﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 85px;
    padding-bottom: 20px;
    /*background-color: #f1f1f1 !important;*/
    /*background-color: #e6e6e6 !important;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.body-content .tituloHTTPS{
    background-color:#ffcc66 !important;
    margin-top:3%;
    padding:5px 10px;
    border:2px solid #b37700;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
}

.img-bandera{
    max-width: 25px;
}

/* --- MODIFICACIONES BOOTSTRAP --- */
/* -------------------------------- */
th {
    text-align: center !important;
    border-right: solid 1px #7c7c7c;
}
/*tr{
    height: 40px;
}*/
img {
  vertical-align: top !important;
}
.navbar-inverse {
  background-color: #0606e2;
  border-color: #0000FF;
}
.navbar-brand {
  padding: 5px 15px !important;
}



.radioBtnPago tr{
    /*background-color:red;*/
    display:contents;
}

.radioBtnPago img{
    width:200px;
    vertical-align:text-top;
    margin-right:20px;
}

/* --- W3 --- */
/* ---------- */
.w3-container:after, .w3-panel:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after, .w3-btn-bar:before, .w3-btn-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-panel {
    padding: 0.01em 16px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}
.w3-orange, .w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important;
}
.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important;
}
.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}
.w3-btn, .w3-btn-floating, .w3-dropnav a, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity, .w3-hover-opacity-off, .w3-hover-sepia, .w3-hover-grayscale, .w3-hover-greyscale,
.w3-navbar a, .w3-sidenav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
    -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
}
.w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit;
}

    .w3-closebtn:hover, .w3-closebtn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


/* --- PROPIOS --- */
/* --------------- */
/* Capas, div, etc 
   --------------- */
