/* here you can put your own css to customize and override the theme */

/** radio&checkbox in RadAjaxPanel **/
.mt-radio .RadAjaxPanel input,
.mt-checkbox .RadAjaxPanel input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mt-radio .RadAjaxPanel span,
.mt-checkbox .RadAjaxPanel span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #E6E6E6;
}

    .mt-radio .RadAjaxPanel span:after,
    .mt-checkbox .RadAjaxPanel span:after {
        content: '';
        position: absolute;
        display: none;
    }

.mt-radio:hover .RadAjaxPanel input:not([disabled]) ~ span,
.mt-radio .RadAjaxPanel input:focus ~ span,
.mt-checkbox:hover .RadAjaxPanel input:not([disabled]) ~ span,
.mt-checkbox .RadAjaxPanel input:focus ~ span {
    background: #c9c9c9;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mt-radio .RadAjaxPanel input:checked ~ span,
.mt-checkbox .RadAjaxPanel input:checked ~ span {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #c9c9c9;
}

    .mt-radio .RadAjaxPanel input:checked ~ span:after,
    .mt-checkbox .RadAjaxPanel input:checked ~ span:after {
        display: block;
    }

.mt-radio:hover .RadAjaxPanel input:not([disabled]):checked ~ span,
.mt-radio .RadAjaxPanel input:checked ~ span,
.mt-checkbox:hover .RadAjaxPanel input:not([disabled]):checked ~ span,
.mt-checkbox .RadAjaxPanel input:checked ~ span {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #c9c9c9;
}

.mt-radio .RadAjaxPanel input:disabled ~ span,
.mt-checkbox .RadAjaxPanel input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    pointer-events: none;
}

.mt-radio.mt-radio-outline .RadAjaxPanel span, .mt-radio.mt-checkbox-outline .RadAjaxPanel span,
.mt-checkbox.mt-radio-outline .RadAjaxPanel span,
.mt-checkbox.mt-checkbox-outline .RadAjaxPanel span {
    border: 1px solid #c9c9c9;
    background: none;
}

.mt-radio.mt-radio-outline:hover .RadAjaxPanel input:not([disabled]) ~ span,
.mt-radio.mt-radio-outline .RadAjaxPanel input:focus ~ span, .mt-radio.mt-checkbox-outline:hover .RadAjaxPanel input:not([disabled]) ~ span,
.mt-radio.mt-checkbox-outline .RadAjaxPanel input:focus ~ span,
.mt-checkbox.mt-radio-outline:hover .RadAjaxPanel input:not([disabled]) ~ span,
.mt-checkbox.mt-radio-outline .RadAjaxPanel input:focus ~ span,
.mt-checkbox.mt-checkbox-outline:hover .RadAjaxPanel input:not([disabled]) ~ span,
.mt-checkbox.mt-checkbox-outline .RadAjaxPanel input:focus ~ span {
    border: 1px solid #c9c9c9;
    background: none;
}

.mt-radio.mt-radio-outline .RadAjaxPanel input:checked ~ span, .mt-radio.mt-checkbox-outline .RadAjaxPanel input:checked ~ span,
.mt-checkbox.mt-radio-outline .RadAjaxPanel input:checked ~ span,
.mt-checkbox.mt-checkbox-outline .RadAjaxPanel input:checked ~ span {
    border: 1px solid #c9c9c9;
    background: none;
}

.mt-radio.mt-radio-outline:hover .RadAjaxPanel input:not([disabled]):checked ~ span,
.mt-radio.mt-radio-outline .RadAjaxPanel input:checked ~ span, .mt-radio.mt-checkbox-outline:hover .RadAjaxPanel input:not([disabled]):checked ~ span,
.mt-radio.mt-checkbox-outline .RadAjaxPanel input:checked ~ span,
.mt-checkbox.mt-radio-outline:hover .RadAjaxPanel input:not([disabled]):checked ~ span,
.mt-checkbox.mt-radio-outline .RadAjaxPanel input:checked ~ span,
.mt-checkbox.mt-checkbox-outline:hover .RadAjaxPanel input:not([disabled]):checked ~ span,
.mt-checkbox.mt-checkbox-outline .RadAjaxPanel input:checked ~ span {
    border: 1px solid #c9c9c9;
    background: none;
}

.mt-radio .RadAjaxPanel span {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}

    .mt-radio .RadAjaxPanel span:after {
        left: 5px;
        top: 5px;
        height: 6px;
        width: 6px;
        border-radius: 100% !important;
        background: #888888;
    }

.mt-radio .RadAjaxPanel input:disabled ~ span:after {
    background: #888888;
}

th .RadAjaxPanel .mt-radio.mt-radio-single,
td .RadAjaxPanel .mt-radio.mt-radio-single {
    right: -5px;
}

.mt-checkbox .RadAjaxPanel span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-checkbox .RadAjaxPanel input:disabled ~ span:after {
    border-color: #888888;
}


th .RadAjaxPanel .mt-checkbox.mt-checkbox-single,
td .RadAjaxPanel .mt-checkbox.mt-checkbox-single {
    right: -5px;
}

.mt-radio .RadAjaxPanel > span[disabled='disabled'],
.mt-checkbox .RadAjaxPanel > span[disabled='disabled'] {
    top: 0;
    height: 0;
    width: 0;
    border: 0;
}

