@import url('https://fonts.googleapis.com/css?family=Lato|Poppins|Montserrat|Open+Sans|Oswald|Raleway|Roboto&display=swap');

html {
    scroll-behavior: smooth;
}
html, body {
    height: 100%;
}

#bannerSubHeading {
    font-family: 'Raleway';

}

a{
    color: #1B3069;
    font-weight:bold;
    font-family: Poppins;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: #F5C700;
}

.dropBtn{
    font-family: Poppins;
    font-weight: bold;
    border:none;
    color: #1B3069;
    background-color: transparent;
    font-size: 12pt;
    margin: 10px;
}

.navbar-dropdown-content {
    display: none;
    position: absolute;
    background-color: #C2C9CF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-item a:hover {
    color: #F5C700 !important;
    cursor: pointer;
}

.navbar-dropdown-content a {
    float: none;
    color: #1B3069;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.navbar-dropdown-content a:hover {
    color: #F5C700;
}
.dropdown:hover .navbar-dropdown-content {
    display: block;
}

#logInSection a:hover{
    color: #F5C700 !important;
    border: 2px solid #F5C700 !important;
    cursor: pointer;
}
#logOutSection a:hover{
    color: #F5C700 !important;
    border: 2px solid #F5C700 !important;
    cursor: pointer;
}

.footer-item a:hover {
    color: #F5C700 !important;
    cursor: pointer;
    text-decoration: none;
}

.navBarDropDownBtn{
    color: #F5C700 !important;
    cursor: pointer;
    font-size: 12pt;
    padding: 12px 29px;
    text-decoration: none;
    margin: 4px 2px;
    border: none;
    background-color: transparent;
    display: inline-block;
    font-family: Poppins;
    text-align: center;
}

.btn-primary{
    font-size: 18pt;
    border-radius: 8px;
    padding: 12px 29px;
    text-decoration: none;
    margin: 4px 2px;
    border: none;
    background-color: #1B3069;
    color: white;
    display: inline-block;
    font-family: Poppins;
    text-align: center;
}
.btn-secondary{
    font-size: 13pt;
    border-radius: 8px;
    padding: 9px 26px;
    text-decoration: none;
    margin: 4px 2px;
    border: none;
    background-color: #1B3069;
    color: white;
    display: inline-block;
    font-family: Poppins;
    text-align: center;
}
.btn-tertiary{
    font-size: 13pt;
    border-radius: 8px;
    padding: 9px 26px;
    text-decoration: none;
    margin: 4px 2px;
    border: 1px solid #1B3069;
    background-color: white;
    color: #1B3069;
    display: inline-block;
    font-family: Poppins;
    text-align: center;
}

/*Vertical Page*/
ul{
    word-break: break-word !important;
}
table{
    word-break: break-word !important;
}

.p-overview {
    text-align: left;
    padding: 10px 5px 5px 30px;
    font-size: 12pt !important;
    font-family: Poppins !important;
    color: black !important;
    width: 100%;
}
.p-overview [style]{
    font-size: 12pt !important;
    font-family: Poppins !important;
    text-align: left !important;
    /*color: red !important;*/
    word-break: break-word !important;
}
#markOverview [style]{
    font-size: 12pt !important;
    font-family: Poppins !important;
    color: black !important;
}

.sec-card-header{
    background-color: aliceblue;
    color: #1B3069;
    border: 2px solid #1B3069;
}

.card-body{
    /*border: 1px solid #1B3069;*/
}

.sec-card-body{
    background-color: white;
    border: 1px solid #DFDFDF;
    padding: 1rem;
}
.fa-plus-square{
    color: #1B3069;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}




.gj-grid-wrapper .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #89ceff;
}
.gj-icon {
    font-size: 17px !important;
    color: #222222 !important;
}
.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button, .gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div {
    margin-right: 3px !important;
}
.main-panel > .content {
    padding: 15px 7px !important;
}

.form-group {
    margin: 5px;
}

.ui-widget.ui-widget-content {
    z-index: 100000;
}

.btn-padding-left-right-5{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.btn-padding-all-15px{
    padding: 15px;
}
#applicationsCards .card .description{
    height: 7em;
}


/*AJAX SPINNER STYLING*/


.spinner:nth-child(1) {
    height: 100px;
    width:100px;
    position: fixed;
    top:50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.spinner p {
    font-size: 0.6em;
    text-align: center;
    position: absolute;
    bottom: -15px;
    color: #222222;
}

.spinner div:first-child {
    width: 75px;
    height: 37.5px;
    /* background-color: gold; */
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    border: 5px solid rgba(64,64,64,1);
    border-bottom: 0;
    box-sizing: border-box;
    transform-origin: 37.5px 37.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    animation-name: rotatepos;
    animation-duration: 1.375s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.spinner div {
    width: 50px;
    height: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 5px solid rgba(64,64,64,1);
    border-bottom: 0;
    box-sizing: border-box;
    transform-origin: 25px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10000;
    animation-name: rotateneg;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotatepos {
    0% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(495deg);
    }
}

@keyframes rotateneg {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

/*
*    mainEditorSection styling
*/
#mainEditorSection {
  border: 2px dashed #222;
}

footer p{
    font-size: .9rem;
}