@font-face {
    font-family: "Museo";
    src: url("/fonts/museo/museo.otf");
}

@font-face {
    font-family: "Garnet";
    font-weight: 900;
    src: url("/fonts/garnet/GarnetCapitals-Bold.ttf");
}
:root {
  --primary-color: #1665af;
  --primary-color-dark: #2e579a;
  --secondary-color: #2c5392;
  
  --theme-red-primary-color: #eb5247;
  --theme-red-secondary-color: #e13f33;
  --theme-red-third-color: #ff1200;

  --theme-green-primary-color: #5b995d;
  --theme-green-secondary-color: #56a759;
  --theme-green-third-color: #29cd2f;

  --theme-yellow-primary-color: #c9b92c;
  --theme-yellow-secondary-color: #cdbb1e;
  --theme-yellow-third-color: #f3dc10;

  --theme-purple-primary-color: #673ab7;
  --theme-purple-secondary-color: #753bdb;
  --theme-purple-third-color: #43109f;

  --theme-brown-primary-color: #795548;
  --theme-brown-secondary-color: #916353;
  --theme-brown-third-color: #b36246;

  --theme-cyan-primary-color: #009688;
  --theme-cyan-secondary-color: #13bbab;
  --theme-cyan-third-color: #0ad7c3;

  --theme-orange-primary-color: #dd8c39;
  --theme-orange-secondary-color: #d57f27;
  --theme-orange-third-color: #fd8408;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Arial';
}

.m-brand {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 235px;
    padding: 0px 30px 0px 0px;
    background: none;
}

label.error{
	color: red;
    font-weight: 100;
    font-size: 12px;
}

input.error,select.error,textarea.error{
	border-color: red;
	background: #ff000026;
}

.m-header .m-header__top {
    background: white;
}

.m-topbar__username {
    color: var(--primary-color)!important;
}

.card-header .btn{
	float: right;
	margin-top: -2px;
}

h2.title{
	border-bottom: 2px solid #212428;
	line-height: 55px;
	margin-bottom: 40px;
}

h2.title .btn{
	float: right;
	margin-top: 15px;
}

#google_maps{
	border: 4px solid #CCC;
    height: 408px;
    margin-bottom: 30px;
}
#google_maps #description {
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}

#google_maps #infowindow-content .title {
font-weight: bold;
}

#google_maps #infowindow-content {
display: none;
}

#google_maps #map #infowindow-content {
display: inline;
}

#google_maps .pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}

#google_maps #pac-container {
padding-bottom: 12px;
margin-right: 12px;
}

#google_maps .pac-controls {
display: inline-block;
padding: 5px 11px;
}

#google_maps .pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}

#google_maps #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    padding: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 9px;
    border: 1px solid #CCC;
}

#google_maps #pac-input:focus {
border-color: #4d90fe;
}

#google_maps #title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}
#google_maps #target {
width: 345px;
}

.m-form .form-control-label, .m-form label {
        font-weight: 400;
        font-size: 1rem;
        color: var(--primary-color);
        padding: 0px;
    }

    .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control {
        color: #91899f;
        background: #f7f6f9;
        border: 1px solid var(--primary-color);
    }

    .btn-primary {
        color: #fff;
        background-color: var(--primary-color);
        border-color: var(--primary-color-dark);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
        background-color: #21609c;
        border-color: #21609c;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: var(--primary-color-dark);
        border-color: var(--primary-color);
    }

    label.error{
        color: red;
    }


    .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control.error {
        color: #91899f;
        background: var(--primary-color);
        border: 1px solid var(--primary-color-dark);
    }
.m-header .m-header__bottom {
    display: none;
    background: var(--primary-color);
}

.m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--expanded>.m-menu__link>.m-menu__item-here, .m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link>.m-menu__item-here {
    color: var(--primary-color);
}

.m-header-menu.m-header-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    color: #ededed;
}
.m-header-menu.m-header-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__hor-arrow {
    color: #a5bbd0;
}

.m-header-search .m-header-search__wrapper {
    background-color: var(--primary-color-dark);
}