/**   telerik  **/
.RadGrid .rgHeader, .rgHeader a {
    text-align: center !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.RadGrid .rgMasterTable,
.RadGrid .rgDetailTable,
.RadGrid .rgGroupPanel table,
.RadGrid .rgCommandRow table,
.RadGrid .rgEditForm table,
.RadGrid .rgPager table,
html body .RadInput .riTextBox, html body .RadInputMgr,
.RadComboBox,
.RadComboBoxDropDown {
    font-family: 'Kanit', 'Angsana New', sans-serif !important;
}

    .RadComboBoxDropDown .rcbItem,
    .RadComboBoxDropDown .rcbHovered,
    .RadComboBoxDropDown .rcbCheckAllItemsHovered {
        padding: 2px 12px !important;
    }

.table-responsive .RadGrid {
    width: 100%;
}

.RadUpload .ruBrowse {
    height: 100% !important;
}

.RadUpload .ruFakeInput {
    height: 34px !important;
}

.RadGrid .rgEditForm td > input[type="image"] {
    margin-right: 0 !important;
    padding: 0 !important;
    border: 0 none transparent !important;
}

.RadGrid .rgEditForm .btn > .fa {
    margin-right: 5px;
}

.RadComboBox .rcbInner {
    padding: 6px 18px 6px 12px !important;
}
    .RadComboBox .rcbInner:not(.rcbReadOnly) .rcbActionButton {
        box-shadow: none !important;
        color: inherit !important;
        background: 0 !important;
        border-width: 0 !important;
        outline: 0 !important;
    }
    .RadComboBox .rcbInner .rcbActionButton {
        padding: 6px 0 !important;
        width: 18px !important;
    }

.RadInput input.riEmpty,
.RadInput textarea.riEmpty,
.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    color: #8e8e8e !important;
}

.RadInput .KeepRight:not(.riEmpty) {
    text-align: right;
}

.require span:nth-child(n+2) {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
    margin-left: 3px;
}

.require-datetime-picker span:nth-child(n + 4) {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
    margin-left: 3px;
}

.require1 span:nth-child(odd), .require2 span:nth-child(even) {
    position: absolute;
    top: 7px;
    font-size: 14px;
    margin-left: 2px;
    right: -8px;
}

.pos-relative {
    position: relative;
}

    .pos-relative.require span:nth-child(n+2) {
        right: -7px;
    }

.actions .btn-group .btn.btn-outline:hover a,
.actions .btn-group .btn.btn-outline:active a,
.actions .btn-group .btn.btn-outline:focus a {
    color: #FFFFFF;
    text-decoration: none;
}

.TodayAttendance .media img {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    max-width: initial;
}

.TodayAttendance .media .media-body {
    width: 100%;
    vertical-align: middle;
    font-size: 13px;
}

.TodayAttendance .td-style {
    vertical-align: middle !important;
    white-space: nowrap;
    width: 25%;
}


/* laout Grid */
.leave-row td {
    /*border-top-style: solid !important;*/
    /*border-top-color: #ccc !important;*/
    /*border-top-width: 1px !important;*/
    border-top: 1px solid #F2F5F8 !important;
    margin-top: 5px !important;
}

.leave-row:last-child td {
    /*border-bottom-style: solid !important;*/
    border-bottom: 1px solid #F2F5F8 !important;
    margin-top: 5px !important;
    /*border-top-color: #ccc !important;*/
    /*border-top-width: 1px !important;*/
}

.leave-row-padding {
    padding: 10px !important;
}

.gridDashboardLeave {
    outline-style: none !important;
}

/* End laout Grid */


/* Map */

.dataPagers {
    width: 100%;
    /*height:165px;*/
    float: left;
    overflow: hidden;
    margin: 5px;
    position: relative;
    /*border:1px solid #5D8CC9;*/
}


/*RadRotator*/

#example .demo-container {
    width: 900px;
}

.RadRotator {
    margin: 0 auto;
}

.rrItem {
    font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

    .rrItem .itemWrapper {
        position: relative;
    }

.rrClipRegion {
    border-style: hidden !important;
}

.rrItem .productName, .rrItem .productPrice {
    position: absolute;
    color: white;
    background-color: rgb(169, 169, 169);
    background-color: rgba(169, 169, 169, 0.66);
    right: 5px;
    padding: 2px;
    border-radius: 0 0 5px 5px;
    cursor: default;
    max-width: 80%;
    text-align: right;
}

.rrItem .productPrice {
    display: none;
}

.rrItem .itemWrapper:hover .productPrice {
    display: inline;
}

.rrItem .itemWrapper:hover .productName {
    display: none;
}

.rrButton.rrButtonRight {
    display: inline-block;
}


.my-custom-class-for-label {
    width: 50px;
    height: 20px;
    border: 1px solid #eb3a44;
    border-radius: 5px;
    background: #fee1d7;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #eb3a44;
}



.customMarker {
    position: absolute;
    cursor: pointer;
    background-color: white;
    width: 60px;
    height: 60px;
    /* -width/2 */
    margin-left: -29px;
    /* -height + arrow */
    margin-top: -77px;
    border-radius: 100px;
    padding: 0px;
}

    .customMarker:after {
        content: "";
        position: absolute;
        bottom: -19px;
        left: 13px;
        border-width: 24px 17px 0;
        border-style: solid;
        border-color: white transparent;
        display: block;
        width: 0;
        z-index: 0;
    }

    .customMarker img {
        width: 56px;
        height: 56px;
        margin: 2px;
        margin-left: 2px;
        border-radius: 100px;
    }

.heddenTextboxMap {
    display: none;
}

/*.gm-style-iw + div {
    display: none;
    text-align:center;
}

.gm-style-iw {
       text-align:center;
}*/

/* Set Button List */
.Button-List-Grid {
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent;
}

    .Button-List-Grid:hover {
        border-color: #FFFFFF !important;
        color: #FFFFFF !important;
        background-color: transparent;
    }

    .Button-List-Grid > i {
        color: #FFFFFF !important;
    }

/* Set Button Search*/
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .RadAjaxPanel > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .RadAjaxPanel > .btn:not(:first-child),
.input-group-btn:last-child > .RadAjaxPanel > .btn,
.input-group-btn:last-child > .RadAjaxPanel > .btn-group > .btn,
.input-group-btn:last-child > .RadAjaxPanel > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-btn:last-child > .RadAjaxPanel > .btn,
.input-group-btn:last-child > .RadAjaxPanel > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.title-boostbox {
    color: deepskyblue;
    text-align: center;
}

.msg-boostbox {
    color: deepskyblue;
    text-align: center;
}

/*** Style boostbox  ***/

.modal-footer {
    border-top: 0;
    text-align: center;
}

    .modal-footer button {
        width: 100px;
        text-align: center;
    }

/**** Style Toast ****/

.toast-top-center {
    top: 10px;
    right: 0;
    width: 100%;
}

#toast-container > div {
    opacity: 1;
}

