@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: 60%;*/
}

.route-cell{
    width: 40%;
}

.route-table{
    margin-left: 30px;
    margin-top:  20px;
    border-collapse: collapse;
}

.route-table td, th{
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid black;
}

.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: 95%;
}

.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;
}

.route3-map-div {
    float: left;
    width: 75%;
    height: 95%;
}

.route3-stats-div {
    float: right;
    width: 25%;
    height: 95%;

    padding-left: 20px;
    padding-top: 10px;
}

.route3-stats-control-div {
    padding-top: 20px;
}

.route3-stats-control-button {
    margin-bottom: 5px;
}

.route3-mark{
    cursor: pointer;
    text-decoration: underline;
}

.menu-row{
    height: 50px;

    padding:5px 10px;
    color:black;
    background:white;
}


/* Mobile devices */
@media only screen and (min-width: 480px) {

    .menu-div2{
        padding:30px 0px;
        height: 120px;
    }

    .menu-table{
        width: 100%;

        font-size: 28px;
    }

    .menu-table-cell{
        padding:5px 20px;
        color:black;

        white-space: nowrap;
    }

    .menu-table2-cell{

        width: 100px;

        padding:5px 20px;
        color:black;

        white-space: nowrap;
    }

}

/* Desktops */
@media only screen and (min-width: 992px) {

    .menu-div2{
        padding:15px 0px;
        height: 60px;
    }

    .menu-table{
        width: 100%;

        font-size: 16px;
    }

    .menu-table-cell{
        padding:5px 20px;
        color:black;

        white-space: nowrap;
    }

    .menu-table2-cell{

        width: 100px;

        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;
}

.fa_icon{
    font-size: 20px;
    cursor: pointer
}


.gps_btn-success {
    color: #fff;
    background-color: black; /*#28a745;*/
    border-color: #28a745;
}

.gps_btn-success:hover {
    color: #fff;
    background-color: darkgray; /* #218838;*/
    border-color: black; /*#1e7e34;*/
}

.gps_btn-success:focus, .gps_btn-success.focus {
    color: #fff;
    background-color: black;
    border-color: black; /*#1e7e34;*/
    box-shadow: lightgray;/*0 0 0 0.2rem rgba(72, 180, 97, 0.5);*/
}

.gps_btn-success.disabled, .gps_btn-success:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
}

.gps_btn-success:not(:disabled):not(.disabled):active, .gps_btn-success:not(:disabled):not(.disabled).active,
.show > .gps_btn-success.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.gps_btn-success:not(:disabled):not(.disabled):active:focus, .gps_btn-success:not(:disabled):not(.disabled).active:focus,
.show > .gps_btn-success.dropdown-toggle:focus {
    box-shadow: lightgray;/*0 0 0 0.2rem rgba(72, 180, 97, 0.5);*/
}

.gps_toolbar_div{
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gps_button_icon{

    width:  20px;
    height: 20px;

    cursor: pointer;

}


.gps_leftbar {
    float:left;
    width:45%;
    padding:10px;
    /*background:#9c9;*/
}


.gps_rightbar {
    float:right;
    width:45%;
    padding:10px;
    /*background:#99c;*/
}

.gps_svg{
    cursor: pointer;
}

.gps_table_svg_td{
    width: 48px;
    text-align: center;
    padding-top: 5px;
}

.gps_move_table {
    border: 1px solid #666600;
    border-collapse: collapse;

    width:90%;
}

.gps_move_table_item_td{

    padding-left: 10px;

}

.gps_move_table td{

    border: 1px solid #666600;
}


.stats_btn{
    width: 100px;
    background-color: white;
}

.stats_div{

    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.stats_table{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    font-size: 14px;
}

.stats_table td{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    font-size: 14px;
}

.spinner {
    width: 40px;
    height: 40px;
    display: block;
    color: black;

    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.spinner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 3px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: transparent;

    animation: ball-clip-rotate .75s linear infinite;
}

@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

