@font-face {
    font-family: 'Source Sans Pro';
    src: url("/templates/fonts/SourceSansPro-Regular.otf") format('otf');
    font-weight: 400
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url("/templates/fonts/SourceSansPro-Bold.otf") format('otf');
    font-weight: 600
}
html {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.65em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	background: #0a0a0a;
	color: #C9C9C9;
}

a.remove {
	color: red;
	margin-left: 15px;
}

a.remove:hover {
	text-decoration: none;
}

body.bg_accre {
    background: url("/templates/img/bg_accre.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.bg_vendor {
    background: url("/templates/img/bg_vendor.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.bg_guest {
    background: url("/templates/img/bg_guest.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.bg_supplier {
    background: url("/templates/img/bg_supplier.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.bg_index {
    background: url("/templates/img/bg_index.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.bg_crew {
    background: url("/templates/img/bg_crew.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body, html {
    height: 100%;
    margin: 0;
}

#header {
	background: rgba(0, 0, 0, 0.6); 
	padding:30px 0;
	width:100%;
}
#content {
	padding:30px 0;
	top:10%;
	width:100%;
}
#subcontent {
	background:#0e0e0e;
	padding:30px 0;
	text-align: center;
}

.container {
	width: 1024px;
    margin: 0 auto;
    
}
#header .header_title {
	font-size: 2em;
	margin-left:15px;
	font-weight: 600;
	color: #00ccff;
}
.center {
	text-align: center;
}
.accre {
	
}
.accre_login_form {
	align-self: center;
	padding:10px 25px;
	margin: 0 10px;
}
.accre_form {
	align-self: center;
	padding:10px 25px;
	margin: 0 10px;
	background: rgba(0, 0, 0, 0.6); 
}
.accre_form form {
	text-align:left;
}
.parkingSearch {
	width:600px;
    padding: 10px; /* this is for styling only */
    position: absolute; /* this is needed */
    margin: auto; /* this is needed */
    left: 0; /* this is needed */
    right: 0; /* this is needed */
    top: 0; 
    bottom:0;
}

.parkingSearchRequest {
	position:absolute;
	top:120px;
}

.ui-corner-all {
	border-radius: 0px;
}

.ui-menu-item a {padding:10px !important}

p.ajakxFormMsg, span.ajaxFokrmMsg {position:absolute;top:-34px;z-index:1;zoom: 1;filter: alpha(opacity=90);opacity: 0.9;margin-top:2px;padding:3px 8px}

.accre_detail {
	margin-top: 30px;
	padding: 20px 35px;
	background: rgba(0, 0, 0, 0.7); 
	color: #ddd;
}

.accre_detail .table thead th {
	border-bottom: none;
}

.accre_detail .table td {
	border-color: #666;
}

.accre_detail .table th {
	border-top: none;
	font-weight: normal;
	font-size: 0.8em;
	color: #aaa;
}

.accre_detail hr {
	
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #555;
    margin: 1em 0;
    padding: 0; 
}

#modal_resetPassword {
	color: #000;
}

.vendor_form {
	align-self: center;
	padding:25px;
	width: 500px;
    margin: 0 auto;
	background: rgba(0, 0, 0, 0.6); 
}
#choose_lang {
	line-height:70px;
}
#choose_lang ul li {
	list-style:none;
	float:left;
	
}
#choose_lang ul li a {
	color: #fff;
	padding: 5px 10px
}
#choose_lang ul li a.active {
	color: #fff;
	padding: 5px 10px;
	background: #00ccff;
}

.charon_index p {
	font-size: 14px;
}
.charon_index h3 {
	color: #fff;
}
.charon_index .crew {
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding:30px;
}
.charon_index .accre {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding:30px;
}

.charon_index .vendors {
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding:30px;
}
.charon_index .guests {
	text-align: center;
	border-right: 1px solid #FFF;
	padding:30px;
}
.charon_index .suppliers {
	text-align: center;
	padding:30px;
}

#vendor_topData p {
	margin-bottom:0;
}

.charon_nav-tabs .nav-tabs {
	margin: 1rem 0;
	border-bottom: 1px solid #00ccff;
}

.charon_nav-tabs .nav-tabs a {
	color: #fff;
}

.charon_nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #00ccff;
}

.charon_nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
}

.charon_nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #00ccff;
}

.ecoplatesProducts .col-lg-4, .ecoplatesProducts .col-md-6 {
	padding:0;
}

.ecoplatesProducts .product .detail {
	border: 1px solid #333;
	margin:5px;
	height: 310px;
	padding: 15px;	
}

.ecoplatesProducts .product .detail img {
	width: 100%;
}

.ecoplatesProducts .product .detail .productInfo {
	position: absolute;
	bottom: 15px;
}

.ecoplatesProducts .productInfo p {
	font-size: 12px;
	line-height:12px;
	padding:0;
	margin: 0;
}

.ecoplatesProducts .form-row {
	margin-top: 5px;
}

.modal {
	color: #0f0f0f;
}

.orange {
	color: #FFCB21;
}

#foodVendorForm label, #foodVendorForm i, #foodVendorForm p {
	font-size: 12px;
}

#foodVendorForm p.i {
	margin-top: 4px;
	color: #888;
	font-style: italic;
	line-height: 12px;
}

#vendorRegistration p.i {
	margin-top: 2px;
	font-size: 13px;
	line-height: 16px;
}

.user_vendor_type_info {
	font-size: 0.8em
}