.btn-app2 {
	border-radius: 3px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	color: #6c757d;
	font-size: 12px;
	height: 85px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
	position: fixed;
    bottom: 25px;
    right: 45px; 
    padding: 20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.alert { text-align:center;}

.SimpleCalendar{
	
}

table.SimpleCalendar{
	width:100%!important;
}

table.SimpleCalendar tbody td time{
	background: transparent!important;
}
table.SimpleCalendar tbody td div.event {
	border-bottom: none!important;
	background: transparent!important;
}
table.SimpleCalendar tbody td div.event {
	color: black!important;
}

table.SimpleCalendar tbody td i {
	color: #343a40!important;
	font-size:28px;
}
table.SimpleCalendar th {
	background: #343a40!important;
	font-size: 16px!important;
	padding: 8px!important;
	text-align:center;
	color:white!important;
}
.jumbotron{
	text-align:center;
	width:100%;
}
.btn-circle2 {
    width: 35px;
    height: 35px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
	top: 50px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.file-select {
  position: relative;
  display: inline-block;
}

.file-select::before {
  background-color: #007bff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  content: 'Seleccionar'; /* testo por defecto */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 200px;
  height: 32px;
  display: inline-block;
}

#src-file1::before {
  content: 'Seleccionar Archivo 1';
}

#src-file2::before {
  content: 'Seleccionar Archivo 2';
}

#src-file3::before {
  content: 'Seleccionar Archivo 3';
}