/* FleetTracker CSS Document */

/* Structural Elements */

#header {
	background-image: url("../_img/header_img.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 323px;
	padding-top: 261px; 
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.contentdiv {
	max-width: 70%;
	margin: auto;
}

#pagecontent {
	min-height: 750px;
	max-width: 70%;
	margin: auto;
}

#footer {
	min-height: 260px;
	color: white;
	background-color: #444444;
	padding: 74px 0px 0px 0px;
	max-width: auto;
	font-size: 12px;
}

#footer strong {
	font-size: 110%;
}

#footer a{
	color: white;
}

#navdiv {
	height: 37px;
	padding-top: 10px;
	width: 300px;
	background-color: #000000;
	color: white;
	vertical-align: baseline;
	text-align: center;
	font-size: 1.25em;
	float: right;
}

#navdiv a {
	color: white;
}

#reminders {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	margin: 10px 10px 0px 0px;
}

.contentdiv {
	min-width: 90%;
	margin: auto;
	font-family: 'Arial';
	font-size: 0.8em;
	padding: 25px 0px 25px 0px;
}

.contentheader {
	background-color: #a71720;
	min-height: 65px;
	font-size: 1.5em;
	padding: 24px 24px 24px 24px;
	color: white;
}

.columnlabel {
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	min-height: 27px;
}

.centered {
	text-align: center;
}

.reqfield {
	position: relative;
	top: -0.5em;
	font-size: 80%;
	color: red;
}

.remindertitle {
	font-size: 14px;
	font-weight: bold;
}

.assetpic {
	max-width: 285px;
}

/* Override Default / Bootstrap Styles */

@font-face {
	font-family: Orbitron;
	src: url("Orbitron-VariableFont_wght.ttf");
}

body {
	font-family: "Arial";
	
}

input {
	min-width: 200px;
	width: 80%;
	padding: 10px;
	margin: 2px;
}

#login input {
	max-width: 320px;
	padding: 10px;
	margin: 2px;
	font-family: Arial;
	border: 1px solid #e7e8e8;
	text-align:center;
}

textarea {
	width: 92.4%;
	font-family: Arial;
}

#login button {
	font-family: Arial;
	background-color: #444444;
	border-radius: 20px;
	min-width: 140px;
}

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

select {
	min-width: 320px;
	padding: 10px;
	margin: 2px;
}

textarea {
	min-width: 320px;
	padding: 10px;
	margin: 2px;
}

a {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	color: #444444;
}

button a{
	color: white;
}

table {
	font-size: 12px;
}

table tbody tr {
	min-height: 78px;
	border: 1px solid #e7e8e8;
	margin-bottom: 10px;
}

.addlink {
	vertical-align: middle;
	min-height: 35px;
	font-size: 100%;
	text-decoration: none;
}
.addlink:hover {
	color: #444444;
	text-decoration: none;
}

#content table{
	width: 100%;
}

img .listview {
	max-height: 32px;
	max-width: 32px;
}

.toast {
	border: 1px solid rgb(0,0,0);
	box-shadow: none;
	border-radius: 0px;
	background-color: white;
	min-width: 315px;
}

.toast a {
	color: black;
	text-decoration: underline;
}

/* Page-Specific Styles */

.page_login {
	padding: 110px 0px 110px 0px;
	text-align: center;
}

input .page_login {
	
}

.light-modal-content {
	background: #444 !important;
}
.light-modal-footer .light-modal-close-btn {
	background-color: #fff;
	color: #444;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
#footer img {
		max-width: 100%;
	}
#piclabel{
	max-width: 300px;
}
#piclabel img {
	max-width: 100%;
}
/* Other Styles */
@media (max-width: 768px) {
	.col-md-4 .col-md-6 input, .col-md-4 .col-md-6 textarea {
		width: 100%;
		min-width: unset;
	}
	.col-md-4 .col-md-6 {
	    flex: 0 0 100%;
    	max-width: 100%;
	}
	.col-md-4 .col-md-6.columnlabel {
		text-align: left;
	}

}