.color-1 {
    color: #800000;
}
.color-2 {
    color: #804000;
}
.color-3 {
    color: #808000;
}
.color-4 {
    color: #408000;
}
.color-5 {
    color: #008000;
}
.color-6 {
    color: #008040;
}
/*===========================
    CLASES GENERALES
==========================*/
ul, ol {
    list-style: none;
}

.material-icons {
    color: #444 !important;
}

.ico-10 {
    font-size: 10px;
}

.ico-12 {
    font-size: 12px;
}

.ico-14 {
    font-size: 14px;
}

.ico-16 {
    font-size: 16px;
}

.ico-18 {
    font-size: 18px;
}

.ico-20 {
    font-size: 20px;
}

.ico-22 {
    font-size: 22px;
}

.ico-24 {
    font-size: 24px;
}

.ico-26 {
    font-size: 26px;
}

.ico-28 {
    font-size: 28px;
}

.ico-30 {
    font-size: 30px;
}

.ico-black {
    color: #444 !important;
}

.ico-white {
    color: #fff !important;
}

.box-border-round {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.padding-10 {
    padding: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.noPadding {
    padding:0 !important;
}

a:active,
a:focus,
a:link,
a:visited,
a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent !important;
}

.dx-closebutton .dx-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*  Ripple */
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(223, 5, 35, 0.4);
    transform: scale(0);
    position: absolute;
    opacity: 1;
    z-index: 1;
}

.rippleEffect {
    animation: rippleDrop .3s linear;
}

@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.caret {
    float: right;
}

    .caret.open {
        border-top: none;
        border-bottom: 4px solid #fff;
    }

/*===========================
    CONTENEDORES GENERALES
==========================*/
/*html {
    overflow-y:auto !important;
}

body {
     top: 0px !important; 
}*/
body, html {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    color: #444;
    font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #800000;
    position: fixed;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 2px 6px 0 rgba(55,63,78,.12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(55,63,78,.12);
    box-shadow: 0 2px 6px 0 rgba(55,63,78,.12);
    z-index: 10;
}


.container {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    z-index: 9;
    left: 0;
    margin-top: 0px;
    /*position: relative;*/
}

#aside-menu,
.aside-inner,
.aside-inner > ul,
.content-wrapper {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#article-container-main {
    -webkit-transition: margin-left .2s cubic-bezier(.35,0,.25,1);
    transition: margin-left .2s cubic-bezier(.35,0,.25,1);
}

.panel-app {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    border: 1px solid #cacaca;
    clear: both;
    padding: 10px;
}

.panel-app {
    border-color: #FEBA00;
}

    .panel-app > .panel-heading {
        color: #ffffff;
        background-color: #FEBA00;
        border-color: #FEBA00;
    }

    .panel-app > a {
        color: #444;
    }

    .panel-app .panel-footer {
        background: #fff;
    }

.panel-body {
    min-height: 430px;
}

/*=============CABECERA=================*/
.logo {
    width: 250px;
    height: 50px;
    overflow: hidden;
}

    .logo img {
        width: auto;
        height: 50px;
        margin-left: -2vw;
    }

.text-white {
    color: #fff !important;
}

h4, .h4 {
    font-size: 1.28rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #525252;
}

.action {
    height: 50px;
    width: auto;
    background-color: transparent;
}

    .action > .nav > li > a {
        height: 50px;
        font-size: 32px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        padding: 0px;
        margin: 0px;
    }

.items-cabecera {
    width: auto;
    height: 50px;
    /*cOMENTADO PORQUE SE HA QUITADO EL CAMBIO DE IDIOMA DE LA CABECERA*/
    /*margin-right: 40px;*/
}

    .items-cabecera > .lista-items {
        list-style: none;
        width: auto;
        height: 50px;
        line-height: 50px;
        padding-right: 20px;
        margin: 0px;
    }

        .items-cabecera > .lista-items li {
            display: inline-block;
            float: left;
        }

            .items-cabecera > .lista-items li:hover {
                background: #272E38;
            }

            .items-cabecera > .lista-items li > a {
                color: #fff;
                display: block;
                padding: 0 10px;
            }

                .items-cabecera > .lista-items li > a:hover,
                .items-cabecera > .lista-items li > a:active,
                .items-cabecera > .lista-items li > a:link,
                .items-cabecera > .lista-items li > a:focus {
                    text-decoration: none;
                }

.language-select {
    margin-top: 8px;
}

.form-control-language-select,
.form-control-language-select:active,
.form-control-language-select:link,
.form-control-language-select:visited {
    border: none !important;
    background-color: transparent;
    background: none;
    box-shadow: none;
    transition: none;
    color: #fff;
    outline: 0 !important;
}

    .form-control-language-select option {
        color: #444;
    }
/*==================Main Menú==================*/
#aside-menu {
    width: 250px;
    height: auto;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0px;
    border-right: 1px solid #ccc;
    outline: 1px solid #fff;
    background: #272E38;
}

