/* WE DEFINE THE ROBOTO TYPEFACE */

body {
    font-size: 14px !important;
}

body, table, h1, h2, h3, h4, h5, h6 , p {
    font-family: Roboto, arial, sans-serif !important;
    font-weight: 300;
}

/* DEFINE THE FONT SIZE OF LABELS AND ENTRIES */

body div label,
body div .form-control {
    font-size: 0.95em;
}

/* DEFINE FONT SIZE FOR BREADCUMBS */

body ol {
    font-size: 0.95em;
}

/* DEFINE FONT SIZE FOR NAVBAR */

.navbar ul li {
    font-size: 0.95em;
}

/* DEFINE FONT SIZE FOR ALERTS */

.alert-size {
    font-size: 0.95em !important;
}

/* DEFINE FONT SIZE FOR PAGINATION */

.pagination {
    font-size: 0.95em;
}

/* WE DEFINE VERTICAL ALIGN FOR CONTENT TABLES */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle !important
}

/* WE DEFINE CORRECTION FOR VERTICAL ALING PROGRESS CHART */

.bottom-vertical-correct {
    margin-bottom: -5px !important;
}

/* WE DEFINE A DIV TO GROUP CONTENT */

.agrupar {
    border-radius: 10px;
    border: solid 1px #eeeeee;
    padding: 25px
}

.agrupar-codigo {
    border-radius: 10px 10px 0 0;
    border: solid 1px #eeeeee;
    border-bottom: none;
    padding: 25px
}

/* DEFINE THE STYLE OF THE BUTTONS */

.estilo-btn {
    font-family: Roboto, arial, sans-serif !important;
    padding: 6px 20px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
    font-size: 0.92em;
}

.estilo-btn-tabla {
    font-family: Roboto, arial, sans-serif !important;
    padding: 2px 10px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
    font-size: 0.85em;
}

/* DEFINE COLOR AND STATUS OF THE ACCEPT BUTTON */

.color-btn-confirmar{
    color: white;
    background-color: #2a77a2;
}
.color-btn-confirmar:hover{
    color: white;
    background-color: #1b5474;
}
.color-btn-confirmar:active{
    color: white;
    background-color: #2a77a2;
}
.color-btn-confirmar:visited{
    color: white;
    background-color: #2a77a2;
}
.color-btn-confirmar:focus{
    color: white;
    background-color: #2a77a2;
}

/* DEFINE COLOR AND STATES CANCEL BUTTON */

.color-btn-cancelar{
    color: white;
    background-color: #c0c0c0;
}
.color-btn-cancelar:hover{
    color: white;
    background-color: #7e7e7e;
}
.color-btn-cancelar:active{
    color: white;
    background-color: #c0c0c0;
}
.color-btn-cancelar:visited{
    color: white;
    background-color: #c0c0c0;
}
.color-btn-cancelar:focus{
    color: white;
    background-color: #c0c0c0;
}

/* WE DEFINE COLOR AND STATES IMPORT BUTTON */

.color-btn-importar{
    color: white;
    background-color: #4a4a4a;
}
.color-btn-importar:hover{
    color: white;
    background-color: #777777;
}
.color-btn-importar:active{
    color: white;
    background-color: #4a4a4a;
}
.color-btn-importar:visited{
    color: white;
    background-color: #4a4a4a;
}
.color-btn-importar:focus{
    color: white;
    background-color: #4a4a4a;
}

/* WE DEFINE COLOR AND DATA BUTTON STATES */

.color-btn-exportar{
    color: white;
    background-color: #c9282d;
}
.color-btn-exportar:hover{
    color: white;
    background-color: #8e1c1f;
}
.color-btn-exportar:active{
    color: white;
    background-color: #c9282d;
}
.color-btn-exportar:visited{
    color: white;
    background-color: #c9282d;
}
.color-btn-exportar:focus{
    color: white;
    background-color: #c9282d;
}

/* DEFINE COLOR AND STATES VALIDATE BUTTON */

.color-btn-validar {
    color: white;
    background-color: #f0ad4e;
}

.color-btn-validar:hover {
    color: white;
    background-color: #ab7a34;
}

.color-btn-validar:active {
    color: white;
    background-color: #f0ad4e;
}

.color-btn-validar:visited {
    color: white;
    background-color: #f0ad4e;
}

.color-btn-validar:focus {
    color: white;
    background-color: #f0ad4e;
}

/* DEFINE COLOR AND STATES SUCCESS BUTTON */

.color-btn-success {
    color: white;
    background-color: #6ca754;
}

.color-btn-success:hover {
    color: white;
    background-color: #427a2c;
}

.color-btn-success:active {
    color: white;
    background-color: #6ca754;
}

.color-btn-success:visited {
    color: white;
    background-color: #6ca754;
}

.color-btn-success:focus {
    color: white;
    background-color: #6ca754;
}

/* DEFINE EDIT BUTTON FOR TABLE */

