/*
    Document   : app.css
    Created on : Nov 13, 2013, 6:11:24 PM
    Author     : erik
    Description:
        Purpose of the stylesheet follows.

    10/12/2016 JSU Added a lot of classes to existing styling
*/
/* prevent highlighting on android */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;          

    /*
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
    
    -webkit-backface-visibility: hidden;
    */
    -ms-touch-action: none;
}
.tooltip
{
    display:none;
}
input {
        -webkit-touch-callout: anything!important;
        -webkit-user-select: text!important;  /* Chrome all / Safari all */
        -khtml-user-select: text!important;
        -moz-user-select: text!important;     /* Firefox all */
        -ms-user-select: text!important;      /* IE 10+ */

        /* No support for these yet, use at own risk */
        -o-user-select: text!important;
        user-select: text!important;  

}

img {
    image-orientation: from-image;
}
body,ul,li,header,nav,aside,section,article,p {
	padding:0;
	margin:0;
	border:0;
}


header,nav,aside,section,article {
	display: block;
}
header {
    z-index:100; /* make it sit on top of the header tool buttons */
    border-bottom:1px solid transparent;
}
.menuicon {
        text-decoration:none;
        line-height: 0em;

        margin: 4px;
        padding: 0;
        position:relative;
        text-align:center;
        display: inline-block;
        vertical-align: top;
}	
        
#page {
	width:100%; height:100%;
	position:relative;
    display:-webkit-box;
	display:-moz-box;
	display:-o-box;
	display:box;        
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-o-box-orient:horizontal;
	box-orient:horizontal;
	
	background:#000000;
}

#sidebar, #contentarea {
	position:relative;
	height:100%;
    user-select: text;
    /*-webkit-user-select: text;*/
    -moz-user-select: text;
    margin-bottom: 0px;
}

#sidebar {
    clear: both;
    width: 285px;
    margin-left:-286px;
    margin-right:1px;
    float:left;
}

#contentarea {
 	-webkit-box-flex:1;
	-moz-box-flex:1;
	-o-box-flex:1;
    -ms-box-flex:1;
	box-flex:1;
    margin-right: 0px;
    margin-left: 0px;
    overflow: auto;
    -webkit-user-select: text;  /* Chrome all / Safari all */
    -moz-user-select: text;     /* Firefox all */
    -ms-user-select: text;      /* IE 10+ */
     /* No support for these yet, use at own risk */
     -o-user-select: text;
     user-select: text;  
}

#moreButton{
    position:absolute; 
    bottom:10px; 
    right:10px; 
    font-size: 12px;
    cursor:pointer;
}
#moreMenu {
    position:absolute;
    bottom:65px;
    right:15px;
    height:260px;
    width:235px;
}

#moreAppVersion {
    font-size:12px;
    color:#999999;
    position:absolute;
    bottom:2px;
    left:20px;
}
#moreFileVersion {
    font-size:12px;
    color:#999999;
    position:absolute;
    bottom:2px;
    right:20px;
}

#analyticFilterMenu {
    position: absolute;
    bottom: 105px;
    right: 95px;
    height: 260px;
    width: 300px;
}
/* this is to wrap a .centerSpinnerGif  */
.centerSpinnerBlanket {
    position:absolute; 
    top:0px; 
    left:0px; 
    height:100%; 
    width:100%; 
    background-color:rgba(255, 255, 255, 0.0); 
    z-index:10000;
}
/* there are two of these */
.centerSpinnerGif {
    height:40px; 
    width:40px; 
    position:absolute; 
    top:50%; 
    left:50%; 
    margin-top:-25px; 
    margin-left:-20px;
}
/* this is to wrap a .kitBarDiv */
.kitBarBlanket {
    position:absolute; 
    top:0px; 
    left:0px; 
    height:100%; 
    width:100%; 
    background-color:rgba(255, 255, 255, 0.0); 
    z-index:10000;
}
/* this is to hold a .kitBarGif */
.kitBarDiv {
    position:absolute; 
    bottom:53px; 
    left:0px; 
    width:100%; 
    height:8px; 
    z-index:10000;
    /*background-color:rgba(69, 0, 0, 0.5); 
    background-color:#450000;
    opacity:1.0;*/
}
.kitBarGif {
    position:absolute; 
    width:100%;
    height:8px;
}

@media screen and (max-width: 400px)  {
    .kitBarGif {
        height:6px;
    }
}

@media screen and (max-width: 400px)  {
    .kitBarDiv {
        height:6px;
        bottom:55px;
    }
}

.kitBarGreen {-webkit-filter: hue-rotate(90deg); filter: hue-rotate(90deg);}
.kitBarMagenta {-webkit-filter: hue-rotate(270deg); filter: hue-rotate(270deg);}


.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}


#splash {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-o-box-flex:1;
	box-flex:1;    
    user-select: text;
    -webkit-user-select: text;       
    -moz-user-select: text;
}


header {
	height:40px; line-height:40px;

        color: #fff;
        background: rgb(255,255,255); /* Old browsers */
        
		text-decoration: none;
                -webkit-border-top-left-radius:0px;
                -moz-border-top-left-radius:0px;
                -o-border-top-left-radius:0px;
                border-top-left-radius:0px;

                -webkit-border-top-right-radius:0px;
                -moz-border-top-right-radius:0px;
                -o-border-top-right-radius:0px;
                border-top-right-radius:0px;   
        /*
                -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
		box-shadow: 0 2px 3px rgba(0,0,0,.2);
        */
                z-index: 200;
                position: relative;
                            
        
}
header > a {
    color: black;
}

