body, html {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #525252;
	background: #f9f9f9;
}

h1 {
	font-size: 42px;
	color: #3d3d3d;
	font-weight: 900;
}

h2 {
	font-size: 24px;
	color: #3d3d3d;
	font-weight: 700;
}

h3 {
	font-size: 18px;
	color: #3d3d3d;
}

h4 {
	font-size: 16px;
	color: #3d3d3d;
}

.color_red {
	color: #2E8A44 !important;
}

.color_orange {
	color: #ff832f !important;
}

.bg_red {
	background: #2E8A44 !important;
}
.bg_green {
    background-color: #48872a!important;
}
.color_gray {
    color: #888!important;
}
.color_black {
    color: #333!important;
}
.dropdown-menu p{
	font-size: 13px;
	margin-bottom: 10px;
}
.form-control {
	background-color: #ededed;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	height: 45px;
	font-size: 13px;
}

a {
	color: #2E8A44;
	font-weight: 700;
}

a:hover {
	color: #2E8A44;
}

:focus {
	box-shadow: none !important;
}

.form-control:focus {
	background-color: #fff !important;
}

.extra_space {
	width: 100px !important;
}

.btn {
	background-color: #2E8A44;
	padding: 11px 30px;
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	border: 1px solid #2E8A44;
	white-space: nowrap;
}

.btn:hover{
    color: white !important;
}

.btn_outline:hover{
	color: black !important;
}


.btn_black {
	background: #3d3d3d !important;
	color: #fff;
	border: 1px solid #3d3d3d;
}

.btn_trash_delete{
	color: #b63440!important;
}