.m-header-search .m-header-search__icon-search>i {
    color: #ffffff;
}

body {
    background-color: #fbfbfb;
}

label.error{
    color: red;
}

input.error,select.error,textarea.error{
    background: #fff4f4;
    border: 1px solid red;
}

.m-portlet.m-portlet--rounded {
    border: 1px solid #CCC;
}

.m-body .m-content {
    padding: 20px 0;
}

.alert {
    font-weight: 500;
    padding: 20px;
}

#pac-input{
    z-index: 0;
    position: absolute;
    left: 193px;
    top: 0px;
    padding: 10px 22px;
    margin-top: 11px;
    min-width: 400px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
    font-size: 14px;
}

form button[type="submit"]{
    margin-top: 30px;   
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile>.m-nav__link:hover .m-topbar__username {
    color: #3f78af;
}

.m-badge {
    color: #000;
    font-weight: 500;
}

.m-form .m-form__section {
    margin: 20px 0 20px 0;
}



.m-widget1 {
    padding: 20px 30px;
    border: 3px solid #18901a;
    background: #4caf5026;
    min-height: 320px;
}

.m-widget1.inactive{
    padding: 20px 30px;
    border: 3px solid red;
    background: #ff000017;
}


.m-widget1 .m-widget1__item .m-widget1__number {
    color: #2c2c2c !important;
}

.m-widget1  h2{
    color: #2c2c2c;
    font-size: 20px;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link:hover>i, .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link.active>i, .m-tabs-line.m-tabs-line--success a.m-tabs__link:hover>i, .m-tabs-line.m-tabs-line--success a.m-tabs__link.active>i {
    color: var(--primary-color);
}

.m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link.active, .m-tabs-line.m-tabs-line--success a.m-tabs__link:hover, .m-tabs-line.m-tabs-line--success a.m-tabs__link.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.m-widget1 .m-widget1__item .m-widget1__title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.m-widget1  p.date{
    color: #2c2c2c;
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.m-widget1 .m-widget1__item {
    padding: 10px 0px;
}

.m-widget1 .m-widget1__item .m-widget1__number {
    font-size: 1.2rem;
}

.m-widget1 h6.no-data{
    vertical-align: middle;
    margin-top: 83px;
    text-align: center;
}


pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    background: #FFEB3B;
    padding: 20px;
    border: 1px solid #000;
}

.m-header-search .m-header-search__wrapper {
    background-color: #ffffff;
}


.m-header-search.m-header-search--expandable .m-header-search__input {
    padding-left: 20px;
    width: 140px;
}

.progress {
    border: 1px solid #cccccc;
}

.m-header-search__input-wrapper .btn-search{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.m-header-search__input-wrapper .btn-print{
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;    
    margin-left: -1px;
}

.m-header-search__input-wrapper .btn-search{
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;    
    margin-left: -1px;
}

.m-header-search .m-header-search__wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}




.datepicker tbody tr>td.day.disabled {
    color: #dcdcdc;
}

table.table tbody tr:nth-child(1) td{
    border-top: 0px;
}

.m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--expanded>.m-menu__link>.m-menu__item-here, .m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link>.m-menu__item-here {
    color: var(--primary-color);
    display: none;
}

#barra{
    position: fixed;
    width: 100%;
    top: 120px;
    background: #FFF;
}

.m-checkbox{
    width: 33%;
}

.m-checkbox-inline label {
    font-weight: 400;
    font-size: 1rem;
    color: #585858;
    padding-left: 30px;
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255,255,255,0.8);
    border: solid 2px rgba(230,230,230,0.8);
    font-family: sans-serif;
    font-size: 12px;
    z-index: 10;
    text-align: center;
}

#btn-volver-reporte{
    background: white;
    border: 1px solid #CCC;
}

#btn-volver-reporte:hover{
    background: white;
    border: 1px solid #CCC;
    color: #2c2c2c !important;
}

#btn-imprimir-reporte{
    background: orange;
    border: 1px solid orange;
    margin-left: 10px;
}

