@font-face {
        font-family: Montserrat;
        src: url(Montserrat-Regular.ttf);
        }
body {
    background: white;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif!important;
        color: #707478
}
.nav-link i
{
    font-size: 18px;
    margin-right: 4%;
    margin-left: 2%;
}
.OTP-detail
{
    display:none;
    margin-bottom:5%;
}
.OTP-detail input[type="tel"]
{
    height: 40px !important;
    line-height: 51px;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    background: #f2f3f7;
    text-shadow: 0 0 0 #24272c;
    padding: 7px 7px 7px 7px;
    border: solid 1px #f2f3f7;
    width: 13%;
    text-align: center;
}
#resendotp_btn,.verification-alert,.success-otp
{
    display:none;
}
.verifyotpbtn
{
    float:right;
}
#logtimer_div
{
    padding-left:5%;
}
.verification-alert
{
    color: red;
    font-size: 14px;
    margin-top: 2%;
}
.success-otp
{
    margin-bottom: 4%;
    color: green;
}
#resendotp_btn
{
    color: blue;
    font-size: 14px;
    margin-left: 2%;
    cursor: pointer;
}
.card-header, .card-secondary:not(.card-outline) > .card-header {
  background-color: #f9fafc !important;
}
thead th {
 /* background-color: #17a2b8;
  color: white !important;
  text-align:center;*/
  background-color: transparent;
    color: #333 !important;
    text-align: left;
    font-size: 14px;
    font-weight: 900;
}
tbody td {
  text-align:left;
  font-size: 13px;
}
table
{
    border:1px solid lightgray;
}
.card-header h3 {
  color: black;
  font-weight: 900;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif!important;
}
.drop-down-menu img
{
    width: 10px;
    /*height: 10%;*/
    margin: auto;
    display: block;
    cursor:pointer;
    
}
.drop-down-menu
{
    /*position:relative;*/
    width:50px;
}
.menus
{
    position:relative;
}
.sub-menus
{
    display:none;
    background:white;
    padding:1%;
    position: absolute;
    right: 10%;
    background-color: #ffffff;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    z-index: 10000;
    width:140px;
    font-size:17px;
    top: 160%;
    filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
}
.sub-menus::before
{
    content: " ";
    position: absolute;
    top: -15px;
    right: 8%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}
.dtr-data img
{
    width:5%;
}
.dtr-data .sub-menus
{
    left: 2%!important;
    width:250px;
}
.menus.active .sub-menus
{
    display:block!important;
    /*padding-left:30%;*/
}
.sub-menus i
{
    font-size: 18px;
    margin-right: 2%;
}
.highlight
{
    color:crimson;
}
.sub-menus ul
{
    margin-bottom:0;
}
.sub-menus ul li
{
    list-style:none;
    color:gray;
    padding-left:7%;
    text-align:left;
}
.sub-menus ul li a
{
    color:black;
    font-size:14px;
    font-weight: normal;
}
.sub-menus > ul > li:hover,
.sub-menus > ul > li:focus {
 text-decoration: none;
 color: #458bd6;
 background-color: #d5e4f5;
}
/* form css Start*/

 /* New CSS */