.btn_red {
    background: #b63440!important;
    color: #fff;
    border: 1px solid #b63440!important;
}
.btn_outline {
	background: transparent;
	border: 1px solid #3d3d3d;
	color: #3d3d3d;
}
.btn_small {
	padding: 7px 15px;
	font-size: 14px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.p-25 {
	padding: 25px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-25-50 {
	padding: 25px 50px !important;
}

.p-15-25 {
	padding: 15px 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

label {
	font-weight: 500;
}

hr {
	border-top: 2px solid #f0f0f0;
	margin: 25px 0px;
}

b {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 500;
}

.gray_bg {
	background-color: #edebeb;
}

.bg_gray {
	background-color: #f9f9f9;
}

.border-r-4 {
	border-radius: 4px;
}

.border-r-10 {
	border-radius: 10px;
}

.border-r-30{
	border-radius: 30px;
}

.min-h-120 {
	min-height: 120px;
}

.min-h-70 {
	min-height: 70px;
}

table {
	width: 100%;
}

.border_right {
	border-right: 2px solid #f0f0f0;
}

.border_top {
	border-top: 2px solid #f0f0f0;
}

.border_bottom {
	border-bottom: 2px solid #f0f0f0;
}

.border_1 {
	border: 1px solid #f0f0f0;
}

.bottom_radius {
	border-radius: 0px 0px 10px 10px;
}

.bottom_shadow {
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .11);
}

.box_shadow {
	box-shadow: 0px 0px 8px rgba(198, 202, 204, .3);
}

.w_200 {
	width: 200px !important;
}

.text_d_u {
	text-decoration: underline;
}

.pb-0 {
	padding-bottom: 0px !important
}

.btn_disable {
	background-color: #f5f5f5;
	color: #878787;
}

/*-------------login-------------*/
.role_box {
	background-color: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	text-align: center;
	padding: 25px 25px 0px 25px;
	min-height: 160px;
	position: relative;
	cursor: pointer;
}

.role_box i {
	position: absolute;
	right: 0;
	top: 0;
	margin: 15px;
	color: #fff;
	display: none;
}

.role_box .white_img {
	display: none;
}

.role_box.active i {
	display: block;
}

.role_box.active .gray_img {
	display: none;
}

.role_box.active .white_img {
	display: inline-block;
}

.role_box.active {
	background: #2E8A44;
	border-color: #2E8A44;
	color: #fff;
	box-shadow: -2.025px 8.769px 29px 0px rgb(46, 138, 68);
}

.login_page {
	height: 100%;
}

.password_wrap {
	position: relative;
}

.eye_icon {
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	margin-right: 10px;
	margin-top: 13px;
}

.eye_icon_change_password {
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	margin-right: 32px;
	margin-top: 40px;
}

.box_wrap {
	display: flex;
	height: 100%;
}

.box1 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.box1  form {
	width: 430px;
	max-width: 100%;
}

.sign_heading {
	font-size: 24px;
	color: #3d3d3d;
	font-weight: 500;
	margin-bottom: 15px;
}

.btm_box {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.btm_box a {
	display: flex;
	align-items: center;
}

.login_btm_text {
	color: #fff;
	position: absolute;
	bottom: 0;
	margin-bottom: 15px;
}

.login_border {
	border-right: 30px solid #2E8A44;
	background-color: #fff;
}

.forgot_text {
	font-size: 18px;
	margin-bottom: 15px;
}

.back_text {
	position: absolute;
	top: 0;
	font-size: 20px;
	width: 430px;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-top: 30px;
}

.back_text i {
	font-size: 26px;
	float: left;
	margin: 2px 15px 0px 0px;
}

.login_btm_contact {
	position: absolute;
	bottom: 0;
	width: 430px;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.login_btm_contact img {
	float: left;
	margin: 7px 15px 0px 0px;
}

.login_btm_contact p {
	display: inline-block;
	color: #525252;
}

.login_btm_contact p b {
	font-size: 16px;
}

/*--------------Dashboard side bar-------------*/
.main_admin_wrap {
	display: flex;
	height: 100%;
	background-color: #f9f9f9;
}

.aside-box {
	height: calc(100% - 135px);
	overflow: auto;
	overflow-x: hidden;
}

aside {
	width: 220px;
	height: 100%;
	background-color: #fff;
	border-right: 2px solid #f0f0f0;
	padding: 15px 0px 0px 15px;
	z-index: 9999;
	position: fixed;
	top: 0;
}

aside .aside_top {
	text-align: center;
	padding: 5px 0px 30px 0px;
}

aside .aside_bottom {
	position: fixed;
	bottom: 0;
	margin-bottom: 20px;
	width: 190px;
}

aside ul {
	padding: 0px;
}

aside ul li {
	list-style: none;
	margin: 10px 0px;
}

aside ul li a {
	color: #525252;
	font-weight: 400;
}

aside ul li.active a {
	color: #2E8A44;
	font-weight: 600;
}

aside ul li a span {
	margin-right: 20px;
	width: 27px;
	height: 27px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 26px;
}

aside ul li.active a span {
	background: #dfebe2;
}

aside ul li a span .red_icon {
	display: none;
}

aside ul li.active a span .red_icon {
	display: inline-block;
}

aside ul li.active a span .gray_icon {
	display: none;
}

/*-------------side menu toggle-----------------*/
aside nav {
	white-space: nowrap;
	overflow: hidden;
}

.aside-box {
	position: relative;
}

.side-button {
	position: absolute;
	right: 0;
	margin-right: -25px;
	font-size: 18px;
	top: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #f0f0f0;
	line-height: 25px;
	cursor: pointer;
	z-index: 99999;
	background: #dfebe2;
	color: #2E8A44;
	opacity: 0.3;
}

.side-button:hover {
	opacity: 1
}

aside {
	transition: width 0.2s !important;
}

.side-menu aside .aside_top img {
	width: 28px;
}

.side-menu aside {
	min-width: auto;
	width: 60px;
	white-space: nowrap;
}

.side-menu aside .aside_bottom {
	width: 28px;
	overflow: hidden;
}

.side-menu aside .aside_top {
	text-align: left;
}

.side-menu aside .aside_bottom .contact_info {
	display: none;
}

.side-menu section {
	padding-left: 60px;
}

.side-menu .main_top {
	left: 60px;
}

.contact_info img {
	float: left;
	margin: 7px 15px 0px 0px;
}

.contact_info p {
	display: inline-block;
	color: #525252;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.contact_info p b {
	font-size: 16px;
}

.logout_box a {
	font-weight: 300;
	color: #ff832f;
	font-size: 14px;
}

.logout_box a span {
	margin-right: 30px;
	width: 27px;
	height: 27px;
	background: #ff832f;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 26px;
}

/*----------------admin section order form---------------*/
section {
	width: 100%;
	position: relative;
	padding-left: 220px;
}

select {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(198, 202, 204, .3);
	padding: 0px 5px;
	border: 0px;
	height: 45px;
}

.main_admin_wrap input:focus {
	background-color: #ededed;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	box-shadow: none;
}

.main_tab_wrap {
	width: 100%;
}

.main_tab {
	background-color: #fff;
	position: fixed;
	right: 0px;
	left: 220px;
	top: 0;
	z-index: 9;
    padding-right: 30px;
}

.side-menu .main_tab {
	left: 60px;
}

.main_tab ul.nav-tabs {
	border: 0px;
	background-color: #fff;
	box-shadow: 2px 0px 24px rgba(0, 0, 0, .11);
}

.main_tab ul.nav-tabs li a {
	padding: 25px 10px;
	font-size: 15px;
	display: inline-block;
	position: relative;
}

.main_tab ul.nav-tabs li a.active {
	background-color: #fafafa;
	color: #3d3d3d;
	box-shadow: inset 0px -4px 0px #3d3d3d !important;
	margin: 0px -1px;
}

.main_tab ul.nav-tabs li a:after {
	content: "";
	width: 1px;
	height: 26px;
	background-color: #cccccc;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
.main_tab ul.nav-tabs li a.more_button:before {
    content: "";
	width: 1px;
	height: 26px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.main_tab .nav-tabs .dropdown-menu {
    width: 300px;
}
.main_tab .nav-tabs .dropdown-menu li a {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    display: block;
}
.main_tab .nav-tabs .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}
.main_tab ul.nav-tabs li a.active:after {
	display: none;
}

.main_tab ul.nav-tabs li:nth-last-child(1) a:after {
	display: none;
}
.main_tab_new ul.nav-tabs li:nth-last-child(2) a:after {
	display: none;
}
.main_tab_new ul.nav-tabs li:nth-last-child(1) a:after {
	display: none;
}

.order_form_top {
	padding: 15px  25px;
	border-bottom: 2px solid #f0f0f0;
}

.order_form_top .heading_box {
	display: inline-block;
}

.file_action_box {
	float: right;
	white-space: nowrap;
}

.file_action_box a {
	display: inline-block;
	text-align: center;
	margin-left: 25px;
	font-size: 14px;
}

.file_action_box b {
	display: inline-block;
	text-align: center;
	margin-left: 25px;
	font-size: 14px;
	cursor: pointer;
}

.file_action_box a span {
	display: block;
	margin-top: 10px;
}

.file_action_box b span {
	display: block;
	margin-top: 15px;
}

.po_number_box {
	padding: 25px 50px;
}

.po_number_box label {
	min-width: 200px;
	float: left;
}

label i {
	color: #ff832f;
	font-weight: 500;
}

.po_number_box input {
	width: 300px;
	display: inline-block;
	height: 45px;
}

.btn_tab ul.nav-tabs {
	padding: 0px 50px 25px 50px;
	border-bottom: 2px solid #f0f0f0;
	flex-wrap: nowrap;
	width: 100%;
	overflow: auto;
}

.btn_tab ul.nav-tabs li a {
	padding: 10px 30px;
	border-radius: 4px;
	background-color: #ededed;
	color: #3d3d3d;
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.btn_tab ul.nav-tabs li a span {
	margin-left: 25px;
}

.btn_tab ul.nav-tabs li a.active {
	background-color: #2E8A44;
	color: #fff;
}

.btn_tab_contant {
	padding: 25px 50px;
}

.bg_grey_btn {
	background-color: #ececec;
}

.select_box .select_option {
	width: 100%;
	position: relative;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 700;
}

.select_box .dropdown-menu {
	width: 100%;
	padding: 15px;
}

.option_print {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(198, 202, 204, .3);
	padding: 11px 15px;
	border: 0px;
	height: 45px;
	width: 100%;
	cursor: pointer;
	padding-right: 50px;
}

.option_print i {
	font-size: 18px;
	position: absolute;
	right: 0;
	margin: 3px 15px 0px 0px;
}

.option_print span {
	float: right;
}

.select_option ul li {
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	color: #3d3d3d;
	margin: 10px 0px;
}

.select_option ul li span {
	float: right;
}

.select_linting {
	padding: 25px 0px;
	margin: 0px;
}

.select_linting li {
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.select_linting li:nth-of-type(2n+2) {
	background-color: #f5f5f5;
}

.select_linting li span img {
	margin-left: 25px;
	cursor: pointer;
}

.total_box {
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
}

.total_box p {
	margin: 0px;
	display: flex;
	justify-content: space-between;
}

.total_box p span {
	margin-right: 48px;
}

.order_footer_wrap {
	width: 100%;
}

.order_footer {
	padding: 15px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 220px;
	z-index: 5;
}

.side-menu .order_footer {
	left: 60px;
}

.order_footer button {
	float: right;
	margin-left: 10px;
}

.form_padding {
	padding: 25px 50px;
}

.contact_detail_form form {
	width: 100%;
	max-width: 100%;
}

.title_box {
	display: flex;
	justify-content: space-between;
}

.title_box .select_box {
	display: block;
	width: 30%;
	padding: 0px;
	border: 0px;
}

.title_box .select_box .select_option {
	display: block;
	width: 100%;
}

.title_box input {
	width: 30%;
}

.info_label {
	display: flex;
	justify-content: space-between;
}

/*------------Dashboard------------*/
.main_top_wrap {
	height: 200px;
	width: 100%;
}

.bottom_border {
	border-bottom: 2px solid #f0f0f0;
}

.main_top {
	background-color: #fff;
	position: fixed;
	right: 0px;
	left: 220px;
	top: 0;
	z-index: 1;
}

.main_top p {
	font-size: 15px;
	font-weight: 700;
	color: #525252;
	margin: 0px;
}

.label_width{
	min-width: 285px;
}

.cases_box {
	background-color: #fff;
	display: flex;
}

.cases_box .box1 {
	display: block;
	width: 65%;
	border-right: 2px solid #f0f0f0;
	padding: 10px 25px;
}

.cases_box .box2 {
	display: block;
	width: 35%;
	padding: 10px 25px;
}

.cases_box ul {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

.cases_box h2 {
	padding-top: 18px;
	margin: 0px;
}

.cases_box ul li {
	list-style: none;
	font-size: 13px;
	color: #525252;
	font-weight: 700;
	line-height: normal;
}

.cases_box ul li span {
	min-width: 150px;
	display: inline-block;
}

.cases_box h3 {
	margin: 0px;
}

.data_table table.dataTable.display tbody tr.odd > .sorting_1, .data_table table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: transparent;
}

.data_table table.dataTable.display tbody tr.even > .sorting_1, .data_table table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: transparent;
}

.data_table table#dashboar_datatable.dataTable thead th:nth-of-type(1) {
	width: max-content !important;
}
.data_table table#dashboar_datatable.dataTable thead th.small-20:nth-of-type(1) {
    width: 20px !important;
}

.data_table table#dashboar_datatable.dataTable tbody td:nth-last-child(1) {
	white-space: nowrap;
}
.data_table table.dataTable thead th, .data_table table.dataTable thead td, .data_table th {
	border-bottom: 2px solid #f0f0f0;
}

.data_table table.dataTable.row-border tbody th, .data_table table.dataTable.row-border tbody td, .data_table table.dataTable.display tbody th, .data_table table.dataTable.display tbody td {
	border-top: 0;
	padding: 15px;
}

.data_table .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .data_table .dataTables_wrapper .dataTables_paginate .paginate_button.next {
	color: #2E8A44 !important;
}

.data_table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .data_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .data_table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	border-color: #2E8A44 !important;
	background: #2E8A44 !important
}

.data_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	color: #525252 !important;
	border: 1px solid transparent !important;
	background: transparent !important;
}

.data_table th, .data_table td {
	padding: 15px;
}

.data_table th {
	vertical-align: top;
}

.data_table tbody tr:nth-of-type(2n+2) {
	background: #fff;
}

/*---------order process -------------*/
.readonly {
	padding: 0px;
}

.readonly li {
	list-style: none;
	width: 100%;
	padding: 10px;
	display: flex;
}

.readonly li span {
	width: 60%;
}

.readonly li b {
	width: 40%;
	/*white-space: nowrap;*/
	overflow: hidden;
	word-break: break-word;
	/*text-overflow: ellipsis;*/
}

.readonly li:nth-of-type(2n+2) {
	background-color: #f5f5f5;
}

/*------------post code price------------*/
.red_plus {
	padding: 8px 13px;
	background-color: #2E8A44;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 300;
	margin-left: 15px;
}

.action_btn {
	padding: 8px 13px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #525252;
	cursor: pointer;
	color: #525252;
}

.action_dropdown a{
	color: #333;
}

.action_dropdown a:hover p{
	color: #2E8A44;
}

.action_dropdown a:hover i{
	color: #2E8A44;
}

.postcode_ul li b {
	min-width: 120px;
	display: inline-block;
}

/*----------------Bulk import------------*/
.upload_box {
	position: relative;
	margin: 40px 0px;
	padding: 40px;
	border-radius: 4px;
	border: 2px solid #2E8A44;
	display: inline-block;
}

.input_file {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

/*-------------Invoice------------*/
.input_filter {
	position: relative;
	margin-top: 10px;
}

.input_filter input, #select-order-filter {
	padding-left: 30px;
	height: 35px;
	min-width: 100px;
}
.input_filter .select-filter {
	height: 35px;
	min-width: 100px;
}

.input_search_icon {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	margin-left: 10px;
}

.col_border table tr td:nth-of-type(1), .col_border table tr th:nth-of-type(1) {
	border-right: 2px solid #f0f0f0;
	font-weight: 500;
}

.first_td_fix table tr td:nth-of-type(1) {
	background-color: #f9f9f9;
	color: #2E8A44;
}

/*----------------Check box Style---------------*/
.sort_down {
	position: relative;
}

.sort_down:before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f0dd";
	color: #2E8A44;
	font-size: 14px;
	left: 2px;
	top: 4px;
}

