  
  BODY 
  {
    color: #666;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
      background-color: #ebeef2;
  }
  
  FORM {
      margin: 0px;
      padding: 0px;
  }
  
  .logotipo
  {
    /*padding: 15px;*/
    max-width: 85px;
    float:left;
    margin-top: -7px;
    margin-bottom: 13px;
  }
  
  .spamnav
  {
      float: right !important;
      display: table-column;
      margin-top: 0px;
  }
  
  
  .btnWeb
  {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 33px !important;
    letter-spacing: 2px !important;
    background-color: #5d85af !important;
    border-top-width: 2px !important;
      border-right-width: 2px !important;
      border-bottom-width: 2px !important;
      border-left-width: 2px !important;
      font-size: 16px !important;
    padding: 10px 35px !important;  
    overflow:hidden !important;
  
  
  }
  /*
  .btnWeb:hover {
    color: #ffffff !important;
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 2px;
      font-size: 16px;
      padding-right: 15px;
  
  }
  .btnWeb::after
  {
    margin-left: 0;
    opacity: 1;
  
  }
  
  .btnWeb::before {
      position: absolute;
      margin-left: -1em;
      opacity: 0;
      text-shadow: none;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      font-variant: none;
      line-height: 1em;
      text-transform: none;
      content: ">";
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      transition: all .2s;
  }
  
  .inputFormWeb
  {
    width: 100%;
    padding: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    color: #66c1ff;
  }
  */
  
  button {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 33px;
    letter-spacing: 2px;
    font-size: 16px;
    background-color: #5d85af;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  button:not(.swal-button):after 
  {
      font-family: "FontAwesome" !important;
      content: "\f105";  
      position: absolute;
    opacity: 0;  
    top: 6px;
    right: -20px;
    transition: 0.5s;
  }
  
  button.btn {
    transition: 0.5s;
  }
  
  button.btn.btn-sm:after {
    top: 4px;
  }
  
  button:not(.swal-button):hover{
    padding-right: 24px;
    padding-left:8px;
  }
  
  button:not(.swal-button):hover:after {
    opacity: 1;
    right: 10px;
  }
  
  
  .marco_blanco
  {
    background-color: white !important;
    padding: 20px !important;
    border-radius: 10px !important;
  }
  
  
  
  
  
  
  
  
  .form-control::placeholder
  {
    color: #fff;
  }
  
  A {
    color: #336b9e;
    text-decoration: none;
  }
  
  A:hover {
    color: #c76c20;
  }
    
  
  .bg {
    /*background-image: url('/plantillas/inicial/imgs/fondo_web_1.jpg');*/
    /*background-image: url('/plantillas/inicial/imgs/bg_low_w65_noicon_merge.jpg');*/
    background-background-color: #ebeef2;
    background-position: inherit;
    background-repeat: no-repeat;
    
  }
  .navbar-togler-icon
  {
    color:#2ea3f2 !important;
  }
  .navar-collapse
  {
    padding-top: 15px;
  }
  .navbar-collapse.show
  {
    border-top: 3px solid #2ea3f2 !important;
      padding: 5% !important;
      opacity: 1;
      background: #fff !important;
      -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1) !important;
      -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1) !important;
      box-shadow: 0 2px 5px rgba(0,0,0,.1) !important;
      text-align: left;
  }
  
  .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(46, 163, 242, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  
  .flt-izq, .izq {
    float: left;
  }
  .flt-der, .der {
    float: right;
  }
  
  .der .btn {
    margin-top: -10px !important;
  }
  .der select, .der > span {
    margin-top: -6px;
  }
  
  .flagsidiomas 
  {
    min-height:100px;
    color: #666;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    text-align: right;
    padding-right: 20px;
    float:right;
    padding-top: 20px;
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .flagsidiomas:hover
  {
    color: rgba(0,0,0,0.3);
  }
  
  .cabecera {
      margin: auto;
      border-bottom: 1px solid #8cc2ed;
      width: 100%;
      float: left;
      /*margin-bottom: 20px;*/
  }
  
  .cabecera a {
      font-family: Helvetica, sans-serif;
      font-size: 38px;
      font-weight: bold;
      color: #000000;
      text-decoration: none;
  }
  
  .cabecera img {
      vertical-align: top;
  }
  
  .fondoblanco {
    background-color: #FFFFFF;
  }
  
  .estructura {
      width: 990px;
      margin: auto;
  }
  
  #footer
  {
    background-color: #222;
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
  }
  
  .pie {
      width: 100%;
      margin: auto;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #b8b8b8;
      text-align: right;
      padding-top: 5px;
  }
  
  .pie a {
      color: #b8b8b8;
      text-decoration: none;
  }
  
  .pie a:hover {
      color: #4f82b8;
  }
  
  .bienvenido {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin-top: 80px;
      margin-bottom: 80px;
  }
  
  .aviso {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      margin: auto;
      margin-bottom: 50px;
      margin-top: 50px;
      padding: 5px;
      max-width: 500px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background-color: #d8edff;
      -webkit-box-shadow: 0px 0px 3px 1px #316397;
      -moz-box-shadow: 0px 0px 3px 1px #316397;
      box-shadow: 0px 0px 3px 1px #316397;
      text-align: center;
  }
  
  a.email {
      text-decoration: none;
      color: #2e67b0;
  }
  .trweek {
    background-color: rgba(250, 250, 250, 0.25) !important;
  }
  .trbgcolor1 td {
    background-color: rgb(123, 183, 209) !important;
    color: #FFFFFF !important;
  }
  .totalmesh {
      display: block;
      width: 250px;
      margin: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      background: #eff8ff;
      border-radius: 4px;
      border: 1px solid #7ab7d2;
  }
  .fueradelmes {
    background: repeating-linear-gradient( 45deg,  #ecececab, #ecececab 10px, #f2f2f2ab 10px, #f2f2f2ab 20px) !important;
  }
  .fueradelmes td {
    color: #c2c2c2 !important;
  }
  
  .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-clip: content-box;
    border: 1px solid #888b8b;
    padding: 1px;
  }
  .bgavatar {
    padding-left: 80px;
    margin-left: -15px;
  }
  .bgavatar::before{
    content: '';
    display: inline-block;
    width: 54px;
    height: 54px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #888b8b;
    float: left;
    margin-left: -82px;
    margin-top: -2px;
    padding: 1px;
  }
  
  .brdgris1 {
    border: 1px solid #888b8b;
  }
  .brdgris1-top {
    border-top: 1px solid #888b8b;
  }
  .brdgris1-bottom {
    border-bottom: 1px solid #888b8b;
  }
  
  .logocontainer {
      overflow: hidden;
      position: relative;
      margin: auto;
  }
  .logocontainer [type=file] {
      cursor: inherit;
      display: block;
      filter: alpha(opacity=0);
      min-height: 100%;
      min-width: 100%;
      opacity: 0;
      position: absolute;
      right: 0;
      text-align: right;
      top: 0;
  }
  .logocontainer {
    border: 1px solid #ced4da;
      background: #FFFFFF;
      border-radius: .5em;
      padding: .5em;
  }
  .logocontainer [type=file] {
      cursor: pointer;
  }
  
  /* MENU 3 */
  .wrapper {
      display: flex;
      width: 100%;
  }
  button#sidebarShow.close {
    display: none;
  }
  button#sidebarShowmobile.close {
    display: none;
  }
  
  .bg-background {
    background-color: #D8EAF8;
    margin-bottom: 20px;
    border-bottom: 1px solid #8cc2ed;
  }
  .bg-background-deg {
  
    margin-bottom: 20px;
    border-bottom: 1px solid #8cc2ed;
  
    background: rgba(216,234,248,1);
    background: -moz-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,234,248,1)), color-stop(55%, rgba(216,234,248,1)), color-stop(100%, rgba(216,234,248,0)));
    background: -webkit-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
    background: -o-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
    background: -ms-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
    background: linear-gradient(to right, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8eaf8', endColorstr='#d8eaf8', GradientType=1 );
  
  }
  .navbar-brand {
    font-size: 14px;
    color: rgba(0,0,0,.5) !important;
  }
  .navbar-brand:hover {
    color: rgba(0,0,0,.3) !important;
  }
  .navbar-brand.active {
    color: rgba(0,0,0,1) !important;
  }
  .nav-link {
    font-size: 16px;
  }
  
  .navbar-nav .active > .nav-link {
    background-color: #add2ef;
  }
  
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  
  .dropdown-menu {
    background-color: #D8EAF8;
    border-color: #8cc2ed;
  }
  
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: #add2ef;
  }
  
  #sidebar {
    float: left;
    display: inline-block;
      width: 250px;
      margin-top: 10px;
      z-index: 999;
      background: #eeeeee;
      color: #fff;
      transition: all 0.3s;
  }
  
  #sidebar.active {
    /*
      width: 0px;
      display: none;
      */
      width: 0px;
      overflow: hidden;
  }
  
  #sidebar .sidebar-header {
      padding: 20px;
      background: #e5e5ea;
  }
  
  #sidebar ul.components {
      padding-top: 10px;
  }
  
  #sidebar ul p {
      color: #fff;
      padding: 10px;
  }
  
  #sidebar ul li a {
      padding: 10px;
      font-size: 1.1em;
      display: block;
  }
  
  #sidebar ul li a:hover {
      color: #7386D5;
      background: #fff;
  }
  
  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
      color: #fff;
      background: #add2ef;
  }
  
  a[data-toggle="collapse"] {
      position: relative;
  }
  
  a#navbarDropdownMenuLinkUser[aria-expanded="true"] {
    background: rgba(225, 225, 225, 0);
  }
  .bglinkuser {
    background-color: rgba(225, 225, 225, 0.70);
    border-color: rgba(127, 127, 127, 0.70);
  }
  .bglinkuser .dropdown-item:hover {
    background-color: rgba(127,  127,  127, 1);
    color: #FFF;
  }
  
  
  ul ul a {
      font-size: 0.9em !important;
      padding-left: 30px !important;
      background: #e5e5ea;
  }
  
  ul.CTAs {
      padding: 20px;
  }
  
  ul.CTAs a {
      text-align: center;
      font-size: 0.9em !important;
      display: block;
      border-radius: 5px;
      margin-bottom: 5px;
  }
  
  a.download {
      background: #fff;
      color: #7386D5;
  }
  
  a.article,
  a.article:hover {
      background: #e5e5ea !important;
      color: #fff !important;
  }
  #content {
    float: right;
      width: calc(100% - 250px);
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 20px;
      transition: all 0.3s;
  }
  
  #content.active {
      width: calc(100%);
  }
  /* FIN MENU 3 */
  
  
  .numcat {
      background-color: #d21338;
      color: #FFFFFF;
      font-weight: bold;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      padding: 2px;
      margin: 2px;
      text-decoration: none;
  }
  
  .contenido {
      float: right;
      width: 100%;
      padding: 5px;
      margin-top: 5px;
  }
  
  .shadowbox {
      border: 1px solid #FFFFFF;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -webkit-box-shadow: 0px 0px 3px 1px #8cc2ed;
      -moz-box-shadow: 0px 0px 3px 1px #8cc2ed;
      box-shadow: 0px 0px 3px 1px #8cc2ed;
  }
  
  .alto1 td {
    height: 45px;
  }
  
  .width75 {
      width: 50px;
      height: 50px;    
  }
  
  .width50 {
      width: 25px;
      height: 25px;    
  }
  
  .spacer{
      clear:both;
      height:1px;
  }
  
  .cabeceracontent {
      margin:0 auto;
      width: 100%;
  }
  .cabeceracontent h1 {
      font-size: 30px;
      font-weight: 500;
    line-height: 1em;
  }
  .cabeceracontent p{
      font-size:11px;
      color:#666666;
      margin-bottom:20px;
      border-bottom:solid 1px #666666;
      padding-bottom:10px;
  }
  
  .cabeceracontent .bdrbttn {
      font-size:11px;
      color:#666666;
      margin-bottom:20px;
      border-bottom:solid 1px #666666;
      padding-bottom:25px;
  }
  
  /* LEYENDA */
  .leyenda {
      margin: auto;
      width: 99%;
      margin-bottom: 20px;
      padding: 2px;
      text-align: center;
      background-color: #ebeeee;
      border: 1px solid #888b8b;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
  }
  .leyenda > span {
      margin-right: 20px;
  }
  .leyenda > span img {
      vertical-align:middle;
  }
  .leyenda > table td img {
      background-color: #ebeeee;
      border: 1px solid #888b8b;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
  }
  .tblpreviw td {
      text-align: left;
  }
  .tblpreviw td p {
      margin: 0px;
      padding: 0px;
      padding-left: 10px;
      border: 0px;
      color: #000000;
  }
  /* FIN LEYENDA */
  
  .downloadcsv {
  
      padding-left: 20px;
      text-decoration: none;
      color: #2e67b0;
      padding-right: 20px;
  
      background-color: transparent;
      background-image: url("/sps/panel/imgs/icon_csv.gif");
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: left center;
      background-clip: border-box;
      background-origin: padding-box;
      background-size: auto auto;
  }
  
  .miniflag {
    -webkit-box-shadow: 0px 0px 1px 1px #9e9e9f;
      -moz-box-shadow: 0px 0px 1px 1px #9e9e9f;
      box-shadow: 0px 0px 1px 1px #9e9e9f;
  }
  
  .appslistjq {
    display: none;
    position: absolute;
    width: 200px;
    right: 30px;
    background-color: #FF00FF;
    text-align: left;
    padding: 10px;
  }
  
  .dispsvlistjq {
    display: none;
    position: absolute;
    width: 100px;
    right: 90px;
    background-color: #FF00FF;
    text-align: left;
    padding: 10px;
  }
  
  .dispsvlistjq img {
    vertical-align:bottom;
  }
  
  .azulsshadow {
    border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -webkit-box-shadow: 0px 0px 3px 1px #316397;
      -moz-box-shadow: 0px 0px 3px 1px #316397;
      box-shadow: 0px 0px 3px 1px #316397;
      background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
  }
  
  /* INICIO LEYENDA FLOTANTE */
  .leyendaflotante {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  
  .leyendahead {
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
    text-align: right;
  }
  
  .leyendatxt {
    padding: 5px;
    display: none;
  }
  
  .leyendatxt table td {
    padding: 2px;
  }
  
  .tdsep {
    border-left: 1px solid #8babc5;
  }
  
  /* FIN LEYENDA FLOTANTE */
  
  div#apps p {
    font-size: 12px;
    border: 0px;
    color: #000000;
    padding: 0px;
    margin: 0px;
    margin-left: 150px;
    height: 50px;
  }
  
  div#apps p select {
    margin: 4px 0px;
  }
  
  /* INICIO MODIFICACIONES CALENDARIO Y TIMESLIDER */
  .timelinehoras {
    margin-bottom: 6px;
    text-align: center;
  }
  
  #timeline {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dee2e6;
  }
  
  #infotask {
    border: 1px solid #dee2e6;
    padding: .75rem;
    margin-top: 1rem;
  }
  
  .blkproyectbullets {
    width: 100%;
    height: 7px;
    font-size: 5px;
    margin-bottom: 2px;
  }
  
  .proyectbullets {
    width: 5px;
    height: 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
  }
  .proyinttitle {
    width: 15px;
    height: 15px;
    display: inline-block;
  }
  /* FIN MODIFICACIONES CALENDARIO Y TIMESLIDER */
  
  /* INICIO -- MODIFICACIONES SWEETALERT v2 */
  
  .swal-acept-button {background-color: #7BB7D1;}
  .swal-button:not([disabled]):hover{background-color:#5dc9e1}
  .swal-button:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(141,190,225,0.5)}
  
  .swal-acept-button-verde {background-color: #89c769}
  .swal-acept-button-verde:not([disabled]):hover{background-color:#95d972}
  .swal-acept-button-verde:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px #89c769}
  
  .swal-acept-button-rojo {background-color: #c7322a}
  .swal-acept-button-rojo:not([disabled]):hover{background-color:#e1362d}
  .swal-acept-button-rojo:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px #c7322a}
  
  .swal-footer{text-align:center}
  
  .swal-content {  margin-top: 30px; }
  
  /* FIN -- MODIFICACIONES SWEETALERT v2 */
  
  /* INICIO MODIFICACIONES SELECT2 */
  .select2-container--default .select2-results__option--highlighted[aria-selected]{ background-color: rgb(123, 183, 209); color:white; }
  .select2-container--classic .select2-selection--single:focus{ border:1px solid rgb(123, 183, 209) }
  .select2-container--classic.select2-container--open .select2-selection--single{ border:1px solid rgb(123, 183, 209) }
  .select2-container--classic .select2-selection--multiple:focus{ border:1px solid rgb(123, 183, 209) }
  .select2-container--classic.select2-container--open .select2-selection--multiple{ border:1px solid rgb(123, 183, 209) }
  .select2-container--classic.select2-container--open .select2-dropdown{ border-color: rgb(123, 183, 209) }
  /* FIN MODIFICACIONES SELECT2 */
  
  /* INICIO MODIFICACIONES VIS */
  .vis-labelset .vis-label {
    display: table;
  }
  .vis-labelset .vis-label .vis-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .vis-group {
    max-height: 71px;
    min-height: 71px;
  }
  .vis-time-axis {
    background-color: rgba(255, 255, 255, 0.25);
  }
  /* FINAL MODIFICACIONES VIS */
  
  /* BOOTSTRAP HACKS */
  button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      /*text-shadow: 0 1px 0 #fff;*/
      opacity: .5;
  }
  .btn-submit { 
    color: #ffffff; 
    background-color: #7BB7D1; 
    border-color: #537987; 
  } 
  .btn-submit-pulse {
    box-shadow: 0 0 0 rgba(123, 183, 209, 0.4);
    animation: btn-submit-pulse 2s infinite;
  }
  .btn-submit-pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes btn-submit-pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0.4);
      color: rgba(123, 183, 209, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(123, 183, 209, 0);
        color: rgba(255, 255, 255, 1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0);
        color: rgba(255, 255, 255, 0);
    }
  }
  @keyframes btn-submit-pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0.4);
      box-shadow: 0 0 0 0 rgba(123, 183, 209, 0.4);
      color: rgba(123, 183, 209, 0);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(123, 183, 209, 0);
        box-shadow: 0 0 0 10px rgba(123, 183, 209, 0);
        color: rgba(255, 255, 255, 1);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0);
        box-shadow: 0 0 0 0 rgba(123, 183, 209, 0);
        color: rgba(255, 255, 255, 0);
    }
  }
  
  
  
  .td-warning,
  .btn-submit-warning { 
    color: #ffffff; 
    background-color: #e7b023; 
    border-color: #AA9958; 
  } 
  .btn-submit-warning:hover {
    color: #552929;
  }
   
  .btn-submit:hover, 
  .btn-submit:focus, 
  .btn-submit:active, 
  .btn-submit.active, 
  .open .dropdown-toggle.btn-submit { 
    color: #ffffff; 
    background-color: #BCE2F5; 
    border-color: #537987; 
  } 
   
  .btn-submit:active, 
  .btn-submit.active, 
  .open .dropdown-toggle.btn-submit { 
    background-image: none; 
  } 
   
  .btn-submit.disabled, 
  .btn-submit[disabled], 
  fieldset[disabled] .btn-submit, 
  .btn-submit.disabled:hover, 
  .btn-submit[disabled]:hover, 
  fieldset[disabled] .btn-submit:hover, 
  .btn-submit.disabled:focus, 
  .btn-submit[disabled]:focus, 
  fieldset[disabled] .btn-submit:focus, 
  .btn-submit.disabled:active, 
  .btn-submit[disabled]:active, 
  fieldset[disabled] .btn-submit:active, 
  .btn-submit.disabled.active, 
  .btn-submit[disabled].active, 
  fieldset[disabled] .btn-submit.active { 
    background-color: #7BB7D1; 
    border-color: #537987; 
  } 
   
  .btn-submit .badge { 
    color: #7BB7D1; 
    background-color: #ffffff; 
  }
  
  .pagination {
    margin-top: 10px;
  }
  
  .pagination > li > a {
      background-color: white;
      color: #7BB7D1;
  }
  
  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover {
      color: #7BB7D1;
      background-color: #eee;
      border-color: #ddd;
  }
  
  .pagination > li.page-item.active a.page-link {
    color: white;
      background-color: #7BB7D1;
      border: solid 1px #7BB7D1;
  }
  
  .pagination > li.page-item.active a.page-link:hover {
      background-color: #96d3ed;
      border: solid 1px #96d3ed;
  }
  
  /* Tooltip */
  
  .tooltip > .tooltip-inner {
    background-color: rgba(123, 183, 209, 0.97);
    color: #FFFFFF;
    border: 1px solid #537987;
    padding: 5px;
    font-size: 14px;
    text-shadow: 0px 0px 1px black;
    opacity: 1;
  }
  .tooltip-inner div {
    text-align: left;
    opacity: 1;
  }
  .tooltip-inner .avatar {
    width: 20px;
    height: 20px;
    display: inline-block !important;
  }
  .tooltip-inner span {
    display: inline-block !important;
    vertical-align: middle;
  }
  .tooltip-inner div {
    display: inline-block !important;
    vertical-align: middle;
  }
  .tooltip.show {
    opacity: 1 !important;
  }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #537987;
  }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #537987;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
  }
  /* FIN BOOTSTRAP HACKS */
  
  /* ELEMENTOS DE BOOTSTRAP ADICIONALES */
  /* The container */
  .switchcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .switchcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .switchcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .switchcontainer input:checked ~ .checkmark {
    background-color: rgb(123, 183, 209);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .switchcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .switchcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @-webkit-keyframes progress-bar-stripes{
    from{background-position:40px 0}
    to{background-position:0 0}
  }
  @-o-keyframes progress-bar-stripes{
    from{background-position:40px 0}
    to{background-position:0 0}
  }
  @keyframes progress-bar-stripes{
    from{background-position:40px 0}
    to{background-position:0 0}
  }
  .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
  .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
  .progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}
  .progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}
  .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  .progress-bar-info{background-color:#5bc0de}
  .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  .progress-bar-warning{background-color:#f0ad4e}
  .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  .progress-bar-danger{background-color:#d9534f}
  .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  /* FIN ELEMENTOS BOOTSTRAP ADICIONALES */
  
  /* TREE UL */
  
  ul.tree {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
  }
  ul.tree li {
    list-style-type: none;
    border-left: 2px solid #000;
    margin-left: 1em;
  }
  ul.tree li div {
    padding-left: 1em;
    position: relative;
  }
  ul.tree li div::before {
    content:'';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 50%;
    width: 0.75em;
    border: 2px solid #000;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
  }
  ul.tree ul > li:last-child {
    border-left: 2px solid transparent;
  }
  
  /* FIN TREE UL */
  
  
  /* ANIMACIONES */
  .bganim {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(123, 183, 209, 0.8));
    background-size: 800% 800%;
    -o-animation: AnimationName 2s ease-in-out infinite;
    -webkit-animation: AnimationName 2s ease-in-out infinite;
    -moz-animation: AnimationName 2s ease-in-out infinite;
    animation: AnimationName 2s ease-in-out infinite;
  }
  .bganimok {
    background: linear-gradient(271deg, rgba(255, 255, 255, 0), #28c550, rgba(255, 255, 255, 0));
    background-size: 600% 600%;
    
    background-image:none !important; 
      -o-animation: fadeIt 3s ease-in-out; 
      -moz-animation: fadeIt 3s ease-in-out; 
      -webkit-animation: fadeIt 3s ease-in-out;
      animation: fadeIt 3s ease-in-out;
  }
  
  .buttongreen 
  {
    color: #FFFFFF;
    cursor: pointer;
    -webkit-animation: glowingg 1500ms infinite;
    -moz-animation: glowingg 1500ms infinite;
    -o-animation: glowingg 1500ms infinite;
    animation: glowingg 1500ms infinite;
  }
  
  /* glow green BOX*/
  @-webkit-keyframes glowingg
  {
    0% {  -webkit-box-shadow: 0 0 3px #28a745; }
    50% {  -webkit-box-shadow: 0 0 40px #28a745; }
    100% {-webkit-box-shadow: 0 0 3px #28a745; }
  }
  
  @-moz-keyframes glowingg
  {
    0% { -webkit-text-shadow: 0 0 3px #28a745; }
    50% { -moz-box-shadow: 0 0 40px #28a745; }
    100% {  -moz-box-shadow: 0 0 3px #28a745; }
  }
  
  @-o-keyframes glowingg
  {
    0% { box-shadow: 0 0 3px #28a745; }
    50% { box-shadow: 0 0 40px #28a745; }
    100% { box-shadow: 0 0 3px #28a745; }
  }
  
  @keyframes glowingg
  {
    0% { box-shadow: 0 0 3px #28a745; }
    50% { box-shadow: 0 0 40px #28a745; }
    100% { box-shadow: 0 0 3px #28a745; }
  }
  @-o-keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }
  @-webkit-keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }
  @-moz-keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }
  @keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }
  
  @-o-keyframes fadeIt {
    0%   { background-color: rgba(255, 255, 255, 0); }
    50%  { background-color: #89C769; }
    100% { background-color: rgba(255, 255, 255, 0); }
  }
  @-webkit-keyframes fadeIt {
    0%   { background-color: rgba(255, 255, 255, 0); }
    50%  { background-color: #89C769; }
    100% { background-color: rgba(255, 255, 255, 0); }
  }
  @-moz-keyframes fadeIt {
    0%   { background-color: rgba(255, 255, 255, 0); }
    50%  { background-color: #89C769; }
    100% { background-color: rgba(255, 255, 255, 0); }
  }
  @keyframes fadeIt {
    0%   { background-color: rgba(255, 255, 255, 0); }
    50%  { background-color: #89C769; }
    100% { background-color: rgba(255, 255, 255, 0); }
  }
  
  /* FIN ANIMACIONES */
  @media screen and (min-width : 980px) 
  {
    .logotipoBtn
    {
    color: rgba(0,0,0,0.6)
    border-color: #3475af;
    color: #3475af;
    border-width: 3px;
    border-radius: 33px;
    background-color: #f9e39d;
    display: inline-block;
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    max-height: 40px;
    line-height: 1em;
    text-decoration: none;
    margin-right: 1rem;
    font-weight: 500 !important;
    font-size: 14px !important;
  
    }
  
    .logotipoBtn:hover
    {
      color: rgba(0,0,0,0.3);
      border-color: #3475af;
      text-decoration: none;
    
    }
    
  
  }
  
  @media screen and (max-width : 812px) {
    
    #footer
    {
      bottom: 0px;
    }
  
    #sidebar {
      display: none;
      width: 0px;
      overflow: hidden;
    }
    
    button#sidebarShowmobile.close {
      display: block;
    }
    
    div#content {
      width: calc(100%);
    }
    
    div#content.menosmenu {
      width: calc(100% - 250px);
    }
    nav#sidebar.masmenu {
      display: inline-block;
      width: 250px;
      overflow: auto;
    }
    
  }
  
  
  @media (prefers-color-scheme: dark)
  {
  /* DARK MODE CSS */
  
  BODY {
  font-family: verdana, monospace, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*background-image: url('/plantillas/estilo_web/imgs/fondo_estilo_web.jpg');*/
  /*background-image: url('/plantillas/inicial/imgs/fondo-web_2.jpg');*/
  /*background-image: url('/plantillas/estilo_web/imgs/fondo-web-nc.jpg');*/
  background-color: #444;
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ddd;
  
  }
  
  FORM {
  margin: 0px;
  padding: 0px;
  }
  
  A, div#mensajes_adm{
  color: #ddd;
  text-decoration: none;
  }
  
  A:hover {
  color: #a8daff;
  text-shadow: 0 px 0 px 5px;
  }
  
  .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 1);
  }
  *:focus {
  outline: none !important;;
  -moz-appearance: none !important;;
  }
  
  .highlight { background-color: rgba(100, 125, 148, 0.3) }
  
  .bg-menu-web {
  background-color: #6f6f6fcc;
  }
  
  .bgnight {
  background-image: url('/plantillas/inicial/imgs/bg_luna_dark.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 60vh;
  }
  
  .bg-web-night
  {
  background-image: url('/plantillas/inicial/imgs/bg-web-6.jpg');
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat;
  
  }
  
  .bgsunset {
  background-image: url('/plantillas/inicial/imgs/bg_atardecer_dark.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 60vh;
  }
  
  .bg-web-sunset
  {
  background-image: url('/plantillas/inicial/imgs/bg-web-5.jpg');
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat;
  
  }
  
  
  .bgday {
  background-image: url('/plantillas/inicial/imgs/bg_sol_dark.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 60vh;
  }
  
  .bg-web-day
  {
  background-image: url('/plantillas/inicial/imgs/bg-web-4.jpg');
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat;
  
  }
  
  .modal-content {
  background-color: #343a40;
  }
  .jumbotron {
  background-color: #666;
  }
  
  .nombreProyecto
  {
  padding: 4px;
  border-radius: 8px;
  color: white;
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  }
  
  .flt-izq, .izq {
  float: left;
  }
  .flt-der, .der {
  float: right;
  }
  
  .der .btn {
  margin-top: -10px !important;
  }
  .der select, .der > span {
  margin-top: -6px;
  }
  
  .cabecera {
  margin: auto;
  text-align: center;
  width: 100%;
  /*margin-bottom: 20px;*/
  }
  
  .cabecera a {
  font-family: Helvetica, sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  }
  
  .cabecera img {
  vertical-align: top;
  }
  
  .fondoblanco {
  background-color: #FFFFFF;
  }
  
  .bgcolorseparador {
  background-color: rgba(100, 125, 148, 0.7);
  color: #fff;
  }
  
  .txtblanco {
  color: #FFFFFF;
  }
  
  .marco_blanco {
  background-color: #6f6f6fcc !important;
  padding: 20px;
  border-radius: 10px;
  }
  
  .estructura {
  width: 990px;
  margin: auto;
  }
  
  .popupmap {
  width: 100%;
  height: 350px;
  }
  
  /*
  #footer {
  background-color: #222;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  }
  */
  #footer {
  background-color: #000000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  z-index: 16;
  }
  
  .pie {
  width: 100%;
  margin: auto;
  margin-top: 15px;
  color: #b8b8b8;
  text-align: right;
  padding-top: 5px;
  }
  
  .pie a {
  color: #b8b8b8;
  text-decoration: none;
  }
  
  .pie a:hover {
  color: #4f82b8;
  }
  
  .bienvenido {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  }
  
  .aviso {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: auto;
  margin-bottom: 150px;
  margin-top: 150px;
  padding: 5px;
  max-width: 500px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #4b6375;    
  -webkit-box-shadow: 0px 0px 3px 1px #316397;
  -moz-box-shadow: 0px 0px 3px 1px #316397;
  box-shadow: 0px 0px 3px 1px #316397;
  text-align: center;
  }
  
  a.email {
  text-decoration: none;
  color: #2e67b0;
  }
  .trweek {
  background-color: rgba(250, 250, 250, 0.25) !important;
  }
  .trbgcolor1 td {
  background-color: rgba(100, 125, 148, 0.7) !important;
  color: #FFFFFF !important;
  }
  .totalmesh {
  display: block;
  width: 250px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #666;
  border-radius: 4px;
  border: 1px solid rgba(100, 125, 148, 0.7);
  color: #fff;
  
  }
  .fueradelmes, .trinactivo {
  background: repeating-linear-gradient( 45deg, #38373782, #3e3e3e7d 10px, #00000066 10px, #00000042 20px) !important;
  }
  .fueradelmes td, .trinactivo td {
  color: #c2c2c2 !important;
  }
  
  .avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: content-box;
  border: 1px solid #888b8b;
  padding: 1px;
  }
  .bgavatar {
  padding-left: 80px;
  margin-left: -15px;
  }
  .bgavatar::before{
  content: '';
  display: inline-block;
  width: 54px;
  height: 54px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #888b8b;
  float: left;
  margin-left: -82px;
  margin-top: -2px;
  padding: 1px;
  }
  div.brdgris1{
  background-color: #6f6f6fcc !important;
  }
  .brdgris1 {
  border: 1px solid #888b8b;
  }
  .brdgris1-top {
  border-top: 1px solid #888b8b;
  }
  .brdgris1-bottom {
  border-bottom: 1px solid #888b8b;
  padding-bottom: 2px;
  }
  
  .logocontainer {
  overflow: hidden;
  position: relative;
  margin: auto;
  }
  .logocontainer [type=file] {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  }
  .logocontainer {
  border: 1px solid #ced4da;
  background: #444;
  border-radius: .5em;
  padding: .5em;
  }
  .logocontainer [type=file] {
  cursor: pointer;
  }
  
  // MENU 3
  .wrapper {
  display: flex;
  width: 100%;
  }
  button#sidebarShow.close {
  display: none;
  }
  button#sidebarShowmobile.close {
  display: none;
  }
  
  .bg-background {
  background-color: #D8EAF8;
  margin-bottom: 20px;
  border-bottom: 1px solid #8cc2ed;
  }
  .bg-background-deg {
  
  margin-bottom: 20px;
  border-bottom: 1px solid #8cc2ed;
  
  background: rgba(216,234,248,1);
  background: -moz-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,234,248,1)), color-stop(55%, rgba(216,234,248,1)), color-stop(100%, rgba(216,234,248,0)));
  background: -webkit-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
  background: -o-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
  background: -ms-linear-gradient(left, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
  background: linear-gradient(to right, rgba(216,234,248,1) 0%, rgba(216,234,248,1) 55%, rgba(216,234,248,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8eaf8', endColorstr='#d8eaf8', GradientType=1 );
  
  }
  .vis-time-axis {
  background-color: rgba(37, 37, 37, 0.65) !important;
  }
  .vis-time-axis .vis-text {
  color: #dfdfdf;
  }
  .vis-itemset .vis-background, .vis-itemset .vis-foreground {
  background-color: #0000004a !important;
  }
  .vis-timeline {
  border-top-color: rgb(69, 69, 69) !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(69, 69, 69) !important;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(69, 69, 69) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(69, 69, 69) !important;
  border-left-style: solid;
  border-left-width: 1px;
  }
  div.vis-tooltip {
  color: #ddd;
  background-color: #666;
  border: 1px solid #444;
  }
  .vis-item.vis-range .vis-item-content {
  color: #ddd;
  text-shadow: 0px 0px 3px #333;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ddd !important;
  background-color: #666 !important;
  border-color: #666 #666 #666 !important;
  }
  .nav-tabs {
  border-bottom: none !important;
  }
  .nav-tabs .nav-link.active.bgblanco {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.80);
  }
  .navbar-brand {
  font-size: 16px;
  color: rgba(0,0,0,.5) !important;
  }
  .navbar-brand:hover {
  color: rgba(0,0,0,.7) !important;
  }
  .navbar-brand.active {
  color: rgba(0,0,0,1) !important;
  }
  .nav-link {
  font-size: 1.2em;
  }
  .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28900, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-nav .active > .nav-link {
  background-color: #4e5f6d;
  }
  
  .navbar-light .navbar-nav .nav-link {
  color: #ddd;
  font-family: Arial;
  padding-left: 10px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  }
  .navbar-light .navbar-toggler {
  border: 0px;
  }
  
  .dropdown-menu {
  background-color: #4e5f6d !important;
  border: 0px solid black;
  }
  
  .dropdown-item {
  color: white !important;
  }
  
  .dropdown-item ul li a:hover
  {
  color: black !important;
  }
  
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a[aria-expanded="true"] {
  background-color: #4e5f6d;
  }
  
  #sidebar ul li.active > a, a[aria-expanded="true"] {
  border-radius: 4px;
  }
  
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color:black !important;
  }
  
  /* calendario input */
  .ui-widget-content {
  border: 1px solid #a6a6a6 !important;
  background: #555 !important;
  color: #ddd !important;
  }
  .ui-widget-header,.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  filter: invert(1);
  }
  .ui-widget-content {
  color: #ddd !important;
  }
  /* INICIO -- MODIFICACIONES SWEETALERT v2 DARK */
  .swal-icon--warning__dot, .swal-icon--warning__body, .swal-acept-button {
  background-color: #f70;
  }
  .swal-modal
  {
  background-color: #646463;
  }
  .swal-title
  {
  color: #ddd !important;
  }
  
  .swal-content{
  color:#d0d0d0;
  }
  .swal-button {
  color: #444;
  }
  .swal-icon--success__hide-corners, .swal-icon--error__hide-corners, .swal-icon--warning__hide-corners {
  background-color: #646463;
  }
  .swal-icon--success__ring {
  border: 4px solid hsla(97.8, 53.1%, 59%, 0.79);
  }
  
  .swal-acept-button {background-color: #e1964e;}
  .swal-button:not([disabled]):hover{background-color:#e1a95d}
  .swal-button:focus{outline:none;box-shadow:0 0 0 1px #646463,0 0 0 3px rgba(225,150,78,0.5)}
  
  .swal-acept-button-verde {background-color: #89c769}
  .swal-acept-button-verde:not([disabled]):hover{background-color:#95d972}
  .swal-acept-button-verde:focus{outline:none;box-shadow:0 0 0 1px #646463,0 0 0 3px #89c769}
  
  .swal-acept-button-rojo {background-color: #c7322a}
  .swal-acept-button-rojo:not([disabled]):hover{background-color:#e1362d}
  .swal-acept-button-rojo:focus{outline:none;box-shadow:0 0 0 1px #646463,0 0 0 3px #c7322a}
  
  .swal-footer{text-align:center}
  .swal-icon--success::after, .swal-icon--success::before, .swal-icon--error::after, .swal-icon--error::before, .swal-icon--warning::after, .swal-icon--warning::before {
  background: #646463;
  }
  .swal-button--cancel {
  background-color: #999;
  }
  /* fin swal mod */
  
  #sidebar {
  float: left;
  display: inline-block;
  width: 250px;
  margin-top: 10px;
  z-index: 999;
  background: #eeeeee;
  color: #fff;
  transition: all 0.3s;
  }
  
  #sidebar.active {
  /*
  width: 0px;
  display: none;
  */
  width: 0px;
  overflow: hidden;
  }
  
  #sidebar .sidebar-header {
  padding: 20px;
  background: #e5e5ea;
  }
  
  #sidebar ul.components {
  padding-top: 10px;
  }
  
  #sidebar ul p {
  color: #fff;
  padding: 10px;
  }
  
  #sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  }
  
  #sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
  }
  
  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
  color: #fff;
  background: #add2ef;
  }
  
  a[data-toggle="collapse"] {
  position: relative;
  }
  
  a#navbarDropdownMenuLinkUser[aria-expanded="true"] {
  /*background: rgba(225, 225, 225, 0);*/
  }
  .bglinkuser {
  background-color: rgba(225, 225, 225, 0.70);
  border-color: rgba(127, 127, 127, 0.70);
  }
  .bglinkuser .dropdown-item:hover {
  background-color: rgba(127,  127,  127, 1);
  color: #FFF;
  }
  
  
  ul ul a {
  font-size: 0.9em !important;
  padding-left: 20px !important;
  background: #e5e5ea;
  }
  
  ul.CTAs {
  padding: 20px;
  }
  
  ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
  }
  
  a.download {
  background: #fff;
  color: #7386D5;
  }
  
  a.article,
  a.article:hover {
  background: #e5e5ea !important;
  color: #fff !important;
  }
  #content {
  float: right;
  width: calc(100% - 250px);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  transition: all 0.3s;
  }
  
  #content.active {
  width: calc(100%);
  }
  // FIN MENU 3
  
  
  .numcat {
  background-color: #d21338;
  color: #FFFFFF;
  font-weight: bold;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 2px;
  margin: 2px;
  text-decoration: none;
  }
  
  .contenido {
  float: right;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  }
  
  .shadowbox {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 1px #8cc2ed;
  -moz-box-shadow: 0px 0px 3px 1px #8cc2ed;
  box-shadow: 0px 0px 3px 1px #8cc2ed;
  }
  
  .transparent {
  background-color:rgba(100, 125, 148, 0.7) !important;
  color: #ddd !important;
  }
  
  .table {
  color: #ddd !important;
  background-color:#6f6f6fcc;
  border-radius: 10px;
  }
  
  .table-only-brd-bottom {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  }
  
  .table-hover>tbody>tr.no-hover:hover {
  background-color: transparent;
  }
  .table-hover>tbody>tr.no-hover:hover td {
  background-color: transparent;
  }
  
  .table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px !important;
  margin-top: 2px;
  }
  .vacio {
  background-color: #666;
  }
  .alert-danger {
  background-color: #452f31 !important;
  border-color: #4f1d22 !important;
  }
  .alert-success {
  color: #d4edda;
  background-color: #30603c;
  border-color: #c3e6cb;
  }
  .alert-primary {
  background-color: #273748;
  border-color: #b8daff;
  }
  /* Container Proyectos */
  .containerbg {
  background-color: #6f6f6fcc;
  }
  .modal-header {
  border-bottom: 1px solid #343a40;
  }
  
  /* calendario */
  .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: rgb(90, 108, 124) !important;
  }
  .fc-day {
  background-color: #272727cc !important;
  }
  .fc-title, .fc-day-grid-event .fc-time {
  text-shadow: 0px 0px 3px #3333335e  !important;
  color: #fff !important
  }
  .fc-sat, .fc-sun {
  color: #e39595 !important;
  background-color: rgba(76, 45, 47, 0.5) !important;
  }
  .fc-unthemed td.fc-today {
  background: #294c319e !important;
  }
  .alto1 td {
  height: 45px;
  }
  
  .width75 {
  width: 50px;
  height: 50px;    
  }
  
  .width50 {
  width: 25px;
  height: 25px;    
  }
  
  .spacer{
  clear:both;
  height:1px;
  }
  
  .cabeceracontent {
  margin:0 auto;
  width: 100%;
  }
  .cabeceracontent h1 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:8px;
  }
  .cabeceracontent p{
  font-size:11px;
  color:#666666;
  margin-bottom:20px;
  padding-bottom:10px;
  }
  
  .cabeceracontent .bdrbttn {
  font-size:11px;
  color:#666666;
  margin-bottom:20px;
  padding-bottom:25px;
  }
  
  /* TARJETAS FLIP */
  .scene {
  perspective: 270px;
  }
  .card {
  transition: transform 1s;
  transform-style: preserve-3d;
  }
  .card.is-flipped {
  transform: rotateY(180deg);
  }
  .card__face {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
  .card__face--front {
  }
  .card__face--back {
  height: 100%;
  cursor: pointer;
  background-color: #6f6f6fe8 !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transform: rotateY(180deg);
  }
  /* FIN TARJETAS FLIP */
  
  /* LEYENDA */
  .leyenda {
  margin: auto;
  width: 99%;
  margin-bottom: 20px;
  padding: 2px;
  text-align: center;
  background-color: #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgba(100, 125, 148, 0.7);
  color: #fff;
  }
  .leyenda > span {
  margin-right: 20px;
  }
  .leyenda > span img {
  vertical-align:middle;
  }
  .leyenda > table td img {
  background-color: #ebeeee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }
  .tblpreviw td {
  text-align: left;
  }
  .tblpreviw td p {
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  border: 0px;
  color: #000000;
  }
  /* FIN LEYENDA */
  
  .downloadcsv {
  
  padding-left: 20px;
  text-decoration: none;
  color: #2e67b0;
  padding-right: 20px;
  
  background-color: transparent;
  background-image: url("/sps/panel/imgs/icon_csv.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  }
  
  .miniflag {
  -webkit-box-shadow: 0px 0px 1px 1px #9e9e9f;
  -moz-box-shadow: 0px 0px 1px 1px #9e9e9f;
  box-shadow: 0px 0px 1px 1px #9e9e9f;
  }
  
  .appslistjq {
  display: none;
  position: absolute;
  width: 200px;
  right: 30px;
  background-color: #FF00FF;
  text-align: left;
  padding: 10px;
  }
  
  .dispsvlistjq {
  display: none;
  position: absolute;
  width: 100px;
  right: 90px;
  background-color: #FF00FF;
  text-align: left;
  padding: 10px;
  }
  
  .dispsvlistjq img {
  vertical-align:bottom;
  }
  
  .azulsshadow {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 1px #316397;
  -moz-box-shadow: 0px 0px 3px 1px #316397;
  box-shadow: 0px 0px 3px 1px #316397;
  background: rgb(247,247,247); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
  }
  
  /* INICIO LEYENDA FLOTANTE */
  .leyendaflotante {
  position: absolute;
  top: 5px;
  right: 5px;
  }
  
  .leyendahead {
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
  cursor: pointer;
  text-align: right;
  }
  
  .leyendatxt {
  padding: 5px;
  display: none;
  }
  
  .leyendatxt table td {
  padding: 2px;
  }
  
  .tdsep {
  border-left: 1px solid #8babc5;
  }
  
  /* FIN LEYENDA FLOTANTE */
  
  div#apps p {
  font-size: 12px;
  border: 0px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  margin-left: 150px;
  height: 50px;
  }
  
  div#apps p select {
  margin: 4px 0px;
  }
  
  /* INICIO MODIFICACIONES CALENDARIO Y TIMESLIDER */
  .timelinehoras {
  margin-bottom: 6px;
  text-align: center;
  }
  
  #timeline {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dee2e6;
  }
  
  #infotask {
  border: 1px solid #dee2e6;
  padding: .75rem;
  margin-top: 1rem;
  }
  
  .blkproyectbullets {
  width: 100%;
  height: 7px;
  font-size: 5px;
  margin-bottom: 2px;
  }
  
  .proyectbullets {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  }
  .proyinttitle {
  width: 15px;
  height: 15px;
  display: inline-block;
  }
  /* FIN MODIFICACIONES CALENDARIO Y TIMESLIDER */
  
  /* INICIO -- MODIFICACIONES SWEETALERT v2 */
  
  .swal-acept-button {background-color: #7BB7D1;}
  .swal-button:not([disabled]):hover{background-color:#5dc9e1}
  .swal-button:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(141,190,225,0.5)}
  
  .swal-acept-button-verde {background-color: #89c769}
  .swal-acept-button-verde:not([disabled]):hover{background-color:#95d972}
  .swal-acept-button-verde:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px #89c769}
  
  .swal-acept-button-rojo {background-color: #c7322a}
  .swal-acept-button-rojo:not([disabled]):hover{background-color:#e1362d}
  .swal-acept-button-rojo:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px #c7322a}
  
  .swal-footer{text-align:center}
  
  .swal-content {  margin-top: 30px; }
  
  /* FIN -- MODIFICACIONES SWEETALERT v2 */
  
  /* INICIO MODIFICACIONES SELECT2 */
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border: solid #aaa 1px !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected]{ background-color: rgba(100, 125, 148, 0.7); color:white; }
  .select2-container--classic .select2-selection--single:focus{ border: 1px solid rgba(100, 125, 148, 0.7);color: #fff; }
  .select2-container--classic.select2-container--open .select2-selection--single{ border: 1px solid rgba(100, 125, 148, 0.7);color: #fff; }
  .select2-container--classic .select2-selection--multiple:focus{ border: 1px solid rgba(100, 125, 148, 0.7);color: #fff; }
  .select2-container--classic.select2-container--open .select2-selection--multiple{ border: 1px solid rgba(100, 125, 148, 0.7);color: #fff; }
  .select2-container--classic.select2-container--open .select2-dropdown{ border-color: rgba(100, 125, 148, 0.7);color: #fff; }
  .select2-container--default .select2-selection--single {
  /*    background: none !important;*/
  /*    border: 0px !important;*/
  border-radius: 9px !important;
  background-color: #6f6f6fcc;
  height: auto !important;
  border: 1px solid #a5a4a4;
  }
  .select2-results {
    background-color: #444;
  }
  .select2-container--default .select2-results__option[aria-selected="true"] {
      color: #fff !important;
      background-color: rgba(100, 125, 148, 0.7); !imortant;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected]:last-child {
      border-radius: 0px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 2px;
  font-size: .875rem !important;
  /*    background-color: rgba(255, 255, 255, 0.7) !important;*/
  /*    border: 0px !important;*/
  border-radius: 9px !important;
  padding-left: 9px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0px 0px 2px #777;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #6f6f6fcc !important;
  /*    border:0px !important;*/
  border-radius: 9px;  
  color: white;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(100, 125, 148, 0.7);
  color: #FFFFFF; 
  }
  .select2-container--default .select2-results__option[aria-selected="true"] {
      color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected]:last-child {
  border-radius: 0px 0px 9px 9px;
  }
  .select2-container--default .select2-selection--multiple {
  background-color: #6f6f6fcc;
  color: #ddd;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #666;
  }
  span.select2-dropdown {
  display: block;
  background-color: #666 !important;
  border: 1px solid rgba(100, 125, 148, 0.7);
  color: #fff;
  }
  .select2-search--dropdown {
  border-bottom: 1px solid rgba(100, 125, 148, 0.7);
  color: #fff;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #f7f5f5 transparent transparent transparent;
  }
  #empresa.span.select2-container{
  padding-bottom: 8px !important;
  padding-top: 16px;
  
  }
  .select2-container--open .select2-dropdown--below {
  border-radius: 9px;
  border: 1px solid rgba(100, 125, 148, 0.5);
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
  color: #333;
  }
  /* FIN MODIFICACIONES SELECT2 */
  
  /* INICIO MODIFICACIONES VIS */
  /*
  .vis-labelset {
  width: 150px;
  }
  */
  .vis-labelset .vis-label {
  display: table;
  }
  .vis-labelset .vis-label .vis-inner {
  color: #ddd;
  display: table-cell;
  vertical-align: middle;
  }
  .vis-group {
  max-height: 91px;
  min-height: 91px;
  }
  .vis-time-axis {
  background-color: rgba(255, 255, 255, 0.25);
  }
  /* FINAL MODIFICACIONES VIS */
  
  /* BOOTSTRAP HACKS */
  .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background: rgba(100, 125, 148, 0.1);
  color: #fff !important;
  }
  .bt4 {
  border-top: 4px solid #777;
  }
  .border-top {
  border-top: 0px solid #aaa !important;
  }
  .border-bottom {
      border-bottom: 1px solid #aaa !important;
  }
  .border-left {
      border-left: 1px solid #aaa !important;
  }
  button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  /*text-shadow: 0 1px 0 #fff;*/
  opacity: .5;
  }
  .close:hover{
  color: #f50202;
  }
  .btn:not(.btn-danger) {
  background-color:rgba(100, 125, 148, 0.7) !important;
  color: #fff;
  }
  .btn-submit { 
  color: #ffffff; 
  background-color: #4e5f6d; 
  border-radius: 9px;
  } 
  .btn-submit:hover {
  color: #fff !important; 
  text-decoration: none;
  background-color: #80a1bf !important;
  }
  .btn-submit-pulse {
  box-shadow: 0 0 0 rgba(123, 183, 209, 0.4);
  animation: btn-submit-pulse 2s infinite;
  }
  .btn-submit-pulse:hover {
  animation: none;
  }
  .btn-danger {
  color: #fff;
  background-color: #87373f;
  border-radius: 9px;
  border-color: #87373f;
  }
  .btn-outline-secondary {
  color: #FFFFFF;
  border-color: #ced4da;
  }
  .sombraBlanca {
  text-shadow: 0px 0px;
  text-shadow: 0px 0px 2px #5d5959;
  }
  
  @-webkit-keyframes btn-submit-pulse {
  0% {
  -webkit-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0.4);
  color: rgba(123, 183, 209, 0);
  }
  70% {
  -webkit-box-shadow: 0 0 0 10px rgba(123, 183, 209, 0);
  color: rgba(255, 255, 255, 1);
  }
  100% {
  -webkit-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0);
  color: rgba(255, 255, 255, 0);
  }
  }
  @keyframes btn-submit-pulse {
  0% {
  -moz-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0.4);
  box-shadow: 0 0 0 0 rgba(123, 183, 209, 0.4);
  color: rgba(123, 183, 209, 0);
  }
  70% {
  -moz-box-shadow: 0 0 0 10px rgba(123, 183, 209, 0);
  box-shadow: 0 0 0 10px rgba(123, 183, 209, 0);
  color: rgba(255, 255, 255, 1);
  }
  100% {
  -moz-box-shadow: 0 0 0 0 rgba(123, 183, 209, 0);
  box-shadow: 0 0 0 0 rgba(123, 183, 209, 0);
  color: rgba(255, 255, 255, 0);
  }
  }
  
  .td-warning,
  .btn-submit-warning { 
  color: #ffffff; 
  background-color: #e7b023; 
  border-color: #AA9958; 
  } 
  .btn-submit-warning:hover {
  color: #552929;
  }
  
  .btn-submit:focus, 
  .btn-submit:active, 
  .btn-submit.active, 
  .open .dropdown-toggle.btn-submit { 
  color: #ffffff; 
  background-color: #BCE2F5; 
  border-color: rgba(100, 125, 148, 0.7); 
  } 
  
  .btn-submit:active, 
  .btn-submit.active, 
  .open .dropdown-toggle.btn-submit { 
  background-image: none; 
  } 
  
  .btn-submit.disabled, 
  .btn-submit[disabled], 
  fieldset[disabled] .btn-submit, 
  .btn-submit.disabled:hover, 
  .btn-submit[disabled]:hover, 
  fieldset[disabled] .btn-submit:hover, 
  .btn-submit.disabled:focus, 
  .btn-submit[disabled]:focus, 
  fieldset[disabled] .btn-submit:focus, 
  .btn-submit.disabled:active, 
  .btn-submit[disabled]:active, 
  fieldset[disabled] .btn-submit:active, 
  .btn-submit.disabled.active, 
  .btn-submit[disabled].active, 
  fieldset[disabled] .btn-submit.active { 
  background-color: #7BB7D1; 
  } 
  
  .btn-submit .badge { 
  color: #7BB7D1; 
  background-color: #ffffff; 
  }
  
  .pagination {
  margin-top: 10px;
  }
  
  .pagination > li > a {
  color: #4e5f6d;
  margin: 0px 10px 0px 10px;
  }
  
  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover {
  color: #fff;
  background-color: #4e5f6d;
  border-radius: 9px;
  }
  
  a.page-link {
  cursor: pointer;
  }
  
  .page-item.active .page-link {
  border:0px !important;
  }
  
  .page-item:last-child .page-link, .page-item:first-child .page-link {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  }
  
  .pagination > li.page-item.active a.page-link  {
  font-family: Arial;
  font-weight: 200;
  color: white;
  background-color: #4e5f6d; 
  border-radius: 9px;
  }
  
  .pagination > li.page-item.active a.page-link:hover {
  background-color: #96d3ed;
  }
  
  .page-item.disabled {
  /*display: none;*/
  }
  .page-link  {
  color: #4e5f6d;
  cursor: auto;
  background-color: transparent;
  border-style: none;
  
  }
  .page-item.disabled .page-link {
  background-color: transparent;
  }
  
  .form-control {
  border-radius: 9px;
  background-color: #6f6f6fcc;
  color: #fff !important;
  border-color: #a5a4a4;
  }
  div.form-control.form-control-sm,
  .form-control:focus {
  background-color: #6f6f6fcc !important;
  height: auto !important;
  border: 1px solid #a5a4a4;
  }
  .form-control:disabled, .form-control[readonly] {
  background-color: #6f6f6fcc;
  opacity: 1;
  }
  input .form-control {
  color: #ddd;
  }
  
  .notifnum {
  position: absolute;
  top: -7px;
  background-color: #E63D7A;
  padding-top: 0px;
  box-sizing: border-box;
  border-radius: 10px;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
  color: #FFF;
  right: -10px;
  }
  
  .blink {
  animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
  50% {
  opacity: 0;
  }
  }
  
  /* Tooltip */
  .tooltip > .tooltip-inner {
  background-color: rgba(0,0,0,0.7);
  color: #ccc;
  border: 1px solid rgba(100, 125, 148, 0.7);
  padding: 5px;
  font-size: 14px;
  /*text-shadow: 0px 0px 1px white;*/
  opacity: 1;
  max-width: 100% !important;
  }
  .tooltip-inner div {
  text-align: left;
  opacity: 1;
  }
  .tooltip-inner .avatar {
  width: 20px;
  height: 20px;
  display: inline-block !important;
  }
  .tooltip-inner span {
  display: inline-block !important;
  vertical-align: middle;
  }
  .tooltip-inner div {
  display: inline-block !important;
  vertical-align: middle;
  }
  .tooltip.show {
  opacity: 1 !important;
  }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: rgba(0,0,0,0.7);
  }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: rgba(0,0,0,0.7);
  }
  .dropdown-submenu {
  position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  }
  #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #4e5f6d !important;
  }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #92c8fe !important;
  }
  /* PROGRESS BAR */
  @-webkit-keyframes progress-bar-stripes{
  from{background-position:40px 0}
  to{background-position:0 0}
  }
  @-o-keyframes progress-bar-stripes{
  from{background-position:40px 0}
  to{background-position:0 0}
  }
  @keyframes progress-bar-stripes{
  from{background-position:40px 0}
  to{background-position:0 0}
  }
  .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
  .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
  .progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}
  .progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}
  .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  .progress-bar-info{background-color:#5bc0de}
  .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  .progress-bar-warning{background-color:#f0ad4e}
  .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  .progress-bar-danger{background-color:#d9534f}
  .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
  /* FIN BOOTSTRAP HACKS */
  
  /* ELEMENTOS DE BOOTSTRAP ADICIONALES */
  /* The container */
  .switchcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .switchcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: rgba(101, 126, 148, 0.2);
  }
  
  /* On mouse-over, add a grey background color */
  .switchcontainer:hover input ~ .checkmark {
  background-color: rgba(101, 126, 148, 0.4);
  }
  
  /* When the checkbox is checked, add a blue background */
  .switchcontainer input:checked ~ .checkmark {
  background-color: rgba(100, 125, 148, 0.7);
  color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  }
  
  /* Show the checkmark when checked */
  .switchcontainer input:checked ~ .checkmark:after {
  display: block;
  }
  
  /* Style the checkmark/indicator */
  .switchcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  /* POPOVER */
  .popover, .popover.arrow, .popover.arrow:after {
  z-index: 90;
  max-width: none;
  color: #ddd !important;
  background-color: #888 !important;
  border-right-color: #888 !important;
  }
  .popover-body {
  color:#fff !important;
  }
  div.popover span, div.popover.bs-popover-right.show span {
  color: #ddd !important;
  }
  .bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .arrow:after, .arrow, .arrow:after {
  background-color: #888 !important;
  }
  /* CALENDARIO */
  .month-container {
  display: inline-flex;
  margin: 0px;
  }
  .calendar .calendar-header table th:hover {
  color: #fff;
  background: rgba(100, 125, 148, 0.7);
  border-radius: 10px;
  }
  .calendar-header {
  display: none;
  }
  /* FIN ELEMENTOS BOOTSTRAP ADICIONALES */
  
  /* TREE UL */
  
  ul.tree {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  }
  ul.tree li {
  list-style-type: none;
  border-left: 2px solid #000;
  margin-left: 1em;
  }
  ul.tree li div {
  padding-left: 1em;
  position: relative;
  }
  ul.tree li div::before {
  content:'';
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 50%;
  width: 0.75em;
  border: 2px solid #000;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  }
  ul.tree ul > li:last-child {
  border-left: 2px solid transparent;
  }
  
  /* FIN TREE UL */
  
  
  /* ANIMACIONES */
  .bganim {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(123, 183, 209, 0.8));
  background-size: 800% 800%;
  -o-animation: AnimationName 2s ease-in-out infinite;
  -webkit-animation: AnimationName 2s ease-in-out infinite;
  -moz-animation: AnimationName 2s ease-in-out infinite;
  animation: AnimationName 2s ease-in-out infinite;
  }
  .bganimok {
  background: linear-gradient(271deg, rgba(255, 255, 255, 0), #28c550, rgba(255, 255, 255, 0));
  background-size: 600% 600%;
  
  background-image:none !important; 
  -o-animation: fadeIt 3s ease-in-out; 
  -moz-animation: fadeIt 3s ease-in-out; 
  -webkit-animation: fadeIt 3s ease-in-out;
  animation: fadeIt 3s ease-in-out;
  }
  .pl60lg {
  padding-left: 60px;
  }
  
  /* TABLE RESPONSIVE */
  /*
  Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
  */
  @media
  only screen 
  and (max-width: 430px), (min-device-width: 1px) 
  and (max-device-width: 430px)  
  {
  
  /* Force table to not be like tables anymore */
  table:not(.tblnormal), table:not(.tblnormal) thead, table:not(.tblnormal) tbody, table:not(.tblnormal) th, table:not(.tblnormal) td, table:not(.tblnormal) tr {
  display: block;
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  table:not(.tblnormal) thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
  }
  
  table:not(.tblnormal) tr {
  margin: 0 0 1rem 0;
  }
  
  table:not(.tblnormal) tr:nth-child(odd) {
  background: #ccc;
  }
  
  table:not(.tblnormal) td[data-tdtext] {
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 45%;
  }
  
  table:not(.tblnormal) td[data-tdtext]:before {
  position: absolute;
  top: 0;
  left: 6px;
  width: 45%;
  white-space: nowrap;
  }
  
  
  table:not(.tblnormal) td:before { 
  padding-top: 4px;
  padding-bottom: 4px;
  color: #4e5f6d;
  content: attr(data-tdtext);
  box-sizing: border-box;
  }
  
  table:not(.tblnormal) td {
  text-align: center !important;
  border: 0px !important;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
  }
  
  table:not(.tblnormal) td .text-right {
  text-align: center !important;
  }
  
  table:not(.tblnormal) tr {
  background-color:rgba(255, 255, 255, 0.80) !important;
  color: black;  
  border-radius: 10px;  
  }
  
  table:not(.tblnormal) {
  background:none;
  border-radius: 0px;
  }
  
  
  .navbar {
  padding-right: 0px;
  }
  
  #bodyBG > div > div.container {
  padding: 0px !important;
  }
  
  .popupmap {
  width: 100%;
  height: 250px;
  }
  
  }
  
  .alert-naranja
  {
  color:#e58600;
  background-color:rgba(229, 224, 83, 0.75);
  border-color:#e58600;
  
  }
  .alert-naranja a
  {
  color:#e58600;
  text-decoration: underline;
  }
  
  
  /* Animacón fluorescencia botones y enlaces*/
  .buttonorange 
  {
  color: #FFFFFF;
  cursor: pointer;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  }
  
  
  .buttongreen 
  {
  color: #FFFFFF;
  cursor: pointer;
  -webkit-animation: glowingg 1500ms infinite;
  -moz-animation: glowingg 1500ms infinite;
  -o-animation: glowingg 1500ms infinite;
  animation: glowingg 1500ms infinite;
  }
  
  .buttonblue 
  {
  color: #FFFFFF;
  cursor: pointer;
  -webkit-animation: glowingbb 1500ms infinite;
  -moz-animation: glowingbb 1500ms infinite;
  -o-animation: glowingbb 1500ms infinite;
  animation: glowingbb 1500ms infinite;
  }
  
  
  .ablue a:hover
  {
  color: #FFFFFF;
  cursor: pointer;
  -webkit-animation: glowingb 1500ms infinite;
  -moz-animation: glowingb 1500ms infinite;
  -o-animation: glowingb 1500ms infinite;
  animation: glowingb 1500ms infinite;
  text-decoration: none;
  }
  
  .blueg
  {
  color: #336b9e;
  cursor: pointer;
  -webkit-animation: glowingb 1500ms infinite;
  -moz-animation: glowingb 1500ms infinite;
  -o-animation: glowingb 1500ms infinite;
  animation: glowingb 1500ms infinite;
  text-decoration: none;
  }
  
  .orangeglow
  {
  color: #d16a00;
  cursor: pointer;
  -webkit-animation: glowingo 1500ms infinite;
  -moz-animation: glowingo 1500ms infinite;
  -o-animation: glowingo 1500ms infinite;
  animation: glowingo 1500ms infinite;
  text-decoration: none;
  }
  
  
  /* glow orange BOX*/
  @-webkit-keyframes glowing
  {
  0% {  -webkit-box-shadow: 0 0 3px #dda601; }
  50% {  -webkit-box-shadow: 0 0 40px #dda601; }
  100% {-webkit-box-shadow: 0 0 3px #dda601; }
  }
  
  @-moz-keyframes glowing
  {
  0% { -webkit-text-shadow: 0 0 3px #dda601; }
  50% { -moz-box-shadow: 0 0 40px #dda601; }
  100% {  -moz-box-shadow: 0 0 3px #dda601; }
  }
  
  @-o-keyframes glowing
  {
  0% { box-shadow: 0 0 3px #dda601; }
  50% { box-shadow: 0 0 40px #dda601; }
  100% { box-shadow: 0 0 3px #dda601; }
  }
  
  @keyframes glowing
  {
  0% { box-shadow: 0 0 3px #dda601; }
  50% { box-shadow: 0 0 40px #dda601; }
  100% { box-shadow: 0 0 3px #dda601; }
  }
  /* glow orange TEXT*/
  @-webkit-keyframes glowingo
  {
  0% {  -webkit-text-shadow: 0 0 3px rgb(229, 224, 83); }
  50% {  -webkit-text-shadow: 0 0 40px #dda601; }
  100% {-webkit-text-shadow: 0 0 3px #e58600; }
  }
  
  @-moz-keyframes glowingo
  {
  0% { -webkit-text-shadow: 0 0 3px rgb(229, 224, 83); }
  50% { -moz-text-shadow: 0 0 40px #dda601; }
  100% {  -moz-text-shadow: 0 0 3px #e58600; }
  }
  
  @-o-keyframes glowingo
  {
  0% { text-shadow: 0 0 3px rgb(229, 224, 83); }
  50% { text-shadow: 0 0 40px #dda601; }
  100% { text-shadow: 0 0 3px #e58600; }
  }
  
  @keyframes glowingo
  {
  0% { text-shadow: 0 0 3px rgb(229, 224, 83); }
  50% { text-shadow: 0 0 40px #dda601; }
  100% { text-shadow: 0 0 3px #e58600; }
  }
  
  
  /* glow green BOX*/
  @-webkit-keyframes glowingg
  {
  0% {  -webkit-box-shadow: 0 0 3px #28a745; }
  50% {  -webkit-box-shadow: 0 0 40px #28a745; }
  100% {-webkit-box-shadow: 0 0 3px #28a745; }
  }
  
  @-moz-keyframes glowingg
  {
  0% { -webkit-text-shadow: 0 0 3px #28a745; }
  50% { -moz-box-shadow: 0 0 40px #28a745; }
  100% {  -moz-box-shadow: 0 0 3px #28a745; }
  }
  
  @-o-keyframes glowingg
  {
  0% { box-shadow: 0 0 3px #28a745; }
  50% { box-shadow: 0 0 40px #28a745; }
  100% { box-shadow: 0 0 3px #28a745; }
  }
  
  @keyframes glowingg
  {
  0% { box-shadow: 0 0 3px #28a745; }
  50% { box-shadow: 0 0 40px #28a745; }
  100% { box-shadow: 0 0 3px #28a745; }
  }
  
  /* glow green BOX*/
  @-webkit-keyframes glowingg
  {
  0% {  -webkit-box-shadow: 0 0 3px #28a745; }
  50% {  -webkit-box-shadow: 0 0 40px #28a745; }
  100% {-webkit-box-shadow: 0 0 3px #28a745; }
  }
  
  @-moz-keyframes glowingg
  {
  0% { -webkit-text-shadow: 0 0 3px #28a745; }
  50% { -moz-box-shadow: 0 0 40px #28a745; }
  100% {  -moz-box-shadow: 0 0 3px #28a745; }
  }
  
  @-o-keyframes glowingg
  {
  0% { box-shadow: 0 0 3px #28a745; }
  50% { box-shadow: 0 0 40px #28a745; }
  100% { box-shadow: 0 0 3px #28a745; }
  }
  
  @keyframes glowingg
  {
  0% { box-shadow: 0 0 3px #28a745; }
  50% { box-shadow: 0 0 40px #28a745; }
  100% { box-shadow: 0 0 3px #28a745; }
  }
  
  /* glow blue BOX */
  @-webkit-keyframes glowingbb
  {
  0% {  -webkit-box-shadow: 0 0 3px #336b9e; }
  50% {  -webkit-box-shadow: 0 0 40px #336b9e }
  100% {-webkit-box-shadow: 0 0 3px #336b9e; }
  }
  
  @-moz-keyframes glowingbb
  {
  0% { -moz-box-shadow: 0 0 3px #336b9e; }
  50% { -moz-box-shadow: 0 0 40px #336b9e}
  100% {  -moz-box-shadow: 0 0 3px #336b9e; }
  }
  
  @-o-keyframes glowingbb
  {
  0% { box-shadow: 0 0 3px #336b9e; }
  50% { box-shadow: 0 0 40px #336b9e }
  100% { box-shadow: 0 0 3px #336b9e; }
  }
  
  @keyframes glowingbb {
  0% { box-shadow: 0 0 3px #336b9e; }
  50% { box-shadow: 0 0 40px #336b9e}
  100% { box-shadow: 0 0 3px #336b9e; }
  }
  
  
  
  /* glow blue TEXT*/
  @-webkit-keyframes glowingb
  {
  0% {  -webkit-text-shadow: 0 0 3px #336b9e; }
  50% {  -webkit-text-shadow: 0 0 40px #336b9e }
  100% {-webkit-text-shadow: 0 0 3px #336b9e; }
  }
  
  @-moz-keyframes glowingb
  {
  0% { -moz-text-shadow: 0 0 3px #336b9e; }
  50% { -moz-text-shadow: 0 0 40px #336b9e}
  100% {  -moz-text-shadow: 0 0 3px #336b9e; }
  }
  
  @-o-keyframes glowingb
  {
  0% { text-shadow: 0 0 3px #336b9e; }
  50% { text-shadow: 0 0 40px #336b9e }
  100% { text-shadow: 0 0 3px #336b9e; }
  }
  
  @keyframes glowingb {
  0% { text-shadow: 0 0 3px #336b9e; }
  50% { text-shadow: 0 0 40px #336b9e}
  100% { text-shadow: 0 0 3px #336b9e; }
  }
  
  
  @-o-keyframes AnimationName {
  0%{background-position:0% 51%}
  50%{background-position:100% 50%}
  100%{background-position:0% 51%}
  }
  @-webkit-keyframes AnimationName {
  0%{background-position:0% 51%}
  50%{background-position:100% 50%}
  100%{background-position:0% 51%}
  }
  @-moz-keyframes AnimationName {
  0%{background-position:0% 51%}
  50%{background-position:100% 50%}
  100%{background-position:0% 51%}
  }
  @keyframes AnimationName {
  0%{background-position:0% 51%}
  50%{background-position:100% 50%}
  100%{background-position:0% 51%}
  }
  
  @-o-keyframes fadeIt {
  0%   { background-color: rgba(255, 255, 255, 0); }
  50%  { background-color: #89C769; }
  100% { background-color: rgba(255, 255, 255, 0); }
  }
  @-webkit-keyframes fadeIt {
  0%   { background-color: rgba(255, 255, 255, 0); }
  50%  { background-color: #89C769; }
  100% { background-color: rgba(255, 255, 255, 0); }
  }
  @-moz-keyframes fadeIt {
  0%   { background-color: rgba(255, 255, 255, 0); }
  50%  { background-color: #89C769; }
  100% { background-color: rgba(255, 255, 255, 0); }
  }
  @keyframes fadeIt {
  0%   { background-color: rgba(255, 255, 255, 0); }
  50%  { background-color: #89C769; }
  100% { background-color: rgba(255, 255, 255, 0); }
  }
  /* FIN ANIMACIONES */
  
  @media screen and (max-width : 812px) {
  
    #sidebar {
    display: none;
    width: 0px;
    overflow: hidden;
    }
    
    button#sidebarShowmobile.close {
    display: block;
    }
    
    .pl60lg {
    padding-left: 14px;
    }
    
    div#content {
    width: calc(100%);
    }
    
    div#content.menosmenu {
    width: calc(100% - 250px);
    }
    nav#sidebar.masmenu {
    display: inline-block;
    width: 250px;
    overflow: auto;
    }
    #footer
    {
    bottom: 0px;
    }
    
    #sidebar {
    display: none;
    width: 0px;
    overflow: hidden;
    }
    
    button#sidebarShowmobile.close {
    display: block;
    }
    
    div#content {
    width: calc(100%);
    }
    
    div#content.menosmenu {
    width: calc(100% - 250px);
    }
    nav#sidebar.masmenu {
    display: inline-block;
    width: 250px;
    overflow: auto;
    }
    
  
  }
  
  
  //ALTA & LOGIN
  
  .bg {
      background-background-color: #6f6f6fcc;
      background-position: inherit;
      background-repeat: no-repeat;
  }
  
  .spamnav {
      float: right !important;
      display: table-column;
      margin-top: 0px;
  }
  
  .flagsidiomas {
      min-height: 100px;
      color: #fff;
      font-family: "Open Sans",Arial,sans-serif;
      font-size: 14px;
      font-weight: 600;
      -moz-osx-font-smoothing: grayscale;
      background-color: #666;
      text-align: right;
      padding-right: 20px;
      float: right;
      padding-top: 20px;
      display: block;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
  }
  
  .navbar-brand {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.81) !important;
  }
  
  .logotipo {
      padding: 15px;
      max-width: 115px;
      float: left;
      margin-top: -7px;
      margin-bottom: 13px;
  }
  .logotipoBtn {
      color: rgba(0,0,0,0.6) border-color: #3475af;
      color: #3475af;
      border-width: 3px;
      border-radius: 33px;
      background-color: #f9e39d;
      display: inline-block;
      position: relative;
      padding: .3em 1em;
          padding-top: 0.3em;
          padding-bottom: 0.3em;
          padding-left: 1em;
      border: 2px solid;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      max-height: 40px;
      line-height: 1em;
      text-decoration: none;
      margin-right: 1rem;
      font-weight: 500 !important;
      font-size: 14px !important;
  }
  .logotipoBtn:hover
  {
  color: rgba(0,0,0,0.3);
  border-color: #3475af;
  text-decoration: none;
  
  }
  
  .border-top {
      border-top: 0px solid #000 !important;
  }
  .pl-2, .px-2 {
      padding-left: .5rem !important;
  }
  .pr-2, .px-2 {
      padding-right: .5rem !important;
  }
  .pt-1, .py-1 {
      padding-top: .25rem !important;
  }
  .rounded-left {
      border-top-left-radius: .25rem !important;
      border-bottom-left-radius: .25rem !important;
  }
  .border-left {
      border-left: 1px solid #aaa !important;
  }
  .border-bottom {
      border-bottom: 1px solid #aaa !important;
  }
  .border-top {
      border-top: 1px solid #aaa !important;
  }
  .bg-light {
      background-color: #6f6f6fcc !important;
  }
  #footer {
      background-color: #666;
      position: fixed;
      left: 0;
      bottom: 0px;
      width: 100%;
  }
  
  /* FIN DARK MODE CSS */
}


.g-recaptcha{
  margin: auto !important;
  width: auto !important;
  height: auto !important;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: -ms-center;
}


