@font-face { font-family: 'VAGRoundedStd-Light'; font-style: normal; font-weight: 400; src: url("../../fonts/VAGRoundedStd-Light.woff") format("opentype"); /*src: url("https://clientes.acindar.com.ar/fonts/VAGRoundedStd-Light.woff") format("opentype");*/ } @supports (-webkit-appearance: none) or (-moz-appearance: none) { input[type='checkbox'], input[type='radio'] { --active: #275EFE; --active-inner: #fff; --focus: 2px rgba(39, 94, 254, .3); --border: #BBC1E1; --border-hover: #275EFE; --background: #fff; --disabled: #F6F8FF; --disabled-inner: #E1E6F9; -webkit-appearance: none; -moz-appearance: none; height: 21px; outline: none; display: inline-block; vertical-align: top; position: relative; margin: 0; cursor: pointer; border: 1px solid var(--bc, var(--border)); background: var(--b, var(--background)); -webkit-transition: background .3s, border-color .3s, box-shadow .2s; transition: background .3s, border-color .3s, box-shadow .2s; } input[type='checkbox']:after, input[type='radio']:after { content: ''; display: block; left: 0; top: 0; position: absolute; -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); } input[type='checkbox']:checked, input[type='radio']:checked { --b: var(--active); --bc: var(--active); --d-o: .3s; --d-t: .6s; --d-t-e: cubic-bezier(.2, .85, .32, 1.2); } input[type='checkbox']:disabled, input[type='radio']:disabled { --b: var(--disabled); cursor: not-allowed; opacity: .9; } input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked { --b: var(--disabled-inner); --bc: var(--border); } input[type='checkbox']:disabled + label, input[type='radio']:disabled + label { cursor: not-allowed; } input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) { --bc: var(--border-hover); } input[type='checkbox']:focus, input[type='radio']:focus { box-shadow: 0 0 0 var(--focus); } input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) { width: 21px; } input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after { opacity: var(--o, 0); } input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked { --o: 1; } input[type='checkbox'] + label, input[type='radio'] + label { font-size: 14px; line-height: 21px; display: inline-block; vertical-align: top; cursor: pointer; margin-left: 4px; } input[type='checkbox']:not(.switch) { border-radius: 7px; } input[type='checkbox']:not(.switch):after { width: 5px; height: 9px; border: 2px solid var(--active-inner); border-top: 0; border-left: 0; left: 7px; top: 4px; -webkit-transform: rotate(var(--r, 20deg)); transform: rotate(var(--r, 20deg)); } input[type='checkbox']:not(.switch):checked { --r: 43deg; } input[type='checkbox'].switch { width: 38px; border-radius: 11px; } input[type='checkbox'].switch:after { left: 2px; top: 2px; border-radius: 50%; width: 15px; height: 15px; background: var(--ab, var(--border)); -webkit-transform: translateX(var(--x, 0)); transform: translateX(var(--x, 0)); } input[type='checkbox'].switch:checked { --ab: var(--active-inner); --x: 17px; } input[type='checkbox'].switch:disabled:not(:checked):after { opacity: .6; } input[type='radio'] { border-radius: 50%; } input[type='radio']:after { width: 19px; height: 19px; border-radius: 50%; background: var(--active-inner); opacity: 0; -webkit-transform: scale(var(--s, 0.7)); transform: scale(var(--s, 0.7)); } input[type='radio']:checked { --s: .5; } } body { background: white; font-family: VAGRoundedStd-Light; /*font-family: VAGRoundedStd-Light, 'Varela Round', sans-serif !important;*/ letter-spacing: 1px; -webkit-font-smoothing: antialiased; background-size: cover; } html { font-family: VAGRoundedStd-Light; } .prioridad-3 { display: none !important; } .section .container { width: 90%; max-width: 1200px; margin: 0 auto; text-align: center; } #modalCuentas { overflow-y: hidden !important; } .backgound-grid-estado-cuenta { background: #363534; height: 50px; align-items: center; border-radius: 5px 5px 0px 0px; display: flex; } .titulos-saldo-inicial { justify-content: left; letter-spacing: 2px; font-family: VAGRoundedStd-Light; text-transform: uppercase; color: white !important; font-weight: 600; font-size: 17px; } .titulo-saldo-cierre { font-weight: 600; font-size: 17px; color: orangered; letter-spacing: 2px; font-family: VAGRoundedStd-Light; text-transform: uppercase; } #row-logo { background: #FC4C02; } #logo-acindar { height: 50px; /* background: url("../images-new/acindar-blanco-nuevo.png") left top no-repeat; */ } #modalBannerPrincipal{ padding-left: 0px !important; } /* OK */ #modalCuentas { padding-right: 0px !important; } /* OK */ #header-con-logo { position: fixed; top: 0; z-index: 20; } #menu-navegacion { position: fixed; width: 100%; top: 66px; z-index: 20; } #section-body { padding: 10px; } .boton-header { border-radius: 50%; background-color: #363534; width: 40px; height: 40px; min-width: 40px; min-height: 40px; color: white !important; text-align: center; align-items: center; } .btn-acindar { border-radius: 50%; background-color: #363534; width: 40px; height: 40px; min-width: 40px; min-height: 40px; color: white !important; text-align: center; } .btn-acindar-normal { background-color: #363534; width: auto; height: 40px; min-width: 40px; min-height: 40px; color: white !important; text-align: center; } .btn-acindar-normal:hover, .btn-acindar:hover { background-color: #d6d6c2; color: black !important; } #item-dropdown-menu:hover { background-color: orangered !important; color: white !important; } #usuario-conectado { height: 20px; } #cuenta-seleccionada { color: #ff8534; font-weight: bold; } .texto-botones-principales { font-size: x-small; text-align: center; } .div-botones-principales { padding-left: 50px; padding-right: 50px; text-align: center; } .image-botones-principales { width: 50px; min-width: 50px !important; min-height: 50px !important; } #footer { background: #363534; } #footer a { color: white; } #titulo-boton-principal { margin-top: 5px; font-weight: bold; } #titulo-detalle-mensual { border-radius: 5px; } #container-detalle-mensual { border-radius: 5px; } .frameImagenes { display: flex; justify-content: center; height: 100px; /*align-items: center;*/ position: relative; width: 125px; } /* OK */ .imgArchivosDescargables { width: 130%; margin: auto; display: block; position: absolute; /*top: 50%; left: 50%; transform: translate(-50%, -50%);*/ } #contenederMediosDePago { height: 50px; background: #363534; height: 350px; width: 100%; border-radius: 5px; margin-top: 20px; -webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75); box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75); } /* OK */ .labelNaranja { display: flex; vertical-align: middle; justify-content: center; align-items: center; font-size: 11px; font-weight: 700; /*text-transform: uppercase;*/ color: #fff; border-top-left-radius: 3px; border-bottom-left-radius: 3px; height: 40px; background: #ff4500; } /* OK */ .inputDiv { display: flex; } /* OK */ .inputGris { height: 40px; border-bottom-left-radius: 0px; border-top-left-radius: 0px; background: #e8e8e8; border: 0px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; } /* OK */ .ColFormulariosInputGris{ padding-left:0px; } .modalAcindarHeader { background: linear-gradient(to bottom, #ff3300 0%, #ff6600 100%); color: white; } /* OK */ .modalAcindarFooter { background: #363534; } /* OK */ .botonNaranja { background: orangered; color: white; text-transform: uppercase; font-size: 11px; /*font-weight: 700;*/ height: 40px; width: 135px; } /* OK */ .botonNaranja:hover { background: orange; } /* OK */ .botonNegro { background: #696969; color: white; text-transform: uppercase; font-size: 11px; /*font-weight: 700;*/ height: 40px; width: 135px; } /* OK */ .botonNegro:hover { background: #e4e4e4; color:black; } /* OK */ #imgBuscarPedienteDespacho { margin-left: 750px; } /* OK */ #imagenPanelPrincipal:hover { cursor: pointer; } /* LOADING SPINNER */ .loadingDiv-parent { position: fixed; text-align: center; width: 100%; height: 100%; z-index: 999998; } .loadingDiv { position: fixed; text-align: center; top: 40%; left: 45%; z-index: 999999; } .loadingDiv .loading-image { display: block; margin: 25px 75px; } #container-titulo { margin-top: 20px; } #container-botones-menu { margin-top: 3px; } #section-sitio-construccion { /*margin-top: 85px;*/ padding-top: 10px; } #section-error-comunicacion-home { width: 100%; margin-top: 18px; height: 116px; } #div-logos-acindar-footer { display: flex; justify-content: center; } .main-container { border-radius: 5px 5px 0px 0px; padding: 0px; background-color: rgb(250, 250, 239); -webkit-box-shadow: 10px 12px 16px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 12px 16px 0px rgba(0,0,0,0.75); box-shadow: 10px 12px 16px 0px rgba(0,0,0,0.75); } .upload-files { background: orangered !important; color: white !important; } .custom-file-label::after { background: orangered !important; color: white !important; left: 0 !important; right: auto !important; } /* Listas */ .list-type3 { margin: 0 auto; width: 500px; } .list-type3 li, .list-type3 a { float: left; height: 35px; line-height: 35px; position: relative; font-size: 15px; margin-bottom: 12px; font-family: 'Raleway', sans-serif; transition: background-color 1.5s ease; width: 300px; color: white; } .list-type3 a { padding: 0 60px 0 12px; background: #363534; color: #fff; text-decoration: none; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } .list-type3 a:before { content: ""; float: left; position: absolute; top: 0; left: -12px; width: 0; height: 0; border-color: transparent orangered transparent transparent; border-style: solid; border-width: 18px 12px 18px 0; } .list-type3 a:after { content: ""; position: absolute; top: 15px; left: 0; float: left; width: 6px; height: 6px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #fff; -moz-box-shadow: -1px -1px 2px #004977; -webkit-box-shadow: -1px -1px 2px #004977; box-shadow: -1px -1px 2px #004977; display: none; } .list-type3 a:hover { background: gray; } .list-type3 a:hover:before { border-color: transparent orangered transparent transparent; } /* Listas w3 */ .ulw3 { list-style-type: none; padding: 0; margin: 0; } .ulw3 li { border: 1px solid #ddd; margin-top: 5px; /* Prevent double borders */ background-color: #f6f6f6; padding: 5px; text-decoration: none; font-size: 18px; color: #363534; display: block; position: relative; border-radius: 5px; height: 35px; overflow: hidden; } .ulw3 li:hover { background-color: #ffad33; color: #363534; border-radius: 5px; } .closew3 { cursor: pointer; position: absolute; top: 49%; right: 0%; background: orangered; padding: 5px 16px; transform: translate(0%,-50%); border-radius: 0px 5px 5px 0px; color: white; border: 1px solid #ddd; } .closew3:hover { background: #363534; color: rgba(255,255,255,.5); } .texto-mayuscula { text-transform: uppercase; } .fileList { width: 335px; } /* OK */ .select-box { cursor: pointer; position: relative; width: 100%; } .select, .label { color: #414141; display: block; font: 400 17px/2em 'Source Sans Pro', sans-serif; } .select { width: 100%; position: absolute; top: 0; padding: 5px 0; height: 40px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background: none transparent; border: 0 none; } .select-box1 { background: #ececec; } .label { position: relative; padding: 5px 10px; cursor: pointer; } .open .label::after { content: "▲"; } .label::after { content: "▼"; font-size: 12px; position: absolute; right: 0; top: 0; padding: 5px 15px; border-left: 5px solid #fff; } .botonBorrarGrillas { background: orangered; color: white; font-weight: 400; } /* OK */ .rowSeleccionadoGrillas { background: #dbd9d8 !important; font-weight: bold; } .listaMediosPago { color: black; list-style: none; counter-reset: li; } .listaMediosPago li::before { content: counter(li) "."; color: orangered !important; padding-right: 10px; font-weight:bold; } .listaMediosPago li { counter-increment: li; } li a{ text-transform:lowercase; } li a::first-letter { text-transform: capitalize !important; } #modalDialogBannerPrincipal{ max-width: 750px !important; } .content-inside { padding: 20px; padding-bottom: 50px; } .footer { height: 50px; margin-top: -50px; } .table-wrapper { margin: 10px 0px 10px 0px; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25); overflow: auto; max-height: 400px; } .float { position: fixed; width: 60px; height: 60px; bottom: 390px; right: 40px; background-color: #363534; color: #fff; border-radius: 50px; text-align: center; box-shadow: 2px 2px 3px #999; } .my-float { margin-top: 22px; } .labelNaranjaCreacionUsuarios { margin-top:0px; } @media screen and (max-width: 580px) { .select-articulos { padding-right: 0px; } #card-Container-sp { margin-top: 20px; } #buscar-filtrado { width: 160px !important; } .fileList { width: auto; } /* OK */ .inputDiv { padding-right: 0px; } /* OK */ #TituloAdministracionMarketing { font-size: 21px; } .cardColor { margin-top: 10px; } /* OK */ #div-logos-acindar-footer { display: block; margin-left: 20px; } #container-titulo { margin-top: 0px; } #cuenta-seleccionada { font-size: 11px; } #container-botones-menu { margin-top: 5px; } #logo-acindar { margin-top: 4px; height: 42px; width: 110px; } #section-sitio-construccion { margin-top: 55px; font-size: 15px; } .titulo-principal-paginas p { font-size: 20px; } /* OK */ #card-total-consumido { margin-left: 0px !important; } #contenederMediosDePago { height: auto; } /* OK */ .imagenMediosDePago { /* margin-top:20px;*/ } /* OK */ #imgBuscarPedienteDespacho { margin-left: 16px; } /* OK */ /* Esto corrije el problema del dropdown que no se puede scrollear en versión mobile */ nav.navbar { max-height: 100vh; overflow: auto; -webkit-overflow-scrolling: touch; } /* OK */ .prioridad-2 { display: none !important; } .prioridad-3 { display: block !important; } .ContainerCreacionUsuarios { width: 100% !important; } .RowCreacionUsuarios { display: block !important; } .labelNaranjaCreacionUsuarios { border-bottom-right-radius: 5px !important; border-top-right-radius: 5px !important; } .ColLabelCreacionUsuarios { padding-right: 15px !important; } .ColFormulariosInputGris { padding-left: 15px !important; border-bottom-left-radius: 5px !important; border-top-left-radius: 5px !important; } .inputGrisCreacionUsuarios { border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .g-recaptcha { transform: scale(0.77); -webkit-transform: scal(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0; } } @media screen and (max-width: 768px) { .backgound-grid-estado-cuenta { height: 140px; } .select-articulos { padding-right: 0px; } #card-Container-sp { margin-top: 20px; } .cardColor { margin-top: 10px; } /* OK */ .card { height: 180px !important; } /* OK */ #cardDetalleProducto { height: 325px !important; } /* OK */ #bodyModalDetalleProducto { height: 360px !important; } ol.gradient-list > li::before, ol.gradient-list > li::after { height: 40px !important; width: 40px !important; } /* OK */ .textoItemsTimeLine { font-size: 11px !important; } /* OK */ ol.gradient-list > li { padding-top: 0px !important; } /* OK */ #DivTelefonoSACContacto span { margin-left: 0px !important; } /* OK */ #DivImageWhatsappContacto { justify-content: center !important; } /* OK */ #DivImageWhatsappContacto img { margin-left: 0px !important; } /* OK */ #DivLabelEmailMarketingContacto { margin-top: 20px !important; } /* OK */ #DivEmailMarketingContacto span { font-size: 14px !important; } #DivImageCorreoContacto img { margin-left: 0px !important; } .ContainerCreacionUsuarios { width: 100% !important; } .RowCreacionUsuarios { display: block !important; } .labelNaranjaCreacionUsuarios { border-bottom-right-radius: 5px !important; border-top-right-radius: 5px !important; } .ColLabelCreacionUsuarios { padding-right: 15px !important; } .ColFormulariosInputGris { padding-left: 15px !important; border-bottom-left-radius: 5px !important; border-top-left-radius: 5px !important; } .inputGrisCreacionUsuarios { border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .g-recaptcha { transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0; } } /*sub menu solicitud producto*/ /*desktop*/ @media (min-width: 1560px) { .posSubmenuSolPedido { position: absolute; margin-top: -138px; margin-left: 301px; } .posSubmenuBalance { position: absolute; margin-top: -80px; margin-left: 301px; } } @media (min-width: 1020px) { .posSubmenuSolPedido { position: absolute; margin-top: -169px; margin-left: 299px; } .posSubmenuBalance { position: absolute; margin-top: -169px; margin-left: 299px; } #imgBuscarPedienteDespacho { margin-left: 500px; } /* New OK */ } @media (min-width: 1560px) { .posSubmenuSolPedido { position: absolute; margin-top: -166px; margin-left: 301px; } .posSubmenuBalance { position: absolute; margin-top: -80px; margin-left: 301px; } } @media (min-width: 1900px) { .posSubmenuSolPedido { position: absolute; margin-top: -138px; margin-left: 301px; } .posSubmenuBalance { position: absolute; margin-top: -138px; margin-left: 301px; } } /*mobile*/ @media (max-width: 414px) { .marginLiMobile { margin-left: 57px; } } @media (max-width: 375px) { .marginLiMobile { margin-left: 57px; } } @media (max-width: 768px) { .marginLiMobile { margin-left: 57px; } } .inputSearchHistorial { height: 40px; background: #e8e8e8; border: 0px; border-radius: 5px; border-radius: 5px; }