﻿body {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position-y: -125px;
    /*overflow:hidden;*/
    -webkit-overflow-scrolling: touch;
}

.bg {
    background: none !important;
}

body,
.k-dropdown,
.k-input,
.btn-default,
#top-account > li > a > i,
.form-control {
    color: #000 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    src: url('/Content/New_Portal/fonts/sourcesanspro-light.woff');
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url('/Content/New_Portal/fonts/sourcesanspro.woff');
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    src: url('/Content/New_Portal/fonts/sourcesanspro-bold.woff');
}

.app:before {
    background: white;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

.text-yellow {
    color: #458B3A;
}

.bg-08c {
    background: #0062ba;
}

    .bg-08c li.active a {
        color: #0062ba !important;
    }

    .bg-08c .dk {
        background: #0382c1;
    }

    .bg-08c .nav > li > a:hover, .bg-08c .nav > li > a:focus {
        background: #009dea;
    }

    .bg-08c .nav.nav-tabs > li > a:hover {
        background: white;
    }

    .bg-08c .nav > li > a {
        color: #fff;
    }

.bg-yellow {
    color: #fff;
    background: #458B3A;
}

.bg-green-blue {
    background: #fad733;
}

.bg-red {
    color: white;
    background: #f21b1b;
}

.arrow.right.arrow-red:after {
    border-left-color: #f21b1b;
}

.text-green-yellow {
    color: #1199c4;
}

.bg-green-yellow {
    color: #fff;
    background: #1199c4;
}

.app-aside-dock .app-aside .navi > ul > li > a {
    padding: 0;
}

    .app-aside-dock .app-aside .navi > ul > li > a > span.pull-right i.text {
        line-height: 6px;
    }

.arrow.right.arrow-green-blue:after {
    border-left-color: #fad733;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-pink {
    color: #3277b9;
}

.bg-pink {
    color: #86D807;
    background: #3277b9;
}

.relative {
    position: relative;
}

.modal {
    z-index: 999999;
}

.modal-content form .text-right button i.fa {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.modal-content form .text-right button[kendo-add-new] i.fa-check:before {
    content: "\e172";
}

.modal-content form .text-right button[kendo-add-new-close] i.fa-check:before {
    content: "\e175";
}

.modal-content form .text-right button[kendo-add-new-repeat] i.fa-check:before {
    content: "\e176";
}

div[kendo-scheduler] .k-header {
    width: initial;
}

.nav-tabs, .nav-tabs li, .nav-tabs li a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .nav-tabs > li.active > a {
        color: #27c24c;
    }

.view-detail .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    background: none;
}

    .view-detail .nav-tabs li {
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        background: #EDF1F2;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .view-detail .nav-tabs > li.active > a > i {
        color: #000;
    }

.bg-08c .view-detail li.active a {
    border-top: 1px solid !important;
    border-left: 0;
    margin-top: -1px;
    border-bottom: 1px solid #ffffff !important;
    margin-bottom: -1px;
}

.nav-tabs {
    padding: 0;
    background: #5fa2dd;
    margin-bottom: 0;
}

    .nav-tabs li a {
        color: #fff;
    }

    .nav-tabs > li > a:hover {
        background: #0062ba;
    }

input[kendo-date-picker][disabled] {
    cursor: pointer;
    background-color: #FCFDFD;
}

.search-detail i {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #B1B1B1;
}

.search-detail input {
    height: 41px;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #dee5e7;
    border-right: 0;
    background: #F7F7F7;
    border-radius: 0;
}

.btn-edit-detail {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 136px;
}

    .btn-edit-detail > a {
        cursor: pointer;
    }

.title-fix {
    height: initial !important;
}

.area-detail {
    display: inline-flex;
}

.bg-dark .actived a, .bg-dark .actived a {
    color: white !important;
}

.bg-white .actived a, .bg-light .actived a {
    color: #555 !important;
    background-color: #f6f8f8;
}

.bg-white .list-unstyled .actived a, .bg-light .list-unstyled .actived a {
    background-color: initial;
}

.actived {
    font-weight: bold;
}

.active-parent > a {
    color: white !important;
}

.statis-config {
    position: absolute;
    right: 30px;
}

.setting-layout {
    position: fixed;
    top: 51px;
    width: 240px;
    z-index: 99999;
    transition: right 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    right: 0;
    background: white;
}

    .setting-layout .setting, .setting-layout .setting-skin {
        padding: 10px 15px;
        line-height: 20px;
    }

    .setting-layout button {
        margin: 2px 5px;
        float: right;
    }

.setting-fontsize {
    border-bottom: 1px solid #edf1f2;
}

.setting-skin .i-checks span b {
    display: inline-block;
    float: left;
    width: 50%;
    height: 20px;
}

    .setting-skin .i-checks span b.header {
        height: 10px;
    }

.setting-close {
    position: absolute;
    right: 10px;
}

.app-header {
    font-family: 'Tahoma';
}

.k-loading-image {
    /*background-image:url(/Content/New_Portal/images/system/loading.gif);*/
    background-image: none;
    background-size: 50px 50px;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #ffffff;
    background: #000;
    opacity: .75;
    padding: 10px 15px;
    text-align: center;
}
/*#footer a{
    color:#b9b9b9;
    padding:5px 0;
}
#footer a i{
    padding:0 10px;
}*/
.modal .control-label {
    text-align: left;
}

.line {
    margin: 1px 3px;
}

.form-group label span, .cus-tbl thead tr th span {
    color: #C54D49;
    margin-left: 5px;
}

.form-group {
    margin-bottom: initial;
}

    .form-group label {
        line-height: 27px;
        margin: 0;
    }

    .form-group .i-checks input:checked + i:before {
        top: 2px;
        left: 2px;
    }

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default, .k-state-default > .k-select, .k-multiselect.k-header, input.k-textbox, textarea.k-textbox {
    border-color: #cfdadd;
}

.k-autocomplete, .k-block, .k-button, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-gantt-views > .k-current-view, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button .k-gantt-views, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 2px;
}

    /*.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
        height: 21px;
    }*/

    /*span.k-numeric-wrap > input {
    position: absolute;
    top: 0;
}*/

    /*.k-header .k-state-default, .k-header .k-multiselect-wrap {
    height: 26px;
}*/

    .k-multiselect .k-button {
        color: #fff;
        border-color: #23b7e5;
        background-color: #23b7e5;
        background-image: none;
    }

        .k-multiselect .k-button:hover {
            color: #fff;
            border-color: #19a9d5;
            background-color: #19a9d5;
            background-image: none;
        }

    .k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
        background-color: white;
    }

    .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
        box-shadow: none;
        border-color: #23b7e5;
    }

    .k-multiselect.k-header.k-state-hover {
        border-color: #cfdadd;
    }

    .k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-multiselect-wrap, .k-numeric-wrap.k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-progress-status-wrap, .k-slider-selection, .k-slider-track,
    .k-picker-wrap.k-state-active.k-state-border-down {
        box-shadow: none;
    }

    .k-picker-wrap.k-state-border-down {
        border-bottom: 1px solid #23b7e5;
        padding-bottom: 0;
    }

.k-list > .k-state-selected {
    background-color: #23b7e5;
    border-color: #23b7e5;
}

.k-pager-sizes .k-dropdown-wrap {
    height: 25px;
}

.k-grid-toolbar button,
.k-grid-toolbar a {
    position: relative;
}

.k-grid-toolbar, .k-grouping-header {
    padding: 3px 0;
}

    .k-grid-toolbar .k-del, .k-grid-toolbar .k-exp, .k-grid-toolbar .k-imp, .k-grid-tab-del,
    .k-del-source-ads,
    .k-del-cost_recuit,
    .k-del-relative,
    .k-del-AllowanceConcurrent {
        float: right;
        margin-right: 10px;
        line-height: 26px;
        color: #f05050;
    }

.btn-del {
    color: #fff !important;
    background-color: #f05050;
    border-color: #f05050;
}

    .btn-del:hover {
        color: #fff;
        background-color: #ee3939;
        border-color: #ed2a2a;
    }

.view-detail .k-del {
    float: right;
    color: #d9534f;
    margin-top: 7px;
}

.view-detail > .row > .col-sm-12 {
    position: initial;
}

.view-detail .table-responsive table tbody td {
    position: relative;
}

.k-grid-toolbar .k-exp, .k-grid-toolbar .k-imp {
    color: #7266ba;
}

.cus-tooltip > span {
    position: absolute;
    top: 26px;
    /*right: 0;*/
    z-index: 1;
    background: #555;
    padding: 8px 15px;
    border-radius: 4px;
    color: white;
    transition: all .2s ease-in-out;
    display: none;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 18px !important;
}

.cus-tooltip-detail > span {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
    background: #555;
    padding: 8px 15px;
    border-radius: 4px;
    color: white;
    transition: all .2s ease-in-out;
    display: none;
}

.personal-cus-tooltip > span {
    position: fixed;
    z-index: 1;
    background: #009dea;
    padding: 7.5px 15px;
    color: white;
    transition: all .2s ease-in-out;
    display: none;
    left: 3%;
    /*border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;*/
}

.k-grid-toolbar .k-del:hover, .view-detail .k-del,
.k-del-source-ads:hover {
    color: #C54D49;
    position: relative;
}

.k-widget, .k-pager-wrap {
    border-color: #dee5e7;
    background-color: #F6F8F8;
    box-shadow: none;
}

    .k-pager-wrap .k-pager-nav, .k-pager-sizes .k-dropdown-wrap span {
        line-height: 23px;
    }

