html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html {
	visibility: hidden;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	background: #e9ecf3;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
img {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.add_nw_btn {
    background: #e5e5e5;
    padding: 10px;
    border-radius: 5px;
    width: 115px;
    height: 37px;
    cursor: pointer;
}
.sidebar {
	background: #2e3238;
	padding: 15px;
	top: 0;
	bottom: 0;
	position: fixed;
	left: 0;
	width: 318px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.logo {
	background: #fff;
	border-radius: 5px;
	padding: 12px;
	text-align: center;
}
.navigation li a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.navigation li span {
	padding: 14px;
	display: block;
	border-right: 1px solid #31363c;
	margin-right: 20px;
	font-size: 16px;
}
.navigation li {
	background: #232529;
	margin: 10px 0;
	border: 1px solid #31363c;
	border-radius: 5px;
}
.navigation {
	margin-top: 25px;
}
a.active {
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border-radius: 5px;
    box-shadow: 0px 4px 10px 2px rgb(33, 33, 33);
    color: #fff;
}
.navigation li:hover {
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
}
.nav-btn {
	margin-right: 14px;
	margin-top: 0px;
	cursor: pointer;
}
.nav-btn span {
	display: block;
	width: 20px;
	height: 3px;
	background: #4a4b4b;
	margin: 3px 0;
	border-radius: 15px;
	transition: all 0.3s ease 0s;
}
.navbar-nav .nav-link {
	padding-top: 10px;
}
.main {
	width: 100%;
	overflow: hidden;
}
header.navgatn a {
	color: #4a4b4b;
	font-size: 16px;
}
ul.navbar2 li {
	display: inline-block;
}
ul.navbar2 img {
	vertical-align: middle;
}
.header-area {
	background: white;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
	padding: 0px 14px;
	margin: 16px 0 0 0;
}
ul.navbar2 {
	float: right;
}
.nav-link {
	display: block;
	padding: 8px 5px;
}
.dropdown i.fa.fa-caret-down {
	border: none;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: #ebeef4;
	border-radius: 5px;
	outline: none;
	text-align: center;
	color: #4e4e4e;
}
.background_sec {
    background: white;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
    margin: 0 0 20px 0 !important;
    float: left;
    width: 100%;
    padding-top: 15px;
    margin-top: 15px !important;
}
.main_section {
	padding: 1px 0 0 0;
}
.search-box input {
	width: 100%;
	max-width: 320px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	letter-spacing: 0;
	background: #ffffff;
	font-size: 16px;
	color: #9d9d9d;
	outline: none;
	float: right;
}
ul.navbar-nav_inner {
	float: left;
	display: -webkit-inline-box;
	position: relative;
	top: 3px;
}
li.nav-item_inner {
	display: inline-block;
}
a.nav-link_inner {
	display: block;
	padding: 0 5px;
}
span.input-group-btn i {
	border-left: 1px solid #ccd2dc;
	padding: 11px 0 16px 11px;
	cursor: pointer;
}
.text-center {
	text-align: left!important;
}
.search-box form i {
	position: absolute;
	right: 30px;
	top: 2px;
	font-size: 16px;
	color: #0f8ece;
}
.main-area {
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	color: #fff;
	margin: 16px 0;
	padding: 14px;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
a.nav-link_inner {
	display: block;
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.navbar-nav_inner select {
	border-radius: 5px;
	padding: 8px 116px 8px 8px;
	outline: none;
	border: none;
}
.main-area .center {
	margin: 14px 0;
	text-transform: uppercase;
	text-align: center;
}
.table-responsive {
	width: auto;
}
.table {
	min-width: 1550px;
}
.difrent thead {
	vertical-align: bottom;
	font-size: 17px;
	color: #4e4e4e;
	border-bottom: 2px solid #d0d5df;
	border-top: 0;
}
.btn_view {
	color: #fff !important;
	font-size: 15px;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	padding: 4px 14px;
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.difrent td,
th {
	color: #4e4e4e;
	font-size: 15px;
	font-weight: normal;
}
.table td,
.table th {
	padding: 18px 1px;
	vertical-align: middle;
	border-bottom: 2px solid #d0d5df;
	border-top: 0;
	position: relative;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-size: 17px;
	font-weight: 500;
	color: #4e4e4e;
}
.table thead th:nth-child(8),
.table thead th:nth-child(9) {
	width: 110px;
}
.table td:last-child {
	width: auto !important;
}
.table thead th:nth-child(7) {
	width: 75px;
}
span.after_bt {
	background: #3d3d3d;
	color: white;
	border-radius: 50%;
	position: absolute;
	height: 16px;
	width: 16px;
	text-align: center;
	margin-left: -10px;
}
.page-link {
	position: relative;
	display: block;
	padding: 12px;
	margin-left: -1px;
	border-radius: 5px;
	line-height: 1.25;
	color: #4e4e4e;
	background-color: #e8ebf1;
	margin: 0px 10px 0 0;
	border: none;
	min-width: 47px;
	text-align: center;
}
.page-link:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: linear-gradient(40deg, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	box-shadow: 0px 4px 10px 2px rgb(197, 197, 197);
	border: none;
}
a.page-link.active {
	background-image: linear-gradient(40deg, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	border-radius: 5px;
	box-shadow: 0px 4px 10px 2px rgb(183, 183, 183);
	color: #fff;
}
h4.header-title {
	color: #4e4e4e;
	text-decoration: none;
	font-size: 16px;
	padding: 20px;
}
.bottom_left {
	width: 50%;
	float: left;
}
.pagintn.jkj {
	width: 50%;
	float: right;
}
ul.pagination.pg-color-border {
	float: right;
}
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.solitude {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 275px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 999;
	right: -14px;
	top: 42px;
	border-radius: 5px;
}
.dropdown-content::after {
	content: "";
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
	height: 30px;
	display: none;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1
}
.dropdown:hover .dropdown-content,
.dropdown:hover .dropdown-content::after {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
.main-sec {
	display: flex;
	padding-left: 320px;
}
.col-sm-9.solitude {
	flex: initial;
	max-width: 100%;
}
.difrent i.fa.fa-sort {
	float: right;
	margin-right: 10px;
}
.pull-left .btn {
	background-image: linear-gradient(to right, #f8f8fa, #f8f8f8, #f8f8fa, #f8f8fa, #f6f6f6);
	border: 1px solid #eeeeee;
	padding: 8px 9px;
	box-shadow: none;
}
.navigation li a.active span {
	border-color: rgba(49, 54, 60, 0.5);
}
.bottom_sec {
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-top: 11px;
}
.col-sm-12.full {
	max-width: 100%;
	padding: 0;
}
.main-sec.active_main {
	left: -100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	padding: 0;
}
.main-sec {
	left: -100%;
	-webkit-transition: all 0.3s ease 0s !important;
}
aside.col-sm-3.sidebar.active_sidebar {
	left: -100%;
}
.btn_view:last-child {
	float: left;
}
.table td:nth-child(7) {
	text-align: center;
}
.table td:nth-child(8) {
	text-align: center;
}
.table td:nth-child(9) {
	text-align: center;
}
.overflow {
	display: none;
}

/* 10 june start Review page css */

.dataTables_scrollBody {
	border-bottom: none !important;
}
#DataTables_Table_0_info {
	padding: 30px 0 20px;
}
.auditlogs_flex {
	margin: 0px;
	padding: 0px;
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
.right_auditlogs {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.auditlogs_txt {
	margin: 0px;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 22px;
	color: #118ccd;
	font-weight: 600;
}
.padding_inside1 {
	padding: 0 15px;
}
.padding_inside1 .main-area-auditlog {
	color: #000 !important;
	margin: 16px 0px 0 0;
	padding: 12px 0 5px 0;
	display: flex;
	border-radius: 5px;
	font-size: 18px;
}
.padding_inside1 .auditlogs_flex {
	margin: 0px;
	padding: 0px 0 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.padding_inside1 .auditlogs_title {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
.padding_inside1 .date_audit {
	background: transparent;
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px 0px;
	width: 100%;
	height: 16px;
	-webkit-appearance: menulist;
	font-size: 12px;
}
.padding_inside1 .auditlogs_btn {
	margin: 0px 0px;
	padding: 0px 0 0px;
	width: 28%;
	height: auto;
	background: transparent;
}
.padding_inside1 .auditlogs_btn .search_btn {
	margin: 0px;
	padding: 0px;
}
.padding_inside1 .auditlogs_btn .search_btn a {
	padding: 0px 0;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 68%;
	border-radius: 5px;
	height: 37px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-decoration: none;
	background-image: linear-gradient(to right, #ff5401, #fe6013, #ff7e00, #ff7f02, #ff7e00);
	box-shadow: 0px 4px 16px -5px rgba(0, 0, 0, 0.41);
}
.padding_inside1 .auditlogs_box {
	margin: 0px 0px;
	padding: 0px 0 0px;
	width: 27%;
	height: auto;
	background: transparent;
	border-bottom: #cdd3dd solid thin;
}
.padding_inside1 {
	padding: 0 15px;
}
.padding_inside {
	padding: 15px;
	position: relative;
	z-index: 1;
}
.padding_inside table {
	position: relative;
}
.padding_inside::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	height: 70px;
	border-radius: 5px;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	z-index: -1;
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
table#myTable {
	padding-top: 0 !important;
	width: 100% !important;
}
.padding_inside .headline_all_table {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	top: 40px;
	z-index: 999;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	padding: 15px;
}
.myTable thead th {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	padding: 20px 0;
	border-color: #a9a9a9;
}
body table.dataTable thead th {
	padding: 20px 15px;
	border-color: #cecece;
	font-weight: 600;
	font-size: 16px;
}
.myTable {
	padding-top: 0 !important;
	width: 100% !important;
}
.myTable thead th {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	padding: 20px 0;
	border-color: #a9a9a9;
}
body .dataTables_scrollBody .myTable tr td,
.dataTables_scrollBody .myTable tr th {
	min-width: 100px;
}
#DataTables_Table_0_length select, .Dates_time select {
	border-radius: 4px;
	border: none;
	padding: 8px 5px;
	width: 100px;
	margin: 0 5px;
}
#DataTables_Table_0_length, .Dates_time div#DataTables_Table_1_length {
	color: #fff;
	text-transform: capitalize;
	margin-top: 14px;
	padding: 0 15px;
}
#DataTables_Table_0_filter, .Dates_time 
 #DataTables_Table_1_filter {
	color: #fff;
	padding: 15px;
}
#DataTables_Table_0_filter input[type="search"], .Dates_time input[type="search"] {
	border: none;
	border-radius: 5px;
	padding: 7px;
}
#DataTables_Table_0_paginate a#DataTables_Table_0_previous, 
.Dates_time a#DataTables_Table_1_previous, 
.Dates_time a#DataTables_Table_1_next {
	background-color: #e8ebf1;
	color: #4e4e4e;
	padding: 10px 15px;
	margin: 8px 0 8px 8px;
	border-radius: 5px;
	border: none;
}
#DataTables_Table_0_paginate a {
	background-color: #e8ebf1;
	color: #4e4e4e;
	padding: 10px 15px;
	margin: 8px 0 8px 8px;
	border-radius: 5px;
	border: none;
}
#DataTables_Table_0_paginate a.paginate_button.current,
#DataTables_Table_0_paginate a:hover, .Dates_time a#DataTables_Table_1_previous:hover, 
.Dates_time a#DataTables_Table_1_next:hover, .Dates_time a.paginate_button.current {
    background-image: linear-gradient(40deg, #934598, #884b9d, #6366b6, #4b71bd, #4072ba) !important;
    box-shadow: 0px 4px 10px 2px rgb(197, 197, 197);
    color: #fff !important;
    border: none !important;
}
.dataTables_scrollHeadInner {
	width: 100% !important;
}
.calender_img.calndr2 {
    padding: 0;
    margin-top: 15px;
}
.backpage_list.bottom_top {
    width: 100%;
}
.backpage_list2.bottom_top {
    width: 98% !important;
}
#DataTables_Table_0_paginate a.paginate_button.current, #DataTables_Table_0_paginate a:hover, .Dates_time a#DataTables_Table_1_previous:hover, .Dates_time a#DataTables_Table_1_next:hover, .Dates_time a.paginate_button.current {
    background-image: linear-gradient(40deg, #934598, #884b9d, #6366b6, #4b71bd, #4072ba) !important;
    box-shadow: 0px 4px 10px 2px rgb(197, 197, 197);
    color: #fff !important;
    border: none !important;
}
#DataTables_Table_0_paginate a#DataTables_Table_0_previous, .Dates_time a#DataTables_Table_1_previous, .Dates_time a#DataTables_Table_1_next {
    background-color: #e8ebf1;
    color: #4e4e4e;
    padding: 10px 15px;
    margin: 8px 0 8px 8px;
    border-radius: 5px;
    border: none;
}

/* 10 june css end */

/* medical history css start */

.modal-header {
    border-bottom: transparent;
}
.textareaa {
    height: 100px !important;
}
.textareaa2 {
    padding-left: 0;
}

/* medical history css end */

/* login css start */

body#login_page {
	padding: 100px 0;
	background: #fff;
}
.form_login {
	border: 0;
	border-radius: 5px;
	background: #fff;
	max-width: 548px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 0 2rem 0 rgba(182, 182, 182, 0.54);
}
.logo3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.logo3 img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.top_border {
	text-align: center;
	margin: 20px 0 0;
	padding: 28px 0;
	border-top: 2px solid #dedede;
}
.sign {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0px 0 0;
	margin: 0px;
}
.sign span {
	color: #0f8dce;
	font-size: 30px;
	font-weight: 400;
	padding: 0 0 0 15px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 500;
}
p.btm {
	color: #6a6a6a;
	font-size: 16px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	font-weight: 400;
}
.form_fld {
	margin: 0px;
	padding: 15px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #f6f6f6;
	width: 100%;
	outline: none;
}
.form_fld2 {
	margin: 20px 0 0;
	padding: 15px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #f6f6f6;
	width: 100%;
	outline: none;
}
.signbtn {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.signbtn a {
	margin: 28px 0 0;
	padding: 17px 0;
	color: #fff;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	border-radius: 5px;
	height: 52px;
	display: inline-block;
	text-decoration: none;
	max-width: 223px;
	width: 100%;
}
.forgt_psswrd {
	margin: 0px;
	padding: 18px 0 0;
	text-align: center;
}
.forgt_psswrd a {
	margin: 0px;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
}

/* login css end */

/* register css start */

body#register{
    padding:95px 0;
    background: url(../images/newbg.jpg) no-repeat ;
    background-size: cover;
    background-position:  center top;
    background-attachment: fixed;
}
.form_main{
     border: 0;
    border-radius: 5px;
    background: #fff;
    max-width: 548px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 2rem 0 rgba(182, 182, 182, 0.54);
}
.logo2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.logo2 img {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}
.top_border2{
    text-align: center;
    margin: 20px 0 0;
    padding: 28px 0;
    border-top: 2px solid #dedede;
}
.sign2{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0px 0 0;
    margin: 0px;
}
input.field_img {
    padding: 12px;
    display: block;
    width: 100%;
    margin: 12px 0 0;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
}
.terms a {
    color: #4c93d1;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}
.terms {
    color: #767676;
    font-family: 'Poppins', sans-serif;
}
.sign2 span {
    color: #0f8dce;
    font-size: 30px;
    font-weight: 400;
    padding: 0 0 0 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.working_gp p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
    padding: 22px 0 0 0;
    margin: 0px 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
p.btm2 {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
    padding:15px 0 0 0;
    margin: 0px 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.space_bottom {
    margin: 20px 0 0;
}
.field_txt{
    padding: 12px;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #aeaeae;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #f6f6f6;
    outline:none;
}
.field_txt2{
    padding: 12px;
    display: block;
    width: 100%;
    margin:20px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #aeaeae;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #f6f6f6;
    outline:none;
}
.privacy_bottom {
    margin: 0px;
    padding:20px 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.chekbox {
    width: 28px;
    height: auto;
    
}
.rightbox {
    margin:0px;
}
.registerbtn{
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.registerbtn a {
    margin: 28px 0 0;
    padding: 17px 0;
    color: #fff;
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border-radius: 5px;
    height: 52px;
    display: inline-block;
    text-decoration: none;
    max-width: 223px;
    width: 100%;
    box-shadow: 0 0 2rem 0 rgba(182, 182, 182, 0.56);
}
input.field_date {
    padding: 12px;
    display: block;
    width: 100%;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #aeaeae;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #f6f6f6;
    outline: none;
    text-transform: uppercase;
}
input.field_txt2::placeholder, input.field_txt::placeholder  {
    color: #aeaeae!important;
}
.account{

    margin: 0px;
    padding:18px 0 0;
    text-align: center;
}
.account a{
    color: #4c93d1;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding:0;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
}

/*document_upload_css*/

.documentform_hides {
	display: none;
	}
.form_main_document{
    border: 0;
    background: #fff;
    max-width: 548px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 2rem 0 rgba(182, 182, 182, 0.54);
}
.top_border2_document{
    text-align: center;
    padding: 8px 0;
    font-family: 'Poppins', sans-serif;
}
.document_heading{
    padding: 0px 0 0;
    margin: 0px;
}
.document_heading span {
    color: #0f8dce;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
p.btm2_document {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
    padding:10px 0 0 0;
    margin: 0px 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 28px;
}
.document_form {
    padding: 23px 0;
}
input.docfield {
    border: 1px solid #e2e2e2;
    padding: 18px;
    width: 100%;
    outline: none;
    margin: 6px 0 22px 0;
    font-family: 'Poppins', sans-serif;
}
textarea.docfield {
    border: 1px solid #e2e2e2;
    padding: 24px;
    width: 100%;
    outline: none;
    margin: 6px 0 16px 0;
    font-family: 'Poppins', sans-serif;
}
.document_form h3 {
    font-size: 16px;
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}
.document_form p {
    font-size: 14px;
    text-align: center;
    color: #6a6a6a;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    padding: 0 10px;
}
.submitbtn{

    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.submitbtn a{
    font-family: 'Poppins', sans-serif;
    margin:28px 0 0;
    padding:17px 0;
    color: #fff;
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border-radius: 5px;
    height: 52px;
    display: inline-block;
    text-decoration: none;
    max-width: 221px;
    width: 100%;

}

/*document_upload_css_end*/

/* register css end */

/*gp_profile CSS start*/

.gp_progile_bg {
	background: white;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
	margin: 20px 0;
	padding: 20px 20px;
	width: 100%;
}
.gp_flex {
	margin: 0px;
	padding: 0px 0 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: #dadada solid thin;
}
.right_gp {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.gp_txt {
	margin: 0px;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 22px;
	color: #118ccd;
	font-weight: 600;
}
.update_btn {
	margin: 0px;
	padding: 0px;
}
.update_btn a {
	margin: 0px;
	padding: 0px 0;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 166px;
	border-radius: 5px;
	height: 44px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-decoration: none;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.form_gp_box {
	margin: 0px 0 0;
	padding: 40px 0;
	border-bottom: #dadada solid thin;
}
.profile_pic {
	text-align: center;
	margin: 0px;
	padding: 0px 0;
}
.center_switch {
	margin: 0px;
	padding: 30px 0;
	text-align: center;
	background: transparent;
}
.switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 20px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 100px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: .4s;
	border-radius: 100px;
	transition: .4s;
}
input:checked+.slider {
	background-color: #2fd757;
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.switchtitle {
	margin: 0px;
	padding: 12px 0;
	font-weight: 400;
	font-size: 16px;
}
.colm1 label {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #6b6b6c;
	text-transform: capitalize;
}
.gp_fild {
	margin: 15px 0 0;
	padding: 0px 15px;
	outline: none;
	height: 44px;
	border: #e2e2e2 solid thin;
	background: #f4f4f4;
	font-size: 16px;
	color: #979797;
	border-radius: 5px;
	width: 100%;
}
.gp_top_space {
	margin-top: 25px;
}
.gp_area {
	margin: 15px 0 0;
	padding: 15px 15px;
	outline: none;
	height: 44px;
	border: #e2e2e2 solid thin;
	background: #f4f4f4;
	font-size: 16px;
	color: #979797;
	border-radius: 5px;
	width: 100%;
	min-height: 116px;
}
.add_box {
	margin: 15px 0 0;
	padding: 15px 15px;
	outline: none;
	height: 44px;
	border: #e2e2e2 solid thin;
	background: #f4f4f4;
	font-size: 16px;
	color: #979797;
	border-radius: 5px;
	width: 100%;
	min-height: 116px;
}
.add_btn_space {
	margin: 30px 0px 0;
	padding: 0px 0px;
}
.btn_more {
	margin: 0px 0px 0;
	padding: 0px 0px;
	width: 166px;
	height: 44px;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	background-image: linear-gradient(to right, #934598, #0e8ece);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.adds {
	margin: 0px;
	padding: 15px 0;
	text-align: center;
	background: transparent;
	border-right: #51b3fa solid thin;
	width: 130px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.btn_more2 {
	margin: 30px 0px 0;
	padding: 0px 0px;
	width: 166px;
	height: 44px;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	background-image: linear-gradient(to right, #934598, #0e8ece);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.btn_more2 input {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: -webkit-box;
	width: 100%;
	height: 44px;
}
.adds2 {
	margin: 0px;
	padding: 0px 0;
	background: transparent;
	width: 130px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.title_gp {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #118ccd;
	text-transform: uppercase;
	font-weight: 600;
}
.verify_flex {
	margin: 12px 0 0;
	padding: 12px 12px;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	border: #e2e2e2 solid thin;
	background: #f4f4f4;
	border-radius: 5px;
}
.txtverify {
	color: #868686;
	font-size: 16px;
}
.txtverify i {
	margin-right: 10px;
}
.icon_chk i {
	font-size: 24px;
	color: #2fd757;
}
.center_verify_btn {
	margin: 40px 0 0;
	padding: 0px 0 0;
	justify-content: center;
	display: flex;
	width: 100%;
}
.center_verify_btn a {
	margin: 0px 12px;
	padding: 12px 15px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	width: 160px;
	display: inline-block;
	text-decoration: none;
	background-image: linear-gradient(to right, #0e8ece, #934598);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.center_verify_btn a.cancel {
	background-image: linear-gradient(#e42c2c, #fd5354);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.colm2 label {
	margin: 20px 0 0;
	padding: 0px;
	font-weight: 600;
	color: #6b6b6c;
	text-transform: capitalize;
}
.save_verify_btn {
	margin: 50px 0 0;
	padding: 0px 0 0;
	justify-content: center;
	display: flex;
	width: 100%;
}
.save_verify_btn input {
	margin: 0px;
	padding: 12px 15px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	border: none;
	background-image: linear-gradient(to right, #2dd355, #34e45d);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.save_verify_btn input.reset {
	margin-left: 15px;
	background-image: linear-gradient(#e42c2c, #fd5354);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}

/*gp_profile CSS start*/

/* Message page  */

.message_search_btn {
	margin: 0px;
	padding: 0px;
}
.message_search_btn a {
	margin: 0px;
	padding: 0px 0;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #0e8ece;
	width: 100%;
	border-radius: 5px;
	height: 47px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-decoration: none;
	background-image: linear-gradient(to bottom, #fdfdfd, #eaeaea);
	background: #fdfdfd;
}
.message_date_box {
	margin: 0px;
	padding: 0px;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	justify-content: space-between;
}
.message_report_box:first-child {
	margin-right: 30px;
}
.message_report_box {
	margin: 0px 0px;
	padding: 0px 0 0px;
	height: auto;
	background: transparent;
	border-bottom: #cdd3dd solid thin;
}
.message_date_info {
	margin: 0px;
	padding: 0px 0px;
	width: 100%;
	outline: none;
	border: none;
	background: transparent;
	height: 40px;
	-webkit-appearance: menulist;
	color: #fff;
}
.message_date_info::-webkit-input-placeholder {
	color: #fff;
}
.message_box_chat {
	display: flex;
	align-items: center;
}
.messager_title {
	text-align: left;
}
.back_section.reports_last {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.message_main-area {
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	color: #fff;
	margin: 16px 0;
	padding: 18px 18px;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.message_bottom_sec {
	background: #f9f9f9;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	margin-top: 15px;
	padding: 18px 18px;
	width: 100%;
}
.date_time,
.message_none #DataTables_Table_0_info,
.message_none #DataTables_Table_0_paginate {
	display: none;
}
.message_day_date::before {
	content: "";
	width: 36%;
	position: absolute;
	background: #cacaca;
	height: 1px;
	left: 30px;
	margin: 8px 0 0 0;
}
.message_day_date::after {
	content: "";
	width: 36%;
	position: absolute;
	background: #cacaca;
	height: 1px;
	right: 30px;
	margin: 8px 0 0 0;
}
.message_day_date {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #777777;
}
.message_box_day_date {
	font-weight: normal;
	font-size: 14px;
	color: #777777;
	line-height: 26px;
	padding: 30px 0px;
}
.message_day_message {
	margin: 30px 0px;
}
.message_send_button {
	margin: 20px 18px;
}
.send_new_message {
	margin: 0px;
	padding: 0px;
}
.send_new_message {
	margin: 0px;
	padding: 0px 0;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-decoration: none;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.message_text_are {
	width: 98%;
	margin: 20px 20px;
	padding: 0px;
}
textarea.message_text {
	width: 98%;
	height: 200px;
}
textarea.message_text {
	width: 98%;
	height: 200px;
	margin: 0px;
	border: 1px solid #c7c7c7;
	padding: 20px 18px;
}
.send_message_btn {
	margin: 20px 20px;
	padding: 0px;
}
.send_message_btn a {
	margin: 0px;
	padding: 0px 10;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 20%;
	border-radius: 5px;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-decoration: none;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.send_message_btn i {
	text-align: right;
	float: right;
	width: 70%;
}

/* Message page end  */

/*Notification Alrt CSS Start*/

.notification_bg {
	margin: 20px;
	padding: 0px;
}
.Notification_alert {
	line-height: 30px;
	font-size: 24px;
	color: #222;
}
.notifications-block {
	width: 100%;
	padding: 30px 40px;
	margin: 0px 20px;
	clear: both;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
	box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
}
.notifi_alrt {
	margin: 0px 0px;
	padding: 30px 0px;
	border-bottom: 1px solid #222;
}
.notification-delete-icon i {
	color: #4072ba;
	font-size: 22px;
}

/*Notification Alrt CSS End*/

/* report css start */

.back_section {
	margin: 0px;
	padding: 15px 15px;
	border-bottom: #dadada solid thin;
}
.background_sec_report {
	background: white;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
	margin: 20px 16px;
	float: left;
	width: 67%;
}
.back_section.reports_last {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.report_ul {
	display: flex;
	margin: 30px 0;
	text-align: center;
}
.report_ul li {
	display: inline-flex;
	margin: 10px 10px;
	padding: 0px;
	max-width: 30%;
}
.upload_docu {
	background: white;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
	margin: 20px 0 0 30px;
	float: left;
	width: 26%;
	height: 980px;
}
.upload_document {
	padding: 240px 30px;
	font-size: 16px;
	color: #a4a5a5;
	line-height: 26px;
}

/* report css end*/

/* report_list css start */

.close_center a {
	color: #ee6969;
}

/* report_list css end */

/* single_patients css start */

.patient_back_section {
	margin-top: 20px;
	padding: 15px 15px;
	border-radius: 5px 5px 0 0;
}
.solitude .center_switch {
	margin: 0 0 0 0;
	padding: 20px 0;
	text-align: center;
	background: transparent;
}
.active_solitude .center_switch {
	margin: 22px 0 0 0;
	padding: 30px 0;
	text-align: center;
	background: transparent;
}
.active_solitude .center_switch {
	margin: 2px 0 0 0;
	padding: 30px 0;
	text-align: center;
	background: transparent;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 100px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: .4s;
	border-radius: 100px;
	transition: .4s;
}
input:checked+.slider {
	background-color: #2fd757;
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.switchtitle {
	margin: 0px;
	padding: 12px 0;
	font-weight: 400;
	font-size: 16px;
}
.patient_list_single {
	display: flex;
	margin: 0px;
	padding: 0px;
	justify-content: space-between;
}
.patient_list_single_one {
	margin: 0px;
	padding: 0 0px;
}
.patient_list_single_two {
	margin: 0px;
	padding: 0 0px 0 30px;
}
.solitude .patient_list_single_two h4 {
	font-size: 22px;
	margin: 0px 0 10px 0;
	padding: 0px;
	line-height: 33px;
	color: #118ccd;
	font-weight: 500;
}
.solitude .patient_list_single_two p {
	font-size: 13px;
	line-height: 24px;
	color: #4a4b4b;
	margin-bottom: 10px;
}
.active_solitude .patient_list_single_two h4 {
	font-size: 22px;
	margin: 0px 0 20px 0;
	padding: 0px;
	line-height: 33px;
	color: #118ccd;
	font-weight: 500;
}
.active_solitude .patient_list_single_two p {
	font-size: 15px;
	line-height: 36px;
	color: #4a4b4b;
	margin-bottom: 10px;
}
button.edit_btn {
    background: #33e05c;
    padding: 11px 25px;
    margin: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
button.dlt_btn {
	background: #f94d4d;
	padding: 11px 25px;
	margin: 0px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.border_right {
	border-left: 2px solid #ced5e1;
	border-right: 2px solid #ced5e1;
}
.gp_list_pati h4 {
	font-size: 22px;
	margin: 0px 0 10px 0;
	padding: 0px;
	line-height: 33px;
	color: #118ccd;
	font-weight: 500;
}
.gp_list_pati p {
	font-size: 13px;
	line-height: 24px;
	color: #4a4b4b;
	margin-bottom: 10px;
}
.report_box:first-child {
	margin-right: 30px;
}
.r_title {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	color: #4a4b4b;
	font-size: 16px;
}
.date_info {
	margin: 0px;
	padding: 0px 10px;
	width: 100%;
	outline: none;
	border: none;
	height: 40px;
	-webkit-appearance: menulist;
	background: #e4e7ed;
	border: 1px solid #e4e7ed;
	outline: none;
}
.report_box {
	margin: 0px 3px;
	padding: 0px 0 0px;
	width: 48%;
	height: auto;
	background: transparent;
	float: left;
}
.search_patient {
	display: inline-flex;
	width: 100%;
	margin: 10px 0 0 0;
	clear: both;
	outline: none;
	background: #e4e7ed;
}
input.searc_box {
	padding: 10px 15px;
	margin: 0px 0px;
	background: #e4e7ed;
	border: 1px solid #e4e7ed;
	border-radius: 5px;
	width: 100%;
}
.message_text_are {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
textarea.message_text {
	width: 98%;
	margin: 0px;
	border: 1px solid #c7c7c7;
	padding: 20px 18px;
	height: 148px !important;
	background: #eceff5;
}
.btn_more_message {
	margin: 20px 0;
	padding: 0px 0px;
	width: 166px;
	height: 44px;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	background-image: linear-gradient(to right, #934598, #0e8ece);
	box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
}
.adds2 {
	margin: 0px;
	padding: 0px 0;
	text-align: center;
	background: transparent;
	border-right: #51b3fa solid thin;
	width: 130px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.btn_more_message input {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: -webkit-box;
	width: 100%;
	height: 44px;
}
.pluss {
	margin: 0px;
	padding: 15px 15px;
	text-align: center;
	background: transparent;
	color: #fff;
	border-left: #21669c solid 1px;
}
.second_sec {
	background: #fff;
	margin: 0px;
	padding: 20px 0 10px 0;
	margin: 0 15px;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
}
.accord_start {
	background: #fff;
	width: 100%;
	margin: 20px 15px;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
	padding: 0 15px;
}
.toggle_bar_full {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: #dadada solid thin;
}
.toggle_div {
	background: #e5e5e5;
	padding: 4px 10px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	width: 35px;
	height: 35px;
}
.patient_insight {
	font-size: 18px;
	margin: 0px 10px;
	padding: 0px;
	line-height: 33px;
	color: #118ccd;
	font-weight: 500;
}
.ref_full_div {
	display: flex;
}
.reffresh_sec {
	background: #e5e5e5;
	padding: 10px;
	border-radius: 5px;
	margin: 0 10px;
	width: 35px;
	height: 35px;
}
.fullscreen .toggle_bar_full {
    height: 60px;
    position: relative;
}
.fullscreen .row.collspe_section {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    padding: 0 15px;
    bottom: 0;
}
.full_screen_sec {
	background: #e5e5e5;
	padding: 10px;
	border-radius: 5px;
	width: 35px;
	height: 35px;
}
.scroll_hide {
	overflow: hidden;
}
.toggle_bar_full.active_title_bar {
	border: none;
}
.row.accord_start.fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 999;
}
.toggle_class {
	display: flex;
}
.Prescriptions_graph {
	background: #f4f4f4;
	border-radius: 5px;
}
.Pres_title {
	padding: 10px 0px;
	font-weight: 500;
	color: #2e3238;
	font-size: 18px;
}
.add_new_btn .book_now {
    width: 115px;
    height: 37px;
    padding: 10px;
    border-radius: 5px;
    line-height: 0;
}
.row.collspe_section {
	padding: 20px 0;
	width: 100%;
	margin: 0px;
}
.bottom_top {
	border-bottom: #dadada solid thin;
	padding: 15px 0px;
}
.patient_table {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
}
.edi_icon {
	margin: 5px 0px;
	padding: 5px 10px;
	background: #47b735;
	border-radius: 4px;
	width: 30px;
	height: 30px;
}
.edi_icon.fa.fa-pencil::before {
	color: #fff;
}
.del_icon {
    margin: 0px;
    padding: 0px;
    background: #f34848;
    padding: 5px 10px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
}
.del_icon.fa.fa-remove::before {
	color: #fff;
}
.table-borderless tbody tr {
	margin: 0px;
	padding: 0px;
}
.table_img_sec {
	position: absolute;
	right: 176px;
	width: 200px;
	height: auto;
}
.family_table td,
.table th {
	padding: 18px 10px;
}
table.family_table {
	width: 100%;
}
.family_table thead tr {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-size: 17px;
	font-weight: 500;
	color: #4e4e4e;
	padding: 18px 3px;
}
.family_table td,
.table tr th {
	padding: 18px 1px;
	vertical-align: middle;
	border-bottom: 2px solid #d0d5df;
	border-top: 0;
	position: relative;
}
.family_table tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
}
.table_cal2 {
    width: 100%;
    text-align: center;
    line-height: 2.5;
}
.table_cal {
    width: 100%;
}
.future-apointmnt.bottom_top.Medication {
    padding-bottom: 15px !important;
}
input#addrow, input#addrow2, input#addrow3, input#addrow4 {
    color: #fff !important;
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
    border-radius: 5px;
    padding: 10px 50px;
    border: none;
    font-size: 18px;
}
.edit_icon {
	text-align: right;
	margin: 0px;
	padding: 0px !important;
}
.family_table td,
.table tr {
	padding: 18px 10px;
}
.tab {
	float: left;
	background-color: #fff;
	box-shadow: 0px 4px 10px 2px rgba(230, 230, 230, 0.74);
	width: 30%;
	padding: 20px;
}
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}
.tab button.active {
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	border-radius: 5px;
	color: #fff;
}
.tabcontent {
	float: left;
	padding: 0px 12px;
	width: 70%;
	border-left: none;
	height: 300px;
}
.tabcontent ul {
	margin: 0px;
	padding: 0px;
}
.tabcontent ul li {
	list-style: none;
	margin: 0px;
	padding: 10px 10px;
	font-weight: 500;
	color: #5c5c5c;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #cbd3e4;
}
body table.family_table tr:first-child {
	background: #f1f1f1;
}
body table.family_table.table-hover th {
	font-size: 17px;
	padding: 21px;
}
body table.family_table.table-hover td:last-child {
	max-width: 45px;
	width: 46px;
}
.patient_back_section.single_patinent_bg {
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.tab button.active {
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	border-radius: 5px;
	color: #fff;
}

/* single_patients css end */

/* patients_dashboard css start */

.edt_del_btn {
    margin-top: 30px !important;
}
.panel.with-nav-tabs.panel-default a {
    color: #118ccd !important;
    font-size: 18px;
}
.accord_start .row {
    width: 100%;
}
.panel.with-nav-tabs.panel-default li {
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
}
.panel.with-nav-tabs.panel-default a.active {
    padding: 8px 11px;
    color: #fff !important;
}
.panel.with-nav-tabs.panel-default a:hover {
    text-decoration: none;
}
.tab-content {
    margin: 15px 0;
}
.row.collspe_section.grey_bkgrnd {
    background: #f4f4f4;
    margin: 15px 0;
	box-shadow: 0px 4px 10px 2px rgb(196, 198, 202);
}
.add_btn .second_sec.modaal, .add_btn .patient_back_section.single_patinent_bg {
    background: transparent;
    margin: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.add_btn {
    padding: 0;
}
.table-wrapper {
		width: 700px;
		margin: 30px auto;
        background: #fff;
        padding: 20px;	
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.grey_bkgrndInr .table-title {
        padding-bottom: 10px;
        margin: 0 0 10px;
}
.grey_bkgrndInr .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
}
.grey_bkgrndInr .table-title .add-new {
        float: right;
		height: 30px;
		font-weight: bold;
		font-size: 12px;
		text-shadow: none;
		min-width: 100px;
		border-radius: 50px;
		line-height: 13px;
}
.grey_bkgrndInr .table-title .add-new i {
		margin-right: 4px;
}
.grey_bkgrndInr table.table {
        table-layout: fixed;
}
.grey_bkgrndInr table.table tr th, table.table tr td {
        border-color: transparent;
}
.grey_bkgrndInr table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
}
.grey_bkgrndInr table.table th:last-child {
        width: 100px;
}
.grey_bkgrndInr table.table td a {
		cursor: pointer;
        display: inline-block;
        margin: 0 5px;
		min-width: 24px;
}    
.grey_bkgrndInr table.table td a.add {
        color: #27C46B;
}
.grey_bkgrndInr table.table td a.edit {
        color: #FFC107;
}
.grey_bkgrndInr table.table td a.delete {
        color: #E34724;
}
.grey_bkgrndInr td.edit_icon i {
    color: #fff;
    font-size: 17px !important;
}    
.grey_bkgrndInr table.table .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
}
.grey_bkgrndInr	table.table .form-control.error {
		border-color: #f50000;
}
.grey_bkgrndInr table.table td .add {
		display: none;
}
.grey_bkgrndInr .table {
    min-width: auto;
}
.Pres_titleInr {
    display: flex;
    justify-content: space-between;
}
.Pres_titleInr .btn-info {
    color: #fff;
    background-image: linear-gradient(to right, #88459b, #5465af);
    border-color: transparent;
	cursor: pointer;
}
.Pres_titleInr .btn-info:active {
    color: #fff;
    background-image: linear-gradient(to right, #88459b, #5465af) !important;
    border-color: transparent !important;
}
.Pres_titleInr .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0);
}
.Pres_titleInr .btn-info:disabled {
	background-color: #17a2b800 !important;
}
#mytable2 td, .table tr {
    padding: 0;
}
#mytable2 td, .table th {
    padding: 15px 0 0 0;
}
#mytable2 tr {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.edi_icon:active {
    background: #47b735 !important;
}

/* patients_dashboard css end */

/* appointments css start */
.modal-backdrop.show {
    opacity: 0;
}
.modal-backdrop {
    position: absolute;
}
.patient_back_section.single_patinent_bg.apoinmnts {
    width: 100%;
    float: left;
}
.apoinmnts .accord_start {
    margin: 20px 0;
}
.book_now:hover {
    text-decoration: none;
}
.book_now {
    color: #fff !important;
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
    border-radius: 5px;
    padding: 10px 50px;
    border: none;
    font-size: 18px;
}
.apoinmnts .background_sec {
    background: transparent;
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.modal label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 9px;
}
.modal form {
    padding: 15px;
}
.btnGrp {
    display: flex;
    padding-left: 0;
}
.btnGrp a.btn.btn-primary.btn-blue.btn-signin {
    margin-right: 15px;
}
.btnGrp a.btn.btn-primary.btn-blue.btn-signin, .btnGrp button {
    color: #fff !important;
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
    border-radius: 5px;
    padding: 10px 50px;
    border: none;
    font-size: 18px;
}
.modal button.btn.btn-danger {
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
    border: none;
}
.modal select, textarea#comments {
    height: 51px;
    line-height: 25px;
    padding: 0 20px;
    outline: 0;
    font-size: 18px;
    color: #3a3838;
    margin: 0 0 16px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
}
label.lbl {
    color: transparent;
}
.future-apointmnt {
    display: flex;
    justify-content: space-between;
}
.patient_insight.backpage_list2.bottom_top.data_pading {
    padding: 0;
    margin: 0;
}

/* appointments css end */

/* GPSurgery css start */

li.dropdown {
    width: 100%;
}
ul.dropdown-menu.show {
    width: 100%;
    padding: 5px 15px;
}
.show li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 10px;
}
.joined_data {
    width: 1548px !important;
}

/* GPSurgery css end */

/* users css start */

.my-model input[type="checkbox"] {
    margin-top: 20px;
}
.my-model a.btn.btn-primary.btn-blue.btn-signin {
    margin-left: 20px;
}

/* users css end */

/* medication css start */

.modal.models td.col-md-5 {
    width: 50%;
    padding: 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffff !important;
}
.future-apointmnt.bottom_top.Medication {
    padding: 0;
}

/* medication css end */

/* pharmacies css start */

.order_list td.col-md-6 {
    width: 48%;
    padding: 0 5px;
}

/* pharmacies css end */

/* mia_history css start */

.add_new button {
    display: none;
}

/* mia_history css end */

/* mia_chart css start */

.mia_chart {
    padding-bottom: 15px;
}
.inactive_bread_inr .patient_back_section.single_patinent_bg, 
.inactive_breadInr2 .patient_back_section.single_patinent_bg {
    border-radius: 5px;
}
.mia_chart {
    padding-bottom: 15px;
    box-shadow: 0px 4px 10px 2px rgb(196, 198, 202);
    text-align: center;
}

/* mia_chart css end */

/* pharmacies css start */

.modaal button.btn.btn-primary {
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border-radius: 5px;
    padding: 10px 90px;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 4px 10px 2px rgb(196, 198, 202);
}
.modaal button:focus {
    box-shadow: none;
}
.modal-dialog {
    max-width: 1200px;
}
.modal-body .table {
    min-width: 1100px;
}

/* pharmacies css end */

.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    background-color: #2e3238 !important;
}
.dropdown-toggle::after {
    margin-left: 8.255em !important;
}
.modal-dialog {
    top: 50px;
}

/* 29 june css start */

.back {
    margin-left: 15px;
}
.Dates_time2 #DataTables_Table_1_length, 
.Dates_time2 #DataTables_Table_1_filter {
    display: none;
}
.Dates_time2.padding_inside::after {
    background-image: linear-gradient(to right, #93459800, #884b9d00, #6366b600, #4b71bd00, #4072ba00);
    box-shadow: none;
}

/* 29 june css end */

/* Login css start */

body#login_page {
	padding: 100px 0;
	background: #fff;
}
.form_login {
	border: 0;
	border-radius: 5px;
	background: #fff;
	max-width: 548px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 0 2rem 0 rgba(182, 182, 182, 0.54);
}
.logo3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.logo3 img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.top_border {
	text-align: center;
	margin: 20px 0 0;
	padding: 28px 0;
	border-top: 2px solid #dedede;
}
.sign {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0px 0 0;
	margin: 0px;
}
.sign span {
	color: #0f8dce;
	font-size: 30px;
	font-weight: 400;
	padding: 0 0 0 15px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 500;
}
p.btm {
	color: #6a6a6a;
	font-size: 16px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	font-weight: 400;
}
.form_fld {
	margin: 0px;
	padding: 15px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #f6f6f6;
	width: 100%;
	outline: none;
}
.form_fld2 {
	margin: 20px 0 0;
	padding: 15px 15px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #f6f6f6;
	width: 100%;
	outline: none;
}
.signbtn {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.signbtn a {
	margin: 28px 0 0;
	padding: 17px 0;
	color: #fff;
	background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
	border-radius: 5px;
	height: 52px;
	display: inline-block;
	text-decoration: none;
	max-width: 223px;
	width: 100%;
}
.forgt_psswrd {
	margin: 0px;
	padding: 18px 0 0;
	text-align: center;
}
.forgt_psswrd a {
	margin: 0px;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
}

/* login css end */

/* breadcrumb 8 july css start */

.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.breadcrumb>li {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}
.breadcrumb>li+li:before {
    padding: 0;
}
.breadcrumb li a {
    color: #4871bc;
    text-decoration: none;
    padding: 10px 0 10px 0;
    position: relative;
    display: inline-block;
    width: calc( 100% - 0px );
    background-color: hsl(0, 0%, 100%);
    text-align: center;
    text-transform: capitalize;
    border-radius: 0 23px 27px 0;
    z-index: 999 !important;
    box-shadow: 0px 4px 8px 3px rgb(71, 70, 70);
}
.breadcrumb li.active a {
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    color: #fff;
    z-index: 1 !important;
    box-shadow: unset;
}
.msg a {
    margin-left: -15px;
}
.breadcrumb li.active a:after {
    border-left: 30px solid #5170bd;
}
.background_sec.padding_inside.space1 {
    margin: 0 !important;
}
.space2 {
    margin-top: 15px;
}
.space3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.space4 {
    padding-top: 7px !important;
}
.patient_back_section.single_patinent_bg.apoinmnts.space5 {
    margin: 40px 0 !important;
}
.row.accord_start.space6 {
    margin: 15px 0 0 0;
}

/* breadcrumb 8 july css end */

/* 19-7 changes css start */
button.btn.btn-primary.book_now.account {
    margin: 0 0px 12px 0px;
}
.paragraph p {
    font-size: 16px;
    padding: 15px;
    line-height: 24px;
}
.col-sm-12.col-md-12.col-lg-12.col-xl-12.buttons {
    margin: 26px 0 0 0;
	    text-align: right;
}

/* 19-7 changes css end */

/* 20-7 changes css start */
.report_boxmain {
    display: flex;
}
.report_boxmain #myVariable1, 
.report_boxmain #myVariable2  {
    width: 100%;
    background: #e5e5e5;
    border: none;
    font-size: 12px;
    padding: 6px;
}
label.time {
    margin-top: 13px;
}

/* 20-7 changes css end */

/* 25_July changes css start */

.edit-profile-photo {
    position: relative;
    display: block;
    margin-bottom: 35px;
	text-align: center;
}
.change-photo-btn i {
    margin-right: 0;
    font-size: 20px;
}
.edit-profile-photo img {
    border-radius: 130px;
    max-width: 150px;
    width: 100%;
    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
}
.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 6px 5px 2px 8px;
    cursor: pointer;
}
.change-photo-btn {
    font-weight: 600;
    padding: 5px 6px;
    color: #333;
    background-color: #f7f7f7;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: auto;
    transition: .3s;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    bottom: 8px;
    left: 53%;
    width: auto;
    box-shadow: 0 2px 0px #ddd;
}
input[type=file] {
    display: block;
}
.profile_info input#FirstName, 
.profile_info input#LastName, 
.profile_info input#MobileNumber, 
.profile_info input#myVariable3, 
.profile_info input#EmailAddress, 
.profile_info input#RegisteredGpSurgery, 
.profile_info input#Address,
.profile_info input#PostCode, 
.profile_info input#City, 
.profile_info select#Gender,
.profile_info select#Country, 
.profile_info input#RecentPhoto, 
.profile_info input#PassportOrLicense {
    width: 100%;
    height: 51px;
    padding: 0 20px;
    outline: 0;
    font-size: 18px;
    margin: 0 0 16px;
    max-width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    font-weight: 500;
    border-radius: 3px;
}
.profile_info button.btn.btn-primary.btn-blue.btn-signin {
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    box-shadow: 0px 4px 10px 2px rgb(214, 214, 214);
    border: none;
    padding: 6px 20px;
    font-size: 20px;
    text-transform: uppercase;
}
h4.update_profile {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
input#myVariable4, input#myVariable {
    padding: 0 20px;
    outline: 0;
    font-size: 18px;
    margin: 0 0 16px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
    font-weight: 500;
    border-radius: 3px;
    height: calc(2.25rem + 2px);
}
input.search-query.form-control.searc_box:focus {
    background: transparent;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    border: none;
}
.seaicon {
    background-image: linear-gradient(40deg, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border-radius: 5px;
    box-shadow: 0px 4px 10px 2px rgb(183, 183, 183);
    color: #fff;
    padding: 0 10px;
}
#custom-search-input {
    width: 100%;
}
#custom-search-input .input-group {
    padding: 0;
}
#custom-search-input span.input-group-btn i {
    border-left: none !important;
	padding: 11px 10px 16px 10px !important;
}
button.btn.btn-danger.seaicon:hover {
    color: #fff;
    background-image: linear-gradient(40deg, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border: none;
}
button.btn.btn-danger.seaicon:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0) !important;
    outline: none;
}
.form-control:focus {
    border-color: #b7b7b7 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.sent_msg {
    margin-top: 20px !important;
}
.switchtitle {
    margin: 0px;
    padding: 12px 0;
    font-weight: 400;
    font-size: 16px;
}

body#login_page {
    background: url(../images/bg_lr_page.jpg);
    padding-bottom: 30px;
    padding-top: 60px;
    background-size: cover;
}

.signbtn input, .signbtn button {
    margin: 10px 0 0;
    padding: 15px 0;
    color: #fff;
    background-image: linear-gradient(to right, #934598, #884b9d, #6366b6, #4b71bd, #4072ba);
    border-radius: 5px;
    height: 52px;
    display: inline-block;
    text-decoration: none;
    max-width: 223px;
    width: 100%;
}

/* 25_July changes css end */

/* media query css start */

@media only screen and (max-width: 1440px) {
	.modal-body .table {
    min-width: initial !important;
    }
	.del_icon {
    margin: 0 0 0 11px;
    }
	p.tick {
		height: 58px;
	}
	.complants-sec .analysis-iner p:first-child {
		width: 71%;
	}
	.feedback-sec .headings2 h1 {
		width: 52%;
	}
	p.sign_up1,
	p.sign_up2,
	p.sign_up3,
	p.sign_up4,
	p.sign_up5 {
		text-align: center;
	}
	.data_Analytics .headings h1 {
		width: 60%;
	}
	.analys-sec .headings2 h1 {
		width: 45%;
	}
	.complants-sec .headings2 h1 {
		width: 190%;
	}
	.call-data ul,
	.analys-sec .headings_inr2 ul,
	.complants-sec .headings_inr2 ul,
	.data_Analytics .headings_inr2 ul {
		display: flex;
	}
	.upload_docu {
		height: 843px;
	}
	.headings h1 {
		width: 33%;
	}
}

@media only screen and (max-width: 1400px) {
	ul.profile-list li:nth-child(2) {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.list-data ul.profile-list {
		display: inline-block;
		text-align: center;
	}
	ul.profile-list li:first-child {
		position: unset;
		left: 0;
		right: 0;
	}
	.upload_docu {
		height: 818px;
	}
	.search-box input {
		width: 320px;
	}
	.navbar-nav_inner select {
		padding: 8px 56px 8px 8px;
	}
}

@media only screen and (max-width: 1387px) {
	.list-dataa .analysis-iner {
		display: block;
	}
	.list-dataa .analysis-iner p:nth-child(2),
	.analysis-iner2 p:nth-child(2) {
		width: 24%;
	}
	.complants-sec .analysis-iner p:first-child {
		width: 100%;
	}
	.patient_list_single_two {
		padding: 0;
	}
	.patient_list_single {
		display: block;
		text-align: center;
	}
	.solitude .center_switch {
		margin: 0;
		padding: 11px 0;
	}
	.report_box {
		margin: 3px;
	}
}

@media only screen and (max-width: 1200px) {
	.report_box {
		margin: 0px 3px;
	}
	.patient_list_single_two {
		padding: 0 0px 0 30px;
	}
	.patient_list_single {
		display: flex;
		text-align: left;
	}
	.solitude .center_switch {
		padding: 30px 0;
	}
	.data_Analytics .headings h1 {
		width: 29%;
	}
	.complants-sec .headings2 h1 {
		width: 75%;
	}
	.feedback-sec .headings2 h1 {
		width: 40%;
	}
	.analys-sec .headings2 h1 {
		width: 25%;
	}
	.complants-sec .analysis-iner p:first-child {
		width: 119%;
	}
	.headings h1 {
		width: 16%;
	}
	p.tick {
		height: 106px;
		margin-right: 15px;
	}
	.complants-sec .analysis-iner p:first-child {
		width: 71%;
	}
	.list-dataa .analysis-iner {
		display: flex;
	}
	ul.profile-list li img:first-child {
		bottom: 37px;
	}
	ul.profile-list li:first-child {
		height: 70px;
	}
	.upload_docu {
		height: 892px;
	}
	header.top_header {
		padding-top: 15px;
	}
	aside.col-sm-3.sidebar.active_sidebar {
		left: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
	}
	.sidebar {
		background: #2e3238;
		padding: 15px;
		top: 98px;
		bottom: 0;
		position: fixed;
		left: -100%;
		overflow: auto;
		transition: all 0.3s ease 0s !important;
		width: 100%;
		z-index: 99;
		max-width: 318px;
		-webkit-transition: all 0.3s ease 0s !important;
	}
	.nav-btn {
		margin-right: 14px;
	}
	.nav-link {
		padding: 8px 2px;
	}
	a.nav-link_inner {
		font-size: 17px;
		padding: 0 0px;
	}
	header.navgatn {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99999;
		display: flex;
	}
	.header-area {
		margin: 0;
	}
	.header-area {
		width: 100%;
	}
	.col-sm-9.solitude {
		margin-left: 0;
		max-width: 100% !important;
	}
	.pagintn.jkj {
		width: 100%;
		float: none;
	}
	.bottom_left {
		width: auto;
		float: left;
	}
	.table {
		min-width: 200%;
	}
	.main-sec {
		padding-left: 0px;
	}
	.search-box input {
		width: auto;
	}
	.solitude.active_solitude {
		margin-left: 315px;
	}
	.solitude.active_solitude header.navgatn {
		margin-left: 330px;
	}
	.sidebar {
		top: 0px;
	}
}

@media only screen and (max-width: 1180px) {
	.sidebar {
		top: 0px;
	}
	.main-area .center {
		width: 100%;
		flex: initial !important;
		-webkit-flex: initial !important;
		max-width: 100%;
		order: -1;
		-webkit-order: -1;
		margin: 8px 0 13px 0;
		font-size: 22px;
		font-weight: 600;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		padding-bottom: 18px;
	}
	.main-area .hder_inner,
	.main-area .hder_serch_bar_inner {
		flex: initial !important;
		max-width: 50%;
	}
	.search-box input {
		width: 100%;
		max-width: 90%;
	}
	li.nav-item_inner:nth-child(2) {
		margin: 0 15px;
		width: 100%;
		max-width: 100%;
	}
	ul.navbar-nav_inner {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		width: 90%;
	}
	a.nav-link_inner select {
		width: 100%;
	}
}

@media only screen and (max-width: 1090px) {
	.solitude.active_solitude {
		margin-left: 0;
	}
	body.active_body .overflow {
		display: block;
		position: fixed;
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 9;
	}
	body.active_body .overflow .cross_icon {
		position: absolute;
		left: 318px;
		background: #2e3238;
		color: #fff;
		padding: 14px 15px;
		top: 0px;
		cursor: pointer;
	}
	body.active_body,
	html.active_body {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1024px) {
    .modal-content {
    width: 90%;
    margin: 0 auto;
    }
	.patient_list_single_two {
		padding: 0;
	}
	.patient_list_single {
		display: block;
		text-align: center;
	}
	.solitude .center_switch {
		margin: 0;
		padding: 11px 0;
	}
	.report_box {
		margin: 3px;
		width: 100%;
	}
	.feedback-sec .col-md-6 {
		margin: 67px 0 0 0;
	}
	.complants-sec .list-deta .analysis-iner {
		height: 100px;
	}
	.list-dataa .analysis-iner p:nth-child(2),
	.analysis-iner2 p:nth-child(2) {
		width: auto;
	}
	.headings h1 {
		width: 31%;
	}
	.data_Analytics .headings h1 {
		width: 48%;
	}
	.analys-sec .headings2 h1 {
		width: 38%;
	}
	.complants-sec .headings2 h1 {
		width: 126%;
	}
	.feedback-sec .headings2 h1 {
		width: 63%;
	}
	.upload_docu {
		height: 784px;
	}
	.header-area {
		width: 100%;
	}
	.col-sm-9.solitude {
		margin-left: 0;
		max-width: 100% !important;
	}
	.sidebar {
		top: 0px;
	}
	.navbar-nav_inner select {
		padding: 8px 100px 8px 8px;
	}
	.solitude.active_solitude {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		margin-left: 315px;
	}
	.solitude.active_solitude header.navgatn {
		margin-left: 330px;
	}
}

@media only screen and (max-width: 992px) {
	.symptoms .col-md-6.col-sm-12,
	.feedback-sec .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 945px) {
	.feedback-sec .testimonial-main.py-5 {
		margin-top: 0;
	}
	.list-dataa .analysis-iner p:nth-child(2),
	.analysis-iner2 p:nth-child(2) {
		width: fit-content;
		margin: 0 auto;
		margin-top: 7px;
	}
	.complants-sec .list-deta .analysis-iner {
		height: auto;
	}
	.complants-sec .analysis-iner p:first-child {
		width: auto;
	}
	.list-dataa .analysis-iner {
		display: block;
		text-align: center;
	}
	.navbar-nav_inner select {
		padding: 8px 80px 8px 8px;
	}
}

@media only screen and (max-width: 900px) {
	.col-md-6.col-sm-12.auditlogs {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.padding_inside1 .auditlogs_flex {
		display: block;
	}
	.padding_inside1 .auditlogs_box {
		width: 60%;
		margin: 15px 0;
	}
}

@media only screen and (max-width: 881px) {
	.navbar-nav_inner select {
		padding: 8px 78px 8px 8px;
	}
}

@media only screen and (max-width: 870px) {
	.navbar-nav_inner select {
		padding: 8px 50px 8px 8px;
	}
	.padding_inside .headline_all_table {
		left: 45%;
	}
}

@media only screen and (max-width: 800px) {
	.navbar-nav_inner select {
		padding: 8px 50px 8px 8px;
	}
}

@media only screen and (max-width: 781px) {
	.navbar-nav_inner select {
		padding: 8px 39px 8px 8px;
	}
}

@media (max-width: 768px) {
	.table_img_sec {
		display: none;
	}
	.tab,
	.tabcontent {
		float: none;
		width: 100%;
	}
	.patient_table td {
		line-height: 1.3;
	}
	.Prescriptions_graph {
		text-align: center;
	}
	.col-12.headings {
		display: block;
		padding: 0;
		text-align: center;
	}
	.list-deta {
		width: 50%;
		margin: 15px auto;
	}
	.list-deta .analysis-iner {
		margin: 0;
	}
	.list-dataa {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}
	.call-data ul,
	.analys-sec .headings_inr2 ul,
	.complants-sec .headings_inr2 ul,
	.data_Analytics .headings_inr2 ul {
		float: none;
		margin-top: 15px;
	}
	.headings_inr,
	.headings2 {
		display: inline-block;
		padding: 0;
		margin-top: 7px;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.call-data ul,
	.analys-sec .headings_inr2 ul,
	.complants-sec .headings_inr2 ul,
	.data_Analytics .headings_inr2 ul {
		display: inline-block;
	}
	.headings_inr2 {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.list-data {
		display: block;
	}
	.list-1,
	.list-2,
	.list-3,
	.list-4,
	.list-5 {
		width: 55%;
		margin: 50px auto;
	}
	.feedback-sec .testimonial-main.py-5 {
		margin-top: 0;
	}
	.complants-sec .headings2 h1,
	.feedback-sec .headings2 h1 {
		width: 100%;
		line-height: 1.2;
	}
	.headings h1,
	.data_Analytics .headings h1,
	.analys-sec .headings2 h1 {
		width: 100%;
		line-height: 1.2;
	}
	.background_sec_report {
		width: 100%;
	}
	.upload_docu {
		width: 100%;
		height: auto;
		margin: 20px 15px;
	}
	.upload_document {
		padding: 15px;
	}
	.message_send_button,
	.message_text_are {
		margin: 20px 0;
	}
	textarea.message_text,
	.message_text_are {
		width: 100%;
	}
	.message_day_date::before,
	.message_day_date::after {
		width: 30%;
	}
	.header-area {
		width: 100%;
	}
	.col-sm-9.solitude {
		margin-left: 0;
		max-width: 100% !important;
	}
	.sidebar {
		top: 0;
	}
	.table {
		min-width: 1600px;
	}
	.navbar-nav_inner select {
		padding: 8px 34px 8px 8px;
	}
	.search-box input {
		width: 100% !important;
	}
	.col-md-4.center {
		order: -1;
		font-size: 18px;
		text-align: center;
		font-weight: 600;
	}
	ul.navbar-nav_inner {
		float: none;
		text-align: center;
		padding: 0 0 12px 0;
		width: 100%;
	}
	.main-area .hder_inner {
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		margin-bottom: 13px;
		padding-bottom: 6px;
	}
	.main-area .hder_inner,
	.main-area .hder_serch_bar_inner {
		max-width: 100%;
	}
	.search-box input {
		max-width: 100%;
	}
	.bottom_sec {
		padding: 10px 0;
		margin-top: 0;
	}
	.bottom_sec .bottom_left {
		width: 100%;
		text-align: center;
		padding: 0 15px;
	}
	.bottom_sec .pagintn {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		padding: 0 15px;
		margin-bottom: 25px;
	}
}

@media all and (max-width:767px) {
	.m_space{margin-top: 22px;}
	#DataTables_Table_0_length, 
	.Dates_time #DataTables_Table_1_length
	#DataTables_Table_0_filter, .Dates_time 
    #DataTables_Table_1_filter,
	.padding_inside .headline_all_table {
		justify-content: center;
	}
	.headline_all_table.report_list {
		top: 11% !important;
	}
	.headline_all_table.messagess {
		top: 5.2% !important;
	}
	.headline_all_table.Gp_list {
		top: 11% !important;
	}
	.background_sec2 .headline_all_table {
		top: 13% !important;
	}
	.padding_inside .headline_all_table {
		top: 7%;
	}
	.padding_inside::after {
		height: 170px;
	}
	#DataTables_Table_0_length, 
	.Dates_time #DataTables_Table_1_length
	#DataTables_Table_0_filter, .Dates_time 
    #DataTables_Table_1_filter
	.padding_inside .headline_all_table {
		width: 100%;
		text-align: left;
		padding-left: 15px;
		justify-content: center;
		display: flex;
	}
	#DataTables_Table_0_filter, .Dates_time 
    #DataTables_Table_1_filter {
        margin-top: 6%;
        justify-content: center;
        display: flex;
        width: 100%;
    }
	.header-area .row.align-items-center {
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}
}

@media (max-width: 700px) {
	.panel.with-nav-tabs.panel-default a {
        font-size: 15px;
    }
}

@media all and (max-width:600px) {
	.back {
    margin-left: 0;
    }
	.my-model a.btn.btn-primary.btn-blue.btn-signin {
        margin-left: 0;
    }
	.order_list td.col-md-6 {
        margin: 5px 0;
    } 
	.btnGrp {
        display: table-caption !important;
    }
	.btnGrp a.btn.btn-primary.btn-blue.btn-signin, .btnGrp button {
        margin-bottom: 20px;
    }
    .panel.with-nav-tabs.panel-default li {
        margin: 15px 0;
        text-align: center;
    }
    .panel.with-nav-tabs.panel-default ul.nav.nav-tabs {
        padding-bottom: 15px;
    }
    .panel.with-nav-tabs.panel-default a {
        font-size: 18px;
    }
	.headline_all_table.report_list {
		top: 10% !important;
	}
	.message_bottom_sec {
		margin-top: 30px;
	}
	.message_day_date::before,
	.message_day_date::after {
		width: 25%;
	}
	.headline_all_table.messagess {
		top: 4.8% !important;
	}
	.padding_inside1 .auditlogs_box,
	.padding_inside1 .auditlogs_btn .search_btn a {
		width: 100%;
	}
	#DataTables_Table_0_filter, .Dates_time 
    #DataTables_Table_1_filter {
		margin-top: 7%;
	}
	.hder_serch_bar1 .text {
		position: fixed;
		top: 0;
		background: #3d3d3d;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		z-index: 9;
	}
	.solitude {
		padding-top: 95px;
	}
	header.top_header {
		position: fixed;
		left: 0;
		top: 18px;
		width: 100%;
		z-index: 9;
	}
	header.top_header .header-area {
		border-radius: 0;
	}
	.header-area .hder_serch_bar1 {
		max-width: 60px;
	}
	.header-area ul.navbar2 {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}
	.header-area ul.navbar2 li:first-child {
		flex-grow: 1;
	}
	.header-area ul.navbar2 li:last-child a.nav-link {
		display: none;
	}
	.header-area ul.navbar2 li:last-child {
		margin-left: 9px;
	}
}

@media all and (max-width:500px) {
	.background_sec2 #DataTables_Table_0_filter, .Dates_time 
    #DataTables_Table_1_filter {
		margin-top: 10% !important;
	}
}

@media all and (max-width:480px) {
    .apoinmnts .add_new_btn, .apoinmnts .reffresh_sec {
        margin: 15px 0;
    }
	.apoinmnts .toggle_bar_full, 
    .apoinmnts .ref_full_div	{
        display: inline;
    }
	.modal select, textarea#comments::placeholder {
        font-size: 12px;
    }
	.patient_table td {
		font-size: 12px;
	}
	.gp_list_pati {
		margin-top: 30px;
	}
	.patient_insight {
		font-size: 12px;
		line-height: 16px;
		margin-top: 8px;
		margin-left: 0;
	}
	.form_checkbox {
		display: block;
		text-align: center;
	}
	.headline_all_table.messagess {
		top: 4.2% !important;
	}
	.background_sec2 .headline_all_table {
		top: 11% !important;
	}
	.padding_inside1 .auditlogs_btn {
		width: 60%;
	}
	#DataTables_Table_0_filter, .Dates_time 
    #DataTables_Table_1_filter  {
		margin-top: 11%;
	}
	.page-link {
		padding: 8px 10px;
		min-width: 34px;
		margin: 0px 5px 0 0;
	}
	.bottom_sec .bottom_left h4.header-title {
		padding: 10px 0 22px 0;
	}
}

@media all and (max-width:375px) {
	body table.family_table.table-hover th {
		font-size: 10px;
		padding: 12px;
	}
	.toggle_class {
		display: inline-block;
	}
	.reffresh_sec,
	.full_screen_sec,
	.edi_icon,
	.del_icon {
		padding: 8px;
		width: 30px;
		height: 30px;
	}
	.toggle_div {
		padding: 2px 7px;
		width: 30px;
		height: 30px;
	}
	.add_new_btn {
		width: 82px;
		height: 30px;
		font-size: 10px;
	}
	.message_day_date::before,
	.message_day_date::after {
		width: 13%;
	}
	.headline_all_table.messagess {
		top: 3.7% !important;
	}
	p.btm {
		line-height: 1.3;
	}
	.background_sec2 .headline_all_table {
		top: 10% !important;
	}
}

@media all and (max-width:370px) {
	#DataTables_Table_0_filter input[type="search"], 
	.Dates_time input[type="search"] {
		padding: 3px;
		margin-top: 14px;
		width: 60%;
	}
	.padding_inside .headline_all_table {
		top: 6.5%;
	}
	.dataTables_wrapper .dataTables_filter input {
		margin-top: 6px;
	}
	.sidebar {
		max-width: 268px;
	}
	body.active_body .overflow .cross_icon {
		left: 268px;
	}
}

@media all and (max-width:340px) {
	.headline_all_table.Gp_list.patient_list {
		font-size: 14px;
	}
	.background_sec2 .headline_all_table {
		left: 18% !important;
	}
	.padding_inside .headline_all_table {
		top: 7%;
		width: max-content;
	}
	.hder_serch_bar a.nav-link {
		font-size: 14px;
	}
	.background_sec2.padding_inside::after {
		height: 161px;
	}
	.headline_all_table.messagess {
		top: 3.5% !important;
		left: 22%;
	}
	.dropdown-toggle::after {
        margin-left: 6.255em !important;
    }
	#DataTables_Table_0_length select, .Dates_time select {
        width: 78px;
    }
}