@charset "UTF-8";
/* CSS Document */

/* LOGIN JQUERY */
		
/* Máscara para el fondo */
#mask {
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* Resto de elementos  */
.login-popup {
	display: none;
	background: #fff;
	border: 2px solid #11457E;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	/* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
	/* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
	/* Safari, Chrome */
	border-radius:10px;
	-moz-border-radius: 10px;
	/* Firefox */
        -webkit-border-radius: 10px;
	/* Safari, Chrome */;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 465px;
	width: 668px;
}

img.btn_close {
    Position the close button
	float: right;
    margin: -24px -28px 0 670px;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: #11457E;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}


.capa-imatge-popup-header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #11457E;
	text-transform: uppercase;
}
.capa-calendari-popup {
	float: left;
	width: 300px;	
}
.capa-hores-popup {
	float: right;
	width: 330px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	height: 230px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.capa-informacio-popup {
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 5px;
}

.capa-informacio-popup h2 {
	font-size: 15px;
	font-weight: bold;
	color: #11457E;
}

.capa-informacio-popup p {
	font-size: 15px;
	color: #999;
}

.boto-siguiente {
	float: right;
	margin-top: 20px;
}
.contenidor-calendari-hores {
	width: 650px;	
}

/*Middle button*/
a.button {
	background: url("../images/butn_left.png") no-repeat 0 0px;
	padding:0px 4px 1px 4px;
	margin:1px 2px 4px 0;
	text-decoration:none;
	height:22px;
	color:#11457E;
	text-shadow:#eeeeee 1px 1px 0;
	font-size:11px;
	font-weight:bold;
	display:block;
	float:left;
	line-height:18px;
	font-family: Verdana, Geneva, sans-serif;
}

.button span {
		background: url("../images/button_bg.png") no-repeat right 0px;
		padding:2px 7px 3px 2px;
		text-align:center;
		display: block;
		position: relative;
		white-space: nowrap;
	}
	
a.button.popup {
	background: url("../images/butn_left-middle.png") no-repeat 0 0px;
	height:33px;
	float:right;
	font-size:17px;
	line-height:15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
    a.button.popup span {
		background: url("../images/button_bg-middle.png") no-repeat right 0px;
		padding:1px 11px 2px 6px;
		line-height:30px;
	}
	
	/* Table 1 Style */
table.table1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	font-style: normal;
	border-collapse:separate;
}
.table1 thead th{
	padding:4px;
	color:#fff;
	text-shadow:1px 1px 1px #568F23;
	border:1px solid #11457E;
	background-color:#11457e;
	background:
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-position: center bottom;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
	text-align:center;
	background-color:#D9E4F3;
	border: 2px solid #D9E4F3;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#11457E;
	text-shadow:1px 1px 1px #fff;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.table1 tbody td.desactivat {
	text-align:center;
	background-color:#ccc;
	border: 2px solid #D9E4F3;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.table1 tbody td a{
	color:#4689d3;
	text-decoration: none;
}

.table1 tbody td a:hover{
	color:#11457E;
}

.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

.texto-legal {
	font-size: 10px;	
}
.texto-cliente {
	font-size: 12px;
	color: #02ae12;
}

.texto-cliente-titulo {
	font-size: 13px;
	color: #11457E;
}