.modal{    z-index: 99999;}

.line-height-1Point55{
  line-height: 1.55!important;
	}
	
	@media screen and (max-width: 1200px){s
   footer.main-footer{

    width: 100%;
    
	}
}

body {
  color: #063477;
  background-color: #f1f3f6;
}

.container {
  max-width: 960px;
}

.panel-default{    margin-bottom: 10px;}
.panel-body{    padding-top: 10px;
    padding-bottom: 10px;}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
    position: relative;
    top: 0px;
    font-size: 24px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a{color:#fff;}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #48c2d3;
  color:#ffffff;
}

.panel-default>.panel-heading a[aria-expanded="false"] {
 /*  background-color:#ddd; */  /* removed this css property for descent look */
  color:#6a6c6f;
  font-weight:normal;  /* font weight should be normal */
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212"!important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.margin-bottom-0px{margin-bottom:0px!important}

nav.side-navbar {
    background: #fff;
    min-width: 225px;
    max-width: 225px;
    color: #686a76;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
footer.main-footer {
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    height: 20px;
    bottom: 0px;
    z-index: 9999;
}


.selectit {     color: #fff;
    background-color: #0e8eab;
    background-image: none;
    border-color: #0e8eab;}


.no-gutters {
  padding-right: 10px;
  padding-left: 10px;
}
.list-group-item.active{
    
    background-color: #48c2d3;
    background-image: none;
    border-color: #ffffff;
}

/* the below part is for pagination css */
/* *********************************************************** */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

 .centeredSec {
  position: fixed;
  top: 1%;
  right: -15%;
  bring your own prefixes
  transform: translate(-50%, -50%);
}

.login-bg{
  background-size: cover;
}

nav.side-navbar.menu1 .menu1,
nav.side-navbar.menu2 .menu2,
nav.side-navbar.menu3 .menu3,
nav.side-navbar.menu4 .menu4,
nav.side-navbar.menu5 .menu5{
	background: #48c2d3; 
	color: #fff; 
	 
}
nav.side-navbar.menu1 .menu1 a,
nav.side-navbar.menu2 .menu2 a,
nav.side-navbar.menu3 .menu3 a,
nav.side-navbar.menu4 .menu4 a,
nav.side-navbar.menu5 .menu5 a{
font-weight: bold!important;
}
    
/* Add background image for login page only */
.body1{
  color: #6a6c6f;
  background-color: #f1f3f6;
  background : url(../img/bg-home.jpg);
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;}

/* *********************************************************** */

/* Added below css for the checkbox with the is Old Patient label*/
/* *********************************************************** */
.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	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;
}

.checkbox label:focus{
	border: 2px solid red;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
	/* outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; */
}

.checkbox input[type="checkbox"]:checked+label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
	background-color: #428bca;
	border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
	color: #fff;
}
/* *********************************************************** */

/* Bootstap 3 support for accordian*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.td-anchor-tag{font-weight:bold;    text-decoration: none;}

.side-menu {
     overflow-y: none;
     z-index: 100000;
     position: fixed;
     width: 60px;
     height: 100%;
     -webkit-transition: all 0.25s;
     transition: all 0.25s;
  }
      
li a .icon {
     margin-left: 0px;
     width: 20px;
     text-align: center;
     font-size: 1.1em;
     display: inline-block; 
 }
li a .title {
     width: 0px;
     white-space: nowrap;
     padding-left: 6px;
     display: inline-block; 
}

/* Side Menu */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    height: 89vh;
    /* max-height: 550px; */
    background-color: #fff;
}
#sidebar .list-group {
    width: auto;
    background-color: #fff;
}

#sidebar .submenu {
    min-width: 250px;
    background-color: #fff;
    text-align: center
}

#sidebar .submenu .success{
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

#sidebar .submenu .pending{
    background-color: #fcf8e3;
    border-color: #faebcc;
}


#sidebar i {
    margin-right: 15px;
}

#sidebar .list-group-item {
    border-radius: 0;
    background-color: #fff;
    color: inherit;
    border-left: 0;
    border-right: 0;
    border-color: #2c2c2c;
    white-space: nowrap;
    font-weight: 300;
    border: 0px solid rgba(0,0,0,.125);
}

/* #sidebar .list-group-item.active{
    border-radius: 1;
    background-color: #48c2d3;
    color: #fff;
    font-weight: 300;
    font-weight: bold!important;
} */

#sidebar.menu1 .menu1,
#sidebar.menu2 .menu2,
#sidebar.menu3 .menu3,
#sidebar.menu4 .menu4,
#sidebar .selectedMenu,
#sidebar.menu5 .menu5{
	background: #48c2d3; 
	color: #fff; 
	 
}
#sidebar.menu1 .menu1 a,
#sidebar.menu2 .menu2 a,
#sidebar.menu3 .menu3 a,
#sidebar.menu4 .menu4 a,
#sidebar .selectedMenu,
#sidebar.menu5 .menu5 a{
font-weight: bold!important;
}


/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #fff;
    color: #222;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[data-selected="true"] {
  background-color: #48c2d3;
  color: #fff;
  font-weight: bold!important;
}

#sidebar .list-group .list-group-item .active{
  background-color: #48c2d3;
  color: #fff;
  font-weight: bold!important;
}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item,
#sidebar .list-group .collapsing .list-group-item  {
  border-radius: 25px;	
  padding-left: 20px;
  width: 60%;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item,
#sidebar .list-group .collapse > .collapsing .list-group-item {
  padding-left: 30px;
  width: 100%;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:768px) {
    #sidebar {
        min-width: 35px;
        max-width: 40px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        /* transform: translateX(-45px); */
        position: fixed;
    }
    
    #sidebar.show {
        transform: translateX(0);
    }

    #sidebar::-webkit-scrollbar{ width: 0px; }
    
    #sidebar, #sidebar .list-group {
        min-width: 35px;
        overflow: visible;
    }
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        top: 0;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}

.collapse.show {
  visibility: visible;
}
.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: 100%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.side-navbar.shrinked {
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}

.side-navbar .list-group-item{
      padding: 5px 10px 5px 11px;
}

.side-navbar .sidebar-header {
  padding: 15px 0px;
  min-width: 225px;
  background-color: #fff;
}

.side-navbar .avatar {
  width: 35px;
  height: 35px;
}

