/* New request page */

.header_section_footer, .header_section_footer_admin {
	color: #333;
	border-top: 1px solid #e2e2e2;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}

.header_section_footer_admin {
	height: 40px;
	line-height: 1;
}

#draft_save_ajax img {
	height: 18px;
	position: relative;
}

.section_number {
	display: inline-block;
	height: 60px;
	width: 60px;
	padding: 20px 20px 0;
	background-color: var(--secondary-500);
	text-align: center;
	top: -10px;
	left: -11px;
}

.section_number h3 {
	color: #fff;
}

.box-header .section_number_hidden {
	display: none !important;
}

.box-header h3.box-title {
	margin-top: 18px;
	margin-bottom: 10px;
	position: relative;
	top: 0px;
	display: inline-block;
	margin: 0;
	line-height: 1;
}

#consent_section .form-check {
	position: absolute;
}

[data-field-object-field-name="consent"] .guidance-notes {
	margin: 0px 0px 0px 5px;
    vertical-align: baseline;
    font-size: 14px;
}

.about .bootstrap-select button:focus {
    outline: none !important;
}

.bootstrap-select button.dropdown-toggle::after, #management-reports .bootstrap-select > button .bs-caret::after{
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	border: 0px;
	margin-top: 4px;
	color:var(--secondary);
}

.bootstrap-select .dropdown-toggle:hover{
	border-color:#1E8ADC;
}

.bootstrap-select.open button.dropdown-toggle::after, #management-reports .bootstrap-select.open > button .bs-caret::after{
	font-family: "Font Awesome 5 Pro";
	content: "\f106";
	border: 0px;
	margin-top: 4px;
	color:var(--secondary);
	transition: rotate(-180deg);
}

.bootstrap-select.disabled {
	background-color: #EFEFEF;
    color: #A3A3A3;
    border-color: #EFEFEF!important;
    cursor: not-allowed;
}

.bootstrap-select.disabled .dropdown-toggle{
    border: 0px!important;
}

.bootstrap-select.disabled button.dropdown-toggle::after{
	color: #A3A3A3;
}

#header_section, #supporting_documents_section, #subject_section, #education_setting_section {
	padding-bottom: 0px !important;
}

#subject_section {
	/* border-bottom: 1px #e2e2e2 solid; */
}

[data-field-object-field-name="dob"] {
	display: -webkit-inline-box;
}

span.label.label-danger.text-danger{
	width: 100%;
	display:inline-block;
	color: #DC2626 !important;
}

.datepicker_dob_age_year_row {
	margin: -24px -2px 0px -2px;
}

.bootstrap-select {
	font-weight: 400;
	line-height: 1.5;
	color: #282828;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #c2c2c2!important;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-select button.dropdown-toggle::after {
	vertical-align: text-top !important;
}

.dropdown-menu {
	box-shadow: none;
	border-color: #eee;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
/* 	width: inherit; */
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.about .bootstrap-select > .dropdown-toggle {
	height: 40px;
}

.bootstrap-select > .dropdown-toggle {
	height: 36px;
	border-radius: 4px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1A79C1;
	outline: 0;
}

.dropdown-menu .hidden {
	display: none!important;
}

.open>.dropdown-menu {
	display: block;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0px auto -webkit-focus-ring-color !important;
}

.input-group {
	position: relative;
	display: flex;
	border-collapse: separate;
	width: 100%;
}

.input-group-addon {
	padding: 9px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
	left: 0;
	cursor: pointer;
}

.note-editable.card-block p {
	margin-bottom: 10px;
}

.note-editor .note-toolbar .btn i, .file_uploaded_row .btn i {
	color: var(--body-color);
}
.note-editor .dropdown-toggle::after { all: unset; }
.note-editor .note-dropdown-menu { box-sizing: content-box; }
.note-editor .note-modal-footer { box-sizing: content-box; }
.note-editor.note-frame.fullscreen {
	background-color: white;
}
.modal.note-modal.show .modal-dialog .modal-content .modal-header {
	display: block !important; 
}
.modal.note-modal.show .modal-dialog .modal-content .modal-header .close {
	float: right !important;	
}
.note-editor .note-btn-group .active {	
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

[data-section-object-name="EHCCaseImport"] .box-header h3.box-title {
	margin-left: 0px;
}

[data-section-object-name="EHCCaseImport"] .guidance-notes {
	font-weight: normal;
}

.box.box-solid.box-danger button.box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.save_draft_button_row_div {
	text-align: right;
	min-height: 60px;
}

.header_sticky {
    position: fixed;
    top: 0px;
    right: 0%;
    padding-right: 5.4%;
    z-index: 100;
    border-radius: 0;
    margin: 0;
	padding: 20px 0;
    width: calc(100% - 0px);
    border-bottom: 0px solid #ccc;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
	background-color: #FFFFFF;
}

#idx-menu .dropdown ul.dropdown-menu a{
	padding: 5px 10px;
}

.note-editing-area .note-editable {
	min-height: 180px;
}

.report_widgets .with-border {
    border-bottom: 1px solid #f4f4f4;
	min-height: 60px;
}

.large-widgets .box-header h3 {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bolder;
}

.box-header h3.box-title {
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    top: -3px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 6px;
}


.connectedSortable {
	min-height: 500px;
}

.report_widgets .box {
	border: 1px solid var(--neutral-200);
	border-radius: 5px;
	padding: 1.25em;
	background-color: white;
}

.report_widgets .box .box-body {
    height: calc(500px - 80px);
    overflow: auto;
}

.report_widgets .box .box-body::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
	height: 5px;
}

