/* we are not using this -- not sure where this even exists */


/* Settings - variable definitions */


/* Colors */


/* Elements - element definitions no (or in our case minimal) classes */

html {
    min-height: 100%;
    height: auto;
}

button.red {
    background: #b92626 !important;
    border: 1px solid #9f2316 !important;
}

a {
    color: #6ba4b8;
}

.emailButton,
.emailButton:hover {
    background-color: #6ba4b8;
    border-color: #6ba4b8;
}

{
    background-color: #6ba4b8;
    border-color: #6ba4b8;
}

.emailButton[disabled],
.emailButton[disabled]:hover {
    background-color: #6ba4b8;
    border-color: #6ba4b8;
}

.input-bg-color {
    border-color: #6ba4b8
}

select[multiple] {
    width: 100%;
    padding: 5px;
}

table tr:nth-child(odd) td {
    background-color: #f5f4f4;
}

table tr:nth-child(even) td {
    background-color: #ffffff;
}

table.table tbody td {
    padding: 15px 15px 15px 8px;
}

td.class001 {
    display: none !important;
}

th.isrush {
    display: none !important;
}

td.cls1 {
    display: none !important;
}

input[type=text] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

label {
    margin-bottom: 8px;
    margin-top: 15px;
}

footer.footer {
    color: #ffffff;
    width: 100%;
    background: #6ba4b8;
    padding: 15px 20px;
    display: block;
    position: absolute;
    bottom: unset;
    margin-left: 0;
}

footer.footer div a {
    color: #FEC467;
}

footer.footer div a:hover {
    color: initial;
}


/* Objects - classes for page structure */

.jrt-cell-6 a {
    min-width: 42px;
}

.right_col {
    padding: 80px 10px !important;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    text-align: center;
}

.container.body {
    min-height: 35vh;
    /*min-height: 95.25vh;*/
    height: 100%;
}


/* Components - classes for aesthetics */

.main-div {
    background: #6ba4b8 none repeat scroll 0 0;
}

.nav_title {
    background: #6ba4b8;
}

.navbar-laravel {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.nav.side-menu li {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.nav.side-menu li.nav-section:hover {
    background: initial;
    cursor: default;
}

.nav.side-menu li:hover {
    background: #ffffff;
}

.nav.side-menu li a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.nav.side-menu li a:hover {
    color: #6ba4b8;
}

.nav-md .container.body .right_col {
    padding: 80px 20px 0;
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
    overflow-y: scroll;
    top: 0;
    bottom: 0;
}

.nav-sm .main_container .top_nav {
    margin-left: 0px;
    padding-left: 70px;
}

.nav-sm .menu_fixed {
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.login-form {
    position: static;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 361px;
    /*padding-top: 9vh;*/
}

.appHeader {
    text-align: center;
    background: #6ba4b8;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin-bottom: 40px;
}

.appHeader h2 {
    color: #ffffff;
}

.appContainer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 20px;
}

.appContainer textarea.form-control {
    height: 50px;
}

.findContainer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 20px;
}

.findContainer .col-sm-6,
.findContainer .col-sm-7 {
    margin-bottom: 20px;
}


/* apply.blade */

.volunteerApp a.btn {
    padding: 6px;
}

.volunteerApp input.btn.btn-primary.pull-right {
    background: #404040;
    border: 0px;
    padding: 8px 15px 10px 15px;
}

.volunteerApp .btn {
    padding: 8px 15px 10px 15px;
}

.volunteerApp .btn.btn-primary {
    background: #404040;
}

.volunteerApp .btn.btn-primary:hover {
    background: #404040;
}

.volunteerApp .btn.add-loss {
    background: #6ba4b8;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 2px solid #6ba4b8;
}

.volunteerApp .btn.add-loss:hover {
    background: #ffffff;
    color: #6ba4b8;
    border: 2px solid #6ba4b8;
}

.volunteerApp .btn.add-loss:focus {
    color: #d9dee4;
}


/* Step Wizard */

.stepwizard {
    display: table;
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step .btn[disabled] {
    background: #d9dee4;
    opacity: 1;
    border: 0px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #d9dee4;
    z-order: 0;
}

.nav-pills li a.nav-link {
    background: none;
    border: 1px solid #6ba4b8;
    color: #6ba4b8;
    padding: 8px 15px 10px 15px;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.nav-pills li a.nav-link.btn-danger {
    border: 1px solid #a94442;
    color: #a94442;
}

.nav-pills li a.nav-link.btn-danger.active,
.nav-pills li a.nav-link.btn-danger:hover {
    background: #a94442;
    color: #ffffff;
}

.nav-pills li a.nav-link.active,
.nav-pills li a.nav-link:hover {
    background: #6ba4b8;
    color: #ffffff;
}


/* Step Wizard -- END */

.pagination>.active>a {
    background: #404040;
}


/* find.blade */


/* I am not sure if these styles are even being used anymore
I have done a complete search of the views folder and cannot
find any declaration of this class*/

.findForm a.btn {
    padding: 6px;
}

.findForm .btn {
    padding: 8px 15px 10px 15px;
    background: #6ba4b8;
    border: 0px;
}

.findForm .btn.btn-primary:hover {
    background: #404040;
}

.findForm .btn.btn-primary.saveButton::before {
    font-family: "Font Awesome 5 Regular";
    content: "\F0C7";
}


/* import file blade */

#drop-area {
    position: relative;
    border: 2px dashed #9E9E9E;
    background: #EEEFEF;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px 20px;
    min-height: 0;
}

#drop-area.highlight {
    background: #e1e3e3;
}

#drop-area p {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    color: #9E9E9E;
    font-size: 16px;
}