.side-navbar .title {
  margin-left: 10px;
}

.side-navbar .title h1 {
  color: #333;
}

.side-navbar .title p {
  font-size: 0.9em;
  font-weight: 200;
  margin-bottom: 0;
  color: #aaa;
}


/* Modal CSS */
.Modal-backdrop
{
 position: fixed;
 top: 0px;
 left: 0px;
 height:100%;
 width:100%;
 background: #000;
 z-index: 3;
 opacity: 0.5;
}

.Modal-holder
{
  position: fixed;
  top: 35px;
  left: 0px;
  height:100%;
  width:100%;
  background: transparent;
  z-index: 4;
  padding: 30px 15px;
}

{
  box-sizing: border-box;
}

.Modal-box
{
  margin: 0 auto;
  width: 100%;
  max-height: 80vh; 
  background: #f1f3f6;
  padding: 15px 15px 15px 15px; /*comment to reduce the size of payment modal */
  border-radius: 10px; /* increase or decrease to change the modal 
						  corner curve*/
  box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 992px)
{
  .Modal-box
  {
    width: 52%;
    /* padding: 30px; commented to reduce the size of payment modal */
  }
}


.btn-default {
    border-color: #ccc;
}

.tab-content .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 38px;
}

.tab-content .choice i {
    font-size: 32px;
    line-height: 55px;
}

.btn-radio {
	width: 100%;
}
.img-radio {
	opacity: 0.8;
	margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}

/* active buttons */
#status-buttons a.active span.round-tabs.one { 
    background: rgb(34, 194, 34); 
    color: #fff
}

#status-buttons a.active span.round-tabs.two { 
    background: #febe29; 
    color: #fff
}

#status-buttons a.active span.round-tabs.three { 
    background: #3e5e9a; 
    color: #fff
}

#status-buttons a.active span.round-tabs.four { 
    background: #f1685e; 
    color: #fff
}


.iradio_buttons {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: #febe29 no-repeat;
    border: none;
    cursor: pointer;
}
.iradio_buttons {
    background-position: -120px 0;
}
.iradio_buttons.hover {
    background-position: -144px 0;
}
.iradio_buttons.checked {
    background-position: -168px 0;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 75%;
    margin: 60px auto;
    height: 500px;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    background-color:#48c2d3;
    cursor: default;
    /* background-color: #ffffff; */
   /*  border: 0; */
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    /*width: 20%;*/
    /* width: 25%; */ /* commented because size width of tabs should not be fixed*/
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
/* .nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
} */
.nav-tabs > li a{
   width: fit-content;
   /* height: 70px; */
   margin: 0px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content .tab-pane{
   position: relative;
  /*  padding-top: 50px; */
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

.w3-panel{margin-top:16px;margin-bottom:16px}

.w3-round-xxlarge{border-radius:32px}

/* to change the color of add and remove icon on payment page */
a.delete {
    color: #a90a10;
    text-decoration: none;
}

/* replaced form-control class to form-control-sameline 
   on payment page to add next content just ahead of the element */
.form-control-sameline {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px 15px;
    display: inline;
    width: 100%;
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
}

.noTopBorder td,.noTopBorder th{
    padding: 0.1rem;
    vertical-align: top;
    border-top: none;
}

.noTopBorder {
    margin-bottom:0rem; 
}

/* to have add and remove button on same line on payment page  */
.form-control-select-sameline {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px 15px;
    display: inline;
    width: 75%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
}

/*  to remove top border from the <tbody>/<thead> on payment page*/
.noTopBorder tbody+tbody {
    border-top: none; 
}

/* to add scrollbar to modal body of payment page  */
.modal-body {
    max-height: 60vh; 
    overflow: auto;
}

/* overridden below css to add decrease the size of ng-input-tag field  */
tags-input {
  display: block;
  width: 100%;
}

/*overridden below css to change the text color of ng-input-tag field    */
tags-input .tags .tag-item {
	color: #000;
	/* border: 0px solid #acacac; */
}

/*overridden below css to change the css of border of ng-input-tag field    */
tags-input .tags {
	border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0 lightgrey inset;
   /*  height: 39px; */ /* to increase the height of ng-tag-input field */
   height:auto;
    margin-top: -5px; /* to shift field slightly up  */
}

/*overridden below css to change the css of border-color of ng-input-tag field is focused    */
tags-input .tags.focused {
	box-shadow: 0 0 0px 0px rgba(5, 139, 242, 0.6);
	border: 2px solid #2da8b9;
}

/*overridden below css to change the color of remove symbol of ng-input-tag field    */
tags-input .tags .tag-item .remove-button {
	color: #000;
}

.calendar-text { margin-top: .3em; }

/* CSS For Vertical Wizard*/


/*--------------------*/

.fixed-width1 {
    min-width: 30%;
    max-width: 30%;
    background: #eef5f9;
    color: #686a76;
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    /* z-index: 999; */ /* removed z index because side navbar
   						 does not get backdrop when prescription 
   						 print popup is opened */
    padding: 15px 15px;
}

.bs-vertical-wizard {
    padding: 20px 0px 17px 5px;
    background-color: #fff;
}

.bs-vertical-wizard ul {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    list-style: none;
    /* width: 195px; */
}

.bs-vertical-wizard.steps-6:before {
    left: calc(100% / 7 / 2);
    right: calc(100% / 7 / 2);
}
.bs-vertical-wizard:before {
    background-color: #e6e6e6;
    content: '';
    position: absolute;
    height: 5px;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
    float: left;
    width: 14%;
    padding-top: 30px;
    text-align: center;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 0px 12px 0px 14px;
    color: #333c4e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .8px;
    text-decoration: none;
}

.bs-vertical-wizard ul>li>a:before {
    background: #dbdbdb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 59%;
    position: absolute;
    top: 20px;
    width: 85%;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 2;
    text-decoration: none;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 11px;
    left: calc(50% - 9px);
    width: 20px;
    height: 20px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .8px;
    text-decoration: none;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    /* height: calc(100% - 25px); */
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {
    content: '';
    position: absolute;
   	border-color: #5cb85c;
    background-color: #5cb85c;
    opacity: 1;
    top: 11px;
    left: calc(50% - 9px);
    width: 20px;
    height: 20px;
    z-index: 3;
}

.bs-vertical-wizard ul>li.skip>a:before {
    background-color: #e11e13;
    opacity: 1;
    /* height: calc(100% - 25px); */
    bottom: -9px;
}

.bs-vertical-wizard ul>li.skip>a:after {
    content: '';
    position: absolute;
   	border-color: #e11e13;
    background-color: #e11e13;
    opacity: 1;
    top: 11px;
    left: calc(50% - 9px);
    width: 20px;
    height: 20px;
    z-index: 3;
}

/* .bs-vertical-wizard ul>li.current>a:after {
    border-color: #5cb85c;
    background-color: #5cb85c;
    opacity: 1;
} */
 //.bs-vertical-wizard ul>li.complete>a:after {display:none;}
/*.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}
 */
.bs-vertical-wizard ul>li.complete>a .ico {
    left: -10px;
    text-decoration: none;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    /* background-color: #fff; */
}

/* For Line Color */
.bs-vertical-wizard ul>li.current>a:before {
    background-color: #48c2d3;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a {
    display: block;
    padding: 0px 12px 0px 12px;
    color: #48c2d3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .8px;
    text-decoration: none;
}

/*For Circle*/
.bs-vertical-wizard ul>li.current>a:after {
    border-color: #48c2d3;
    background-color: #48c2d3;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    top: 21px;
    left: calc(100% + 32px);;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/*For Current State Arrow*/
.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #000000;
    border-width: 10px;
    margin-top: -10px;
}

/*For Current State Line*/
.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #48c2d3;
    border-width: 11px;
    margin-top: -11px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 40px;
    height: 25px;
    padding: -9px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 20px Arial, sans-serif;
}

/* to hide the ng-input-tag text field when model length reaches one */
tags-input.hide-input .tags input.input{
  display: none ;
}

/* to reduce gap between dropdown list and ng-tags-input 
   field on appointment page  */
section.dashboard-countsCustom .row {
    margin: 0;
}

.card-subheader {
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #eee;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

 * {
  /* margin: 0; */
  /* padding: 0; */
}

/* Icon 0 */

 #nav-icon0 {
  width: 30px;
  height: 15px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}



/* Icon 2 */

#nav-icon0 {
}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 10px;
}

#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 20px;
}