.k-add,
.k-approve,
.k-approve[disabled],
.k-grid-tab-add,
.k-add-not-roster,
.k-add-form-code,
.passing,
.create-interview,
.k-add-jobvacancy,
.k-add-source-ads,
.k-add-cost_recuit,
.k-add-stop-working,
.k-add-relative,
.k-add-AllowanceConcurrent,
.k-add-trainingDetail,
.k-RecruitInternal,
.k-re-evaluate {
    color: #fff;
    background-color: #27c24c;
    border-color: #27c24c;
    font-weight: bold;
}

    .k-add:hover, .k-approve:hover, .k-grid-tab-add:hover, .k-add-not-roster:hover,
    .k-add-form-code:hover,
    .passing:hover,
    .create-interview:hover,
    .k-add-jobvacancy:hover,
    .k-add-source-ads:hover,
    .k-add-cost_recuit:hover {
        color: #fff;
        background-color: #23ad44;
        border-color: #20a03f;
    }

.k-fa-undo {
    color: #fff;
    background-color: #908e8e;
    border-color: #908e8e;
    /*font-weight: bold;*/
}

.k-confirm {
    color: #fff;
    background-color: #27c24c;
    border-color: #27c24c;
    /*font-weight: bold;*/
}


.k-reject,
.k-reject[disabled],
.k-cancle,
.k-RequireCancle,
.k-directCancel {
    color: #fff;
    background-color: #f05050;
    border-color: #f05050;
    font-weight: bold;
}

.k-btncancel {
    color: #fff;
    background-color: #f05050;
    border-color: #f05050;
    font-weight: bold;
}

.k-edit, .k-grid-tab-edit,
.k-edit-form-code,
.k-edit-source-ads,
.k-edit-cost_recuit,
.k-edit-AllowanceConcurrent,
.k-edit-trainingDetail {
    color: #fff;
    background-color: #fad733;
    border-color: #fad733;
    font-weight: bold;
}

    .k-edit:hover, .k-grid-tab-edit:hover,
    .k-edit-form-code:hover {
        color: #fff;
        background-color: #f9d21a;
        border-color: #f9cf0b;
    }

.k-reject:hover {
    color: #fff;
    background-color: red;
}

.k-button.k-approve i:not(#k-finish i, .k-evaluate i), .k-button.k-reject i {
    color: #fff !important;
}

.k-grid-pdf, .k-grid-excel {
    color: #fff;
    border-color: #27c24c;
    background-color: #27c24c;
    font-weight: bold;
}

    .k-grid-pdf:hover, .k-grid-excel:hover {
        background: #23ad44;
        border-color: #23ad44;
        color: #fff;
    }



.list-detail {
    padding: 0;
}

    .list-detail li {
        list-style: none;
    }

        .list-detail li a.b-b {
            border-color: #F1F1F1;
        }

        .list-detail li a {
            padding: 5px;
            word-break: break-all;
        }

    .list-detail > li:last-child {
        text-align: center;
    }

    .list-detail > li > a:hover {
        background-color: #DBEEF9;
        transition: all .05s ease-in-out;
    }

.list-detail-add > div {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.actived-detail {
    background-color: #FFFFFF !important;
    /*position:absolute;
    right:-1px;
    width:100%;*/
}

div.k-grid-footer, div.k-grid-header {
    padding-right: 0 !important;
}

.setting .radio {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

    .setting .radio .i-checks i {
        margin-right: 0;
    }

.k-filtercell .k-button {
    padding: 5px 5px;
}

.k-filter-row {
    background: white;
}

    .k-filter-row > th {
        border-color: transparent;
        padding: 1px 0;
    }

.k-button:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
}

.error-valid {
    position: fixed;
    right: 15px;
    z-index: 9999999;
    bottom: 70px;
    border-radius: 3px;
    padding: 10px;
    /*width: 280px;*/
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
}

    .error-valid span {
        font-weight: bold;
        position: absolute;
        right: 5px;
        top: 0px;
    }

        .error-valid span:hover {
            color: #555;
        }

    .error-valid:hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    .error-valid i {
        position: absolute;
        top: 16px;
        font-size: 25px;
    }

    .error-valid div {
        padding-top: 3px;
        padding-left: 40px;
    }

.undo {
    position: absolute;
    z-index: 1;
    left: 45%;
    top: 133px;
}

    .undo button {
        background-color: #f9edbe;
        padding: 6.5px 30px;
        font-weight: bold;
        border: 2px solid #f0c36d;
    }

        .undo button:hover {
            text-decoration: underline;
        }

        .undo button i {
            margin-right: 3px;
        }

.cus-undo {
    top: 90px;
}

.undo .hideUndo {
    position: absolute;
    top: -4px;
    right: -16px;
    border-radius: 58%;
    padding: 0px 2px 1px 5px;
}

    .undo .hideUndo i {
        font-size: 8px;
        color: #aeaeae;
    }

    .undo .hideUndo:hover i {
        color: #555;
    }

.wrapper-md {
    padding: 0;
}

.panel {
    margin-bottom: 2px;
    background-color: initial;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

form .panel-body {
    padding-bottom: 15px;
}

.panel-body[data-path="/personal/index"] {
    padding-top: 0;
}

.title h3 {
    padding: 8px 15px;
    background: #F0F3F4;
}

.tab-content {
    background: #fff;
}

.title {
    border-bottom: 1px solid #5fa2dd;
    margin: 15px 0;
    font-weight: bold;
}

/*.tab-content .title:first-child {
    margin-top: 0;
}*/

.tab-detail .line {
    padding-bottom: 0px;
}

.nav > .pos-stc > div a {
    display: block;
}

    .nav > .pos-stc > div a:hover {
        font-weight: bold;
    }

.cus-btn-tbl {
    margin-top: 5px;
}

    .cus-btn-tbl button.k-add {
        padding: 2px 5px;
    }

    .cus-btn-tbl button.btn-del {
        padding: 2px 6px 2px 4px;
    }

    .cus-btn-tbl > button > i {
        top: 2px;
    }

.cus-tbl thead tr th {
    text-align: center;
}

.cus-tbl tbody tr td:first-child label {
    margin-top: 7px;
}

.cus-tbl tbody tr td label {
    margin-top: 6px;
}

.progress {
    margin: 3px 0;
    border-radius: 0;
}

.progress-xs {
    height: 3px;
}

table.table {
    margin-bottom: 0;
    border: 1px solid #dee5e7;
}

.panel-default .btn-add {
    padding: 0 30px 15px 0;
    float: right;
}

.panel-default > .panel-heading > span {
    font-size: 14px;
}

.form-control.disabled > .k-dropdown-wrap.k-state-default {
    cursor: pointer;
    background-color: #FCFDFD;
    opacity: 1;
}

.form-control[readonly] {
    cursor: not-allowed;
}

.form-control[field-name=Label] {
    cursor: pointer;
    background-color: #fbfbfb;
}

.k-state-disabled {
    background: #FCFDFD;
    cursor: pointer !important;
    opacity: 1;
}

.form-control[type=file][disabled] {
    opacity: 0;
}

textarea {
    max-width: 100%;
}

.bg-light.lter, .bg-light .lter {
    background-color: #F0F3F4;
    height: 30px;
}

.btn-next-pre {
    padding: 0 0 0 30px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-2 {
    margin-top: 4px;
}

.m-r-5 {
    margin-right: 5px;
}

.p-0 {
    padding: 0;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.panel-default .panel-heading {
    background: #EDF1F2;
    padding: 7px 15px;
}

.view-detail {
    background: white;
}

    .view-detail .bg-panel {
        background: #FAFCFD;
    }

.progress {
    background-color: #F7F7F7;
}

.fixed-heigth {
    border-right: 1px solid #F1F1F1;
    align-items: stretch;
}

.btn-custom {
    position: absolute;
    right: 90px;
    top: 99px;
    z-index: 1;
}

.b-b {
    border-bottom: 0px solid #dee5e7;
}

.bgWrapp {
    /*background: url('/Content/New_Portal/images/system/bg.jpg');
    background-size: cover;*/
    background: none;
}
/*#login-form{
    width: 384px;
    max-width: 384px;
    padding: 32px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    margin:0 auto;
}
#login-form .logo {
    width: 128px;
    height: 128px;
    line-height: 125px;
    font-size: 54px;
    font-weight: bold;
    margin: 32px auto;
    color: #FFF;
    border-radius:50%;
    background: rgb(3,155,229);
    font-family: sans-serif;
}*/
#login-form .title {
    font-size: 17px;
    margin: 16px 0 32px;
}

#login-form .user, #login-form .pass {
    margin: 18px 0;
}

    #login-form .user input, #login-form .pass input {
        border: 0;
        border-bottom: 1px solid rgb(221, 221, 221);
        border-radius: 0;
    }

        #login-form .user input:focus, #login-form .pass input:focus {
            border-bottom-width: 2px;
            border-color: #b6d496;
        }

#login-form .remember, #login-form .forget {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

#login-form .forget {
    margin: 10px 0 0 0;
}

#login-form .remember .checkbox {
    margin: 0;
}

#login-form .forget a {
    color: rgb(3,155,229);
}

#login-form .login {
    width: 220px;
    /*margin: 16px auto;*/
    display: block;
    border-radius: 3px;
    padding: 10px 0;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    color: #fff;
}

    #login-form .login:hover {
        background-color: #357ae8;
        background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
        background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
        background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
        background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
        background-image: linear-gradient(top,#4d90fe,#357ae8);
        color: #fff;
    }

