﻿.hr-white{
    border-width:.2rem;
    border-color:black;
}
.flex-container_row {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction:row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    vertical-align: middle;
}
.btn {
    border-radius: 14px;
}
.btn-primary {
    color: #fff;
    background: linear-gradient(#028df6,lightblue);
    border-color: #2e6da4;
}
.id-number {
    color: blue;
    font-weight: bold;
    text-align: center;
}

.flex-spaceAround {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-item-GroupBox-3row {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 01 1 auto;
    -ms-flex: 01 1 auto;
    flex: 01 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex-item {
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 50rem;
    -ms-flex: 1 0 50rem;
    flex: 1 0 30rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: .5rem;
}

.flex-item-stewart {
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 50rem;
    -ms-flex: 1 0 50rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: .5rem;
}

.flex-container_column {
    height: 100%;
    align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-item_auto {
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex-item_fill {
    margin-top: 1rem;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex-container_row_nowrap_centered {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: middle;
    text-align: center;
    align-items: center;
}

.flex-container_row_nowrap_right {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: middle;
    justify-content: flex-end;
}

.flex-container_row_nowrap_left {
    display: flex;
    justify-content: flex-start;
    align-items: left;
}

.flex-container_row_nowrap {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: middle;
    overflow: hidden;
}

.groupBox-Item {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.groupBox-GrowField {
    -webkit-flex: 1 1 1%;
    -ms-flex: 1 1 1%;
    flex: 1 1 1%;
}

.groupBox-LongField {
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    white-space: nowrap;
    overflow: hidden;
}

.groupBox-FirstRowLabel { /*apply class that overrides flex-basis for desired width*/
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;  
}
.groupBox-FixedField { /*apply class that overrides flex-basis for desired width*/
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    white-space: nowrap;
}
.groupBox-Center { /*apply class that overrides flex-basis for desired width*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.groupBox-Right { /*apply class that overrides flex-basis for desired width*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: right;
    white-space: nowrap;
}

.buttonStyle {
    margin: 5px;
    /*width: 30%;*/
}
.groupBox-CenteredLabel {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.groupBox-CenteredLeft {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.groupBox-LabelStyle {
    text-align: right;
    padding: 0.75rem;
    min-width: 110px;
}

.groupBox-LabelStyle-left-align {
    text-align: left;
    padding: 1rem;
    min-width: 110px;
}

.disabledText {
    color: darkgray;
}

.noResize {
    resize: none;
}

.invalidLabel {
    color: red;
}

.invalidControl {
    border: .2rem solid red !important;
}
    .invalidControl.invalidColorOrange {
        border: .2rem solid orange !important;
    }
.form-check-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.vertical-align_center{
    margin: auto 0;
}
input[type=checkbox], input[type=radio] {
    margin-right: .5rem !important;
    vertical-align: middle;
}

.data-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;    
}

.upload-field {  
    display: flex;
    flex-direction: row;
    flex: 1 1 1%;    
}
.column {
    min-width: 450px;
    display: flex;
    flex-direction: column;
    flex: 1 1 1%;
    margin: 5px;
}

.flex-container {
   
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}

.flex-container-notopmargin {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;    
}


.button-box {
    position: fixed;
    width: 100vw;  
    background-color: white;
    height: 44px;
    z-index: 1;
    margin-left: -10px;
    border-bottom: 1px solid black;
}
.top-button-bar {
    position: fixed;
    right: 50%;
    z-index: 1;
    white-space: nowrap;
    transform: translate(50%, 0);    
}

.black-line {
    text-align: center;
    font-weight:bold;
    margin-bottom: 1px;
    width: 100%;
}

.boxed {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 5px;
}

.boxed-red {
    border: 2px solid red;
    padding: 5px;
    margin-bottom: 5px;
}

.money-field {
    text-align: right;
    padding-right: 5px;
}

.padded {
    font-weight: bold;
    margin-left: 120px;   
    padding: 5px;
    margin-bottom: 5px;
}


.f4-control {
    vertical-align: middle;
    padding: 0 2px 0 2px;
    height: 30px;
    margin: 0;
}

.orange-text {
    color: orange;
    font-weight: bold;
}

.red-text {
    width: 100%;
    font-weight: bolder;
    font-size: 1.5em;
    text-align: center;
    color: red;
}


.blue-text {
    color: blue;
    font-weight: bold;
}

.disabled-f4 {
    border: 0;
}

.textCenter {
    text-align: center
}