/* For Add staff module: Start */
.role-staff-access {
    display: block;

}

.athene-role-staff-table th {
    border: none;
}


.role-staff-access .alert-info {
    border-color: #5091CD;
}

.role-staff-main {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.role-individual-staff {
    background-color: #000000;
    padding: 24px;
    position: relative;
}

.role-individual-staff i {
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.role-staff-body {
    padding: 15px;
}

.staff-producer-name {
    font-size: 20px;
    font-family: 'AtheneDemi';
    color: #000000;
    margin-bottom: 5px;
}


.role-staff-access div.idProofing-answers.customRadioCheckBoxWrap {
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
}

.role-individual-question {
    display: flex;
}

.role-staff-access .alert-info .fa-envelope-open {
    color: #5091CD;
    font-size: 28px;
    margin-right: 12px;
}

.role-staff-access form input {
    height: 54px;
    /*border: 1px solid #CCCCCC;*/
    background-color: #EDEDED;
}

.role-staff-access .add-more-btn {
    background-color: #0067AC;
    border: 1px solid #0067AC;
    width: 125px;
    margin-bottom: 12px;
    padding: 0px;
    color: #ffffff;
    font-family: 'AtheneDemi';
    font-size: 16px;
    min-height: 30px !important;
}

.role-staff-access .add-more-btn i {
    margin-left: 8px;
}

.role-modal-main .reset-btn {
    width: 150px;
}

#producerEmail-error {
    font-family: 'AtheneDemi';
}
/*
.role-modal-main .modal-header {
    border-bottom: none;
}*/


/*.role-modal-main .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e9ecef;
    background-color: #ededed;
}*/

.role-modal-main .athene-custom-modal-head {
    font-size: 26px;
    padding: 0px 30px;
}

/*.role-modal-main .modal-body {
    padding: 0px !important;
}*/

/* .role-modal-main .alert-warning , .role-modal-main .staff-producer-name {
    margin: 15px 30px;
} */

.cross-red {
    color: #C53E32;
}

.role-modal-main .idProofingQuestions {
    padding: 20px 0px !important;
}

.staff-btns button {
    border-radius: 5px;
}

.all-staff-review .forgotUserPass-proceedCancel-wrap {
    justify-content: flex-end;
}

.all-staff-review .no-staff-alert .staff-account-access {
    display: none;
}

.all-staff-review .athene-table-container {
    overflow: overlay;
}

.connect-acccess-code-verify .forgotUserPass-proceedCancel-wrap,
.verify-athene-code .forgotUserPass-proceedCancel-wrap , 
.dual-role-setup .forgotUserPass-proceedCancel-wrap,
.email-review .forgotUserPass-proceedCancel-wrap,
.passcode-security .forgotUserPass-proceedCancel-wrap {
    justify-content: flex-end !important;
}


@media only screen and (max-width: 575px) {
    .role-staff-access .alert-info .fa-envelope-open , .alert-warning .fa-user-plus {
        display: none;
    }

    .staff-btns .athene-filled-btn {
        width: 90px;
    }

    .role-modal-main .reset-btn {
        width: 65px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .role-modal-main .athene-custom-modal-head {
        font-size: 24px;
        padding: 0px 15px;
    }

    .role-modal-main .alert-warning , .role-modal-main .staff-producer-name {
        margin: 15px 15px;
    }
    .all-staff-review .edit-bg {
        margin-left: 15px;
    }

    #staffRoleBackAddRole, #btnBusEmSaveforLater, #btnAAccountSaveforLater, #btnSecPassSaveforLater {
        width: 120px;
        font-size: 16px;
    }

    #reviewStaffBtn, #setupAccountsBtn, .btn-primary, .btn-outline-primary {
        font-size: 16px !important;
    }

    .email-review .idProofing-answers.customRadioCheckBoxWrap {
        padding-left: 15px;
    }

    .email-review .idProofingQuestions {
        padding: 20px 15px 0px 15px;
    }

    .alert-primary i , .alert-warning i , .alert-success i{
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .staff-btns {
        display: flex;
        justify-content: center;
        align-items: center;
   }

   .staff-btns .reset-btn {
        margin-left: 15px;
        margin-right: 15px;
   }
   .all-staff-review .edit-bg {
        margin-left: 15px;
    }
}
/* For Add staff module: End */
label.error{color:#C53E32!important;font-size:1rem!important;}
.form-control.error{border-color:#C53E32!important;}
.form-control.valid{border-color:green;}

.check-green{
    color: green;
}
.role-staff-access .edit-bg,.all-staff-review .edit-bg {
    background: #0067ac;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}

.all-staff-review .edit-bg {
    margin-right: 0px;
    margin-left: 30px;
}

.btn-outline-primary {
    background-color: #ffffff;
    color: #0067AC;
    border: 1px solid #0067AC;
    font-size: 20px;
}


.search-group input{
    border-right: 0px!important;
}
.search-group:focus .input-group-append button.btn.btn-outline-secondary{
    background: transparent!important;
} 
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #ffffff !important;
    border: 1px solid #11175E !important;
    color: #11175E !important;
}
.input-group-append button.btn.btn-outline-secondary, .input-group-append button.btn.btn-outline-secondary {
    background: transparent!important;
    color: #ccc!important;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    background: #ededed!important;
    height: 54px;
    margin: 0px;
    border-radius: 0;
}
.input-group-append button.btn.btn-outline-secondary:hover, .input-group-append button.btn.btn-outline-secondary:focus,.input-group-append button.btn.btn-outline-secondary:active {
    border-color: #ccc!important;
    border-left-width: 0px!important;
    background: #ededed!important;
    box-shadow: none;
    color: #777!important;
}
.input-group-append button.btn.btn-outline-secondary.search_focus{
    background: transparent!important;
    border-color: #5091cd;
    color: #5091cd!important;

}
.input-group-append button.btn.btn-outline-secondary.search_focus:hover{
    background: transparent!important;
    border-color: #5091cd;
    color: #5091cd!important;

}
.btn-primary {
    background-color: #0067AC;
    border: 1px solid #0067AC;
    /* margin: 10px; */
    color: #ffffff;
    font-size: 20px;
    /* min-width: 204px; */
}

.d-flex-space-btw{
    display: flex !important;
    justify-content: space-between !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-block:hover,
.add-more-btn:hover,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #11175E;
    border: 1px solid #11175E;
}
.text-primary {
    color: #11175e!important;
    
}
.modal-footer{
    justify-content: flex-end!important ;
}
.producerStaff{padding: 0;
    height: auto!important;
    background: transparent!important;
    border: 0!important;
    font-family: 'AtheneDemi'!important;
    font-size: 20px!important;
    outline: none!important;
    box-shadow: none;
}

span.fa.fa-search.search_Existing_producer {
    float: right;
    position: relative;
    cursor: pointer;
    right: 10px;
    font-size: 18px;
    bottom: 34px;
    color: #4E4E4E;
}

.dual-role-new-code-list{
    display:none;
}
/*must remove while cleanup*/
.role-modal-main .idProofingQuestions.padding-dual-head,.padding-dual-head{padding: 20px 30px!important;}


.display-none {   
    display: none; 
}

.tooltip-content i {
    color: #5091CD;
    cursor: pointer !important;
}
