@font-face {
    font-family: 'Poppins';
    font-weight: normal;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}



body {
    font-family: 'Poppins';
    color: #243069;
    background-color: #F5F5F5;
}

main {
    min-height: 95vh;
}

body.full {
    max-width: 100%;
    margin: 0px 10px 0px 10px;
}


footer {
    font-size: 12px;
    color: #989EB9;
    text-align: center;
}


.container {
    display: flex;
    /* flex-flow: column; */
    flex-direction: column;
    justify-content: center;
}


/* Sidebar Navigation start*/

.section-nav {
    position: sticky;
    position: -webkit-sticky;
    /* for Safari users */
    top: 0px;
    height: auto;
    border-right: 1px solid #CCCFDC;
    border-width: 2px;
    font-size: 15px;
    padding: 3px;
    font-weight: normal;
}

.section-nav-long {
    padding-top: 0px;
    max-height: 95vh;
    overflow-y: auto;
}

.section-nav ul {
    padding-right: 5px;
    padding-left: 0px;
}

.section-nav li {
    list-style-type: none;
    padding: 2px;
}

.nav-sublist li {
    padding-right: 10px;
    padding-left: 11px;
}

.section-nav a {
    top: 50%;
    color: #243069;
    white-space: nowrap;
    transition: all 50ms ease-in-out;
    /* 💡 This small transition makes setting of the active state smooth */
}

.section-nav a:hover,
.section-nav a:focus {
    color: #989EB9;
}

/* Sidebar Navigation end*/


a {
    color: #243069;
    text-decoration: none;
    cursor: pointer;
}

a.red {
    color: #c7023a;
}

a:hover,
a.red:hover {
    text-decoration: underline;
    color: #989EB9;
}

a.btn_link {
    background-color: #fff;
    padding: 0 32px;
    font-size: 15px;
    font-weight: 500;
    color: #243069;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a.btn_link:hover {
    background: #243069;
    color: #989EB9;
}


h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 20px;
}

h2 {
    text-align: center;
    font-size: 23px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 15px;
}

p {
    font-size: 17px;
    line-height: 30px;
}

ul.menu_links {
    list-style: none;
    padding: 0px;

}

ul.menu_links li {
    display: inline-block;
    margin-right: 25px;
    align-items: center;
}


table {
    border-collapse: collapse;
    border: 1px solid #989EB9;
    font-size: 15px;
    margin-bottom: 35px;
    width: 100%;
    background-color: #f8f9fa;

}

table td,
table th {
    border: 1px solid #989EB9;
    padding: 5px 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

table td:hover,
table th:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

table td:first-child,
table th:first-child {
    font-weight: bold;
    white-space: normal;
    word-break: normal;
}

.confirm_button,
.inactive_button {
    font-family: 'Poppins';
    font-weight: bold;
    color: #243069;
    font-size: 15px;
    height: 38px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 5px;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 3px 3px 3px 0px;
    text-align: left;
}


.confirm_button:hover,
.confirm_button.selected {
    background-color: #243069 !important;
    color: #989EB9;
    text-decoration: underline;
}

.inactive_button:hover,
.inactive_button.selected {
    background-color: #243069 !important;
    color: #989EB9 !important;
}

.inactive_button.active:hover {
    text-decoration: underline;
}

.active_page_button {
    padding: 0px;
}

.selected_page_button {
    color: #989EB9;
    background-color: #243069 !important;
    padding: 0px;
}

.page_number_active {
    border: none;
    background-color: transparent;
    color: #243069;
    width: 100%;
    padding: 10px 15px 10px 15px;
}

.page_number_selected {
    border: none;
    background-color: transparent;
    color: #989EB9;
    padding: 10px 15px 10px 15px;
}

.page_number_active:hover {
    color: #989EB9;
}


/* Bootstrap custom start*/

nav {
    font-family: 'Poppins';
    font-weight: bold;
    color: #243069;
    font-size: 15px;
}

.navbar-custom-light {
    background-color: transparent !important;
}

.navbar-custom-dark {
    background-color: #243069;
}

.navbar-expand-lg {
    flex-wrap: wrap;
}

button.btn.btn-outline-success {
    font-family: 'Poppins';
    font-weight: bold;
    color: #243069;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-bottom-color: transparent;
    box-shadow: none;
}

button.btn.btn-outline-success:hover,
button.btn.btn-outline-success:active {
    background-color: transparent;
    text-decoration: underline;
    color: #989EB9;
    border: none;
    box-shadow: none;
}

input.form-control {
    font-size: 15px;
    height: 33px;
    width: 155px;
    margin: auto;
}

button.confirm_button.institution_btn {
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 0px;
}


input.institution {
    font-family: 'Poppins';
    color: #243069;
    background-color: transparent;
    border: none;
    font-size: 23px;
}

input.institution:hover {
    color: #989EB9;
}

.institution_form {
    margin: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

a.nav-link {
    color: #243069 !important;
    padding: 0px;
    display: block;
    flex: 1 1 0;
}

a.nav-link:hover {
    text-decoration: underline;
    color: #989EB9 !important;
}

input.nav-link {
    color: #243069 !important;
    padding: 0px;
    display: block;
    flex: 1 1 0;
    border: none;
    background: none;
}

input.nav-link:hover {
    text-decoration: underline;
    color: #989EB9 !important;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.dropdown-item {
    font-family: 'Poppins';
    color: #243069;
    font-size: 15px;
}

.dropdown-item:hover {
    text-decoration: underline;
    color: #989EB9;
    background-color: #243069;
}

/* Bootstap custom end*/


input:focus {
    outline: none;
}

.pagging {
    text-align: center;
}

.pagging #btn_prev {
    margin-right: 15px;
}

.pagging #page {
    display: block;
}

.full header {
    margin: auto;
    max-width: 1100px;
}

.full table {
    max-width: 1100px;
}

.full .table2 {
    max-width: 100%;
    background-color: #fff;
}

.full .table2 td,
.full .table2 th {
    padding: 5px 10px;
    font-size: 13px;
}

.full .table2 td:hover,
.full .table2 th:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

table.table3 {
    border-collapse: collapse;
    border: 0px solid #243069;
    font-size: 15px;
    margin-bottom: 35px;
    width: 100%;
}

table.table3 td,
table.table3 th {
    border: 0px solid #243069;
    padding: 5px 20px;
    text-align: center;
    white-space: normal;
    overflow: visible;
    max-width: 45%;
    word-break: normal;
}


table.table3 td:first-child,
table.table3 th:first-child {
    font-weight: normal;
}

table.two-column-table {
    background-color: transparent;
}

table.two-column-table td:first-child {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

table.two-column-table td:last-child {
    text-align: left;
}

table.two-column-table ul {
    padding-left: 0;
}

table.two-column-table li {
    list-style-type: none;
}

.heatmap-item {
    cursor: pointer;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    /* Next & previous buttons */
    /* Position the "next button" to the right */
    /* On hover, add a black background color with a little bit see-through */
    /* Caption text */
    /* Number text (1/3 etc) */
    /* The dots/bullets/indicators */
    /* Fading animation */
}

.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slideshow-container .mySlides {
    display: none;
}

.slideshow-container .active-slide {
    display: block;
}

.slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.slideshow-container .dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.slideshow-container .active,
.slideshow-container .dot:hover {
    background-color: #717171;
}

.slides_fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.astext {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit;
}

.astext:hover {
    text-decoration: underline;
}


@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}


@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}


/*# sourceMappingURL=main.css.map */