.check_box label {
	position: relative;
	cursor: pointer;
	margin: 0px;
}

.check_box input[type="checkbox"], .check_box input[type="radio"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
.check_box input[type="checkbox"] + .label-text:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background: #e2e2e2;
	width: 13px;
	height: 13px;
	line-height: 13px;
	border-radius: 2px;
}

.check_box input[type="checkbox"]:checked + .label-text:before {
	font-family: "FontAwesome";
	content: "\f14a";
	color: #2E8A44;
	animation: effect 250ms ease-in;
	font-size: 14px;
}

/*Check box*/
.check_box input[type="radio"] + .label-text:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background: #e2e2e2;
	width: 13px;
	height: 13px;
	line-height: 13px;
	border-radius: 2px;
}

.check_box input[type="radio"]:checked + .label-text:before {
	font-family: "FontAwesome";
	content: "\f14a";
	color: #2E8A44;
	animation: effect 250ms ease-in;
	font-size: 14px;
}

.check_box.checkbox_new input[type="checkbox"]:checked + .label-text::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

/*--------------Switch Style-------------*/
.switch input {
	opacity: 0;
}

.switch {
	display: inline-block;
	width: 30px;
	height: 10px;
	margin: 0px;
	position: relative;
}

.switch .slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	cursor: pointer;
	transition: .4s;
	background-color: #a4a4a4;
}

