/* ==========================================================================
   Exactlly's custom style for All
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

:root {
    --blue_color:#00a2ff;
    --orange_color:#fb7b10;
    --green_color:#079e0e;
}



body, html {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0;
    height: 100%;
    background-color: #fff;
}

::-moz-selection {
    background: #cae7fd;
    color: #4c4c4c;
    text-shadow: none;
}

::selection {
    background: #cae7fd;
    color: #4c4c4c;
    text-shadow: none;
}

:focus, button:focus, a:focus {
    outline: none;
}

a {
    /*color: #04a3ff;*/
    color:var(--blue_color);
    text-decoration: none;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.alignleft {
    margin: 0;
    padding: 0 15px 0 0;
    float: left;
    vertical-align: middle;
}

.alignright {
    margin: 0;
    padding: 0 0 0 15px;
    float: right;
}

.aligncenter {
    margin: 5px auto;
    display: block;
}

.center-img {
    margin: 5px auto;
    display: block;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

.word-break {
    word-break: break-all;
}


h1 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 22px;
    line-height: 100%;
    font-weight: normal;
    color: #000;
}

    h1 span {
        color: #34c1ca;
    }

h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 36px;
    line-height: 110%;
    font-weight: normal;
}

h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 42px;
    line-height: 110%;
    font-weight: 600;
}

h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 110%;
    font-weight: 600;
}

h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    line-height: 110%;
}

h6 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 19px;
    line-height: 110%;
}

p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    line-height: 130%;
    font-weight: normal;
}

.pointer {
    cursor: pointer;
}

.clr-blk {
    color: #000;
}

.clr-wht {
    color: #fff;
}

.clr-blue {
    color: #04a2c5;
}

.clr-drk-grey {
    color: #44403e;
}


.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.flt-rt {
    float: right;
}


a {
    cursor: pointer;
}

.required {
    color: #e80016;
}


/* --------------Scroll --------------*/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #eee;
    box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
}

div *:hover::-webkit-scrollbar-track {
    background: #efefef;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
}

div *:hover::-webkit-scrollbar-thumb {
    background: #6c6c6c;
}

::-webkit-scrollbar-thumb:hover {
    background: #6c6c6c;
}


/*--------------Scroll ------------------*/


.flex-container-nav {
    background: #fff;
    padding: 8px 0;
    -webkit-box-shadow: 0 9px 7px -8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 9px 7px -8px rgba(0,0,0,0.2);
    box-shadow: 0 9px 7px -8px rgba(0,0,0,0.2);
    width: 100%;
}

.usr-img img { /*border-radius: 50%;*/
    max-height: 100%;
    max-width: 100%;
}

ul.hdr-rt-itms {
    float: right;
    margin: 0;
    text-align: right;
    margin-top: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    ul.hdr-rt-itms li {
        margin: 0 10px;
        display: inline-block;
        list-style: none;
        position: unset;
    }

        ul.hdr-rt-itms li > a {
            display: inline-block;
            border-radius: 50%;
            overflow: hidden;
            height: 40px;
            width: 40px;
            text-align: center;
            vertical-align: middle;
            background-color: #f3f3f3;
        }

            ul.hdr-rt-itms li > a.usr-img-icon {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                ul.hdr-rt-itms li > a.usr-img-icon img {
                    border-radius: 0;
                }


  span.editProfPicBox-icon {
            height: 40px;
            width: 40px;
            display: block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
        }







        ul.hdr-rt-itms li a.hdr-rt-itms-icon {
            display: inline-block;
            overflow: unset;
            height: 35px;
            width: 35px;
            text-align: center;
            vertical-align: middle;
            line-height: 38px;
            font-size: 26px;
            position: relative;
            background-color: #fff;
        }

        ul.hdr-rt-itms li.show a.hdr-rt-itms-icon:before {
            right: 5px;
            bottom: -22px;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            border-bottom: 10px solid #ccc;
            position: absolute;
            content: '';
            z-index: 9;
        }

        ul.hdr-rt-itms li.show a.hdr-rt-itms-icon {
            color: #000;
        }

        ul.hdr-rt-itms li a.hdr-rt-itms-icon .hdr-rt-itms-icon-count {
            position: absolute;
            font-size: 9px;
            right: -5px;
        }

        ul.hdr-rt-itms li a i {
        }

.hdr-rt-itms-icon.dropdown-toggle:after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}


ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area {
    /*min-height:300px;*/
}

    ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-head {
        padding: 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
    }

        ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-head .notification-head-count {
            margin-left: 6px;
        }

    ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body {
        min-height: 200px;
        max-height: 500px;
        overflow-y: auto;
    }

        ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body span.noti-head-date {
            margin: 0;
            padding: 0;
            margin-top: 5px;
            font-style: italic;
            font-size: 11px;
            color: #007bff;
            font-weight: 600;
            text-align: right;
        }


        ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body > ul {
            margin: 0;
            padding: 0;
        }

            ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body > ul > li {
                position: relative;
                margin: 0;
                padding: 0;
                padding: 10px 25px 10px 10px;
                list-style-type: none;
                width: 100%;
                border-bottom: 1px solid #ddd;
            }

                ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body > ul > li:last-child {
                    border-bottom: none;
                }

                ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body > ul > li.new {
                    background-color: #e9f0f3;
                }

                ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body > ul > li a.alert-close {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    height: 22px;
                    width: 22px;
                    margin-top: -11px;
                    color: #f00;
                    opacity: .5;
                    background-color: transparent;
                }

                    ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body > ul > li a.alert-close:hover {
                        opacity: .8;
                    }


                    
/*Annoucement*/


ul.hdr-rt-itms li.announcement-area a.hdr-rt-itms-icon span.hdr-rt-itms-icon-count {
    top:0;
}

.hdr-rt-itms > li.announcement-area div.dropdown-menu.dropdown-menu-right {
    margin: 0;
    padding: 10px;
    width: 400px;
    right: 0;
    left: auto;
    top: 60px;
    transition: all .5s;
    -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.2);
    transition: all 1s;
}

                 
.announcement-area ul.timeline {
    list-style-type: none;
    position: relative;
    margin:0;
    padding:0;
}
.announcement-area ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    z-index: 400;
}
.announcement-area ul.timeline > li {
    margin: 0 !important;
    padding-left: 34px !important;
    display: flex !important;
    flex-direction: column;
    padding-bottom: 20px;
}

.announcement-area ul.timeline > li > .timeline-head {
    display: flex;
    justify-content: space-between;
}
.announcement-area ul.timeline > li > .timeline-head span.anum_ttl{
    font-weight:600;
}


.announcement-area ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left:1px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

    .announcement-area ul.timeline > li p {
        
        display: flex;
        flex-direction: row;
    }
    .announcement-area ul.timeline > li p span:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 75%;
    }
     .announcement-area ul.timeline > li p span:last-child {
       font-size:11px;
       color:#04a3ff;
       text-decoration:underline;
       cursor:pointer;
       display: flex;
       justify-content: flex-end;
       width: 25%;
    }


.announcement-area ul.dropdown-menu.dropdown-menu-right.timeline.show {
    position: absolute;
    padding: 15px;
}








/*End of Announcement*/






header h1 {
    padding: 0;
}

.toggle-hdr-icn a {
    margin-top: 3px;
    font-size: 2em;
    display: block;
    color: #131c25;
    cursor: pointer;
    padding:0 10px;
}

    .toggle-hdr-icn a:hover {
        /*color: #04a3ff;*/
        color: var(--blue_color);
    }

section.content-sc {
    background: #f5f5f5;
    margin-top: 5px;
    padding: 0;
    height: calc(100% - 5px);
}

.whit-bkg {
    background: #fff;
    padding-bottom: .5em;
    padding-top: .5em;
    overflow-y: auto;
}

.hdr-rt-itms > li ul.dropdown-menu.dropdown-menu-right {
    margin: 0;
    padding: 0;
    width: 400px;
    right: 0;
    left: auto;
    top: 60px;
    transition: all .5s;
    -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.2);
    transition: all 1s;
}

.hdr-rt-itms > li.dropdown.open > a:before {
    right: 5px;
    bottom: -20px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    content: '';
    z-index: 9;
}

.hdr-rt-itms > li.dropdown.open:last-child > a:before {
    right: 14px;
}

.hdr-rt-itms > li ul.dropdown-menu.dropdown-menu-right li {
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

    .hdr-rt-itms > li ul.dropdown-menu.dropdown-menu-right li a {
        display: block;
        padding: 2px 0;
    }

.hdr-rt-itms > li.usr-img > a.dropdown-toggle:after {
    display: none;
}


.hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(245, 247, 249, 0.4);
}

    .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body {
        display: flex;
        padding: 20px;
    }

        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-img, .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-detl {
        }

        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-img {
            margin-right: 10px;
        }

        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-detl {
            width: 100%;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            justify-content: center;
        }

            .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-detl h5 {
                font-size: 14px;
            }

            .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-detl .comName {
                font-size: 12px;
            }


        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-img .prfl-img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #ccc;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f1f1f1;
        }



        span.editProfPicBox {
            height: 100px;
            width: 100px;
            border-radius:50%;
            display: block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-img .prfl-img > img {
                /*width: 100%;*/
                border-radius: 0;
                
            }


    .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #e6e8ec;
    }

        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-left, .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-right {
            flex: 1;
            padding: 0;
            font-weight: 500;
            color: #40464d;
        }

        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-left {
            /*display: flex;
    justify-content: center;
    align-items: center;*/
            border-right: 1px solid #e6e8ec;
        }

        .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-right {
            /*display: flex;
    justify-content: center;
    align-items: center;*/
        }

            .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-left a, .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-right a {
                padding: 10px;
                color: #686d74;
                font-weight: 600;
                display: block;
                text-align: center;
                width: 100%;
            }

                .hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-footer .profile-foot-right a:hover {
                    color: #f9021a;
                }


.usr-img .user_text {
    font-size: 25px;
    /*background: #e8e8e8;*/
    padding: 9px;
}





.empy-details h3 {
    font-size: 16px;
}

.empy-details h3 .profile-location {
    color: #989898;
    font-weight: 500;
    font-size: 13px;
}
.empy-details h3 .profile-location i {
    /*color: #03a4ff;*/
    color: var(--blue_color);
}

.empy-details p.designation {
    /*color: #03a4ff;*/
    color:var(--blue_color);
}
.empy-details p.administration {
    color: #989898;
}








/*bootstrap*/ /**/

.open > .dropdown-menu {
    display: block;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

.input-group .input-group-append .input-group-text {
    border-radius: 0;
    cursor: pointer;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    /*border-right: none;*/
}

.form-control:disabled ~ .input-group-append span.input-group-text, .form-control[readonly] ~ .input-group-append span.input-group-text {
    background-color: #f7f7f7;
}
.panel-group {
    padding: 8px;
}
.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px 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);
}
.panel-default {
    border-color: #ddd;
}
.panel-default .panel-heading {
    background: #d6d6d6;
    padding: 5px;
}
.panel-body {
    padding: 6px;
}
    .panel-default .panel-heading h4.panel-title {
        margin: 0;
        padding: 0;
    }

.fade.in {
    opacity: 1;
}

.btn-default, .btn-primary, .btn-success, .btn-danger, .btn-warning, .btn-info {
    border: 1px solid #c4c4c4;
    font-size: 14px;
    color: #000;
    padding: 0.3em 2em;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all 1s;
    margin: 2px 0;
    margin-left: 10px !important;
    border-radius: 0;
}

.form-inline .btn-default, .form-inline .btn-primary, .btn-success, .form-inline .btn-danger, .form-inline .btn-warning, .form-inline .btn-info {
    margin: 0;
}

.marg_right {
    margin-left: 0 !important;
    margin-right: 10px !important;
}


.btn.btn-xs {
    font-size: 13px;
    padding: .3em 2em;
}

.btn-small {
    font-size: 13px;
    padding: .3em 2em;
}




.btn-default:hover, .btn-primary:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-info:hover, .btn-default:focus, .btn-primary:focus, .btn-success:focus, .btn-danger:focus, .btn-warning:focus, .btn-info:focus {
    /*border-color: #03a4ff;*/
    border-color: var(--blue_color);
    background-color: #fff  !important;
    color: #000 !important;
    box-shadow: none !important;
    outline:none;
}

.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-primary.disabled, .btn-primary:disabled, .btn-success.disabled, .btn-success:disabled
{
	border-color: var(--blue_color);
	background-color: #fff !important;
	color: #000 !important;
	box-shadow: none !important;
}




.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    max-width: 50%;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.modal-content {
    height: 85% !important;
    /*overflow-y:auto;*/
}


.modal-footer {
    justify-content: flex-end;
}

.modal-header, .modal-footer {
    padding: .3rem 1rem;
}

.modal-content, .modal-content > form, .modal-content > form > div.clearfix {
    /*height: 100%;*/
}

.modal-dialog .erpmodal {
    display: flex;
    flex-direction: column;
    height: 100%;
}



.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}


.modal-header {
    align-items: center;
}

.alertholder {
    font-size: 14px;
    /*color:#ff0000;*/
}


.card h5.card-header  {
    font-size: 14px;
    color: #000;
    padding: 8px;
    font-weight:600;
}












