﻿
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
    height: 100px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

.count-box {
    cursor: pointer;
}

table.dataTable tbody th, table.dataTable tbody td {
    font-size: 18px;
    color: #000;
}

table td.subject-td {
    width: 250px;
}

table td.date-td {
    width: 95px;
}

.side-nav {
    width: 210px;
}

.DTTT_container {
    display: none;
}

.multiselect-native-select > .btn-group {
    width: 100%;
}

.yesno-popup {
    width: 320px;
    padding: 25px 20px;
    position: fixed;
    bottom: 10px;
    right: -400px;
    z-index: 50;
    color: #ffffff;
    background: rgba(0,0,0,0.9);
    border: 3px solid rgba(0,0,0,0.7);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .yesno-popup .msg-content {
        padding-bottom: 15px;
        font-weight: 700;
        font-size: 15px;
        line-height: normal;
    }

.zoom-text {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    word-break: break-all;
}

.flagged-row td {
    background: #0500ff24;
}

    .flagged-row td a.flag-task-btn {
        color: #3b955a;
    }

.side-nav {
    padding-bottom: 10px;
}

.content {
    min-height: 90vh;
}

.inputfile {
    word-break: break-all;
}

    .inputfile input[type="file"] {
        display: none;
    }

.img-box {
    position: relative;
    text-align: center;
}

    .img-box input[type="file"] {
        display: none;
    }

    .img-box img {
        max-width: 100%;
        max-height: 277px;
    }

.prv-img {
    max-width: 100%;
    border-radius: 5px;
}

.zoom-img-click {
    cursor: pointer;
}

.zoom-img {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: auto;
    background: rgba(0,0,0,0.7);
    padding: 15px;
    z-index: 9999;
}

    .zoom-img .wrapper {
        padding: 20px;
        background: #ffffff;
    }

table.alc-table {
}

    table.alc-table th {
        background: #e8e8e8;
        color: rgba(0,0,0,0.7);
    }

thead.light-gray-bg th {
    color: #FFF;
    font-weight: bold;
    background: #a6acaf;
}

tfoot.green-bg td, tr.green-bg td {
    color: #FFF;
    font-weight: bold;
    background: #3b955a;
}

tfoot.gray-bg td, tr.gray-bg td {
    color: #FFF;
    font-weight: bold;
    background: #808b96;
}

.name-btn {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

    .name-btn:hover {
        color: #000;
        text-decoration: none;
    }

.logo-text span {
    text-transform: none;
}

.devtab-btn.active {
    background: #3b955a;
    color: #ffffff;
}

.color-green {
    color: #3b955a;
}

.print-container {
    color: #000;
    position: relative;
    z-index: 2;
}

    .print-container label {
        font-weight: 700;
        color: #000;
        font-size: 16px;
        margin: 0px;
    }

    .print-container .p-text {
        height: 40px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
        line-height: normal;
    }

    .print-container .p-signature {
        height: 140px;
        border-bottom: 1px solid #000;
    }

    .print-container h2 {
        display: block;
        padding: 0px;
        border-bottom: 5px solid #098915;
        margin: 10px 0px 15px 0px;
    }

        .print-container h2 span {
            font-size: 18px;
            color: rgba(0,0,0,0.7);
        }

.border-b5 {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 5px solid #098915;
}

.receipt-text {
    font-size: 22px;
    font-weight: 700;
    text-align: right;
}

.print-btn {
    color: #ffffff !important;
    cursor: pointer;
}

.receipt-bg-img {
    width: 100%;
    position: absolute;
    top: 27%;
    left: 0px;
    z-index: 1;
    transform: rotate(-45deg);
    opacity: 0.2;
    text-align: center;
}

.receipt-bg-img img{
    width:100%;
}

.team-box-img {
    position: relative;
}

    .team-box-img .frame {
        max-width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

.nav-logo {
    width: 100%;
    max-width: 147px;
}

.site-color2 {
    background: #153e52 !important;
}

    .site-color2 h2, .site-color2 p {
        color: #FFF !important;
    }

.AddsContent {
    position: relative;
}

    .AddsContent .add-img {
        width: 100%;
    }

    .AddsContent .del-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px;
        background: #ffffff;
        color: #000 !important;
        font-size: 20px;
    }

.team-member {
    vertical-align: top;
}

    .team-member .job-title {
        min-height: 45px;
    }
/*******************************************************************/
/*******************************************************************/
.hide-div {
    display: none;
}

.text-center {
    text-align: center;
}

.req-error, .error {
    color: red;
}

.success {
    color: #3b955a;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    padding-top: 40vh;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}

    .overlay img {
        width: 100px;
        display: inline-block;
    }

.jhon-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: auto;
    padding: 20px 0px;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.readonly-bg {
    background: #dbdbdb;
}

.margin_t {
    margin-top: 10px;
}

.margin_t15px {
    margin-top: 15px;
}

.margin_t25px {
    margin-top: 25px;
}

.margin_t40px {
    margin-top: 40px;
}

.box-border {
    padding: 10px;
    border: 1px solid #ccd0d3;
}

.report2 {
    display: none;
}

.show-on-mobile {
    display: none;
}
/*****************************************************************/
@media (min-width: 0px) and (max-width: 1140px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 1140px) {
}

@media (min-width: 0px) and (max-width: 767px) {
    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    .main-nav {
        display: none;
    }

    .slider, .filter {
        padding: 30px 0px;
    }
}


@media print {
    .hide-on-print, .header, .navbar, .main-nav, .footer, .print-btn-content {
        display: none;
    }

    body {
        background: #ffffff;
    }
}
