/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 4.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body{background:url(../images/back.jpg) bottom right no-repeat fixed;}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(PTSans.woff) format('woff');
}
#diag.input, #diag ul{
	width: 350px;
}
.paciente{
	margin:4px;
	border:#333 1px solid;
	width:48%;
	float:left;
}
.busqueda{
	margin:-10px 0 0 0;
	padding: -10px 0 0 0;
}
.busqueda input{
	width: 600px;
}
.nota{
	padding:4px;
	width:200px;
	float:right;
	height:200px;
	overflow-y:auto;
	border:#666 2px solid;
}

.clr{clear:both;}
#pie{
	text-align:center;
	margin:20px 0 20px 0;
	font-size:.9em;
	color:gray;
	border-top: 1px gray solid;
}

.recetaurl{
	float:right;
}
.receta_area{
	width:920px;
	height:345px;
	border:none;
	background-color:transparent;
	font-size:18px;
	font-family: 'Arial';
	margin: 0 0 0 40px;
}
.recetaBlanco{
	width: 1000px;
	height: 642px;
	background: image('../images/receta.png') center top no-repeat;
	margin:auto;
}
.recetaBlanco tr, .recetaBlanco td{
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
.recetaDoctor{
	width: 600px;
	color: white;
	font-size: 25px;
	margin: -42px 0 0 36px;
	float: left;
}
.recetaNombre{
	width: 600px;
	margin: 110px 0 0 130px;
	float: left;
}
.recetaFecha{
	width: 200px;
	float: right;
	margin: 107px 0 0 0;
}
.selectdiag{
	width:32%;
	float:left;
	margin:2px;
	padding:2px;
	font-size:12px;
}
.pad_list{
	width:200px;
	font-size:12px;
}
.vac{
	list-style:none;
	clear:both;
	border-bottom:#EAEAEA 1px solid;
}
.vac li{
	float:left;
	margin:2px;
	padding:5px;
	min-width:180px;
}
.left{float:left;}
.right{float:right;}
.exanota{
	width:100%;
	height:50px;
}


.diagInput, .recetaList, .examenList{
	list-style:none;
	margin:0;
}
.diagInput li, .recetaList li, .examenList li{
	float:left;
	margin:0;
	padding:0 10px 0 10px;
	vertical-align:text-top;
}

.examen_area{
	width:920px;
	height:100px;
	background-color:transparent;
	font-size:18px;
	font-family: 'PT Sans';
}
.reporte td{ margin:2px; padding:2px 6px 2px 6px;}
.reporte tr{border-bottom:solid gray 1px;}
.bold{font-weight:bold;}

.imprimir_nota a{
	background:#069;
	width:auto;
	border:0px;
	cursor:pointer;
	color:#FFF;
	float:right;
	margin:2px;
	padding:4px;
	text-decoration:none;
}

.imprimir_nota a:hover {
	background-color:#3193C4;
	width:auto;
	border:0px;
	cursor:pointer;
	color:#FFF;
	float:right;
	margin:2px;
	padding:4px;
	text-decoration:none;
}
.ley_total{
	text-align:right;
	font-weight:bold;
}
.total{
	font-weight:bold;
}

.constancia, .tox-edit-area__iframe, .tox-edit-area{
	width: 1000px;
	height: 900px;
}
.tox-menubar, .tox-promotion, .tox-statusbar__branding{display: none; visibility: hidden;}

/* para cambiar color de botones
form .btn {
	background:#1783b7;
	color:#f9c7d1;
}
form .btn:hover {
	background:#f9c7d1;
	color:#1783b7;
}
*/