:root {
    --red-color: #d9001a;
    --gray-color: #5d5d5d;
}

body {
    background: unset;
    background-color: #FFF;
}

footer {
    margin-top: 20px;
}

/* .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow-y: hidden;
} */

h2 {
    font-size: 16.5px;
}

.hrv { 
    border: none;
    border-left: 2px solid #eaeaea;
    height: auto;
    width: 1px;       
}

.fluid-titulo {
    font-size: 16px;
    margin-bottom: 30px;
}

.fluid-titulo:hover {
    background: #FFF;
}

.name-user {
    text-transform: capitalize;
    color: var(--gray-color);
}

.title-table{
    color: var(--red-color);
    font-size: 16px;
    font-weight: 700;
}

.welcome-user{
    color: var(--red-color);
    font-weight: 700;
}

.box-img{
    margin-right: 30px;
}

.box-infouser, .box-seccion{
    display: flex;
    justify-content: space-around;
    width: fit-content;
}

.section-info{
    margin-bottom: 15px
}

.title-section{
    display: list-item;
    color: var(--red-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration-line: underline;
}

.box-info{
    display: flex;
    width: 300px;
    justify-content: space-evenly;
}

.column-data{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.align-lft{
    text-align: left
}

.align-rgt{
    text-align: right
}

.column-lft{
    color: var(--red-color);
}

.column-lft label{
    font-weight: 700;
}

.column-rgt{
    color: var(--gray-color);
}

.column-rgt .activo{
    font-weight: 700;
    color: #007f00
}

.column-rgt .inactivo{
    font-weight: 700;
    color: #800000;
}

.none-border{
    border: unset;
}

.table thead th {
    background-color: #eaeaea;
    background-image: unset;
    color: var(--red-color);
    text-transform: uppercase;
    vertical-align: middle;    
}

.table tbody td {
    vertical-align: middle !important;
}

.barra-acciones > a {
    margin-right: 10px;
}

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


/* --------------------------------------------------- */

.progress-info {
    display: flex;
    justify-content: space-around;
    flex-basis: 100% 
}

.box-table {
    flex-basis: 45%;
}

.table-progress {
    max-width: 100%;
}

.table-progress tbody td {
    vertical-align: middle !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table-progress td.column-lft{
    color: var(--red-color);
    padding-right: 30px;
}


.table-progress td.column-rgt{
    border-left: 2px solid #eaeaea;
    color: var(--gray-color);
    padding-left: 15px;
}

.box-progress-info {
    margin-bottom: 10px;
}

.box-progress-info.clientes .box-table {
    flex-basis: 30%;
    margin-bottom: 10px;
}

.box-progress-info.clientes .progress-info,
.box-progress-info.contraparte .progress-info,
.box-progress-info.abogados .progress-info {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 30px;
}

.info-processes {
    margin-left: 20px;
}

.info-ayuda {
    font-size: 10px;
}

.table-form {
    margin-bottom: 15px;
}

.table.table-form tr:hover{
    background: unset;
}

table.table-form tbody tr{
    height: 70px;
    vertical-align: middle;
}

table.table-form tbody tr.tr-titulo-form {
    height: 40px;
    min-height: 40px;
    vertical-align: middle;
}

table.table-form span {
    font-size: 14px;
}

table.table-form tbody tr > td {
    padding-left: 5%;
    padding-right: 5%;
}

table#table-linking tbody tr > td {
    padding-left: 2%;
    padding-right: 2%;
}

table.table-form tbody tr > td.content-table {
    padding-left: 2%;
    padding-right: 2%;
}

table.table-form tbody tr > td table tbody tr > td {
    padding-left: 3%;
    padding-right: 3%;
}

table.table-form tbody tr > td table tbody tr {
    height: 0;
}

div.error {
    margin-bottom: 10px;
}

.titulo-form {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
}

.titulo-form h2{
    font-family: inherit;
    font-weight: bold;
}

span.error{
    /* position: absolute; */
    color: #d9001b;
    font-weight: 700;
    font-size: 12px;
    /* margin-top: -8px; */
}



/* --------- 700 ------------- */
@media (max-width: 700px) {
    .box-img {
        margin-right: 0px;
    }
    
    .box-infouser {
        flex-direction: column;
        height: auto;
    }
    
    .box-info {
        justify-content: space-around;
        height: 160px;
    }
    
    .column-lft {
        text-align: right !important;
    }
    
    .column-rgt {
        text-align: left !important;
    }
    
    .column-data {
        width: 125px;
    }


    /* -----------------Tablas progresses------------------------- */

    .progress-info {
        display: block;
    }

    .table-progress td.column-lft{
        min-width: 150px;
    }

}

/* filter: hue-rotate(237deg) saturate(98.3) brightness(22.5%) */

/* ------------- Cambios Lopez Quintero ---------------------- */

.logo-site {
    /* background-color: #d9001b; */
    /* border-radius: 0 35px; */
    /* padding: 10px 10px; */
    width: 250px;
}

.footer-border {
    background: linear-gradient(#FFF, #181928);
}

.footer {
    /* background: #181928; */
    background: #000;
}

.footer-logo {
    margin-left: 0px !important;
    margin-top: 20px;
}

.box-footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

/* -------------- Home ----------------- */

.practice-box { 
    width: 300px;
    height: 300px;   
    border: 2px solid #dbdbdb;
}

.ct-cell img {
    width: 64px;
    display: inline-block;
    margin-bottom: 20px;
}

.practice-box:hover .overlay {
    opacity: unset;
    color: unset;
    background-color: unset;
}

.practice-box .overlay h3 {
    color: var(--red-color) !important;
}

.practice-box .overlay p {
    color: var(--gray-color);
}

.practice-box a:hover {
    color: var(--gray-color);
}

.app-active {
    background-color: rgba(217, 0, 26, 0.5) !important;
}

.box-btn-menu img:hover {
    background-color: rgba(217, 0, 26, 0.5);
}

a {
    color: var(--red-color);
    text-decoration: none;    
}

a:hover {
    color: var(--red-color);
    text-decoration: none;
}


/* Mgracion boostrap 2 to boostrap 3*/

/* .nav > li > a {
    padding: 10px 15px;
} */

.navbar ul li a i{
    color: #000;
}

.navbar {    
    min-height: 40px;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -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);
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

@media (min-width: 768px) {    
    .navbar .nav > li > .dropdown-menu:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    .navbar .nav > li > .dropdown-menu:before {
        position: absolute;
        top: -8px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .navbar .divider-vertical {
        height: 40px;
        margin: 5px 10px;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #f2f2f2;
    }
}

.navbar, 
.navbar.navbar-default {
    background-color: #d9001c;
    color: #FFFFFF;
}

.navbar .navbar-nav > li > a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 8px;
}

.dropdown.active {
    border-radius: 10px;
}

/* .dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #d9001c;
    background-image: -moz-linear-gradient(top, #d9001c, #d9001c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9001c), to(#d9001c));
    background-image: -webkit-linear-gradient(top, #d9001c, #d9001c);
    background-image: -o-linear-gradient(top, #0088cc, #d9001c);
    background-image: linear-gradient(to bottom, #d9001c, #d9001c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
} */

.header-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10px;
    list-style: none;
    padding: 10px 40px;
}

ul.header-top > li > a .fa {
    color: #616161;
}

.navbar ul.header-top > li > a {
    color: #616161;
    font-weight: 700;
}

.navbar ul.header-top > li > a:hover, 
.navbar ul.header-top > li > a:focus {
    color: #da332e;
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.wizard-container {
    padding-top: 5px;
}


.pagination-centered {
    width: 100%;
    text-align: center;
}

.pagination {
    margin: 0px 0px;
}

.nombre_cumple {
    display: flex;
    flex-direction: column;
}

.note {
    font-weight: 200;
    font-size: 12px;
    font-style: italic;
}

.header-site {
    display: flex;
    align-items: center;
}

.navbar {
    padding: 5px 0;
}

.navbar.navbar-default-custom {
    padding: 10px 0;
}

.wizard-container .active {
    background-color: unset;
}

td .form-group,
.modalFormWizard .form-group,
.filter-procces .form-group,
.modal .form-group {
    padding-bottom: 10px;
    margin: 0 0 0 0;
}

/* .form-control, 
.form-group .form-control {
    background-image: linear-gradient(#da332e, #da332e), linear-gradient(#D2D2D2, #D2D2D2);
}

.form-group.is-focused .form-control {
    background-image: linear-gradient(#da332e, #da332e), linear-gradient(#D2D2D2, #D2D2D2);
} */


.wizard-card[data-color="red"] .form-group .form-control {
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
}

.is-fileinput {
    height: 35px;
}

.form-group input[type=file] {
    opacity: 1;
}

.box-searh {
    display: flex;
    align-items: center;
}

#searhText {
    width: 300px;
}

.box-searh .btn-group {
    margin-right: 10px;
}

/* .wizard-card {
    min-height: auto;
    border-radius: 15px;
} */

.wizard-card {
    min-height: unset;  
    box-shadow: unset;
}

.wizard-card .tab-content {
    min-height: auto;
}

.wizard-card .div-form {
    border: unset;
    background: unset;
}

.card {
    /* margin-top: 20px; */
    min-height: auto;
    border-radius: 15px;
    min-height: 410px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

input[id="nombreDocente"]::-webkit-input-placeholder {
    color: #f44336 !important;
}
 
input[id="nombreDocente"]:-moz-placeholder { /* Firefox 18- */
    color: #f44336 !important;  
}
 
input[id="nombreDocente"]::-moz-placeholder {  /* Firefox 19+ */
    color: #f44336 !important;  
}
 
input[id="nombreDocente"]:-ms-input-placeholder {  
    color: #f44336 !important;  
}


@media (max-width: 860px) {
    .header-site {
        display: block;
        padding: 0px 20px 10px 20px;
    }

    .box-btn-menu {
        padding-top: 15px;
    }
}

@media (max-width: 464px) {
    .box-btn-menu img {
        width: 52px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}



/* ------------------------------------------ Cambio de color a negro ----------------------------------------------------- */

.wizard-card[data-color="red"] .moving-tab {
    background-color: #000;
    font-weight: 700;
}

.navbar, .navbar.navbar-default {
    background-color: #000;
}

/* ------------------------------ Varios -------------------------------------------------- */

.sindato.campo-dependiente.form-control[disabled] {
    background-color: #cecece !important;
    border-radius: 10px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

label.customError {
    color: var(--red-color);
}


/* .filter-procces .form-group {
    margin: 0 0 0 0;
} */

.loading-input {    
	background-color: #fff !important;
	color: transparent !important;
	padding-left: 5px;
    background-image: url("./../img/loading.gif") !important;
    background-size: 25px 25px !important;
    background-position:left center !important;
    background-repeat: no-repeat !important;
}

.ico-link{
    cursor: pointer;
}

.ico-link:hover{
    filter: hue-rotate(50deg);
}

.td-icon {
    padding-left: 1% !important;
    padding-right: 1% !important;
    text-align: right;
}

.sweet-alert h2{
    font-size: 25px;
}

@media (min-width: 768px){
    .lead {
        font-size: 18px;
    }
}

.wizard-card .choice .icon {
    height: 50px;
    width: 50px;
    margin: 0 auto 10px;
}

.wizard-card .choice {
    margin-top: 10px;
}

.wizard-card .choice i {
    font-size: 30px;
    line-height: 43px;
}

.wizard-card .menu {
    margin-bottom: 15px;
}

.wizard-card .menu .choice h6 {
    border: 0 !important;
    border-radius: 0;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #555555 !important;
}

.wizard-card .alert {
    margin-bottom: 15px;
}

.info-danger {
    min-height: 25px;
    background: #f2dede url(../img/iconos/warning.png) no-repeat 10px 10px;
    padding-left: 40px;
    border-color: #ebccd1;
    color: #a94442;   
    font-size: 12px;
}

/* .wizard-card .info-ayuda {
    font-size: 12px;
} */

body .ui-tooltip {
    border-width: 0px;
}

.ui-widget {
    font-size: 0.9em/*{fsDefault}*/;
}

.modal-footer .btn + .btn {
    margin-bottom: 10px;
}

.box-actuacion {
    border: 1px solid #c1c1c1;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;    
}

#modalVerActuaciones .modal-body {
    max-height: calc(100% - 220px);
    overflow-y: auto;
}

#modalVerActuaciones h5, 
#modalVerActuaciones .h5,
#modalVisitasRegistradas h5,
#modalVisitasRegistradas .h5 {
    font-size: 1em;
    line-height: 1.4em;
}

#modalVerActuaciones h6, 
#modalVerActuaciones .h6,
#modalVisitasRegistradas h6, 
#modalVisitasRegistradas .h6 {
    font-size: 0.9em;
    text-transform: unset;
}

#modalVerActuaciones .fecha-actuacion,
#modalVisitasRegistradas .fecha-registro {
    font-weight: 600;
}

#modalVerActuaciones .user-actuacion,
#modalVisitasRegistradas .user-registro {
    text-transform: capitalize;
}

