﻿.ascendingorder {
    background: url("../images/sort_asc.png") no-repeat scroll right center;
    background-size: 27px;
 }
 
 .descendingorder {
   background: url("../images/sort_desc.png") no-repeat scroll right center;
   background-size: 27px;
 }
 
 .bothorder {
   background: url("../images/sort_both.png") no-repeat scroll right center;
   background-size: 25px;
 }     
 
   
 .beta-banner {
                 background-color: #fff1d2;
                 border-bottom:  1px solid #5b616b;
                 padding-top: 10px;
                 padding-bottom: 10px;
                 /*min-height: 60px; */
                 height:auto;
 }
 
 .covid-report-bx {
     border: 1px solid #323a45;
     background-color: #c5d2e4;
     padding-left: 1px;
 }
 
 .modal-body-full {
     background-color: #fff;
     border-radius: 4px;
     padding: 40px;
 }
 
 .programNameSelectionId {
     width: 750px;
 }

#uim-map-frame {
    position: relative;
    height: 900px;
    width: 95%;
}

.help-text {
    display: inline-block;
    float: left;
}

.pdf-text {
    display: inline-block;
    float: right;
}

.covid-box-align {
    padding-left: 5px;
}
 
 .covid-report-ft {
     font-family: "Source Sans Pro",sans-serif;
     font-size: 14px;
     border: 1px solid #cbd7e7;
     background-color: #205493;
     color: #fff;
 }
 .covid-report-ft-margin {
     margin-left: 85%;
 }
 .covid-report-margin {
     margin-right: 60%;
 }
 
 
 .covid-report-bx-margin {
     margin-left: 8px;
 }
 ul.noindent
 {
     list-style-type:none;
       font-size:0.9em;
      
     margin: 0.55em 0;
    list-style-image:url("../images/listBullet1.png");
    padding-left: 20px;
     padding-right: 0px;
 
 }
 
 
 


.descendingorder {
  background: url("../images/sort_desc.png") no-repeat scroll right center;
  background-size: 27px;
}

.bothorder {
  background: url("../images/sort_both.png") no-repeat scroll right center;
  background-size: 25px;
}     

  
.beta-banner {
                background-color: #fff1d2;
                border-bottom:  1px solid #5b616b;
                padding-top: 10px;
                padding-bottom: 10px;
                /*min-height: 60px; */
                height:auto;
}

.covid-report-bx {
    border: 1px solid #323a45;
    background-color: #c5d2e4;
    padding-left: 1px;
}

.modal-body-full {
    background-color: #fff;
    border-radius: 4px;
    padding: 40px;
}

.programNameSelectionId {
    width: 750px;
}

.covid-box-align {
    padding-left: 5px;
}

.covid-submit-align {
padding-top: 0.5%;
}


span.fund-amount, span.fund-number, .ft-align {
    margin-right: 6px;
    float: right;
}

@media only screen and (max-width:1024px) {
    /* For mobile phones: */
    .ft-align {
        margin-right: 6px;
        margin-left: 1px;
        float: none;
    }

    .covid-box-align {
        padding-left: 0px !important;
    }

    .covid-report-ft-margin {
        margin-left: 0px !important;
    }
}



.covid-report-ft {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    border: 1px solid #cbd7e7;
    background-color: #205493;
    color: #fff;
}
.covid-report-ft-margin {
    margin-left: 85%;
}
.covid-report-margin {
    margin-right: 60%;
}


