﻿body {
    font-family: Calibri;
}

.RptPop {
    color: White;
}

.PrecReported 
{
	background-color: #FFFF00;
	color:#CE0000;
    text-align:center;
}

.PrecUnreported 
{
	background-color: #C9EDF8;
	color:#000000;
	padding:0;
    text-align:center;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th
{
}
.nav-tabs > li
{
    background-color:#76C1FF;
}
.nav-tabs > li > a:hover
{
    background-color:#6ABCFF;
}
.nav-tabs > li.active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus
{
    background-color: #057DCD;
    color:White;
    font-weight:bold;
}
.form-control
{
    background-color:#057DCD;
    color:White;
    font-weight:bold;
}
.form-control > option
{
    background-color:#76C1FF;
    color:White;
}
.btn-link, .btn-link:hover
{
    color:#6ABCFF;
    cursor:pointer;
}
.panel
{
    background-color:transparent;
    padding:0px;
    background-color: #057DCD;
    border-color:White;
    border-width:1px;
    border-style:solid;
    border-radius:4px;
    margin-bottom:10px;
}
.popover 
{
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom: -50px;
    margin:0px;
    max-width:1000px;   
    background-color: #057DCD;
    box-shadow: 0px;
}
.popover-header {
    background-color: #057DCD;
    font-size: 14px;
    font-weight: bold;
    padding:5px;
    border-bottom: 0px;
}
.title {
    background-color: #057DCD;
    font-size: 14px;
    font-weight: bold;
    padding:5px;
}
.contentPane 
{
    color: White;
    background-color: #057DCD !important;
    font-size: 14px;
    font-weight: bold;
    padding:5px;
    width:auto !important;
    max-height:375px !important;
    height:375px !important;
    
}
.sizer 
{
    border:0px;
    width:auto !important;
    height:auto !important;
}
.actionsPane
{
    display: none;
}
.esri-widget table {
    table-layout:fixed;
}

.esri-widget table tr th {
    border: 0px !important;
    white-space:nowrap !important;
}
.esri-popup, .esriPopupWrapper
{
    background-color:#057DCD !important;
    color:White !important;
    box-shadow: 0px 0px 0px 0px #057DCD !important;
}
.esriPopupMobile
{
    box-shadow: 0px 0px 0px 0px #057DCD !important;
}
.esri-popup__header
{
    display:none !important;    
}
.esri-popup__content
{
    background-color:#057DCD !important;
    color:White !important;
}
.esri-popup__actions
{
    display:none !important;    
}
.esri-popup__main-container 
{
    background-color:#057DCD !important;
    display:block !important;
    max-height:none !important;
    min-width:0px !important;
    width:auto;
}

.esri-view-width-xlarge .esri-popup__main-container{
    width:650px !important;
}

/* Popover Body */
.popover-content 
{
    padding-left:1px;
    padding-right:1px;
    padding-top:1px;
    padding-bottom: -20px;
}
.popover.top > .arrow::after
{
    border-top-color:#057DCD;
}
select.dropdown {
     -webkit-appearance: none;       
     -moz-appearance: none;    
     appearance: none;
     cursor: pointer;
     background-color: transparent;
     width:100%;
     color:White;
}

.ddarrow {
    font-size: 14px;
    color: White;
    position:relative;
    float: right;
    right: 8px;
    top : 12px;
    cursor: default;
    line-height: 1px;

}

.parent {
    position:relative;
    background-position:center;
    text-align:center;
    margin: 0px;
    padding: 0px;
}

#MapDiv, #MapDiv_root, #MapDiv_layer0, #MapDiv_gc
{
   height:60vh !important;
    width:100% !important;
}
.modalload {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 ) 
                url('http://localhost:48648/election/Images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalload {
    display: block;
}
/*
.esri-view-width-xlarge .esri-popup__main-container {
    width:100% !important;
}
.esri-view-width-medium {
    width:100% !important;
}

.esri-display-object{
    width:725px !important;
} 

canvas.esri-display-object {
    display:none !important;
}*/