.report_widgets .box .box-body::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    background-color: #0a1f8f;
}

.report_widgets .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 15px 15px 15px 0px;
    margin-top: 10px;
    padding-bottom: 25px;
}

.report_widgets .chart-responsive, .cursor_pointer {
    cursor: pointer;
}

.report_widgets ul.chart-legend li{
    font-size: 14px;
}

.report_widgets .chart-legend {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.open>.dropdown-menu{
	display: block;
}
	
.report_widgets button.dropdown-toggle::after{
	display:none;
}

ul.chart-legend.inline_controls {
	margin: 15px 0 0;
}

.report_widgets ul.chart-legend.inline_controls li {
    display: inline-block;
    float: left;
    padding-right: 15px;
	margin-bottom: 5px;
}

.report_widgets p.dropdown-header {
	padding: 0.5rem 1rem 0.5rem 0rem;
}

.report_widgets ul.chart-legend.inline_controls li.dataset_hidden {
    opacity: 0.5;
}

.report_widgets ul.chart-legend.inline_controls li.dataset_hidden i.fa {
    color: transparent !important;
}

.report_widgets .stat-circle {
    border: 4px solid;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 31px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.report_widgets .stat-circle.education {
    border-color: #F54359;
}

.report_widgets .stat-circle.health {
    border-color: #009FDA;
}

.report_widgets .stat-circle.social_care {
    border-color: #FCD450;
}

.report_widgets .data-trend-row {
    font-size: 20px;
    margin-top: 10px;
}

.report_widgets .connectedSortable .box-tools .btn {
	padding: 4px 8px;
}

.report_widgets .widget_data_count {
    font-size: 30px;
    font-weight: bolder;
    vertical-align: middle;
    padding: 10px;
}

.report_widgets .widget_data_container {
    cursor: pointer;
}

.edit_sidebar_menu .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 198px;
}

#headerSectionText.collapse:not(.show) {
    min-height: 48px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#headerSectionText.collapsing {
    min-height: 48px !important;
	justify-content: center;
}

a.header_section_text.collapsed:after  {
    content: 'read more ';
}

a.header_section_text:not(.collapsed):after {
    content: 'read less ';
}

.accordion-button {
	font-size: 1rem !important;
    font-weight: 500 !important;
}

.idx-sidebar-accordion-text {
    font-size: 14px !important;
}

.case-stages-nested-accordians {
	padding: 0.5rem 0.25rem 0.25rem !important;	
}

.case-stages-nested-accordians .field_section_title{
	padding: 0rem 0.25rem !important;
}

#report_areas_section .input-fields .related_data_multiple_form_container{
	background-color: #e9ecef;
    opacity: 1;
	padding: 0.375rem 0.75rem;
}

#Report_Outcome .input-fields .related_data_multiple_form_container{
	background: none;
}

#Report_Outcome .related_data_multiple_inline_fields_container {
	margin: -0.5rem -0.45rem 0.25rem !important;
}	

#Report_Outcome .accordion-button {
	background-color: var(--secondary-100) !important;
}

#content .accordion .accordion-item:last-of-type, #content .accordion-item:nth-last-child(2), .custom_hide_show_section_contents .accordion_top_border:last-of-type {
	border-bottom-left-radius:5px!important;
	border-bottom-right-radius:5px!important;	
}

#content .accordion .accordion-item:first-of-type, #content .custom_hide_show_section_contents .related_data_multiple_form_container .accordion_top_border:first-of-type {
	border-bottom-left-radius:0px!important;
	border-bottom-right-radius:0px!important;
}

#content .accordion .accordion-item:nth-last-child(2), #content .custom_hide_show_section_contents .related_data_multiple_form_container .accordion_top_border:nth-last-child(1) {
	border-top-left-radius:0px!important;
	border-top-right-radius:0px!important;
}

