/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */

body {
  margin-top: 50px;
  background-color: #fffffc;
  font-family: 'Rubik', sans-serif;
}
.font24{
  font-size: 20px !important;
  color: #00bb2d !important;
  letter-spacing: 0.7px !important;
}
.max-titulo {
  color: #00bb2d !important;
  font-size: 14px;
  letter-spacing: 1px;
  
  font-family: 'Rubik', sans-serif;
}

.max-titulo:hover {
  color: #009f25 !important;
  text-decoration: none;
}
.encuesta{
  margin-top: 10px !important;
}
#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}
.navbar-user{
  background-color: transparent;
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}
.horarios{
  width:95%;
  margin: auto;
  position:relative;
}

.horarios div.header{

  display: block;

    float: left;

    height: 24px;

    margin-left: 5px;

    position: relative;

    width: 100%;

}

.horarios div.body{

  display: block;

    float: left;
    min-height: 10px;
    height: auto;

    margin-left: 5px;

    position: relative;

    width: 18%;
    background: none !important;

}

.horarios div.header div.item-head{

  border: 1px solid #509D89;

    color: #000000;

    display: block;

    float: left;

    font-family: 'maven_probold';

    font-size: 16px;

    height: 24px;

    margin-right: 5px;

    position: relative;

    text-align: center;

    width: 18%;

}

.horarios div.body div.item-body{

  margin-top: 5px;

    display: block;

    float: left;

    height: auto;

    margin-right: 7px;

    position: relative;

    text-align: center;

    width: 100%;
    border: solid #000 1px;

} 

.horarios div.body div.item-body div.mi-clase{

  width: 18%;

  height: 56px;

  font-family: 'alegreya_sansregular';

    font-size: 12px;

    line-height: 13px;

    border: 1px solid #509D89;

    color: #000000;

    display: block;

    float: left;

    margin-bottom: 5px;

}
.yellow {
   color: #f0ad4e !important;
}
.green {
   color: #5cb85c !important;
}
.red {
   color: #d9534f !important;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
} 
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	padding-left: 160px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */
.side-nav {
  margin-left: -225px;
  left: 225px;
  width: 160px;
  position: fixed;
  top: 50px;
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: #2c3e50; /* Fondo más suave */
  overflow-y: auto;
  color: #ecf0f1; /* Color de texto más suave */
}

ul.side-nav li {
  width: 160px;
}

/* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */
.navbar-nav {
  background-color: none;
}

.side-nav > li.dropdown > ul.dropdown-menu {
  position: relative;
  min-width: 160px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 5px;
}

.side-nav > li.dropdown > ul.dropdown-menu > li > a {
  color: #ecf0f1; /* Color de texto más suave */
  padding: 5px 10px;
  width: 90%;
  margin-left: 20px;
}

.side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
.side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
.side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
  color: #bdc3c7; /* Gris más suave */
  background-color: #34495e; /* Fondo más suave */
}

.side-nav > li > a {
  width: 225px;
  color: #ecf0f1 !important; /* Color de texto más suave */
}

.side-nav > li > a:hover,
.side-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #34495e; /* Fondo más suave */
  color: #bdc3c7 !important; /* Gris más suave */
}


  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


.mt-1{
  margin-top: 1%;
}

.mt-2{
  margin-top: 3%;
}

.mt-3{
  margin-top: 6%;
}

.mt-4{
  margin-top: 7%;
}

.mt-5{
  margin-top: 10%;
}