body{
    overflow: hidden;
}
*{ box-sizing: border-box;}
*::before, *::after { box-sizing: border-box;}
*::before, *::after {box-sizing: border-box;}
.clear{ clear: both;}
.cclear{ clear: both; height: 0; overflow: hidden; display: block;}
.clear::before, .clear::after{ content: " "; display: table; clear: both;}
.pull-left{ float: left;}
.pull-right{ float: right;}
/* a{ text-decoration: none;} */
.form-validation-summary {
    margin-bottom: 10px;
}
.dx-toolbar-after .dx-toolbar-item{
    padding: 0;
}
.dx-toolbar-after .dx-toolbar-item .dx-button{
    margin: 0 0 0 5px;
}
.dx-datagrid .dx-datagrid-header-panel, .dx-datagrid .dx-toolbar .dx-toolbar-items-container{
    background: #ecf0f5;
}
/*login*/
.login-page{
    background: url(../img/bg-login.png) no-repeat scroll center top #28dbf1;
}
.round-form-login{
    max-width: 500px; 
    margin: 50px auto 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px #ccc;
    background: rgba(0,0,0,0.8);
}
.round-form-login *{
    color: #fff;
}
.round-form-login .dx-validationsummary-item .dx-item-content{
    color: #ff8787;
}
.round-form-login .dx-fieldset-header{
    text-align: center;
}
.round-form-login .dx-texteditor .dx-texteditor-input{
    background: #000;
}
.wrapper{
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
/*header*/
.admin-page .wrap-header{
    display: block;
}
.wrap-header{
    display: none;
}
.wrap-header a{ text-decoration: none;}
.main-header{
    position: relative;
    z-index: 1030;
    background: #3c8dbc;
    max-height: 100px;
}
.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    overflow: hidden;
    color: #fff;
    background: #367fa9;
}
.logo-mini{ 
    display: none;
}
.sidebar-collapse .main-header .logo{
    width: 50px;
}
.sidebar-collapse .main-header .logo .logo-lg{
    display: none;
}
.sidebar-collapse .main-header .logo .logo-mini{
    display: block;
}
.sidebar-toggle{
    float: left;
    cursor: pointer;
    padding: 15px 15px;
    color: #fff;
}
.sidebar-toggle i{
    color: #fff;
    font-size: 20px;
}
.sidebar-toggle:hover {
    background-color: #367fa9
}
.navbar .nav-title {
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 50px;
    padding-left: 20px;
}
.navbar{ 
    margin-left: 230px; 
    min-height: 50px; 
    position: relative; 
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
}
.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
}
.navbar-custom-menu{ 
    float: right;
}
.navbar-nav{ 
    margin: 0; 
    padding: 0;
}
.navbar-nav li{
    list-style: none;
}
.navbar-nav>li{
    float: left;
    position: relative;
}
.navbar-nav>li>a{
    display: block;
    padding: 15px 15px;
    color: #fff;
    position: relative;
}
.navbar-nav>li>a:hover, .navbar-nav>li:hover>a{
    background: #367fa9;
}
.navbar-nav>li>a>i{font-size: 18px;}
.navbar-nav>li>a span.label{
    position: absolute;
    font-size: 9px;
    top: 9px;
    right: 7px;
    text-align: center;
    padding: 2px 3px;
    line-height: 0.9;
    background: #dd4b39;
    border-radius: 3px;
}
.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px
}
.dropdown .dropdown-menu{ 
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}
.dropdown:hover .dropdown-menu{ 
    display: block;
}
/*notify menu*/
.notifications-menu .dropdown-menu{
    background: #fff;
    border: 1px solid #eee;
    width: 280px;
}
.notifications-menu .dropdown-menu .header{
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
}
.notifications-menu .dropdown-menu li .menu li a{
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    /* white-space: nowrap; */
}
/*user-menu*/
.user-menu .dropdown-menu{
    padding: 1px 0 0 0;
    width: 320px;
    box-shadow: 0px 1px 4px 0px #ccc;
}
.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
    background: #3c8dbc;
}
.user-menu>.dropdown-menu>li.user-header>a{
    position: relative;
    display: block;
}
.user-menu>.dropdown-menu>li.user-header>a>i{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px #333;
}
.user-menu>.dropdown-menu>li.user-header>a:hover>i{
    display: block;
}
.user-menu>.dropdown-menu>li.user-header>a>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
    border-radius: 100%;
}
.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    margin-top: 10px
}
.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px
}
/*main content*/
.main-wrapper{
    overflow: hidden;
    position: relative;
}
.content-header h1{ font-size: 22px; font-weight: 600;}
/*leftsite*/
.wrap-leftsite{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    height: 100%;
    width: 230px;
    display: none;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    background: #222d32;
}
.admin-page .wrap-leftsite{
    display: block;
}
.main-leftsite{
    padding-bottom: 10px;
    height: 100%;
}
.treeview > li{
    white-space: nowrap;
    position: relative;
}
.treeview a{
    display: block;
    text-decoration: none;
}
.treeview > li > a{
    border-left: 3px solid transparent;
    padding: 12px 5px 12px 15px;
    color: #b8c7ce;
}
.treeview > li > a i{ 
    width: 20px;
}
.treeview > li.active > a, .treeview > li:hover > a, .treeview > li > a.active{
    border-left: 3px solid #3c8dbc;
    color: #ffffff;
    background: #1e282c;
}
.treeview-menu{
    background: #2c3b41;
    padding-left: 5px;
    margin: 0 1px;
}
.treeview-menu li a{
    padding: 5px 5px 5px 15px;
    display: block;
    color: #8aa4af;
    position: relative;
}
.treeview-menu li a span.menu-note {
    position: absolute;
    right: 10px;
    top: 9px;
    background: #dd4b39;
    font-size: 11px;
    padding: 1px 6px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}