.covid-report-bx-margin {
    margin-left: 8px;
}
ul.noindent
{
    list-style-type:none;
      font-size:0.9em;
}
     
  li.noindent
 {   
     font-size: 0.9em;
    margin-bottom:3px;
     line-height: 1.3em;
 }  
 
   li.index 
 {   
     list-style: none;
    
 }  
 
     li.index a
 {   
     
     color:black;
 }  
 
 
 
 
 
 
 /* Widgets */
 @media (min-width: 50px) and (max-width:500px) {
 
    
 
     .half_container {
         padding: 0px;
     }
 
         .half_container .half {
             width: 100%;
             float: none;
             padding: 10px 0px;
             background: #fff;
         }
 
         .half_container .half2 {
             width: 100%;
             float: none;
             padding: 10px 0 0;
             background: #fff;
         }
 
         .half_container .half3 {
             width: 100%;
             float: none;
             padding: 20px 0px;
             background: #fff;
         }
 
         .half_container .half .content {
             padding: 0px 10px 5px 10px;
         }
 }
 
 @media (min-width: 501px) and (max-width:800px) {
 
 
     .half_container .half2 {
         width: 100%;
         float: left;
         padding: 10px 0 0;
         background: #fff;
     }
 
     .half_container .half3 {
         width: 100%;
         float: left;
         padding: 20px 0px;
         background: #fff;
     }
 }
 
 @media (min-width: 801px) {
   
 
         article.first {
             border: 0;
         }
 
         article.special {
             border: 0;
             padding-top: 0;
             margin-top: 0;
         }
 
     .half_container {
         padding: 15px 0px;
     }
 
         .half_container .half {
             width: 47%;
             float: left;
         }
 
         .half_container .half2 {
             width: 47%;
             float: left;
             margin: 10px 0;
         }
 
         .half_container .half3 {
             width: 47%;
             float: left;
             padding: 0 0 0 40px;
             margin-bottom: 20px;
             margin-top: 10px;
         }
 
         .half_container .half .content {
             padding: 20px;
         }
 
     .half select {
         width: 75%;
     }
 }
 
 .half {
     background: #fff;
     margin: 1%;
 }
 
     .half p {
         line-height: 1.3em;
         font-size: .875em;
         margin: .5em 0;
     }
 
     .half ul {
         line-height: 1.3em;
         font-size: .875em;
         margin: .5em 0;
     }
 
     .half.box {
         border: 1px solid #969696;
     }
 
 .clear-fix {
     clear: both;
     line-height: 1px;
 }
 
 #CustomFooter {
     margin: 0px 2px;
 }
 
 .smallTextReg {
     font-size: 0.8em;
     padding-bottom: 0;
     margin: 0;
     font-weight: normal;
 }
 
 .smallTextFooter {
     font-size: 0.8em;
     font-weight: normal;
 }
 
 .boldText {
     font-weight: bold;
 }
 
 @media (min-width: 801px) {
     img.lgIcon {
         margin: 0 10px 0px 20px;
         float: right;
     }
 }
 @media (min-width: 50px) and (max-width:500px) {
     img.lgIcon {
         display: none;
     }
 }
 
 @media (min-width: 768px) {
     .counter-area {
         padding-top: 30px;
         padding-bottom: 30px;
     }
 }
 
 
 
 
 a.pdf {
  background: url(/Images/Icons/pdfIconSm.png) no-repeat center right;
  padding-right:21px;   
 }
 a.excel {
  background: url(/Images/Icons/excelIconSm.png) no-repeat center right;
  padding-right:25px;   
 }
 a.csv {
  background: url(/Images/Icons/csvIconSm.png) no-repeat center right;
  padding-right:25px;   
 }
 a.word {
  background: url(/Images/Icons/wordIconSm.png) no-repeat center right;
  padding-right:25px;   
 }
 
 .inlineText{
     display:inline-block;
     margin-bottom:12px;
 }
 
 .required:before{
     content: "* ";
     color: #981b1e; 
 }
 
 .RegVisible{
     visibility:visible;
     display:normal;
 }
 
 .RegHidden{
     display:none;
     visibility:hidden;
 }
 
 @media (min-width:801px) {
 .promo_container { padding: 15px 0px  }
 .promo_container .promo { width: 33%; float: left; } 
 .promo_container .promo .content { padding: 20px; }
 }
 
 
 @media (min-width:501px) and (max-width:800px) {
 .promo_container {  padding: 0px 20px 15px 20px; }
 .promo_container .promo { background-position: 0px 0px; }
 .promo_container .promo .content { padding: 20px; }
 }
 
 @media (min-width:50px) and (max-width:500px) {
 .promo_container { padding: 0px; }
 .promo_container .promo { 
     width: auto;
     float: none;
     padding: 10px 0px;
     background:#fff;	}
 .promo_container .promo .content { padding: 0px 10px 5px 10px; }
 }
 
 .dataTitle
 {
     margin: 5px 0 0 12px;
     display: inline-block;
 }
 
 .list2col
 {
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
 }
 
 .rdbtn
 {
     margin: 5px 5px 5px 50px;
     padding: 0;
 }
 
 .divbtnwimg {
     margin: 15px 10px 20px 10px;
     padding: 0;
 }
 
 .dataSetContainer
 {
     margin: 25px 0 0;
     padding: 0 5px;
     overflow: hidden;
     width: 100%;
 }
 
 .drpdnls
 {
     margin: 5px 15px 5px 70px;
     padding: 0;
 }
 .hidden { display: none; }
 
 .drpdnls select
 {
     width:75%;
 }
 
 .drpdnls select:disabled
 {
     color: #777;
 }
 
 .btnwimg {
     background-image: url('../../Content/Images/Icons/pdfIconSm.png');
     background-repeat: no-repeat;
     background-position: right 10px top 7px;
     padding: 2px 30px 2px 10px;
 }
 
 
 /*Shortage area by address*/
 
 
      /* WebKit browsers */
 .feature input:focus::-webkit-input-placeholder { opacity: 0; }
 
     /* Mozilla Firefox 4 to 18 */
 .feature input:focus:-moz-placeholder { opacity: 0; }
 
     /* Mozilla Firefox 19+ */
 .feature input:focus::-moz-placeholder { opacity: 0; }
 
     /* Internet Explorer 10+ */
 .feature input:focus:-ms-input-placeholder { opacity: 0; }
 
     .featuredBox .BoxContent {
         padding: 10px 0px;
     }
     .featuredBox .BoxContent .feature {
         margin: 0;
         padding: 5px 0 10px;
         overflow: hidden;
     }
     .featuredBox .BoxContent div input#chkFIPSDisplay {
         float: left;
         margin: 5px 5px 0 0;
     }
     .featuredBox .BoxContent div span.leftForm {
         float: left; 
         margin-right: 13px; 
         padding: 0; 
         width: 196px; 
         display: block;
     }
     .featuredBox .BoxContent div label {
         float: left;
         width: 220px;
     }
     .featuredBox .BoxContent div label[for=chkFIPSDisplay] {
         width: auto;
         padding-right: 4px;
     }
 
     .leftCol {
     float: left;
     width: 55%;
     margin-bottom: 30px;
 }
 .rightCol {
     float: left;
     margin-left: 1%;
     width: 44%
 }
 .expColWidth
 {
     /*width: 800px;*/
     text-align: right; 
 }
 #pnlResult {
     margin-bottom: 30px;
 }
 .city2 {
     float: left;
     margin: 50px 0 5px 12px;
     /*padding: 15px;*/
     width: 400px;
     /*margin-top:50px;*/
     border: 0px solid red;
 } 
 
 .state-control {
     display: block;
     width: 60%;
     height: 44px;
     padding: 8px 19px;
     font-size: 17.33px;
     line-height: 1.5;
     color: #323a45;
     background-color: #f6f8fb;
     background-image: none;
     border: 1px solid #cbd7e7;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
     -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     
 }
 
 
 .zip-control {
     display: block;
     width:30%;
     height: 44px;
     padding: 8px 19px;
     font-size: 17.33px;
     line-height: 1.5;
     color: #323a45;
     background-color: #f6f8fb;
     background-image: none;
     border: 1px solid #cbd7e7;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
     -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
     float:left;
 }
 
 .city {
     float: left;
     margin-top: 15px;
     /*margin: 5px;*/
     /*padding: 15px;*/
     width: 450px;
     
     border: 0px solid green;
 }
 .map .container .layersDiv {
     cursor: pointer;
 }
 
 .resultFormat {   
     text-align: left;
     /*font-size: 0.75em;*/ /*changed from 0.7em */
     /*font-style: italic;*/
 } 
 .btnPosition
 {
     float: right;
     clear: both;
     margin-top: 0px;
 }
     .btnPosition .smallText {
         text-align: right;
     }
     
    .modalProgress {
     display:    none;
     position:   fixed;
     z-index:    1000;
     top:        0;
     left:       0;
     height:     100%;
     width:      100%;
     background: rgba( 255, 255, 255, .8 ) 
                 url('../Images/ajax-loader.gif') 
                 50% 50% 
                 no-repeat;
     background-size: 50px 50px;
   
 }
 
        #DivAOVMap {
         float: left;
         margin: 10px 0;
     }
 
     #DivOVMap {
         padding: 0;
         margin: 0;
         width: 400px;
         height: 400px;
         border: 1px solid #cbd7e7;
     }
 
     /*hide map credits*/
     .esri-attribution__sources {
         display: none;
     }
 
     /*hide ESRI logo*/
     .esri-attribution__powered-by {
         display: none;
     }
 
 
     .vertical-alignment-helper {
         display: table;
         height: 100%;
         width: 100%;
     }
 
     .vertical-align-center {
         /* To center vertically */
         display: table-cell;
         vertical-align: middle;
     }
 
     .modal-content {
         /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
         width: inherit;
         height: inherit;
         /* To center horizontally */
         margin: 0 auto;
     }
 
 /*End Shortage area ruby address*/
 
 /*Analyzer detailed map*/
 #mapContainer {
     position: relative;
     height: 100%;
     width: 100%;
 }
 
 #DivMap {
     height: 100%;
     padding: 0;
     margin: 0;
 }
 
 #DivMap canvas {
     border-radius: 8px;
 }
 
 #buttonHolder {
     position: absolute;
     top: 90px;
     left: 16px;
     border: 1px solid #e0e0e0;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 }
 
 #layerListButton {
 }
 
 #basemapsGalleryButton {
     border-top: 1px solid #e0e0e0;
 }
 
 
 #printWidgetButton {
     border-top: 1px solid #e0e0e0;
 }
 
 #basemapsGallery {
     position: absolute;
     top: 90px;
     left: 70px;
     display: none;
 }
 
 #printWidget {
     position: absolute;
     bottom: 80px;
     left: 70px;
     display: none;
 }
 
 /*hide Page setup section on print widget*/
 #printWidget #printWidget__layoutContent .esri-print__form-section-container:nth-child(2) {
     display: none;
 }
 
 /*hide advanced options section on print widget*/
 #printWidget .esri-print__advanced-options-section {
     display: none;
 }
 
 #scalBar {
     position: absolute;
     bottom: 15px;
     left: 16px;
     width: 150px;
 }
 
 #layerList {
     position: absolute;
     top: 20px;
     right: 20px;
     width: 280px;
     font-size: 14px;
     padding: 10px;
     display: none;
 }
 
 .widget {
     background-color: rgb(255, 255, 255);
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
     box-sizing: border-box;
     color: rgb(50, 50, 50);
     font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 14px;
     line-height: 18.2px;
 }
 
 #layerList img {
     margin-left: 5px;
     margin-right: 5px;
 }
 
 #layerList input[type="checkbox"] {
     vertical-align: middle;
     margin: 0px;
 }
 /*End Analyzer detailed map*/
 
 /*Start Analyzer Tool*/
 .rural-analyzer-toggle::before {
     content: "[–]";
     margin-right: 4px;
 }
 
 .rural-analyzer-toggle[aria-expanded=false]::before {
     content: "[+]";
 }
 
 .rural-analyzer-info strong {
     font-weight: 600;
 }
 
 .rural-analyzer-info .rural-analyzer-info-heading {
     font-weight: 700;
 }
 
 .rural-analyzer-map {
     border: 2px solid #cbd7e7;
     border-radius: 8px;
     margin-bottom: 24px;
 }
 
 /*.rural-analyzer-map img {
     border-radius: 8px;
 }*/
 
 @media (min-width: 768px) {
     .rural-analyzer-data-col-1 {
         text-align: right;
     }
 
     .rural-analyzer-data-col-2 {
     }
 }
 /*End Analyzer Tool*/
 
 /*DataTable Styling*/
 
 .find-data-table > thead > tr > th {
     vertical-align: top;
 }
 
 .find-data-table th:not(.ReportLink):not(.details-control):not(.childColumn):not(.ascendingorder):not(.descendingorder):not(.sorting_asc):not(.sorting_desc) {
     background: #205493 url("../images/sort_both.png") no-repeat scroll right center;
     background-size: 25px;
 }
 
 .find-data-table th:not(.ReportLink):not(.details-control):not(.childColumn):not(.sorting_desc):not(.descendingorder){
     background: #205493 url("../images/sort_asc.png") no-repeat scroll right center;
    background-size: 27px;
 }
 
 .find-data-table th:not(.ReportLink):not(.details-control):not(.childColumn):not(.sorting_asc):not(.ascendingorder){
     background: #205493 url("../images/sort_desc.png") no-repeat scroll right center;
    background-size: 27px;
 }
 
 .dataTables_empty{
     text-align:center;
 }
 
 .dataTablesRightAligned:not(th) {
     text-align:right;
 }
 
 .filter-panel-search .form-control {
     background-color: #fff;
     border: 1px solid #c5d2e4;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
     color: #5b616b;
     font-size: 15px;
     padding-left: 7px;
 }
 
 .columnFilter {
     color: #000;
     font-weight: initial;
     border: 1px solid #cbd7e7;
     /*border-right: none;*/
     padding: 5px;
 }
 
 .no-sort-icon {
     background-image: none !important;
     padding:0 !important;
 }
 
 .filter-container {
     padding: 13px 15px 12px;
     display: flex;    
 }
 .filter-btn {    
     font-size: 10px;
     color: #4773aa;
     padding: 5px;
     background-color: #edf1f7;
     border: 1px solid #cbd7e7;
     cursor:pointer;
 }
 
 .filter-btn > .icon {
     color: #4773aa !important;
 }
 
 /*End DataTable Styling*/
 /*Modal*/
 .modal.in {
     display: block;
 }
 /*End Modal*/
 
 .icon-information{
     color: #2d83bf;
     font-size: 12px;
     cursor:pointer;
 }
 
 .app-options-btn {
     background-color: #112d52;
     border-radius: 4px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-decoration: none;
     padding: 10px 20px 10px 20px;
     cursor: pointer;
 }
 
 .app-external-btn {
     background-color: #112d52;
     border-radius: 4px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-decoration: none;
     padding: 10px;
     cursor: pointer;
 }
 
 .icon-mapTool {
     background: url(/Content/Images/Icons/map-icon.png) no-repeat center left;
     padding: 2px 10px 2px 10px;
 }
 
 .inactiveLink {
    pointer-events: none;
    cursor: default;
 }
 
 /* home page download links */
 .state-funding-text {
     padding-bottom: 12px;
 }
