body {
	margin: 0;
	padding: 0;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400px;
}
#wrap {
  min-height: 100%;
}
a
{
	text-decoration:none;
}
.login_page_header
{
	text-align:center;
	font-size:24px;
	color:#363636;
	font-weight:600;
	padding-top:10px;
	text-transform:uppercase;
}
.login_main
{
	width:458px;
	margin:0px auto;
	background:#fff;
	border-radius:26px;
	margin-top:60px;
	position:relative;
	border: 1px solid #d5d0d0;
}

.login_logo_box {
  position: absolute;
  z-index: 99;
  width: 100px;
  margin: auto;
  left: 0;
  top: -38px;
  right: 0;
  border-radius: 50px;
}
.login_logo {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.73);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.73);
}
.company_text {
  padding-top: 70px;
  font-weight: 600;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 49%, 49% 60%, 0 49%);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 49% 100%, 0 68%);
 background: #16a2b3;
  padding-bottom: 30px;
  border-radius: 25px;
  color: #fff;
}
#login-form {
  padding: 30px;
  font-size: 13px;
  background-color: #fff;
  border-radius: 26px;
  padding-top: 0px;
}
#login .form-group
{
	padding-bottom:8px;
}
.custom_btn {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #92cd01;
  font-size: 14px;
  padding: 8px 10px;
  border: none;
  font-size: 13px;
  color: #fff;
}
#Reset-link a {
  color: #333;
}
select {
  -webkit-appearance: auto!important;
-moz-appearance: auto!important;
appearance: auto!important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.btn-info:hover {
  color: #fff;
  background-color: #16a2b3;
  border-color: #16a2b3;
}
.header_top_section {
  color: #FFF;
  padding: 4px 0px;
  border-bottom: 1px solid #edeae9;
}
.company_text_inner {
  font-size: 14px;
  color: #000;
  padding-top: 8px;
  font-weight: 800;
}
.form-control {
  padding: 6.5px 8px !important;
  font-size: 13px !important;
}
.top_drop a {
  color: #FFF;
  font-size: 13px;
  position: relative;
  padding: 0px;
  background: none;
  border: none;
}
.top_drop ul li {
  float: left;
  text-align: left;
  padding-left: 10px;
}
.top_drop span {
  font-size: 11px;
}
ul, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.top_drop .dropdown-menu a {
  color: #666;
  padding-left: 10px;
}

.dropdown-toggle::after {
	display:none;
}
.top_drop .dropdown-toggle ul li:hover
{
	 color: #fff !important;
}
.dash_box
{
	
	text-align:center;
	padding:15px;
	border-radius:10px;
	margin-bottom: 15px;
	
	
}
.dash_box i
{
	font-size: 50px;
	margin-bottom:6px;
	color: #d29901;
}
.dash_box a
{
	font-size:16px;
	color:#000;
	text-decoration:none;
	font-weight: 500;
}
.bottom_panel
{

	background: #29a489;
	width:100%;
	margin-top:20px;
	border-radius: 6px;
	padding: 20px;
	
}
.bottom_panel li
{
	color:#fff;
	padding:5px 15px;
	display:inline-block;
}
#main {
  
}

.footer {
  padding: 10px 0;
  font-size: 14px;
  width: 100%;

}

.cpyright-txt {
  text-align: center;
  font-size: 12px;
}
.cpyright-txt li {
  display: inline-block;
}
.cpyright-txt li a
{
color:#000;
}
#wrap {
  min-height: 100%;
}

.footer {
  position: relative;
  height: 111px;
  clear: both;
  margin-top:-120px;
}
.dashboard_header
{
	padding:0px;
	margin:0px;
}
.dashboard_header li
{
	display:inline-block;
}
.module_text
{
	padding-left:8px;
}
.module_box
{
	padding:0px 5px;
}
.header_top_section2 {
  color: #727272;
  padding: 10px 0px 6px  0px;
  border-bottom: 1px solid #edeae9;
}
.logo_box
{
	position:relative;
}
.dashboard_header2
{
	padding:0px;
	margin:0px;
}
.dashboard_header2 li
{
	float: left;
}
.logo_text {
  position: absolute;
  top: -8px;
  color: #212224;
  font-size: 20px;
  margin-left: 52px;
  width: 210px;
}
.dashboard2_menu_section
{
	padding-top: 22px;
padding-left: 11px;
}
.dashboard2_menu_section li a
{
	font-size:13.5px;
	color: #727272;
	border-bottom:1px solid transparent;
}
.dashboard2_menu_section li a:hover
{
	border-bottom:1px solid #000;
	color:#000;
}
.dashboard2_menu_section li
{
	padding-right:12px;
}
.left_menu_icon
{
	font-size: 24px;
	cursor:pointer;
}
.user_text
{
	padding-top: 4px;
	color:#212224;
	font-size:14px;
}
.user_text ul li
{
	display:inline-block;
}
.user_text  a
{
	color:#212224;
}
#left_modal_sm .modal-header {
  background: #f4f4f4;
  padding: 8px;
  border-radius: 0;
}
#left_modal_sm .close
{
	background:none;
	border:none;
	color:#000;
	font-size:24px;
	margin-top: 8px;
margin-right: 8px;
}
.logo_text span
{
	font-size: 13px;
	font-weight:600;
}
.module_text_right a
{
	font-size: 13px;
	font-weight:600;
	border: 1px solid #1865b4;
	border-radius:4px;
	padding:4px 8px;
	display:inline-block;
}
.module_text_right a:hover
{
	background:#1865b4;
	color:#FFF !important;
}
.dropdown-menu.show
{
	right: 0px !important;
}
.user_text button
{
font-size: 13px;
padding: 4px 5px;
}
.sidebar_menu li {
  width: 100%;
}
.sidebar_menu li a {
  color: #676767;
  display: block;
  font-size: 16px;
  padding: 10px 10px;
}
.sidebar_menu li a:hover {
 color: #fff;
background: #1865b4;
padding: 10px 10px;
border-radius: 20px;
}
#left_modal_sm  .modal-body{
  padding: 15px 15px 80px 4px;
}
.form-control.border-input {
  border: 1px solid #ccc5b9;
  padding: 0px 8px !important;
  height: 28.6px;
}
.form-control {
  border: medium;
  border-radius: 4px;
  color: #66615b;
  font-size: 14px;
  transition: background-color .3s ease 0s;
  padding: 4px 18px;
  height: 34px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.border-input:focus
{
    border: 1px solid #80bdff;
}
.main_body_inner label {
  font-size: 13px;
  margin-bottom: 0px;
  color: #333333;
  text-align: left;
  width: 100%;
  padding: 2px 0px;
}
.page_name_section {
  font-size: 14px !important;
  text-align: center;
  color: #af0101 !important;
  padding: 5px 0px 0px;
  margin-top: 0px;
  font-weight: 600;
  position: relative;
  display:block;
}
.main_body_inner .form-group
{
	margin-bottom: 0.2rem !important;
}

.job-item {
    background-color: #fff;
}

.job-tab .nav-tabs {
	border-bottom: 0;
}

.job-tab .nav-tabs>li {
	float: none;
	display: inline;
}

.job-tab .nav-tabs li {
	margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.job-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 8px;
}

.job-tab .nav-tabs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: -1;
}