#btn-imprimir-reporte:hover{
    background: white;
    border: 1px solid #CCC;
    color: #2c2c2c !important;
}

.dataTables_wrapper .dataTables_paginate .pagination {
    float: right;
}

.dataTables_filter{
    float: right;
}

.m-header-menu.m-header-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link .m-menu__link-text {
    color: #fff;
    font-weight: bold;
}

#tabla-analisis{
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    border: 1px solid #CCC;
}
#tabla-analisis tbody tr.centro{
    background: #2c2e39;
}

#tabla-analisis tbody tr.centro td{
    color: #FFF;
}
#tabla-analisis thead th {
    
    font-family: 'Arial';
    background: #d04640;
    color: #FFF;
    padding: 12px 10px;
}

#tabla-analisis td {
    border: 1px solid #797979;
    font-family: 'Arial';
}

#tabla-analisis tr:not(.centro) td {
    text-align: right;
}

#tabla-analisis tr:not(.centro) td:nth-child(1) {
    background: #68696d;
    color: #FFF;
    text-align: left;
}

#tabla-analisis td h6.alto {
   color: red;
   font-weight: bold;
}

#tabla-analisis td h6.bajo {
   color: red;
   font-weight: bold;
}


.form-control[readonly], .form-control {
    border-color: #d1d1d2;
    color: #575962;
}


#graficos-reporte{
    background: #FFF;
    padding: 0px;
    width: 1000px;
    margin: 20px auto;
}

.highcharts-container {
    width:100% !important;
    height:100% !important;
}

.m-footer .m-footer__copyright {
    font-size: .9rem;
    font-weight: 400;
    color: #464646;
}

.btn-transmision{
    padding: 11px;
    margin-bottom: 10px;
    margin-top: -10px;
    background: rgba(0,0,0,0);
    border: 0px;
    cursor: pointer;
}


#home-pdf .table td {
    border-top: 0px solid #f4f5f8;
}

#volver-mobile{
    display: none;
}

#header-table-home {
    display: none;
    background: rgb(208, 70, 64);
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0px;
    color: #FFF;
    z-index: 9;
    -webkit-box-shadow: -1px 4px 20px -1px rgb(224, 224, 224);
    -moz-box-shadow: -1px 4px 20px -1px rgb(224, 224, 224);
    box-shadow: -1px 4px 20px -1px rgb(224, 224, 224);
}


#header-table-home table{
    margin: 10px auto;
    padding: 0px 30px;
    margin-top: 15px;
}

@media (min-width: 1025px){
    .m-header {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
         -webkit-box-shadow: 0px 1px 15px 1px rgba(81,77,92,0); 
         box-shadow: 0px 1px 15px 1px rgba(81,77,92,0); 
    }
    .m-header--fixed.m-header--minimize-on .m-header .m-header__bottom {
        -webkit-transition: all 0.2s ease 0.2s;
        transition: all 0.2s ease 0.2s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .m-header .m-header__bottom {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .m-header--fixed.m-header--minimize-on .m-header .m-header__top {
        -webkit-transition: all 0.2s ease 0.2s;
        transition: all 0.2s ease 0.2s;
        height: 90px;
        background: white;
        border: 1px solid #a5a5a5;
    }
}

.m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link.active, .m-tabs-line.m-tabs-line--danger a.m-tabs__link:hover, .m-tabs-line.m-tabs-line--danger a.m-tabs__link.active {
    color: #4faf63;
    border-bottom: 1px solid #4faf63;
}


#weather {
    background: #4578ca;
    height: 180px;
    margin-top: -13px;
}

#weather ul{
    padding-left: 0px;
    padding-right: 0px;
}

#weather ul li {
    float: left;
    width: 20%;
    list-style: none;
    text-align: center;
    padding-top: 15px;
    color: #FFF;
    height: 180px;
    cursor: pointer;
}

#weather ul li:hover {
    background:#366ec7;
}

#weather ul li img {
    width: 25%;
    margin-bottom: 6px;
}

#weather li.hoy{
    background:#1c4c98;
}

#weather li h6.humedad{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