.state-funding-text.no-padding {
    padding-bottom: 0px;
}
.state-funding-text.mini {
    font-size:16px;
}
 .state-funding-list-view {
     padding-top: 0px;
 }
 .grant-overview-download-links {
     text-align: center;
     padding-bottom: 25px;
 }
 
 .grant-overview-download-links .badge {
     cursor: pointer;
     margin-left: 6px;
 }
 
 /* Find grants datatable*/
 
 .reset-button {
     margin-left:10px;
 }
 
 /* Data Portal */
 .explorerSearch {
     margin: 10px auto;
 }


    .half_container {
        padding: 0px;
    }

        .half_container .half {
            width: 100%;
            float: none;
            padding: 10px 0px;
            background: #fff;
        }

        .half_container .half2 {
            width: 100%;
            float: none;
            padding: 10px 0 0;
            background: #fff;
        }

        .half_container .half3 {
            width: 100%;
            float: none;
            padding: 20px 0px;
            background: #fff;
        }

        .half_container .half .content {
            padding: 0px 10px 5px 10px;
        }

@media (min-width: 501px) and (max-width:800px) {


    .half_container .half2 {
        width: 100%;
        float: left;
        padding: 10px 0 0;
        background: #fff;
    }

    .half_container .half3 {
        width: 100%;
        float: left;
        padding: 20px 0px;
        background: #fff;
    }
}