#drop-area i {
    background-color: #ffffff;
    color: #9E9E9E;
    font-size: 18px;
    padding: 10px;
    border-radius: 50%;
}

#drop-area .drop-area-file-list {
    width: 100%;
    margin-top: 20px;
    z-index: 110;
    position: relative;
}

#drop-area .drop-area-file-list td {
    padding: 10px;
}

#drop-area input[name=dropfile] {
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

textarea {
    max-height: 100px;
}

textarea[name=dropfile-paste] {
    width: 100%;
    min-height: 300px;
    border: 1px solid #9E9E9E;
}

textarea[name=dropfile-paste]:active,
textarea[name=dropfile-paste]:focus {
    border: 2px solid #9E9E9E;
}

input[type='checkbox'],
input[type='radio']:last-child {
    margin-bottom: 20px;
}

.member-uploads {
    margin-left: 16px;
    padding-bottom: 25px;
    margin-top: 10px;
}

.member-uploaded-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#file-drop-save {
    margin-top: 20px;
}

label[for=noEmail],
label[for=newsletter],
label[for=partner_newsletter] {
    margin-top: 47px;
}

#loading {
    background: url("/images/angel_i_tilt.gif") no-repeat center center;
    background-color: white;
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: 1000;
}

.red,
.dropdown-menu li a.red {
    color: #a94442;
}

.col-sm-12.has-error .form-control,
.form-group.has-error select {
    outline: 1px solid #a94442;
}

input[type='checkbox'] {
    /*width: 20px;*/
}

.application-disclaimer {
    text-align: center;
    padding-top: 20px;
}

.intro-retouch-artist {
    display: none;
}

.border {
    padding: 10px 5px;
}

.border.border-primary {
    border: 1px solid #6ba4b8;
}

.border.border-danger {
    border: 1px solid #a94442;
}


/* box components */

div.box {
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 75px 20px;
    height: auto;
    min-height: 100px;
    max-height: 226px;
    margin-bottom: 20px;
    overflow: hidden;
}

div.box h2 {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

div.box h2 i {
    font-size: 22px;
}

div.box.no-link:hover {
    background-color: #F7F7F7;
    border: 1px solid #E6E9ED;
}

div.box:hover {
    border: none;
}

div.box:hover h2 {
    color: #3a291b;
}

div.box .title {
    font-size: 36px;
}

#wp-header {
    margin-bottom: 121px;
}

#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 100000;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

#toTop:hover {
    background-color: #6ba4b8;
}

