html {
  /* 1 */
  font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background-image: radial-gradient(circle, rgb(9, 10, 63), rgba(206, 245, 219, 0.966) 10%, rgb(9, 10, 63) 80%);
  color: #444;
}

body {
    background-image: radial-gradient(circle, rgb(9, 10, 63), rgba(206, 245, 219, 0.966) 10%, rgb(9, 10, 63) 80%);
    margin: 0;
}

.custom-header {
    background-color: #000;
    height: 50px;
    padding-left: 5px;
    border-bottom: thin solid darkblue;
}

.custom-header h1 {
    font-size: 18pt;
}

.logo {
    width: 100px;
}

#top-menu {
    float: right;
    top: 10px;
    height: 30px;
    vertical-align: middle;
}

#top-menu .menu-button {
    margin-top: 5px;
    background-color: #A66500;
    color: #f5f5f5;
}

#top-menu .menu_options {
    position: absolute;
    float: right;
    width: 300px;
    background-color: #343a40;
    display: none;
    height: 93vh;
    right: 0px;
    opacity: .95;
    border: thin solid #A66500;
    z-index: 99999;
}

#top-menu .menu_options a {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    color: #f5f5f5;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 12pt;
}

#top-menu .menu_options a:hover {
    background-color: #565555;
}

.custom-container {
    margin-top: 35px;
}

.custom-login-form {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-form {
    padding: 2px;
    margin-top: -15px;
    opacity: 0.9;
}

.custom-form .listas-title {
    position: relative;
    background-color: black;
    opacity: 0.8;
    padding: 2px;
    height: 30px;
    margin-bottom: 5px;
}

.custom-form h3 {
    color: #f5f5f5;
    font-size: 14pt;
}

.custom-form label {
    /*color: #3153AB;*/
    color: #f5f5f5;
    font-size: 12px;
}

.custom-form input {
    text-transform: uppercase;
}

.custom-form a {
    color: #F5F5F5;
}

.form-control {
    font-size: 11px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: thin solid #1B2574;
}

#frmFiltroArticulos ul {
    list-style: none;
    width: 100%;
}

#frmFiltroArticulos ul li {
    display: inline-block;
}

.custom-nav {
    top: 0px;
}

.custom-nav ul li a {
    color: black;
}

.custom-footer {
    height: 20px;
    padding-left: 5px;
    background-color: black;
    opacity: .95;
}

.custom-footer small {
    color: white;
    margin: auto;
}

.number-cell {
    text-align: right;
    width: 70px;
}

.icono {
    width: 30px;
}

.grid-articulos {
    list-style: none;
}

.grid-articulos li {
    margin-top: 10px;
    border-bottom: thin solid #ccc;
    padding: 2px;
}

.grid-articulos li p {
    font-family: arial;
    font-size: 12px;
}

.grid-articulos li a {
    color: #3153AB;
}

#articulos-col-1 img {
    width: 80px;
}

#ar10iculos-col-3 {
    text-align: right;
}

#articulos-col-4 {
    text-align: right;
}

#articulos-col-5 input {
    width: 100px;
}

.articulo-foto {
    width: 100%;
    margin-bottom: 25px;
}

#ficha-form h2 {
    color: #3153AB;
}

#ficha-form h3 {
    color: #3153AB;
}

#ficha-form #txtCantidad {
    width: 100%;
}

#ficha-form p {
    text-align: justify;
}

#ficha-form a {
    color: #3153AB;
}

.ficha-comprar {
    position: relative;
    float: left;
    text-align: center;
}

.sidebar {
    background-color: #E7EBF7;
    border-radius: 5px;
    border: solid #3153AB thin;
}

.sidebar h2 {
    color: #3153AB;
}

.sidebar .foto-equivs {
    margin-top: 5px;
    width: 90%;
}

.sidebar h3 {
    color: #3153AB;
}

.sidebar p {
    color: #3153AB;
    font-size: 12px;
}

.sidebar .fila-equiv {
    border-bottom: solid #6882D5 thin;
}