.job-tab .nav-tabs > li a {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  color: #000;
  padding: 2px 10px;
  border: 1px solid #1865b4;
}

.job-tab .nav-tabs>li>a.active, 
.job-tab .nav-tabs>li a.active>:focus, 
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
	border: none;
	background-color: #1865b4;
	color: #fff;
	border: 1px solid #1865b4;
}

.job-item {
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}

.job-item .btn.btn-primary {
	text-transform: capitalize;
}

.job-item .job-info {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	padding: 40px 25px 20px;
}

.job-info .company-logo {
	margin-bottom: 30px;
}

.job-info .tr-title {
	margin-bottom: 15px;
}

.job-info .tr-title span {
	font-size: 14px;
	display: block;
}

.job-info .tr-title a {
	color: #000;
}

.job-info .tr-title a:hover {
	color: #008def;
}

.job-info ul {
	margin-bottom: 30px;
}

.job-meta li,
.job-meta li a {
	color: #646464;	
}

.job-meta li a:hover {
	color: #008def;
}

.job-meta li {
	font-size: 12px;
	margin-bottom: 10px;
}

.job-meta li span i {
	color: #000;
}

.job-meta li i {
	margin-right: 15px;
}

.job-item .time {
	position: relative;
}

.job-item .time:after {
	position: absolute;
	content: "";
	bottom: 35px;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
	z-index: -1;
}

.job-item:hover .time,
.job-item:hover .time:after {
	opacity: 0;
}

.job-item .time span {
	font-size: 12px;
	color: #bebebe;
	line-height: 25px;
}

.job-item .btn.btn-primary,
.role .btn.btn-primary,
.job-item .time a span {
	padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}

.job-item .time a span {
	color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;	
}

.job-item .time a span.part-time {
	background-color: #00aeef;
	border-color: #00aeef;
}

.job-item .time a span.freelance {
	background-color: #92278f;
	border-color: #92278f;	
}

.job-item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #008def;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}

.job-item:hover .item-overlay {
	opacity: 1;
}

.item-overlay .job-info {
	padding: 45px 25px 40px;
	overflow: hidden;
}

.item-overlay .btn.btn-primary {
	background-color: #007bd4;
	border-color: #007bd4;
	margin-bottom: 10px;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
	color: #fff;
}

.job-social {
	margin-top: 35px;
}

.job-social li {
	float: left;
}

.job-social li + li {
	margin-left: 15px;
}

.job-social li a i {
	margin-right: 0;
	font-size: 14px;
}

.job-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	background-color: #007bd4;
	line-height: 35px;
	border-radius: 100%;
	border: 1px solid #007bd4;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.job-social li:last-child a {
	background-color: #fff;
}

.job-social li:last-child a i {
	color: #008def;
}

.job-social li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	background-color:#008def;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.job-social li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 5px;
}

.job-social li a:hover {
	border-color: #fff;
}

.job-social li a:hover i {
	color: #fff;
}

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.from_button {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #1865b4;
  border-radius: 4px;
  padding: 3px 12px;
  display: inline-block;
  font-weight: 500;
}
.from_button:hover {
  background: #1865b4;
  color: #FFF !important;
}
.text-right {
  text-align: right !important;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}
#accordionExample .card 
{
	border-radius:0px;
	margin-bottom:10px;
}
#accordionExample .card .card-header
{
	padding:0px;
	border-radius:0px;
}
#accordionExample button
{
	color:#000;
	font-size:14px;
}
#accordionExample .custom_btn
{
	background:none;
}
#accordionExample .custom_btn:hover
{
	color:#FFF !important;
}
#accordionExample .form-group {
  margin-bottom: 0.4rem;
}
#accordionExample label {
  display: inline-block;
  margin-bottom: .2rem;
  font-size: 13px;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.25);
}
.table-bordered td, .table-bordered th {
  font-size: 13px !important;
}
.module_text_right
{
	margin-right:8px;
}
.user_text a {
font-size: 13px;
padding: 4px 5px;
}
.user_text .dropdown-menu
{
    padding:0px;
}
.user_text .dropdown-item
{
    border-bottom: 1px solid #ccc;
padding: 6px 5px;
}
.custom_button {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #92cd01;
  border-radius: 4px;
  padding: 0px 10px;
  display: inline-block;
  color: #92cd01;
 height: 28.6px;
  font-weight: 500;
}
.custom_button:hover {
  background: #92cd01;
  color: #FFF !important;
}
.job-tab2 .nav-tabs > li a {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  color: #000;
  padding: 4px 5px;
  border: 1px solid #1865b4;
}
.job-tab2 .nav-tabs li {
  margin-right: 5px;
}
.modal-header {
  padding: 6px 5px;
}
.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
.modal-title {
 
  font-size: 14px;
}
.modal .close {
  padding: 0px;
  line-height: normal;
  background: none;
  border: none;
  font-size: 28px;
  float: right;
  top: -10px;
  right: 2px;
  position: absolute;
  z-index: 999;
}
.switch {
	position: relative;
	display: inline-block;
	width: 48px !important;
	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;
}
.slider::before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch_section input:checked + .slider {
	background-color: #2196F3;
}
.switch_section input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.switch_section input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.container_box_new {
  border: 1px solid #ccc;
  position: relative;
  padding: 10px;
}
.container_box_header {
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: -14px;
  background: #fff;
  padding: 2px 10px;
}
.list_item li {
  width: 31%;
  display: inline-block;
  font-size: 13px;
}
.btn_delete
{
   color:red;
font-size: 18px;
display: block;
}
.location_box {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px 35px 30px 35px;
  border-radius: 10px;
  text-align: center;
}
.table_main {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 14px;
  font-size: 12px;
  color: #333;
}
.table_main .table td, .table_main .table th {
  padding: .35rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
  border-top-color: rgb(222, 226, 230);
  font-size: 13px;
}
.modal label {
  font-size: 13px;
  margin-bottom:3px;
  color: #333333;
  margin-top: 5px;
}
.teable_scroll {
  height: 270px;
  overflow: auto;
  margin-top: 15px;
}
.container_box_new .table td, .container_box_new .table th {
  padding: .15rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
  border-top-color: rgb(222, 226, 230);
  font-size: 13px;
}
.input-group-addon .input-group-text {
 
  padding: 0.50rem .75rem;
 
}
.appointment_left_main
{
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
	padding:15px;
	
}
.appointment_left_main li
{
	padding-bottom:8px;
}
.appointment_left_main i
{
	color:#03917f;
}

