﻿html
{
    height:90%;
}
body {
    font-size: .85em;
    font-family: "Arial";
    color: #232323;
    background-color: #fff;
    height:100%;
    overflow:hidden;
    margin:0px;
}

header, footer, nav, section {
    display: block;
}
table tr
{
    vertical-align:top;
}
table td
{
    vertical-align:top;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}
/*Login*/
.privacy-link {
    float: right;
    margin-right: 20px;
    font-size: 18px;
    margin-top: 22px;
    font-weight: 600;
    
}
    .privacy-link a {
        color: rgb(113,0,75);
        text-decoration:underline;
        
    }
    .login
{
    background-image:url('/images/krhome.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:664px;
}
.login-screen {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    color:white;
}
.new-account{
    margin-top: 225px;
    position: absolute;
    background: white;
    width: 960px;
    margin-left: 14px;
    border: solid navy 2px;
}
.new-account-header{
    width: 850px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.login-input {
    border: solid #71004b 0px;
    padding: 30px;
    padding-bottom: 48px;
    background-color: rgb(95,99,105);
    border-radius: 25px;
}
.pwreset-message
{

    margin-left: 25px;
    position: absolute;
    top: -30px;
    background-color: darkGreen;
    height: 25px;
    width: 270px;
    padding-top: 2px;
    text-align: center;
    display:none;


}
.signup{
    background-color: white;
    margin-top: 70px;
    position: absolute;
    width: 938px;
    margin-left: 14px;
    padding: 12px;

}
.divReset{
    position: absolute;
    top: 90px;
    background-color: white;
    width: 961px;
    margin-left: 14px;
}


/*Home buttons*/


.home-button.active
{
    background-image:url('/images/selectedhome.gif');
}
.home-button
{
    background-image:url('/images/normalhome.gif');
    width:133px;
    height:28px;
    background-repeat:no-repeat
}
.home-button:hover 
{
    background-image:url('/images/onhoverhome.gif');
}

.map-button
{
    width:133px;
    height:28px;
    background-image:url('/images/normalmap.gif');
    background-repeat:no-repeat
}
.map-button:hover 
{
    background-image:url('/images/onhovermap.gif');
}
.map-button.active
{
    background-image:url('/images/selectedmap.gif');
}

.table-button
{
    width:133px;
    height:28px;
    background-image:url('/images/normaltdata.gif');
    background-repeat:no-repeat
}
.table-button:hover 
{
    background-image:url('/images/onhovertdata.gif');
}
.table-button.active
{
    background-image:url('/images/selectedtdata.gif');
}

.chart-button
{
    width:133px;
    height:28px;
    background-image:url('/images/normalchart.gif');
    background-repeat:no-repeat
}
.chart-button:hover 
{
    background-image:url('/images/onhoverchart.gif');
}
.chart-button.active
{
    background-image:url('/images/selectedchart.gif');
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
.profile-table
{
    width:100%;
    border-bottom:dashed 1px lightgrey;
    border-top:dashed 1px lightgrey;
    margin-top:15px;
    font-size:12px;
}
    .profile-table .border
    {
        border-left:dashed 1px lightgrey;
    }
.loader
{
    
    height:25px;
    text-align:center;
    background-color:ghostwhite;
    position:relative;
    margin-top:auto;
    margin-bottom:auto;
    display:none;
    width:50%;
    position:absolute;
    z-index:20;
}
.chartLoader
{
    display: none;
    background-color: ghostwhite;
    display: block;
    width: 500px;
    position: absolute;
    margin-top: 0px;
    margin-left: 45%;
    z-index:20;
    text-align:center;
}
.mapLoader
{
    background-color: ghostwhite;
    width: 500px;
    position: absolute;
    top:50px;
    margin-top: 0px;
    margin-left: 35%;
    z-index:50000;
    text-align:center;
    display:none;
}
.apply-link
{
    cursor:pointer;
    text-decoration:underline;
    font-weight:bold;
    float:right;
    margin-right:7px;
}
.link
{
    cursor:pointer;
    text-decoration:underline;
    
}
.small-link
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}
/*Home*/
.right-menu{
    background-color: white;
    font-size: 12px;
    line-height: 8px;
    margin-top: 5px;
}
    .right-menu td
    {
        padding-right:5px;
        padding-left:5px;
    }
#tblTabs
{
    cursor:pointer;
}
.tab
{
    display:none;
}
.tabopen
{

    display:block;
}
#divTab1
{
    height:100%;
    overflow:auto;
    margin-bottom:50px;
}
#divTab3
{
    height:100%;
    overflow:auto;
    margin-right:25px;
}


/*reports*/
.reportWidget
{
    position:absolute;
    display:none;
    top:0px;
    z-index:5;
    background-color:rgba(255,255,255,1);
   
}
    .reportWidget.open
    {
        display:block;
    }

.widgetHeader
{
    height:25px;
    /*background-color:rgba(0, 38, 255,.9)*/
    background-image: url('/images/Blue_Gradient1.png');
}
.widgetHeader img
{
    height:15px;
    
}
.filter_disabled td
{
    color: LightGrey;
    background-color:ghostwhite;
}
.resultGrid tr
{
   border:solid 1px red;
}
.tableResult
{
    border-color: Gray;
    border-width: 1px;
    border-style: Solid;
    
    border-collapse: collapse;
    table-layout: fixed;
    display: inline-table;
    border-collapse: collapse;
    font-size:12px;
}
/*Widget active buttons*/
.addActive
{

}

.commonsummaryHeading
{
	color:Black;
	background-color:lightgrey;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
}
.districtsummaryHeading
{
	color:Black;
	
	font-family:Verdana;
	font-size:9pt;
	
}
 .summaryHeading {
    color:RoyalBlue;
    background-color: lightgrey;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align:center;
    
}
  .summaryHeading th{
    max-width:100px;
}
    .tableResult td
    {
        padding-left:2px;
        padding-right:2px;
    }
.tableRight
{
    font-size:12px;
    vertical-align:top;
}
.popup {
    width:200px;
    height:100px;
    position:absolute;
    top:0%;
    left:auto;
    margin:0px 0 0 0px; /* [-(height/2)px 0 0 -(width/2)px] */
    display:none;
  }
.summary-base
{
    opacity: 1;
    background:rgba(251, 247, 247, 0.85);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}
.iframe
{
    overflow-y:visible;
}
.drag-handle {
    padding: 1px;
    text-indent: 3px;
    font: bold 14px Arial;
    background-color: #CA0000;
    color: white;
   /* cursor: move;*/
    overflow: hidden;
    width: auto;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagebold
{
    font-weight:bold;
    border:solid blue 1px;
}
.tableGray {
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
    font-weight: normal;
}
#divFilterBuilderOverlay
{
    top:52px;
    left:48px;
    z-index:20000;
}
#divChartTable
{
    overflow-y:auto;
    padding-left:75px;
    width:90%;
    font-size:12px;
}
#tblFieldCums
{
    border-collapse:collapse;
}
#tblFieldCums td
{
    border:solid 1px grey;
}

.getChart
{
    font-size:12px;
}
.view-image
{
    position: relative;
    background-image: url("/images/tool-sprites.gif");
    background-position: 0 -270px;
    width: 15px;
    height: 15px;
    cursor:pointer;
    display:inline-block;
    top:5px;
}
/*map*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 15px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
   width: 13px;
  left: 4px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
   background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.map-action-menu img
{
    cursor:pointer;
}
.identifyTRLeft {
    background-color: #DBE5F1;
    font-weight: bold;
}
.identifyTRRight
{
    background-color: White;
    font-weight: normal;
}
.map-find {
    position: relative;
    background-image: url("/images/tool-sprites.gif");
    background-position: 0 -270px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    top: 2px;
}
.close {
    position: relative;
    background-image: url("/images/tool-sprites.gif");
    background-position: 0 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    top: 2px;
}
/*ADMIN*/

.admin-heading
{
    background-color: rgb(0,32,91);
    width: 250px;
    height: 30px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin-top:20px;
    cursor:pointer;
}

.admin-subheading
{
    background-color: rgb(0,32,91);
    width: 250px;
    margin-top: 12px;
    margin-left: 15px;
    color: white;
    padding-left: 12px;
    font-size: 16px;
    height: 24px;
    cursor:pointer;
}
.admin-subheading label
{
    cursor:pointer;
}
.error
{
    font-size :12px;
    color:red;
    display:block;
}
.paging-nav { 
  text-align: left; 
  padding-top: 20px; 
  padding-left:25px;
}
    .paging-nav a
    {
        margin: auto 1px;
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px;
        background: #91b9e6;
        color: white;
        border-radius: 3px;
    }
    .paging-nav .selected-page
    {
        background: #187ed5;
        font-weight: bold;
    }
.data-export
{
    display:none;
}
.highcharts-credits{
    display:none !important
}
.shareReport {
    position: absolute;
    left: 5px;
    border: solid plum 1px;
    width: 338px;
    background-color: lightgrey;
    min-height: 50px;
    display:none;
}

footer.footer-container {
    padding-bottom: 20px;
}

header.header-container {
    margin-top: 20px;
}

.container {
    text-align: justify;
    line-height: 20px;
}

.container a {
    color: rgba(113,0,75,1);
}

.container h1 {
    font-weight: bold;
    text-align: center;
    color: rgba(113,0,75,1);
}