/* 
	
	BEZETTINGSKALENDER
	2014 - 2017 (origineel carte blanche)
	
	Cybox Webdesign Boxmeer 
	www.cybox.nl
*/

@import url(http://fonts.googleapis.com/css?family=Belgrano);

/* reset */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }

html,
body {
   margin:0;
   padding:0;
}
body {
    
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
	color: #000;
    padding:0em;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: lighter;
    font-size: 0.95em;
    margin:0;padding:0;
    
    padding: 1em;   
}

#container {
    padding:0.5em;
    padding-bottom:3em;
    padding:0;
    /*padding-top:4em; */
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    background:#efefef;
    border-radius:4px;
    
    background: rgb(251,251,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */

    
    /*
    background-image: url(images/tagline.png);
    background-position: bottom 1em left 1em;
    background-repeat:no-repeat;
    */
    
}
body[data-tab=kalender]  {
     
}  

div#container {
    position:relative;
}
a#tagline {
    position: absolute;
    bottom:1em;left:1em;   
}
a#tagline img {
    display:block;
    width: 274px;
}
 h1.nav {
    width: 100%;
   /* position:absolute;
    top:0;left:0;right:0;
    */
    
	font-size: 1.35em; 
	line-height: 1.2; font-weight: normal;
    
    
	font-family: "Belgrano";
	color: #002853;
    text-align:left;
   /* margin-bottom:0.5em; */
    border-bottom: 2px solid #002853;   
    background:#fff;
}
h1.nav {
    text-decoration: none;    
    background: white;
    padding: 0.5em 0;
    display:inline-block;
    
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    
    
    padding: 0.4em 0.6em;
    
    text-align:center;
    
    
}

h1 a.active {
	color: #002d57;
       
}

ul#res {
    border-bottom: 1px solid #c8c7cc;   
}
ul#res li {
    background: white;
    padding: 0;
    
    height:40px;
    line-height:40px;
    
    border-top:1px solid #c8c7cc; 
    position:relative;
}
ul#res li.header {
    display:none;
    height: 18px; line-height:18px;
    background: none;   
    font-size: 0.8em;
    border-top: none;
}
ul#res li > span {
    display: block;
    float:left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width:20%;
    padding: 0 3px;
    /*outline:1px solid green;*/
}
ul#res li > span.id { 
    width: 30px;
    position:absolute;
    left:0;
}
ul#res li > span.tijd { 
    width: 43px; 
    position:absolute;left:30px;
}


ul#res li > span.personen { 
    width: 10px;
    position: absolute;
    right: 70px;
}
ul#res li > span.actions {
    width: 64px;
    height:40px; 
    /* outline:1px solid red;*/ 
    padding:0; 
    position:absolute;right:4px;
}

ul#res li > span.naam { 
    width:100%;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-left: 80px;
    padding-right:90px;
}

ul#res li  div.info {display:none;}
span.actions span.btn {
    display:block;
    width:32px; height:40px;  
    background-color: #BFA966;
    background-size:40px 40px;
    background-position: -4px 0;
    
    
    float:left;
    cursor:pointer;
    /*outline:1px solid blue;*/
}

span.actions span.btn:hover {
    
}

span.actions span.info {
       
    background-image: url(/images/mobile/info.png);       
}
span.actions  span.call {
    background-image: url(/images/mobile/phone.png);       
}

ul#res li.date_divider {
    background: none;
    
    border:none;
    font-weight: normal;
	
    padding: 0;
    padding-top: 8px;
    font-size:.9em;
    height:20px;line-height:20px;
	
	color: #BFA966;
    border-top: 1px solid #c8c7cc;   
}
ul#res li.date_divider:first-child {
    border:none;
}

