﻿html 
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 11px !important;
    font-style: normal;
    font-family: Verdana !important;
    margin: 0;
    padding: 0;
    color: black;
    height: 100%;
    min-height: 100%;
    position: relative;
}

a img {
    text-decoration: none;
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    font-size: 11px;
}

a:hover, .ui-button-text:hover
{
    color: #0094FF;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1, h6 {
    font-size: 2em;
    padding-bottom: 0;
    margin: 0;
    font-family: Arial;
    vertical-align: middle;
    display: inline-block;
}

h2 {
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

h3 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

h4 {
    font-size: 1.1em;
    display: inline-block;
}

h6
{
    font-size: 0.8em;
    top: 10px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#wrapper 
{
    min-height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	min-width: 1000px;
    height: 100%;
    overflow: auto;
}

#Page {
    min-width: 1000px;
    width: 100%;
    padding-bottom: 35px;
}

#header {
    position: relative;
    padding: 0 10px 10px 10px;
    color: #000;
    padding: 0;
    height: 55px;
    background-color: #DCDDDF;
}

#header #logo
{
    /*position: relative;
    top: 10px;
    left: 10px;
    padding: 0;
    height: 35px;*/
    display: inline-block;
    vertical-align: middle;
    margin: 10px 15px 0 10px;
}

#logo img {
    height: 35px;
}

#header #secondLogo
{
    top: 8px;
    right: 10px;
    padding: 0;
    height: 40px;
    display: inline-block;
    position: absolute;
}

#header h1
{
    /*top: 10px;
    position: relative;
    padding-left: 15px;*/
    display: inline-block;
    vertical-align: middle;
}

.header_details
{
    float: right;
    text-align: right;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.header_details img
{
    top: 5px;
    right: 110px;
    position: absolute;
    cursor: pointer;
}

.header_details a
{
    color: #DDD;
}

.header_details a:hover
{
    color: #0094FF;
}

#main {
    padding: 10px;
    background-color: #fff;
    /*min-height: calc(100% - 136px);*/
    position: relative;
    display: block;
}