@media (min-width: 801px) {
  

        article.first {
            border: 0;
        }

        article.special {
            border: 0;
            padding-top: 0;
            margin-top: 0;
        }

    .half_container {
        padding: 15px 0px;
    }

        .half_container .half {
            width: 47%;
            float: left;
        }

        .half_container .half2 {
            width: 47%;
            float: left;
            margin: 10px 0;
        }

        .half_container .half3 {
            width: 47%;
            float: left;
            padding: 0 0 0 40px;
            margin-bottom: 20px;
            margin-top: 10px;
        }

        .half_container .half .content {
            padding: 20px;
        }

    .half select {
        width: 75%;
    }
}

.half {
    background: #fff;
    margin: 1%;
}

    .half p {
        line-height: 1.3em;
        font-size: .875em;
        margin: .5em 0;
    }

    .half ul {
        line-height: 1.3em;
        font-size: .875em;
        margin: .5em 0;
    }

    .half.box {
        border: 1px solid #969696;
    }

.clear-fix {
    clear: both;
    line-height: 1px;
}

#CustomFooter {
    margin: 0px 2px;
}

.smallTextReg {
    font-size: 0.8em;
    padding-bottom: 0;
    margin: 0;
    font-weight: normal;
}

.smallTextFooter {
    font-size: 0.8em;
    font-weight: normal;
}