.aside-inner {
    width: 250px;
    height: auto;
    height: -webkit-calc(100% - 250px);
    height: -moz-calc(100% - 250px);
    height: calc(100% - 250px);
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0px;
    overflow: hidden;
}

#nav-main {
    margin-right: -17px;
    overflow-y: scroll;
    height: auto;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    padding-bottom: 20px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#nav-main > .lista-nav {
    width: 100%;
    width: -webkit-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: calc(100% - 1px);
    height: auto;
    list-style: none;
}

#nav-main > .lista-nav > li.active,
#nav-main > .lista-nav > li:hover {
    border-left-color: #800000;
}

#nav-main > .lista-nav li.active {
    border-bottom: none;
}

#nav-main > .lista-nav li.active > a,
#nav-main > .lista-nav li:hover > a {
    color: #fff;
}

#nav-main > .lista-nav li > ul > li > a.active_child {
    color: #f00;
}

#nav-main > .lista-nav > li {
    border-left: 5px solid transparent;
    -webkit-transition: border-left-color .4s ease;
    transition: border-left-color .4s ease;
    list-style: none !important;
    /*overflow:hidden;*/
}

#nav-main > .lista-nav li > a {
    font-size: 13px;
    font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: rgba(255,255,255,.7);
    /*overflow:hidden;*/
}

.aside-collapsed #nav-main > .lista-nav li > a {
    text-align: center;
    font-size: 12px;
    padding: 10px 0px;
    text-overflow: ellipsis;
}

#nav-main > .lista-nav li > a > i {
    font-size: 18px;
    display: inline-block;
    width: 20px;
}

.aside-collapsed #nav-main > .lista-nav li > a > i {
    display: block;
    /*font-size: 24px;*/
    width: inherit;
}

.aside-collapsed #aside-menu,
.aside-collapsed .aside-inner {
    width: 100px;
}

#nav-main > .lista-nav > li {
    border-bottom: 1px solid #1d232b;
    border-top: 1px solid #404b5b;
}

#nav-main > .lista-nav li > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav-main > .lista-nav li > ul > li {
    padding-left: 20px;
}

#nav-main > .lista-nav li > ul > li > a {
    text-decoration: none;
    display: block;
    padding: 7px 0 7px 15px;
    font-size: 14px;
    position: relative;
    border-left: 1px solid #fff;
}

#nav-main > .lista-nav li > ul > li > a > i {
    font-size: 14px;
}

#nav-main > .lista-nav li > ul > li > a::after {
    color: #FFFFFF;
    content: ".";
    font-size: 50px;
    left: -9px !important;
    position: absolute !important;
    top: -29px !important;
}

#nav-main li ul {
    background: #273541;
    margin: 0px;
    padding: 0px;
    border: 1px solid #404b5b;
    margin-right: 4px !important;
    margin-bottom: 3px !important;
}

/*Sub Menu Collapse*/
.aside-collapsed #nav-main > .lista-nav li > ul > li {
    padding-left:0px;
}

#box-logo {
    width:250px;
    height:150px;
    position:fixed;
    bottom:0px;
    left:0px;
    -webkit-transition: all .2s cubic-bezier(.35,0,.25,1);
    transition: all .2s cubic-bezier(.35,0,.25,1);
}

#box-logo  img {
    width:auto;
    max-width:250px;
    height:130px;
    -webkit-transition: all .2s cubic-bezier(.35,0,.25,1);
    transition: all .2s cubic-bezier(.35,0,.25,1);        
}

.aside-collapsed #box-logo {
     width:100px;
    height:100px;
}

.aside-collapsed #box-logo  img {
    width:80px;
    height:auto;        
}
/*===========Contenido===========================*/
.content-wrapper {
    padding: 0px;
    width: 100%;
}

.content-wrapper-top {
    margin-top: -50px;
}

/*#article-container-main {
    background-color: #f5f5f5;
    position: relative;
    height: 100%;
    margin-left: 250px;
    z-index: 111;
    margin-bottom: 60px !important;
}*/

.aside-collapsed #article-container-main {
    margin-left: 100px;
}

