﻿* {
    margin: 0;
    padding: 0;
}
/*jqueryUi Accordian formatting*/
body {
    /*background-image: url(../printing/images/thisareawillnotprint.gif);
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../images/bg-14.jpg');*/
    background: #cee2e8;
    margin: 0;
    padding: 0;
    font: 12px Verdana, Arial;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.roundOutsideShadow {
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #D3B57F;
    -moz-box-shadow: 10px 10px 10px #D3B57F;
    -webkit-box-shadow: 10px 10px 10px #D3B57F;
    box-shadow: 10px 10px 10px #d3b57f;*/
    cursor:pointer;
}
.width100percent {
    width: 100%;
}
.gridrow {
    font-size: 12px;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,Arial,sans-serif;
    background-color: #F6F5F0;
    color: #474747;
    text-align:center;
}
.SubtitleCenter {
    font-weight: bold;
    font-size: 13pt;
    color: black;
    font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    /*background-image: url(../images/brown-gradient.jpg);*/
    background-repeat: repeat;
}

tr.clickable-row {
    cursor: pointer;
    text-align: center;
    color: #474747;
}

    tr.clickable-row.even-row {
        background-color: #F6F6D1;
    }

    tr.clickable-row:hover {
        color: white;
        text-align: center;
        background-color: #9B9A6B;
    }

table.roundOutsideShadow {
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #D3B57F;
    /*-moz-box-shadow: 10px 10px 10px #F6D791;
    -webkit-box-shadow: 10px 10px 10px #F6D791;
    box-shadow: 10px 10px 10px #F6D791;*/
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

html, body {
    /* For the loading indicator to be vertically centered ensure */
    /* the html and body elements take up the full viewport */
    min-height: 100%;
}

    html.loading {
        /* Replace #333 with the background-color of your choice */
        /* Replace loading.gif with the loading image of your choice */
        background: #333 50% 50%;
        cursor: wait;
        /* Ensures that the transition only runs in one direction */
        -webkit-transition: background-color 0;
        transition: background-color 0;
    }

        html.loading body {
            /* Make the contents of the body opaque during loading */
            opacity: 0;
            /* Ensures that the transition only runs in one direction */
            -webkit-transition: opacity 0;
            transition: opacity 0;
        }

.videoicons {
    cursor: pointer;
}

#papafooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #94DAF5;
}

.btnshowmap {
    margin-left: 25%;
}

.btnclosemap {
    margin: 15px;
}

.ui-button {
    font-size: 0.9em !important;
}

span.ui-selectmenu-text {
    font-size: 0.9em !important;
}
/*h3 {
    color:white !important
}*/


.layersFilter {
    width: 100%;
    height: 100%;
    border: none;
}



.rightBanner {
    /*height: 55px;*/
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-color: rgba(128,0,0,0.8);
    color: white;
    position: absolute;
    top: 5px !important;
    right: 0px;
    /*width: 60% !important;*/
    z-index: 9000;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.bottomBanner {
    height: 55px;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-color: rgba(128,0,0,0.8);
    color: white;
    position: absolute;
    bottom: 20px !important;
    left: 20px;
    /*width: 60% !important;*/
    z-index: 9000;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}



.thumb {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.refreshMap {
    margin-left: 5px;
}

.overflow {
    height: 300px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }


#login-container {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.50);*/
    background: rgba(0, 0, 0, 0.50);
}

#canvasloader-container {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.80);
    background: rgba(60, 188, 237, 0.5);*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    body.loading #canvasloader-container {
        display: block;
    }

    body.loading #canvasLoader {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
    }

body.login {
    overflow: hidden;
}

    body.login #login-container {
        display: block;
    }

    body.login #login {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
    }

.txtlogin {
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: large;
}


.printing {
    float: right;
    margin: 0;
    padding: 0;
}

.portrait-no-id {
    width: 450px !important;
    height: 800px !important;
}

.landscape-no-id {
    width: 900px !important;
    height: 595px !important;
}

.water-wud {
    width: 1200px !important;
    height: 950px !important;
}

.idresultsText {
    color: maroon;
    font: 12px Verdana, Arial;
}

.flightdates {
    /*width: 275px;*/
    display: block;
    vertical-align: bottom;
}

.zeromargin {
    margin: 0;
    padding: 0;
}



.divOtherResults {
    /*background: rgba(0, 0, 0, 1.0);*/
    background: rgba(128,0,0,1.0);
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*box-shadow: 2px 1px 6px 4px rgba(10, 10, 0, 0.5);*/
    width: 97%;
    font-size: 12px;
    text-align: center;
    overflow-y: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0px;
}

    .divOtherResults a:link {
        text-decoration: none;
        color: #00FFFF;
    }

    .divOtherResults a:visited {
        text-decoration: none;
        color: #00FFFF;
    }