.rgt-btn {
    text-align: right;
}

    .rgt-btn ul {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

    .rgt-btn ul li {
        display: inline-block;
        margin-right: 6px;
        border: 1px solid #ccc;
        padding: 4px;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        transition: all .5s;
    }

    /*.rgt-btn ul li.modal-cancel {
        color: #ff0000;
    }

    .rgt-btn ul li.modal-cancel {
        color:#ff0000;

    }
        .rgt-btn ul li.modal-cancel:hover {
        border-color:#ff0000;
    } */

    .rgt-btn ul li:hover {
        background: rgba(0,0,0,0.1);
        /*border-color: #00a3ff;*/
        border-color: var(--blue_color);
        text-align: center;
        cursor:pointer;
    }

         

    .rgt-btn ul li:last-child::after {
        margin-right: 0;
    }

    .rgt-btn ul li a {
        line-height: 20px;
        text-align: center;
        color: #3f3f3f;
        /*padding: 5px;*/
        opacity: .5;
        transition: all .5s;
    }

    .rgt-btn ul li:hover a {
        opacity: .8;
    }

    .disabled, .disabled a {
        color: rgba(0,0,0,0.3) !important;
        cursor: not-allowed !important;
    }

    .btn.disabled, .btn:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

/*bootstrap*/ /**/


.table.border-0 tr th, .table.border-0 tr td {
    border-top:0;
}

.label-input {
	display: block;
	width: 100%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	font-size: 13px;
	color: #474b4e !important;
	padding: 4px 10px;
	line-height: 22px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control.custom-control-label-right {
    padding-left: 0;
}

.custom-control.custom-control-label-right .custom-control-label:before {
    right: -1px;
    left: auto;
}

.custom-control.custom-control-label-right .custom-control-label:after {
    right: -5px;
    left: auto;
}


.flex-center {
    display: flex;
    align-items: flex-end;
    margin-bottom:6px;
}



.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.btn_area {
    margin: 10px 0;
}


/*main area*/

.main-area {
    display: flex;
    flex-direction: column;
    height: 100%;
}




header {
    display: flex;
    justify-content: center;
}

.flex-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.flex-body section.content-sc > .container-fluid, .flex-body section.content-sc > .container-fluid > .row, .flex-body section.content-sc > .container-fluid > .row > div, .flex-body section.content-sc > .container-fluid > .row > div .body-area, .flex-body section.content-sc > .container-fluid > .row > div .body-area .body-content-area .body-form-area {
    height: 100%;
}


.flex-body section.content-sc > .container-fluid > .row > div .body-area .body-content-area {
    height: calc(100% - 72px);
}

.body-form-area-row {
    /*height: calc(100% - 10px);*/
}

.body-form-area-row.body-form-area-row-map {
    height: calc(100% - 60px);
}
.body-form-area-row.body-form-area-row-map .allsideborderdiv{
    border: 1px solid #ccc;
    padding: 0 5px;
}
.body-form-area-row.body-form-area-row-map .allsideborderdiv .ui-grid{
    height: calc(100% - 37px);
    min-height:300px;
}

.body-form-area-row.body-form-area-row-map .ui-grid-render-container{
    height: calc(100% - 58px);
}

.rightgridselectedstyle .ui-grid-row-selected.ui-grid-row:nth-child(odd) .ui-grid-cell {
	background-color: #fdfdfd;
}

.rightgridselectedstyle .ui-grid-row-selected.ui-grid-row:nth-child(even) .ui-grid-cell {
	background-color: #f3f3f3;
}



.allsideborderdiv {
    height: 100%;
}

/*main area*/


/*favourites*/


.favourites {
    height: 100%;
}

.favsectionslist {
    padding: 0;
}

.favourites-heading .editoption {
    font-size: 16px;
}

.favourites-heading:hover .editoption {
    display: inline-block;
}

.totlistholder.pre-scrollable {
    height: calc(100% - 35px);
    overflow-y: auto;
    max-height: unset;
}

.favourites-holder {
    /*border: 1px solid #dfdfdd;
    background:#eee;
    padding: 5px;*/
    border-radius: 6px;
    margin-bottom: 5px;
}

.favourites-subholder {
    border: 1px solid #dfdfdd;
    background: #fff;
    padding: 5px;
    border-radius: 0;
    max-height: 40%;
    overflow: auto;
}

    .favourites-subholder.pre-scrollable {
        /*max-height:400px !important;*/
    }

.favourites-holder h4 {
    color: #000;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
}

.sectionCaptionspan {
    display: inline-block;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
}

.favourites-holder h4 input[type=text] {
    /*position:absolute;*/
    margin-bottom: 5px;
}


.favourites-subholder ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 30px;
}



.favourites-subholder .as-sortable-item, .as-sortable-placeholder {
    position: relative !important;
    min-height: 70px;
    margin: 2px 5px;
    float: left;
    width: 120px;
    padding: 2px;
    text-align: center;
    border: 1px solid transparent;
}

.favourites-subholder .as-sortable-item {
    /*border: solid 1px darkgrey;*/
    background-color: #ffffff;
}

    .favourites-subholder .as-sortable-item:hover {
        /*border: 1px solid #e6e6e6;*/
    }

.favourites-subholder .as-sortable-item-handle {
    /*display:block;
     min-height: 66px;*/
    display: block;
    /*height: 120px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

    .favourites-subholder .as-sortable-item-handle a {
        font-size: 12px;
        color: #000;
        line-height: 14px;
        /*height:30px;*/
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;

        padding: 10px 5px;
        border: 1px solid #ccc;
        border-radius: 8px;
            margin: 6px;
    }

    .favourites-subholder .as-sortable-item:hover .as-sortable-item-handle a {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        
    }

.favourites-subholder .as-sortable-item:hover .as-sortable-item-handle a span {
    filter:inherit;
        -webkit-filter:inherit;
}


    .favourites-subholder .as-sortable-item-handle a:hover {
        text-decoration: none;
    }

.favourites-subholder .as-sortable-placeholder {
    border: 1px dashed darkgrey;
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.favourites-subholder .as-sortable-drag {
    opacity: .8;
}

.favourites-subholder .as-sortable-hidden {
}

.favourites-RemoveSection {
    padding:9px 4px;
}

.closebtnspan {
    position: absolute;
    right: -12px;
    top: -7px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #000000;
    display: none;
    z-index: 9999999;
}

.favourites-subholder .as-sortable-item:hover .closebtnspan {
    display: block;
}

.favourites-subholder .favourites-icon-area span {
    /* border: 1px solid #ccc; */
    padding: 2px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    /* border-radius: 50%; */
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
}

.favourites-subholder .favourites-icon-area img {
    max-width: 100%;
    max-height: 100%;
}

.favourites-subholder .favourites-icon-area p {
    margin: 0 auto;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 0;
    max-height: 40px;
    height: 40px;
    max-width: 75px;
}



/*favourites*/

h4.modal-title {
    padding: 0;
    font-size: 16px;
}

.modal-dialog.modal-paystruc {
    max-width: 70%;
    height: 100% !important;
}

    .modal-dialog.modal-paystruc .modal-content {
        height: 85% !important;
    }

.modal-helpopmaximize.modal-dialog.modal-paystruc {
    width: 98% !important;
}

.modal-helpopmaximize.modal-paystruc .modal-content {
    max-width: 98% !important;
    height: 95% !important;
}

.modal-dialog .modal-content form, .modal-dialog .modal-content form .erpmodal {
    height: 100%;
}

.modal-dialog .modal-content .modal-body {
    overflow-y: auto;
    height: calc(100% - 84px);
}

.modal-dialog.modal-1000.modal-helpopmaximize, .modal-helpopmaximize {
    max-width: 98% !important;
    /*height:95% !important;*/
}

    .modal-helpopmaximize .modal-content {
        max-width: 98% !important;
        height: 95% !important;
    }


.modal-dialog.modal-300 {
    max-width: 300px !important;
}

    .modal-dialog.modal-300 .modal-content {
        height: auto !important;
    }


.modal-dialog.modal-400 {
    max-width: 400px;
}

    .modal-dialog.modal-400 .modal-content {
        height: auto !important;
    }

.modal-dialog.modal-600 {
    max-width: 600px;
}

    .modal-dialog.modal-600 .modal-content {
        height: auto !important;
    }

.modal-dialog.modal-800 {
    max-width: 800px;
}

    .modal-dialog.modal-800 .modal-content {
        height: auto !important;
    }

.modal-dialog.modal-1000 {
    max-width: 1000px;
}

.modal-dialog.modal-1200 {
    max-width: 1200px;
}

.modal-dialog.modal-full {
    max-width: 80%;
    height: 400px;
}

.minheightfull {
    height: 200px;
    position: relative;
    display: table-cell;
    /*vertical-align: middle;*/
    text-align: center;
    /*width:300px;*/
}

.minheight100 {
    min-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
}


/*Pay Structure*/
.multi-step-area {
    background-color: #fff;
}

.step-area-main {
    padding: 10px 0;
}

.step-area {
    border: 1px solid #ccc;
    padding: 15px 15px 4px 15px;
}




    .step-area h1 {
        text-align: center;
    }



ul.steps-nav {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    /* height: 50px; */
    text-align: center;
}

    ul.steps-nav li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
    }

        ul.steps-nav li.active {
        }

            ul.steps-nav li.active button, ul.steps-nav li.active button.btn-default:hover, ul.steps-nav li.active button.btn-default:focus, ul.pager li button.btn-primary:active:hover, ul.pager li button.btn-primary:active:focus {
                background-color: #00a3ff;
                color: #fff ;
            }

        ul.steps-nav li:after {
            content: "\f0ec";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -21px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


        ul.steps-nav li:last-child:after {
            display: none;
        }

        ul.steps-nav li button {
            display: block;
            padding: 0px 10px;
            font-size: 13px;
            height: 30px;
            line-height: 25px;
            box-shadow: 0px 0px 0px #ccc;
            border-radius: 15px;
            text-shadow: none;
        }

ul.pager li button.btn {
    border-radius: 15px;
}

.alert {
    display: inline-block;
    position: fixed;
    right: 30px;
    top: 75px;
    z-index: 10000;
}

/*.helppop_nodata_msg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}*/
.helppop_nodata_msg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

	.helppop_nodata_msg h3 {
		font-size: 20px;
	}

.pager li.disabled button.btn-warning {
    opacity: .5;
    cursor: not-allowed !important;
}


.step-area-main .page-item:first-child .page-link, .step-area-main .page-item:last-child .page-link {
    border-radius: 15px;
    margin:5px;
    line-height: 20px;
    padding: 4px 12px;
}

.allsideborderdiv.leave-ex-rule-head-area {
    padding-top: 15px;
    position:relative;
}
.allsideborderdiv.leave-ex-rule-head-area h4.leave-ex-rule-head {
    position: absolute;
    top: -14px;
    background-color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 5px;
    /*border: 1px solid #ccc;*/
    background-color:#fff;
}


@media (max-width: 768px) {
    .modal-dialog.modal-1000 {
        width: calc(100% - 8px);
        margin: 0;
        height: 100%;
        overflow-y: auto;
    }
}

.section-border {
    /*border: 1px solid #ddd;*/
    padding: 5px;
    margin-bottom: 10px;
}



/*Pay Structure*/
/*alert area*/


.show_msg_modal {
    display: block;
}

.hide_msg_modal {
    display: none;
}

.input-group.ng-has-error {
    border: 1px solid #ff1700;
}
.custom-control.custom-checkbox.ng-has-error .custom-control-label {
    color: #ff1700;
    text-decoration: underline;
}
.ng-has-error {
    border-color: #ff1700;
}

.txt_success {
    color: #01b13b;
}

.txt_error {
    color: #ff0000;
}


.alert_area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
    opacity: 0;
    z-index: 9999;
}

    .alert_area.show {
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        transform: translate(0, 0);
    }

.alert_content {
    position: absolute;
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.alert-header {
    padding: 5px;
    border-bottom: 1px solid #e9ecef;
}

.alert_body {
    min-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.alert_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-top: 1px solid #e9ecef;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .alert_footer button {
        margin: 0;
        margin-right: 4px;
    }

        .alert_footer button:last-child {
            margin: 0;
            margin-right: 0;
        }


/*alert modal*/

.modal-305 {
    width: 305px;
    height: auto;
}

.modal-dialog.modal-305 .modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-dialog.modal-305 .modal-content {
    height: auto !important;
}



.erpmodal .modal-header {
    justify-content: space-between;
}


/*alert area*/



/**/

.mn-nav-area {
}

    .mn-nav-area ul.nav-tabs li {
        float: left;
        margin: 0 1.5em;
        color: #565656;
        font-size: 1.3em;
        list-style: none;
    }

    .mn-nav-area ul.nav-tabs {
        margin: 0 auto;
        display: table;
        padding: 25px 0;
    }

        .mn-nav-area ul.nav-tabs li a span {
            color: #565656;
            transition: all 1s; /*background-position:0 0 !important;*/
            background-repeat: no-repeat !important; /*padding: 0 0 0 35px;*/
            transition: all 1s;
            background-position: 14px 4px !important;
            padding: 0 21px 3px 36px;
            background-size: 18px auto !important;
        }

            .mn-nav-area ul.nav-tabs li a span:hover { /*background-position: 0 -91px !important;*/
                background-position: 14px -50px !important;
            }

            .mn-nav-area ul.nav-tabs li a span.dashbrd {
                background: url(../images/icon10.png);
            }

            .mn-nav-area ul.nav-tabs li a span.fvourite {
                background: url(../images/icon1.png);
            }

            .mn-nav-area ul.nav-tabs li a span.miscel {
                background: url(../images/icon18.png);
            }



/**/


.tp-nav-rw {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 2em;
}

.toggle-hdr-menu {
    padding: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
   
}

.main_nav {
    flex: 1;
    overflow-y: auto;
    display: list-item;
}

a.menu-close {
    display:none;
}

ul.lft-nv li {
    text-align: center;
    width: 100%;
    /*display: block;*/
    margin: 0;
}

    ul.lft-nv li > a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        transition: all .35s;
        padding: 0 30px;
        padding-top: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    ul.lft-nv > li > a {
        font-weight: 600;
    }

    ul.lft-nv > li > a:hover {
        /*color: #04a3ff !important;*/
        color: var(--blue_color) !important;
    }

ul.lft-nv > li > a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    content: '';
    background-position: center 10px;
    background-repeat: no-repeat;
    transition: all .35s;
}

ul.lft-nv li a:hover:after {
    background-position: center -85px;
}

/**/

a.PAYMASTER:after {
    background: url(../images/icon21.png);
}
a.PAYSETUP:after {
    background: url(../images/icon22.png);
}
a.PAYHR:after {
    background: url(../images/icon5.png);
}

a.PAYATTMGMT:after {
    background: url(../images/icon19.png);
}

a.PAYLEAVE:after {
    background: url(../images/icon11.png);
}

a.PAYGEN:after {
    background: url(../images/icon17.png);
}

a.PAYAPPRAISAL:after {
    background: url(../images/icon2.png);
}

a.EXACTLLYETER:after {
    background: url(../images/icon10.png);
}

.PAYMASTER {
}

/**/


ul.lft-nv li a i {
    margin-right: 0;
    position: absolute;
    top: 55%;
    right: 12px;
    transition: all 1s;
}
/*ul.lft-nv li a:hover i{transform: rotate(90deg);}*/ /**/
ul.lft-nv li a[aria-expanded="true"] i {
    transform: rotate(90deg);
}
/*ul.lft-nv li a[aria-expanded="false"] i{ margin-right: 0; position: absolute; top: 58%; right: 12px; transition: all 1s;}*/
ul.sub-menu {
    padding-left: 15px;
    padding-bottom: 0px;
}
    /**/
    ul.sub-menu li a {
        text-align: left;
        padding: 5px 0;
        border: none;
    }

    ul.sub-menu li {
        margin: 0;
    }

        ul.sub-menu li a i {
            top: 8px;
        }

        ul.sub-menu li ul.sub-menu li a {
            color: #8a8685;
            font-size: 13px;
            font-weight: normal;
            padding-right: 26px;
        }

            ul.sub-menu li ul.sub-menu li a:hover, ul.sub-menu li ul.sub-menu li a:focus {
                /*color: #00a3fd;*/
                color:var(--blue_color);
            }
        /**/
        ul.sub-menu li a.current-item {
            /*color: #00a3fd !important;*/
            color: var(--blue_color) !important;
        }


/**/

.nav-item.activemenu {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .nav-item.activemenu > a, .nav-item.activemenu > a:hover, .nav-item.activemenu > a:focus {
        background-color: #f5f5f5;
        /*color: #01a4ff;*/ /*#ebe9ea*/
        color:var(--blue_color);
    }

        .nav-item.activemenu > a:after, .nav-item.activemenu > a:hover:after, .nav-item.activemenu > a:focus:after {
            background-position: center -85px;
        }

    .nav-item.activemenu > .collapse.show ul.sub-menu {
        background-color: #fbfbfb;
    }

ul.lft-nv li.nav-item.activemenu > a.nav-link i, ul.lft-nv li.nav-item.activemenu > a.nav-link:hover i {
    transform: rotate(90deg);
}

.sub-nav-link {
    /*color: #00a3fd;*/
    color: var(--blue_color);
}

.collapse.show {
    /*transition: all .5s ease;*/
}

.collapse {
    /*transition: all .5s ease;*/
}



/**/
ul.lft-nv li a[aria-expanded="true"], .collapse {
    background-color: #ebe9ea;
}

{
    background: #ebe9ea;
}
/*.collapse{padding-bottom: 25px;}*/
.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

li.breadcrumb-item {
    font-size: 13px;
    font-weight: 600;
}

    li.breadcrumb-item a {
        color: #8a8685;
    }

        li.breadcrumb-item a:hover, li.breadcrumb-item.active {
            color: #00a3ff;
        }

.breadcrumb {
    background: none;
}

ul.options-list {
    float: right;
    padding: 0;
    margin-top: .5rem;
}

.responsive-tabs {
    margin-top: 0 !important;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 0 !important;
}

ul.options-list li {
    display: inline;
    list-style: none;
    font-size: 12px;
    float: left;
    text-align: center;
    margin: 1px;
}

    ul.options-list li span {
        display: block;
        line-height: 10px;
        color: #8a8685;
    }

    ul.options-list li a {
        color: #000;
        transition: all .7s;
        height: 55px;
        width: 55px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid transparent;
        float: left;
        padding: 13px 0 0;
    }

        ul.options-list li a:hover, ul.options-list li.current-item a, ul.options-list.disabled li.current-item a:hover {
            background: rgba(0,0,0,0.1);
            border-color: #00a3ff;
            text-align: center;
        }

ul.options-list.disabled li a:hover {
    background: transparent;
    border-color: transparent;
}

ul.options-list li.save-btn a span {
    color:#28a745;
}
ul.options-list li.save-btn a:hover, ul.options-list li.current-item.save-btn a, ul.options-list.disabled li.current-item.save-btn a:hover {
    background: rgba(0,0,0,0.02);
    border-color: #28a745;
    text-align: center;
}
ul.options-list li.cancel-btn a span {
    color:#dc3545;
}
ul.options-list li.cancel-btn a:hover, ul.options-list li.current-item.cancel-btn a, ul.options-list.disabled li.current-item.cancel-btn a:hover {
    background: rgba(0,0,0,0.02);
    border-color: #dc3545;
    text-align: center;
}



.profile-pic-hldr { 
    /*/ background: #f8f8f8; /*/
    padding: 5px;
    position: relative;
    max-height: 200px;
    max-width: 200px;
    border: 1px solid #ccc;
    padding: .5em;
    vertical-align: middle;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden; /*sumallya 30102019*/
}

    .profile-pic-hldr img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        /*/ padding: .5em; /
        / width: 200px; /
        / height: 200px; /*/
        display: table;
        vertical-align: middle;
        /*/ border: 1px solid #ccc; /*/
    }

    .profile-pic-hldr label.editProfPicBtn {
        display: inline-block;
        width: 100%;
        /* min-height: 100%; */
        max-width: 200px;
        background-color: rgba(255, 255, 255, .4);
        margin: 0 auto;
        z-index: 0;
        color: #000;
        padding: 4px;
        position: absolute;
        opacity: 0;
        transition: all .3s;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
    }

        .profile-pic-hldr label.editProfPicBtn:hover {
            opacity: 1;
        }

    .profile-pic-hldr input[type="file"] {
        display: none;
    }

label.editProfPicBtn span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -16px;
    padding: 8px;
    background-color: rgba(255,255,255, .9);
    color: #20aafb;
    text-decoration: underline;
    font-weight: 400;
}

