html,
body {
    height: 100%;
}

#tapper-billetera_virtual{
    width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; color: #555; border: 1px solid #ccc; border-radius: 4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.p1 {
    font: 14.0px 'STHeitiSC-Medium';
    margin-left: 5px;
    margin-right: 5px;
    color: #666666;
    text-align: justify;
}

.titulo {
    font: 14.0px 'STHeitiSC-Medium';
    margin-left: 5px;
    margin-right: 5px;
    color: 999999;
    font-weight: bold;
}
.cbx-label{width: auto !important}
.ContentLinea{margin-top: 30px}
.terminosCondiciones{font-size: 14px; font-weight: bold; font-size: normal; text-align: center}
.contentTerminos{
    width: 80%;
    height: 200px;
    margin: 0 auto;
    border:1px solid black;
    overflow-y:scroll;
    padding: 10px;
    text-align: justify;
    border-radius: 3px;
}
.page-title {
    padding: 2px;
    background-color: #38c8b9;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2%;
}

.btn-tap {
    color: #000000;
    background-color: #57e4c1;
     
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

#filter_div {
    text-align: right;
}

.div_inline
{
  display: inline-block;
  vertical-align: top;
}

.icon:hover, .reder_sociales span:hover
{
    color: #808080;
}

.reder_sociales
{
    color: #787878; 
}

@media screen and (max-width: 40em) {
    #figure_banner {
        background-image: url(../images/banner_login.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0;
    }    
    #filter_div
    {
            background: rgba(156,30,24,.4);
            padding: 1em .2em 0 .2em;
            text-align: center;
    }

    #filter_div img
    {
            max-width: 80%;
            margin: 0 auto;
    }
}

@media screen and (min-width: 40em) {
    #figure_banner {
        background-image: url(../images/banner_login.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 3.6em 0;
    }   
}

.img-wrapper {
    display: inline-block;
    overflow: hidden;
}

.img-wrapper img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.img-wrapper img:hover {
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.circle-content {
    color: #000;
    float: left;
    line-height: 1;
    margin-top: -0.2em;
    padding-top: 50%;
    padding-left: 5%;
    text-align: center;
    width: 100%;
}

.circle-content-white {
    color: #FFF;
    float: left;
    line-height: 1;
    margin-top: -0.2em;
    padding-top: 50%;
    padding-left: 5%;
    text-align: center;
    width: 100%;
}

.nameCircle{
    color: #000;
    float: left;
    line-height: 1;
    margin-top: +1em;
    font-size: 0.5em;
    text-align: center;
    width: 100%;
}

.circle-responsive {
    border-radius: 50%;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    font-size: 25px;
    min-height: 50px;
    max-height: 100px;
}

.circle-red {
    background: #FF2600;
    border: 4px solid #FF2600;
}

.circle-blue {
    background: #4180FF;
    border: 4px solid #4180FF;
}

.circle-green {
    background: #669900;
    border: 4px solid #669900;
}

.circle-yellow {
    background: #ffff00;
    border: 4px solid #ffff00;
}

.circle-blue-soft {
    background: #F4F5F7;
    border: 4px solid #5C75A9;
}

.circle-red-soft {
    background: #CC665F;
    border: 4px solid #CC665F;
}

@font-face {
    font-family: LucidaBright;
    src: url(fonts/Lucida_Bright.ttf);
}

@font-face {
    font-family: 'Lucida Sans Typewriter';
    src: url(fonts/LucidaSansTypewriterRegular2.ttf);
}

.content-imgZoom{width: 100%; height: auto; float: left;}
.contentImage{width: 100%; height: auto; float: left}
/*.contentImage img{max-width: 100%}*/
.contentBtns{width: 30%; height: auto; float: right; margin-top: 5px}
.contentBtns .txt{float: left}
.contentBtns .contBar{width: 70%; float: right; margin-top: 4px;}
.contentBtns .contBar input{cursor: pointer}

legend{font-size: 16px !important}
.contentImgCampo{max-width: 100%; max-height: 150px; float: left}
.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
#custom-handle{
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    cursor: pointer
}
.contentImage{margin-bottom: 20px}
.form-control {

width: 100%;
height: 35px;
padding: 6px 12px;
/*font-size: 18px;*/
color: #0b0808;

}
.alert{padding:3px; margin:20px}

@media screen and (max-width:640px) {  
    #figure_banner {
        background-image: url(../images/banner_login.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0;
       
    }    
}  
.btn-confir {
    margin-left: 4%;
    color: #9ea4a5;  
    font-size: 10px;
    padding: 0px 0px; 
}



/** top tiles  */
.tile_count {
  margin-bottom: 10px;
  margin-top: 20px;
}
.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  /* text-overflow: ellipsis;
  overflow: hidden;
 white-space: nowrap;
  position: relative;*/
}