.color-btn-tabla-editar{
    color: white;
    background-color: #2a77a2;
}
.color-btn-tabla-editar:hover{
    color: white;
    background-color: #1b5474;
}
.color-btn-tabla-editar:active{
    color: white;
    background-color: #2a77a2;
}
.color-btn-tabla-editar:visited{
    color: white;
    background-color: #2a77a2;
}
.color-btn-tabla-editar:focus{
    color: white;
    background-color: #2a77a2;
}

/* WE DEFINE DELETE BUTTON FOR TABLE */

.color-btn-tabla-eliminar {
    color: white;
    background-color: #c9282d;
}

.color-btn-tabla-eliminar:active {
    color: white;
    background-color: #c9282d;
}

.color-btn-tabla-eliminar:visited {
    color: white;
    background-color: #c9282d;
}

.color-btn-tabla-eliminar:focus {
    color: white;
    background-color: #c9282d;
}

.color-btn-tabla-eliminar:hover {
    color: white;
    background-color: #8e1c1f;
}

/* WE DEFINE CLASSES FOR MARGINS ABOVE */

.fuera-margen-top {
    margin-top: 0 !important;
}

.margen-top-pequeño {
    margin-top: 8px;
}

.margen-top-mediano {
    margin-top: 20px;
}

.margen-top-grande {
    margin-top: 35px;
}

/* WE DEFINE CLASSES FOR MARGINS BELOW */

.fuera-margen-bottom {
    margin-bottom: 0 !important;
}

.margen-bottom-pequeño {
    margin-bottom: 8px;
}

.margen-bottom-mediano {
    margin-bottom: 20px;
}

.margen-bottom-grande {
    margin-bottom: 35px;
}

/* WE DEFINE CLASSES FOR LEFT MARGINS */

.fuera-margen-left {
    margin-left: 0 !important;
}

.margen-left-pequeño {
    margin-left: 8px;
}

.margen-left-mediano {
    margin-left: 20px;
}

.margen-left-grande {
    margin-left: 35px;
}

/* WE DEFINE CLASSES FOR RIGHT MARGINS */

.fuera-margen-right {
    margin-right: 0 !important;
}

.margen-right-pequeño {
    margin-right: 8px;
}

.margen-right-mediano {
    margin-right: 20px;
}

.margen-right-grande {
    margin-right: 35px;
}

/* WE REMOVE THE FULL MARGIN */

.fuera-margen {
    margin: 0 !important;
}

/* WE DEFINE CLASSES FOR LEFT PADDING */

.fuera-padding-left {
    padding-left: 0 !important;
}

.padding-left-pequeño {
    padding-left: 8px;
}

.padding-left-mediano {
    padding-left: 20px;
}

.padding-left-grande {
    padding-left: 35px;
}

/* WE DEFINE CLASSES FOR RIGHT PADDING */

.fuera-padding-right {
    padding-right: 0 !important;
}

.padding-right-pequeño {
    padding-right: 8px;
}

.padding-right-mediano {
    padding-right: 20px;
}

.padding-right-grande {
    padding-right: 35px;
}

/* WE DEFINE CLASSES FOR PADDING AT THE TOP */

.fuera-padding-top {
    padding-top: 0 !important;
}

.padding-top-pequeño {
    padding-top: 8px;
}

.padding-top-mediano {
    padding-top: 20px;
}

.padding-top-grande {
    padding-top: 35px;
}

/* WE DEFINE CLASSES FOR PADDING BELOW */

.fuera-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-bottom-pequeño {
    padding-bottom: 8px;
}

.padding-bottom-mediano {
    padding-bottom: 20px;
}

.padding-bottom-grande {
    padding-bottom: 35px;
}

/* WE REMOVE THE PADDING FULL */

.fuera-padding {
    padding: 0 !important;
}

/* WE DEFINE PADDING TO THE LEFT FOR COLLAPSE TABLES */

.left-padding-collapse {
    padding-left: 30px !important;
}

/* DEFINE TEXT SIZE FOR TABLE */

.table {
    font-size: 0.90em;
}

/* WE REMOVE THE TOP EDGE OF THE TABLE */

.quitar-borde-superior {
    border-top: none !important;
}

/* WE DEFINE % OF SIZE FOR CELLS IN A TABLE */

.tamaño-porcentaje-5 {
    width: 5%;
    height: 40px;
}

.tamaño-porcentaje-10 {
    width: 10%;
    height: 40px;
}

.tamaño-porcentaje-15 {
    width: 15%;
    height: 40px;
}

.tamaño-porcentaje-20 {
    width: 20%;
    height: 40px;
}

.tamaño-porcentaje-25 {
    width: 25%;
    height: 40px;
}

.tamaño-porcentaje-30 {
    width: 30%;
    height: 40px;
}

.tamaño-porcentaje-35 {
    width: 35%;
    height: 40px;
}

