@charset "utf-8";

body,
html {
	background: white;
	color: black;
	font: 16px/20px 'Helvetica', Arial, sans-serif;
	margin: 0;
}

h1 {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: 16px;
	color:white;
}

h2 {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    line-height: 16px;
    color:white;
}

h3 {
	font-family: Cambria, Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
}

h4 {
    font-family: Cambria, Georgia, serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 15.4px;
}

table, th, tr, td {
	/*border: 1px solid red;*/
	padding: 0;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}


/*-----------------------------*/


.container-table {
	width: 90%;
	height: 100%;
}

.header-row{
    height: 50px;

    padding:5px 10px;
    color:white;
    background:black;
}

.header-cell{
    align: left;
    padding-left: 30px;
}

.subheader-row{
	height: 50px;

	padding:5px 10px;
	color:black;
	background:white;
}

.content-row{
}

.content-cell{
    color: black;
    background: white;
    padding: 20px 20px;
    text-align: left;
    vertical-align:top;

    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 40px;
}

.map-cell{
    width: 50%;
}

.route-cell{
    width: 50%;
}

.route-total{
    font-size: 16px;

    margin-left: 30px;

    margin-top:  0px;
    margin-bottom:  0px;
    padding-top:  0px;
    padding-bottom:  0px;
}

.route-table{
    margin-left: 30px;
    margin-top:  0px;
    border-collapse: collapse;
}

.route-table td, th{
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid black;
}

.route-table a{
    color: black;
    text-decoration: none
}

.applications-select{
    width: 200px;
    margin-left: 20px;
    /*margin-bottom: 5px*/
}

.footer-row{
    height: 50px;

    padding:5px 10px;
    color:black;
    background:white;
}

.footer-cell{
    padding:5px 10px;
    color:white;
    background:black;
}

.map-div {
	width: 100%;
	height: 100%;
}

.route-div {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.map-route-table{
	width: 95%;
	margin-left: 20px;
	color:black;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
}
.map-route-table th{
	padding-left:  5px;
	padding-right: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}
.map-route-table td{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	font-size: 14px;
}

.menu-row{
    height: 50px;

    padding:5px 10px;
    color:black;
    background:white;
}

.menu-table{
    width: 100%;
}

.menu-table-cell{
    padding:5px 20px;
    color:black;

    white-space: nowrap;
}

.title-table{
    padding:5px 20px;
    color:black;
}

.title-table-cell{
    padding:5px 20px;
    color:black;
    vertical-align: middle;

    font-family: Cambria, Georgia, serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 15.4px;
}

.uploadDiv {
    height: 100px;
    border: 1px solid black;
    background: lightgray;
    margin-left:  30px;
    margin-right:  20px;
    padding-top: 10px;
    padding-left: 20px;
}

.syste-info-span {

    height: 32px;
    font-size: 14px;

    padding-top: 0px;
    padding-bottom: 0px;

    margin-top: 0px;
    margin-bottom: 0px;

}



