﻿main section.container .bordered .itemData {
    margin-bottom: 25px;
    border: 1px solid #ebebed;
}

main section.container .bordered .lineaWithImageTable .itemData {
    border: 1px solid #ebebed;
}

/* Selección de visualización */
.icon-lineal-with-image:before {
    content: url("../img/lineal-with-image-min.png");
}

.icon-lineal-without-image:before {
    content: url("../img/lineal-without-image-min.png");
}

.icon-grid:before {
    content: url("../img/grid-min.png");
}

main section.container .bordered .display button i {
    position: relative;
    top: 3px;
}

main section.container .bordered .display button.selected {
    border: 1px solid #ebebed;
    background: white;
    border-radius: 4px;
}

main section.container .bordered .display button {
    border: none;
    padding: 0px 5px;
}

main section.container .bordered .display {
    height: 50px;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: rgba(0,0,0,.05);
    border-radius: 5px;
    border: 1px solid #ebebed;
}

/* General */
html {
    /*min-width: 1024px;*/
    /*min-width: 1480px;*/
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow: scroll;
    background: #f7f7f7;
    height: 80%;
}

h1, h2 {
    color: white;
    margin: 0;
}

.h-small {
    color: white;
    font-size: 18px;
}

@media screen and (min-width: 1700px) {
    .container {
        min-width: 90%;
        width: 90%;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        min-width: 90%;
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .container {
        min-width: 960px;
        width: 960px;
    }
}

.container-fluid {
    padding: 0;
}

.bg-blue {
    background-color: #00619b;
}

.bg-orange {
    background-color: #f06500;
}

/* Buttons fix */
button{
    cursor: pointer;
}

button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover,
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Modal fix */
.fade.in {
    opacity: 1;
}

.modal-backdrop.fade.in {
    opacity: 0.5;
}

.modal-open {
    /*
    padding-right: 0!important;
    overflow: scroll;
    */
}

.modal-open .modal {
    overflow: hidden;
}

.modal-body {
    max-height: calc(100vh - 300px);
}

/* Icons */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?wr98tz');
    src: url('../fonts/icomoon.eot?wr98tz#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?wr98tz') format('truetype'), url('../fonts/icomoon.woff?wr98tz') format('woff'), url('../fonts/icomoon.svg?wr98tz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cliente:before {
    content: "\e94d";
}

.icon-cursor:before {
    content: "\e94c";
}

.icon-clientes:before {
    content: "\e900";
}

.icon-config:before {
    content: "\e901";
}

.icon-actividad:before {
    content: "\e902";
}

.icon-notificaciones:before {
    content: "\e903";
}

.icon-jpg:before {
    content: "\e904";
}

.icon-doc:before {
    content: "\e905";
}

.icon-albaran:before {
    content: "\e906";
}

.icon-almacen:before {
    content: "\e907";
}

.icon-bandera:before {
    content: "\e908";
}

.icon-caja:before {
    content: "\e909";
}

.icon-calendario-filtro:before {
    content: "\e90a";
}

.icon-calendario:before {
    content: "\e90b";
}

.icon-camion:before {
    content: "\e90c";
}

.icon-candado-login:before {
    content: "\e90d";
}

.icon-candado:before {
    content: "\e90e";
}

.icon-cerrar:before {
    content: "\e90f";
}

.icon-check:before {
    content: "\e910";
}

.icon-circulo:before {
    content: "\e911";
}

.icon-codigo:before {
    content: "\e912";
}

.icon-configuracion:before {
    content: "\e913";
}

.icon-correcto:before {
    content: "\e914";
}

.icon-crear-usuario:before {
    content: "\e915";
}

.icon-crear:before {
    content: "\e916";
}

.icon-descargar:before {
    content: "\e917";
}

.icon-desplegar:before {
    content: "\e918";
}

.icon-editar:before {
    content: "\e919";
}

.icon-estado:before {
    content: "\e91a";
}

.icon-excel:before {
    content: "\e91b";
}

.icon-exclamacion-dos:before {
    content: "\e91c";
}

.icon-exclamacion:before {
    content: "\e91d";
}

.icon-fabrica:before {
    content: "\e91e";
}

.icon-filtro:before {
    content: "\e91f";
}

.icon-flecha:before {
    content: "\e920";
}

.icon-foto:before {
    content: "\e921";
}

.icon-grafico-barras:before {
    content: "\e922";
}

.icon-guardar:before {
    content: "\e923";
}

.icon-guia-telefonica:before {
    content: "\e924";
}

.icon-info:before {
    content: "\e925";
}

.icon-libro-abierto:before {
    content: "\e926";
}

.icon-llave:before {
    content: "\e927";
}

.icon-logout:before {
    content: "\e928";
}

.icon-lucro:before {
    content: "\e929";
}

.icon-lupa:before {
    content: "\e92a";
}

.icon-mal:before {
    content: "\e92b";
}

.icon-mapa:before {
    content: "\e92c";
}

.icon-marca:before {
    content: "\e92d";
}

.icon-mas:before {
    content: "\e92e";
}

.icon-menu:before {
    content: "\e92f";
}

.icon-modelo:before {
    content: "\e930";
}

.icon-pdf:before {
    content: "\e931";
}

.icon-pointer:before {
    content: "\e932";
}

.icon-pregunta:before {
    content: "\e933";
}

.icon-presupuesto:before {
    content: "\e934";
}

.icon-producto:before {
    content: "\e935";
}

.icon-registro:before {
    content: "\e936";
}

.icon-rol:before {
    content: "\e937";
}

.icon-sello:before {
    content: "\e938";
}

.icon-sincronizar:before {
    content: "\e939";
}

.icon-tipo:before {
    content: "\e93a";
}

.icon-trazabilidad:before {
    content: "\e93b";
}

.icon-usuario-login:before {
    content: "\e93d";
}

.icon-usuario:before {
    content: "\e93e";
}

.icon-ver:before {
    content: "\e93f";
}

.icon-vista-lista:before {
    content: "\e940";
}

.icon-ruta2:before {
    content: "\e941";
}

.icon-vista-tarjeta:before {
    content: "\e942";
}

.icon-volver:before {
    content: "\e943";
}

.icon-flash:before {
    content: "\e944";
}

.icon-listado:before {
    content: "\e945";
}

.icon-aviso:before {
    content: "\e946";
}

.icon-nube:before {
    content: "\e947";
}

.icon-carrito:before {
    content: "\e948";
}

.icon-papelera:before {
    content: "\e949";
}

.icon-almacen-5:before {
    content: "\e94a";
}

.icon-etiqueta:before {
    content: "\e94b";
}

.icon-ruta:before {
    content: "\e93c";
}

/* Header */
header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: white;
    /* border-bottom: solid 1px #ebebeb; */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.modal-open header{
    padding-right: 17px;
}

/* NUEVO HEADER */
header .navbar {
    flex-direction: row;
}

header .navbar-nav {
    flex-direction: row;
}

header nav.mx-5 {
    margin-right: 5rem !important;
}


header .nav-item a.nav-link {
    font-weight: 700;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

header .btn-papeleria {
    background-color: #f06500;
    color: white;
    font-size: 1rem;
    border-radius: 0.25rem;
    margin: 0 !important;
}   
    
header .nav-link i {
    font-size: 0.9rem;
}

header .nav-link .selected {
    text-decoration: underline;
}

header .dropdown-item {
    font-weight: initial !important;
}

header .carrito-container {
    background-color: #ebebeb;
    border-radius: 6px;
}

header .carrito-container i.icon-carrito {
    font-size: 2em;
    color: #f06500;
}

header .carrito-container a {
    background-color: #f06500;
    color: white;
}

header .user-information-container {
    margin-right: 1rem !important;
    margin-left: 2.5rem !important;
}

header .user-information-container .name {
    color: #f06500;
}

header .user-information-container a {
    text-decoration: none;
    color: initial;
}

header .logout-container > i {
    font-size: 2em;
    background-color: #ebebeb;
    border-radius: 100%;
    cursor: pointer;
}

header .logout-container .dropdown-menu {
    left: -6rem;
}

header .container-top .logout {
    text-align: right;
}

header .dropdown-menu i {
    font-size: 1.25rem;
    margin-right: .5rem !important;
}


/* Menu */
.subheader .img-fluid{
    margin-top: 89px;
    height: 0;
}

.container-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ebebeb;
}

@media screen and (max-width: 1700px) {
    .container-menu {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1700px) {
    .container-menu .container {
        padding: 5px;
    }
}

.container-menu .col {
    padding-left: 0;
    padding-right: 10px;
}

.container-menu .col:last-of-type{
    padding-right: 0;
}

@media screen and (max-width: 1700px) {

    .container-menu .col {
        padding-left: 10px;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container-menu .col:last-of-type {
        padding-right: 10px;
    }

    .container-menu .btn {
        margin-bottom: 10px;
    }

}

.container-menu .btn {
    background-color: #393939;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 17px;
    padding: 5px 12px;
}

.container-menu .btn:hover {
    background-color: #616161;
}

.container-menu .btn i {
    width: 36px;
    height: 36px;
    color: #f06500;
    font-size: 25px;
    padding: 5px 4px;
    background-color: #fff;
    border-radius: 100%;
    float: left;
    margin: 1px;
}

.container-menu .btn span {
    padding-left: 10px;
    padding-top: 8px;
    float: left;
    display: inline-flex;
}

.container-menu .dropdown .btn {
    background-color: #f06500 
}

.container-menu .dropdown .dropdown-toggle::after {
    display: none;
}

.container-menu .dropdown.open .dropdown-menu{
    display: block;
}

.container-menu .dropdown .dropdown-menu {
    background-color: #f06500;
    color: #fff;
    font-size: 18px;
    padding: 0;
    width: 100%;
}

.container-menu .dropdown .dropdown-menu a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: solid 1px #fff;
}

.container-menu .dropdown .dropdown-menu a:hover {
    text-decoration: none;
    background-color: #ff852c;
}

.container-menu .dropdown .dropdown-menu a i {
    margin-right: 12px;
    margin-left: -7px;
    font-size: 24px;
    float: left;
}

.container-menu .dropdown .dropdown-menu a span{
    display: inline-block;
}

/* Main */
main{
    min-height: 100%;
}

main {
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 40px;
}

main.login {
    background: url(../img/bg-acceso-clientes.jpg);
    background-size: cover;
}

main section.container {
    padding: 0;
}

main section.container .bordered {
    background-color: white;
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    padding: 25px;
}

main section.container .bordered .title {
    margin-bottom: 30px;
}

main section.container .bordered .title h1,
.container-admin-title .title h2 {
    color: #393939;
    font-size: 25px;
    margin-left: 65px;
    margin-top: 1px;
    padding-top: 5px;
}

main section.container .bordered .title i,
.container-admin-title .title i {
    font-size: 38px;
    color: #f06500;
    float: left;
    margin-left: 5px;
}

/* Tabs */
main section.container .bordered .nav-tabs {
    margin-top: 30px;
}

main section.container .bordered .nav-tabs a,
main section.container .bordered .nav-tabs a:active,
main section.container .bordered .nav-tabs a:focus {
    font-size: 16px;
    color: #8c8c8c;
}

main section.container .bordered .nav-tabs a:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

main section.container .bordered .nav-tabs a.active {
    color: #f06500;
    font-weight: 600;
    background-color: #ebebeb;
    border: solid 1px #dddddd;
}

/* Filters */
main section.container .bordered .filters {
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    main section.container .bordered .filters .col-9,
    main section.container .bordered .filters .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

main section.container .bordered .filters .col-9 .col {
    padding-right: 0;
}

main section.container .bordered .filters .col-9 .col:nth-child(4) {
    padding-right: 15px;
}

@media screen and (min-width: 1200px) {
    main section.container .bordered .filters .col-9 .col:nth-child(4) {
        padding-right: 0;
    }
}

@media screen and (max-width: 1700px) {
    main section.container .bordered .filters .col-9 .col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

main section.container .bordered .filters .blue {
    background: rgb(0, 97, 155);
    padding: 3px;
    border-radius: .25rem;
}

main section.container .bordered .filters .blue i {
    font-size: 30px;
    color: #f06500;
    position: absolute;
    top: 14px;
    left: 29px;
}

main section.container .bordered .filters .blue > span {
    color: white;
    font-size: 14px;
    padding-left: 50px;
}

main section.container .bordered .filters .blue .form-control {
    background: transparent;
}

main section.container .bordered .filters .blue .form-control span {
    color: white;
}

main section.container .bordered .filters .blue .form-control button {
    background: transparent;
    padding-top: 0;
    padding-left: 50px;
    padding-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    border: none;
}

main section.container .bordered .filters .blue .dropdown-toggle::after {
    margin-top: -15px;
    color: white;
}

main section.container .bordered .filters .blue .dropdown-menu ul{
    padding: 0;
    margin: 0;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item {
    padding: 0;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item:hover {
    background: #ff852c;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item.hidden{
    display: none;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item.active,
main section.container .bordered .filters .blue .dropdown-menu .dropdown-item.selected {
    background: #f06500;
} 

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item a{
    padding: 8px 1.5rem;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item a:hover,
main section.container .bordered .filters .blue .dropdown-menu .dropdown-item a:active,
main section.container .bordered .filters .blue .dropdown-menu .dropdown-item a:focus {
    background: none;
    outline: none;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item span.text {
    color: #292b2c;
}

main section.container .bordered .filters .blue .dropdown-menu .dropdown-item:hover span.text,
main section.container .bordered .filters .blue .dropdown-menu .dropdown-item.active span.text, 
main section.container .bordered .filters .blue .dropdown-menu .dropdown-item.selected span.text {
    color: white;
}

@media screen and (max-width: 1200px) {
    main section.container .bordered.query .filters .col:nth-child(4) .blue{
        margin-bottom: 48px;
    }
}

main section.container .bordered .filters .inner-addon input[type="text"].form-control {
    height: 60px;
    padding-right: 60px;
    font-style: italic;
    color: #555;
}

main section.container .bordered .filters .inner-addon i {
    font-size: 36px;
    padding: 15px 15px 15px 5px;
    color: #ebebeb;
    position: absolute;
    top: -3px;
    right: 13px;
    cursor: pointer;
}

main section.container .bordered .filters span.badge {
    background: #f06500;
    height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: -50px;
}

main section.container .bordered .filters span.badge span {
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
}

/* Autocomplete */
main section.container .bordered .filters input[type="text"].loading {
    background: url(../img/spinner.gif);
    background-repeat: no-repeat;
    background-position: right 55px top 11px;
}

main section.container .bordered .filters .dropdown-menu.typeahead {
    margin-top: -1px;
}

main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item{
    padding: 0;
}

main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item.active {
    background: #f06500;
}

main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item a {
    padding: 8px 1.5rem;
    display: block;
    color: #292b2c;
    white-space: normal;
}

main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item a strong {
    color: #f06500;
}

main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item.active a,
main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item.active a:hover,
main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item.active a:active,
main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item.active a:focus {
    color: white;
    text-decoration: none;
}

main section.container .bordered .filters .dropdown-menu.typeahead .dropdown-item.active a strong{
    color: white;
}

/* Table */
main section.container .bordered .table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

main section.container .bordered .table.table-striped {
    margin-bottom: 1rem !important;
}

main section.container .bordered .table thead th {
    border-top: none;
    border-bottom: none;
    width: auto !important;
    padding: .40rem .75rem;
    color: white;
    /*font-size: 17px;*/
    font-weight: normal;
}

main section.container .bordered .table thead th i {
    font-size: 38px;
    color: #f06500;
    float: left;
    margin: -3px;
}

main section.container .bordered .table thead th span {
    color: white;
    padding-left: 15px;
    display: inline-block;
    margin-top: 3px;
    font-size: 19px;
    font-weight: normal;
}

main section.container .bordered .table td {
    vertical-align: middle;
    padding: .20rem .75rem;
 /*   font-size: 14px;*/
}

main section.container .bordered .table td a,
main section.container .bordered .table td a:hover,
main section.container .bordered .table td a:active,
main section.container .bordered .table td a:focus {
    text-decoration: none;
}

main section.container .bordered .table td i {
 /*   font-size: 32px;*/
    color: #337ab7;
}

main section.container .bordered .table td i:hover {
    color: #f06500;
}

main section.container .bordered .table td p{
    margin-bottom: 0;
}

/* Footer */
footer{
    padding: 14px;
    margin: 0;
    background: #F06500;
    color: white;
}

footer .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .col p {
    margin: 0 -15px 0 -15px;
    font-size: 13px;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    footer .col p {
        margin: 0 -25px 0 -25px;
    }
}

footer .col p a,
footer .col p a:hover,
footer .col p a:active,
footer .col p a:focus {
    color: white;
}

/* Alerts */
.alerts {
    background: #f7f7f7;
}

.alerts .col{
    padding: 0;
}

.alerts .alert{
    margin-top: 45px;
    margin-bottom: 0;
}

/* Modal */
.modal-dialog {
    width: 600px;
    margin: 130px auto;
}

.modal-header {
    padding: 30px 30px 0 30px;
    border-bottom: none;
}

.modal .modal-header .display-flex {
    display: flex;
}

.modal .modal-header .close {
    color: white;
    opacity: 1;
    font-size: 19px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.modal .modal-header i {
    font-size: 35px;
    color: #f06500;
}

.modal .modal-header h4 {
    padding: 2px 10px;
    color: #00619b;
    font-size: 22px;
}

.modal-body {
    position: relative;
    padding: 15px 30px 0 30px;
/*    font-size: 16px;*/
}

.modal-footer {
    padding: 15px 30px 30px 30px;
    border-top: none;
}

.modal-footer button.modal-primary, a.modal-primary {
    background-color: #f06500;
    min-width: 130px;
    height: 45px;
    border-color: transparent;
    color: #fff;
    padding: 10px;
}

.modal-footer button.modal-primary:hover, a.modal-primary:hover {
    background-color: #ff852c;
    border-color: transparent;
    color: #fff;
}

.modal-footer button.modal-secondary {
    background-color: transparent;
    min-width: 130px;
    height: 45px;
    border-color: #f06500;
    color: #f06500;
}

.modal-footer button.modal-secondary:hover {
    background-color: #ff852c;
    border-color: transparent;
    color: #fff;
}

.modal.modal-blue .modal-dialog {
    width: 768px;
    max-width: 768px;
}

.modal.modal-blue .modal-header {
    background: rgb(0, 97, 155);
    padding: 5px;
}

.modal.modal-blue .modal-header i {
    font-size: 2rem;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.modal.modal-blue .modal-header h4 {
    font-size: 19px;
    color: white;
}

.modal.modal-blue .modal-body {
    background: #f7f7f7;
}

.modal.modal-blue .modal-body .bordered {
    background-color: white;
    border: solid 1px #d0d0d0;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.modal.modal-blue .modal-body .bordered label {
    color: rgb(0, 97, 155);
}

.modal.modal-blue .modal-body .bordered .form-control {
    background: #f7f7f7;
}

.modal.modal-blue .modal-footer {
    background: #f7f7f7;
}

.modal.modal-blue .modal-footer .modal-secondary {
    border-color: #f06500;
    color: #f06500;
}

.modal.modal-blue .modal-footer .modal-secondary:hover {
    border-color: #ff852c;
    color: white;
}

.modal.modal-blue .modal-footer .modal-primary {
    background: #f06500;
    color: white;
}

.modal.modal-blue .modal-footer .modal-primary:hover {
    background-color: #ff852c;
    color: white;
}

.modal.modal-green .modal-dialog {
    width: 768px;
    max-width: 768px;
}

.modal.modal-green .modal-header {
    background: rgb(113, 181, 114);
    padding: 5px;
}

.modal.modal-green .modal-header i {
    font-size: 4rem;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.modal.modal-green .modal-header h4 {
    font-size: 15px;
    color: white;
}

.modal.modal-green .modal-header h4 span {
    font-size: 24px;
    display: block;
}

.modal.modal-green .modal-body {
    background: rgb(113, 181, 114);
}

.modal.modal-green .modal-body .table {
    color: white;
    border-color: white;
}

.modal.modal-green .modal-body .table thead th {
    font-size: 16px;
    border-top: none;
}

.modal.modal-green .modal-footer {
    background: rgb(113, 181, 114);
}

.modal.modal-green .modal-footer .modal-secondary {
    background: white;
}

.modal.modal-green .modal-footer .modal-secondary:hover {
    background-color: #ff852c;
}

.modal.modal-red .modal-dialog {
    width: 768px;
    max-width: 768px;
}

.modal.modal-red .modal-header {
    background: rgb(161, 67, 67);
    padding: 5px;
}

.modal.modal-red .modal-header i {
    font-size: 4rem;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.modal.modal-red .modal-header h4 {
    font-size: 15px;
    color: white;
}

.modal.modal-red .modal-header h4 span {
    font-size: 24px;
    display: block;
}

.modal.modal-red .modal-body {
    background: rgb(161, 67, 67);
}

.modal.modal-red .modal-body .table {
    color: white;
    border-color: white;
}

.modal.modal-red .modal-body .table thead th {
    font-size: 19px;
    border-top: none;
}

.modal.modal-red .modal-footer {
    background: rgb(161, 67, 67);
}

.modal.modal-red .modal-footer .modal-secondary {
    background: white;
}

.modal.modal-red .modal-footer .modal-secondary:hover {
    background-color: #ff852c;
}

/* Validation */
.field-validation-error{
 	color: #d9534f;
 	margin-top: .25rem;
}

.field-validation-valid{
    display: none;
}

.input-validation-error , .input-validation-error:focus{
    border-color: #d9534f;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.input-validation-valid{
	border-color: #5cb85c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.validation-summary-errors{
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    font-weight: bold;
}

.validation-summary-errors ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validation-summary-valid{
    display: none;
}

.price {
    white-space: nowrap;
}

/* Loading */
#loading, #loading-editores {
}

#loading .modal-dialog,
#loading-editores .modal-dialog {
        height: 200px;
        top: 50%;
        margin-top: -100px;
    }

#loading .modal-dialog .modal-content,
#loading-editores .modal-dialog .modal-content{
    background: white;
    height: 200px;
}

#loading .modal-dialog .modal-content .modal-body,
#loading-editores .modal-dialog .modal-content .modal-body{
    padding: 0;
}

#loading p,
#loading-editores p{
    color: #00619b;
    font-size: 19px;
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
}

#loading .loading-double-bounce,
#loading-editores .loading-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 30px auto;
}

#loading .loading-double-bounce .loading-child,
#loading-editores .loading-double-bounce .loading-child{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f06500;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loading-doubleBounce 2s infinite ease-in-out;
    animation: loading-doubleBounce 2s infinite ease-in-out;
}

#loading .loading-double-bounce .loading-double-bounce2,
#loading-editores .loading-double-bounce .loading-double-bounce2{
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

/* INICIO AÑADIDO */
.btn-menu-dropdown {
    background-color: #393939!important;
}

.btn-menu-dropdown:hover {
    background-color: #616161!important;
}

.a-menu-dropdown-item {
    background-color: #393939 !important;
}

.a-menu-dropdown-item:hover {
    background-color: #616161!important;
}

/* FIN AÑADIDO */

@-webkit-keyframes loading-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }


}

/**
Eliminar el responsive de bootstrap
*/
/* Reset the container */
/*
.container {
    min-width: 90%;
    max-width: none !important;
}
    */

/* REPONSIVE */
/*@media (min-width: 768px) {
    body {
        font-size: 0.70rem;
    }
    .container {
        width: 90%;
    }

    header nav.mx-5 {
        margin-left: 0rem !important;
    }

    header .nav-item {
        margin-right: 0.7rem !important;
        margin-left: 0.7rem !important;
    }

    .form-control {
        font-size: 0.8rem;
    }

    main section.container .bordered .content .facet .content label.container span {
        font-size: 0.75em;
    }

    main section.container .bordered .content .catalog-container .item .actions-container .actions div {
        left: 0em;
    }

    main section.container .bordered .table thead th {
        font-size: 12px;
    }

    main section.container .bordered .table tbody tr.total td span {
        font-size: 15px;
    }

    main section.container .bordered .account .data p {
        font-size: 12px;
    }

    main section.container .bordered .table td {
        font-size: 10px;
    }

    main section.container .bordered .content .catalog-container .item .actions-container .actions button:first-child {
        left: -1em;
    }

    main section.container .bordered table tr td span.status {
        font-size: 12px;
    }

    .container-admin-menu .btn.btn-admin {
        font-size: 12px;
        padding: 5px 2px;
    }

    .container-admin-menu h2 {
        font-size: 20px;
    }

    .container-admin-menu .btn.btn-admin i {
        font-size: 21px;
    }

}*/


@media (min-width: 768px) {
    body {
        font-size: 0.75rem;
    }

    a.nav-link span {
        font-size: 0.70rem;
    }

    .d-flex.align-items-lg-center.user-information-container {
        margin-left: 0.5rem !important;
    }

    main section.container .bordered .content .facet .content label.container span {
        font-size: 0.75em;
    }

    main section.container .bordered .content .catalog-container .item .actions-container .actions div {
        left: 0em;
    }

    .myHeader {
        top: 3.5rem;
    }

    .container {
        width: 95%;
    }

    header nav.mx-5 {
        margin-left: 0rem !important;
    }

    header .nav-item {
        margin-right: 0.6rem !important;
        margin-left: 0.6rem !important;
    }

    .form-control {
        font-size: 0.8rem;
    }

    main section.container .bordered .table thead th {
        font-size: 12px;
    }

    main section.container .bordered .table tbody tr.total td span {
        font-size: 15px;
    }

    main section.container .bordered .account .data p {
        font-size: 12px;
    }

    main section.container .bordered .table td {
        font-size: 10px;
    }

    main section.container .bordered .content .catalog-container .item .actions-container .actions button:first-child {
        left: -1em;
    }

    main section.container .bordered table tr td span.status {
        font-size: 12px;
    }

    .container-admin-menu .btn.btn-admin {
        font-size: 12px;
        padding: 5px 1px;
        height: 40px;
    }

    .container-admin-menu h2 {
        font-size: 20px;
    }


    .container-admin-menu .btn.btn-admin i {
        font-size: 18px;
    }

    .container-admin-menu .btn.btn-admin span {
        padding-left: 4px;
    }

    main section.container .bordered .d-flex .btn {
        position: absolute;
        top: 0px;
    }

    main section.container .bordered .table td i {
        font-size: 22px;
    }

    main section.container .bordered #myCatalogs .action {
        margin-right: 5px;
    }

    #add .modal-body section.container .bordered .content .facet .content label.container span {
        font-size: 0.8em;
    }

    .modal-body {
        font-size: 12px;
    }

    input#query {
        margin-left: 12px;
        font-size: 10px;
        height: 40px;
        padding-left: 24px;
    }

    #add .modal-body .search-container input[type="text"] {
        height: 40px;

    }

    #add .modal-body .search-container i.icon-lupa {
        right: 81% !important;
    }

    ul.navbar-nav.align-items-lg-center.ml-4 {
        margin-left: 0rem !important;
    }



}