/*popup*/
div#popup {
    position: fixed;
    top:5em;left:0.8em;right:0.8em;
    min-height:15em; 
    background: #fff;
    padding: 1em 1em;
    box-shadow: 0 0 15px #333;
    display:none;
    border-radius:3px;
}
div#popup strong {
    font-weight:normal;
}
div#popup div.content > span{
    display:block;
    line-height:1.2;
    margin-bottom:0.5em;
    overflow-x: hidden;
    width:100%;


    text-overflow: ellipsis;
}
div#popup div.content > span.half {
    width:50%;float:left;   
}
div#popup span.btn.close {
    background-image: url(/images/mobile/close.png);  
    display:block;
    width:40px; height:40px;  
    background-color: #BFA966;
    background-size:40px 40px; 
    
    position:absolute;
    top:3px;right:3px;   
    cursor:pointer;
}
div#popup span.btn.close:hover {
    
}
div#popup a {
    color: #514f49;
    text-decoration:underline;   
}

/* controls */
div#controls {
    height:2.5em;
}
div#controls {
    overflow:hidden;
}

div#controls > div.search {
    
    width: 100%;   
    position:relative;
    white-space:nowrap;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    transition: padding 300ms ease-in-out; 
}

div#controls > div.search.on {
    width:100%;   
    padding-right:65px;
}
#search input {
    display:inline-block;
    width:98%;
    background: rgba(190,190,190,0.7);
    border: none;
    border-radius:5px;
    -webkit-appearance:none;
    font-size: 1em;
    line-height:22px;
    
    
    padding:0.2em 0.4em;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: normal;
    
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    
    width:100%;
    transition: background-color 300ms ease-in-out; 
    
    height: 28px;
    
    padding-left: 28px;
    background-image: url(/images/mobile/search.png);
    background-size: 16px 16px;
    background-repeat:no-repeat;
    background-position:6px 6px;
    
}
#search input:focus {
    background-color: rgba(190,190,190,0.4);
    
    
}
#search input + span.cancel {    
    color: #BFA966;
    
    display:inline-block;  
    font-weight:normal;
    cursor:pointer;
}

::-webkit-input-placeholder {
   color: rgba(0,0,0,0.35);
}


div.tab.kalender {
    /* padding-bottom:3em;
   background:white; */
      
}
div.tab.kalender p.uitleg {
    padding: 0.3em 0.5em 0.3em 0.5em;   
}

#bezetting {
	width: 100%!important; 
    text-align: center; 
    
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 1em;
    	

}
#bezetting div.ui-datepicker-inline {
	width: 100%; padding: 0em;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    border-radius:2px;
  /*  background: #fff; */  	
}



/** reserveren **/
#bezetting {
    line-height:2;
}
#bezetting.beheer .ui-state-hover,
#bezetting.beheer .ui-widget-content .ui-state-hover,
#bezetting.beheer .ui-widget-header .ui-state-hover,
#bezetting.beheer .ui-state-focus,
#bezetting.beheer .ui-widget-content .ui-state-focus,
#bezetting.beheer .ui-widget-header .ui-state-focus {
	border: 1px solid #dc9a3c;
    background: #eebd77;
	font-weight: normal;
	color: #212121;
}
#bezetting .ui-state-hover a,
#bezetting .ui-state-hover a:hover,
#bezetting .ui-state-hover a:link,
#bezetting .ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}

#bezetting .ui-datepicker-header {
    background: #2A3990!important;
}
#bezetting .ui-datepicker-header .ui-datepicker-title {
    color: #fff!important;
}

#bezetting .ui-datepicker-header .
#bezetting .ui-state-active,
#bezetting .ui-widget-content .ui-state-active,
#bezetting .ui-widget-header .ui-state-active {
	border: 1px solid #ccc;
	background: #fff;
	font-weight: normal;
	color: #212121;
}
#bezetting .ui-state-active a,
#bezetting .ui-state-active a:link,
#bezetting .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
#bezetting .ui-state-highlight,
#bezetting .ui-widget-content .ui-state-highlight,
#bezetting .ui-widget-header .ui-state-highlight {
	border: 1px solid #ccc;
	background: #fff;
	color: #212121;
}
#bezetting .ui-state-highlight a,
#bezetting .ui-widget-content .ui-state-highlight a,
#bezetting .ui-widget-header .ui-state-highlight a {
	color: #212121;
}


