#prescriptions_container  {}

#prescriptions_container .qnaire_dark_btn  {padding: 6px;}

#medication_list_container  {
	width: 50%;
	height: auto;
	float: left;
	padding-bottom: 20px;
	padding-right: 10px;
}

#frequent_medications_container  {
	width: 50%;
	height: auto;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
}

#medicationslist, #prescriptionlist  {
	width: 100%;
	height: auto;
	border-top: 1px solid #c8c8c8;
	padding: 10px 0;
}

#prescriptionlist  {
	max-height: 500px;
	overflow-y: scroll;
}

#medicationslist .prescription_list_item_container:nth-child(even)  {background-color: #eaeaea;}

#prescriptionlist .prescription_list_item_container:nth-child(even)  {background-color: #eaeaea;}

.prescription_list_item_container  {
	width: 100%;
	height: auto;
	padding: 7px;
}

.prescription_list_item_name  {
	width: auto;
	height: auto;
	float: left;
	padding-top: 8px;
	cursor: pointer;
}

.prescription_list_item_delete  {
	width: 30px;
	height: 30px;
	float: right;
	background-color: #ececec;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
}

.prescription_list_item_delete img  {
	width: 50%;
	height: auto;
}




/************************ ADD PRESCRIPTION STYLING ************************/

.prescription_dual_section_container  {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.prescription_section  {
	width: 50%;
	height: auto;
	float: left;
}

.prescription_section img  {display: none;}

.rx_section_title  {
	width: 100%;
	height: auto;
	font-size: 12px;
	padding-bottom: 9px;
	color: #7f7f7f;
	text-transform: uppercase;
}

.rx_section_item  {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.rx_reason_container  {
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}

.rx_section_body  {padding-right: 14px;}

.rx_textarea  {
	width: 100%;
	height: auto;
	min-height: 80px;
	margin-bottom: 10px;
	padding: 8px;
}

.rx_sidebar input[type=button]  {
	background-color: #008ABE;
	color: #ffffff;
	padding: 4px 8px !important;
	border: 0;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.rx_extra_width .rx_section_item_content  {min-width: 400px;}

.rx_section_item_label  {
	width: auto;
	height: auto;
	float: left;
	font-weight: 500;
}

.rx_section_item_content  {
	width: auto;
	height: auto;
	float: left;
	padding-left: 5px;
}

.listed_rx_name  {
	width: auto;
	height: auto;
	float: left;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2px;
}

#prescriptionListContainer  .listed_rx_name::after  {
	content: " ";
	font-size: 11px;
	color: #7f7f7f;
}

#pastPrescriptionListContainer  .listed_rx_name::after  {
	content: " ";
	font-size: 11px;
	color: #7f7f7f;
}

.listed_rx_remove  {
	width: 30px;
	height: auto;
	float: right;
}

.listed_rx_remove img  {
	width: 100%;
	height: auto;
}

.rx_section_body input[type=button]  {
	width: auto;
	height: auto;
	border: 0;
	border: 1px solid #008ABE;
	background-color: #008ABE;
	color: #FFFFFF;
	padding: 4px 8px !important;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	float: left;
	cursor: pointer;
	/*margin-left: 10px;*/
}

.rx_section_body input[type=button]:hover  {
	background-color: #FFFFFF;
	color: #008ABE;
}

#prescriptions_right #medicationslist .prescription_list_item_name  {
	padding: 6px 10px;
}

#prescriptionListContainer  {padding-bottom: 16px;}

.listed_rx  {
	width: 100%;
	height: auto;
	padding: 6px;
}

.listed_rx:hover  {background-color: #eef5fa;}

.remove_rx,
.add_rx  {
	width: 16px;
	height: auto;
	float: left;
	margin-right: 6px;
	padding: 2px 0 0 0;
	cursor: pointer;
}

#current_rx  {}

#past_rx  {}