#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

.form-control-label-bold {
    color: #777;
    font-weight: initial;
}

.alert {
    padding: 12px 15px 12px 15px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    width: 98%;
    height: 50px;
}

a.pointer {
    cursor: pointer;
}

/*search-control-container-starts*/

.search-control-container .btn-dd-search {
	background: #48c2d3;
	color: #fff;
}

.search-control-container .dropdown-menu .divider {
	border: 0.5px solid #09819c;
	margin: 0px -16px;
}

.search-control-container ul.dropdown-menu a {
	padding: 10px 0 !important;
}

.search-control-container ul.dropdown-menu {
	padding: 5px 15px;
}

.search-control-container ul.dropdown-menu a:hover {
	color: #fff;
}

.btn-dd-search {
   /*  width: 180px; All and Group button in patient registration*/ 
    color: #fff;
    border: none;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.search-control-container .dropdown-menu {
	background: white;
	color: #fff !important;
	position: absolute;
    top: 100%;
    width: 100%;
    /* margin: 0px 0 0; */
    padding: 0;
    list-style: none;
}
/*search-control-container-ends*/

/* use this class to hide content when printing */
/* ***************************************************** */
@media print {
	.noPrint {
		display: none;
	}
}

@media print {
	body * {
		visibility: hidden;
	}
	#print-content * {
		visibility: visible;
	}
	@page {
		size: auto; /* auto is the current printer page size */
		margin: 0mm; /* this affects the margin in the printer settings */
	}
}
/* ***************************************************** */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #eef5f9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.text-info {
    /* color: #fff!important; */
    color: #000!important;
    font-weight: bold;
}


/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 15px;
} */

.btn-icon{
	height: 16px;
}

/* Currently used for tick-mark img in task list page. */
.btn-icon1 {
    height: 25px;
}

#print-view td, th {
    padding: .25rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

/* ---------this css used only for bill print reusable modal   START ----------*/
.bill-print-modal-box
{
  margin: 0 auto;
  width: 100%;
  height: 100%; 
  background: #fff;
  padding: 10px; /*comment to reduce the size of payment modal */
  border-radius: 10px; /* increase or decrease to change the modal 
						  corner curve*/
  box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 992px)
{
  .bill-print-modal-box
  {
    width: 100%;
    padding: 15px 15px 0px 15px; 
    background-color: #f1f3f6; 
  }
}

.bill-print-modal-body {
    height: auto; 
    overflow: auto;
    /*previous font-size was 12px  */
    font-size: 14px;
    max-height: 82vh;
    background-color: #f1f3f6; 
}

.bill-table tbody tr td img{
	visibility: hidden;
}

.bill-table tbody tr:HOVER td img{
	visibility: visible;
}

/* ---------this css used only for bill print reusable modal   END ----------*/



.print-Modal-box
{
  margin: 0 auto;
  width: 100%;
  height: 100%; 
  background: #fff;
  padding: 10px; /*comment to reduce the size of payment modal */
  border-radius: 10px; /* increase or decrease to change the modal 
						  corner curve*/
  box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 992px)
{
  .print-Modal-box
  {
    width: 52%;
    padding: 15px 15px 0px 15px; 
    background-color: #f1f3f6; 
  }
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    background-color: #ffffff; 
}

.modal-header{
    padding-left: 20px;
    margin-bottom: 10px;
    background-color: #ffffff; 
}

.print-modal-body {
    height: auto; 
    overflow: auto;
    font-size: 12px;
    max-height: 60vh;
    background-color: #ffffff; 
}

#amountPaid input:focus {
	outline: none;
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:plum;
  vertical-align:middle;
  margin-right:1em;
  color:white;
}

input[type=text].rupee {
    background-image: url(http://i.imgur.com/Fd7NROx.png);
    border: 1px solid #aaa;
    padding: 5px;
    padding-left: 20px;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: 8px 6px;
}


/*Increase font-size and padding (basically, width) for select days dropdown 
	in OPD Schedule Edit Page */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input {
  border: 1px solid #e6e6e6;
  padding: 5px 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0.25rem;
}



/* Increase width of Doctor Name field in OPD Schedule Edit Page */
#field_doctorName {
	height: calc(2.25rem + 2px);
    width: 112%;
}


