﻿* {
    box-sizing: border-box;
}

#FieldsetContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    column-gap: 12px;
    row-gap: 8px;
}

fieldset {
    background-color: #f2f2f2;
    margin-bottom: 0px;
    /*margin-right: 12px;*/
    padding: 3px;
    height: unset;
    min-height: 37px;
    max-height: unset;
    flex: 1;
    min-width: 600px;
}

fieldset > table, .file-table, fieldset > div > table{
    width: 100%;
}

th {
    color: #0a6bcc;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:nth-child(odd) {
    background-color: #e6e6e6;
}

tr:nth-child(even):hover, tr:nth-child(odd):hover {
    background-color: #fff;
}

th {
    background-color: #f2f2f2;
    text-align: left;
}

.nav-icon {
    border: 0;
}

input[type=button], input[type=submit] {
    border: 0;
    background-color: #fd8a54;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

input[type=button]:active:hover:not([disabled]), input[type=submit]:active:hover:not([disabled]) {
    background-color: #fff;
    border: 1px solid #fd8a54;
    color: #fd8a54;
} 
    
input[type=button].confirm {
    border: 0;
    background-color: red;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
} 

input[type=button].confirm:hover {
    background-color: #fff;
    border: 1px solid red;
    color: red;
}

.displayContainer {
    clear: both;
    display: block;
    width: 100%;
}

.display-label, .editor-label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #0a6bcc;
    padding: 3px;
    width: 200px;
    margin-bottom: 5px;
    vertical-align: top;
}

.editor-field, .display-field {
    max-width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #011024;
    padding: 3px;
}

.wide-editor-field {
    width: 1080px !important;
}

select, fieldset > div > div > select, .editor-field > textarea, fieldset > div > div.editor-field > textarea, fieldset > div > div > input[type=text], fieldset > div > div > input[type=datetime], #EffectiveDate, #ExpirationDate, #InspectionStart, #InspectionEnd, #Date, fieldset > div > div > input[type=number], fieldset > div > div > input[type=password] {
    width: 382px;
    max-width: 100%;
} 

.select2-container {
    width: 382px;
    max-width: 100%;
}

fieldset > div > div.wide-editor-field > textarea {
    width: 1066px !important;
} 

.shiny-options-group {
    display: flex;
    justify-content: space-around;
    padding-left: 1px;
    padding-right: 1px;
} 

.shiny-options-group label {
    float: left;
} 

.shiny-options-group label {
    display: inline-block;
    min-width: 60px;
    background-color: #fff;
    color: #fd8a54;
    font-weight: bold;
    text-align: center;
    padding: 0 4px 0 4px;
    cursor: pointer;
    border: 1px solid #fd8a54;
    height: 24px;
} 

.shiny-options-group input {
    display: none;
} 

.shiny-options-group label.chosen {
    background-color: #fd8a54;
    color: #fff;
}

.note-modal-header {
    margin-top: 50px;
}

.note-editable{
    background-color: white;
}

.overflow-x{
    overflow-x: auto;
}



@media screen and (max-width:600px) {
    fieldset{
        min-width: 300px;
        max-width: 100%;
        width: unset;
        flex: 1;
    }
}

@media screen and (min-width: 325px) and (max-width: 600px) {
    .street-address-spacer {
        display: none;
    }
}


/* green #52cc52 */
/* blue #0a6bcc*/
/* red #fd5454 */
/* orange #fd8a54 */
