﻿#masterContent {
    width: 100%;
    min-width: 410px;
    overflow-x: auto;
    line-height: normal;
}


#contentPanel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 3em;
    float: none;
    background: #fff;
}

.controlBar {
    width: 100%;
}

.float {
    float: none;
    width: 90%;
    margin: 0;
}

#contentPanel > tr {
    background: #f00;
}

#homePageIconTable {
    width: 75%;
}

    #homePageIconTable tbody tr:hover {
        background-color: #fff;
    }

    #homePageIconTable td {
        border-bottom: 0 !important;
    }

#step-menu li span {
    font-size: 14px;
}

.clear {
    float: none;
    clear: both
}

input.cv-rowdelete, input.cv-rowupdate {
    width: 24px;
}

.secondaryButton, .primaryButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 12px 32px;
    background: #0b5889;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    overflow: hidden;
    border-radius: 8px;
}

#submittalGuidelineAccordion {
    font-family: 'Source Sans Pro',sans-serif;
}

.qq-upload-list li,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry {
    font-size: inherit;
}

.qq-upload-button {
    height: inherit;
}

    .qq-upload-button div:not(.qq-upload-button-text) {
        font-size: 13px;
    }

.collapsibleTitle {
    display: inline-block !important;
}

.collapsible {
    padding: 2px 4px 8px 4px !important;
    float: none;
    width: auto;
}

#masterContent fieldset:not(.noborder) {
    border-color: #000000 !important;
    border-width: 1px 0 0 0 !important;
    border-style: solid none none none !important;
}

#masterContent fieldset {
    border-left: none;
    padding-top: 2em;
}

.tabTitle {
    font-size: 1.6em;
    font-family: 'Source Sans Pro',sans-serif;
}

#homePageIconTable .homeTitle,
.collapsible {
    font-size: 1.37em;
    font-family: 'Source Sans Pro',sans-serif;
}

.accordion h4,
#submittalGuidelineAccordion h4,
#appealPeriodCommentsGuidelineAccordion h4 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.25em;
}

#masterContent,
#contentPanel,
.displayField,
.inputField > div,
.ui-widget,
.ui-widget .ui-menu-item {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 17px;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: 'Source Sans Pro',sans-serif;
    }

.right1 input[type="text"],
.right1 textarea {
    width: 100%;
}

.right1 label,
.left1 label {
    font-weight: bold;
}

#masterContent input[type=date],
#masterContent input[type=decimal],
#masterContent input[type=email],
#masterContent input[type=number],
#masterContent input[type=password],
#masterContent input[type=search],
#masterContent input[type=tel],
#masterContent input[type=text],
#masterContent input[type=time],
#masterContent input[type=url],
#masterContent textarea,
#masterContent select {
    padding: 4px 8px;
}

.checkboxListFilter input {
    width: 95% !important;
}

.checkboxListEntry {
    font-weight: normal;
    font-size: 16px;
}

    .checkboxListEntry input {
        margin-right: 4px;
    }

.cv-table, .cv-tr-top {
    font-size: 16px;
}

.cv-map-legend-div {
    height: 85%;
    font-size: 16px;
}

.esriLegendLayerLabel {
    margin: 0 0 4px;
}

#masterContent label {
    display: inline;
}

table#documents th {
    padding: 5px;
    background-color: #A0A0A0;
    border-bottom-color: #000000;
    border-right: 1px solid #AAAAAA;
    color: #323031;
    border: 1px solid #AAAAAA;
    font-weight: bold;
}

table#documents tr {
    border: 1px solid #AAAAAA;
}

table#documents td {
    border-right: 1px solid #AAAAAA;
}

.popupClose {
    font-size: 20px;
}

.infoQuestionMark {
    width: 20px;
}

#masterContent table > thead > tr > th {
    font-weight: 700;
    color: #000000;
}

.relatedItemsSortIcon {
    display: inline-block;
}


@media print {
    #masterContent,
    #contentPanel {
        width: 100% !important;
        padding: 0;
    }
}