﻿/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');*/

body {
    color: #333333;
    font-family: "Source San Pro",sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 22.85px;
}

/*@media (max-width: 1110px) {
    .logo {
        margin-top: 15px;
        width: 120px;
    }
}*/

/* Specific ID Elements -----------------------------------*/

#Age, #Title {
    display: inline-block;
    visibility: hidden;
    width: 60px;
}

#GridContainer {
    display: grid;
}

#mainBody {
    min-height: calc(100vh - 94px - 78px);
}

#Mainform div {
    min-height: 46px;
}

    #Mainform div div {
        display: inline-block;
        margin-left: 8px;
    }

        #Mainform div div:first-child {
            text-align: right;
            width: 220px;
        }

    #Mainform div + div:first-child {
        display: inline-block;
    }

/* Class Elements -----------------------------------------*/

.adminAccess {
    background-color: black;
    color: #ccc;
}

.contentContainer {
    margin: 0 auto;
    max-width: 1367px;
}

.control-label {
    margin-left: 6px;
}

    .control-label::after {
        content: ':';
    }

.dataOnlyNote {
    color: #046A38;
    font-weight: 600;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0;
}

.green {
    background-color: #046A38;
    color: #f2f2f2;
    vertical-align: top;
}

.icsLink {
    color: #00558c;
}

.imageResponsive {
    height: auto;
    max-width: 100%;
}

.Intro {
    background-color: #046A38;
    color: #f2f2f2;
    font-weight: 600;
    line-height: 45px;
    padding-left: 12px;
    width: 100%;
}

.Intro2 {
    background-color: #FDD500;
    color: black;
    font-weight: normal;
    line-height: 45px;
    padding-left: 12px;
    width: 100%;
}

.layer1, .layer2 {
    grid-column: 1;
    grid-row: 1;
}

.logo {
    margin-top: 9px;
    width: 195px;
}

.mainLink {
    font-weight: 600;
}

.modal-sm {
    max-width: 600px;
}

.modal-body div {
    margin-bottom: 10px;
}

.modal-title h4 {
    font-size: 20px;
}

.newAddress {
    background-color: #016A1B;
}

.pageFooter {
    font-size: 0.9rem;
    height: 78px;
    width: 100%;
}

.side {
    padding: 0 8px;
    max-width: 250px;
}

.text-danger {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
}

.textHint {
    font-size: 1.4rem;
    color: gray;
}

.textPadding {
    padding: 12px 12px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    line-height: 94px;
    text-align: center;
}

.yellow {
    background-color: #FDD500;
    color: black;
    padding-bottom: 20px;
    vertical-align: top;
}

.ui-autocomplete {
    background-color: white;
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    width: 300px;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}
/* Pseudo -------------------------------------------------*/
.form-control::placeholder {
    color: #016A1B;
    font-style: italic;
    /*opacity: 1;*/
}

/* Elements -----------------------------------------------*/
a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

fieldset {
    border: 1px solid grey;
    margin: 12px 0 8px 0;
}

    fieldset div {
        display: flex;
    }

label {
    font-weight: normal;
    margin-top: 7px;
}

legend {
    color: #ccc;
    background-color: #333333;
    border: 1px solid grey;
    font-size: 16px;
    margin-left: 8px;
    padding: 5px 10px;
    width: auto;
}

table {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}

td {
    padding: 0;
}

/* Testing -------------------------*/

.ui-autocomplete {
    border: 1px solid #ced4da;
}

.ui-autocomplete-category {
    color: #016A1B;
    font-weight: 600;
    list-style: none;
    list-style-position: inside;
    margin-top: 8px;
}

.ui-menu-item {
    list-style: none;
    padding-left: 10px;
}

ul {
    padding-left: 6px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}
