/*++++++++++++++++++++++++++
@name: Idento ISAGA
@author: Idento
@email: jldiaz@idento.es
@version: 2.0.1
++++++++++++++++++++++++++*/

/* --- HTML5 RESET --- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.8em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #3e3e3e;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a.cta-button{
    text-decoration: none;
}

#modal-consultas-tiendas {
    max-width: 90% !important;
}

#boton-login{
    width: 100%;
    margin: 0;
}

a.dropdown-item{
    color: #f8f9fa;
}

a.dropdown-item:hover{
    opacity: 0.5;
}

.button-cancelar, .button-cancelar:hover{
    color: red;
    text-decoration: none;
    margin: 0 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

table.tablas-gshopping.dataTable tbody tr:hover {
  background-color: #ffa;
}

table.tablas-gshopping.dataTable tbody tr:hover > .sorting_1{
  background-color: #ffa;
}

.dataTables_paginate{
    clear: both;
}

table {
    width: 716px; /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
}

.dataTables_info, .dataTables_length, .dataTables_filter{
    margin-bottom: 10px;
}

#loginbutton{
    display:block;
    margin: 0 auto;
}
/* Paginacion datatables*/
ul.pagination{
    padding-top: 10px;
}

ul.pagination a{
    text-decoration: none;
    color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.active):hover {
    background: #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: #007BFF;
}
/* Fin Paginacion datatables*/

/*
#DataTables_Table_0_previous a {
  background-color: orange;
}

#DataTables_Table_0_next a {
  background-color: green;
}

.next a{
    color: olive;
}

.next, .next:hover{
    background-color: red;
}
*/
html {
    overflow-x: hidden;
}

strong {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    color: #82858C;
}
/*
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-medium-webfont.woff2') format('woff2'), url('/fonts/roboto-medium-webfont.woff2.woff') format('woff'), url('/fonts/roboto-medium-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-mediumitalic-webfont.woff2') format('woff2'), url('/fonts/roboto-mediumitalic-webfont.woff') format('woff'), url('/fonts/roboto-mediumitalic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-bold-webfont.woff2') format('woff2'), url('/fonts/roboto-bold-webfont.woff') format('woff'), url('/fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/

/* --- PANEL BASE --- */

body {
    background: #f4f5f7;
    position: relative;
}

#main-board {
    width: 85%;
    margin: 0 auto;
}

.fas, .far {
    margin-right: 5px;
    margin-left: 5px; 
}

.full-height-wrapper {
    padding-top: 4vh;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bg-header {
    background: url(/images/bg-header.svg);
    width: 100vw;
    background-size: cover;
    height: 37vh;
    background-position: bottom center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bg-header .bg-map {
    background: url(/images/bg-map.svg);
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top right;
    position: absolute;
    top: -6em;
    left: 0px;
    opacity: 0.3;
    z-index: -1;
}

.texto-rojo{
    color: red;
}
/*
.mensaje-acciones{
    position: fixed;
    z-index: 100 !important;;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
    padding: 5px;
    text-align: center;
    display: table;
}
*/
.texto-acciones{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.mensaje-acciones p{
    font-weight: bold;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
}

.bg-footer {
    background: url(/images/bg-footer.svg);
    width: 100vw;
    background-size: cover;
    height: 35vh;
    background-position: top center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.oculto{
    display: none;
}


/* - Cabecera - */

#main-header {
    align-items: flex-end;
    color: white;
}

#main-header .logo-box img {
    display: block;
    width: 70%;
    margin: 0 auto;
    max-width: 131px;
}

h1,
.h1 {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.bread-crumb {
    font-size: 0.9em;
    font-weight: normal;
    color: white;
}

.bread-crumb a {
    font-size: 1em;
    font-weight: normal;
    color: white;
}

.login-box {
    text-align: right;
}

.login-box .login {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-box .options {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 1.5em;
}

.login-box .icon {
    display: inline-block;
    min-width: 12%;
    margin-right: 5%;
    max-width: 35px;
    vertical-align: middle;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.login-box .user {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
}

/* - Menú principal - */

#main-menu > .wrapper {
/*    min-height: 100%;*/ 
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 2em 0em;
}

#main-menu ul {
    padding: 0 0;
    margin: 0 0;
    list-style: none;
}

#main-menu li {
    display: block;
    width: 100%;
}

#main-menu ul ul li {
    background: #f1f1f1;
    padding-left: 2em;
    padding-right: 0.5em;
    color: #82858c;
}

#main-menu ul ul li.active {
    background: linear-gradient(to right, #66E7D1 70%, #f1f1f1 100%);
    padding-left: 2em;
    padding-right: 0.5em;
    color: white;
    font-weight: bold;
}

#main-menu ul ul li a {
    color: #82858c;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    font-size: 0.9em;
    line-height: 1.2em;
    width: 90%;
    border: 0px;
}
/*#################################################################################################*/
#main-panel{
    display: flex;
}

