html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.wrapper {
    display: flex;
    width: 100%;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------------
                    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    min-width: 350px;
    max-width: 350px;
    background: #9ecddb47;
    color: black;
    transition: all 0.3s;
    font-weight: bold;
}

    #sidebar.active {
        margin-left: -290px;
    }

        #sidebar.active ul.components {
            display: none;
        }

#sidebarCollapse {
    height: fit-content;
    cursor:pointer;
}

#sidebar .sidebar-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

#sidebar ul.components {
    display: block;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    color:black;
    margin-left:15px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

    #sidebar ul li a:hover {
        background: lightgray;
        text-decoration: none;
    }

    #sidebar ul li > a.active {
        color: #04AA6D;
    }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -300px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.f-14{
    font-size:14px;
}
    /*Application Layout designs*/
    .sidebar {
    margin: 0;
    padding: 0 20px !important;
    width: 200px;
    background-color: #9ecddb47;
    position: fixed;
}

    .sidebar a {
        display: block;
        color: #363533;
        padding: 16px !important;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

        .sidebar a span {
            color: red;
            padding-right: 10px;
        }

.fa.fa-lock {
    color: #F16038;
    margin-right:10px;
}

.fa.fa-unlock {
    color: #04AA6D;
    margin-right: 10px;
}

.fa.fa-user{
    margin-right:10px;
}

.sidebar a.active {
    /*background-color: #04AA6D;*/
    color: #04AA6D;
}

.sidebar a span.disabled {
    color: #8B98A2;
}

.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}

/*Application Layout designs end*/

/*body {
    margin-bottom: 60px;
}*/

/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    /*color: #0366d6 !important;*/
}

.btn-primary {
    color: #fff !important;
    background-color: #015692 !important;
    border-color: #015692 !important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .modal-dialog {
        width: 700px !important;
    }
}

@media (min-width: 576px) {

    .modal-dialog {
        max-width: fit-content !important;
    }

}

.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;
    font-family: var(--font-family) !important;
    background-color: #fff !important;
    color: var(--primary-text-color) !important;
    display: flex;
    flex-direction: column;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/************************************** custom styles below *****************************************************/
html, body {
    height: 100%;
}

:root {
    --font-family: 'Open Sans', sans-serif;
    --primary-text-color: #242424;
    --primary-button-background-color: #095592;
    --primar-button-border-color: #095592;
    --primary-button-color: #e5f2fc;
}

.tia-logo {
    max-height: 80px;
}

.nav-item {
    margin-right: 10px;
}

    .nav-item:not(.nav-item-active):hover, .dropdown-menu > a:hover {
        background-color: #C0C0C0;
        border: none;
        border-radius: 6px;
        text-decoration: none;
    }

.dropdown-menu-item, .dropdown-menu-item:hover {
    text-decoration: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    color: var(--primary-text-color);
}

.nav-item-active {
    border: none;
    border-radius: 6px;
    font-weight:bold;
}

    .nav-item-active a {
        color: #04AA6D !important;
    }

nav ul li a {
    font-size: 16px;
    /*margin:10px;*/
    /*color: red;*/
}

.login-form-section {
    z-index: 1;
}

#login-text {
    background-color: #e5f2fc;
}

.file-upload-section {
    /*margin-top: 2%;*/
    /*margin-bottom: 2%;*/
    border: 1px solid #ddd;
    border-radius: 4px;
}

.file-upload-inner-section {
    margin: 1% 0% 2% 2%;
}

.instructions {
    font-size: 18px;
    line-height: 1.9em;
    letter-spacing: 0.25px;
    margin:15px;
}

.upload1-button {
    background-color: #095592 !important;
    border: solid #095592 !important;
    color: #e5f2fc !important;
}

    .upload1-button:hover {
        background-color: #e5f2fc !important;
        border: solid #095592 !important;
        color: #095592 !important;
    }

    .upload1-button:disabled:hover,
    .upload1-button:disabled:focus,
    .upload1-button.disabled:hover,
    .upload1-button.disabled:focus {
        cursor: not-allowed;
        /*color: #fff;
        border-color: #a0a0a0;
        background-color: #a0a0a0;*/
    }