.tamaño-porcentaje-40 {
    width: 40%;
    height: 40px;
}

.tamaño-porcentaje-50 {
    width: 50%;
    height: 40px;
}

.tamaño-porcentaje-55 {
    width: 55%;
    height: 40px;
}

.tamaño-porcentaje-60 {
    width: 60%;
    height: 40px;
}

.tamaño-porcentaje-65 {
    width: 65%;
    height: 40px;
}

.tamaño-porcentaje-70 {
    width: 65%;
    height: 40px;
}

.tamaño-porcentaje-75 {
    width: 75%;
    height: 40px;
}

.tamaño-porcentaje-85 {
    width: 85%;
    height: 40px;
}

.tamaño-porcentaje-100 {
    width: 100%;
    height: 40px;
}

/* WE DEFINE PX SIZE FOR CELLS IN A TABLE */

.tamaño-fijo-50p {
    width: 50px;
    height: 40px;
}

.tamaño-fijo-75p {
    width: 75px;
    height: 40px;
}

.tamaño-fijo-85p {
    width: 85px;
    height: 40px;
}

.tamaño-fijo-100p {
    width: 100px;
    height: 40px;
}

/* WE SHORTEN THE TEXT OF A CELL */

.texto-corto-100 {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    max-width: 100px
}

.texto-corto-120 {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    max-width: 125px
}

.texto-corto-200 {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    max-width: 200px
}

.texto-corto-350 {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    max-width: 350px
}
/* RESPONSIVE TABLES */

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

    .tabla-responsive table, .tabla-responsive thead, .tabla-responsive tr, .tabla-responsive th, .tabla-responsive tbody, .tabla-responsive td {
        display: block;
    }

    .tabla-responsive thead .tabla-responsive tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tabla-responsive tr{
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .tabla-responsive td {
        position: relative;
        height: auto;
        margin-top: -15px;
        text-align: left;
        border: none !important;
    }

    .tabla-responsive td:before {
        position: absolute;
        margin-top: 5px;
        top: -5px;
        left: 6px;
        width: 45%;
        white-space: nowrap;
    }
}

/* RESPONSIVE SPACING ARRANGEMENT TABLE ROWS */

@media screen and (max-width: 768px) {
    .td-responsive {
        margin-top: 0 !important;
        width: auto !important;
    }
}

/* WE DEFINE SOFT STYLE FOR ICONS */

.icono-suave {
    color: lightgray;
}

/* WE DEFINE SIZES FOR GLYPHICONS  */

.icono-pequeño {
    font-size: 1.2em;
}

.icono-mediano {
    font-size: 5em;
}

.icono-grande {
    font-size: 10em;
}

/* WE DEFINE A FINE LINE FOR TITLES */

.linea {
    border-bottom: solid 2px #2a77a2;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* WE DEFINE A FINE LINE FOR TITLES */

.separador {
    padding-top: 5px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 15px
}

/* WE DEFINE THE LABELS FOR THE TABLE */

.ajuste-labels {
    font-size: 0.85em;
    font-weight: 200;
    padding: 5px 10px;
    letter-spacing: 1px;
    background-color: green;
    border-radius: 8px
}

/* WE MODIFY THE CARET TO GROUP ROWS WITHIN THE TABLE */

.estilo-caret-tabla {
    color: #bababa;
    font-size: 0.85em !important;
    margin-right: 12px;
}

/* WE MODIFY THE APPEARANCE OF THE BREADCUMBS */

.estilo-breadcrumb {
    background-color: white;
    border-bottom: solid 1px #eeeeee;
    padding-left:0;
}

/* WE DEFINE THE FOOTER FIXED */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    border: 1px solid #f6e0ed;
    background-color: #ffffff;
    font-size: 0.85em;
}