.switch .slider:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
	border-radius: 50%;
	transition: .4s;
	top: 50%;
	margin-top: -6px;
}

.switch input:checked + .slider:before {
	transform: translateX(20px);
}

.switch input:checked + .slider {
	background-color: #2E8A44;
}

.paid_text {
	min-width: 100px;
}

/*------------Payment Reports----------------*/
.filter_head tr th .input_filter {
	min-width: 150px;
	max-width: 100%;
}

.filter_head tr th:nth-of-type(1) .input_filter {
	min-width: 250px;
	max-width: 100%;
}

.filter_head tr th {
	padding-right: 0px;
}

.first_td_fix {
	border-right: 2px solid #f0f0f0;
	background-color: #f9f9f9;
}

.reltv_td {
	position: relative;
	width: 250px;	/*padding-top: 45px !important;*/
}

.reltv_td label {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.data_table .reltv_td th, .data_table .reltv_td td {
	padding: 10px 0px 0px 15px;
}

.data_table .reltv_td td.active {
	background: #dfebe2;
}

.overflow_auto_226 {
	overflow: auto;
	height: calc(100vh - 180px);
	width: 250px;
}

.overflow_auto_443 {
	overflow: auto;
	height: calc(100vh - 310px);
}

.overflow_auto_443 table tr td, .overflow_auto_443 table tr th {
	padding: 10px 5px;
}

.overflow_auto_443 h2 {
	padding: 10px 5px;
}

.tr_bg_gray tr {
	background-color: #f9f9f9 !important;
}

.tr_bg_gray tr td {
	padding: 2px 15px;
}

.tr_bg_gray tr td b {
	font-weight: 500;
}

.tr_bg_gray tr.border_top td {
	padding: 10px 15px;
}

.tr_bg_gray tr.border_top td b {
	font-size: 16px;
	font-weight: 700;
}

/*-------------Services--------------*/
.service table tr th:nth-of-type(1) {
	width: 25%;
}

.service table tr th:nth-of-type(2), .service table tr td:nth-of-type(2) {
	width: 10%;
	text-align: center;
}

.service table tr th:nth-of-type(3), .service table tr td:nth-of-type(3) {
	width: 10%;
	text-align: center;
}

/*---------------case details page ------------*/
.order_footer_2nd {
	padding: 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 220px;
	z-index: 1;
	margin-bottom: 75px;
}

.calander_input {
	position: relative;
}

.calander_input img {
	position: absolute;
	right: 0;
	margin-right: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999;
}

.calander_input input {
	background-color: #fff;
	border: 1px solid #ededed;
}

.view_case_list {
	padding: 7px;
	background-color: #f5f5f5;
}

.view_case_list ul {
	padding: 0px;
	margin: 0px;
}

.view_case_list ul li {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 12px 0px rgba(198, 202, 204, 0.36);
	list-style: none;
	display: inline-block;
	margin: 7px;
	padding: 10px 15px;
	text-align: center;
}

.view_case_list ul li p {
	margin: 0px;
}

.view_case_list ul li img {
	margin-bottom: 15px;
}

.notify_list {
	padding: 0px;
}

.notify_list li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3px;
}

