@charset "utf-8";

@font-face {
	font-family: "Myriad Web Pro";
	src: url("Myriad Web Pro.ttf") /* TTF file for CSS3 browsers */
}

body, html {
	background-color: #FFFBF0;
	font-family: "Myriad Web Pro", Myriad, "Liberation Sans",
		"Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
}

footer {
	background-color: #CFD0D3;
	color: #6D6E71;
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-size: 14px;
	height: 25px;
	width: 100%;
	line-height: 25px;
	color: #6D6E71;
}

h1 {
	margin-top: 0em;
	margin-bottom: 5px;
	font-variant: small-caps;
}

h2 {
	margin-top: 0em;
	margin-bottom: 5px;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}

h3 {
	margin-top: 0em;
	margin-bottom: 3px;
}

#container {
	margin: 0 auto;
	width: 95%;
	text-align: left;
	margin-bottom: 30px;
}

#headerdescription {
	float: right;
	text-align: right;
	overflow: hidden;
	font-weight: normal;
	font-size: 2.2em;
}

#headermenu {
	margin-top: 0.2em;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

#headermenu div, #headermenu li, #headermenu a, #headermenu span,
	#headermenu img, #headermenu p {
	text-align: left;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 20px;
}

#headermenu ul {
	padding-left: 0.2em;
	margin-bottom: 0em;
}

#headermenu li {
	margin-left: 0.5em;
	display: inline;
	text-decoration: none;
	list-style: none;
}

#headermenu a {
	text-decoration: none;
}

#headermenu a.active::before {
	content: ">>";
}

#headermenu a.active::after {
	content: "<<";
}

#submenu li {
	display: inline;
	margin-left: 10px;
}

#main table.keyvalue th {
	vertical-align: top;
	text-align: right;
	border-bottom: none;
	background: #F0F0F0;
	padding-right: 5px;
}

#main table.keyvalue td {
	vertical-align: top;
	text-align: left;
	border-bottom: none;
	padding-left: 5px;
}

#main table.keyvalue tbody tr:nth-child(odd) th {
	background-color: transparent;
}

#main {
	margin-top: 0.5em;
}

#main table {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
}

#main table.wide {
	width: 100%;
}

#main table th {
	border-bottom: 2px solid #999;
	background: #F0F0F0;
	vertical-align: bottom;
}

#main table td {
	border-bottom: 1px solid #999;
	vertical-align: top;
	padding: 2px;
}

#main table tr:last-child td {
	border-bottom: none;
}

#main table.color tbody tr:nth-child(even) {
	background-color: #F0F0C0;
}

#main table tbody tr.subtable:nth-child(even) {
	background-color: #f3f3f3!important;
}

#main table.color tbody tr:hover {
    background: #daa520 !important;
}

div#popup {
	border-radius: 5px;
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #1a1a1a;
	color: #000000;
	display: none;
	font-size: 90%;
	padding: 5px;
	position: absolute;
	width: 300px;
}

ul {
	margin-top: 0em;
	margin-bottom: 10px;
}

.header {
	float: right;
	display: flex;
	align-items: center;
}