#login-form .separator {
    font-size: 15px;
    font-weight: 600;
    margin: 24px auto 16px;
    position: relative;
    overflow: hidden;
    width: 100px;
    color: rgba(0,0,0,.54);
}

    #login-form .separator span:before, #login-form .separator span:after {
        content: '';
        display: block;
        width: 30px;
        position: absolute;
        top: 10px;
        border-top: 1px solid rgba(0,0,0,.12);
    }

    #login-form .separator span {
        display: inline-block;
        vertical-align: baseline;
        position: relative;
        padding: 0 8px;
        z-index: 9999;
    }

        #login-form .separator span:before {
            right: 100%;
        }

        #login-form .separator span:after {
            left: 100%;
        }

#login-form button.google {
    background: #D73D32;
    width: 220px;
    text-transform: none;
    color: #FFF;
    border: 0;
    font-size: 13px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 3px;
    padding: 9px 0;
}

.sys_group {
    background: white;
    margin-top: 15px;
    padding: 20px;
}

.form-control {
    display: block;
    width: 100%;
    /*height: 27px;*/
    /*padding: 4px 5px;*/
    font-size: inherit;
}

.not-page {
    background: white;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
}

    .not-page .text {
        font-size: 200px;
        color: #D73D32;
    }

    .not-page .comeback button {
        background: #D73D32;
        text-transform: none;
        color: #FFF;
        border: 0;
        font-size: 13px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
        border-radius: 3px;
        padding: 10px 50px;
    }

.user-img {
    padding: 5px;
}

.fix-dropdown-lang {
    padding: 15.8px 5px;
}

    .fix-dropdown-lang img {
        width: 23px;
    }

        .fix-dropdown-lang img:hover {
            cursor: pointer;
        }

#Sys_Group_Permission_Grid table thead tr th:nth-child(n+5) {
    text-align: center;
}

#Sys_Group_Permission_Grid table thead tr th:nth-child(2),
#Sys_Group_Permission_Grid table thead tr th:nth-child(3),
#Sys_Group_Permission_Grid table thead tr th:nth-child(4) {
    padding-bottom: 22px;
}

#Sys_Group_Permission_Grid table thead tr th label {
    display: block;
    margin-top: 5px;
}

.fix-padding-tbl-contact {
    padding-left: 0;
}

.bg-danger {
    background-color: #234d9d;
}

.app-aside {
    font-family: Arial;
}

#CrmContracttab1 > .col-sm-6 > .form-group > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.event-custom {
    margin-top: 30px;
    padding: 0 15px;
}

    .event-custom button {
        float: right;
        margin-left: 5px;
    }

    .event-custom span[title] {
        width: 15%;
        display: inline-block;
        float: right;
    }

.k-grid-header th.k-header > .k-link {
    line-height: initial;
    min-height: 0;
}

.k-grid-header th.k-header {
    line-height: 17px;
}

    .k-grid-header th.k-header:nth-child(2) {
        border: 0;
    }

.btn-add-contact button {
    padding: 2px 5px;
}

.disable {
    width: 100%;
    height: 27px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.navi ul.nav li a {
    padding: 6px 8px;
}

    .navi ul.nav li a > i {
        /*  margin: -12px -10px;
        margin-right: -6px;*/
    }

.navi ul.nav li li a {
    padding-left: 40px;
}

.nav > li > a {
    padding: 7px 15px;
}

.navbar-nav > li > a {
    padding: 15px 15px;
    font-weight: bold;
}

.navi ul.nav li a,
.navi ul.nav li a span {
    /*font-weight: bold !important;*/
}

.navi ul.nav li li a {
    /*font-weight: bold;*/
}

input[kendo-date-picker] {
    padding-left: 10px;
}

.k-dropzone {
    padding: 0;
}

.k-upload-files {
    margin: 0;
    line-height: 20px;
}

div.k-upload {
    border-color: #cfdadd;
    /*height: 25px;*/
}

div.k-upload-button {
    border: 0;
    background: #ddd;
    padding: 3px 30px 2px 30px;
}

.icon-attach > i {
    position: absolute;
    top: 7px;
    left: 25px !important;
    z-index: 1;
}

.i-checks > i {
    width: 15px;
    height: 15px;
}

.i-checks input:checked + i:before {
    width: 9px;
    height: 9px;
}

.close {
    position: absolute;
    right: 15px;
    top: 7px;
}

.table-group-details {
    position: relative;
}

    .table-group-details thead tr th {
        text-align: center;
    }

        .table-group-details thead tr th:nth-child(1),
        .table-group-details thead tr th:nth-child(2),
        .table-group-details thead tr th:nth-child(3),
        .table-group-details thead tr th:nth-child(4) {
            text-align: left;
        }

        .table-group-details thead tr th label {
            display: block;
            text-align: center;
            margin-top: 2px;
        }

.show-constant-other {
    text-align: left;
    position: absolute;
    z-index: 999;
    left: 0px;
    min-height: 100px;
    width: 100%;
    background: white;
    border: 1px solid #dadada;
    padding: 1%;
}

.dropdown-quick-create {
    min-width: 435px;
}

div.k-treeview {
    overflow: initial;
    padding: 10px 0;
    border-width: 1px;
    border-color: #cfdadd;
    border-radius: 2px;
}

    div.k-treeview .k-checkbox-label:before {
        width: 18px;
        height: 18px;
        border-radius: 0;
    }

    /*div.k-treeview .k-in,
    div.k-treeview .k-plus,
    div.k-treeview .k-in {
        margin-left: 10px;
    }*/

    div.k-treeview .k-checkbox:checked + .k-checkbox-label:before {
        color: #23b7e5;
    }

    div.k-treeview .k-checkbox-label:before {
        line-height: 18px;
    }

.k-checkbox-label:before {
    border-color: #cfdadd;
}

.k-checkbox-label:hover:before {
    border-color: #23b7e5;
}

.k-state-selected {
    background: #23b7e5;
}

div.k-treeview .i-checks input:checked + i:before {
    top: 5px;
    left: 5px;
}

.form-group > div > button.k-add {
    padding: 3px 7px 4px 7px;
    width: 100%;
}

div.modal {
    overflow: auto;
}

#search-account {
    height: 30px;
    background: white;
    width: 350px;
    border-radius: 2px;
}

#divResult {
    position: absolute;
    background: white;
    top: 30px;
    width: 400px;
}

    #divResult > ul {
        padding: 5px;
        padding-left: 10px;
        margin: 0;
        border-top: 1px solid #edf1f2;
    }

        #divResult > ul > li {
            list-style-type: none;
            color: #000;
            margin: 5px 0;
        }

            #divResult > ul > li:hover {
                background: #EDF1F2;
            }

            #divResult > ul > li > i {
                margin-left: 5px;
                background: #98d1a6;
                color: white;
                border-radius: 50%;
                padding: 5px;
                float: left;
                margin-right: 5px;
            }

#btnSearch {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#top-account > li {
    width: 25%;
}

.dropdown-menu {
    font-size: inherit;
}

#top-account > li.active > a {
    border-bottom: 1px solid #23b7e5;
}

.top-account ul li i {
    font-size: 15px;
    background: #98d1a6;
    color: white;
    border-radius: 50%;
    padding: 10px;
    float: left;
    margin-right: 10px;
}

.list-group-item {
    padding: 9.1px !important;
    border: 0;
}

    .list-group-item > span > i {
        color: #f21b1b;
        padding: 2px;
        border-radius: 50%;
        margin-right: 2px;
    }

        .list-group-item > span > i.glyphicon-time {
            color: white;
            background: #27c24c;
        }

hr {
    margin: 5px 0;
}

.bar-legend > li {
    padding: 0px 15px 5px 40px;
}

.bar-legend li > span {
    width: initial;
    padding: 3px 2px;
}

.m-b-0 {
    margin-bottom: 0;
}

li.list-group-item > span > i.icon-user {
    background: #98d1a6;
    color: white;
    padding: 7px;
    margin-right: 5px;
}

.fix-item {
    margin-top: -4px;
    line-height: 10px;
}

.fix-list-group-item {
    padding: 3px 5px !important;
}

.doughnut-legend > li {
    width: 40%;
    margin-bottom: 12px;
    font-size: 9px;
}

.fix-list-group-item span a, .fix-item span a {
    color: #23b7e5;
}

    .fix-list-group-item span a:hover, .fix-item span a:hover {
        color: #189ec8;
    }

.doughnut-legend > li > span {
    width: 90%;
    color: white;
    line-height: 20px;
}

.position-chart {
    position: absolute;
    top: 45px;
    right: -30px;
}

.line-legend span {
    width: 100%;
    padding: 2px 5px;
}

.line-legend li {
    margin-right: 2px;
    padding-right: 0;
    padding: 0px 0px 0px 5px;
}

    .line-legend li span {
        position: initial;
    }

.chart-unit {
    position: absolute;
    right: 15px;
    font-size: 11px !important;
    font-weight: normal;
}

ul.line-legend {
    margin-bottom: 3px;
}

.frm-change-pass {
    width: 300px;
    position: absolute;
    right: 41px;
    z-index: 999999;
    background: white;
    border: 1px solid #dee5e7;
    top: 51px;
}

    .frm-change-pass .line {
        margin: 0px 0px 5px 0;
    }

    .frm-change-pass label {
        margin-bottom: 0;
    }
