@charset "UTF-8";
/* CSS Document */
/*----------------------------------------*/
/*-------------MASTER STYLES--------------*/
/*----------------------------------------*/
body {
    background-color: #f3f3f3;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}

strong, bold, b, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.gmc-top-bar {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    position: relative;
    display: flex;
}

    .gmc-top-bar a {
        color: #fff;
        text-decoration: none;
        transition: all 500ms;
    }

        .gmc-top-bar a:hover {
            opacity: 1;
        }

.gmc-header {
    background-color: #b4111a;
}

    .gmc-header a {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 13px;
        /*opacity: .5;*/
        opacity: 1 !important;
        transition: all 500ms;
    }

        .gmc-header a:hover, .gmc-header a.active, .gmc-header a.show {
            /*opacity: 1;*/
            opacity: .6;
        }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-toggle:after {
    border: none !important;
    font-family: FontAwesome;
    content: "\f107";
    transition: all 1s;
}

@media(min-width:992px) {
    .dropdown-toggle:after {
        display: block;
        text-align: center;
    }
}

@media(max-width:991px) {
    .dropdown-toggle:after {
        float: right;
    }

    .gmc-header a {
        font-size: 15px;
    }
}

.dropdown-toggle.show:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

ul.dropdown-menu {
    background-color: #9c0d15;
    border-radius: 0;
    padding: 0;
}

    ul.dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

        ul.dropdown-menu li:last-of-type {
            border-bottom: 0;
        }

.gmc-header a.dropdown-item {
    color: #fff;
    font-weight: 400;
    padding: 15px 15px 15px 30px;
    font-size: 13px;
    text-transform: unset;
}

    .gmc-header a.dropdown-item:focus, .gmc-header a.dropdown-item:hover {
        background-color: #7e150f;
        opacity: 1 !important;
    }

.gmc-footer {
    background-color: #211f1f;
    font-size: 12px;
}

    .gmc-footer, .gmc-footer a, .gmc-footer ul.fa-ul, .gmc-footer ul.fa-ul a {
        color: #fff;
        text-decoration: none;
    }

        .gmc-footer ul.fa-ul li {
            padding-bottom: 15px;
        }

        .gmc-footer .copyright {
            font-size: 12px !important;
            opacity: .6;
            color: #fff;
            margin-top: 10px;
        }

.footer-nav a {
    font-size: 14px;
    color: #fff;
    padding: 8px 0;
    text-transform: uppercase;
}

    .footer-nav a:hover, .gmc-footer ul.fa-ul a:hover {
        color: #b4111a;
    }

@media(max-width:992px) {
    .gmc-footer img {
        max-height: 45px;
    }

    .gmc-footer .border-start {
        border: 0 !important;
    }
}

@media(max-width : 767px) {
    .gmc-footer ul.fa-ul {
        margin-top: 30px;
        margin-left: 20px;
    }

    .copy-info, .copy-links {
        text-align: center !important;
        padding: 8px 0;
    }

    .col-form-label {
        text-align: left !important;
    }
}

button {
    outline: none;
}

*:focus {
    outline: 0 !important;
}
/*----------------------------------------*/
/*------------HOME PAGE STYLES------------*/
/*----------------------------------------*/
.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
}

.home-hero {
    background-image: url("../../img/headers/home.jpg");
}

.deviation-hero {
    background-image: url("../../img/headers/deviations.jpg");
}

.bidreview-hero {
    background-image: url("../../img/headers/bid-reviews.jpg");
}

.bidcancel-hero {
    background-image: url("../../img/headers/bid-cancellations.jpg");
}

.faq-hero {
    background-image: url("../../img/headers/faqs.jpg");
}

.contact-hero {
    background-image: url("../../img/headers/contact.jpg");
}

.condonation-hero {
    background-image: url("../../img/headers/condonations.jpg");
}

.advise-hero {
    background-image: url("../../img/headers/advice-complaints-workshops.jpg");
}

.procure-hero {
    background-image: url("../../img/headers/procurement-plan-reporting.jpg");
}

.login-hero {
    background-image: url("../../img/headers/login.jpg");
}

.herotext {
    background-image: url("../../img/hero-text-bg.png");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 0 0 0 12px;
    max-width: 600px;
}

    .herotext p {
        font-size: 14px;
    }

@media(max-width:575px) {
    .herotext {
        margin-top: 90px;
        background-position: top center;
    }
}

