body {
	padding-top: 70px;
	padding-bottom: 50px;
}

.container {
	margin: 0 auto;
	width: 100%;
}

.cookie-footer {
    font-size: 10px !important;
}

.footer {
	background: -webkit-linear-gradient(top, #fff 0, #e8e8e8 100%);
	background: -o-linear-gradient(top, #fff 0, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#e8e8e8));
	background: linear-gradient(to bottom, #fff 0, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#e8e8e8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .15), 0 -2px 5px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 0 0 rgba(255, 255, 255, .15), 0 -2px 5px
		rgba(0, 0, 0, .075);
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	color: #777;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.footer .container {
	padding: 10px;
	text-align: center;
	color: #777;
}
/* Header */
.navbar-brand {
	padding: 7px 15px 3px;
}

.navbar-default.custom .navbar-nav>.active>a, .navbar-default.custom .navbar-nav>.active>a:focus,
	.navbar-default.custom .navbar-nav>.active>a:hover {
	background-color: #15A0D9;
	background-image: -webkit-linear-gradient(top, #15A0D9 0, #2CA9DC 100%);
	background-image: -o-linear-gradient(top, #15A0D9 0, #2CA9DC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#15A0D9),
		to(#2CA9DC));
	background-image: linear-gradient(to bottom, #15A0D9 0, #2CA9DC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff594c8a',
		endColorstr='#ff605391', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	color: white;
}

.navbar-default.custom .navbar-nav>.active>a:after {
	content: "";
	background-color: #85A818;
	height: 4px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	top: 100%;
	left: 0;
}

.nav>li.dropdown>a.lang {
	padding-top: 13px;
	padding-bottom: 10px;
}

img.flag {
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 2px;
}

.language-name {
	margin-left: 15px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{
	background-color: #85A818;
	background-image: -webkit-linear-gradient(top, #15A0D9 0, #2CA9DC 100%);
	background-image: -o-linear-gradient(top, #15A0D9 0, #2CA9DC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#15A0D9),
		to(#2CA9DC));
	background-image: linear-gradient(to bottom, #15A0D9 0, #2CA9DC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3c507',
		endColorstr='#ffbdbf00', GradientType=0);
	background-repeat: repeat-x;
}

/* Carousel */
.carousel-inner {
	background-color: #7ab0c1;
	border-radius: 20px;
}

.carousel-control.right {
    background-image: none !important
}

.carousel-control.left {
    background-image: none !important
}

.carousel-inner .item img {
	margin: 0 auto;
}

.carousel-control.left {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.carousel-control.right {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.modal-dialog {
	margin-top: 200px;
}

.modal-header {
	font-weight: bold;
	font-size: large;
}

.panel-menu {
	margin-top: 15px;
}

.panel-menu>ul {
	/*padding: 0 15px;*/
}

.progress {
	margin-bottom: 0px;
}

.errorMessage button {
	margin-top: 20px;
}

.errorMessage .well {
	margin-top: 20px;
	margin-bottom: 0px;
}

.errorMessage ul {
	list-style-type: none;
}

.line-separator {
	position: relative;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.line-separator:before {
	position: absolute;
	top: 45%;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}

.line-separator label {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #fff;
}

.table.custom>thead>tr>th, .table.custom>tbody>tr>th, .table.custom>tbody>tr>td
	{
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

.custom>thead>tr>th {
	white-space: nowrap;
}

.btn.pull-right {
	margin-left: 4px;
}

input[type=checkbox].form-control {
	margin: 0;
	width: 34px;
}

.labelHourPicker {
	padding-left: 2px !important;
}

.yearTable {
	width: 25%;
}

.panel-help {
	margin: 15px;
	background-color: #f5f5f5;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	padding: 15px;
}

.text-middle {
	vertical-align: -webkit-baseline-middle;
}

#detailDialog .modal-dialog {
	width: 800px;
}

#detailDialog #continue {
	max-height: 400px;
	overflow: auto;
}

#templateHoursDialog .modal-dialog {
	width: 800px;
}

.tableIconColumn {
	padding-right: 0px !important;
}

.tableIconColumn>.glyphicon {
	top: 2px;
}

.control-center {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table
	{
	margin-bottom: 1px;
}

.datepicker-dropdown {
	z-index: 100000;
}

.ui-sortable tr {
	cursor: move;
}

.ui-sortable tr:hover {
	background: rgba(244, 251, 17, 0.45);
}

.label-requested {
	background-color: #ff8c00;
}

.label-confirmed {
	background-color: #008000;
}

.label-requestedCancellation {
	background-color: #0000ff;
}

.label-rejected {
	background-color: #ff0000;
}

.label-annulled {
	background-color: #ff0000;
}

.calendar .month .day.disabled>.day-content.day-requested:hover {
	background-color: #ff8c00;
}

.calendar .month .day.disabled>.day-content.day-confirmed:hover {
	background-color: #008000;
}

.calendar .month .day.disabled>.day-content.day-requested-cancellation:hover
	{
	background-color: #0000ff;
}

.calendar .month .day.disabled>.day-content.day-rejected:hover {
	background-color: #ff0000;
}

.calendar .month .day.disabled>.day-content.day-annulled:hover {
	background-color: #ff0000;
}

.div-row-separator {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.backgroundWhiteSmoke {
	background-color: #f5f5f5;
}

.row-absent {
	font-weight: bold;
}

.readonly-mode input,
.readonly-mode textarea {
    pointer-events: none;
    background-color: #f5f5f5;
}