﻿.input-validation-error:focus {
    border: 2px solid #a94442;
}

.w-100-btn {
width: initial;
}

.modal {
    padding: 0 !important;
    override inline padding-right added from js
}

    .modal .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal .modal-body {
        overflow-y: scroll;
    }

.pdf-container {
    overflow-x: auto;
}

.pdf-container p {
    color: #000;
}

.full-modal-dialog {
    max-width: 100% !important;
    margin: 0px !important;
}

.input-validation-error {
    border: 2px solid #a94442 !important;
}

.field-validation-error {
    color: #a94442;
}

.alert ul {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #7e7e7e;
    color: #7e7e7e;
}

@media (min-width: 600px) and (max-width: 4093px) {
    .toggle-menu .quick-logout {
        display: none;
    }
}

@media (min-width: 1000px) and (max-width: 1600px) {
    .mobile-width {
        width: 50%;
    }
}

@media (min-width: 200px) and (max-width: 1000px) {
    .mobile-width {
        width: 100%;
    }
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.dropzone {
    cursor: pointer;
    min-height: unset;
}

    .dropzone .dz-message {
        font-size: 16px;
    }

.selection-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .selection-list li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
        margin-left: 0px;
    }

.breadcrumbbar {
    margin: 85px 30px 0px 30px;
}

.leftbar {
    width: 300px;
}

@media (max-width: 767px) {
    .leftbar {
        position: fixed;
        margin-left: -300px;
    }

    .contentbar {
        padding: 30px 30px 30px 30px !important;
        margin-bottom: 30px;
    }

    .breadcrumbbar {
        margin: 85px 30px 0px 30px !important;
    }
}

.contentbar {
    padding: 30px 30px 30px 50px;
    margin-bottom: 30px;
}

.breadcrumbbar {
    margin: 85px 30px 0px 50px;
}


.profilebar img {
    width: 26px !important;
    margin-top: unset !important;
}

.profilebar a {
    padding: 10px 8px 10px !important;
    border-radius: 3px !important;
}

.table-details td {
    padding: 0.3rem;
}

.hidden {
    display: none;
}

/* Custom */

.btn-check {
    background-color: #7e7e7e;
    border-color: #7e7e7e;
    color: #fff;
}

.btn-primary {
    background-color: #69C0D2;
    border-color: #69C0D2;
}

    .btn-primary:visited {
        background-color: #69C0D2;
        border-color: #69C0D2;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #62acbb;
        border-color: #62acbb;
    }

    .btn-primary:focus {
        background-color: #62acbb;
        border-color: #62acbb;
    }

    .btn-primary:hover {
        background-color: #62acbb;
        border-color: #62acbb;
    }

.title-colour {
    color: #69C0D2;
}

.text-colour {
    color: #8A98AC;
}

.text-primary {
    color: #69C0D2 !important;
}

p a {
    color: #69C0D2 !important;
}

.brand-link {
    color: #69C0D2 !important;
}

.close {
    line-height: 0.8 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #69C0D2 !important;
    border-color: #69C0D2 !important;
}

.btn {
    padding: 8px 14px;
    border-radius: 20px !important;
    moz-border-radius: 20px !important;
    webkit-border-radius: 20px !important;
}

.btn-no-radius {
    padding: 6px 12px !important;
    border-radius: 3px !important;
    moz-border-radius: 3px !important;
    webkit-border-radius: 3px !important;
}

.bg-primary {
    background-color: #69C0D2 !important;
}

.vertical-menu > li.active > a {
    color: #69C0D2 !important;
}

.modal-header {
    background-color: #69C0D2;
    border-color: #69C0D2;
}

.swal2-modal .swal2-confirm {
    background-color: #69C0D2 !important;
}

.badge-primary {
    background-color: #69C0D2 !important;
}

.rightbar {
    margin-left: 280px;
}

.topbar {
    left: 280px;
}

.vertical-menu > li:hover a {
    color: #69C0D2 !important;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 5px #721c24;
    }

    50% {
        box-shadow: 0 0 20px #721c24;
    }

    100% {
        box-shadow: 0 0 5px #721c24;
    }
}

.alert-flashing {
    animation: glowing 1300ms infinite;
}

.card .card-header .btn-header-link:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    float: right;
}

.card .card-header .btn-header-link.collapsed {
    color: #fff;
}

    .card .card-header .btn-header-link.collapsed:after {
        content: "\f078";
    }

.card .collapsing {
    line-height: 30px;
}

.signature-container {
    width: 100%;
    height: 200px;
}

.checked-accordion {
    background-color: limegreen;
    color: white !important;
}

@media (max-width: 576px) {
    .w-100-btn {
        width: 100%;
    }
}