.appointment_left_right
{
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
	padding:15px;
	
}
.select_box ul li a
{
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	padding:8px;
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}
.select_box ul li a i
{
	color:#03917f;
}
.select_box ul li a:hover
{
	background:#1865b4;
	border:1px solid #1865b4;
	color:#fff;
}
.select_box2 ul li
{
	width:49%;
	display:inline-block;
}

.select_box2 ul li a
{
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	padding:8px;
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}
.select_box2 ul li a i
{
	color:#03917f;
}
.select_box2 ul li a:hover
{
	background:#1865b4;
	border:1px solid #1865b4;
	color:#fff;
}
.modal-content {
  position: relative;
  display: inherit;
}
.hdrecord_check li {
  display: inline-block;
  padding-top: 15px;
  padding-right: 10px;
}
.custom_button i {
  line-height: 26px;
}
.table_scroll  {
    overflow-y: scroll;
    height: 150px;
}

.drop_down_item_list {
  position: absolute;
  width: 100%;
  background: #f9f9f9;
 height: 290px;
  overflow: auto;
  z-index: 999;
 display: none;
}
.drop_down_item_list li a {
  font-size: 12px !important;
  line-height: normal !important;
  padding: 4px 8px !important;
  color: #000 !important;
}
.color_box_main
{
    font-size:13px;
    padding-top: 8px;
padding-bottom: 6px;
}
.color_box_main li
{
    text-align:center;
    display: inline-block;
    width:119px;
    vertical-align: top;
    font-weight: bold;
}
.color_box
{
     width:40px;
    height:40px;
    border:1px solid #ccc;
    margin: 0px auto;
    
}
.color_light_red
{
    background:#FFCCCB ;
}
.color_tea_green
{
    background:#C7F6B6;
}
.color_light_yellow
{
    background:#FFF9C2;
}
.color_light_almond
{
    background:#EFDECD;
}
.color_light_blue
{
    background:#7AF5F5;
}
.color_light_beige
{
    background:#FAD6A5;
}
.color_light_lavender
{
    background:#DFC5FE;
}
.color_light_grey
{
    background:#D3D3D3;
}
.color_light_vintage
{
    background:#FF7F50;
}
.color_box10
{
    background:#ffff00;
}
.color_box11
{
    background:#e9967a;
}
.color_box12
{
    background:#44a3aa;
}
.autocomplete_search
{
    position: relative;
}
.history_input_top_part1
{
    padding: 4px 0px 4px 0px;
border-bottom: 1px solid #edeae9;
font-size:13px;
}
.history_input_top_part1 ul
{
    display:inline-block;
   
}
.history_input_top_part1 li
{
    display:inline-block;
    padding-right:5px;
    font-size: 16px;
}
.top_drop_history_input
{
    
    float:right;
    text-align: right;
}
.top_drop_history_input i
{
    color: #000280;
font-size: 22px;
}
.top_drop_history_input .dropdown-divider {
  height: 0;
  margin: .3rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.15);
}
.top_drop_history_input .dropdown-item {
  padding: 0rem 1rem;
  font-size: 13px;
}