/*===========Contenido===========================*/
header.headerTitulo {
    float: left;
    height: 40px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    margin-bottom: 10px;
    position: fixed;
    margin-left: 250px;
    left: 0px;
    top: 50px;
    width: 100%;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    z-index: 999;
    background: #F5F5F5;
    -webkit-transition: all .2s cubic-bezier(.35,0,.25,1);
    transition: all .2s cubic-bezier(.35,0,.25,1);
}

.aside-collapsed header.headerTitulo {
    margin-left: 100px;
    width: 100%;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    background-color:transparent;
}

.tituloSeccion {
    width: 100%;
    height: 40px;
    float: left;
}

    .tituloSeccion > h2 {
        margin: 0px;
        padding: 0px;
        font-size: 24px;
        line-height: 40px;
        float: left;
    }

.content-wrapper {
    padding: 0px;
    width: 100%;
}

#article-container-main {
    background-color: #f5f5f5;
    /*position: relative;*/
    height: 100%;
    margin-left: 250px;
    z-index: 111;
    margin-bottom: 0px !important;
    margin-top: 150px;
}

/* Estilos para la seleccion de sección */
#article-container-main.selection {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 91vh;
    margin-top: 7vh;
    background-color: #f7f8fc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.content-wrapper.selection {
    text-align: center;
}

.content-wrapper.selection h3 {
    font-family: 'Arial', sans-serif;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
}

button.sectionSelection {
    display: inline-block;
    background-color: #d9534f;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    padding: 15px 25px;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


button.sectionSelection:hover {
    background-color: #800000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

/* Azul claro para selección de elemento con el teclado*/
button.sectionSelection:focus {
    outline: 2px solid #5bc0de; 
}

/* Botones más grandes en pantallas pequeñas */
@media (max-width: 768px) {
    button.sectionSelection {
        
        width: 90%; 
        font-size: 1rem;
    }
}


/*FICHAS*/
.top-bar {
    position: relative;
}

.tit-ficha {
    display: inline;
    position: absolute;
    left: 0px;
    color: #444;
    z-index: 100;
}

/*Tablas Devextreme*/
/*.dx-datagrid {
     border:1px solid #ddd;
     border-bottom:none;
}*/
.dx-datagrid-headers .dx-datagrid-table tbody tr:first-child {
    background: #800000;
    color: #fff;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: none;
}

/*.dx-datagrid-rowsview .dx-datagrid-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}*/

.dx-datagrid-rowsview .dx-datagrid-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content {
    white-space: normal;
}


/*Menú Fichas*/
nav#menu_listas {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    margin-bottom: 10px;
    position: fixed;
    margin-left: 250px;
    left: 0px;
    top: 90px;
    width: 100%;
    height: 50px;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    z-index: 999;
    background: #F5F5F5;
    -webkit-transition: all .2s cubic-bezier(.35,0,.25,1);
    transition: all .2s cubic-bezier(.35,0,.25,1);
    border-bottom: 2px solid #fff;
    box-shadow: 0px 9px 13px -4px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 9px 13px -4px rgba(0,0,0,0.37);
    -webkit-box-shadow: 0px 9px 13px -4px rgba(0,0,0,0.37);
}

.aside-collapsed nav#menu_listas {
    margin-left: 100px;
    width: 100%;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

#lista_menu_scroll {
    height: 50px;
    max-height: 50px;
    white-space: nowrap;
    padding-left: 10px;
}

    #lista_menu_scroll.lista_menu_scroll_big {
        height: auto !important;
        max-height: 100% !important;
        white-space: normal !important;
    }

        #lista_menu_scroll.lista_menu_scroll_big li {
            border-bottom: 3px solid #fff;
        }

    #lista_menu_scroll li {
        display: inline-block;
        height: 40px;
        padding: 0 6px;
        line-height: 50px;
        position: relative;
    }


        #lista_menu_scroll li.activo,
        #lista_menu_scroll li:hover {
            border-bottom: 3px solid #A21616;
        }

        #lista_menu_scroll li a {
            text-decoration: none;
            color: #444;
            font-size: 12px;
            font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
        }

            #lista_menu_scroll li.activo a, #lista_menu_scroll li a:hover {
                color: #384E99;
            }

.filtros_header {
}

