/*
* Override Pages default styles or create your own styles here
*/
:root {
    --z-primary: rgb(0, 128, 129);
    --z-secondary: #05F26C;
    --z-secondary-transparent: #05F26C22;
}

/*
* colors
#008081 //Verde  principal
#05F26C //Verde TIK
#737373 //Gris del otro logo
*/

a {
    color: var(--z-primary);
}

a:hover {
    color: var(--z-secondary);
    filter: saturate(50%);
}

.table.table-hover tbody tr:hover td {
    background: var(--z-secondary-transparent) !important;
}


.color-dark-blue {
    color: var(--z-primary);
}

.color-blue {
    color: var(--z-secondary);
}

.color-light-blue {
    color: #3a8fc8;
}

.color-grey {
    color: #666;
}

.color-complete {
    color: #48b0f7;
}

.color-active {
    color: var(--z-primary);
}

.bg-success-toggle {
    background-color: #0DAD9E;
}

.bg-dark-blue {
    background-color: var(--z-primary);
}

/*
Alternate buttons
--------------------------------------------------
*/
.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: var(--z-primary);
    border-color: var(--z-primary);
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
    background-color: var(--z-primary);
    border-color: var(--z-primary);
    color: var(--z-secondary);
}

.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    background-color: var(--z-primary);
    border-color: var(--z-primary);
    color: var(--z-secondary);
}

.login-wrapper .bg-pic > img {
    height: 100%;
    opacity: 1;
}