.prfile-basic h4 {
    background: #ebebeb;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.form-check label:first-child {
    margin-left: 5px;
}

.form-check label {
    margin-left: 5px;
}

.form-check {
    padding-left: 0;
}

label {
    font-size: .9em;
    margin-bottom: 0.3rem;
}

.form-control {
    border-radius: 0;
    font-size: 13px;
    color: #474b4e !important;
    padding: 4px 10px;
    line-height: 22px;
}

.form-group {
    margin-bottom: 8px;
}

.tbs-to-accrdion {
    margin-bottom: 1em;
    border-bottom: none;
}


.form-group .custom-control-inline {
        margin-top: 10px;
}

/**/


.tab_Ctrl_area ul.nav.nav-tabs {
    margin-bottom: 1em;
    padding: 15px 15px 0px 15px;
}

    .tab_Ctrl_area ul.nav.nav-tabs li {
        float: left;
        margin: 5px 10px 5px 0;
    }

        .tab_Ctrl_area ul.nav.nav-tabs li a {
            border: 1px solid #6e6e6e;
            font-size: 13px;
            color: #000;
            padding: 3px 7px;
            margin: 0;
            font-weight: 600;
            float: left;
            border-radius: 4px 4px 0 0;
            transition: all .35s;
        }

            .tab_Ctrl_area ul.nav.nav-tabs li a:hover, .tab_Ctrl_area ul.nav.nav-tabs li a:focus {
                text-decoration: none;
                background-color: #eee;
                border-color: #eee #eee #ddd;
            }

        .tab_Ctrl_area ul.nav.nav-tabs li.active a {
            /*border-color: #03a4ff;*/
            border-color: var(--blue_color);
        }

/**/

.tb-hldr {
    border: 1px solid rgba(0,0,0,0.2);
    background: #f8f8f8; /*padding: 15px; margin-bottom: 2em;*/
    margin-top: 1em;
}

.sub-btn {
    border: 1px solid #c4c4c4;
    font-size: 14px;
    color: #000;
    padding: 0.3em 2em;
    text-align: center;
    background: transparent;
    cursor: pointer;
    transition: all 1s;
    margin: 5px 10px 5px 0;
}

    .sub-btn:hover {
        border-color: #03a4ff;
    }

.tab-content { /*padding: 1em 0px 0 !important;*/
    border: none !important;
    border-top: 1px solid #ddd !important;
    position: relative;
    padding: 15px;
    background-color: #fff;
}

/*.tab-content { overflow-y:auto; }*/ /**/

.no-btm-mrgn {
    margin-bottom: 0;
}

/*section.content-sc .whit-bkg{width: 100% !important; float: left; max-width: 100%; flex: none !important;}
section.content-sc.ng-hide .whit-bkg{width: 83.333333% !important; float: left; max-width: 83.333333%; flex: 0 0 83.333333% !important;}*/

.tb-hldr .tab-content:after {
    left: 66px;
    top: -1px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #ddd;
    position: absolute;
    content: '';
}

.full-width .toggle-hdr-menu {
    margin-left: -100%;
    position: absolute;
}

.full-width .whit-bkg {
    width: 100% !important;
    float: left;
    max-width: 100%;
    flex: none !important;
}

.toggle-hdr-menu {
    transition: all .5s;
    overflow-y: auto;
    overflow-x:hidden;
}

.whit-bkg { /*transition: all .5s;*/
}

#topcontrol {
    right: 4px;
    bottom: 2px;
    width: 30px;
    height: 30px;
    background: #68dff0;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}

.edit-options {
    display: none;
    cursor: pointer;
}

.pg-nme {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 15px;
}

    .pg-nme:before {
        position: absolute;
        left: 0;
        bottom: -5px; /*width: 120px;*/
        height: 1px;
        background: rgba(0,0,0,0.1);
        content: '';
        width: 100%;
    }

    .pg-nme:after {
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 20px;
        height: 4px;
        /*background: #00a2ff;*/
        background: var(--blue_color);
        content: '';
    }

h1.pg-nme small {
    /*color: #00a2ff;*/
    color:var(--blue_color);
    font-size: 70%;
}

.flex-footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0 10px;
    width: 100%;
    background: #fff;
}

   

/*----------------dashboard-------------*/
.blue {
    color: #0087cb;
}

.green {
    color: #289b00;
}

.black {
    color: #000;
}

.red {
    color: #db4b4b;
}

.txt-center {
    text-align: center;
}

ul.mn-nav li a.active {
    border: 1px solid #03a4ff;
}

ul.mn-nav li a {
    border: 1px solid transparent;
}


/**/
.mn-nav-area ul.nav-tabs li.active a span {
    /*border: 1px solid #03a4ff;*/
    border: 1px solid var(--blue_color);
}

.mn-nav-area ul.nav-tabs li a span {
    border: 1px solid transparent;
}

/**/
.tp-nav-rw .tb-hldr {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
/*.tp-nav-rw .responsive-tabs-container .tab-content {border-top: none !important;}*/
.tp-nav-rw .responsive-tabs-container .tab-content {
}

.tp-nav-rw .tab-content::after {
    display: none;
}

.nav-tabs {
    border-bottom: none !important;
}
/*.panel-heading-icon {
    height: 135px;
}*/




.panel-dashbord {
    
}

.panel-dashbord .panel-heading-icon{
    display: flex;
    flex-direction: row;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 8px;
}


span.dash_refresh {
    color: #00a2ff;
    font-weight: 200;
    cursor: pointer;
    padding: 0 5px;
}

.panel-dashbord .panel-heading-icon h4 {
    padding:5px 15px;
    font-size: 14px;
}
.panel-dashbord .panel-heading-icon h4 a {
    font-size:14px;
}

span.dash_refresh {
    color: #00a2ff;
    font-weight: 200;
    cursor: pointer;
    padding: 0 5px;
}
img.first-image {
    /*margin: 0 auto;*/
    float: none;
    /* display: table; */
    max-height: 50px;
    justify-content: center;
    align-items: center;
}

.panel-dashbord .panel-body > div {
    height:100%;
}
.panel-dashbord .panel-body .table-responsive {
    border: 1px solid #d4d4d4;
    /*height: 100%;*/
}
.panel-dashbord .panel-body .table-responsive .table {
    margin-bottom:0;
}
.panel-dashbord .panel-body .table-responsive .table td, .panel-dashbord .panel-body .table-responsive .table th {
        padding: 4px;
        border-top: 0;
        border-bottom: 0;
}
.panel-dashbord .panel-body .table-responsive .table td:last-child, .panel-dashbord .panel-body .table-responsive .table th:last-child {
    border:none;
}
.panel-dashbord .table-bordered thead td, .panel-dashbord .table-bordered thead th {
    border-bottom-width: 1px;
    background-color: #f3f3f3;
    border-bottom:1px solid #dee2e6;
}

.panel-dashbord .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(253, 253, 253);
}
.panel-dashbord .table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(243, 243, 243);
}
.panel-dashbord .table-hover tbody tr:hover {
    background-color:#d5eaee;
}



