#letters_modal  {}

#letters_modal .modal-main-no-sidebar  {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 74px;
}

#letters_header  {
	width: 100%;
	height: auto;
	background-color: #e7f2f8;
	border-bottom: 1px solid #c8c8c8;
}

.letters_header_item  {
	width: 33.3%;
	height: auto;
	float: left;
	border-right: 1px solid #c8c8c8;
	color: #004677;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding: 16px 20px;
}

.stage_active  {
	background-color: #008ABD;
	color: #FFFFFF;
}

.stage_grey  {}

.letters_body  {
	width: 100%;
	height: auto;
	padding: 20px;
}

.letters_body_section  {
	width: 100%;
	height: auto;
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.letters_body_section_title  {
	width: 100%;
	height: auto;
	background-color: #e7f2f8;
	border-bottom: 1px solid #c8c8c8;
	color: #7f7f7f;
	padding: 6px 16px;
	font-size: 14px;
}

#letters_patient_section  {}

#letters_doctor_section  {}

.letters_body_subsection  {
	width: auto;
	height: auto;
	float: left;
	padding: 10px 16px;
}

#letter_preview .letters_body_subsection
{
	width: 90%;
	margin-left: 5%;
	color:black;
}

#letter_preview_table  {
	width: 100%;
	height: auto;
	color: #FFFFFF;
	/* border-bottom: : 1px solid black; */
}

.letter_preview_title
{
	/* border-bottom: : 1px solid black; */
}
.letters_body_subsection hr
{
	 border-width: 2px;
	 border-top: 1px solid black;
	 margin-top: 2px;
	 margin-bottom:10px;
}

#head_data
{
	padding-top: 10px;
	/* border-top: 0.5px solid black; */
	width: 88%;
	color:black;
}

#head_table
{
	width: 100%;
	color:black;
}

#letter_preview_heading
{
	color:black;
	width: 80%;
	margin-bottom: 25px;
}

.letter_PDF_DocName
{
	font-size: 28px;
}
.letter_PDF_DocDegree
{
	font-size: 18px;
}


#letter_PDF_cliniclogo
{
	display: inline-block;
	width:12%;
	float:right;
}

.class_letterContent  {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 6px;
}

.letters_body_subsection_title  {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 4px;
	margin-bottom: 18px;
}

#letters_patient_section .letters_body_subsection:nth-child(2)  {width: 65%;}

#letters_patient_section .letters_body_subsection:nth-child(3)  {
	width: 35%;
	border-left: 1px solid #c8c8c8;
	background-color: #f5f5f5;
}

#letters_doctor_section .letters_body_subsection:nth-child(2)  {width: 50%;}

#letters_doctor_section .letters_body_subsection:nth-child(3)  {width: 50%;}

#letters_doctor_section .letters_body_subsection:nth-child(4)  {width: 50%;}

.letters_item, .letters_item_check  {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.letters_item_label  {
	width: 25%;
	height: auto;
	float: left;
}

.letters_item_input  {
	width: 75%;
	height: auto;
	float: left;
	padding-left: 10px;
}

.letters_btn_bar  {
	width: 100%;
	height: auto;
}

.letters_item_check .letters_item_checkbox  {
	width: 40px;
	height: auto;
	float: left;
}

.letters_item_check .letters_item_label  {
	width: 25%;
	height: auto;
	float: left;
}

.letters_nav_bar  {
	width: 100%;
	height: auto;
}

.letters_nav_left,
.letters_nav_right  {
	width: auto;
	height: auto;
}

.letters_nav_left {float: left;}
.letters_nav_right {float: right;}

.letters_nav_right .subnavbtn  {margin-right: 0; margin-left: 10px;}

#letters_template_section .letters_body_subsection:nth-child(2)  {width: 25%;}

#letters_template_section .letters_body_subsection:nth-child(3)  {
	width: 75%;
	border-left: 1px solid #c8c8c8;
	background-color: #f5f5f5;
}

#letters_template_section input[type="text"],
#letters_template_section textarea  {margin-top: 4px;}

.letters_item_check .letters_item_input  {
	width: 50%;
	height: auto;
	float: left;
	padding-left: 10px;
}

.letters_large_item_label  {
	width: 100%;
	height: auto;
}

.letters_large_item_input  {
	width: 100%;
	height: auto;
}

.letters_item_input select  {width: 100%;}

#id_refer_docList  {
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
}

.doclist_doc  {
	width: 100%;
	height: auto;
	padding: 6px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
}

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

.doclist_doc:hover  {
	font-weight: 700;
	color: #3295e6;
}

/*.letter_check  {
	width: 17px;
	height: 17px;
	float: none;
	border: 5px solid #00b6cf;
	margin: 0;
}

.letter_check:checked  {
	background-image: url('../images/cbox.svg') !important;
	background-size: contain;
}*/
