html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.settings-profile a, .settings-account a {
    color: #222;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.has-success .control-label {
    color: #222;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nego_num {
    display: inline-block;
    background: #9d9d9d;
    color: #222;
    text-align: center;
    border-radius: 50%;
    margin-left: 3px;
    font-weight: bold;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.nav li:hover .nego_num,
.nav li:focus .nego_num {
    background: #fff;
    color: black
}

.nav-pills li.active a, .nav-pills li.active a:hover {
    background-color: #222;
    color: #fff;
}

tr#w0-filters {
    display: none;
}

.gold-text {
    font-weight: 800;
    box-shadow: 0 0 10px #ffbf00c9;
    background: linear-gradient(159deg, rgba(255,215,0,0.6) 0%, rgba(191,149,63,1) 100%);
    cursor: default;
}
.get_gold_membership {
    font-weight: 800;
    background-color: #222;
    box-shadow: 0 0 10px #ffbf00c9;
}
.get_gold_membership a {
    text-decoration: none;
    color: #ffbf00;
}

.set_align-right {
    text-align: right;
}

.site_settings #language_selection {
    display: inline-flex;
}

.site_settings #language_selection .language_option {
    background: transparent;
    border: 1px solid #222;
    padding: 1px 14px;
    cursor: pointer;
}

.language_option:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.language_option:nth-child(2) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site_settings #language_selection .language_option.is_selected {
    background: #222 !important;
    color: #ffffff;
}

.site_settings #language_selection .language_option input {
    display: none;
}

.no_image,
.countdown_timers,
.no_countdown,
.auto_change_countdown {
    text-align: center;
}
.no_image {
    color: #ff7f7f;
}

.site-viewInvoices .payment_options {
    width: 100%;
    margin-bottom: 2px;
}

.coupon_container .action-add_coupon {
    width: 100%;
}

.coupon_container .coupon_count {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 4px;
}

.color-red {
    color: #da6464;
}

.color-green {
    color: #6ad56a;
}

#coupons_modal .action-add,
#coupons_modal .action-remove_coupon,
#coupons_modal .action-check_coupon {
    width: 100%;
}

#coupons_modal .area .row {
    margin-bottom: 5px;
}

#coupons_modal .response_alert {
    display: none;
}

#coupons_modal .custom-align_right {
    text-align: right;
}

#coupons_modal .response_alert {
    text-align: center;
}

#coupons_modal .coupon_availed {
    text-align: right;
    background-color: #eec882;
}

#my_coupons_modal .modal-body {
    max-height: 70vh;
    overflow: auto;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.action-check_coupon {
    position: relative;
    width: 100px;
    height: 34px;
}

.action-check_coupon .btn-loading {
    display: none;
}

.action-check_coupon .btn-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

/* .action-check_coupon .btn-loading::after {
    border-width: 3px;
    width: 16px;
    height: 16px;
    animation-duration: 0.75s;
} */
.table.custom-grid {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
.table.custom-grid thead th:first-child {
    border-top-left-radius: 9px;
}
.table.custom-grid thead th:last-child {
    border-top-right-radius: 9px;
}
.table.custom-grid th {
    padding: 12px 16px;
    background-color: #e9e9e9;
}
.table.custom-grid td {
    padding: 12px 16px;
    font-size: 14px;
    vertical-align: middle;
}

.more-warning {
    background-color: #fcf4cc;
}

.btn-paypal {
    background-color: #003087;
    color: white;
}
.btn-paypal:hover {
    background-color: #009cde;
    color: white;
}
.btn-paypal:visited {
    color: white;
}

.btn-takeme {
    background-color: #df032a;
    color: white;
}
.btn-takeme:hover {
    background-color: white;
    color: #df032a;
    border: 1px solid #df032a;
}

.invoice_status {
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: clamp(10px, 1.5vw, 12px);
    font-weight: 500;
}
.invoice_status.danger {
    background-color: #fa8994;
    border: 1px solid #dc3545;
}
.invoice_status.warning {
    background-color: #fff1c5;
    border: 1px solid #ffc107;
    border-radius: 20px!important;
}
.invoice_status.success {
    background-color: #92d9a2;
    border: 1px solid #28a745;
}
.invoice_status.primary {
    background-color: #81d1dd;
    border: 1px solid #17a2b8;
}
.negotiation_actions.images_action, .invoice_status.info {
    background-color: #e5e5e5;
    border: 1px solid #6c757d;
}
.invoice_status.rts {
    background-color: #ffca8a;
    border: 1px solid #ff8d00;
}

.btn-dark:hover {
    background-color: #222;
    color: #fff;
}
.btn-dark {
    background-color: transparent;
    color: #222;
    border: 1px solid #222;
}

.modal-title {
    display: inline;
}

.menu .profile-info li{
    padding: 10px 12px;
}

.delete-account {
    text-decoration: underline !important;
    color: #dc3545 !important;
}