#frequently-used .btn {
			border-radius: .25rem;
			cursor: pointer;
			padding: 5px;
			font-size: 14px;
		}
		
		
		
input.ng-touched.ng-invalid.mandatory{
   border-color: red;
}
select.ng-touched.ng-invalid.mandatory{
   border-color: red;
}
/* div.selectize-input.invalid{
   border-color: red;
} */

/* UI CSS affect the whole Site*/

.table td, .table th {
    padding: .25rem;
    vertical-align: middle;
    /* border-bottom:  2px solid #8e8e8e; */
}

.table tr {
    /* border-bottom:  2px solid #8e8e8e; */
}

.parent-tab tbody{
    border-bottom:  2px solid #8e8e8e;
}

.table thead th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #8e8e8e; */
}

form label {
    font-size: 0.9em;
    color: #0a0a0a;
    font-weight: 400;
}

tags-input .tags .input {
    border: 0;
    outline: none;
    margin: 2px;
    padding: 0;
    padding-left: 3px;
    float: left;
    height: 14px;
    /* font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.form-control {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    font-size: 0.9rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control-inline {
    display: inline-block;
    /* width: 100%; */
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    /* color: #464a4c;
    background-color: #fff; */
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

tags-input .tags {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 4px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    box-shadow: 0px 0px 0px 0 lightgrey inset;
  /*   height: 28px; */ /* remove this attribute so that height of input tag changes dynamically */
}

select.form-control:not([size]):not([multiple]) {
    height: 28px;
    padding-left: 3px;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    height: 29px;
}

.td-anchor-tag-marron {
	font-weight: bold;
    text-decoration: none;	
    color: #d9534f!important;
}

.td-anchor-tag-green {
	font-weight: bold;
    text-decoration: none;	
    color: #5cb85c!important;
}

.td-anchor-black {
    color: #000000;
}

tags-input .tags .tag-item {
    margin: -2px;
    padding: 0px 4px 2px 5px;
    display: inline-block;
    float: left;
    /* font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* height: 23px; */
    height:auto; /*change to auto so that list item height should readjust according to data  */
    /* line-height: 25px; */
    border: 1px solid #acacac;
    border-radius: 3px;
    color: #000;
    /* background-color: #48c2d3; */
}

.form-group {
    /* margin-bottom: 0.5rem; */
}

.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}

select.bs-select-hidden, select.selectpicker {
    /* display: none!important; */
}

.report-grid {
   width: 100%;
   height:65vh; 
 }
 
 .ui-grid-header-cell-label {
    display:inline-block;
    white-space:initial;
}
.nav-menu-icon{
	height: 28px;
	margin-right: 15px
}
.nav-dropdown-icon{
    height: 20px;
    margin-right: 2px;
}
fieldset 
{
	/* border: 1px solid #ddd !important; */
	margin: 0;
	xmin-width: 0;
	padding: 5px 10px 10px 0px;       
	position: relative;
	border-radius:4px;
	background-color:#ffffff;
	padding-left:10px!important;
}
/* Remove background color and set width to Auto for legend in Patient Registration UI*/
legend
{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px; 
	width: auto; 
	border-radius: 4px; 
	padding: 5px 5px 5px 10px; 
}

/* CSS for Collapse Sidebar icon currently implemented on ROLE_ADMIN navbar Page. */
.menu-button {
  margin-right: 20px;
  font-size: 1.2em;
  transition: all 0.7s;
}

.menu-button span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 4px auto 0;
  transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}

.menu-button span:nth-of-type(2) {
  position: relative;
  width: 35px;
  transform: rotateY(180deg);
}

.menu-button span:nth-of-type(2)::before, .menu-button span:nth-of-type(2)::after {
  content: '';
  width: 6px;
  height: 2px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.7s;
}

.menu-button span:nth-of-type(2)::after {
  transform: rotate(145deg);
  position: absolute;
  top: -2px;
  left: 0;
}

.menu-button.active span:first-of-type {
  transform: translateY(12px);
}

.menu-button.active span:nth-of-type(2) {
  transform: none;
}

.menu-button.active span:last-of-type {
  transform: translateY(-12px);
}

@media (max-width: 1200px) {
  {
    /*==== Toggle Sidebar Btn ====*/
  }
  
  .menu-button {
    margin-right: 20px;
    font-size: 1.2em;
    transition: all 0.7s;
  }
  .menu-button span:first-of-type {
    transform: translateY(12px);
  }
  .menu-button span:nth-of-type(2) {
    transform: none;
  }
  .menu-button span:nth-of-type(2)::before, .menu-button span:nth-of-type(2)::after {
    transform: rotate(45deg);
  }
  .menu-button span:nth-of-type(2)::after {
    transform: rotate(145deg);
    position: absolute;
    top: -2px;
    left: 0;
  }
  .menu-button span:last-of-type {
    transform: translateY(-12px);
  }
  .menu-button.active span:first-of-type {
    transform: none;
  }
  .menu-button.active span:nth-of-type(2) {
    transform: rotateY(180deg);
  }
  .menu-button.active span:last-of-type {
    transform: none;
  }
}

/*	CSS for toggle button to be set at the bottom of the list and with fixed position. */
#toggle-button {
	border-radius: 0;
    background-color: #fff;
    color: inherit;
    border-left: 0;
    border-right: 0;
    border-color: #2c2c2c;
    white-space: nowrap;
    font-weight: 300;
    border: 0px solid rgba(0,0,0,.125);
    bottom: 3vh;
    position: fixed;
    width:250px;
}

.toggle-sidebar-button{
    width: 250px;
    transition: width 0.3s;
    position: fixed;
    bottom: 3vh;
    padding: 10px;
    background-color: #fafafa;
    border: 0;
    border-top: 2px solid #e5e5e5;
    color: #707070;
    display: flex;
    align-items: center;
    line-height: 1;
}

.toggle-sidebar-button.collapsed{
    width: 50px;
}
/* below css is for list of buttons shown on patient diagnostic page */
/* ------------------------------------------------------------------------------------------- */
.btn-primary.list {
    color: #6c7382;
    background-color: #eef5f9;
    border-color: #0c0e0e17;
}

.btn-primary.list:hover {
    color: #2c2c2c;
    background-color: #06b7d0;
    border: 1px solid #2da8b9;
    cursor: pointer;
}