.overflow {
    overflow: hidden;
}

.form-control[disabled], fieldset[disabled] .form-control,
.form-group .form-control[disabled], fieldset[disabled]
.form-group .form-control {
  border-bottom: unset;
}

.rw {
    margin-bottom: 5px;    
}

.rw .radio-inline, label.checkbox-inline  {
    font-weight: 500;
    font-size: 11px;
    color: #565656;
}

.box-rw {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 0px 15px;
}

/* estilos datatable */

@media screen and (min-width: 1200px) {
    ul.dt-button-collection.dropdown-menu.fixed.four-column {
        margin-left: -40%;
    }
    ul.dt-button-collection.dropdown-menu.four-column {
        width: 80%;
        /* padding-bottom: 5px; */
        padding: 5px;
        -webkit-column-count: 6;
        -moz-column-count: 6;
        -ms-column-count: 6;
        -o-column-count: 6;
        column-count: 6;
    }
}
/* 768 */
@media (min-width: 992px) and (max-width: 1199px) {
    ul.dt-button-collection.dropdown-menu.fixed.four-column {
        margin-left: -45%;
    }
    ul.dt-button-collection.dropdown-menu.four-column {
        width: 90%;
        /* padding-bottom: 5px; */
        padding: 5px;
        -webkit-column-count: 5;
        -moz-column-count: 5;
        -ms-column-count: 5;
        -o-column-count: 5;
        column-count: 5;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.dt-button-collection.dropdown-menu.fixed.four-column {
        margin-left: -48%;
    }
    ul.dt-button-collection.dropdown-menu.four-column {
        width: 95%;
        /* padding-bottom: 5px; */
        padding: 5px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 460px) and (max-width: 767px) {
    ul.dt-button-collection.dropdown-menu.fixed.four-column {
        margin-left: -49%;
    }
    ul.dt-button-collection.dropdown-menu.four-column {
        width: 98%;
        /* padding-bottom: 5px; */
        padding: 5px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 459px) {
    ul.dt-button-collection.dropdown-menu.fixed.four-column {
        margin-left: -45%;
    }
    ul.dt-button-collection.dropdown-menu.four-column {
        width: 90%;
        /* padding-bottom: 5px; */
        padding: 5px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
}



.dropdown-menu li.buttons-columnVisibility{    
    font-size: 10px;
    margin: 2px 0px;
}

.dropdown-menu > li.buttons-columnVisibility > a {
    border: 3px solid #d9031b;
    border-radius: 5px;
    padding: 3px 10px;
}

.dropdown-menu > li.buttons-columnVisibility.active {
    background: unset;
    background-color: unset;
}

.dropdown-menu > li.buttons-columnVisibility > a {
    white-space: normal;
}

.dropdown-menu > li.buttons-columnVisibility.active > a, 
.dropdown-menu > li.buttons-columnVisibility.active > a:hover, 
.dropdown-menu > li.buttons-columnVisibility.active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d9031b;
    outline: 0;
    white-space: normal;
}

.mg-r10{
    margin-right: 10px !important;
}

.mg-r5{
    margin-right: 5px !important;
}

.mg-l5{
    margin-left: 5px !important;
}

.cell-center-middle {
    text-align: center !important;
    vertical-align: middle !important;
}

.scroll-x {
    overflow-y: scroll;
    max-height: 95%;
}

.input.text.check-custom {
    display: inline-block;
    text-align: center;
    padding: 0 25px;
}

.box-form {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-heading .pull-right{
    bottom: 5px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #d9031b;
    border-color: #d9031b;
}

.pagination > li > a, 
.pagination > li > span {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}

.select2-container--default 
.select2-selection--single {
    border: unset;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.form-group .select2-selection  { /* select2-container select2-container--default select2-container--below */
    border: 0;
    background-image: linear-gradient(#da332e, #da332e), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

.form-group.is-focused .select2-selection {
  outline: none;
  background-image: linear-gradient(#da332e, #da332e), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

.sobresueldo-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hi-icon:before {
    font-size: 25px;
    line-height: 50px;
    color: #000;
}

.hi-icon {
    width: 50px;
    height: 50px;
    color: #000;
}

.hi-icon-wrap{
    padding: 0;    
    /* background-color: green; */
    /* position: fixed;
    z-index: 999;
    display: flex;
    align-self: flex-end;
    margin-top: 10px;
    padding: 0;
    right: 0px; */
}

.hi-icon-wrap a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}


/* *****************************************************************
 * Preloader
 * ************************************************************** */

 @-webkit-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-moz-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-ms-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-o-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
.preloader {
    position: fixed;
    z-index: 1005;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    top: 0;
}
.loader-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.preloader img {
    width: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.preloader .progress {
    width: 100%;
    height: 2px;
    margin: 13px 0 10px;
    background-color: #d9001b;
}
.preloader .progress .indeterminate {
    background-color: #ffffff;
}
.preloader h5 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px;
    letter-spacing: .5px;
    font-weight: 600;
    -webkit-animation: blink-text 1.3s infinite;
    -moz-animation: blink-text 1.3s infinite;
    -ms-animation: blink-text 1.3s infinite;
    -o-animation: blink-text 1.3s infinite;
    animation: blink-text 1.3s infinite;
}

.modal {
    z-index: 1000;
}

.modal-backdrop {
    z-index: 999;
}

.display-inline {
    display: inline-block;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
}

.box-btn-rh{
    text-align: center;
}

#loaderAjax {
    z-index: 999;
}


/* Style permisos grupos */
.panel {
    /* margin-bottom: 20px; */
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    /* background-color: rgba(0, 0, 0, .03); */
    
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.accordion.modulo-parent{
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0px;
}

.accordion.modulo-parent {
    background: #DCEAF8;
    margin-top: 0px;
}

.modulo .modulo-parent.active {
    background-color: rgb(188, 29, 34, 1);
    color: #FFF;
}

#accordionExample{
    margin-bottom: 0px;
}


.modulo .modulo-children .rw{
    margin-bottom: 5px;
}

.panel1 {
    background-color: #4d648f;
    color: #FFF;
    height: auto;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
}

.rw.checkbox.no-modulos {
    padding: 5px 0;
}

.sub .checkbox.accordion.modulo-parent {
    padding-left: 40px;
    margin-top: 0px;
}

.sub .accordion.modulo-parent {
    background: #dcf8e4;
}

.checkbox.accordion.modulo-parent label{
    color: #000;
    font-weight: 600;
}

.checkbox.accordion.modulo-parent.active label{
    color: #FFF;
    font-weight: 600;
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}


#accordionExample .checkbox .checkbox-inline {
    color: #3e3e3e;
    font-weight: 600;
}

#accordionExample .content-secciones {
    display: flex;
    flex-wrap: wrap;
}

#accordionExample .content-secciones .box-seccion-servicio{
    padding: 5px;
    /* flex: 1;  */
}

#accordionExample .content-secciones .box-seccion-servicio h5{
    font-size: 13px;
    font-weight: 600;
}

.info-user {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.info-user-box {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.menu-service {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.icon-menu-service {
    padding: 0px 15px;
}

.dropdown-menu > li > div.link {
    display: block;
    cursor: pointer;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#modalRegistroVisita {
    box-sizing: border-box;
}

.box-buscar {
    display: flex;
    padding: 0 30px;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    margin-top: 15px;
}

.box-buscar .buttons-buscar {
    padding: 0 20px;
}

.box-buscar .input{
    width: 70%;
}

td .img-poder {
    width: 25px;
    cursor: pointer;
}

ul.dropdown-menu .buscarItem {
    cursor: pointer;
}

footer {
    font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.footer a {
    color: #ffffff !important;
}

.box-footer {
    display: flex;
}

.footer-logo,
.footer-msg {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-msg .msg {
    color: #FFFFFF;
    font-size: 20px;    
}

.box-footer .footer-logo {
    padding: 0 15px 0 0;
}

#box-table {
    text-transform: uppercase;
}

#modalSelectCampos .checkbox-campos {
    display: flex;
    flex-wrap: wrap;
}

#modalSelectCampos .checkbox-campos .checkbox-group {
    margin: 2px 4px 2px 0px;
    flex: auto;
}

#accordion .panel-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.checkbox-campos {
    box-sizing: border-box;
}

.icheckbox_line-red.customer {
    font-size: 8px;
    padding: 4px 5px 4px 30px;
    color: #f44336;
    background: #ffffff;
    border: 1px solid #f44336;
    font-weight: 700;
    line-height: 15px;
}

.icheckbox_line-red.customer.checked {
    color: #ffffff;
    background: #f44336;
    border: 1px solid #f44336;
    filter: unset;
}

.icheckbox_line-red:not(.checked) .icheck_line-icon {
    filter: brightness(0.5);
}

#collapse .panel-body {
    padding-top: 5px;
}
    
#SupplierAdminSuppliersAddForm .form-group,
#SupplierAdminSuppliersEditForm .form-group {
    margin: 0px 0 0 0;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.table tr:hover {
    background: unset;
}

.title-card-header{
    text-align: center;
}

.box-remove-item .input-group-btn {
    margin: 0 !important;
    padding: 0 !important;
}

a.btn-remove-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 20px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}


.box-remove-item .form-control, 
.form-group .box-remove-item .form-control {
    border: 1px solid #CCC;
    border-radius: 5px !important;
    background-image: initial;
}

.form-group .box-remove-item .form-control {
    margin-bottom: 0px;
}

#values_serie .form-group {
    margin: 0 0 0 0;
}

.box-graph{
    padding: 10px;
}

.box-graph .graph{
    border: 1px solid #ccc;
    border-radius: 10px;
}

#values_serie input {
    padding-left: 15px;
}

.box-graph a:hover,
.box-graph a:focus {
    color: #000000;
}

.tab-content .table-form .form-group:not(#table-search-cliente .form-group) {
    margin-right: 0px;
    margin-left: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.form-field {
    height: 75px;
    min-height: 75px;
}


.nav .services.dropdown.open .dropdown-menu li:first-child a{
    font-size: 15px;
    font-weight: bold;
}


.form-field label{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#input-loader {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
}

.title-table-status {
    font-size: initial !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.title-table-status {
        font-size: small !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .title-table-status {
        font-size: smaller !important;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .title-table-status {
        font-size: initial !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}