/*.fix-position-chart{
    top:0;
    right:0;
}
.fix-position-chart .legend{
    display:none;
}*/


.jqstooltip {
    padding: 5px 10px !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

    .easyPieChart > div {
        position: relative;
        z-index: 1;
    }

        .easyPieChart > div .text {
            position: absolute;
            top: 60%;
            width: 100%;
            line-height: 1;
        }

        .easyPieChart > div img {
            margin-top: -4px;
        }

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

#flotTip {
    z-index: 100;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.top-0 {
    top: 0 !important;
}

.app-aside-dock .box-shadow {
    box-shadow: none;
}

.bg-header {
    background: #f6f6f6 !important;
}

#header {
    background: #fff;
    z-index: 99999;
}

    #header .logo img {
        max-height: 40px;
        margin: 5px 0 !important;
    }

    #header div:first-child {
        margin-left: 0;
    }

/*.dropdown-quick-create .row {
    margin-left: initial;
}*/

.dropdown-quick-create {
    padding: 15px 15px 15px 0;
}

#header.hide-header ul li a {
    color: #363f44;
}

#aside {
    z-index: 9999;
}

    #aside ul.menu-sidebar > li > ul.nav-sub.dk {
        max-height: 600px !important;
        overflow-y: auto;
    }

.fix-header {
    /*width: initial !important;
    right: 0;
    z-index: 99999;
    background: none !important;*/
    display: none;
}

    .fix-header ul.navbar-nav li a {
        line-height: 15px;
    }

.p-top-115 {
    padding-top: 115px !important;
}

.top-45 {
    top: 45px;
}

.fix-header .fix-dropdown-lang {
    padding: 13px 5px !important;
}

.navbar-collapse {
    padding-left: 5px;
}

/*.view-button {
    margin-top: -50px;
}*/

.nav-tabs .closed {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 10px;
    border-radius: 50%;
    color: #98c4ea;
}

    .nav-tabs .closed > i {
        line-height: 17px;
        padding: 0 3px 0 3px;
    }

    .nav-tabs .closed:hover {
        cursor: pointer;
        background: #f05050;
        color: #fff;
    }

.nav-tabs > li > a {
    padding-right: 20px;
}

.app-header-fixed {
    padding-top: 51px;
}

.app-aside-dock.app-aside-fixed.app-header-fixed {
    padding-top: 30px;
}

#aside ul.menu-sidebar > li {
    /*padding: 0 10px;*/
}

    .app-aside-dock #aside ul.menu-sidebar > li > a > i,
    #aside ul.menu-sidebar > li > a > span:last-child {
        /*     float: left;
        line-height: 45px;
        font-weight: bold;*/
    }

.app-aside-dock .app-aside .navi > ul > li > a > span.pull-right {
    bottom: -39px;
    left: 70%;
    color: #fff;
}

.app-aside-dock .app-aside .navi > ul > li .nav-sub {
    top: 45px !important;
}

.app-aside-dock .app-aside .navi > ul > li > a > i {
    /*    margin: 0;
    width: 20px;*/
}

#aside i.fa-home {
    font-size: 22px;
}

.col-5 {
    width: 20%;
    float: left;
    padding: 0 15px;
    font-size: 12px;
    display: none;
}

    .col-5 ul li {
        list-style-type: none;
    }

        .col-5 ul li:first-child {
            color: #b9b9b9;
            font-size: 15px;
            padding: 10px 0;
        }

#footer .col-5 ul {
    float: left;
    padding: 0 5px;
    margin: 0;
}

.b-t-2 {
    border-top: 2px solid #5fa2dd;
}

.app-content-body {
    padding-bottom: 0;
}

.footer-bot {
    width: 100%;
    text-align: center;
    clear: both;
    color: #b9b9b9;
    font-size: 12px;
}

span.inhour {
    width: 20% !important;
    padding: 0;
    float: left;
}

span.outhour {
    width: 79%;
    padding: 0;
    float: right;
}

span.DateStart {
    width: 40%;
    float: left;
}

span.DateEnd {
    width: 59%;
    float: right;
}

span.k-datepicker {
    padding: 0;
}

.filter-grid {
    border: 1px solid #ddd;
    padding: 2px 0;
    margin-bottom: 5px;
}

    .filter-grid .btn-filter {
        position: absolute;
        right: 15px;
        background: none;
        border: none;
        top: 0px;
        border-left: 1px solid #cfdadd;
        padding: 3px 30px 4px 30px;
        color: #9E9E9E;
        background: #08c;
        border: 1px solid #08c;
        color: #fff;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

        .filter-grid .btn-filter:hover {
            background: #009dea;
        }

    .filter-grid .show-option {
        position: absolute;
        top: 6px;
        left: 23px;
        cursor: pointer;
        z-index: 9;
    }

.filter-grid-option {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 7px 0;
}

.personal-menu {
    width: 3%;
    position: absolute;
    top: -1px;
    left: 14px;
    min-height: 100%;
    border-right: 1px solid #e5e5e5;
}

    .personal-menu > ul {
        padding: 0;
    }

        .personal-menu > ul > li {
            list-style-type: none;
            position: relative;
            clear: left;
        }

.bg-08c .view-detail .personal-menu ul li a {
    border-top: 0 !important;
}

.personal-menu > ul > li > a {
    display: block;
    text-align: center;
    border-top: 0 !important;
}

    .personal-menu > ul > li > a > i {
        color: #000;
        padding: 10px;
        display: block;
        width: 100%;
        float: left;
    }

    .personal-menu > ul > li > a:hover > i {
        background: #009dea;
        color: white;
    }

.personal-content {
    margin-top: 11px;
}

.to-top {
    position: fixed;
    right: 6px;
    bottom: 20%;
    background: #f21b1b;
    border-radius: 3px;
}

    .to-top:hover {
        background: #c70202;
    }

    .to-top > a {
        color: white;
        display: block;
        padding: 10px;
    }

.tab-custom {
    padding: 5px;
}

    .tab-custom ul li a {
        color: #000 !important;
    }

.fa {
    font-size: larger;
}

.grid-selected-row {
    background-color: #f0f9ec !important;
}

.tab-content.tab-detail .panel-body {
    padding: 5px;
    padding-right: 0;
}

.tab > ul > li > span[data-path] > i.fa {
    font-size: inherit;
}

.fixed-grid-header {
    position: fixed;
    z-index: 1;
    top: 45px;
    margin-right: 6px;
}

.tab-content .tab-detail div.k-grid-header thead tr th:first-child {
    padding-left: 3px;
}

#ProfileAttendanceDetail__Index__ProfileAttendanceDetailGird .fixed-grid-header {
    margin-right: 21px;
}

.k-grid-norecords {
    line-height: 50px;
    color: #0062ba;
}

.personal-menu ul li a.personal-cus-tooltip i.icon-user {
    height: 34px;
}

.menu-active,
.menu-active > a > i {
    background: #5fa2dd;
}

    .menu-active a.personal-cus-tooltip i {
        color: #fff !important;
    }

/*.k-numeric-wrap.k-state-default {
    height: 25px;
}*/

.title-custom {
    margin-left: 2px;
    border-bottom: none !important;
    margin-bottom: 3px !important;
}

.text-header-custom {
    font-size: 12px !important;
    opacity: 1 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mask-hours {
    width: 100%;
    height: 26px;
    position: absolute;
    z-index: 9;
}

.z-i-0 {
    z-index: 0 !important;
}

.op {
    margin-top: -10px !important;
}

ul.tab-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div.setting-layout .setting.setting-fontsize .radio.inline label.i-checks input:checked + i:before {
    top: 2px !important;
    left: 2px !important;
}

label.i-checks {
    margin: 0;
}

.add_bg {
    margin-left: 0px;
    margin-bottom: 5px;
}

.btn_backgorund {
    margin-left: 14px;
    padding-left: 10px;
    font-size: 12px;
    width: 91px;
    text-align: center;
    margin-bottom: 10px;
}

.hide_all {
    display: none;
    opacity: 0;
}

.personal-menu-xs {
    display: none;
}

.ps-scrollbar-x-rail {
    display: none;
}

.CutOffDurationRight_show {
    float: right;
    border: 0;
    min-width: 115px;
    padding-right: 5px;
}

.list-menu-xs {
    display: none;
}

.hide_all_show_767 {
    display: none !important;
}

ul.drop_cus {
    min-width: 188px;
}

#New_Attendance7 .title.w-100.w-100-414,
.form-group .k-datepicker {
    width: 100%;
}

#New_HR1 .title.col-xs-12.title_cus.title_pd {
    padding-left: 0;
}


#revslider-116 {
    max-height: 100% !important;
}

body.bgWrapp div.row:first-child {
    margin-right: 0 !important;
}

#Leaveday__Index__LeavedayGird_ListView div.inner-div-listview div.col-sm-3.col-xs-12:first-child,
#Leaveday_Approve__Index__Leaveday_ApproveGird_ListView div.inner-div-listview div.col-sm-3.col-xs-12:first-child,
#Overtime__Index__OvertimeGird_ListView div.inner-div-listview div.col-sm-3.col-xs-12:first-child,
#Overtime_Approve__Index__Overtime_ApproveGird_ListView div.inner-div-listview div.col-sm-3.col-xs-12:first-child {
    position: absolute;
    right: -5px;
    text-align: right;
}

.k-multiselect {
    overflow-y: auto;
    background: #fff;
}

.k-multiselect-wrap {
    background-color: initial;
}