#content .accordion .accordion-item:last-of-type, .ehccaseplandecision #second_plan_decision_section, .subject #details_section, #assessment_decision_section, #content #consent_section, #content #ehc_plan_section, #request_advice_response_section, #plan_decision_section, #plans_section, #subject_section, #second_assessment_decision_section, #plan_consultations_section, #EHCCaseImport_KeyDates, #content .accordion .custom_hide_show_section_container_wrapper .accordion-item:nth-last-child(2), #meeting_details {
	border-top-left-radius:5px!important;
	border-top-right-radius:5px!important;
	border-top: 0.7px solid var(--neutral-200);
}

.reviewmeetingrecord #supporting_documents_section, .about .nested_section, #plans_section, .parent_request #content .accordion-item:last-of-type, .ehccasesummary #content #ehc_plan_section:last-of-type, .parent_parentehccasesummary #content #ehc_plan_section:last-of-type, .professionalehccasesummary #content #ehc_plan_section:last-of-type, .sencoehccasesummary #content #ehc_plan_section:last-of-type {
	border-top-left-radius:0px!important;
	border-top-right-radius:0px!important;
	border-top: 0px solid var(--neutral-200)!important;
}

.parent_request #content .accordion-item:nth-last-child(2), .ehccasesummary #content .accordion-item:nth-last-child(2), .parent_parentehccasesummary #content #completed_reviews_section, .professionalehccasesummary #content #completed_reviews_section, .sencoehccasesummary #content #review_section {
	border-bottom-left-radius:0px!important;
	border-bottom-right-radius:0px!important;
}

.reviewmeetingparent .box-danger:nth-last-child(1), .reviewmeetingcoordinator .box-danger:nth-last-child(1){
	border-color: #DC2626!important;
}

.custom_hide_show_section_contents .accordion_top_border {
	border: 1px solid var(--neutral-200)
}

.custom_hide_show_section_contents .accordion_top_border:first-of-type, .about .accordion .box-danger #consent, #content #consent_section .accordion-button:first-of-type {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.custom_hide_show_section_contents .accordion_top_border:last-of-type, #content #supporting_documents_section .accordion-button:last-of-type, #content #child_view_section .accordion-button:last-of-type{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.accordion-button.hide_dropdown_arrow::after{
	display:none;
}

#content .accordion-item .related_data_multiple_form .accordion-item {
	border: 0px !important;	
}

#content .accordion-item .related_data_multiple_form .accordion-item .accordion-body {
	padding: 0px !important;
}

#details_section .accordion-body{
	padding: 0px;
}

.subject #details_section .accordion-body, .parent_parentsubject #details_section .accordion-body, .sencosubject #details_section .accordion-body, .ehccaseimport #details_section .accordion-body, .professionalsubject #details_section .accordion-body {
	padding: 0.5rem 1.25rem 1.25rem;
}

 .parent_parentsubject #details_section.guidance-notes {
	 display: block;
}

.table th, .table thead {
	 background-color: #F6F6F6 !important;
}

.table.table-striped {
	 --table-striped-bg: #FCFCFC !important;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   margin-left: 2px;
   color: #0a1f8f;
   cursor: pointer;
   text-decoration: underline;
}

.add-read-more .read-more:hover,
.add-read-more .read-less:hover {
	color: #081972;
}


.custom_hide_show_section_item .has_data_marker{
	position: relative;
	width: 6%;
}


.custom_hide_show_section_item .advice_section_container {
    height: 70px;
    box-shadow: 0 3px 18px 1.6px rgba(0,0,0,.15);
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
   border-top-right-radius: 7px;
   border-bottom-right-radius: 7px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
}

.custom_hide_show_section_item .advice_section_container .advice_section_title_img {
    display: inline-block;
    width: 75px;
    height: 70px;
    float: left;
    margin: 0px 5px -3px 0px;
    background-position: -10px 10px;
    background-repeat: no-repeat;
}

