.login-panel {
    background-color: #f8f7fc;
    height: 100vh
}

#upper_left {
    width: 201px;
    height: 194px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/upper-left.png");
    background-repeat: no-repeat;
}

#upper_right {
    width: 197px;
    height: 219px;
    position: absolute;
    top: 0;
    right: 0%;
    background-image: url("../img/upper-right.png");
    background-repeat: no-repeat;
}

#lower_left {
    width: 201px;
    height: 171px;
    position: absolute;
    bottom: 0%;
    left: 0;
    background-image: url("../img/lower-left.png");
    background-repeat: no-repeat;
}

#lower_right {
    width: 235px;
    height: 171px;
    bottom: 0%;
    right: 0%;
    position: absolute;
    background-image: url("../img/lower-right.png");
    background-repeat: no-repeat;
}

.box {
    width: 100%;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* not really needed with auto margin on img*/
}

.box img {
    display: block;
    width: 100%;
    min-width: 100px;
    max-width: 450px;
    /*actual image width*/
    height: auto;
    /* maintain aspect ratio*/
    margin: auto;
    /*optional centering of image*/
}

.loginBox {
    width: 475px;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: left;
}

.loginBox .content {
    width: 450px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 0px 9px 0px #ccc;
    border-radius: 50px;
    padding: 50px;
}

.head {
    font-size: 14px;
    font-weight: bold;
}

.head02 {
    font-size: 16px;
    font-weight: 450;
}



.pd_t20 {
    padding-top: 20px !important;
}

.pd_t15 {
    padding-top: 15px !important;
}

.btnWdth {
    width: 45%
}

.pd_t10 {
    padding-top: 10px !important;
}

.pd_b10 {
    padding-bottom: 10px !important;
}

.pd_b5 {
    padding-bottom: 5px !important;
}

.pd_r10 {
    padding-right: 10px !important;
}

.pd_l10 {
    padding-left: 10px !important;
}

.pd_b20 {
    padding-bottom: 20px !important
}

.m_b20 {
    margin-bottom: 20px !important
}

.btn_rl_padding {
    padding-right: 50px;
    padding-left: 50px;
}

.loginBox .content .form-group {
    margin-bottom: 20px;
}

.loginBox .content .form-group .form-control {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0px;
    color: #000;
    line-height: normal;
    height: auto;
    font-size: 13px;
    padding: 10px 25px 10px 0px;
    font-weight: 300;
    margin-bottom: 12px;
}

.loginBox .content .form-group label {
    /*font-size: 17px;*/
    margin-bottom: 5px;
    color: #bebebe;
    font-weight: 400;
}

.username_icn {
    background: url("../img/username.png") no-repeat right center;
}

.password_icn {
    background: url("../img/lock.png") no-repeat right center;
}

.link {
    color: #bfbfbf;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #bfbfbf;
    text-decoration: underline;
}

.loginBtn {
    background: #ffb435;
    padding: 10px;
    border-radius: 50px;
    border: 0px;
    margin: 40px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 10px 100px;
}

.modal-content {
    border-radius: 0.5rem;
}

.modal-header {
    background: #ffd99a;
    border-bottom: 0px;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

.modal-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
}

.modal-footer {
    border-top: 0px;
    padding: 0px .75rem .75rem .75rem;
}

.btn-secondary {
    background: #e2e5ea;
    border-radius: 0.375rem;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.00em;
    font-weight: 300;
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 10px;
    justify-content: center;
}

.btn-secondary:hover {
    color: #000;
    background-color: #dbdddf;
}

.btn-secondary span {
    font-size: 22px;
    padding-right: 7px;
}

.error {
    color: #f31919;
    font-size: 12px
}

button:focus {
    outline: none;
}

/*------- consumer tab ---------- */

.tabs-area-cons {
    margin-top: 20px;
}

.tabs-area-cons .nav-tabs .nav-link {
    padding: .6rem 2.1rem;
}

.tabs-area-cons .tab-bg-white {
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    background: white;
    padding: 0.5rem 2rem;
    border-radius: 0.575rem;
}

/*-------tab ----------*/

/*design changed----------------------*/

.nav-tabs-new {
    border: 0px;
    border-radius: 0px;
    background: none;
}

