﻿*{font-family: 'Muli', sans-serif;}
html, body{min-height: 100%; font-size: 14px; background: #F5F5F5;}
h2{font-size: 24px;}
h3{ font-size: 20px; }
ul{padding: 0; margin: 0;}
li{list-style: none}
a{-webkit-transition: all .3s linear; transition: all .3s linear;}
a:hover, a:focus,button:focus{ text-decoration: none; outline: none; }
.text-red{color: #FF0000 !important;}

/* form css */
label{ color: #707070; line-height: normal; }
.form-group{margin-bottom: 25px; position: relative; }
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=url]{border: 1px #D1D1D1 solid; padding: 0 16px; font-size: 16px; min-height: 45px; color: #1C1C1C;}
.form-control:focus{box-shadow: none; border-color: #0089FF !important; color: #000; }
.form-check-label{ font-size: 16px; }
.error-msg{position: absolute; bottom: -17px; font-size: 11px; color: #C7324E; left: 0; }
.form-control-label{transition: all .3s linear; }
.focused .form-control-label{ color: #0089FF; }

/* button */
.btn{ border-radius: 3px; font-size: 16px; padding: 0 27px; line-height: 43px;}
.btn.red{ background: #C7324E; border-color: #C7324E; color: #fff; box-shadow: 0px 3px 6px #C7324E73; }
.btn.red-line {background: #FFFFFF; border-color: #C7324E; color: #C7324E; box-shadow: none; }
.btn.red-line:hover{box-shadow: 0 3px 6px #00000033;}

.btn.blue{ background: #171861; border: 0; color: #fff; }
.btn.blue:focus{outline: none; box-shadow: none;}

/* Custom Checkbox */
.customCheckbox{width: 20px; height: 20px; margin: 0 auto; position: relative;}
.customCheckbox .form-check-input{display: none;}
.customCheckbox .chekStat{display: inline-block; margin: 0; width: 100%; height: 100%; cursor: pointer;font-family: 'icomoon';}
.customCheckbox .chekStat:before{width: 20px; height: 20px; border: 1px #A3A3A3 solid; position: absolute; left: 0; top: 0; content: ''; border-radius: 3px; -webkit-transition: all .3s linear; transition: all .3s linear;}
.customCheckbox .form-check-input:checked + .chekStat:after{position: absolute; font-size: 12px; line-height: 21px; color: #fff; width: 100%; height: 100%; border-radius: 3px; content: "\e912"; display: block;}
.customCheckbox .form-check-input:checked + .chekStat:before{background: #171861; border-color: #171861;}

/*---------- Login page -------*/
.login-bg{background: transparent linear-gradient(180deg, #191863 0%, #C50F24 100%) 0% 0% no-repeat padding-box; width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.login-box{border-radius: 5px; padding: 20px; min-width: 370px; background: #fff; margin: 0 auto; box-shadow: 0px 3px 20px #0000004D; margin-top: auto; }
.login-box input[type=text]{border-color: #919191;}
.login-box + p{margin-top: auto; color: #fff; font-size: 12px; margin-bottom: 30px; }
.login-box .btn{ width: 100%; }
.login-box h2{margin-bottom: 41px; text-align: center; font-weight: 700; }
.logo-bg{ width: 100%; display: block; text-align: center; padding: 10px 30px 30px 30px; }
.shoHide{color: #C7324E; text-transform: uppercase; margin-left: auto; }
.forgot_pass{text-align: center; display: block; color: #2D4279; margin: 18px 0 7px 0; }

/* ------------- Top Header ------------ */
.top-header-bar{position: fixed; top: 0; left: 0; right: 0; padding: 12px 30px; background: #fff; border-bottom: 1px #D3D3D3 solid; }
.top-header-bar ul{display: flex; justify-content: flex-end; align-items: center;}
.top-header-bar ul li a{display: flex; align-items: center; font-size: 16px; color: #191963; position: relative;}
.top-header-bar ul li{padding: 0 15px;}
.top-header-bar ul li a .loggedInDp{background: transparent linear-gradient(180deg, #191863 0%, #C50F24 100%) 0% 0% no-repeat padding-box; width: 45px; height: 45px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; color: #fff; margin-right: 15px;}
.top-header-bar ul li.noti-alrt a{font-size: 18px; color: #919191;}
.top-header-bar ul li.noti-alrt.active a span{width: 10px; height: 10px; border: 1px #fff solid; border-radius: 50%; background: #C7324E; display: block; position: absolute; right: -5px; top: 0;}

/* ------------- Left Sidebar ---------------- */
.left-sidebar{position: fixed; left: 0; top: 0; bottom: 0; width: 270px; display: flex; flex-direction: column; }
.left-sidebar-head{display: block; width: 100%; background: #fff; text-align: center; padding: 17px; border-right: 1px #D3D3D3 solid; }
.left-sidebar-head img{max-width: 100px; }
.left-sidebar-menu{flex: 1; background: transparent linear-gradient(180deg, #191863 0%, #C50F24 100%) 0% 0% no-repeat padding-box; display: flex; flex-direction: column; padding: 20px 0 10px 0; }
.left-sidebar-bottom{ padding: 10px; width: 100%; display: block; text-align: center; background: #fff; border-right: 1px #D3D3D3 solid; }
.left-sidebar-menu ul li{ padding: 0 10px 0 0; }
.left-sidebar-menu ul li a{ color: #fff; display: block; padding: 11px 20px 11px 27px; line-height: normal; position: relative; }
.left-sidebar-menu ul li a span{ font-size: 6px; padding-left: 10px; margin-left: auto; }
.left-sidebar-menu ul li a i{ margin-right: 20px; font-size: 18px; width: 19px; text-align: center; }
.left-sidebar-menu ul.parent-nav > li a .nav-iLink{ position: relative; z-index: 1; display: flex; align-items: center; width: 100%; }
.left-sidebar-menu ul.parent-nav > li a .hover-overlay{ background: #070543; border-radius: 0px 25px 25px 0; width: 0; position: absolute; z-index: 0; left: 0; top: 0; bottom: 0; right: auto; -webkit-transition: all .3s linear; transition: all .3s linear; }
.left-sidebar-menu ul.parent-nav > li a.active .hover-overlay, .left-sidebar-menu ul.parent-nav > li a:hover .hover-overlay{ right: 0; width: 100%; }
.left-sidebar-menu ul.child-nav{overflow: hidden; -webkit-transition: all .3s linear; transition: all .3s linear;}
.left-sidebar-menu ul.parent-nav > li a.active + ul.child-nav{ -webkit-transition: all .3s linear; transition: all .3s linear;}
.left-sidebar-menu ul.child-nav li{ padding-left: 66px; }
.left-sidebar-menu ul.child-nav li a{padding-left: 0;}

/* ------------ Main data --------------- */
.main-data{padding: 70px 0 0 270px;}
.main-data .main-content-in{padding: 30px 20px 0 20px;}
.page-head-title{padding: 3px 0 22px 0; display: flex; justify-content: space-between; align-items: center;}
.page-head-title h3{font-size: 20px; font-weight: 700; margin-bottom: 0;}
.search-filter{margin-left: auto;}
.search-filter ul{ display: flex; align-items: center;}
.search-filter ul li{padding: 0 10px;}
.search-filter ul li .input-icon{position: relative;}
.search-filter ul li .input-icon i{position: absolute; font-size: 18px; left: 10px; top: 50%; transform: translateY(-50%);}
.search-filter ul li .input-icon input{padding-left: 38px;}
.search-filter ul li:first-child{padding-left: 0;}
.search-filter ul li:last-child{padding-right: 0;}
.search-filter ul li a{width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.search-filter ul .ad_btn a{background: #C7324E;  color: #fff; font-size: 18px; box-shadow: 0 3px 6px #C7324E73;}
.search-filter ul .filter-op a{background: #fff;  color: #333; font-size: 18px; box-shadow: 0 1px 6px #00000029;}

.x-list-box{background: #fff; box-shadow: 0 2px 6px #00000036; border-radius: 3px; margin-bottom: 20px; min-height: 158px; overflow: hidden;}
.x-list-box .x-list-head{padding: 16px 20px 12px; font-size: 20px; font-weight: 600; border-bottom: 1px #C4C4C4 solid; position: relative;} 
.x-list-box .x-list-body{padding: 12px 20px;}
.x-list-box .x-list-body .file-upload-input{width: 150px; height: 75px; position: relative; color: #919191; margin-right: 15px; display: flex; align-items: center; justify-content: center; font-size: 30px; background: #F0F0F0; border: 1px #C4C4C4 dotted; border-radius: 3px;}
.x-list-box .x-list-body .file-upload-input input{position: absolute; width: 100%; cursor: pointer; left: 0; right: 0; top: 0; bottom: 0; font-size: 0; opacity: 0;}
.x-list-box .x-list-body .upload-action p{margin-bottom: 10px; color: #777777;}
.x-list-box .x-list-body .upload-action .btn{line-height: 38px; font-size: 14px; padding: 0 18px; }
.x-list-box .x-list-body .upload-action .btn i{margin-right: 15px; font-size: 16px; vertical-align: sub;}
.x-list-body table{width: 100%;}
.x-list-body table td, .x-list-body table th{padding: 6px 20px; border: 1px #C4C4C4 solid; font-size: 16px; font-weight: normal;}
.x-list-body table th{background: #E8E8E8; font-weight: 600;}
.x-list-body table td .btn{font-size: 14px; line-height: 36px; box-shadow: none;}
.x-list-body table td .btn i{margin-right: 15px; font-size: 16px; vertical-align: sub;}
.x-list-box .x-list-head::after{height: 4px; width: 100%; position: absolute; top: 0; left: 0; right: 0; content: '';}
.x-list-box .x-list-head.colSet1::after{background: #EF9A9A;}
.x-list-box .x-list-head.colSet2::after{background: #CE93D8;}
.x-list-box .x-list-head.colSet3::after{background: #9FA8DA;}
.x-list-box .x-list-head.colSet4::after{background: #4DB6AC;}
.x-list-box .x-list-head.colSet5::after{background: #F48FB1;}
.x-list-box .x-list-head.colSet6::after{background: #B39DDB;}
.x-list-box .x-list-head.colSet7::after{background: #90CAF9;}
.x-list-box .x-list-head.colSet8::after{background: #FFCC80;}

/* table list */
/*.table-wrap{width: 100%; box-shadow: 0 2px 6px #00000015; max-height: calc(100vh - 245px);}
.table-wrap table{width: 100%;}
.table-wrap table th, .table-wrap table td{padding: 15px 30px; font-size: 16px;}
.table-wrap table td{border-bottom: 1px #D1D1D1 solid; color: #606060;}
.table-wrap table td.tabl-action a{margin: 0 5px;}
.table-wrap table td.tabl-action a:hover{color: #0089FF;}
.table-wrap table td a{color: #000;}
.table-wrap table th{background: #E8E8E8; color: #000000; font-weight: 500; position: sticky; top: 0;}
.table-wrap table tr:nth-child(even) td{background: #EBEBEB;}
.table-wrap table tr:hover{background: #EBEBEB;}*/


/* Add data modal */
.modalGlobal .modal-header{padding: 10px 20px; background: #171861; border: 0; border-radius: 5px 5px 0 0;}
.modalGlobal .modal-header .modal-title{color: #fff; font-size: 20px; line-height: normal;}
.modalGlobal .modal-footer{padding: 20px; border-color: #D0D0D0; background: #fff; border-radius: 0 0 5px 5px;}
.modalGlobal .modal-header .close{text-shadow: none; font-size: 30px; line-height: 20px; font-weight: 300; opacity: 1; color: #fff; padding: 0; margin: 0;}
.modalGlobal .modal-body{padding: 20px 20px 5px; background: #fff;}
.modalGlobal .modal-content{border: 0; background: none; box-shadow: 0 3px 5px #00000029; border-radius: 5px;}

.actionModal .delete-content{display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0 50px;}
.actionModal .modal-header{border: 0;}
.actionModal .modal-header .close{font-size: 26px; color: #637381; font-weight: 300; padding: 0; margin: 0; line-height: 16px; opacity: 1;}
.actionModal .modal-body{padding-bottom: 30px;}
.actionModal .delete-content i{font-size: 50px; color: #C7324E; font-weight: 600;}
.actionModal .delete-content h2{font-weight: 600; text-align: center; margin: 40px 0;}
.actionModal .delete-action{display: flex; align-items: center; justify-content: center;}
.actionModal .delete-action .btn{margin: 0 10px;}

.largeModal .modal-dialog{max-width: 800px;}
.modal-body .table-wrap{box-shadow: none;}
.modal-body .table-wrap table th{color: #5D5D5D;}
.modal-body .table-wrap table tbody tr td{background: #F5F5F5; border-color: #fff; color: #5D5D5D;}
.modal-body .table-wrap table tbody tr td:nth-child(3), .modal-body .table-wrap table tbody tr td:nth-child(2), .modal-body .table-wrap table th:nth-child(3), .modal-body .table-wrap table th:nth-child(2){text-align: center;}

/* 10-2-2020 */
.log-drp{ position:relative}
    .log-drp .drop {
        padding: 12px 10px;
        margin: 0;
        width: auto;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        top: 50px;
        right: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-shadow: 0 2px 6px #00000036;
        -moz-box-shadow: 0 2px 6px #00000036;
        -webkit-box-shadow: 0 2px 6px #00000036;
        display:none
    }
        .log-drp .drop.show{display:inline-block;}
        .log-drp .drop .top {
            padding: 0 0 10px 0;
            margin: 0;
            width: 100%;
            border-bottom: #ccc 1px solid;
            display:flex;
            align-items:center
        }
            .log-drp .drop .top .pro_pic {
                padding: 0;
                margin: 0;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                overflow:hidden;
                display:flex; align-items:center; justify-content:center; background-color:#ccc;
            }
            .log-drp .drop .top .pro_pic img {
                 padding:0; margin:0; max-width:100%; max-height:100%; width:auto;height:auto;
            }
            .log-drp .drop .top .text {
                padding: 0 0 0 10px;
                margin: 0;
                font-size: 14px;
                font-weight: bold;
                color: #000000
            }
                .log-drp .drop .top .text p {
                    padding:0;
                    margin: 0;
                    font-size: 10px;
                    font-weight:normal;
                   
                }
        .log-drp .drop .ft {
            padding: 10px 0 0 0;
            margin: 0;
            width: 100%;
            font-size: 12px;
            font-weight: normal;
        }
            .log-drp .drop .ft a {
                padding: 0;
                margin: 0;
                font-size: 12px;
                text-decoration: none;
                color: #000000
            }
.left-sidebar-head {
    padding: 23.7px 17px;
}
.btn.red {min-width: 128px;}
.col_one {
    width: 360px
}
    /* 10-2-2020 end */
/* 18-2-2020 */
#back-top {
    position: fixed;
    bottom: 90px;
    margin-left: 15px;
    right: -55px;
}

    #back-top a {
        width: 108px;
        display: block;
        text-align: center;
        font: 11px/100% Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    #back-top span {
        width: 48px;
        height: 48px;
        display: block;
        margin-bottom: 7px;
        background: url(/images/up-arrow.png) center center no-repeat #ddd;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #777;
    }
/* 18-2-2020 end */

/* 8-4-2020 end */
/*#add-top {
    position: relative;
    bottom: 239px;
    margin-left: 15px;
    right: -972px;
}

#back-top a {
        width: 108px;
        display: block;
        text-align: center;
        font: 11px/100% Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }*/
/* 8-4-2020 end */

