﻿body {
    font-family: Arial, "Open Sans", Helvetica Neue, sans-serif;
    font-size: 12px;
    padding: 20px;
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    place-content: center;
    margin: 0;
}

.FullPageDiv {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 95vh;
    padding: 15px;
}

.body-content {
    padding: 10px;
}

.TheFormLabels {
    font-size: 14px;
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
}

.AgreementsQuestions {
    font-family: Arial;
    color: #005DAA;
}

.AbstractTitle {
    font-size: 18px;
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
    padding-left: 29px;
    padding-bottom: 10px;
}

.AbstractTitle2 {
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 10px;
}

.AbstractSectionTitle {
    font-size: 18px;
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
}

.EditLink {
    font-size: smaller;
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
}

.MainMenu {
    border: 2px solid green !important;
    color: green !important;
    font-weight: bold !important;
}

.MainMenuLinks {
    font-weight: bold;
}

.MainMenuLinks2 {
    display: inline-block;
    outline: 0;
    appearance: none;
    padding: 0px 12px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    background-color: rgb(249, 251, 250);
    border: 1px solid #005DAA;
    box-shadow: rgb(6 22 33 / 30%) 0px 1px 2px;
    color: #005DAA;
    font-size: 14px;
    font-weight: bold;
    transition: all 150ms ease-in-out 0s;
}

    .MainMenuLinks2:hover {
        color: #005DAA;
        background-color: rgb(255, 255, 255);
        border: 1px solid #005DAA;
        box-shadow: rgb(0 0 0 / 30%) 0px 4px 4px, rgb(231 238 236) 0px 0px 0px 3px;
    }

a {
    text-decoration: none !important;
    color: #005DAA;
}

.pointerIcon {
    cursor: pointer;
}

.modal-header {
    padding: 5px !important;
    border-bottom: 0px !important;
}

.close {
    opacity: 1 !important;
}

.navbar-fixed-top {
    position: relative !important;
}

.navbar-default {
    background-color: white !important;
    border-color: white !important;
}

table {
    border-collapse: separate !important;
    border-spacing: 7px !important;
}

th, tr {
    padding: 7px !important;
}

.roundedcorners {
    border-radius: 25px;
    border: 2px solid black;
    padding: 20px;
    width: 90%;
    overflow-wrap: break-word;    
}

.CharCountText {
    float: left;
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
    font-size: small;
}

.CharRefCountText {
    float: right;
    font-family: Arial;
    color: #005DAA;
    font-weight: bold;
    font-size: small;
}

.text-danger {
    font-weight: bold !important;
}

.FooterOuterDiv {
    position: absolute;
    bottom: 0;
    padding: 20px;
    white-space: nowrap;
    margin: 0;
    text-align: center;
    width: inherit;
}

.FooterInnerDiv {
    position: relative;
    padding: 10px;
    font-size: 11px;
    display: inline-block;
    border-top: 1px solid #005DAA;
    margin: 0;
}

.dropdown-menu {
    top: 60% !important;
}
