.btn {
    cursor: pointer;
}

/*btn-primary.disabled, 
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    background-color: #D22020;
}*/

.alert-success {
    background: #b2dba1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 8px;
}

.alert.alert-success > a.link {
    color: #3c763d;
}

.alert-danger {
    background-color: #e17c7a;
    background-image: none;
    border: medium none;
    box-shadow: none;
    color: #fff;
    padding: 5px 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
}

.alert.alert-danger > a.link {
    color: #fff;
}

.alert {
    box-shadow: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
	background-color: #fff;
}

strong { 
    font-weight: 500; 
}

a, a:hover, a:focus {
    color: #e35252;
    text-decoration: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { 
    max-width: 100%; 
}

::-moz-selection { 
    background: #e35252; 
    color: #fff; 
    text-shadow: none; 
}

::selection { 
    background: #e35252; 
    color: #fff; 
    text-shadow: none; 
}

/***** Top content *****/

.alert > a.link {
    font-weight: bolder;
    text-decoration: underline;
}

.inner-bg {
    padding: 40px 0 0 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 { 
    color: #fff; 
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p { 
    opacity: 0.8; 
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover, 
.top-content .description a:focus { 
    border-bottom: 1px dotted #fff; 
}

.form-box {
    margin-top: 35px;
    padding: 0;
    border: 1px solid #e5e5e5;
}

img.logo {
	width: 135px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 { 
    margin-top: 0; 
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px; 
    -webkit-border-radius: 0 0 4px 4px; 
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.form-bottom form .input-error {
    border-color: #e35252;
}

.registration-login {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
}

.registration-login h3 {
    color: #fff;
}

.registration-login-buttons {
    margin-top: 5px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

    .inner-bg { padding: 0; }

}

@media (max-width: 415px) {

    h1, h2 { font-size: 32px; }

}


input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea, 
textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}

textarea, 
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
}

input[type="text"]:-moz-placeholder, 
input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, 
textarea.form-control:-moz-placeholder { 
    color: #888; 
}

input[type="text"]:-ms-input-placeholder, 
input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, 
textarea.form-control:-ms-input-placeholder { 
    color: #888; 
}

input[type="text"]::-webkit-input-placeholder, 
input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, 
textarea.form-control::-webkit-input-placeholder { 
    color: #888; 
}

a.btn.btn-success {
    background: rgb(20, 116, 234);
}


button.btn,
a.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #e35252;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}

button.btn:hover,
a.btn:hover { 
    opacity: 0.6; 
    color: #fff; 
}

button.btn:active,
a.btn:active { 
    outline: 0; 
    opacity: 0.6; 
    color: #fff; 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

button.btn:focus,
a.btn:focus { 
    outline: 0; 
    opacity: 0.6; 
    background: #e35252; 
    color: #fff; 
}

button.btn:active:focus, 
button.btn.active:focus,
a.btn:active:focus,
a.btn.active:focus { 
    outline: 0; 
    opacity: 0.6; 
    background: #e35252; 
    color: #fff; 
}

/* homepage */

.buttons > div {
    height: 50%;
}

.buttons div a  {
    font-size: 35px;
}

.highlight {
    color: #e35252;
}

/* appuntamenti */

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

.cssSlideUp {
    color: #e35252;
    overflow: hidden;
    padding: 0 2px;
    transition: all 0.5s linear 0s;
}

.cssSlideUp.ng-hide {
    height:0;
}

.header-exames-choiced {
    margin-top: 0;
}

.exames-choiced {
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 45px;
}

/* touch checkbox and radio */
.btn > input {
    display: none;
}

label.btn span {
    font-size: 1.2em;
    float: right;
    width: 85%;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;    
    display: inline;
    margin-right: 10px;
}

label input[type="radio"] ~ i.fa.fa-check-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
    color: #e35252;    
    display: inline;
    margin-right: 10px;
}

label:hover input[type="radio"] ~ i.fa {
    color: #e35252;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;    
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #e35252;    
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #e35252;
}

.privacyChecks {
	margin-left: 10px;
}

div[data-toggle="buttons"] label.active{
    color: #e35252;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    /*white-space: nowrap;*/
    white-space: normal;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #e35252;
}

div[data-toggle="buttons"] label:active, 
div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.fullwidth, 
.btn-group-vertical.fullwidth {
    width: 100%;
}

/* select */

.selectize-dropdown [data-selectable], 
.selectize-dropdown .optgroup-header {
    line-height: 1.4em;
}

.selectize-control.single .selectize-input, 
.selectize-control.single .selectize-input input {
    height: 46px;
    padding: 0 10px;
    font-size: 1em;
    line-height: 2.7em;
}

.selectize-control {
    line-height: 0;
}

.selectize-dropdown, 
.selectize-input, 
.selectize-input input {
    line-height: 2em;
    font-size: 0.9em;
}

.ui-select-highlight {
    color: #e35252;
    font-weight: 700;
}

.name-item-icon {
    font-weight: bolder;
}

.address-item-icon,
.doctor-item-icon {
    padding: 0 0 0 5px;
}

/* data e ora */

#date-hour .input-group {
    width: 100%;
}

#date-hour .input-group-btn {
    width: 145px;
}

#date-hour .btn i,
p.summary-content i,
.booking-item i {
    margin: 0 5px 0 0;
}

/* datepicker */

.uib-datepicker td.uib-day,
.uib-datepicker th {
    padding: 5px;
}

.uib-datepicker th.uib-day .btn {
    border-radius: 0;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 13px;
}

.uib-datepicker td.uib-day .btn {
    height: 3em;
    line-height: 3em;
    padding: 0;
    width: 3em;
}

.uib-datepicker td .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

td.uib-month {
    padding: 8px;
}

td.uib-month .btn {
    padding: 8px;
    font-size: 1em;
    line-height: 1em;
    padding: 0;
}

td.uib-month .btn span {
    height: 3.1em;
    line-height: 3.1em;
    width: 7em;
}

td.uib-year {
    padding: 8px;
}

td.uib-year .btn {
    padding: 8px;
    font-size: 1em;
    line-height: 1em;
    padding: 0;
}

td.uib-year .btn span {
    height: 3.1em;
    line-height: 3.1em;
    width: 4em;
}

.uib-datepicker .text-muted {
    color: #4a6198;
    background-color: #fff;
}

.uib-datepicker .text-info {
    color: #fff;
    background-color: #e35252;
}

.uib-datepicker button span {
    display: block;
}

.uib-datepicker .btn-default.disabled, 
.uib-datepicker .btn-default.disabled.active, 
.uib-datepicker .btn-default.disabled.focus, 
.uib-datepicker .btn-default.disabled:active, 
.uib-datepicker .btn-default.disabled:focus, 
.uib-datepicker .btn-default.disabled:hover, 
.uib-datepicker .btn-default[disabled], 
.uib-datepicker .btn-default.active[disabled], 
.uib-datepicker .btn-default.focus[disabled], 
.uib-datepicker .btn-default[disabled]:active, 
.uib-datepicker .btn-default[disabled]:focus, 
.uib-datepicker .btn-default[disabled]:hover, 
.uib-datepicker fieldset[disabled] .btn-default, 
.uib-datepicker fieldset[disabled] .btn-default.active, 
.uib-datepicker fieldset[disabled] .btn-default.focus, 
.uib-datepicker fieldset[disabled] .btn-default:active, 
.uib-datepicker fieldset[disabled] .btn-default:focus, 
.uib-datepicker fieldset[disabled] .btn-default:hover {
    color: #e35252;
}

.uib-datepicker .btn-default[disabled]:focus, 
.uib-datepicker .btn-default[disabled]:hover {
    color: #fff;
}

.uib-datepicker .btn-info.active, 
.btn-info:active {
    background-color: #86d21a;
}

.uib-datepicker .btn-info.active .text-info,
.btn-info:active .text-info {
    color: #fff;
}

.uib-datepicker .btn-default:focus, 
.uib-datepicker .btn-default:hover {
    background-color: #e35252;
}

.uib-button-bar .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-right: 10px;
    padding: 0 10px;
}

.uib-button-bar .btn.uib-close {
    margin-right: 0;
}

.dropdown-menu {
    font-size: 1em;
}

.theme-title {
    color: #adadad;
}

.space-top {
    margin-top: 40px;
}

.space-little-bottom {
    margin-bottom: 20px;
}

.modal-header {
    background-color: #e35252;
    color: #fff;
    text-align: left;
}

.modal-title {
    color:  #fff;
}

#contents-appuntamento a.prev-day-cmd.disabled,
#contents-appuntamento a.next-day-cmd.disabled,
#contents-appuntamento a.prev-hours-cmd.disabled,
#contents-appuntamento a.next-hours-cmd.disabled {
    display: none;
}

