@import url(layout.css);

.label-header {
	font-size: 15px;
	font-weight: bold;
	color: #c21729;
}

.frm-btn-outline {
	color: #c21729;
	font-weight: normal;
	font-size: 11px
}

.form-control-sm {
	font-size: 11px;
}

.form-select-sm {
	font-size: 11px;
}

.col-form-label-sm {
	font-size: 11px;
}


a:hover img { display:block; }

.formFieldBold {
	font-size: 12px;
	font-weight: bold;	
}

.formField {
	font-size: 12px;
	display:block;
}

.edit-btn {
	float: right;
	margin-right: 5px;
	color: #c01c28;
}

.delete-btn {
	float: right;
	margin-right: -25px;
	color: #c01c28;
}

#selected_location_name {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.error_message {
	font-size: 11px;
	color: red;
}

form#eventDetailsForm input#requestor, form#eventDetailsForm input#email, form#eventDetailsForm input#phone {
	width: 400px;
}

#loading {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 9999;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	border-bottom: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header-link {
	color: #b22222;
	font-weight: bold;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #e6fffa;
}

.p_details {
	display: none;
	background-color: #FFF !important;
}


#event_save_loading {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	border-bottom: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* GENERAL */
#recurOptions {
	display: none;
}

/* #MonthlyRecurring {
	background-color: #f3f3f3;
}

#WeeklyRecurring {
	background-color: #f3f3f3;
} */
#recurOptions {
	background-color: #f3f3f3;
}

.nav-link {
	font-size: 12px;
}

.dropdown-item {
	font-size: 11px;
}

.ui-dialog {
	z-index: 10000;
	position: relative;
}

.ui-dialog-buttonset button {
	outline: 0;
	margin: 0 4px 0 0;
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}



#container {
	width: 88%;
	min-height: 600px;
	padding-top: 100px;
	padding-bottom: 100px;
	border-color: #bfbfbf;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

#checkedrooms {
	margin-left: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 98%;
	background: #848484;
	color: #F4FA58;
}

#script-warning {
	display: none;
}

.tabmessage {
	border: 1px solid #fff;
	background-color: #F7F2E0;
	color: #A52A2A;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 30px;
	box-shadow: 0px 0px 1.25em #ccc;
	/* 	border-radius: 0.6em; */
	font-size: 12px;
}

.filterbuttons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #fff;
	color: #666;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
	padding: 0px 0px 0px 30px;
}

.filterbuttons input {
	background: #F2F2F2;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
	border-radius: 0.6em;
	border: 1px solid #fff;
}



.even {
	background: #fff;
}

#active {
	background: #E1F2B6;
}

.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

#eventDetailsForm {
	font: 10px verdana, arial, helvetica, sans-serif;
}



h1 {
	color: #c6332d;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-left: 19px;
	margin-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #c6332d;
	margin-right: 30px;
}

#mid {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0.5em;
	position: relative;
	min-height: 80%;
}

#midbox {
	min-height: 80%;
	background-color: #f3f3f3;
}

#spacer {
	border-top: thin dashed #CCCCCC;
	clear: both;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
	top: 10px;
}

a:link, a:visited, a:hover {	
	font-weight: bold;
	text-decoration: none;
}

ul {
	padding-left: 19px;
}

input, select, textarea {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	font: 12px verdana, arial, helvetica, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
}

select {
	padding: 2px 2px 2px 0;
}

textarea {
	width: 500px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #b2d1ff;
}

.required-indicator {
	color: #48802C;
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

.bigvalue {
	text-align: left;
	width: 400px;
}

.skip {
	margin-left: 19px;
}

.containerbody {
	margin-left: 19px;
	margin-right: 19px;
}
/* NAVIGATION MENU */
.menuButton {
	font-size: 10px;
	padding: 0 5px;
}

.menuButton a {
	color: #333;
	padding: 4px 6px;
}

.menuButton a.home {
	background: url(../images/skin/house.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.list {
	background: url(../images/skin/database_table.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.create {
	background: url(../images/skin/database_add.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

/* MESSAGES AND ERRORS */
.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50%
		no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 19px 5px 19px;
	padding: 5px 5px 5px 30px;
}

div.search {
	margin-top: 25px;
	margin-left: 500px;
	margin-bottom: 25px;
}

div.hide {
	display: none;
}

div.formcontainer {
	height: 400px;
	overflow-y: scroll;
}

div.listcontainer {
	height: 400px;
	overflow-y: scroll;
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 19px 5px 19px;
	padding: 5px 0 5px 0;
}

ul.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 19px 5px 19px;
	padding: 5px 0 5px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

td.errors textarea {
	border: 1px solid red;
}
/* TABLES */
div.content table {
	border: 1px solid #ccc;
	width: 95%;
	margin-left: 19px;
}

tr {
	border: 0;
}

td, th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 9px;
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}

th a:link, th a:visited, th a:hover {
	color: #333;
	display: block;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
}

th.asc a, th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #DCDCDC;
}

.even {
	background: #fff;
}

/* LIST */
.list table {
	margin-left: 19px;
	width: 96%;
	border-collapse: collapse;
}

.list th, .list td {
	font-size: 12px;
	border-left: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
	background: #b2d1ff;
}

.linkButtons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #A9BCF5;
	font-size: 12px;
	overflow: hidden;
	padding: 0px 5px;
}

.linkButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}

/* PAGINATION */
.pagination {
	border-top: 0;
	margin-left: 20px;
	margin-right: 12px;
	padding: 0.3em 0.2em;
	text-align: center;
	-moz-box-shadow: 0 0 3px 1px #AAAAAA;
	-webkit-box-shadow: 0 0 3px 1px #AAAAAA;
	box-shadow: 0 0 3px 1px #AAAAAA;
	background-color: #EFEFEF;
}

.pagination a, .pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus, .pagination .currentStep {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

/* DIALOG */
.dialog table {
	margin-left: 20px;
	padding: 5px 0;
}

.prop {
	padding: 5px;
	height: 18px;
}

.prop .head {
	text-align: left;
	width: 15%;
	white-space: nowrap;
	background: #D8D8D8;
	font-size: 12px;
	font-weight: bold;
}

.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .namedisplay {
	background: #D8D8D8;
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .paragraphdisplay {
	text-align: left;
	width: 90%;
	line-height: 2.0;
}

.prop .value {
	text-align: left;
	width: 150;
}

.prop .valuedisplay {
	text-align: left;
	width: 150;
}

.prop .bigvalue {
	text-align: left;
	width: 300px;
}

.prop .onelinevalue {
	text-align: left;
	width: 800px;
}
/* ACTION BUTTONS */
.buttons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #666;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 19px;
	overflow: hidden;
	padding: 0;
	width: 95%;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons a {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons input.delete {
	background: transparent url(../images/skin/database_delete.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons a.edit {
	background: transparent url(../images/skin/database_edit.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.edit {
	background: transparent url(../images/skin/database_edit.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.save {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons a.save {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

/* form fields with errors */
.error input, .error select, .error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
	-moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	-moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	box-shadow: 0 0 0.5em #ffaaaa;
}

#page-body {
	margin: 2em 1em 1.25em 18em;
}

td, caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #ccc;
}

tr.odd td {
	background: white;
}

.ui-dialog-title {
	font-size: 11px;
}

.ui-dialog-buttonset {
	font-size: 11px;
}

.dialog {
	font-size: 11px;
	z-index: 10001;
}

.ui-dialog-titlebar-close {
	background: transparent url(../images/close-icon.png) no-repeat;
	background-position: center;
}