@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);

html {
	height: 100%;
	font-size: 13px;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	height: 100%;
	color: #505050;
}

a {
	text-decoration: underline;
}

tr.faded {
	color: #ccc;

	/*text-decoration: line-through;*/
}

div.row {
	padding-left: 0px;
	padding-right: 0px;
}

.main-header{
	margin-bottom: 10px;
}

/***** NEW ****/
input.labels-cb {
	font-size: 11px;
	background-color: #EAEAEA;
	border: 1px solid #ccc;
	text-align: center;
	width: 240px;
	padding: 1px;
	border-radius: 4px;
	color: #666;
}

input.labels-cb-keyword {
	background-color: #5bc0de;
	color: #fff;
}


div.tabs-container div.page-header {
	margin-top: 20px;
}

.page-container {
	overflow: scroll;
}

div.page-header.internal {
	border: none;
	margin-bottom: 0px;
	/* display:none; */
}

div.page-header.internal h4 {
	margin-bottom: 5px;
}

div.form-section.internal {
	background-color: #eaeaea;
	padding: 15px;
	border-radius: 6px;
	/* display:none; */
	margin-bottom: 20px;
}

div.form-section.internal .form-group {
	margin-bottom: 5px;
}
.main-header{
	margin-bottom: 10px;
}
.main-content {
	min-height: 800px;
}

/* LIST VIEWS */
div.pagination-wrapper.bottom {
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.pagination {
	margin: 0px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

ul.pagination .active .page-link {
	background-color: #00b8ce;
	border-color: #00b8ce;
}

/************** DEBUG ****************/
textarea.dump {
	background-color: #000;
	color: #fff;
	padding: 10px;
	width: 1000px;
	height: 800px;
	font-size: 13px;
}

/************** DEBUG ****************/


.booking-parking {
	/* background-color:#eaeaea; */
	padding: 0px 5px;
}

.booking-reseller {
	background-color: #eaeaea;
}

/***************** TITLE *****************/
.page-header h4 {
	font-weight: 500;
}

/***************** TITLE *****************/




/***************** ROWS *****************/

.tab-content .row {
	margin-left: 0px;
	margin-right: 0px;
}

/***************** ROWS *****************/


/*************** FORM *******************/
div.form-filter {
	padding: 20px;
	margin-bottom: 0px;
	background-color: rgba(154, 152, 152, 0.1);
}

div.form-filter #q {
	width: 350px;
	max-width: 100%;
}

input#f_int_zip {
	width: 60px;
}

input#f_str_city {
	/* width:350px; */
}

.has-error input[type="text"],
.has-error select {
	/* background-color:rgba(255,0,0,0.1); */
}

textarea#f_str_remarks {
	min-height: 150px;
}

.form-section-internal {
	background-color: #eaeaea;
	padding: 10px;
	margin-bottom: 10px;
}

textarea#f_obj_remarks {
	height: 100px;
	font-weight: bold;
}

/*************** FORM *******************/
textarea.debug {
	width: 100%;
	min-height: 800px;
	background-color: #000;
	color: #fff;
}

/*************** HEADINGS *******************/
.panel-heading.no-padding {
	padding: 0px;
}


/*************** MESSAGES *******************/
div.messages {
	margin: 10px 5px;
	margin-top: 20px;
}

div.messages p.lead {
	font-size: 14px;
	font-weight: bold;
}
div.messages p{
	margin-bottom:0px;
font-weight:bold;
}

p.lead:empty {
  display: none;
}

.summernote-wrapper {
	padding-top: 20px;
}


.-lucee-dump.modern .border {
	border: none !important;
	padding: 0.2em;
}


#overlay {
	position: fixed;
	display: none;
	/* Sit on top of the page content */
	/* display: none; */
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	/* Black background with opacity */
	z-index: 10000;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	background-color: rgba(41, 41, 41, 0.75);
	backdrop-filter: blur(10px);
}

.overlay-content {
	position: absolute;

	top: 50%;
	left: 50%;
	padding: 50px;
	font-size: 28px;
	color: white;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/* padding: 60px; */
	/* color: #333; */
	text-align: center;
	font-size: 20px;
	/* max-width: 500px; */
	/* height: 100%; */
	/* width: 100%; */
	/* padding-top: 20%; */
	background-color: #fff;
	/*! border: 1px solid #e6e3e3; */
	border-radius: 10px;
}

.overlay-content .ol-logo {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ol-logo img {
	max-width: 350px;
}

.overlay-content .ol-content {
	color: #333;
	font-weight: bold;
}

.overlay-content .ol-content p {
	margin-top: 20px;
}

.fa.fa-circle-o-notch:before {
	content: "\f1ce";
}

.overlay-content .fa-spin {
	color: #e00b16;
}

.overlay-content .fa-spinner {
	font-size: 40px !important;
	color: #002565;
	margin-bottom: 20px;
}

table.listview td.item-label {
	font-weight: bold;
}


div.similarLabels ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.similarLabels ul li {
	list-style-type: none;
}

div.similarLabels input {
	margin-right: 10px;
}

div.btn-addnew-top {
	margin-bottom: 20px;
}

.modal-content {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 8px !important;
}

.modal-content h4 {
	font-family: 'Open Sans', sans serif;
	font-weight: 600;
}

.modal-content a {
	color: #d80000;
}

.modal-footer {
	text-align: center;
	background: #f6f4f3;
}

.modal-header {
	text-align: center;
}

.modal-body .page-header {
	padding: 0px;
	margin: 0px;
}

.modal-body .page-header h1 {
	font-size: 30px;
	font-weight: 400;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn .fa {
	padding-right: initial;
}

.btn-default {
	border-color: #b4b4b4;
}

.btn-primary {
	color: #fff;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #08acc6 !important;
	border-color: #17a2b8 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #08acc6 !important;
	border-color: #17a2b8 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #d70f14;
}

.nav-item .nav-link.active {
	text-decoration: none;
}

.dropdown-menu.show {
	z-index: 10000;
}

img.avatar {
	width: 25px;
	height: 25px;
}

.nav-second-level li {
	width: 100%;
}

.bg-yellow {
	background-color: yellow;
}


.badge {
	font-size: 12px;
}

.icon-cancel::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00d";
	font-style: normal;
}

.item div {
	overflow: inherit;
}

.panel-body img {
	max-width: 100% !important;
}

.no-wrap {
	text-wrap: nowrap;
}


.stage-alert {
	background-color: #ffff3c;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 8px;
	z-index: 100000;
}

.dev-alert {
	background-color: #ffbe3c;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 8px;
	z-index: 100000;
}

.label-debug {
	background-color: rgb(209, 239, 151);
	padding: 3px 7px;
}

.langSwitch span:not(.set) {
	opacity: 0.4;
}

.langSwitch span:hover {
	cursor: pointer;
	opacity: 1;
}


/* datatables */
.dt-info{
	display: none;
}
div.dt-container .dt-search input	{
	margin-left: 10px;
}

@media(max-width:767px) {
	#overlay {
		background-color: #fff;
	}

	.overlay-content {
		border: 0;
	}
}