/*.table tr td:first-child, .table tr th:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}*/

.highlight {
    background-color: #f7fa00;
}

.home-btn {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px !important;
    font-size: 26px;
    /*    color: #43D1A1 !important;*/
    /*color: #1db1ba !important;*/
    color: #98644c !important;
    border: 3px #43D1A1 solid;
    box-shadow: 0px 3px 3px #2f2d2b;
}

.select2-container--default .select2-selection--single {
    /*border-color: #43D1A1  !important;*/
    /*border-color: #1db1ba !important;*/
    border-color: #98644c !important;
    border-width: 2px !important;
}

.input-group-text {
    /*border-color: #43D1A1  !important;*/
    /*border-color: #1db1ba !important;*/
    border-color: #98644c !important;
    border-width: 2px !important;
    border-left: none !important;
}

    .input-group-text i {
        /*color: #1db1ba !important;*/
        color: #98644c !important;
    }

.form-control {
    /*border-color: #43D1A1 !important;*/
    /*border-color: #1db1ba !important;*/
    border-color: #98644c !important;
    border-width: 2px !important;
}

.control-label {
    color: #3A3530 !important;
}

.footer {
    padding: 10px 0 10px 0 !important;
}

.input-group-prepend {
    background-color: #E5E5E5 !important;
}

    .input-group-prepend label {
        /*color: #1db1ba !important;*/
        color: #98644c !important;
    }

.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: salmon;
    color: #fff;
    font-size: 1.0625em;
}

/*button, .btn {
    min-width: 80px !important;
}*/
/*.btn-sm, .btn-group-sm > .btn {
    padding: 0.15rem 0.1rem .6rem 0.1rem !important;
}*/
.note-info {
    background: #F7F8F9;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 2px;
    padding: 10px;
    border: solid 1px #dde0e2;
    align-items: center;
}

.btn-danger-bid {
    min-width: 100px;
    padding: 5px 20px;
    font-size: 13px;
}

.btn-primary-bid {
    background-color: #09572d !important;
    min-width: 100px;
    padding: 5px 20px;
    font-size: 13px;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
    font-size: 2.5rem !important;
}

h2.swal2-title {
    font-size: 13px !important;
}

.swal2-confirm {
    /*background-color: #3FC396 !important;*/
    background: transparent;
    background-image: radial-gradient(circle,rgba(255,0,0,0), #dac397,#ce9d42);
    color: #000;
    transition: all .3s;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background: transparent;
    background-image: radial-gradient(circle,rgba(255,0,0,0), #dac397,#ce9d42);
    color: #000;
    transition: all .3s;
}

.swal2-popup .swal2-styled:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-gray {
    background-color: #CCCCCC !important;
    border-color: #CCCCCC !important;
}

    .btn-gray a:hover, a:focus, a.active {
        text-decoration: none;
        outline: none;
        color: black;
    }

.bg-manqy {
    background-color: #B68400;
}
.bg-bkar {
    background-color: #846FA9;
}
.bg-fardy {
    background-color: #09572D;
}

.text-danger-bid {
    color: #AE3838 !important;
}
.bg-LastBidder {
    background-color: #50AFE5;
}
.btn-danger-bid {
    background-color: #B02319 !important;
}
.bg-danger-bid {
    background-color: #B02319 !important;
}


@keyframes flickerAnimation {
    0%, 20% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

    21%, 40% {
        box-shadow: none;
    }

    41%, 60% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

    61%, 80% {
        box-shadow: none;
    }

    81%, 100% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }
}

@-o-keyframes flickerAnimation {
    0%, 20% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }
    21%, 40% {
        box-shadow: none;
    }
    41%, 60% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }
    61%, 80% {
        box-shadow: none;
    }
    81%, 100% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

}

@-moz-keyframes flickerAnimation {
    0%, 20% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

    21%, 40% {
        box-shadow: none;
    }

    41%, 60% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

    61%, 80% {
        box-shadow: none;
    }

    81%, 100% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }
}

@-webkit-keyframes flickerAnimation {
    0%, 20% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

    21%, 40% {
        box-shadow: none;
    }

    41%, 60% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }

    61%, 80% {
        box-shadow: none;
    }

    81%, 100% {
        box-shadow: 0px -1px 16px 4px #b02319;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 3.5s infinite;
    -moz-animation: flickerAnimation 3.5s infinite;
    -o-animation: flickerAnimation 3.5s infinite;
    animation: flickerAnimation 3.5s infinite;
}




.border-collapse {
    border-collapse: collapse;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: #7A84A4 !important;
    opacity: 0.6 !important;
}

::-moz-placeholder, ::-moz-placeholder:focus { /* Firefox 19+ */
    font-size: 14px;
    color: #7A84A4 !important;
    opacity: 0.6 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #7A84A4 !important;
    opacity: 0.6 !important;
}

:-moz-placeholder, :-moz-placeholder:focus { /* Firefox 18- */
    font-size: 14px;
    color: #7A84A4 !important;
    opacity: 0.6 !important;
}


textarea {
    width: 95%;
    padding: 6px 12px;
    background-color: #fff;
    /*border: 1px solid #c2cad8;*/
    border-radius: 4px;
    line-height: 1.42857143;
    border: 1px solid #ebebeb !important;
    box-shadow: none !important;
}

    textarea:focus {
        outline: 1px solid #9aabff !important;
    }

.overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .overlay > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

@media (max-width: 600px) {
    .hidden-xs {
        display: none;
    }
}

.bid-maininfo-bart {
    margin: 10px 4px;
    padding: 10px 0px;
    /*    border: 2px solid #09572d;*/
    border-radius: 10px;
}