.btn-primary.list:focus {
    border: 1px solid #2da8b9;
    cursor: pointer;
}

.btn-primary.list:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #48c2d3;
    background-image: none;
    border-color: #48c2d3;
}

/* below css is for list of observation button on pcpndt task report*/
.btn-obsrvtn.list {
    color: #6c7382;
    background-color: #eef5f9;
    border-color: #0c0e0e17;
}

.btn-obsrvtn.list:hover {
    color: #2c2c2c;
    /*background-color: #06b7d0;*/
    border: 1px solid #2da8b9;
    cursor: pointer;
}

.btn-obsrvtn.list:focus {
    border: 1px solid #2da8b9;
    cursor: pointer;
}

.btn-obsrvtn.list:active, .btn-obsrvtn.active, .show > .btn-obsrvtn.dropdown-toggle {
    color: #fff;
    background-color: #48c2d3;
    background-image: none;
    border-color: #48c2d3;
}

/* ------------------------------------------------------------------------------------------- */
.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

.bd-example-container-fluid {
    max-width: none;
}
.bd-example-container {
    /* min-width: 16rem;
    max-width: 25rem; */
    margin-right: auto;
    margin-left: auto;
}

.bd-example-container-header {
    height: 20vh;
    margin-bottom: .5rem;
    background-color: #fff;
    border-radius: .25rem;
}

.bd-example-container-sidebar {
    float: left;
    width: 33%;
    height: 100vh;
    background-color: #80bdff;
    border-radius: .25rem;
}

.bd-example-container-body {
	position:relative;
    height: 100vh;
    margin-right: 4.5rem;
    background-color: #957bbe;
    border-radius: .25rem;
}

.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color:#333;
}
.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 29%;
    height: 85vh;
    top: 30;
    /* right: 70%; */
    left: 15px;
    bottom: 45px;
    overflow: auto;
}

.table thead th .table-header-no-border {
   text-align: left; WIDTH: 20%; border-bottom: 0px ; border-top: none
}
td .table-data-no-border {
 text-align: left; WIDTH: 25%; border-top: none
}

.pretty.p-switch .state label:before, .pretty.p-switch .state label:after{
	top: -1px; /* to adjust the css of checkbox slider on patent-allergy.html page */
}

#ng-webcam-container {
    margin: 0 auto;
}
.buttons {
    text-align: center;
}
#result {
    /* margin-top: 20px; */
    text-align: center;
}
#result img {
    margin-right: 12px;
    margin-bottom: 0px;
}
#progress {
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

#ng-webcam-container {
    position: relative;
    display: inline-block;
}

#ng-webcam-container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.8);
}

.ng-webcam {
    position: relative;
    display: inline-block;
}

.ng-webcam #counter {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
    color: white;
    z-index: 2;
}

.ng-webcam.no-overlay #ng-webcam-container:after,
.ng-webcam.no-overlay #counter{
    display: none;
}

/* custom class to show queue count */
a.big-font.fc-day-grid-event.fc-end.fc-event.fc-h-event.fc-start{
	    font-size: 1.2em;
	    color:#07899b;
}

.widget-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 98%;
    height: 90vh;
    top: 30;
    /* right: 70%; */
    left: 15px;
    bottom: 10px;
    overflow: auto;
}

.list-group-item {
    padding: .5rem 1.25rem;
    line-height: 2;
}

/* to apply background color to search icon with search field*/
span.input-group-addon.btn-primary {
    background-color: #48c2d3;
}

.tablerowselected {
  background-color: #eef5f9;
}

/* Highlight row for is_normal flag false in diagnostic task of Task List. 	*/
.abnormalrowselected {
	/* border: dashed #F1330E;
    border-width: 1px; */
    color:red;
}
.sequence-style{
	font-weight: bolder;
    font-size: 1.1em;
    color : #b70596;
    text-transform: uppercase;
}

.workflow-btn {
			width: 80%;
			height: 35px;
			border: 1px solid #ccc;
			margin: 0px auto;
			text-align: left;
		}
		
@media (min-width: 576px)
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 5px;
    padding-left: 5px;
}		

a.pmt-pending {
    color: red;
    text-decoration: none;
}

a.bill-no {
    color: #b70596;
    text-decoration: none;
}

/* Custom size for Consent popup Modal */
@media screen and (min-width: 992px)
.consent-Modal-box {
    width: 85%;
    padding: 15px 15px 0px 15px;
    background-color: #f1f3f6;
}

.consent-Modal-box {
    margin: 0 auto;
    width: 86%;
    height: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    position: relative;
    vertical-align: middle;
}

#subCatList .selectedMenu{
	background: #48c2d3; 
	color: #fff; 
}

#subCatList .selectedMenu{
	font-weight: bold!important;
}

/* Custom size for Add New Test Popup Modal */
@media screen and (min-width: 992px)
.test-Modal-box {
    width: 75%;
}

.test-Modal-box {
    margin: 0 auto;
    width: 75%;
    /* max-height: 85vh; */
    background: #f1f3f6;
    padding: 15px 15px 0px 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    position: relative;
    vertical-align: middle;
}

.card-body-wh { /*Card Body without height*/
    padding: unset;
    overflow: auto;
    /* height: 78vh; */
    padding-left: 10px;
    padding-right: 10px;
    /* border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey; */
}

/* ************these css is applied to show the popover ******************* */
.popover.ng-isolate-scope.bottom.fade.in{
	opacity: 1;
}
.popover.ng-isolate-scope.top.fade.in{
	opacity: 1;
}
.popover.ng-isolate-scope.left.fade.in{
	opacity: 1;
}
.popover.ng-isolate-scope.right.fade.in{
	opacity: 1;
}

/* backround color of popover */
.popover-content {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.warningPopover{
    width: 30vw; /* Max Width of the popover (depending on the container!) */
}

/* ************************************************************************* */

/* ********************CSS for Diagnostic Report UI************************** */
.observation {
    color: black;
    width:100%;
}

.observation:active {
    color: white;
}

.observation:HOVER {
    color: white;
}

.btn-primary.active a{
    color: white;
    background-color: #48c2d3;
    border-color: #48c2d3;
}

/* Highlight the selected Patient Visit in Visit List card of Doctor UI */
.visitrowselected {
	background-color: #06b7d0;
}

.vistformlabel {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
}

/* Toggle show/hide Patient History Card of Doctor UI */
.doctor-card-close {
	position: absolute;
    top: -2px;
    right: 0px;
}

.doctor-card-close .dropdown-toggle {
  color: #999;
  background: none;
  border: none;
}

.doctor-card-close .dropdown-toggle:after {
  display: none;
}

.doctor-card-close .dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 0.9em;
  border-radius: 0;
  transform: translateX(calc(-100% + 5px));
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
}

