﻿label {
    margin-bottom: 0px;
}

.btn-info {
    border-radius: 5px;
}

.box {
    border-radius: 6px;
    margin-bottom: 4px;
    border-left: 3px solid #02adb8;
}

.mt16 {
    margin-top: 16px;
}

.mt18 {
    margin-top: 18px;
}

.form-group i {
    font-size: 13px;
    margin-top: 0px;
    cursor: pointer;
}

.content-header > h1 {
    font-size: 17px;
    font-weight: bold;
    padding-top: 5px;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.form-group {
    margin-bottom: 6px;
}

/*Right modal*/
.modal.fade.slide-left {
}

    .modal.fade.slide-left .close {
        position: absolute;
        top: 30px;
        right: 0;
        margin-right: 10px;
        z-index: 10;
        font-size: 24px;
    }

    .modal.fade.slide-left.show .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -ms-transform: translate(0,0)
    }

    .modal.fade.slide-left .modal-dialog {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: 100%;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -ms-transform: translate(100%,0)
    }

        .modal.fade.slide-left .modal-dialog .modal-content-wrapper {
            height: 100%
        }

        .modal.fade.slide-left .modal-dialog .modal-content {
            height: 100%
        }

        .modal.fade.slide-left .modal-dialog .modal-body {
            background-color: #fff
        }

    .modal.fade.slide-left .modal-content {
        border-radius: 0
    }

    .modal.fade.slide-left.in .modal-dialog {
        min-width: 65%;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -ms-transform: translate(0,0);
    }