.treeview-menu li a i{ 
    width: 20px;
}
.treeview-menu li.active a, .treeview-menu li:hover a, .treeview-menu li a.active{
    color: #fff;
}
.sidebar-collapse .wrap-leftsite{
    width: 50px;
}
.sidebar-collapse .treeview>li>a>span{
    display: none;
    position: absolute;
    padding: 12px 5px 12px 20px;
    background: #1e282c;
    left: 50px;
    top: 0;
    width: 200px;
}
.sidebar-collapse .treeview>li:hover>a>span{
    display: block;
}
.sidebar-collapse .treeview>li>ul{
    display: none;
    position: absolute;
    top: 43px;
    left: 49px;
    width: 200px;
}
.sidebar-collapse .treeview>li:hover>ul{
    display: block;
}
/* .sidebar-collapse .dx-scrollable-container{
    overflow: auto;
} */
/*wrap-main*/
.admin-page .wrap-main{
    background-color: #ecf0f5;
    z-index: 800;
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    overflow: hidden;
}
.sidebar-collapse .wrap-main{
    margin-left: 50px;
}
.content-header{
    padding: 15px 15px 0 15px;
}
.content{
    padding: 10px 15px;
    margin-right: auto;
    margin-left: auto;
}
.dx-datagrid .dx-link, .div-lik{
    cursor: pointer;
    color: #337ab7 !important;
    text-decoration: none;
}
/* .div-lik{ white-space: nowrap;} */
.div-lik-down{white-space: nowrap;}
.div-lik:hover{
    color: lightcoral !important;
}


/*footer*/
.wrap-footer{
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
    display: none;
}
.admin-page .wrap-footer{
    display: block;
}
.sidebar-collapse .wrap-footer{
    margin-left: 50px;
}

.text-red, .dx-datagrid .dx-link.text-red, .div-lik.text-red {
    color: #dd4b39 !important
}

.text-yellow {
    color: #f39c12 !important
}

.text-aqua {
    color: #00c0ef !important
}

.text-blue {
    color: #0073b7 !important
}

.text-black {
    color: #111 !important
}

.text-light-blue {
    color: #3c8dbc !important
}

.text-green {
    color: #00a65a !important
}

.text-gray {
    color: #d2d6de !important
}

.text-navy {
    color: #001f3f !important
}

.text-teal {
    color: #39cccc !important
}

.text-olive {
    color: #3d9970 !important
}

.text-lime {
    color: #01ff70 !important
}

.text-orange {
    color: #ff851b !important
}

.text-fuchsia {
    color: #f012be !important
}

.text-purple {
    color: #605ca8 !important
}