.k-excel {
    color: #fff;
    background-color: #04548e;
    border-color: #04548e;
}

    .k-excel:hover {
        color: #fff;
        background-color: #05416d;
        border-color: #05416d;
    }

#has-middle-shift span.k-dropdown.k-header {
    width: 149px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
/*.k-grid[options='Crm_SetAccount_Index_SetAccountGrid'] {
    margin-top: 10px;
}*/

.k-grid td,
.k-grid tr td,
.k-grid-header {
    border-color: transparent;
}

.k-grid td {
    line-height: 0;
    border-width: 3px 0px 0px 0px;
}

    .k-grid td > a {
        white-space: nowrap;
    }

.k-grid-header {
    border-bottom: 2px solid #dee5e7 !important;
}

.k-grid tr:not(.k-grouping-row) td {
    padding: 0;
    border-bottom: 1px solid #eaeff0;
}

.k-alt {
    background-color: #fafbfc;
}

.k-header {
    border-color: #edf1f2;
}

    .k-header.k-grid-toolbar {
        background: #F6F8F8;
    }

.k-grid .k-button {
    padding: 2px 7px;
}

    .k-grid .k-button:first-child {
        margin-left: 2px;
    }

.k-grid-toolbar {
    border-bottom: 2px solid #ddd;
}

    .k-grid-toolbar .k-button span {
        margin-right: 5px;
        font-size: 15px;
    }

.k-grid-header th.k-header {
    text-align: left;
    font-weight: bold;
    padding: 3px 2px;
    border-color: #d0d0d0;
}

.k-grid-header table thead tr th:first-child label {
    margin-bottom: 0;
}

/*#Overtime__Index__OvertimeGird thead tr th:last-child a,
#Leaveday__Index__LeavedayGird thead tr th:last-child a,
#Overtime_Approve__Index__Overtime_ApproveGird thead tr th:last-child a,
#Leaveday_Approve__Index__Leaveday_ApproveGird thead tr th:last-child a,
#Overtime__Index__OvertimeGird div.k-grid-content tbody tr td:last-child a,
#Leaveday__Index__LeavedayGird div.k-grid-content tbody tr td:last-child a,
#Overtime_Approve__Index__Overtime_ApproveGird div.k-grid-content tbody tr td:last-child a,
#Leaveday_Approve__Index__Leaveday_ApproveGird div.k-grid-content tbody tr td:last-child a {
    opacity: 1;
}*/

.k-grid-content .sys-group-permission {
    padding: 7px;
}

.k-grid-content table tbody tr td a.url-web {
    color: #337ab7;
    cursor: pointer;
}

    .k-grid-content table tbody tr td a.url-web:hover {
        color: blue;
    }

.k-grid-header-wrap {
    border: 0;
}

    .k-grid-header-wrap table thead tr th:first-child {
        text-align: center;
    }

.k-grid tr:hover,
table.table-group-details tbody tr:hover {
    background-color: #f0f9ec !important;
}

.k-grid-content tbody tr:not(.k-grouping-row):nth-child(2n+1) {
    background-color: #fff;
}

.k-grid-content {
    background: #fff;
}

    .k-grid-content table tbody tr:not(.k-grouping-row) td a, .list-detail li a {
        display: block;
        padding: 10px 5px;
    }

    .k-grid-content table tbody tr:not(.k-grouping-row) td a {
        cursor: text;
    }

    .k-grid-content table tbody td a[ng-click] {
        cursor: pointer;
    }

.k-grid-header-wrap thead tr:first-child th[data-index="0"] {
    /*width: 20px;*/
    text-align: center;
}

/*.k-grid-content tbody tr:not(.k-grouping-row) td[role="gridcell"]:not([class]) {
    width: 25px;
    text-align: center;
}*/

.k-grid-content .i-checks input:checked + i:before, .k-grid-header .i-checks input:checked + i:before {
    top: 5px;
    left: 5px;
}

.k-grid-content tbody tr td:last-child {
    border-right: 0;
}

.k-grid {
    border-radius: 2px;
}

.k-grid-pager {
    border-radius: 0 0 3px 3px;
}

.k-grid-content .i-checks input:checked + i:before,
.k-grid-header .i-checks input:checked + i:before {
    top: 3px;
    left: 3px;
}

div[kendo-grid] .k-grid-content tbody .view-detail {
    cursor: pointer;
    color: #1083e8;
    background: initial;
}

    div[kendo-grid] .k-grid-content tbody .view-detail:hover {
        color: #0c64b1;
    }

.k-grid-content tbody tr.k-grouping-row td {
    background: #e8e8e8;
    border-bottom: 1px solid #fff !important;
}

.control-translate:hover {
    cursor: pointer;
    transition: all .15s ease-out;
    color: #23b7e5;
}

.control-translate span.config-hidden-control i {
    cursor: pointer;
    transition: all .15s ease-out;
}

.sp-hide-control {
    opacity: .5;
}

.hide-control {
    display: none !important;
}

.change-columns {
    color: #7266ba;
    float: right;
    border: none;
    background: initial;
}

/*.k-detail {
    color: #fff;
    background-color: #23ad44;
    border-color: #20a03f;
}*/

.k-detail:hover {
    color: #fff;
    background-color: #23ad44;
    border-color: #20a03f;
}

.k-RecruitInternal:hover {
    color: #fff;
    background-color: #23ad44;
    border-color: #20a03f;
}


/*
    @ CSS MODULE TASK MANAGEMENT
*/
.k-update-status i {
    margin-right: 3px;
}

.k-update-status {
    color: #fff;
    background-color: #f9d21a;
    border-color: #f9cf0b;
    position: relative;
}

    .k-update-status:hover {
        color: #fff;
        background-color: #e6c31c;
        border-color: #e2c22e;
    }


.k-update-status {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    z-index: 1;
}

    .k-update-status span {
        white-space: nowrap
    }

button.k-filter-tasks:hover {
    color: #fff;
    background: #f5b800;
    border-color: #f5b800;
    cursor: pointer;
}

button.k-filter-tasks {
    color: #fff;
    background: #ffc107;
    border-color: #ffc107;
}
/*
    @Note màu trạng thái bên dưới lưới
*/
#typeColorConfig {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #typeColorConfig .typeColorConfig__item {
        flex-grow: 1;
        height: 17px;
        line-height: 17px;
        font-size: 8pt;
        font-weight: 300;
        position: relative;
        color: #333
    }

.typeColorConfig__item:after {
    content: "";
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 8px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

#typeColorConfig1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #typeColorConfig1 .typeColorConfig__item {
        flex-grow: 1;
        height: 17px;
        line-height: 17px;
        font-size: 8pt;
        font-weight: 300;
        position: relative;
        color: #333
    }

.typeColorConfig__item:after {
    content: "";
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 8px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

#typeColorConfig2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #typeColorConfig2 .typeColorConfig__item {
        flex-grow: 1;
        height: 17px;
        line-height: 17px;
        font-size: 8pt;
        font-weight: 300;
        position: relative;
        color: #333
    }

.typeColorConfig__item:after {
    content: "";
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 8px;
    top: 0;
    bottom: 0;
    z-index: 2;
}


#typeColorConfig3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #typeColorConfig3 .typeColorConfig__item {
        flex-grow: 1;
        height: 17px;
        line-height: 17px;
        font-size: 8pt;
        font-weight: 300;
        position: relative;
        color: #333
    }

.typeColorConfig__item:after {
    content: "";
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 8px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

/*
    @Range Status

*/
#range-status {
    position: relative;
    padding: 6px 0;
}

#btn-update-status {
    padding: 3px 6px !important;
}

#percentage-status {
    text-align: center;
    background-color: rgb(0 0 0);
    color: #fff;
    width: 40px;
    display: inline-block;
    font-size: 1.2rem;
    border-radius: 3px;
    position: absolute;
    left: 100% !important;
    top: 5px;
    z-index: 9;
}

    #percentage-status:after {
        position: absolute;
        content: "";
        border-style: solid;
        border-width: 25px;
        border-color: rgb(0 0 0) transparent transparent transparent;
        right: 0;
        left: 0;
        top: 15%;
        z-index: -1;
        display: none;
    }

#progress-status ul li .progress-status__dot-inner i {
    position: relative;
    z-index: 99999999999;
    color: #fff;
    top: -16px;
    opacity: 0;
    transition: all .3s ease;
}

#progress-status ul li.progress-status__active .progress-status__dot-inner {
    background-color: #23beec;
}

    #progress-status ul li.progress-status__active .progress-status__dot-inner i {
        opacity: 1;
    }

#progress-status ul li.statusCancel .progress-status__dot-inner {
    background-color: #ff8b13;
    border-color: #ff8b13;
}

#progress-status ul li.statusCancel .progress-status__label-enum h4 {
    color: #ff8b13;
}

.TasTask_ExpectedProgress__progress-bar,
.TasTask_ActualProgress__progress-bar {
    position: relative;
    box-shadow: 0px 0px 10px -3px #000;
    -moz-box-shadow: 0px 0px 10px -3px #000;
    -webkit-box-shadow: 0px 0px 10px -3px #000;
    height: 10px;
    line-height: 10px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

    .TasTask_ActualProgress__progress-bar span {
        position: absolute;
        width: 0%;
        height: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        background-color: #27c24c;
        right: 0;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        color: #f5f5f5;
        font-size: 10px;
        text-align: center;
    }

    .TasTask_ExpectedProgress__progress-bar span {
        position: absolute;
        width: 0%;
        height: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        background-color: #fad733;
        right: 0;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        color: #333;
        font-size: 10px;
        text-align: center;
    }
/*
    @ Progress circle status
*/

.progress-circle-status__svg > circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #ccc;
    stroke-width: 5px;
}

