@CHARSET "ISO-8859-1";
html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}
body
{
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: 'Lato', sans-serif;
}
input[type=text], input[type=password], input[type=number]{
	border-radius: 5px;
}
.title{
	color: white;
	background-color: rgb(2, 101, 255);;
	box-shadow: 1px 5px 15px 5px #00000077;
	border-bottom: 2px solid rgb(2, 80, 220);
	padding: 10px;
	margin: 20px;
	height: auto;
    overflow:auto;
}
#accountIcon, #helpIcon{
	cursor: pointer;
	float: right;
}
#accountDiv{
	display: none;
	color: white;
	background-color: rgb(2, 101, 255);
	box-shadow: 1px 5px 15px 5px #00000077;
	border-bottom: 2px solid rgb(2, 80, 220);
	margin-right: 20px;
	margin-left: 10px;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 10px;
	z-index: 1000;
	float: right;
}
#accountDiv table{
	border: 0px;
	margin: 5px;
}
#accountDiv a{
	color: #a8cbff;
	text-decoration: none;
}

#accountDiv a:hover {
	color: #dfecff;
	text-decoration: none;
}

#monetizeDiv{
	font-size: 3vw;
}
#titleText{
	font-size: 4vw;
	padding-left: 20px;
	vertical-align: middle;
}
#message{
	margin: auto;
	padding: 15px;
	text-align: center;
	background-color: #0000a0;
	color: #fefefe;
}
.headerText{
	font-size: 3vw;
}
img{
	vertical-align: middle;
}
.icon{
	width: 5%;
	min-width: 50px;
	max-width: 70px;
}
.animage{
	width: 100%;
}
.moneyImage{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 300px;
}
#signImage{
	width: 11%;
	max-width: 80px;
}
#carImage{
	position: absolute;
	top: 20px;
	left: -1000px;
}
#tabletImage{
	opacity: 0;
}
#carDiv, #tabletDiv{
	display: inline-block;
	vertical-align: top; 	
	position: relative;
}
#carDiv{
	width: 25%;
	max-width: 180px;
	background-color: yellow;
}
#tabletDiv{
	width: 15%;
	max-width: 108px;
}
#moneyDiv{
	display: inline-block;
	vertical-align: bottom; 	
	position: relative;
	width: 18%;
	max-width: 135px;
}
#plusImage, #plusImage2, #equalsImage{
	width: 6%;
	max-width: 55px;
	opacity: 0;
}
#accordion h3{
	text-align: center;
	overflow: hidden;
	min-width: 350px;
	padding: 4px;
	margin-top: 10px;
	box-shadow: inset 0 1px 8px 4px #eeeeee;
}
#accordion{
	margin: 0 auto;
	padding: 1px 20px;
	max-width: 1000px;
}
#revenueCostImg{
	width: 20%;
	min-width: 130px;
	max-width: 280px;
}
#manageImg{
	width: 15%;
	min-width: 80px;
	max-width: 180px;
}
#chartImg{
	width: 12%;
	min-width: 50px;
	max-width: 160px;
}
#installImg{
	width: 12%;
	min-width: 60px;
	max-width: 160px;
}
li{
	font-size: 22px;
}