.doctor-card-close .dropdown-menu a {
  color: #999 !important;
}

.doctor-card-close .dropdown-menu a:hover {
  background: #48c2d3;
  color: #fff !important;
}

.doctor-card-close .dropdown-menu a i {
  margin-right: 10px;
  transition: none;
}
/*------------for pretify checkbox color-----  */
.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #48c2d3;
    background-color: #48c2d3 !important;
}
/*--------------------------------------  */
.btn-primary.list{
	letter-spacing: 0.03rem;
}


.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  /* margin-right: 2px; */
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #3aa0ae;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color:#777777; /* to set font color black in tabs title */
 /*  line-height: 20px; */ /*commented so that height of tabs title should be small  */
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #3aa0ae;;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: visible; /* previously was auto */
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav-tabs .nav-link {
    border: 1px solid #dddddd;
    border-top-right-radius: .5rem;
    border-bottom-color: transparent;
    border-top-left-radius: .5rem;
	}

/*---------- css for wizard look and feel---------- */
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    left:7%;
    position: absolute;
    content:" ";
    width: 87%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    color: black;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.bg-color-white {
	background-color: white;
}


a.btn.btn-default.btn-circle.ng-binding.current{
	background-color: #48c2d3;
	color: white;
}
a.btn.btn-default.btn-circle.ng-binding.skip{
	background-color: #ff4848;
	color: white;
}
a.btn.btn-default.btn-circle.ng-binding.complete{
	background-color: #5cb85c;
	color: white;
}

small.ng-binding.current{
	font-weight: bold;
}

/* -------------------------------------------------- */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

/* overridden css of selectize.css file to get scrollbar in dropdown for added sounds component on systemic examination*/
#added_sounds .selectize-dropdown-content {
    overflow-y: visible;   
    overflow-x: hidden;
    max-height: 100px;
}
/* -------------------------------------------------- */
.report-approve{
  background:#00800085;
  color: white!important;
 
 }
 
.selectedMenu{
	background: #48c2d3; 
	color: #fff!important;
	font-weight: bold!important; 
}

.no-pointer-events {
	pointer-events:none;
}

/* css to make cursor not allowed in pretty css */
.pretty .state label[disabled]{
	cursor:not-allowed;
}

/* Custom width for bill print directive table */ 
.bill-table {
    width: 100%;
}

/* Custom width for bill print header directive table. */
.table1{
	width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
}

.table1 td{
    border-top: none;
}

.prvLink a{
  color: #0a0a0a;
}

.prvLink a.abnormal{
  color: red;
}

a.abnormal{
  color: red;
}

.prvLink a:hover{
  z-index: 2;
  color: blue;
  background-color: #eee;
  border-color: #ddd;
}

.selectedHeader{
	font-weight: bold!important; 
}

/* This class use for Form Group Addon  */
.imgAddon{
	height: 26px;
}
/* This class use for vital images  */
.imgVital{
	height: 15px;
}

img.accordion-img-left {
    padding: 0.15rem 0.5rem!important;
    margin-right: 0.5rem!important;
    float: left!important;
    background: #ffffff;
}

@media screen and (min-width: 992px)
.drug-modal-box {
    width: 77%;
}
/* Used for Local drug modal in Medical History directive html */
.drug-modal-box {
    margin: 0 auto;
    width: 80%;
    max-height: 80vh;
    background: #f1f3f6;
    padding: 15px 15px 0px 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    position: relative;
    vertical-align: middle;
}

/* Icon for drug Admin */
.drug-admin-btn-icon {
    height: 18px;
}
.btn.btn-primary.btn-bg-honey-yellow{
    background-color: #ffc30b;
    border-color: #ffc30b;
}

.btn.btn-primary.btn-bg-red{
    background-color: #f7746a;
    border-color: #f7746a;
}

.btn.btn-primary.btn-bg-green{
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.no-outline{
	outline: none;
	/* border-bottom:  2px solid #eaeaea; */
}

.Trimester1{
    color: #a64f00!important;
}

.Trimester2{
    color: #3131c1!important;
}

.Trimester3{
    color: #329841!important;
}

.Trimester1-sqr{
    border-radius: 25px;
    background: #fe8d2b;
    padding: 5px; 
    width: 5px;
    height: 5px;   
}

.Trimester2-sqr{
    border-radius: 25px;
    background: #cedc18;
    padding: 5px; 
    width: 5px;
    height: 5px;   
}

.Trimester3-sqr{
    border-radius: 25px;
    background: #0eafd6;
    padding: 5px; 
    width: 5px;
    height: 5px;   
}

.employeeTaskPending{
    background-color: #f9caca!important;
}

.employeeTaskComplete{
    background-color: #a6f187!important;
}

.employeeTaskWIP{
    background-color: #ecf380!important;
}

/* below css to reduce the size of button in uib-timepicker */
.uib-timepicker>tbody>tr>td>.btn {
    line-height:  1.25;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* CSS for print task detail images. */
#print-task-images {
	display : none;
}

@media print {
  body * {
    visibility: hidden;
  }
  
 #print-task-images * {
    visibility: visible;
  }
  
  #print-task-images {
    position: relative;
    left: 20px;
    top: -10vh;
    height: 100%;
    overflow: visible;
    display : block;
  }
  
  .print-modal-body {
		padding: 15px 15px 15px 20px;
	}
}

/* CSS for task attachment images */
.task-attchmnt-img {
	width: 100%; 
	height: auto; 
	max-width: 365px;
}

/** Slider for percentile **/
.slidecontainer {
    width: 100%;
}

/* .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    top: -1.7em;
    position:relative;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
} */

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 0;
    background: #4CAF50;
    background: url('../img/triangle-green.png');
    cursor: pointer;
    top: -0.7em;    
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 0;
    background: #4CAF50;
    background: url('../img/triangle-green.png');
    cursor: pointer;
}


