/*******Clases*****************/
/*LATAM

color Naranja Navbar: #ff740c
color Gris de pantalla turno: #333
*/
/* .size-foto{ */
/* 	height: 52px; */
/* } */

@font-face {
    font-family: "Regular";
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: all;
}

@font-face {
    font-family: "Light";
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
    font-style: all;
}

@font-face {
    font-family: "Bold";
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 700;
    font-style: all;
}

body{
	font-family: "Regular", arial,sans-serif!Important;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Bold", arial,sans-serif!Important;
}

p{
	font-family: "Light", arial,sans-serif!Important;
}

.color-primario-background{
	background-color: #fff;
}

.nav-wrapper .material-icons {
    color: #5d5d66;
}

nav a {
    color: #5d5d66;
}

#header {
    height: 130px!Important;
    background-color: #fff!Important;
}

#header img {
	margin-top: 0px!Important;
    height: 120px!Important;
}

/*#clock {
    top: 15px!Important;
    color: #FFF!Important;
}*/

#clock span,
.clock-container i
{
	color: #fff !important;
}

.color-secundario-background{
	background-color: #03bf66;
}

.color-primario-text{
	color: #ff740c;
}

/*#ultimosLlamados h2, #turnoLlamado h2, #turnosOnline h2{
 	background-color: #333; 
}

#ultimosLlamados, #turnoLlamado, #turnosOnline{
 	font-size: 17px; 
}

#ultimosLlamados{
    opacity: 0.7;
}

.alturaImagenVideo{
    width:100%!Important;
}

.ancho{
    width:50%!Important;
}

.sizeLetraPantallaDividida {
    font-size: 4em !important;
}

.thumbnail {
	height: 100px;
}

.sizeLetraPantallaDividida{
	font-size: 2.5em !important;
}

.thumbnail h2 {
	font-size: 3em !Important;
}*/

.timepicker-digital-display, .datepicker-date-display {
	background-color: #ff740c;
}

.timepicker-close, .datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #ff740c;
}

.timepicker-canvas line {
    stroke: #ff004a;
}

.timepicker-canvas-bg, .timepicker-canvas-bearing {
    stroke: none;
    fill: #ff004a;
}

.btn-solicitar-nuevamente{
	padding: 7px !important;
}

 

.btn{
	text-transform: none!Important;
}