.botonera {
    text-align: center;
}

.product-selection {
    width: 100px;
}

#menu ul li {
    display: block;
    padding: 10px;
    border-bottom: thin solid #5e7697;
}

#menu ul li a {
    text-decoration: none;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.oferta {
    color: #F41515;
}

.bg-panel-filtro {
    background-color: #000;
    opacity: 0.8;
}

.bg-body-background {
    background-color: #dcdde1;
}

@media screen and (min-width: 755px) and (max-width: 1200px) {
    .custom-form {
        margin-top: 10px;
        border-radius: 5px;
    }
    
    .uk-panel h3 {
        color: #f5f5f5;
    }
    
    .custom-nav {
        top: -5px;
    }
    
    .titulo-header {
        display: none;
    }
    
    .custom-container {
        margin-top: 50px;
    }
    
    #frmFiltroArticulos ul li {
        padding: 10px;
    }
    
    .grid-articulos li h4 {
        margin-left: 50px;
    }
    
    .grid-articulos li p {
        margin-left: 50px;
    }
    
    #articulos-col-4 {
        text-align: right;
    }
    
    #articulos-col-5 {
        text-align: right;
    }
    
    #top-menu {
        float: right;
        top: 10px;
        height: 30px;
        vertical-align: middle;
    }

    #top-menu .menu-button {
        margin-top: 10px;
        background-color: #A66500;
        color: #f5f5f5;
    }
}

@media screen and (min-width: 360px) and (max-width: 754px) {
    /*.uk-panel h3 {
        color: #f5f5f5;
    }*/
    
    .custom-nav {
        top: -10px;
    }
    
    .titulo-header {
        display: none;
    }
    
    .custom-container {
        margin-top: 50px;
    }
    
    .custom-form {
        margin-top: 5px;
        border-radius: 5px;
    }
    
    .grid-articulos li h4 {
        margin-left: 0px;
    }
    
    .grid-articulos li p {
        margin-left: 0px;
    }
    
    #articulos-col-1 img {
        width: 100%;
    }
    
    #ar10iculos-col-3 {
        margin-left: 0px;
    }
    
    #articulos-col-4 {
        text-align: left;
        padding: 5px;
        margin-left: 10px;
    }
    
    #articulos-col-5 {
        text-align: left;
        padding: 5px;
        margin-left: 10px;
    }
    
    #articulos-col-6 {
        padding: 5px;
        margin-left: 40px;
    }
    
    .articulo-foto {
        width: 300px;
        margin-bottom: 0px;
    }
    
    .buscarPed {
        margin-top: 10px;
    }
    
    #top-menu {
        float: right;
        top: -10px;
        height: 30px;
        vertical-align: middle;
    }

    #top-menu .menu-button {
        margin-top: -30px;
        background-color: #A66500;
        color: #f5f5f5;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    /*.uk-panel h3 {
        color: #f5f5f5;
    }*/
    .custom-nav {
        top: -40px;
    }
    .titulo-header {
        display: none;
    }
    .custom-container {
        margin-top: 40px;
    }
    .custom-form {
        margin-top: 20px;
    }
    .grid-articulos li h5 {
        margin-left: 0px;
    }
    .grid-articulos li p {
        margin-left: 0px;
    }
    #articulos-col-1 {
        display: none;
    }
    #articulos-col-2 {
        margin-left: 0px;
    }
    #articulos-col-3 {
        text-align: left;
        padding: 5px;
        margin-left: 10px;
    }
    #articulos-col-4 {
        text-align: left;
        padding: 5px;
        margin-left: 10px;
    }
    #articulos-col-6 {
        padding: 5px;
        margin-left: 20px;
    }
    .buscarPed {
        margin-top: 10px;
    }
    
    #top-menu {
        float: right;
        top: 0px;
        height: 30px;
        vertical-align: middle;
    }

    #top-menu .menu-button {
        margin-top: 0px;
        background-color: #A66500;
        color: #f5f5f5;
    }
}