.src-layout-image{
	height: 12vh;
    width: 8vw;
    margin: auto;
}

.src-image-gallery {
	height: 18vh;
    width: 16vw;
	margin: auto;
	padding: 0px 5px 5px 5px;
	}

.target-layout-image {
	height: 100%;
	height: -webkit-fill-available;
	width: 100%;
	border-radius: 0.5rem;
	padding: 0.5vh;
}

.xray-layout-image{
	height: 10vh;
    width: 6vw;
    margin: 5px;
}

.src-layout-image:hover, .xray-layout-image:hover {
	  box-shadow: 0px 0px 0px 2px #48c2d3;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.layout-portrait-div {
	width: 42vh;
	height: 60vh;
	margin: auto;
	border: 1px solid;
	
}

.layout-landscape-div {
	width: 60vh;
	height: 42vh;
	margin: auto;
	border: 1px solid;
}

.layout-margin {
	margin-top: 10px;
}
.vh10 {
    height: 10vh;
}
.vh12 {
    height: 12vh;
}
.vh15 {
	height: 15vh;
}

.vh20 {
	height: 20vh;
}

.vh21 {
	height: 21vh;
}

.vh30 {
	height: 30vh;
}

.vh42 {
	height: 42vh;
}

.vh60 {
	height: 60vh;
}

.target-column {
	margin: 0.5vh;
	border: 1px solid;
}

.vertical-icon-bar {
	width: auto;
	background-color: #555;
	height: 62vh;
	max-width: 50px;
}

.vertical-icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
}

.vertical-icon-bar a:hover {
    background-color: #48c2d3;
}

.vertical-icon-bar>.active {
    background-color: #48c2d3 !important;
}

.horizontal-icon-bar {
	 width: 100%;
    overflow: auto;
}

.horizontal-icon-bar a {
    float: left;
    width: auto;
    padding: 5px;
    background-color: #555;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
}

.horizontal-icon-bar a:hover {
    background-color: #48c2d3;
}

.horizontal-icon-bar>.active {
    background-color: #48c2d3 !important;
}

/* To disable button click for formF in lab task details page */
.formf-disabled {
	cursor: not-allowed;
}

#image-gallery {
	width: 100%;
	position: relative;
	height: 76vh;
	background: #000;
}

#image-gallery .image-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
}

#image-gallery .prev, #image-gallery .next {
	position: absolute;
	height: 32px;
	margin-top: -66px;
	top: 50%;
}

#image-gallery .prev {
	left: 0px;
	cursor: pointer;
}

#image-gallery .next {
	right: 0px;
	cursor: pointer;
}

#image-gallery .footer-info {
	position: absolute;
	height: 30px;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: white;
	border-top: 1px solid #FFF;
}

.contrast-slide-container {
   display: inline-block;
   /* float: left; */
}

.contrast-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.contrast-slider:hover {
    opacity: 1;
}

.contrast-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 24px;
    border: 0;
    background: url('../../images/contrast.png');
    cursor: pointer;
}
/* *************************Custom scrollbar css END******************* */

/* Apply CSS for all counts to indicate clickable showed on all logins for LAB. */
.lab-task-count{
	color: #48c2d3;
    text-decoration: underline;
}

/* Apply CSS for all counts and bill amount (in header) on lab task main page */
h4.task-list-header{
	font-size: 1.0em;
}

.btn-primary.rte-btn-active{
	color: #fff;
    background-color: #0e8eab;
    background-image: none;
    border-color: #0e8eab;
}
/* Apply CSS for report status buttons */
.btn-reportStatus{
	height: 25px;
}

