@charset "utf-8";
/* CSS Document */
:root {
	--menu-title: #00CCCC;
	--report-background-1: #f5f5f5;
	--report-background-2: #F0F8FF;
	--table-head-background: #87cfeb;
}
body {

/* 	background-image: url("../assets/images/testmode.gif");  */
	background-color:#FFFFFF;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.navbar-brand{
	padding: 0;
	margin: 0;
}
.navbar {
    background-color: #333;
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	padding-left: 0;
	padding-top: 0;
	z-index: 999;
	-webkit-box-shadow: 3px 3px 10px 5px #000000;
	box-shadow: 3px 3px 10px 5px #000000;
}
.modal_button{
	display: block;
	width: 90%;
	font-size: 18px;
	border-radius: 5px;
	background-color: #FFFDD0;
	line-height: 22px;
	margin: 0 0 5px 0;
	font-weight: bold;
    text-align: center;
}
.modal_loading{
	text-align: center;
}
.pageheading{
	text-align: center;
}
.inline-heading{
	display:inline;
}
.padded-heading{
	padding-top: 0.4em;
}
.custmapframe{
	border:0;
	width: 100%;
	max-width: 400px;
	height: 400px;
}
.checkemail{
	width: 100%;
	max-width: 400px;
}
.icon_link{
	color: #000000;
}

.form_check{
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	padding: 10px;
	margin-left:10px;
	height: 35px;
}
.warning{
	color: #FF8600;
	margin: 1px;
}
.warning_note{
	color: red;
}
.mainttable{
	margin-left: -15px;
	margin-right: -15px;
}
.mainttable .locheading{
	border: thin solid #000000;
	padding: 0px;
	background-color: #939393;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.mainttable .locdiv{
	border: thin solid #000000;
	padding: 2px;
	font-size: 13px;
}
.centertext{
	text-align: center;
}
.dropdown-menu{
	-webkit-box-shadow: 3px 3px 10px 5px #000000;
	box-shadow: 3px 3px 10px 5px #000000;
}
.hasmenu{
	margin-top:55px;
}
/*combo box */

.ui-autocomplete{
	max-height: 500px;
	overflow-y:scroll;
}
/*match select2 to other form elements */
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: calc(1.5em + 0.75rem + 2px);
	user-select: none;
	-webkit-user-select: none;
}
.select2-dropdown {
	z-index:1056;
}

/* zooming fixes */

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}
/*login*/
.loginform{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -165px;
	margin-left: -180px;
	width: 340px;
	height: 260px;
	text-align:center;
	padding:5px;		
	-webkit-box-shadow: 3px 3px 10px 5px #000000;
	box-shadow: 3px 3px 10px 5px #000000;
}
.loginlabel{
	text-align: right;
}
.logininput{
	text-align: left;
}

.tdlabel{
	text-align: right;
}

.cuserlabel{
	width: 150px;
	display: inline-block;
}
.cuserfield{
	margin-bottom: 2px;
	width: 300px;
}
.cuserfieldsm{
	margin-bottom: 2px;
	width: 120px;
}
.oldform{
	border:thin solid #000000;
	min-width: 300px;
}
.errormsg{
    border: thin solid #FF2226;
    background-color: #FFB8BA;
    color: #FF2226;
    text-align: center;
}
.noticemsg{
    border: thin solid #00FF00;
    background-color:#CEFFC6;
    color: #000000;
    text-align: center;
}
.clearboth{
	clear: both;
}
#quoteformwrapper{
	border: thin solid #000000;
	width: 300px;
}
#quoteformwrapper .formtitle{
	border-bottom: thin solid #000000;
	padding: 5px;
	width: 100%;
	background-color: var(--menu-title);
	text-align: center;
	font-weight: bold;
}
#quoteformwrapper .formbody{
	padding: 5px;
}
#quoteformwrapper .formsave{
	width: 100%;
	margin-top:5px;
}
#quoteformwrapper label{
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
#quoteformwrapper .btime{
	width:45px;
	display: inline-block;
}
#quoteformwrapper .timesel{
	width:110px;
	float:left;
}
#quoteformwrapper .datesel{
	width:110px;
	float: left;
}
#quoteformwrapper .ui-combobox-input{
	width:235px !important;
}
#quoteformwrapper .agesel{
	width:90px;
	float:left;
}
#quoteformwrapper .localsel{
	width:90px;
	float: left;
}

