﻿body
{
	line-height: 1.6em;
}

.login-button {
	background-color:#FFFBFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#284775;
}

.login-button:hover{
    background-color:lightblue;
}

.login-button:active{
    background-color:#284775;
	color:#FFFBFF;
}

input[type="submit"]{
    background-color:#FFFBFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#284775;
}

input[type="submit"]:disabled{    
	color:silver;
}

input[type="submit"]:hover{
    background-color:lightblue;
}

input[type="submit"]:active{
    background-color:#284775;
	color:#FFFBFF;
}

/*login table style */
#login-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: small;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#login-table th
{
	padding: 12px 12px 12px 12px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#login-table td
{
	padding: 7px 7px 7px 7px;
	color: #669;
}
#login-table input
{
	/*this fixes bug in IE: password input smaller than textbox input tags */
	font-family: Sans-Serif;
}


/* fleet table style */
#main-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	text-align: left;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	cursor: default;
}
#main-table tr.dynamic
{
	cursor: pointer;
}
#main-table td.dynamic
{
	cursor: pointer;
}
#main-table th
{
	font-size: 15px;
	font-weight: normal;
	text-align: inherit;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#main-table td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
#main-table img.dynamic
{
	cursor: pointer;
}
#main-table a:link {
    color: #039;
    /*font-size:medium;*/
}
#main-table a:visited {
    color: #039;
}
#main-table a:hover {
    color: #039; 
}

#Vehicles-Loading-State {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	text-align: left;
	background: #fff;
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
	cursor: default;
}
#Vehicles-Loading-State th
{
	font-size: 15px;
	font-weight: normal;
	text-align: inherit;
	color: #039;
	border-bottom: 2px solid #6678b1;
    width: 20px;
	padding: 10px 8px;
}
#Vehicles-Loading-State th.VehicleNumberTh
{
	font-size: 15px;
	font-weight: normal;
	text-align: inherit;
	color: #039;
	border-bottom: 2px solid #6678b1;
    width: 100%;
}
#Vehicles-Loading-State td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}

/* vehicle information base tables style */
#base-info-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:small;
	margin: 1px;	
	width: 60%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
}
#base-info-table th
{
	padding: 12px 12px 12px 12px;
	color: #039;
	border-bottom: 1px dashed #69c;
	text-align: inherit;
}
#base-info-table td
{
	/*padding: 5px 5px 5px 5px;*/
	color: #669;
}


/* vehicle information inner table style */
#inner-info-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	text-align: left;
	background: #fff;
	margin: 2px;
	width: 75%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#inner-info-table th
{
	font-size: 15px;
	font-weight: normal;
	text-align: inherit;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#inner-info-table td
{
	border-bottom: 1px solid #ccc;
}



#static-display
{
	border-collapse: collapse;
    /*table-layout:fixed;*/
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

#static-display td
{
	font-family: serif; /*sans-serif;*/
	font-size: 18px;
	font-weight: lighter;
    background-color: black;
    color: orange;
    font-weight: bold;
    padding: 4px 3px 0px;
}


    
/*map style */
#map-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: small;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#map-table td
{
	padding: 3px 3px 3px 3px;
	color: #669;
}
#map
{	
	/*height: 650px;*/
    border: 1px solid #8ACCC8;
    background-color: #F4EEEC;
}

div.layersDiv {
    background-color: rgba(34, 34, 34, 0.5) !important;
    border-radius: 5px 0 0 5px;
 }
div.dataLayersDiv {
    height: 155px !important;
    overflow-y: scroll !important;
}
div.olControlLayerSwitcher {
    width: 15em !important;
}
div.maximizeDiv{
    background-color: rgba(34, 34, 34, 0.5) !important;
    padding: 0 0 0 5px;
    border-radius: 5px 0 0 5px;
}


/* These styles create the dropdown menus. */
#nav 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.8em;
	width: 100%;
	float: left;
	padding: 0;
	margin:0 auto 0 auto;
	list-style-type: none;
	background-color: #f2f2f2;
	border: 1px solid #ccc; 
}
#nav li 
{
	float: left;
	cursor:pointer;
}
#nav li a 
{
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #669;
}
#nav li a.selected
{
	color: #f2f2f2;
	background-color: #669;
}
#nav li a:hover 
{
	color: #669;
	background-color: #fff;
}

#nav li input
{
	cursor:pointer;
	padding: 4px 2px;
}
#nav li ul 
{
	display: none;
	list-style: none;
	position: relative;
	left: 0;
	margin: 0;
	padding: 0;
}
/* End navigation bar styling. */

div.after-menu
{
	clear: both; /* Clear the float: left; from the navigation menu bar class */
	padding-top: 0.5%;
}

#message-programming-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:small;
	margin: 1px;	
	width: 70%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
}
#message-programming-table th
{
	padding: 12px 12px 12px 12px;
	color: #039;
	border-bottom: 1px dashed #69c;
	text-align: inherit;
}
#message-programming-table td
{
	color: #669;
}

#replay-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:small;
	margin: 0px;
    padding:0px;
	width: 100%;
	/*border-collapse: collapse;*/
	margin-left: auto;
	margin-right: auto;
    vertical-align:middle;
}
#replay-table th
{
	color: #039;
}
#replay-table td
{
	color: #669;
}

#filter-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:small;
	text-align: center;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
    width: 40%;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#filter-table th
{
	padding: 12px 12px 12px 12px;
	color: #039;
	border-bottom: 1px dashed #69c;
	text-align: inherit;
}
#filter-table td
{
	color: #669;
    text-align: inherit;
}

.imgbutton:hover
{
    background-color:lightblue;
}

a.map:link {
    color: #669;
    /*font-size:medium;*/
}

a.map:visited {
    color: #669;
}

a.map:hover {
    color: #669; 
}


/* timetable style */
#runsDiv {
	/*margin: 0;*/
	border: 0;
	padding: 0;
	/*margin-left: 1em;*/
	height: auto;
	display: inherit;
	/*float: left;*/
}

#timetable {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
    border: 1px solid #69c;
    border-top:none;
	padding: 0;    
	text-align: center;
	background: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    border-spacing : 0;
    border-collapse : collapse;
}

#timetable tr {
    text-align: center;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
}

#timetable th {
	font-size: 14px;
	font-weight: normal;
	text-align: inherit;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#timetable td {
    font-size: 14px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom: 1px solid #ccc;
	padding: 6px 8px;
    text-align: left;
}

.timetableHeader
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:14px;
	border: 1px solid #69c;
    border-bottom: 1px dashed #69c;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
	padding:2px;
	color: #039;
    /*display:inline-table;*/
    width:100%;
}

.img-details {
	margin: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	display:inline-block;
}

.img-schedules {
	margin: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display:inline-block;
}

/* -----   Top models panel   ----- */
.expand-painel {
	margin-left: 4em;
	height: auto;
}

.block {
    display: block;
    float: none;
    clear: both;
}

@media handheld, only screen and (max-width: 800px) 
{
    #nav 
    {
	    font-size: large;
    }

    #login-table
    {
	    margin: auto;
    }

    #nav li a {
        display: block;
        padding: 8px 12px;
    }
    /* fleet table style */
    #main-table
    {
	    font-size: small;
    }
    #main-table th
    {
	    font-size: small;
	    padding: 0px;
    }
    #main-table td
    {
	    padding: 0px;
    }
}
