.oculto{display:none;}
.TituloSeccion{
    /*width:90%;
    max-width:90%;*/
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .TextoTitulo{
        display:none;
    }
  }
  
  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    .TextoTitulo{
        display:none;
    }
  }
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
  overflow-x: hidden;
}

/* Toggle Styles */

.sidenav-black-overlay {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.sidenav-black-overlay.active {
  opacity: 1;
  visibility: visible;
}
.sidebar-nav{
  max-height: 90%;
  overflow-y: auto;
}

#MenuLateral {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#MenuLateral.toggled {
  padding-left: 250px;
}

#sidebar-MenuLateral {
  box-shadow: 2px 2px 8px;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: rgb(3, 39, 53);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#MenuLateral.toggled #sidebar-MenuLateral {
  width: 250px;
}

#page-content-MenuLateral {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#MenuLateral.toggled #page-content-MenuLateral {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .titulo-seccion {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
  color:rgb(200, 229, 255);
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.footerMenuLateral{width:250px;}

@media(min-width:768px) {
  /*
  #MenuLateral {
      padding-left: 250px;
  }

  #MenuLateral.toggled {
      padding-left: 0;
  }

  #sidebar-MenuLateral {
      width: 250px;
  }

  #MenuLateral.toggled #sidebar-MenuLateral {
      width: 0;
  }

  #page-content-MenuLateral {
      padding: 20px;
      position: relative;
  }

  #MenuLateral.toggled #page-content-MenuLateral {
      position: relative;
      margin-right: 0;
  }
  */
}
/* =========================================================
 * JS year calendar v0.1.0
 * Repo: https://github.com/year-calendar/js-year-calendar
 * =========================================================
 * Created by Paul David-Sivelle
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
/* Main */
.calendar {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  overflow-x: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Header */
  /* Months */
  /* Loading */
}
.calendar:after {
  /* Apply the right height on the calendar div, even if the months elements are floating  */
  clear: both;
  content: "";
  display: block;
}
.calendar .calendar-rtl {
  direction: rtl;
}
.calendar .calendar-rtl .calendar-rtl table tr td span {
  float: right;
}
.calendar table {
  margin: auto;
  border-spacing: 0;
}
.calendar table td,
.calendar table th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  padding: 4px 5px;
  font-size: 12px;
}
.calendar .calendar-header {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.calendar .calendar-header table {
  width: 100%;
}
.calendar .calendar-header table th {
  font-size: 22px;
  padding: 5px 10px;
  cursor: pointer;
}
.calendar .calendar-header table th:hover {
  background: #eeeeee;
}
.calendar .calendar-header table th.disabled,
.calendar .calendar-header table th.disabled:hover {
  background: none;
  cursor: default;
  color: white;
}
.calendar .calendar-header table th.prev,
.calendar .calendar-header table th.next {
  width: 20px;
}
.calendar .calendar-header .year-title {
  font-weight: bold;
  text-align: center;
  height: 20px;
  width: auto;
}
.calendar .calendar-header .year-neighbor {
  opacity: 0.4;
}
@media (max-width: 991px) {
  .calendar .calendar-header .year-neighbor {
    display: none;
  }
}
.calendar .calendar-header .year-neighbor2 {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .calendar .calendar-header .year-neighbor2 {
    display: none;
  }
}
.calendar .months-container {
  width: 100%;
  display: none;
}
.calendar .months-container .month-container {
  float: left;
  text-align: center;
  height: 200px;
  padding: 0;
}
.calendar .months-container .month-container.month-2 {
  width: 16.66666667%;
}
.calendar .months-container .month-container.month-3 {
  width: 25%;
}
.calendar .months-container .month-container.month-4 {
  width: 33.33333333%;
}
.calendar .months-container .month-container.month-6 {
  width: 50%;
}
.calendar .months-container .month-container.month-12 {
  width: 100%;
}
.calendar table.month th.month-title {
  font-size: 16px;
  padding-bottom: 5px;
}
.calendar table.month th.day-header {
  font-size: 14px;
}
.calendar table.month tr td,
.calendar table.month tr th {
  padding: 0;
}
.calendar table.month tr td.hidden,
.calendar table.month tr th.hidden {
  display: none;
}
.calendar table.month td.week-number {
  cursor: default;
  font-weight: bold;
  border-right: 1px solid #eee;
  padding: 5px;
}
.calendar table.month td.day.round-left {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.calendar table.month td.day.round-right {
  webkit-border-radius: 0 8px 8px 0 ;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.calendar table.month td.day .day-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 6px;
}
.calendar table.month td.old,
.calendar table.month td.new,
.calendar table.month td.old:hover,
.calendar table.month td.new:hover {
  background: none;
  cursor: default;
}
.calendar table.month td.disabled,
.calendar table.month td.disabled:hover {
  color: #dddddd;
}
.calendar table.month td.disabled .day-content:hover,
.calendar table.month td.disabled:hover .day-content:hover {
  background: none;
  cursor: default;
}
.calendar table.month td.range .day-content {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.calendar table.month td.range.range-start .day-content {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.calendar table.month td.range.range-end .day-content {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.calendar .calendar-loading-container {
  position: relative;
  text-align: center;
  min-height: 200px;
}
.calendar .calendar-loading-container .calendar-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.calendar .calendar-spinner {
  margin: 20px auto;
  width: 80px;
  text-align: center;
}
.calendar .calendar-spinner > div {
  width: 16px;
  height: 16px;
  margin: 5px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.calendar .calendar-spinner > div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.calendar .calendar-spinner > div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* Context menu */
.calendar-context-menu,
.calendar-context-menu .submenu {
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}
.calendar-context-menu .item {
  position: relative;
}
.calendar-context-menu .item .content {
  padding: 5px 10px;
  cursor: pointer;
  display: table;
  width: 100%;
  white-space: nowrap;
}
.calendar-context-menu .item .content:hover {
  background: #eee;
}
.calendar-context-menu .item .content .text {
  display: table-cell;
}
.calendar-context-menu .item .content .arrow {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
}
.calendar-context-menu .item .submenu {
  top: -1px;
  /* Compensate for the border */
}
.calendar-context-menu .item .submenu:not(.open-left) {
  left: 100%;
}
.calendar-context-menu .item .submenu.open-left {
  right: 100%;
}
.calendar-context-menu .item:hover > .submenu {
  display: block;
}
.table-striped .calendar table.month tr td,
.table-striped .calendar table.month tr th {
  background-color: transparent;
}
table.month td.day .day-content:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

hr{margin:.5rem 0}.bg-cabecera{background-color:#265365}.bg-fondomenulateral{background:#032735}.bg-VerdeClaro{background-color:#eff5ed}.sidebar-nav li{text-indent:10px}.filtros,select.filtros{font-size:.7rem;padding:.2rem;width:95%}.formularioCrear{background-color:#d5e8f9;background-color:#f2f2f2;border:1px solid #0d6efd;border-radius:.4rem}.formularioEditar{background-color:#fff2e3;background-color:#f2f2f2;border:1px solid #ffc107;border-radius:.4rem}.formularioAgnadir{background-color:#dff8fd;background-color:#f2f2f2;border:1px solid #0dcaf0;border-radius:.4rem}.formularioEdicion{background-color:#d3dae0}.oculto{display:none}.ImgMenuLateral{max-width:90%;height:auto}.table tbody{height:550px;overflow-y:auto;width:100%;box-shadow:0 4px 12px -2px #666}.table-fixed tbody{height:400px;overflow-y:auto;width:100%;box-shadow:0 4px 12px -2px #666}.table-fixed thead,.table-fixed tbody,.table-fixed tr,.table-fixed td,.table-fixed th{display:block;min-height:55px}.table-fixed tbody td,.table-fixed tbody th,.table-fixed thead>tr>th{float:left;position:relative}.table-fixed tbody td::after,.table-fixed tbody th::after,.table-fixed thead>tr>th::after{content:"";clear:both;display:block}.sidebar-nav li{cursor:pointer}table.dataTable.no-footer{border-bottom:0px solid #1110}.calendar{overflow-x:none !important}.calendar .months-container .month-container{height:240px !important}.logoimprimir{width:200px}@media print{@page{margin:.2cm;size:landscape}#MenuSuperior{display:none}}