/*----------------Modal style------------------*/
.modal-backdrop {
	z-index: 99999;
}

.modal {
	z-index: 99991;
}

.modal-dialog {
	margin-top: 100px;
}

.modal-lg {
	max-width: 830px;
}

.modal-content {
	background-color: #f0f0f0;
}

.modal-header {
	background-color: #fff;
}

.modal-body {
	border-bottom: 1px solid #dcdcdc;
	background: #f9f9f9;
}

.modal_footer {
	padding: 1rem;
}

/*---------------pending payment-------------*/
.notes {
	padding: 0px;
	margin: 0px;
}

.notes li {
	list-style: none;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.notes li:nth-of-type(2n+2) {
	background-color: #f5f5f5;
}

.notes li span {
	margin-left: 20px;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ededed;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #2E8A44;
	border-color: transparent;
	color: #fff;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
	height:10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: gray;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: grey;
}

#removeServiceModal .modal-footer button, #removeCategoryModal .modal-footer button {
	padding: 5px 30px;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary:hover {
	background-color: #2E8A44 !important;
}

.dataTable thead tr th input.form-control, .dataTable thead tr th select {
	height: 35px;
}

.menu-button, .mobile-copyright {
	display: none;
}

.dataTables_length {
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}

.dataTables_length:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: #000;
}