.progress-circle-status__svg > .progress-circle-status__circle-bar {
    stroke-dashoffset: 213.5;
}

    .progress-circle-status__svg > .progress-circle-status__circle-bar.expected-background {
        stroke: #fad733;
    }

    .progress-circle-status__svg > .progress-circle-status__circle-bar.actual-background {
        stroke: #27c24c;
    }

#desktop-toolbar > #progress-circle-status > .progress-circle-status__circle {
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    position: relative;
    margin-bottom: 15px;
    /*box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 68%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 68%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 68%);*/
}

    #desktop-toolbar > #progress-circle-status > .progress-circle-status__circle:after {
        position: absolute;
        display: block;
        height: 56px;
        width: 56px;
        right: 12px;
        bottom: 12px;
        box-shadow: inset 0 0 1em #00000085;
        content: attr(data-pct)"%";
        border-radius: 100%;
        line-height: 56px;
        font-size: 12px;
        text-align: center;
    }

#desktop-toolbar > #progress-circle-status {
    position: fixed;
    top: 50%;
    background-color: white;
    z-index: 9;
    padding: 15px;
    right: 100%;
    border-radius: 5px 0 0 5px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

    #desktop-toolbar > #progress-circle-status:after {
        content: "";
        position: absolute;
        border-width: 15px;
        border-color: #fff #fff transparent transparent;
        border-style: solid;
        right: 0;
        bottom: -28px;
    }

    #desktop-toolbar > #progress-circle-status:before {
        content: "";
        position: absolute;
        border-width: 15px;
        border-color: #fff #fff transparent transparent;
        border-style: solid;
        right: 0;
        top: -28px;
        transform: rotate(90deg);
    }


.progress-circle-status-toggle button {
    height: 28px;
    line-height: 28px;
    width: 28px;
    background-color: #fff;
    border: 0;
    color: #333;
    font-size: 1.3em;
}

    .progress-circle-status-toggle button:active {
        background-color: rgb(35 183 229 / 52%);
        width: 62px;
        border-radius: 20px;
        color: #fff;
    }


/*
    CSS Cho mobile toolbar progress circle status (task management)
*/
#mobile-toolbar > #progress-circle-status {
    text-align: center;
    position: absolute;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    z-index: 9999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    overflow: hidden;
}

#mobile-toolbar .progress-circle-status-panel .progress-circle-status__circle:after {
    position: absolute;
    display: block;
    height: 56px;
    width: 56px;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    bottom: 27px;
    box-shadow: inset 0 0 1em #00000085;
    content: attr(data-pct)"%";
    border-radius: 100%;
    line-height: 56px;
    font-size: 12px;
    text-align: center;
}

#mobile-toolbar .progress-circle-status-panel .progress-circle-status__circle {
    position: relative;
    margin-right: 15px;
}

#mobile-toolbar > .progress-circle-status-panel {
    position: absolute;
    bottom: 100%;
    transform: translateY(100%);
    z-index: 9;
    background: #ffffff;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

    #mobile-toolbar > .progress-circle-status-panel.active {
        transform: translateY(0%);
    }

.progress-circle-status__svg {
    position: relative;
}
/* Toggle mobile progress circle status */
#mobile-toolbar {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    height: 32px;
    line-height: 32px;
}


@media screen and (max-width:768px) {
    #progress-circle-status > .progress-circle-status-toggle {
        display: block;
    }

    #form-tas-task {
        margin-bottom: 10%;
    }
}

/*
    @ Progress giao việc
*/

div#progress-status ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 4.7px;
    margin-bottom: 0;
    list-style-type: none;
}

#progress-status ul li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    position: relative;
}

.progress-status__dot-status {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.progress-status__dot-inner {
    transition: all .3s ease-in-out;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    border: 5px solid #ddd;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    transition-delay: .3s;
}

#progress-status ul li:after {
    height: 4px;
    background-color: #e6e5e5;
    position: absolute;
    top: 20%;
    right: 50%;
    width: 100%;
    transform: translateY(-30%);
    border: 2px solid #ddd;
    z-index: 1;
    content: "";
    line-height: 10px;
}

.progress-status__dot-status:after {
    content: "";
    position: absolute;
    transition: all .1s ease-in-out;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 5px solid #ddd;
    line-height: 50px;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.progress-status__active--active.--last-child > .progress-status__dot-status:after {
    transition-delay: .3s
}

#progress-status ul li:before {
    height: 4px;
    background-color: #23beec;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 0;
    transform: translateY(-30%);
    z-index: 2;
    content: "";
    transition: all .3s linear;
}

#progress-status ul li:first-child .progress-status__dot-status:after {
    border-color: #23beec;
}

#progress-status ul li.statusCancel .progress-status__dot-status:after {
    border-color: #ff8b13 !important;
}

#progress-status ul li.statusCancel.progress-status__active:before {
    width: 100%;
    background-color: #ff8b13;
}

#progress-status > ul > li:first-child:after,
#progress-status > ul > li:last-child:before {
    display: none;
}

.progress-status__label-enum h4 {
    font-size: 1.1em;
    color: #ccc;
    font-weight: bold;
}

#progress-status ul li.progress-status__active:before {
    width: 100%;
}

#progress-status ul li.progress-status__active--active:before {
    width: 0;
}

#progress-status ul li.progress-status__active .progress-status__dot-status:after {
    border-color: #23beec;
}

@media (max-width: 458px) {
    #progress-status ul li:after {
        top: 14%;
    }

    #progress-status ul li:before {
        top: 14%;
    }
}

@media (min-width: 428px) and (max-width: 1186px) {
    #progress-status ul li:after {
        top: 15%;
    }

    #progress-status ul li:before {
        top: 15%;
    }
}

/*
    END CSS MODULE TASK MANAGEMENT
*/
/* --- ---- ---*/

/* Custom tooltip popup */
.cus-tooltip-popup > span {
    position: absolute;
    top: 26px;
    z-index: 1;
    background: #555;
    padding: 8px 15px;
    border-radius: 4px;
    color: white;
    transition: all .2s ease-in-out;
    display: none;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 18px !important;
}

/***/

li.list-item {
    z-index: 999999 !important;
    background: #ddd;
}

.k-upload-status.k-upload-status-total {
    display: none;
}

.E_SUBMIT.E_SUBMIT a {
    color: rgb(18, 13, 224);
}

.E_SUBMIT.null a {
    color: #FF9900;
}

.E_SUBMIT a {
    color: #FF9900;
}


.E_FIRST_APPROVED a,
.E_APPROVED1 a,
.E_APPROVED1.E_SUBMIT a,
.E_APPROVED a,
.E_APPROVED.E_SUBMIT a,
.E_APPROVED2 a,
.E_APPROVED2.E_SUBMIT a,
.E_APPROVED.E_APPROVED a,
.E_APPROVE.E_APPROVE a,
.E_APPROVED1.E_APPROVED1 a,
.E_APPROVED3.E_APPROVED3 a,
.E_APPROVED2.E_APPROVED2 a {
    color: #27c24c;
}

.E_REJECTED a,
.E_REJECTED.E_SUBMIT a,
.E_REJECTED.E_APPROVED a,
.E_REJECTED.E_APPROVED1 a,
.E_REFUSE.E_REFUSE a,
.E_REJECTED.E_APPROVED2 a,
.E_REJECTED.E_APPROVED3 a,
.E_REJECT a,
.E_REJECT.E_SUBMIT a,
.E_REJECT.E_APPROVED a,
.E_REJECT.E_APPROVED1 a,
.E_REFUSE.E_REFUSE a,
.E_REJECT.E_APPROVED2 a,
.E_REJECT.E_APPROVED3 a {
    color: #ff0303;
}

.E_CANCEL.E_CANCEL a {
    color: #ff0303;
}

.dropdown-menu .divider {
    margin: 0;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.navbar-nav > li > .drop_cus .k-upload {
    background: none;
    border: 0;
    height: 27px;
    padding-left: 15px;
    line-height: 27px;
}

    .navbar-nav > li > .drop_cus .k-upload .k-upload-button {
        background: none;
        padding: 0;
    }

    .navbar-nav > li > .drop_cus .k-upload em,
    #change-avatar .k-upload-files {
        display: none;
    }

#change-avatar:hover {
    color: #141719;
    background-color: #edf1f2 !important;
    background-image: none;
    cursor: pointer;
}

.file-by-user {
    display: inline-block !important;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer !important;
    margin: 0 3px 3px 0;
}

.show-filter-grid {
    border: 0;
    background: #ffc109;
    color: #fff;
    padding: 0;
    padding: 4px 10px 4px 31px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}

    .show-filter-grid > i {
        line-height: 25px;
        color: #636262;
        position: absolute;
        left: 6px;
        border-right: 1px solid #e6e6e6;
        padding-right: 5px;
    }

.m-r-0 {
    margin-right: 0;
}

.filter-label {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    border: 1px solid #cfdadd;
    border-top: 0;
    max-height: 250px;
    overflow: auto;
}

.k-button.k-tags {
    background: #5fa2dd;
    border-color: #5fa2dd;
}

    .k-button.k-tags i {
        color: #fff;
    }

.filter-label li {
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
}

    .filter-label li:hover {
        background: #ececec;
    }

    .filter-label li label {
        display: block;
    }