.custom_hide_show_section_item .advice_section_container .section_arrow {
	position: relative;
    left: 0%;
    top: -15px;
    background: #047857;
    color: white;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.custom_hide_show_section_item .has_data_marker i.fas {
    font-size: 22px;
    color: #228b22;
    position: relative;
    left: 10px;
    top: 2.5px;
}

.custom_hide_show_section_item .advice_section_container .section_arrow i.fal {
	position: relative;
    top: 24px;
}

.related_data_multiple_button.text-success{
	color: #282828 !important
}

.prev_next_controls {
    padding: 0px 11px;
	height: 40px;
}

.custom_hide_show_section_container_wrapper .custom_hide_show_section_container .has_data_marker {
	right: 15px;
    top: 6px;
    position: absolute;
    width: auto;
}

.custom_hide_show_section_container_wrapper .custom_hide_show_section_container .has_data_marker i.fas {
	font-size: 25px;	
}

.dropdown-menu li.settings-button a i{
    color: var(--secondary);
}

.request_sort_by {
	cursor: pointer;
}

.box-danger, .box-danger .accordion-button:focus, .box-danger .has-error input[type="email"], .box-danger .has-error input[type="text"], .has-error input[type="password"] .text-danger, .has-error input.form-control.text-danger, .box-danger .has-error input[type="date"], .box-danger .has-error input[type="textarea"], .box-danger .has-error input[type="checkbox"], .box-danger .has-error input[type="radio"], .box-danger .has-error .note-editor.note-frame, .box-danger .has-error .bootstrap-select .dropdown-toggle, .modal.show .has-error input[type="text"], .modal.show .has-error input[type="date"], .modal.show .has-error input[type="checkbox"], .modal.show .has-error input[type="radio"], .modal.show .has-error textarea.form-control, .modal.show .has-error .note-editor.note-frame, .modal.show .has-error .bootstrap-select .dropdown-toggle, .modal.show .has-error label, #content .accordion .accordion-item:last-of-type .box-danger {
	border-color: #DC2626;
	box-shadow: 0 0 0 0px #DC2626;
    border-width: 1px;
}

.accordion .nested_section, [data-section-id="section_a"] .accordion-body .accordion, [data-section-id="section_bef"] .accordion-body .accordion, .parent_parentehccaseamendedplan [data-section-idx="plans_section"] .accordion-body .accordion {
	border-bottom: 1px solid #DEE2E6;
}

.accordion .nested_section:last-of-type, [data-section-id="section_a"] .accordion-body .accordion:last-of-type, [data-section-id="section_bef"] .accordion-body .accordion:last-of-type, .parent_parentehccaseamendedplan [data-section-idx="plans_section"] .accordion-body .accordion:last-of-type {
	border-bottom: 0px solid #DEE2E6;
}

.box-danger .accordion .nested_section.box-danger, .ehccaseimport .accordion .box-danger, .about .accordion .box-danger #consent {
	border: 1px solid #DC2626;
}

.custom_hide_show_section_contents .box-danger {
	border: 1px solid #DC2626;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-danger .accordion .box-danger > .box-danger, .custom_hide_show_section_contents .box-danger .box-danger, .reviewplanrecord #plan_consultations_section:nth-child(2), .ehccaseamendedplan #plan_consultations_section:nth-child(2), .ehccaseamendedplan #plan_consultations_section:nth-child(2), .parent_parentehccaseplan #plan_consultations_section:nth-child(2), .parent_ehccaseamendedplan #plan_consultations_section:nth-child(2), .parent_parentehccaseamendedplan #plan_consultations_section:nth-child(2), .ehccaseplan #plan_consultations_section:nth-child(2), .parent_parentreviewplanrecord #plan_consultations_section:nth-child(2), #parent_heading_info, #professional_heading_info {
	border: 0px solid #DC2626!important;
}

.box-danger > .accordion-header > .accordion-button {
	color: #FFFFFF;
	background-color: #DC2626;
}

.box-danger .has-error label, .modal.show .has-error label, .box-danger .has-error label .text-danger, .has-error label .text-danger, label.text-danger, .has-error span.label.label-danger.text-danger {
	color: #DC2626!important;
	font-weight:700;
}

input.text-danger, .has-error input.form-control {
	color:#282828!important;
}

.modal.show .has-error label {
	display: initial;
}

.box-danger > .accordion-header > .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.idx-case-sidebar i:hover {
	color:unset!important;
}

[data-field-object-field-name="upn"] .guidance-notes, .professionalehccaseadvicerequest [data-field-object-field-name="name"] .guidance-notes, .guidance-notes-top {
	display: inline-block;
	width: 100%;
}

.custom_hide_show_section_item .advice_section_text {
	position: relative;
    display: flex;
    border-collapse: separate;
    width: auto;
	flex-wrap: wrap;
    align-items: stretch;
	top: 15px;
}

.custom_hide_show_section_item .advice_section_text .section_title_text{
	position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.custom_hide_show_section_item .advice_section_text .custom_section_helper_text {
	width: 20%;
	font-size: 15px;
}

.parent_comment {
    border-left: 2px solid green;
    /* font-size: 14px; */
    margin: 0 0px;
}

.review_report_responses .bootstrap-select.disabled, .parent_comment .bootstrap-select.disabled {
	background-color: #FFF;
	color: #282828;
	border-color: #FFF!important;
}

.review_report_responses .bootstrap-select.disabled .dropdown-toggle, .parent_comment .bootstrap-select.disabled .dropdown-toggle{
	padding: 0px;
	height: auto;
}

.parent_comment .bootstrap-select button.dropdown-toggle::after {
	display: none;
}

/*
.parent_comment select[disabled] > option {
	color: #282828;
}
*/
.parent_comment .comment_span {
    display: block;
}

.parent_comment .parent_name_span {
    display: block;
    font-size: 12px;
}

.prev_next_controls span.prev_text, .prev_next_controls span.next_text, .prev_next_controls i.fal {
	font-size: 14px;
	cursor: pointer;
}

.prev_next_controls span.prev_text:hover, .prev_next_controls span.next_text:hover {
	text-decoration:underline;
}

#parent_heading_info .accordion-body, #professional_heading_info .accordion-body {
	padding:0px!important;
}

