/* 
    Created on : 30-01-2016, 03:25:01 PM
    Author     : paulo
    Template base: Jonathan Verrecchia - verekia.com/initializr/responsive-template
*/

body,html{
    font-family: "exoregular","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.body-login {
    background: rgba(0,69,124,1);
    background: -moz-linear-gradient(top, rgba(0,69,124,1) 0%, rgba(68,140,190,1) 89%, rgba(68,140,190,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,69,124,1)), color-stop(89%, rgba(68,140,190,1)), color-stop(100%, rgba(68,140,190,1)));
    background: -webkit-linear-gradient(top, rgba(0,69,124,1) 0%, rgba(68,140,190,1) 89%, rgba(68,140,190,1) 100%);
    background: -o-linear-gradient(top, rgba(0,69,124,1) 0%, rgba(68,140,190,1) 89%, rgba(68,140,190,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,69,124,1) 0%, rgba(68,140,190,1) 89%, rgba(68,140,190,1) 100%);
    background: linear-gradient(to bottom, rgba(0,69,124,1) 0%, rgba(68,140,190,1) 89%, rgba(68,140,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457c', endColorstr='#448cbe', GradientType=0 );
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-login-gestora {
    background: rgba(75,173,64,1);
    background: -moz-linear-gradient(top, rgba(75,173,64,1) 0%, rgba(16,162,203,1) 89%, rgba(16,162,203,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75,173,64,1)), color-stop(89%, rgba(16,162,203,1)), color-stop(100%, rgba(16,162,203,1)));
    background: -webkit-linear-gradient(top, rgba(75,173,64,1) 0%, rgba(16,162,203,1) 89%, rgba(16,162,203,1) 100%);
    background: -o-linear-gradient(top, rgba(75,173,64,1) 0%, rgba(16,162,203,1) 89%, rgba(16,162,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(75,173,64,1) 0%, rgba(16,162,203,1) 89%, rgba(16,162,203,1) 100%);
    background: linear-gradient(to bottom, rgba(75,173,64,1) 0%, rgba(16,162,203,1) 89%, rgba(16,162,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457c', endColorstr='#448cbe', GradientType=0 );    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-main {
    background: #fff;
}

.degradado{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: white;
    background: -moz-linear-gradient(top, #448CBE, #BCD0E3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#448CBE), to(#BCD0E3));
}

/* Form */
.login-form-container {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 300px;
    margin: 0 auto 0px;
    padding: 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    box-shadow: 0 5px 10px #aaa;
}
.login-form-container .thumbnail {
    background: #F6F8F5;
    width: 145px;
    height: 145px;
    margin: 0 auto 30px;
    padding: 36px 26px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-sizing: border-box;
    /*responsive, ver media queries posteriores*/
    display:none;
}
.login-form-container .thumbnail img {
    display: block;
    width: 100%;
}
.login-form-container input {
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;    
    padding: 15px;
    outline: 0;
    background: #f2f2f2;
    box-sizing: border-box;
    font-size: 14px;
}
.login-form-container button {
    outline: 0;
    width: 100%;
    border: 0;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}
.login-form-container .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
    font-style: italic;
}
.login-form-container .message a {
    color: #EF3B3A;
    text-decoration: none;
}

.login-form-container .register-form {
    display: none;
}

.login-container {
    position: relative;
    z-index: 1;
    /*responsive con media query*/
    max-width: 350px;
    margin: 0 auto;
}

.login-container:before, .login-container:after {
    content: "";
    display: block;
    clear: both;
    padding-top:8%;
}
.login-container .login-title {
    margin: 0 auto 0;
    text-align: center;
}
.login-container .login-title div {
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.login-container .login-title span {
    color: #f6f8f5;
    font-size: 18px;
}
.login-container .login-title span a {
    color: #000000;
    text-decoration: none;
}
.login-container .login-title span .fa {
    color: #EF3B3A;
}

.loader {
    display:none;
    position: absolute;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    width: 97%;
    margin: 0 2%;
}

.header-container {
    border-bottom: 20px solid #012547;

}

.menu-container{
    width: 25% !important;  display: inline !important; 
}

.main-container{
    /*display: inline-block; */
    display: table; 
    width: 87%;
    height: 79%;
}

.footer-container{
    display:block;
    height: 6%;
    -webkit-box-shadow: 0 5px 10px #aaa;
    -moz-box-shadow: 0 5px 10px #aaa;
    box-shadow: 0 5px 10px #aaa;
}

.footer-container,
.main aside {
    border-top: 23px solid #012547;
}

.footer-container,
.main aside {
    background: #25689A;
}

.header-container-safi {
    background: #25689A;
}

.foot-cont {
    width: 100%;    
}

.foot-cont {
    width: 100%;    
}

.foot-izq{
    float:left;
}

.foot-der{
    float:right;
}

.user-name{
    /*display: inline-block;*/
    text-align: left;
    width: 36%;
    color:white;
    display: unset !important;
}

.title {
    color: white;
    /*display:inline;*/
}

.menu-izq{
    float:left;
}

.message{
    margin:0px;
    color: white;
}


.menu {
    float:left;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #012547;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

.main {
    padding: 3px 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0 0;
}

.main article h1 {
    font-size: 2em;
    margin: 0.67em 0 0;
    margin-bottom: 0px !important;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
}

.ie7 .title {
    padding-top: 20px;
}


.menu-bar{
    display:none;
    position:absolute;
    float: right;
    top:5%;
}

.ui-steps .ui-steps-item {
    width: 24%;
}

.ui-state-highlight {
    text-shadow: none !important;
}

.ui-steps.custom {
    margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0 1em;
}

.ui-radiobutton {
    margin: 3px 10px !important;
}



.ui-steps.custom .ui-steps-item .ui-steps-number {
    background-color: #0081c2;
    color: #FFFFFF;
    display: inline-block;
    width: 30px;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.fila-lote-retener{
    background-color: #fdbf81 !important;
    background-image: none !important;
    color: #000000 !important;
}


.boleta-faltante-marc{
    background-color: #fdbf81 !important;
    background-image: none !important;
    color: #000000 !important;
}


.fila-boleta-rever{
    text-decoration: line-through;
}

.ui-widget-header td{
    height: 23px;    
}


.fondo-botones {
    background-color: #f2f2f2;
    border: 1px dashed #012547;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 11px;
    width: 100%;
}


.fondo-botones-monto-cero{
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 11px;
}


.fondo-botones .ui-button {
    padding: 5px;
    outline: 0;
    border: 0;
    height: 35px;
    min-width: 154px;
}

.tabla-res-lot-c1{
    width:80%;
    margin: 0 auto 0 !important;
}

.tabla-res-lot-c2{
    width:100%;
}

.tabla-res-lot-izq{ 
    width:80%;
    float:left;
}


.tabla-res-lot-der{
    width:80%;
    float:right;
}

.tabla-res-lot-izq-div{

}

.tabla-res-lot-der-div{

}

.label-titulo{
    font-weight:bold; 
    color: #6e6e6e
}

.btn-opt-01{
    height: 20px !important;
    max-width: 81px !important;
    min-width: 81px !important;
    width: 81px !important;
}

.btn-opt-02{
    height: 25px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    width: 100px !important;
}

.btn-opt-03{
    height: 20px !important;
    max-width: 150px !important;
    min-width: 150px !important;
    width: 150px !important;
}

.btn-opt-04{
    height: 25px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
}

.btn-opt-05{
    height: 25px !important;
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.btn-opt-06{
    height: 25px !important;
    max-width: 30px !important;
    min-width: 30px !important;
    width: 30px !important;
}

.btn-opt-07{
    height: 25px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    width: 80px !important;
}



.centrar{
    margin:0 auto 0 !important;    
}


.div-dialog-audito{
    width: 100%;
    height: auto;
    max-width:900px; 
    max-height: 450px; 
    overflow: auto
}


.div-dialog-notif{
    width: 500px;
    height: 120px;
    max-width:500px; 
    max-height: 180px; 
    overflow: auto
}

.div-dialog-param-aps{
    width: 500px;
    height: 180px;
    max-width:500px; 
    max-height: 200px;
    overflow: auto
}

.tbl-param-not-aps{
    width:90%;    
}

.tbl-param-not-aps tr{
    height: 30px;
}





.div-dialog-marcar{
    width: 500px;
    height: 200px;
    max-width:900px; 
    max-height: 500px; 
    overflow: auto
}

.div-dialog-marcar-inc{
    width: 300px;
    height: 100px;
    max-width:900px; 
    max-height: 500px; 
    overflow: auto
}

.div-dialog-marcar-obs{
    width: 650px;
    height: 260px;
    max-width:900px; 
    max-height: 400px; 
    overflow: auto
}


.div-dialog-sol-depo{
    width: 550px;
    height: 450px;
    max-width:900px; 
    max-height: 500px; 
    overflow: auto
}




.txt-izq{
    text-align: left;    
}
.txt-der{
    text-align: right;    
}
.txt-centro{
    text-align: center;    
}

.ancho_100{
    width: 100%;    
}

.ancho_90{
    width: 90%;    
}

.ancho_80{
    width: 80%;    
}

.ancho_70{
    width: 70%;    
}

.ancho_60{
    width: 60%;    
}

.ancho_50{
    width: 50%;    
}
.ancho_40{
    width: 40%;    
}
.ancho_30{
    width: 30%;    
}
.ancho_20{
    width: 20%;    
}
.ancho_15{
    width: 15%;    
}
.ancho_10{
    width: 10%;    
}
.ancho_05{
    width: 5%;    
}


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

.boton-generico-01{
    width: 160px !important; 
    padding: 3px !important;  
    margin:2px !important;
}


.tama_let_grill_chico {
    font-size: 10px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.tbl-espacio tbody tr td{
    padding: 4px;     
}


.div-responsive-01-2-col{
    width: 50%;
}

.estilo-marco{
    padding-left: 30px;
}


.monto-garant-act{
    width:80%;
    margin:0 auto 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


.aviso-urgente{
    width: 80%;
    margin: 0 auto 0;
    padding:10px;
    border: 1px solid red; 
    color:black;
    font-size: 10px;
}
.aviso-urgente span{
    color:red;
    font-size: 12px;
    font-weight: bold;
}

.resaltar-dato{
    font-size: 13px;
    color:blue;
    font-weight: bold;
}

.ui-spinner-01{
    width: 100%;
}
.ui-spinner-01 input{
    text-align: left !important;
}