﻿/* Global */
.ergodent {
    font-family: titillium_webregular, Tahoma, Arial, Helvetica, sans-serif !important;
    color: black !important;
    max-width: 700px;
	font-size: 18px !important;
	margin: 0 auto !important;
}

/* Breadcrumb (navigation) */
.ergodent .registrationProgress {
	font-size: 18px !important;
	color:#999999;
}

.ergodent .registrationProgress .markedItem {
	color: #000;
	font-weight: bold;
}

.ergodent .error {
	color:#C00;
}

.ergodent .yourchoice {
	position: relative;
	clear: both;
	float: left;
	margin-bottom:3px;
	background-color: #365C81 !important;
	color: white !important;
	padding: 20px !important;
    width: 100%;
}

/* textFormate */
.ergodent h1 {
	font-size: 20pt;
	line-height: 24px;
	font-weight: bold;
    margin-bottom: 25px;
}

.ergodent h2 {
	font-size: 16pt;
	line-height: 18px;
	font-weight: bold;
}

.ergodent h3 {
	margin:0 0 10px 0;
	font-size: 11pt;
}

.ergodent p {
	margin:0 0 10px 0;
}

.ergodent #resourceSelectionMain p {
	background-color: #365C81 !important;
	transition: all .25s;
	padding: 10px !important;
}

.ergodent #resourceSelectionMain a:hover p {
	background-color: #4A7299 !important;
}

.ergodent a {
	color: white !important;
	text-decoration:underline;
	background-color: #365C81 !important;
}

.ergodent a:hover, .ergodent a p:hover, .ergodent a:hover p {
	background-color: #4A7299 !important;
	text-decoration: none;
}

.ergodent a:active, .ergodent a p:active, .ergodent a:active p {
	background-color:#67aacf;
	text-decoration:none;
}

.ergodent a img {
	border-style: none;
}

.ergodent .input {
    border-radius: 4px;
    padding: 0 0 0 12px;
    border: none !important;
    width: 100%;
    height: 34px;
    color: white !important;
    line-height: 1.4285;
    font-size: 12pt;
    display: block;
    background-color: #365C81 !important;
	transition: background-color .25s;
}
.ergodent select.input {
	appearance: none !important;
	-webkit-appearance: none !important;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.ergodent select.input:focus {
	background-repeat: no-repeat !important;
	background-position-x: 100% !important;
	background-position-y: 5px !important;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
}

.ergodent select.input:hover {
	background-repeat: no-repeat !important;
	background-position-x: 100% !important;
	background-position-y: 5px !important;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
}

.ergodent .input::placeholder
{
	color: #b6b6b6 !important;
}

.ergodent .input:focus {
    outline: 0px;
    background-color: #4A7299 !important;
}

.ergodent .input:hover {
    outline: 0px;
    background-color: #4A7299 !important;
}

.ergodent .stylizedButtonSmall {
	border-radius: 4px;
	padding-right:10px;
	width:57px;
	height:40px;
	text-align:center;
	font-weight:bold;
	border: none;
	margin:0 17px 17px 0;
	background-position: 0px 0px;
	color: white !important;
	background-color: #365C81 !important;
	transition: all .25s;
}

.ergodent .stylizedButtonSmall:hover {
	background: #4A7299 !important;
}

.ergodent .stylizedButton, .ergodent .stylizedButton_next {
	border-radius: 4px;
	padding-right:10px;
	width:115px;
	height:40px;
	text-align:center;
	font-weight:bold;
	border: none;
	margin:0 17px 17px 0;
	background-position: 0px 0px;
	color: white !important;
	transition: all .25s;
}

.ergodent .stylizedButton_next {
	background-color: #365C81 !important;
}

.ergodent .stylizedButton_next:hover {
	background: #4A7299 !important;
}

.ergodent .stylizedButton_next:active {
	background: #4A7299 !important;
}

.ergodent .stylizedButton {
	background-color: #365C81 !important;
	color: white !important;
	transition: all .25s;
}

.ergodent .stylizedButton:hover {
	background: #4A7299 !important;
}

.ergodent .stylizedButton:active {
	background: #4A7299 !important;
}

.ergodent .calendar {
    width: 100%;
}

.ergodent .calendar td {
    color: #999999;
    border: 1px solid #dddddd;
    width: 13%;
}

.ergodent .calendar th {
    color: #666666;
    border: 1px solid #dddddd;
    text-align: center;
}

.ergodent .calendar .timeLine {
    text-align: center !important;
    font-weight: normal;
    padding-right: 7px;
}

.ergodent .calendar .bookable {
    background: #9dd1ee;
	background-position:center;
	cursor:pointer;
	transition: all .25s;
}

.ergodent .calendar .bookable:hover {
    background: #73bee7;
	background-position:center;
	cursor:pointer;
}

.ergodent .calendar .bookable a:link {
    text-decoration: none;
}

.ergodent .appointmentdetailnormal {
    color: #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.ergodent .appointmentdetailnormalhead {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.ergodent .appointmentdetailnormalbottom {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.ergodent .appointmentdetailheader {
    color: #666666;
    border: 1px solid #dddddd;
    text-align: center;
}

.ergodent .appointmentdetailbookable a:link {
    text-decoration: none;
    color: #4d4d4d;
}

.ergodent .appointmentdetailbookable {
    background: #9dd1ee;
    border: 1px solid black;
    text-align: center;
    overflow: hidden;
	transition: all .25s;
}

.ergodent .appointmentdetailbookable a:hover {
    background: #73bee7;
}

.ergodent .appointmentdetailbookable:hover {
    background: #73bee7;
}

.ergodent .inputError {
	background-color: #ffcccc !important;
	border: 1px solid #C00 !important;
	color: #C00;
}

.ergodent .appointmentdetailright {
	vertical-align: middle !important;
}

@media (max-width: 560px) {
	.ergodent .calendar {
		margin-left: -50px !important;
	}
}
