/* 
    Document   : primefaces
    Created on : 19/07/2013, 15:19:39
    Author     : alejandrolarreta
    Description:
        Purpose of the stylesheet follows.
*/
ul.ui-menu-child{
    white-space: nowrap;
    width: 400px !important;
}

body {
    -background-image: url("../images/fondoprincipal.jpg");
    background-color: #0000FF;
    -background-color: #294867;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -background-size: contain;
    -background-position: top center !important;
    -background-repeat: repeat !important;
    background-attachment: fixed;    
    

    font-family: Verdana;
    font-size: 60%;
    width: 100%;
    margin: auto;
    /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  -background-size: cover;

}


.efecto-texto{
    font-weight:bold;
    /*text-shadow: 2px 2px #00ff00;*/
    /*text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;*/
    /*color: blue;
    text-shadow: 2px 2px 4px #000000;*/
    /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
    /*text-shadow: 4px 5px 8px #333333; */

}

.efecto-texto-avanzado {
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    background-color: rgb(85, 147, 194);
    text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0px -4px 30px;
}

.efecto-texto-azul {
    color:blue;
}

.efecto-texto-rojo {
    color:red;
}

.efecto-texto-color-sistemas {    
    color:#088A29;
}

.centrar_div{
    width: 100px;
    height: 100px;
    background-color: red;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.efecto-texto-sombra{
    text-shadow: 0 1px 0 #ccc, 
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);    

}

.ui-icon-borrar{
    background-image: url("") !important;
}

.efecto-texto-sombra_dos{
    font-weight: bold;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.ui-ribbon .ui-colorpicker .ui-button {
    height: 24px;
}

.ui-icon.ui-ribbonicon-new {
    margin-left: -10px;
    margin-top: -20px;
    background-size: 32px; 
    background-image: url("");
}
.ui-icon.ui-ribbonicon-salir {
    margin-left: -10px;
    margin-top: -20px;
    background-size: 32px; 
    background-image: url("");
}
.ui-icon.ui-ribbonicon-info {
    margin-left: -10px;
    margin-top: -20px;
    background-size: 32px; 
    background-image: url("");
}
.ui-icon.ui-ribbonicon-buscar {
    margin-left: -10px;
    margin-top: -20px;
    background-size: 32px; 
    background-image: url("");
}
.ui-icon.ui-ribbonicon-grafico {
    margin-left: -10px;
    margin-top: -20px;
    background-size: 32px; 
    background-image: url("");
}

.ui-tabs-left > .ui-tabs-nav {
    width:150px !important;
}
.ui-tabs-left > .ui-tabs-panels {
    height:100% !important;
    float:right !important;
    width:89% !important;
}

.ui-tabs-left > .ui-tabs-nav {
    float:left !important;
    width:10% !important;
    height:100% !important;
} 
.top{
    width: 100%;
    top: 0;
    position: fixed;
    z-index:50;
}
.center_content{
    width: 95%;
    margin: 0 auto;
    margin-top: 80px;
}
.ui-dialog{
    position: fixed;
    top: 10%;    
    margin-top: 20px;    
}
.alignTop {
    vertical-align: top;
}

.customTxtWidth150px .ui-inputfield .ui-inputtext .ui-widget{
    width:150px !important;
}

.customLblWidth150px .ui-outputlabel {
    width: 150px;
}
.lblRed {
    color: red;
}

.lblWhite {
    color: white;
}

#layout-footer{position:fixed; bottom:0; width:94%; z-index: 99999999999;}
#layout-portlets-cover{margin-bottom: 50px;} /* you can change this value according to the height of your layout footer */

