.cambioTurno {
	height: 100%;
}
.cambioTurno > .container {
	margin-top: -50px;
}
.cambioTurno .tab-content {
	padding-top: 0 !important;
}

.formPage h3 {
	font-size: 20px;
}

#status {
	display: none;
}
p > a:hover,
p > a:focus {
	color: white;
	text-decoration: underline;
}

p,
p > a {
	color: white;
}

form .error {
	outline: 2px solid #c31515 !important;
}

#turnos .tab-content form #status button:hover {
	background-color: #fd5b42 !important;
	border-color: #fd5b42 !important;
	transition: all .2s !important;
	box-shadow: 1px 1px 5px 4px #0000004f;
}

#misTurnosList .table tbody td:nth-child(2) {
	font-family: monospace;
}
#misTurnosList .table tbody td:nth-child(3) {
	vertical-align: middle;
	text-align: center;
}
#misTurnosList .nuevoTurno {
	margin: 0 auto;
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

#turnos .tab-content form button[type="submit"],
#turnos .tab-content .formPage button[type="submit"] {
	margin-top: 0;
}

#turnos .tab-content #formNuevoTurno button[type="submit"],
#formNuevoTurno .select-wrapper .form-group:not(:first-child), #formModificarTurno .select-wrapper .form-group:not(:first-child){
	margin-left: 15px;
}

#turnos .tab-content #formModificarTurno button[type="submit"] {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
#turnos .tab-content form .select-wrapper .form-group:first-of-type, #turnos .tab-content .formPage .select-wrapper .form-group:first-of-type{
	margin-right: 0;
}

#formNuevoTurno {
	font-size: 13.5px !important;
}


@media screen and (max-width: 480px) {
	#formNuevoTurno .select-wrapper .form-group{
		margin-left: 0px;
	}
	#turnos .tab-content #formNuevoTurno button[type="submit"],
	#formNuevoTurno .select-wrapper .form-group:not(:first-child), #formModificarTurno .select-wrapper .form-group:not(:first-child){
		margin-left: 0px;
	}
}

@media screen and (max-width: 587px) {
		#formNuevoTurno {
			font-size: 11px !important;
	}
}