.dataTables_length select {
	height: 38px;
	box-shadow: 0px;
}

.dataTables_length label {
	font-weight: normal;
}

.help_info a {
	display: block;
}

.expand-add-credit {
	background-color: #e8e8e8;
	padding: 20px;
}

.expand-add-credit tr {
	/*background-color: #e8e8e8 !important;*/
}

.expand-add-credit tr td {
	vertical-align: middle;
}

.info_box {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	max-width: 100%;
	background-color: #dfebe2;
	z-index: 99;
	transition: all 0.4s;
	transform: translate(100%);
}

.info_box.open {
	transform: translate(0%);
}

.info_button {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 30px;
	background: #dfebe2;
	margin-left: -20px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.info_count {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2E8A44;
	color: #fff;
	font-size: 8px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	line-height: 12px;
	margin-left: -6px;
}

.cross {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
}

.info_content {
	padding: 15px;
	height: 100%;
	overflow: auto;
}

.info_content ul {
	padding: 0px;
}

.info_content ul li {
	padding: 0px;
	list-style: none;
}

.info_content hr {
	border-top: 1px solid #fff;
	margin: 15px 0px;
}

table.dataTable thead .sorting {
	padding-right: 15px !important;
}

.table.dataTable thead th, table.dataTable thead td {
	white-space: nowrap;
}

.postcode_width {
	min-width: 40px;
	display: inline-block;
}

.datepicker table tr td.day.active {
	background: #2E8A44 !important;
}

.datepicker table tr td.day.today {
	background: #2E8A44 !important;
}

.timepicker table td a {
	padding: 0px !important;
	margin: 0px !important;
	height: auto !important;
}

.bootstrap-datetimepicker-widget table td span {
	/*padding: 5px !important;*/
	/*margin: 0px !important;*/
	/*height: auto !important;*/
	/*line-height: normal !important;*/
	/*width: auto !important;*/
}

.bootstrap-datetimepicker-widget table td {
	height: auto !important;
	line-height: normal !important;
	width: auto !important;
}

.bootstrap-datetimepicker-widget .timepicker-hour{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
	font-size: 13px !important;
}

.breadcrumb {
	padding: 0;
	background: #D4D4D4;
	list-style: none;
	overflow: hidden;
	margin: 0px;
}

.breadcrumb>li+li:before {
	padding: 0;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li a span {
	display: block;
}

.breadcrumb li.active a {
	background: #2E8A44;
}

.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsl(357.5, 72.8%, 46.1%);
}

.breadcrumb li.active a:after {
	border-left: 30px solid #2E8A44;
}

.breadcrumb li.completed a:after {
	border-left: 30px solid hsl(357.5, 72.8%, 46.1%);
}

.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	position: relative;
	display: block;
	float: left;
	text-align: center;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb li:first-child a {
	padding-left: 15px;
}

.breadcrumb li a:hover {
	background: #2E8A44;
}

.breadcrumb li a:hover:after {
	border-left-color: #2E8A44 !important;
}

.breadcrumb li a.nav-link.disabled {
	background-color: #D4D4D4;
}

.breadcrumb li a.nav-link.disabled:hover:after {
	border-left-color: #D4D4D4 !important;
}

.picker-switch td a span {
	color: #2E8A44 !important;
}

.content_manage ul {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.content_manage ul li {
	list-style: none;
}

.content_manage ul li a {
	width: 220px;
	height: 160px;
	border: 1px solid #f0f0f0;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fff;
	color: #3d3d3d;
	font-size: 16px;
}
.content_manage ul li a.download-document {
    background: #fff;
    width: auto;
    height: auto;
    display: inline-block;
    border: 0;
}

.content_manage ul li a.download-document i {
	margin-bottom: 0px;
    font-style: normal;
    font-size: 13px;
}
.content_manage ul li a.download-document:hover{
    color: #2E8A44;
    border: 0;
    text-decoration: none;
}
.content_manage ul li a i {
	font-size: 20px;
	margin-bottom: 10px;
}

.content_manage ul li a:hover {
	color: #2E8A44;
	border: 1px solid #2E8A44;
	text-decoration: none;
}

.generate-outer-table table td, .generate-outer-table table td {
	padding: 5px 15px;
}

.generate-outer-table thead tr th:nth-of-type(1) {
	width: 20%;
}

.generate-outer-table thead tr th:nth-of-type(2), .generate-inner-table tbody tr td:nth-of-type(1) {
	width: 240px;
	border: none;
}

.generate-outer-table thead tr th:nth-of-type(3), .generate-inner-table tbody tr td:nth-of-type(2) {
	width: 130px;
}

.generate-outer-table thead tr th:nth-of-type(4), .generate-inner-table tbody tr td:nth-of-type(3) {
	width: 240px;
}

.generate-outer-table thead tr th:nth-of-type(5), .generate-inner-table tbody tr td:nth-of-type(4) {
	width: 200px;
}

.generate-outer-table thead tr th:nth-of-type(6), .generate-inner-table tbody tr td:nth-of-type(5) {
	width: 80px;
}

.generate-outer-table thead tr th:nth-of-type(7), .generate-inner-table tbody tr td:nth-of-type(6) {
	text-align: center;
}

.thanks_box {
	margin-top: 100px;
	text-align: center;
}

.col_border .datepicker table tr td:nth-of-type(1), .col_border table tr th:nth-of-type(1) {
	border-right: 0px;
	font-weight: 500;
}

.generate-outer-table .datepicker thead tr th:nth-of-type(2), .generate-inner-table .datepicker tbody tr td:nth-of-type(1) {
	width: auto;
	border-bottom: 2px solid #dee2e6;
}

.generate-outer-table .bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto;
}

.generate-outer-table .datepicker table th, .generate-outer-table .datepicker table td {
	padding: 5px;
}

.modal-dialog .modal-footer button:nth-of-type(2) {
	background: #3d3d3d !important;
	color: #fff;
}

#datetimepicker3 .bootstrap-datetimepicker-widget.dropdown-menu {
	width: 100%;
}