#contents-appuntamento a.prev-day-cmd,
#contents-appuntamento a.next-day-cmd,
#contents-appuntamento a.prev-hours-cmd,
#contents-appuntamento a.next-hours-cmd {
    color: #e35252;
    font-size: 3em;
    display: block;
    z-index: 100000;
    cursor: pointer;
}

#contents-appuntamento a.next-day-cmd {
}

#contents-appuntamento a.prev-day-cmd {
}

.appuntamento-data-current {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
    background-color: #e35252;
    line-height: 2.3em;
    border-radius: 1em;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

#contents-appuntamento a.prev-hours-cmd {
    left: 5%;
    top: 72%;
}

#contents-appuntamento a.next-hours-cmd {
    right: 5%;
    top: 72%;
}

#contents-appuntamento {
}

.appuntamento-text {
    font-size: 2.3em;
    line-height: 1.5em;
    margin-bottom: 45px;
}

#start-day {
    width: auto;
    float: right;
    text-align: right;
    font-weight: bolder;
    line-height: 2.1em;
    padding: 0 10px;
    margin: 0;
    background-color: #fff;
    color: #e35252;
    cursor: pointer;
}

#header-title-appuntamento {
    float: left;
}

#date-calendar {
    max-width: 442px;
    margin: 0 auto;
}