.header {
    position: fixed;
    height: 60px;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.container .text-muted {
    margin: 20px 0;
}

.footer .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* WE MODIFY THE POSITION OF LINKS IN THE NAVBAR */

nav.navbar ul.nav li {
    margin-top: 10px;
}

/* WE MODIFY THE INSIDE OF THE NAVBAR DROPDOWN LOGIN */

.navbar-login {
    width: 230px;
    padding-right: 12px;
}

/* DEFINE CIRCLE FOR NAVBAR PROFILE */

.circle-user-navbar {
    width: 35px;
    height: 35px;
    text-align: center;
    color: white;
    font-size: 0.85em;
    line-height: 35px;
    background-color: #e0e0e0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -8px;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.circle-user-navbar img {
    width: 110%;
}

/* MODIFY THE BACKGROUND AND BORDER OF THE NAVBAR */

nav.navbar-databis { background: #fff; border-color: #f0f0f0; }

/* WE MODIFY THE GENERAL STATES OF THE NAVBAR LINKS */

nav.navbar-databis ul.navbar-nav a:hover,
nav.navbar-databis ul.navbar-nav a:visited,
nav.navbar-databis ul.navbar-nav a:focus,
nav.navbar-databis ul.navbar-nav a:active {
    background: #fff;
}

nav.navbar-databis ul.navbar-nav a:hover {
    color: black;
}

nav.navbar-databis ul.navbar-nav > li > a {
    color: grey;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: transparent;
}

/* DEFINE THE STYLE FOR THE ACTIVE MENU */

nav.navbar-databis ul.navbar-nav .active-menu a {
    color: #2a77a2;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #2a77a2;
    padding-bottom: 24px;
    font-weight: bolder;
}

/* WE DEFINE THE STYLE FOR THE ACTIVE MENU WITH DROPDOWN */

a.active-menu-drop {
    color: #2a77a2 !important;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #2a77a2;
    padding-bottom: 24px !important;
    font-weight: bolder;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #2a77a2 !important;
}

/* WE DEFINE THE STYLE FOR THE NORMAL MENU WITH DROPDOWN */

a.normal-menu-drop {
    padding-bottom: 26px !important;
}

/* MODIFY THE STYLES OF THE DROPDOWN BOX */

nav.navbar-databis ul.estilo-dropdown {
    border: 0;
    background: #fff;
    border-radius: 4px;
    margin: -5px 0;
    box-shadow: 0 0 4px 0 #ccc;
    padding-top: 5px;
    padding-bottom: 12px;
}

nav.navbar-databis ul.estilo-dropdown-perfil {
    border: 0;
    background: #fff;
    border-radius: 4px;
    margin: 3px 20px;
    box-shadow: 0 0 4px 0 #ccc;
}

/* WE MODIFY THE STYLES OF THE MULTILEVEL DROPDOWN BOX */

nav.navbar-databis ul.estilo-dropdown-multi {
    margin: 3px 0 !important;
}

/* WE DEFINE ARROW ON THE DROPDOWN BOX */

.añadir-flecha:before {
    top: -6px;
    bottom: auto;
    left: 45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

/* WE MODIFY THE STYLES OF THE DROPDOWN LINKS */

nav.navbar-databis ul.estilo-dropdown > li > a {
    color: #444;
}

nav.navbar-databis ul.estilo-dropdown > li > a:hover {
    background: #2a77a2;
    color: #fff;
}

/* WE MODIFY THE STYLES OF THE PROFILE DROPDOWN LINKS */

nav.navbar-databis ul.navbar-nav .estilo-dropdown-perfil .dropdown-menu>li>a {
    padding: 0;
}

nav.navbar-databis ul.navbar-nav .estilo-dropdown-perfil a {
    color: #2a77a2;
}

nav.navbar-databis ul.navbar-nav .estilo-dropdown-perfil a:hover {
    color: #1b5474;
    background-color: transparent;
}

nav.navbar-databis ul.navbar-nav .estilo-dropdown-perfil a.cerrar-sesion {
    color: #c9282d;
}

nav.navbar-databis ul.navbar-nav .estilo-dropdown-perfil a.cerrar-sesion:hover {
    color: #c9282d;
    background-color: transparent;
}

/* MODIFY THE NAVBAR PROFILE PICTURE CARET */

.estilo-caret {
    margin-left: 12px;
    color: #d1d1d1;
}

/* WE DEFINE THE MULTILEVEL DROPDOWN OF THE NAVBAR */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: -18px;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/* WE ADJUST THE LOGO IN THE NAVBAR */

.logo-responsive {
    margin-top: 10px;
    padding: 10px 0;
}

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

    .logo-responsive {
        margin: 10px 20px;
    }

}

/* WE ADJUST THE COLLAPSE BUTTON IN THE NAVBAR */

.navbar-toggle{
    padding-top: 20px;
}

.collapsed {
    padding-top: 20px;
}

.icon-bar {
    border: solid 1px #2a77a2;
}

/* WE ADJUST THE MENUS OF THE NAVBAR IN RESPONSIVE */

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

    .menu-nav-responsive {
        margin-left: -12px !important;
        margin-bottom: -10px !important;
        border-bottom: none !important;
    }

    .menu-perfil-nav-responsive {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
        margin-left: -5px !important;
    }

    nav.navbar-databis ul.estilo-dropdown-perfil {
        margin: 3px 0;
    }

    a.active-menu-drop {
        padding-bottom: 10px !important;
    }

    .añadir-flecha:before {
        border: none;
    }

    .margin-left-responsive{
        margin-left: -20px !important;
    }

    .left-responsive {
        text-align: left !important;
    }

    .margin-responsive-perfil {
        margin-left: 25px !important;
    }

    .dropdown-submenu>a:after {
        margin-right: 5px;
    }

}

/* WE MODIFY THE APPEARANCE OF THE MODALS */

.modal-header-cliente,
.modal-header-success,
.modal-header-warning,
.modal-header-archivar,
.modal-header-danger {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    /*  border-radius: 5px 5px 0 0; */
    color: #ffffff;
    border-radius: 0;
}

.modal-header-cliente {
    background-color: #2a77a2;
}

.modal-header-success {
    background-color: #6ca754;
}

.modal-header-warning {
    background-color: #f0ad4e;
}

.modal-header-danger {
    background-color: #C62831;
}

.modal-header-archivar {
    background-color: #333333;
}

.close-white-cliente,
.close-white-success,
.close-white-warning,
.close-white-archivar,
.close-white-danger {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.close-white-cliente {
    background-color: #2a77a2;
}

.close-white-success {
    background-color: #6ca754;
}

.close-white-warning {
    background-color: #f0ad4e;
}

.close-white-danger {
    background-color: #C62831;
}

.close-white-archivar {
    background-color: #333333;
}

.modal-content {
    border-radius: 0;
}

/* WE DEFINE THE ADD BUTTON IN THE LISTS */

.boton-mas{
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #2a77a2;
    font-size: 0.80em;
    box-shadow: 0 2px 10px #ccc;
    position: fixed;
    bottom: 85px;
    right: 40px;
    z-index: 1000;
    color: white;
    padding-top: 13px;
    display: block;
}

.boton-mas:hover{
    color: white;
    background-color: #1b5474;
}
.boton-mas:active{
    color: white;
}
.boton-mas:visited{
    color: white;
}

/* WE DEFINE THE INPUT OF THE SEARCH FIELD */

.search-databis {
    width: 80px !important;
    height: 20px !important;
    outline: none;
    background: #fff url('../img/search-icon-white.png') no-repeat 12px center;
    background-size: 15px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 12em;
    transition: all .5s;
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -moz-border-radius: 10em;
    padding-left: 40px;
}

.search-databis:focus {
    width: 200px !important;
    height: 20px !important;
    background-color: #fff;
    padding-left: 40px;
    color: #000;
    cursor: auto;
    border-color: #cccccc;
    box-shadow: 0 2px 2px rgba(49, 119, 162, 0.075)inset, 0 0 10px rgba(49, 119, 162, 1);
}


.search-databis-content {
    width: 200px !important;
}

/* WE DEFINE INPUT CROSS OF THE SEARCH FIELD INPUT */

.estilo-cruz {
    vertical-align: middle;
    color: #c9282d;
}

/* WE DEFINE DIV TAGS */

.estilo-tags {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #f1f0f0;
    margin-top: 10px;
    cursor: pointer;
}

/* WE DEFINE A BUTTON TO DELETE TAGS */

.estilo-close {
    color: #c9282d;
    margin-right: 8px;
    vertical-align: text-top;
}

.estilo-close:hover {
    color: darkgrey;
}

/* INCREASE FONT SIZE */

.texto-mas-grande {
    font-size: 0.9em;
}

/* DEFINE COLORS FOR PAGINATION */

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {

    background-color: #2a77a2;
    border-color: #2a77a2;

}

.pagination>li>a,
.pagination>li>span {
    color: #6c6c6c;
}

/* WE DEFINE A CLASS TO HIDE ELEMENTS */

.ocultar {
    display: none;
    padding-top: 3px;
    padding-bottom: 4px;
}

/* WE DEFINE A CLASS TO VALIDATE FORMS */

.text-validar-danger {
    color: #c9282d;
    margin-top: 8px;
    font-size: 0.90em;
}

/* WE DEFINE CLASS FOR TEXT SMALL */

.text-small {
    color: grey;
    margin-top: 10px;
    font-size: 0.90em;
}

/* WE MODIFY THE CHECKBOXES IN FORMS */

input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    outline: none !important;
    margin-left: 4px;
    margin-bottom: 1px;
}

input[type="checkbox"]:checked {
    background: #2a77a2;
}

.check-out {
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.check-out-v2 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    float: left;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.check-out-v2 input[type="checkbox"], .check-out-v2 input[type="checkbox"]:checked {
    margin: 0;
}

/* WE MODIFY THE RADII IN FORMS */

input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    outline: none !important;
    margin-left: 4px;
    margin-bottom: 1px;
    border-radius: 50%;
}

input[type="radio"]:checked {
    background: #2a77a2;
}

.radio-out {
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.radio-buttons label{
    cursor: pointer;
}

.radio-out-v2 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    float: left;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
}

.radio-out-v2 input[type="radio"], .radio-out-v2 input[type="radio"]:checked {
    margin: 0;
}

.check-out-v2 input[type="radio"], .check-out-v2 input[type="radio"]:checked {
    margin: 0;
}

/* FIXED THE RESPONSIVE FORM INLINE */

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

    .responsive-input {
        width: 100% !important;
    }

    .responive-margin {
        margin-bottom: 15px !important;
    }

    .width-100 {
        width: 100% !important;
    }
}