.listaFiltros_header {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 40px;
    height: 40px;
    margin: 4px 6px;
}

    .listaFiltros_header > li {
        font-size: 8pt;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 0 10px;
        background-color: #fafafa;
        background-image: -moz-linear-gradient(top,#f5f5f5,#f2f2f2);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f2f2f2));
        background-image: -webkit-linear-gradient(top,#f5f5f5,#f2f2f2);
        background-image: -o-linear-gradient(top,#f5f5f5,#f2f2f2);
        background-image: linear-gradient(to bottom,#f5f5f5,#f2f2f2);
    }

        .listaFiltros_header > li > .title-filtro-header {
            margin-right: 10px;
            padding: 0 10px;
        }

.separator_filtros {
    width: 2px;
    height: 30px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #f5f5f5;
    margin-right: 10px;
    margin-top: 5px;
}

.filtros_header .dx-item-content {
    font-size: 8pt;
}

.filtros_header .dx-radiogroup {
    margin-top: 8px;
}

/****Opciones*****/
.box_acciones {
    width: auto;
    min-width: 35px;
    height: 35px;
    margin-right: -4px;
    margin-top: 5px;
    position: relative;
    float: right;
    font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
    color: #726D6D;
}

.box_acciones.accionesFicha{
    margin-right: 100px;
    z-index: 1000;
}

#listaAcciones {
    float: right;
    margin-left: 5px;
}

.txt_acciones {
    display: inline-block;
    line-height: 40px;
    float: right;
    margin-right: 15px;
    font-size: 8pt;
    font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
    color: #726D6D;
}

.txt_acciones_close {
    position: absolute;
    right: 26px;
    top: -2px;
}

.txt_acciones_open {
    position: absolute;
    right: 33px;
    top: -1px;
}

.iconos {
    display: inline;
    height: auto;
    width: auto;
    line-height: 35px;
    top: 0px;
    right: 10px;
}

    .iconos .navicon-line {
        background-color: #444;
        border-radius: 50%;
        height: 4px;
        margin: auto;
        margin-bottom: 3px;
        width: 4px;
    }

    .iconos span {
        display: block;
        float: left;
        height: auto;
    }

.ico_label {
    /*margin:0 5px;*/
    color: #546698 !important;
    line-height: 25px !important;
}

.box_acciones_trigger {
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #888;
    text-decoration: none;
    display: block;
    color: #444;
}

.box_acciones_menu {
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: 999;
    margin: 0px;
    padding: 0px 3px;
    background-color: #E8E8E8;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: none;
    list-style: none outside none;
    min-width: 200px;
    width: auto;
    text-align: right;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
}

    .box_acciones_menu.active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .box_acciones_menu li {
        display: block;
        margin: 0px;
        padding: 0px;
        line-height: 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        clear: both;
    }

.ico-close {
    cursor: pointer;
    line-height: 33px !important;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 3px !important;
    text-align: right;
}

.btn-opciones {
    display: inline-block !important;
    height: auto !important;
}

    .btn-opciones a img {
        float: left;
    }

    .btn-opciones a {
        text-decoration: none;
        font-size: 12px !important;
        color: #444 !important;
        padding: 0 5px;
        display: inline-block;
        font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
        font-weight: lighter;
    }

        .btn-opciones a:hover i {
            color: #384E99;
        }

    .btn-opciones > span {
        color: #444 !important;
        height: auto;
        padding-left: 4px;
        text-decoration: none !important;
    }

    .btn-opciones:hover span.ico_label {
        color: #384E99 !important;
    }

    .btn-opciones a span {
        color: #444;
        height: auto;
        padding: 0px 13px 0 0;
        text-decoration: none !important;
        font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
        font-size: 8pt;
        font-weight: lighter;
    }

    .btn-opciones a:hover span {
        font-size: 8pt !important;
        font-weight: lighter;
    }

.btn_icono {
    width: 106px;
}

.iconos i {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cacaca;
    padding: 3px 5px;
    color: #444;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px; /* Firefox*/
    -ms-border-radius: 3px; /* IE 8.*/
    -webkit-border-radius: 3px; /* Safari,Chrome.*/
}

/*MATERIAL*/
.buttondemoBasicUsage section {
    background: #f7f7f7;
    border-radius: 3px;
    text-align: center;
    margin: 1em;
    position: relative !important;
    padding-bottom: 10px;
}

.buttondemoBasicUsage md-content {
    margin-right: 7px;
}

.buttondemoBasicUsage section .md-button {
    margin-top: 16px;
    margin-bottom: 16px;
}

.buttondemoBasicUsage .label {
    position: absolute;
    bottom: 5px;
    left: 7px;
    font-size: 14px;
    opacity: 0.54;
}


/*LOADER*/
.splash {
    background: #800000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.sk-cube-grid {
    width: 50px;
    height: 50px;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #fff;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.icondemoFontIconsWithClassnames {
    /* Bootstrap Overrides */
    /* OLD STYLES */
}

    .icondemoFontIconsWithClassnames .appDemoFontIconsWithClassnames {
        padding: 25px;
        width: 100%;
    }

        .icondemoFontIconsWithClassnames .appDemoFontIconsWithClassnames,
        .icondemoFontIconsWithClassnames .appDemoFontIconsWithClassnames *:before,
        .icondemoFontIconsWithClassnames .appDemoFontIconsWithClassnames *:after {
            box-sizing: border-box;
        }

    .icondemoFontIconsWithClassnames [class^="icon-"]:before,
    .icondemoFontIconsWithClassnames [class*=" icon-"]:before {
        font-family: "icomoon";
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icondemoFontIconsWithClassnames .icon-home:before {
        content: "\e900";
    }

    .icondemoFontIconsWithClassnames .icon-clock:before {
        content: "\e94e";
    }

    .icondemoFontIconsWithClassnames .icon-user-plus:before {
        content: "\e973";
    }

    .icondemoFontIconsWithClassnames .icon-google-plus2:before {
        content: "\ea89";
    }

    .icondemoFontIconsWithClassnames .icon-youtube4:before {
        content: "\ea9a";
    }

    .icondemoFontIconsWithClassnames .icon-settings:before {
        content: "\e600";
    }

    .icondemoFontIconsWithClassnames md-progress-circular {
        margin-bottom: 20px;
    }

    .icondemoFontIconsWithClassnames header {
        overflow: hidden;
    }

        .icondemoFontIconsWithClassnames header h1 {
            color: #888;
            font-size: 36px;
            font-weight: 300;
        }

    .icondemoFontIconsWithClassnames .container {
        margin: 0 auto;
        max-width: 1200px;
        min-width: 960px;
        padding: 40px 40px;
        font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .icondemoFontIconsWithClassnames .glyph {
        border-bottom: 1px dotted #ccc;
        padding: 10px 0 20px;
        margin-bottom: 20px;
    }

    .icondemoFontIconsWithClassnames .preview-scale,
    .icondemoFontIconsWithClassnames .preview-glyphs {
        display: flex;
        flex-direction: row;
    }

    .icondemoFontIconsWithClassnames .preview-scale {
        color: #888;
        font-size: 12px;
        margin-top: 24px;
    }

    .icondemoFontIconsWithClassnames .step {
        flex-grow: 1;
        line-height: 0.5;
    }

    .icondemoFontIconsWithClassnames .usage {
        margin-top: 10px;
    }

        .icondemoFontIconsWithClassnames .usage input {
            font-family: monospace;
            text-align: center;
        }

        .icondemoFontIconsWithClassnames .usage .point {
            width: 150px;
        }

        .icondemoFontIconsWithClassnames .usage .class {
            width: 250px;
        }

    .icondemoFontIconsWithClassnames md-radio-button {
        display: inline-block;
    }

    .icondemoFontIconsWithClassnames .loading {
        background-color: black;
        filter: alpha(opacity=40);
        height: 100%;
        left: 0;
        opacity: .40;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 90;
    }

        .icondemoFontIconsWithClassnames .loading md-progress-circular {
            left: 50%;
            position: fixed;
            top: 48%;
            z-index: 100;
        }

.menudemoBasicUsage .md-menu-demo {
    padding: 24px;
}

.menudemoBasicUsage .menu-demo-container {
    min-height: 200px;
}

/*=========================================
    BOX FLEX
=========================================*/
.box-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .box-flex > .box-flex-item {
        order: initial;
        flex-grow: initial;
        flex: 1 1 auto;
        margin: 10px;
        min-width: 300px;
    }

/*=========================================
    Botoneras acciones
=========================================*/
.botonesMenu {
    float: right;
    height: 40px;
    width: auto;
}

.listaAcciones {
    float: right;
    list-style: none;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}

.listaAcciones li {
    display: inline-block;
    margin-left: 8px;
}

.listaAcciones li a {
    color: #384e99 !important;
    text-decoration: none;
    line-height: 19px;
    text-decoration: none;
    font-size: 16px;
}

.listaAcciones li a:hover {
    text-decoration: none !important;
}

.button.primary {
    background: #008040 !important;
    color: #ffffff !important;
    border-color: #008040 !important;
}

.button.success {
    background: #60a917;
    color: #ffffff;
    border-color: #60a917;
}

.button.warning {
    background: #fa6800;
    color: #ffffff;
    border-color: #fa6800;
}

.button.danger, .button.alert {
    background: #ce352c;
    color: #ffffff !important;
    border-color: #ce352c;
}

.button.primary:hover, .button.danger:hover, .button.alert:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.button {
    padding: 0.3rem 1rem !important;
    height: 3.125rem !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px #d9d9d9 solid !important;
    color: #262626;
    cursor: pointer !important;
    display: inline-block !important;
    outline: none !important;
    margin: .15625rem 0 !important;
    position: relative !important;
    min-width: 80px;
    border-radius: 0 !important;
}

.bootstrap-dialog-footer-buttons .btn.button {
    margin: 0 5px !important;
}

a.button > span {
    padding: 0 5px;
    font: 14px "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
}


.botoneras_popup {
    width: auto;
    height: 25px;
    float: right;
    position: absolute;
    right: 15px;
    z-index: 20;
    margin-top:4px;
}

.botoneras_popup ul {
    width: auto;
    height: 25px;
}

.botoneras_popup ul li {
    height: 25px;
    display: block;
    float: left;
    line-height: 25px;
    margin: 0 2px;
}

.botoneras_popup ul li a {
    text-decoration: none;
}

.botoneras_popup ul li a {
    text-decoration: none;
    color: #444;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cacaca;
    border-radius: 3px;
    color: #444;
    padding: 3px 5px;
}

.botoneras_popup ul li a:hover {
    color: #384E99;
}

.botoneras_popup ul li a span {
    display: none;
}

.botoneras_popup .dx-button {
    border-radius:6px !important;
}

.botoneras_popup .dx-button:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    background:#fff;
}
.botoneras_popup .dx-button .dx-button-content {
    padding:5px !important;
}

.dx-button-text {
    /*line-height: inherit !important;*/
}

.dx-button-has-text .dx-button-content {
    /*padding: 3px 18px 8px;*/
}
.dx-dialog-button .dx-button-content,
.dx-popup-wrapper .dx-button-content{
    padding:12px 10px !important;
}

.dx-texteditor-input,
.dx-widget {
    font: 12px "Trebuchet MS", Tahoma, Geneva, sans-serif !important;
    /*border-radius:0px !important;*/
}
.dx-texteditor-input:hover,
.dx-texteditor-input:focus {
    background-color:#E2EEFA;
}

.dx-fileuploader-input-wrapper {
     padding: 0px; 
     border: none !important; 
}


.btn-inside-details.dx-button {
    float: right;
    margin-bottom: 10%;
}

    .btn-inside-details.dx-button .dx-button-content {
        padding: 3px;
    }

    .btn-inside-details.dx-button .dx-icon {
        width: 15px;
        height: 15px;
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px 15px;
        background-size: 15px 15px;
        font-size: 15px;
        line-height: 15px;
    }

/*======================================================
    paneles
========================================================*/
.panel-info {
    background-color: #e9f8ff !important;
    border: 1px solid #75c7d3 !important;
    font-size: 8pt;
    padding: 15px;
    clear: both;
    margin: 5px 0;
}

.block {
    /*border: 1px solid #ccc;*/
    margin: 1em 0em;
    border-top: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.block-content {
    padding: 1em;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    background: white;
}

.block-content-noHeader {
    border-top: 1px solid #ccc;
}


.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
}

    .navbar-inner.block-header {
        margin-bottom: 0px;
        /*border-right: none;
	border-left: none;*/
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        line-height: 40px;
        cursor: pointer;
    }

    .navbar-inner.block-header-fixed {
        cursor: inherit;
    }

.panel-tools {
    display: inline-block;
    margin-top: 0;
    padding: 0 5px;
    position: absolute;
    top: 1px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
}

    .panel-tools a {
        margin: 0 5px;
        color: #9d9fa2;
        cursor: pointer;
        text-decoration: none;
    }

.block.fixed {
    position: fixed;
    width: 100%;
    height: -webkit-calc(100% - 36px);
    height: -moz-calc(100% - 36px);
    height: calc(100% - 36px);
    top: 36px;
    left: 0;
    z-index: 1000;
    padding: 0px;
}

    .block.fixed .collapse {
        display: block !important;
    }

/*=================================================================================
   ALERTAS
=================================================================================*/

.box-contenidos {
    position: fixed;
    position: -ms-device-fixed;
    width: -moz-calc(100% - 224px) !important;
    width: calc(100% - 224px) !important;
    top: 127px;
    z-index: 100;
    border-bottom: none;
}

.hide-sidebar .box-contenidos {
    width: -moz-calc(100% - 45px) !important;
    width: calc(100% - 45px) !important;
}

.box-inner-contenidos {
    margin: 10px;
    
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

.bg-blue {
    color: #fff;
    border-color: #3dc4f5;
    background: #5bccf6;
}

.bg-green {
    color: #fff;
    border-color: #8eca3f;
    background: #9cd159;
}

.bg-red {
    color: #fff;
    border-color: #f33;
    background: #ff5757;
}

.bg-gray {
    color: #444;
    border-color: #C8CBCE;
    background: #E8EAED;
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff;
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff;
}

.tile-box {
    line-height: inherit;
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 20px;
}

.tile-box-alt .tile-header {
    padding: 10px;
    text-align: center;
}

.tile-header {
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    border: 0 !important;
    /*background: rgba(255, 255, 255, 0.2);*/
    background: rgba(255, 255, 255, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tile-content-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 17px;
}

.tile-box-alt .tile-content-wrapper > .glyphicon {
    font-size: 60px;
    margin-top: -35px;
}

.tile-content-wrapper > .glyphicon {
    font-size: 35px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 70px;
    margin-top: -36px;
    color: #fff;
}

.tile-content {
    font-size: 35px;
    text-align: right;    
}

.tile-content-wrapper small {
    font-size: 14px;
    display: block;
    text-align: right;
    /*opacity: .7;
    -moz-opacity: .7;*/
    /*filter: alpha(opacity=70);*/
}

.tile-footer {
    background: rgba(255, 255, 255, 0);
    /*background: rgba(255, 255, 255, 0.2);*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    margin: 0 -1px -1px;
    padding: 5px 10px;
    text-align: left;
    color: inherit !important;
}

.tile-footer .glyphicon {
    float: right;
}

.tile-footer:hover {
    color: inherit;
    text-decoration: none;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80) !important;
}

/*Alertas*/

/*DEVEXTREME*/
.dx-checkbox.dx-state-readonly .dx-checkbox-icon {
    border-color: transparent;
    background-color: transparent;
}
.dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon,
.dx-datagrid .dx-link.dx-icon-trash {
    font-size: 16px;
    color:#999 !important;
}

.dx-datagrid .dx-link.dx-icon-trash:hover {
    color:#272E38 !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td, 
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #444;
    color: #fff !important;
}


.dx-datagrid-rowsview .dx-selection.dx-row > td  .dx-link, 
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td  .dx-link{
    color: #fff !important;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

.custom-item .product-name {
    display: inline-block;
    padding-left: 45px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
}

.custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.custom-item .dx-texteditor-buttons-container {
    display: none;
}

.current-value {
    padding: 10px 0;
}

.current-value > span {
    font-weight: bold;
}

#popup {
    padding: 10px;
}

#popup ul {
    list-style-type: none;
    text-align: center;
}

#popup ul li {
    display: inline-block;
    width: 160px;
    margin: 10px;
}

#popup ul li img {
    width: 100px;
}

.button-info {
    margin: 10px;
}

.popup p {
    margin-bottom: 10px;
    margin-top: 0;
}

#toast {
    padding: 10px;
}

#toast ul {
    text-align: center;
    list-style-type: none;
    margin: 20px 0;
}

#toast ul li {
    display: inline-block;
    width: 160px;
    margin: 10px;
}

#toast ul li img {
    width: 100px;
}

