/*COLOR AZUL: #0001fe*/
/*COLOR NARANJA: #ffb703*/

:root {
	--azul: #0001fe;
	--naranja: #ffb703;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #e7e7e7;
	font-family: 'Myriad Pro Regular';
	display: flex;
	flex-direction: column;
}
.main {
	width: 100%;
	flex: auto;
	display: flex;
	background-color: #e7e7e7;
	align-items: center;
	justify-content: center;
}
.main_in {
	width: 800px;
	height: 700px;
	background-color: #e1e1e1;
	display: flex;
	flex-direction: column;
}
.main_in_header {
	width: 100%;
	height: 100px;
	background-color: #ececec;
}
.main_in_header_icon {
	font-size: 50px;
	float: left; 
	margin-left: 30px;
	color: #a6a6a6;
}
.main_in_header_title {
	margin: 0px;
	margin-left: 30px;
	font-size: 25px;
	color: black;
	font-family: 'Myriad Pro Bold';
	float: left;
}
.main_in_header_monedero {
	width: auto;
	height: auto;
	float: right;
	margin-right: 30px;
}
.main_in_header_monedero_title {
	margin: 0px;
	font-size: 10px;
	color: black;
}
.main_in_header_monedero_numero {
	margin: 0px;
	font-size: 30px;
	font-family: 'Myriad Pro Bold';
	color: #0a2376;
}
.main_in_subheader {
	width: 100%;
	height: 80px;
	background-color: #cfcfcf;
}
.main_in_subheader1 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #fcfcfc;
	cursor: pointer;
}
.main_in_subheader2 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #f3f3f3;
	cursor: pointer;
}
.main_in_subheader3 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #fcfcfc;
	cursor: pointer;
}
.main_in_subheader4 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #f3f3f3;
	cursor: pointer;
}
.main_in_subheader_in {
	display: inline-block;
	height: 60%;
}
.main_in_subheader_in_text {
	margin: 0px;
	font-size: 20px;
	color: black;
	float: left;
	margin-left: 7px;
}
.main_in_body {
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_in_body_in {
	width: 700px;
	height: 450px;
}
/*MIS DATOS*/
.datos_main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.datos_main_item {
	width: 100%;
	height: 10%;
}
.datos_main_item_title {
	margin: 0px;
	font-size: 20px;
	color: black;
	font-family: 'Myriad Pro Bold';
	float: left;
}
.datos_main_item_text {
	margin: 0px;
	font-size: 20px;
	color: black;
	margin-left: 10px;
	float: left;
}
.datos_main_item_input {
	-webkit-appearance: none;
	border: none;
	width: 200px;
	height: 25px;
	font-size: 15px;
	padding-left: 5px;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
	display: none;
}
.datos_main_item_input_fecha {
	-webkit-appearance: none;
	border: none;
	height: 25px;
	font-size: 15px;
	padding-left: 5px;
	border-radius: 5px;
	background-color: white;
	float: left;
	margin-left: 10px;
	display: none;
}
.datos_main_item_btn_div {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.datos_main_item_btn_editar {
	-webkit-appearance: none;
	border: none;
	width: 90%;
	height: 70%;
	border-radius: 5px;
	color: white;
	background-color: var(--azul);
	cursor: pointer;
	
}
.datos_main_item_btn_cancelar {
	-webkit-appearance: none;
	border: none;
	width: 90%;
	height: 70%;
	border-radius: 5px;
	color: #9a9a9a;
	border: thin solid #9a9a9a;
	background-color: #e1e1e1;
	cursor: pointer;
	display: none;
}
.datos_main_item_btn_guardar {
	-webkit-appearance: none;
	border: none;
	width: 90%;
	height: 70%;
	border-radius: 5px;
	color: white;
	background-color: #1f9e08;
	cursor: pointer;
	display: none;
}
/*MIS ORDENES*/
.ordenes_main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.ordenes_main_header {
	width: 100%;
	height: 30px;
	background-color: #ebebeb;
	border-bottom: thin solid black;
}
.ordenes_main_header1 {
	width: 25%;
	height: 100%;
	float: left;
	box-shadow: inset -1px 0px 0px black;
}
.ordenes_main_header2 {
	width: 50%;
	height: 100%;
	float: left;
	box-shadow: inset -1px 0px 0px black;
}
.ordenes_main_header3 {
	width: 25%;
	height: 100%;
	float: left;
}
.ordenes_main_header_selected {
	background-color: #fff2d0;
}
.ordenes_main_header_titles {
	margin: 0px;
	margin-top: 2px;
	font-size: 15px;
	color: black;
}
.ordenes_main_body {
	width: 100%;
	flex: 1;
	overflow-y: scroll;
}
.ordenes_main_item {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
}
.ordenes_main_item1 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #dcdcdc;
}
.ordenes_main_item2 {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #d1d1d1;
}
.ordenes_main_item3 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #dcdcdc;
}
.ordenes_main_item_text {
	margin: 0px;
	font-size: 15px;
	margin-top: 2px;
	color: black;
}
/*MIS CITAS*/
.citas_main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.citas_main_header {
	width: 100%;
	height: 30px;
	background-color: #ebebeb;
	border-bottom: thin solid black;
}
.citas_main_header1 {
	width: 15%;
	height: 100%;
	float: left;
	box-shadow: inset -1px 0px 0px black;
}
.citas_main_header2 {
	width: 15%;
	height: 100%;
	float: left;
	box-shadow: inset -1px 0px 0px black;
}
.citas_main_header3 {
	width: 45%;
	height: 100%;
	float: left;
	box-shadow: inset -1px 0px 0px black;
}
.citas_main_header4 {
	width: 25%;
	height: 100%;
	float: left;
}
.citas_main_header_titles {
	margin: 0px;
	margin-top: 2px;
	font-size: 15px;
	color: black;
}
.citas_main_body {
	width: 100%;
	flex: 1;
	overflow-y: scroll;
}
.citas_main_item {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
}
.citas_main_item1 {
	width: 15%;
	height: 100%;
	float: left;
	background-color: #dcdcdc;
}
.citas_main_item2 {
	width: 15%;
	height: 100%;
	float: left;
	background-color: #d1d1d1;
}
.citas_main_item3 {
	width: 45%;
	height: 100%;
	float: left;
	background-color: #d8d7d7;
}
.citas_main_item4 {
	width: 25%;
	height: 100%;
	float: left;
	background-color: #dcdcdc;
}
.citas_main_item_text {
	margin: 0px;
	font-size: 15px;
	margin-top: 2px;
	color: black;
}
/*MIS PARIENTES*/
.parientes_main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}
.pari_item {
	width: 100%;
	height: 150px;
	box-shadow: inset 0px 0px 0px 1px black;
	margin-bottom: 10px;
}
.pari_item_left {
	width: 80%;
	height: 100%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.pari_item_left_text {
	margin: 0px;
	font-size: 15px;
	color: black;
	line-height: 25px;
}
.pari_item_left_text_bold {
	font-family: 'Myriad Pro Bold';
}
.pari_item_right {
	width: 20%;
	height: 100%;
	float: left;
}
.pari_item_right_btn {
	-webkit-appearance: none;
	border: none;
	width: 70%;
	height: 40px;
	border-radius: 5px;
	background-color: #e1e1e1;
	color: gray;
	border: 2px solid gray;
	cursor: pointer;
}
/*EDITAR PARIENTE*/
.editar_main {
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
}
.editar_labels {
	margin: 0px;
	font-size: 15px;
	color: black;
}
.editar_inputs {
	-webkit-appearance: none;
	border: none;
	width: 95%;
	height: 100%;
	border-radius: 5px;
	border: thin solid black;
	background-color: white;
	text-align: center;
}
.editar1 {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}
.editar1_left {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.editar1_middle {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.editar1_right {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.editar1_top {
	width: 100%;
	height: 20px;
}
.editar1_bottom {
	width: 100%;
	height: 40px;
}
.editar_btn_div {
	width: 100%;
	height: 100px;
	margin-top: 10px;
}
.editar_btn_div1 {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.editar_btn_div1_btn {
	-webkit-appearance: none;
	border: none;
	width: 80%;
	height: 30px;
	background-color: #e1e1e1;
	border: thin solid #636363;
	border-radius: 5px;
	color: #636363;
}
.editar_btn_div2 {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.editar_btn_div2_btn {
	-webkit-appearance: none;
	border: none;
	width: 80%;
	height: 30px;
	background-color: green;
	border-radius: 5px;
	color: white;
}
.editar_btn_div3 {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.editar_btn_div3_btn {
	-webkit-appearance: none;
	border: none;
	width: 80%;
	height: 30px;
	background-color: #e1e1e1;
	border: thin solid red;
	border-radius: 5px;
	color: red;
}
.icon {
	font-size: 30px;
	display: block;
}
@media only screen and (max-height: 1150px) {
	body {
		display: block;
		flex-direction: none;
	}
	.main {
		padding-top: 40px;
		flex: none;
		height: auto;
		display: block;
		align-items: none;
		justify-content: none;
		padding-bottom: 40px;
		
	}
}
@media only screen and (max-width: 850px) {
	.main_in {
		width: 95%;
	}
	.main_in_header_title {
		font-size: 20px;
	}
	.main_in_subheader_in_text {
		font-size: 15px;
	}
	.icon {
		font-size: 20px;
	}
	.main_in_body_in {
		width: 90%;
	}
}

@media only screen and (max-width: 559px) {
	.main_in_header_icon {
		font-size: 50px;
		margin-left: 20px;
	}
	.main_in_header_title {
		display: none;
	}
	.main_in_subheader_in_text {
		float: none;
	}
	.icon {
		float: none;
	}
	.citas_main_item_text {
		font-size: 10px;
	}
	.pari_item_left {
		width: 70%;
	}
	.pari_item_left_text {
		font-size: 13px;
	}
	.pari_item_right {
		width: 30%;
	}
	.datos_main_item_title {
		font-size: 15px;
	}
	.datos_main_item_text {
		font-size: 15px;
	}
}










