		.bootstrap{
		background-color:transparent!important;
		}
		.bootstrap .panel-default{
		background-color:transparent!important;
		}
		.bootstrap .alert-success{
		background-color: transparent!important;
		}
		.bootstrap .panel-heading{
			background-color: #1F2225!important;
			color: #fff!important;;
		}
		 .date-body.line2{
			display:none;
		}
		.date-body.line1{
			color: #8c0101!important;
			font-size: 11px!important;
		}
		.selected-day .date-body.line1{
			color: #fff!important;
			
		}
		.dateCell.available:hover .date-body.line1 {
			color: #fff!important;
			font-size: 11px!important;
		}
		.dateCell.not-available, .dateCell.past-date .date-heading, .dateCell.not-available .date-heading{
			color: #404040!important;
			
		}
		.bootstrap label{
		color:#fff;
		font-weight: normal!important;
		}
		.dateCell .date-heading{
		background-color: transparent!important;
		}
		.dateCell
		{
			border: none!important;
		}
		.bootstrap .btn-primary{
			background-color: #8c0101!important;
			border-color: darkred!important;
		}
		.bootstrap .time-selection .offer {
			color: #8c0101!important;
		}
		.bootstrap .time-selection:hover .offer {
			color: #fff!important;
		}
		.bootstrap .list-group-item-selected .offer{
			color: #fff!important;
		}
		.selected-day, .dateCell.available:hover  {
    background: #8c0101;
    color: #FFFFFF;
    -moz-box-shadow: inset 0 0 9px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 9px rgba(0,0,0,0.4);
}
.bootstrap .list-group-item-success {
    color: #fff!important;
    background-color: transparent!important;
	border:none!important;
	text-align:center;
	border-radius: 0!important;
}
.bootstrap .list-group-item.disabled, .bootstrap .list-group-item.list-group-item-danger{
	color: #8c0101!important;
    background-color: transparent!important;
	border:none!important;
	text-align:center;
	border-radius: 0!important;
}
.bootstrap .time-selection .list-group-item.disabled::after, .bootstrap .list-group-item.list-group-item-danger::after{
	content: " - Μη Διαθέσιμο";
}

.bootstrap .calendra .btn-default {
	background-color: transparent!important;
    color: #fff!important;
}
.bootstrap .input-group span{
	background-color: transparent!important;
	border:0!important;
	border-radius:0!important;
	border-bottom: solid 1px white!important;
}

.bootstrap .verify-button-row .input-group span span{
	border-bottom: none!important;
}
.bootstrap .verify-button-row .input-group span span i{
	color: #fff!important;
}

.bootstrap .row {
    margin-top: 0;
}

.bootstrap .input-group span i{
	color: #8c0101!important;
}
.bootstrap .form-control{
	border:0!important;
	color:#fff!important;
	border-bottom: solid 1px white!important;
}
.bootstrap .form-control:focus {
  border-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(255, 0, 0, 0);
}

.bootstrap .panel, .bootstrap .panel .panel-heading{
border:none!important;
}
.bootstrap .list-group-item-selected, .bootstrap .list-group-item-success:hover {
    background: #8c0101!important;;
    color: #FFFFFF!important;;
    -moz-box-shadow: inset 0 0 9px rgba(0,0,0,0.4)!important;;
    -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.4)!important;;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.4)!important;;
	text-align:center;
	border:none!important;
	border-radius: 0!important;
}
.bootstrap .btn.ladda-button span{
	background-color: transparent!important;
}
.bootstrap li{
	//border:none!important;
}
.bootstrap h4, .bootstrap .h4 {
    font-size: 20px!important;
    font-weight: 400!important;
    font-family: 'Roboto Slab', sans-serif!important;
}
.bootstrap input, .bootstrap textarea, .bootstrap select{
background-color: transparent!important;
color:#fff!important;
border-radius: 0!important;
font-size: 14px!important;
}
.bootstrap textarea.form-control {
border: solid 1px white!important;
}
.bootstrap select option{
background-color: #000!important;
color:#fff!important;
}
.escapeall{
font-size: 14px;text-align: center;
margin-bottom:10px;
}
.escapeall a{
color:#fff!important;

}
.escapeall a span{
color:#ff9c00!important;
}

.panel-default.reservation-details-panel select{
-webkit-appearance:none;
background:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}