﻿.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10%;
}

label.error {
    color: red;
}

#popupAnnouncementListingModal .close span, .promo-modal .close span, .inbox-modal .close span {
    right: 16px;
    position: absolute;
    top: 20px;
    background: #737373;
    opacity: 1;
    border-radius: 50%;
    font-size: 25px;
    padding: 0px 4px;
    color: #fff;
}

#popupAnnouncementListingModal .modal_body_share, .promo-modal .modal_body_share, .inbox-modal .modal_body_share {
    padding: 0px;
}

.modal-footer {
    border-top: none;
}

.contact_wrapper a {
    color: white;
}

.acc-part {
    height: auto;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #151515;
}

.inbox_msg_text:hover {
    cursor: pointer;
}

.inbox_msg_text {
    color: white;
}

.read {
    color: #7f7f7f;
}

#tblHistory_length label {
    color: #7f7f7f;
}

#tblHistory.dataTable tbody tr {
    background-color: #151515;
}

    #tblHistory.dataTable tbody tr td {
        border: 2px solid #212121;
    }

.fourD-item .fd-top {
    height: 37px;
}

.promo-desc-sm-title p {
    color: #9a9a9a;
}