/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/01/2017, 04:39:14 PM
    Author     : richard
*/
*html .Espera {
    position: absolute;
}

.Espera{
    display: none; /*--hidden by default--*/
    float: left;
    position: fixed;
    top: 45%; left: 45%;
    z-index: 99999;
}

.Cargando{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0; left: 0;
}

#Loading { /*--Transparent background layer--*/
           display: none; /*--hidden by default--*/
           background: transparent;
           position: fixed; left: 0; top: 0;
           width: 100%; height: 100%;
           opacity: .10;
           z-index: 9999;
           cursor: wait;
           color: #496477;
}

div.LoadingMsj { /*--Transparent background layer--*/
                 display: none; /*--hidden by default--*/
                 background: #FFFFAA;
                 position: fixed; left: 0; top: 0;
                 z-index: 9999;
                 cursor: wait;
                 color: #496477;
                 padding: 3px;
                 border: 2px outset #B3B378;
}




.flecha td:first-child::before{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #fff;
border-image: none;
border-style: solid;
border-width: 5px;
content: "";
height: 1px;               
margin-left: 0;
position: absolute;
top: -10px;
width: 1px;
}
#dvOpcFil td:first-child::before{
left: 80%;
}
#dvOpcConf td:first-child::before{
left: 90%;
}

#dvParametros{
background-image: url("../../Img/VentNew/parametros.png");
}
#dvPeriodos{
background-image: url("../../Img/VentNew/periodos.png");
}

.IMenu{
height: 88px;                
background-size: 30px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
float:left;
border: 1px solid transparent;
padding: 0 10px;
position: relative;
//font-weight: bold;                
}

.IMenu > label{
position: relative;
top: 60px;
}

.IMenu:hover{
background-color:  #dd6326;//#1d7dc2;
}

.IMenuModulos{
width: 97.7%; 
background: #fff; 
display:none; 
position: absolute;  
top:90px;left:0; 
text-align: left; 
padding:10px;  
color:#545454;
z-index: 10;
}



.IMenuModulos li:hover{
    //opacity:0.4;
    color:#1d7dc2;
    //font-weight: bolder;
}

ul{
list-style: outside none none;
padding-left: 0;
margin-bottom: 0;
margin-top:5px;
}

#btnConf{
background-image: url("../../Img/VentNew/perfil.png");
background-position: center center;
background-repeat: no-repeat;
border:none;
background-size: 20px auto;
background-color: transparent;
vertical-align: middle;
}

#btnFil{
background-color: #164b72;
background-image: url("../../Img/VentNew/flechita_blanca.png");
background-position: right 5% center;
background-repeat: no-repeat;
background-size: 10px auto;
border: medium none;
border-radius: 3px;
color: #fff;
height: 35px;
padding: 3px 3px 3px 8px;
text-align: left;
width: 100px;
font-size: 14px;
font-weight: bold;
float:right;
}

#dvOpcConf{
display:none; 
position:absolute; 
top:50px; 
background: #fff; 
border-radius:3px; 
z-index:5; 
right: 5px;
cursor: pointer;
color: #545454;
}

.Sombra{    
    box-shadow: 5px 5px 2px #aaa;
    -webkit-box-shadow: 5px 5px 2px #aaa;
    -moz-box-shadow: 5px 5px 2px #aaa;
}

.BtnsPest{
background-image: url("../../Img/Vent/Guardar.png");
background-size: 30px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
border: 1px solid transparent;
border-radius: 5px;
margin: 0;
padding-top: 45px;
color:#fff;    
height: 80px;
}

.MenuGrupo{
margin:0px;
font-weight: bold;
font-size: 14px;
}