.container_foto {
    background-color: #b4111a;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .container_foto article {
        padding: 10% 10% 0 10%;
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .container_foto h2 {
        background-color: #f3f3f3;
        color: #211f1f;
        font-weight: 300;
        font-size: 18px;
        padding: 12px 12px 15px 12px;
        margin-bottom: 0;
    }

        .container_foto h2:after {
            background-color: #b4111a;
            content: "";
            width: 100px;
            height: 1px;
            display: block;
            margin-top: 15px;
        }

    .container_foto img {
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 4s ease;
        -moz-transition: all 4s ease;
        -o-transition: all 4s ease;
        -ms-transition: all 4s ease;
        transition: all 4s ease;
    }

.ver_mas {
    background-color: #f3f3f3;
    position: absolute;
    width: 80%;
    left: 10%;
    height: 100px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 100px);
    -webkit-transform: translate(0px, 100px);
    -moz-transform: translate(0px, 100px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .ver_mas p {
        color: #70777f;
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: left !important;
        padding: 0 12px;
        margin-bottom: 10px;
    }
/*hovers*/
.container_foto:hover {
    cursor: pointer;
}

    .container_foto:hover img {
        opacity: 0.2;
        transform: scale(1.2);
    }

    .container_foto:hover article {
        transform: translate(0px, -99px);
        -webkit-transform: translate(0px, -99px);
        -moz-transform: translate(0px, -99px);
        -o-transform: translate(0px, -99px);
        -ms-transform: translate(0px, -99px);
    }

    .container_foto:hover .ver_mas {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        opacity: 1;
    }

.gmc-scp hr {
    width: 70%;
    margin: 40px auto;
}

.gmc-scp h1:after {
    background-color: #b4111a;
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    margin: 15px auto 45px;
}

.gmc-scp h4 {
    font-weight: 300;
    margin-bottom: 30px;
}

.gmc-scp p {
    font-size: 16px;
}

    .gmc-scp p a {
        color: #b4111a;
        text-decoration: none;
        transition: all .5s;
        margin-left: 0px;
    }

        .gmc-scp p a:before {
            font-family: FontAwesome;
            content: "\f105";
            opacity: 0;
            padding-right: 0px;
            transition: all .5s;
        }

        .gmc-scp p a:hover:before {
            opacity: 1;
            padding-right: 10px;
        }

        .gmc-scp p a:hover {
            margin-left: 25px;
        }

.col-form-label {
    padding-top: 0px;
    padding-right: 15px;
    display: block;
    text-align: end;
}

.btn-gmc {
    color: #fff;
    background-color: #b4111a;
    text-transform: uppercase;
    transition: all .5s;
    padding-right: 15px;
}

    .btn-gmc:before {
        font-family: FontAwesome;
        content: "\f105";
        opacity: 0;
        padding-right: 0px;
        transition: all .5s;
    }

    .btn-gmc:hover {
        background-color: #91003a;
        color: #fff;
        padding-left: 10px;
    }

        .btn-gmc:hover:before {
            opacity: 1;
            padding-right: 10px;
        }
/*----------------------------------------*/
/*------------FORM TAB STYLES-------------*/
/*----------------------------------------*/
@media screen and (max-width: 992px) {
    .responsive-tabs .nav-tabs, .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }

    .responsive-tabs .tab-content .collapse.in, .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}

@media screen and (min-width: 991px) {
    .responsive-tabs .panel-heading {
        display: none;
    }

    .responsive-tabs > .active {
        height: auto !important;
    }
}

.tab-content .panel-heading {
    padding: 0;
}

.tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
}

.alert {
    font-weight: 400;
    font-family: 'Lato', sans-serif !important;
}

    .alert strong {
        font-weight: 700;
    }

.alert-success {
    border-color: rgba(10, 161, 69, 0.5);
    color: #0aa145;
    background-color: rgba(10, 161, 69, 0.2)
}

.alert-error {
    border-color: rgba(239, 65, 35, 0.5);
    color: #ef4123;
    background-color: rgba(239, 65, 35, 0.2)
}

.alert-primary {
    border-color: rgba(0, 160, 217, 0.5);
    color: #00a0d9;
    background-color: rgba(0, 160, 217, 0.2)
}

.page-link.active {
    background-color: #b4111a;
    color: #fff;
    border: 1px solid #b4111a;
}

.page-link {
    border: 1px solid #b4111a;
    color: #b4111a;
}

    .page-link:hover {
        border: 1px solid #91003C;
        background-color: #91003C;
        color: #fff;
    }

.nav-tabs {
    border-bottom: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #b4111a;
    border-color: #b4111a;
    transition: all .5s;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #91003a;
        border-color: #91003a;
        transition: all .5s;
    }

.gmc-scp .nav-link {
    border: 2px solid #b4111a !important;
    color: #b4111a;
    max-width: 98% !important;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 10px !important;
}

    .gmc-scp .nav-link.active {
        background-color: #b4111a !important;
        color: #fff;
    }

        .gmc-scp .nav-link.active:hover, .gmc-scp .nav-link:hover {
            border: 2px solid #91003a !important;
            background-color: #91003a !important;
            color: #fff;
        }

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #91003a !important;
    color: #fff;
    border: 1px solid #91003a !important;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.text-danger {
    color: #b4111a !important;
    width: 100%;
    text-align: left;
    float: left;
}

#RequestsTable {
    font-size: 12px !important;
}

.btn-gmc2 {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    transition: all .5s;
    padding-right: 15px;
}

    .btn-gmc2:before {
        font-family: FontAwesome;
        content: "\f105";
        opacity: 0;
        padding-right: 0px;
        transition: all .5s;
    }

    .btn-gmc2:hover {
        background-color: #222;
        color: #fff;
        padding-left: 10px;
    }

        .btn-gmc2:hover:before {
            opacity: 1;
            padding-right: 10px;
        }

.displayNone {
    display: none;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
    opacity: 0.5;
    z-index: 10;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(180, 17, 26, 0.5);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#requestsTB_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #a62624 !important;
    color: white;
    border-radius: 0px;
    color: #a62624 !important;
}

a.paginate_button.current {
    background-color: #a62624 !important;
    color: #fff !important;
}

#requestsTB_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #a62624 !important;
}

a#requestsTB_next {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

a#requestsTB_previous {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-color: #ccc !important;
}


.link-lighter{
    color: #c3c4c3 !important;
}

.toast {
    background-color: #b4111a;
}