/* WE DEFINE STYLES TO ADD THE SIDEBAR */
/*
#sidebar {
    position: absolute;
    margin-left: -15px;
    border-right: 1px solid #f0f0f0;
    background-color: #fff;
    /* z-index: 1000; */
    /*width: 220px;
    height: 86%;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#sidebar ul {
    margin-top: 25px;
    padding-left: 15px;
    list-style: none;
    width: 220px;
}

#sidebar ul li {
    margin: 0;
}

#sidebar ul li a {
    padding: 8px 20px;
    font-size: 13px;
    color: grey;
    text-decoration: none;
    display: block;
    border-left: 4px solid transparent;
}

#sidebar ul li:hover a {
    color: black !important;
    border-left: 4px solid #2a77a2;
}

/* DEFINIMOS ESTILO PARA LA OPCIÓN ACTIVA DE LA SIDEBAR */

/*.sidebar-active {
    color: #2a77a2 !important;
    font-weight: 400;
    border-left: 4px solid #2a77a2 !important;
}

.sidebar-normal {
    color: grey !important;
}
*/
/* DEFINE STYLE TO MOVE CONTAINER TO THE RIGHT IF THERE IS A SIDEBAR */

.padding-menu {
    padding-left: 270px;
    padding-right: 0;
    margin-left: 0
}

