﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
	height:100%;
}

body {
    background: #fff !important;
    font-size: .80em !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    color: #4a4a4a !important;
}

a:link, a:visited, a:active
{
	color: #666;
    text-decoration-line:none;
}



/* LINKS
----------------------------------------------------------*/

a.vinc:visited, a.vinc:active, a.vinc:link
{
	color:#777;
	text-decoration:none;
	font-weight:normal;
}

a.vinc {
    color: #777;
    text-decoration: none;
    font-weight: normal;
}

a.vinc:hover 
{
	color:#333;
	text-decoration:underline
}
 
a.linkVideo:visited, a.linkVideo:active, a.linkVideo:link
{
	color: #777;
	text-decoration: underline;
	font-size: 1.2em;
}

a.linkVideo:hover
{
	color: #333;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #0f4590;
    margin-bottom: 0px;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif;
}

h1
{
	font-size: 1.6em !important; 
}

h2 {
    font-size: 1.4em !important;
}

h3 {
    font-size: 1.2em !important;
}

h4 {
    font-size: 1.1em !important;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


#background
{
	background-color:#fff;
	background-image: url(../Images/background.png);
	background-repeat: repeat-x;
}

#page
{
	background-color:#fff;
	margin: auto;
	padding:0px;
	width:1250px;
	height:100%;
}

#header
{
    background-color:#036ca9;
	background-image: url(../Images/backgroundHeader.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
    width: 100%;
	height:45px;
    text-align:center;
}

#main
{
	padding: 0px;
	margin: 0px;
	height:100%;
} 

#mainMenu
{
    background-image: url(../Images/backgroundMainMenu.png);
	background-repeat: repeat-x;
	width:100%;
	height: 45px;
    width: auto;
    padding-left: 290px;
}

#content
{
	padding:0px;	
	margin:0px;
	padding-bottom:50px;
	padding-top:10px;
	left:220px;
	width:100%;
}

.notification{
    color:tomato;
    font-size:0.9em;
    font-style:oblique;
    text-align:center;
}

.fondoPantallaCompleta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-contenedor {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    min-width: 320px;
    text-align: center;
    overflow: hidden;
}

.popup-header {
    background-color: #f0f0f0;
    padding: 10px;
}

.logoApp {
    max-height: 60px;
}

.popup-body {
    padding: 30px;
}

.dropdownlist-estilo {
    width: 200px;
    padding: 5px;
    font-size: 16px;
}

.btn {
    padding: 8px 16px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

.fondoTransparente {
    background-color: transparent !important;
}

/*Personalizar footer*/

#footer
{
	color: #666;
	padding: 8px 0px 0px 10px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0 !important;
	bottom: -1px;
	height: 15px;
	background:#ddd;
	font-size: 0.9em;
}

#search
{
	margin-top: 20px;
    margin-right:0px;
    padding-right:0px;
	width: 650px;
	height:45px;
    float:left;
    text-align:center;
    vertical-align: central;
    padding-left:40px;
}

#searchImg
{
    margin-right:67px;
    float:right;
    border:0px;
}

/*#logout
{
	padding: 15px 15px 0px 10px;
	width:30px;
	height:45px;
    font-size: 1.1em;
	font-weight:bold;
	text-align: right;
    float:right;
}

#logout img
{
	border: 0px;
}

#logout a:link
{
	color: #f58e33;
	text-decoration:none;
    margin-right:20px;
}

#logout a:hover, a:visited
{
	color: #aaa;
	text-decoration:underline;
    border: none;
}*/

.loginDisplay
{
    padding-top: 15px;
    padding-right: 7px;
    float:right;
    font-size: 0.9em;
	/*font-weight:bold;*/
	text-align: right;
    vertical-align: auto;
}

.loginDisplay a:link
{
	color: #f58e33;
	text-decoration:none !important;
    font-size: 1.1em;
    padding-bottom:5px;
    padding-right:10px;
}

.loginDisplay a:hover, a:visited
{
	color: #aaa;
	text-decoration:underline;
    font-size: 1.1em;
    padding-bottom:50px;
}

.loginDisplay img
{
	padding-left:5px;
}

.loginDisplayHover {
    background-color: #eee;
    /*border: 1px solid #eee;*/
    border-radius: 5px;
    padding: 7px;
    width: 200px;
    color: #002765;
    line-height: 12px;
}

.ayuda 
{
    color: tomato;
}

/* TAB MENU   
----------------------------------------------------------*/

.menu {
    clear: left;
    padding: 0px 0px 0px 8px;
    margin: 0px;
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: 20px;
    top: -5px;
    font-family:'Monserrat', sans-serif;
}

.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align:left;
}

    .menu ul li a, .menu ul li a:visited {
        background-color: white;
        /*background-repeat: repeat-x;*/
        color: #4A4A4F;
        display: block;
        line-height: 1.35em;
        padding: 2.5px 20px;
        text-decoration: none;
        white-space: nowrap;
    }

        .menu ul li a:hover {
            background-color: #3a424b;
            color: #f2f2f2;
            text-decoration: none;
            border-radius: 3px;
        }

/*.menu ul li a:active
{
    background-color: #fff;
    color: #fff;
    text-decoration: none;
}*/

li {
	position: absolute;
	z-index: 57;
}


#MenuHeader {
	height: 5px;
}

#menMenu {
    top:-15px;
    left: calc(50% - 280px);
    position: relative;
    padding: 3px 130px;
    background: white;
    border: 1px;
    border-color: #7c7c7c;
    border-style: Solid;
    border-radius: 5px;
}

