﻿.text-toggle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toggle[aria-expanded=true] .text-collapsed {
    display: none;
}

.hr{
    border-top: 2px solid lightgrey;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#officerHeader{
    margin-right: 1.5em;
}

.white-text-span{
    color: #ffffff
}

.logo-container{
    margin-top: 2.5rem;
}

.formSection {
    margin-bottom: 0;
    font-weight: bold;
    vertical-align: middle;
    color: #003865; /* Minnesota Blue*/
    top: auto;
    width: 800px;
    display: inline-block;
}

/*.form-page {
    padding-right: 30px;
    padding-left: 30px;
    max-width:996px;
}*/

/*Required indicator on left border of field */
/*:required {
    background: #e4f8e5;
}*/
.form-control.required {
    background: #f4ffe7;
}
/*Required asterisk */
.required.radio-header:before {
    content: " \002A ";
    color: #A6192E;
}

.field-validation-valid {
    display: none;
}

.help {
    cursor: pointer;
}

textarea.form-control {
   height: 30px;
    display: block;
    overflow: hidden;
    resize: none;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
a.grid-controls{
    padding: 0 5px 0 5px;
    text-decoration:none;
}

.item-table {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
}

/* The Overlay (background) */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.71);
    overflow-x: hidden;
    transition: 2s;
}
.filter-option-inner-inner {
    color: #FFF;
}

label.required{
   /*white-space:nowrap;*/
}
label.required::after {

    content: "\002A";
    color: #A6192E;
}
span.required::after {
    content: " \002A ";
    color: #A6192E;
}
.tooltip-inner {
    max-width: 550px;
    text-align: left;
    font-size: 1rem;
    font-family: "Open Sans", Calibri, Helvetica, sans-serif;
    /*background-color: rgba(0, 56, 101,1);*/
   
    /* If max-width does not work, try using width instead */
    /*width: 350px;*/
}

a.table-btn {
    color: rgb(0 56 101);
}

.view-layout > dt,dd{
    margin: 5px 0 5px 0;
    background-color:white;
}

    .view-layout > dt:nth-child(4n+1), dt:nth-child(4n+1) + dd {
        background-color: #f1f9ff;
    }

.modal-title {
    font: 14pt bold;
    font-family: "Source Sans Pro", "Calibri Bold", Helvetica, sans-serif;
}

.container-non-responsive {
    /* Margin/padding copied from Bootstrap */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* Set width to your desired site width */
    width: 1170px;
}
    /*.view-layout > dd:nth-child(2n + 0) {
        background-color: #f2f2f2;
    }*/
/*.dateclass {
    width: 100%;
}

    .dateclass.placeholderclass::before {
        width: 100%;
        content: attr(placeholder);
    }

    .dateclass.placeholderclass:hover::before {
        width: 0%;*/
        /*content: "";*/
    /*}*/