﻿/* mobile-table.css*/
table {
    border:0;
}
table td {
    border-radius: 6px;
}
table th a:link span {
    color: #ffffff;
    text-decoration: underline;
}


@media (max-width:767px) {
    .content-block-simple {
        padding: 20px;
    }
    a.btn {
        min-width: 0px;
        padding: 6px 1px;
    }
}

@media (max-width:1023px) {
    .tbl-mobile tbody tr th:first-child,
    .tbl-mobile tbody tr td:first-child {
        display: none;
    }

    .tbl-mobile tbody tr.tr-mobile th:first-child {
        padding: 8px;
        background-color: #e5eeee;
        display: table-cell;
    }

    .tbl-mobile {
        border-spacing: 1px !important;
    }

        .tbl-mobile div.callout-buttons {
            padding: 0;
        }

    table th, table td {
        padding: 7px 1px 7px 1px;
    }
}

@media (min-width:1024px) {
    .tbl-mobile tbody tr.tr-mobile {
        display: none;
    }

    table th, table td {
        padding: 7px 8px 7px 8px;
    }
}
/* end of mobile-table.css */


.res-income-qualifier-float-right {
    float: right;
}

.res-income-qualifier-float-left {
    float: left;
}

.res-income-qualifier-center {
    text-align: center;
}

.view-section {
    text-align: left;
}

    .view-section h2 {
        text-align: center;
        padding-bottom: 20px;
    }

.view-section-title, .view-section-spacer {
    font-weight: bold;
    display: block;
    padding: 0 0 0 0;
}

.view-section-error {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: .88;
    z-index: 99;
}

.view-section-error-1 {
    margin-top: -36px;
}

.button-error {
    color: #f00;
    border-color: #f00;
    border: 1px solid red;
}

.view-section-question, .view-section-listing, .view-section-content {
    display: block;
    padding: 15px 0 5px 0;
}

    .view-section-listing ol {
        margin: 0 0 0 0 !important;
    }

.view-section-options {
    display: block;
    width: 85%;
    padding: 0 0 0 18px;
    border: none !important;
}

    .view-section-options label {
        display: inline;
        padding-left: 10px;
    }

.view-section-buttons {
    margin-left: -10%;
    padding: 30px 0 30px 0;
    text-align: center;
}

.view-section-buttons-spacer {
    padding-left: 20px;
}

#CountyInfo, #RegionInfo {
    display: block;
}

.view-section-resources, .view-section-resources tr {
    width: 100%;
    border: none !important;
}

.view-section-resources-left-column {
    width: 80px;
    text-align: center;
    vertical-align: top;
    border: none;
    border-top: 2px solid #2aaac9;
}

.view-section-resources-right-column {
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-top: 2px solid #2aaac9;
}

.view-section-resources-above {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

.view-section-resources-below {
    border-top: 2px solid #2aaac9;
    margin-top: 10px;
    position: relative;
}

@media (max-width: 600px) {
    .view-section-resources-right-column {
        background: none !important;
    }
}

.res-income-qualifier-select-county, .res-income-qualifier-select-residents {
    font-size: 16px;
}

.res-income-qualifier-filter-section label {
    font-size: 14px;
    font-weight: 400 !important;
    margin: 10px 0 0 0;
}
 
.res-income-qualifier-filter-section-instruction {
    font-weight: bold;
}

.lds-roller {
    position: absolute;
    padding-left: 33%;
    padding-top: 10px;
}

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary.hover, .btn-secondary:hover,
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #efefef;
    color: #000;
    font-size: 14px;
    height: 30px;
}

    .btn-secondary.disabled, .btn-secondary:disabled {
        opacity: .5;
    }

[v-cloak], .hidden {
    display: none;
}

caption {
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 4px;
    caption-side: top;
}