#weather li h5.daydescription{
    font-size: 11px;
    font-weight: 13px;
}

#weather li h6.aguacaida{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

#weather li h6.temperatura{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

#weather li h5{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.m-header .m-header__top {
    padding-top: 20px;
}

.m-header__bottom .m-stack.m-stack--desktop {
    height: 70px !important;
}

.m-header__bottom .m-stack.m-stack--desktop {
    table-layout: auto !important;
}

.btn.btn-sm{
    min-width: 80px !important;
}

.m-menu__item.m-menu__item--active{
    background:#3474d9;
}

.m-header-menu .m-menu__nav>.m-menu__item:first-child {
    padding-left: 20px;
}

.dataTables_length{
    width: 150px;
    float: left;
    margin-top: 5px;
}
.dt-buttons.btn-group .buttons-excel{
    color: #5867dd;
    border: 2px solid #5867dd;
}

.dt-buttons.btn-group .buttons-excel:hover{
    color: #5867dd;
    border: 2px solid #5867dd;
}

/* ROJO */
.theme-red .m-header .m-header__bottom {
    background: var(--theme-red-primary-color);
}

.theme-red .m-menu__item.m-menu__item--active {
    background: var(--theme-red-secondary-color);
}

.theme-red .menu-item-destacado{
    background-color: var(--theme-red-third-color) !important;
}
.theme-red .nav.nav-pills .nav-link.active,.theme-red .nav.nav-tabs .nav-link.active {
    background: var(--theme-red-primary-color) !important;
}

.theme-red .colortext{
    color: var(--theme-red-primary-color);
}

/* ROJO */
.theme-red .m-header .m-header__bottom {
    background: var(--theme-red-primary-color);
}

.theme-red .m-menu__item.m-menu__item--active {
    background: var(--theme-red-secondary-color);
}

.theme-red .menu-item-destacado{
    background-color: var(--theme-red-third-color) !important;
}
.theme-red .nav.nav-pills .nav-link.active,.theme-red .nav.nav-tabs .nav-link.active {
    background: var(--theme-red-primary-color) !important;
}

.theme-red .colortext{
    color: var(--theme-red-primary-color);
}

.theme-red .m-topbar__username {
    color: var(--theme-red-primary-color)!important;
}

.theme-red  .kpi {
    background: var(--theme-red-primary-color)!important;
}



/* GREEN */
.theme-green .m-header .m-header__bottom {
    background: var(--theme-green-primary-color);
}

.theme-green .m-menu__item.m-menu__item--active {
    background: var(--theme-green-secondary-color);
}

.theme-green .menu-item-destacado{
    background-color: var(--theme-green-third-color) !important;
}
.theme-green .nav.nav-pills .nav-link.active,.theme-green .nav.nav-tabs .nav-link.active {
    background: var(--theme-green-primary-color) !important;
}

.theme-green .colortext{
    color: var(--theme-green-primary-color);
}

.theme-green .m-topbar__username {
    color: var(--theme-green-primary-color)!important;
}

.theme-green  .kpi {
    background: var(--theme-green-primary-color)!important;
}

/* yellow */
.theme-yellow .m-header .m-header__bottom {
    background: var(--theme-yellow-primary-color);
}

.theme-yellow .m-menu__item.m-menu__item--active {
    background: var(--theme-yellow-secondary-color);
}

.theme-yellow .menu-item-destacado{
    background-color: var(--theme-yellow-third-color) !important;
}
.theme-yellow .nav.nav-pills .nav-link.active,.theme-yellow .nav.nav-tabs .nav-link.active {
    background: var(--theme-yellow-primary-color) !important;
}

.theme-yellow .colortext{
    color: var(--theme-yellow-primary-color);
}
.theme-yellow .m-topbar__username {
    color: var(--theme-yellow-primary-color)!important;
}
.theme-yellow  .kpi {
    background: var(--theme-yellow-primary-color)!important;
}

/* purple */
.theme-purple .m-header .m-header__bottom {
    background: var(--theme-purple-primary-color);
}

