﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html,
body {
    height: 100%;
    background-color: #f5f5f5;
}
* {
    font-family: "Inter", sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #212d8a;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media(max-width:980px) {
    .navbar ul li a {
        padding: 10px;
    }
}
.navbar ul.dropdown-menu > li > a {
    padding: 8px 20px;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    padding-top:0px;
    padding-left:20%;
    padding-right:30px;
    padding-bottom:30px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.main-sidebar, .left-side{
    height:auto;
}

.datepicker {
    z-index: 2000 !important;
}
.grid-view-table {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.flex {
    display: flex;
}
.fx-grow-1 {
    flex-grow: 1;
}
.fx-col {
    flex-direction: column;
}
.fx-basis-50 {
    flex-basis: 50%;
}
.jc-between {
    justify-content: space-between;
}
@media(max-width:900px) {
    .flex-sm-column {
        flex-direction: column;
    }
}
.pt-2 {
    padding-top: 1rem;
}
.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pb-2 {
    padding-bottom: 1rem;
}
.mb-1 {
    margin-bottom: 0.5rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 3rem;
}
.bg-white {
    background-color: #fff;
}
.mh-40 {
    max-height: 40px;
}
.mh-50 {
    max-height: 50px;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar a {
    color: #1F2B89;
}
.navbar ul li a {
    background-color: #fff;
    transition: 0.5s;
}
.navbar ul li a:hover {
    background-color: rgb(240, 240, 240);
    transition: 0.5s;
}
.navbar ul li.active {
    border-bottom: 3px solid #1F2B89;
}
.navbar-toggle .icon-bar {
    background-color: #a5a4a5;
}
.shadow-lg {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);
}
.page-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}
.gradient-text {
    font-weight: bold;
    background-image: linear-gradient(to right, #00224D, #EA1179);
    background-clip: text;
    color: transparent;
}
.navbar-brand img {
    max-height: 36px;
}
.text-justify {
    text-align: justify;
}
.navbar ul li a img {
    max-height: 1.5rem;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.footer ul li {
    padding: 3px 0;
}
.footer ul li a {
    color: #f5f5f5;
}
.relative {
    position: relative;
}
.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    opacity: 0.8;
    color: #000;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}