@charset "UTF-8";

/*  
 *   CSS Document  
 *   Template Name: Datepicker.js - Backend CMS Web 3.0  
 *   Template Author: ZORRAQUINO COMUNICACIÓN S.L.U.  
 *   
 *   https://www.zorraquino.com   
**   
_______________________________   
*/

table.jCalendar {
	border-collapse: separate;
	border-spacing: 2px;
	width: 220px;
}

table.jCalendar thead {
	height: 24px;
}

table.jCalendar th {
	//background:url("../imagenes/Bg_Menu_Li_Dcha.gif") repeat-x scroll left top transparent;
	font-weight: bold;
	padding: 4px 5px;
	text-align: right;
	color: #999;
}

table.jCalendar td {
	border:0;
	color: #000;
	padding: 3px 5px;
	text-align: right;
}

table.jCalendar td.other-month {
	/*background: #ECEDED;*/
	color: #BBB !important;
}

table.jCalendar td.today {
	font-weight: bold;
	background: #444;
	color: #fff;
}

table.jCalendar td.selected {
	background: #d80d0d;
	color: #fff !important;
}

table.jCalendar td.selected:hover {
	background: #d80d0d;
}

table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #d9d9d9;
}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	color: #ccc;
}

td.sunday {
	color: #d80d0d !important;
}

div.dp-popup {
	position: relative;
	color: #2c2c36;
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 2px;
	line-height: 1.2em;
	*border: 1px solid #ccc;
	margin-top: -3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 2px 9px #999999;
	-webkit-box-shadow: 0 2px 9px #999999;
	text-shadow: none;
	/*background: #ECEDED url('../imagenes/Bg_Toggle_Top.gif') repeat-x;*/
	background: #F4F4F4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#e2e1e2');
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#e2e1e2));
	background: -moz-linear-gradient(top,  #F4F4F4,  #e2e1e2);
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 11px;
	text-align: center;
	margin: 6px 0;
	padding: 0;
	text-shadow: #fff 1px 1px 0px;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close:hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 7px;
	margin: -2px 0;
}

div.dp-popup a:hover {
	color: #666;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera - Muestra el cursor */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 6px;
	right: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 6px 0 4px 4px;
	/* display: block; */
	/* text-indent: -2000px; */
	/* overflow: hidden; */
	/*background: url('/back/imagenes/Img_Calendario.png') no-repeat; */
	/* background-image: url('../imagenes/iconosBack.png') !important; */
	/* background-position: -80px -16px; */
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
 
input.dp-applied {
	width: 100px;
	float: left;
}