.navList > li,
#navList > li {
	padding:0px 0px;
    min-height: 40px;
}

.navList > li.navSelected,
#navList > li.navSelected {
    background: rgba(193,229,255,.5);
    background-color: rgba(193,229,255,.5);
}


.navList > li.navHeader, .navList > header,
#navList > li.navHeader, #navList > header {
    line-height: 25px;
    height:auto;
    min-height: 25px;
    max-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: #a0c8ff;
	border-bottom:none;

    -webkit-border-top-left-radius:0px;
    -moz-border-top-left-radius:0px;
    -o-border-top-left-radius:0px;
    border-top-left-radius:0px;

    -webkit-border-top-right-radius:0px;
    -moz-border-top-right-radius:0px;
    -o-border-top-right-radius:0px;
    border-top-right-radius:0px;   
    z-index: 0;
    padding-left: 10px;
}

.navList > header > b,
#navList > header > b {
    line-height: 20px;
        min-height: 25px;
        max-height: 50px;
}
.navButton, a.navButton, a.navButton:link, a.navButton:visited {
    display: table;
    min-height: 40px;
    height: 100%;   
    width:100%;
    min-width: 215px;
    text-decoration: none;
    height: 100%;
    border-top: 1px solid transparent;
    border-bottom:1px solid #bbb;
    background-color: #fff;
    cursor: pointer;

}
.navButtonSelected {
    -webkit-transition:1s!important;
    -moz-transition:1s!important;
    color: #444!important;
    background: #A0C8FF!important;
    background-color: #A0C8FF!important;

    border-top: 1px solid #265A99!important;
    border-bottom: 1px solid #265A99!important;
}
.navButtonSelected .navButtonTitleText, .navButtonSelected .navButtonDescriptionText {
    color: #444!important;
}
.navButtonHover {
    background: rgba(160,200,255,.8)!important;
    background-color: rgba(160,200,255,.8)!important;
    color: white!important;
}

.navButtonHover .navButtonTitleText, .navButtonHover .navButtonDescriptionText {
    color: white!important;
}

.navButtonTitle{
    display:table-row;
    min-height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    color:  rgb(38,90,153);
    text-decoration: none;
}
.navButtonTitleText {   
display:table-cell; vertical-align: middle; max-width: 240px; line-height: 22px;
    padding-left: 10px;
}
.navButtonIndicator {   
display:table-cell; vertical-align: top; line-height: 22px; width:20px; padding-right: 8px;
}

.navButtonDescription {
    display:table-row;
    min-height: 22px;
    line-height: 22px;
    font-weight: 300;
    font-size: 14px;
    color: rgb(38,90,153);
    text-decoration: none;
    
}

.navButtonDescriptionText {
    display: table-cell; vertical-align: middle; max-width: 215px; line-height: 22px;
    padding-left: 10px;
}

#activenavtitle,#activetitle,#maptitle,#sigtitle,#reqtitle
{
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;

}
#activetitle,#maptitle,#sigtitle,#reqtitle
{
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}
#activetitle {
    width:100%;
    text-align:center;
}
#siglegal
{
    font-weight: bold;
    font-size: 14px;
}

#activenavtitle
{
    margin-left: 0px!important;
    margin-right: 0px!important;
}

#activetitleaction, #DoNotDisturb, #themeSelector, #unRegisterMDT
{
    color: #fff;
    text-decoration: none;
    padding: 0;
    text-align: right;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
#activetitleaction
{
    text-align:right;
    margin-left: 0px;
    margin-right: 0px;
    width:80px;
}
#unRegisterMDT
{
    float: left;
}
#DoNotDisturb
{
    width:38px;
    margin-right: 0px;
}

.AlertDoNotDisturb
{
    color: #c00!important;
}

#mapScroller,
#contentScroller {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
    
	padding:0;
    user-select: text;
    -webkit-user-select: text;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    display: inline-block;

    /* Put the scroller into the HW Compositing layer right from the start */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translate3d(0,0,0); /* fix for android phones */
    -ms-transform: translate3d(0,0,0);

}
/* pending removal? */
#navWrapper {
    overflow-y:scroll;
}

/* this is required for nav scrolling */
.km-scroll-container {
    user-select: none;
    -webkit-margin-collapse: separate;
    -webkit-transform: translatez(0);
}

/* this is dev for kendo grids */
#contentWrapper #gridCtrlBtns {
    position:sticky;
    top:0;
    left:0;
}


nav, #contentWrapper, #mapWrapper {
	position: absolute;
	top:41px; bottom:0px; left:0px; right: 0px;
	font-size:15px;
    margin-bottom: 60px;        
    overflow: auto;
    background: rgb(0,0,0);


	/* Prevent native touch events on Windows */
	-ms-touch-action: none;

	/* Prevent the callout on tap-hold and text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Prevent text resize on orientation change, useful for web-apps */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
/*
-webkit-overflow-scrolling: touch;        

-webkit-transform: translate3d(0,0,0); /* fix for android phones */

}

.gmapInfoBlock {
    display:block;
    float:left;
    margin:4px;
    font-size:12px;
}

