﻿html,
body,
#viewDiv {
    height: 100%;
	width: 100%;
    margin: 0;
	margin-top: -2px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
	overflow: hidden; 
}

/* HIDE ALL DEFAULT POPUPS */
div.esri-popup{
	display: none !important;
}

#search {
	width: 100%;
    margin: 8px 4px 0px 4px;
}

#mainHeader {
    width: 100%;
    background-color: #014B4C;
    padding: 15px 10px 4px 10px;
    height: 9.5%;
    display: table;
}

.esriSimpleSliderHomeButton {  
    border-bottom: 1px solid #666666;  
    background-image: url(../images/home.png);  
    background-repeat: no-repeat;  
    background-position: center;  
    cursor: pointer;  
}  

.esriSimpleSliderHomeButton:hover {  
    background-color: rgb(238, 238, 238);  
    background-color: rgba(238, 238, 238, 0.9);  
}

#popUp {
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #808080;
    position: absolute;
    margin-top: 0%;
    right: 0%;
    max-height: 87vh;
    overflow: auto;
    width: 300px;
    z-index: 40;
    display: none;
}
/* 
div.activePopup{
	display: inline-block !important;
} */

.schoolTbl {
width: 100%;
}

.grantTbl td, .schoolTbl td {
    padding: 4px;
    font-size: .8em;
}

    .grantTbl td:nth-child(1), .schoolTbl td:nth-child(1) {
        font-weight: bold;
    }

.grantTbl tr:nth-child(1) td {
        background: #014b4c !important;
        color: #fff !important;
        font-size: .9em !important;
        width: 100% !important;
    }

.grantTbl tr:nth-child(15) td {
        background: #00a4a4 !important;
        color: #fff !important;
        font-size: .9em !important;
        width: 100% !important;
    }
	
	
    .schoolTbl tr:nth-child(1) td {
        background: #014B4C !important;
        color: #fff !important;
        font-size: .9em !important;
        width: 100% !important;
    }

    .locate td {
        padding-top: 0px !important;
    }

.schoolTbl td:nth-child(1) {
    width: 38%;
}

.schoolTbl td:nth-child(2) {
    width: 62%;
}

.grantTbl td:nth-child(1) {
    width: 50%;
}

.grantTbl td:nth-child(2) {
    width: 50%;
}
    .zoomGrantee, .zoom {
    cursor: pointer;
}

    /*TRIO icons*/


@font-face {
    font-family: 'trio';
    src: url('../fonts/trio.eot?85211599');
    src: url('../fonts/trio.eot?85211599#iefix') format('embedded-opentype'), url('../fonts/trio.woff2?85211599') format('woff2'), url('../fonts/trio.woff?85211599') format('woff'), url('../fonts/trio.ttf?85211599') format('truetype'), url('../font/trio.svg?85211599#trio') format('svg');
    font-weight: normal;
    font-style: normal;
}
        .demo-icon {
    font-family: "trio";
    font-style: normal;
    font-weight: normal;
    font-size: 2.5em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'trio';
    src: url('../font/trio.svg?85211599#trio') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "trio";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-city_icon:before {
    content: '\e800';
}
/* '' */
.icon-rural_icon:before {
    content: '\e801';
}
/* '' */
.icon-suburb_icon:before {
    content: '\e802';
}
/* '' */
.icon-territories_pi:before {
    content: '\e803';
}
/* '' */
.icon-territories_pr:before {
    content: '\e804';
}
/* '' */
.icon-town_icon:before {
    content: '\e805';
}
/* '' */
/* '' */
.logoDrop {
    color: #fff;
    flex-flow: row nowrap;
    text-align: right;
    padding: 2px;
}
.esri-search__submit-button {
    margin-right: -10px !important;
}
.localeIcons {
    display: flex;
    flex-flow: row nowrap;
}

.locale {
    padding: .5em 0;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
    color: #00a4a4 !important;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}

.locale:hover, .locale:focus, .locale:active, .locale.active {
    color: #fff !important;
}

.btnGreen {
    background: #00a4a4 !important;
    font-size: 1.5em;
    padding: 2px 10px;
    margin-top: .4em;
}

    .btnGreen.focus, .btnGreen:focus, .btnGreen:hover {
        background: #009e69 !important;
        color: #fff;
    }

.resourceMenu {
    padding: 10px;
    color: #000;
    min-width: 210px;
}

.resourceMenu p {
    margin: 4px auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
}

.resourceMenu li {

    margin-left: -24px;
    padding-left: 6px;
}
        
        #rightPane {
    width: 20%;
    margin: 0;
    border: none;
}


#alaska {
    left: 15px;
    padding-left: 18px;
}

#hawaii {
    left:95px;
}

#puertoRico {
    left: 168px;
}

#pacificIslands {
    left: 267px;
}

.quickStates {
    position: absolute;
    bottom: 4em;
    border-radius: 4px;
    z-index: 5;
    font-size: .8em;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 75px;
}

    .quickStates i {
        font-size: 2.5em;
    }

.stateFont {
    font-family: 'statefaceregular';
    font-size: 2.5em;
}

.legend {
    position: absolute;
    border: 1px solid #ccc;
    bottom: 12em;
    border-radius: 4px;
    font-size: .8em;
    left: 15px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: auto;
}

.tsmap {
    position: absolute;
    background: #035137;
    right: 1em;
    padding: 8px;
    bottom: 4em;
    border-radius: 4px;
    z-index: 5;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}

.modal-header {
    border-bottom: none !important;
}

.modal-body li {
    margin-left: -30px;
    padding-left: -12px;
    margin-bottom: 10px;
}
    /* State Fonts */
    @font-face {
        font-family: 'statefaceregular';
        src: url('../fonts/StateFace-Regular-webfont.eot');
        src: url('../fonts/StateFace-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/StateFace-Regular-webfont.woff') format('woff2'), url('../fonts/StateFace-Regular-webfont.woff') format('woff'), url('../fonts/StateFace-Regular-webfont.ttf') format('truetype'), url('../fonts/StateFace-Regular-webfont.svg#statefaceregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .esri-search__container {
    margin-left: -10px !important;
}

.esri-expand__content {
	z-index: 6 !important;
}

@media (max-width: 1250px) {
    .logoDrop {
        width: 100% !important;
        display: table !important;
        text-align: left !important;
    }
}

@media (max-width: 992px) {
    .logoDrop {
        width: 100% !important;
        display: table !important;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .logoDrop {
        width: 100% !important;
        display: table !important;
        text-align: left !important;
    }
}


@media (max-width: 468px) {
    .logoDrop {
        width: 100% !important;
        display: table !important;
        text-align: left !important;
    }
}

