@charset "utf-8";
/*
CSS style document for Branning Collision Centers web application.
2018 AkzoNobel, Alan Bailey
*/

/* Colors
	Logo yellow = rgb(245, 236, 53)
	Logo light gray = rgb(189, 190, 192)
	Logo black = rgb(0, 0, 0)
	Light Yellow = rgb(254, 252, 231)
	Super light gray = rgb(240, 240, 240)
	Very light gray = rgb(200, 200, 200)
	Light gray = rgb(189, 189, 189)
	Gray = rgb(160, 160, 160)
	Dark gray = rgb(120, 120, 120)
	Very dark gray = rgb(70, 70, 70)
	Black = rgb(0, 0, 0)
	White = rgb(255, 255, 255)
*/

html * {
	font-family: 'Catamaran', sans-serif;
}

body {
	background-color: black;
	font-size: 14px;
	color: rgb(120, 120, 120);
}

@media screen and (min-width: 480px) {
    body {
        background-color: rgb(200, 200, 200);
    }
}

a {
	color: rgb(120, 120, 120);
	font-style: normal;
	text-decoration: none;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.adminOptions {
	display: block;
	width: 90%;
	text-align: right;
	height: 30px;
	color: rgb(120, 120, 120);
	font-weight: 900;
	border-style: 0 none;
	margin: 0 auto;
	margin-bottom: 10px;
}

.advice {
	margin: 0 auto;
	width: 70%;
	min-width: 280px;
	margin-top: 10px;
	color: rgb(160, 160, 160);
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
	text-align: center;
}

.buttonMedium {
	display: inline-block;
	height: 35px;
	min-width: 100px;
	text-align: center;
	font-weight: 900;
	color: rgb(50, 50, 50);
	background-color: rgb(245, 236, 53);
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(50, 50, 50);
	border-radius: 5px;
	cursor: pointer;
}

.buttonMedium:disabled {
	color: rgb(160, 160, 160);
	background-color: rgb(200, 200, 200);
	border-color: rgb(160, 160, 160);
	cursor: not-allowed;
}

.buttonSmall {
	display: inline-block;
	min-width: 55px;
	text-align: center;
	font-weight: 900;
	color: rgb(50, 50, 50);
	background: rgb(245, 236, 53);
	padding: 2px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(50, 50, 50);
	border-radius: 5px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.buttonSmall:disabled {
	color: rgb(160, 160, 160);
	background-color: rgb(200, 200, 200);
	border-color: rgb(160, 160, 160);
	cursor: not-allowed;
}

.chartCollection {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
	border-radius: 10px;
	background-color: rgb(70, 70, 70);
}

.chartTitle {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	color: rgb(255, 255, 255);
	line-height: 125%;
	/*text-decoration:underline;*/
	font-weight: 900;
	font-size: 16px;
	vertical-align: middle;
	background-color: none;
}

.chartCollectionTitle {
	display: block;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: rgb(255, 255, 255);
	background-color: rgb(120, 120, 120);
	line-height: 125%;
	font-size: 18px;
	font-weight: 900;
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	border-color: rgb(120, 120, 120);
	border-radius: 10px;
}

.column {
	display: inline-block;
	width: 72%;
}

.container {
	width: 100%;
	max-width: 800px;
	min-height: 99vh;
	margin: auto;
	margin-top: 5px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(50, 50, 50);
	border-radius: 10px;
	background-color: white;
	text-align: center;
}

.containerCharts {
	padding: 0px 2px 0px 2px;
	margin-top: 20px;
}

.containerGate {
	width: 310px;
	height: 600px;
	margin: auto;
	margin-top: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(50, 50, 50);
	border-radius: 10px;
	background-color: white;
	text-align: center;
}

.containerDateRange {
	width: 70%;
	min-width: 260px;
	padding: 10px;
	margin: 0 auto;
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
	border-radius: 10px;
	vertical-align: central;
	background-color: rgb(70, 70, 70);
}

.containerNewData {
	width: 90%;
	margin: 0 auto;
	text-align:left;
	color: rgb(255, 255, 255);
	padding: 20px 0px 20px 0px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
	border-radius: 10px;
	background-color: rgb(70, 70, 70);
}

.containerTerms {
	width: 80%;
	margin: 0 auto;
	text-align:left;
	padding:20px 10px 20px 10px;
}

.containerUpload {
	width: 250px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(70, 70, 70);
	border-radius: 10px;
}

.containerNewUser {
	display: none;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(70, 70, 70);
	border-radius: 10px;
}

.contentTerms {
	text-align:left;
}

.dashboardHeader {
	margin-top: 30px;
	margin-bottom: 5px;
}

.dataUploadsOdd {
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: rgb(70, 70, 70);
}

.dataUploadsEven {
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: rgb(120, 120, 120);
}

.dataUploadsA {
	display: inline-block;
	width: 30%;
	text-decoration: underline;
	cursor: pointer;
}

.dataUploadsB {
	display: inline-block;
	width: 60%;
}

.dataUploadsC {
	display: inline-block;
	float: right;
	cursor: pointer;
}

.dataUploadsDetail {
	padding-left: 10px;
}

.datepicker {
	width: 90%;
	min-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: rgb(50, 50, 50);
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
}

.dateSet {
	display: inline-block;
	width: 24%;
	min-width: 80px;
	margin: 0px 2px 0px 2px;*/
}

.footer {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 10px;
	color: rgb(160, 160, 160);
	line-height: 16px;
	text-align: center;
}

.header {
	margin-top: 30px;
	margin-bottom: 50px;
}

.headerLogoMenu {
	display: inline-block;
	margin: auto;
	max-width: 250px;
	max-height: 65px;
}

.icon {
	display:inline;
	margin-left: 10px;
	cursor: pointer;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    display: inline-block;
	cursor: pointer;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.modal {
    display: none;
	position: fixed;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
    margin: auto;
    border-style: solid;
	border-width: thin;
	border-color: rgb(0, 0, 0);
	border-radius: 10px;
    width: 220px;
}

.newUserTablePrompt {
	width: 70px;
	text-align: right;	
}

.newUserTableRadio {
	display: inline-block;
	width: 90%;
	height: 75px;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: rgb(254, 252, 231);
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
}

.newUserTableRow {
	height: 40px;
}

.no-js .inputfile + label {
    display: none;
}

.notice {
	color: rgb(50, 50, 50);
	font-size: 18px;
	font-weight: 900;
}

.speedometer {
	display: inline-block;
	width: 25%;
	max-width: 150px;
}

.timescaleTitle {
	display: block;
	width: 100px;
	margin: 0 auto;
	font-size:16px;
	color: rgb(255, 255, 255);
	font-weight: 900;
	padding: 0px 12px 10px 10px;
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
	border-bottom-style: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: rgb(70, 70, 70);
}

.userTextInput {
	width: 90%;
	min-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: rgb(50, 50, 50);
	background-color: rgb(254, 252, 231);
	border-style: solid;
	border-width: thin;
	border-color: rgb(245, 236, 53);
}

.userTextInputInvalid {
	width: 90%;
	min-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: rgb(50, 50, 50);
	border-style: solid;
	border-width: thin;
	border-color: red;
}

.warning {
	color: red;
	font-size: 16px;
	font-weight: 900;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
  	font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
  	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  	font-style:italic;
}