.container-ancho {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.contenedor-pagina {
    width: 100%;
    padding: 10px;
}
.seccion-pagina-left {
    float: left;
    width: 78%;
}
.seccion-pagina-left_1 {
    float: left;
    width: 49%;
}

.seccion-pagina-left2 {
    /*float: left;*/
    width: 100%;
}
.form-input-muy-grande2{
    float: left;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-medianoOtro{
    float: left;
    width: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-medianoOtro input{
    float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-medianoOtro span{
    float: left;
    width: 40px;
    height:32px;
    margin-left: 10px;
    margin-bottom: 10px;
    border:solid 2px black;

    /*background-color:rebeccapurple;*/
}

.form-input-medianoOtro2{
    float: left;
    width: 370px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-medianoOtro2 input{
    float: left;
    width: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-medianoOtro2 span{
    float: left;
    width: 40px;
    height:32px;
    margin-left: 10px;
    margin-bottom: 10px;
    border:solid 2px black;

    /*background-color:rebeccapurple;*/
}
.seccion-pagina-right {
    float: right;
    width: 20%;
}
.seccion-pagina-right_1 {
    float: right;
    width: 49%;
}
.seccion-item {
    width: 100%;
    height: 100%;
    padding: 20px 40px 30px 40px;
    /*box-shadow: 0px 0px 5px #cecece;*/
    /*border-left: 10px solid #11c7e6;*/
    border-left: 10px solid;
    /*box-shadow: 0 4px 10px 0 rgba(0,0,0,.5);*/
    /*-webkit-box-shadow: 1px 3px 21px 9px rgba(0,0,0,0.51);
    -moz-box-shadow: 1px 3px 21px 9px rgba(0,0,0,0.51);*/
    /*box-shadow: 1px 3px 21px 9px rgba(0,0,0,0.51);*/
    background-color: white;
    border-radius: 5px !important;    
}
.seccion-titulo {
    width: 100%;
    padding: 5px 20px 10px 20px;
    border: 1px solid #DADADA;
    background-color: #F4F4F4;
    height: 100%;
}
.seccion-contenido {
    width: 100%;
    padding: 20px;
    border: 1px solid #DADADA;
    background-color: #F4F4F4;
    height: 100%;
}
.seccion-contenido-2 {
    width: 100%;
    padding: 20px;
    border: 1px solid #0000FF;
    background-color: #f8f8f8;
    height: 100%;
    border-radius: 6px;
}
.botonera-principal {
    width: 100%;
    padding: 15px 20px 15px 20px; 
    background-color: #d8d8d8;
    border-radius: 10px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-left-detalle{
    float: left;
    width: 25%;
}
.float-right-detalle{
    float: right;
    width: 70%;
}
.nueva-seccion {
    clear: both;    
}
.nueva-seccion-top {
    clear: both;
    margin-top: 15px;
    /*background-color:red;*/
    border-radius: 5px !important;
}
.nueva-seccion-bottom {
    clear: both;
    margin-bottom: 10px;
}
.nueva-seccion-top-bottom {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ocultar {
    display: none;
}
.tablaocultar{
    display: normal;
}
.tablamostrar{
    display: none;
}
.tablamostrarth{
    display: none;
}
.logo-principal {
    border: 0px none Transparent;
    background-color: Transparent;
    padding-top: 0px;
    height: 90px;
}
.logo-secundario-right {
    border: 0px none Transparent;
    background-color: Transparent;
    padding-top: 20px;
    height: 60px;
}

.logo-secundario-right2 {
    border: 0px none Transparent;
    background-color: Transparent;
    padding-top: 30px;
    /*height: 50px;*/
}

.infoTelefonoMail{
    /*background-color:red;*/
    margin-top:30px;
    text-align:right;
    padding:0;
    
}

.logo-secundario-right3 {
    margin-right:10px;
    border: 0px none Transparent;
    background-color: Transparent;
    /*background-color:red;*/    
    /*margin-top: 0px;*/
    /*position: absolute;*/
    /*font-weight:bold;*/
    color:white;
    font-size:16px;
    font-family:Arial;
}

.logo-secundario-right4 {
    margin-right:10px;
    border: 0px none Transparent;
    background-color: Transparent;
    color:white;
    font-size:16px;
    font-family:Arial;
    width:110px;
}

.logo-secundario-right4 span{
    position: fixed;
    margin-top: -25px;
}

.float-right, .logo-secundario-right4{
    display:inline-block;
}


/* Para formularios 
   ---------------- */
.form-input-muy-pequeno{
    float: left;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-pequeno{
    float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-muy-mediano{
    float: left;
    width: 185px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-mediano{
    float: left;
    width: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-muy-grande{
    float: left;
    width: 305px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-grande{
    float: left;
    width: 350px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-grandote{
    float: left;
    width: 450px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-multilinea{
    float: none;
    clear: both;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-buscar{
    float: left;
    width: 250px;
    margin-right: 5px;
}
.input-multilinea {
    height: 100px !important;
}
.imagen-mediano{
    width: 100%;    
    padding-top: 5px;
    padding-bottom: 5px;
}
.file-upload{
    width: 100%;    
}
.textbox-bloqueado{
    background-color: #c8c8c8;
}
.form-input-auto{
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}



/* Para botonera de opciones */
.contenedor-button-opciones{
    /*margin-top: 15px;*/
}
.contenedor-textbox-opciones{
    float: left;
    margin-right: 10px;
}
.contenedor-dropdow-opciones{
    float: left;
    margin-right: 10px;
}
.contenedor-control-opciones{
    float: left;
    margin-right: 10px;
}
.button-opciones{
    margin-right: 5px;
    border-width: 0;
    background-color: transparent;
}
.textbox-opciones{
    margin-right: 5px;
    border-width: 0;
}


/* Textos varios 
   ------------- */
.texto-cursiva {
    font-style: italic;
}
.texto-negrita {
    font-weight: bold;
    font-size: 20px;
}
.texto-marca-agua{
    font-style: italic;
    color: #bbbbbb;
}
.MensajeOK {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	font-style: italic;
}
.MensajeError {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: red;
	font-style: italic;
    font-weight: bold;
}
.texto-label {
    font-size: 18px;
}
.texto-logo-principal-left {
    padding-top: 40px;
    padding-left: 10px;
    font-size: 30px;
    float: right;
    display: none;

    
}

/* Controles
   --------- */
.textbox-calendario-dia {
    width: 45px;
}
.gridview-tarifas-celda{
    padding: 5px;
}
.gridview-tarifas-cabecera{
    border-style: none solid none none;
    background-color: #7c7c7c;
    color: white;
    border-right-width: 1px;
    border-right-color: #5b5b5b;
}
.textbox-cambio{
  background-color: #f8ba7f;
}
.gridview-footer{
    font-size: large;
    font-weight: bold;
}

/* --- ListView Mis Productos --- */
.listview-mis-productos-contenedor {
    height: 100%;
    width: 100%;
}
.listview-mis-productos-articulo{
    width: 28%;
    margin: 2%;
    padding: 2%;
    display: inline;
    float: left;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}
.listview-mis-productos-articulo-imagen-contenedor{
    width: 100%;
}
.listview-mis-productos-articulo-imagen-contenido{
    width: 100%;
}
.listview-mis-productos-articulo-nombre{  
    font-size: medium;
    padding: 5% 2% 0% 2%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.listview-mis-productos-sin-dato{
    text-align: center;
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 840px){
    
    .body-content .tituloHTTPS{
        margin-top:70px;
    }
}

@media screen and (max-width: 400px) {
    
    .body-content .tituloHTTPS{
        margin-top:100px;
    }
}


/* Responsive: Portrait tablets and up */
@media screen and (max-width: 500px) {
    /* --- ListView Mis Productos --- */
    .listview-mis-productos-contenedor{
        height: 100%;
        width: 100%;
    }
    .listview-mis-productos-articulo{
        width: 86%;
        margin: 7%;
        padding: 7%;
        display: block;
        float: none;
        border: 1px solid #c1c1c1;
        border-radius: 10px;
    }
    .listview-mis-productos-articulo-imagen-contenedor{
        width: 100%;
    }
    .listview-mis-productos-articulo-imagen-contenido{
        width: 100%;
    }
    .listview-mis-productos-articulo-nombre{  
        font-size: medium;
        padding: 5% 2% 0% 2%;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }
    .listview-mis-productos-sin-dato{
        text-align: center;
    }
}

@media (max-width: 768px) {
    .contenedor-pagina {
        /*padding: 50px 10px 10px 10px;*/
        padding-top:10%;
    }
}


/* Responsive: Portrait tablets and up */
@media only screen and (max-width: 850px) {
    .float-left{
        float: none;
        width: 100%;
    }
    
    .logo-secundario-right2 {
        /*background-color:red;*/
        /*padding-top: 0px;*/
        padding-top:0;
        margin-top:0;
        height:30px !important;
    }    

    .float-right{
        float: none;
        width: 100%;
    }
    .float-left-detalle{
        float: none;
        width: 100%;
    }
    .float-right-detalle{
        float: none;
        width: 100%;
    }
    .seccion-pagina-left {
        float: none;
        width: 100%;
    }
    .seccion-pagina-left_1 {
        float: none;
        width: 100%;
    }
    .seccion-pagina-right {
        float: none;
        width: 100%;
    }
    .seccion-pagina-right_1 {
        float: none;
        width: 100%;
    }
    .seccion-item {
        padding: 10px 20px 15px 20px;        
    }
    .seccion-titulo {
        padding: 5px 10px 10px 10px;
    }
    .seccion-contenido {
        padding: 10px;
    }
   .form-input-muy-pequeno {
       float: none;
        width:95%;
    }
    .form-input-pequeno {
        float: none;
        width:95%;
    }
    .form-input-muy-mediano{
        float: none;
        width:95%;
    }
    .form-input-mediano {
        float: none;
        width:95%;
    }
    .form-input-muy-grande{
        float: none;
        width:95%;
    }
    .form-input-grande{
        float: none;
        width:95%;
    }
    .form-input-grandote{
        float: none;
        width:95%;
    }
    .form-input-multilinea {
        width:95%;
    }
    .tablaocultar {
        display:none ;
    }
    .tablamostrar{
        display: inline-block;
    }
    .tablamostrarth{
        display: block;
    }
    .logo-principal {
        height: 55px;
    }
    .logo-secundario-right {
        padding-top: 0px;
        height: 40px;
    }

    /* Para botonera de opciones */
    .contenedor-button-opciones{
        margin-bottom: 5px;
    }
    .contenedor-textbox-opciones{
        width: 180px;
    }
    .contenedor-dropdow-opciones{
        width: 180px;
    }
    .contenedor-control-opciones{
        width: 50px;
    }

    /* Textos varios 
    ------------- */
    .texto-logo-principal-left {
        padding-top: 20px;
        padding-left: 5px;
        font-size: 20px;
        float: right;
    }
}