#loginWrapper,
#mapWrapper,
#contentWrapper
{
    min-width: 100%;
}
nav {
        background: rgb(0,0,0);
}
nav > *, #contentWrapper > *, #mapWrapper > * {
    -webkit-tansform: translateZ(0px);
}
#mapWrapper,
#contentWrapper {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
    user-select: text;
    -webkit-user-select: text;
    display: inline-block;
    position: absolute;
}
#loginWrapper {
    width:100%; 
    position:absolute; 
    text-align:center;
    top:40px; 
    height:calc(100% - 100px); 
    overflow-y:auto; 
    background-image:url('/image/dark_linen.png'); 
    background-repeat:repeat;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: bottom;
    clear: both;
    width: 100%;
    z-index: 100;  /* make it sit on top of the footer tool buttons */
    background: rgb(255,255,255); /* Old browsers */
    text-decoration: none;
	height:60px;
}
#footerMenu {
    display: inline-block;
    clear: both;
    padding: 15px 0px 0px 0px;
}

#copyrightfooter {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    width: auto;
    color: white;
}

#footerMenu {
    width:100%;
}
#hidesidebar, #showsidebar, #footerMenu a,#activetitleaction a, #DoNotDisturb a{
    display: inline-block;
    clear: both;
    padding: 0px;
    font-size: 12px;
    color: white;
    font-weight: 400;
    text-decoration: none;

    text-align: center;
    vertical-align: bottom;
}

#footerMenu a {
    width: 18%;
    height: 48px;
    min-width: 60px;
    margin: 0;
}
#activetitleaction a,#DoNotDisturb a {
    height: 40px;
    margin: 0;
    width:40px;
}
#activetitleaction a {
    text-align: right;
    padding-right: 5px;
    width: 80px;
    line-height:0em;
}
#DoNotDisturb a {
    color: #0c0;
    padding-left: 0px;
    padding-right: 0px;
}

#hidesidebar,#showsidebar {
    width: 30px;
    height: 40  x;
    margin-left:10px;
    vertical-align: middle;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -moz-transition:1s;    

    
}
 
.icon_selected, .icon_active {
        color: rgba(255, 131, 64,.9)!important;
        -webkit-transition:1s!important;
        -moz-transition:1s!important;    
        -o-transition: 1s!important;
    
}


.sidebar_active {
        color: rgba(255,255,128,.9)!important;
        background-size: contain!important;
        -webkit-background-size: contain!important;
        -moz-background-size: contain!important;    
}
.sidebarp_active {
        color: rgba(255,255,128,.9)!important;
        background-size: contain!important;
        -webkit-background-size: contain!important;
        -moz-background-size: contain!important;    
}

#footerMenu a span {
  position: relative; 
  text-align: center;
  display: inline-block;
  white-space: normal;
  padding: 10px 0px 0px 0px;
  height: 5px;
}

.EMSAMM_Logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
    background: rgb(60, 110, 160);
    background-image: url('./images/EMS-Anyware-right.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    vertical-align: center;
}

.alertEditorSection {
    border:1px dotted; 
    border-radius:10px; 
    clear:both; 
    float:left; 
    width:100%; 
    text-align:center;
    margin-bottom:10px;
}

.alertEditorControlWrapper {
    clear:both; 
    float:left; 
    width:100%; 
    margin-top:5px;
}

.alertEditorControlHeader {
    float:left; 
    margin:0px;
    margin-left:10px;
}

.alertEditorControl {
    float:right; 
    margin-top:-5px;
}

.indicator_list, .indicator_detail {
    display: block;
    /*vertical-align: top;*/
    border: 1px solid black; 
    background: rgb(255,255,255); 
    border-radius: 10px; 
    margin: 2px; 
    width: 16px; 
    height: 16px; 

}

.indicator_list {
}

.indicator_detail {
    display:inline-block;    
    visibility: hidden;
    margin-right: 2px;
    margin-left: 2px;
    width: 16px; 
    height: 16px;
    border-radius: 10px; 
    vertical-algin: middle;
}

#version {
    text-align: center;
}

/* content target specific items */

.contentTarget,
#contentTarget {
    min-width:100%;
    min-height: 100%;
    display:inline-block;
    position: relative;
    min-height: 100%;
    padding: 0px;
    color: #444;
	border:0px solid #ccc;
    -webkit-transform: translate3d(0,0,0);
}

.contentTarget h1, .contentTarget h2, .contentTarget h3,
#contentTarget h1, #contentTarget h2, #contentTarget h3 {
        font-family: "Helvetica Neue", "Helvetica", "Arial";

}


.contentTarget h1,
#contentTarget h1{
        color: #265a99;
        font-size: 24px;
}


.contentTarget h2,
#contentTarget h2{
        color: #808080;
        font-size: 20px;
}

.contentTarget h3,
#contentTarget h3{
        color: #808080;
        font-size: 18px;
}

.contentTarget body,.contentTarget header,.contentTarget p,
#contentTarget body,#contentTarget header,#contentTarget p {
	padding: 5px;
	margin:0;
	border:0;
}
.contentTarget ul,.contentTarget li,
#contentTarget ul,#contentTarget li {
    
}

table.schedule_box, table.emsa-table
{
    width: auto;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
    background-color: #808080;

                

}

table.schedule_box th, table.emsa-table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
    background-color: #b9b9b9;
    font-size: 14px;
    color: #265a99;
    background-clip: padding-box!important;
}

table.sticky-table thead {
    position: sticky;
    top: 0px;
    z-index:1;
}