.nav-tabs-new .nav-item {
    border: 1px solid #ffb435;
    border-radius: 10px;
    margin: 0px 10px 10px 0px;
    color: #333333;
    background: #fff;
    box-shadow: 0 0px 10px 0px rgba(90, 90, 90, 0.1);
}

.nav-tabs-new .nav-item a {
    color: #333333
}

.nav-tabs-new .nav-link {
    line-height: inherit;
    padding: .5rem 1rem .4rem 1rem;
}

/* 24 july edited*/
.nav-tabs-new .nav-link.active {
    background: #ffb435;
    border-radius: 8px;
    /* border: 1px solid #ffb435;*/
    color: #fff
}

/*------------------------------------------*/

.nav-tabs-2 {
    border: 1px solid #ffb435;
    width: fit-content;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    width: max-content;
}

.nav-tabs-2 .nav-link.active {
    color: white;
    background-color: #ffb435;
    border: 0;
}

.nav-tabs-2 .nav-link {
    border: 0;
    color: #333333;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 450;
    border-radius: 0 !important;
    padding: .6rem 4rem;
}

.nav-tabs-2 .nav-link:hover {
    border: 0;
}

.nav-tabs-2 .nav-item {
    border-left: 1px solid #ffb435;
}

.nav-tabs-2 .nav-item:first-child {
    border: 0 !important;
}

textarea.form-control1 {
    width: 100%;
    max-height: 80px;
    padding: 10px;
    resize: none;
    border: 1px solid #E3E3E3;
    border-radius: 7px;
    line-height: 2;
    font-size: 0.8571em;
    color: #818181;
}

textarea:focus {
    outline: none;
}

.fnt12 {
    font-size: 12px;
}

/*Dashboard buttons*/

.submitted {
    background: #e4f9f4;
    padding: 5px;
    border-radius: 5px;
    color: #37c39e;
    text-align: center;
    font-weight: 401;
}

.upcoming {
    background: #e5f6fe;
    padding: 5px;
    border-radius: 5px;
    color: #00aaf9;
    text-align: center;
    font-weight: 401;
}

.override {
    padding: 5px 15px;
    border-radius: 5px;
    color: #2e93c9;
    text-align: center;
    background: #e5f6fe;
    border: 1px solid #2e93c9;
}

.override:hover {
    background: #e5f6fe;
    border: 1px solid #2e93c9;
    color: #2e93c9;
}

.process {
    background: #e4f8f6;
    padding: 5px 15px;
    border-radius: 5px;
    color: #53b88e;
    text-align: center;
    border: 1px solid #59aa8a;
}

.process:hover {
    background: #e4f8f6;
    border: 1px solid #59aa8a;
    color: #53b88e;
}

.reject {
    background: #fdefef;
    padding: 5px 15px;
    border-radius: 5px;
    color: #e23855;
    text-align: center;
    border: 1px solid #e23855;
}

.reject:hover {
    background: #fdefef;
    border: 1px solid #e23855;
    color: #e23855;
}

.darkgreen {
    background: #34be81;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: 1px solid #59aa8a;
    font-weight: 401;
}

/*--------------------------------- Table */

.table_padding {
    padding: 0.5rem 1rem !important;
}
/*
.table_padding thead tr th,
.table_padding tbody tr th,
.table_padding>tbody>tr>td {
    padding: 15px 12px !important
}*/
.table_padding>thead>tr>th {
    padding: 15px 12px !important
}
.table_padding>tbody>tr>td {
    padding: 15px 12px !important
}

.custom-control-label::before {
    border: #ffa000 solid 1px
}

.custom-control-input:checked~.custom-control-label::before {
    border: #ffa000 solid 1px;
    background: #ffa000;
}

.custom-control-label {
    color: #000 !important
}

/*font bold text*/

.table>thead>tr>th {
    font-weight: 500 !important;
    border-bottom: 1px solid #b8bcc0;
}



/*---------------------*/
.card .card-header {
    font-weight: 500;
    font-size: 15px
}

.btn-outline-primary {
    font-weight: 450;
}

.btn-primary {
    font-weight: 450;
}

.btn-secondary {
    font-weight: 450;
}

.btn-outline-primary {
    font-weight: 450;
}