.table-styled {
    border-collapse: collapse
}

#error-messages-section {
    padding-top: 10px;
}

    #error-messages-section > .row :nth-child(even) {
        background-color: #dcdcdc;
    }

error-messages-section > .row :nth-child(odd) {
    background-color: #aaaaaa;
}

#error-messages-section > table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

#error-messages-section > th, td {
    padding: 15px;
}

.seconday-button {
    background-color: #87c748 !important;
    border-color: #87c748 !important;
    border: 2px solid #87c748 !important;
    color: #ffffff !important;
    font-weight: bold !important
}

.third-category-button {
    background-color: #05a79c !important;
    border: 2px solid #05a79c !important;
    color: #ffffff !important
}

.portal-card {
    margin: 24px auto;
    border: 1px solid #dadce0;
    border-radius: 6px;
    padding: 10px 36px 40px 36px !important;
}

.paginate_button {
    border-style: outset !important;
    padding: .5rem !important;
    border-radius: 0.5rem !important;
    margin-right: .2rem !important;
    cursor: pointer !important;
}

.dataTables_paginate {
    text-align: end !important;
}

.dataTables_filter {
    text-align: end !important;
}

.current, .dt-paging-button.current {
    background-color: #275E9B !important;
    color: #FFFF !important;
    border:none !important;
}

.dt-input{
    margin-right:10px !important;
}
    .current:hover, .dt-paging-button:hover {
        background-color: #275E9B !important;
        color: #FFFF !important;
    }

.disabled {
    /* background-color: #939393 !important;
    border-color: #939393 !important;
    color: #FFFF !important;*/
    opacity: 0.65 !important;
    cursor: not-allowed !important;
}

    .disabled:hover {
        color: #FFFF !important;
        cursor: not-allowed !important;
    }

table th, td {
    text-align: center !important;
    vertical-align: middle !important;
}

.sorting {
    color: #FFFF !important;
}

.dataTables_length, .dataTables_filter {
    font-size: 16px !important;
}

.dataTables_filter {
    margin: 1rem !important;
}

.multiselect {
    border-radius: 4px !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    width: 100% !important;
    box-shadow: none !important;
}

.btn-group {
    width: 100% !important;
}

.dropdown-menu {
    height: 185px !important;
    overflow: auto !important;
    width: 100% !important;
}

.dropdown-datepicker-menu {
    width: fit-content !important;
    height: unset !important;
    padding: 5px;
}

.multiselect-selected-text {
    float: left !important;
}

.form-check-label {
    font-weight: normal !important;
}

input[type=search] {
    border-radius: 4px;
}