.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--focus .select2-selection--multiple:focus,.select2-container--default .select2-selection--multiple
{
    border: 0!important;
}
.input-group-prepend
{
    width:33%;
}
.input-group-text
{
    border:0!important;
    background-color:transparent;
    padding-left:0;
}
.input-group
{
    border-bottom: 1px solid lightgray;
}
.form-control
{
    border:0!important;
}
.infocate
{
    margin-bottom:3%;
}
.infocate h5
{
    font-weight: bold;
    color: black;
}
.padleft
{
padding-left: 9%;
}
.input-group:hover > .form-control,.input-group:hover > .select2
{
    border-bottom:1px solid blue!important;
}
.requiredredcls
{
    border-bottom: 2px solid red !important;
}
.error
{
    color:red;
}
/* form Css End*/
/*start Alert css*/
    .alertclass .modal-dialog
    {
        max-width:330px;
        border-radius:30px;
    }
    .alertclass .modal-body .warning
    {
        background:linear-gradient(-120deg, #f22222, #cc2b2b, #ed6464);
    }
    #successalertmodal .modal-body .warning
    {
        background:linear-gradient(-120deg, #36b37a, #5fe8a9, #0be380);
    }
    .alertclass .modal-body
    {
        padding:0;
    }
    .alertclass .modal-title
    {
        font-size: 16px;
        font-weight: 900;
    }
    .alertclass .modal-header
    {
        padding:0.3rem;
        background: #615f5f;
        color: white;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom:0;
    }
    .alertclass .modal-content
    {
        border-radius:0.6rem;
        border:0;
    }
    .alertclass .modal-footer
    {
        padding:.25rem;
    }
    .dot
    {
        width:15px;
        height:15px;
        border-radius:50%;
        display:inline;
        top:4%;
    }
    .green-dot
    {
        background:green;
        margin-right: 5px;
        position: absolute;
        right: 20px;
    }
    .yellow-dot
    {
        background:yellow;
        margin-right: 5px;
        position: absolute;
        right: 39px;
    }
    .red-dot
    {
        background:red;
        margin-right: 5px;
        position: absolute;
        right: 2px;
    }
    .modal-header
    {
        justify-content:center;
    }
    .warning_img img
    {
        display: block;
        margin: auto;
        width: 30%;
        object-fit: contain;
        padding-top:4%;
    }
    .warning-title
    {
        text-align:center;
        color: white;
        font-size: 30px;
        font-weight: 900;
        margin-bottom:0;
    }
    .confirmation p
    {
        text-align: center;
        font-size: 17px;
        margin-top: 3%;
        font-weight: 600;
    }
    
    /*End Alert css*/
    .badge-green
    {
        background:#03fc98;
        color:white;
    }
    #example1_filter .form-control,#example_filter .form-control
    {
        border:1px solid #ced4da!important;
    }
    .mastermoucls
    {
        display:none;
    }
    .btn-pink
    {
        background:#ea9999ff;
        border:1px solid #ea9999ff;
        color:white;
    }
    .card-header i
    {
        color:#4f4d4d!important;
        font-size:25px;
    }
    #overview-container .card-header .fa
    {
        font-size:24px;
        float:right;
        margin-right:2%;
    }
    .card-primary:not(.card-outline)>.card-header a
    {
        color:black;
    }
    .card-outline-tabs .card-header
    {
        background-color : #fff !important;
    }
    .content .container-fluid
    {
        padding-right:0;
        padding-left:0;
    }
    .wrapper.mt-3
    {
        margin-top:0rem!important;
    }
    .dataTables_length
    {
        float: left;
    }
    .dataTables_wrapper .dt-buttons
    {
        margin-left:4%;
    }
    .dt-buttons span
    {
        font-size:12px;
    }
    .dt-buttons .btn-secondary
    {
        color: #000;
        background-color: seashell;
        border-color: seashell;
    }
    .dataTables_wrapper .col-md-6:first-child
    {
        width:70%;
    }
    .dataTables_wrapper .col-md-6:nth-child(2)
    {
        width:30%;
    }
    .preloader
    {
        background-color:white;
    }
    .animation__shake
    {
        width:30%;
    }
    #respondModal .modal-dialog,#editrespondModal .modal-dialog
    {
        max-width: 800px;
    }
    .card-header
    {
        padding:.55rem 1.25rem;
    }
    .backbtnhead h3
    {
        margin-left:1%;
        padding-top: 0.4%;
    }
    .backbtnhead .btn
    {
        font-size: 13px;
        border-radius: 2px;
        font-weight: 500;
    }
    .backbtnhead a.float-left
    {
        padding-top:0.3%;
    }
    .btn
    {
        font-size: 13px;
    }
    .paddingleftcls
    {
        padding-left:3.5%;
    }
    .card-container
    {
        height:540px;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .card-container::-webkit-scrollbar {
      display: none;
    }
    .card-header
    {
        background-color:#f9fafc !important;
    }
    .card-header i.redcolor
    {
        color:red !important;
        font-size:18px;
    }
    .card-header.backbtnhead i.fa-pen
    {
        font-size:16px;
    }
    .card-footer
    {
        background-color:#f9fafc !important;
    }
    .filtercls div.dataTables_wrapper div.dataTables_filter
    {
        margin-right:9%;
    }
    .filtercls
    {
        position:relative;
    }
    .filtercls .fa-filter
    {
        position: absolute;
        right: 2%;
        font-size: 21px;
        top: 9%;
        opacity: 1;
        z-index: 9999;
    }
    .filter-box
    {
        display:none;
        top: 100px;
        height: 547.2px;
        bottom: 0;
        float: none;
        position: fixed;
        background-color:white;
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
        right: -250px;
        width: 250px;
        transition: right .3s ease-in-out,display .3s ease-in-out;
        z-index: 9999999;
        padding:1.5%;
    }
    .filter-box .custom-control-label
    {
        font-weight:500!important;
        font-size:13px;
    }
    .filter-box h6
    {
        font-size: 15px;
        font-weight: 600;
    }
    .filter-results .result-show
    {
        background: #f5f5f5;
        color: #666;
        padding: 7px 25px 7px 10px;
        font-size: 13px;
        margin-right: 6px;
        margin-bottom: 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        display: inline-block;
        box-shadow: 0 1px 0 #e2e1e1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top;
    }
    
    .datefilter{
        padding-top: 6.5px;
    font-size: 17px;
    color: #000;
    }
    .stage-list li
    {
        float: left;
        width: 14.26%;
        text-align: center;
        list-style: none;
        padding:0.4%;
    }
    .blue-color
    {
        background:#cfe2f3;
        border-top:4px solid #66b4fa;
    }
    .pink-color
    {
        background:#ead1dc;
        border-top:4px solid #d479a1;
    }
    .yellow-color
    {
        background:#fff2cc;
        border-top:4px solid #cfb057;
    }
    .purple-color
    {
        background:#d3d8f2;
        border-top:4px solid #6070c4;
    }
    .darkpink-color
    {
        background:#d5a6bd;
        border-top:4px solid #9c3d6b;
    }
    .orange-color
    {
        background:#f8dbdb;
        border-top:4px solid #d45f5f;
    }
    .sky-color
    {
        background:#cfe2f3;
        border-top:4px solid #69a0d1;
    }
    .stage-list p
    {
        font-size:20px;
        margin-bottom:0.5%;
    }
    .sub-menus.large
    {
        width: 180px;
    }
    .view-doc
    {
        position: absolute;
        right: 10px;
    }
    .overview-bck i
    {
        font-size: 22px;
        color: gray;
        margin-right: 2%;
    }
    .overview-bck h4
    {
        font-size: 18px;
        font-weight: 900;
        color: black;
    }
    .overview-bck .dataTables_length
    {
        float: inherit;
    }
    .overview-bck .dataTables_wrapper .dt-buttons
    {
        margin-left:0;
    }
    .overview-bck .form-control
    {
        border:1px solid #ced4da!important;
    }
    .overview-bck thead th
    {
        background-color: lightgray;
    }
    #pwderror,#pwderrors
    {
        display:none;
    }
    .invoice-details p label
    {
        font-size: 16px;
        color: black;
        font-weight: 900;
    }
    .slip-container
    {
        padding:1%;
        width: 70%;
        margin: auto;
        background: white;
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    }
    .company-details img
    {
        width:10%;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.child
    {
        text-align: left!important;
    }
@media screen and (max-width: 500px) 	
{
    .imgcls
    {
        width:100%!important;
    }
    .fitt-info
    {
     display:none;   
    }
    .FITT-logo
    {
        margin: auto;
    display: block!important;
    text-align: center;
    }
    .login-title
    {
        font-size: 20px;
        text-align: center;
    }
    .forgot-pwd p
    {
        text-align: center!important;
        float: none!important;
        margin-top: 5%;
    }
    .login-terms
    {
            padding: 2%;
    }
}

div.dataTables_wrapper div.dataTables_filter
{
        float: right;
}