.modal {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: none;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px; /*border: solid thin #dadada; padding: 2px 6px;  border-radius: 4px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #0485A3;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #0485A3;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.totalRecordSet {
    background-color: #e0f1ff;
    color: #4299e1;
    PADDING: 5PX;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 2px;
}

.calendaricon {
    position: absolute;
    right: 25px;
    font-size: 16px !important;
    color: #333;
    z-index: 1;
    cursor: pointer;
    right: 3px;
    top: 24px !important;
}

.modal.fade.slide-left .close {
    position: absolute;
    top: 7px;
    right: 0;
    margin-right: 10px;
    z-index: 10;
    font-size: 24px;
    color: #fff;
    opacity: 1;
}

#tblEmployeesAttendance tbody tr td {
    white-space: nowrap;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
}

.table tr th.dates {
    background: #413e66 !important;
}

.table tr th.impdates {
    background: #ae3ec9 !important;
}

.wageday {
    background: #2fb344 !important;
}

.payday {
    background: #0ca678 !important;
}

.lblWage {
    font-weight: bold;
    background: #2fb344;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.lblPay {
    font-weight: bold;
    background: #0ca678;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.btnDetailView {
    cursor: pointer;
}

.slideInModal .modal-header {
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #0ca678;
    color: #fff;
}

.slideInModal .table > thead:first-child > tr:first-child > th {
    background: #403f47;
}

.slideInModal .modal-title {
    font-size: 16px;
}

.slideInModal .modal-content, .slideInModal .modal-body {
    background-color: #f4f6fa !important;
}

.slideInModal .modal-body {
    padding: 10px 15px !important;
}

.slideInModal label {
    color: #0ca678;
}

.slideInModal .btn {
    background: #0ca678 !important;
}

.slideInModal .totalRecordSet {
    background-color: #cffff1;
    color: #0ca678;
}

.modalBGSet {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.mt15 {
    margin-top: 15px;
}

a.btnViewAttendance {
    color: #0ca678;
    cursor: pointer;
}

.addBtnSet {
    height: 20px;
    min-height: 20px;
    margin-bottom: 2px;
}

.addBtnSet2 {
    height: 24px;
    min-height: 24px;
    margin-bottom: 2px;
}

.backColSet {
    background: #0ca678 !important;
}

.backColSet2 {
    background: #4299e1 !important;
}

.backColSet3 {
    background: #4299e1 !important;
}

#mdlAddPaycode .modal-header {
    padding: 8px 15px;
    background: #4299e1;
    color: #fff;
}

    #mdlAddPaycode .modal-header .modal-title {
        font-size: 16px;
    }

#mdlAddPaycode .close {
    outline: none;
    border: none;
    background: none;
    top: 23px !important;
}

#mdlAddPaycode label {
    color: #232e3c;
}

#mdlAddPaycode .btn-info {
    background: #4299e1 !important;
}

#mdlAddPaycode .form-group {
    margin-bottom: 15px !important;
}

.modal.fade.slide-right .close {
    position: absolute;
    top: 9px;
    right: 0;
    margin-right: 10px;
    z-index: 10;
    color: #fff;
    opacity: 1;
}

.modal-sm {
    width: 400px;
}

.pt8 {
    padding-top: 8px;
}

a.btnViewSalry {
    color: #4263eb;
    cursor: pointer;
}

.btnDetailView i {
    color: #4263eb;
    font-size: 15px;
}

.ml4 {
    margin-left: 4px;
}

.table {
    margin-bottom: 4px;
}

#mdlAttendanceSummary .modal-dialog, #mdlUploadSalary .modal-dialog {
    min-width: 90%;
}

#mdlAttendanceSummary .modal-body {
    height:520px;
}

#mdlAttendanceSummary .close {
    outline: none;
    border: none;
    background: none;
    top: 6px !important;
}

#mdlUploadSalary .close {
    outline: none;
    border: none;
    background: none;
    top: 6px !important;
}

#mdlSearchPaycode .close {
    outline: none;
    border: none;
    background: none;
    top: 25px !important;
}

.table.nowrap td {
    white-space: nowrap;
}

.modalBGSet h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

.table .form-control {
    height: 24px !important;
}

.btnBG {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 5px;
    left: 0px;
}


.wizard {
    margin: 5px auto 15px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 76%;
    mdlUploadSalary margin: 0 auto;
    left: 90px;
    right: 0;
    top: 50%;
}

.wizard .nav-tabs > li > a.active, .wizard .nav-tabs > li > a.active:hover, .wizard .nav-tabs > li > a.active:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li a.active span.round-tab {
    background: #fff;
    border: 2px solid #0ca678;
}

    .wizard li a.active span.round-tab i {
        color: #0ca678;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li a.active:after {
    content: " ";
    position: absolute;
    left: 36%;
    opacity: 1;
    margin: 0 auto;
    bottom: -10px;
    border: 6px solid transparent;
    border-bottom-color: #0ca678;
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding: 10px;
}

.wizard h3 {
    margin-top: 0;
}

.step1 .row {
    margin-bottom: 10px;
}

.step_21 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.step33 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.mar_ned {
    margin-bottom: 10px;
}

.wdth {
    width: 25%;
}

.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size: 13px
}

.accordion-header {
    font-size: 13px;
    background: #ebebeb;
    margin: 5px 0 0;
    padding: 7px 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.unselect_img {
    width: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #F53B27;
}

    .active-header:after {
        content: "\f068";
        font-family: 'FontAwesome';
        float: right;
        margin: 5px;
        font-weight: 400
    }

.inactive-header {
    background: #333;
}

    .inactive-header:after {
        content: "\f067";
        font-family: 'FontAwesome';
        float: right;
        margin: 4px 5px;
        font-weight: 400
    }

.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

    .accordion-content a {
        text-decoration: none;
        color: #333;
    }

    .accordion-content td {
        border-bottom: 1px solid #dcdcdc;
    }

.tab-content h4 {
    margin-bottom: 8px;
}

.box-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    */ -webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    border: 1px solid rgba(0,0,0,.07);
}

span.round-tab {
    font-size: 20px;
}

@media( max-width : 768px ) {
    .mobmb6 {
        margin-bottom: 6px;
    }
}

@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .mobmb6 {
        margin-bottom: 6px;
    }
}


#mdluploadAttendance .modalBGSet {
    padding: 0px;
}

#mdluploadAttendance .close {
    outline: none;
    border: none;
    background: none;
    top: 6px !important;
}

.input-file {
    background-color: #0ca678 !important;
    color: #fff;
    width: 50px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    float: left;
}

.tdBG {
    background: #faebd7e3 !important;
}

.AttendanceSummary {
    background: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 5px;
}

.wizard .tab-content h4 {
    font-size: 18px !important;
}

#mdluploadAttendance .modal-dialog {
    min-width: 80%;
}

.minWidth180 {
    min-width: 180px;
}

.Footerfixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.bootstrap-timepicker div.dropdown-menu.open {
    top: 26px !important;
}
.modal-header {
    background: #54c5cb;
    border-radius: 0;
    padding: 8px;
}

    .modal-header h4 {
        color: #fff;
        font-size: 14px;
    }

        .modal-header h4 span {
            padding: 2px 12px;
            background: #24426bd1;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
        }
.modal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 8px !important;
    font-size: 16px;
    font-weight: 500 !important;
    margin-top: 0 !important;
}

#modalErrorShow .modal-dialog {
    min-width:65%;
}
#TOPtblErrormsg {
    height:90vh;
}