.BuscarAula::-webkit-input-placeholder { color:#fff; }
.BuscarAula::-moz-placeholder { color:#fff; } /* firefox 19+ */
.BuscarAula:-ms-input-placeholder { color:#fff; } /* ie */
.BuscarAula input:-moz-placeholder { color:#fff; }

.BuscarAula{
background-color: rgba(255, 255, 255, 0.1);
background-image: url("../../Img/VentNew/buscar.png");
background-position: left 2.5% center;
background-repeat: no-repeat;
background-size: 20px auto;
border: medium none;
border-radius: 3px;
color: #fff;
font-size: 14px;
font-weight: bold;
height: 30px;
padding: 2px 2px 2px 40px;
width: 400px;
::-webkit-input-placeholder { color: white; } /* WebKit */
:-moz-placeholder { color: white; } /* Firefox 18- */
::-moz-placeholder { color: white; } /* Firefox 19+ */
:-ms-input-placeholder { color: white; } /* IE 10+ */
}


.flechabtn::after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #fff;
border-image: none;
border-style: solid;
border-width: 5px;
content: "";
height: 1px;               
margin-left: -5px;
position: absolute;
bottom: 0px;
width: 1px;
}
.flechamenu{
background-color:  #1d7dc2;
}
.flechamenu::before{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #fff;
border-image: none;
border-style: solid;
border-width: 5px;
content: "";
height: 1px;               
margin-left: -5px;
position: absolute;
padding-top:15px;
top: 63px;
width: 1px;
left: 50%;
}
.flechaNov::after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #fff;
border-image: none;
border-style: solid;
border-width: 5px;
content: "";
height: 1px;
left: 74%;
position: relative;
top: -82px;
width: 1px;
}
.select {
position: relative;
border: 1px solid #ccc;
width: 120px;
overflow: hidden;
background-color: #fff;
}
.select:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}
.select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
}

.dvFecha{
    width: auto;
    position: absolute;
    top:50px;
    right: 20px;
    color: #fff;
}
.BotonesVertical{
    width: 100%; 
    height: 31px; 
    margin:0; 
    padding:0; 
    text-align: left; 
    padding-left: 20px; 
}
.BotonesVertical > label{
    position: relative;
    top: 5px;
}
#btnNconf{
    //background-image: url("../Img/VentNew/ajustes.png");
    //background-repeat: no-repeat;
    //background-size: 18px auto;
    //border:none;
    cursor: pointer;
    //height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    //width: 20px;
}
.btnFav{
    width: 100%;
    float: left;
    height: 15px;
    text-align: right;
    cursor:pointer;
}
.trTitl{
    width: 100%;
    color : #1d7dc2;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.trCuerpo{
    width: 100%;
    color : #545454;
    font-size: 13px;
    text-align: left;
}
.trFecN{
    width: 100%;
    color : #aaa;
    font-size:10px;
    text-align: left;
}
#ttlNovC > div{
    background-color: #fff;
    margin-top:3px;
}
#ttlNovC > div:last-child{
    border-radius: 0 0 3px 3px;
}
#ttlNovC > div:first-child{
    border-radius: 3px 3px 0 0;
   // margin-top:0;
}

.iconoBusquedad{
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url("../Img/Vent/Boletin16.png");
    background-position: left 0% center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    padding-left: 15px;
}

/*.cln{
    display: none;
}*/
/*
.dropdowns:hover .cln {
  display: block;
}*/

@media only screen and (min-height: 561px) and  (max-height: 760px){
    #divBandeja{
        height: 310px;
    }
}

@media only screen and (min-height: 0px) and (max-height: 560px){
    #divBandeja{
        height: 181px;
    }
}

@media only screen and (min-height: 761px) and  (max-height: 937px){
    #divBandeja{
        height: 525px;
    }
}

@media only screen and (min-height: 938px) and  (max-height: 1024px){
    #divBandeja{
        height: 741px;
    }
}

/***/
.dvnlok{
float: right!important;
margin-top: 15px;
margin-right: 60px;
}   
.dvnloks{
background-color: #FF2B66;
vertical-align: middle;
visibility: visible;
text-align: center;
vertical-align: middle;
display: inline-table;
position: absolute;
right: 80px;
top: 20px;
}   

@media only screen and (max-width: 1145px){
    .dvnlok{
        float: right!important;
        margin-top: 15px;
        margin-right: 0px;
        width: 55%
    }    
    .dvnloks{
        background-color: #FF2B66;
        vertical-align: middle;
        visibility: visible;
        text-align: center;
        vertical-align: middle;
        display: inline-table;
        position: absolute;
        right: 17px;
        top: 20px;
    }
}

@media only screen and (max-width: 1145px){
    .dvnlok{
        float: right!important;
        margin-top: 15px;
        margin-right: 0px;
        width: 47%
    }   
    .dvnloks{
        background-color: #FF2B66;
        vertical-align: middle;
        visibility: visible;
        text-align: center;
        vertical-align: middle;
        display: inline-table;
        position: absolute;
        right: 17px;
        top: 32px;
    }
}