nav div{
    flex-shrink:0;
    height: 100%;
}

.wrapper-main-panel{
    flex-grow:1;
}
/*#################################################################################################*/
input[type="button"] {
    transition: all .3s;
    border: 1px solid #ddd;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
}

input[type="button"]:not(.active-table-button) {
    background-color:transparent;
}

.active-table-button {
    background-color: #ff4d4d;
    color :#fff;
}

input[type="button"]:hover:not(.active-table-button) {
    background-color: #ddd;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #c00;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#main-menu ul ul li.active a {
    color: white;
}

#main-menu li .wrapper-li {
    display: block;
    padding: 0.7em 1.5em;
    margin: 0em 0em;
    text-align: center;
    height: 100px;
}

#main-menu li .icon {
    display: inline-block;
    width: 23%;
    vertical-align: middle;
    max-width: 40px;
    min-height: 20px;
}

#main-menu li.active svg path {
    fill: #00ebcf;
    transition: ease 0.3s;
}

#main-menu li .label {
    display: inline-block;
    color: #83858d;
    /*height: 100%;*/
    width: 71%;
    line-height: 1.3em;
    vertical-align: middle;
}

#main-menu li a {
    display: block;
    color: #83858d;
    text-decoration: none;
    padding-bottom: 1em;
    padding-top: 1em;
}

#main-menu li{
    border-bottom: 2px solid rgba(184, 204, 209, 0.23);
}

#main-menu li a:hover,
#main-menu li a:active {
    color: #049e8c;
    text-decoration: none;
}

#main-menu li a:hover .label,
#main-menu li a:active .label {
    color: #049e8c;
    text-decoration: none;
}

#main-menu li a:hover svg path,
#main-menu li a:active svg path {
    fill: #049e8c;
}

#main-menu li.active .wrapper-li {
    border-left: 6px solid #66E7D1;
}

#main-menu li .wrapper-li {
    border-left: 6px solid transparent;
}

#main-menu li.active {
    color: #66E7D1;
}

#main-menu li.active .label {
    color: #66E7D1;
    font-weight: bold;
}

/* - Panel Principal - */

#main-panel {
    padding: 5vh 0;
}

#main-panel #top-panel .h2 {
    display: block;
    margin-bottom: 0;
}

#main-panel #top-panel .buttons {
    margin-top: 1.5em;
}

#main-panel #top-panel {
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 2vh;
    padding: 2em;
}


#main-panel #top-panel .buttons .cta-button {
    margin-right: 10px;
}

#main-panel #top-panel .buttons .cta-button.derecha {
    margin-right: 0px;
}

.h2,
h2 {
    font-size: 1.8em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

#main-board #content-panel {
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}

#main-board #content-panel.content-panel-form {
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 2em 0 0em 0;
}

.h3,
h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: middle;
}