/* WIDGET CAJA*/
.widget-caja {
    background-size: cover;
    background-position: right bottom;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* categoria */
.widget-caja .panel-title {
    display: block !important;
}

/* categoria icono*/
.widget-caja .panel-title i {
    font-weight: normal;
    color: #fff;
}

/* categoria descripcion*/
.widget-caja .panel-title .label {
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.95);
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 1;
    display: inline-block;
    border-radius: 0.25em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.widget-caja:hover .panel-title .label {
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

/* titulo */
.widget-caja .panel-body h3 {
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.95);
    text-overflow: ellipsis;
    white-space: break-workd;
    overflow: hidden;
    line-height: 1em;
    max-height: 2.5em;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.widget-caja:hover .panel-body h3 {
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

/* descripcion */
.widget-caja .panel-body div {
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95);
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.widget-caja:hover .panel-body div {
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}


/* barra de breadcrum */

#bc-nav {
    z-index: 0;
}

#bc-nav .mobile-title {
    max-width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#bc-nav-toolbar a {
    text-align: left;
    min-width: 25px;
}


.inline-nf {
    display: inline;
}

.min-width-20 {
    min-width: 20px;
}

.min-width-120 {
    min-width: 120px;
}

.m-r-4 {
    margin-right: 4px;
}

.dropdown-menu.profile-dropdown li {
    min-width: 180px;
}

.dropdown-menu.profile-dropdown li:first-child {
    border-top-left-radius: 0.25em !important;
    border-top-right-radius: 0.25em !important;
}

.dropdown-menu.profile-dropdown li:last-child {
    border-bottom-left-radius: 0.25em !important;
    border-bottom-right-radius: 0.25em !important;
}


ul.menu-items:first-child {
    margin-top: 30px !important;

}

/*
* select 2 fix for big labels
*/

a.select2-choice {
    z-index: 10;
    background-color: transparent !important;
}

/*
* select 2 color tuneup for detached errors 
*/
.error > .select2-choice,
.error > .select2-choices {
    background-color: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding-left: 10px;
}

/* 
* validation tuneup
*/
.error {
    font-size: 14px;
}

.form-group-default.has-error {
    padding-right: 0 !important;
}

/*
* pagination fix 
*/

ul.pagination > li {
    padding-left: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: var(--z-primary);
    border-color: var(--z-primary);
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: var(--z-primary);
}


/*
*	buscador de listado
*/

@media (min-width:768px) {
    .search-input {
        min-width: 400px
    }
}

/*
* btn-cons fix
*/
.btn-cons-fixed {
    min-width: 120px !important;
}

/*
* tablas
*/

.table.table-ultra-condensed thead tr th,
.table.table-ultra-condensed tbody tr td {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td * {
    text-overflow: clip !important;
    overflow: visible !important;
    white-space: normal !important;

}

.table.table-condensed tbody tr td {
    word-wrap: break-word;
}

.table.table-condensed thead tr th.actions-cell,
.table.table-condensed tbody tr td.actions-cell {
    max-width: 136px !important;
    min-width: 60px !important;
    padding: 2px !important;
}

.table.table-condensed thead tr th.actions-cell {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


/* columna de acciones */

/* botonera */
/* xs */
.table.table-condensed thead tr th.actions-cell,
.table.table-condensed tbody tr td.actions-cell {
    width: 60px;
}


/* sm */
@media (min-width: 768px) {

    .table.table-condensed thead tr th.actions-cell,
    .table.table-condensed tbody tr td.actions-cell {
        width: 136px;
    }
}

.table.table-condensed thead tr th.actions-cell.actions-cell-single-button,
.table.table-condensed tbody tr td.actions-cell.actions-cell-single-button {
    max-width: 80px !important;
}

/* botones */
td.actions-cell a {
    margin: 1px 1px !important;
    padding: 6px 12px;
    max-width: 38px;
    min-width: 38px;
}

/*
* mensajes y errores
*/

.alert ul {
    margin-top: 10px;
    padding-left: 45px;
}

/************ TABS en panel + panel-heading *************/

.panel-heading .nav-tabs-fillup > li > a {
    opacity: 1;
    padding: 15px 20px;
}

.panel-heading .nav-tabs-fillup > li.active > a {
    color: white !important;
    background-color: var(--z-primary) !important;
}

.nav-tabs-fillup > li > a:after {
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: none repeat scroll 0 0 var(--z-primary);
    content: "";
    height: calc(100% + 1px);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0px);
    transform: translate3d(0, 100%, 0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}


/* datepicker */
.datepicker thead tr .next,
.datepicker thead tr .prev {
    color: var(--z-primary);
}

.datepicker thead tr .next:before,
.datepicker thead tr .prev:before {
    color: var(--z-primary);
}

.datepicker thead tr .dow {
    color: var(--z-primary);
}

.datepicker table tr td.active {
    background-color: var(--z-primary) !important;
}

.datepicker table tr td span.active {
    background-color: var(--z-primary) !important;
}

/* timepicker */
.bootstrap-timepicker-widget {
    z-index: 1060 !important;
}


/*bs modal centered*/
.bs-modal-centered {
    width: 400px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -200px;
    padding: 20px;
}







/* custom utilities*/

.f-s-1-5-em {
    font-size: 1.5em;
}

.f-s-2-em {
    font-size: 2em;
}



@media (max-width: 767px) {



    .b-hidden-xs {

        border: 0 !important;
    }

    .pull-right-hidden-xs {
        float: none !important;
    }

    .pull-left-hidden-xs {
        float: none !important;
    }

    .full-width-xs {
        width: 100% !important;
    }

    .m-b-10-xs {
        margin-bottom: 10px !important;
    }

    .m-b-5-xs {
        margin-bottom: 5px !important;
    }

    .p-r-hidden-xs {
        padding-right: 0 !important;
    }

    .p-l-hidden-xs {
        padding-left: 0 !important;
    }



    .text-right-hidden-xs {
        text-align: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-hidden-sm {
        border: 0 !important;
    }

    .p-r-15-hidden-sm {
        padding-right: 0 !important;
    }

    .p-l-15-hidden-sm {
        padding-left: 0 !important;
    }

    .m-b-5-sm {
        margin-bottom: 5px !important;
    }


}

@media (min-width: 992px) and (max-width: 1199px) {
    .b-hidden-md {
        border: 0 !important;
    }

    .m-b-5-md {
        margin-bottom: 5px !important;
    }


}

@media (min-width: 1200px) {
    .b-hidden-lg {
        border: 0 !important;
    }


}


/*
* REVIEW =======================================================================================================================
*/

/*
* m-styles
*/

.text-primary {
    color: var(--z-secondary) !important;
}

.bg-primary {
    background-color: var(--z-secondary);
}

.bg-menu {
    background-color: var(--z-secondary);
}

.rojo {
    color: #7D0808;
}

.azul {
    color: #053469;
}

.amarillo {
    color: #D7A914;
}

.gris a {
    color: #666;
}

.gris a:hover {
    color: var(--z-secondary);
}

.verde {
    color: #2D7E01;
}


.btn-success,
.btn-success:focus {
    color: #ffffff;
    background-color: var(--z-primary);
    border-color: var(--z-primary);
}

.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
    background-color: var(--z-secondary);
    border-color: var(--z-secondary);
    /* 
  border-color: #0da823;
  border-color: #72ca99; 
  */
    color: #ffffff;
}

.btn-success.hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    background-color: var(--z-secondary);
    border-color: var(--z-secondary);
    color: #ffffff;
}

.btn-success.active:hover {
    background: var(--z-secondary);
    border-color: var(--z-secondary);
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
    border-color: var(--z-primary);
}


/* LOGIN */
.login-wrapper .bg-caption {
    width: calc(30%);
}

.login-wrapper {
    background-color: var(--z-primary);
}

/* PRE INDEX */
.page-container-pre-index {
    width: 100%;
    height: 100%;
    padding-left: 0px;
}

.header .brand2 {
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

.bg-notificaciones {
    background-color: #e95380;
}

/* WIDGET ALERGENOS*/
.widget-alergenos:after {
    background-image: url("../../assets/img/dashboard/alergenos.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;

}

.widget-alergenos:before {
    background-image: url('../img/linear_gradient.png');
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    height: 325px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-alergenos > .panel-body .company:nth-child(2) > div {
    display: table;
    margin: 0 auto;
    width: 127px;
}

.widget-alergenos > .panel-body > * {
    z-index: 1;
}

.widget-alergenos > .panel-body > *:not(.pull-bottom) {
    position: relative;
}

.widget-alergenos > .panel-body .pull-bottom {
    padding: 0 49px 56px 42px;
}

.widget-alergenos span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

/* WIDGET APPCC*/
.widget-appcc:after {
    background-image: url("../../assets/img/dashboard/appcc.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;

}

.widget-appcc:before {
    background-image: url('../img/linear_gradient.png');
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    height: 325px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-appcc > .panel-body .company:nth-child(2) > div {
    display: table;
    margin: 0 auto;
    width: 127px;
}

.widget-appcc > .panel-body > * {
    z-index: 1;
}

.widget-appcc > .panel-body > *:not(.pull-bottom) {
    position: relative;
}

.widget-appcc > .panel-body .pull-bottom {
    padding: 0 49px 56px 42px;
}

.widget-appcc span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

/* WIDGET CONTACTO*/
.widget-contacto:after {
    background-image: url("../../assets/img/dashboard/contacto.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;

}

.widget-contacto:before {
    background-image: url('../img/linear_gradient.png');
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    height: 325px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-contacto > .panel-body .company:nth-child(2) > div {
    display: table;
    margin: 0 auto;
    width: 127px;
}

.widget-contacto > .panel-body > * {
    z-index: 1;
}

.widget-contacto > .panel-body > *:not(.pull-bottom) {
    position: relative;
}

.widget-contacto > .panel-body .pull-bottom {
    padding: 0 49px 56px 42px;
}

.widget-contacto span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

/* WIDGET COLORES*/
.widget-azul-oscuro {
    background-color: var(--z-primary);
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-azul-oscuro .row-xs-height:first-child {
    height: 41px;
}

.widget-azul-claro {
    background-color: #76b7ff;
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-azul-claro .row-xs-height:first-child {
    height: 41px;
}

.widget-azul {
    background-color: #053469;
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-azul .row-xs-height:first-child {
    height: 41px;
}

.widget-gris {
    background-color: #666;
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-gris .row-xs-height:first-child {
    height: 41px;
}

.widget-notificaciones {
    background-color: #e95380;
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-notificaciones .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET APPCC*/
.widget-appcc {
    background-color: var(--z-secondary);
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-appcc .row-xs-height:first-child {
    height: 41px;
}

/************** INDEX APPCC **********************/
.bg-success {
    background-color: var(--z-secondary);
}

/*** colores cajas ****/
.bg-1 {
    background-color: var(--z-secondary);
}

/* WIDGET DIAGRAMAS-FLUJO*/
.widget-flujo {
    background-image: url("../../assets/img/dashboard/diagramas-flujo.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-flujo .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET INSTALACIONES*/
.widget-instalaciones {
    background-image: url("../../assets/img/dashboard/instalaciones.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;

}

.widget-instalaciones .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET PLAGAS*/
.widget-plagas {
    background-image: url("../../assets/img/dashboard/plagas.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-plagas .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET PROVEEDORES*/
.widget-proveedores {
    background-image: url("../../assets/img/dashboard/proveedores.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-proveedores .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET FORMACION*/
.widget-formacion {
    background-image: url("../../assets/img/dashboard/formacion.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-formacion .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET TRAZABILIDAD*/
.widget-trazabilidad {
    background-image: url("../../assets/img/dashboard/trazabilidad.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-trazabilidad .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET ENSAYO*/
.widget-ensayo {
    background-image: url("../../assets/img/dashboard/ensayo.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-ensayo .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET ANÃLISIS*/
.widget-analisis {
    background-image: url("../../assets/img/dashboard/analisis.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-analisis .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET DOCUMENTACION*/
.widget-documentacion {
    background-image: url("../../assets/img/dashboard/documentacion.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-documentacion .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET CONTROL AGUA*/
.widget-agua:after {
    background-image: url("../../assets/img/dashboard/agua.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;

}

.widget-agua:before {
    background-image: url('../img/linear_gradient.png');
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    height: 325px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-agua > .panel-body .company:nth-child(2) > div {
    display: table;
    margin: 0 auto;
    width: 127px;
}

.widget-agua > .panel-body > * {
    z-index: 1;
}

.widget-agua > .panel-body > *:not(.pull-bottom) {
    position: relative;
}

.widget-agua > .panel-body .pull-bottom {
    padding: 0 49px 56px 42px;
}

.widget-agua span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

/* WIDGET LIMPIEZA*/
.widget-limpieza:after {
    background-image: url("../../assets/img/dashboard/limpieza.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;

}

.widget-limpieza:before {
    background-image: url('../img/linear_gradient.png');
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    height: 325px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-limpieza > .panel-body .company:nth-child(2) > div {
    display: table;
    margin: 0 auto;
    width: 127px;
}

.widget-limpieza > .panel-body > * {
    z-index: 1;
}

.widget-limpieza > .panel-body > *:not(.pull-bottom) {
    position: relative;
}

.widget-limpieza > .panel-body .pull-bottom {
    padding: 0 49px 56px 42px;
}

.widget-limpieza span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

/* WIDGET APPCC-NEW*/
.widget-appcc-new {
    background-image: url("../../assets/img/dashboard/appcc-new.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-appcc-new .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET ALERGENOS-NEW*/
.widget-alergenos-new {
    background-image: url("../../assets/img/dashboard/alergenos-new.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-alergenos-new .row-xs-height:first-child {
    height: 41px;
}

/* WIDGET CONTACTO-NEW*/
.widget-contacto-new {
    background-image: url("../../assets/img/dashboard/contacto-new.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding-bottom: 40px;
    height: 145px;
}

.widget-contacto-new .row-xs-height:first-child {
    height: 41px;
}

/************ TABLA VERIFICACIONES HOME *************/
.widget-12-table {
    max-height: 480px;
    min-height: 100px;
    height: auto;
}

.widget-11 .widget-11-table {
    height: 480px;
}


/********************* BOTON BORRAR ***************************/
.btn-borrar.active,
.btn-borrar:active,
.btn-borrar.active:focus,
.btn-borrar:active:focus,
.btn-borrar:active:hover,
.open .dropdown-toggle.btn-borrar {
    background-color: #c64643;
    border-color: #c64643;
    color: #ffffff;
}

.btn-borrar.hover,
.btn-borrar:hover,
.open .dropdown-toggle.btn-borrar {
    background-color: #f77975;
    border-color: #f77975;
    color: #999;
}

.btn-borrar.active:hover {
    background: #d34b47;
    border-color: #d34b47;
}

.btn-borrar.disabled,
.btn-borrar[disabled],
fieldset[disabled] .btn-borrar,
.btn-borrar.disabled:hover,
.btn-borrar[disabled]:hover,
fieldset[disabled] .btn-borrar:hover,
.btn-borrar.disabled:focus,
.btn-borrar[disabled]:focus,
fieldset[disabled] .btn-borrar:focus,
.btn-borrar.disabled:active,
.btn-borrar[disabled]:active,
fieldset[disabled] .btn-borrar:active,
.btn-borrar.disabled.active,
.btn-borrar[disabled].active,
fieldset[disabled] .btn-borrar.active {
    background-color: #999;
    border-color: #999;
}

.btn-borrar .badge {
    color: #999;
    background-color: #ffffff;
}

/**************NOTIFICACIONES ************************/
.header .bubble {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    background-color: rgba(226, 32, 91, 0.77);
    color: #ffffff;
    position: relative;
    top: -9px;
    float: right;
    right: -5px;
    font-size: 8px;
    font-weight: bold;
    margin-bottom: 4%;
}

.header .bubble2 {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    background-color: rgba(226, 32, 91, 0.77);
    color: #ffffff;
    float: right;
    font-size: 8px;
    font-weight: bold;

    position: absolute;
    right: 4px;
    bottom: 0;
    /*
  position: relative;
  top: 25px;
  right: 15px;*/

}

.notificaciones {
    color: #b82353
}

.notificaciones a {
    color: #b82353
}

.dropdown-menu .notificaciones > li > a {
    color: #b82353
}

.establecimiento-titulo {
    font-size: 11px;
    float: right !important;
}


/* MIGAS 
------------------------------------
*/
.breadcrumb {
    font-family: 'Montserrat';
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0;
    margin: 0px;
    border: none;
    text-transform: uppercase;
    display: block;
}

.breadcrumb a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Montserrat';
    font-size: 11px !important;
    font-weight: 400;
    color: #7b7d82;
}

.breadcrumb a.active {
    font-weight: 600;
    color: var(--z-primary);
}

.breadcrumb li {
    padding-left: 0px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bold;
}

.breadcrumb a,
.breadcrumb i,
.breadcrumb span,
.breadcrumb li {
    color: #7b7d82;
    font-weight: 300;
    text-shadow: none;
}

.breadcrumb {
    padding: 0px 0px 10px 0px;
    margin-top: 0px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 10px;
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.dataTables_length > label > select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.clear {
    clear: both;
}


.sorting,
.sorting_asc,
.sorting_desc {
    color: #2c2c2c !important;
}

.dataTables_filter {
    display: inline;
}

div.dataTables_length {
    text-align: left !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.dataTables_paginate .paginate_button.active a {
    color: white !important;
}


.modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 50px;
    margin-top: -25px;
    margin-left: -200px;
    padding: 20px;

}

.table.table-b-t tbody tr td {
    border-bottom-width: 0;
    border-top: 1px solid rgba(230, 230, 230, 0.7);
}

.b-b-0 {
    border-bottom-width: 0;
}

.b-t-0 {
    border-top-width: 0;
}

.b-r-0 {
    border-right-width: 0;
}

.b-l-0 {
    border-left-width: 0;
}


/************** disable spinner on number inputs ************************/

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*************************************************************************/


/************** custom reports ************************/

@media (min-width: 768px) {
    #tabla-informe-modulo-filtros [class*="col-"]:first-child {
        margin-left: 7px;
    }
}

#tabla-informe-modulo-filtros .select2-container-multi .select2-choices .select2-search-choice {
    margin-bottom: 3px;
    margin-top: 6px;
}

/*************************************************************************/





/* bs3 responsive widths */
/* xs */
/*.class {} */

/* sm */
/*@media (min-width: 768px) {}*/

/* md */
/*@media (min-width: 992px) {}*/

/* lg */
/*@media (min-width: 1200px) {} */