.file-status-arrows {
    /*background-color: #18587a;*/
    /*color: white;*/
    background-color: #f5f5f5;
    color: black;
    padding: 20px 40px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    word-wrap: break-word;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-status-arrows-active {
    background-color: #18587a !important;
    color: white !important;
}

.step-form-line {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 20px 0px;
}

.step-form-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: gray;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.step-form-line-segment {
    flex: 1;
    height: 5px;
    background-color: lightgray;
    position: relative;
}

.step-form-circle.active {
    background-color: green;
}

.step-form-line-segment.active {
    background-color: green;
}

.page-top-space {
    height: 100px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    align-items: center;
    display: flex;
    /*justify-content: end;*/
    padding:0px 30px;
    justify-content:space-between;
}

.page-header-color {
    color: #015692;
    margin-bottom: 30px;
}

.page-bottom-line {
    border-top: 3px solid #015692;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    padding: 0;
    width: 100%;
}

.next-back-btns {
    margin-top: 30px;
    font-size: 18px !important;
    padding: 8px 16px !important;
    display:flex !important;
    align-items:center;
}

.next-back-btns > span{
    font-size:24px;
}

.next-back-btns > span .fa-caret-right{
    margin-left:30px;
}

.next-back-btns > span .fa-caret-left{
    margin-right:30px;
}

.form-control-height {
    height: 60px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
}

.form-check-css {
    height: 40px !important;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.form-check-input-css {
    margin-right: 20px !important;
    width: 2em !important;
    height: 2em !important;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    position:unset !important;
    margin-top:0px !important;
}

ol{
    padding:0;
}

.form-check-label-css {
    font-size: 20px;
    /*padding-top: 1rem !important;*/
}

.form-check-input:checked {
    border-color: #015692;
    background-color: #015692;
}

.application-radio-label {
    font-size: 24px;
    font-weight: normal;
}

.form-label {
    font-weight: normal;
    font-size: 16px;
}

#file-upload-outside, #rubric-file-upload-outside, #rubric-crosswalk-file-upload-outside {
    width: 60%;
    /* align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

#file-drop-area, #rubric-file-drop-area, #rubric-crosswalk-file-drop-area {
    width: 100%;
    height: 300px;
    /*padding: 30px;*/
    background: white;
    text-align: center;
    border-radius: 10px;
}

#file-upload-view, #rubric-file-upload-view, #rubric-crosswalk-file-upload-view {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #9ecddb47;
    border: 1px dashed #bbb5ff;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #file-upload-view span, #rubric-file-upload-view span, #rubric-crosswalk-file-upload-view span {
        display: block;
        font-size: 12px;
        color: #777;
    }

.toast-message {
    font-size: 18px !important;
}

em {
    font-size: clamp(13px,1vw,16px);
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    width: 100%;
    display: block;
    height: clamp(18px,1.75vw,28px);
    position: relative;
    margin-bottom: clamp(12px,1.188vw,19px);
}

    em:after {
        content: "\a";
        white-space: pre-wrap;
        display: block;
        border-top: 1px solid #f8cc2b;
        bottom: clamp(2px,0.156vw,2px);
        width: 100%;
        position: absolute;
        height: 1px;
    }

    em span {
        position: relative;
        font-weight: 600;
        display: inline-block;
        height: 100%;
        letter-spacing: -0.01ex;
        border-bottom: clamp(3px,0.313vw,5px) solid #f8cc2b;
        line-height: 1.21;
    }

#tea-footer-menu, #tea-footer-map {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}

#tea-footer-menu {
    column-count: 3;
    column-gap: 20px;
}

#tea-footer-map li {
    display: inline-block;
    position: relative
}

#tea-footer-menu li {
    display: block;
    padding-bottom: 10px;
}

    #tea-footer-menu li a, #tea-footer-map li a {
        color: #337ab7;
        font-size: 18px;
    }

#tea-footer-map li:after {
    content: ' | ';
}

#tea-footer-map li:last-child:after {
    content: '';
}

.form-group {
    margin-bottom: 30px !important;
}

#loading-icon {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 9999;
    overflow: hidden;
}

    #loading-icon > div {
        height: 100%;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: gray;
        opacity: 0.5;
    }

input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        animation: 0.2s;
        background: #03a9f4;
        border-radius: 25px;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -8px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #03a9f4;
    }

.range-wrap {
    position: relative;
}

.range-value {
    position: absolute;
    top: -50%;
}

    .range-value span {
        width: 30px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #03a9f4;
        color: #fff;
        font-size: 12px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 6px;
    }

        .range-value span:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid #03a9f4;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            margin-top: -1px;
        }

.progress{
   height:10px !important;
   margin-bottom:0px !important;
   width:70% !important;
}

#user-inputs-progress-bar{
    width:35%;
}

@keyframes slide-right {
    0% {
        left: -20%; /* Start completely off-screen on the left */
    }

    100% {
        left: 0%; /* End at the full width */
    }
}

@keyframes progressBar {
    from {
        width: 0;
    }
}

.progress-bar {
    animation: progressBar 1s ease-in 1;
}