.boldText {
    font-weight: bold;
}

@media (min-width: 801px) {
    img.lgIcon {
        margin: 0 10px 0px 20px;
        float: right;
    }
}
@media (min-width: 50px) and (max-width:500px) {
    img.lgIcon {
        display: none;
    }
}

@media (min-width: 768px) {
    .counter-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}




a.pdf {
 background: url(/Images/Icons/pdfIconSm.png) no-repeat center right;
 padding-right:21px;   
}
a.excel {
 background: url(/Images/Icons/excelIconSm.png) no-repeat center right;
 padding-right:25px;   
}
a.csv {
 background: url(/Images/Icons/csvIconSm.png) no-repeat center right;
 padding-right:25px;   
}
a.word {
 background: url(/Images/Icons/wordIconSm.png) no-repeat center right;
 padding-right:25px;   
}

.inlineText{
    display:inline-block;
    margin-bottom:12px;
}

.required:before{
    content: "* ";
    color: #981b1e; 
}

.RegVisible{
    visibility:visible;
    display:normal;
}

.RegHidden{
    display:none;
    visibility:hidden;
}

@media (min-width:801px) {
.promo_container { padding: 15px 0px  }
.promo_container .promo { width: 33%; float: left; } 
.promo_container .promo .content { padding: 20px; }
}