.to-top-container a>i {
    line-height: 38px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.form-group.outline {
    border: 1px solid #6ba4b8;
    padding: 0 10px 10px 10px;
}

.form-group.outline .form-group {
    margin-left: 20px;
}

.special-row {
    padding-top: 40px;
}

.special-row .col-xs-12.spec-col-2 {
    width: 25%;
}


/*@media screen and (max-width: 1024px){
  .select2-container{
    zoom: 85%;
  }
}*/

@media screen and (max-width: 450px) {
    .appContainer label.form-check-label {
        margin-top: 0;
    }
    .special-row .col-xs-12.spec-col-2 {
        width: 100%;
    }
}

.btn-primary {
    border: 0;
}

.saveButton {
    border: 0;
}

.btn-appStep {
    background: #6ba4b8;
    color: #ffffff;
    border: 0px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#customButton {
    background: #d9534f !important;
}

.processPaymentButton:disabled,
.nextBtn:disabled,
#customButton:disabled {
    background-color: #cccccc !important;
}


/* Trumps - classes for overrides & media query rules */

.mb {
    margin-bottom: 30px;
}

#wp-footer,
#wp-header {
    /*font-family: 'PT Sans', Arial, sans-serif;*/
    font-family: "PT Sans";
}

#wp-footer {
    font-size: 16px;
}

.fusion-secondary-menu span.menu-text {
    font-size: 14px;
}

li.search-width {
    width: 16.7188px;
}

#wp-footer .widget {
    min-width: unset;
    max-width: unset;
}

@media screen and (max-width: 800px) {
    #wp-header .fusion-alignright>* {
        float: none !important;
    }
    #wp-header .fusion-secondary-header .fusion-alignright {
        text-align: center !important;
    }
    #wp-header .fusion-secondary-menu>ul>li,
    .fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-menu>ul>li {
        float: none !important;
    }
}

@media screen and (max-width: 377px) {
    #wp-header {
        margin-bottom: 180px;
    }
}


/* Add custom styles below if you do not know where to categorize them */

.Reason_for_application_fee {
    position: relative;
    bottom: -12px;
    color: #6ba4b8;
    border: white;
    background: white;
}

.Reason_for_application_fee a:hover {
    color: #6ba4b8;
}

.app_color {
    color: #6ba4b8
}

.section {
    font-weight: 700;
    margin: 30px 10px 0;
    color: #76797D;
}

.sub-border {
    border-top: 7px solid #ddd;
    margin-top: 15px;
}

.sub-section {
    font-weight: 700;
    color: #96999D;
    text-align: center;
}

.download-allimages {
    padding-left: 10px;
}

.spinner-forall {
    padding-left: 2px;
    padding-right: 10px;
}

.anchor-class {
    cursor: pointer;
}

.fileinput-upload-button {
    display: none;
}

.dz-image img {
    width: 100% !important;
    height: 100% !important
}

.box {
    /*display: none;*/
    z-index: 200;
    padding: 0;
    margin: 0;
    border: 0;
}

.dropzone {
    background-color: #f7f7f7;
    border: 2px dotted rgba(0, 0, 0, 0.3) !important;
    padding: 10px;
}

.dropzone .dz-preview {
    margin: 5px !important;
}

#mapendingsessions-table thead th {
    text-align: center !important;
}

#mapendingsessions-table tbody {
    text-align: center !important;
}

.field-icon {
    float: right;
    margin-right: 5px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
}

span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    margin-top: -23px !important;
}


/* Popup container - can be anything you want */

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* The actual popup */

.popup .popuptext {
    visibility: hidden;
    width: 429px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    /*left: 50%;*/
    /*top: 100%;*/
    margin-left: 21%;
    padding: 7px 11px;
}


/* Popup arrow */

.popup .popuptext::after {
    /*content: "";*/
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    /*border-color: #555 transparent transparent transparent;*/
}


/* Toggle this class - hide and show the popup */

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/*change info button color*/

.color-change {
    color: #6ba4b8;
}

#myImg:hover {
    opacity: 0.7;
}

#myModal {
    z-index: 9999
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    max-width: 734px;
    text-align: right;
    color: #000;
    height: 30px;
}


/* Add Animation */

.modal-content #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}