ul {
    list-style: none;
    padding-left: 0;
}
ul li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 47px;
}
ul li:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul li.tablet_phone:before{
	background: url('images/lists/tablet_phone.png') no-repeat left top;
	background-size: contain;
}
ul li.type:before{
	background: url('images/lists/type.png') no-repeat left top;
	background-size: contain;
}
ul li.type_hour:before{
	background: url('images/lists/type_hour.png') no-repeat left top;
	background-size: contain;
}
ul li.no_electricity:before{
	background: url('images/lists/no_electricity.png') no-repeat left top;
	background-size: contain;
}
ul li.icon_print:before{
	background: url('images/lists/icon_print.png') no-repeat left top;
	background-size: contain;
}
ul li.min_invest:before{
	background: url('images/lists/min_invest.png') no-repeat left top;
	background-size: contain;
}
ul li.device_printer:before{
	background: url('images/lists/device_printer.png') no-repeat left top;
	background-size: contain;
}
ul li.fee_icon:before{
	background: url('images/lists/fee_icon.png') no-repeat left top;
	background-size: contain;
}
ul li.track_money:before{
	background: url('images/lists/track_money.png') no-repeat left top;
	background-size: contain;
}
ul li.ticket:before{
	background: url('images/lists/ticket.png') no-repeat left top;
	background-size: contain;
}
ul li.multi_pay:before{
	background: url('images/lists/multi_pay.png') no-repeat left top;
	background-size: contain;
}
ul li.no_print:before{
	background: url('images/lists/no_print.png') no-repeat left top;
	background-size: contain;
}
ul li.car_wash:before{
	background: url('images/lists/car_wash.png') no-repeat left top;
	background-size: contain;
}
ul li.end_of_day:before{
	background: url('images/lists/end_of_day.png') no-repeat left top;
	background-size: contain;
}
ul li.chart:before{
	background: url('images/lists/chart.png') no-repeat left top;
	background-size: contain;
}
ul li.top_percent:before{
	background: url('images/lists/top_percent.png') no-repeat left top;
	background-size: contain;
}
ul li.history:before{
	background: url('images/lists/history.png') no-repeat left top;
	background-size: contain;
}

.dueDate, .overdueDate{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 20px;
}
.dueDate{
	color: #004080;
}
.overdueDate{
	color: #800000;
}
.paymentChoices{
	text-align: center;
	font-size: 18px;
	margin: auto;
}
.paymentChoices ul{
	text-align: left;
	list-style: none;
	display:inline-block;
	padding-right: 40px;
	padding-top: 6px;
	margin: auto;
}
.paymentCurrency{
	text-align: center;
	color: #004080;
	font-size: 11px;
	margin: auto;
}

.paymentDiv{
	text-align: center;
	padding-top: 20px;
	margin: auto;
}
.paymentDiv div{
	display: inline-block;
	min-width: 400px;
	margin: auto;
}

button, input[type=submit] {
	color: #ffffff;
	font-weight: bold;
	background-color: #1c2672;
	border: solid 2px #000;
	border-radius: 5px;
	padding: 2px 5px;
	cursor: pointer;
}

#helpDiv{
	text-align: center;
}

#helpMainScreen{
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0px 120px;
}
.helpBubble{
	position: absolute;
	color: #fff;
    background-color: #075698;
    border-radius: 20px;
    padding: 6px;
    max-width: 120px;
    width: 110px;
    font-size: 11px;
    font-size: clamp(10px, 1.8vw, 14px);
    z-index: 100;
}
.left{
	left: 0px;
}
.left::before{
	position: absolute;
	content: "";
	display:block;
	top: 5px;
    right: -44px;
    bottom: auto;
    width: 0;
    left: auto;
    border-width: 6px 0 10px 50px;
    border-color: transparent #075698;
    border-style: solid;
    z-index: 90;
}

.right{
	right: 0px;
}
.right::before{
	position: absolute;
	content: "";
	display:block;
	top: 5px;
    left: -35px;
    bottom: auto;
    width: 0;
    border-width: 6px 44px 10px 0;
    border-color: transparent #075698;
    border-style: solid;
    z-index: 90;
}

.helpOwed::before{
	right:-123px;
	border-width: 6px 0 10px 130px;
}

.addPayment::before{
	border-width: 6px 100px 10px 0;
	left: -92px;
}

.timeIn::before{
	border-width: 6px 212px 10px 0;
	left: -205px;
}

.duration::before{
	border-width: 6px 160px 10px 0;
	left: -152px;
}

#helpMainScreen{
	margin-bottom: 40px;
}

#helpMainScreen img{
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 800px;
	min-width: 180px;
}
#parkingTypes table{
	text-align: left;
	max-width: 840px;
	margin: auto;
}
#parkingTypes td{
	padding-left: 30px;
	max-width: 600px;
}

@media screen and (min-width: 1000px) {
	#titleText {
	     font-size: 40px;
	  }
	  #monetizeDiv{
		font-size: 30px;
	}
	.headerText{
		font-size: 30px;
	}
}
@media screen and (max-width: 700px) {
	#titleText {
	     font-size: 28px;
	  }
	  #monetizeDiv{
		font-size: 20px;
	}
	.headerText{
		font-size: 20px;
	}
}