.header img {
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

.header span {
	margin-left: 5px;
	font-variant: small-caps;
	font-size: 1.5em;
	margin-right: 20px;
}

fieldset {
	border: 1px solid #C75C5C;
	padding: 0.5em;
	margin-bottom: 0.8em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

fieldset legend {
	background: #C75C5C;
	font-variant: small-caps;
	padding: 6px;
	margin-left: 1em;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

fieldset.history legend {
	background: #FFFBF0;
	color: #000000;
	border: 1px solid #c5c5c5;
	font-variant: normal;
}

fieldset.history ld {
	border-bottom: 1px solid #999;
}

.myButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c75c5c
		), color-stop(1, #733939));
	background: -moz-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: -webkit-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: -o-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: -ms-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: linear-gradient(to bottom, #c75c5c 5%, #733939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c75c5c',
		endColorstr='#733939', GradientType=0);
	background-color: #c75c5c;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 16px 31px;
	text-decoration: none;
	text-shadow: 4px 4px 5px #733939;
	margin: 5px;
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #733939
		), color-stop(1, #c75c5c));
	background: -moz-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: -webkit-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: -o-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: -ms-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: linear-gradient(to bottom, #733939 5%, #c75c5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#733939',
		endColorstr='#c75c5c', GradientType=0);
	background-color: #733939;
}

.myButton:active {
	position: relative;
	top: 1px;
}

.mySmallButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c75c5c
		), color-stop(1, #733939));
	background: -moz-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: -webkit-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: -o-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: -ms-linear-gradient(top, #c75c5c 5%, #733939 100%);
	background: linear-gradient(to bottom, #c75c5c 5%, #733939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c75c5c',
		endColorstr='#733939', GradientType=0);
	background-color: #c75c5c;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 6px 21px;
	text-decoration: none;
	text-shadow: 4px 4px 5px #733939;
	margin: 2px;
}

.mySmallButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #733939
		), color-stop(1, #c75c5c));
	background: -moz-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: -webkit-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: -o-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: -ms-linear-gradient(top, #733939 5%, #c75c5c 100%);
	background: linear-gradient(to bottom, #733939 5%, #c75c5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#733939',
		endColorstr='#c75c5c', GradientType=0);
	background-color: #733939;
}

.mySmallButton:active {
	position: relative;
	top: 1px;
}

table td.checkbox {
	text-align: center;
	vertical-align: middle;
}

/*** TABLE FORM ***/
form.tableform {
	margin-top: 1em;
}

form.tableform small {
	font-size: 0.5em;
}

form.tableform table {
	width: 60% !important;
}

/*** Bootstrap Form ***/
.bootstrap-frm {
	max-width: 80%;
}

.bootstrap-frm label {
	display: block;
	margin: 0px 0px 0px;
}

.bootstrap-frm td>label {
	display: block;
	margin: 5px 5px 5px;
}

.bootstrap-frm td>small {
	display: block;
	margin-left: 10px;
}

.bootstrap-frm label>span {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	color: #333;
	font-weight: bold;
}

.bootstrap-frm div.formText {
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bootstrap-frm table {
	border: 1px solid #CCC;
	color: #2e3436;
	line-height: 15px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 5px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm input[type="number"], .bootstrap-frm input[type="text"],
	.bootstrap-frm input[type="email"], .bootstrap-frm textarea,
	.bootstrap-frm select {
	border: 1px solid #CCC;
	color: #2e3436;
	line-height: 15px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm input[type="checkbox"] {
	color: #2e3436;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 5px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	height: 25px;
}

.bootstrap-frm select {
	background: #FFF;
	text-indent: 0.01px;
	text-overflow: '';
	line-height: 15px;
}

.width50 {
	width: 50%;
}

.bootstrap-frm textarea {
	height: 100px;
	padding: 5px 0px 0px 5px;
}

.bootstrap-frm input[type="button"] {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 2px;
	color: #333;
	border-radius: 4px;
}

.bootstrap-frm input[type="button"]:hover {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}

.disabled {
	display: none;
}

fieldset.fold legend:before {
	content: "- ";
}

fieldset.closed legend:before {
	content: "+ ";
}

fieldset.fold div {
	display: block;
}

fieldset.closed div {
	display: none;
}

img.lazy {
	display: block;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

fieldset.edit label {
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
	clear: both;
	float: left;
	margin-right: 15px;
}

fieldset.edit input, fieldset.edit select {
	height: 20px;
	width: 300px;
	border: 1px solid #000;
	margin-top: 10px;
	float: left;
}

fieldset.edit input[type=button], fieldset.edit input[type=submit] {
	height: 20px;
	width: 80px;
	border: 1px solid #000;
	margin-top: 10px;
	float: right;
	border-radius: 4px;
}

fieldset.edit input[type=checkbox] {
	height: 20px;
	width: 50px;
	border: 1px solid #000;
	margin-top: 10px;
	float: left;
}

fieldset.edit span {
	margin-top: 10px;
	float: left;
	border-radius: 4px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
	background: #C75C5C;
}

/* Gallery */
#image-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#image-list li {
	margin: 10px 20px 10px 0px;
	display: inline-block;
	cursor: move;
}

#txtresponse {
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 70%;
	display: none;
	border: #E0E0E0 1px solid;
	color: #212121;
}

div.gallery {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

div.gallery:hover {
	border: 1px solid #777;
}

div.gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.desc {
	padding: 5px;
	padding-bottom: 0px;
	text-align: center;
}

#uploadImagesButton, #storeImageChanges {
	height: 20px;
	width: 80px;
	border: 1px solid #000;
	margin-top: 10px;
	float: right;
	border-radius: 4px;
}

span.deleteImage, span.changeImageDesc {
	cursor: pointer;
}

span.edit {
	display: none;
}

span.saveDesc {
	color: darkgreen;
	cursor: pointer;
}

span.cancelChangeDesc {
	color: darkred;
	cursor: pointer;
}

.presentationButton.stop {
	background-color: #ff5050;
}

.presentationButton {
	display: block;
	margin: 0 auto; padding : 15px 25px;
	font-size: 24px;
	width: 90%; cursor : pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #4CAF50;
	border: none;
	border-radius: 10px;
	cursor: pointer; text-align : center; text-decoration : none; outline :
	none; color : #fff; background-color : #4CAF50; border : none;
	border-radius : 10px;
	box-shadow: 5px 5px #999;
	padding: 15px 25px;
}

.presentationButton.stop:hover {
	background-color: #ff1010;
}

.presentationButton:hover {
	background-color: #3e8e41
}

.presentationButton:active {
	background-color: #3e8e41;
	box-shadow: 0 0px #666;
	transform: translateY(4px);
}

.floatbox {
	float:left;

	padding: 5px;
	margin: 2px;

	border-radius: 10px;
	border: 1px solid #999;
}

.actionHeader {
	border-bottom: 1px solid black;
}

.actionHeader h2 {
	border-bottom: none;
	margin-bottom: 0px;
	display: inline;
}

.actionHeader span {
	float: right;
}