.text-maroon {
    color: #d81b60 !important
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

.error-page>.error-content {
    margin-left: 190px;
    display: block;
}

.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px
}
.error-page-404{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/*boxFileNamaged*/
.boxFileNamaged .dx-treeview{
    background: #fff;
    padding: 5px;
    position: relative;
}
.boxFileNamaged .dx-toolbar{
    background: transparent;
}
.boxFileNamaged .dx-empty-message{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.boxFileNamaged .dx-state-selected > .dx-treeview-item {
    background: #337ab7 !important;
    color: #fff !important;
}
.dx-fileuploader-wrapper{ padding: 0;}
.item-file-loaded{ border-bottom: 1px dotted #ccc; padding-bottom: 5px; margin-bottom: 5px;}
.item-file-loaded:last-child{ border-bottom: none; padding-bottom: 0; margin-bottom: 0;}

.popup-detail .detail-item{ clear: both; margin-bottom: 10px;}
.popup-detail .detail-item label{ display:inline-block; width: 150px;;}
.popup-detail .detail-item .dx-editor-outlined{ display: inline-block; min-width: 300px;}

.table-detail{
    width: 100%;
    margin-bottom: 10px;
}
.table-detail caption{ text-align: left; font-weight: bold; text-decoration: underline; margin-bottom: 10px; font-size: 16px;}
.table-detail tr th{ text-align: left; padding: 0 0 5px 0;}
.table-detail tr td{ padding: 0 0 5px 0;}
.table-detail tr td label{ color: #888; float: left; width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.table-detail tr .align-center{ text-align: center;}
.table-detail-border{ border: 1px solid #ccc;}
.table-detail-border tr th{ padding: 5px; border-bottom: 1px solid #ccc;}
.table-detail-border tr td{ padding: 5px; border-bottom: 1px solid #ddd;}
.td-pre label{ float: left;}
.td-pre pre{ font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif; float: left; white-space: pre-line;}
.td-email{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
/* .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell{ vertical-align: top;} */

.grid-in-tab .dx-datagrid-header-panel{ padding-top: 10px;}
.statecv{
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    background: #333; 
    font-size: 11px;
    display: inline-block;
}
.statejob-3{
    background: #5cb85c;    
}
.statejob-4{
    background: #c9302c;    
}
.statejob-2{
    background: #c1c44b;    
}
.statecv-2{
    background: #5cb85c;    
}
.statecv-3{
    background:#337ab7;    
}
.statecv-4{
    background:  #a4a71b;    
}
.statecv-5{
    background: #5033b7;    
}
.statecv-6{
    background: #28acac;    
}
.statecv-7{
    background: #b7338f;    
}
.statecv-8{
    background: #c9302c;    
}
.statecv-9{
    background: #11501a;    
}
.statecv-10{
    background: #094274;    
}
.statecv-11{
    background: #743c61;    
}
.statecv-12{
    background: #124724;    
}
.button-small .dx-button-content{
    padding:  1px 5px;
    font-size: 11px;
}
.td-message-link{ position: relative;}
.new-icon{ position: absolute; top: 3px; right: 3px; background: #f00; color: #fff; padding: 1px 3px; font-size: 11px; border-radius: 4px;}
.link-block{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.link-block-wrap{display: block;}

.action-toolbar-job{position: absolute; top: 0; right: 0; z-index: 9;}
.action-toolbar-job .dx-toolbar-after .dx-toolbar-item{ float: right; clear: both; display: block; padding: 0; margin-bottom: 5px;}
.action-toolbar-job .dx-button-has-text .dx-button-content{ padding: 4px 10px;}
h4.title-box{ text-transform: uppercase; padding-bottom: 5px;}
.dx-popup-bottom.dx-toolbar{ padding: 0px 20px 20px;}
.custom-group-buttons{ padding-top: 20px;}
.dx-datebox-wrapper-calendar .dx-calendar{margin: 3px;}
.detail-node{ clear: both; margin-bottom: 10px;}
.detail-node ul{ margin: 0; display: flex; flex-flow: row wrap;}
.detail-node ul li{ list-style: none; float: left; width: 50%; padding-bottom: 5px;}
.detail-node ul li label{color: #888; display: inline-block; white-space: nowrap;}
.detail-node ul li span{ white-space: nowrap; display: inline-block; overflow: hidden; text-overflow: ellipsis; vertical-align: top; max-width: 60%;}

.dashboard-col-left{ float: left; width: 48%;}
.dashboard-col-right{ float: right; width: 48%;}

/*chat*/
.sts-cb{
    display: none;
    position: fixed;
    z-index: 9999;
    width: 570px;
    height: 450px;
    background: #eee;
    right: 10px;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,.25);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    max-height: 90%;
}
.inner-sts-cb{
    display: block;
    width: 100%;
    height: 100%;
}
.chat-show .sts-cb{
    display: block;
}
.sts-cb .buddy-list{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100%;    
    background: #fff;
    z-index: 9;
}
.sts-cb .chat-list{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
}
.sts-cb .chat-list-item{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.sts-cb .chat-list-item a{ display: block; padding: 0 10px; text-decoration: none;}
.sts-cb .chat-list-item a .chat-name{ display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative;}
.sts-cb .chat-list-item a .chat-name .item-count{
    position: absolute;
    font-size: 9px;
    top: 7px;
    right: 0px;
    text-align: center;
    padding: 3px 4px;
    line-height: 0.9;
    background: #dd4b39;
    border-radius: 3px;
    color: #fff;
}
.sts-cb .chat-list-item a.active{
    background: #888;
    color: #fff;
}
.sts-cb .conversation-window{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 140px;
}
.sts-cb .no-jobs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sts-cb .chat-close-btn{
    position: absolute; top: 8px; right: 10px; z-index: 9; color: #fff;
}
.sts-cb .chat-close-btn-b{ color: #000;}
.sts-cb .chat-header{
    background: #3c8dbc;
    height: 35px;
    border-right: 1px solid #00ab93;
    border-top: 1px solid #00ab93;
}
.sts-cb .chat-header-text{
    text-align: center;
    color: #fff;
    line-height: 35px;
}
.sts-cb .chat-header-text span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
}
.sts-cb .chat-content{
    position: relative;
    width: 100%;
    height: 100%;
}
.sts-cb .chat-window{
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 5px 15px;
}
.sts-cb .chat-panel{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}
.sts-cb .chat-text-area{
    display: block;
    width: 100%;
    height: 60px;
    resize: none;
    border: none;
    padding: 10px;
}
.sts-cb .chat-toolbar{
    width: 100%;
    height: 40px;
}
.sts-cb .btn-send-chat{
    background: #3c8dbc;
    color: #fff;
    text-align: center;
    padding: 6px 15px;
    border-radius: 4px;
    border:none;
    margin: 6px 5px 0 0;
    float: right;
    cursor: pointer;
}
.sts-cb .chat-header-search{
    padding: 4px 5px 0px 5px;
}
.sts-cb .chat-text-job{
    border: none;
    background: #105177;
    color: #fff;
    border-radius: 100px;
    padding: 0 8px 0 8px;
    width: 100%;
    height: 25px;
}
.sts-cb .chat-message-item{
    clear: both;
    padding: 10px 0;
}
.sts-cb .item-message{
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    max-width: 320px;
    word-wrap: break-word;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.sts-cb .chat-message-item-admin{
    text-align: right;
}
.sts-cb .chat-message-item-admin .item-message{
    background: #3c8dbc;
    color: #fff;
}
.sts-cb .item-user{ padding-bottom: 5px; font-size: 11px; color: #888; font-weight: bold;}
.sts-cb .item-created{ font-size: 11px; color: #888; padding-top: 5px;}
.popup-nopadding .dx-popup-content{ padding: 0;}
.NoWrappedColumnClass{white-space: nowrap;}

.popup-viewfile .dx-popup-content > div:first-child{
    visibility: hidden !important;
    margin-top: -41px !important;
}
.popup-viewfile .dx-popup-content > #docxjs-wrapper{
    visibility: inherit !important;
    margin-top: 0 !important;
}
.popup-viewfile-content-img{
    text-align: center;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.popup-viewfile-content-img img{
    max-width: 100%;
    max-height: 100%;
}
.fast-item-form{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.popup-form-contract .dx-popup-content{
    padding-top: 0;
}
.popup-form-contract .dx-scrollview-content{
    padding-top: 22px;
}
.td-nopadding{
    padding: 3px !important;
}
.td-nopadding .dx-button-has-icon .dx-button-content{
    padding: 4px 10px;
}
.dx-tooltip-wrapper .dx-popup-content{ font-size: inherit !important;}
.dx-popup-title.dx-toolbar .dx-toolbar-label{ max-width: inherit !important;}

.table-custom{
    width: 100%;
    border: 1px solid #bababa;
    border-collapse: collapse;
    border-spacing: 0;
}
    .table-custom thead{border-bottom: 2px solid #ccc;}
    .table-custom thead tr th {
        border-right: 1px solid #bababa;
        border-bottom: 1px solid #bababa;
        background: #edecec;
        text-align: center;
        padding: 8px 5px;
        white-space: normal;
    }
    .table-custom tbody tr td{
        border-right: 1px solid #bababa;
        border-bottom: 1px solid #bababa;
        padding: 8px 5px;
        white-space: normal;
    }
    .table-custom tbody tr.active td{background: khaki;}
    .table-custom .text-center{
        text-align: center;
    }
    .table-custom pre {
        font-family: inherit;
        white-space: pre-line;
    }
    span.weekend{color: #f00; font-weight: 500;}
    .dx-header-multi-row td{vertical-align: middle !important;}
    .sts-btn-success .dx-button-normal{
        background: #5cb85c;
        color: #fff;
        border-color: transparent;
    }
    .sts-btn-success .dx-button-normal.dx-state-hover{
        background: #449d44;
        border-color: transparent;
    }
    .sts-btn-success .dx-button-normal.dx-state-focused {
        background-color: #3d8b3d;
        border-color: transparent;
      }
      .sts-btn-success .dx-button-normal.dx-state-active {
        background-color: #357935;
        border-color: transparent;
        color: #fff;
      }
    .sts-btn-success .dx-button-normal .dx-icon{
        color: #fff;
    }
    .wrap-search-form{padding-bottom: 10px;}