/* management-reports */

#management-reports .bootstrap-select ul li, #management-reports .bootstrap-select .dropdown-menu>.active> a, #management-reports .bootstrap-select .dropdown-menu>.active>a:hover {
	width: 100%!important;
}

#management-reports .open>.dropdown-menu {
	width: fit-content;
}

#management-reports .bootstrap-select .dropdown-toggle .filter-option {
	width: 90%;
}

#management-reports .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

.edit_sidebar_menu .idx-case-sidebar-scrollbar{
	
	height: 100vh;
	overflow: scroll;
	overflow-x: hidden;
	width: 102.5%;
}

.edit_sidebar_menu .idx-case-sidebar-scrollbar::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 2px;
	background: var(--neutral-500);
}

.edit_sidebar_menu .idx-case-sidebar-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.edit_sidebar_menu .idx-case-sidebar-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.ReviewsDueInPeriod .bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: #282828;
}
/*
.ehccaseimportedplan #plan_consultations_section {
	display: none;
}
*/
.ehccaseimportedplan #close_button_row_section .empty-box-title > .accordion-body, .ehccaseimportedplan #close_button_row_section .collapse_close_button_row_section .accordion-body {
	padding: 0px;
}

.idx-sidenav .active a {
    color: var(--primary-500) !important;
}

@media (max-width: 360px) {
		
	.custom_hide_show_section_item .advice_section_container {
		height: 110px!important;
	}
	
	.custom_hide_show_section_item .advice_section_container .advice_section_title_img {
		width: 95px!important;
		height: 110px!important;
	}
	
	.custom_hide_show_section_item .advice_section_text .section_title_text {
		width: 71%!important;
		font-size: 13px!important;
		min-height: 64px!important;
	}
	
	.custom_hide_show_section_item .has_data_marker {
		/* width: 35%!important; */
		width: 10%!important;
	}
	
	.custom_hide_show_section_item .advice_section_text .custom_section_helper_text {
		width: 55%!important;
		font-size: 13px!important;
	}
	
	.custom_hide_show_section_item .advice_section_container .section_arrow {
		left: 96%!important;
		top: 0px!important;
		height: 110px!important;
		position: absolute!important;
	}
	
	.custom_hide_show_section_item .advice_section_text {
		top: 0px!important;
	}
	
	.custom_hide_show_section_item .advice_section_container .section_arrow i.fal {
		top: 46px;
	}
	
	.plupload_file_size {
		width:60px!important;
	}
	
	.plupload_scroll .plupload_filelist_header .plupload_file_action {
		margin:5px 6px 6px 0px!important;
	}
	
	.plupload_file_status {
		width: 50px!important;	 
	}
}

@media (max-width: 430px) {
		
	.reviewreport .ps-5{
		padding-left: 5px !important;
	}
	.reviewreport .pe-5{
		padding-right: 5px !important;
	}
	
	.custom_hide_show_section_item .advice_section_container {
		height: 110px;
	}
	
	.custom_hide_show_section_item .advice_section_container .advice_section_title_img {
		width: 110px;
		height: 110px;
	}
	
	.custom_hide_show_section_item .advice_section_text .section_title_text {
		width: 71%;
		font-size: 14px;
		min-height: 64px;
	}
	
	.custom_hide_show_section_item .has_data_marker {
		width: 35%;
	}
	
	.custom_hide_show_section_item .advice_section_text .custom_section_helper_text {
		width: 55%;
		font-size: 14px;
	}
	
	.custom_hide_show_section_item .advice_section_container .section_arrow {
		left: 40%;
		top: -72px;
		height: 110px;
	}
	
	.custom_hide_show_section_item .advice_section_text {
		top: 0px!important;
	}
	
	.custom_hide_show_section_item .advice_section_container .section_arrow i.fal {
		top: 46px;
	}
	
	.custom_hide_show_section_container_wrapper .plupload_filelist_footer .plupload_file_status, .custom_hide_show_section_container_wrapper .plupload_filelist_footer .plupload_file_size {
		width: 45px !important;
	}
}

