/*html { old loader
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body {
    min-height: 100%;
}

html.loading {
    /*position: absolute;
    z-index: 999;
    background: #333 url('../../gif/loader.gif') no-repeat 50% 20%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    /*top: 30%;*/
/*left: 50%;
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
html.loading body {
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}
*/

/* Add here all your css styles (customizations) */
.dark {
    color: #212529 !important;
}

.nav-link {
    font-size: 18px !important;
    font-weight: bold !important;
}

.nav-link:hover {
    color: #72c02c !important;
}

.default_color {
    color: #72c02c !important;
}

.header_bottom {
    margin-top: 0 !important;
}

.component_padding {
    min-height: 500px;
    padding: 10px;
    padding-top: 100px;
}

.mt5 {
    margin-top: 5rem !important;
}

.mt2-5 {
    margin-top: 2.5rem !important;
}

.padding_40 {
    padding: 40px !important;
}

.width_50p {
    width: 50% !important;
}

.width_40p {
    width: 40% !important;
}

.width_10p {
    width: 10% !important;
}

.width_12p {
    width: 12% !important;
}

.width_15p {
    width: 15% !important;
}

.addUpdateRiskButton {
    cursor: pointer;
}

/* Bid Submit Button State */
/*
.risk_success {}
.risk_warning {}
.risk_danger {}
*/

.ml150 {
    margin-left: 150px;
}

select.form-control:not([size]):not([multiple]) {
    height: unset !important;
}

#modal1 h4 {
    color: red !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #71c12c !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #71c12c !important;
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffd1;
    z-index: 999999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: 7px solid rgba(125, 125, 125, 0.8);
    opacity: 0.9;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #ccc;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.2s infinite linear;
    z-index: 999;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.auctionExpiredHide {
    display: none;
}

.hide {
    display: none;
}

.number-input {
    font-size: 1rem !important;
    padding: 5px !important;
}

input[type="number"]::-webkit-inner-spin-button {
    margin-left: 8px !important;
}
@-moz-document url-prefix() {
    input[type="number"]::-webkit-inner-spin-button {
        margin-left: 8px !important;
    }
}

.premium-value {
    -webkit-padding-end: 27px !important;
}

.form-margin {
    margin-top: 20px;
}

.img-resize {
    height: 93px;
    width: 600px;
}

.input-height {
    height: 50px;
}

.risk-message {
    /* color: #4B85A1; */
    color: #31708f;
}

.user-deactive {
    background-color: #ececec;
}

.send-message-bidders-button {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .mobile-text-left {
        text-align: left !important;
    }

    .risk-button {
        margin-bottom: 10px;
    }

    .message-auction-button {
        margin-bottom: 10px;
    }

    .component_padding {
        padding-top: 120px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .risk-button {
        margin-bottom: 10px;
    }
}

#biddersMessageForm {
    display: none;
}

.container-content {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.w-100pr {
    width: 100%;
}

.icon-color-green {
    color: #72c02c;
}

.show-bids-right {
    margin-bottom: 5px;
}

.export-to-excel {
    margin-top: 10px;
}

.risk-inactive {
    background-color: lightgray;
}

.risk-inactive:hover {
    background-color: lightgray !important;
}

.border-box {
    width: 100%;
    border: 1px solid #6f7381;
}

.text-border-box {
    margin-top: 14px;
    font-size: 15px;
    font-weight: bold;
    color: red;
}

.content {
    background: #fff;
}

.width_46p {
    width: 46%;
}

.width_17p {
    width: 17%;
}

.register-text {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

#readonly {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.risk-bg {
    background: #e9ecef;
}

.img-pad {
    padding-bottom: 6%;
}

.text-5 {
    text-transform: capitalize;
}

.client-text li {
    text-transform: capitalize;
}

.client-deactive {
    background-color: #ececec;
}

.help-block {
    color: #e64b3b !important;
}

#associated-users {
    background-color: #ececec;
}

.riskListButtonLogo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.panel-default {
    margin-top: 120px;
}

.number-input {
    text-align: left !important;
}

.form-control-md {
    padding: 0.8rem 0.5rem 0.6rem !important;
}
.border-box-1 {
    padding-bottom: 15px;
    width: 100%;
    margin-left: 0px;
}
.risk-img {
    padding-bottom: 20px !important;
}
.img-width-risk {
    width: 100%;
}

.reg-box {
    background-color: #57bfbd;
    border-color: #57bfbd;
    color: #fff !important;
}
.card,
.reg-box {
    border-color: #57bfbd;
    margin-bottom: 10px;
}
.card .card-body {
    text-align: center;
}
.card-body .card-title {
    text-align: left !important;
}
.card-body p {
    text-align: left !important;
}
.reg-form {
    min-height: 450px;
    padding-top: 115px;
}
.panel-default-2 {
    margin-top: 93px;
}
@media screen and (max-width: 650px) {
    .panel-default-2 {
        margin-top: 50px !important;
    }

    .reg-form {
        padding-top: 24px !important;
    }
    .reg-text {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
        margin-top: -14px;
        text-align: center;
    }
}

#contact-section .alert-success {
    display: none;
}
.f-gt-400 {
    font-weight: 400 !important;
}

