/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
body {
background-color:#e9e9e9;
}

@media (min-width: 768px) {
  body {
    background-image:url(../images/background/background.jpg);
  }
}

div.chronoform,
div.human,
.hidden {
display:none;
}

.gl_calendar_wrapper {
position:relative;
z-index:1000;
}

.gl_calendar_wrapper .calendar {
display:none;
}

.gl_calendar_wrapper .gldp-flatwhite {
top:0!important;
left:0!important;
z-index:1000;
}

.gl_calendar_wrapper .gldp-flatwhite .noday {
cursor:not-allowed!important;
}

.gl_calendar_wrapper .gldp-flatwhite .dow {
cursor:auto!important;
}

form.Chronoform input[disabled="disabled"],
form.Chronoform select[disabled="disabled"],
form.Chronoform input.has-calendar[disabled="disabled"] {
cursor:not-allowed;
}

form.Chronoform input.has-calendar {
cursor:pointer;
}

.gl_calendar_wrapper .gldp-flatwhite a.prev-arrow,
.gl_calendar_wrapper .gldp-flatwhite a.next-arrow {
text-decoration:none;
}

form#nl_registration input.nl_email {
color:#afcb38!important;
}

form#nl_registration ::-moz-placeholder { /* Firefox 19+ */
color:#afcb38!important;
}

form#nl_registration :-moz-placeholder { /* Firefox 18- */
color:#afcb38!important;
}

form#nl_registration ::-webkit-input-placeholder { /* WebKit browsers (Chrome, Safari) */
color:#afcb38!important;
}

form#nl_registration :-ms-input-placeholder { /* IE */
color:#afcb38!important;
}

form span.price {
font-weight:bold;
}

.chrono_credits,
.human {
  display: none;	
}