.ui-datepicker td.not-available a {
    background: #BE1E2D!important;
    border: 1px solid #BE1E2D!important;
    color:white!important;
}
#bezetting.show .ui-datepicker td.not-available a {
    cursor:default;   
}
.ui-datepicker td.not-available:not(.algeweest) {
    opacity:1!important;
}

.ui-datepicker td.not-available span {
    background: #BE1E2D!important;
    border: 1px solid #BE1E2D!important;
    color:white!important;
}

.ui-datepicker td.semi-available a {
    background: #F1D33B!important;
    border: 1px solid #F1D33B!important;
    color:white!important;
}

.ui-datepicker td.semi-available:not(.ui-datepicker-unselectable) {
    opacity:1!important;
}

.ui-datepicker td.semi-available span {
    background: #F1D33B!important;
    border: 1px solid #F1D33B!important;
    color:white!important;
}


#bezetting .ui-widget {	
    font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
}

div#form {
    position: fixed;
    top:5%;
    left:3%;
    right:3%;
    bottom:5%;
    box-sizing:border-box;
    padding:1em;
    background:white;
    box-shadow: 0 0 10px #999;
    z-index:2;
    display:none;
    border-radius:4px;
    
    top:15%; left: 7%; right: 7%; bottom: 6%; 
}
div#form input, div#form textarea {
    box-sizing: border-box;
    padding:0.5em;
    margin: 1.1em 0;
    width:100%;
    display:block;
    font-family: "Helvetica Neue", arial, sans-serif;
    font-size: 1em;
    font-weight:lighter;
    line-height:1.2;   
    
    margin:0.4em 0 0.8em;
}
div#form input[type=submit] {
    text-transform:uppercase;
    color:#012754;
    background: #E8D012;
    background: rgb(234,232,39); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(234,232,39,1) 0%, rgba(229,202,2,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,232,39,1)), color-stop(100%,rgba(229,202,2,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae827', endColorstr='#e5ca02',GradientType=0 ); /* IE6-9 */
    
    border:none;
    padding:.5em;
    
    font-weight:bold;
    font-size:1.4em;
    cursor:pointer;
    margin-top:0.2em;
    
    transition: background 200ms ease;
    
}
div#form input[type=submit]:hover {
    background: rgb(232,219,39); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,219,39,1) 0%, rgba(232,182,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,219,39,1)), color-stop(100%,rgba(232,182,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,219,39,1) 0%,rgba(232,182,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,219,39,1) 0%,rgba(232,182,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,219,39,1) 0%,rgba(232,182,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,219,39,1) 0%,rgba(232,182,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8db27', endColorstr='#e8b602',GradientType=0 ); /* IE6-9 */

}

div#form textarea {
    height:5em;
}
#form h2 {
    padding-bottom:0.5em;
    font-family: Belgrano;
    font-size:1.4em;
    color:#012754;
    line-height:1;
    
}
#form span.close {    
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 8px;
    font-weight:bold;
    width: 30px;
    cursor:pointer;
    
    top:0;right:1px;
    font-size:12px;
    
}
#form span.close:hover {
    color:#BF324A;
}
#reserveerform > div {
    position:relative;
}
form  label.error {
    background: #ed2024; 
    /*background: rgba(237,32,36,0.8); */
	color: #fff; font-size: 0.8em; 
    width: auto; 
    text-align: center; 
    padding: 5px 10px;
	position: absolute; 
   
    top:-5px;
    right:5px;
    
    line-height:1.2;
    border-radius: 3px; 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
div#thx {
    display:none;
}

.ui-widget-header {
    background: #E8D012!important;
    background: rgb(234,232,39); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(234,232,39,1) 0%, rgba(229,202,2,1) 100%)!important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,232,39,1)), color-stop(100%,rgba(229,202,2,1)))!important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%)!important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%)!important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%)!important; /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,232,39,1) 0%,rgba(229,202,2,1) 100%)!important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae827', endColorstr='#e5ca02',GradientType=0 )!important; /* IE6-9 */

    color:#002853!important;
    
    border:0px solid transparent!important;
    
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #002853!important;   
}


