.sidenav-outer{
	overflow: auto!important;
}

.user-avatar {
    width: 100px;
    height: 100px;
}

#sidebar div.side-widgets{
	margin-left: 0px!important;
	width: 100%!important;
}

div.calendar-container .fc-toolbar{
	width: 100%!important;
	margin-left: 0px!important;
}

.user-title{
	margin-top: -10px;
	font-weight: bolder;
}

.menu-item{
	height: 38px;
	line-height: 40px;
	margin-left: -12px;
	width: 235px;
	margin-right: 28px;
	padding-left: 12px;
	cursor: pointer;
}

.menu-item:hover{
	background-color: #2880B6;
}

.menu-item.active{
	background-color: #ECF0F1;
	color:#19578C;
}

.user-avatar{
	border-radius: 50%;
	border: 2px solid white;
	margin-top: 18px;
	margin-bottom: 10px;
}

.topnav-navbar ul.pull-right li.dropdown.admin-dropdown a img.topnav-img, .topnav-navbar ul.pull-right li.dropdown.color-picker a img.topnav-img {
    border-radius: 50%;
}

.separator{
	width: 100%;
	height: 1px;
	background-color: rgb(204, 204, 204);
	margin-bottom:10px;
}

select.placeholder{
	color: #999;
}


/* Home Button ADMISIÓN */

.homeButtonContainer{
	cursor:hand;
	cursor:pointer;
}

.homeButtonContainer:hover .homeButton
{
	background-color: #5C8CB5;
}

.homeButtonContainer:hover .homeButton i
{
	color: white;
	font-size: 70px;
	margin-top: 30px;
}

.homeButton
{
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 50%;
  border: 4px #19578C solid;
  line-height: inherit;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  background-color: #40E3F8;
}


.homeButton i{
	color: #19578C;
	font-size: 80px;
	margin-top: 25px;
}
.homeButtonText{
	width: 100%;
	text-align: center;
	color:#19578C;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}

/* Home Button RECLAMACIONES */

.homeButtonReclamacionesContainer{
	cursor:hand;
	cursor:pointer;
}

.homeButtonReclamacionesContainer:hover .homeButtonReclamaciones
{
	background-color: #5C8CB5;
}

.homeButtonReclamacionesContainer:hover .homeButtonReclamaciones i
{
	color: white;
	font-size: 70px;
	margin-top: 30px;
}

.homeButtonReclamaciones
{
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 8%;
  border: 4px #19578C solid;
  line-height: inherit;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  background-color: #ffc107;
}


.homeButtonReclamaciones i{
	color: #19578C;
	font-size: 80px;
	margin-top: 25px;
}
.homeButtonReclamacionesText{
	width: 100%;
	text-align: center;
	color:#19578C;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}



.link-item, .link-item:link, .link-item:visited, .link-item:link
{
	color:white!important;
}


.cv-name{
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.cv-photo{
	border-radius: 10%;
	width: 170px;
	height: 170px;
}

.cv-data{
	margin-bottom: 5px;
}

.cv-item{
		padding-left: 27px;
		margin-bottom: 3px;
}

.cv-data-label{
	font-weight: bold;
}

.cv-icon{
	font-size: 20px;
}

.cv-remove-item{
	float: right;
}

.cv-remove-item:hover{
	color: red;
	cursor:pointer; 
	cursor: hand;
}


.item-container{
	border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.button-in-panel{
	display: inline-block;
    float: right;
    margin-top: -9px;
}

.campo-obligatorio::before{
	content: "* ";
	color: #DC1111;
}

.table-header-color{
	text-align: center;
	vertical-align: middle!important;
	background-color: #19578C;
	color: white;
}

.panel-flotante {
    width: 153px;
    height: 58px;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 30px;
    text-align: center;
    padding-top: 12px;
    z-index: 100;
}
@media (max-width: 600px) {
  .panel-flotante{
		width: 220px;
		height: 102px;
	}
}

#cargando{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.51);
	z-index: 100000;
	display: none;
	color: white;
	text-align: center;
	padding-top: 25%;
	font-size: 32px;
}

.cargando-label{
	background: rgba(252, 252, 252, 0.69);
	width: 250px;
	margin: auto;
	padding: 15px;
	border-radius: 10px;
}

.cargando-text{
	color: #585958;
	font-size: 20px;
	padding-top: 10px;
	margin-bottom: 2px;
}


.topnav-navbar .collapse.navbar-collapse {
    background-color: #8BC34A!important;
}

.growl.growl-default{
	background-color: #FF5722;
}

.form-control.error{
	border-color: red;
}

.required:after {
   content: " *";
   color: red;
}

.selectedRow {
	border: 3px solid #19578c;
}
.slidecontainer {
	width: 100%; /* Width of the outside container */
  }


  /* The slider itself */
  .slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #81c784;
	outline: none;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
  }
  
  /* Mouse-over effects */
  .slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	background: rgb(102, 102, 102); /* Green background */
	cursor: pointer; /* Cursor on hover */
	border-radius: 20px;;
  }
  
  .slider::-moz-range-thumb {
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	background: rgb(102, 102, 102); /* Green background */
	cursor: pointer; /* Cursor on hover */
  }

  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    background: #19578c;
    color: white;
}

.modal-header .close {
    margin-top: -2px;
    color: white;
}