.h4,
h4 {
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: middle;
}

.centrar {
    text-align: center;
}

.right {
    text-align: right;
    padding-left: 20px;
}

.icono-rojo a {
    color: rgba(249, 45, 45, 0.55);
}

.icono-naranja a{
    color: rgba(230, 126, 34, 1);
}

.invisible{
    visibility: hidden;
}

td .fondo-label-rojo {
    background-color: rgba(249, 73, 45, 0.55);
    color: #fff;
    border-radius: 25px;
    padding: 5px;
}

td .fondo-label-azul {
    background-color: #56bde5;
    color: #fff;
    border-radius: 25px;
    padding: 5px;
}

#main-board #content-panel.campana-fondo {
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 0em 0 2em 0em;
}


#main-board #content-panel > header.campanas-fondo {
    border-bottom: 0px solid #EAEAEC;
    padding: 0 2em;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
    padding-top: 2em;
    background-image: linear-gradient(267deg, #66e7d1, #56bde5)
}

#main-board #content-panel > header {
    border-bottom: 2px solid #EAEAEC;
    padding: 0 2em;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
}

#main-board #content-panel > header.sin {
    border-bottom: 0px solid #EAEAEC;
    padding: 0 2em;
    padding-bottom: 1.5em;
    margin-bottom: 0em;
}

#main-board #content-panel > header .h3 {
    margin-bottom: 0em;
    display: inline;
}

#main-board #content-panel > header i {
    font-size: 1.3em;
    margin-right: 0.5em;
    vertical-align: middle;
}

#main-board #content-panel .wrapper-padding {
    padding: 0 2em;
}

.filter-buttons {
    margin-bottom: 2em;
}

.filter-buttons label {
    font-weight: bold;
    vertical-align: middle;
}

.filter-buttons input[type="text"],
.form-input input[type="url"],
.form-input input[type="number"]
{
    width: 100%;
}

.table-wrapper {
    overflow-x: auto;*/
}

#top-panel .wrapper {
    width: 100%;
}

input.search {
    background: url(/images/search_icon.svg);
    background-repeat: no-repeat;
    background-position: right+1em center;
    background-size: 1.1em;
}

.form-input div.rigth,
.form-input-2 div.rigth {
    line-height: 0em;
}

.form-input input[type="text"],
.form-input input[type="url"],
.form-input input[type="number"],
.form-input select {
    width: 332px;
    /*    padding: 0.2em 6em;*/
    font-size: 0.9em;
    border-radius: 25px;
    border: none;
    outline: none;
    font-style: italic;
    box-shadow: 0px 0px 9px 0px rgba(93, 93, 93, 0.31);
    vertical-align: middle;
}


.form-input-2 input[type="text"],
.form-input-2 input[type="url"],
.form-input-2 input[type="number"],
.form-input-2 input[type="password"],
.form-input-2 input[type="email"] .form-input-2 select,
textarea {
    width: 100%;
    font-size: 0.9em;
    border-radius: 25px;
    border: none;
    outline: none;
    font-style: italic;
    box-shadow: 0px 0px 9px 0px rgba(93, 93, 93, 0.31);
    vertical-align: middle;
    padding: 0.4em 1em;
}

textarea::placeholder {
    padding: 0.4em 1em;
}

select#registros {
    width: auto;
}

input[type="text"],
input[type="url"],
input[type="number"],
select,
input[type="password"],
input[type="email"] {
    width: 100%;
    padding: 0.4em 1em;
    font-size: 0.9em;
    border-radius: 25px;
    border: none;
    outline: none;
    font-style: italic;
    box-shadow: 0px 0px 7px 0px rgba(93, 93, 93, 0.27);
    vertical-align: middle;
}

.filter-buttons input[type="text"] {
    padding: 0.2em 2em;
    font-size: 0.9em;
    border-radius: 25px;
    border: none;
    outline: none;
    font-style: italic;
    box-shadow: 0px 0px 9px 0px rgba(93, 93, 93, 0.31);
    vertical-align: middle;
}