@media (min-width: 992px) {
  footer {
    margin-left: 230px;
  }
}

@media (min-width: 992px) {
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
.tile_count .tile_stats_count:before {
  content:"";
  position: absolute;
  left: 0;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
@media (min-width:992px) {
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0;
  }
}
.tile_count .tile_stats_count .count {
  font-size: 30px;
  line-height: 30px;
 
}
@media (min-width:768px) {
  .tile_count .tile_stats_count .count {
    line-height: 35px;
  }
  .navbar-brand {
    float: left;
    height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tile_count .tile_stats_count .count {
    font-size: 25px;
  }
}
.tile_count .tile_stats_count span {
  font-size: 12px;
}
@media (min-width:768px) {
  .tile_count .tile_stats_count span {
    font-size: 13px;
  }
}
.tile_count .tile_stats_count .count_bottom i {
  width: 12px;
}
/** /top tiles **/

.green {
    color: #1ABB9C;
}

.red {
       color: chocolate;
}

#campos {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 10px;
    margin-bottom: 0;
    background: #d6d8da;
    border: 1px solid transparent;
    border-radius: 4px;
    
}      
#puntos {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 10px;
    margin-bottom: 0;
    background: #a3fff2;
    border: 1px solid transparent;
    border-radius: 4px;
    
}      
#mensaje {
    display: inline-block;
    padding: 6px 0px;
    margin-left: 0px;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    
} 

.contentAuditoria{
    width: 100%;
    height: auto;
    float: left;
}

.contentImagen{
    width: 96%;
    height: 130px;
    padding: 2%;
    float: left;
    border: 1px solid black;
}

.contentImagen img{
    margin: 0 auto 
}

.contentCalidad{
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 20px;
}

.titleAud{float: right;}

.calidadOpera{
    width: 50%;
    height: auto;
    float: left
}

.calidadResumen{
    width: 46%;
    padding: 2%;
    height: auto;
    float: left;
}

.calidadResumen button{
    float: right;
    margin-top: 44px 
}

.contentHeader{
    width: 100%;
    height: auto;
    float: left
}

.contentHeader h3{
    width: 50%;
    float: left;
}

.nosExist{
    display: none
}

.contentResultados{
    width: 100%;
    height: auto;
    float: left
}

.contentResultados div{
    border-bottom: 1px solid black;
    padding: 5px
}

.contentResultados div:last-child{
    border-bottom: none
    }

.contentResultados .der, .calidadResumen .der{
    float: right;
}

.calidadResumen label{
    width: 100%;
    float: right;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: normal
}

.contentCerrado{
    width: 96%;
    min-height: 90px;
    height: auto;
    float: left;
    text-align: left;
    border:1px dotted #4d4d4d;
    margin-top: 10px;
    padding: 2% 
}

.contentCerrado label{
    font-family: Verdana;
    font-size: 35px;
    font-weight: normal
}

.contentExtra{
    width: 100%;
    height: 40px;
    float: left;
}

.contentExtra #opcional{
    width: 85%;
    float: left;
}

.contentBtn{
    width: 75%;
    height: 50px;
    float: left;
    margin-top: 20px;
}

.contentError{
    width: 98%;
    height: auto;
    float: left;
    padding: 1%;
    border: 1px solid #F7931E;;
    border-radius: 4px;
    margin: 0 0 20px 0;
    background-color: #F7931E;
    transition:all 0.3s ease;
}

.contentExito{
    width: 98%;
    height: auto;
    float: left;
    padding: 1%;
    border: 1px solid #77dd77;;
    border-radius: 4px;
    margin: 0 0 20px 0;
    background-color: #77dd77;
    transition:all 0.3s ease;
}

.contentError label{
    margin: 0;
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px black
}

.contentExito label{
    margin: 0;
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px black
}

/**privacidad**/

span.text-white{
    color: #Fff;
}

span.text-orange{
    color: #F9A100;
}

img.banner-privacidad{
    width: 100%;
    position: absolute;
    top: 0;
    height: 496px;
}

div.privacidad{
    background-color: #f5f5f4;
    position:relative;
    z-index:1;
    margin-top:0px;
}

div.contenedor-privacidad{
    background-color: #ffffff;
    box-shadow: 2px 2px 15px;
}

h2.contenido-privacidad, div.contenido-privacidad{
    padding-left: 50px;
    padding-right: 50px;
}

h3.titulo{
    margin-bottom: 20px;
    font-family: "Oswald";
    font-weight: 900;
    line-height: 1;
    color: #F9A100;
    text-transform: uppercase;
    padding-top: 20px;
    margin-top: 0;
    }

div.espacio{
    padding-bottom: 50px;
}

/***************/