@media (min-width:501px) and (max-width:800px) {
.promo_container {  padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 20px; }
}

@media (min-width:50px) and (max-width:500px) {
.promo_container { padding: 0px; }
.promo_container .promo { 
    width: auto;
	float: none;
	padding: 10px 0px;
	background:#fff;	}
.promo_container .promo .content { padding: 0px 10px 5px 10px; }
}

.dataTitle
{
    margin: 5px 0 0 12px;
    display: inline-block;
}

.list2col
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.rdbtn
{
    margin: 5px 5px 5px 50px;
    padding: 0;
}

.divbtnwimg {
    margin: 15px 10px 20px 10px;
    padding: 0;
}

.dataSetContainer
{
    margin: 25px 0 0;
    padding: 0 5px;
    overflow: hidden;
    width: 100%;
}

.drpdnls
{
    margin: 5px 15px 5px 70px;
    padding: 0;
}
.hidden { display: none; }

.drpdnls select
{
    width:75%;
}

.drpdnls select:disabled
{
    color: #777;
}

.btnwimg {
    background-image: url('../../Content/Images/Icons/pdfIconSm.png');
    background-repeat: no-repeat;
    background-position: right 10px top 7px;
    padding: 2px 30px 2px 10px;
}


/*Shortage area by address*/


     /* WebKit browsers */
.feature input:focus::-webkit-input-placeholder { opacity: 0; }

    /* Mozilla Firefox 4 to 18 */
.feature input:focus:-moz-placeholder { opacity: 0; }

    /* Mozilla Firefox 19+ */
.feature input:focus::-moz-placeholder { opacity: 0; }

    /* Internet Explorer 10+ */
.feature input:focus:-ms-input-placeholder { opacity: 0; }

    .featuredBox .BoxContent {
        padding: 10px 0px;
    }
    .featuredBox .BoxContent .feature {
        margin: 0;
        padding: 5px 0 10px;
        overflow: hidden;
    }
    .featuredBox .BoxContent div input#chkFIPSDisplay {
        float: left;
        margin: 5px 5px 0 0;
    }
    .featuredBox .BoxContent div span.leftForm {
        float: left; 
        margin-right: 13px; 
        padding: 0; 
        width: 196px; 
        display: block;
    }
    .featuredBox .BoxContent div label {
        float: left;
        width: 220px;
    }
    .featuredBox .BoxContent div label[for=chkFIPSDisplay] {
        width: auto;
        padding-right: 4px;
    }

    .leftCol {
    float: left;
    width: 55%;
    margin-bottom: 30px;
}
.rightCol {
    float: left;
    margin-left: 1%;
    width: 44%
}
.expColWidth
{
    /*width: 800px;*/
    text-align: right; 
}
#pnlResult {
    margin-bottom: 30px;
}
.city2 {
    float: left;
    margin: 50px 0 5px 12px;
    /*padding: 15px;*/
    width: 400px;
    /*margin-top:50px;*/
    border: 0px solid red;
} 

