/* css for login page */
.login-box,
.register-box {
    width: 500px;
    width: 100%;
    max-width: 500px;
    align-items: normal !important;
}

.card-primary.card-outline {
    border-top: none !important;
}

.login-page {
    display: flex;
    align-content: normal !important;
    background-image: url("images/background.jpg");
    background-color: #d3d3d3 !important;
}

h1 {
    font-weight: bold;
}

/* css for reset password page */
.reset_button {
    color: black;
    font-weight: bold
}

.reset_icon {
    color: #ffb600 !important;
    border: 1px solid #ced4da !important;
}

.reset_input_field {
    border: 1px solid #ced4da !important;
}

/* css for main side bar */
.main-sidebar {
    background-color: #d3d3d3 !important
}

/* css for navigation bar */
.main-header {
    background-color: #ffc900 !important
}

.nav-pills,
.nav-link,
.nav-header {
    color: #000000 !important;
    font-weight: 600 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ffc900 !important;
    color: #000000 !important;
}

.fa-circle:before {
    content: "";
}

.brand-link {
    color: #000000 !important;
    font-size: 25px;
    font-weight: bold;
}

/* css for all three icon */
.user {
    padding-top: 6px;
}

.user-navbar-logo {
    content: "\f003";
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #ffc900;
    padding-left: 9px;
    padding-top: 7px;
    background-color: white;
    color: #ffc900;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

.navbar-logout {
    padding-top: 10px;
    width: 50px;
    color: white;
    margin-left: 10px;

}

.navbar-question {
    padding-top: 6px;
}

.navbar-question-icon {
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #ffc900;
    padding-top: 7px;
    padding-left: 9px;
    background-color: white;
    color: #ffc900;
    margin-left: 10px;
    width: 30px;
    height: 30px;

}

/* css for logo */
.logo-name {
    background-color: #ffc900;
    height: 52px;
}

.logo-name,
.b {
    font-size: 30px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 600px;
}

/* css for line below logo  */
.thick {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #a7bacc;
    text-decoration-thickness: 5px;
}

.filter_button {
    margin-top: 32px;
    width: 110px;
    height: 35px;
    border-radius: 4px;
}

.clear_button {
    margin-top: 32px;
    width: 110px;
    height: 35px;
    border-radius: 4px;
}

.export_button {
    margin-top: 32px;
    width: 110px;
    height: 35px;
    border-radius: 4px;
}

/* design for client table */
.client_table thead {
    background-color: lightgray;
}

/* design for client table icon*/
.client_edit_button {
    content: "\f003";
    font-size: 13px;
    border-radius: 10%;
    border: 1px solid black;
    padding-left: 4px;
    padding-top: 5px;
    background-color: black;
    color: white;

    width: 23px;
    margin-top: 5px;
    margin-left: 8px;
    height: 22px;
    width: 23px;
}

.client_delete_button {
    margin-left: 8px;
    height: 22px;
    width: 23px;
}

.client_calander_button {
    margin-left: 4px;
}

.add-client {
    float: right;
    background-color: lightgrey;
    color: #000000;
    border-color: #000000;
}

table {
    width: 100% !important;
    border-collapse: collapse;
}

/* desgin for add client page button */
.close_button {
    margin-top: 50px;
    margin-left: 15px;
    background-color: lightgrey;
    color: #000000;
    border-color: #000000;
}

.save_button {
    margin-top: 50px;
    background-color: lightgray;
    color: #000000;
    border-color: #000000;
}

.apply_button {
    margin-top: 50px;
    margin-left: 15px;
    background-color: lightgray;
    color: #000000;
    border-color: #000000;
}

/* css for add user button */
.add-user {
    float: right;
    background-color: lightgrey;
    color: #000000;
    border-color: #000000;
}

/* Data table hide id column */
.hide_column {
    display: none;
}

.parsley-errors-list li.parsley-required,
li.parsley-equalto {
    list-style: none;
    color: red;
    margin-left: -40px;
}

.tab-layout a.active {
    border-top: 0px !important;
    background-color: #d3d3d3 !important;
}

.parsley-pattern {
    list-style: none;
    color: red;
    margin-left: -40px;
}

.parsley-type {
    list-style: none;
    color: red;
    margin-left: -40px;
}

.validation {
    list-style: none;
    color: red;
}

.delete_button_client {
    margin-left: 10px;
}

.user-save {
    display: none;
}

/* Permission module check box css*/
.titleAllCheck {
    margin-top: 7px;
    margin-left: 0px;
}

.modules input[type=checkbox] {
    display: flex;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
}

.select2-container--classic .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

.card .nav-item .active {
    border-top: 3px solid #ffc900 !important;
    background-color: #dbd8d8 !important
}

.bulk-data {
    display: none;
}

.bulk-action {
    display: none;
}

.deleteAllBtnq {
    display: none;
}

.deleteAllBtns {
    display: none;
}

label {
    display: inline-block;
    /* width: 150px; */
    text-align: right;
}

.bulk-data label {
    margin-left: 10px;
}

.client_buttons {
    width: 120px !important;
}

#adminUserList th.is_active {
    width: 70px !important;
}

#permissionList th.is_active {
    width: 70px !important;
}

.user-table th.action {
    width: 145px;
}

.titlecss {
    width: 190px;
}

.filecss {
    width: 723px;
}

.titleotherfilecss {
    width: 60px;
}

.otherfilenamecss {
    width: 300px;
}

.postclass {
    width: 145px;
}

.result-view,
.administer-view,
.support-view {
    background-color: #FFA500;
    width: 180px;
}

.header-text {
    padding-left: 90px;
    margin-top: -70px;
}

