﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    text-shadow: none !important;
}

label {
    color: #3d506d;
}

.width250 {
    width: 250px;
}

.ml30 {
    margin-left: 30px;
}

.calendarSet {
    position: absolute;
    top: 28px;
    right: 26px;
    z-index: 1;
}

.box {
    box-shadow: 0px 8px 24px 8px rgba(31, 35, 41, .04), 0px 6px 12px 0px rgba(31, 35, 41, 0.04), 0px 4px 8px -8px rgba(31, 35, 41, 0.06);
    border-radius: 10px;
    /* border-left: 4px solid #24426b;*/
}


.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !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 rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #24426b;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 41% !important;
}

.SumoSelect > .CaptionCont {
    line-height: 21px !important;
    border-radius: 6px !important;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    margin-top: 3px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 20px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/


.table tbody tr td.maxTDWidth50 {
    width: 172px;
    max-width: 172px;
}

.modal-header {
    background: #54c5cb;
    border-radius: 0;
    padding: 8px;
}

    .modal-header h5 {
        color: #fff;
        font-size: 16px;
    }

        .modal-header h5 span {
            background: #3d506d;
            padding: 4px 10px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 5px;
            color: #ffffff;
        }

.close {
    position: static !important;
    color: #fff !important;
    font-size: 16px;
    outline: none;
    border: none;
    background: none;
    top: 23px !important;
    margin-top: 0 !important;
}

.modal-footer {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 0;
}

.addCategory {
    background: #3d506d;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 1px 5px;
    margin-bottom: 2px;
    cursor: pointer;
}

.box-header {
    border-bottom: solid thin #f0f0f0;
    background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 10px !important;
}

    .box-header h2 {
        color: #24426b;
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

    .box-header a.btnAccording svg {
        /*float: right;*/
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

.footerfixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 50px;
    width: 97%;
    background: #fff;
    padding: 4px 20px;
    padding-left: 65px;
    border-top: 1px solid #ccc;
    z-index: 999;
}

.selectallset {
    margin-top: 0px;
    font-weight: 500;
    background: #d8edfb;
    padding: 5px 10px;
    border-radius: 7px;
    display: inline-block;
}

input[type="checkbox"]:checked {
    accent-color: #3d506d;
}



table td {
    font-weight: 600;
    padding: 4px !important;
}

#mdlAddEmployee .modal-dialog {
    min-width: 85%;
}

.calendarSet {
    position: absolute;
    top: 28px;
    right: 12px;
    z-index: 1;
    margin-top:0 !important;
}

.totalRecord {
    background: #daeffd;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #000;
}

#TOPtblEmployeeList {
  height:400px;
}

.brdAllSide {
    border:solid thin #f0f0f0;
}

.TotalRecords {
    background: #daeffd;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #626262;
}

.nav-tabs {
    margin-bottom: 0 !important;
}

.nav-tabs {
    margin: 0 !important;
    border-bottom-color: #f4f4f4 !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
}

    .nav-tabs > button {
        border-bottom: 3px solid transparent !important;
        margin-bottom: -2px !important;
        margin-right: 5px !important;
    }

    .nav-tabs > button {
        color: #1f1e1e;
        background: #cccccc6e;
        font-weight: 500;
        border-radius: 0;
    }

    .nav-tabs > button.active {
        border-bottom-color: #18AACC !important;
        background: #18aacc33 !important;
    }

    .nav-tabs > li:first-of-type > button.active {
        border-left-color: transparent !important;
    }


  