.modal label input[type="checkbox"], .modal label input[type="radio"] {
	float: left;
	margin: 2px 5px 0px 0px;
}

.progress {
	height: 20px !important;
	margin-top: 10px;
}

.progress .bg-info {
	background-color: #2E8A44 !important;
}
.filter_icon{
	font-size: 22px;
	cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {

    top: 9px;
    left: 8px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 1px solid white;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-indent: 0px;
    line-height: 13px;
    content: '+';
    background-color: #2E8A44;
    font-size: 16px;
    font-weight: bold;

}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {

    content: '-';
    background-color: #3d3d3d;

}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {

    padding-left: 5px;

}
.readonly.bg_nomal li{
	background-color: transparent !important;
}
.readonly.bg_nomal li{
	background-color: transparent !important;
	padding-left: 0px !important;
}
.readonly.bg_nomal li b {
    width: 70%;}
.readonly.bg_nomal li span {
    width: 30%;
}
.bulk_section_height {
    height: calc(100vh - 81px);
}
.modal_hide{
    transform: scale(0);
}
.dashboard-dropdown .dropdown-menu{
    z-index: 111;
    border: 0px !important;
    box-shadow: 0px 0px 15px lightgrey !important;
    left: -140px !important;
}
.dashboard-dropdown .dropdown-item:hover {
    color: #fff !important;
    background-color: #2e8a44 !important;
}
.dashboard-dropdown .dropdown-toggle::after{
    display: none !important;
}
.dashboard-dropdown .btn_small{
    padding: 6px 12px;
    font-size: 14px;
}
iframe.threeDs {
    width: 400px;
    height: 400px;
    margin: 100px 0 0 -175px;
    position: fixed;
    top: 0;
    left: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    background-color: white;
    z-index : 9;
}
#cybersource-payment iframe{
    width: 100%;
}

.info_icon{
	width: 18px;
	height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffa800;
	color: #ffa800;
	border-radius: 50%;
	font-size: 10px;
}