table.schedule_box td, table.emsa-table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
    background-color: #c0c0c0;
    background-clip: padding-box!important;
    font-size: 14px;
    color: white;
}

table.schedule_box a, table.emsa-table a{
    text-decoration: none;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    color: #265a99;
    display:block;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: "\00A0\2B25" 
}

.contentTarget p,#contentTarget p, #statstable p{
	margin-bottom:1.5em;
	line-height:150%;
}


.contentTarget footer, 
#contentTarget footer {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}

/* pull up and down items */

#pullDown, #pullDownPage,#pullUp {
	background:rgba(0,0,0,0);
	height:40px;
	line-height:40px;
	padding:5px 10px;
	border-bottom:1px solid #444;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
#pullDown .pullDownIcon, #pullDownPage .pullDownIcon, #pullUp .pullUpIcon  {
	display:block; float:left;
	width:40px; height:40px;
	background:url(../image/pull-icon.png) 0 0 no-repeat;
}
#pullDown .pullDownIcon, #pullDownPage .pullDownIcon  {
	-webkit-transform:rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0);
}
#pullUp .pullUpIcon  {
	-webkit-transform:rotate(-180deg) translateZ(0);
    -moz-transform: rotate(-180deg) translateZ(0);
    -ms-transform: rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon, #pullDownPage.flip .pullDownIcon {
	-webkit-transform:rotate(-180deg) translateZ(0);
    -moz-transform:rotate(-180deg) translateZ(0);
    -ms-transform:rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
    -moz-transform:rotate(0deg) translateZ(0);
    -ms-transform:rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon,#pullDownPage.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;

	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;

    -moz-transform:rotate(0deg) translateZ(0);
	-moz-transition-duration:0ms;

	-moz-animation-name:loading;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
        
    -ms-transform:rotate(0deg) translateZ(0);
	-ms-transition-duration:0ms;

	-ms-animation-name:loading;
	-ms-animation-duration:2s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-timing-function:linear;

}

.detail_box,
#detail_box {
    display: inline-block;
    width: 90%;
    background: white;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate3d(0,0,0);
}

/* tmdtodo under dev */
.analytic_grid_box,
#analytic_grid_box {
    display: inline-block;
    min-width: 90%;
    max-width: 1300px;
    background: white;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate3d(0,0,0);
}
/* end tmdtodo */

.analytic_box,
#analytic_box {
    display: inline-block;
    min-width: 90%;
    width: auto;
    background: white;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate3d(0,0,0);    
}
.DateTimeControl {
    margin: 0;
    padding: 4px 0px 4px 0px;
    min-width: 36px;
    width: 90%;
    height: 32px;
    min-height: 32px;
    line-height: 24px;
}

.btnGetDirections {
    width:95px!important; 
    min-width:75px!important;
    margin: 0px 5px 0px 5px!important;    
}

.navListHeaderButton {
    margin:3px 0px 0px 0px!important; 
    padding: 0px 10px 0px 10px!important; 
    height:32px!important;
}

.signatureButton {
    height:70px!important;
    padding: 10px !important;
    font-size:12px !important;
    line-height:16px !important;
    vertical-align:middle !important;
}
.captureSignatureButton {
    width:136px !important;
}
.vehicleSelectorButton,
.unitSelectorButton {
    display:inline-block;
    float:none!important;
    min-width:100px!important;
    height:24px!important; 
    line-height:24px!important;
    margin:8px 0px 10px 0px!important;
    padding: 5px 0px 5px 0px!important;
    vertical-align: middle!important;
}
.crewPickBtn,
.crewSelectorButton {
     float:none!important; 
     min-width:150px!important;
     width:60%!important; 
     height:35px!important; 
     margin:8px 0px 10px 0px!important; 
     padding:0px!important; 
     vertical-align: middle!important;
}
.crewPickLabel {
    display:table-cell; 
    height:34px; 
    vertical-align: middle;
}

.detail_box .navBarButton,
#detail_box .navBarButton,
#detail_box #navBarButton {
    margin: 0px;
    font-size: 16px;
    min-width: 85px;
    min-height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.detail_box > .navBarButton, 
.analytic_box > .navBarButton, 
.detail_box > #navBarButton, 
.analytic_box > #navBarButton, 
#detail_box > .navBarButton, 
#analytic_box > .navBarButton, 
#detail_box > #navBarButton, 
#analytic_box > #navBarButton {
    margin: 0px;
    font-size:22px;
    font-weight: normal;
    width: auto;
    min-height: 0px;
    min-width: 28px;
    margin-right: 10px;
}

.detail_box > h1, .analytic_box > h1,
#detail_box > h1, #analytic_box > h1 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: rgb(38,90,153);
}

.detail_box > h2, .analytic_box > h2,
#detail_box > h2, #analytic_box > h2 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #A0A0A0;
    min-width: 120px;

    vertical-algin: top;
}

.detail_box > h3, .analytic_box > h3,
#detail_box > h3, #analytic_box > h3 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    color: rgb(38,90,153);
    vertical-align: top;
}

table.schedule_box , table.emsa-table
{
    width: auto;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: none;
	border-collapse: collapse;
    background-color: white;
}

th.schedule_box th.emsa-table {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: black;
    background-color: white;
    font-size: 18px;
    color: #265a99;
}

td.schedule_box, td.emsa-table {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: black;
        background-color: white;
        font-size: 16px;
        color: white;

}