.theme-purple .m-menu__item.m-menu__item--active {
    background: var(--theme-purple-secondary-color);
}

.theme-purple .menu-item-destacado{
    background-color: var(--theme-purple-third-color) !important;
}
.theme-purple .nav.nav-pills .nav-link.active,.theme-purple .nav.nav-tabs .nav-link.active {
    background: var(--theme-purple-primary-color) !important;
}

.theme-purple .colortext{
    color: var(--theme-purple-primary-color);
}
.theme-purple .m-topbar__username {
    color: var(--theme-purple-primary-color)!important;
}
.theme-purple  .kpi {
    background: var(--theme-purple-primary-color)!important;
}


/* brown */
.theme-brown .m-header .m-header__bottom {
    background: var(--theme-brown-primary-color);
}

.theme-brown .m-menu__item.m-menu__item--active {
    background: var(--theme-brown-secondary-color);
}

.theme-brown .menu-item-destacado{
    background-color: var(--theme-brown-third-color) !important;
}
.theme-brown .nav.nav-pills .nav-link.active, .theme-brown .nav.nav-tabs .nav-link.active {
    background: var(--theme-brown-primary-color) !important;
}

.theme-brown .colortext{
    color: var(--theme-brown-primary-color);
}
.theme-brown .m-topbar__username {
    color: var(--theme-brown-primary-color)!important;
}
.theme-brown  .kpi {
    background: var(--theme-brown-primary-color)!important;
}

/* cyan */
.theme-cyan .m-header .m-header__bottom {
    background: var(--theme-cyan-primary-color);
}

.theme-cyan .m-menu__item.m-menu__item--active {
    background: var(--theme-cyan-secondary-color);
}

.theme-cyan .menu-item-destacado{
    background-color: var(--theme-cyan-third-color) !important;
}
.theme-cyan .nav.nav-pills .nav-link.active,.theme-cyan .nav.nav-tabs .nav-link.active {
    background: var(--theme-cyan-primary-color) !important;
}

.theme-cyan .colortext{
    color: var(--theme-cyan-primary-color);
}

.theme-cyan .m-topbar__username {
    color: var(--theme-cyan-primary-color)!important;
}
.theme-cyan  .kpi {
    background: var(--theme-cyan-primary-color)!important;
}



/* orange */
.theme-orange .m-header .m-header__bottom {
    background: var(--theme-orange-primary-color);
}

.theme-orange .m-menu__item.m-menu__item--active {
    background: var(--theme-orange-secondary-color);
}

.theme-orange .menu-item-destacado{
    background-color: var(--theme-orange-third-color) !important;
}
.theme-orange .nav.nav-pills .nav-link.active, .theme-orange .nav.nav-tabs .nav-link.active {
    background: var(--theme-orange-primary-color) !important;
}

.theme-orange .colortext{
    color: var(--theme-orange-primary-color);
}

.theme-orange .m-topbar__username {
    color: var(--theme-orange-primary-color)!important;
}
.theme-orange  .kpi {
    background: var(--theme-orange-primary-color)!important;
}


.highcharts-color-0 {
    fill: #3f6cb5 !important;
    stroke: #3f6cb5 !important;
}

.highcharts-color-1 {
    fill: #ff5722 !important; 
    stroke: #ff5722 !important;
}


div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: -20px !important;
}

.modal .modal-content .modal-header .close {
    position: absolute;
    top: 17px;
    right: 10px;
    zoom: 2;
}

table.table-bordered.dataTable thead th, table.table-bordered.dataTable tbody td {
    text-align: center !important;
}

table.dataTable thead th:nth-child(1), table.dataTable tbody td:nth-child(1) {
    text-align: left !important;
}

span.red{
    color: red !important;
}

ul#menu {
    margin-top: 30px !important;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
}
ul#menu li{
    float: left;
    list-style: none;
    width: 12%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;

}


ul#menu li img {
    width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 28px;
}

ul#menu li .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    width: 200px;
    height: 200px;
    background: rgb(63,100,171);