.error {
  color: red;
  margin-left: 5px;
}
 
/*car panel */

.car {
    border: thin solid rgba(111,221,239,1.00);
    font-family: 'Source Sans Pro',sans-serif;
    width:340px;
    height: 270px;
    padding: 4px;
    -webkit-border-radius: 10px;
    border-radius: 8px;
    background-color: #FFFFFF;
    float: left;
    text-align: left;
    margin:4px;
}
.car h1 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color:rgba(53,146,197,1.00);
    margin: 0 2px 2px 2px;
}
.car h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    margin: 2px;
    color:rgba(53,146,197,1.00);
    height: 58px;
}
.car h3 {
    font-size: 12px;
    margin-left: 15px;
    color: rgba(255,57,60,1.00);
}
.car .leftcol{
    margin-top: -15px;
    float: left;
    width:180px;
}
.car .rightcol{
    margin-top: -15px;
    float:right;
    width:150px;
    text-align: left;
}
.car .pic {
    width: 180px;
}
.car .picframe {
    height: 100px;
}
.car .carhead {
    float: left;
    width: 270px;
}
.car .price {
    float: left;
    width:145px;
}
.car .daily {
    font-size: 25px;
    text-align: center;
    color:rgba(53,146,197,1.00);
}
.car .total {
    font-size: 12px;
    text-align: center;
    color:rgba(53,146,197,1.00);
}
.car .book {
    float: right;
    width:180px;
    text-align: center;
    padding-top:10px;
}
.car .capacity {
    margin-top: 0;
    margin-left: 8px;
    color:rgba(53,146,197,1.00);
}
.car .capacity .clabel{
    width: 55px;
    text-align: left;
    padding: 2px 0px;
}
.car .capacity .cvalue{
    text-align: left;
    width: 50px;
}
.car .pd {
    font-size: 12px;
}
.car .desc_list {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}
.car .desc_list li {
    color:rgba(53,146,197,1.00);
}
/* .car .description {
}
.car .foot {
}
 */


/* jquery ui stuff */

.overflow {
	height: 200px;
	width: 345px;
}
.overflow_sm {
	height: 200px;
	width: 100px;
}
.overflow_med {
	height: 200px;
	width: 200px;
}
.overflow_curr {
	height: 200px;
	width: 225px;
}
.ui-combobox-button{
	height: 31px;
	top:-3px;
}
.ui-combobox{
	text-align: left;
}
.ui-selectmenu-menu li, .ui-selectmenu-menu .ui-state-disabled, .ui-selectmenu-menu .ui-state-active, .ui-selectmenu-menu .ui-menu-item-wrapper{
	font-family: "Courier";
	font-size: 14px;
	font-weight: normal;
	opacity: 1;
	line-height: 16px;
}
.ui-selectmenu-text{
	padding-left: 7px;
}
.ui-selectmenu-button{
	height: 26px;
}

.avtable {
	font-size: 11px;
}
.avtitle {
	background-color: #D4D4D4;
	border: thin solid #000000;
}
.avheading {
	background-color: #D4D4D4;
}
.avcar-left {
	border-left: thin solid #000000;
	border-bottom: thin solid #000000;
}
.avcar-center {
	border-left: thin solid #000000;
	border-bottom: thin solid #000000;
}
.avcar-right {
	border-left: thin solid #000000;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
}
.sublabel {
	background-color: #CCCCCC;
}
.centre_h{
	text-align: center;
}
.checkout_ref{
	width: 100%;
}
.section_title{
	background-color: var(--menu-title);
	min-height: 40px;
    margin: -1px -1px 2px -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.section_title h3{
	font-size: 1.17em;
	margin-bottom: 0.1em;
}
.section_title h5{
	font-size: 0.9em;
	margin-bottom: 0.1em;
}
.checkout_ref_sm{
	max-height: 270px;
	margin: auto;
	width: 100%;
	width: auto;
    height: auto;
}
.title_ref{
	max-height: 6em;
	margin: auto;
	width: auto;
	max-width: 97%;
	height: auto;
	border-radius: 5px;
    }
#fileframe {
	width: 100%;
	height: 95%;
	border: none;
}
#signframe {
	width: 100%;
	height: 95%;
	border: none;
}
#checkoutframe {
	width: 100%;
	height: 95%;
	border: none;
}
#checkinframe {
	width: 100%;
	height: 95%;
	border: none;
}
.modal-files-dialog {
  margin: 2.5vh auto;
}