.header-text2 {
    padding-left: 71px;
    margin-top: -36px;
    height: 0px;
}

.footercustom {
    padding-top: 3rem !important;
}
.nextstepcustom {
    padding-left: 20px;
    margin-bottom: 27px;
}

.main_header_client {
    background-color: #996515 !important;
}

.client_checkbox {
    width: 60px;
}

.client_namea {
    width: 400px;
}

.client_is_active {
    width: 20px !important;
}

.manualcard {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solidrgba(0, 0, 0, .125);
    border-radius: .25rem;
    overflow-x: auto;
}

.manualcard-body {

    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    overflow-x: auto;
}

.main_login_page {
    min-height: 5em;
    background-color: #FFCC00;
}

.main_login_page .card {
    margin-top: 1.25em;
    max-width: 26.25em;
    margin-left: 3.125em;
    height: 3.125em;
    padding-top: 0.6em
}

.main_login_page .card span {
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 0.625em;
    margin-right: 0.9375em
}

.customrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    margin-right: -7.5px;
    margin-left: -7.5px;
    overflow-x: auto;
    overflow-y: auto;
}

.customcol-2 {

    flex: 0 0 16.666667%;
    /* max-width: 16.666667%; */
    width: auto;
}

.module_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px 50px;
}

.module_grid_client {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50px 50px;
}
/* pagelenght option set in responsive in client and client user */
#clientTable_length label{
    float: left;
}
.dataTables_length label{
    float: left;
}
/* Css for remove exclamation mark in login and email page */
.form-control.is-valid, .email, .password,:invalid{
    background-image: none !important;
}
/* */

@media (max-width: 700px) {

    .main_login_page .card {
        margin-right: 1em;
    }
    
    .module_grid .create_module {
        max-width: 120px;
        margin-right: 25px;
    }

    .module_grid_client .add-user-data {
        width: 100%;
        max-width: 120px;
        display: block;
    }
    a.create_client{
        font-size: 0px;
        margin-left: 10px;
    }
    a.create_client .fa {
        font-size: 16px;
    }
    a.create_permission{
        font-size: 0px;
        margin-left: 10px;
    }
    a.create_permission .fa {
        font-size: 16px;
    }
    a.create_role{
        font-size: 0px;
        margin-left: 10px;
    }
    a.create_role .fa {
        font-size: 16px;
    }
    a.create_admin_user{
        font-size: 0px;
        margin-left: 10px;
    }
    a.create_admin_user .fa {
        font-size: 16px;
    }
    a.create_module{
        font-size: 0px;
        margin-left: 10px;
    }
    a.create_module .fa {
        font-size: 10px;
    }
    a.add-user-data{
        font-size: 0px;
        margin-left: 10px;
        max-width: 40px !important;
    }
    a.add-user-data .fa {
        font-size: 10px;
    }
    a.add_file{
        font-size: 0px;
        margin-left: 10px;
        max-width: 40px !important;
    }
    a.add_file .fa {
        font-size: 10px;
    }
    a.add_other_file{
        font-size: 0px;
        margin-left: 10px;
        max-width: 40px !important;
    }
    a.add_other_file .fa {
        font-size: 10px;
    }
}

@media (min-width: 428px) {

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }

    .customcol-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 428px) {
    .showb {
    display: none;
   }
}
@media screen and (max-width: 768px) {
    #clientTable {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .administer {
        font-size: 1.5rem !important;
    }
    .next_step{
        font-size: 2.2rem !important;
    }
}



.main-box-section{
    min-height: calc(100vh - 120px);
}

.required:after {
    content:" *";
    color: red;
 }

 /* Customer lending page */
.landingbox {
    background-image: linear-gradient(360deg,#595959 0%,#848484 100%);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding-top: 25px;
    padding-right: 18px;
    padding-bottom: 25px;
    padding-left: 18px;
}
.client-header{
    background:linear-gradient(45deg,
    rgba(189, 112, 11, 0.863), 
    50%,
    rgba(30, 28, 26,  0.700)),url('../images/iStock.jpeg') !important;
    background-position: center, left, bottom !important;
}
.client-header-results{
    background:linear-gradient(45deg,
    rgba(189, 112, 11, 0.863), 
    50%,
    rgba(30, 28, 26,  0.700)),url('../images/bg10.jpeg') !important;
    background-position: center, left, bottom !important;
}
.header-footer{
    background-color: #595959;
    color: white;
    /* For fix footer in bottom */
    /* position: fixed;
    width: 100%;
    bottom: 0; */
}
.customswebfooter{
    height: 50px;
    /* padding-top: 3rem!important; */
    /* margin-top: -48px; */
}


/* my changes  */
.container {
    max-width: 1200px !important;
  }

  @media screen and (max-width: 767px) {
    .image-head-n{
        margin-bottom: 10px;
    }
  }

/*Settings page css */
.main{
    padding: 2rem;
}
.col-sm{
    padding: 10px 10px 10px 10px;
    text-align: left;
}
.setting-options{
    border-bottom: lightgray 1px solid;
    padding: 5px;
}
.setting-item{
    color: black;
}
.setting-item:hover{
    color: black !important;
}
/* End settings page css */

.half-rounded-pill {
    border-radius: 0.8rem !important;
    width: 8rem;
}

.yellow-txt {
    color: #FFA500;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
    border-color: #006fe6 !important;
    color: #fff !important;
    padding: 0 10px !important;
    margin-top: 0.31rem !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove  {
    color: rgba(255,255,255,.7);
    float: right;
    margin-left: 5px;
    margin-right: -2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-results__message{
    display: none;
}