﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



/* Custom Styles added for site */

.form-signin {
    max-width: 330px;
    padding: 0 0 0 15px;
}

.navbar .container {
    flex-wrap: wrap !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand.nav-gs1 {
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    a.navbar-brand.nav-cgcsa {
        margin: 0;
    }

    a.navbar-brand img {
        max-width: 250px !important;
        max-height: 250px;
    }

    a.navbar-brand.nav-gs1 img {
        margin-left: 0px !important;
    }

.bold-underline, .bolderline {
    font-weight: bold;
    text-decoration: underline;
}

label.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.icon_info {
    background: url("/images/icon_info3.png");
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.signin-img {
    /*width: 88px;*/
    height: 88px;
    margin: 0 0 15px -27px;
}

.nav-item.b-l {
    position: relative
}

    .nav-item.b-l:before {
        content: '';
        height: 75%;
        border: 1px solid #000;
        position: absolute;
        left: 0;
        top: 11%;
    }

@media (max-width: 600px) {
    .signin-img {
        /*width: 88px;
        height: 88px;*/
    }

    a.navbar-brand.nav-cgcsa img {
        max-width: 33vw !important;
    }
}

@media (max-width: 770px) {
    a.navbar-brand {
        margin: 0;
        padding: 0;
    }

        a.navbar-brand img {
            /*width: 150px !important;*/
            /*max-height: 60px;
            margin-left: auto;
            margin-right: auto;*/
        }
}

@media (max-width: 992px) {
    .navbar-brands-container {
        /*width: 100%;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1400px) {

    a.navbar-brand img {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 576px) and (max-width: 1150px) {
    .navbar-collapse:not(.show) {
        position: absolute;
        right: 50px;
        top: 28px;
        max-width: Calc(100% - 325px);
    }
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* ||||||||||| styles
-------------------------------------------------- */
* {
    font-family: Verdana !important;
}

main {
    /*background: white;*/
    /*margin-top: 50px;*/
}

.main.container {
    max-width: none;
    padding: 50px;
}

.white-card {
    background: white;
    border-radius: 5px;
    padding: 40px;
}

    .white-card.p-20 {
        padding: 20px;
    }

.top-header {
    position: relative;
    margin-bottom: 25px;
}

    .top-header * {
        color: white;
    }

    .top-header h1,
    .top-header h2 {
        margin: 0 !important;
    }

        .top-header h1 span,
        .top-header h2 span {
            font-weight: normal;
            font-size: 16px;
        }

    .top-header .btnCreate {
        position: absolute;
        right: 10px;
        bottom: 0;
    }


.btn_primary {
    color: #fff;
    background-color: #60AB55;
    border-color: transparent;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 11px 20px;
}

    .btn_primary:hover {
        background: #000;
        color: #FFF;
    }

a.btn_primary {
    text-decoration: none;
}

.btn_primary2 {
    color: #329232;
    border-radius: 5px;
    background: rgba(107, 183, 107, 0.20);
    border-color: transparent;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 11px 20px;
}
    .btn_primary2:hover {
        background: #60AB55;
        color: #FFF;
    }


table.flw {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    table.flw > :not(caption) > * > * {
        border-width: 0;
    }

    table.flw th {
        color: #A9A9A9;
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 11px 20px;
    }

    table.flw tbody tr {
        border-radius: 5px;
        background: #F8F8F8;
    }

        table.flw tbody tr td:first-child {
            border-radius: 5px 0 0 5px;
        }

        table.flw tbody tr td:last-child {
            border-radius: 0 5px 5px 0;
        }

    table.flw tbody td {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 214.286% */
        padding: 11px 20px;
        position: relative;
    }

        table.flw tbody td.border-left:before {
            content: "";
            position: absolute;
            top: 23%;
            bottom: 23%;
            left: 0;
            border: 1px solid #A9A9A9;
            border-radius: 100%;
        }


    table.flw img.status-icon {
        width: 20px;
    }

/* header styles
-------------------------------------------------- */
.navbar a.nav-link:hover,
.navbar button.nav-link:hover {
    color: #0056b3 !important;
    background-color: #c4d7ed !important;
    text-decoration: none;
    border-radius: 5px;
}

.navbar .nav-link.active {
    border-radius: 0;
    color: #f26334;
    border-bottom: 2px solid #f26334;
    background-color: transparent !important;
}

#main-bg-overlay {
    background: linear-gradient(-11deg, #6BB76B -5.86%, #006EAD 66.15%, #032C84 95.81%);
    height: 369px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

header .container {
    margin: 0;
    padding: 0 50px 0 0;
    max-width: none;
}

header .navbar {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    padding: 0;
    margin: 0 !important;
}

    header .navbar .nav, header .navbar-nav { /*navbar-collapse*/
        background: #FFF;
        border-radius: 100px;
        padding: 15px 10px;
        border-radius: 11px;
    }

    header .navbar li {
        padding: 0 10px;
    }

    header .navbar a.nav-link {
        /*padding: 0;*/
    }

    header .navbar .nav-link.active {
        border-bottom: 2px solid #5B9AD4;
        margin-bottom: -2px;
    }

    header .navbar .btn-group {
        margin: 0;
    }

    header .navbar .dropdown-toggle {
        padding: 0;
    }

    header .navbar .dropdown-menu {
        bottom: -85px;
    }

    header .navbar .navbar-toggler {
        background: white;
    }
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.footerbuffer {
    height: 60px;
}


/* Login page  styles
-------------------------------------------------- */
.row.login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 100vh;
    display: flex;
}

    .row.login .col-l {
        width: 500px;
        padding: 150px 3vw 75px;
    }

    .row.login .col-r {
        width: 1px;
        height: 100%;
        padding: 180px 3.7vw 75px;
        flex-grow: 1;
        background: linear-gradient(-15deg, #6BB76B -5.86%, #006EAD 62.98%, #032C84 95.81%);
        color: white;
        text-align: center;
    }

        .row.login .col-r p {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.80);
        }

        .row.login .col-r a {
            color: white;
        }

        .row.login .col-r .welcome-block {
            background: #D9D9D91A;
            width: 100%;
            margin: auto;
            text-align: center;
            padding: 68px 75px 111px;
            line-height: 26px;
            margin-bottom: 75px;
        }

            .row.login .col-r .welcome-block h1 {
                font-size: 24px;
                font-weight: 700;
            }

            .row.login .col-r .welcome-block p {
                font-size: 14px;
            }

@media (max-width: 1200px) {
    .row.login .col-l {
        width: 420px;
    }

    .row.login .col-r {
    }

        .row.login .col-r .welcome-block {
            padding: 5vh 5vw;
        }
}

@media (max-width: 1088px) {
    .row.login .col-l {
        padding: 120px 3vw 75px;
    }

    .row.login .col-r {
        margin-bottom: 50px;
    }
}

@media (max-width: 850px) {
    .row.login .col-l {
        width: 100%;
        padding: 100px 5vw 75px;
    }

    .row.login .col-r {
        padding: 20px 5vw;
    }
}

.row.login .co-org-logo {
    width: 100%;
    display: flex;
    gap: 50px;
}


    .row.login .co-org-logo img {
        max-width: 150px;
        max-width: 45%;
    }


.login-co-org-logo {
    display: flex;
    gap: 35px 3vw;
    flex-wrap: wrap;
}

    .login-co-org-logo a {
        width: 250px;
    }
    .login-co-org-logo a img {
        width: 100%;
    }

/* Definitions page  styles
-------------------------------------------------- */
.row.flw-def {
}

    .row.flw-def .col-l {
        max-height: Calc(100vh - 269px);
        overflow: auto;
    }

    .row.flw-def .col-r {
        max-height: Calc(100vh - 269px);
        overflow: auto;
        padding: 200px 75px;
    }

/*...*/
.flw-def .nav-pills .nav-link:not(.active) {
    color: #000 !important;
}

.flw-def .nav-pills .nav-link.active {
    background: #5B9AD4 !important;
}

.flw-def .nav-pills .nav-link:not(.active):hover {
    background: #F3F3F3 !important;
}


/* scrollbar -----------*/
.flw-def .col-l::-webkit-scrollbar,
.flw-def .col-r::-webkit-scrollbar {
    width: 1em;
}

.flw-def .col-l::-webkit-scrollbar-track,
.flw-def .col-r::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.flw-def .col-l::-webkit-scrollbar-thumb,
.flw-def .col-r::-webkit-scrollbar-thumb {
    background-color: #919191;
    outline: 1px solid slategrey;
}

/* input -----------*/
.flw-def .col-r .form-group {
    display: none;
}

.flw-def select.form-select {
    border-radius: 5px;
    background-color: #F4F4F4;
    padding: 12px 20px !important;
    border-color: transparent;
    margin: 8px 0 30px;
}

@media (max-width: 1200px) {
    .row.flw-def .col-r {
        padding: 100px 55px;
    }
}

@media (max-width: 767px) {
    .flw-def .col-l {
        display: none;
    }

    .flw-def .col-r .form-group {
        display: block;
    }

    .row.flw-def .col-r {
        padding: 40px 25px;
    }
}

/* Form  styles
-------------------------------------------------- */
.failed-validation {
    border: 1px solid red !important;
}


#msform input:not([type="radio"]), #msform textarea, .select-box {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

#msform select {
    margin-bottom: 15px;
}

.field-validation-error {
    color: #dc3545 !important;
}

.input-validation-error + .field-validation-error,
.failed-validation + .field-validation-error {
    position: relative;
    top: -25px;
}

div.row > .field-validation-error {
    position: relative;
    top: -25px;
}

div.des_null {
    min-width: 135px;
}

div.des_null_notes {
    width: Calc(50% - (135px - 16.66666667%));
}

@media (max-width: 767px) {
    .des_null {
        min-width: 125px;
    }
}

h1 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
}

p {
    font-size: 14px;
}




/* input -----------*/
xinput.form-control, xselect.form-control {
    border-radius: 5px;
    background: #F4F4F4;
    padding: 12px 20px;
    border-color: transparent;
    margin: 8px 0 30px;
}



/* date input -----------*/
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="datetime"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("/images/icon_calendar_outlinewhite.png") no-repeat;
    background-size: 20px;
    background-position: 12px;
    width: 40px;
    height: 40px;
    background-color: #60AB55;
    position: absolute;
    height: 100%;
    right: 0;
}

input[type="datetime-local"],
input[type="datetime"],
input[type="date"] {
    position: relative;
}


/* progressbar -----------*/
ul#progressbar.flw {
    /*   #031F73*/
}
/*#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

*/

/* -------*/
.calc_preview_panel {
    width: 100%;
    border-radius: 5px;
    background: rgba(91, 154, 212, 0.50);
    text-align: center;
    padding: 11px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}


/* misc -----------*/
.hidden {
    display: none !important;
}

label.clear {
    color: transparent !important;
}

@media (max-width: 576px) {
    .hidden-xs {
        display: none !important;
    }
}

.txt-cta {
    color: #006EAD;
    font-weight: 700;
    font-size: 16px;
}

.pull_right {
    float: right;
}

.pull_left {
    float: left;
}