/* =========================================================
 * Bootstrap year calendar v1.1.0
 * Repo: https://github.com/Paul-DS/bootstrap-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;
  overflow: auto;
  direction: ltr;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar.calendar-rtl {
  direction: rtl;
}
.calendar.calendar-rtl table tr td span {
  float: right;
}

.calendar table {
  margin: auto;
  width: auto;
  border-color: transparent;
}

.calendar table td,
.calendar table th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  padding: 4px 5px;
  font-size:12px;
  background-color: transparent;
}
.calendar table tr:nth-child(even){
	background-color: transparent;
}


/* Header */
.calendar .calendar-header
{
	width:100%;
	margin-bottom:20px;
}

.calendar .calendar-header table
{
	width:100%;
}

.calendar .calendar-header table th
{
	font-size:22px;
	padding:5px 10px;
}

.calendar .calendar-header table th:hover {
  background: #eeeeee;
  cursor: pointer;
}

.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 .year-title {
	font-weight:bold;
	text-align:center;
	height:20px;
	width:auto;
}

.calendar .year-neighbor
{
	color:#aaaaaa;
}

.calendar .year-neighbor2
{
	color:#dddddd;
}

/* Months */
.calendar .months-container {
	width:100%;
	display:none;
}

.calendar .month-container {
	min-width: 180px;
	text-align: center;
	padding: 0 0 20px;
}

.calendar table.month th.month-title
{
	font-size:16px;
	padding-bottom: 5px;
	color: #666;
  font-weight: 600;
}

.calendar table.month th.day-header
{
	font-size:14px;
}


.calendar table.month tr td,
.calendar table.month tr th
{
	padding:0;
}

.calendar table.month td.week-number {
	cursor: default;
	font-weight:bold;
	border-right:1px solid #eee;
	padding:5px;
}

.calendar .round-left {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.calendar .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 tr td .day-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 6px;
}

.table-striped .calendar table.month tr td,
.table-striped .calendar table.month tr th {
  background-color: transparent;
}

.calendar table.month td.day .day-content:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.calendar table.month tr td.old,
.calendar table.month tr td.new,
.calendar table.month tr td.old:hover,
.calendar table.month tr td.new:hover {
  background: none;
  cursor: default;
}
.calendar table.month tr td.disabled,
.calendar table.month tr td.disabled:hover {
  color: #dddddd;
}

.calendar table.month td.day.disabled .day-content:hover {
	background: none;
	cursor: default;
}

.calendar table.month tr 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 tr td.range.range-start .day-content  {
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}

.calendar table.month tr td.range.range-end .day-content  {
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}

.calendar-context-menu,
.calendar-context-menu  .submenu {
	border: 1px solid #ddd;
	background-color: white;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	position:absolute;
	display:none;
}

.calendar-context-menu .item {
	padding:5px 10px;
	cursor:pointer;
	display:table;
	width:100%;
}

.calendar-context-menu .item:hover {
	background:#eee;
}

.calendar-context-menu .item .content {
	display:table-cell;
}

.calendar-context-menu .item span {
	display:table-cell;
	padding-left:10px;
	text-align:right;
}

.calendar-context-menu .item span:last-child {
	display:none;
}

.calendar-context-menu  .submenu {
	left: 100%;
	margin-top: -6px;
}

.calendar-context-menu  .item:hover > .submenu {
	display:block;
}

/*@estebanlopeza*/
.eventos{
    list-style: none;
    margin: 20px auto;
    text-align: left;
    width: 182px;
    padding-left: 0px;
}
.eventos li{
	font-size: 12px;
	line-height: 1em;
	padding: 4px 4px 4px 12px;
	position: relative;
	display: block;
	margin-bottom: 4px;
	cursor: pointer;
}

.eventos li:before{
	content: " ";
    position: absolute;
    top: 7px;
    left: 2px;
	width: 6px;
	height: 6px;
}

.eventos li.consulta{ color: #88459a; }
.eventos li.consulta:before{ background-color: #88459a; }

.eventos li.mesa-examenes{ color: #717c93; }
.eventos li.mesa-examenes:before{ background-color: #717c93; }

.eventos li.inscripcion-examenes{ color: #00bef2; }
.eventos li.inscripcion-examenes:before{ background-color: #00bef2; }

.eventos li.activo{
	background: #eee; 
	transition: all .25s linear;
}

.months-container .month-container.col-xs-2:nth-child(6n+1),
.months-container .month-container.col-xs-3:nth-child(4n+1),
.months-container .month-container.col-xs-4:nth-child(3n+1),
.months-container .month-container.col-xs-6:nth-child(2n+1){
    clear:left;
}

.calendar table.month tr td.day{
    padding: 0;
    border-bottom-color: transparent;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    height: 18px;
    transition:border-bottom-color 0.5s linear;
}
.calendar table.month tr td.day .day-content{
	padding-bottom: 2px;
}










.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}