.dx-toast-content {
    min-width: 300px;
    max-width: 400px;
}

.biggerToast .dx-toast-content {
    min-width: 350px;
    max-width: 450px;
}

.fg-line .dx-checkbox,
.fg-line .dx-radiogroup {
    height:34px;
}

.tabpanel-item {
    height: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    padding-top: 55px;
}

.mobile .tabpanel-item {
    padding-top: 10px;
}

.tabpanel-item > div {
    float: left;
    padding: 0 85px 10px 10px;
}

.tabpanel-item p {
    font-size: 16px;
}

.item-box {
    font-size: 16px;
    margin: 15px 0 45px 10px;
}

.options {
    padding-left: 10px;
}

.options .options-header {
    font-size: 1.2em;
    padding-bottom: 5px;
}

.options .dx-checkbox {
    margin-bottom: 5px;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display:inline-block;
}
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview {
    /*background:#f5f5f5;*/
}
/*===================================
    IMPUT
=======================================*/
/*
 * Input Feilds
 */

.fg-line {
    position: relative;
    vertical-align: top;
    border-bottom: 2px solid rgba(55,63,78,.12);
}
.fg-line-border {
    border-bottom: 2px solid #272E38;
}
.fg-line:not(.form-group) {
    display: inline-block;
    width: 100%;
}