.info_tile {
    display: inline-block!important;
    border: 1px solid black!important;
    border-radius: 5px!important;
    padding: 5px!important;
    padding-top: 8px!important;
    padding-bottom: 10px!important;
    margin: 15px!important;
    text-align: left!important;
    
    min-width: 150px!important;
    min-height: 150px!important;
    max-width: 280px!important;
    
    -moz-box-shadow: 5px 5px 15px #303030!important;
    -webkit-box-shadow: 5px 5px 15px #303030!important;
    box-shadow: 5px 5px 15px #303030!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#101010')";
    font-size: 22px!important;
    font-weight: bold!important;
    background: rgba(255,255,255,.9)!important;
    vertical-align:top!important;
}

.pcr_tile {
    display: inline-block!important;
    border: 1px solid black!important;
    border-radius: 3px!important;
    padding: 0px!important;
    margin: 0px!important;
    text-align: center!important;
    
    min-width: 50px!important;
    min-height: 50px!important;
    max-width: 50px!important;
    max-height: 50px!important;
    
    -moz-box-shadow: 2px 2px 3px #303030!important;
    -webkit-box-shadow: 2px 2px 3px #303030!important;
    box-shadow: 2px 2px 3px #303030!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#101010')";
    font-size: 16px!important;
    background: rgba(255,255,255,.9)!important;
    vertical-align:top!important;
    line-height: 25px;
    float:right!important;
}

.info_tile a {
    color: white;
        text-decoration: none;
        padding: 2px 5px 3px 5px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px outset black;
        background: rgba(60,60,60,.1);
        background-color: rgba(60,60,60,.1);

}

.info_tile > .info_title {
    display: block!important;
    width: 100%!important;
    font-size:24px!important;
    font-weight: bold!important;
    border-bottom: 1px dotted white!important;
    text-align: center!important;
    background-position:left!important;
    background-size: 60px 60px!important;
    background-repeat: no-repeat!important;
    vertical-align: middle!important;
    line-height: 65px!important;
}

.info_tile > b {
    display:block!important;
    font-size: 18px!important;
    width:100%!important;
    font-weight: bold;
}

.info_tile > .info_icon {
    display: inline-block!important;
    width: 65px!important;
    height: 65px!important;

}

.info_crew {
    text-indent: 65px!important;
    background-image: url('../images/attendant.png');
}

.info_device {
    text-indent: 40px!important;
    background-image: url('../images/device_64x64.png');
}

.info_vehicle {
    text-indent: 65px!important;
    background-image: url('../images/Ambulance_Red_64x64.png');
}

.info_map_unit {
    text-indent: 65px!important;
    background-image: url('../images/vehicle_location.png');
}

.info_map_trip {
    text-indent: 65px!important;
    background-image: url('../images/trip_location.png');
}

.info_red {
    background: rgba(191,32,38,.9)!important;
    color: white!important;
    
}

.info_red b {
    color: black!important;
}

.info_green {
   background: rgba(57,181,74,.9)!important;
   color: black!important;
    
}

.info_lightgreen {
   background: rgba(0,255,0,.9)!important;
   color: black!important;
    
}
.info_green b {
    color: white!important;
}

.info_gray {
   background: rgba(109,110,113,.9)!important;
   color: white!important;
    
}

.info_gray b {
    color: black!important;
}

.info_teal {
   background: rgba(79,165,175,.9)!important;
   color: white!important;
    
}
.info_teal b {
    color: black!important;
}

.info_blue {
   background: rgba(140,184,227,.9)!important;
   color: black!important;
    
}
.info_blue b {
    color: white!important;
}

.info_darkblue {
   background: rgba(45,87,167,.9)!important;
   color: white!important;
    
}
.info_darkblue b {
    color: black!important;
}

.info_yellow {
   background: rgba(181,213,83,.9)!important;
   color: black!important;
    
}

.info_gold {
   background: rgba(225,225,0,1)!important;
   color: black!important;
    
}
.info_gold b {
    color: black!important;
}

.info_lightyellow {
   background: rgba(255,255,0,.9)!important;
   color: black!important;
    
}

.info_yellow b {
    color: darkgray!important;
}

.license_green {
    display: inline-block!important;
    border: 1px solid black!important;
    border-radius: 8px!important;
    padding: 5px!important;
    margin: 15px!important;
    text-align: center!important;
    
    width: 150px!important;
    height: 150px!important;
    
    -moz-box-shadow: 5px 5px 15px #303030!important;
    -webkit-box-shadow: 5px 5px 15px #303030!important;
    box-shadow: 5px 5px 15px #303030!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#101010')";
    
    background: rgba(0,168,0,.9)!important;
    
}

.license_yellow {
    display: inline-block!important;
    border: 1px solid black!important;
    border-radius: 8px!important;
    padding: 5px!important;
    margin: 15px!important;
    text-align: center!important;
    
    width: 150px!important;
    height: 150px!important;
    
    -moz-box-shadow: 5px 5px 15px #303030!important;
    -webkit-box-shadow: 5px 5px 15px #303030!important;
    box-shadow: 5px 5px 15px #303030!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#101010')";
    
    background: rgba(168,168,0,.9)!important;
    
}