.readonly {
	background-color:#A2D7A6;
	padding: 0 12px 0 1px;
}
/*Sets the maximum height of the entire modal to 95% of the screen height*/
.modal-files-content {
  height: 95vh;
  overflow: auto;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
.modal-files-body {
  height: 90vh;
}
.checkheading{
	padding-top: 8px;
}
.form_button{
	display:block;
    background-color: #FFFDD0;
    border: thin solid #000000;
    box-shadow: 1px 1px 0px 0px #000000;
	color:#000000;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}
.form_button_disabled{
    background-color: #c0c0c0 !important;
	color:#000000;
    cursor:wait !important;
}
.form_button:hover{
	color: #000000;
	text-decoration: none;
}
.form_button:active{
	box-shadow: -1px -1px 0px 0px #000000;
	
}.bigbutton {
	text-align: center;
    margin: 0 2px 2px 2px;
    padding: 2px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-weight: bold;
	font-size: 2rem;
	
}
.menuform{
	border: thin solid #000000;
    box-shadow: 1px 1px 0px 0px #000000;
    border-radius: 5px;
    background-color: whitesmoke;
    margin: 5px 0;
	
}
.menuformtitle{
	background-color:var(--menu-title);
	margin: 0 0 2px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 2px;
}
.menuformbody{
	padding: 3px;
}
.menuformbody label{
	display: block;
	font-weight: bold;
	font-size: 0.7rem;
	margin: 0 4px;
	height: 0.9rem;
	
}
.menu_label{
	display: block;
	font-weight: bold;
	font-size: 0.7rem;
	margin: 0 4px;
	height: 0.9rem;
	
}
.menuformbody select{
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
    border: thin solid #ced4da;
    border-radius: 5px;
    margin-bottom:10px;
}
.menuformtext{
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
    border: thin solid #ced4da;
    border-radius: 5px;
    margin-bottom:10px;
}
.menuformtime{
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
    border: thin solid #ced4da;
    border-radius: 5px;
    margin-bottom:10px;
    text-align: center;
}
.menuformbutton{
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
    border: thin solid #ced4da;
    box-shadow: 1px 1px 0px 0px #000000;
    border-radius: 5px;
    font-weight: bold;
    background-color: whitesmoke;
    color: #000000;
}
.menuformbutton:active{
	box-shadow: -1px -1px 0px 0px #000000;
	
}

.menubutton{
	display:block;
    background-color: whitesmoke;
    border: thin solid #000000;
    box-shadow: 1px 1px 0px 0px #000000;
	color:#000000;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin: 4px 0;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.menubutton:active{
	box-shadow: -1px -1px 0px 0px #000000;
	
}
.menubutton:hover{
	color: #000000;
	text-decoration: none;
}
.menuwarning{
	background-color: rgba(245, 39, 39, 0.43);
}
.formcol-left{
	padding-right: 3px;
}
.formcol-right{
	padding-left: 3px;
}

#staffmessage{
	overflow-x:hidden;
	overflow-y:scroll;
	height:550px;
}
.report_table{
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.report_table td{
	border: thin solid #000000;
	margin: 0;
	padding: 3px;
}
.report_table th{
	background-color: #AAAAAA;
	border: thin solid #000000;
	margin: 0;
	padding: 3px;
}

