body {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;  /* 20221124: smaller the font as per triana's request */
    background-color: #fff;
    background-image: url('/img/background-vas.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.table-width {
    width: 20%;
}

.vendor-logo-height {
    height: 62px !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-control {
    padding-top: 12px !important;
}

.navigation-wrapper {
    padding: 4px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px -16px rgba(0, 0, 0, 0.75);
}

.title {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
}

.no-list-style {
    list-style: none;
}

.no-display {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

table tr.financial {
    background-color: skyblue;
    color: white;
}

table tr.contract {
    border-top: .125rem solid #dae1e7;
}

.cost {
    padding-left: 0.75rem !important;
}

.custom-select {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    font-size: 0.85rem !important;
    background-color: #dae1e7;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

a.contract_link {
    color: blue !important;
    text-decoration: underline;
}

.passport-authorize .container {
    margin-top: 30px;
}

.passport-authorize .scopes {
    margin-top: 20px;
}

.passport-authorize .buttons {
    margin-top: 25px;
    text-align: center;
}

.passport-authorize .btn {
    width: 125px;
}

.passport-authorize .btn-approve {
    margin-right: 15px;
}

.passport-authorize form {
    display: inline;
}

form i.far {
    position: absolute;
    top: .625rem;
    right: 1.75rem;
    font-size: 22px;
    z-index: 9999;
    color: grey;
    cursor: pointer;
}

.main_answer {
    padding-bottom: 0.75rem;
}

.answer {
    padding-left: 0.75rem !important;
}

.score {
    padding-left: 0.75rem !important;
}

.download {
    color: #9A4192;
    border-color: #9A4192;
    background-color: transparent;
    background-image: none;
}

.download:hover {
    color: #fff;
    border-color: #9A4192;
    background-color: #9A4192;
}

table td.required:after {
    color: #d00;
    margin-left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 7px;
    content: "\f069";
}

table th.required:before {
    color: #d00;
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 7px;
    content: "\f069";
}

h5.required:after {
    color: #d00;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 7px;
    content: "\f069";
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.card.attribute {
    border-left: 5px solid #004f88;
}

.contract .title {
    padding: 0;
    font-size: 18px;
    color: #555454;
    margin-top: 0;
    margin-bottom: 14px;
}

.title {
    font-weight: bold;
    margin-bottom: .75rem;
}

.subtitle {
    margin-top: 1rem;
    font-size: 0.7em;
    color: #b9b9b9;
    font-weight: bold;
}

.subtitle .desc {
    padding: 0;
    margin: 0;
}

.desc {
    font-size: 1em;
    color: #777777;
}

.padL0 { padding-left:0 !important }

table th.fr-style:after, label.fr-label:after, h5.fr-header:after {
    color:red;
    content:"*";
    margin-left: 0.4em;
}