.license_red {
    display: inline-block!important;
    border: 1px solid black!important;
    border-radius: 8px!important;
    padding: 5px!important;
    margin: 15px!important;
    text-align: center!important;
    
    width: 150px!important;
    height: 150px!important;
    
    -moz-box-shadow: 5px 5px 15px #303030!important;
    -webkit-box-shadow: 5px 5px 15px #303030!important;
    box-shadow: 5px 5px 15px #303030!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#101010')";
    
    background: rgba(168,0,0,.9)!important;
    
}

.license_label {
    display: inline-block!important;
    font-size: 12px!important;
    color: white!important;
    font-weight: bold!important;
    margin: 0px!important;
    padding: 0px!important;
    vertical-align: middle!important;
}

.license_value {
    display: inline-block!important;
    font-size: 12px!important;
    color: black!important;
    font-weight: bold!important;
    margin: 0px!important;
    padding: 0px!important;
    vertical-align: middle!important;
}

.crew_icon, .license_icon {
    display: inline-block!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
    border: 0px!important;
    width: 60px!important;
    height: 60px!important;
    vertical-align: middle!important;
}

.crew_icon {
    margin: 5px;
}

.license_icon {
    width: 45px!important;
    height: 45px!important;
}

table.crew td {
    color: rgb(38,90,153) !important;
    font-size: 14px !important;
    font-weight: bold!important;
    vertical-align: top!important;
    text-align: left!important;
}

table.crew th {
    color: #A0A0A0!important;
    font-size: 14px!important;
    font-weight: bold!important;
    vertical-align: bottom!important;
    text-align: left!important;
}    

table.schedule_box{
    padding: 5px;
    width: 95%;
}
table.schedule_box th {
    padding: 5px;
    font-size: 14px;
}
table.schedule_box th span {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}

table.schedule_box td {
    padding: 5px;
    font-size: 14px;
    width: 32%;
}

.select_gray {
	display: inline-block;
	width: 95%;
	height: 60px;
	color: #265a99;
	text-decoration: none;
	text-align: -webkit-center;
	line-height: 60px;
	margin-top: 5px;
	margin-bottom: 10px;
        vertical-align: middle;

	font-weight: bold;
	font-size: 14pt;

	-webkit-border-radius: 8px; /* iOs */
	-moz-border-radius:8px;
	-o-border-radius:8px;
        border-radius:8px;
	 
        -webkit-appearance: none;
        -moz-appearance: none;

	background: -webkit-gradient(linear, left top, left bottom,
		from(#F8F8F8),
		color-stop(.49, #C0C0C0),
		color-stop(.49,#B0B0B0),
		to(#D0D0D0));
	background-image:-moz-linear-gradient(top, #F8F8F8, #C0C0C0 49%, #D0D0D0 100%);
	background-image:-o-linear-gradient(top, #F8F8F8, #C0C0C0 49%, #D0D0D0 100%);
        background-image: -ms-linear-gradient(top, #F8F8F8, #C0C0C0 49%, #D0D0D0 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8, endColorstr=#D0D0D0)";

	border: solid 1px rgba(79, 79, 79, 0.75);
    
}

/*
#sendAsEmail, #sendAsEmail > button {
    display:block;
    width:50px;
    height:40px;
    position:fixed;
    top:41px;
    right:35px;
    z-index: 99;
    float:right;
}
#sendAsEmail > button > span {
    margin: 5px 0px 0px 0px!important;
} 

#runAnalytic, #runAnalytic > button {
    display:block;
    width:50px;
    height:40px;
    position:fixed;
    bottom:61px;
    right:35px;
    z-index: 99;
    float:right;
}

*/
/*
  #topToolbar is a div that holds a set of .topTool divs
  that float against the right of the screen
  and are positioned just under the logout button
*/
#topToolbar {
    display:block;
    position:fixed;
    z-index: 99;
    float:right;   
    top:41px;
    right:25px;
}
/*
  #bottomToolbar is a div that holds a set of .bottomTool divs
  that float against the right of the screen
  and are positioned just above the bottom menu bar
*/
#bottomToolbar {
    display:block;
    position:fixed;
    z-index: 99;
    float:right;    
    bottom:60px;
    right:25px;
}

.topTool, .topTool > button,
.bottomTool, .bottomTool > button,
#sendAsEmail, #sendAsEmail > button,
#runAnalytic, #runAnalytic > button {
    float:right;
    width:50px;
    height:40px;
    margin-left:3px;
}
/* make them invisible by default */
.topTool,
.bottomTool {
    display:none;
}

.topTool > button,
.bottomTool > button,
#sendAsEmail > button,
#runAnalytic > button {
    cursor: pointer;
    position:absolute;
    top:auto;
    right:auto;
    line-height: 50px;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
    padding:0;
}
.topTool > button,
#sendAsEmail > button {
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;

    -moz-border-bottom-right-radius:15px;
    -moz-border-bottom-left-radius:15px;

    -o-border-bottom-right-radius:15px;
    -o-border-bottom-left-radius:15px;

    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;

    -webkit-box-shadow: -5px 2px 10px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    -5px 2px 10px rgba(50, 50, 50, 0.6);
    box-shadow:         -5px 2px 10px rgba(50, 50, 50, 0.6);    
}
.bottomTool > button,
#runAnalytic > button {
    -webkit-border-top-right-radius:15px;
    -webkit-border-top-left-radius:15px;

    -moz-border-top-right-radius:15px;
    -moz-border-top-left-radius:15px;

    -o-border-top-right-radius:15px;
    -o-border-top-left-radius:15px;

    border-top-right-radius:15px;
    border-top-left-radius:15px;

    -webkit-box-shadow: -5px -2px 10px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    -5px -2px 10px rgba(50, 50, 50, 0.6);
    box-shadow:         -5px -2px 10px rgba(50, 50, 50, 0.6);    
}


#messageContainer,#popupContainer {
        position: absolute;
        width:100%;
        height:100%;
        background: rgba(80,80,80,.3);
        background-color: rgba(80,80,80,.3);
        top: 0px;
        left: 0px;
        z-index: 256;
}
#popupContainer {
        background: rgba(80,80,80,.1);
        background-color: rgba(80,80,80,.1);
}
#messageBox, #popupBox {
        position: absolute;
        background: rgba(60,60,60,.95);
        background-color: rgba(60,60,60,.95);
        height: 200px;
        width: 300px;
        padding: 10px;
        z-index: 256;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        border: 1px solid #444;
        -webkit-box-shadow: 10px 10px 10px rgba(50, 50, 50, 0.6);
        -moz-box-shadow:    10px 10px 10px rgba(50, 50, 50, 0.6);
        box-shadow:         10px 10px 10px rgba(50, 50, 50, 0.6);    
}