.fg-line .form-control:disabled {
    color: #9d9d9d;
    background: transparent;
}

.fg-line:not(.disabled):after,
.fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.fg-line.readonly .form-control {
    color: #9d9d9d;
    background: transparent;
}

.fg-line.fg-toggled:after {
    width: 100%;
}

.fg-float {
    margin-top: 2px;
    position: relative;
}

.fg-float .form-control {
    position: relative;
    background: transparent;
    z-index: 1;
}

.fg-float .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.fg-float .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.fg-float .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.fg-label {
    font-weight: lighter;
    color: #959595;
    pointer-events: none;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
}

.fg-float .fg-toggled .fg-label {
    top: -20px;
    font-size: 11px;
}

.control-label {
    font-weight: normal;
}

.form-control .dxeEditAreaSys {
    border: 0px;
}

.form-control .dxeEditAreaSys:hover {
    background: #c1efed;
}

/*
 * Reset Focus and Active shadows
 */

input:active,
input:focus {
    outline: 0;
    box-shadow: none !important;
}

.form-control {
    box-shadow: none !important;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
}

.form-control:not(.fc-alt) {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.form-control:not(.fc-alt).auto-size {
    padding-top: 6px;
}


.dx-texteditor {
    background: none;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #272E38;
    margin-bottom: -2px;
}

.dx-datagrid .dx-link {
    text-decoration:none !important;
    color:#444;
}
.dx-datagrid .dx-link:hover {
    color:#008000;
} 

/*.dx-state-focused {
    border-bottom: 2px solid #272E38 !important;
}*/

/*Tamaños Campos Especiales*/
.center_five {
    width: 18%;
    float: left;
    margin: 1%;
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
    .center_five {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.btn-guardar-permisos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.custom-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd; 
    padding: 5px 0;
}

.custom-column {
    flex: 1;
    text-align: left; 
    padding: 0 5px; 
}

.custom-item .custom-column:not(:last-child) {
    border-right: 1px solid #ddd;
}


/* Ampliar zona de contenido para la ficha General de pedidos */
#pedidosAdminContent #Generales > .block-content{
    height: 94vh;
}

/*Ampliar zona caja de texto*/
.textAreaAmplio .dx-texteditor-input {
    min-height: 10vh;
}

/*Estilo botón colapsar menú lateral izquierda*/
.action > .nav > li > a.toogle-menu.doblePerfil {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 12px;
}


/*Texto sección para los perfiles dobles*/
#categoriaSeccion {
    font-size: 14px;
    margin-left: 20px;
}