.emp-top-title-head {
    font-weight: 500;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

.table>thead>tr>th a {
    text-decoration: none;
    color: #212529
}

.table>thead>tr>th a:hover {
    text-decoration: underline;
    color: #908e8b
}

.files_wrap h2 {
    font-weight: 500;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #514f4f
}

.files_wrap .btnstyle {
    padding: 5px 25px;
    min-height: 15px;
    font-size: 13px;
}

.fa-file-pdf-o {
    color: #ffa000;
    font-weight: 500;
    font-size: 18px;
}

.sorting_desc::after,
.sorting_asc::after,
.sorting_both::after {
    color: #a9b1ca !important
}

.icn-sort-arrow {
    color: #a9b1ca !important
}

/*-------------------------------- Login Wrap*/

.login-input-field {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 10px 0px 0px 0px;
    margin-bottom: 45px
}

.login-input-field label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #E3E3E3;
    transition: 0.2s all;
    cursor: text;
}

.login-input-field input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #E3E3E3 !important;
    box-shadow: none;
    color: #111 !important;
    background: none;
}

.login-input-field input:invalid {
    outline: 0;
}

.login-input-field input:focus,
.login-input-field input:valid {
    border-bottom: 1px solid #b3b3b3 !important;
}

.login-input-field input:focus+label,
.login-input-field input:valid+label {
    font-size: 14px;
    top: -24px;
    color: #b3b3b3 !important;
}

.login-input-field .username_icn {
    background: url("../img/username.png") no-repeat right center;
}

.login-input-field .password_icn {
    background: url("../img/lock.png") no-repeat right center;
}

.loginBox .error {
    color: #f31919;
    font-size: 12px;
    margin-top: -25px;
    display: flex;
}

/*---------------------------------*/

.file_upload input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 0px;
    font-size: 15px;
    color: rgb(153, 153, 153);
    cursor: pointer
}

.file_upload .button-wrap {
    position: relative;
}

.file_upload .upload-button {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 0.375rem;
    background-color: #ffb435;
    color: #fff;
    font-size: 1.00em;
}

.download,
.trash {
    color: #ffb435;
    font-size: 16px;
}

/*---------------------- Upload Button*/

.pd_t05 {
    padding-top: 5px !important;
}

.fileupload-wrap {
    position: relative;
}

.fileupload-wrap .custom-file-wrap {
    width: calc(100% - 117px);
}

.fileupload-wrap .upload-btn-wrap {
    position: absolute;
    right: 0px;
    bottom: 0;
}


.upload-btn-wrap .upload-btn {
    margin: 0 !important;
    min-height: 42px;
}

.upload-btn-wrap .upload-btn:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.form-group input[type="file"] {
    width: inherit !important;   
    z-index: 0 !important;
}

.custom-file-wrap .form-group .form-control {
    border: 1px solid #e0e1e9;
    background: #ffffff;
    border-radius: 6px;
    padding: 12px 15px;
    height: auto;
    color: #6c757d;
    font-size: 14px;
    font-weight: 400
}

.custom-file-wrap .input-group-append .btn:focus {
    background: #ffb435 !important;
}

.upload-info {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #a1a5c1;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 25px;
}