.btn_yellow{
	background-color: #ffa800;
	border-radius: 10px;
	border: none;
	padding: 5px 25px;
}
a.addition_payment {
    font-weight: 500;
    font-size: 12px;
}
/*------------table responsive--------------*/
@media only screen and (max-width:800px) {

	/* Force table to not be like tables anymore */
	#no-more-tables table, #no-more-tables tbody, #no-more-tables td, #no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility)
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}*/
	#no-more-tables td {

		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}

	#no-more-tables td:before {

		/* Now like a table header */
		position: absolute;		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}


	#followUps_container{
		display: none;
	}

}
@media only screen and (max-width:850px) {
    .eicr_remedial_content{
        width: auto !important;
    }
}
@media only screen and (max-width:1051px) {
	.d_m_block {
		display: block !important;
	}

	.d_m_none {
		display: none !important;
	}

	.p_0_m {
		padding: 0px;
	}

	.p_m_15 {
		padding: 15px !important;
	}

	.prl_15_m {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 20px;
	}

	.m_heading {
		display: block !important;
		margin: 15px 0px;
	}

	.form-control, .btn {
		margin: 5px 0px;
	}

	.sign_heading {
		font-size: 18px;
	}

	.forgot_text {
		font-size: 16px;
	}

	.data_table th, .data_table td {
		padding: 10px;
	}

	.login_border {
		border-right: none;
	}

	.box_wrap, .box1 {
		display: block;
	}

	.login_btm_text, .side-button {
		display: none;
	}

	.box1 {
		padding: 15px;
	}

	.login_page {
		background-color: #fff;
	}

	.box1 form {
		width: 100%;
	}

	.btm_box {
		display: block;
	}

	.btm_box a {
		display: block;
		align-items: normal;
		width: 100%;
		margin-bottom: 15px;
	}

	.login_page .btn {
		width: 100%;
	}

	.back_text {
		position: relative;
		top: 0;
		font-size: 20px;
		width: auto;
		left: auto;
		transform: none;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.login_btm_contact {
		position: relative;
		bottom: auto;
		width: auto;
		left: auto;
		transform: none;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.role_box {
		margin-bottom: 15px;
	}

	.main_admin_wrap {
		display: block;
	}

	aside {
		width: 100%;
		height: auto;
		background-color: #fff;
		border-right: none;
		padding: 15px;
		z-index: 9999;
		position: relative;
		top: 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.bottom_border {
		border-bottom: 1px solid #f0f0f0;
	}

	.cases_box ul li span {
		min-width: 110px;
		display: inline-block;
	}

	.border-r-mobile {
		border-right: 1px solid #f0f0f0;
	}

	section {
		padding-left: 0;
	}

	aside .aside_top {
		text-align: left;
		padding: 5px 0px 5px 0px;
		display: flex;
		justify-content: space-between;
	}

	aside .aside_top .menu-button {
		color: #2E8A44;
		font-size: 24px;
		cursor: pointer;
		display: block;
	}

	aside nav {
		position: fixed;
		background: #fff;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin-top: 70px;
		padding: 15px;
		transform: translatex(100%);
		transition: all 0.2s;
		height: calc(100% - 150px);
		overflow: auto;
	}

	aside.menu-up nav {
		transform: translatex(0%);
	}

	aside ul li {
		border-top: 1px solid #d9d9d9;
		margin: 0px;
		padding: 10px 0px;
	}

	.main_top {
		background-color: #fff;
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		z-index: auto;
	}

	.cases_box .box1 {
		display: block;
		width: 100%;
	}

	.cases_box {
		display: block;
	}

	.cases_box .box2 {
		display: flex;
		width: 100%;
		justify-content: space-between;
		border-top: 1px solid #f0f0f0;
	}

	.cases_box .box2 h2 {
		padding: 0px;
	}

	aside .aside_bottom {
		background: #fff;
		position: fixed;
		bottom: 0;
		margin-bottom: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		left: 0;
		right: 0;
		padding: 20px;
		padding-bottom: 0px;
		border-top: 1px solid #d9d9d9;
		transform: translatex(100%);
		transition: all 0.2s;
	}

	aside.menu-up .aside_bottom {
		transform: translatex(0%);
	}

	.mobile-copyright {
		display: block;
		position: relative;
		color: red;
		text-align: center;
	}

	.order_footer {
		padding: 15px;
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
		z-index: 1;
	}

	.main_top_wrap {
		height: auto !important;
	}

	.help_page_logo {
		display: none;
	}

	.help_info p {
		display: flex;
		justify-content: space-between;
	}

	.help_info a {
		display: inline-block;
	}

	.bulk_import_wrap {
		height: 100vh !important;
	}

	.form-group .btn {
		width: 100%;
	}

	.main_tab {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		z-index: auto;
		width: 100%;
		padding-right: 0px;

	}
    .main_tab_wrap {
        height: auto !important;
    }
	.order_footer button {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.order_footer_wrap {
		height: auto !important;
	}

	.btn_black {
		width: 100%;
	}

	.expand-add-credit .btn_black, .alert-info .btn_black {
		width: auto;
	}

	.service  table tr td .btn {
		margin: 0px;
		padding: 11px 7px;
		font-size: 14px;
	}

	.service  table tr td .ml-4 {
		margin-left: 10px !important;
	}

	.service  table tr td .form-control.w-50 {
		padding: 0;
		margin: 0 !important;
		width: 75% !important;
	}

	.breadcrumb li a span {
		display: none;
	}

	.form_padding {
		padding: 25px 15px;
	}


	.aside-box {
		height: auto;
	}

}