.hour-area {
    background-color: #cce5ff;
    padding: 2px 4px;
    margin-bottom: 8px;
}

.hour-area label {
    color: #014286;
    margin-bottom: 0;
}




.dashboard-each-box {
    margin: 0;
    padding: 20px;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: -webkit-box-shadow: 0px 0px 8px 4px rgba(239,239,239,1);
    -moz-box-shadow: 0px 0px 8px 4px rgba(239,239,239,1);
    box-shadow: 0px 0px 8px 4px rgba(239,239,239,1);
    min-height: 260px;
}



ul.attendance {
    margin: 3px auto 0;
    padding: 0;
    float: none;
    display: table;
}

    ul.attendance li {
        margin: 0;
        padding: 0 14px 0;
        float: left;
        list-style: none;
        font-weight: 400;
        font-size: 13px;
        color: #757879;
    }

        ul.attendance li:first-child {
            color: #000;
        }

.gapping {
    padding: 10px 0 14px 0;
}

ul.leave {
    margin: 3px auto 0;
    padding: 0;
    float: none;
    display: table;
}

    ul.leave li {
        margin: 0;
        padding: 0 0 0 62px;
        float: left;
        list-style: none;
        font-weight: 400;
        font-size: 13px;
        color: #757879;
    }

.gapping-new {
    padding: 0 0 0 48px !important;
}

.button-link {
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

button:focus {
    outline: none !important;
}

a.apply-btn {
    margin: 0 auto;
    float: none;
    display: table;
    border: 1px solid #0087cb;
    font-weight: 400;
    font-size: 13px;
    color: #0087cb;
    padding: 0;
    transition: ease-in-out 1s;
    padding: 6px 19px;
}

    a.apply-btn:hover {
        color: #000;
    }

.checkbox-listing {
    margin: 0 auto;
    float: none; /*width: 48%;*/
    padding: 0;
    display: table;
}

input[type="checkbox"] {
    float: left;
    margin: 7px 6px 0 0;
}

label {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #757879; /*float: left;*/
    display: block;
}

.spacing {
    padding-top: 15px;
    padding-bottom: 20px;
}

.dashboard-each-box .panel-body {
    height: 350px;
    overflow: auto;
    margin-bottom: 10px;
}
/*.dashboard-each-box img.first-image {
width:10%;
}*/

ul.document {
    margin: 3px auto 0;
    padding: 0;
    float: none;
    width: 80%;
}

    ul.document li {
        margin: 0;
        padding: 0 0 0 62px;
        float: left;
        list-style: none;
        font-weight: 400;
        font-size: 13px;
        color: #757879;
    }

ul.leave li.gapping-one {
    padding: 0 0 0 34px;
}

ul.leave li.gapping-two {
    padding: 0 0 0 39px;
}

ul.pending {
    margin: 3px auto 0;
    padding: 0;
    float: none;
    display: table;
    width: 100%;
}

    ul.pending li {
        margin: 0;
        padding: 0 0 0 62px;
        float: left;
        list-style: none;
        font-weight: 400;
        font-size: 13px;
        color: #757879;
    }

        ul.pending li.gapping-one {
            padding: 0 0 0 35px;
        }

        ul.pending li.gapping-two {
            padding: 0 0 0 40px;
        }

p.loan a {
    font-weight: 400;
    font-size: 13px;
    color: #757879;
    margin: 0 auto;
    float: none;
    display: table;
    text-decoration: underline;
    transition: ease-in-out 1s;
}

    p.loan a:hover {
        color: #289b00;
    }

ul.document li.special-gapping {
    padding: 0 0 0 42px;
}

.loan {
    font-size: 13px;
    color: #757879;
    padding: 0 0 4px 0;
}

h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
}

    h4 a:hover {
        text-decoration: underline;
    }

.brdr-none {
    border: none;
}

.nav-tabs {
    position: relative;
}
/*.nav-tabs:after{position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.1); content: ''; height: 1px; width: 100%;}*/


.form-check input[type="checkbox"] {
    margin: 3px 6px 0 0;
}

.form-check label.form-check-label {
    margin-left: 25px;
}

/*.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #d8dadc;
}*/
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label:hover {
    cursor:not-allowed;
}

.custom-control-label::before {
    position: absolute;
    top: 2px;
    left: 0px;
    display: block;
    width: 15px;
    height: 15px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid var(--blue_color);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--blue_color);
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--blue_color);
}

.custom-control-label::after {
    position: absolute;
    top: -2px;
    left: -4px;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}