#messageBox {
    top: 15%;
    left: 50%;
    min-height: 200px;
    height: auto;
    max-height: 400px;
    margin: 0px 0 0 -140px;
    
}

#popupBox {
    top: 0px;
    left: 0px;
    width: 260px;
    height: auto;
    margin: 0;
    border: 1px solid rgba(100,100,100,.95);
    
}

#popupBox > #notch {
    position: absolute;
    top: -10px;
    left: 10px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(60,60,60,.95);
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: rgba(60,60,60,.95);
    _border-left-color: rgba(60,60,60,.95);
    _filter: chroma(color=rgba(60,60,60,.95));
}



#messageTitle {
    font-size:22px;
    height: 45px;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C0C0C0;
    
}
#popupBox > #messageTitle {
    height: 30px;
    text-align: left;
}

#messageContent{
    padding:5px;
    color: white;
    font-size: 16px;
    max-height: 260px;
    overflow: auto;
    vertical-align: middle;
}

#popupBox > #messageContent {
    text-align:center;
    height: auto;
}
#messageFooter{
    height:45px;
    width: 100%;
    padding-top:5px;
    padding-bottom: 5px;
    text-align:center;
}

#Msg_Okay {
    background-color: rgb(60,110,160);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(60,110,160)), to(rgb(00,40,100)));
    background-image: -webkit-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
    background-image: -moz-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
    background-image: -ms-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
    background-image: -o-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
    background-image: linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    /*border-color: #D69E31 #E3A037 #D5982D #E3A037;*/
    border-color: rgb(00,40,100) rgb(00,40,100) rgb(60,110,160) rgb(60,110,160);
    /*float: left;*/
 
    height: 40px;
    min-width: 115px; 
    margin-left: 3px;
    margin-right: 3px;    
    cursor: pointer;
    font: bold 15px Helvetica, Arial;
    /*color: #8F5A0A;*/
    color: lightgray;    

}

/* mapping styles */

#gapContainer,#mapContainer,#signContainer,#requestContainer 
{

    position: fixed;
    left: 0px;
    top: 5000px;
    height   : 100%;
    width    : 100%;
    z-index:255;
}
#signContainer,#requestContainer {
    position:fixed;
}
#sigForm {
    position : absolute;
    width    : 100%;
    height   : 100%;
}
#requestContent {
    position : absolute;
    width    : 100%;
    height   : 100%;    
    background-color: white;
}
#map,#map_viewer {
    position : absolute;
    width    : 100%;
    height   : 100%;
    background-color: black;
    background-image: url('../images/map_back.png');
    background-size: 70px, 70px;
    background-repeat: repeat;
}

