﻿body {
    font-family: Ramabhadra, Verdana, Tahoma, Arial;
    background:#000000;
    color:#ffffff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}
input[type=text], input[type=password], input[type=number], select {
    width: 100%;
    font-family: Ramabhadra, Verdana, Tahoma, Arial;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font-weight: bold;
    color:#c04702;
}
input[type=checkbox], input[type=radio] {
    width: 24px;
    height: 24px;
    margin: 5px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #c04702;
}
input[type=text]:focus, input[type=password]:focus, select:focus
{
    border: 3px solid #555;
}
hr {
    height: 5px;
    border: 0;
    width: 95%;
}
.ui-accordion .ui-accordion-content {
    padding: 3px;
}
.ui-tabs .ui-tabs-panel
{
	padding:3px;
}

.ui-dialog
{
	font-family: Ramabhadra, Verdana, Tahoma, Arial;
    position:fixed;
}
.ui-widget-overlay 
{
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	background-color: black;
}
.ui-button
{
	font-family: Ramabhadra, Verdana, Tahoma, Arial;
	outline: none;
}
.ui-menu {
	font-family: Ramabhadra, Verdana, Tahoma, Arial;
	padding:10px;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 10px;
    icon: url('../images/dropdown.svg');
}
.hotspot {
    fill: #f58400;
}

g:hover .hotspot {
    stroke: white;
    stroke-width: 2px;
    opacity: 20%;
}

.hotspotLabel {
    font: 800 16px/1 system-ui, sans-serif;
    fill: #000000;
    pointer-events: none;
    font-style: italic;
    margin-left: 10px;
}

.hotspotLabel2 {
    font: 600 12px/1 system-ui, sans-serif;
    fill: #ffffff;
    pointer-events: none;
    font-style: italic;
    margin-left: 10px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        display: inline-block;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: none;
        }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }
.dialogBox
{
	font-family: Ramabhadra, Verdana, Tahoma, Arial;
}
.banner {
    font-size: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner2
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	font: normal 26px/1 Ramabhadra, Charcoal, sans-serif;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-shadow: 3px 2px 0 rgba(0,0,0,1) ;
	/* Break */
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
    padding-top: 10px;
	padding-bottom: 5px;
}
.menuBarDisplay {
    background: #f58400 url("images/ui-bg_inset-soft_30_f58400_1x100.png") 50% 50% repeat-x;
    width: 100%;
    display: table;
    top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 998;
}
.gridtable
{
	width:100%;
	margin-left:auto;
	margin-right:auto;	
    color:#000000;
}
    .gridtable th {
        border: 1px solid #333333;
        background: #333333 url("images/ui-bg_gloss-wave_25_333333_500x100.png") 50% 50% repeat-x;
        color: #ffffff;
        font-weight: bold;
    }
.gridtable tr:nth-of-type(even)
{
	background-color: #eeeeee;
}
.gridtable tr:nth-of-type(odd)
{
	background-color: white;
}
.modal
{
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.modalCenter
{
	z-index: 1000;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.poweredBy
{
	font-size:80%; 
	margin:auto; 
	text-align:center; 
	width:100%;
}
.saveMsg {
    font-size: 90%;
    font-weight: bold;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.box
{
	padding-left: 5px;
	padding-right: 10px;
}
.boxTab {
    padding-top:10px;
    padding-bottom:0px;
    margin-bottom:5px;
    border-bottom-style:solid;
    border-bottom-width:thick;
    width: 100%;
    z-index: 997;
    font-size: 14px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #000000;
    overflow-y: scroll;
    transition: 0.5s;
}
.overlay-content {
    font-size: 14px;
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}
    .overlay a:hover, .overlay a:focus {
        color: #6eac2c;
    }
.overlay .closebtn {
    margin-top: 10px;
    vertical-align:middle;
    font-size: 42px;
}
.overlay .title {
    margin-top: 10px;
    font-size: 22px;
    vertical-align: middle;
    padding-top: 8px;
}
table.vehicle {
    width: 320px;
    height: 640px;
    margin-left: auto;
    margin-right: auto;
}
    table.vehicle td {
        color: white;
        height: 35px;
        width: 20%;
        font-size: 16px;
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
    }

        table.vehicle td > div {
            height: 35px;
        }
.cssTable {
    display: table;
    padding: 5px 5px 5px 5px;
    color: black;
    width:100%;
}

.cssRow {
    display: table-row;
    padding: 5px 5px 5px 5px;
}

.cssCol {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}
#on {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid green;
    display: inline-block;
}
#off {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid red;
    display: inline-block;
}
.gridViewCell {
    font-size:10px;
}
@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}