background: radial-gradient(circle, rgba(63,100,171,1) 0%, rgba(26,45,80,1) 100%);
margin-left: auto;
    margin-right: auto;
}
ul#menu li .circle:hover {
    background: rgb(63,100,171);
background: radial-gradient(circle,rgba(26,45,80,1)  0%,  rgba(63,100,171,1) 100%);
}
ul#menu li a{
    text-decoration: none;
}
ul#menu li h4 {
    color: #1a2d50;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
}

/*SUBMENU*/
ul#menu-sub-menu {
    margin-top: 30px !important;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
}
ul#menu-sub-menu li{
    float: left;
    list-style: none;
    width: 12%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;

}


ul#menu-sub-menu li img {
    width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 28px;
}

ul#menu-sub-menu li .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    width: 200px;
    height: 200px;
    background: #FFF;
margin-left: auto;
    margin-right: auto;
}
ul#menu-sub-menu li .circle:hover {
    background: rgb(63,100,171);
background: radial-gradient(circle,rgb(255, 255, 255)  0%,  rgb(208, 208, 208) 100%);
}
ul#menu-sub-menu li a{
    text-decoration: none;
}
ul#menu-sub-menu li h4 {
    color: #FFF;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
}
ul#menu-sub-menu {
    margin-top: -90px;
    padding-left: 0px;
    margin-top: -120px;
    margin-bottom: 0px;
    margin-left: 300px;
}
ul#menu-sub-menu li {
    float: none;
    width: 100%;
    height: 110px;
    position: relative;
}
ul#menu-sub-menu li .circle {
width: 100px;
height: 100px;
position: absolute;
top: 10px;
left: 20px;
}
ul#menu-sub-menu li img {
    width: 113px;
    height: auto;
    display: block;
    padding-top: 8px;
    padding-left: 10px;
}
ul#menu-sub-menu li h4 {
text-transform: uppercase;
text-align: left;
margin-top: 20px;
position: absolute;
top: 33px;
left: 140px;
}
ul#menu-sub-menu li:nth-child(2){
    margin-left: -28px;
}
ul#menu-sub-menu li:nth-child(3){
    margin-left: -58px;
}
ul#menu-sub-menu li:nth-child(4){
    margin-left: -88px;
}
ul#menu-sub-menu li:nth-child(5){
    margin-left: -118px;
}
ul#menu-sub-menu li:nth-child(6){
    margin-left: -148px;
}
ul#menu-sub-menu li:nth-child(7){
    margin-left: -178px;
}

.tabla-indicador-niveles td{
    border: 10px solid#FFF;
    min-height: 50px;
    text-align: center;
    color: #FFF;
}
.tabla-indicador-niveles td {
    position: relative;
    zoom: 0.63;
}
.tabla-indicador-niveles td h5 {
    text-align: center;
    min-height: 28px;
    font-weight: 300;
    min-height: 31px;
}

.tabla-indicador-niveles td h4{
    font-size:30px;
}
.tabla-indicador-niveles td i {
    position: absolute;
    bottom: 7px;
    left: 110px;
    font-size: 50px;
    color: red;
}

