﻿/* Override Kendo default style
----------------------------------------------------------*/
.k-state-active,.k-state-active:hover,.k-active-filter
{
    background-color:#fff;
    border-color:#9F1D35;
    color:#2e2e2e
}

.k-state-selected,.k-state-selected:link,.k-list>.k-state-selected,.k-list>.k-state-focused,.k-list>.k-state-highlight,.k-panel>.k-state-selected,
.k-button:active,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,.k-draghandle.k-state-selected:hover
{
    color:#fff;
    background-color:#9F1D35;
    border-color:#9F1D35
}

.k-slider-selection
{
    background-color:#9F1D35
}

.k-tiles li.k-state-selected
{
    border-color:#9F1D35
}

.k-state-selected, .k-button:active {
    /*background-image: none, linear-gradient(to bottom, #b24a5d 0px, #a83349 100%); doesn't work with Kendo calendar selected in IE, Chrome or Safari*/
    background: #9F1D35;
    background: -webkit-gradient(linear, left top, left bottom, from(#b24a5d), to(#a83349));
    background: -webkit-linear-gradient(#b24a5d, #a83349);
    background: -moz-linear-gradient(top, #b24a5d, #a83349);
    background: -ms-linear-gradient(#b24a5d, #a83349);
    background: -o-linear-gradient(#b24a5d, #a83349);
    background: linear-gradient(#b24a5d, #a83349);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b24a5d', endColorstr='#a83349');
    zoom: 1;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

html
{
    width:100%;
    height:100%;
}
body
{
    width:100%;
    height:100%;
    background-color: #883c41;
    font-size: 70%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

header,
footer,
nav,
section 
{
    display: block;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    height: 100%;    
}


#main
{
    width: 100%;
    top: 0;  
    bottom:0;    
    margin-top: 102px;
    position:absolute;    
    background: #fff;
}

#mainHeader
{
    width: 100%;
    height: 102px;          
}

#mainLogo
{
    width: 100%;
    height: 78px;
    background-image: url(Header.png);    
    background-repeat: repeat-x;     
}

#mainFooter
{
    width: 100%;    
    position:absolute;
    bottom:0px;   
    background-color:#000000;
    color:#ffffff;
    text-align: center; 
}

/* TAB MENU   
----------------------------------------------------------*/
.mainMenu {
    width: 100%;
    height:25px;
    background-color:#000000;    
}

.mainMenu ul
{    
    height: 25px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mainMenu li
{
    display: inline;
    list-style: none;    
}

.mainMenu li a
{
    font-weight: bold;
    text-decoration: none;
    line-height: 2.1em;
    background-color: #000000;
    color: #cccccc; 
    padding: 5px 10px 5px 10px;   
}

ul#menu li.active a
{
    color: #ffffff;                        
}


/* Styles for MainContent
----------------------------------------------------------*/

.main_div
{
    width:100%;
    top:0;
    position:absolute;
    bottom:14px;
}

.olPopup {
    background-color: transparent;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.olPopupContent {
    width:100%;
    padding:0px;
    padding-left:2px;
    margin: 0px;
    background-color: #353535;    
    color:#ffffff;
    -moz-border-radius: 5px;
    border-radius: 5px;       
    overflow: hidden;
}

div.olControlZoom a
{
    background-color: #000000 !important;      
    background-color: rgba(0, 0, 0, 0.5) !important;
}

div.olControlZoom a:hover
{
    background-color: #000000 !important;     
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.logoDiv
{
    position: relative;
}

.logoImg
{
    border-style:none;
    position:absolute;
    top: 50px;
    right: 20px;
    display:inline;    
    z-index: 1;
}

.dvUpdating
{
    background-color:transparent;
    position:absolute;
    top: 50px;    
    display:none;
    z-index:50000;    
}

.dvUpdating p 
{	 
    color:#ffffff;
 	font-size:11px;
 	width:100px;
    margin-top:50px;
    margin-left:50px;
 	text-align:center;
 	padding: 5px;  	
    background-color:#353535; 
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    -moz-border-radius: 5px;    
    border-radius: 5px;         
}

.dvUpdating img
{	 
    padding: 3px;
}

.loadingDiv .loadingContainer
{
    display:inline-block;
    width: 100px;
    background-color:#353535;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    -moz-border-radius: 5px;    
    border-radius: 5px;  
}

.ui-button .ui-button-text
{
   
   font-size: 11px !important;   
} 

.map_home_div
{
    background-color:#ffffff;
    position:absolute;
    top: 59px;
    left: 8px;    
    display:inline;
    z-index:10000;
    width:28px;
    height:28px;
    filter:alpha(opacity=40);
    -moz-opacity:0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    -moz-border-radius: 5px;    
    border-radius: 5px;  
}

.map_home_button_div
{
    background-color:transparent;
    position:absolute;
    top: 60px;
    left: 8px;    
    display:inline;
    z-index:10000;
    width:28px;
    filter:alpha(opacity=90) !important;
    -moz-opacity:0.90 !important;
    -khtml-opacity: 0.90 !important;
    opacity: 0.90 !important;
    -moz-border-radius: 5px;    
    border-radius: 5px;     
}

.map_home_button_div .home_button
{
    color: #ffffff; 
    width: 22px;   
    margin: 3px 3px 3px 3px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);    
    border: 0px;
    position: relative; 
 
}

.map_home_button_div .home_button:hover 
{    
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);    
}

.home_button_icon
{
     background-image: url(../images/Home.png) !important;  
     width: 18px !important;
     height: 18px !important;
     margin-left: -9px !important;
     margin-top: -9px !important;     
}

.map_type_div
{
    background-color:transparent;
    position:absolute;
    top: 10px;
    right: 20px;  
    display:inline;
    z-index:10000;
    filter:alpha(opacity=90) !important;
    -moz-opacity:0.90 !important;
    -khtml-opacity: 0.90 !important;
    opacity: 0.90 !important;
    -moz-border-radius: 5px;    
    border-radius: 5px;     
}

.map_type_div label
{
    color:#ffffff;
    background-color:#585858;
}

.map_type_div label:hover
{    
    background-color:#353535;
}

input[type="radio"]:checked+label
{    
    background-color:#353535;
}


.query
{
    background-color:transparent;
    position:absolute;
    top: 10px;
    left: 75px;
    display:inline;
    z-index:10000;
    width:210px;
}

.query .query_range
{
    display:inline-block;
    width: 210px;
    background-color:#353535;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    -moz-border-radius: 5px;    
    border-radius: 5px;  
}

.query .query_range .query_title
{
    display:inline-block;
    height:21px;     
    font-weight: bold; 
    color:#ffffff; 
    padding:5px 0px 0px 45px;
}

.query_range .query_row
{    
    display:inline-block;
    height:30px;
    float:right;
}

.query .query_range .query_row .query_label
{     
    color:#ffffff;     
}

.query .query_range .query_row .query_datepicker
{
    width:125px;
}


.slider_div
{
    background-color:transparent;
    position:absolute;
    top: 10px;
    left: 300px;
    display:inline;
    z-index:10000;
    width:450px;
}

.slider_div .slider_container
{
    display:inline-block; 
    vertical-align:top; 
    width:475px;      
    background-color:#353535;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    -moz-border-radius: 5px;    
    border-radius: 5px;  
}

.slider_div .slider_container .play_button
{
    width: 20px;
    height:20px;
    background-image:url(../images/PlayActive.png); 
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 5px 0px 5px 5px;
}

.slider_div .slider_container .play_button_active
{
    width: 20px;
    height:20px;     
    background-image:url(../images/Play.png); 
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 5px 0px 5px 5px;
}

.slider_div .slider_container .stop_button
{        
    width: 20px; 
    height:20px;    
    background-image:url(../images/Stop.png);  
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 5px 0px 5px -2px;
}

.slider_div .slider_container .stop_button_active
{        
    width: 20px; 
    height:20px;
    background-image:url(../images/StopActive.png);  
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 5px 0px 5px -2px;
}

.slider_div .slider_container .reverse_button
{
    width: 20px;
    height:20px;
    background-image:url(../images/ReverseActive.png); 
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 5px 0px 5px 5px;
}

.slider_div .slider_container .forward_button
{
    width: 20px;
    height:20px;
    background-image:url(../images/ForwardActive.png); 
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 5px 0px 5px -2px;
}

.slider_div .slider_container .time_slider
{            
    width:300px; 
    display:inline-block;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

.slider_div .slider_container .timer
{
    display:inline-block;
    padding-left:10px;
    width: 40px;
    border: 0; 
    color:#ffffff; 
    background-color:transparent; 
    font-weight: bold;
}

.player_button
{
    width: 20px; 
    height:20px;
    background-repeat: no-repeat; 
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.player_button_play
{
    background-image:url(../images/PlayActive.png);  
}

.player_button_pause
{
    background-image:url(../images/PauseActive.png);  
}

.player_button_stop
{
    background-image:url(../images/StopActive.png);  
}

.player_button_forward
{
    background-image:url(../images/ForwardActive.png);  
}

.player_button_reverse
{
    background-image:url(../images/ReverseActive.png);  
}

.legend_div
{
    background-color:transparent;
    position:absolute;
    top: 140px;
    left: 75px;
    display:inline;
    z-index:10000;
    width:110px;
}

.legend_div .legend_container
{
    display:inline-block; 
    vertical-align:top; 
    width:110px;          
    background-color:#353535;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    -moz-border-radius: 5px;    
    border-radius: 5px;  
}

.legend_div .legend_container .separator
{
    width:106px;
    height:1px;
    background-color:#ffffff;
    margin: 5px 0px 5px 2px;
}

.legend_div .legend_container .legend_row
{
    width:110px;    
}

.legend_div .legend_container .legend_title
{
    display:inline-block;
    height:15px; 
    width:110px;
    text-align:center;    
    font-weight: bold; 
    color:#ffffff; 
    text-align: center; 
    padding:5px 0px 0px 0px;   
}

.legend_div .legend_container .legend_row .legend_type
{  
    color:#ffffff;
    height: 10px;
    vertical-align: middle;
    width: 65px; 
    text-align: left;       
}

.legend_div .legend_container .legend_row .event_count_label
{  
    color:#ffffff;
    height: 10px;
    vertical-align: middle;
    width: 65px; 
    text-align: left;       
}

.legend_div .legend_container .legend_row .legend_label
{  
    color:#ffffff;
    height: 10px;
    vertical-align: middle;
    width: 65px; 
    text-align: right;       
}

.legend_div .legend_container .legend_row .legend_color
{        
    width: 45px; 
    height: 10px;    
}

#map_canvas 
{
    width:100%;
    height:100%;
}

.selectOptions
{
    font-size: 1em;
    font-weight: bold;
    margin: 25px 0 8px 0;
}


/* Styles for Query Page
----------------------------------------------------------*/

.queryContainer
{    
    color: #ffffff;  
    background-color: rgb(137,61,66);
}

.queryTypeContainer,
.queryDatesContainer
{    
    padding:5px 2px 2px 2px;      
}

.queryTypeContainer .queryTypeFieldSet
 {   
    border: 1.5px solid #ffffff;
    height:40px;
}

.queryTypeContainer .queryTypeFieldSet table
{
    display: none;
}

.queryTypeContainer input[type="radio"]:checked + label {
    background-color: rgb(137,61,66);
}

.queryDatesContainer .queryDatesFieldSet
 {   
    border: 1.5px solid #ffffff;
    padding-right:2px;
}

.queryTypeContainer .queryTypeTitle,
.queryDatesContainer .queryDatesTitle
{
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;    
}

.queryDatesContainer .queryRow
{
    display:inline-block;
    width: 251px; 
    height:30px;
    float:left;
}

.queryDatesContainer .queryRow label
{
    display:inline-block;
    vertical-align:bottom;
    float:left;
    width:75px;    
    padding-top:7px;
}


.queryDatesContainer .queryRow .listButton
{ 
    vertical-align:middle; 
    width:21px;
    height: 20px;
    background-image:url(../images/add.png); 
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 15px 15px;
    -moz-background-size:15px 15px;
    -webkit-background-size:15px 15px;
    background-color:#ffffff;
}

.queryDatesContainer .queryRow .k-button
{
    margin-top: 5px;         
}

.queryDatesContainer .queryRow2
{
    display:inline-block; 
    width: 251px;   
    float:left;
}

.queryDatesContainer .queryRow2 label
{
    display:inline-block;
    vertical-align:top;
    width:71px;    
    height:30px;
    padding-top:7px;
}

.queryDatesContainer .queryRow2 .query_datelist
{    
    width:140px;
    height:88px;
    font-family:inherit;
    font-size:inherit;    
}

#btnHelp {
    vertical-align: top;
    width: 25px;
    height: 25px;
    float: right;
    background-image: url(../images/help.png);
    background-repeat: no-repeat;
    background-position: center;
    display:block;
}

#btnAddDate
{    
    vertical-align:top;
    width:20px;
    height: 20px;
    background-image:url(../images/add.png); 
    background-repeat: no-repeat; 
    background-position: center; 
       
}

#btnRemoveDates
{
    vertical-align:top; 
    width:20px;
    height: 20px;
    background-image:url(../images/remove.png); 
    background-repeat: no-repeat; 
    background-position: center;
    margin-left:-1px;    
}

.k-chart > div 
{ 
    margin-left: -45px; 
}

.detector_chart
{
    border: 0 !important;  
}

#loading 
{
    
    background-image:url(../images/LoadingProgressBar.gif); 
    background-position:center;
    background-repeat: no-repeat;      
    width:100px;
    height:20px;
    margin-left:500px;
}

#map_pane
{
    background-color: rgb(137,61,66);
}