/* MODIFY BOOTSTRAP TABS */

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
}

.nav.nav-tabs > li:hover a {
    color: black;
    background-color: white !important;
}

.nav.nav-tabs > li a {
    color: grey;
    font-size: 12px;
    background-color: white !important;
}

.nav.nav-tabs > li.active a {
    color: black;
    font-size: 12px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px black;
    padding-left: 0;
    padding-right: 0;
}

/* DEFINE CIRCLE FOR PROFILE PICTURE WITH PHOTO */

.circle-avatar, .square-avatar {
    width: 85px;
    height: 85px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
	border: 1px solid #c0c0c0;
    float: left;
}

.circle-avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: url('../img/fotoperfil.png');
}

.square-avatar {
    border-radius: 10%;
    background-image: url('../img/fotoperfil.png');
}

/* DEFINE CIRCLE FOR PROFILE PICTURE WITH INITIALS */

.circle-iniciales-avatar {
    width: 85px;
    height: 85px;
    color: #fff;
    background-color: lightgrey;
    text-align: center;
    font-size: 25px;
    line-height: 85px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    float: left;
}

/* WE DEFINE A FLOATING BUTTON TO DELETE IMAGES */

.x-btn-cerrar {
    margin-left: -5px;
    top: -5px;
}

.btn-cerrar {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    font-size: 10px;
    position: absolute;
    z-index: 1000;
    color: white;
    margin-left: -1px;
    padding: 12px;
}

.btn-cerrar:hover {
    color: white;
}

.btn-cerrar:active {
    color: white;
}

.btn-cerrar:visited {
    color: white;
}

/* DEFINE STYLES FOR THE HOVER TO DOWNLOAD IMAGE */

.descargar-foto {
    width: 85px;
    height: 85px;
    position: absolute;
}

.descargar-foto:hover {
    background-color: black;
    opacity: 0.4;
}

.descargar-foto:hover span {
    position: relative;
    font-size: 25px;
    color: white;
    left: 30px;
    top: 30px;
}

.desc-circle {
    border-radius: 100%;
}

.desc-square {
    border-radius: 10%;
}
/* HTML CODE EXAMPLE BOX AND COPY BUTTON */

.cuadro-codigo {
    overflow: auto;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding-top: 30px;
    margin-bottom: 20px;
    background-color: #f7f9fa !important;
}

.cuadro-codigo-stick{
    overflow: auto;
    border: 1px solid #eeeeee;
    border-radius: 0 0 10px 10px;
    padding-top: 30px;
    margin-bottom: 20px;
    background-color: #f7f9fa !important;
}

/*  START IMPORT BUTTON  */
.btn-importar-archivo {
    color: #fff;
    background-color: #2a77a2;
    font-family: Roboto, arial, sans-serif !important;
    letter-spacing: normal !important;
}

.btn-importar-archivo:hover {
    color: #fff;
    background-color: #1b5474;
}
/*  END BOTON IMPORT */

/* START MODIFICATION TEXTBOX UPLOAD FILE */
.input-grande input[type='text']{
    height: 48px !important;
}

.input-grande .btn-importar-archivo {
    padding-top: 12px !important;
    height: 48px !important;
}
/*  END TEXTBOX MODIFICATION UPLOAD FILE */

/*  START NO Resize for the text-area */
.textarea-noresize {
    resize: none;
}
/*  END NO Resize for text-area */

/*  START POINTER HAND  */
.puntero-mano:hover{
    cursor: pointer;
}
/*  END POINTER HAND  */

/*  START CLOSE BUTTON  */
.estilo-close{
    cursor: pointer;
}
/* END CLOSE BUTTON */

/* START PDF CONTAINER */
.porta-pdf {
    height: 500px;
    border: 1px solid #ccc;
    padding: 0;
}