.reg-text {
    padding-top: 82px;
    padding-bottom: 40px;
}

.register-info-text {
    text-align: left;
}

.slider-text {
    white-space: normal;
    width: 1050px;
    color: #fff;
}

@media screen and (max-width: 1060px) {
    .slider-text {
        width: 800px !important;
    }
}

@media screen and (max-width: 840px) {
    .slider-text {
        width: 700px !important;
    }
}

@media screen and (max-width: 600px) {
    .slider-text {
        width: 305px !important;
        line-height: 22px !important;
        font-size: 16px !important;
        margin-top: 40px !important;
    }
}

/* HEADER */
.u-header {
    background-color: #57bfbd;
}

.navbar-collapse .nav-link:hover {
    color: #555 !important;
}

.rsk-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a.u-header__logo img {
    max-width: 164px;
}

.nav-brand .header-welcome {
    display: none;
    font-size: 16px;
    margin: 0;
    margin-left: 15px;
}

.navbrand-container {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .nav-brand .header-welcome {
        display: inline-block;
        font-size: 22px;
    }
}

@media (min-width: 990px) {
    .rsk-nav {
        width: auto;
    }
}

/* RISK BID PAGE */

.risk-bid-container {
    background-color: #fff;
}
.risk-bid-container form {
    border-radius: 3px;
}

.bidding-risk-container {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px;
}

/* GLOBALS */

body .btn-primary {
    background-color: #57bfbd;
    border-color: #57bfbd;
}

body .btn-primary:hover {
    color: #fff;
    background-color: #57bfbd;
    border-color: #57bfbd;
}
body .form-control:focus,
body .custom-select:focus {
    border-color: #57bfbd;
    box-shadow: none;
}

body .g-bg-primary {
    background-color: #57bfbd !important;
}

body .btn-primary:focus,
body .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(87, 191, 189, 0.5);
}

a.btn:focus,
a.btn:hover {
    color: #fff;
}

.card-body a.btn.btn-success.active {
    background: #57bfbd;
    border-color: #57bfbd;
    box-shadow: none;
}

.btn-showbid {
    width: 100%;
}

/* BUTTONS */
.forgot-pass {
    display: inline-block;
    margin-top: 10px;
}

/* LOGIN BOX */

.panel-body {
    background-color: #ffffff;
    box-shadow: 1px 1px 10px -2px #6c757d;
}

/* TABLE */
.table-responsive {
    background-color: #ffffff;
    box-shadow: 1px 1px 10px -5px #6c757d;
}

.bidlist-table .tbl {
    display: flex;
    flex-direction: column;
}
.bidlist-table .bid-row {
    display: flex;
    flex-direction: column;
    min-height: 50px;
}
.bidlist-table .cell {
    border: 1px solid #e2e2e2;
    flex: 5;
}
.bidlist-table .cell:nth-child(1) {
    flex: 5;
}
.bidlist-table .cell:nth-child(3) {
    flex: 3;
}
.bidlist-table .cell:nth-child(4) {
    flex: 2;
}

.bidlist-table .bid-row .cell {
    align-items: center;
    display: flex;
    justify-content: center;
}
.bidlist-table .bid-row .cell {
    box-sizing: border-box;
    padding: 5px;
}

.bidlist-table .row-data:nth-child(even) {
    background: #eee;
}
.bidlist-table .row-head {
    background-color: #eee;
    border-bottom: 1px solid #57bfbd;
    display: none;
    font-weight: bold;
}

.bidlist-table .risk-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.bidlist-table .risk-info .active-status {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.bidlist-table .risk-info a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px;
    width: 50%;
}

.bidlist-table .cell-name {
    margin-bottom: 5px;
    width: 100%;
}
.bidlist-table .risk-cell,
.bidlist-table .cell-account {
    flex-direction: column;
}

.client-info {
    line-height: 24px;
}

.client-info strong {
    margin-right: 5px;
}

/* Reset Password page */
/* main color: #57BFBD */
.reset-password-container {
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
}

.reset-password-container .panel-default {
    margin-top: 0;
    padding-top: 100px;
}

.reset-password-container .panel-body {
    padding: 15px 5px;
    border-radius: 3px;
}

/* Message Box */
.alert {
    font-size: 16px;
}

.form-check-label .form-check-input {
    margin-top: 5px;
}

/* Modals */

.alert.notify-modal {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 120px;
    z-index: 10;
}

.alert.notify-modal .close {
    font-size: 30px;
    padding: 5px 10px;
}

.empty-list {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
}

/* Currency inpunts */

.currency-input {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.currency-input .form-control {
    text-align: right;
}

.currency-label {
    text-align: center;
    width: 30%;
}

@media screen and (min-width: 768px) {
    .bidlist-table .row-head {
        display: flex;
    }
    .bidlist-table .bid-row {
        flex-direction: row;
    }
    .bidlist-table .risk-info a {
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    .alert.notify-modal {
        font-size: 18px;
    }

    .alert.notify-modal .close {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .alert.notify-modal {
        top: 150px;
    }
}

@media screen and (min-width: 980px) {
    .alert.notify-modal {
        left: 5%;
    }
}
