body {
	font-family: calibri;
}

/* Landscape tablets, medium and large desktops */
@media (min-width: 992px) {
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
  * {
    font-size: 16px;
  }
  .c_col-md-25 {
	float: left;
	width: 20.83333333%;
  }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  h1 {
    font-size: 22px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
  * {
    font-size: 14px;
  }
}

.c_alert {
	border-radius: 0px;
	background-color:#e8e8e8;
	border: 0px;
	color: black;
}
a.c_link {
	color: black;
	text-decoration: none;
	font-size: 1.5em;
	color: #7d7d7d;
}
label {
	color: #994d4d;
}
.dropcap {
	position: relative;
	float: left;
	font-size: 4em;
	line-height: 83%;
}
div.c_text {
	line-height: 150%; 
	padding: 0px 20px 0px 20px; 
	background-image: url('../img/rolo1.jpg'); 
	background-position: right bottom; 
	background-repeat: no-repeat;
}
div[id^='img']{
	float: left; 
	padding: 5px;
}
.c_row1 {
	border-top: 2px solid #eee;
}

.input-daterange {
	max-width: 499px;
}

::-webkit-input-placeholder {
	text-align: center;
}

div#showhover {
	display: none; 
	position: fixed; 
	top: 10px; 
	left: 10px; 
	width: 340px; 
	height: 194px;
	border-radius: 3px; 
	border-style: solid;
	text-align: center;
	z-index: 100;
}

span.time {
	color: black !important;
	font-family: calibri !important;
	font-size: 13px !important;
	padding-left: 3px;
}

table#recursos td {
	font-size: 12px;
	text-align: center;
}

table#recursos tr:first-child{
	background-color: #333;
	color: white;
}

table#recursos td:first-child {
	font-size: 12px;
	text-align: left;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.spinner {
	margin: 10px auto; 
	border: 10px solid #f3f3f3; 
	border-radius: 50%; 
	border-top: 10px solid orange; 
	border-bottom: 10px solid orange; 
	width: 80px; 
	height: 80px; 
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.spinner-hide {
	display: none;
}

@-webkit-keyframes spin { 
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin { 
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  } 
}