/* Apply CSS for font on bill print header and footer page */
.bill-print-font{
	font-size: 0.85em;
}

 
/* for User profile image */ 
.avatar-user{
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.avatar-org{
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;

}

/* *************************For Lab Task Menu START******************* */
.task-list-item {
	background: rgb(21, 20, 20);
	border-radius: 3px;
	clear: both;
	color: #e0e4ec;
	display: block;
	float: left;
	margin: 0 0 4px 4px;
	padding: 6px 12px 6px 8px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	text-decoration: none;
	transition: -webkit-transform 85ms ease-in;
	transition: transform 85ms ease-in;
	transition: transform 85ms ease-in, -webkit-transform 85ms ease-in;
}

.task-list-item:hover {
	background: rgb(72, 194, 211);
	color: #fff;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.task-list-item:FOCUS {
	color: #fff;
}

.popover-transparent {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	border: none;
	z-index: 9999;
	margin-left: 20px;
}

.popover-transparent .popover-content {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	padding: 0px;
}

.popover-transparent .arrow {
	visibility: hidden;
}

.popover-transparent.popover.bottom{
	margin-top: -20px;
}

.popover-transparent.popover.top{
	margin-top: 20px;
}

/* *************************For Lab Task Menu END******************* */

.symptom-popover{
	width: 300px;
	max-width: 300px;
}

.treatment-popover{
	width:auto;
	min-width:40vw;
	max-width: 60vw;
}

.add-edit-test-popover{
	width: 50vw;
	max-width: 50vw;
}

.report-print-popover{
	min-width: 16vw;
}
.report-print-popover>.daterangepicker.show-calendar{
	width: 50vw;
}
.cursor-not-allowed {
	cursor: not-allowed;
	opacity: 0.65;
}
.cursor-pointer {
	cursor: pointer;
}

.close-img {
	display: block;
	float: right;
	position: absolute;
	top: 9px;
	right: 9px;
	height: 20px;
	padding: 0px 5px;
	background: #ccc;
}

.close-img:hover {
	float: right;
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 9px;
	padding: 0px 5px;
	background: #ccc;
	color: #fff;
}

.chart-highlighted-point {
	fill: red;
}


.hmsPopover{
	max-width: inherit;	
}

.section-range-delete-popover{
	z-index: 99999;
}

/* -------------lab task list striped css START----------------- */
.task-list-table-striped > tbody:nth-of-type(odd) > tr {
  background-color: #c2edf5;
}
.task-list-table-striped tbody+tbody {
    border-top: 0px solid #eceeef;
}
.tatTimeOutIndication {
background-color : mistyrose !important;
}
/* -------------lab task list striped css END----------------- */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak, .ng-hide {
	display: none !important;
}

.alert-popover{
	font-family: inherit;
    font-size: inherit;
	max-width: none;
}

.fill-width-available {
	width: -webkit-fill-available;
	width: -moz-available;
}

/*---------for User profile image css START------------- */
.avatar-user{
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.avatar-org{
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.97);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
/*---------for User profile image css END------------- */

/*---------ipd org treatment details css START------------- */
.table-scroll {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.table-wrap {
	width: 100%;
	overflow: auto;
}

.table-scroll table {
	width: 100%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0;
}

.table-scroll th, .table-scroll td {
	padding: 5px 10px;
	background: #fff;
	vertical-align: top;
}

.table-scroll thead, .table-scroll tfoot {
	background: #f9f9f9;
}

.fixed-side {
	min-width: 350px;
}

.non-fixed-side {
	min-width: 80px;
}

.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.clone th, .clone td {
	visibility: hidden
}

.clone tbody th {
	visibility: visible;
	color: #3687ee;
}

.clone .fixed-side {
	visibility: visible;
}

.clone thead, .clone tfoot {
	background: transparent;
}

/* below 3 classes are used for anesthesia readings ui */
.fixed-side > .unit {
	color: black;
	font-size: smaller;
}

.main-table .hidden-input-group{
	visibility: hidden;
}

.main-table td:HOVER .hidden-input-group{
	visibility: visible;
}
/*---------ipd org treatment details css END--------------- */

.btn-primary.list.frq-used-color {
    color: #d84803;
}

.btn-primary.list.frq-used-color:hover {
    color:white;
}

/*--------- for prescription high risk drug  START-------------  */
.btn-primary.list.high-risk-drug {
    color: #d84803;
}

.btn-primary.list.high-risk-drug:hover {
    color:white;
}

.autocomplete .high-risk-drug {
    color: #d84803;
}

/*--------- for prescription high risk drug  END-------------  */

.bill-print-mwl-confirm{
    z-index: 99999;
}

.emp_tasklist_highlight_row{
background-color: #ff000014;
}

span.input-group-addon.input-group-addon-ipd {
    color: #0a0a0a;
    font-weight: 400;
    font-size: 0.9em;
    max-width: 18vh;
    min-width: 18vh;
    text-align: left;
}

span.input-group-addon.input-group-addon-opd {
    color: #0a0a0a;
    font-weight: 400;
    font-size: 0.9em;
    max-width: 17vh;
    min-width: 17vh;
    text-align: left;
}
/***************************For Hide Visibility********************* */
.hideButton{
   visibility: hidden;
   pointer-events:none;
 }

/* *************************For Lab Task Menu END******************* */

.drug-warning-popover{
    width:30vw;
}

.packageTestDelete-warning-popover{
	 width:30vw;
}

.duplicateTest-error-popover{
    width:30vw;
}

.duplicateTest-error-popover .popover-title{
	background-color:#ff000014;
}

.fixed {
  position: fixed;
}

/* added double click prevent start here*/
@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Styles for old versions of IE */
.btn-spinner {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.btn-spinner:not(:required) {
  -webkit-animation: three-quarters 1250ms infinite linear;
  -moz-animation: three-quarters 1250ms infinite linear;
  -ms-animation: three-quarters 1250ms infinite linear;
  -o-animation: three-quarters 1250ms infinite linear;
  animation: three-quarters 1250ms infinite linear;
  border: 3px solid #dbf0f5;
  border-right-color: transparent;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px; }

.btn-spinner:not(:required) {
  margin-left: -22px;
  opacity: 0;
  transition: 0.4s margin ease-out, 0.2s opacity ease-out; }

.is-loading .btn-spinner {
  transition: 0.2s margin ease-in, 0.4s opacity ease-in;
  margin-left: 5px;
  opacity: 1; }

  /* added double click prevent End here*/


/* *************************Custom scrollbar css START******************* */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.selected-category {
   color: #48c2d3;
   padding: 3px;
    border: 1px solid;
}

.freq-used-btn-text-wrap {
	margin: 0px 5px 5px 0px;
	white-space: inherit;
	text-align: inherit;
	min-width: -webkit-fill-available;
}

.no-active.active{
	color: #6c7382;
    background-color: #eef5f9;
    border-color: #0c0e0e17;
}

.font-color-red{
	 color: #da4343;
}

/* Temp added */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.97);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}

.btn-primary.list.frq-used-color {
    color: #d84803;
}

.btn-primary.list.frq-used-color:hover {
    color:white;
}

.bill-print-mwl-confirm{
        z-index: 99999;
}

.result-Abnormal {
    color: red;
    font-weight: bold;
    border-color : red;
}
.result-Abnormal:focus {
    color: red;
    border-color : red;
}

.angular-notifications-icon {
  right: -4px;
  bottom: -7px;
  background: yellow;
  color: black;
  width: 30px;
  height: 30px;
  font-weight: bolder;
  font-size: 1.2em;
}

.table-body-striped tbody:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}


button.transparent-btn{
	padding: 0;
    background: none;
    border: none;
}

#scrollArea {
	height: 100%;
	overflow: auto;
}
 
#bottom {
	display: block;
}

.licence-alert 
{
	position: absolute;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 5%;
    width: 90%;
}

@media print {
	body * {
		visibility: hidden;
	}
	#prv-rte * {
		visibility: visible;
		font: 13pt Georgia, "Times New Roman", Times, serif;
		line-height: 2;
		background: #fff !important;
		color: #000;
		margin: 0; 
	}
	
	#prv-rte:after {
		content: "\ Alle Rechte vorbehalten. (c) 2014 - 2016 TechBrain - techbrain.de";
		color: #999 !important;
		font-size: 1em;
		padding-top: 30px;
	}
	
	@page {
		size: A4 portrait; /* can use also 'landscape' 'portrait' for orientation */
		margin-top: 2.5cm;  /* 'cm' , 'in'*/
		margin-bottom: 1.0cm;
		margin-left: 1.0cm;
		margin-right: 0.5cm;
		width: 100%;

		@bottom-left {
			content: "page1 " counter(page);
		}
		
		@bottom-left {
			content: none;
		}

		@bottom-center {
			content: element(footer);
		}

		@top-center {
			content: element(header);
		}
	}
	
	#prv-rte:after {
		content: "\ All Rights Reserved. (c) 2014 - 2016 ";
		color: red !important;
		font-size: 1em;
		padding-top: 30px;
	}
	
	
}
