html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: calc(0.9321428571rem + 0.2571428571vw);
    font-family: "GothamSSm", Verdana, sans-serif !important;
}

@media (min-width: 1200px) {
    body {
        font-size: 1.125rem;
    }
}

.form-heading-section {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 20px;
    font-weight: 200;
    line-height: inherit;
    margin: 1rem 0 21px;
    padding-bottom: 21px;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

label.control-label {
    color: #002c6c;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

label.control-label.required:before {
    content: '* ';
    color: red;
    white-space: nowrap;
    color: #a94442;
    word-break: normal;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #69c;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.btn {
    padding: 0.5em 1.25em !important;
    border-radius: 4px;
    font-size: 15px;
}

.btn-primary {
    color: #fff !important;
    background-color: #315994 !important;
    border: 1px solid #315994 !important;
}
    .btn-primary:hover, .btn-primary:focus {
        background-color: #5B9AD2 !important;
        border-color: #5B9AD2 !important;
        outline-color: #5B9AD2 !important;
    }
    .btn-primary:not(disabled) {
        cursor: pointer;
    }

.btn-default {
    color: #000 !important;
    background-color: #eee !important;
    border: 1px solid #eee !important;
}
    .btn-default:hover, .btn-default:focus {
        background-color: #ccc !important;
        border-color: #ccc !important;
    }

.form-table {
    width: 100%;
    border-spacing: 0px 10px;
    border-collapse: separate;
    height: 358px;
}
    .form-table label.control-label {
        text-align: right;
        float: right;
        padding: 7px 15px 0;
    }


.alert-danger {
    background-color: #f9f1f1;
    border-color: #f9f1f1;
    color: #000;
}

a {
    color: #00799e;
    transition: color 0.1s ease;
}
    a:hover {
        color: #002c6c;
    }


.validation-summary-errors, .alert-danger {
    background-color: #f9f1f1;
    border-color: transparent;
    color: #00799e;
    padding: 15px;
    margin: 10px 0;
}
.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}


/* New Styling 2023 _CGCSA |//------------------------------------------------------------------------------------------------------------------------*/

body {
    background: #F3F3F3;
}

.main-top-bg {
    z-index: -1;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 318px;
    background: #032C84;
}

.page-title {
    color: white;
    font-size: 30px;
    font-family: Verdana;
    font-weight: 700;
    word-wrap: break-word
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.80);
    font-size: 30px;
    font-family: Verdana;
    font-weight: 400;
    word-wrap: break-word
}

.form-table {
    width: 654px;
    /*height: 358px;*/
    top: 237px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    border-radius:5px;
}

.content-block {
    width: 654px;
    height: 358px;
    left: 393px;
    top: 237px;
    position: absolute;
    background: #fff;
}


.content-h1 {
    width: 258px;
    left: 40px;
    top: 30px;
    position: absolute;
    color: black;
    font-size: 18px;
    font-family: Verdana;
    font-weight: 400;
    word-wrap: break-word;
}

.content-txt1 {
    width: 474px;
    height: 17px;
    left: 40px;
    top: 72px;
    position: absolute;
    color: rgba(30, 30, 30, 0.80);
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.content-spacer {
    min-height: 60px;
}

.input-label {
    color: #1E1E1E;
    font-weight: normal;
    word-wrap: break-word;
    margin-bottom:3px;
    margin-left:5px;
}

.input-txt {
    background: #F4F4F4;
    border-radius: 5px;
    height:40px;
}

.display-txt {
    color: #5B9AD4;
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    border: none;
    margin-left: 5px;
    font-family: Verdana;
}

.btn {
    background: #60AB55;
    border-radius: 5px;
    color:white;
}

div.form-col {

}

.value-display {
    width: 175px;
    left: 40px;
    top: 30px;
    position: relative;
    color: #5B9AD4;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    word-wrap: break-word;
}

button.clasdasdasd {
    width: 250px;
    height: 40px;
    left: 0px;
    top: 22px;
    position: absolute;
    background: #F4F4F4;
    border-radius: 5px;
}

div.progress-container {
    padding: 15px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    color: white;
    font-size: 16px;
}

.progressitem {
    display: flex;
    justify-content: center;
}
    .progressitem:nth-child(2) {
        margin: 0 8px 0 -8px !important;
    }

@media (max-width: 420px) {
    .progressitem {
        flex-wrap: wrap;
    }
}
@media (max-width: 300px) {
    .progressitem {
        width: 100%;
        justify-content: left;
    }
        .progressitem:nth-child(2) {
            margin: auto !important;
        }
}

span.current-progressitem-number,
span.incomplete-progressitem-number,
span.completed-progressitem-number,
span.error-progressitem-number {
    width: 30px;
    height: 30px;
    line-height: 20px;
}

span.current-progressitem-number {
    border-radius: 9999px;
    background-color: white;
    padding: 5px 10px 5px 10px;
    font-weight:bold;
    color: #032C84;
}

span.incomplete-progressitem-number {
    border-radius: 9999px;
    background-color: #032C84;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
    color: white;
}

span.completed-progressitem-number {
    border-radius: 9999px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    color: #032C84;
    background: linear-gradient(to bottom right, #60AB55, #1C4190);
}

span.error-progressitem-number {
    border-radius: 9999px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    color: red;
    background: linear-gradient(to bottom right, #60AB55, #1C4190);
}

span.current-progressitem-text {
    font-weight: bold;
    color: white;
    padding: 5px;
    margin-left: 5px;
}

span.incomplete-progressitem-text {
    font-weight: normal;
    color: white;
    padding: 5px;
    margin-left: 5px;
}

span.completed-progressitem-text {
    font-weight: normal;
    color: white;
    padding: 5px;
    margin-left: 5px;
}

div.heading-row {
    margin-top:40px;
}

div.progress-row {
    margin-top: 40px;
}

div.form-container-row {
    margin-top: 40px;
}

div.form-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.form-container {
    padding: 20px 30px 20px 30px;
    background: white;
    border-radius: 5px;
    color: black;
    font-size: 16px;
}

@media (max-width: 576px) {
    div.form-container {
        padding: 10px 15px;
    }
}

.float-right {
    float: right;
}

.field-validation-error {
    color:red;
}

.list-button {
    margin-left:10px;
    float: right;
}

@media (max-width: 767px) {
    #mainlogo {
        position: relative !important;
        margin-top: -10px;
    }

    div.heading-row,
    div.progress-row,
    div.form-container-row {
        margin-top: 20px;
    }

}
