﻿body {
}

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    height: 20%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

label.error {
    color: red !important;
}

.validation-message-field {
    padding: 10px;
    border: 1px solid #ee602a;
    border-radius: 10px;
}

.validation-message.valid {
    color: #72ff41;
}

.validation-message.invalid {
    color: red;
}

.modal_menu_ul li {
    text-transform: uppercase;
}

.modal-body, .modal-header {
    background: black;
}

.download-btn {
    background: #ee602a;
    border: 1px solid #ee602a;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 50%;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}

.btn-resend {
    width: 85%;
    height: 40px;
    margin-top: 4px;
    padding: unset;
    font-size: 12px;
}

.congrazt-title, .congrazt-title-2 {
    color: white;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #ee602a;
    padding: 10px 0;
}

.scrolldown {
    height: 140px;
    overflow: auto;
}

.unread p {
    color: #ee602a !important;
}

.fa-copy {
    color: #ee602a;
    font-size: 15px;
    top: 68%;
    left: 91%;
    position: absolute;
}

.transfer-load {
    width: 20% !important;
    height: 20% !important;
}

#tblHistory_info {
    color: black !important;
}