div.filter-label {
    width: 200px;
    border: 1px solid #cfdadd;
    max-height: none;
    overflow: unset;
}

    div.filter-label > input {
        height: 25px;
        padding: 0 5px;
        border: none;
        border-bottom: 1px solid #cfdadd;
        width: calc(100% - 10px);
    }

    div.filter-label ul {
        padding: 0;
        max-height: 150px;
        overflow: auto;
        margin: 0;
    }

        div.filter-label ul li {
            padding: 5px 10px;
        }

            div.filter-label ul li .i-checks input:checked + i:before {
                top: 3px;
                left: 3px;
            }

label.i-checks input:checked + i.one-part:before {
    top: 6px !important;
    height: 3px !important;
}

label.i-checks input:checked + i.one-part.full-part:before {
    top: 3px !important;
    height: 9px !important;
}

.colspand-master {
    transition: ease-in-out .2s all;
    width: 23px;
    position: absolute;
    top: 11px;
    margin-left: 5px;
    cursor: pointer;
}

    .colspand-master.expand {
        transform: rotate(180deg);
        transition: ease-in-out .2s all;
    }

div[area-master] {
    padding: 15px;
}

.k-loading, .k-state-hover .k-loading {
    background-image: url(/Content/New_Portal/DefaultVnR2/loading.gif);
    background-position: 50% 50%;
}

.k-grid-content a:hover {
    color: #141719;
    text-decoration: none;
}

.k-grouping-row .k-icon {
    margin: -3px 6px 0px 2px;
}

input.label-filter-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: inherit;
}

#exportBox {
    float: right;
}

    #exportBox .custom-exp-excel {
        margin-left: 7px;
    }


#printRowGrid2 {
    background: #2e7d32;
    color: #fff;
    /*padding: 6px;*/
    border: none;
    margin: 0;
    display: inline-block;
}

    #printRowGrid2 i {
        margin-right: 3px;
    }

#exportBox span.k-dropdown {
    display: inline-block;
    width: 170px;
}

/*.k-multiselect-wrap {
    border: 1px solid #cfdadd;
    border-radius: 2px;
}*/

.k-multiselect-wrap .k-input {
    line-height: 23px;
}

/*.k-widget.k-multiselect {
    border: 1px solid #cfdadd;
}*/

.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-textbox:focus {
    box-shadow: none;
}

/* format css cho các control sửa trên lưới */
.k-grid-content tr td.k-edit-cell input.k-input {
    text-indent: 5px;
    padding: 0;
    height: 20px;
    border: none;
}

.k-grid-content tr td.k-edit-cell span.k-picker-wrap {
    border: none;
}

    .k-grid-content tr td.k-edit-cell span.k-picker-wrap span.k-select {
        border: none;
        border-radius: 0;
        line-height: 20px;
    }

.k-grid-content tr td.k-edit-cell span.k-dropdown-wrap {
    border: none;
}

    .k-grid-content tr td.k-edit-cell span.k-dropdown-wrap span.k-input {
        height: 20px;
        padding: 0;
        text-indent: 5px;
        line-height: 20px;
    }

    .k-grid-content tr td.k-edit-cell span.k-dropdown-wrap span.k-select {
        line-height: 20px;
    }

/* end format css cho các control sửa trên lưới */

/*.swal2-modal .swal2-content {
    font-size: 12px;
    line-height: 18px;
}*/

button.btn-group,
button.btn-group:focus,
button.btn-group:active {
    float: right;
    background: #0062ba;
    background-color: #0062ba;
    color: #fff;
    border: 0;
    box-shadow: none;
}

    button.btn-group > i {
        color: #fff;
    }

    button.btn-group:hover {
        background: #0476dc;
    }

/*.modal-dialog .form-horizontal .k-widget.k-numerictextbox .k-numeric-wrap input {
    width: calc(100% - 31px);
}*/

.vnr-custom-sweet img.swal2-image {
    margin: 0 auto;
    border-radius: 10px;
}

.vnr-custom-sweet .swal2-content {
    font-size: 20px;
}

.vnr-custom-sweet .swal2-styled {
    width: 117px;
    padding: 10px 0px;
}

.vnr-custom-sweet .swal2-spacer {
    height: 3px;
}

button.k-button[disabled] {
    opacity: .85;
}

.k-widget.k-multiselect {
    max-height: 60px;
    overflow-y: auto;
}

.k-scheduler-content .k-state-selected {
    box-shadow: none;
    background-color: rgb(3, 155, 229) !important;
    border-color: rgb(3, 155, 229) !important;
}

.k-scheduler-footer .k-link, .k-scheduler-toolbar .k-link {
    padding: 0 10px;
}

.k-scheduler-footer, .k-scheduler-toolbar {
    line-height: 26px;
}

.k-check-in {
    background-image: url(/Content/images/icons/icon-location.png);
    padding: 10px 14px !important;
    padding: 5px 15px 5px 25px;
    background-image: url(/Content/images/icons/icon-location.png);
    background-size: 25px;
    background-repeat: no-repeat;
}

button.btn-check-in {
    text-align: left;
    padding-left: 0;
}

    button.btn-check-in span:first-child {
        background: #eaeaea;
        padding: 5px 15px 2px 25px;
        background-image: url(/Content/images/icons/icon-location.png);
        background-size: 25px;
        background-repeat: no-repeat;
        position: absolute;
        top: 1px;
    }

#divMap .leaflet-bottom.leaflet-right {
    display: none;
}

.grid-out-link {
    color: blue;
    cursor: pointer !important;
}

span.check-in-address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 5px);
    display: inline-block;
    padding-left: 105px;
}

span#view-check-in-address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group .orgTreeView-container {
    width: 100% !important;
}

.filter-grid-option .form-group {
    margin: 2px;
}

.form-group:before,
.form-group::after {
    display: table;
    content: " ";
}

.form-group::after {
    clear: both;
}

.form-control {
    /*height: inherit;*/
}

input[text] {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-indent: 5px;
}

/*nhan.tran set chiều cao autocomplte đang vỡ*/
span.k-widget.k-autocomplete .k-input {
    height: 21px;
}

span.k-widget.k-autocomplete 
{
    height: 29px;
}

span.k-widget.k-datepicker,
span.k-widget.k-dropdown,
span.k-widget.k-numerictextbox,
span.k-widget.k-autocomplete,
span.k-widget.k-combobox {
    height: 27px;
}

    span.k-widget.k-datepicker span.k-picker-wrap input[kendo-date-picker],
    span.k-widget.k-dropdown span.k-dropdown-wrap span.k-input,
    span.k-widget.k-timepicker span.k-picker-wrap input[kendo-time-picker],
    span.k-widget.k-numerictextbox span.k-numeric-wrap input.k-input,
    span.k-widget.k-combobox span.k-dropdown-wrap input.k-input {
        padding: 0;
        text-indent: 5px;
        height: 25px;
    }

    span.k-widget.k-datepicker span.k-picker-wrap span.k-select,
    span.k-widget.k-dropdown span.k-dropdown-wrap span.k-select,
    span.k-widget.k-timepicker span.k-picker-wrap span.k-select,
    span.k-widget.k-combobox span.k-dropdown-wrap span.k-select {
        line-height: 25px;
    }

    span.k-widget.k-numerictextbox span.k-numeric-wrap span.k-select span.k-link {
        height: 13px;
    }

div.k-widget.k-multiselect div.k-multiselect-wrap {
    border: 1px solid #cfdadd;
    border-radius: 2px;
}

    /*div.k-widget.k-multiselect div.k-multiselect-wrap ul.k-reset {
        padding-left: 5px;
    }*/


    div.k-widget.k-multiselect div.k-multiselect-wrap ul.k-reset li.k-button {
        height: 23px;
        min-height: 23px;
        margin-top: 1px;
        padding: 0 20px 0 5px;
    }

        div.k-widget.k-multiselect div.k-multiselect-wrap ul.k-reset li.k-button span.k-select {
            line-height: 20px;
        }

    div.k-widget.k-multiselect div.k-multiselect-wrap input.k-input {
        height: 25px;
        line-height: 25px;
        padding: 0;
        min-height: 25px;
        text-indent: 5px;
    }

.orgTreeView-content-input .orgTreeView-input {
    height: 27px;
    text-indent: 5px;
    padding: 0;
}

.k-fillter-profile {
    color: #fff;
    background: #ffc107;
    border-color: #ffc107;
    float: right;
    color: #fff;
    background: #ffc107;
    border-color: #ffc107;
    float: right;
    height: 27px;
    padding: 0 6px !important;
}

.k-dropdown-wrap.k-state-active.k-state-border-down,
.k-numeric-wrap .k-link.k-state-selected,
.k-pager-numbers.k-state-expanded .k-current-page .k-link,
.k-picker-wrap.k-state-active.k-state-border-down {
    box-shadow: none;
}

.form-group textarea {
    padding: 0 5px;
}

.m-r-5 {
    margin-right: 5px;
}

#portal-hotline a.dropdown-toggle {
    line-height: 27px;
    height: 50px;
}

#portal-hotline a.dropdown-toggle {
    line-height: 27px;
    height: 50px;
}

#portal-hotline .dropdown-menu {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#portal-hotline-header {
    padding: 6px 10px;
}

    #portal-hotline-header > span {
        font-weight: bold;
        color: #696969;
    }

#portal-hotline-content .portal-hotline-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#portal-hotline-content .portal-hotline-item-TypeIcon {
    margin-right: 3px;
}