@media (max-width: 575.98px) {

	.section_number {
		height: 45px;
		width: 45px;
		padding: 15px 20px 0;
		position: relative;
		top: 0px;
		left: 0px;
		vertical-align: top;
	}

	.box-header h3.box-title {
		width: 65%;
		margin: 10px 0px 10px;
		line-height: 20px;
	}

	[data-field-object-field-name="dob"] {
		display: unset;
	}

	.datepicker_dob_age_year_row {
		margin: 8px 0 0px -10px;
	}

	.datepicker_dob_age_span, .datepicker_year_group_span {
		display: block;
	}
	
	.about .box-header h3.box-title {
		margin: 0px 0px 10px;
	}

	.btn-add-user {
		margin-top: 5px;
	}

	.sticky-top .d-flex {
		/* display: inline !important; */
	}

	.accordion-body {
		padding: 0.5rem 0.25rem 1.25rem;
	}
}

@media (min-width: 576px) {

	.section_number {
		height: 45px;
		width: 45px;
		padding: 15px 20px 0;
		position: relative;
		top: 0px;
		left: 0px;
		vertical-align: top;
	}

	.box-header h3.box-title {
		width: 65%;
		margin: 10px 0px 10px;
		line-height: 20px;
	}

	[data-field-object-field-name="dob"] {
		display: unset;
	}

	.datepicker_dob_age_year_row {
		margin: 8px 0 0px -10px;
	}

	.datepicker_dob_age_span, .datepicker_year_group_span {
		display: block;
	}
}

@media (min-width: 712px) {
	
	.custom_hide_show_section_item .advice_section_text, .custom_hide_show_section_item .advice_section_container .section_arrow {
		top:0px!important;
	}
}

@media (max-width: 767.98px) {

	.custome-btn-class {
		padding: 0.25rem 0.5rem;
		font-size: 0.765625rem;
		border-radius: 0.2rem;
	}

	.header_section_text.collapsed {
		max-height: 142px;
	}

	.box-header h3.box-title {
		width: 65%;
		margin: 10px 0px 10px;
		line-height: 20px;
	}

	[data-field-object-field-name="dob"] {
		display: unset;
	}

	.datepicker_dob_age_year_row {
		margin: 8px 0 0px -10px;
	}

	.datepicker_dob_age_span, .datepicker_year_group_span {
		display: block;
	}

	.save_draft_button_row_div .text-end {
		text-align: left !important;
	}
	
	.header_sticky {
		right: 0%;
		padding-right: 6.4%;
		width: calc(100% - 0px);
	}
	
	.useradmin #content, .professionalteamadmin #content {
		width: 100%;
	}
	
	.report_widgets .box .box-body {
		height: calc(420px - 80px);
		overflow: auto;
	}
		
	.plupload_filelist_footer .plupload_file_action, .plupload_filelist_footer .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_filelist_footer .plupload_scroll .plupload_filelist_footer .plupload_file_action {
		margin-right: 5px !important;
		margin-left: 5px !important;
		width: 8% !important;
		height: 5px !important;
		float: left !important;
		margin-top: 15px !important;
	}
	
	.plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_progress{
		width: 30px !important;
	}
			
	.reviewreport .plupload_filelist_footer .plupload_file_size, .reviewreport .plupload_filelist_footer .plupload_file_status, .reviewreport .plupload_filelist_footer .plupload_progress {
		/* display:none; */
	}

	.plupload_filelist_footer	{
		height: auto!important;
		line-height: 28px!important;
	}
}

@media (min-width: 768px) {

	/* New request page */

	.header_section_text.collapsed {
		max-height: 80px;
	}

	.ehccaseimport .header_section_text.collapsed {
		max-height: 70px;
	}

	/* request page section header titles */

	.section_number {
		height: 45px;
		width: 45px;
		padding: 12px 15px 0;
		position: relative;
		top: 0px;
		left: 0px;
		vertical-align: top;
	}

	.box-header h3.box-title {
		width: 65%;
		margin: 10px 0px 10px;
		line-height: 20px;
	}
	
	.header_sticky {
		right: 0%;
		padding-right: 3.1%;
		width: calc(100% - 56px);
	}
	
	.useradmin #content, .professionalteamadmin #content {
		width: 92.5%;
	}
	
	.about .box-header h3.box-title {
		margin: 0px 0px 10px;
	}
	
	.report_widgets .chart-legend {
		margin: 20px 0px 0px 0px;
	}
	
	.report_widgets .box {
		height: auto;
	}
	
	.report_widgets .box .box-body {
		height: calc(420px - 80px);
		overflow: auto;
	}
	
	.plupload_filelist_footer .plupload_file_action, .plupload_filelist_footer .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_filelist_footer .plupload_scroll .plupload_filelist_footer .plupload_file_action {
		margin-right: 5px !important;
		margin-left: 5px !important;
		width: 40% !important;
		height: 5px !important;
		float: left !important;
		margin-top: 15px !important;
	}
	
	.plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_progress{
		width: 37px !important;
	}
	
	.plupload_filelist_footer	{
		height: auto!important;
		line-height: 28px!important;
	}
	
	.table-case {
		width: calc(100% - 281px);
	}
	.table-no-case {
		width: calc(100% - 57px);
	}

	.search_meetings_form .create-meeting {
		margin-top: 5px;
	}
	
	.login .pt-8 {
		padding-top: 20px!important;
	}
	
	.login .mt-8 {
		margin-top: 20px!important;
	}
	
	.login .sticky-top h1.idx-message-headline {
		font-size: 50px;
		line-height: 3.1rem;
	}
}

