/*+++++++Calendario+++++++*/
/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

/* Contenedor del Calendario */
.ui-datepicker {
	display: none;
	width: 100%;
	cursor: default;	
	text-transform: uppercase;
	font-size: 15px;
	background: #fff;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}	

/* Encabezado del calendario */
.ui-datepicker-header {
	position: relative;
	background: #fff;
	font-size: 15px;
	border: none;
	margin-top: -2%;
}

.ui-datepicker-title { 
	text-align: center; 
}

/* Month */
.ui-datepicker-month {
	position: absolute;
	padding-right: 15px;
	color: #000;
	left: 11%;
}

.ui-datepicker-month:before {
	display: block;
	position: absolute;
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Year */ 
.ui-datepicker-year {
	padding-left: 8px;
	color: #000;
	left: 27%;
	position: absolute;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
	background-image: url('../css/images/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.ui-datepicker-next {
	left: 5%;
	padding-left: 2%;
	background-image: url('../css/images/arrow1.png');
	background-size: contain;
	background-repeat: no-repeat;	
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
	width: 1px;
	display: block;
	width: 10px;
	height: 20px;
	text-indent: -9999px;
}

.ui-datepicker-prev:hover{ 
	background: #fff;
	background-image: url('../css/images/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.ui-datepicker-next:hover{ 
	background: #fff;
	background-image: url('../css/images/arrow1.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/* Calendar "Days" */
.ui-datepicker-calendar th {
	padding: 1%;
	width: 10%;
	text-align: center;
	font-weight: normal;
	color: #8A8A8D;
	font-size: 80%;
	background: #f5f5f5;
}

.ui-datepicker-calendar td {
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	outline: none;
	margin: auto;
	width: 100%;
	height: 80px;
	text-decoration: none;
	color: #A1A1A2;
	background: #fff;
	border: 1px solid transparent;
}

@media (max-width: 400px) {
  	.ui-datepicker-calendar .ui-state-default {
  		height: 50px;
  	}

	.ui-datepicker-header {
		font-size: 12px;
	}
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	color: #6a9113;
	border-top:5px solid #006699;
	background: #DDDDF7;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #565656; }

.event a {
    background-color: #5FBA7D !important;
    color: #ffffff !important;
}

/*+++++++End Calendario+++++++*/
.space-top{
	margin-top: 5%;
}

.menu2-diary{
	position: fixed;
	margin-left: 0.2%;
	margin-top: -0.8%;
	padding: 0.5%;
	padding-right: 3%;
	z-index: 100;
	width: 80.3%;
	background: #f5f5f5;
}

.day-diary{
	background: #f5f5f5;
	width: 100%;	
	padding:1%;
	padding-left: 3%;
}

.view-citas{
	background: #fff;
	margin: 1%;
	width: 99%;
	padding: 2%;
	font-size: 95%;
	border-bottom:1px solid #A1A1A2;
	border-left:6px solid #006699;
}

.view-citas:hover,.view-citas2:hover,.view-citas3:hover{
	background: #F6F6FD;
}

.view-citas2{
	background: #fff;
	margin: 1%;
	width: 99%;
	padding: 2%;
	font-size: 95%;
	border-bottom:1px solid #A1A1A2;
	border-left:6px solid #F15252;
}

.view-citas3{
	background: #fff;
	margin: 1%;
	width: 99%;
	padding: 2%;
	font-size: 95%;
	border-bottom:1px solid #A1A1A2;
	border-left:6px solid #000;
}

.flecha{
	display: none;
}

.lide{
  	right: 0;
  	padding:0;
  	padding-top:1.7%;
  	overflow: auto;
  	height: 33em;
}


@media (max-width: 991px) {
	.lide-prin{
		position: absolute;
		right: 0;
		width: 75%;
	}

	.flecha{
		display: block;
	}

  	.lide{
  		transition:0.5s;
  		margin-top: -3%;
  		border-left:1px solid #A1A1A2;
  		background: #fff;
  		position: fixed;
  		right: 100%;
  		height: 100%;
  		z-index: 1000;
  	}

  	.menu2-diary{
  		right: 0;
  		width: 75%;
  		margin-top: -1%;
  	}
}

@media (max-width: 826px) {
	.menu2-diary{
  		margin-top: 5%;
  	}

  	.lide-prin{
  		margin-top: 6%;
  	}
}

@media (max-width: 766px) {

	.menu2-diary{
		margin: 0;
  		margin-top: -1.5%;
  		left: 0;
  		width: 100%;
  	}

  	.lide-prin{
  		margin-top: 2%;
  		left: 0;
  		border-right:none;
  		width: 100%;
  		z-index: 1;
  	}

  	.lide{
  		margin-top: -4%;
  		width: 100%;
  		background: #fff;
  		position: fixed;
  		right: 100%;
  		height: 100%;
  		z-index: 1000; 		
  	}
}

@media (max-width: 560px) {
	.ui-datepicker-header {
		font-size: 60%;
	}

	.lide{
		margin-top: -2%;
		height: 100%;
		padding-bottom: 30%;
	}
}

.track2{
	display: none;
	transition: 2s;
}

.ui-autocomplete{
	z-index: 2000;
}

.ui-tooltip {
	top: 20% !important;
}





/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 450px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fff;
}

/* Style the tab content */
.tabcontent {
	background: #fff;
    float: left;
    padding: 10	px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 450px;
}



/*Segundo tabs*/

.tab2 {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 350px;
}

/* Style the buttons inside the tab */
.tab2 button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab2 button.active {
    background-color: #fff;
}

.tabcontent2{
	background: #fff;
    float: left;
    padding: 10	px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 350px;
}

/*Tercer tabs*/

.tab3 {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 230px;
}

/* Style the buttons inside the tab */
.tab3 button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab3 button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab3 button.active {
    background-color: #fff;
}

.tabcontent3{
	background: #fff;
    float: left;
    padding: 10	px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 230px;
}

.exp-prin{
	border: 1px solid #006699;
	padding: 0% 1.2%; 
	margin: 0;
}

.exp-prin{
	border: 1px solid #006699;
	padding: 0% 1.2%; 
	margin: 0;
}

.exp-consul{
	background: #454c52; 
	height: 30em;
	color:#fff; 
	padding: 2% 0%; 
	overflow-y: auto;

}

.exp-exps{
	background: #fff;
}

.exp-con{
	text-align: left !important;
	border: none;
	width: 100%;
	text-decoration: none;
	color: #fff;
	display: block;
	background: #454c52;
	border-right: 8px solid #25d0c5;
	padding: 3.5%;
	cursor: pointer;
	transition: 0.3s;
	font-size: 80%;
}

.exp-con:hover{
	text-decoration: none;
	background: #25d0c5;
	border-right: 8px solid #25d0c5;
}

.exp-con2{
	text-align: left !important;
	border: none;
	width: 100%;
	text-decoration: none;
	color: #fff;
	display: block;
	background: #454c52;
	border-right: 8px solid #de6d5b;
	padding: 3.5%;
	cursor: pointer;
	transition: 0.3s;
	font-size: 80%;
}

.exp-con2:hover{
	text-decoration: none;
	background: #de6d5b;
	border-right: 8px solid #de6d5b;
}

.exp-con3{
	border: none;
	width: 100%;
	text-decoration: none;
	color: #fff;
	display: block;
	background: #454c52;
	padding: 3.5%;
	cursor: pointer;
	transition: 0.3s;
	font-size: 80%;
}

.exp-con:focus{
	background: #25d0c5;
}

.exp-con2:focus{
	background: #de6d5b;
}

.exp-con3:hover{
	background: #8c959d;
	text-decoration: none;
}


/*Scroll bar*/

::-webkit-scrollbar {
    width: 8px;
} 

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
	border-radius: 15px;
    background-color: #9a9a9a; 
}

::-webkit-scrollbar-button {
	height: 0;
    background-color: #575757;
}

::-webkit-scrollbar-corner {
    background-color: black;
}

/*Scroll bar*/