#title
{
    width: 500px;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#title img
{
    height: 80px;
    margin: 10px 25px 10px 15px;
    vertical-align: middle;
}

#title h1
{
    vertical-align: middle;
    display: inline;
    color: #000;
}

#nav
{
    width: 100%;
    background-color: #3F3F3F;
    height: 30px;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

#Footer 
{
    background-color: #DCDDDF;
    /*position: absolute;*/
    height: 30px;
    border-top: 1px solid #444;
    bottom: 0;
    width: 100%;
    display: block;
    left: 0;
} 

#CopyrightSpan
{
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    padding-left: 15px;
    font-weight: bold;
}

#CopyrightSpan a
{
    color: #FFF;
}

#CopyrightSpan a:hover
{
    color: #0094FF;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu {
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

ul.menu > li{
    list-style: none;
    height: 30px;
    color: #fff;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 0 20px 0 20px;
}

ul.menu li a, ul.menu li span {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    padding: 8px 0 10px 0;
    font-size: 11px;
    display: inline-block;
}

.admindrop, .submenudrop{
    list-style: none;
    position: absolute; 
    z-index: 5001;
    margin: 0; 
    padding: 0;
    display: none;
    float: left;
    width: 200px;
    border: none;
    border-bottom: 3px solid #000;
}

.submenudrop 
{
    border-left: 3px solid #000;
}

ul.admindrop li, ul.submenudrop li{
    margin: 0;
    padding: 0 0 0 10px;
    min-width: 150px;
    height: 30px;
    background-color: #F1F1F1;
    border-bottom: 1px solid #000;
    z-index: 5001;
}

ul.admindrop li a, ul.submenudrop li a, ul.admindrop li span {
    display: block;
    color: #111;
    text-decoration: none;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    font-size: 11px;
    padding: 6px 0 10px 0;
}

ul.menu > li.selected > span, 
ul.menu > li.selected > a, 
ul.admindrop > li.selected > span, 
ul.admindrop > li.selected > a,
ul.submenudrop > li.selected > a {
    color: #0094FF;
}

ul.menu li a:hover, ul.menu li span:hover, 
ul.admindrop li a:hover, ul.admindrop li span:hover {
    color: #666;
}

ul.menu li img, ul.admindrop li img
{
    vertical-align: middle;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    width: 620px;
    margin: 20px auto 0 auto;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    resize: none;
    vertical-align: top;
}

input[type="text"], input[type="password"], textarea
{
    border: 1px solid #ccc;
    font-size: 1.2em;
    color: #444;
    padding: 3px;
    margin: 1px;
    width: 180px;
    border-radius: 3px 3px 3px 3px;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
    border: 1px solid #AAA;
}

select {
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 1em;
    color: #444;
    margin: 1px;
    min-width: 130px;
    max-width: 400px;
    font-family: Verdana,Arial,sans-serif;
    border-radius: 3px 3px 3px 3px;
}

#loginform input[type="text"], #loginform input[type="password"]
{
    width: 200px;
}

#loginform
{
    display: inline-block;
}

#loginform label
{
    color: #222;
    font-size: 14px;
    font-weight:600;
    display: inline-block;
    width: 140px;
    text-align: left;
}

#loginform span 
{
    display: block;
    width: auto;
    text-align: right;
}

.validation
{
    text-align: left;
}

.validation li
{
    color: Red;
}

#LoginBox
{
    width: 500px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #DDD;
    margin-top: 50px;
    border-radius: 6px 6px 6px 6px;
}

#LoginTitleBar
{
    width: 100%;
    height: 30px;
    background: url(LoginBar.png) repeat-x #034064;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 2px 0 0 0;
    border-radius: 6px 6px 0 0;
}

#LoginText
{
    margin-left: 110px;
}

#LoginImage
{
    float: left;
    width: 75px;
    height: 72px;
    background: url(login_icon.png) no-repeat scroll 0 0 transparent;
    left: 20px;
    top: -20px;
    position: relative;
    margin-bottom: 5px;
}

#LoginMain
{
    padding: 35px 20px 20px 20px;
    text-align: center;
}

#LoginSelect 
{
    width: 200px; 
    display: inline-block; 
    text-align: left; 
    background-color: #FFF; 
    padding: 0 9px 0 0; 
    border: 1px solid #FFF;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.right
{
    width: 50%;
    display: inline-block;
    text-align: right;
}

.align_right
{
    text-align: right;
}

.align_centre
{
    text-align: center;
}

.date
{
    background: #fff url(cal.jpg) no-repeat 98% 0;
    cursor: pointer;
    width: 115px !important;
}

.new, .edit, .delete 
{
    cursor: pointer;
}

.red
{
    color: Red;
    font-weight: bold;
}

.orange
{
    color: Orange;
}

.ui-dialog label
{
    min-width: 100px;
    display: inline-block;
}

input[type="file"]
{
    background: url(open_folder.png) 98% 50% no-repeat #FFF;
    padding: 3px !important;
    width: 300px !important;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    margin: 1px;
}

.view
{
    background: url(search_16.png) 0 0 no-repeat scroll;
    padding: 3px 0 2px 20px;
}

.edit
{
    background: url(edit.png) 0 0 no-repeat scroll;
    padding: 3px 0 2px 20px;
}

.delete
{
    background: url(delete.png) 0 0 no-repeat scroll;
    padding: 3px 0 2px 20px;
}

.pdf
{
    background: url(pdf.png) 0 0 no-repeat scroll;
    padding: 3px 0 2px 20px;
}

.viewInfo
{
    background: url(_info.png) 0 0 no-repeat scroll;
    padding: 3px 0 2px 20px;
}

.editHome
{
    background: url(home_48.png) 0 0 no-repeat scroll;
    padding: 3px 0 2px 20px;
}

.ErrorDialog
{
    background: url(messagebox_warning.png) 10px 5px no-repeat scroll !important;
    padding-left: 70px !important;
}

.DeleteDialog
{
    background: url(stop.png) 10px 5px no-repeat scroll !important;
    padding-left: 70px !important;
}

.BugDialog
{
    background: url(bug.png) 10px 5px no-repeat scroll !important;
    padding-left: 70px !important;
}

.StandardDialog
{
    background: url(messagebox_info.png) 10px 5px no-repeat scroll !important;
    padding-left: 70px !important;
}

td img 
{
    vertical-align: middle;
}

.ui-button span, .ui-button img
{
    vertical-align: middle;
}

.ui-button img
{
    padding-right: 5px;
}

.readonly
{
    background-color: #DDD;
}

#InfoTable
{
    margin: 5px 0 10px 0;
}

#InfoTable thead tr th
{
    min-width: 150px;
    text-align: left;
}

.ReportViewerButtonBar
{
    text-align: right;
    float: right;
}

#TemplateInfo label
{
    width: 120px;
    font-weight: bold;
    display: inline-block;
}

#ReportingDashMenu
{
    display: block;
    width: 1000px;
    color: #212121;
    text-align: center;
    margin-top: 25px;
}

#ReportingDashMenu img 
{
    height: 100px;
    vertical-align: middle;
    margin-right: 25px;
}

#ReportingDashMenu h1 
{
    font-size: 40px;
    font-family: Verdana !important;
}

#ReportingDashMenu span 
{
    display: block;
    background-color: #0C8F43;
    width: 80%;
    margin: auto;
    padding: 35px 0;
    margin-bottom: 10px;
}

#ReportingDashMenu a 
{
    font-size: 40px;
    font-family: Verdana !important;
    color: #EEE;
    margin-bottom: 20px;
}

.validation-summary-valid {
    display: none;
}


/* Monitor Locations + Points */
#MonitorWrapper {
    display: flex;
    height: 100%;
    flex-flow: column;
}

#MonitorLocations {
    padding: 10px 15px;
    box-sizing: border-box !important;
}

#MapWrapper {
    width: auto;
    overflow: hidden;
    height: 100%;
}

.markerLabel {
    padding: 60px 10px 10px 10px !important;
}

.markerInfoWrapper .row {
    padding-bottom: 3px;
}

.markerInfoWrapper .label {
    font-weight: bold;
    width: 120px;
    display: inline-block;
}

.markerInfoWrapper .data {
    display: inline-block;
}

.monitorPhoto {
    text-align: center;
    padding-top: 10px;
}

.monitorPhoto img {
    max-height: 350px;
    max-width: 350px;
}

.gm-style iframe + div {
    border: none !important;
}