﻿.btn {
    padding: 3px 6px 2px 6px;
}

.form-control {
    -webkit-appearance: button;
}

.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .popup {
        width: 100%;
    }
}


.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 95%;
    top: -6px;
}

    .close .bx {
        padding: 4px;
    }

.download-tp-excel a {
    color: #000;
    font-size: 15px;
}

.red-text {
    color: red;
}

.white-text {
    color: white;
}

.green-text {
    color: green;
}

.gray-text {
    color: gray;
}

.black-text {
    color: black;
}

.drafting-text {
    color: orange;
}

.court-text {
    color: blue;
}

.purple-text {
    color: #A349A4;
}

.nav-link.active,
.nav-item.show .nav-link {
    background-color: #f6f9ff !important;
}

i.bx.bx-edit {
    color: #ffcc66;
}

.file-upload {
    border: 1px dotted;
    padding: 30px;
    background: #ebebeb;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.table-proposal .form-control {
    font-size: 11px !important;
}

.calculation {
    padding-top: 10px;
    padding-bottom: 10px;
}

body, html {
    height: 100%;
    margin: 0;
}

.content-background {
}

input::placeholder {
    color: #000000 !important;
}


.dataTable-dropdown option {
    color: #ffffff;
}

option {
    color: #000000;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #000000;
    border: solid 1px #ffffff;
    color: #ffffff
}

.SessionMessageBox {
    background: #000;
    color: #fff;
    padding: 20px;
    border: 1px solid #ffcc66;
}

    .SessionMessageBox .header {
        padding-left: 0px;
    }

    .SessionMessageBox .footer {
        border-top: none;
    }

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.file-upload {
    border: 1px dotted;
    padding: 28px;
    background: #b7b7b7;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.table-header {
    background-color: white !important;
    color: black;
    font-weight: bold;
}

.dashboard-scale-row {
    display: inline-block;
}

.dashboard-scale {
    background-image: url(../img/scale.png);
    background-size: 90%;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    float: left;
}

.dashboard-scale-content {
    text-align: center;
    padding-top: 45px;
}


    .dashboard-scale-content .status {
        margin-left: -15px;
    }

    .dashboard-scale-content .status-count {
        margin-left: -15px;
    }

.tracker-header-line-1, .payment-header-line-1 {
    color: white !important;
    text-align: center;
}

.tracker-header-line-2, .payment-header-line-2 {
    padding: 10px;
    color: white !important;
    text-align: center;
}

.tracker-header-line-3, .payment-header-line-3 {
    padding: 10px;
    color: white !important;
    text-align: center;
}

.tracker-input-date, .payment-input-date {
    border: none;
    font-size: 13px;
    width: 70px !important;
    padding: 0;
}

.tracker-label, .payment-label {
    width: 180px !important;
}

.tracker-table .table > :not(caption) > * > *,
.payment-table .table > :not(caption) > * > * {
    padding-bottom: 0px;
}



.tracker-table tbody tr:nth-child(even),
.payment-table tbody tr:nth-child(even) {
    background-color: #464646;
}

.tracker-table thead,
.payment-table thead {
    background-color: #000 !important;
}

.payment-table th:nth-child(8),
.payment-table td:nth-child(8),
.payment-table th:nth-child(13),
.payment-table td:nth-child(13),
.payment-table th:nth-child(17),
.payment-table td:nth-child(17),
.payment-table th:nth-child(21),
.payment-table td:nth-child(21),
.payment-table th:nth-child(25),
.payment-table td:nth-child(25),
.payment-table th:nth-child(29),
.payment-table td:nth-child(29),
.payment-table th:nth-child(33),
.payment-table td:nth-child(33),
.payment-table th:nth-child(37),
.payment-table td:nth-child(37),
.payment-table th:nth-child(41),
.payment-table td:nth-child(41) {
    border-left: 6px solid white !important;
}


.tracker-table td:nth-child(8),
.tracker-table td:nth-child(11),
.tracker-table td:nth-child(13),
.tracker-table td:nth-child(16),
.tracker-table td:nth-child(19),
.tracker-table td:nth-child(21) {
    border-left: 6px solid white !important;
}
