html {
	margin: 0;
	padding: 0;
}


body {
	margin: 8px;
	padding: 8px;
}

h1, h2, h3 {
	margin: 8px 0;
}


a{
	text-decoration: underline;
}

.anchor{
	color:#428bca;
	border-bottom:1px dotted #428bca;
	cursor:pointer;
}


.no-talons, .no-priem{
	color:#888;
	font-size:11px;
	text-align:center;
}

a.btn{
	text-decoration:none;
}

.btn-current{
	color: #333;
	background-color: #fcf8e3;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #ccc;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;	
}


.letter {
	background: #fff;
	margin: 26px 0;
	max-width: 550px;
	min-height: 300px;
	padding: 24px;
	position: relative;
	width: 80%;
	font-family: Verdana;
	border:2px dashed #ccc;
}

.talon-footer{
	font-size: 10px;
}

.date-navigator, .week-navigator{
	margin-left:10px;
	padding: 8px 15px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	color:#777;
}

caption{
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0;
}

#date-worktime .btn-nonactive{
	cursor:default;
	color: #777;
	background-color: #f5f5f5;
	border-color: #f1f1f1;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	padding: 5px 7px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;		
	width: 70px;
	
}
#date-worktime .btn-success,#date-worktime .btn-warning{
	width: 70px;
}

#worktime-header th{
	text-align:center;
	vertical-align:middle;
}
#worktime-header th span{
	font-size:12px;
	font-weight:normal;
}

#pin-code-info{
	display:none;
}

.alert-warning{
	color: #555;
}

td[class="active"]{
	color: #999;
}

table.resources-timetable {
	max-width: 990px !important;
}

table.resources-timetable>thead>tr>th {
	width: 90px !important;
	font-size: 12px;
	padding: 3px;
	white-space: normal !important;
}

table.resources-timetable>tbody>tr>td {
	width: 90px !important;
	font-size: 12px;
	padding: 3px;
	white-space: normal !important;
}

table.resources-timetable>tbody>tr>td p {
	margin: 8px 0;
}

.single-day-appointements a.btn {
	margin: 0 12px 12px 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}


.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.header-phone {
	padding-top: 8px;
	font-size: 28px;
	font-weight: bold;
	color: #919191;
}

.header-phone span {
	font-size:28px;
	color: #000;
}

.footer {
	font-size: 12px;
}

.footer a {
	color: #950032;
	text-decoration: none;
}

.footer a:hover {
	color: #999999;
	text-decoration: none;
}

.hr-custom {
	margin: 0px !important;
	border-top: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
	.header img.logo {
		width: 280px !important;
	}
	h1{
		font-size:22px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:16px;
	}
	#filter {
		width: 310px !important;
	}
}

a[href^="tel:"] {
	
	color: #000;
	text-decoration: none;
}

a[href^="tel:"]:hover {
	
	color: #000;
	text-decoration: none;
}