@media (min-width: 1600px) {
    body {
        font-size: 1rem;
    }

    a.nav-link span{
        font-size: 1rem;
    }


    main section.container .bordered .content .facet .content label.container span {
        font-size: 0.9rem;
    }


    main section.container .bordered .content .catalog-container .item .actions-container .actions div.form-group {
        left: 6.5em;
    }

    main section.container .bordered .content .catalog-container .item .actions-container .actions div {
        left: 0em;
    }


    .myHeader {
        top: 4.5rem;
    }

    header nav.mx-5 {
        margin-left: 5rem !important;
    }

    header .nav-item {
        margin-right: 1.2rem !important;
        margin-left: 1.2rem !important;
    }

    .form-control {
        font-size: 1rem;
        width: 100%;
    }

    main section.container .bordered .table thead th {
        font-size: 17px;
    }

    main section.container .bordered .table tbody tr.total td span {
        font-size: 19px;
    }

    main section.container .bordered .account .data p {
        font-size: 16px;
    }

    main section.container .bordered .table td {
        font-size: 14px;
    }

    main section.container .bordered .content .catalog-container .item .actions-container .actions button:first-child {
        left: 2em;
    }

    main section.container .bordered table tr td span.status {
        font-size: 15px;
    }

    .container-admin-menu .btn.btn-admin {
        font-size: 17px;        
        padding: 5px 12px;       
        height: 50px;
    }

    .container-admin-menu h2 {
        font-size: 27px;
    }

    .container-admin-menu .btn.btn-admin i {
        font-size: 25px;
    }
    .container-admin-menu .btn.btn-admin span {
        padding-left: 10px;
    }

    main section.container .bordered .d-flex .btn {
        position: absolute;
        top: 0px;
    }


    main section.container .bordered .table td i {
        font-size: 32px;        
    }

    main section.container .bordered #myCatalogs .action {
        margin-right: 25px;
    }

    #add .modal-body section.container .bordered .content .facet .content label.container span {
            font-size: 0.9em;
    }

    .modal-body {
        font-size: 16px;
    }

    input#query {
        margin-left: 0px;
        font-size: 16px;
        height: 3em;
    }

    #add .modal-body .search-container input[type="text"] {
        height: 3em;
    }

    #add .modal-body .search-container i.icon-lupa {
        right: 88% !important;
    }

    ul.navbar-nav.align-items-lg-center.ml-4 {
        margin-left: 1.5rem !important;
    }
    .d-flex.align-items-lg-center.user-information-container {
        margin-left: 2.5rem !important;
    }


}

span.flex-fill.name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

/*cart*/

a.disabled {
    pointer-events: none;
    cursor: default;
}

/*Ocultar flechas de input number pedido en el ticket SR-17656 */
.input-number-no-arrows{
    -moz-appearance: textfield; /* Firefox */
}

.input-number-no-arrows::-webkit-outer-spin-button,
.input-number-no-arrows::-webkit-inner-spin-button {
   /* Ocultar las flechas en Chrome, Safari, etc. */
   -webkit-appearance: none;
   margin: 0;
}