.tabla-indicador-niveles td h5 {
    border: 10px solid#FFF;
    min-height: 50px;
    text-align: center;
    color: #FFF;
    min-height: 90px;
    padding: 20px;
    vertical-align: middle;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


.box-reporte img{
    width: 100%;
}

.box-reporte {
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 310px;
    margin: 40px;
    margin-bottom: 20px;
    margin-top: -20px;
    margin-left: 15px;
    margin-right: 15px;
}

.box-reporte h4 {
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none !important;
    color: var(--primary-color) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.box-reporte .circle {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3d65ab;
    /* background: linear-gradient(25deg, rgba(51, 102, 153, 1) 0%, rgba(153, 204, 255, 1) 100%); */
    position: relative;
    border: 3px solid #FFF;
}
.boss-circle {
    background: #3d65ab;
    /* background: linear-gradient(25deg, rgba(51,102,153,1) 0%, rgba(153,204,255,1) 100%); */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
}
#pozo-pieza-grafica {
    position: relative;
    height: 700px;
    width: 540px;
    margin-top: 18px;
    margin-left: -80px;
    margin-right: auto;
    zoom: 0.94;
}
#pozo-pieza-grafica .pieza{
    position: absolute;
    width: 300px;
    margin-left: 200px;
}
#pozo-pieza-grafica #pieza-1{
    top: 0px;
    z-index: 7;
}
#pozo-pieza-grafica #tubo-azul-vertical{
    top: 150px;
    height: 450px;
    z-index: 6;
}
#pozo-pieza-grafica #pieza-3 {
    bottom: 160px;
    z-index: 25;
    left: -8px;
}
#pozo-pieza-grafica #pieza-4 {
    bottom: 120px;
    height: 70px;
    z-index: 24;
    left: -8px;
}
#pozo-pieza-grafica #pieza-5{
    z-index: 21;
    bottom: 100px;
    left: -8px;
}
#pozo-pieza-grafica #pieza-6{
    bottom: 0px;
    z-index: 5;
}
#pozo-pieza-grafica #pieza-5 {
    bottom: 60px;
    z-index: 21;
}
#pozo-pieza-grafica #pieza-7 {
    bottom: 30px;
    z-index: 1;
    width: 150px;
    height: 700px;
    left: 70px;
}
#pozo-pieza-grafica #fondo {
    right: -40px;
    bottom: 86px;
    top: 173px;
    height: 492px;
    width: 180px;
}
#pozo-pieza-grafica #nivel-estatico {
    position: absolute;
    bottom: 17px;
    left: 399px;
    right: 0px;
    top: 300px;
    z-index: 123;
    border-top: 2px solid #ed6e67;
    width: 110px;
}
#pozo-pieza-grafica #nivel-dinamico {
    position: absolute;
    bottom: 17px;
    left: 399px;
    right: 0px;
    top: 400px;
    z-index: 123;
    border-top: 2px solid #3d65ab;
    width: 110px;
 }
 #pozo-pieza-grafica #profundidad-bomba {
    position: absolute;
    bottom: 0px;
    left: 399px;
    right: 0px;
    top: 600px;
    z-index: 123;
    border-top: 2px solid #525252;
    width: 110px;
}
#pozo-pieza-grafica #profundidad-pozo {
    position: absolute;
    bottom: 46px;
    left: 399px;
    right: 0px;
    z-index: 123;
    border-top: 2px solid rgb(167 167 167);
    width: 110px;
}
#pozo-pieza-grafica #regla {
    position: absolute;
    /* bottom: -9px; */
    left: 247px;
    right: 0px;
    z-index: 1;
    top: 165px;
    height: 511px;
}
.leyenda{
    min-height: 20px;
    padding-left: 0px;
    margin-top: 20px;
}
.leyenda li{
    float: left;
    margin-right: 0px;
    list-style: none;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: rgb(152, 152, 152);
    text-transform: uppercase;
    font-weight: 600;
}
.leyenda li:nth-child(1){
    width: 55%;
}
.leyenda li:nth-child(2){
    width: 25%;
}
.leyenda li:nth-child(3){
    width: 15%;
}

.leyenda.n-d li{
    color: #3d65ab;
}
.leyenda.n-e li{
    color: #ed6e67;
}

/* #pozo-pieza-grafica .niveles h4 {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 15px;
    color: #5c5c5c;
} */
#pozo-pieza-grafica .niveles h4 {
    position: absolute;
    right: auto;
    top: -19px;
    font-size: 13px;
    color: #525252;
    left: 10px;
}

#pozo-pieza-grafica .niveles#nivel-estatico h4 {
    color: #ed6e67;
}

#pozo-pieza-grafica .niveles#nivel-dinamico h4 {
    color: #3d65ab;
}

#pozo-pieza-grafica #regla_inicial {
    position: absolute;
    left: 211px;
    top: 162px;
    z-index: 3;
}

#pozo-pieza-grafica #regla_cuarto1 {
    position: absolute;
    left: 203px;
    top: 282px;
    z-index: 3;
}

