/* Imports */
@import url("/ReporteadorOREDA/javax.faces.resource/animate.css.xhtml?ln=css");

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    font-family: Arial !important;
    background-color: #3498DB;
    padding: 0% !important;
    margin: 0px !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
}

select {
    padding: 2px 0 2px 0;
    box-shadow: inset 0 2px 2px;
    color: #2E6E9E;
    border: 1px solid #c5dbec;
    border-radius: 3px;    
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-weight: normal; 
}

.font-1 {
    color: rgb(60, 155, 218)
}
.animation-1 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8075c5de,endColorstr=#8075c5de);
    box-shadow: 0 1% 2px rgba(0, 0, 0, .1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;    
}

.logo h1 {
    font-size: 200px;
    color: #8F8E8C;
    text-align: center;
    margin: 0px;
    text-shadow: 1px 1px 30px #ffffff;
    font-family: 'Courgette', cursive;
}
.logo h3 {
    font-size: 18px;
    color: #7792A5;
    text-align: center;
    display: block;
    margin-top: 12px;
    font-style: italic;
}


.white-container {
    margin: 5% auto;
    width: 50%;
    min-width: 800px;
    height: 8%;
    background-color: #FFF;
    padding: 10px;
    border-radius: 2.5%; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8075c5de,endColorstr=#8075c5de);
    box-shadow: 0 1% 2px rgba(0, 0, 0, .1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;     
}

.app-title {
    text-align: center;
    color: #3498DB;
    font-size: 10px;
}

.control-group {
    margin-bottom: 10px;
}

.panel-center {
    border-radius: 5%; 
    background-color: whitesmoke; 
    width: 30%; 
    height:55%; 
    padding-bottom: 3%; 
    border: 2px solid transparent; 
    margin: 5% auto;


}

.btn {
    border: 2px solid transparent;
    background: #3498DB;    
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    margin: 0 auto;
    font-family: Arial;
}

.btn:hover {
    background-color: #2980B9;
}

.btn-large {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.btn-middle {
    float: left;
    border-color: white;
    width: 50% !important;
}

input:focus {
    border: 2px solid #3498DB;
    box-shadow: none;
}

.icon {
    width: 32px;
    height: 32px;
}

.control-group > input{
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3%;
    font-size: 16px;
    font-weight: 200;
    padding: 5% 0;
    width: 100%;
    transition: border .5s;
}

/*
********************************************************************************
* Estilos para Login, seleccionarPerfil, cambioContrasenia
********************************************************************************
*/
.login {   
    margin: 5% auto;
    width: 30%;
    height: 8%;
    background:rgba(117,197,222,0.50);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8075c5de,endColorstr=#8075c5de);
    box-shadow: 0 1% 2px rgba(0, 0, 0, .1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;    
}
.login-screen {
    background-color: #FFF;
    padding: 10%;
    border-radius: 2.5%;    
}

.login-form {
    text-align:center;
}

.login-link {
    font-size: 12px;
    color: #3B7A9C;
    display: block;
    margin-top: 12px;
}

.login-mail {
    font-size: 12px;
    color: #7792A5;
    display: block;
    margin-top: 12px;
    font-style: italic;
    margin-bottom: 12px;
}

.login-password {
    color:rgb(57, 121, 206);
    font-size: 12px;
}

/*
********************************************************************************
* Estilos para componentes PrimeFaces
********************************************************************************
*/
.ui-layout-unit {
    border-style: groove;
    background: #3498DB;
    margin: 0px !important;
    padding: 0% !important;
}

.ui-layout-unit-content  {    
    background: linear-gradient( to bottom, #4682B4 , #ffffff)!important;
    border-style: groove;
    border-radius: 5px;
    margin: 0px !important;
    padding: 0% !important;
}

.ui-layout-container {
    border-style: groove;
}

.ui-widget {
    font-size: 12px !important;
}

ui-widget-content  {
    margin: 0px !important;
    padding: 0% !important;
}

.ui-widget-header {
    text-align: center;
    text-transform: uppercase;
}

.ui-menu {
    width: auto !important;    
}

.ui-button {
    margin-top: 10px !important;
}

.ui-state-selected {
    color:#1d5987;
    border:1px solid #79b7e7;
    background:#d0e5f5 50% 50% repeat-x;
    font-weight:bold;
}

.ui-clock.ui-widget.ui-widget-header.ui-corner-all{
    border:none;
    background:transparent;
}

.titulosColor {
    color: white !important;
    font-style: normal !important;
}

.transparente {
    background: transparent !important;
    border: transparent !important;
}

.tamanioEtiquetas {
    color: white !important;
    font-style: normal !important;
    font-size: 140% !important;
}

.table-auto {
    width:auto !important;
}
.fa{
    padding-top: 3px;
}

.imgIcons {
    width: 45px;
    height: 45px;
    border: 0;
    background: transparent;
}

p > label > a, .login-link {
    display: inline;
    margin-top: 0;
}

p > label {
    text-align: justify;
}

/*
********************************************************************************
* Estilos de Alertas PrimeFaces
********************************************************************************
*/
.ui-growl-image-info ~ .ui-growl-message,
.ui-growl-info{
    background: #53c653 -moz-linear-gradient(center top , rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#53c653), to(#448a44));
    background: -webkit-linear-gradient(#53c653, #448a44);
    background: -moz-linear-gradient(#53c653, #448a44);
    background: -o-linear-gradient(#53c653, #448a44);
    background: -ms-linear-gradient(#53c653, #448a44);
    background: linear-gradient(#53c653, #448a44);
    border: 0px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}

.ui-growl-image-error ~ .ui-growl-message,
.ui-growl-error{
    background: #e66618  -moz-linear-gradient(center top , rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#e66618), to(#946a2a));
    background: -webkit-linear-gradient(#e66618, #946a2a);
    background: -moz-linear-gradient(#e66618, #946a2a);
    background: -o-linear-gradient(#e66618, #946a2a);
    background: -ms-linear-gradient(#e66618, #946a2a);
    background: linear-gradient(#e66618, #946a2a);
    border: 0px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}

.ui-growl-image-warn ~ .ui-growl-message,
.ui-growl-warn{    
    background: #d3de27  -moz-linear-gradient(center top , rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#d3de27), to(#959c2b));
    background: -webkit-linear-gradient(#d3de27, #959c2b);
    background: -moz-linear-gradient(#d3de27, #959c2b);
    background: -o-linear-gradient(#d3de27, #959c2b);
    background: -ms-linear-gradient(#d3de27, #959c2b);
    background: linear-gradient(#d3de27, #959c2b);
    border: 0px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}

.ui-growl-image-fatal ~ .ui-growl-message,
.ui-growl-fatal{
    background: #ec7663  -moz-linear-gradient(center top , rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#ec7663), to(#9c4133));
    background: -webkit-linear-gradient(#ec7663, #9c4133);
    background: -moz-linear-gradient(#ec7663, #9c4133);
    background: -o-linear-gradient(#ec7663, #9c4133);
    background: -ms-linear-gradient(#ec7663, #9c4133);
    background: linear-gradient(#ec7663, #9c4133);
    border: 0px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}

.ui-growl-bottom-rigth {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 380px;
}


.ui-growl-bottom-down-rigth {
    position: absolute;
    right: 20px;
    width: 380px;
    text-align: left;
    padding-bottom: 30%;
}


.ui-growl-message-large {
    padding: 0 0 5px 0;
    width: 310px;
    float: right;
}





.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

}

.ui-icon-descarga {
 background-image: url("/ReporteadorOREDA/javax.faces.resource/descarga_csv.ico.xhtml?ln=images")
}