@font-face {
    font-family:'Roboto';
    src:url('../../fonts/Roboto-Regular.ttf');
    font-weight:400;
}

@font-face {
    font-family:'Roboto';
    src:url('../../fonts/Roboto-Bold.ttf');
    font-weight:700;
}

body {
    font-family:'Roboto';
}

h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
    color:#0087DD;
}

main {
    position:relative;
    background-image:url('../../images/appointment-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}

.content {
    background-color:rgba(255,255,255,.79);
    padding:1.25rem 1.25rem 1.75rem;
}

.content-container {
	width:100%;
}

main .inner {
    padding:4.4em 0;
}

.btn {
    padding:.75rem 2rem;
    border-radius:.8rem;
    font-weight:700;
}

.btn-primary {
    background-color:#0087DD;
    border-color:#0087DD;
}

.step-pill {
    margin-bottom:2em;
}

.pill {
    padding:1rem;
    background:#fff;
    border:6px solid #cecece;
    border-radius:1rem;
}

.pill.active {
    background:#0087DD;
    border-color:#0087DD;
}

.pill.active * {
    color:#fff;
}

.pill p {
    margin:0;
    font-size:.8rem;
    font-weight:700;
}

label {
    font-weight:700;
}

.name-det {
    margin-bottom:1.5rem;
}

.name-det p {
    margin:0;
    font-weight:bold;
}

.form-control {
	height:auto;
	padding:.75rem;
}

.errors {
	color : red;
}

.loader-cover {
	position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

.loader-content {
    position: absolute;
    width: 100%;
    top: 45%;
}

footer {
	padding-top:1.5rem;
}

td.day {
	font-weight:bold;
	text-decoration:underline;
}

td.disabled.day {
	font-weight:normal;
	text-decoration:none;
}

option:disabled {
		background:rgba(170,170,170,.25);
		color:rgba(170,170,170,.25);
	}
	
@media (min-width:992px) {
	.content-container {
		width:579px;
	}
}

@media (max-width:992px) {
	.btn {
		display:block;
		width:100%;
	}
}