.retouch-section {
    display: none !important;
}

.saveAndDeliver {
    display: none !important;
}

.viewGalleryVisitor {
    display: none !important;
}

.gallery-table {
    width: 100%;
}

.view-gallery {
    display: none !important;
}

.no-visitor {
    display: none !important;
}

.gallery-margin {
    margin-top: 3% !important;
}

.gallery-table tr:nth-child(odd) td {
    background-color: #fff;
}

.gallery-name {
    font-size: medium;
    font-weight: 900;
    margin-bottom: 1%;
}

.p-color {
    color: #6ba4b8;
}


/*.saveButton {
    display: none;
}*/

.close-button {
    font-size: 3px;
    opacity: 1.2;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -11px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #bdbdbd;
}

.bigImgWrapper {
    width: 560px;
    margin: 50px auto 0;
    position: relative;
}

.original-view .img-thumbnail {
    height: 110px;
    display: block;
}

.retouch-view .img-thumbnail {
    height: 110px;
    display: block;
}

.bigImg {
    margin: auto;
    display: block;
    width: 100%;
    /*height: 550px;*/
    /*height: 100%;*/
}


/*30-10-19*/

.download-image {
    display: inline-block;
    margin-bottom: 10px;
}


/*.dataTable tbody tr:nth-last-child(-n + 5) td ul.dropdown-menu {
    top: auto;
    bottom: 100%;
}*/

.gallery-view {
    cursor: pointer;
}

.download-msg {
    display: none;
}

#download-msg-display {
    color: red;
}

#dra-accept-loader {
    display: none;
}

.accept-download-msg {
    display: none;
    color: #09b309;
    font-weight: 700 !important;
}

#dra-required-meg {
    color: red;
}

.dra-required-meg {
    display: none;
}

.dra-rush-copleted {
    display: none;
}

.rush-image {
    color: #e44a4a;
}

.level-purple {
    color: #800080;
}

.original-count {
    cursor: pointer;
    font-weight: 1000;
    font-size: 16px;
    text-decoration: underline;
}

.customCheckbox {
    /* display: inline-flex; */
    display: flex;
    flex-shrink: unset;
}

.customCheckbox input[type='checkbox'] {
    margin: 5px 0 0 0 !important;
}

.customCheckbox label {
    margin-top: 0;
    margin-left: 10px;
}

.setCheckbox input[type='checkbox'] {
    margin-top: 18px;
    margin-right: 7px;
}


/*#is_rushImages label {
    margin-left: 16px !important;
}*/

.setCheckbox input[type='checkbox'] {
    position: absolute;
    top: 0px;
}

.setCheckbox label {
    margin-left: 20px;
}

.setCheckbox {
    position: relative;
}

@media (max-width:767px) {
    .setCheckbox input[type='checkbox'] {
        position: absolute;
        top: 0px;
    }
    .setCheckbox label {
        margin-left: 20px;
    }
    #viewGalleryVisitor {
        margin-top: 10px;
    }
    .display-button {
        margin-top: 10px;
    }
    .fusion-alignright .fusion-secondary-menu ul#menu-top-header li {
        width: 32%;
    }
    .fusion-logo-link>img {
        width: 100%;
    }
    .main-div {
        padding: 20px;
    }
    .customCheckbox input[type='checkbox'] {
        margin: 5px 0 0 0 !important;
        -webkit-appearance: checkbox;
        height: 20px;
    }
}

.popup-loader {
    margin-top: 30%;
    margin-left: 50%;
}

.resend-delivery-msg {
    display: none;
    color: #09b309;
    font-weight: 700 !important;
}


/*additional images css*/

.col-md-2.additional-images {
    width: 20%;
}

.p-corona {
    font-family: "PT Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    min-width: 320px;
    line-height: 1.6;
    font-size: 16px;
    color: #515151;
}

#filter-active {
    width: 40px;
    height: 20px;
}


/* for data table entity*/

div.dataTables_wrapper div.dataTables_info {
    padding-top: 18px!important;
}


/*18/3/2021*/

.myPopupHeight {
    font-size: 11px;
    min-width: 400px;
}