.porta-pdf object {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* END PDF CONTAINER */

/* START CLASSES FOR PRELOAD LOADING */

.precarga {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    text-align: center
}

.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.sk-cube-small {
    width: 15px;
    height: 15px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #2a77a2;
    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);
      }
}

/* END CLASSES FOR PRELOAD LOADING */

/* START DO NOT ALLOW SELECTION OF AN ELEMENT */

.no-seleccion{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -ms-user-select:none !important;
}

/* END DO NOT ALLOW SELECTION OF AN ELEMENT */

/* START CLASSES FOR BUTTONS */
.btn-guardar{
    background-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 1em;
    color: #2a77a2;
    border-radius: 40px;
    border: 1px solid transparent;
}

.btn-guardar:hover{
    border: 1px solid #1b5474;
    color: #1b5474;
}

.btn-eliminar{
    width: 40px;
    height: 40px;
    font-size: 1em;
    border-radius: 40px;
    border: 1px solid transparent;
    background-color: transparent;
}

.btn-eliminar:hover{
    border: 1px solid #a94442;
}

a.btn-eliminar span{
    padding-top: 4px;
}

/* END CLASSES FOR BUTTONS */

/* START CLASSES TO REMOVE ACTIVE LINKS BOX */
a:active, a:active * {
    outline: none !important;
    -moz-outline-style: none !important;
}
a:focus, a:focus * {
    outline: none !important;
    -moz-outline-style: none !important;
}
/* END CLASSES TO REMOVE ACTIVE LINKS BOX */


/* DEFINE BUTTON TO GENERATE AND PRINT REPORTS */

.boton-circle-informe {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    font-size: 15px;
    border: 1px solid #c2c2c2;
    padding-top: 5px;
    display: block;
    background-color: #e2dfdf;
    margin-left: 10px;
}

/* START BUTTON STYLES FOR DOWNLOADING AND PRINTING REPORTS */

.btn-imprimir {
    background-color: #2a77a2 !important;
    border: 1px solid #2a77a2 !important;
    color: #ffffff; /* Sólo para proyecto trigo */
}

.btn-pdf {
    background-color: #c32626;
    border: 1px solid #c32626;
    color: #ffffff;
    outline: none;
}

.btn-xls {
    background-color: #3c7f20 !important;
    border: 1px solid #3c7f20 !important;
    color: #ffffff;
    outline: none;
}

.btn-csv {
    background-color: #833c1a;
    border: 1px solid #833c1a;
    color: #ffffff;
    outline: none;
}

.btn-grafico {
    background-color: #ae6a00;
    border: 1px solid #9d6101;
    color: #ffffff;
    outline: none;
}

/* END BUTTON STYLES FOR DOWNLOADING AND PRINTING REPORTS */

/* START STYLES FOR PAGE ERRORS */
.error h1{
    color: #2a77a2;
}
.error h2, .error h3, .error p{
    color: #1b5474;
}

.error p.ico{
    color: #2a77a2;
    font-size: 6em;
}

/* END STYLES FOR PAGE ERRORS */

/* POSICIÓN INICIAL RELATIVA */
.relative {
    position: relative;
}

/* START NO PRINT */

.imprimir {
    display: none;
}

/* END NO PRINT */

/* START REMOVING LINK STYLES */
.sin-estilo, .sin-estilo:hover, .sin-estilo:visited, .sin-estilo:active, .sin-estilo:focus {
    color: inherit;
    text-decoration: inherit;
}
/* END REMOVE LINK STYLES */

/* START ROW FORMATTING WHEN HOVERING OVER */
.fila:hover {
    cursor: pointer;
}

/* END ROW FORMATTING WHEN HOVERING OVER */

/* START COLOR COLUMN SORTING */
.color-col-ordenacion {
    color: #003f7a;
}
/* END COLOR COLUMN SORTING */

/* START TITLE LISTS */
.titulo-lista {
    font-size: 24px;
}
.subtitulo-lista {
    font-size: 20px;
    color: #7e7e7e;
    opacity: 0.8;

}
/* END TITLE LISTS */

/* START DROP-DOWN TABLE */
.tabla-items-hijos > tbody > tr > td {
    border: none;
}

/* END DROP DOWN TABLE */

/* HIGH MODAL START TYPE */
.modal-header-alta {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #2a77a2;
}

.close-white-alta {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    background-color: #2a77a2;
}
/* END MODAL TYPE HIGH */

/* START MENU */
.menu {
    position: relative;
    text-align: center;
    margin-top: 20vh;
}

.opcion-menu {
    height: 250px;
    width: 250px;
    border: solid 1px #e5e5e5;
    text-align: center;
    position: relative;
    display: inline-block;
}

.opcion-menu>a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #c0c0c0;
    padding-top: 50px;
    text-decoration: none;
}

.opcion-menu>a>span {
    color: #2a77a2;
    font-size: 80px;
}

.opcion-menu:hover {
    color: white;
    background-color: #2a77a2;
}