.upload-display-wrap {
    height: 316px;
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e1e9;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-file-display {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.custom-file-wrap .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/*--------------- button positon   30 june*/

.btn_pos {
    display: table-cell;
    height: 110px;
    vertical-align: bottom
}

/*---------------  24 july*/
/*
.gj-datepicker-bootstrap [role="right-icon"] button {
    border: 1px solid #E3E3E3 !important;
}
*/
.gj-datepicker-bootstrap [role=right-icon] button:active{
    background: #fff !important;
    border-color: #E3E3E3 !important;
    border-left: 0px !important;
}

.multiselect-container>li>a>label {
    padding: 1px 20px 3px 30px !important;
}


/*-----------------27 july*/
.timezone {
    color: #000;
    float: right;
    border-radius: 25px;
    padding: 8px 14px;
    font-size: 13px;
}

.timezone i.fa-clock-o {
    font-size: 1.2em;
    color: #ff5b35;
    font-weight: 400;
}

.table>tbody>tr>td {

    border-bottom: 1px solid #dee2e6 !important;
}

.table td,
.table th {
    border-top: 0px !important;
}
.panel-header{
    min-height: 85px;
}
/*--------------------------------- 30 july*/
.btn-process{
    background: #e5f6fe !important;
    padding: 10px;
    color: #00aaf9;
    font-size: 14px;
    margin: 0px 2px !important;
}
.btn-process:hover{
    background: #d1f0ff !important;;
    padding: 10px;
    color: #00aaf9;
    margin: 0px 2px !important;
}
.btn-reject{
    background: #fdeeef !important;
    padding: 10px;
    color:#ef5c63; 
    font-size: 14px;
    margin: 0px 2px !important;
}
.btn-reject:hover{
    background: #fee0e2 !important;;
    padding: 10px;
    color:#ef5c63;
    margin: 0px 2px !important;
}
/*--------------------------------- 04 aug 2020*/
.popupTxt{
    padding: 0px 0px 25px 0px;
}
.popupTxt p{
    display: inline;
    font-size: 14px;
    color: #514f4f;
}
.popupTxt p span{
    padding:0 20px 0px 10px;
    color: #000;
    font-weight: 600;
}

.tableTxt{
    padding: 10px;
    background: #f9f9f9;
    border-radius: 7px;
    border: 1px solid #ffb435;
}
.tableTxt p{
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #ffa000;
}
.tableTxt p span{
    padding:0 20px 0px 10px;
    color: #514f4f;
}
/*---------------------------------05 aug*/

.fileUploadList ul{
    padding:0px;
    margin:0px;
    list-style:none;
}
.fileUploadList ul li{
    padding:0px 0px 12px 5px;
    margin:0px;
    list-style:none;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    
}
.fileUploadList ul li i.fa-times-circle{
    color:#ef0d0d;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 18px;
}
/*---------------------------------06 aug */
.txtLft{
    text-align: left;
}
.txtRht{
    text-align: right;
}
table td.wdth{
   min-width: 40%;
   word-wrap:break-word;
}   
.files_wrap{
    margin-bottom:10px;
}
.fileupload_wdth{
    width:350px;
}
/*---------------------------------11 aug */
.table>thead{
    white-space: nowrap;
    overflow: hidden;
}
/*---------------------------------13 aug */
.td_singleLIne{
    white-space: nowrap;
}

.viewForm .fa-file-text-o{
    color:#ffb435;
    font-size: 18px;
}
/*---------------------------------14 aug */
a.link_text{
    color:#f96332;    
}
a.link_text:hover{
    color:#f96332;   
    text-decoration: underline; 
}

/*----------------------------  OTP Fields 08*/
/*
.otpInput {
    padding-left: 25px;
    letter-spacing: 82px;
    border: 0;
    background-image: linear-gradient(to left, lightgrey 70%, rgba(248, 247, 252, 0) 0%);
    background-position: bottom;
    background-size: 91px 1px;
    background-repeat: repeat-x;
    background-position-x: 59px;    
    min-width: 340px;
    background-color:transparent;
  }
.divInner{
    left: 0;
    position: sticky;
  }  
.divOuter{
    width: 340px; 
    overflow: hidden;
  }

*/

.otpInput {
    padding-left: 17px;
    letter-spacing: 40px;
    border: 0;
    background-image: linear-gradient(to left, lightgrey 70%, rgba(248, 247, 252, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    background-color:transparent;
  }
  
  .divInner{
    left: 0;
    position: sticky;
  }
  
  .divOuter{
    width: 190px; 
    overflow: hidden;
    margin: auto;
  }
  .clearfix{
    clear: both;
}
  
.loginBox .error_01 {
    color: #f31919;
    font-size: 12px; 
    
}

.form-control_01{
    border:1px solid #E3E3E3;
    height: 30px;
    border-radius:5px;
    width: 70px;
    display: inline-block;
}
/*----------------------16 sep*/
.mb20{
    margin-bottom:20px
}
.mr10{
    margin-right: 10px;
}

.reports_div{
    background: #ebeded;
    margin-bottom: 15px;
    border-radius: 7px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e2c0d;
    font-size: 14px;
    transition: 0.3s;
    
}
.reports_div:hover{
    text-decoration: none;
    color: #3e2c0d;
    background: #dbdbdb;
}
.reports_div span{
    font-size: 31px !important; 
}
.sep_line{
    border-bottom: 1px solid #e3e3e3;
}
.link_normal{
    color: #000;
    text-decoration: none;
}
.link_normal:hover,
.link_normal:active {
    color: #696969;
    text-decoration: none;
}

/*---------------------------*/

.select-selected::after{
border: 4px solid transparent !important;
border-color: #888 transparent transparent transparent !important;
}


/*  drop down */
.form-group .dropdown{
    display: block !important;
}
.form-group .dropdown .btn, .form-group .dropdown .btn:active, .form-group .dropdown .btn:focus, .form-group .dropdown .btn:hover{  
    margin-top:0px ;
    background-color: #fff !important;
    border: 1px solid #e3e3e3 !important;
    color: #818181 !important;
    border-radius: 7px;
    box-shadow: none;
    padding-left: 15px;
    margin-bottom:0px ;
}
.form-group .dropdown .caret{
    margin-top: 7px;
    margin-right: -10px;
    color: #888;
    float: right;
}
.form-group .dropdown .dropdown-toggle::after{
    display: none;
}
.form-group ul.dropdown-menu {
    max-height:290px;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 0px !important;
    background:#f8f7fc !important; 
    border: 1px solid #d6dbdf;
    width: 100%;
    box-shadow: none;
    border-radius:0px;
}
.form-group ul.dropdown-menu li {   
    background:#f8f7fc !important; 
    cursor: pointer;
    padding:8px 10px;
    font-size: 0.8571em;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.form-group ul.dropdown-menu li a{
    color: #717171 !important;
    text-decoration: none;
}
.form-group ul.dropdown-menu li a:hover{
    color: #717171 !important;
    text-decoration: none;
}
.form-group ul.dropdown-menu li:hover {   
    background: #dfdee2 !important;  
    color: #717171;
}
.form-group .dropdown-toggle{
    width: 100%; 
    text-align: left;
    
}
.table .fa-pencil{
    color:#f7a111;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

/*--------------------*/
/* -------- Schedule -------- */
.mailLabel{
    padding: 15px;
    background: #f9f9f9;
    border-radius: 7px;
    border: 1px solid #ffb435;
}
.mailLabel p{
    display:  block;
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    padding:3px;
    margin: 0px;
}
.mailLabel p span{
    font-weight: 500;
    border-bottom:1px solid #696969 ;
    display:  block;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}



.mailLabelWrap{
    padding:5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000;
}
.mailLabelWrap p{
    display:  block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding:5px;
    margin: 0px;
}


/*privacy*/
.privacy h1{
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0px 10px 0px;
}

.privacy h2{
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0px 10px 0px;
}

.privacy h3{
    font-size:18px;
    font-weight: 500;
    margin: 20px 0px 10px 0px;
}
.privacy ul {
    padding: 0px 0px 0px 20px;
    
}
.privacy ul li{
    padding: 0px 0px 15px 0px;
    
}
.privacy a{    
    color: #d98f11;
    text-decoration: underline;
}
.privacy a:hover{
    color: #ee9c0e;
    text-decoration: none;
}



@media screen and (max-width: 991px) {
    .box {
        display: none;
    }

    .loginBox {
        justify-content: center;
    }

    .btn_pos {
        display: table-cell;
        height: 50px;
        vertical-align: bottom
    }
}

@media screen and (max-width: 767px) {
    .loginBox .content {
        width: 350px;
        border-radius: 30px;
        padding: 25px;
    }

    .loginBox .content {
        background-size: 50%;
    }

    #upper_left {
        background-size: 50%;
        background-position: left top;
    }

    #upper_right {
        background-size: 50%;
        background-position: right top;
    }

    #lower_left {
        background-size: 50%;
        background-position: left bottom;
    }

    #lower_right {
        background-size: 50%;
        background-position: right bottom;
    }

    /* New  24 july*/

    .main-panel>.content {
        padding: 20px 30px 30px;
    }

    .main-panel>.bg-primary {
        background-color: #FFFFFF !important;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }

    .tabs-area>.nav-tabs-new .nav-link {
        line-height: inherit;
        padding: .3rem 1rem .3rem 1rem;
        font-size: 13px;
    }
}