/*attendance area*/

 .attendance-area {
    }

    .attendance_in_out_dtls {
    }

    .attendance_in_out_btn {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .attendance_in_dtls, .attendance_out_dtls {
        background-color: #f9f9f9;
        padding: 10px;
        margin-bottom: 5px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .attendance_in_dtls {
    }

    .attendance_out_dtls {
        text-align: right;
    }

    .attendance_in_dtls p.punch-dtls-hd {
        color: #55ce63;
    }

    .attendance_out_dtls p.punch-dtls-hd {
        color: #ff9b44;
    }

    p.punch-dtls-hd {
        padding-bottom: 4px;
    }

    p.punch-dtls-bdy {
        padding-bottom: 0;
        color: #8e8e8e;
    }

    .btn.punch-in-btn {
        padding: 8px 20px;
        min-width: 130px;
        border-radius: 20px;
        border-color: #55ce63;
        color: #25a734;
        font-weight: 600;
        transition: all .5s;
        line-height: 15px;
    }

    .btn.punch-out-btn {
        padding: 8px 20px;
        min-width: 130px;
        border-radius: 20px;
        border-color: #ff9b44;
        color: #e06800;
        font-weight: 600;
        transition: all .5s;
        line-height: 15px;
    }

    .btn.punch-in-btn:hover, .btn.punch-in-btn:focus {
        background-color: #55ce63 !important;
        color: #fff !important;
    }

    .btn.punch-out-btn:hover, .btn.punch-out-btn:focus {
        background-color: #ff9b44 !important;
        color: #fff !important;
    }

    .time-dgtl {
        display: flex;
        justify-content: center;
        margin-top:20px;
    }

    .time-dgtl .clock-dgtl {
        display: flex;
        justify-content: center;
        border-radius: 50%;
        background-color: #f9f9f9;
        border: 5px solid #eee;
        width: 130px;
        height: 130px;
        align-items: center;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }


@media (max-width: 767px) {

    .attendance_in_out_btn {
        flex-direction: column;
    }
    .btn.punch-in-btn {
        margin-bottom:10px;

    }





}








/*attendance area end*/








/*dashboard end*/



















.menu-btn_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.menu-btn_search, .menu-comp {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    display: flex;
}
.menu-comp h4.comName {
    font-size:14px;
    padding:0;
    text-decoration:underline;
}

.menu-comp h4.comName span {
    font-size:12px;
    font-weight:normal;
    /*color: #04a3ff;*/
    color: var(--blue_color);
    text-decoration: underline;
}


.menu-btn_noti-itms {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}




/*menu search*/


.menu-search {
    padding: 4px;
    /* background-color: #ccc; */
   
}

.search-area {
 position: relative;
}

.menu-search .form-control {
    border-radius: 3px;
    border: 2px solid rgba(0,0,0,0.1);
    box-shadow: none;
}
.menu-search.has-feedback .close {
    display:none;
}

.menu-search.has-feedback i.form-control-feedback {
    position:absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 11px;
    color: var(--blue_color);
}
.menu-search.has-feedback .close {
    position:absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    padding: 6px 10px;
    color: #c30000;
}
.menu-search.has-feedback.searchactive .close {
    display:block;
}

.menu-search.has-feedback.searchactive i.form-control-feedback {
    display:none;
}

/*menu search*/













.menu-comp .dropdown.open ul.dropdown-menu {
     width:100%;
     padding:0;
     margin-top: 10px;
     max-height: 300px;
     overflow-y: auto;
}
.menu-comp .dropdown.open ul.dropdown-menu li {
     padding: 12px 8px;
     border-bottom: 1px solid #e8e8e8;
}
.menu-comp .dropdown.open ul.dropdown-menu li:hover {
    background-color: #ececec;
}

.menu-comp .dropdown.open ul.dropdown-menu li a {
        color: #717171;
}



a.c-logo {
    display: inline-block;
    margin-top: 0px;
}

a.c-logo img {
    max-height: 42px;
    /*min-height: 44px;*/
}

footer .flex-footer img.cmp-logo {
    max-height: 30px;
}

.flex-footer p {
}

.flex-footer .container-fluid .row {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
}
.menu-list h4.panel-title {
    text-align: left;
}

.menu-list li.showspan {
    text-align: left;
}

.menu-list > li, .slide_nav_sub li {
    list-style-type: none;
}

.form-group .freeToClick {
    position: absolute;
    bottom: 9px;
    right: 16px;
    cursor: pointer;
    transition: all .5s;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    color: #868686 !important;
}

    .form-group .freeToClick:hover {
        background-color: #ccc;
        color: #fff !important;
    }


/*Template Loading*/

.template_loading {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999;
}

span.template_loading_area {
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
}

.template_loading span div {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #20aafb;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.template_loading .template_loading_bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.template_loading .template_loading_bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*Template Loading*/

/*Larg Loader*/

.loading_lrg {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

span.loading_lrg_area {
    width: 115px;
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -57px;*/
}

.loading_lrg span div {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    /*background-color: #20aafb;*/
    background-color: var(--blue_color);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading_lrg .loading_lrg_bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading_lrg .loading_lrg_bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*Larg Loader*/
/*gen_progress Loader*/

.gen_progress {
	width: 300px;
	margin: 20px auto 0;
}
.gen_progress .progress {
    height: 20px;
    font-size: 13px;
}

/*gen_progress Loader*/



/*progress Loader 2*/

        .loader-circle-wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -75px;
            margin-left: -75px;
            width: 150px;
            height: 150px;
            background: #e6e2e7;
            border-radius: 50%;
        }

        .loader-circle-wrap .loader-circle .mask,
        .loader-circle-wrap .loader-circle .fill {
            width: 150px;
            height: 150px;
            position: absolute;
            border-radius: 50%;
        }

        .loader-circle-wrap .loader-circle .mask {
            clip: rect(-1px, 150px, 150px, 75px);
        }

        .loader-circle-wrap .loader-circle .mask .fill {
            clip: rect(-1px, 75px, 150px, 0px);
            background-color: #00a2ff;
        }

        .loader-circle-wrap .loader-circle .mask.full,
        .loader-circle-wrap .loader-circle .fill {
            animation: fill ease-in-out 5s;
            transform: rotate(180deg);
        }

        @keyframes fill {
          0% {
            transform: rotate(0deg);
          }
          100% {
            transform: rotate(180deg);
          }
        }

        .loader-circle-wrap .inside-circle {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background: #fff;
            line-height: 130px;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            position: absolute;
            z-index: 100;
            font-weight: 700;
            font-size: 2em;
        }

        @media (max-width: 767px) {
            .loader-circle-wrap .loader-circle .mask {
                clip: rect(0px, 100px, 100px, 50px);
            }

            .loader-circle-wrap .loader-circle .mask .fill {
                clip: rect(0, 50px, 100px, 0px);
                background-color: #00a2ff;
            }
            .loader-circle-wrap {
                width: 100px;
                height: 100px;
            }

            .loader-circle-wrap .loader-circle .mask,
            .loader-circle-wrap .loader-circle .fill {
                width: 100px;
                height: 100px;
            }

            .loader-circle-wrap .inside-circle {
                width: 84px;
                height: 84px;
                line-height: 84px;
                text-align: center;
                margin-top: 8px;
                margin-left: 8px;
                font-size: 1em;
            }
            .loader-circle-wrap {
                margin-top: -50px;
                margin-left: -50px;
            }


        }

/*progress Loader 2*/




/*Calender*/

/* CALENDER */

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu {
    padding: 5px;
    max-width: 365px;
}


input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu li:last-child button, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu li:last-child button, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu li:last-child button {
    padding: 4px 15px;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table {
    outline: none;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th .btn-default, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th .btn-default, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table thead tr th .btn-default {
    background-color: #fff;
    height: 30px;
    color: #000 !important;
    text-shadow: none;
    /*min-width: unset;*/
    width: 100%;
    padding: 4px;
    margin-left: 0 !important;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th .btn, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th .btn, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table thead tr th .btn {
    margin: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 16px;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th .btn-default:hover, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th .btn-default:hover, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table thead tr th .btn-default:hover {
    /*background-color: #0493d4 !important;*/
    background-color: var(--blue_color) !important;
}


input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr:last-child th small, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr:last-child th small, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table thead tr:last-child th small {
    font-size: 100%;
    color: #3f3f3f;
    padding: 5px;
    display: block;
    background-color: #fff;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table .text-muted, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table .text-muted, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table .text-muted {
    color: #c4cbe0;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td, input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table thead tr th, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table thead tr th {
    /*max-width:45px;*/
    padding:0;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default {
    /*color: #0493d4 !important;*/
    color: var(--blue_color) !important;
    font-weight: 400;
    border-radius: 0;
    margin: 0;
    padding: 4px 12px;
    margin-left: 0 !important;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default .text-info, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default .text-info, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default .text-info {
    color: var(--blue_color);
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default:hover, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default:hover {
    color: #319065 !important;
    background-color: #fff !important;
    font-weight: 500;
    border: 1px solid #ccc;
}


input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td > .btn-info.active, input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td > .btn-default.active, input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default.active .text-info,
 .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td > .btn-info.active, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td > .btn-default.active, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default.active .text-info,
 .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td > .btn-info.active, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td > .btn-default.active, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default.active .text-info
 {
    color: #fff !important;
    /*background-color: #03a9f4 !important;*/
    background-color: var(--blue_color) !important;
    font-weight: 700;
    text-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.calenderBox + ul.dropdown-menu {
        left: unset !important;
        right: 15px !important;
        padding: 2px 2px 10px;
    }*/




/* CALENDER */


/*----------------ui-grid start---------------------------*/
/*.ui-grid-pager-panel {
    font-size:13px;
}*/
.dx-widget {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
}

.ui-grid-row .btn {
    padding: 2px .75rem;
    font-size: 13px;
    margin: 0;
    border: none;
}
.ui-grid-pinned-container-left .ui-grid-render-container-left .ui-grid-viewport {
    background-color: #f3f3f3;
}
.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell {
    background-color: #e5f2fa;
}


.ui-grid-cell select.form-control, .ui-grid-cell input.form-control {
	height: 25px !important;
	border: 1px solid #ced4da !important;
	padding: 0;
	line-height: 13px !important;
}

.ui-grid-cell .input-group-addon {
	position: absolute;
	right: 1px;
	top: 2px;
	z-index: 9;
	background: #ffffff;
	padding: 1px 4px;
}

.ui-grid-cell-focus {
    background-color: #e5f2fa;
}

.ui-grid-column-menu-button-last-col {
    margin-right: 0 !important;
}

div.ui-grid-cell input {
    border: none;
    height: 25px;
    margin: 0;
    cursor: pointer;
}

.ui-grid-footer-info {
    padding-left: 10px;
    padding-top: 3px;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: middle;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number abbr[title]{
    text-decoration: none;
    font-size: 19px;
}

.ui-grid abbr[data-original-title], .ui-grid abbr[title] {
    text-decoration: none;
}

.ui-grid-cell .btn-default{
    background: transparent;
    margin-left:0 !important;
    width:100%;
}

.ui-grid-row .ui-grid-cell:first-child {
    /*text-align:center;*/
}

.ui-grid-pager-control, .ui-grid-pager-row-count-picker {
    margin-top: 2px;
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    text-transform: capitalize;
    /*font-size:13px;*/
}

.ui-grid-pager-control input, .ui-grid-pager-row-count-picker select {
        height: 25px;
        margin: 0;
}

.ui-grid-header-cell .ui-grid-cell-contents {
  /*white-space: normal;*/
  
}
.ui-grid-cell-contents {
    line-height: 13px;
    /*font-size:13px;*/
}

.ui-grid-header-cell .ui-grid-selection-row-header-buttons {
    opacity: .1;
}
.ui-grid-header-cell .ui-grid-selection-row-header-buttons.ui-grid-all-selected {
    opacity: 1;
}

.ui-grid-selection-row-header-buttons {
    opacity: 0;
}

.ui-grid-scrollbar-placeholder {
    background-color: #f3f3f3;
}

.ui-grid-filter-container {
    padding: 2px 5px;
}

.ui-grid-cell input[type="checkbox"] {
    margin: 0 0 0 6px !important; /*07082019*/
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell, .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell {
    border-right-color: #d4d4d4 !important;
}

.ui-grid-top-panel {
    background: #f3f3f3;
}

.ui-grid-viewport {
    overflow-anchor: none;
}
.ui-grid-pager-row-count-picker select {
    padding: 2px 5px;    
    vertical-align:middle;
}

.ui-grid-render-container-body .ui-grid-viewport {
    width: auto !important;
}

.ui-grid-row, .ui-grid-cell, .ui-grid-cell .ui-grid-vertical-bar {
    height: 26px !important;
}

/*.ui-grid-row, .ui-grid-cell, .ui-grid-cell:first-child > div {
    text-align:center;
}*/

.dx-datagrid-headers .dx-texteditor-input, .dx-datagrid-rowsview .dx-texteditor-input {
    padding: 2px !important;
    min-height: 20px !important;
}



.ui-grid-render-container-left.ui-grid-render-container {
    /*background-color: #f0f0ee;
    padding-top: 35px;*/
}

.tab-pane .add-btn-grid {
    position: absolute;
    top: -42px;
    right: 15px;
    z-index: 99;
}

/*scrollbar*/
.dx-scrollable-native.dx-scrollable-both::-webkit-scrollbar, .dx-scrollable-native.dx-scrollable-both .dx-scrollable-container::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}
/*scrollbar*/

/*grid modal*/
/*.modal-content .modal-body {
    height:calc(100% - 131px);
}
.modal-content .gridholder, .modal-content .ui-grid {
    height:100% !important;
}*/
/*grid modal*/

/*18-08-2021*/
.ui-grid.entry_grid_no_scroll {
    height: inherit !important;
}

.ui-grid.entry_grid_no_scroll .ui-grid-render-container-body .ui-grid-viewport {
    height: inherit !important;
}













/*----------------ui-grid end---------------------------*/


/*Attendance Sheet Review*/


div.attend_sheet_cal {
    grid-area: content;
    padding: 10px; 
    background-color: #FCFBFC;
}

div.attend_sheet_cal .toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

div.attend_sheet_cal .calendar__week,
div.attend_sheet_cal .calendar__header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

div.attend_sheet_cal .calendar__week {
    grid-auto-rows: 135px;
    text-align: right;
}

div.attend_sheet_cal .calendar__header {
    grid-auto-rows: 50px;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f1f1f1;
}

div.attend_sheet_cal .calendar__day {
    padding: 5px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

div.attend_sheet_cal span.calendar-date {
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #8c8c8c;
}

div.attend_sheet_cal .calendar {
    background-color: white;
    border: 1px solid #e1e1e1;
}

div.attend_sheet_cal .calendar__header > div {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-right: 1px solid #ccc;
}
div.attend_sheet_cal .calendar__header > div:last-child {
    border-right:none;
}

div.attend_sheet_cal .calendar__day:last-child {
    border-right: none;
}

.attend_sheet_cal .form-control {
    border-radius: 0;
    border-right: 1px solid #ced4da;
    padding: 0px 2px;
    font-size: 11px;
}
.attend_sheet_cal .input-group > .input-group-prepend > .input-group-text {
    border-radius: 0;
    width: 25px;
    padding: 0 2px;
    font-size: 11px;
    background-color: #f9f9f9;
}

.attend_sheet_cal .input-group > .input-group-prepend > .input-group-text.in-time {
        color:  green;
}
.attend_sheet_cal .input-group > .input-group-prepend > .input-group-text.out-time {
        color: red;
}

.calendardisabled
{
    background: rgba(241, 235, 235, 0.2);
    color:#ccc;
}

.calendarabsent
{
    color:red
}

.calendarfull
{
     color:green;
}
.calendarchange{
    font-weight:bold;
}
.present
{
    color:#39ac34;
}

.absent
{
    color: #ed1a2e;
}


.weekoffday
{
    color: red !important;
   
}

.leavehistory {
min-width:900px;
}

.leavebttn .btn {
margin:10px;
}

.leaveborder {
border:1px solid #ddd;
}












/*Attendance Sheet Review*/

/*Tree css start*/


.activemenubar {
    background-color: #ececec;
}

a.menubox {
    margin-left: 8px;
    background-color: #FFF;
    font-size: 15px;
}






.showspan {
    display: block;
}

.SecurityRightGrouping .showspan {
    display: inline-block;
}

.SecurityRightGrouping .paddingls {
    padding-left: 5px !important;
    list-style-type: none !important;
}

/*li.nav-item:hover {
    background-color: #f9f9f9;
}*/
.pushpin-nav-item:hover .pushpin {
    display: inline-block;
}

li.pushpin-nav-item {
    position: relative;
}

.pushpin {
    display: none;
    width: 22px;
    text-align: center;
    vertical-align: middle;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 8px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #e61515;
    background: url(../Images/push-pin1.png) no-repeat center center;
}

    .pushpin .icon-pin {
        font-weight: 600;
        font-size: 14px;
    }


#tree-root ul, #tree-root li {
    list-style: none;
}

#tree-root ul {
    margin: 0;
    padding: 0;
}




    #tree-root ul li {
        border-left: 1px solid #000;
    }

    /*1st level start*/
    #tree-root ul li {
        border-bottom: 0px solid #eee;
        padding: 0px 10px 0px 10px;
        position: relative;
    }



        #tree-root ul li a.menuitem {
            font-weight: 400;
            color: #000000;
        }


.paystree #tree-root ul li a.menuitem {
    font-weight: 600;
    color: #000000;
    /*font-size:15px;*/
}

#tree-root ul li:last-child {
    border-bottom: 0px solid #eee;
}

#tree-root ul li .tree-node-content {
    padding: 0px 0px;
}

.float-right.rightchkbox {
    display: flex;
}

    .float-right.rightchkbox span.rightchkbox-input input[type="checkbox"] {
        margin: 4px 0 3px 10px;
    }


/*1st level end*/


#tree-root ul li ul li {
    border-bottom: 0px solid #eee;
    padding: 0px 0px 0px 0px;
}


    /*2nd level start*/
    #tree-root ul li ul li ul li {
        border-bottom: 0px solid #eee;
        margin: 0px 0px 0px 10px;
    }

        #tree-root ul li ul li ul li a.menuitem {
            font-weight: 400;
            color: #555555;
        }

.paystree #tree-root ul li ul li ul li a.menuitem {
    font-weight: normal;
    color: #555555;
}

#tree-root ul li ul li ul li:last-child {
    border-bottom: 0px solid #eee;
}

#tree-root ul li ul li ul li .tree-node-content {
    padding: 0px 0px;
}

/*2nd level end*/


#tree-root ul li ul li ul li ul li {
    border-bottom: 0px solid #000;
    padding: 0px 0px 0px 0px;
}


    /*3rd level start*/




    #tree-root ul li ul li ul li ul li ul li {
        border-bottom: 0px solid #000;
        margin: 0px 0px 0px 0px;
    }




        #tree-root ul li ul li ul li ul li ul li a.menuitem {
            font-weight: 400;
            color: #555555;
        }

.paystree #tree-root ul li ul li ul li ul li ul li a.menuitem {
    font-weight: normal;
    color: #555555;
}

#tree-root ul li ul li ul li ul li ul li:last-child {
    border-bottom: 0px solid #eee;
}

#tree-root ul li ul li ul li ul li ul li.tree-node-content {
    padding: 0px 0px;
}
/*3rd level end*/




/*4th level start*/
#tree-root ul li ul li ul li ul li ul li ul li ul li {
    border-bottom: 0px solid #f00;
    margin: 0px 0px 0px 0px;
}

#tree-root ul li ul li ul li ul li ul li ul li a.menuitem {
    font-weight: 400;
    color: #555555;
}

#tree-root ul li ul li ul li ul li ul li ul li:last-child {
    border-bottom: 0px solid #eee;
}

#tree-root ul li ul li ul li ul li ul li ul li .tree-node-content {
    padding: 0px 0px;
}
/*4th level end*/

/*5th level start*/
#tree-root ul li ul li ul li ul li ul li ul li ul li ul li ul li {
    border-bottom: 0px solid #00f;
    margin: 0px 0px 0px 0px;
}

#tree-root ul li ul li ul li ul li ul li ul li ul li ul li a.menuitem {
    font-weight: 400;
    color: #555555;
}

#tree-root ul li ul li ul li ul li ul li ul li ul li ul li:last-child {
    border-bottom: 0px solid #eee;
}

#tree-root ul li ul li ul li ul li ul li ul li ul li ul li .tree-node-content {
    padding: 0px 0px;
}
/*5th level end*/

/*tree line css start*/


#tree-root ul li {
    border-left: 0px solid #aaa;
    background: none;
}


    /*tree line 1 level css start*/

    #tree-root ul li ul li {
        border-left: 1px solid #aaa;
        background: url(../Images/hrz-line.png) no-repeat;
    }

        /*tree line 1 level css end*/

        #tree-root ul li ul li ul li {
            border-left: 0px solid #aaa;
            background: none;
        }

            /*tree line 2 level css start*/
            #tree-root ul li ul li ul li ul li {
                border-left: 1px solid #aaa;
                margin-left: 4px;
                background: url(../Images/hrz-line.png) no-repeat;
                /*margin-top: 4px;
    margin-bottom: 4px;*/
            }
                /*tree line 2 level css end*/

                #tree-root ul li ul li ul li ul li ul li {
                    border-left: 0px solid #aaa;
                    background: none;
                }

                    #tree-root ul li ul li ul li ul li ul li .blockspan {
                        margin-left: -12px;
                    }


                    /*tree line 3 level css start*/

                    #tree-root ul li ul li ul li ul li ul li ul li {
                        border-left: 1px solid #aaa;
                        padding-left: 10px;
                        margin-left: 15px;
                        background: url(../Images/hrz-line.png) no-repeat 0 center;
                    }

                        /*tree line 3 level css end*/

                        #tree-root ul li ul li ul li ul li ul li ul li ul li {
                            border-left: 0px solid #aaa;
                            background: none;
                        }

                            #tree-root ul li ul li ul li ul li ul li ul li ul li .blockspan {
                                margin-left: -21px;
                            }


                            /*tree line 4 level css start*/

                            #tree-root ul li ul li ul li ul li ul li ul li ul li ul li {
                                border-left: 1px solid #aaa;
                                padding-left: 10px;
                                margin-left: 0px;
                                background: url(../Images/hrz-line.png) no-repeat;
                            }

/*tree line 4 level css end*/

.angular-ui-tree-node {
    /*line-height:14px;*/
}

/*tree line css end*/