.state-control {
    display: block;
    width: 60%;
    height: 44px;
    padding: 8px 19px;
    font-size: 17.33px;
    line-height: 1.5;
    color: #323a45;
    background-color: #f6f8fb;
    background-image: none;
    border: 1px solid #cbd7e7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    
}


.zip-control {
    display: block;
    width:30%;
    height: 44px;
    padding: 8px 19px;
    font-size: 17.33px;
    line-height: 1.5;
    color: #323a45;
    background-color: #f6f8fb;
    background-image: none;
    border: 1px solid #cbd7e7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    float:left;
}

.city {
    float: left;
    margin-top: 15px;
    /*margin: 5px;*/
    /*padding: 15px;*/
    width: 450px;
    
    border: 0px solid green;
}
.map .container .layersDiv {
    cursor: pointer;
}

.resultFormat {   
    text-align: left;
    /*font-size: 0.75em;*/ /*changed from 0.7em */
    /*font-style: italic;*/
} 
.btnPosition
{
    float: right;
    clear: both;
    margin-top: 0px;
}
    .btnPosition .smallText {
        text-align: right;
    }
    
   .modalProgress {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../Images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
    background-size: 50px 50px;
  
}

       #DivAOVMap {
        float: left;
        margin: 10px 0;
    }

    #DivOVMap {
        padding: 0;
        margin: 0;
        width: 400px;
        height: 400px;
        border: 1px solid #cbd7e7;
    }

    /*hide map credits*/
    .esri-attribution__sources {
        display: none;
    }

    /*hide ESRI logo*/
    .esri-attribution__powered-by {
        display: none;
    }


    .vertical-alignment-helper {
        display: table;
        height: 100%;
        width: 100%;
    }

    .vertical-align-center {
        /* To center vertically */
        display: table-cell;
        vertical-align: middle;
    }

    .modal-content {
        /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
        width: inherit;
        height: inherit;
        /* To center horizontally */
        margin: 0 auto;
    }

/*End Shortage area ruby address*/

/*Analyzer detailed map*/
#mapContainer {
    position: relative;
    height: 100%;
    width: 100%;
}

#DivMap {
    height: 100%;
    padding: 0;
    margin: 0;
}

#DivMap canvas {
    border-radius: 8px;
}

#buttonHolder {
    position: absolute;
    top: 90px;
    left: 16px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#layerListButton {
}

#basemapsGalleryButton {
    border-top: 1px solid #e0e0e0;
}


#printWidgetButton {
    border-top: 1px solid #e0e0e0;
}

#basemapsGallery {
    position: absolute;
    top: 90px;
    left: 70px;
    display: none;
}

#printWidget {
    position: absolute;
    bottom: 80px;
    left: 70px;
    display: none;
}

/*hide Page setup section on print widget*/
#printWidget #printWidget__layoutContent .esri-print__form-section-container:nth-child(2) {
    display: none;
}

/*hide advanced options section on print widget*/
#printWidget .esri-print__advanced-options-section {
    display: none;
}

#scalBar {
    position: absolute;
    bottom: 15px;
    left: 16px;
    width: 150px;
}

