body {
	overflow: scroll;
	height: 100%;
}

select,input,textarea {
	text-transform: uppercase;
}

.help-block {
	color: #AB0000 !important;
	font-size: 11px;
}
.modal-header {
	/*background: linear-gradient(#A9DDFF,#7EA6BF);*/
	border-radius: 10px 10px 0 0 !important;
}
.modal-content {
	box-shadow: 0 0 10px #000 !important;
	border-radius: 10px 10px 0 0 !important;
}
.tags {
	width: 100% !important;
	height: 39px !important;
	min-height: 39px !important;
	max-height: 39px !important;
}
.chosen-container,.chosen-container-single {
	width: 100% !important;
}
.label {
	color: #ffffff;
	border: 1px solid #828282;
	font-weight: bolder !important;
	padding-bottom: 18px !important;
}
.colorpicker {
	z-index: 99999999999;
}
.color-tratamie {
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.table td {
	vertical-align: middle !important;
}
.navegacion-paciente-fijo {
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1001;
	display: block;
	width: 100%;
	box-shadow: 0 0 10px #000;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background: #FFFEC4;
	border-bottom: 3px solid #000;
}
.cuadrodropzone {
	background:#E6E6E6;
	border: 1px dashed #000;
	overflow: auto;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #000;
}
.cuadrodropzone:hover {
	box-shadow: inset 0 0 10px #000;
}