.dr_secect ul li
{
	display:inline-block;
	margin-right: 20px;
}
.dr_secect label
{
    display:inline-block;
    width:auto;
}
.btn_tbl_add
{
color: #92cd01;
float: left;
font-size: 18px;
padding-right: 5px;
}
tbody, td, tfoot, th, thead, tr {
   vertical-align: top;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 5.5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height:16px;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-right: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
height: 28.6px;
}
input[switch] {
  display: none;
}
input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 4.7rem;
  height: 1.5rem;
  background-color: #ddd;
  background-image: none;
  border-radius: 2rem;
  padding: 0.1666666667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
  font-family: inherit;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:before {
  /* Label */
  text-transform: uppercase;
  color: #b7b7b7;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-family: FontAwesome, inherit;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 1.22rem;
  position: absolute;
  right: 0.2166666667rem;
  margin: 0.2166666667rem;
  top: 0;
  text-align: center;
  min-width: 1.6666666667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:after {
  /* Slider */
  content: '';
  position: absolute;
  left: 0.1666666667rem;
  background-color: #f7f7f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 1.22rem;
  width: 1.22rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch]:checked + label {
  background-color: lightblue;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
}
input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 0.2166666667rem;
}
input[switch]:checked + label:after {
  left: 3.22rem;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

input[switch="bool"] + label {
  background-color: #ee6562;
}
input[switch="bool"] + label:before {
  color: #fff !important;
}
input[switch="bool"]:checked + label {
  background-color: #BCE954;
}
input[switch="bool"]:checked + label:before {
  color: #fff !important;
}

input[switch="default"]:checked + label {
  background-color: #a2a2a2;
}
input[switch="default"]:checked + label:before {
  color: #fff !important;
}

input[switch="success"]:checked + label {
  background-color: #BCE954;
}
input[switch="success"]:checked + label:before {
  color: #fff !important;
}

input[switch="warning"]:checked + label {
  background-color: gold;
}
input[switch="warning"]:checked + label:before {
  color: #fff !important;
}
.box1 {
  background: #fffadd;
  background: -moz-linear-gradient(top, #fffadd 0%, #fff4b4    100%);
  background: -webkit-linear-gradient(top, #fffadd 0%, #fff4b4  100%);
  background: linear-gradient(to bottom, #fffadd 0%, #fff4b4  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffadd', endColorstr='#fff4b4 ', GradientType=0 );
  padding: 20px;
  border-bottom: 6px solid #ffda04;
}
.dashboard_box {
  height: 150px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  border-radius: 12px;
  text-align: center;
}
.box_icon1 span {
  color: #FFF;
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  background: #034680;
  line-height: 70px;
  font-size: 32px;
  margin: 0px;
  padding-top: 18px;
}
.box_click a {
  background: #034680;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-top: 17px;
}
.bottom_section {
  position: relative;
  clear: both;
  border-top: 1px solid #ccc;
}
.supplier_full_address {
  background-color: #ebebeb;
  padding: 2px 5px!important;
  border-radius: 4px;
  font-size: 13px !important;
}
.saleinvoice_top li {
  display: inline-block;
  padding-right: 10px;
}

.button1, .button1:visited {
  background: #222;
   background-color: rgb(34, 34, 34);
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  font-size: 11px;
  font-weight: bold;
  background-color: #2981e4;
  margin-top: 5px;
}
.button1:hover {background-color: #2575cf;}
.detailDiv {
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 5px;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	background-color: #f5f5f5;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;}

.detailDiv:hover {background-color: #749a02;}
.detailDiv p {
 padding: 0px;
 margin: 0px;
}
.refund_header
{
    position: relative;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
}
.refund_header:after
{
    content: "";
width: 100px;
position: absolute;
border-bottom: 2px solid #af0101;
left: 0;
bottom: -8px;
}
.result_text
{
    margin-right: 15px;
font-size: 13px;
color: #000;
border: 1px solid #ccc;
padding: 4px 10px;
border-radius: 6px;
}
.result_text:hover
{
    text-decoration: underline;
    border: 1px solid #0a58ca;
    
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #9c9a9a;
  border-top: 0;
  position: absolute;
  right: 8px;
  top: -15px;
}
.user_text .dropdown-menu
{
    top: 14px  !important;
}

.text-xs {
  font-size: .7rem;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-gray-800 {
  color: #5a5c69 !important;
}
.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}
.border-left-success {
  border-left: .25rem solid #198754  !important;
}
.border-left-info {
  border-left: .25rem solid #36b9cc !important;
}
.border-left-warning {
  border-left: .25rem solid #f6c23e !important;
}
.text-gray-300 {
  color: #046f0b !important;
}
.progress-sm {
  height: .5rem;
}
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: 6px;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat {
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
  padding: 5px 20px;
  border-bottom: 1px solid #f4f7f6;
  border-top: 1px solid #f4f7f6;
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
    height: calc(100vh - 280px);
  height: -webkit-calc(100vh - 280px);
  overflow-y: scroll;
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 10px;
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 10px;
    font-size: 10px;
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 14px;
  font-size: 12px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
  background: #dbfdf6;
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #dbfdf6;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.chat_text_box
{
    width: 100%;
    position: relative;
}
.chat_text_box .attached_btn {
  position: absolute;
  right: 86px;
  top: 7px;
}
.chat_text_box .send_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  padding: 5px 12px;
  background: #03691c;
  color: #fff;
  border-radius: 2px;
}
.chat_box_page
{
 border:1px solid #ccc;
 padding:20px;
 height:600px;
 -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  border-radius: 12px;
}
.communication_main{ padding-top:4px;}
.communication_frm{ padding:12px; border-top:1px solid #dddede; position:relative;}
.attachment_files_in{ overflow-X:auto;}
.attachment_files{ position:relative; bottom:100%; left:0px; padding:8px 5px;}
.attachment_files_in ul {
  display: flex;
  position: relative;
  padding: 0;
}
.attachment_files_in ul li {
  float: left;
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 8px;
}

.btn_del_upload{ padding:5px 10px; position:absolute; z-index:2; background-color:rgba(213,43,51,0.68); width:35px; height:35px;}
.btn_del_upload img{ position:absolute; height:auto; max-width:14px;}

.communication_frm_in{ background-color:#e1e5eb; overflow:hidden;}
.input_typ_text{ float:left; width:300px; height:100%; position:relative; height:50px;width:calc(100% - 190px); width:-webkit-calc(100% - 190px);}
.input_typ_text input{ padding:0 20px; }
.communication_frm_in input,.communication_frm_in .input_typ_send_btn{ width:100%; height:100%;}
.input_typ_file{ float:left; position:relative; width:60px; height:50px; }
.input_file{ width:100%; height:100%; position:absolute; z-index:1; opacity:0; cursor:pointer;}
.input_typ_file_dsn img{ max-width:12px; max-height:18px; width:auto; height:auto; position:absolute;}
input_typ_file_dsn {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: rgba(0,0,0,0.12);
  left: 10px;
  top: 10px;
}
.input_typ_send{ float:left; width:130px; height:50px;  }
.input_typ_send_btn{
    background: rgb(234,36,45);
    background: linear-gradient(
200deg
, rgba(234,36,45,1) 0%, rgba(134,34,143,1) 100%);
    color:#fff; padding:0 12px;}
.input_typ_send_btn img{ display:inline-block; vertical-align:middle; margin-left:5px; max-width:22px; max-height:22px; width:auto; height:auto;}

.communication_area{ padding:0px 5px; height:calc(100vh - 230px); height:-webkit-calc(100vh - 230px); overflow-y:scroll;}
.communication_row{ margin-bottom:20px; position:relative; padding-left:90px;}
.communication_img{ width:52px; height:52px; overflow:hidden; position:absolute; left:0px; top:0px;}
.communication_right{ background-color:#e4e4e4; padding: 10px 10px;
  min-height: auto;
  position: relative;
  border-radius: 6px;}
.communication_right:after{ position:absolute; left:-22px; content:""; border-top:10px solid transparent; border-bottom:10px solid transparent; border-right:22px solid #e4e4e4; top:15px;}
.header_communication{ position:relative; margin-bottom:4px;}
.header_communication .dateTime{ position:absolute; top:3px; right:0px; }
.text_communication{ margin-top:8px;}

.userCmmnt.communication_row{ padding-left:0px; padding-right:90px;}
.userCmmnt .communication_img{ left:auto; right:0px;}
.userCmmnt .communication_right{ background-color: #f5f5f5;}
.userCmmnt .communication_right:after{ border-right:none; border-left:22px solid #f5f5f5; right:-22px; left:auto;}



.timeline_uploded_files ul{ list-style-type:none; float:left; width:100%;margin:0px; padding:0px}
.timeline_uploded_files ul li{  margin:0 0 14px 0; float:left; width:100%; background-color:#fff; box-shadow:0 2px 10px 0 rgba(0,0,0,0.15);}
.timeline_uploded_files ul li:last-child{ margin-bottom:0px;}
.timeline_uploded_files ul li a{ padding:7px; float:left; position:relative;min-height:40px; width:100%;}
.file_name_kr{  margin:0px;}

.timeline_uploded_files{ margin-top:8px; padding:0px;}
.timeline_uploded_files ul li .icon_down{ width:83px; position:absolute; top:7px; right:7px;  height:calc(100% - 14px); height:-webkit-calc(100% - 14px);}
.timeline_uploded_files ul li .icon_down img{ position:absolute; width:16px; height:16px; filter:grayscale(1) brightness(0.5); -webkit-filter:grayscale(1) brightness(0.5); top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.timeline_uploded_files ul li .icon_down:before{ position:absolute; top:50%; left:0px; content:""; background-color:#cacaca; width:1px; height:calc(100% - 14px); height:-webkit-calc(100% - 14px); transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.viewQuestion_pop_down{ position:relative; padding:0 100px 0 0;}
.viewQuestion_pop_down img{ display:inline-block; vertical-align:middle;  height:auto; width:auto; max-height:100%; max-width:20px;}
.viewQuestion_pop_down_right{ display:inline-block; vertical-align:middle; max-width:calc(100% - 60px); max-width:-webkit-calc(100% - 60px); padding-left:10px;}
.viewQuestion_pop_down_right h3,.viewQuestion_pop_down_right span{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.timeline_uploded_files ul li a:hover .icon_down img,.timeline_uploded_files ul li a:focus .icon_down img{filter:grayscale(0) brightness(1); -webkit-filter:grayscale(0) brightness(1);}
.timeline_uploded_files a:hover,.timeline_uploded_files a:focus{ text-decoration:none; color:#000;}

.timeline_uploded_files .attachment img,.timeline_uploded_files .download_All img{ display:inline-block; vertical-align:middle; margin-right:8px; width:auto; height:auto; max-height:24px; max-width:16px;}
.timeline_uploded_files .download_All:hover img,.timeline_uploded_files .download_All:focus img{ filter:brightness(0); -webkit-filter:brightness(0);}
.timeline_uploded_files header{ margin-bottom:15px;}

.pop_ups_main{ position:fixed; height:100vh; width:100%; top:0px; left:0px; background-color:rgba(1,9,20,0.95); z-index:99; overflow:auto; transform:translateY(100%); -webkit-transform:translateY(100%);}

.pop_ups_in{ margin:50px auto; width:700px; position:relative; display:table;}
.pop_StartNew_add{ margin-left:-15px; margin-top:-15px; display:flex; flex-wrap:wrap; justify-content: center;}
.pop_StartNew_a{ padding:0 0 0 15px; margin-top:15px; position:relative;}
.pop_StartNew_a a{ background-color:#ffffff; padding:20px; height:100%; position:relative; min-height:120px;}
.pop_StartNew_a h3{ position:relative; z-index:1; color:#282727;}
.btn_pop_Start{ padding:6px 20px; display:inline-block; margin-top:24px; color:#fff; position:relative; z-index:1;}
.btn_pop_Start.available{ background-color:rgba(52,129,223,0.68);}
.btn_pop_Start.notAvailable{ background-color:rgba(213,43,51,0.68);}
.img_pop_StartNew_a{ position:absolute; width:100%; height:100%; top:0px; left:0px;}
.img_pop_StartNew_a img{ position:absolute; max-width:calc(100% - 14px); max-height:calc(100% - 14px); max-width:-webkit-calc(100% - 14px); max-height:-webkit-calc(100% - 14px);}

.viewCase_pop_up .tag_text_type{ width:100%; margin-bottom:20px;}
.viewCase_pop_up .tag_text_type:last-child{ margin-bottom:0px;}
.viewCase_pop_up .tag_text_type i{ height:14px; margin-right:6px;}
.viewCase_pop_up .viewCase_pop_in{ margin-top:50px;}

.pop_close{ position:absolute; top:20px; right:20px; z-index:1; width:40px; height:40px;}
.pop_close img{ position:absolute; max-width:calc(100% - 10px); max-height:calc(100% - 10px); max-width:-webkit-calc(100% - 10px); max-height:-webkit-calc(100% - 10px);}

.startNew_frm{ width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:4; overflow-y:auto; transform:scale(0);background-color:rgba(1,9,20,0.65); -webkit-transform:scale(0);}
.startNew_frm_in{ width:300px; box-shadow:0 0 0 5px rgba(52,129,223,0.8); position:absolute;  padding:15px; top:50px;}
.startNew_frm_in .form_row{ margin-bottom:10px;}
.startNew_frm_in .form_row:last-child{ margin-bottom:0px;}
.startNew_frm_in .form_row textarea{ height:100px; width:100%; padding:6px 10px; border:1px solid #e4e4e4; resize:none;}
.startNew_frm_in .form_row .input_typ_file{ width:34px; height:34px; float:none; display:inline-block; margin:0 4px;vertical-align:middle;}
.startNew_frm_in .form_row .input_typ_send{ height:auto;float:none; display:inline-block; margin:0 4px; width:auto; vertical-align:middle;}
.startNew_frm_in .form_row .input_typ_send_btn{ width:34px; height:34px; position:relative; }
.startNew_frm_in .form_row .input_typ_send_btn img{ position:absolute; margin:0px; max-width:20px; max-height:20px;}
.startNew_frm_in .form_row.attachment_files{ position:relative; float:left; background-color:rgba(69, 106, 197, 0.19); padding:4px 2px;}
.startNew_frm_in .form_row .attachment_files_in ul li{ width:45px; height:40px; margin:0 2px;}
.startNew_frm_in .form_row .attachment_files_in ul li .btn_del_upload{ height:26px; width:26px;}
.pop_sub_close{ position:absolute; top:-15px; right:-15px; width:30px; height:30px; z-index:1;}
.pop_sub_close img{ position:absolute; max-width:calc(100% - 8px); max-height:calc(100% - 8px); max-width:-webkit-calc(100% - 8px); max-height:-webkit-calc(100% - 8px);}
.colorGreyDark {
  color: #404040;
}
.font_14px {
  font-size: 14px;
}
.full_width {
  width: 100%;
  float: left;
}
 .dateTime {
  position: absolute;
  top: 3px;
  right: 0px;
}
.fontItalic {
  font-style: italic;
}
.colorGrey {
  color: #6e6e6e;
}
.font_12px {
  font-size: 12px;
}
.input_typ_file {
  float: left;
  position: relative;
  width: 60px;
  height: 50px;
}
.input_typ_file_dsn img {
  max-width: 12px;
  max-height: 18px;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.radius-100 {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.startNew_frm_open{transform:scale(1); -webkit-transform:scale(1); }


.pop_up_open{ overflow:hidden;}
.pop_ups_main.open{transform:translateY(0); -webkit-transform:translateY(0);}
.font_24px
{
    font-size:24px;
}

#registration_modal .modal-header
{
    padding:5px;
}
#registration_modal .modal-header h5
{
    font-size: 16px;
}
#communication_files
{
   width: auto !important;
}
.object_fit_cover 
{
    max-width:100%;
    height:auto;
}
.content_box_inner
{
  background: #eef6ff;
  margin-top: 15px;
  padding: 10px;
  padding-top: 0;
}
.top_drop_history_input:hover.i
{
   color: #fff !important; 
}
.color_table  th
{
    background: #e9e9ff;
}
.bed_master_box {
  border: 2px dashed #777676;
  padding: 10px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #146cb7;
}
.box_highlight
{
   padding: 0px;
  background: #e7f6f7;
  border: 1px solid #92cd01;
  border-radius: 4px;
}
.box_highlight2
{
   padding: 0px;
  background: #fff2cf;
  border: 1px solid #92cd01;
  border-radius: 4px;
}
.width_auto
{
   width: auto !important;
}
.company_text_supar_admin
{
    padding-top: 78px;
    font-weight: bold;
  font-size: 20px;
}
.login_admin_super_admin
{
    margin-top: 60px;
  position: relative;
  border: none;
  border-radius: 6px;
  background: #ecf5f6;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
}
.login_admin_super_admin #login-form
{
  padding: 30px;
    padding-top: 30px;
  font-size: 13px;
  background-color: transparent;
  border-radius: 0px;
  padding-top: 0px;
}
.sa_back
{
    background:url(../images/login_bg.jpg);
    background-size: 100%;
    
}
.sa_header
{
     background:#5b7ae9;
     color:#fff;
}
.header_section table td
{
    font-size:13px;
    line-height:26px;
}
.custom_tab_main .nav-tabs {
  margin-bottom: 0px;
  width: 100%;
  
}

.custom_tab_main .nav-tabs > li a {

  border-bottom: 0px !important;
  border-radius: 0px !important;
  font-size: 14px;
  padding: 5px 12px;
  border-bottom: 0px;
}
custom_tab_main .tab-content  {
  border: 1px solid #d8d8d8;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 300px;
}
.custom_tab_main .tab-content
{
   border: 1px solid #ddd;
}
.reset {
    all: revert;
    padding: 0px;
    font-size: 13px;
    padding-left: 5px;
    color: #af0101 !important;
}
.custom_text
{
    padding:0px!important;
    padding-right: 10px !important;
    height: 23px;
    margin-top: -3px;
}
.custom_text option
{
    background: #fff;
}
.input_color
{
    background: #9cd21f;
  color: #fff;
}
.input_color_right
{
    border: 1px solid #ced4da !important;
    border-radius: 0px;
}
fieldset
{
    border: 1px solid #ccc5b9 !important;
    border-radius: 4px!important;
}
fieldset:focus-within {
  border: 1px solid #80bdff !important;

}
.Patient_from
{
    border: 1px solid #0270a5;
  border-radius: 8px;
  margin: 20px 0px;
}
.Patient_from h4
{
  background: #0270a5;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
line-height: 55px;
}
.Patient_from_inner
{
    padding: 10px 25px;
}
.border-0
{
border:none;
}
.patient_inner_footer
{
   background: #0270a5;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
 -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
padding: 10px 0px;
}

.color_light_cyan {
  background: #00FFFF;
}
.color_blue {
  background: #5FBDFF;
}
.color_light_red {
  background: #FFCCCB;
}
.color_light_yellow {
  background: #FFFF66;
}
.color_light_purple {
  background: #DE73FF;
}
.color_lime {
  background: #AEF359;
}
.color_blue_grey {
  background: #93BFCF;
}
.color_brown {
  background: #D6C7AF;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: 13px;
}
.select2-results__option--selectable {
  cursor: pointer;
  font-size: 13px;
}
.dr_secect_main li
{
  
  background: #9cd21f;
  padding: 2px 15px;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
}
.dr_secect_main label {
  font-size: 14px;
  color: #fff;
  
}
#schedule_text
{
    text-align: center;width: 200px;margin: 0px auto;display: inherit;font-weight: 600;
}
#nonLabInvestigation_list .btn_delete
{
    position: absolute;
  top: 0;
}
#tab_11  .nav-tabs > li a
{
    display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  color: #000;
  padding: 2px 10px;
  border: 1px solid #1865b4;
}
#tab_11  .nav-tabs > li > a:hover {
  border: none;
  background-color: #1865b4;
  color: #fff;
  border: 1px solid #1865b4;
}
#newAllergy label
{
    font-size: 13px;
}
.patient_profile
{
   width: 100px;
  height: 100px;
  border: 1px solid #565353;
  border-radius: 4px;
}
.sub_sub_manu 
{
    list-style-type:none;
    margin-bottom:0px;
     font-size: 13px;
       color: #727272;
}
.sub_sub_manu  li
{
    list-style-type:none;
    display:inline-block;
     
}
.sub_sub_manu  li a
{
    font-size: 13px;
  color: #727272;
}
.sub_sub_manu  li a:hover
{
    font-size: 13px;
  color: #000;
}
.emp_profile_box
{
    border: 2px solid #15a1b2;border-radius: 6px;overflow: hidden;
}
.emp_profile_box img
{
    width:100%;
    height:auto;
}
.sidebar-nav .dropdown-menu li a
{
    font-size: 12px;
    padding: 8px 15px 8px 15px;
    padding-left: 26px;
}
.sidebar-nav .dropdown-menu li a i
{
    font-size: 10px;
  margin-right: 4px;
}
.select2-results__option {
  font-size: 12px !important;
}
.image_holder
{
    border: 2px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}
.image_holder img
{
    width:100%;
    height:auto;
}

.mx_box {
  border: 1px solid #ccc;
  position: relative;
  padding: 10px;
  padding-top: 0px;
 
}
.mx_box2 {
  border: 1px solid #ccc;
  position: relative;
  padding: 10px;
  padding-top: 0px;
 
}
.mx_box3 {
  border: 1px solid #ccc;
  position: relative;
  padding: 10px;
  padding-top: 0px;
  
}
.mx_box_header {
  font-size: 15px;
  font-weight: 600;
  background: #b1e1e1;
  padding: 6px 10px;
  text-align: center;
  color: #282828;
}
.doctorconsultation_box1 {
  border: 1px solid #edeae9;
  padding: 8px;
  margin: 10px 0px;
  border-radius: 4px;
  margin: 10px 0px;
  border-radius: 4px;
  padding-bottom: 2px !important;
}
.doctorconsultation_box2 {
  border: 1px solid #edeae9;
  padding: 15px;
  margin: 10px 0px;
  border-radius: 4px;
}
.doctorconsultation_box3 {
  border: 1px solid #edeae9;
  padding: 15px;
  margin: 10px 0px;
  border-radius: 4px;
}
.doctorconsultation_box1 ul li, .doctorconsultation_box2 ul li, .doctorconsultation_box3 ul li
{
    display:inline-block;
    width: 15%;
}

.doctor_side_tab
{
    position: relative;
}
.doctor_side_tab #v-pills-tab {
  z-index: 99 !important;
  width: 180px;
  position: absolute;
  right: 11px;
  top: 0px;
}

.doctorconsultation_btn
{
    background-color: #1865b4;
  color: #fff;
  border: 1px solid #1865b4;
  float:left;
  margin-right:5px;
  border-radius: 8px;
  font-size: 10px;
  padding: 2px 10px;
  margin-bottom:8px;
}
.clear
{
    width:100%;
    clear:both;
}
.page_back
{
    color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  margin-top:5px;
  font-size:20px;
}
.page_back i
{
    line-height: 23.6px;
}
.page_back:hover
{
    color: #f00;
}
@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 250px);
        overflow-x: auto
    }
}
/*For login start*/
.fxt-template-layout33 {
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
.fxt-template-layout33 .fxt-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-content-wrap {
    display: block;
  }
}
.fxt-template-layout33 .fxt-heading-content {
  padding: 30px;
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-heading-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-heading-content {
    padding: 15px;
  }
}
.fxt-template-layout33 .fxt-heading-content:before {
  content: "";
 border-radius: 0 0px 0px 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #b1e1e1;
  top: 0;
  left: 0;
}
.fxt-template-layout33 .fxt-heading-content_student:before {
  content: "";
 border-radius: 0 30px 30px 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/figure/bg2.jpg");
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-heading-content:before {
    border-radius: 0;
  }
}
.fxt-template-layout33 .fxt-heading-content .fxt-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 680px;
  height: 100%;
  padding: 60px 16px;
  padding-top: 0;
  border-radius: 30px;
  max-width: 515px;
  width: 100%;
  
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-inner-wrap {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.fxt-template-layout33 .fxt-heading-content .fxt-logo {
  margin-bottom: 30px;
  display: block;
  max-width: 35vw;
}
.fxt-template-layout33 .fxt-heading-content .fxt-sub-title {
  color: #0a0a0a;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-sub-title {
    font-size: 22px;
  }
}
.fxt-template-layout33 .fxt-heading-content .fxt-main-title {
  color: #9e3d21;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-heading-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout33 .fxt-heading-content .fxt-description {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  max-width: 390px;
  width: 100%;
}
.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description .fxt-switcher-text {
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description .fxt-switcher-text:hover {
  text-decoration: underline;
}
.fxt-template-layout33 .fxt-form-content {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-form-content {
    width: 100%;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-page-title {
  margin-bottom: 15px;
 font-size: 24px;
  font-weight: 700;
  color: #14133b;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout33 .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fxt-template-layout33 .fxt-form-content .fxt-label {
 color: #14133b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
.fxt-template-layout33 .fxt-form-content .fxt-main-form {
  padding: 50px 65px 40px 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout33 .fxt-form-content .fxt-main-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-main-form {
    padding: 40px 15px 30px;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-inner-wrap {
  max-width: 454px;
  width: 100%;
}
.fxt-template-layout33 .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.fxt-template-layout33 .fxt-form-content .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cbcbcb;
  padding: 10px 15px;
  color: #111;
}
.fxt-template-layout33 .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout33 .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout33 .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout33 .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.fxt-template-layout33 .fxt-form-content .fxt-otp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.fxt-template-layout33 .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fxt-template-layout33 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}
.fxt-template-layout33 .fxt-form-content .fxt-otp-btn {
  margin-bottom: 20px;
}
.fxt-template-layout33 .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #646464;
}
.fxt-template-layout33 .fxt-form-content .fxt-switcher-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #1865b4;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout33 .fxt-form-content .fxt-switcher-text:hover {
  color: #238af4;
  text-decoration: underline;
}
.fxt-template-layout33 .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 25px;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type="checkbox"] {
  display: none;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}
.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::before {
  background-color: #1ebe92;
  border-color: #1ebe92;
}
.fxt-template-layout33 .fxt-form-content .fxt-btn-fill {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #64A92C;
  color: #fff;
  border-radius: 6px;
  background-color: #64A92C;
  padding: 9px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout33 .fxt-form-content .fxt-btn-fill:hover {
 
}
.fxt-template-layout33 .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-divider-text {
  text-align: center;
  margin-bottom: 20px;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul {
    display: block;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li {
    width: 100%;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
  padding: 10px 15px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
    min-height: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
    width: 100%;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
  display: inline-block;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
  display: inline-block;
  display: none;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: block;
  }
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-google a {
  background-color: #CC3333;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-apple a {
  background-color: #132133;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
  background-color: #070e16;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active {
  width: 100%;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active a {
  width: 100%;
}
.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active a .fxt-option-text {
  display: block;
}
.fxt-template-layout33.fxt-template-animation .fxt-heading-content:before {
  opacity: 0;
  visibility: hidden;
}
.fxt-template-layout33.loaded.fxt-template-animation .fxt-heading-content:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fxt-template-layout33 input,
.fxt-template-layout33 input::placeholder {
    font-size: 13px !important;
  color: #000 !important;
}
/*For login End*/
.dashboard_menu a
{
    display:block;
    font-size: 13px;
}

.dashboard_menu a i
{
    font-size:24px;
    color: #64A92C;
}
.table-hover td, .table-hover th {
  font-size: 13px !important;
  padding: .3rem .4rem;
}
.dashboard_header {
  font-size: 13px;
  color: #000;
  margin-bottom: .5rem;
}
.custom_table {
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
  border-radius: 6px;
}

.custom_table .custom_button 
{
    height: 22px;
}
.custom_table .custom_button i
{font-size: 10px;
  line-height: 10px;}
.form-group td
{
    font-size:13px;
}
.dashboard_inner_box
{
    background: #07889B;
  padding: 15px 0px;
  border-radius: 8px;
}
.dashboard_inner_box a
{
    color:#fff;
    font-weight:500;
}
/*error box*/
.red-border {
	border: 1px solid red!important;
}

#accordionExample_new .accordion-button {
  border-radius: 0;
  padding: 3px 8px;
  font-size: 13px;
  background: #e7f6f7;
}
#accordionExample_new .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(13,110,253,.25);
}
#accordionExample_new .accordion-body
{
    padding:5px;
    font-size: 13px;
}
#accordionExample_new .accordion-body li
{
    display:inline-block;
    padding-right: 10px;
  padding-bottom: 5px;
}
.tree 
{
    margin-left: 20px;
}
.tree ul {
    margin-left: 20px;
}

.tree li {
    list-style-type: none;
    margin:10px;
    position: relative;
}

.tree li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-radius:0 0 0 0px;
    width:20px;
    height:15px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-top:1px solid #ccc;
    border-radius:0px 0 0 0;
    width:20px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:5px 0 0 0;
}

.tree li a {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding:2px 5px;
    display: block;
}

.tree li a:hover, .tree li a:hover+ul li a,
.tree li a:focus, .tree li a:focus+ul li a {
    background: #ccc; color: #000; border: 1px solid #000;
}

.tree li a:hover+ul li::after, .tree li a:focus+ul li::after,
.tree li a:hover+ul li::before, .tree li a:focus+ul li::before 
.tree li a:hover+ul::before, .tree li a:focus+ul::before 
.tree li a:hover+ul ul::before, .tree li a:focus+ul ul::before{
    border-color:  #000; /*connector color on hover*/
}
.img_xrey
{
    width:100%;
    height:auto;
    border-radius: 20px;
    border: 2px solid #2303ff;
}


.clearfix { zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bzoom { direction: ltr; }

.bzoom,
.bzoom_thumb,
.bzoom_thumb_image,
.bzoom_big_image,
.bzoom_zoom_preview,
.bzoom_icon,
.bzoom_hint { display: none }

.bzoom .bzoom_thumb { background: #fff url(./img/loading.gif) center no-repeat; }

.bzoom,
.bzoom ul,
.bzoom li,
.bzoom img,
.bzoom_hint,
.bzoom_icon,
.bzoom_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none
}

.bzoom,
.bzoom_magnifier div,
.bzoom_magnifier div img,
.bzoom_small_thumbs ul,
ul .bzoom_small_thumbs li,
.bzoom_zoom_area div,
.bzoom_zoom_img { position: relative }

.bzoom img,
.bzoom li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none
}

.bzoom,
.bzoom_small_thumbs li { float: left }

.bzoom_right { float: right }

.bzoom li { position: absolute }

.bzoom img {
  vertical-align: bottom;
  width: 50px;
  height: 70px
}

.bzoom .bzoom_zoom_area,
.bzoom_zoom_area {
  background: #fff url(./img/loading.gif) center no-repeat;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  display: none;
  z-index: 20;
}

.bzoom_zoom_area div { overflow: hidden; }

.bzoom_zoom_area .bzoom_zoom_img { position: absolute; }

.bzoom_wrap .bzoom_magnifier {
  background: #fff;
  outline: #bbb solid 1px;
  display: none;
  cursor: move;
}

.bzoom_magnifier div { overflow: hidden; }

.bzoom_wrap .bzoom_small_thumbs { overflow: hidden; }

.bzoom_wrap .bzoom_small_thumbs li {
  border: 1px solid #FFF;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.bzoom_wrap ul li.bzoom_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #535353;
}

.bzoom_zoom_area
{
    left: -310px!important;
}
.input-group-append .input-group-text
{
    border: 1px solid #ced4da !important;
    -webkit-border-top-right-radius: 4px!important;
-webkit-border-bottom-right-radius: 4px!important;
-moz-border-radius-topright: 4px!important;
-moz-border-radius-bottomright: 4px!important;
border-top-right-radius: 4px!important;
border-bottom-right-radius: 4px!important;
border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.lab_result_entry_color .color_box 
{
    width:auto;
    height:auto;
    padding: 0px 10px;
}

.lab_result_entry_color li {
  text-align: center;
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: bold;
  padding: 0px 2px;
}
.history_top_menu li {
  display: inline-block;
  font-size: 13px;
}
.history_box {
  padding: 10px;
  margin-top: 0px;
  border-bottom: 1px solid #a1cdfd !important;
}

.dashboard_menu_icon_left
{
    vertical-align: middle;
  text-align: center;
}
.dashboard_menu_icon_left i
{
    font-size: 20px;
  color: blue;
}
.dashboard_menu_arrow_icon
{
  vertical-align: middle;
  text-align: center;
  width:30px;
}
.dashboard_menu_arrow_icon a i
{
    font-size:14px;
    color:#ccc;
}
.dashboard_menu_arrow_icon a i:hover
{
     color:#000;
}
.dashboard_menu_arrow_icon a:hover
{
     color:#000;
}
.dashboard_menu span {
  font-size: 11px;
  display: block;
  line-height: 12px;
}
.dashboard_menu td
{
    vertical-align: middle;
    height: 56px;
}
/*float text*/
.border-lable-flt {
  display: block;
  position: relative;
}
.border-lable-flt label, .border-lable-flt > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  width: fit-content;
}
.border-lable-flt label::after, .border-lable-flt > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}
.border-lable-flt .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus) + * {
  opacity: .5;
 top: 0em !important;
  top: 10px;
  display: block;
 line-height: 28px;
  margin-bottom: 0;
  width:auto;
}

.input-group .border-lable-flt {
  display: block;
  width: 100%;
}
.input-group .border-lable-flt .form-control {
  border-radius: 0.25rem;
}
.input-group .border-lable-flt:not(:last-child), .input-group .border-lable-flt:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .border-lable-flt:not(:first-child), .input-group .border-lable-flt:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/*float text*/

.mandatory_label
{
    color: #f00!important;
  font-weight: bold!important;
}
.attendance_search_button
{
    text-align:center;
    margin-bottom:15px;
}
.attendance_search_button li
{
    display:inline-block;
}
.attendance_search_button li a {
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 4px 19px;
  border-radius: 30px;
  background: #ddd;
  color: #000;
}
.attendance_search_button li a:hover {
     border: 1px solid #0073ac;
      background: #0073ac;
  color: #fff;
}
.bed_box
{
   display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #5300cd;
  padding: 7px 20px;
  border-radius: 8px;
}
.select_bed li
{
    width:24%;
    display:inline-block;
}
.modal_tab_close {
  top: 40%;
  left: 4%;
  position: absolute;
}