/*
Estilos para adaptar el tema de PrimeFaces a nuestros gustos o necesidades.
*/
/* 
    Created on : 20-may-2016, 10:56:00
    Modified on: 27-jul-2017
    Author     : Francisco Requena Rubio
    Author     : Ignacio Triviño Mosquera
*/

/* Menu */

body {
    background-image: url("/Halley/javax.faces.resource/images/fondomain.png.xhtml");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
}

.efecto{
    height: 40px;
    width: 115px;
    line-height: 250%;
    text-align:center;
}

.enlaceFeed:link{
    color: green;
}

.enlaceFeed:visited{
    color: blue;
}

.contenido, .contenido > *{
    background: transparent !important;
}

.auto-size-width{
    width:auto !important;
}

.pie, .pie > *{
    background: #272727 !important;    
    color: #939382;
}

.ui-layout-unit-content{
    background: inherit;
}

.layoutDialog .ui-layout-unit-content{
    background: #F5F3E5;
}

.ui-widget-content{
    border: 0;
}

.ui-panel .ui-panel-content{
    padding: 0 !important;
}

.ui-menu{
    width: auto !important;
}

.ocultar-titulo{
    border:0;
    padding:0;
}

.visita-cerrada {
    background:#008010 !important;
    color:white;
}

.visita-abierta {
    background:#c07400 !important;
    color:white;
}

.visita-cerrada.fc-event {
    border:#008010;
    background-color:#008010;
    cursor:pointer;
}

.visita-abierta.fc-event {
    border:#c07400;
    background-color:#c07400;
    cursor:pointer;
}

.resaltar-rojo {
    color:white;
    background-color:red;
    font-weight:bold;
}

.cursorMano {
    cursor:pointer;
}

.ui-growl-item-container {
    opacity: 0.95;
    filter: alpha(opacity=95);
}