#para1 {
    font-family: Verdana, Arial;
    padding: 2px;
}

#saddr {
    width: 90%;
}

#daddr {
    width: 90%;
}

#map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.roundedcorners5px {
    padding-left: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*.shadow {
    -moz-box-shadow: 3px 3px 5px 5px #ccc;
    -webkit-box-shadow: 3px 3px 5px 5px #ccc;
    box-shadow: 3px 3px 5px 5px #ccc;
}*/

/*.darkshadow {
    -moz-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 32px 2px 3px 3px rgba(0, 0, 0, 1.0);
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 1.0);
}*/

.thinshadow {
    /*-moz-box-shadow: 1px 1px 3px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px 3px #ccc;
    box-shadow: 1px 1px 3px 3px #ccc;*/
}

.marginright8px {
    margin-right: 8px;
}

.fa-floppy-o {
    color: white !important;
}

.fa-repeat {
    color: white !important;
}

.fa-download {
    color: white !important;
}


a:link {
    text-decoration: none;
    /*color: #00FFFF;*/
    color: #337ab7;
}

a:visited {
    text-decoration: none;
    /*color: #FFFF66;*/
    color: #337ab7;
}

.ui-button {
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding: 2px 2px 2px 2px;*/
}

/* added next line to fix width:0px setting on selectmenu button*/
.ui-selectmenu-button {
    width: 90% !important;
}
/*end of fix*/

.ui-button-smaller {
    margin-top: 3px;
    margin-bottom: 3px;
}

.ui-accordion {
    /*background: rgba(0, 0, 0, 0.70);*/
    background: rgba(128,0,0,0.7);
    color: white;
}

.ui-accordion-header {
    background: white;
    color: black !important;
}

.ui-accordion-content {
    /*background: rgba(0, 0, 0, 0.70);*/
    background: rgba(128,0,0,0.7);
    color: white;
    max-height: 400px;
    min-height: 55%;
    height: auto !important;
    /*min-width: 400px;*/
}


.openMaplayers h3 {
    color: black;
}



.openTools h3 {
    color: black;
}

.openGPSTracking {
    display: block;
    /*height: 50px;*/
    /*background-color: rgba(0, 0, 0, 0.80);*/
    background-color: rgba(128,0,0,0.7);
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .openGPSTracking h3 {
        color: white;
    }

.growler {
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: -600px;
    top: 100px;
    /*background-color: black;*/
    background-color: #3cbced;
    margin-right: 100px;
    padding: 20px;
    color: white;
}

.openMsg {
    display: block;
    width: 200px;
    height: 100px;
    right: 20px;
    top: 100px;
    /*background-color: rgba(0, 0, 0, 1.0);*/
    background-color: rgba(128,0,0,1.0);
    /*min-height: 25%;*/
    position: absolute;
    color: white;
    padding: 2em 2em 2em 2em;
    -webkit-transition: all 5000ms ease-in-out;
    -moz-transition: all 5000ms ease-in-out;
    transition: all 5000ms ease-in-out;
}

    .openMsg .loading {
        transform: translate(100%);
        -webkit-transform: translate(100%);
    }

#msgTitle {
    /*font-style: italic;*/
    font-size: 1.5em;
    font-weight: bold;
}

#msgBody {
    font-size: 1em;
}

#mygps {
    padding-left: 1em;
}




table.esriLegendLayer td {
    color: white !important;
}

.esriLegendLayerLabel {
    color: white;
}

label.gislayers {
    color: #1b998b !important;
    font-size: 90%;
}

td.flightdates {
    color: #1b998b !important;
    font-size: 85%;
    vertical-align: bottom;
}



.textEntry {
    /*background-color: rgba(0, 0, 0, 0.70);*/
    background-color: rgba(128,0,0,0.7);
    color: white;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 9000;
    padding-right: 0px !important;
}

input#searchResults:focus {
    width: 50%;
    outline: 0px;
}

input#idResults:focus {
    width: 50%;
    outline: 0px;
}

.padright {
    padding-right: 4px;
}

#page-header {
    position: relative;
    z-index: 999;
}

#search {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
}



/*input#anySearch:focus {
    width: 60%;
    height: 1.5em;
    background-color: #EEE;
    font-size: 120%;
    outline: 0px;
    color: #333;
}*/

/*input#txtsearchlayer:focus {
    width: 90%;
    height: 1.5em;
    background-color: #EEE;
    font-size: 120%;
    outline: 0px;
    color: #333;
}*/