.popupTextWeight {
    font-weight: normal;
    text-align: justify;
}


/*04 14 2022 Stripe popup*/

.payment-input {
    position: relative;
}

.icon-card {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 14px;
    color: #444444;
}

.payment-input .form-control {
    padding-left: 30px !important;
    margin: 0px !important;
    border: 1px solid #d5d5d5;
}

.cardnumber-input .form-group {
    margin: 0px;
}

.cardnumber-input .card_expire_input {
    padding-right: 0px;
}

.cardnumber-input .card_cvv_input {
    padding-left: 0;
}

.cardnumber-input input#card_number {
    border-bottom: 0px;
}

button#paymentSubmitButton {
    background: #6ba4b8;
    background-image: -webkit-linear-gradient(#45b1e8, #3097de);
    background-image: -moz-linear-gradient(#45b1e8, #3097de);
    background-image: -ms-linear-gradient(#45b1e8, #3097de);
    background-image: -o-linear-gradient(#45b1e8, #3097de);
    background-image: -webkit-linear-gradient(#45b1e8, #3097de);
    background-image: -moz-linear-gradient(#45b1e8, #3097de);
    background-image: -ms-linear-gradient(#45b1e8, #3097de);
    background-image: -o-linear-gradient(#45b1e8, #3097de);
    background-image: linear-gradient(#45b1e8, #3097de);
    color: #ffffff;
    width: 100%;
    margin-top: 20px;
    border: 0px;
}

#paymentModel .modal-dialog {
    margin-top: 70px;
}

#paymentModel .modal-content {
    max-width: 300px;
    background: #f8f8f8;
}

#applycoupon {
    width: 100%;
}

button.green {
    background: #26B99A !important;
    border: 1px solid #169F85 !important;
}

button.red {
    background: #b92626 !important;
    border: 1px solid #9f2316 !important;
    color: white;
}


/*04 14 2022 Stripe popup end*/

@media screen and (max-width: 500px) and (min-width: 300px) {
    .m-view-popup {
        position: absolute;
        left: -10rem;
        overflow: auto;
    }
    .ol-width {
        width: 100%;
    }
    .myPopupHeight {
        font-size: 11px;
        overflow: auto;
        min-width: 200px;
        width: 286px !important;
    }
}

.searchleft {
    padding-left: 2px;
    margin: 28px 0px;
}

@media screen and (max-width: 500px) and (min-width: 300px) {
    .certify_popup {
        left: 0;
        position: absolute;
        padding: 12px;
        overflow: auto;
        min-width: 200px;
        width: 211px !important;
    }
}

.element {
    animation: roll 3s infinite;
    transform: rotate(30deg);
}

@keyframes roll {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.TandC {
    text-decoration: none;
    color: inherit;
}

.fapContent {
    width: 303px;
    padding: 0% !important;
}


/*3/14/2022 sauravr FAP page start*/

.modal-dialog.customdialog {
    position: relative;
    width: auto;
    margin: 0px;
    min-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#touModal.customModal {
    padding: 0!important;
}

.paddingRobot {
    padding: 6px 17px;
}

.text-white {
    color: white;
}

.text-black {
    color: #181818;
}

input#received_images {
    margin: 20px;
}


/* update-css-blue-and-gray override by sk */

.pagination>li>a,
.pagination>li>span {
    color: #6ba4b8 !important;
}

.nav.side-menu>li.active>a {
    background: #4b4f54 !important;
}

.sidebar-footer,
.sidebar-footer a,
.sidebar-footer a:hover {
    background: #4B4F54 !important;
}

.btn-info,
.btn-primary {
    background-color: #404040 !important;
    border-color: #404040 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4b4f54 !important;
    border-color: #4b4f54 !important;
}

.detail-tab {
    display: flex;
    flex-direction: column;
    min-width: 161px;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.detail-tab>h3 {
    text-align: center;
}

.mb_30 {
    margin-bottom: 30px;
}

#RegisterCaptcha_CaptchaImage, #LoginCaptcha_CaptchaImage, #ResetPasswordCaptcha_CaptchaImage, #BDC_CaptchaImageDiv {
    width: 220px !important;
}