@media (min-width: 992px) {
	
	.header_section_text.collapsed {
		max-height: 75px;
	}

	.section_number {
		vertical-align: unset;
	}

	[data-field-object-field-name="dob"] {
		display: -webkit-inline-box;
	}

	.datepicker_dob_age_year_row {
		margin: -24px -2px 0px -2px;
	}

	.datepicker_year_group_span {
		display: inline-block;
	}
	
	.header_sticky {
		right: 0%;
		padding-right: 5.3%;
		width: calc(100% - 56px);
	}
	
	.box-header h3.box-title {
		width: 76%;
	}
	
	.about .box-header h3.box-title {
		width: 79%;
	}
	
	.useradmin #content, .professionalteamadmin #content {
		width: 100%;
	}
			
	.report_widgets .box .box-body {
		height: calc(500px - 80px);
		overflow: auto;
	}
	
	.report_widgets .chart-legend {
		margin: 10px 0 0 0;
	}	
	
	.plupload_filelist_footer .plupload_file_action, .plupload_filelist_footer .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_filelist_footer .plupload_scroll .plupload_filelist_footer .plupload_file_action {
		margin-right: 7px !important;
		margin-left: 7px !important;
		width: 20% !important;
		height: 5px !important;
		float: left !important;
		margin-top: 10px !important;	
	}
	
	.plupload_filelist_footer	{
		height: auto!important;
		line-height: 28px!important;
	}
	
	.login .pt-8 {
		padding-top: 3rem!important;
	}
	
	.login .mt-8 {
		margin-top: 3rem!important;
	}
	
	.login .sticky-top h1.idx-message-headline {
		font-size: 56px;
		line-height: 3.5rem;
	}
}

@media (min-width: 1024px) {
	
	.custom_hide_show_section_item .advice_section_text, .custom_hide_show_section_item .advice_section_container .section_arrow {
		top:0px!important;
	}
	
	.custom_hide_show_section_container_wrapper .plupload_scroll .plupload_filelist_header .plupload_file_action {
		margin-right: 6px;
		margin-left: 6px;
	}
	
	.custom_hide_show_section_container_wrapper .plupload_filelist_footer .plupload_file_status, .custom_hide_show_section_container_wrapper .plupload_filelist_footer .plupload_file_size {
		width: 24px !important;
	}
	
	.custom_hide_show_section_container_wrapper .plupload_filelist_footer .plupload_file_action {
		width: 2% !important;
		margin: 5px 3px 0px 3px!important;
	}
}

@media (min-width: 1200px) {

	.header_section_text.collapsed {
		max-height: 50px;
	}

	.section_number {
		vertical-align: unset;
	}

	[data-field-object-field-name="dob"] {
		height: 37.33px;
		display: -webkit-inline-box;
	}

	.about [data-field-object-field-name="dob"], .ehccase [data-field-object-field-name="dob"] {
		display: -webkit-inline-box;
		width: 51%;
		max-height: 37.34px;
	}

	.datepicker_dob_age_year_row {
		margin: -24px -2px 0px -2px;
	}
	
	.ehccase .datepicker_dob_age_year_row label{
		font-size: 13px;
	}
	
}

@media (min-width: 1400px) {
	.section_number {
		vertical-align: unset;
	}

	[data-field-object-field-name="dob"] {
		display: -webkit-inline-box;
	}

	.datepicker_dob_age_year_row {
		margin: -24px -2px 0px -2px;
	}
}

@media (max-width: 667px) {

	.search_meetings_form .create-meeting {
		margin-top: 5px;
	}

}

.parent-dashboard .o-hidden {
    overflow:hidden;
}

.parent-dashboard .nav {
    transition: transform 0.4s;
    transform: translateX(50%);
    left: -50%;
}

.parent-dashboard .nav.justify-content-end {
    transform: translateX(0);
    left: 0;
}

.parent-dashboard ::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: gray;
}

/* Track */
.parent-dashboard ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.parent-dashboard ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.parent-dashboard ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.parent-dashboard ::-webkit-scrollbar-thumb:horizontal{
    background: #888;
    border-radius: 10px;
}

.parent-dashboard .idx-tabs .nav-item .nav-link.active {
	background-image: none;
}

.parent-dashboard .idx-tabs .nav-item .nav-link:not(.active):hover {
	background-image: none;
}