#portal-hotline-content span.portal-hotline-item-OrgName {
    background-color: #27c24c;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: auto;
    font-weight: bold;
}

#portal-hotline-header > a:hover {
    background: none !important;
    text-decoration: underline;
}

#portal-hotline .dropdown-menu {
    width: 400px;
}

#portal-hotline-content {
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}

    #portal-hotline-content .portal-hotline-item {
        padding: 10px;
        line-height: 22px;
        font-size: 12px;
        cursor: pointer;
        list-style-type: none;
        border-bottom: 1px solid #e5e5e5;
    }


#notify-by-business {
}

    #notify-by-business a.dropdown-toggle {
        line-height: 27px;
        height: 50px;
    }

        #notify-by-business a.dropdown-toggle span.notify-by-business-total {
            position: absolute;
            top: 10px;
            background-color: #fa3e3e;
            border-radius: 2px;
            color: #fff;
            padding: 0px 2px;
            line-height: 13px;
            right: 10px;
            font-size: 10px;
            font-weight: normal;
        }

            #notify-by-business a.dropdown-toggle span.notify-by-business-total i {
                font-size: 18px;
                color: #353535;
            }

    #notify-by-business .dropdown-menu {
        width: 400px;
    }

#notify-by-business-content {
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}

    #notify-by-business-content .notify-by-business-item {
        padding: 10px;
        line-height: 22px;
        font-size: 12px;
        cursor: pointer;
        list-style-type: none;
        border-bottom: 1px solid #e5e5e5;
    }

        #notify-by-business-content .notify-by-business-item.E_SEEN {
            background: #edf2fa;
        }

        #notify-by-business-content .notify-by-business-item:hover {
            background: #e5eaf2;
        }

        #notify-by-business-content .notify-by-business-item .notify-by-business-item-message {
            display: block;
            color: #022c50;
            font-weight: 600;
        }

        #notify-by-business-content .notify-by-business-item .notify-by-business-item-date {
            opacity: .85;
        }

#notify-by-business-header {
    padding: 6px 10px;
}

    #notify-by-business-header > span {
        font-weight: bold;
        color: #696969;
    }

    #notify-by-business-header > a {
        float: right;
        padding: 0;
        color: #385898 !important;
    }

        #notify-by-business-header > a:hover {
            background: none !important;
            text-decoration: underline;
        }

label.group-control-label {
    font-weight: bold;
}

.sub-string {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.fs-15 {
    font-size: 15px !important;
}

/*vì ban đầu không có cột sendemailstatus tong bảng hre_reward nên phải dùng kiểu này để custom màu cho trạng thái*/
/*#New_Hre_Reward__Index__New_Hre_Reward_Grid .E_SUBMIT a {
    color: #FF9900;
}*/

/*.filter-grid-option .k-multiselect {
    height: 27px;
}*/


@media(min-width:1024px) {
    table[role="grid"] .k-group-footer .k-group-cell {
        padding: .4em .6em;
        overflow: hidden;
        line-height: 1.6em;
    }

    .k-grid-footer .k-grid-footer-wrap .k-footer-template td {
        padding: .4em .6em;
        overflow: hidden;
        line-height: 1.6em;
    }
}

@media(min-width:768px) {
    div.k-widget.k-multiselect div.k-multiselect-wrap ul.k-reset li.k-button {
        height: auto;
    }

    .filter-grid-option .k-widget.k-multiselect {
        border: 1px solid #cfdadd;
        border-radius: 2px;
        height: 25px;
        /*line-height:27px ;*/
    }

    .filter-grid-option div.k-widget.k-multiselect div.k-multiselect-wrap {
        border: none;
    }

    div[data-path="/New_PerformanceEvaContract"] .k-numeric-wrap.k-state-default {
        min-height: 27px;
    }

    div[data-path="/New_PerformanceEvaWaitingApproved"] .k-numeric-wrap.k-state-default {
        min-height: 30px;
    }
}

/*@media(min-width:768px){
    #aside, #aside .menu-sidebar .nav.nav-sub.dk {
        background: rgb(142, 74, 2);
    }

    #aside .menu-sidebar .nav.nav-sub.dk li a:hover{
        background:rgb(115, 61, 4);
    }
    .app-content-body .nav.nav-tabs.tab-menu.bg-08c {
        background-color: rgb(187, 148, 105);
    }
    #content.b-t-2 {
        border-top: 2px solid #bb9469;
    }
}*/
.custom--filter-form-group .form-group {
    margin-bottom: 4px !important;
}

.textColor__Purple a {
    /*Quyen.Quach 16/06/2020*/
    color: mediumpurple !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.custom-Validate {
    /*Quyen.Quach 16/06/2020*/
    top: 3px;
    display: none;
    position: absolute;
    right: 21px;
}

.custom-ValidateV2 {
   
    top: 3px;
    position: absolute;
    right: 21px;
}

.custom-form-control-validate {
    /*Quyen.Quach 16/06/2020*/
    width: 278px;
    min-width: 100%;
    padding-right: 30px;
}

.k-create-assign-to-me {
    color: #fff;
    background-color: #23ad44;
    border-color: #20a03f;
}

    .k-create-assign-to-me:hover {
        color: #fff;
        background-color: #23ad44;
        border-color: #20a03f;
    }

#CreateLeaveDayInfo_RequiredDocuments a {
    color: #337ab7;
}
#CreateLeaveDayInfo_RequiredDocuments a:hover {
    border-bottom: 1px solid #337ab7;
}

/*nhan.tran*/
.pull-leftStudyPromo {
    float: left !important;
    margin-right: 10px;
}

/*Vinh.Mai - CSS quy trình Feedback*/
.btn-close {
    width: 100px;
    border: 1px solid #D9D9D9;
    font-weight: 500;
    border-radius: 4px;
    color: #000;
}

    .btn-close:hover {
        font-weight: 600;
        color: #646060;
    }

.btn-send-feedback {
    width: 117px;
    border: 1px solid #cccccc;
    font-weight: 600;
    background-color: #0971DC;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: normal !important;
}

.k-feedback {
    color: #fff;
    background-color: #0971DC;
    border-radius: 2px;
    align-items: center;
}

.k-feedback:hover {
    color: #fff;
    background-color: #0971DC;
}

.control-label-custom {
    padding: 2px 0px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.control-label-title {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
}

.control-label-value {
    font-size: 12px;
    font-weight: 400;
    color: #262626;
    text-align: right;
    padding-right: 10px;
}

.profile-register-info {
    min-height: 100px;
}


.profile-text {
    line-height: 22px;
}

.profile-text-name {
    font-weight: bold;
    font-size: 16px;
    color: #0971DC;
}

.profile-text-position {
    font-size: 14px;
    color: #8C8C8C;
}

.profile-text-E_SUBMIT {
    font-size: 12px;
    padding: 3px 16px;
    background-color: rgba(255, 153, 0, 0.04);
    border-radius: 4px;
    color: #FF9900;
    border: 1px solid rgba(255, 153, 0, 0.5);
    box-sizing: border-box;
    line-height: 22px;
}

.profile-text-E_SUBMIT {
    font-size: 12px;
    padding: 3px 16px;
    background-color: rgba(255, 153, 0, 0.04);
    border-radius: 4px;
    color: #FF9900;
    border: 1px solid rgba(255, 153, 0, 0.5);
    box-sizing: border-box;
    line-height: 22px;
}

.profile-text-E_SUBMITE_SUBMIT {
    font-size: 12px;
    padding: 3px 16px;
    background-color: rgba(18, 13, 224, 0.04);
    border-radius: 4px;
    color: #120DE0;
    border: 1px solid rgba(18, 13, 224, 0.5);
    box-sizing: border-box;
    line-height: 22px;
}

.profile-text-E_FIRST_APPROVED,
.profile-text-E_APPROVED1,
.profile-text-E_APPROVED2,
.profile-text-E_APPROVED3 {
    font-size: 12px;
    padding: 3px 16px;
    background: rgba(82, 196, 26, 0.04);
    border: 1px solid rgba(82, 196, 26, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 22px;
    color: #52C41A;
}

.profile-text-E_REJECTED {
    font-size: 12px;
    padding: 3px 16px;
    background: rgba(250, 84, 28, 0.04);
    border: 1px solid rgba(250, 84, 28, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    color: #FA541C;
}

.profile-text-E_CANCEL {
    font-size: 12px;
    padding: 3px 16px;
    background: rgba(255, 3, 3, 0.04);
    border: 1px solid rgba(255, 3, 3, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    color: #F5222D;
}

.enter-feedback {
    margin-top: 10px
}

.feedback-tite {
    margin: 5px 0px 0px 0px;
}

.user-feedback-name {
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}

.user-feedback-time {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 10px;
}

.img_cont_msg {
    height: 32px;
    width: 32px;
}

.user_img_msg {
    height: 32px;
    width: 32px;
    border: 1.5px solid #f5f6fa;
}

.rounded-circle {
    border-radius: 50% !important;
}

.profile-image {
    border-radius: 8% !important;
    width: 65px;
    height: 65px;
}

.att-feedback-history {
    height: 150px;
    overflow: auto;
}

.att-feedback-history-no-record {
    height: auto !important;
}


.att-word-break {
    word-break: break-all;
}


@media only screen and (min-width: 768px) {
    .profile-text {
        padding: 2px 0px;
    }
}

/*Vinh.Mai - CSS quy trình Feedback*/