html {
    font-size: 14px;
}

.testBackground {
    background-image: url('../images/TEST.png');
    background-repeat: repeat;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .showVeryNarrowScreen {
        display: none;
    }

    .text-right-lg-screen {
        text-align: right;
    }
}

@media (max-width: 575px) {
    .hideVeryNarrowScreen {
        display: none;
    }
}

@media (min-width: 993px) {
    .showNarrowScreen {
        display: none;
    }

    .heading-resize {
        font-size: 31px;
    }
}

@media (max-width: 992px) {
    .hideNarrowScreen {
        display: none;
    }

    .heading-resize {
        font-size: 21px;
    }
}

@media (max-width: 1200px) {
    .hideSomewhatNarrowScreen {
        display: none;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer-bs {
    bottom: 0px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1030;
}

.fw-lessbold {
    font-weight: 500;
}

.heading-lg {
    font-size: 34px;
}

.heading-md {
    font-size: 24px;
}

.heading-sm {
    font-size: 19px;
}

.cursor-pointer {
    cursor: pointer;
}


#modotImg {
    width: 58px;
    height: 32px;
}

.whiteLogo {
    filter: invert(88%) sepia(21%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100);
}

#modotName {
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px;
    color: #4A4A4A;
    position: relative;
    top: 0px;
}

@media only screen and (min-width: 992px) {
    #modotImg {
        width: 100px;
        height: auto;
    }

    #modotName {
        font-size: 24px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 1200px) {
    #modotImg {
        width: 122px;
        height: 66px;
    }

    #modotName {
        font-size: 32px;
        font-weight: 400;
        top: 10px;
    }
}

#logoHeader {
    margin-top: 10px;
}

#largeHeader {
    /*border-bottom: 1px solid black;*/
    border-top: 1px solid lightgray;
    margin-bottom: 10px;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-outline-primary {
    color: #1861ac;
    border-color: #1861ac;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-check:checked + .btn-outline-primary {
    color: #fff !important;
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

.btn-progress {
    border: 1px solid black;
    cursor: default;
    color: #fff;
    background-color: #4078a5;
}

.btn-progress:hover, .btn-progress:focus, .btn-progress:active {
    color: #fff;
}

.btn-progress-navigate {
    border: 1px solid black;
    color: #fff;
    background-color: #4078a5;
}

    .btn-progress-navigate:hover, .btn-progress-navigate:focus, .btn-progress-navigate:active {
        color: #fff;
        outline: 1px solid black;
    }

.btn-progress-disabled {
    border: 1px solid black;
    color: darkslategray;
    cursor: default;
}

.btn-progress-disabled-navigate {
    border: 1px solid black;
    color: darkslategray;
}

    .btn-progress-disabled-navigate:hover, .btn-progress-disabled-navigate:focus, .btn-progress-disabled-navigate:active {
        outline: 1px solid black;
    }

.btn-progress-active {
    outline: 1px solid black;
    z-index: 1000;
    background-color: #2b506e;
}

.bi-filetype-docx, .bi-filetype-doc {
    color: blue;
}

.bi-filetype-xlsx, .bi-filetype-xls {
    color: green;
}

.bi-filetype-pdf {
    color: red;
}

.input-validation-error {
    background-color: rgb(250, 215, 215);
    border: 2px solid red;
}

.breadcrumb-item {
    font-size: 13px !important;
}