@CHARSET "utf-8";

html {
	position: relative;
	min-height: 100%;
}

body {
	/*padding-top: 100px;*/
	padding-bottom: 35px;
	background: #fff !important; /*#FFEC78 */
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }

.footer {
	background: #FFF7C5 !important;
	height: 25px;
	width: 100%;
	position: absolute;
	bottom: 0;
	
}

.co-termin {
	background: #FFF7C5 !important;
	border-radius: 10px;
	border: 12px solid #FFEC78;
	padding: 15px;
}

.header {
	background: #FFEC78 /*#FFF7C5*/ !important;
	position: relative;
}

.site-header {
	position: static;
}
/*.site-header .home-link*/
.backHeader {
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 245px;
	background-position: bottom center;
	background-image: url("../resources/img/imageHeader_txt.png");
}

.adminPanelPlus {
	margin: -3px;
	margin-top: 5px;
}

.fol {
	text-align: left !important;
	margin-bottom: 5px;
}

.for {
	text-align: right !important;
	margin-bottom: 5px;
}

.mytable>tbody>tr>td {
	text-align: center !important;
	border-color: black;
}

.mytable>thead>tr>td {
	text-align: center !important;
	border-color: black;
}

.mytable {
	border-color: black;
}

.cal, .cal:hover {
	color: black !important;
	cursor: default;
	font-size: 20px !important;
	text-decoration: none !important;
	background: #fff !important;
}

.cal-link:hover>a {
	background: #FFF7C5 !important;
	cursor: pointer;
}

.cal-link>a {
	color: black !important;
}

.a_header {
	font-size: 24px !important;
	float: right;
	margin: 10px;
	text-decoration: none !important;
	color: black !important;
}

.a_header:hover, .a_header:focus {
	background: #FFF7C5;
}

.head {
	margin-top: 15px;
}

.nav-link {
	background: #FFEC78 !important;
	margin-top: 2px;
}

.nav-link:hover {
	background: #FFF7C5 !important;
}

.input-table {
	border: none;
	border-spacing: 2px;
}

.btn-navbar, .btn-navbar:hover {
	background: transparent;
	border: 0;
}

.myCalendar {
	width: 200px;
}

.timeButton {
	background: #FFF7C5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	color: #006400 !important;
	font-weight: bold !important;
}

.timeButton:hover {
	background: #FFEC78 !important;
}

.timeButton-disabled {
	color: #c0c0c0 !important;
	font-weight: normal !important;
}

.timeButton-disabled:hover {
	color: #c0c0c0 !important;
	background: #FFF7C5 !important;
}

.hiddenCalendar {
	visibility: hidden;
}

.visibleCalendar {
	visibility: visible;
}

.holiday {
	cursor: not-allowed !important;
	color: gray !important;
}

.ui-datepicker td.available a {
	color: #7daa00 !important;
}

.foxy {
	color: #EC8714 !important;
}

a.linkcolors:link {
	color: black;
}

a.linkcolors:visited {
	color: #EC8714
}

a.linkcolors:active {
	color: black;
}

a.linkcolors:hover {
	color: #EC8714;
}

.tableLayout {
	border-collapse: separate;
	border-spacing: 5px;
}

.vert_align>tbody>tr>td {
	vertical-align: text-top;
}

.centered {
	text-align: center !important;
}
.centered>tbody>tr>td>div{
	display: inline-block;
}

.noBorder>tbody>tr, .noBorder>div {
	border: 0px !important;
}

.eventColor {
	background: #fae8c2;
	color: black !important;
	border-color: #EC8714;
	border-radius: 0px;
	font-size: 12px;
}

.terminDetailHeader{
	font-size:150% !important;
	color: #EC8714;
}

.infoMessage {
	color: rgb(58, 135, 173);
	background: rgb(217, 237, 247);
	font-size: 120%;
	border-radius: 7px;
	border-color: rgb(188, 232, 241);
	padding: 10px;
	vertical-align: middle;
	width: 100%;
}

/* Images */
img {
	max-width: 100%;
}

/* iframe */
iframe {
	max-width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 50%; /* ratio 20:10 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container input.hasDatepicker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