.gMapFilterMenu {
    display:none;
    top:0px!important;
    right:0px!important;
    margin-top:10px;
    margin-right:10px;
	line-height: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	color: black;
    padding:10px;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    /**/z-index : 9999!important;*/
}
.gMapFilterItem {
    height:20px;
    line-height:20px;
    vertical-align:middle;
    display: block;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif!important;
}
.gMapFilterButton {
    display: block;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif!important;
}
.gMapFilterControl {
	display: block;
    top:0px!important;
    right:0px!important;
    margin-top:10px;
    margin-right:10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
    background-color: white;
    background-image: url('/images/filtercontrol.svg');
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	text-decoration: none;
	color: black;
   /**/ z-index : 9998!important;*/
}
.gMapLayerMenu {
    display:none;
    top:45px!important;
    right:0px!important;
    margin-top:10px;
    margin-right:10px;
	line-height: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	color: black;
    padding:10px;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    /**/z-index : 9999!important;*/
}
.gMapLayerDiv {
    margin-left:-10px;
    margin-right:-10px;
    padding-left:5px;
    padding-bottom:5px;
    padding-right:10px;
    border-bottom:1px solid #cccccc;
}
.gMapLayerItem {
    display: block;
    height:20px;
    line-height:20px;
    vertical-align:top;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif!important;
}
.gMapLayerText {
    height:19px;
    line-height:19px;
    vertical-align:top;
}
.gMapLayerControl {
	display: block;
    top:45px!important;
    right:0px!important;
    margin-top:10px;
    margin-right:10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
    background-color: white;
    background-image: url('/images/layers.png')!important;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	text-decoration: none;
	color: black;
   /**/ z-index : 9998!important;*/
}
.gMapLegendControl { 
	display: block;
    right:0px!important;
    bottom:0px!important;
    margin-right:10px;
    margin-bottom:20px;
    padding: 4px 15px 4px 15px;
    background-color: white;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	border-bottom: 1px solid #cccccc;
	color: black;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    /**/z-index : 9998!important;*/
}
.gMapUnitLabelWrapper {
    white-space:nowrap;
    overflow:hidden;
    background:white;
    height:12px;
    line-height:12px;
    font-size:10px;
    vertical-align:middle;
    padding:2px 5px 2px 5px;
    color:black;
    border: 1px solid;
}
.gMapExtraFeatureWrapper {
    white-space: nowrap;
    overflow: hidden;
    transform: translate(-50%,-50%);
    line-height: 12px;
    font-size: 10px;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    color: black;
    border: 1px solid;
    text-align:center;
}
.gMapPolyLabelWrapper {
    white-space:nowrap;
    overflow:hidden;
    background:rgba(192,192,192,.1);
    height:15px;
    line-height:15px;
    vertical-align:middle;
    padding:2px 5px 2px 5px;
    color:#A0A0A0;
    border: 1px solid #A0A0A0;
}
.gMapPickupLabelWrapper {
    white-space:nowrap;
    overflow:hidden;
    background:white;
    height:15px;
    line-height:15px;
    vertical-align:middle;
    padding:2px 5px 2px 5px;
    color:black;
    border: 1px solid;
}
.gMapAVLIcon {
	font-family: 'Pictos';
	font-size: 8pt;
   	-webkit-font-smoothing: antialiased;
   	text-decoration:none;
   	line-height: 0em;
   	display: inline-block;
    margin:0px;
    margin-top:2px;
    padding: 0px;
   	position:relative;
   	text-align:center;
   	display: inline-block;
    vertical-align: top;
    height:auto;
}

.olControlAttribution {
    position      : absolute!important;
    font-size     : 10px!important;
    bottom        : 0 !important;
    right         : 0 !important;
    background    : rgba(0,0,0,0.1)!important;
    font-family   : "Helvetica Neue", "Helvetica", "Arial"!important;
    padding       : 2px 4px!important;
    border-radius : 5px 0 0 0!important;
}
.olControlLayerSwitcher {

     top: 40px!important;

}

.olControlLayerSwitcher .layersDiv {
border-radius: 10px 0 0 10px!important;
opacity: 0.85!important;
filter: alpha(opacity=85)!important;
background-color: rgb(48,48,48)!important;
font-size:18px!important;
font-family   : "Helvetica Neue", "Helvetica", "Arial"!important;
}

.olPopupCloseBox {
    width:28px!important;
    height:28px!important;
    background-size: 17px, 17px !important;
}
.layersDiv input[type="checkbox"]
{
    padding:10px;
}


@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0);
        -moz-transform:rotate(0deg) translateZ(0);}
	to { -webkit-transform:rotate(360deg) translateZ(0); 
        -moz-transform:rotate(360deg) translateZ(0);}
}

@-moz-keyframes loading {
    	from { -moz-transform:rotate(0deg) translateZ(0);}
	to { -moz-transform:rotate(360deg) translateZ(0);}
}

@-ms-keyframes loading {
      	from { -ms-transform:rotate(0deg) translateZ(0);}
	to { -ms-transform:rotate(360deg) translateZ(0);}  
}

.pagination {
    font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
    background-color: #444!important;
        width: 26px;
         padding: 0.5em 0.5em;
}

.pagination a, .pagination span {
    display: inline-block!important;
    margin-right: 2px;
    margin-left: 2px;
	margin-bottom: 5px;
}
.pagination span {
    margin-right: 1px;
    margin-left: 1px;
}
.pagination .current {
    color: #000!important;
    background-color: #ccc!important;
    border-color: #555!important;
}

.pagination .prev, .pagination .next {
    width:40px;
}

/* leaflet modifications */
.leaflet-label-tile {
    border: 1px solid black;
    background: #FFFFFF;
    padding: 2px 6px 2px 6px;
    text-shadow: none;
    text-align: center;
    font-size: 9px;
}
.leaflet-label {
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 1.0);
	color: #111;
	display: block;
        /*font-size: 0px;*/
	font-weight: bold;
	padding: -1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	white-space: nowrap;
}


.leaflet-label.leaflet-clickable {
	cursor: pointer;
}

.leaflet-label:before,
.leaflet-label:after {
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-label:before {
	border-right: 0px solid black;
	border-right-color: inherit;
	left: 0px;
}

.leaflet-label:after {
	border-left: 0px solid black;
	border-left-color: inherit;
	right: 0px;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
	content: "";
}

.leaflet-popup .footericon,
.leaflet-label .footericon {
    height: auto;
    margin: 0px;
    font-size:12px;
}

.leaflet-legend {
    padding: 4px 15px 4px 15px;
}

.leaflet-filter-control-button {
    background:white!important;
    color:black!important;
    font-weight:bold!important;
    margin: 10px 0px 10px 10px!important;
    padding:5px 10px 5px 10px!important;
    border: 1px solid #777!important;
    
    border-radius:3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;    
}
.mq-attribution-control {
    display:none!important;
}


#map .leaflet-top {
    top:50px!important;
}

.dot_small {
    height:8px;
    width:8px;
}