html, body {
    width: 100%;
    height: 100%;
    /*background-color: #e6e6e6 !important;*/
    background-color: #BAB6B6 !important;
}
.required {
    vertical-align: baseline;
    color: red;
    font-size: 10px;
}

.control-label {
    white-space: nowrap;
}

#main-panel{
    margin-top: 15px;
}

.menu-icon{
    float: left;
    margin-right: 5px;
}

#page-container{
    -webkit-box-shadow: 1px 0px 15px 0px rgba(50, 50, 50, 0.79);
    -moz-box-shadow:    1px 0px 15px 0px rgba(50, 50, 50, 0.79);
    box-shadow:         1px 0px 15px 0px rgba(50, 50, 50, 0.79);
	border-radius:3px;
}

.Ocultar{
    display: none !important;
}

.FacetFormTable{
	background-color: #f9f9f9;
}

*{
	outline:0px !important;
}

.area-cita{
	background-color: #3a87ad;
    border: 1px solid #3a87ad;
    border-radius: 3px;
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.3;
	color: #fff;
}

.table-evento-cita{
	background-color:transparent !important;
	border:none !important;
}

.table-evento-cita tr,.table-evento-cita td{
	border:none !important;
}

.boton-fecha{
	float: left;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.boton-fecha-corner-izq{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.boton-fecha-corner-der{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.boton-fecha-defecto{
	border: 1px solid;
	background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.boton-fecha-defecto:hover{
	color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
	background-color: #e6e6e6;
}
.botones-fecha{
	float: right;
}

.botones-cambia-fecha{
	float: left;
    margin-left: .75em;
}