﻿.required:after {
    content: " *";
    color: red;
}

body {
    /*background-color: #EAF1E2 !important;*/
}

    body[dir="ltr"] {
        font-family: 'Open Sans', sans-serif;
    }

    body[dir="rtl"] {
        font-family: 'Cairo', sans-serif;
    }

main {
    background-color: #FFFFFF !important;
    /*box-shadow: 0 0 6px #6F9E36 !important;*/
    padding-right: 15px !important;
    padding-left: 15px !important;
}

h2 {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
    /*color: #EB725B !important;*/
    /*text-align: center !important;*/
}

h3, h4, h5, h6 {
    /*color: #6F9E36 !important;*/
}

footer {
    text-align: center !important;
    /*background-color: #6F9E36 !important;*/
    /*margin-top: 15rem !important;*/
    /*font-weight: bold !important;*/
}

    footer .container {
        color: #FFFFFF !important;
    }

thead {
    background-color: #3CD1B2 !important;
}

th, td {
    vertical-align: middle !important;
}

table {
    border: 2px solid #000000 !important;
}

label {
    color: #707070 !important;
}

.btn {
    padding: 5px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    /*margin: 4px 2px !important;*/
    cursor: pointer !important;
    border-radius: 16px !important;
}

.btn-primary {
    background-color: #2D4C9C !important;
    color: #FFFFFF !important;
}

.btn-secondary {
    color: #2D4C9C !important;
    background-color: #FFFFFF !important;
}

.btn-info {
    background-color: #1F8FE9 !important;
}

.clickable {
    cursor: pointer;
}

/* inquiry */

.top-subtext {
    font-size: 12px;
    margin: 0;
}

    .top-subtext + p {
        font-weight: bold;
    }

.reply-primary {
    color: #2D4C9C !important;
}

.reply-secondary {
    color: #EB725B !important;
}

.reply-img {
    width: 60px;
    height: 60px;
}

.lab-request-tab-img, .info-img {
    width: 30px;
    height: 30px;
}

.radius-10 {
    border-radius: 10px;
}

.form-control {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.text-danger {
    float: left;
    font-size: 0.8rem;
}

.input-group > .input-group-append > .btn {
    border-radius: 0.25rem 0 0 0.25rem !important;
    border-left: 1px solid #ced4da !important;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.video {
    vertical-align: middle;
}

.deactivated {
    color: red !important;
}

.dashboard-progress {
    background-color: #d8d8d8;
    border-radius: 20px;
    height: 30px;
    width: 100%;
}

.dashboard-progress-done {
    background: #6F9E36;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.show-in-print {
    display: none;
}

[v-cloak] {
    display: none;
}

.notifications-items-div {
    overflow-y: scroll;
    max-height: 500px;
}

    /* width */
    .notifications-items-div::-webkit-scrollbar {
        width: 7px;
    }

    /* Handle */
    .notifications-items-div::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        /* Handle on hover */
        .notifications-items-div::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.passed-biomass-test-report-result {
    width: inherit;
    font-size: 16px;
    color: #707070 !important;
    margin-bottom: 0.5rem;
    border: none !important;
    overflow: hidden;
    resize: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sample-details-notification, .sample-details-employee-notes, .client-passed-test-result, .sample-cycle-notes, .notification-template-content, .complaint-subject, .inquiry-subject {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    border: none !important;
    overflow: hidden;
    resize: none;
}

.request-survey-result-report-textarea {
    border: none !important;
    overflow: hidden;
    resize: none;
    background-color: unset !important;
}

.gj-picker table {
    direction: ltr !important;
}

.gj-picker div[role=navigator] {
    direction: ltr !important;
}

.gj-picker .modal-footer {
    direction: rtl !important;
}

table.report-container {
    width: 100%;
    border: none !important;
}

thead.report-header {
    background-color: white !important;
}