.filtered-out .angular-ui-tree-handle {
    background-color: rgba(248, 250, 255, 0.3);
    border: 1px solid rgba(218, 226, 234, 0.3);
    color: rgba(124, 158, 178, 0.3);
}

.angular-ui-tree-node:not(.filtered-out) .ui-match {
    background: #ffdc0f;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/*Tree css end*/

/*Tree node css*/

.securitymenucontent .tree-node-content {
    display: flex;
}

.securitymenucontent .tree-node-content .showspanWrap {
    width: 30%;
}

.securitymenucontent .tree-node-content .showspanWrap span.menubox {
    margin-left: 8px;
}

.securitymenucontent .tree-node-content .table.table-security {
}

.securitymenucontent .tree-node-content .table.table-security:hover {
    background-color: #f7f7f7;
}

securitymenucontent .table-security {
    width: 70%!important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    border: 1px solid #ccc;
}

.securitymenucontent .tree-node-content .table.table-security tr td {
    padding: 4px;
}



.l_structure {
    height: calc(100% - 75px);
}

.l_structure .leftmenuholder {
    height: 100%;
}
.l_structure .leftmenuholder > div, .l_structure .leftmenuholder > div > div, .l_structure .sidemenuholder {
    height:100%;
}


.scrollme.paystree {
    height: 100%;
    /*overflow-y: auto !important;*/
    border: 1px solid #ccc;
    background-color: #fff;
}

.demogrid {
    height: calc(100% - 0px);
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 0 15px;
}






/*Tree node css*/

.sidemenuholder {
    /* margin-left: -8px;
    margin-right: -8px;
    background: #c6cddf; */
    border: 1px solid #ccc;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidemenuholder-btn {
    flex:1;
    overflow-y:auto;
}


.sidemenuholder .sub-btn {
    padding: 0.3em 1.5em;
    margin: 5px;
}
.sidemenuholder .btn_area {
    text-align:center;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}



    .sidemenuholder .panel-default > .panel-heading {
        padding: 6px 8px;
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .sidemenuholder .panel-default > .panel-heading h4.panel-title {
            padding: 0;
        }

            .sidemenuholder .panel-default > .panel-heading h4.panel-title a {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 15px;
                color: inherit;
            }

.sidemenutext {
    color: #555555;
    font-weight: 400;
    list-style: none;
    padding-left: 0px;
}


.sidemenutext .structure_icon {
    padding-right:10px;
}

    .sidemenutext li {
        padding:0;
    }

    .sidemenutext a {
        text-decoration: none;
        display: block;
        margin: 8px 4px;
        padding: 4px;
        border: 1px solid #c4c4c4;
        color: #5a5a5a;
        background-color: #fbfbfb;
        font-weight: 600;
    }

    .sidemenutext a:hover {
        color: #fff;
        background-color: #00a3ff;
    }




/*13062019*/

.header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 10px;
}


.modal-body {
}











/*inner page*/

.allsideborderdiv {
    /*border: 1px solid #ccc;*/
    padding: 5px;
}

p.headingpay {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: 600;
    background-color:#f1f1f1;
    margin-bottom: 10px;
}


.allsideborderdiv-head {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*Formulae for Pay Structure*/

.FormulaeTextArea {
    width: 100%;
    height: 250px;
    resize: none;
}

.formulaediv .panel-heading {
    padding: 5px 7px;
    background: #E8E8E8;
    color: #404040;
}

.formulaediv .leadheadingtext {
    color: #404040;
    font-size: 14px;
}

.formulaediv .panel-body {
    background: #fff;
}

.formulaediv .leadmenubar {
    border-bottom: 1px solid #eee;
    cursor: default;
}


.formulaediv .sidemenutext {
    background: #fbfbfb;
    border: 1px solid #eee;
}

.formulaediv .colordiv {
    background: #eee;
    padding: 3px 0px;
}



ul.dbmanager {
    margin:0;
    padding:0;
}

ul.dbmanager li {
    list-style-type:none;
    /*padding:10px;
    background-color:#f9f9f9;*/
    margin-bottom: 15px;
}

ul.dbmanager li:last-child {
    margin-bottom:0;
}


.dasb_columns {
    border:1px solid #ccc;
    padding:8px;
}




/*Formulae for Pay Structure*/


/*report page*/
.height100 {
    height: 100%;
}

.flex-body section.content-sc > .container-fluid > .row > div .container-fluid.body-content-area-report.height100 {
    height: calc(100% - 4px);
}

    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report .body-form-area-row,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div > div,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div > div > div,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div > div > div > div,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div > div > div > div > div,
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div > div > div > div > div > div {
        height: 100%;
    }


        .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 form.body-form-area-report fieldset > div > div > div > div > div > div.offerletter {
            height: auto;
        }


.custom-control.custom-checkbox-report-list {
    float: right;
    margin-top: 5px;
}

.repogrid {
    margin: 5px 0 0 0;
    /*height:440px;*/
}

.report-popup-tble .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 5px;
}

fieldset.fild-area-report {
    width: 100%;
}

.table-sec table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.table-sec td, .table-sec th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 6px;
}

.table-sec tr:nth-child(even) {
    background-color: #f8f8f8;
}