#pozo-pieza-grafica #regla_medio {
    position: absolute;
    left: 202px;
    top: 402px;
    z-index: 3;
}

#pozo-pieza-grafica #regla_cuarto2 {
    position: absolute;
    left: 200px;
    top: 523px;
    z-index: 3;
}
#pozo-pieza-grafica #regla_final {
    position: absolute;
    left: 204px;
    top: 642px;
    z-index: 3;
}

#pozo-pieza-grafica #nivel-estatico .line {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
/*     background: #ff00004f;
 */    bottom: 0px;
    right: 269px;
}

#pozo-pieza-grafica #nivel-dinamico .line {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
/*     background: #0089ff4f;
 */    bottom: 0px;
    right: 269px;
}

#logo_login{
    max-width: 700px;
    margin-top: 25%;
    margin-left: 10%;
}

#FormLogin{
    width: 400px;
    margin-top: 37%;
    margin-left: 30%;
}

#colaboradores-img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
p#description-system {
    width: 560px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #8d8d8d;
    margin-top: 170px;
}


.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control {
    color: #91899f;
    background: #FFF;
    border: 1px solid var(--primary-color);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    height: 35px;
}

#FormLogin .btn-primary{
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

img#logo{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#cerrar-sesion {
    position: absolute;
    top: 20px;
    right: 20px;
    /* background: #3f51b5; */
    padding: 5px 10px;
    color: #002a50;
}

footer.new{
    background: rgb(204,204,204);
    background: linear-gradient(25deg, rgb(227 227 227) 0%, rgb(255 255 255) 100%);
    height: 100px;
    position: relative;
}

footer.new #logo-footer{
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 13px;
    float: none;
}

footer.new p {
    position: absolute;
    top: 33px;
    right: 70px;
    width: 560px;
    font-size: 10px;
    color: #6c6c6c;
}

.m-header--fixed .m-body {
    padding-top: 0px !important;
}
.nav.nav-pills .nav-link {
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgb(204,204,204);
    background: linear-gradient(25deg, rgb(227 227 227) 0%, rgb(255 255 255) 100%);
    background: #FFF;
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    height: 45px;
    font-size: 18px;
}
.nav.nav-pills .nav-link:nth-child(1){
    margin-left: 0px;
}
.nav.nav-pills .nav-link:nth-child(){
    margin-right: 0px;
}
.nav.nav-pills .nav-link.active, .nav.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #3d65ab !important;
}
header h1{
    font-family: "Garnet";
    font-weight: 900;
}
header h3{
    font-family: "Museo";
}

.box-reporte:hover .circle {
    background: rgb(55, 116, 177) !important;
    background: linear-gradient(25deg, rgba(153,204,255,1) 0%, rgba(51,102,153,1)  100%) !important;
}

.box-reporte h4 {
    font-family: "Garnet";
    font-weight: 900;
    text-decoration: none !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

.kpi {
    background: rgb(55, 116, 177) !important;
    background: linear-gradient(25deg, rgba(153,204,255,1) 0%, rgba(51,102,153,1)  100%) !important;
}
#menu-flotante {
    width: 100px;
    height: auto;
    position: fixed;
    background-size: 100%;
    top: 120px;
    z-index: 999;
    padding-left: 10px;
    display: none;
    background: rgb(61,101,171);
    background: linear-gradient(97deg, rgba(61,101,171,1) 0%, rgba(52,97,177,1) 100%);
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#menu-flotante ul{
    padding-left: 0px;
}
#menu-flotante ul li {
    width: 100%;
    list-style: none;
    margin-top: 37px;
}
#menu-flotante ul li img {
    width: 60px;
}
#menu-flotante ul li h6 {
    color: #FFF;
    font-size: 9px;
    margin-top: 3px;
}



.highcharts-title {
    color: red !important;
}

.box-reporte.disabled .boss-circle {
    background: #CCC;
}
.box-reporte.disabled .circle {
    background: #CCC;
}

.box-reporte.disabled:hover .circle {
    background: #CCC !important;
}
.box-reporte.disabled h4 {
    color: #CCC !important;
}