.alert {
    padding: 15px 20px;
}

.nowrap {
    white-space: nowrap;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.invoice-counts {
    display:inline-block;
    margin-left:5px;
}

.invoice-counts i{
    font-style: normal;
    color:red;
}

.invoice-counts i.count-0{
    color:inherit;
}


/*-========================================-global-flex-size-color...hover-style-========================================*/

.link {
    color: #3498DB;
}

a.button {
    display: flex;
}

.btn-ico {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height:38px;
    padding:0 14px 0 7px;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size:14px;
}

.btn-ico img{
    margin-right: 3px;
}

.btn-ico.-green {
    color:#219653;
    border-color:#219653;
}

.btn-ico.-red {
    color:#e74c3c;
    border-color:#e74c3c;
}

button.transparent {
    background:transparent;
}

.btn-f_bg button, .btn-f_bg .button{
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    font-family: 'OpenSans';
}
.btn-f_bg button:before, .btn-f_bg .button:before{
    content: "";
    position: absolute;
    width: 3em;
    height: 100%;
    top: 0;
    left: -35%;
    -webkit-transform: skewX(-45deg) translateX(0);
    -ms-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    visibility: hidden;
}
.btn-f_bg button:hover:before, .btn-f_bg .button:hover:before{
    left: 130%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.add_btn button span, .add_btn .button span,.user_name:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
nav,.menu ul,.user-log_in,.menu-logo,.main-pagination_box-item ul,.modal-body_content .form_box-sel,
.modal-new_box-top-in_all,.modal-new_box-icon_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.form_box,.form_box-in,.form_box-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.main-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}
/*-========================================-global-flex-size-color...hover-end-style-========================================*/



/*-========================================-header_nav-menu-style-========================================-*/
header{
    background: #2C3E50;
}

header + *{
    margin-top: 52px;
}

.logo{
    position: relative;
    top: 0;
    transition: .3s;
    min-height: 60px;
}
.logo p{
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: relative;
    top: 15px;
    font-family: 'OpenSans'; 
    font-weight: 900;
}
.anim-logo{
    position: relative;
    margin-right: 30px;
    transition: .3s;
    overflow: hidden;
}
.anim-logo_svg{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.anim-logo_svg svg{
    fill: #ffffff;
    width: 60px;
}
.anim-logo:hover .anim-logo_svg{
    top: 23px;
    opacity: 1;
    visibility: visible;
}
.anim-logo:hover .logo{
    top: -45px;
    opacity: 0;
    visibility: hidden;
}
.menu ul li{
    display: block;
}
.menu ul li a{
    font-size: 14px;
    text-align: center;
    width: 130px;
    height: 60px;
    line-height: 60px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: 'OpenSans';
}
.menu-active{
    background-color: rgb(255, 255, 255);
    color: #2C3E50!important;
}
.menu ul li a:hover{
    background: rgba(41, 128, 185, 0.15);
    color: rgb(255, 255, 255)!important;
}
.add_btn button, .add_btn .button{
    width: 161px;
    height: 38px;
    background: #F2994A;
    padding-left: 15px;
}
.add_btn button span, .add_btn .button span{
    font-size: 23px;
    left: 10px;
}
.user_name{
    text-align: right;
    font-size: 14px;
    margin: 0 15px 0 40px;
    position: relative;
    font-family: 'OpenSans';
}
.user_name:before{
    content: '';
    left: -20px;
    height: 30px;
    width: 1px;
    background-color: #2980B9;
}
.user_logo{
    margin-top: 5px;
}
.user_name p{
    color: rgb(255, 255, 255);
}
.user_name span{
    color: #2980B9;
}
/*-========================================-header_nav-menu-end-style-========================================-*/







/*-========================================-form-first-style-========================================-*/

textarea {
    resize:none;
}

.jq-selectbox__select, input, textarea, .select2-selection--single .select2-selection__rendered {
    font:400 14px/38px 'OpenSans';
}

.modal-body_content select {
    height: 38px;
}

textarea {
    line-height: normal;
}

.form_box{
    padding: 0 0 30px 0;
    font-family: 'OpenSans';
}

.form_box-in span,.form_box-sel_chack-all p{
    display: block;
    margin-bottom: 5px;
    color: #7F7F7F;
    font-size: 13px;
}
.form_box-in input{
    display: block;
    height: 34px;
    border: 1px solid #7F7F7F;
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: inherit;
    font-size: 14px;
}
.form_box-in,.form_box-sel{
    margin-right: 15px;
}
.form_box-in_2{
    width: 100%;
}
.form_box-in_1 input{
    width: 103px;
}
.form_box-in_2 input, .form_box-sel select, .form_box-sel .jq-selectbox {
    width: 100%;
}

.flex-fill.basis-50 {
    flex-basis: 50% !important;
}

.form_box-sel .select2 {
    width: auto !important;
    display: block;
}

.form_box-sel_chack-all{
    position: relative;
}

.form_box-btn{
    margin-top: 23px;
}
.form_box-btn button, .form_box-btn .button{
    width: 120px;
    height: 34px;
    display: block;
}

.form_box-btn_1 button{
    background-color: #2980B9;
}
.form_box-btn_2 button{
    background-color: transparent;
    color: #2980B9;
    border: 1px solid #2980B9;
}
.form_box-btn_2 button:hover{
    color: #3498DB;
    border: 1px solid #3498DB;
}

.form_box-btn_1 + .form_box-btn_2 {
    margin-left: 15px;
}
/*-========================================-form-first-end-style-========================================-*/





/*-========================================-table-first-style-========================================-*/

.table-first{
    font-family: 'OpenSans';
}
.table-first thead{
    background: #E5E5E5;
}
.table-first thead tr td{
    padding: 8px 0 8px 15px;
    font-size: 13px;
    color: #4F4F4F;
}
.table-first tbody tr{
    border-bottom: 1px solid #E5E5E5;
}
.table-first tbody tr td{
    padding: 12px 0 12px 15px;
    font-size: 14px;
    color: #333333;
}
.table-first tbody tr td a{
    color: #3498DB;
    vertical-align: inherit;
}
.table_drop-top{
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.table_drop-top_link p{
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
}
.table_drop-top_link p a:hover{
    text-decoration: underline!important;
}
.table_drop-top_link p:last-child{
    margin-bottom: 0;
}
.table_drop-top_link p span{
    margin-right: 5px;
    color: #afafaf;
}
.table_drop-top_link a {
    color: #3498DB;
    vertical-align: inherit;
    font-family: monospace;
}

.table-name{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    o-text-overflow: ellipsis;
}

.td-ticket_number {
    width:118px;
}

.ico {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.ico.ico-priority {
    background: url(/templates/template17/images/ic_priority1.png);
}

.ico.ico-priority.-p1 {
    background: url(/templates/template17/images/ic_priorityGreen.png);
}

.ico.ico-priority.-p2 {
    background: url(/templates/template17/images/ic_priority.png);
}

.ico.ico-priority.-p3 {
    background: url(/templates/template17/images/ic_priorityred.png);
}


.ico.ico-comment {
    background: url(/templates/template17/images/ic_messageOrange.png);
}

.ico.ico-comment.-c1{
    background: url(/templates/template17/images/ic_message.png);
}

.ico.ico-web {
    background: url(/templates/template17/images/ic_web.png);
}

.ico.ico-file {
    background: url(/templates/template17/images/ic_file.png);
}

.ico.ico-goto {
    background: url(/templates/template17/images/ic_external_link.png);
}



/*-========================================-table-first-end-style-========================================-*/





/*-========================================-main-pagination-style-========================================-*/
.main-pagination-wrap {
    height:48px;
}
.main-pagination{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F2F2F2;
    height: 48px;
    font-family: 'OpenSans';
}
.main-pagination_box{
    display: flex;
    justify-content: flex-end;
}
.main-pagination_box-item{
    margin-right: 32px;
    height: 48px;
    line-height: 38px;
}
.main-pagination_box-item ul li{
    display: block;
    text-align: center;
}
.main-pagination_box-item ul li a{
    color: #333333;
    font-size: 14px;
    display: block;
    width: 32px;
}
.main-pagination_box-item ul li .pagination-active{
    color: #2980B9;
    font-size: 20px;
}
.main-pagination_box-item ul li a:hover{
    color: #2980B9;
}
.main-pagination-sel_chack-all{
    width: 70px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    position: relative;
}
.slect-drop_up{
    position: absolute;
    width: 72px;
    left: -2px;
    bottom: 100%;
    background: #FFFFFF;
    border-right: 2px solid #2980B9;
    border-left: 2px solid #2980B9;
    border-bottom: 2px solid #2980B9;
    border-top: 2px solid #2980B9;
    box-sizing: border-box;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    transition: .3s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.main-pagination_box-select:hover .main-pagination-sel_chack-all{
    border: 1px solid #2980B9;
    outline: 1px solid #2980B9!important;
}

.slect-drop_up ul li a {
    padding: 2px 8px;
}
.slect-drop_down ul li:last-child, .slect-drop_up ul li:last-child{
    border-bottom: 0;
}
.arrow a{
    padding-top: 10px;
}
.arrow a svg{
    width: 9px;
    height: 16px;
    fill: none;
    stroke: #E0E0E0;
    stroke-width: 2;
}
.arrow a svg:hover{
    stroke: #2C3E50;
}
.main-pagination_box-select{
    display: flex;
    align-items: center;
}
/*-========================================-main-pagination-end-style-========================================-*/










/*-========================================-modal-style-========================================-*/
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 720px;
    margin: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    outline: 0;
    padding: 36px 40px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem 0;
    pointer-events: none
}

.modal-body_content{
    font-family: 'OpenSans';
}
.form-title{
    font-weight: 600;
    font-size: 20px;
    color: #2C3E50;
    margin-bottom: 36px;
}
.form_text label{
    display: block;
    font-size: 13px;
    color: #7F7F7F;
    margin-bottom: 12px;
}
.form_text textarea{
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 13px;
    padding-top: 12px;
}
.form_text textarea::placeholder{
    font-size: 14px;
    color: #BDBDBD;
}
.form_btn{
    margin-top: 36px;
}
.form_btn .form_box-btn{
    margin-top: 0;
}
/*-========================================-modal-end-style-========================================-*/





/*-========================================-modal-new-style-========================================-*/
.modal-new_box-top-in{
    margin-bottom: 28px;
    width: 576px;
}
.modal-new_box-top-in input, .input-file{
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    border-radius: 2px;
    width: 576px;
    height: 38px;
    padding-left: 12px;
}

.input-file {
    width:100%;
    position:relative;
}

.input-file input {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0.0001;
    cursor: pointer;
}

.input-file span {
    font: 400 14px/38px 'OpenSans';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    padding: 0 12px;
}

.input-file span.file-empty {
    color:#BDBDBD;
}

.modal-new_box-top-in_text{
    float: right;
    margin-top: 3px;
    color: #BDBDBD!important;
}
.modal-new_box-icon{
    margin-left: 10px;
}
.modal-new_box-top-in_all{
    align-items: flex-start;
}

.modal-new_box-icon_list input {
    display:none;
}

.modal-new_box-icon_list a{
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-new_box-icon_list :checked ~ a{
    border: 1px solid #2980B9;
}
.modal-body_content .form_box-sel{
    margin-right: 0;
    width: 100%;
    margin-bottom: 28px;
}
.modal-body_content .form_box-title{
    color: #7F7F7F;
    font-size: 13px;
    margin-bottom: 12px;
    display: inline-block;
}
.modal-body_content .form_box-sel .form_box-sel_chack{
    max-width: 100%;
    width: 330px;
    padding-left: 12px;
}
.modal-body_content .form_box-sel .form_box-sel_chack p{
    color: #333333;
    font-size: 14px;
    margin-bottom: 0;
}
.modal-body_content .form_box-sel .slect-drop_down{
    width: 342px;
    max-width: 100%;
}
.modal-body_content .form_box-sel .slect-drop_down ul li a{
    padding: 12px;
}

.modal-new_box-in span.form_box-title{
    font-size: 13px;
    color: #7F7F7F;
    margin-bottom: 12px;
}
.modal-new_box-in input{
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    height: 38px;
    padding-left: 12px;
}
.modal-new_box-bot-in_all{
    margin-top: 12px;
    align-items: flex-end;
    justify-content: flex-start;
}
.modal-new_box-bot-in_all .modal-new_box-top-in{
    margin-bottom: 0;
}
#main-modal_new .formBlock{
    margin-bottom: 28px;
}
.modal-new_box-bot-in_all input,.modal-new_box-bot-in_all .modal-new_box-top-in {
    width: 632px;
}
.modal-new_box-bot-in_all input::placeholder{
    color: #BDBDBD;
    font-size: 14px;
}
/*-========================================-modal-new-end-style-========================================-*/


#AddTicket .form_box-sel_chack-all {
    width:100%;
    max-width: 343px;
}

.attachments svg * {
    transition:.3s;
}

.attachments, .ticket-files {
    margin-top: 12px;
}

.ticket-files .ticket-files--list {
    margin-left:-10px;
    margin-right:-10px;
}

.ticket-files--list > div{
    display:inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    height: 38px;
    padding: 0 32px 0 12px;
    font-size:14px;
    color: #333333;
    background: #F2F2F2;
    margin:5px 10px;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.ticket-files--list > div.process {
    opacity: .5;
}

.ticket-files--list > div.process, .ticket-files--list > div.process a {
    cursor: default;
}

.ticket-files--list a {
    color:inherit;
    font:inherit;
    text-decoration: none;
    line-height: 36px;
}

.ticket-file--remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top:0;
    text-indent: -9999px;
    background: url(../images/Group.png) 0 50% no-repeat;
    width: 11px;
    height: 100%;
    transition: .3s;
}

.ticket-file--remove:hover {
    transform: rotate(180deg);
}

.attachments .form_box-title{
    margin-bottom: 0;
}

.attachments .attachment .attachment-add.disabled {
    cursor: default;
}

.attachment .attachment-add * {
    stroke: #219653
}

.attachments > div .attachment:first-child:last-child .attachment-remove *,
.attachments .attachment .attachment-add.disabled *
{   
    stroke: #E0E0E0;
}


/*-========================================-application-page-style-========================================-*/
.application-page {
    font-family: 'OpenSans';
}

.application-page_fix-box{
    width: 534px;
    background-color: #fff;
    overflow: auto;
}

.application-page_top .btn-ico {
    margin-left: 20px;
}

.fix-box_content{
    padding: 0 35px 30px 0;
}
.back-to{
    padding: 25px 15px 25px 0;
}
.back-to a{
    font-weight: 600;
    font-size: 20px;
    color: #2C3E50;
    position: relative;
    padding-left: 35px;
    line-height: 1.2;
}
.back-to a img{
    position: absolute;
    top: -4px;
    left: -5px;
}
.fix-box_content-status{
    margin-bottom: 47px;
}
.status span{
    font-size: 12px;
    color: #7F7F7F;
    display: block;
    margin-bottom: 3px;
}
.status a{
    color: #3498DB;
    font-size: 14px;
    margin-bottom: 3px;
}

.status a.link-disabled {
    color:#7F7F7F;
    cursor: default;
}

.fix-box_content-status > div{
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
}
.fix-box_content-page{
    margin-bottom: 36px;
}
.fix-box_content-all{
    display: flex;
}
.fix-box_content-all_info{
    min-width: 210px;
    margin-bottom: 36px;
}
.fix-box_content-all_info p{
    font-size: 14px;
    color: #333333;
}

.pre {
    white-space: pre-wrap;
}




/*-========================================-application-page-end-style-========================================-*/

.application-page {
    height: 100vh;
    padding-top: 60px;
    margin-top: -60px;   
}

.application-page_block{
    background-color: #E5E5E5;
    position: relative;
    font-family: 'OpenSans';
    padding-bottom: 100px;
    overflow: hidden;
}
.application_block-ok{
    height: 100%;
    overflow: auto;
}
.application_block-ok_box{
    padding: 0 40px 15px;
    padding-top: 20px;
    padding-right: 25px;
    border-left: 1px solid #E0E0E0;
}

.application_block-ok_you,.application_block-ok_i{
    max-width: 670px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    margin: 20px auto;
    padding: 11px 15px;
    position: relative;
}
.application_block-ok_you{
    background-color: #F2F2F2;
    margin-left:0;
}
.application_block-ok_you:first-child{
    margin-top: 0;
}
.application_block-ok_i{
    margin-right: 0;
}
.application_block-ok_you span,.application_block-ok_i span{
    display: block;
    font-size: 12px;
    color: #7F7F7F;
}
.application_block-ok_you p,.application_block-ok_i p{
    font-size: 16px;
    color: #333333;
}
.application_block-ok_you img,.application_block-ok_i img{
    position: absolute;
    top: 10px;
    right: 10px;
}
.application_block-ready{
    width: 100%;
    height: 100px;
    margin-top:-101px;
    background-color: #FFF;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left:0;
}
.application_block-ready form{
    display: flex;
    align-items: center;
    padding: 20px;
    padding-right: 0;
}
.application_block-ready-text{
    width: 93%;
}
.application_block-ready-send{
    margin: 0 10px;
    text-align: center;
}
.application_block-ready-text textarea{
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 12px;
    padding-top: 8px;
    font-size: 16px;
    resize: none;
}
.application_block-ready-text textarea::placeholder{
    font-size: 16px;
    color: #BDBDBD;
}
/*-========================================-application-page-end-style-========================================-*/


/*-========================================-invoice-page-style-========================================-*/

.tb tr{
    border-bottom: 1px solid #E5E5E5;
}
.tb tr td{
    padding: 12px 0 12px 15px;
    font-size: 14px;
    color: #333333;
}
.ex, .lin{
    display: flex;
    justify-content: flex-start;
}

.lin a, .table-first tbody tr td .lin a {
    text-decoration: none;
    color:currentColor;
}

.lin img {
    vertical-align: middle;
}

.ex{
    width: 70%;
}
.ex .lin:first-child{
    margin-right: 20px;
}
.lin span{
    padding: 5px;
}
.chek{
    width: 22px;
    height: 22px;
    border: 1px solid #2C3E50;
    border-radius: 2px;
}

.all{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.table_drop-top_link-box img {
    margin-top: 4px;
    margin-right: 5px;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #2C3E50;
    border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color:  #219653;
    border: 1px solid transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-========================================-invoice-page-end-style-========================================-*/


/*-========================================-login-page-style-========================================-*/

.logIn{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'OpenSans';
    background: #2C3E50;
}
.form_title{
    width: 420px;
    background: white;
}
.form_budy{
    padding: 36px 40px;

}
.paragraf{
    margin-bottom: 36px;
}
.paragraf p:first-child{
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #2C3E50;
}
.paragraf p:nth-child(2){
    font-size: 20px;
    line-height: 27px;
    float: right;
    color: #7F7F7F;
}
.logIn label{
    display: block;
    font-size: 12px;
    color: #7F7F7F;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.logIn input{
    width: 100%;
    height: 38px;
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    color: #333333;
    font-size: 14px;
}
.logIn input::placeholder {
    color: #E0E0E0;
    font-size: 14px;
}
.logIn button{
    background: #2980B9;
    color: white;
    width: 120px;
    border:none;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    height: 38px;
}
.par{
    margin-bottom:28px;
}
.par_btn{
    margin-top: 36px;
}
.login-error{
    color: #E74C3C;
    display: block;
}
.clear{
    clear: both;
}

.popover-ticket_desc {
    max-width: 500px;
}

.ticket_actions {
    position: relative;
    display:inline-block;
    vertical-align: middle;
}

.ticket_actions .ticket_actions-more {
    position: relative;
    width: 14px;
    height: 24px;
    overflow: hidden;
    opacity: 0.3;
    
}

.ticket_actions .ticket_actions-more:before, .ticket_actions .ticket_actions-more:after {
    content:"";
    position: absolute;
    height:1px;
    width:100%;
    background: #333;
    top:50%;
    left:0;
    transform-origin: 0 0;
}

.ticket_actions .ticket_actions-more:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ticket_actions .ticket_actions-more:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ticket_actions.active .ticket_actions-more {
    cursor: pointer;
    opacity: 1;
}

.ticket_actions .ticket_actions-block {
    position: absolute;
    right: 30px;
    top: 50%;
    white-space: nowrap;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16px;
    display: none;
}

.ticket_actions.active.open .ticket_actions-block {
    display:block;
}

.ticket_actions .ticket_actions-block a img {
    display: block;
}

/*-========================================-login-page-end-style-========================================-*/

/*-========================================-media-style-========================================-*/
@media screen and (max-width: 1290px){
    .media_none-x1{
        height: 0;
        width: 0;
        overflow: hidden;
        display: inline-block;
    }
}
@media screen and (max-width: 1200px){
    
    
}
@media screen and (max-width: 1190px){
    .media_none-x2{
        height: 0;
        width: 0;
        overflow: hidden;
        display: inline-block;
    }
}
@media screen and (max-width: 1120px){
    
}
@media screen and (max-width: 1090px){
    .table-name{
        width: 200px;
    }
    .menu ul li a{
        width: 120px;
    }
}
@media screen and (max-width: 1023px){
    .wrapper{
        width: 1440px;
    }
    .media_none-x1,
    .media_none-x2 {
        width: auto;
        height: auto;
    }
    .table-name {
        width: auto;
    }
    
    .form_box-in_1, .form_box-in, .form_box-sel {
        margin-right: 15px;
    }
    .modal-content{
        padding: 36px 15px;
    }
}



/*-========================================-media-end-style-========================================-*/