.report-popup {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.report-popup-box { /*border: 6px solid #057cfa; outline: 1px solid #000;*/
    overflow-y: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
}

.eport-popup-box-detl {
    border: 1px solid #adadad;
    /*border-top: none;*/
}

.report-popup-box.report-gen {
    border: 1px solid #adadad;
}

.report-popup-tble {
    height: calc(100% - 90px);
}

.title-pop {
    background: #ececec;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 10px;
    color:#272727;
    border-bottom:1px solid #adadad;
}

    .title-pop h4 {
        color: #272727;
        float: left;
        /*padding: 15px 0px;*/
        padding-bottom:0;
    }

.title-pop .title-pop-left, .title-pop .title-pop-center, .title-pop .title-pop-right {
    padding:8px;
}
.title-pop .title-pop-left p:last-child, .title-pop .title-pop-center p:last-child, .title-pop .title-pop-right p:last-child {
    padding-bottom:0;
}

.title-pop .title-pop-left p.small {
    font-size:12px;
}


    .title-pop .title-pop-left, .title-pop .title-pop-right {
        width:20%;
    }
.title-pop .title-pop-center{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: center;
    width: 60%;
}
.title-pop .title-pop-center p{
    display: block;
    width: 100%;
    text-align: center;

}

.title-pop .title-pop-right {
    text-align:right;
}








ul.popup-frm-itms {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    ul.popup-frm-itms li {
        margin: 0;
        padding: 3px 0;
        float: left;
        width: 100%;
        list-style: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        ul.popup-frm-itms li label {
            float: left;
            line-height: 30px;
            margin: 0;
        }

        ul.popup-frm-itms li input, ul.popup-frm-itms li select {
            float: right;
            max-width: 60%;
            max-height: 30px;
            line-height: 25px;
            padding: 0 5px;
        }

section#content-sc {
    position: relative;
}

.pop-lft-sc, .pop-midle-sc, .pop-right-sc {
    max-height: 300px;
    min-height: 250px;
    overflow-y: scroll;
    padding: 10px 15px;
}

.txt-with-bkg {
    background: #898a8c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
}

.design-sc-in-pop {
    padding: 5px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    float: left;
}

ul.btn-lst {
    float: right;
    padding: 5px;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
}

    ul.btn-lst li {
        float: left;
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none;
    }

.below-btn-sc {
    border-top: 1px solid #adadad;
}
/*.nrml-row{margin: 0; padding: 0; float: left; width: 100%;}*/
/*.report-popup-box .row{margin: 0;}
ul.pop-up-configre-lst{float: right; margin: 0;}
ul.pop-up-configre-lst li{float: left; display: inline; list-style: none; margin: 0 7px;}
ul.pop-up-configre-lst li .far, ul.pop-up-configre-lst li .fas{color: #fff;}*/

.report-head-btn {
    float: right;
    margin: 9px 0 9px 10px;
    background: #fff;
}

.repogrid {
    height: 100% !important;
}

/*report page*/



/*Module Manager*/

.modulefld td.width25 {
    width: 25px;
    padding: 10px 0;
    vertical-align: middle;
}

    .modulefld td.width25 .custom-control {
        padding-left: 10px;
    }

.modulefld .table {
    /*margin-bottom: 0;*/
    border: 1px solid #eee;
}

    .modulefld .table td, .modulefld .table th {
        border-top: none;
        padding: 4px;
    }

.modulefld .as-sortable-item-handle {
    font-size: 16px;
    padding: 4px;
}

.sectionwise-holder {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

h5.favourites-heading {
    background-color: #eee;
    padding: 2px 10px;
    font-size: 17px;
}

.favourites-heading .modul-lft-text-grup .sectionhandle, .favourites-heading .modul-lft-text-grup .sectionCaptionspan, .favourites-heading .modul-lft-text-grup .editoption, .favourites-heading .modul-lft-text-grup .edit-group {
    display: inline-block;
}

.favourites-heading .modul-lft-text-grup .edit-group {
    margin-left: 8px;
}

.favourites-heading .modul-lft-text-grup, .favourites-heading .modul-rgt-btn-grup {
    display: inline-block;
}

    .favourites-heading .modul-lft-text-grup .editoption {
        cursor: pointer;
        font-size: 15px;
        padding-left: 8px;
        /* border: 1px solid #ccc; */
        padding: 2px;
        border-radius: 3px;
        /* background-color: #00a2ff; */
        color: #007bff;
        margin-left: 8px;
    }

    .favourites-heading .modul-lft-text-grup .sectionCaptionspan {
        font-weight: 600;
        margin: 0 5px;
        font-size: 16px;
    }

.favourites-heading .modul-lft-text-grup {
    padding: 6px 0px;
}

    .favourites-heading .modul-lft-text-grup .sectionhandle {
        vertical-align: middle;
        font-size:18px;
    }

.favourites-heading .modul-rgt-text-grup {
    float: left;
}

.favourites-heading .modul-rgt-btn-grup {
    float: right;
}





/*Module Manager*/




/* ======= Crop Image ========= */


img-crop {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
img-crop canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
img-crop .loading {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
}
.cropArea {
    background: #fff;
    overflow: hidden;
    width:inherit;
    height:inherit;
}


/* ======= Crop Image ========= */






.knob_loader_area {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    margin-left: -75px;
	background: rgba(255, 255, 255, 0.80);
    border-radius: 50%;
}




/*Dynamic Responsive tabset*/


.tab-accordion-header, .tab-accordion-header.active {
    display: none;
}

@media (max-width: 767px) {

    .whit-bkg {
        overflow-y: inherit;
    }

    ul.hdr-rt-itms li a.hdr-rt-itms-icon {
        font-size: 24px;
    }

        ul.hdr-rt-itms li a.hdr-rt-itms-icon .hdr-rt-itms-icon-count {
            right: -2px;
        }

    .flex-body {
        flex: 1;
        overflow-y: inherit;
    }

    .tb-hldr .tab-content:after {
        display: none;
    }

    .tab_Ctrl_area .tab-content {
        padding: 0 !important;
        border: none !important;
        border-top: none !important;
        position: relative;
    }

    .tab-pane .add-btn-grid {
        position: unset;
    }

    .tab-in-head {
        display: none;
    }

    ul.nav-tabs {
        display: none;
    }

    .tab_Ctrl_area.tb-hldr {
        background-color: transparent;
        padding: 0;
        border: none;
    }

    .tab-content {
        border-top: 0px transparent none;
    }



    .tab-accordion-header {
        background-color: #fbfbfb;
        color: #212529;
        padding: 10px;
        width: 100%;
        margin: 5px 0;
        display: block;
        border: 1px solid #ccc;
        font-size: 15px;
        padding: 8px 7px;
        border-radius: 0;
        transition: all .35s;
    }


    .tab-accordion-header.active {
            display: block;
            background-color: #f5f5f5;
            /*color: #00a3fd !important;*/
            color: var(--blue_color) !important;
            border: 1px solid #ccc;
            font-weight: 600;
            padding: 8px 7px;
            border-bottom: none;
            border-radius: 0;
            margin-bottom: 0;
        /*margin-bottom: 15px;*/
    }


    /*.tab-accordion-header.active:after {
        left: 24px;
        top: 40px;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 10px solid #ccc;
        position: absolute;
        content: '';
    }*/


    .tab_Ctrl_area .tab-content > .tab-pane.active {
            display: block;
            margin: 0;
            background-color: rgba(248, 248, 248, 0.50);
            padding: 8px 0;
            border: 1px solid #ccc;
    }

    .mn-nav-area .tab-accordion-header, .mn-nav-area .tab-accordion-header.active {
        display: none;
    }



    .favourites-subholder .as-sortable-item, .as-sortable-placeholder {
        width: 110px;
    }


}

/*Dynamic Responsive tabset*/



/*------------MTP------------*/
.daily_exp .has-error {
		border-color: #ff1700 !important;
	}
	.daily_exp .input-group-append {
		margin-left: 0px;
	}

.fromto-area {
		position: relative;
	}

		.fromto-area .add-btn {
			position: absolute;
			right: 10px;
			top: 6px;
		}

	/*timeline*/
	.daily_exp_head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	ul.daily_exp.timeline {
		list-style-type: none;
		position: relative;
		width: 100%;
	}

		ul.daily_exp.timeline:before {
			content: ' ';
			background: #d4d9df;
			display: inline-block;
			position: absolute;
			left: 29px;
			top: 20px;
			width: 2px;
			height: 100%;
			z-index: 400;
		}

		ul.daily_exp.timeline > li {
			margin: 20px 0;
			padding-left: 20px;
		}

			ul.daily_exp.timeline > li:before {
				content: ' ';
				background: white;
				display: inline-block;
				position: absolute;
				border-radius: 50%;
				border: 3px solid #00a2ff;
				left: 20px;
				width: 20px;
				height: 20px;
				z-index: 400;
			}


	/*daily expense*/
	.daily_exp .border-card {
		background: #fff;
		margin-bottom: 15px;
		margin-top: 15px;
		display: flex;
		align-items: center;
		font-size: 14px;
		padding: 12px 16px;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid #eaeaea;
		box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
		transition: all 0.25s ease;
	}

		.daily_exp .border-card:hover {
			-webkit-transform: translateY(-1px);
			transform: translateY(-1px);
			box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
		}

		.daily_exp .border-card.over {
			background: rgba(70, 222, 151, 0.15);
			padding-top: 24px;
			padding-bottom: 24px;
			border: 2px solid #47DE97;
			box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0), 0 5px 10px 0 rgba(0, 0, 0, 0);
		}

			.daily_exp .border-card.over .card-type-icon {
				color: #47DE97 !important;
			}

			.daily_exp .border-card.over p {
				color: #47DE97 !important;
			}

	.daily_exp .content-wrapper {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		white-space: nowrap;
        overflow-y:hidden;
		overflow-x: auto;
		transition: all 0.25s ease;
	}

	.daily_exp .min-gap {
		flex: 0 0 40px;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.daily_exp .card-type-icon {
		flex-shrink: 0;
		margin-right: 16px;
		font-weight: 400;
		color: #323232;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		transition: all 0.25s ease;
	}

		.daily_exp .card-type-icon.with-border {
			color: #aeaeae;
			border: 1px solid #eaeaea;
		}

		.daily_exp .card-type-icon i {
			line-height: 40px;
		}

	.daily_exp .label-group p.title {
		color: #323232;
		font-weight: 600;
	}

	.daily_exp .label-group p.daily_label {
		font-weight: 500;
		color: #aeaeae;
	}

	.daily_exp .daily_ex_amnt {
		font-weight: 600;
		font-size: 16px;
		color: #00a2ff;
		display: flex;
		align-items: center;
	}

		.daily_exp .daily_ex_amnt i {
			margin-right: 6px;
		}

	.daily_exp .daily_exp_date {
		font-size: 15px;
	}



	.daily_exp.daily_exp_travel .content-wrapper {
		justify-content: space-between;
	}

	.label-group {
		min-width: 100px;
		margin:0 10px;
	}
/*------------------------*/


/*-------------responsive---------------*/


@media screen and (min-width : 1024px) and (max-width :1280px) {
     .modal-dialog {
        max-width: 65%;
     }

     .toggle-hdr-menu {
        max-width: 30% !important;
        flex: 0 0 30% !important;
     }

     .toggle-hdr-menu ~ .whit-bkg {
        max-width: 70% !important;
        flex: 0 0 70% !important;
     }

.content-sc.full-width .toggle-hdr-menu {
        max-width: 0% !important;
        flex: 0 0 0% !important;
     }
     .content-sc.full-width .toggle-hdr-menu ~ .whit-bkg {
        max-width: 100% !important;
        flex: 0 0 100% !important;
     }
    .main_nav {
         overflow-y: inherit; 
    }

}


@media screen and (min-width : 1101px) and (max-width :1200px) {

    /*.main-area {width:1060px; margin:0 auto; padding:0;}*/
    ul.attendance li {
        padding: 0 4px 0;
        font-size: 13px;
    }

    ul.pending li {
        padding: 0 0 0 16px;
    }

        ul.pending li.gapping-one {
            padding: 0 0 0 12px;
        }

        ul.pending li.gapping-two {
            padding: 0 0 0 20px;
        }


    ul.sub-menu {
        padding-left: 8px;
    }

    ul.lft-nv li a i {
        right: 1px;
    }

    ul.sub-menu li a.sub-nav-link {
        padding: 5px 15px 5px 5px;
    }
}

@media screen and (min-width : 970px) and (max-width :1100px) {

    /*.main-area {width:950px; margin:0 auto; padding:0;}*/

    ul.attendance li {
        padding: 0 1px 0;
        font-size: 11px;
    }

    ul.leave li {
        padding: 0 0 0 49px;
    }

    .gapping-new {
        padding: 0 0 0 22px !important;
    }

    ul.leave li {
        padding: 0 0 0 33px;
    }

        ul.leave li.gapping-one {
            padding: 0 0 0 6px;
        }

        ul.leave li.gapping-two {
            padding: 0 0 0 15px;
        }

    ul.pending li {
        padding: 0 0 0 5px;
        font-size: 12px;
    }

        ul.pending li.gapping-one {
            padding: 0 0 0 6px;
        }

        ul.pending li.gapping-two {
            padding: 0 0 0 12px;
        }

    ul.sub-menu {
        padding-left: 8px;
    }

    ul.lft-nv li a i {
        right: 1px;
    }

    ul.sub-menu li a.sub-nav-link {
        padding: 5px 15px 5px 5px;
    }
}

@media screen and (min-width : 768px) and (max-width : 970px) {

    /*.main-area {width:748px; margin:0 auto; padding:0;}*/


    /*Bootstrap*/
    .modal-dialog {
        max-width: 70%;
    }

    /*Bootstrap*/
    h1.pg-nme {
        font-size: 1.5em;
    }

    ul.attendance {
        width: 63%;
    }

        ul.attendance li {
            padding: 0 8px 0;
            font-size: 11px;
        }

    ul.leave li {
        margin: 0;
        padding: 0 0 0 14px;
    }

    .gapping-new {
        padding: 0 0 0 8px !important;
    }

    ul.leave li.gapping-two {
        padding: 0 0 0 9px;
    }

    ul.leave li.gapping-one {
        padding: 0 0 0 4px;
    }

    ul.pending li {
        margin: 0;
        padding: 0 0 0 5px;
        font-size: 10px;
    }

        ul.pending li.gapping-one {
            padding: 0 0 0 145px;
        }

        ul.pending li.gapping-two {
            padding: 0 0 0 146px;
        }

    ul.lft-nv li a i {
        bottom: 3px;
        right: 0;
        left: 0;
        top: initial;
    }

    ul.lft-nv li a {
        padding-left: 4px;
        padding-right: 4px;
    }

        ul.lft-nv li a[aria-expanded="false"] i {
            transform: rotate(0deg);
        }

    ul.sub-menu li a i {
        left: initial;
        top: 10px;
        right: 5px;
    }

    ul.sub-menu {
        padding-left: 0;
    }

    .mn-nav-area ul.nav-tabs {
        padding: 12px 0;
    }

        .mn-nav-area ul.nav-tabs li {
            margin: 0 .5em;
            font-size: 1em;
        }

            .mn-nav-area ul.nav-tabs li a {
                padding-top: 4px;
            }

    .spacing {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .mn-nav-area ul.nav-tabs li a {
        border: none !important;
    }

    ul.popup-frm-itms li input, ul.popup-frm-itms li select, .custom-control {
        max-width: 100%;
    }

    ul.popup-frm-itms li {
        border-bottom: none;
    }

    .report-popup {
        width: 100%;
    }

    ul.sub-menu {
        padding-left: 8px;
    }

    ul.lft-nv li a i {
        right: 1px;
    }

    ul.sub-menu li a.sub-nav-link {
        padding: 5px 15px 5px 5px;
    }


    .mn-nav-area ul.nav-tabs li a span {
            background-position: 14px 1px !important;
    }

    .mn-nav-area ul.nav-tabs li a span:hover {
        background-position: 14px -54px !important;
    }

    /*a.c-logo img {
        max-height: unset;
        min-height: unset;
        max-width: 100%;
        margin-top: 5px;
    }*/








}

/*for tab*/


@media screen and (min-width : 576px) and (max-width: 768px) {

    .toggle-hdr-menu {
        max-width: 30% !important;
        flex: 0 0 30% !important;
    }
    .full-width .toggle-hdr-menu ~ .whit-bkg {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

     .menu-comp .btn-group {
         display:none;
    }


    .toggle-hdr-menu ~ .whit-bkg {
        max-width: 70% !important;
        flex: 0 0 70% !important;
    }

    .toggle-hdr-menu ~ .whit-bkg {
        max-width: 70% !important;
        flex: 0 0 70% !important;
    }

    .menu-comp h4.comName {
        font-size: 10px;
    }

    .mn-nav-area ul.nav-tabs li.active a span:hover, .mn-nav-area ul.nav-tabs li.active a span {
        background-position: 8px -53px !important;
    }


    .mn-nav-area ul.nav-tabs li a span {
            background-position: 14px 2px !important;
    }


}


/*for tab*/



@media screen and (min-width : 640px) and (max-width: 767px) {

    /*.main-area {width:620px; margin:0 auto; padding:0;}*/

        




    /*Bootstrap*/

    .modal-dialog {
        max-width: 80%;
        margin: .5rem auto;
    }


    /*Bootstrap*/
    .mn-nav-area ul.nav-tabs {
        display: flex;
        justify-content: center;
    }

    ul.lft-nv li a i {
        bottom: 3px;
        right: 0;
        left: 0;
        top: initial;
    }

    ul.lft-nv li a {
        padding-left: 4px;
        padding-right: 25px;
    }

        ul.lft-nv li a[aria-expanded="false"] i {
            transform: rotate(0deg);
        }

    ul.sub-menu li a i {
        left: initial;
        top: 10px;
        right: 5px;
    }

    ul.sub-menu {
        padding-left: 0;
    }

    .mn-nav-area ul.nav-tabs {
        padding: 0;
    }

        .mn-nav-area ul.nav-tabs li {
            margin: 0 .5em;
            font-size: 1em;
        }

            .mn-nav-area ul.nav-tabs li a {
                padding-top: 4px;
            }

    .spacing {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .dashboard-each-box {
        min-height: 1px;
        padding: 20px;
    }

    .mn-nav-area ul.nav-tabs li a, .mn-nav-area ul.nav-tabs li a:focus {
        padding: 4px 8px 4px 25px;
        background-position: 4px 6px !important;
    }

    .mn-nav-area ul.nav-tabs li {
        margin: 4px 0;
        display: inline-block;
    }

        .mn-nav-area ul.nav-tabs li a:hover {
            background-position: 3px -48px !important;
        }

        .mn-nav-area ul.nav-tabs li a {
            border: none !important;
        }

    ul.options-list {
        position: absolute;
        left: -110%;
        top: 0;
        width: 100%;
        transition: .04s;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0.1);
        transition-timing-function: ease-out;
        z-index: 9;
    }

        ul.options-list.open {
            position: relative;
            left: 0;
        }
}


@media screen and (max-width : 575px) {



    .mn-nav-area ul.nav-tabs {
        padding: 0;
        padding-bottom: 0;
    }
    .menu-comp {
        display:none;
    }
   
    
    .toggle-hdr-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99;
        width: 100%;
        background-color: rgba(123, 123, 123, .4);
        overflow:hidden;
    }

    a.menu-close {
        position: absolute;
        top: 0;
        padding: 6px 15px;
        font-size: 18px;
        z-index: 999;
        background-color: #f5f5f5;
        color: #000;
        display:block;
    }

    section.content-sc.full-width a.menu-close {
        /*display:none;*/
        /*opacity:0;*/
        left:-42px;
    }

    section.content-sc a.menu-close {
        /*display:block;
        opacity:1;*/
        left: 90%;
    }

    /*.flex-footer {
        text-align: center;
    }*/

   

     .toggle-hdr-icn {
        position: absolute;
        bottom: -42px;
        left: 18px;
        z-index:99;
    }

    .c-logo-area {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .toggle-hdr-icn a {
        display: block;
        padding: 0;
        line-height: 100%;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        padding-top: 8px;
    }


    .menu-btn_logo {
        display: block;
    }


    .flex-footer p {
        font-size: 10px;
    }





}


@media screen and (min-width : 480px) and (max-width: 639px) {

    /*.main-area {width:450px; margin:0 auto; padding:0;}*/

    /*Bootstrap*/
    .modal-dialog {
        max-width: 80%;
        margin: .5rem auto;
    }

    /*Bootstrap*/


    .mn-nav-area ul.nav-tabs {
        display: flex;
        justify-content: center;
    }

    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        padding: 10px 10px 28px !important;
    }

    .spacing-one {
        margin-bottom: 30px;
    }

    ul.options-list {
        position: absolute;
        left: -110%;
        top: 0;
        width: 100%;
        transition: .04s;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0.1);
        transition-timing-function: ease-out;
    }

    .mn-nav-area ul.nav-tabs {
        padding: 0;
        text-align: center;
        display: inherit;
    }

        .mn-nav-area ul.nav-tabs li {
            display: inline;
            margin: 0 4px;
            font-size: 1em;
            float: none;
            line-height: 2em;
        }

            .mn-nav-area ul.nav-tabs li a {
                padding: 4px 0 4px 36px;
            }

    ul.options-list {
        position: absolute;
        left: -110%;
        top: 0;
        width: 100%;
        transition: .04s;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0.1);
        transition-timing-function: ease-out;
        z-index: 9;
    }

        ul.options-list.open {
            position: relative;
            left: 0;
        }

    header .col-sm-5 {
        text-align: center;
    }

    header .row {
        position: relative;
    }

    /*.toggle-hdr-icn {
        position: absolute;
        left: 0;
        bottom: 0;
    }*/

    a.toggle-lft-pnl {
        float: left;
        z-index: 9;
        position: relative;
    }

    .edit-options {
        display: inline-block; /*transform: rotate(90deg);*/
        text-align: left;
        width: auto;
        background: #68dff0;
        padding: 5px 13px;
        margin: 0 0 12px -15px;
        color: #fff;
    }

    .opne {
        position: relative !important;
        left: 0 !important;
    }

    .pg-nme {
        text-align: center;
    }

    input.sub-btn {
        margin: 0 auto;
        padding: 6px 18px;
        font-size: 14px;
    }

    .txt-right {
        text-align: center;
    }

    a.accordion-link.active {
        color: #68dff0 !important;
    }

    .toggle-hdr-icn a {
        display: block;
        padding: 0;
        line-height: 100%;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        padding-top: 8px;
    }

    ul.hdr-rt-itms {
        margin: 0;
    }

    .tp-nav-rw {
        margin-bottom: 1em;
    }

    .mn-nav-area ul.nav-tabs {
        margin: 0 auto;
    }

    .pg-nme {
        margin-bottom: 15px;
    }

    .spacing {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .dashboard-each-box {
        min-height: 1px;
        padding: 20px;
    }

    ul.hdr-rt-itms li img {
        max-width: 20px;
    }

    ul.hdr-rt-itms li.usr-img img {
        max-width: 100%;
    }

    .mn-nav-area ul.nav-tabs li a span, .mn-nav-area ul.nav-tabs li a span:focus {
        padding: 4px 8px 4px 25px;
        background-position: 4px 6px !important;
    }

    .mn-nav-area ul.nav-tabs li {
        margin: 4px 0;
        display: inline-block;
    }

        .mn-nav-area ul.nav-tabs li a span:hover {
            background-position: 3px -48px !important;
        }

        .mn-nav-area ul.nav-tabs li a span {
            border: none !important;
        }

    /**/







}

@media screen and (min-width : 360px) and (max-width: 479px) {

    /*.main-area {width:330px; margin:0 auto; padding:0;}*/

    /*Bootstrap*/
    .modal-dialog {
        max-width: 80%;
        margin: .5rem auto;
    }

    /*Bootstrap*/

    .mn-nav-area ul.nav-tabs {
        display: flex;
        justify-content: center;
    }

    h1.pg-nme {
        font-size: 1.5em;
    }

    .spacing {
        padding-top: 21px;
    }

    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        padding: 10px 10px 28px !important;
    }

    .gapping-new {
        padding: 0 0 0 21px !important;
    }

    ul.leave li {
        padding: 0 0 0 34px;
    }

    .button-link {
        margin: 10px 0 0 0;
    }

    a.apply-btn {
        padding: 4px 19px;
    }

    ul.attendance li {
        padding: 0 3px 0;
        font-size: 12px;
    }

    .spacing-one {
        margin-bottom: 30px;
    }

    ul.attendance {
        width: 92%;
    }

    ul.leave li.gapping-two {
        padding: 0 0 0 14px;
    }

    ul.leave li.gapping-one {
        padding: 0 0 0 7px;
    }

    ul.pending li {
        margin: 0;
        padding: 0 0 0 35px;
        font-size: 12px;
    }

        ul.pending li.gapping-one {
            padding: 0 0 0 10px;
        }

        ul.pending li.gapping-two {
            padding: 0 0 0 14px;
        }


    /*ul.options-list {position: absolute; left: -110%; top: 0; width: 100%; transition: 1s; padding: 10px; background: #f5f5f5; border:1px solid rgba(0,0,0,0.1); transition-timing-function: ease-out;}*/
    ul.mn-nav {
        padding: 0;
        text-align: center;
        display: inherit;
    }

        ul.mn-nav li {
            display: inline;
            margin: 0 4px;
            font-size: 1em;
            float: none;
            line-height: 2em;
        }

            ul.mn-nav li a {
                padding: 4px 0 4px 36px;
            }

    ul.options-list {
        position: absolute;
        left: -110%;
        top: 0;
        width: 100%;
        transition: .5s;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0.1);
        transition-timing-function: ease-out;
        z-index: 9;
    }

        ul.options-list.open {
            position: relative;
            left: 0;
        }
    /**/
    .mn-nav-area ul.nav-tabs li {
        display: inline;
        margin: 0 4px;
        font-size: 1em;
        float: none;
        line-height: 2em;
    }

        .mn-nav-area ul.nav-tabs li a span {
            padding: 4px 0 4px 36px;
        }

    /**/
    header .col-sm-5 {
        text-align: center;
    }

    header .row {
        position: relative;
    }

    .toggle-hdr-icn {
        /*position: absolute;
        left: 0;
        bottom: 0;*/
    }

    a.toggle-lft-pnl {
        float: left;
        z-index: 9;
        position: relative;
    }

    .edit-options {
        display: inline-block; /*transform: rotate(90deg);*/
        text-align: left;
        width: auto;
        background: #68dff0;
        padding: 5px 13px;
        margin: 0 0 12px -15px;
        color: #fff;
    }

    .opne {
        position: relative !important;
        left: 0 !important;
    }

    .pg-nme {
        text-align: center;
    }

    input.sub-btn {
        margin: 0 auto;
        padding: 6px 18px;
        font-size: 14px;
    }

    .txt-right {
        text-align: center;
    }

    a.accordion-link.active {
        color: #68dff0 !important;
    }

    .toggle-hdr-icn a {
        display: block;
        padding: 0;
        line-height: 100%;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        padding-top: 8px;
    }

    ul.hdr-rt-itms {
        margin: 0;
    }

    .tp-nav-rw {
        margin-bottom: 1em;
    }

    ul.mn-nav {
        margin: 0 auto;
    }

    .pg-nme {
        margin-bottom: 15px;
    }

    .spacing {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .dashboard-each-box {
        min-height: 1px;
        padding: 20px;
    }

    ul.hdr-rt-itms li img {
        max-width: 20px;
    }

    ul.hdr-rt-itms li.usr-img img {
        max-width: 100%;
    }

    ul.mn-nav li a, ul.mn-nav li a:focus {
        padding: 4px 8px 4px 25px;
        background-position: 4px 6px !important;
    }

    ul.mn-nav li {
        margin: 4px 0;
        display: inline-block;
    }

        ul.mn-nav li a:hover {
            background-position: 3px -48px !important;
        }

        ul.mn-nav li a {
            border: none !important;
        }



    /**/
    .mn-nav-area ul.nav-tabs li a span, .mn-nav-area ul.nav-tabs li a span:focus {
        padding: 4px 8px 4px 25px;
        background-position: 4px 6px !important;
    }

    .mn-nav-area ul.nav-tabs li {
        margin: 4px 0;
        display: inline-block;
    }

        .mn-nav-area ul.nav-tabs li a span:hover {
            background-position: 3px -48px !important;
        }

        .mn-nav-area ul.nav-tabs li a span {
            border: none !important;
        }

    /**/






}


@media screen and (min-width : 320px) and (max-width: 359px) {

    /*.main-area {width:300px; margin:0 auto; padding:0;}*/


    /*Bootstrap*/
    .modal-dialog {
        max-width: 80%;
        margin: .5rem auto;
    }

    /*Bootstrap*/

    .mn-nav-area ul.nav-tabs {
        display: flex;
        justify-content: center;
    }

    h1.pg-nme {
        font-size: 1.5em;
    }

    .spacing {
        padding-top: 21px;
    }

    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        padding: 10px 10px 28px !important;
    }

    .gapping-new {
        padding: 0 0 0 21px !important;
    }

    ul.leave li {
        padding: 0 0 0 33px;
    }

    .button-link {
        margin: 10px 0 0 0;
    }

    a.apply-btn {
        padding: 4px 19px;
    }

    ul.attendance li {
        padding: 0 2px 0;
        font-size: 12px;
    }

    .spacing-one {
        margin-bottom: 30px;
    }

    ul.attendance {
        width: 41%;
    }

    ul.leave li.gapping-two {
        padding: 0 0 0 15px;
    }

    ul.leave li.gapping-one {
        padding: 0 0 0 7px;
    }

    ul.pending li {
        margin: 0;
        padding: 0 0 0 7px;
        font-size: 12px;
    }

        ul.pending li.gapping-one {
            padding: 0 0 0 10px;
        }

        ul.pending li.gapping-two {
            padding: 0 0 0 14px;
        }

    ul.options-list {
        position: absolute;
        left: -110%;
        top: 0;
        width: 100%;
        transition: .04s;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0.1);
        transition-timing-function: ease-out;
        z-index: 9;
    }

        ul.options-list.open {
            position: relative;
            left: 0;
        }

    .mn-nav-area ul.nav-tabs li {
        margin: 4px 0;
        display: inline-block;
    }

        .mn-nav-area ul.nav-tabs li a span {
            padding: 4px 0 4px 36px;
        }

    /**/
    header .col-sm-5 {
        text-align: center;
    }

    header .row {
        position: relative;
    }

    /*.toggle-hdr-icn {
        position: absolute;
        left: 0;
        bottom: 0;
    }*/

    a.toggle-lft-pnl {
        float: left;
        z-index: 9;
        position: relative;
    }

    .edit-options {
        display: inline-block; /*transform: rotate(90deg);*/
        text-align: left;
        width: auto;
        background: #68dff0;
        padding: 5px 13px;
        margin: 0 0 12px -15px;
        color: #fff;
        z-index: 99;
    }

    .opne {
        position: relative !important;
        left: 0 !important;
    }

    .pg-nme {
        text-align: center;
    }

    input.sub-btn {
        margin: 0 auto;
        padding: 6px 18px;
        font-size: 14px;
    }

    .txt-right {
        text-align: center;
    }

    a.accordion-link.active {
        color: #68dff0 !important;
    }

    .toggle-hdr-icn a {
        display: block;
        padding: 0;
        line-height: 100%;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        padding-top: 8px;
    }

    ul.hdr-rt-itms {
        margin: 0;
    }

    .tp-nav-rw {
        margin-bottom: 1em;
    }

    ul.mn-nav {
        margin: 0 auto;
    }

    .pg-nme {
        margin-bottom: 15px;
    }

    ul.lft-nv li a {
        padding-left: 2px;
        padding-right: 2px;
    }

    .spacing {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .dashboard-each-box {
        min-height: 1px;
        padding: 20px;
    }

    ul.hdr-rt-itms li img {
        max-width: 20px;
    }

    ul.hdr-rt-itms li.usr-img img {
        max-width: 100%;
    }

    .mn-nav-area ul.nav-tabs li a span, .mn-nav-area ul.nav-tabs li a span:focus {
        padding: 4px 8px 4px 25px;
        background-position: 8px 6px !important;
    }

    .mn-nav-area ul.nav-tabs li {
        margin: 4px 0;
        display: inline-block;
        font-size: 1em;
    }

        .mn-nav-area ul.nav-tabs li a span {
            border: none !important;
        }

        .mn-nav-area ul.nav-tabs li.active a span {
            color: #03a4ff;
        }
}


@media screen and (max-width :1366px) {
    a.c-logo img {
        max-height: 36px;
        /*min-height: 36px;*/
        margin: 3px 0;
    }




}



@media screen and (max-width: 767px) {

    .minheight100 {
        width: auto;
    }

/*Calender*/
    input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default {
    /*color: #0493d4 !important;*/
    color: var(--blue_color) !important;
    font-weight: 400;
    border-radius: 0;
    margin: 0;
    padding: 4px 10px;
    margin-left: 0 !important;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu {
    padding: 5px;
    max-width: 300px;
}

/*Calender*/


    a.c-logo img {
        max-height: 30px;
        /*min-height: 30px;
        margin-bottom: 8px;*/
    }

    footer .flex-footer img {
        max-height: 22px !important;
    }

    .mn-nav-area ul.nav-tabs li.active a span {
        border: 1px solid #03a4ff;
    }

    .hdr-rt-itms > li ul.dropdown-menu.dropdown-menu-right {
        width: 290px;
    }

    .mn-nav-area ul.nav-tabs li a span:hover {
        background-position: 8px -50px !important;
    }

    

    .modal-footer {
        justify-content: center;
    }


    ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body {
        min-height: 200px;
        max-height: 300px;
    }



    .flex-footer .container-fluid .row {
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        align-items: center;
    }

    .flex-footer {
        padding: 5px 0 5px;
    }

    .mn-nav-area ul.nav-tabs {
        padding: 0;
            padding-bottom: 5px;
    }

    
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 {
        height: calc(100% - 75px);
    }

    ul.popup-frm-itms li input, ul.popup-frm-itms li select, .custom-control {
        max-width: 100%;
    }

    ul.popup-frm-itms li {
        border-bottom: none;
    }

    .report-popup {
        width: 100%;
    }

    .pop-lft-sc, .pop-midle-sc, .pop-right-sc {
        min-height: 50px;
    }

    ul.btn-lst li {
        margin: 4px 8px;
    }

    .report-head-btn {
        padding: 5px;
        font-size: 13px;
        margin: 9px 0 !important;
    }




.menu-search {
    width: 90%;
    background-color: #f5f5f5;

}

.main_nav {
    width:90%;
    background-color: #f5f5f5;
    transition: all .5s;
}




.l_structure .leftmenuholder {
    height: auto;
}

.scrollme.paystree {
    height: auto;
    max-height:300px;
    min-height:100px;
}

h4.modal-title {
    padding: 0;
    font-size: 14px;
    width: calc(100% - 85px);
}
.l_structure .leftmenuholder > div, .l_structure .leftmenuholder > div > div, .l_structure .sidemenuholder {
    height: auto;
}



}

.loan_skip {
	background-color: #ff8b71 !important
}
.loan_paid {
	background-color: #68dff0 !important
}

@media screen and (max-width: 379px) {
    .flex-footer .container-fluid .row {
        justify-content: center;
    }
    .flex-footer .container-fluid .row div {
        width:100%;
        text-align:center;
    }
}

















