﻿html, body, form {
    height: 100%;
}

.main, body {
    overflow-x: clip;
    min-height: calc(100vh - 42px);
    /*    font-family: 'Open Sans';*/
    /*height: calc(100vh - 42px) !important;*/
}
p {
    font-size: 14px;
    color: #f3f3f3;
}
p.text-lg-end.text-white {
    margin: auto
}

p.text-start.whiteText {
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    a.whiteText {
        display: block;
        padding-block: 5px;
    }

    .footerInfo {
        --bs-gutter-x: 0.5rem;
    }

    p.text-lg-end.text-white {
        padding-bottom: 5px;
    }

    .pipe {
        display: none;
    }
}
.bold {
    font-weight: 600;
}
.navBackground {
    background-color: #000000;
}
.navbar-brand{
    text-transform: uppercase;
    font-size: 14px;
}
.whiteText {
    color: #ffffff !important;
    text-decoration: none;
}
.redText {
    color: #ff0000;
}
.nav-link {
    padding-right: 1.5rem !important;
    font-size: 14px;

}
.btngray {
    background-color: #d3d3d3;
}

.btnOrange {
    background-color: #F25022;
    color: white;
    width: 90%;
}

.btnOrange:hover {
    color: white;
}

.btn-purple, .btn-purple:hover {
    background: #4251FF;
    color: white;
}

.orangeText {
    color: #F25022;
}

.borderStrong {
    border: 1px solid #9f9e9e !important;
    border-radius: 0.7rem !important;
}
.boxshadow {
    box-shadow: 2px 2px 5px #3c3c3c;
}
.microsoftGreen {
    color: #7FBC00;
}

.microsoftYellow {
    color: #FFBA01;
}

.microsoftBlue {
    color: #00A4EF;
}

.list {
    display: inline-block;
}

.list.text-white {
    display: block;
    padding-inline-start: 1em;
}

.form-error {
    color: #b94a48 !important;
}

.file-upload-drop-zone:hover,
.file-upload-drop-zone.file-hovered {
    background-color: #f5f5f5;
    cursor: pointer;
}

@media(max-width: 991px) {
    .container.mt-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
}

.status-custom {
    background: white;
    border-radius: 0px;
    border: 0.4px solid #dedede;
    height: 9px;
    width: 150px;
    margin: auto;
}

@media(max-width: 900px){
    .status-custom {
        width: 100px;
    }
}

.progress-bar {
    background: #60cf45;
}

.skewed {
    clip-path: polygon(0 0, 0 100%, 50% 100%, 90% 105%, 100% 0);
}

i.fa-download {
    color: #6c757d !important;
}

i.fa-trash-alt {
    color: #6c757d !important;
}

.darkgray{
    color: #747474;
}

.mediumgray{
    color: #949494;
}

@media (min-width: 576px) {
    .md-background {
        background: #ededed;
    }
}

.flash-message {
    position: fixed;
    bottom: 0;
    right: 1rem;
    font-size: 12px;
}

input.form-control:-moz-autofill,
input.form-control:-moz-autofill-preview,
input.form-control:-webkit-autofill {
    filter: none;
    background: #fff !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding: .375rem .75rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border: 1px solid #ced4da;
    background-image: none !important;
}
.invalid-feedback {
    font-size: 0.85rem;
    color: #b94a48;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #b94a48 !important;
    background-image: none !important;
}
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #b94a48 !important;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #b94a48 !important;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label{
    color: unset !important;
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: unset !important;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #0d6efd !important;
}
.form-control:valid:focus {
    box-shadow: none;
}
.form-select.is-valid, .was-validated .form-select:valid {
    border: 1px solid #ced4da;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 0.25rem rgb(40 167 69 / 25%);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