.radio {
    margin: .5em;
}

.theTools {
    margin-left: 10px;
}

.thePrint {
    margin-left: 10px;
}

#legend {
    height: 50%;
    overflow-y: auto;
}

/*.reasonTextbox {
    width: 30%;
    height: 2em;
    font-size: 120%;
    color: maroon;
    background-color: lightgrey;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}*/



#mytools {
    position: absolute;
    top: 120px;
    left: 11px;
}

    #mytools a:link {
        text-decoration: none;
        /*color: black;*/
        color: black;
    }

    #mytools a:visited {
        text-decoration: none;
        /*color: black;*/
        color: black;
    }

.editTextbox {
    /*padding-left: 5px;
    font-size: 120%;*/
    border: 0px;
    color: white;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mpoEdit {
    padding-left: 5px;
}

.searchLayerTextbox {
    width: 50%;
    height: 1.2em;
    font-size: 120%;
    color: white;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: rgba(128,0,0,0.7);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.closeResults {
    height: 0%;
    display: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.measuretools {
    display: block;
}

.theTools {
    margin-left: 10px;
}

.ezinfobtn {
    font-size: 0.9em !important;
    padding: 4px 10px 4px 10px;
}

/*census settings*/
option.bir {
    background: #F2F5A9;
}

option.edu {
    background: #A9E2F3;
}

option.edum {
    background: #819FF7;
}

option.emp {
    background: #81F79F;
}

option.hou {
    background: #FF66FF;
}

option.inc {
    background: #C7C3C3;
}

option.pop {
    background: #FE642E;
}

option.sex {
    background: #F78181;
}

#loginMessage {
    color: red;
}
/*app specific css*/
/*battalion_stations app*/
.hidden {
    display: none !important;
}

.battalion_stations_f-wrench {
    color: red !important;
}
/*battalion_stations app*/


a.customLayers:link, .customLayers:visited {
    font-size: 11px;
    /*color: #00FFFF;*/
    color: #5ef9d8;
}

#divadvselectbtns .ui-button {
    margin-top: 3px;
    margin-bottom: 3px;
}

.ui-button-text-only .ui-button-text {
    padding: .3em 1em;
}

hr {
    border-color: grey;
}

#papa_maps_div {
    padding: 10px;
}

#papa_layers_table {
    vertical-align: bottom;
    table-layout: fixed;
    /*width: 33%;*/
}

.papatools {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    background-color: #94DAF5;
    padding-left: 2px;
    /*-moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px 2px maroon;
    -webkit-box-shadow: 2px 2px 2px 2px maroon;
    box-shadow: 2px 2px 2px 2px maroon;*/
}

/*new maroon*/
a.backlink:link {
    text-decoration: none;
    color: maroon;
    font-size: large;
    float: right;
    padding-right: 5px;
    /*padding-left: 20%;*/
}

a.backlink:visited {
    text-decoration: none;
    color: maroon;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*-------------------------------------------------------------------------------------------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #D3B57F;
    background: #F6D791;
    font-weight: normal;
    color: black;
}

#idresults-title {
    color: black;
}

.searchTextbox {
    width: 25%;
    height: 2em;
    font-size: 120%;
    color: black;
    background-color: #F8F8F6;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-left: 2px;
}

#div-iFrame {
    position: absolute;
    top: 160px;
    left: 10px;
    width: 25%;
    height: 70%;
    background-color: #F8F8F6;
    color: white;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    padding: 0px 0px 0px 0px;
}

#the-iFrame {
    top: 100px;
    width: 98%;
    height: 99%;
}

.iframeCloseButton {
    float: right;
}

.openTools {
    display: block;
    min-height: 55%;
    max-height: 70%;
    /*width: 20%;*/
    background-color: white;
    color: #1b998b;
    position: absolute;
    top: 160px;
    left: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    overflow: auto;
}

.openMaplayers {
    display: block;
    width: 33%;
    background-color: white;
    position: absolute;
    top: 160px;
    left: 10px;
    color: maroon;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.openPrint {
    display: block;
    min-height: 25%;
    background-color: white;
    color: #1b998b;
    position: absolute;
    top: 160px;
    left: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    overflow: auto;
}

    .openPrint h3 {
        color: black;
    }

.openResults {
    display: block;
    height: 55%;
    background-color: #F8F8F6;
    color: black;
    position: absolute;
    top: 160px;
    left: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    overflow: auto;
}

    .openResults h3 {
        color: black;
    }

.divIdResults {
    position: relative;
    background: #F5EBC9;
    color: maroon;
    padding: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
    min-width: 200px;
    font-size: 18px;
    overflow: auto;
}