#hours-selected {
    background-color: #e35252;
    color: #fff;
    font-weight: bold;
    width: 3em;
    margin: 0 auto;
    height: 3em;
    line-height: 3em;
    font-size: 4em;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 0;
}

#hours-selection-box {
    margin-top: 20px;
}

label.summary-label {
    margin-bottom: 0px;
    font-weight: bolder;
    line-height: 1em;
}

p.summary-content {
    margin-bottom: 25px;
    line-height: 1.5em;
    font-size: 1.2em;
}

.modal-body.summary {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

.booking-item {
    margin-bottom: 10px;
    font-weight: bolder;
}

.booking-box {
    text-align: left;
}

.margin-row {
    margin: 10px 0;
}

.booking-box label {
    display: block;
    max-width: 100%;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1em;
    margin-top: 10px;
    color: #484040;
}

.booking-box h3 {
    border-bottom: 1px solid;
    font-size: 1.3em;
    font-weight: 500;
}

.right {
    text-align: right;
}

.cmd-box a {
    background-color: #e35252;
    color: #fff;
    padding: 6px;
    font-size: 0.8em;
}

.booking-box:first-child {

}

.booking-box.header {
    background-color: #e35252;
    color: #fff;
    font-weight: bolder;
}

.booking-item.header {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

/* help popup */
.info-box {
    width: 270px;
	margin: 20px auto 0;
	line-height: 20px;
	text-align: center;
}

/*.help-box {
    margin: 10px 0 10px 0;
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 190px;
}*/

.help-box {
    margin: 10px 0 0 0;
}

#box-flash {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -258px;
    margin-top: -60px;
    font-size: 2em;
    padding: 20px;
}

.avalabilities-list-item.slick-slide {
    text-align: left;
    margin: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    outline: none;
    outline-width: 0;
    padding: 0;
}

.avalabilities-list-item h3 {
    font-size: 1em;
    margin: 0;
    line-height: 1.3em;
}

.avalabilities-list-item span {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    display: block;
}

#avalabilities-list {
    width: 300px;
    margin: 0 auto;
}

.register-form {
    width: 180px;
}

.register-form.choiches-chk {
    width: 390px;
}

.register-form.choiches-chk label.btn {
    width: 40px;
	padding: 0;
}

.register-form label.btn span.privacyChecks {
	font-size: 1.2em;
}

.register-form.choiches-chk label input[type="checkbox"] ~ i.fa.fa-square-o,
.register-form.choiches-chk label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
	float: left;
}

.privacy-read-btn {
	clear: both;
	margin-left: 39px;
}

.register-form label.btn span {
    width: 0;
}

.register-form label.btn span {
    font-size: 1.3em;
}

.clear-btn {
    background: none;
    border: 1px solid;
    cursor: pointer;
    font-weight: 600;
    height: 2em;
    margin-top: 0.7em;
    float: left;
    line-height: 1.9em;
    margin-right: 12px;
    font-size: 0.8em;
    color: #bf2828;
    border-radius: 1em;
    width: 2em;
}