#layerList {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 280px;
    font-size: 14px;
    padding: 10px;
    display: none;
}

.widget {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgb(50, 50, 50);
    font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18.2px;
}

#layerList img {
    margin-left: 5px;
    margin-right: 5px;
}

#layerList input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px;
}
/*End Analyzer detailed map*/

/*Start Analyzer Tool*/
.rural-analyzer-toggle::before {
    content: "[–]";
    margin-right: 4px;
}

.rural-analyzer-toggle[aria-expanded=false]::before {
    content: "[+]";
}

.rural-analyzer-info strong {
    font-weight: 600;
}

.rural-analyzer-info .rural-analyzer-info-heading {
    font-weight: 700;
}

.rural-analyzer-map {
    border: 2px solid #cbd7e7;
    border-radius: 8px;
    margin-bottom: 24px;
}

/*.rural-analyzer-map img {
    border-radius: 8px;
}*/

@media (min-width: 768px) {
    .rural-analyzer-data-col-1 {
        text-align: right;
    }

    .rural-analyzer-data-col-2 {
    }
}
/*End Analyzer Tool*/

/*DataTable Styling*/
.data-table-text-align-top > thead > tr > th {
    vertical-align: top;
}

.find-data-table > thead > tr > th {
    vertical-align: top;
}

.find-data-table th:not(.ReportLink):not(.details-control):not(.childColumn):not(.ascendingorder):not(.descendingorder):not(.sorting_asc):not(.sorting_desc) {
    background: #205493 url("../images/sort_both.png") no-repeat scroll right center;
    background-size: 25px;
}

.find-data-table th:not(.ReportLink):not(.details-control):not(.childColumn):not(.sorting_desc):not(.descendingorder){
    background: #205493 url("../images/sort_asc.png") no-repeat scroll right center;
   background-size: 27px;
}

.find-data-table th:not(.ReportLink):not(.details-control):not(.childColumn):not(.sorting_asc):not(.ascendingorder){
    background: #205493 url("../images/sort_desc.png") no-repeat scroll right center;
   background-size: 27px;
}

.dataTables_empty{
    text-align:center;
}

.dataTablesRightAligned:not(th) {
    text-align:right;
}

.filter-panel-search .form-control {
    background-color: #fff;
    border: 1px solid #c5d2e4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #5b616b;
    font-size: 15px;
    padding-left: 7px;
}

.columnFilter {
    color: #000;
    font-weight: initial;
    border: 1px solid #cbd7e7;
    /*border-right: none;*/
    padding: 5px;
}

.no-sort-icon {
    background-image: none !important;
    padding:0 !important;
}

.filter-container {
    padding: 13px 15px 12px;
    display: flex;    
}
.filter-btn {    
    font-size: 10px;
    color: #4773aa;
    padding: 5px;
    background-color: #edf1f7;
    border: 1px solid #cbd7e7;
    cursor:pointer;
}

.filter-btn > .icon {
    color: #4773aa !important;
}

/*End DataTable Styling*/
/*Modal*/
.modal.in {
    display: block;
}
/*End Modal*/

.icon-information{
    color: #2d83bf;
    font-size: 12px;
    cursor:pointer;
}

.app-options-btn {
    background-color: #112d52;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.app-external-btn {
    background-color: #112d52;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
}

.icon-mapTool {
    background: url(/Content/Images/Icons/map-icon.png) no-repeat center left;
    padding: 2px 10px 2px 10px;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

/* home page download links */
.state-funding-text {
    padding-bottom: 12px;
}
.state-funding-list-view {
    padding-top: 0px;
}
.grant-overview-download-links {
    text-align: center;
    padding-bottom: 25px;
}

.grant-overview-download-links .badge {
    cursor: pointer;
    margin-left: 6px;
}

/* Find grants datatable*/

.reset-button {
    margin-left:10px;
}

/* Data Portal */
.explorerSearch {
    margin: 10px auto;
}
 /*BHW Footprint Map*/
.bhw-iframe-parent .bhw-iframe {
    width: 100%;
    height: 100vh;
}

/*Health Equity Map*/
.health-equity-parent .health-equity-iframe {
    width: 100%;
    height: 100vh;
}
