@font-face {
	font-family: SourceSansPro-Light;
	src: url('../font/SourceSansPro-Light.ttf') format('truetype');
}
.mainKolHolder body {
	margin: 0;
	padding: 0;
}

.mainKolHolder h1 {
	font-size: 2.2em;
}
.mainKolHolder .header {
	background-color: #f9f9f9; 
	width: 100%; 
	height: 10%;
	display: table;
	font-family: SourceSansPro-Light;
	overflow: hidden;
}
.mainKolHolder .header .leftHeader {
	display: table-cell;
	vertical-align: middle;
}
.mainKolHolder .header .leftHeader img {
	height:50px;
}
.mainKolHolder .header .leftHeader .firstCharLogo {
	color: #ae4a85;
}
.mainKolHolder .header .rightHeader {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right:1em;
}
.mainKolHolder .rightBlock {
	background-color: white;
	position: absolute;
	display: none;
	top: 10%;
	left: 10%;
	width: 90%;
	height: 90%;
	z-index: 2;
	font-size:1.6em;
}
.mainKolHolder .leftBlock {
	position: relative;
	width: 100%;
	height: 90%;
	background-color: #f4e5ee;
	z-index: 1;
}
.mainKolHolder .leftBlock .leftText {
	display: table;
	font-size: 1.6em;
	height: 8%;
	font-family: SourceSansPro-Light;
	color: #975a7a;
	margin: 0 auto;
}
.mainKolHolder .leftBlock .todayDate {
	display: table-cell;
	vertical-align: middle;
}
.mainKolHolder .leftBlock .details {
	border-top: 1px solid gray;
}
.mainKolHolder .leftBlock .details .sliderHeading {
	padding-left: 10%; 
	padding-bottom: 4%;
	font-family: SourceSansPro-Light;
	color: #373036;
}
.mainKolHolder .leftBlock .details .details_tok {
	padding: 0px;
}
.mainKolHolder .leftBlock .details .details_krc {
	padding-top: 30px;
}
.mainKolHolder .leftBlock .details .details_prsa {
	padding-top: 30px;
}
.mainKolHolder .leftBlock .details .details_tok .tok {
	height: 3px;
	width: 85%;
	background: #ce97b8;
	border: none;
	margin-right: 0px;
	margin-left: 10%;
}
.mainKolHolder .leftBlock .details .details_krc .krc {
	height: 3px;
	width: 85%;
	background: #ce97b8;
	border: none;
	margin-right: 0px;
	margin-left: 10%;
}
.mainKolHolder .leftBlock .details .details_prsa .prsa {
	height: 3px;
	width: 85%;
	background: #ce97b8;
	border: none;
	margin-right: 0px;
	margin-left: 10%;
}
.mainKolHolder .leftBlock .details .details_tok .tok .ui-slider-handle {
	background: url(../img/kapljica.png) no-repeat scroll 0% 0%;
	background-size:contain;
	width: 2em;
	padding-bottom:2em;
	position: absolute;
	top: -0.7em;
	border: none;
}
.mainKolHolder .leftBlock .details .details_krc .krc .ui-slider-handle {
	background: url(../img/kapljica.png) no-repeat scroll 0% 0%;
	background-size:contain;
	width: 2em;
	padding-bottom:2em;
	position: absolute;
	top: -0.7em;
	border: none;
}
.mainKolHolder .leftBlock .details .details_prsa .prsa .ui-slider-handle {
	background: url(../img/kapljica.png) no-repeat scroll 0% 0%;
	background-size:contain;
	width: 2em;
	padding-bottom:2em;
	position: absolute;
	top: -0.7em;
	border: none;
}
.mainKolHolder .leftBlock .details label {
	position: absolute;
	width: 20px;
	margin-left: -10px;
	text-align: center;
	font-size: 1.5em;
	font-family: SourceSansPro-Light;
	margin-top: 10px;
}
.mainKolHolder .leftBlock .textCalendar {
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 2px;
	font-family: SourceSansPro-Light;
	font-size: 150%;
}
.mainKolHolder hr {
	margin-top: 50px;
	color: gray;
	background-color: gray;
	border: none;
	height: 1px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 20px;
}
.mainKolHolder .rightBlock .rightText {
	width: 100%;
	display: table;
	height: 50px;
	font-family: SourceSansPro-Light;
	font-size: 80%;
}
.mainKolHolder .rightBlock .rightText .listDays {
	display: table-row;
	padding-left: 0;
	padding-right: 0;
}
.mainKolHolder .rightBlock .rightText .listDays li {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.mainKolHolder .rightBlock .mobileLine {
	display: block;
}
.mainKolHolder .rightBlock .textBack {
	display: block;
	position: absolute;
	bottom: 0%;
	left: 5%;
	bottom: 0px;
	margin: 2px;
	font-family: SourceSansPro-Light;
	font-size: 150%;
}
.mainKolHolder .fc-day {
	position: relative;
}
.mainKolHolder .cellImage {
	position: absolute;
	bottom: .7em;
	right: 1em;
	width:0.7em;
}
.ui-datepicker {
	position: relative;
	z-index: 9999;
	width: 100%;
}
.ui-datepicker td {
	height: 4em;
}
.ui-datepicker td a {
	font-size: 20px;
}
div.date_wrapper {
	width: 90%;
	background: white;
	position: absolute;
	left: 5%;
	top: 8%;
	-moz-box-shadow: 0px 2px 5px rgb(100,100,100);
	-webkit-box-shadow: 0px 2px 5px rgb(100,100,100);
	box-shadow: 0px 2px 5px rgb(100,100,100);
	z-index: 5;
	display: none;
}
div.date_wrapper form {
	position: relative;
}
div.date_wrapper .lines {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	position: absolute;
	top: 58px;
	left: 0px;
	width: 100%;
	height: 24px;
}
div.date_wrapper .lines div {
	margin-left: 220px;
	line-height: 21px;
}
div.drum-wrapper {
	float: left;
}
div.drum figure {
	text-align: center;
	font-family: SourceSansPro-Light;
}
#drum_hours figure,  #drum_date figure {
	text-align: center;
}
#drum_month figure {
	text-align: center;
}
#drum_fullYear figure {
	text-align: center;
}
#drum_date, #drum_to_date {
	margin-left: 10px;
	margin-right: 5px;
}
#drum_date,  #drum_hours,  #drum_minutes {
	width: 15%;
}
#drum_hours {
	margin-left: 10px;
}
#drum_minutes {
	margin-left: 4px;
}
#drum_month {
	width: 40%;
}
#drum_fullYear {
	width: 20%;
}
#drum_hours .dial div {
	margin: 0 7px;
}
#drum_minutes .dial div {
	margin: 0 2px;
}