/* slick */

.slick-next:before {
    color: #888;
    font-size: 78px;
    opacity: 1;
    content: '\25BC';
}

.slick-prev:before {
    color: #888;
    font-size: 78px;
    opacity: 1;
    content: '\25B2';
}

.slick-prev {
    width: 78px;
    height: 78	px;
    text-align: center;
    margin: 0 0 75px 42%;
    /* top: -7%; */
    /* left: 50%; */
    position: initial;
}

.slick-next {
    width: 78px;
    height: 78px;
    /* right: 50%; */
    /* top: 105%; */
    margin: 60px 0 0 42%;
    position: initial;
}

#appuntamento-popup,
#hours-selection-box {
    padding: 0;
}

.simple-select {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    width: 100%;
}

input.form-control.input-button {
    width: 60%;
    float: left;
}

form button.btn.input-button {
    min-width: 70px;
    width: 19.5%;
}

.selectize-control.single .selectize-input:after {
    border-width: 6px 3px 0 3px;
    border-color: #000 transparent transparent transparent;
    right: 5px;
}

.simple-select-label {
    font-style: italic;
    color: #b5b5b5;
}

b.alert-asterix {
    color: #d42f2f;
    margin: 0 3px;
}

button.btn.btn-primary.prenota-btn {
    height: 55px;
}

/* when hiding the picture */
.ng-hide-add { 
    -webkit-animation: slideOutRight 0.3s;
    -moz-animation: slideOutRight 0.3s;
    -ms-animation: slideOutRight 0.3s;
    animation: slideOutRight 0.3s;
}

/* when showing the picture */
.ng-hide-remove { 
    -webkit-animation: slideInLeft 0.3s;
    -moz-animation: slideInLeft 0.3s;
    -ms-animation: slideInLeft 0.3s;
    animation: slideInLeft 0.3s;
}

.alert.message-box {
    margin: 20px 0 0 0;
}

.slick-slider {
    margin: 0;
}

.slick-slider.full {
    width: 100%;
}

.mask {    
    position: fixed;
    width: 99%;
    height: 500px;
    background: #fff;
    z-index: 1000;
    left: 1px;
}

#appuntamento-popup.fixed-height {
    height: 400px;
    overflow: hidden;
}

.cmd-footer {
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.appuntamento-card > div {
    background-color: #e8f3f5;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.appuntamento-card {
    margin-bottom: 20px;
}

.col-xs-2.no-padding,
.col-xs-8.no-padding {
    padding: 0;
}

.form-group {
    clear: both;
    overflow: hidden;
}

.form-group.no-overflow {
    overflow: visible;
}

.alert.alert-danger.no-result {
    height: 3em;
    line-height: 2.3em;
}

.list-btn {
    text-align: right;
}

.esami-box {
	max-height: 200px;
	overflow: auto;
}

.esami-cat-box h4 {
	margin-top: 20px;	
}

.esami-cat-box {
	min-height: 120px;	
}

.col-xs-12.no-padding {
	padding: 0;
}

.col-xs-12.no-padding > .cmd-box {
	padding-bottom: 20px;
}

.action-btn {
	width: 35%;
}

.action-btn.left {
	float: left;
	margin: 10px 0 10px 15px;
}

.action-btn.right {
	float: right;
	margin: 10px 15px 10px 0;
}

.privacy-box {
	text-align: left;
	padding: 20px;
}

a.pointer {
	cursor: pointer;
}

button.slick-prev.slick-arrow {
	height: 75px;
	margin-top: 30px;
	margin-bottom: 0;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
    background-color: #eff4fe66;
}

 /* Customize the label (the container) */
label.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
font-weight: 800;
line-height: 2.3rem;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f2eeee;
}

/* On mouse-over, add a grey background color */
.container-checkbox input ~ .checkmark {
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #e35252;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.payContainer {
    margin: 60px 15px 0 15px;
    padding: 10px 0;
    background-color: #cacaca;
}

.appuntamento-card.selected {
    background: #70c364;
}

div#wrapper-referti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

div#title {
    margin: 25px 0 45px;
}

#wrapper-referti {
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: #fff;
    opacity: 0.5;
}

#wrapper-referti > img {
	z-index: 1000000000000;
    position: fixed;
    top: 50%;
}