/* - Paginador - */

.paginator {
    text-align: center;
    margin-top: 1.5em;
}

.paginator i {
    color: #a1b0cb;
}

.paginator .number {
    background: #b8c8e4;
    padding: 0.3em 0.7em;
    color: white;
    margin: 0 0.5em;
}

.paginator .number a {
    color: white;
}

/* --- TABLAS --- */

.linea-inferior {
    border-bottom: 2px solid rgba(184, 204, 209, 0.34);
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    width: 100%;
}

.table-wrapper > table {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table thead {
    font-weight: bold;
    color: #8b8b8c;
    font-size: 0.9em;
}

table th {
    background-color: #EBEEF5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.top-th {
    border-bottom: 1px solid #E3E3EC;
    padding: 0.4em 0;
}

th,
td {
    vertical-align: middle;
    border-left: 1px solid #E3E3EC;
    border-collapse: collapse;
    text-align: center;
    padding: 1em;
    font-size: 0.95em;
}

table tr:nth-child(even) {
    background: #f4f5f7;
}

th:first-child,
td:first-child {
    vertical-align: middle;
    border: 0px;
    border-collapse: collapse;
}

table .btn-toolbar {
    margin: 1em 0;
}

table .btn-group {
    display: block;
    width: 100%;
}

table .btn-group .cta-button {
    /*    width: 100%;*/
    margin: 0.3em 0;
}

.cta-button i {
    padding-left: 0.2em;
    padding-right: 0.2em;
    vertical-align: top;
    padding-top: 0.1em;
    font-size: 0.8em;
}

.margin-top {
    margin-top: 2vh;
}


/* --- FORMULARIOS--- */

.div_imput {
    margin-bottom: 1em;
    margin-top: 0.2em;
}



.buttons-bottom {
    border-radius: 0px 0px 10px 10px;
    background-color: #F3F6FB;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 40px;
    padding-right: 2em;
    padding-left: 2em;
}

.buttons-bottom .cta-button {
    margin-left: 10px;
    margin-right: 10px
}

.buttons-bottom .buttons-center {
    width: 80%;
    display: inline-block;
    text-align: center;
}

.deshabilitar {
    text-align: center;
}


/* --- BOTONES --- */

.derecha {
    float: right;
}

.cta-button {
    padding: 0.7em 1.2em;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 5px 0 rgba(104, 121, 149, 0.38);
    line-height: 1em;
    display: inline-block;
    background: #56BDE5;
    font-weight: normal;
    white-space: nowrap;
    border: none;
    outline: none;
    cursor: pointer;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.cta-button:hover {
    color: #fff;
}

.lightgrey{
    background: #d3d3d3;
}

.deg-morado {
    background: linear-gradient(to right, rgba(102, 158, 231, 1) 0%, rgba(217, 116, 193, 1) 100%);
}

.deg-morado {
    background:rgba(217, 116, 193, 1);
}

.deg-azul {
    background: linear-gradient(to right, #556ba5, #669ee7);
}

.deg-turquesa {
    background: linear-gradient(264deg, #56bde5, #66e7d1);
}

.deg-turquesa:hover {
    background:#56bde5;
}

.deg-rojo {
    background: linear-gradient(265deg, rgba(249, 45, 45, 0.83), rgba(249, 127, 45, 0.55));
}

.deg-rojo:hover {
    background:rgba(249, 45, 45, 0.83);
}

.rojo{
    background: rgba(249, 127, 45, 0.55);
}

.rojo:hover{
    background: rgba(249, 45, 45, 0.83);
    color: #fff;
}

.turquesa {
    background: #5AC7E0;
}

.azul {
    background: #556BA5;
}

.azul-claro {
    background: #C9D8F2;
}

.turquesa:hover,.azul-claro:hover,
.azul-claro:focus,
.azul-claro:active {
    background: #8DA1D6;
    color: #fff;
}


.input-estilo {
    color: #82858c;
    background-color: #fff;
}


#main-board #content-panel > header a i {
    margin-right: 0em;
}


select {
    background-image: url(/images/angle-down-solid.svg);
    /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
    background-repeat: no-repeat;
    background-position: right+1em center;
    background-size: 2em;
    padding-right: 3em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
    /*Evita que se muestre la flecha por defecto en versiones de IE*/
}


label {
    color: #82858C;
    font-size: 15px;
    padding-right: 20px;
    font-weight: 400;
}

.menu-colors .elem:first-child,
.menu-colors .elem:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

.menu-colors .color-panel .overlay {
    position: absolute;
    width: 103%;
    height: 103%;
    top: 0px;
    left: 0px;
    opacity: 0.85;
}

.menu-colors .color-panel {
    min-height: 28em;
    background-size: cover;
    background-blend-mode: soft-light;
    background-position: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 2em 1em;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.menu-colors .color-panel.one {
    background-image: url('/images/color1.jpg');
}

.menu-colors .color-panel.two {
    background-image: url('/images/color2.jpg');
}

.menu-colors .color-panel.three {
    background-image: url('/images/color3.jpg');
}

.menu-colors .color-panel .overlay.purple {
    background: linear-gradient(to top right, #d63bad 0%, #0588be 100%);
}

.menu-colors .color-panel .overlay.orange {
    background: linear-gradient(to top right, #e2d42f 0%, #ff8c2a 100%);
}

.menu-colors .color-panel .overlay.green {
    background: linear-gradient(to top right, #96d41c 0%, #69dea8 100%);
}

.menu-colors .color-panel .content {
    z-index: 9;
    color: white;
    text-align: center;
}

.menu-colors .color-panel .title {
    font-weight: bold;
    font-size: 1.05em;
    line-height: 1em;
    display: block;
}

.menu-colors .color-panel .data {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 3.5em;
}

.color-panel .cta-button {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.7em 1.5em;
    background: linear-gradient(to right, #00cae9 0%, #17d2c6 100%);
}

.color-panel .cta-button:hover {
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #06aec7 0%, #16cec2 100%);
}

.menu-colors .color-panel .wrapper-data {
    background: rgba(255, 255, 255, 0.26);
    display: block;
    width: 4.5em;
    height: 4.5em;
    vertical-align: middle;
    text-align: center;
    margin: 2em auto;
    border-radius: 100%;
    overflow: hidden;
}

div.dropdown{
    padding: 0;
}

div.dropdown a{
    padding: 0;
}

.dropdown-menu {
    background: white;
    border: 0px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 1em 1em;
    font-size: 0.9em;
    color: #82858C;
}


.dropdown-menu li {
    border-bottom: 2px solid #edf3f4;
    padding: 0.3em 0;
}

.dropdown-menu li a {
    color: #83858d;
    text-decoration: none;
    transition: ease 0.3s;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active {
    color: #515258;
}

.dropdown-menu li.delete,
.dropdown-menu li.delete a {
    color: #F92D2D;
}

.dropdown-menu li:last-child {
    border-bottom: 0px;
}

.textarea-100 {
    padding: 0.5em;
    margin: 5px 5px;
    width: 98%;
    border: none;
    box-shadow: 0px 0px 9px 0px rgba(93, 93, 93, 0.31);
    vertical-align: middle;
    border-radius: 25px;
}

.dropdown-menu i {
    padding-right: 6px;
}

.filter-buttons.tres .filter-group {
    width: 100%;
}


.form-input-2 label {
    display: block;
    padding-left: 20px;
}

.span-check {
    padding-left: 10px;
}

.button_anadir, .button_anadir-merchant {
    position: absolute;
/*    top: 29px;*/
    right: -44px;
    color: #fff;
    border-radius: 25px;
    padding: 6px 13px;
}

a.button_anadir.rojo:hover, a.button_anadir_merchant.rojo:hover {
    color: white;
    background: rgba(249, 45, 45, 0.83);
}

a.button_anadir.rojo, a.button_anadir-merchant.rojo {
    background-color: #e2e3e5;
}

/*ACCESO*/

.bg_login {
    background-image: url(/images/fondo.jpg);
    height: 100vh;
    background-size: cover;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.bg_login .overlay.purple {
    background: linear-gradient(to top right, #d63bad 0%, #0588be 100%);
    position: absolute;
    width: 103%;
    height: 103%;
    top: 0px;
    left: 0px;
    opacity: 0.85;
}

.box_login_logo {
    margin-top: -150px;
}

.caja_login {
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 2em;
    position: relative;
}

.caja_img img {
    width: 150px;
}


.caja_login button {
    margin-left: 20px;
}

.caja_img {
    text-align: center;
}

input.login {
    background: url(/images/user-alt-solid.svg);
    background-repeat: no-repeat;
    background-position: left+1em center;
    background-size: 1.9em;
    padding: 0.7em 3.3em;
}

input.password {
    background: url(/images/unlock-alt-solid.svg);
    background-repeat: no-repeat;
    background-position: left+1em center;
    background-size: 1.9em;
    padding: 0.7em 3.3em;
}

.add-on {
    background: url(/images/unlock-alt-solid.svg);
}

#tienda_select_admin, .tienda_select_admin {
    width: 30% !important;
    margin: 1% 3% 1% 3%;
}

.div_imput_admin {
    display: flex;
    margin-bottom: 1em;
    margin-top: 0.2em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.add-on:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    display: inline-block;
    position: absolute;
    color: #b5b5b5;
    right: -21px;
    top: 38px;
    font-weight: bold;
}

.cta-button-disabled, .cta-button-disabled:hover {
    text-decoration: none;
    padding: 0.7em 1.2em;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 5px 0 rgba(104, 121, 149, 0.38);
    line-height: 1em;
    display: inline-block;
    background: #56BDE5;
    font-weight: normal;
    white-space: nowrap;
    border: none;
    outline: none;
    background: linear-gradient(264deg, #dee2e6, #dee2e6);
    cursor: not-allowed;
}

.tiendas-admin-btn {
    text-align: center; 
    max-width:100%;
}

#id_tokenAPI, #id_version {
    max-width: 80%;
}



/* --- RESPONSIVE  --- */

@media only screen and (max-width: 1955px) {}

@media only screen and (max-width: 1600px) {
    .form-input input[type="text"],
    .form-input select {
        width: 232px;
    }
    .filter-group {
        margin-bottom: 13px;
    }   
}

@media only screen and (max-width: 1500px) {
    .tiendas-admin-btn {
        max-width:100%;
    }
}


@media only screen and (max-width: 1428px) {
    .tiendas-admin-btn {
        max-width:100% !important;
    }
}

@media only screen and (max-width: 1245px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1199px) {
    .buttons-bottom .buttons {
        text-align: center;
        width: 100%;
    }

    .tiendas-admin-btn {
        max-width:100%;
    }

    .buttons-bottom .buttons a,
    .buttons-bottom .buttons button {
        margin-top: 10px;
    }
    .buttons-bottom .buttons-center {
        width: 100%;
    }

    #main-menu li .wrapper-li {
        margin: 0 0.5em;
    }

    #main-menu li .icon {
        width: 31%;
        max-width: 50px;
        display: block;
        margin: 0 auto;
    }
    #main-menu li .label {
        margin-top: 0.3em;
    }
    .filter-buttons label {
        font-size: 12px;
        padding-right: 1px;
    }
}

@media only screen and (max-width: 991px) {
    .form-input input[type="text"],
    .form-input select {
        width: 70%;
    }
    .div_imput label {
        width: auto;
    }
    #main-panel #top-panel .buttons .cta-button {
        margin-bottom: 10px;
    }

    .cta-button-disabled {
        padding: 0.7em 1.2em;
        color: #fff;
        border-radius: 25px;
        box-shadow: 0 0 5px 0 rgba(104, 121, 149, 0.38);
        line-height: 1em;
        display: inline-block;
        background: #56BDE5;
        font-weight: normal;
        white-space: nowrap;
        border: none;
        outline: none;
        background: linear-gradient(264deg, #dee2e6, #dee2e6);
        cursor: unset;
    }

    .tiendas-admin-btn {
        max-width:100%;
    }

    .h2,
    h2 {
        font-size: 1.3em;
        word-break: break-word;
    }
    .h3,
    h3 {
        font-size: 1.2em;
    }
    #main-board #content-panel > header .h3 {
        display: inline;
    }
    .buttons a.derecha {
        float: none;
    }
    .bg-header .bg-map {
        display: none;
    }
    .add-on:before {
        font-family: "Font Awesome 5 Free";
        content: "\f073";
        display: inline-block;
        position: absolute;
        color: #b5b5b5;
        right: 33px;
        top: 35px;
        font-weight: bold;
    }
    .button_anadir, .button_anadir-merchant {
        display: inline-block;
        border-radius: 25px;
        position: inherit;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .button_anadir i, .button_anadir-merchant i {
        padding-right: 5px;
    }
    .oculto{
    display:inherit;
    }

}

@media only screen and (max-width: 767px) {

    .buttons-bottom .buttons a {
        display: block;
    }

    .tiendas-admin-btn {
        max-width:100%;
    }

    .bg-header {
        background-position: right+37% top;
        background-size: cover;
        height: 55vh;
    }
    .panel-box {
        text-align: center;
    }
    .login-box {
        text-align: center;
        margin-top: 2em;
    }
    #main-header .logo-box img {
        max-width: 105px;
    }
    h1,
    .h1 {
        text-align: center;
        font-size: 1.5em;
        margin-top: 0.5em;
    }
    .login-box .login {
        text-align: left;
        font-size: 0.9em;
    }
    .login-box .options {
        text-align: right;
    }
    .login-box .icon {
        max-width: 29px;
    }

    #main-menu {
        padding: 0 0;
        margin-bottom: 1em;
        margin-top: 0.5em;
    }
    #main-menu > .wrapper {
        padding: 0em;
    }
    #main-menu ul {
        display: flex;
    }
    #main-menu li .wrapper-li {
        margin: 0 0;
        border-bottom: 0px;
    }
    #main-menu li .label {
        display: none;
    }
    #main-menu li .icon {
        display: inline-block;
        width: 37%;
    }
    #main-menu li.active {
        border: 0px;
    }
    #main-menu li.active svg {
        fill: currentColor;
    }
    #main-panel #top-panel {
        margin-bottom: 4vh;
        padding: 1.3em 2em;
    }
    #main-menu li .wrapper-li {
        border-left: none !important;
    }
    #main-menu li a {
        border-bottom: 0px !important;
    }
    .h2,
    h2 {
        font-size: 1em;
    }
    .menu-colors .elem {
        min-width: 100%;
        margin-bottom: 2em;
        padding: 0 0;
    }

    #main-menu ul ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 4em;
    }
    #main-menu ul ul li {
        padding: 0 1em;
        text-align: center;
    }

    #main-menu ul ul {
        position: absolute;
        z-index: 3;
        flex-direction: column;
        box-shadow: 1px 3px 0px 0 rgba(0, 0, 0, 0.1);
        display: none;
    }
    .box_login_logo {
        margin-top: 0px;
    }


}

@media only screen and (max-width: 576px) {
    .div_imput label {
        width: 100%;
    }
    .form-input .div_imput {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 384px) {}