.opcion-menu:hover span {
    color: white;
}
/* END MENU  */

/* START LIST BUTTONS */
.btn-lista{
    height: 35px;
}

.separador-btn-lista{
    display: block;
    float: left;
    border-left: 1px solid #cccccc;
    height: 25px;
    padding-right: 15px;
    margin-top: 2px;
}

.separador-filtros {
    margin-top: 2px;
}

.estilo-btn-lista{
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #e5e5e5;
    font-size: 0.85em;
    position: relative;
    color: #5f5f5f;
    width: 32px;
    height: 32px;
    padding-top: 7px;
    display: inline-block;
    padding-left: 10px;
}

.estilo-btn-lista:hover{
    color: #5f5f5f;
    background-color: #c0c0c0
}
.estilo-btn-lista:active{
    color: #5f5f5f;
}
.estilo-btn-lista:visited{
    color: #5f5f5f;
}
.estilo-btn-lista:focus{
    color: #5f5f5f;
}
/* END LIST BUTTONS */

/* START TWO INLINE FORM CONTROLS */
.inline-control{
    width: 49%;
}
.inline-control + .inline-control{
    float: right;
}
.inline-control input{
    width: 100% !important;
}

.inline-control select{
    width: 100% !important;
}

/* END TWO INLINE FORM CONTROLS */

/* WE FIX THE RESPONSIVE INPUT FORM INLINE */
@media screen and (max-width: 800px) {

    .responsive-campos {
        width: 100% !important;
    }

    .margin-bottom-responsive {
        margin-bottom: 15px !important;
    }

    .responsive-input {
        width: 100% !important;
    }

    .width-100 {
        width: 100% !important;
    }
}

/* SLIDER CHECKBOX */

.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 40px;
    height: 25px;
}
.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2a77a2;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2a77a2;
}
input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* DEACTIVATE PESTANYAS */
.tab-disabled {
    color: lightgray !important;
    cursor: not-allowed;
}


/* ADJUST PROBLEMS WITH THE NAVBAR */

button.navbar-toggle {
    padding-top: 10px!important;
    padding-right: 10px !important;
    margin: 10px !important;
}

button.navbar-toggle.collapsed {
    padding-top: 10px!important;
    padding-right: 10px !important;
    margin: 10px !important;
}

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

    a.active-menu-drop {
        color: transparent;
        border-style: none;
        font-weight: bolder;
        margin-bottom: 5px !important;
    }

    /*
    .navbar-nav{
        padding-left: 40px !important;
    }
    */

    a.padding_responsive{
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        margin-top: -5px !important;
        padding-left: 40px !important;
    }

    .padding_responsive {
        padding-left: 18px !important;
    }

}

a.normal-menu-drop {
    padding-bottom: 20px !important;
}

/* START LOGO SIZE NAVBAR */
.navbar img{
    height: 60px;
}
/* END LOGO SIZE NAVBAR */

/* START LOGIN SIZE */
.logo-login{
    width: 300px;
}
.texto-login {
    font-size: 18px;
    font-weight: 400;
}
/* END LOGIN SIZE */

.no-mostrar {
    display: none;
}

/* FIX FOR IMAGE SELECTION BUG IN FIREFOX */
@-moz-document url-prefix() {
    .btn-cerrar, .descargar-foto {
        left: 15px;
    }

    /* BUG FIX FOR THE LIST BUTTON MARGIN BUG */
    .form-busqueda {
        margin-bottom: 40px;
    }
}

/* HIDE INPUT TYPE ARROWS NUMBER */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* START CLOSE TRANSPARENT */
.close-transparent {
    background-color: transparent !important;
}
/* END CLOSE TRANSPARENT */

/*  START POINTER PAGE */
.pagination>li>a:hover {
    cursor: pointer;
}
/* END POINTER PAGING */

/* START MODIFICACION BREADCRUMBS BOOTSTRAP */
.breadcrumb {
    color: #2a77a2;
    padding-left: 0;
    background-color: transparent;
}

.breadcrumb a{
    color: #2a77a2;
}

.breadcrumb a:hover{
    text-decoration: none;
    border-bottom: 1px solid #2a77a2;
}

.btn-link {
    color: #2a77a2;
}
.btn-link:hover{
    text-decoration: none;
}
/* END MODIFICATION BREADCRUMBS */

/* START MODIFICATIONS BUTTONS */
.form-control, .btn-login {
    border-radius: 0 !important;
}
/* END MODIFICATIONS BUTTONS */

/* INICIO DESBORDAMIENTO AUTO */
.overflow-auto {
    overflow: auto !important;
}
/* END OVERFLOW AUTO */

/* START FORCE LINE BREAK IN TOOLTIP */
/* where a line break is needed place the code &#10; */
.tooltip-inner {
    white-space: pre-wrap;
}
/* END OBLIGAR SALTO DE LINEA EN TOOLTIP */