/* TEXT BOXES  
----------------------------------------------------------*/

.textEntry 
{
	color:#999;
	border: 1px solid #ccc;
}

.emailEntry {
    background-color: #e8e8e8;
    color: #999;
    width: 275px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    font-size: 0.9em;
}

.textBox 
{
	color:#999;
	width: 300px;
    height:20px;
	border: 1px solid #ccc;
}

@media (max-width:769px) {
    .emailEntry {
        width: 270px;
    }
}


/* MISC  
----------------------------------------------------------*/

.failureNotification {
    font-size: 0.9em !important;
    color: #f00 !important;
    font-style: italic !important;
}

.submitButton {
    text-align: center;
}

.modalBackground {
    background-color: #c0c0c0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.drag {
    background-color: #666;
    background-image: url(../Images/gridHeader.png);
    background-repeat: repeat-x;
    height: 17px;
}

.panDetail {
    width: 900px;
    padding-bottom: 10px;
}

.warningText {
    font-size: 1em;
    color: #f00;
    font-weight: bold;
}

.facstep {
    width:1000px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.pagoAutomatico {
    margin: 10px auto;
    width: 250px;
}

/* GRIDVIEW  
----------------------------------------------------------*/

.gridHeader {
    background-color: #5c5c5d;
    color: #fff;
    text-align: center;
}

.gridAlternateRow {
    background-color: #f0eef3;
    color: #000;
}

.gridRow {
    background-color: #fff;
    color: #000;
}

.gridSelectedRow {
    background-color: #c5c6c7;
    color: #000;
}

.gridHeader a {
    color: #fff;
}


.borderGrid > tbody > tr > td, th {
    border: .8px solid #999 !important;
    border-collapse: collapse !important;
}

.tablaResponsivaBT{
    overflow: hidden !important;
}
/* GRIDVIEW  OFERTAS
----------------------------------------------------------*/
caption {
    color: #024a86;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.6em;
}


/* LOGIN PAGE
----------------------------------------------------------*/


.loginButton {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    background-color: #006DB0;
    background-image: url(../Images/botonInicio.png);
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    margin-left: 40%;
}


form {
    height: 100%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.loginPage {
    font-size: 1em;
}

.loginPage a {
    color: #f47421;
    text-decoration: none;
    padding-bottom: 50px;
    line-height: 15px;
}


.loginPage a:hover {
    text-decoration: underline;
}

.defaultBody {
    padding-top: 30px;
    font-size: 1.4em;
    color: #414042;
    line-height: 0.7em;
}


/* HOJAS EN BLANCO
----------------------------------------------------------*/

.whitePage {
    background-color: #fff;
}

.whitePage a {
    color: #3d62a8;
    text-decoration: none;
}

.loginPage a:hover {
    color: #1b82c5;
    text-decoration: underline;
}



/* ACCORDION
----------------------------------------------------------*/

        /* COLAPSABLES
----------------------------------------------------------*/

.collapseHeader {
    margin-top: 10px;
    margin-left: 10px;
    color: #0f4590;
    font-family: 'Montserrat', sans-serif;
}

.collapse {
}

.collapseHeader img {
    margin-left: 2px;
}


/* AUTOCOMPLETE  
----------------------------------------------------------*/
.watermarked {
    color: #999;
    position: relative;
}



/* VISTA Y FILTROS
----------------------------------------------------------*/


/*.filter {
    vertical-align: top;
    background-color: #f5f5f5;
    border-top-style: none;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
}*/

.filterBG
{
	margin:0px 15px 0px 10px;
}

.filterBG input {
        margin: 3px 3px 3px 4px;
}

.filterHeader {
    background-color: #c5c5c5;
    background-image: url(../Images/collapseHeader.png);
    vertical-align: top;
    font-weight: bold;
    width: 190px;
    height: 20px;
    padding-left: 5px;
}

.filterContent {
    font-size: 0.9em;
    background-color: #fff;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #666 !important;
    border-radius:5px;
}
.filterTitle {
    padding: 3px 5px;
    vertical-align: top;
    text-align: left;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
.handle {
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: se-resize;
    background-image: url(../Images/reSize.svg);
}

/* TABLES 
----------------------------------------------------------*/

.tabla
{
    width:100%;
}
.table{
    border:none
}
       
.table td {
    text-align: left;
    vertical-align: top;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.center {
    width: 70%;
    margin: auto;
    text-align: center;
}

.centerButton {
    width: 100%;
    margin: auto;
    text-align: center;
}

.alignRight {
    min-width: 125px;
    width: 175px;
    text-align: right;
    vertical-align: top;
}

.alignLeft {
    min-width: 125px;
    width: 175px;
    text-align: left;
    vertical-align: top;
}

.alignJustify {
    text-align: justify;
}

/* TABLES PRODUCTOS.aspx
----------------------------------------------------------*/
.nameProductos {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    vertical-align: text-bottom;
}

.sucursal {
    background: #3a424b;
    border-radius: 7px;
    max-width: 200px;
    color: white !important;
    margin: 0px 0px 7px 0px;
    padding: 4px 0px 4px 0px;
}

    .sucursal h4{
        color: white !important;
    }

.sucursalCarrito {
    background: #3a424b;
    border-radius: 7px;
    max-width: 300px;
    color: white !important;
    margin: auto;
    margin-bottom:0px;
    padding: 4px 0px 1px 0px;
}

    .sucursalCarrito h4 {
        color: white !important;
        padding:0px;
        margin-top:-5px
    }

.imageProductos {
    width: 160px;
    padding-right: 5px;
}

.imageProductosR {
    width: 130px;
    padding-right: 3px;
}

.imageProductosOverlay {
    position: absolute;
    top: -65px;
    left: -65px;
    margin: 60px;
}

.imageProductosOverlayR {
    position: absolute;
    top: -70px;
    left: -70px;
    margin: 70px;
}

.imageProductosOverlayMosaico {
    position: absolute;
    top: -70px;
    left: -60px;
    margin-left: 120px;
    margin-top: 60px;
}

.imageProductosOverlayNuevo {
    display: none;
    position: absolute;
    top: -65px;
    left: -65px;
    margin-left: 120px;
    margin-top: 60px;
    z-index: 99;
}

.imageProductosOverlayParecido {
    position: absolute;
    top: -60px;
    left: -50px;
    margin-left: 60px;
    margin-top: 60px;
    width: 130px;
    height: 130px;
}

.imageProductosVista {
    height: 70px;
    width: 70px;
}

.priceProductos {
    width: 160px;
    padding-left: 10px;
    line-height: 25px;
}

.priceProductosValue {
    font-size: 1em;
    color: #0f4590;
    font-family: 'Montserrat', sans-serif;
}

/* TABLES PRODUCTO.aspx
----------------------------------------------------------*/
.textoPrecioProducto {
    width: 50%;
    text-align: right;
    font-size: 1.2em;
}

.textoPrecioProducto2 {
    width: 50%;
    text-align: right;
    font-size: 1em;
}

.cantidadProducto {
    width: 50%;
    text-align: left;
}

.valorPrecioProducto {
    color: #0f4590;
    text-align: left;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.valorPrecioProducto2 {
    color: #0f4590;
    text-align: left;
    vertical-align: top;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.centerImage {
    width: 350px;
    text-align: center;
}

.nameProducto {
    color: #0f4590 !important;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    line-height: 0.95em;
    font-family: 'Montserrat', sans-serif;
}

    .nameProducto a {
        color: #0f4590 !important;
        text-decoration: none !important;
    }

        .nameProducto a:hover {
            color: #5862aa !important;
            text-decoration: underline !important;
        }

.parecido {
    width: 120px;
    padding-right: 5px;
}

.nameParecido {
    color: #63839b;
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    line-height: 0.95em;
}

.nameParecido a {
    color: #63839b;
    text-decoration: none;
}

.nameParecido a:hover {
    color: #024a86;
    text-decoration: underline;
}


/* TABLES ORDEN.aspx
----------------------------------------------------------*/

.imageOrden {
    max-width: 80px;
    margin-right: 10px;
}

.priceOrden {
    max-width: 150px;
    padding-left: 10px;
    text-align: left;
}

.editOrden {
    max-width:75px;
    text-align: center;
}


/* TABLES FACTURAR.aspx
----------------------------------------------------------*/

.detailFacturar {
    width: 70%;
    vertical-align: top;
    padding-left: 20px;
}


/* TABLES ORDENES.aspx
----------------------------------------------------------*/

.imageOrdenes {
    /*width: 12%;*/
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.totalCarrito {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

#carritoTotal {
    background-color: #ededed;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    max-height: 317px;
    max-width: 320px;
    border-radius: 7px;
}

/* PREGUNTAS FRECUENTES   
----------------------------------------------------------*/

h1.ask {
    text-align: center;
    font-size: 1.5em;
    color: #63839b;
    font-weight: bold;
}

h2.ask {
    font-size: 1.3em;
    color: #63839b;
}

p.ask {
    text-align: justify;
    padding-left: 25px;
}

table.contacto {
    text-align: center;
    border-collapse: collapse;
    margin: auto;
    font-size: 1.1em;
}

th.contacto {
    color: #63839b;
    font-size: 1.3em;
}

td.contacto {
    padding: 5px 20px 10px 20px;
}


.text_Justify {
    text-align: justify;
}


#imgreset {
    width: 100%;
    max-width: 710px;
}

#txtEmail {
    height: auto !important;
}

#formularioAlta {
    position: relative;
    left: 60px;
    bottom: 150px;
}

/*App/ProductosNuevos.aspx
----------------------------------------------------------*/
.innerDiv {
    width: 93%;
    min-height: 270px !important;
    position:relative;
}


.mosaicExistence {
    margin-right: 5%;
    vertical-align: bottom;
    text-align: right;
    /*float: initial;*/
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.precioMosaico{
    font-family:'Montserrat', sans-serif;
    font-weight:bold;
}

#MainContent_lvwMosaico_dgpProductosUp {
    width: 50%;
}

#MainContent_lvwMosaico_lblItemsCountU {
    width: 40%;
}

#aspNetDisabled {
    padding-left: 60%;
}

.paginacion {
    text-decoration: solid !important;
    font-size: 1.1em;
    color: #696969;
}

.paginacionR {
    font-size: 1.5em;
    color: #696969;;
    text-decoration: underline;
    padding-right:6px;
}

.currentPaginacionR {
    font-weight: bold;
    color: #696969;
    padding-right: 5px;
}

.padingTop {
    margin-top:20px;
}

/*INPUT Date
 ----------------------------------------------*/
#startDate {
    width: 95%;
    display: none;
}

#endDate {
    width: 95%;
    display: none;
}

/*Checkbox Facturar y paginacion de tablas en pantallas pequeñas
-------------------------------------------------------*/
@media (max-width:769px) {
    #MainContent_ckbAcepto {
        margin-left: 30px;
        background: transparent;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        text-align: center;
        text-shadow: 4px -2px 3px grey;
        vertical-align: middle;
    }

    .PagerRowStyle {
        font-size: 1.5em;   
    }

    .PagerRowStyle > td >table > tbody > tr > td {
       padding-right: 5px !important;
    }
}

/*Clase para ocultar items*/
.Hide {
    display: none;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 9999;
}

.whats {
    font-size: 3em !important;
    color: #fff;
}


.btn-cancelar{
    margin-right:30px
}


/*CLASES PARA PAGINA DE ENCUESTAS
 --------------------------------------------------------*/
/*.estrellaInactivo {
    background-image: url(../Images/estrellaInactiva.png);
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.estrellaActivo {
    background-image: url(../Images/estrellaActiva.png);
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.textbox {
    font-size: 1.2em;
    width: 480px;
    height: 180px;
    text-align: center;
}

::placeholder {
    font-size: 1.3em;
    color: #999;
}*/