.accordion-item:first-of-type .accordion-button, .planeducationsettingconsultation #content #education_setting_response {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.all-search-popup #case_popup_close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	margin: 25px;
}

.disabled_row {
    opacity: 0.7;
    font-style: italic;
    font-weight: normal;
    background: #cecece;
}

.info_warning_section {
	/* padding: 16px 16px 16px 60px; */
    position: relative;
    border-radius: 4px;
    color: #666;
    line-height: 1.5;
    border: 1px solid #fff3cf;
    background-color: #fffaeb;
}
.address_not_listed {
	color: #0a1f8f;
	text-decoration: underline;
	cursor: pointer;
  }
label{
	font-weight: 500;
}
.idx-login-form {
	overflow-y: auto !important;
  }

#UserAdmin_SpecialityArea, #education_setting_response {
	border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem !important;
}

.planeducationsettingconsultation #education_setting_section{
	margin-bottom: 150px;
}

.ehc_case_timeline_uploads_container ul {
	list-style: none;
	padding-left: 0;
  }
  .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  }
  .ehc_case_timeline_uploads_container ul li {
	position: relative;
	margin-bottom: 10px;
  }
  .timeline-file-remove {
	position: absolute;
	top: -15px;
	right: -15px;
	background: none;
	border: none;
	opacity: 0.5;
	padding: 0;
	z-index: 99;
	font-size: 14px;
	margin: 0;
  }
  .sortableDataTable thead th.sorting {
	cursor: pointer;
  }

  .sortableDataTable thead th.sorting.sorting_desc:after
  {
	color: rgb(30, 138, 220);
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 14.4px;
	font-weight: 300;
	padding-left: 5px;
}

.sortableDataTable thead th.sorting.sorting_asc:after
{
color: rgb(30, 138, 220);
content: "";
font-family: "Font Awesome 5 Pro";
font-size: 14.4px;
font-weight: 300;
padding-left: 5px;
}

.import #dropArea, #imported_filename_div {
	border: 1px dashed #ccc; 
	border-radius: 4px;
}


#import_column_mapping_table .table-wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
}

#import_column_mapping_table .responsive-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

#import_column_mapping_table .responsive-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

#import_column_mapping_table .responsive-table tr:nth-child(2) td {
  padding: 5px 0px 5px 8px;
}

#import_column_mapping_table .responsive-table tr:nth-child(1) td {
  padding: 5px 4px 20px 4px !important
}

#import_column_mapping_table .responsive-table tr:nth-child(2) td {
  padding: 5px 5px 5px 10px !important;
  background-color: #ecececa3;
}

#import_column_mapping_table .responsive-table tr:nth-child(2) {
	margin-bottom: 10px;
}

/* First row: no borders */
#import_column_mapping_table .responsive-table tr:first-child td {
  border: none;
}

/* First row: second td */
#import_column_mapping_table .responsive-table tr:first-child td:nth-child(2){
  padding-left: 0px !important;
}

/* First row: second td */
#import_column_mapping_table .responsive-table tr:first-child td:last-child {
  padding-right: 0px !important;
}

/* Example fixed widths for columns (optional) */
#import_column_mapping_table .responsive-table td {
  /* width: 180px !important; */
   min-width: 180px;
    width: max-content;
    white-space: nowrap;
    padding: 8px 12px;
}

#import_column_mapping_table .responsive-table tr:nth-child(2) td:not(:first-child) {
  font-weight: 500;
}
/*remove middle border from table*/
.custom-import-summary-table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #ccc;  /* First vertical border */
  border-right: 1px solid #ccc; /* Third vertical border */
}

.custom-import-summary-table th,
.custom-import-summary-table td {
  padding: 8px 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.custom-import-summary-table th {
  width: 40%;
}

.alert-box {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
  padding: 16px;
  border-radius: 6px;
  margin: 10px 0;
}

/* Icon inside alert */
.alert-box .icon {
  margin-right: 8px;
}

/* Unordered list inside alert */
.alert-box ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}

/* List items with dash instead of bullet */
.alert-box ul li::before {
  content: "- ";
  margin-right: 5px;
}

.alert-box li {
  margin: 0 10px 0;
}

/* .import .content .stop_section_accordian::after {
	display: none !important;
} */

.import .content #dropArea {
    border: 1px dashed #ccc;
    text-align: center;
    cursor: pointer;
    color: #999;
    transition: border-color 0.3s, background-color 0.3s;
}
 
.import .content #uploaded_file_div p {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image .content #image_view{
    position: relative;
    top: 50%;
    left: 38%;
    
}

.import_section_container {
	display: none;
}

.subjectadmin #details_section .accordion-body {
	padding: 1.25rem 2.25rem 1.25rem 2.5rem;
}