/*Ocultar texto si está colapsado el menú lateral izquierdo*/
.aside-collapsed .action > .nav > li > a.toogle-menu.doblePerfil {
    display: block;
    margin: 0;
}
.aside-collapsed #categoriaSeccion {
    display: none;
}



.btn_toolbar {
    margin-left: 5px;
}

/*Pantalla de carga para el cambio de sección */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2.5em;
    display: none;
    opacity: 0;
    z-index: 9999;
}

.loading-content {
    text-align: center;
}

/*Animar los puntos de cambio de sección*/
@keyframes dotFade {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(-2px);
    }

    100% {
        opacity: 0;
        transform: translateY(0px);
    }
}

.dots span {
    display: inline-block;
    opacity: 0;
    animation: dotFade 1.5s infinite;
}

/* Retrasos para que aparezcan de manera secuencial */
.dots span:nth-child(1) {
    animation-delay: 0s;
}

.dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.dots span:nth-child(3) {
    animation-delay: 0.6s;
}

/*Estilos para los botones de exportar de los informes*/
.export-buttons button {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 4px;
    margin: -1px 4px;
    background: #800000;
    color: white;
    font-size: 1.4rem;
    border: none;
    border-radius: 8px;
    transition: 0.3s background ease-in-out;
    gap: 10px;
}
    .export-buttons button:hover {
        background: #800000d9;
    }

    .export-buttons button > i {
        font-size: 2rem;
    }


/*Estilos para el enlace en los text-box que sean urls*/
.url-link-container {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px;
    margin-top: 5px;
}

.url-link {
    font-size: 14px;
    word-break: break-all;
}

.url-link:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

.edit-url-btn {
    font-size: 12px;
    min-width: 60px;
}