/**** Style Selected Row Grid ****/
.rgSelectedRow td {
    /*background: #ACB5C3 !important;*/
    background: #ffc !important;
    color: black !important;
    border-color: #dedede !important;
}

.rgSelectedRow-primary {
    color: #337ab7 !important;
}

.rgSelectedRow-danger {
    color: #e35b5a !important;
}

/**** Assigned Job Status bg-color ****/

.status-new {
    background-color: #8493A8 !important;
}

.status-inprogress {
    background-color: #FF9948 !important;
}

.status-success {
    background-color: #14CBFF !important;
}

.status-terminated {
    background-color: #D2335C !important;
}

.btn-action-size {
    width: 85px;
}

.btn.btn-outline.green-soft {
    border-color: #3faba4;
    color: #3faba4;
    background: white;
}

.text-status-style {
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 25px !important;
}


.search-box {
    background-color: #FFF;
}

    .search-box:focus {
        background-color: #FFF;
    }

/* Require DatePicker in Grid FormTemplate  ========================*/
.requireFormTemplateDatePicker span[data-val-controltovalidate] {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 14px;
    margin-left: 3px;
}


/*ตัดคำใน Grid ให้สั้นลงและเหลือบรรทัดเดียว*/
.substring-grid {
    white-space: nowrap !important;
    width: 12em !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ปรับการแสดง validate(*) ของ CATDatePickerBootstrap ให้อยู่ในตำแหน่งเดียวกับ control ตัวอื่น*/
.requireDatePicker span[data-val-controltovalidate] {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
    margin-left: 3px;
}

.navbar:before {
    border-top-style: none !important;
}

.navbar-header {
    padding: 8px 0px;
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/****** Custom CheckBox, Radio, SeleectBox ******/

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    /*font-size: 16px;*/
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 3px;
}

span[class="bigcheckbox"] input[type="checkbox"] {
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 3px;
}

    span[class="bigcheckbox"] input[type="checkbox"]:checked {
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #2aa1c0 !important;
        border-radius: 3px;
    }


.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
    border-radius: 3px;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #000;
            background: #ccc;
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

/*.indicator-warning {
    background-color: #ff6a00;
}*/

.control input:checked ~ .indicator-warning {
    background-color: #ff6a00;
}

.control:hover input:not([disabled]):checked ~ .indicator-warning,
.control input:checked:focus ~ .indicator-warning {
    background: #a34808;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}
/****** End Custom CheckBox ******/

/*** font RadAsyncUpload ***/
span.ruButton.ruBrowse {
    font-family: 'Kanit', 'Angsana New', sans-serif !important;
    font-weight: 400 !important;
}

/** Tabbable inline Style **/
.nav-tabs > li.active {
    background: none;
    border-bottom: 4px solid #32c5d2;
    position: relative;
}

.nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333;
}

.nav-tabs > li.active > a {
    border: 0;
    color: #333;
}

    .nav-tabs > li.active > a:focus {
        border: 0;
        color: #333;
    }

    .nav-tabs > li.active > a:hover {
        border: 0;
        color: #333;
    }

.nav-tabs > li > a {
    background: none !important;
    border: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #737373;
}

.nav.nav-tabs {
    margin-bottom: 0px;
}

/** custom font leave duedate **/
.duedate-leave-font {
    font-size: 13px;
}

/* set padding content of tab taxs */
.padding-content-tax {
    margin-left: 16px;
    margin-right: 8px;
}

/* Custom background Progress */
.progress {
    background-color: #94A0B2 !important;
}

/* Custom tag label new style */
/* Custom tag label new style */
.label-margin-sm {
    margin-bottom: 2px !important;
}

.label-margin-default {
    margin-bottom: 4px !important;
}

.label-status-default {
    display: inline-block;
    width: 100px !important;
    height: 25px;
    padding-top: 6px;
    margin-top: 6px;
}

.label-status-xs {
    display: block;
    width: 60px !important;
    height: 25px;
    padding-top: 6px;
}

.label-status-sm {
    display: block;
    width: 90px !important;
    height: 25px;
    padding-top: 6px;
}

.label-status-md {
    display: block;
    width: 110px !important;
    height: 25px;
    padding-top: 6px;
}

.label-status-lg {
    display: block;
    width: 120px !important;
    height: 25px;
    padding-top: 6px;
}

.label-green-jungle {
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #26C281;
    border-color: #26C281;
}

.label-yellow-gold {
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.label-red-intense {
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #E35B5A;
    border-color: #E35B5A;
}

.label-grey-steel {
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #E9EDEF;
    border-color: #E9EDEF;
    color: #525E64;
}

.label-blue-light {
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #0DB8FF;
    border-color: #0DB8FF;
    color: #FFFFFF;
}

/* Telerik RadDropDwonList Style */
.RadDropDownList .rddlFakeInput, .rddlPopup .rddlItem, li > a {
    font-family: Kanit;
}

.dropdown-menu {
    min-width: 160px !important;
}

.camera-upload {
    position: relative;
    z-index: 999;
    top: -34px;
    right: -46px;
}

.portlet.grey-custom {
    background-color: #F9F9F9;
    border-color: #CAD3DF;
}

@media only screen and (min-width: 1366px) {
    .portlet.grey-custom {
        width: 290px;
    }
}

@media only screen and (min-width: 768px) {
    .action-leave {
        width: 594px;
        padding-top: 0px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default:hover {
    cursor: default;
}

.none-text-decoration:hover {
    text-decoration: none;
}

/* Custom Table Attendance on mouse:hover*/
.table-rows-selected:hover {
    background-color: #E1E5EC;
}

.td-action:hover {
    background-color: #E1E5EC;
}

.link-row-selected {
    text-decoration: none !important;
}

.table-rows-selected:hover > .td-action > .media > .media-body > .link-row-selected > .lbl-row-selected, .media-heading, h5 {
    color: #898989;
}

.table-rows-selected > .td-action > .media > .media-body > .link-row-selected > .media-heading, .lbl-row-selected {
    color: #A2A2A2;
}

    .table-rows-selected > .td-action > .media > .media-body > .link-row-selected > .media-heading:hover, .lbl-row-selected:hover {
        color: #4C87B9 !important;
        text-decoration: underline;
    }

/* End Custom Table Attendance on mouse:hover*/

/* Custom rdTextBox Style on Disable */
.riDisabled, input[disabled] {
    background-color: #EEF1F5 !important;
    border-color: #cccccc !important;
}

.important-input {
    background-color: #FFC !important;
    /*border-color: #FAD996 !important;*/
}

    /*important-input for bootstrapDateTimePicker*/
    .important-input > div > div > div > div > input[type=text] {
        background-color: #FFC !important;
    }

/* End Custom rdTextBox Style on Disable */

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.racInput {
    font-family: 'Kanit', 'Angsana New', sans-serif !important;
}

/* custom font style on modal */
.name {
    font-weight: lighter;
}

/*css for register form*/
.register {
    background-color: #364150 !important;
}

    .register .content {
        background-color: white;
        border-radius: 7px;
        width: 600px;
        margin: 40px auto 10px auto;
        padding: 30px;
        padding-top: 10px;
        overflow: hidden;
        position: relative;
    }

    .register .logo {
        margin: 0 auto;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }

    .register .copyright {
        text-align: center;
        margin: 0 auto 30px 0;
        padding: 10px;
        color: #7a8ca5;
        font-size: 13px;
    }

    .register .content h3 {
        text-align: center;
    }
/* Custom Grid Footer Border */
.RadGrid_Bootstrap .rgFooter > td {
    /*border-left: 0px !important;*/
}
/* End Custom Grid Footer Border */

/*Iframe Body bg*/
.iframe-body {
    background: none !important;
    overflow-y: hidden !important;
}

    .iframe-body form {
        padding: 15px;
    }

/*Iframe*/
.modal-iframe {
    width: 100%;
    border: none;
    margin-bottom: -6px;
}

.modal-iframe-body {
    padding: 0px;
}

/*custom modal size for LeaveModal*/
@media (min-width: 1192px) {
    .modal-custom-size {
        width: 1100px !important;
    }
}

/* custom large modal*/
.large-modal {
    width: auto;
    height: auto;
    max-width: 80% !important;
}

/*custom RadTimePicker background color*/
.RadTimePicker.important-input > .RadInput input {
    background-color: #FFC !important;
}

/*class for dashboard-custom PaymentsUI.aspx*/
.h-weight-600 {
    font-weight: 600;
}

.dashboard-custom {
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
}

    .dashboard-custom .view-content:hover {
        text-decoration: none;
    }

    .dashboard-custom .view-content:focus {
        text-decoration: none;
    }

    .dashboard-custom .content {
        padding: 15px 15px 4px;
    }

        .dashboard-custom .content:hover {
            background-color: #e6e6e6;
        }

        .dashboard-custom .content .head-custom {
            margin-left: 60px;
        }

            .dashboard-custom .content .head-custom .main {
                font-size: 16px;
                color: #333;
                font-weight: 400;
            }

            .dashboard-custom .content .head-custom .sub {
                font-size: 12px;
                color: #AAB5BC;
            }

        .dashboard-custom .content .num-custom {
            text-align: right;
            font-size: 30px;
            font-weight: 600;
        }

        .dashboard-custom .content .sub-custom {
            text-align: right;
            font-size: 14px;
            color: #AAB5BC;
            margin-top: -8px;
        }

        .dashboard-custom .content hr {
            margin: 0;
            border-top: 2px solid #3598dc;
        }

    .dashboard-custom.bordered {
        border: 1px solid #e7ecf1;
    }

    .dashboard-custom .content .icon-custom {
        color: #fff;
        background-color: #3598dc;
        border-radius: 25px !important;
        overflow: hidden;
        width: 50px;
        height: 50px;
        float: left;
    }

        .dashboard-custom .content .icon-custom i {
            padding: 18px 10px;
        }

    .dashboard-custom .footer {
        border-top: 1px solid #e7ecf1;
        text-align: center;
        clear: both;
        display: block;
        padding: 6px 10px 6px 10px;
        position: relative;
    }

        .dashboard-custom .footer:hover {
            text-decoration: none;
            background-color: #e6e6e6;
        }

        .dashboard-custom .footer:focus {
            text-decoration: none;
        }
/*End class for dashboard-custom PaymentsUI.aspx*/

/*Grid Summary Footer Style*/
.lbl-grid-footer {
    margin-right: 10px;
}
/*End Grid Summary Footer Style*/

/*Class หำหรับหน้าจอ TopUpUI*/
.mt-widget-1 .mt-custom-body {
    margin: 40px;
    color: #2f373e;
}

    .mt-widget-1 .mt-custom-body .mt-custom-title {
        margin: 24px 10px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    .mt-widget-1 .mt-custom-body i {
        font-size: 60px;
    }

    .mt-widget-1 .mt-custom-body .mt-custom-price {
        margin: 24px 10px 10px 10px;
        font-size: 45px;
        font-weight: 500;
    }

    .mt-widget-1 .mt-custom-body .mt-custom-discount {
        margin: 18px 10px 28px 10px;
        font-size: 18px;
    }

.btn-green-jungle {
    color: #fff;
    background-color: #26C281;
    border-color: #1e9b67;
}

    .btn-green-jungle:focus,
    .btn-green-jungle.focus {
        color: #fff;
        background-color: #22ae74;
        border-color: #1e9b67;
    }

    .btn-green-jungle:hover {
        color: #fff;
        background-color: #22ae74;
        border-color: #1a875a;
    }

    .btn-green-jungle:active,
    .btn-green-jungle.active {
        color: #fff;
        background-color: #22ae74;
        border-color: #1a875a;
    }
/*End Class หำหรับหน้าจอ TopUpUI*/

/*Class หน้า PaymentMethodUI*/
.btn-tab {
    padding-top: 20px;
    color: #666;
    border-color: #ccc;
}

    .btn-tab i {
        font-size: 50px;
    }

    .btn-tab p {
        font-size: 20px;
    }

    .btn-tab:hover,
    .btn-tab:focus,
    .btn-tab:active {
        background-color: #4B77BE;
        color: #ffffff;
        border-color: #4B77BE;
    }

    .btn-tab.active {
        background-color: #4B77BE;
        color: #ffffff;
        border-color: #4B77BE;
    }

.tab-content {
    margin-top: 20px;
}

.table-bank img {
    width: 40px;
    border-radius: 30px;
}
/*End Class หน้า PaymentMethodUI*/

/*Class หน้า BillingUI*/
.grid-footer-row {
    margin: 10px -4px;
}
/*End Class หน้า BillingUI*/

/*310 = over all padding, margin*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1366px) {
    .row-responsive {
        width: 1056px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1920px) {
    .row-responsive {
        width: 1610px;
    }
}

/*****************************/
/* Custom สำหรับ sidebar menu */
/*****************************/

.page-sidebar-menu-closed .sub-menu {
    /*พื้นหลัง submenu ตอนย่อ menu*/
    background-color: #fff;
}

/*พื้นหลัง submenu item ตอนย่อ menu*/
/*.page-sidebar-menu-closed .nav-item > .nav-toggle {
    background-color: #fff;
}*/
.page-sidebar .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a {
    background: #f2f6f9;
}

.page-sidebar-menu-closed .nav-toggle .badge:first-child {
    /*ซ่อน badge แสดงจำนวน ตอนย่อ menu*/
    visibility: hidden;
}

.page-sidebar-menu > li:nth-child(2) {
    clear: both;
}

.page-sidebar .page-sidebar-menu > li.heading, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading {
    height: 46px;
    padding: 16px 16px 0px 0px;
}

@media (min-width: 992px) {
    /* 992px */
    /* Page fixed main content */
    .page-content .page-fixed-main-content {
        overflow: hidden;
        margin-left: 255px;
    }

    .menu-toggler.sidebar-toggler {
        display: inline-block;
        cursor: pointer;
        opacity: .6;
        filter: alpha(opacity=60);
        width: 20px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .menu-toggler.sidebar-toggler {
        background-image: url(../../images/sidebar-toggle-light.png);
    }



    .content-sidebar-closed {
        margin-left: 75px !important;
    }

    .page-sidebar .page-sidebar-menu {
        padding: 0;
    }

    .page-content-fixed-header {
        display: none !important;
    }

    .page-sidebar-menu.page-sidebar-menu-closed > li:not(.heading):hover {
        box-shadow: 5px 5px rgba(140, 178, 198, 0.2);
    }

        .page-sidebar-menu.page-sidebar-menu-closed > li:not(.heading):hover > .sub-menu {
            box-shadow: 5px 5px rgba(140, 178, 198, 0.2);
        }
}

@media only screen and (max-width: 991px) {
    .page-fixed-main-content {
        margin-left: auto !important;
    }

    .menu-toggler.sidebar-toggler {
        display: none;
    }

    .page-sidebar .page-sidebar-menu > li.heading {
        display: none !important;
    }
}

.portlet.box.green > .portlet-title > .actions .RadUpload.btn.btn-default .ruFileWrap.ruStyled {
    padding-bottom: 0 !important;
}

.portlet.box.green > .portlet-title > .actions .RadUpload.btn.btn-default .ruSelectWrap .ruButton {
    border: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    border-radius: 0 !important;
    min-width: initial !important;
    margin-left: 0 !important;
    text-align: initial !important;
}

.btn-group.custom-dropdown {
    position: static;
}

    .btn-group.custom-dropdown > .dropdown-menu {
        top: auto;
        left: auto;
    }

    .btn-group.custom-dropdown li h5 {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

    .btn-group.custom-dropdown .dropdown-menu.dropdown-menu-bottom:before {
        top: auto;
        bottom: -8px;
        border-top: 8px solid #e0e0e0;
        border-bottom: 0;
    }

    .btn-group.custom-dropdown .dropdown-menu.dropdown-menu-bottom:after {
        top: auto;
        bottom: -7px;
        border-top: 7px solid #fff;
        border-bottom: 0;
    }

    .btn-group.custom-dropdown .dropdown-menu:before {
        right: 9px;
        left: auto;
    }

    .btn-group.custom-dropdown .dropdown-menu:after {
        right: 10px;
        left: auto;
    }

    .btn-group.custom-dropdown .m-grid {
        white-space: nowrap;
        table-layout: auto;
    }


/**** Mobile ****/
.view-on-mobile {
    background: none !important;
}

.red-text-date-picker .form-control {
    color: red;
}


/***
FAQ page
***/
.faq-page.bordered {
    border: 1px solid;
    border-color: #e7ecf1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.faq-page .search-bar .input-group {
    width: 100%;
}

    .faq-page .search-bar .input-group > input {
        border: none;
        background-color: #f3f6f9;
        color: #a0a9b4;
        height: 55px;
    }

.faq-content .faq-section {
    background-color: #fff;
    padding: 20px 15px 0;
    margin-bottom: 30px;
}

    .faq-content .faq-section > .faq-title {
        margin: 0 0 20px 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .faq-content .faq-section .panel-group {
        padding-left: 15px;
        margin-bottom: 0;
    }

    .faq-content .faq-section > .faq-content .panel {
        border: none;
    }

    .faq-content .faq-section > .faq-content .panel-heading {
        background-color: transparent;
        margin-top: 15px;
    }

        .faq-content .faq-section > .faq-content .panel-heading i {
            font-size: 10px;
            color: #dae0e5;
            margin-right: 10px;
            margin-top: 4px;
            float: left;
        }

        .faq-content .faq-section > .faq-content .panel-heading .accordion-toggle {
            padding-left: 0;
            padding-right: 0;
            font-size: 16px;
            font-weight: 600;
            color: #5c646a;
            padding: 0 0 10px 20px;
            line-height: 22px;
        }

            .faq-content .faq-section > .faq-content .panel-heading .accordion-toggle:hover {
                text-decoration: none;
                color: #3598DC;
            }

    .faq-content .faq-section > .faq-content .panel-body {
        border: none;
        background-color: #f3f6f9;
        margin-left: 20px;
        padding: 0;
    }

        .faq-content .faq-section > .faq-content .panel-body > p {
            color: #6a757e;
            font-size: 14px;
            line-height: 22px;
        }

            .faq-content .faq-section > .faq-content .panel-body > p:first-child {
                margin-top: 0;
            }

            .faq-content .faq-section > .faq-content .panel-body > p:last-child {
                margin-bottom: 0;
            }


/*** 
Search Page
***/
.search-page {
    background: url('../../images/bg_help.jpg') no-repeat center center;
    background-size: cover;
}

    .search-page .search-bar {
        padding: 50px 20px;
    }

        .search-page .search-bar input,
        .search-page .search-bar .RadInput.RadInputHovered .riTextBox {
            border: none;
            color: #a0a9b4 !important;
            height: 55px !important;
        }

        .search-page .search-bar .RadInput.RadInputFocused .riTextBox {
            box-shadow: none !important;
        }

        .search-page .search-bar .btn {
            color: #fff;
            height: 55px;
            margin-left: -3px;
            line-height: 3;
        }

        .search-page .search-bar .search-desc {
            margin: 0;
            color: #a0a9b4;
            font-size: 13px;
        }

    .search-page .search-filter {
        background-color: #fff;
        padding: 40px 30px 0 30px;
        margin-bottom: 30px;
    }

        .search-page .search-filter > .search-label {
            color: #a0a9b4;
            font-size: 11px;
            letter-spacing: 1px;
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: 40px;
        }

            .search-page .search-filter > .search-label:first-child {
                margin-top: 0;
            }

        .search-page .search-filter input,
        .search-page .search-filter select {
            color: #727f89;
            font-weight: 700;
            font-size: 14px;
        }

        .search-page .search-filter button {
            margin: 40px 0;
            padding: 15px 0;
        }

        .search-page .search-filter .search-filter-divider {
            display: block;
            height: 1px;
        }


.search-content .search-container {
    background-color: #fff;
}

    .search-content .search-container > ul {
        padding: 0 20px 20px 20px;
        margin-bottom: 0;
    }

        .search-content .search-container > ul .search-item {
            list-style: none;
            padding: 20px 0;
            border-bottom: 1px solid;
            border-color: #f4f6f8;
        }

            .search-content .search-container > ul .search-item > a > img {
                width: 100px;
                float: left;
                margin-right: 20px;
            }

            .search-content .search-container > ul .search-item > .search-content {
                padding-left: 120px;
            }

                .search-content .search-container > ul .search-item > .search-content > .search-title {
                    font-size: 20px;
                    margin: 10px 0 20px 0;
                    font-weight: 600;
                }

                    .search-content .search-container > ul .search-item > .search-content > .search-title > a {
                        color: #4e5a64;
                    }

                        .search-content .search-container > ul .search-item > .search-content > .search-title > a:hover {
                            text-decoration: none;
                            color: #49a7fa;
                        }

                .search-content .search-container > ul .search-item > .search-content > .search-desc {
                    color: #a0a9b4;
                    font-size: 13px;
                    margin: 0;
                }

            .search-content .search-container > ul .search-item:last-child {
                border: none;
            }



.pnlLoadingAll {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.form-group {
    margin-bottom: 10px;
}

.form-horizontal .portlet.box > .portlet-body .btn {
    margin-bottom: 5px;
}

.inline-block-top {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .divSearch .input-group.ig-search, .divSearch .input-group.ig-search .form-control, .divSearch .input-group.ig-search .input-group-btn {
        display: block;
        width: 100%;
        white-space: normal;
        margin-bottom: 5px;
    }

        .divSearch .input-group.ig-search .ig-search-btn .btn {
            width: 100%;
        }

        .divSearch .input-group.ig-search .btn:not(select) {
            margin: 0 0 5px 0 !important;
        }
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 5px;
        padding-right: 0;
    }
    .search-page .search-bar .btn {
        width: 130px;
    }
    .mt-sm--5 {
        margin-top: -5px;
    }
    .col-dtp {
        padding-left: 15px;
    }

    .control-label-dtp {
        padding: 4px 10px 0 0;
    }

    .col-dtp, .col-dtp-start, .col-dtp-end, .control-label-dtp {
        float: left;
    }

    .col-dtp-start, .col-dtp-end {
        line-height: 0;
    }
}

@media (max-width: 991px) {
    .search-bar .search-desc {
        margin-top: 20px !important;
    }

    .search-pagination {
        margin-bottom: 40px;
    }
}


.mt-actions .mt-action {
    border-bottom: 5px solid #ffffff;
}

    .mt-actions .mt-action .mt-action-body {
        padding: 0 15px 0 35px;
        background: url('../../images/ic_book.png') no-repeat 8px 0px;
    }

        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon {
            padding: 0 10px 0 0;
        }

            .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon > i {
                top: 3px;
                font-size: 10px;
            }

        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-desc {
            margin-top: 0;
        }

        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
            padding-top: 3px;
        }

.badge.space:empty {
    content: " ";
    display: inline-block;
    width: 18px;
}

.tb-checkbox-style .mt-checkbox.mt-checkbox-single {
    margin: 0;
    right: 0;
}
.tb-checkbox-style .mt-checkbox.mt-checkbox-single > label {
    margin-bottom: 0;
}



.dashboard__card .card-item {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
    .dashboard__card .card-item:hover,
    .dashboard__card .card-item:focus,
    .dashboard__card .card-item:active {
        text-decoration: none;
    }

    .dashboard__card .card-item h4 {
        position: absolute;
        margin: 15px;
        font-size: 20px;
        font-weight: 600;
        text-align: right;
    }

    .dashboard__card .card-item.card-item-1 h4,
    .dashboard__card .card-item.card-item-6 h4,
    .dashboard__card .card-item.card-item-8 h4 {
        top: 0;
        right: 0;
    }
    .dashboard__card .card-item.card-item-2 h4,
    .dashboard__card .card-item.card-item-4 h4,
    .dashboard__card .card-item.card-item-5 h4 {
        bottom: 0;
        right: 0;
    }
    .dashboard__card .card-item.card-item-7 h4 {
        bottom: 0;
        left: 0;
        text-align: left;
    }
    .dashboard__card .card-item.card-item-3 h4 {
        top: 0;
        left: 0;
        right: 0;
    }


    .dashboard__card .card-item.card-item-1 .card-icon {
        margin: 100px 0 -25px 10px;
    }
    .dashboard__card .card-item.card-item-2 .card-icon {
        margin-bottom: 75px;
    }
        .dashboard__card .card-item.card-item-2 .card-icon [class*="icon-"] {
            margin: -15px 0 0 -40px;
        }
    .dashboard__card .card-item.card-item-3 .card-icon {
        margin: -35px 0;
        text-align: right;
    }
        .dashboard__card .card-item.card-item-3 .card-icon [class*="icon-"] {
            margin: 130px 0 0 40px;
        }
    .dashboard__card .card-item.card-item-4 .card-icon {
        margin-bottom: 40px;
    }
        .dashboard__card .card-item.card-item-4 .card-icon [class*="icon-"] {
            margin: -50px 0 0 -25px;
        }
    .dashboard__card .card-item.card-item-5 .card-icon {
        margin-bottom: 130px;
    }
        .dashboard__card .card-item.card-item-5 .card-icon [class*="icon-"] {
            margin: 50px 0 0 -20px;
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
            -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
        }
    .dashboard__card .card-item.card-item-6 .card-icon {
        margin: -40px 0;
    }
        .dashboard__card .card-item.card-item-6 .card-icon [class*="icon-"] {
            margin: 140px 0 0 -30px;
        }
    .dashboard__card .card-item.card-item-7 .card-icon {
        margin-bottom: 80px;
        text-align: right;
    }
        .dashboard__card .card-item.card-item-7 .card-icon [class*="icon-"] {
            margin: -20px 0 0 50px;
        }
    .dashboard__card .card-item.card-item-8 .card-icon {
        margin: 60px 0 -25px 10px;
    }

    .dashboard__card .card-item .card-icon [class*="icon-"] {
        font-size: 150px;
        color: #E1E5EC;
        opacity: 0.3;
        transition: opacity 0.5s ease-in-out;
    }
    .dashboard__card .card-item:hover .card-icon [class*="icon-"] {
        opacity: 1;
        color: #FFFFFF;
    }



    .dashboard__card .card-item.card-item-1 {
        background: #ffcaff;
        background: linear-gradient(135deg, #ffcaff 0%, #b1b9fe 100%);
    }
    .dashboard__card .card-item.card-item-2 {
        margin-bottom: 20px;
        background: #fff8af;
        background: linear-gradient(135deg, #fff8af 0%, #2988f7 100%);
    }
    .dashboard__card .card-item.card-item-3 {
        margin-bottom: 20px;
        background: #2962ff;
    }
    .dashboard__card .card-item.card-item-4 {
        margin-bottom: 20px;
        background: #d50300;
    }
    .dashboard__card .card-item.card-item-5 {
        margin-bottom: 20px;
        background: #bce690;
        background: linear-gradient(135deg, #bce690 0%, #3bb793 100%);
    }
    .dashboard__card .card-item.card-item-6 {
        margin-bottom: 20px;
        background: #f8e71c;
    }
    .dashboard__card .card-item.card-item-7 {
        margin-bottom: 20px;
        background: #4d53e0;
    }
    .dashboard__card .card-item.card-item-8 {
        margin-bottom: 20px;
        background: #ffa7e7;
        background: linear-gradient(135deg, #ffa7e7 20%, #ea6362 100%);
    }


.monthly-summary .progress {
    background-color: #E9EDEF !important;
    height: 10px;
}
.monthly-summary .font-green-jungle {
    color: #00c853 !important;
}

.monthly-summary .font-yellow-lemon {
    color: #f8e71c !important;
}

.monthly-summary .bg-green-jungle {
    background: #00c853 !important;
}

.monthly-summary .bg-yellow-lemon {
    background: #f8e71c !important;
}

.pg-info {
    display: inline-block;
    width: 100%;
}
    .pg-info .pg-info__name,
    .pg-info .pg-info__value {
        display: inline-block;
        white-space: nowrap;
        margin: 3px 0;
        font-weight: 600;
    }
    .pg-info .pg-info__name {
        float: left;
    }
    .pg-info .pg-info__value {
        float: right;
        padding-right: 10px;
    }

    .pg-info.work-day:before,
    .pg-info.normal:before,
    .pg-info.leave:before,
    .pg-info.late:before,
    .pg-info.absence:before {
        content: '';
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 5px;
    }

    .pg-info.work-day:before {
        background: url('../../images/ic_daywork.png') no-repeat;
        background-size: 25px;
    }
    .pg-info.normal:before {
        background: url('../../images/ic_daywork2.png') no-repeat;
        background-size: 25px;
    }
    .pg-info.leave:before {
        background: url('../../images/ic_leave.png') no-repeat;
        background-size: 25px;
    }
    .pg-info.late:before {
        background: url('../../images/ic_late.png') no-repeat;
        background-size: 25px;
    }
    .pg-info.absence:before {
        background: url('../../images/ic_deny.png') no-repeat;
        background-size: 25px;
    }

.monthly-summary .table tr > th {
    padding: 12px 8px;
}
.monthly-summary .table tr > td {
    padding: 20px 8px;
}
th.ic-done:before,
th.ic-waiting:before,
td.ic-leave:before,
td.ic-ot:before,
td.ic-wallet:before,
td.ic-time-stamp:before {
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
th.ic-done:before {
    background: url('../../images/ic_done.png') no-repeat;
    background-size: 20px;
}
th.ic-waiting:before {
    background: url('../../images/ic_waiting.png') no-repeat;
    background-size: 20px;
}
td.ic-leave:before {
    background: url('../../images/ic_leave.png') no-repeat;
    background-size: 20px;
}
td.ic-ot:before {
    background: url('../../images/ic_ot.png') no-repeat;
    background-size: 20px;
}
td.ic-wallet:before {
    background: url('../../images/ic_wallet.png') no-repeat;
    background-size: 20px;
}
td.ic-time-stamp:before {
    background: url('../../images/ic_attendance.png') no-repeat;
    background-size: 20px;
}



@media (max-width: 767px) {
    .dashboard__card .card-item h4 {
        top: 10px !important;
        left: 5px;
        right: auto !important;
    }
    .dashboard__card .card-item .card-icon {
        margin: 50px 10px 15px 0 !important;
        text-align: right;
    }
    .dashboard__card .card-item .card-icon [class*="icon-"] {
        margin: 0 !important;
    }
    .text-center-xs{
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .dashboard__card .card-item.card-item-4 .card-icon {
        margin-bottom: 110px;
    }

    .dashboard__card .card-item.card-item-5 .card-icon {
        margin-bottom: 50px;
    }
    .dashboard__card .card-item.card-item-5 .card-icon [class*="icon-"] {
        margin: 10px 0 0 -20px;
    }
}
@media (min-width: 1200px) {
    .d-block-lg {
        display: block;
    }
}
