@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
{
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    font: 14px "Lucida Grande", Helvetica, Arial;
}


.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -224px; 
}

.footer, .virtualfooter {
    height: 180px; 
}

*/

.validationError {
	color: #a94442;
	display: block;	
}

.invalid {
	color: #a94442;
	padding: 0 0 5px 0;
	display: block;	
}

.sky-form section {
	margin-bottom: 5px!important;
}

.latest-list li {
	padding: 4px 0!important;
}

.footer-v1 address {
    line-height: 20px;
}

.footer-v1 .footer {
    padding: 0px 0;
    background: #272727;
}

.sky-form header {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

colgroup col.success {
  background-color: #dff0d8!important;
}
colgroup col.error{
  background-color: #f2dede!important;
}
colgroup col.warning {
  background-color: #fcf8e3!important;
}
colgroup col.info {
  background-color: #d9edf7!important;
}

td .info {
  background-color: #d9edf7!important;
}
  
/* glyphicon animation  */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}


.panel-maximized {
	height: 450px;
	max-height: 500px!important;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

.panel-restored {
	height: 300px;
	max-height: 300px!important;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

.horizontal-line {
	border: solid 1px #72c02c;
}

.horizontal-line-slim {
	border: solid 1px #72c02c;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* raphael chart aux */
#copy {
    bottom: 0;
    font: 300 .7em "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
    position: absolute;
    right: 1em;
    text-align: right;
}
#copy a {
    color: #fff;
}

.box {
margin: 0;
padding: 0;
clear: both;
overflow: hidden; 
}

/*
.rotate_r { -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); }
.rotate_l { -webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); }
*/

.box .inner {
list-style-type: none;
margin: 0 30px 30px 0;
padding: 14px 0 0 15px;
width: 850px;
height: 250px;
border: 0;
position: relative;
float: left;
background: #fafafa;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(100, 100, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }

#patientLeadsChartDiv {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px #666;
    /*background: #ddd url(http://raphaeljs.com/images/bg.png);*/ 
    margin: 0 auto;
    width: 640px;
    height: 480px;
}

.label-as-badge {
    border-radius: 1em;
    float: right;
    padding: 4 7 4 7!important;
}

.horizontal-scroll {
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;	
}

.vertical-scroll {
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;	
}

.vertical-max-400 {
	max-height: 400px;
}

.vertical-min-250 {
	min-height: 250px;
}

.vertical-max-300 {
	max-height: 300px;
}

.vertical-max-200 {
	max-height: 200px;
}

.vertical-max-250 {
	max-height: 250px;
}

.sky-form .radio i, .sky-form .checkbox i {
    width: 20px!important;
    height: 20px!important;
}

.vertical-min-300 {
    min-height: 300px;
}

.vertical-min-400 {
    min-height: 400px;
}

.width-max-150 {
	max-width: 150px!important;
}

.width-max-140 {
	max-width: 150px!important;
}

.bar {
    height: 18px;
    background: green;
}

input.error {
	border-color: #a94442!important;
	background-color: #f6d2cf;	
}

select.error {
	border-color: #a94442!important;
	background-color: #f6d2cf;
}

.push-to-bottom-50 {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.fixed-height {
  overflow-y: hidden;
}

/* fixed header table */
.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 250px!important;
  overflow-y: scroll;
  width: 100%;
  overflow-x: scroll; 
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

/* condensed */ 

.table-xtra-condensed > thead > tr > th {
	padding: 4px;
}


.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
}

.extra-wrap {
    width: 100%;
}

.th-inner {
   position: absolute;
   top: 0;
   line-height: 30px; /* height of header */
   text-align: left;
   border-left: 1px solid black;
   padding-left: 5px;
   margin-left: -5px;
}
.first .th-inner {
    border-left: none;
    padding-left: 6px;
}

.fixed-table-container-inner {
   overflow-x: hidden;
   overflow-y: auto;
   height: 100%;
}

.header-background {
	height: 30px; /* height of header */
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
}

/*
dataTables_processing panel panel-default
*/
/**/
.sorting_asc {
	background-color: #6AB3F3;   
}
.sorting_desc {
	background-color: #6AB3F3;
}
.paginate_button>.active {
	background-color: #6AB3F3;
}
.paginate_button>.next {
	background-color: #6AB3F3;
}
/**/

 .breadcrumb>li+li:before {
 	padding: 0 2px; /* 0 5px */
 }
 
 .breadcrumbs li {
 	font-size: 12px;
 }
 
 .datatableColumnSearch {
 	font-style: normal;
 	padding-top: 10px;
 	padding-bottom: 10px;
 }
 
 .disabledInputs {
    pointer-events: none;
    opacity: 0.4;
}

.disabledColor {
    opacity: 0.4;
}


._rightAlignColumn {
	text-align: right;
}

.horiz-padding-2 {
	padding-left: 2px;
	padding-right: 2px;
}

.horiz-padding-leftside {
	padding-left: 10px;
	padding-right: 2px;
}

.horiz-padding-rightside {
	padding-right: 10px;
	padding-left: 2px;
}


.button-wrapper .btn {
    margin-bottom:5px;
}

.btn-disabled {
	background:#dddddd;	
}

.globalWarning {
	/*
	background-color: #fcf8e3;
    border-color: #faebcc;
    */
    padding-top: 5px;
    padding-bottom: 5px;
}

@font-face {
  font-family: 'Short Stack';
  font-style: normal;
  font-weight: 400;
  src: local('Short Stack'), local('ShortStack'), url(../fonts/6Lbgh4PDdLpSiP41rQoGa44P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* */

#sidebarTabHandle {
  left: 5px;
  top: 5px;
  padding: 2px 2px 2px 5px;
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: absolute;
  border-radius: 3px !important;
  margin-bottom: -5px;
}

#sidebarTabHandle:after {
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

#sidebarTabHandle:hover {
  color: #fff;
  background: #72c02c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.sticky_note_legend {
	width:auto;
	height: auto;
	padding:5px;
	margin:5px;
	 /* Firefox */  
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);  
  /* Safari+Chrome */  
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
  /* Opera */  
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  font-family: 'Short Stack', cursive;
  font-size: x-small;
}

.text_x_small {
	font-size: x-small;
}

.list-group .small-bottom-margin {
	margin-bottom: 5px;
}

.list-group-item .small-group-item
{
  overflow:hidden;  
  position: relative;
  display: block;
  padding: 5px 5px 5px 5px!important;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}

/* 
.panel-default > .panel-heading {
  background: #black;
} */

span.badge-sm {
	padding: 3px 7px!important;
}

#transmissionApproveTable_wrapper .dataTables_scrollBody {
	min-height: 120px;
}

.spacer-20 {
	width: 20px!important;
}

.spacer-vertical-20 {
	height: 20px!important;
}

.spacer-vertical-10 {
	height: 10px!important;
}

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{
	margin-bottom:0px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; 
	top: 50%;
	margin-top:-9px;
	width: 17px; 
	height: 17px;
	border: 1px solid #ddd;
	background: #ffffff;
	border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
	font: normal normal normal 12px/1 'Glyphicons Halflings';
	content: '\e013';
	position: absolute;
	top: 50%;
	margin-top:-7px;
	left: 2px;
	color: #94C947;
	xtransition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
	content: '\2212';
	left: 2px;
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  	box-shadow: none;
  	background-color: #eeeeee;
	border-color: #eeeeee;
	cursor: not-allowed;
	opacity: 1;
	color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #66afe9;
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox > label:hover:before {
 		border: 1px solid #88D2FF !important;
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
	border: 1px solid #E4E4E4 !important;
}

.panel-orange {
    border-color: #e67e22;
}

.btn-orange {
/* 	
	color: #fff;
	background-color: : #e67e22;
*/
	border-color: #e67e22;
}

.btn.btn-orange {
 	color: #fff; 
	background-color: #e67e22;
	border-color: #e67e22;
}

.btn.btn-orange:hover, 
.btn.btn-orange:focus, 
.btn.btn-orange:active, 
.btn.btn-orange.active, 
.open .dropdown-toggle.btn.btn-orange {
   background: #cf6d17;
}
.btn.btn-split-orange.dropdown-toggle {
   border-left: solid 1px #cf6d17;
}
.btn.btn-brd.btn-orange:hover {
  color: #cf6d17;
  border-color: #cf6d17;
}
.btn.btn-brd.btn-orange.btn-brd-hover:hover {
   background: #cf6d17;
}

/* panel purple */
.panel-purple {
	border-color: #9b6bcc;
}

.btn.btn-purple {
	color: #FFF;
	background: #9b6bcc;
}

.btn.btn-purple:hover, 
.btn.btn-purple:focus, 
.btn.btn-purple:active, 
.btn.btn-purple.active, 
.open .dropdown-toggle.btn.btn-purple {
   background: #814fb5;
}
.btn.btn-split-purple.dropdown-toggle {
   border-left: solid 1px #814fb5;
}
.btn.btn-brd.btn-purple:hover {
  color: #814fb5;
  border-color: #814fb5;
}
.btn.btn-brd.btn-purple.btn-brd-hover:hover {
   background: #814fb5;
}

.panel-plum > .panel-heading {
	border-color: #DDA0DD;
	background: #DDA0DD;
}

/* panel plum */
.panel-plum {
	border-color: #DDA0DD;
}

.btn.btn-plum {
	color: #FFF;
	background: #DDA0DD;
}

.btn.btn-plum:hover, 
.btn.btn-plum:focus, 
.btn.btn-plum:active, 
.btn.btn-plum.active, 
.open .dropdown-toggle.btn.btn-plum {
   background: #814fb5;
}
.btn.btn-split-plum.dropdown-toggle {
   border-left: solid 1px #814fb5;
}
.btn.btn-brd.btn-plum:hover {
  color: #814fb5;
  border-color: #814fb5;
}
.btn.btn-brd.btn-plum.btn-brd-hover:hover {
   background: #814fb5;
}

/* panel khaki */
.panel-khaki {
	border-color: #BDB76B;
}

.panel-khaki > .panel-heading {
	background: #BDB76B;
}

.btn.btn-khaki {
	color: #FFF;
	background: #BDB76B;
}

.btn.btn-khaki:hover, 
.btn.btn-khaki:focus, 
.btn.btn-khaki:active, 
.btn.btn-khaki.active, 
.open .dropdown-toggle.btn.btn-khaki {
   background: #C8CA71;
}
.btn.btn-split-khaki.dropdown-toggle {
   border-left: solid 1px #C8CA71;
}
.btn.btn-brd.btn-khaki:hover {
  color: #C8CA71;
  border-color: #C8CA71;
}
.btn.btn-brd.btn-khaki.btn-brd-hover:hover {
   background: #C8CA71;
}

/* DarkSeaGreen #8FBC8B */ 
.panel-darkseagrean {
	border-color: #8FBC8B;
}

.panel-plum > .panel-heading {
	background: #8FBC8B;
}

.btn.btn-darkseagrean {
	color: #FFF;
	background: #8FBC8B;
}

.btn.btn-darkseagrean:hover, 
.btn.btn-darkseagrean:focus, 
.btn.btn-darkseagrean:active, 
.btn.btn-darkseagrean.active, 
.open .dropdown-toggle.btn.btn-darkseagrean {
   background: #7cb358;
}
.btn.btn-split-darkseagrean.dropdown-toggle {
   border-left: solid 1px #7cb358;
}
.btn.btn-brd.btn-darkseagrean:hover {
  color: #7cb358;
  border-color: #7cb358;
}
.btn.btn-brd.btn-darkseagrean.btn-brd-hover:hover {
   background: #7cb358;
}

.table-inactive td {
    background-color: #ececec;
    color: #b9b9b9;
}

.row-warning {
    /* color: #8a6d3b; */
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/*
.bootbox {
    width: auto !important;
    margin-left: auto !important;
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
 	left: auto !important;
    position: relative !important; 
    top: 50% !important;
    overflow: visible !important;
    transition: opacity 0.15s linear 0s !important;
    z-index: 9999!important;
}

.bootbox.modal {z-index: 9999!important;}
*/

.bottom-sticky {
  	position: fixed;
 	bottom: 0;
 	width: auto;
}



/* custom icons */
.customIcon1 {
      width: 34px;
      height: 35px;
      margin-left: 1px;
      position: relative;
      z-index: 2;
      background-color: #7a6e6e;
      display: inline-block;
      color:#fff;
      text-align:center;
      line-height:35px;
  }

.customIcon2 {
    background-position: -50px -50px;
    width: 34px;
    height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #7a6e6e;
    display: inline-block;
    /* background-image: url(https://static.360buyimg.com/devfe/toolbar/1.0.0/css/i/toolbars.png);
    _background-image: url(https://static.360buyimg.com/devfe/toolbar/1.0.0/css/i/toolbars-png8.png); */
    background-repeat: no-repeat;
}

.customIcon3 {
    background-position: -190px -150px;
    width: 34px;
    height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #7a6e6e;
    display: inline-block;
   /*  background-image: url(https://static.360buyimg.com/devfe/toolbar/1.0.0/css/i/toolbars.png);
    _background-image: url(https://static.360buyimg.com/devfe/toolbar/1.0.0/css/i/toolbars-png8.png); */
    background-repeat: no-repeat;
}

.customIcon4 {
    background-position: -50px -100px;
    width: 34px;
    height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #7a6e6e;
    display: inline-block;
    /* background-image: url(https://static.360buyimg.com/devfe/toolbar/1.0.0/css/i/toolbars.png);
    _background-image: url(https://static.360buyimg.com/devfe/toolbar/1.0.0/css/i/toolbars-png8.png); */
    background-repeat: no-repeat;
}
  
.insurance-box {
	min-height: 30px!important; 
	padding-top: 5px; 
	padding-bottom: 10px;
}  

.insurance-box-header {
	cursor: pointer;
}

.top-align-fix {
 	margin-bottom: 0px!important;
}

.hr-tight {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr-supertight {
	margin-top: 0px;
	margin-bottom: 0px;
}


.fullwidth {
    width: 100%;
}

.redfont {
	color: #a94442;
	display: block;	
}

.greenfont {
	color: #green;
	display: block;	
}

.width-all {
	width: 100%!important;
}

#summaryHistoryTable_info {
	/*margin-top: 15px!important;*/
}

.sidepadded {
	padding: 0 10 0 10!important;
}

.toppadded {
	padding-top: 10px;
}

.row-padded-bottom {
	padding-bottom: 10px;
}

.close[data-dismiss="modal"] {
    font-size: 30px;
}

a.btn-u {
	color: #ffffff!important;
}

#directTidTxt {
    border-radius: 0;
} 

#directTidBtn {
    border-radius: 0;
} 

.hl-rightPanel-panels {
	/* padding-left: 5px;
	 padding-right: 15px; */
	padding-top: 100px;
	padding-bottom: 100px;
}

.hl-rightPanel-wrap {
	z-index: 1000!important;
}

#patientMedicationContainer td.child {
	padding-left: 25px!important;
}

.no-access-class {
	display: none;	
}

.medication-disclaimer {
	margin-right: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}


.glyphicon-big {
    font-size: 16px;
}

#summaryToolbar {
	padding-top: 25px;
}

.danger {
	background-color: #f2dede;	
}

.success {
	background-color: #dff0d8;
}

.noshow {
	display: none;
}

/* .trumbowyg-modal {
	position: absolute;
	top: 100% !important;
	z-index: +1;
} */


.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-sides-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.text-center {
	text-align:center;
}

table.summary-table {
	width: 100%;
}

table.summary-table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

table.summary-table th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;

	background-color: #91908a;
    color: white;
} 

table.summary-table th.categoryName {
	min-width: 60px;
}

.bootbox.modal {
	overflow: auto !important;
}

.min-padding {
	padding-left: 3px;
	padding-right: 3px;
}

.modal-wide {
	 width: 750px;
}

table.table-bottom-border td {
	border-bottom: 1pt solid #eee;
}

.padd-left-20 {
	padding-left: 20px;
}

.margin-top-15 {
	margin-top: 15px!important;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-15 {
	margin-bottom: 15px!important;
}

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

.no-padding-imeanit {
	padding: 0px!important;
}

.modal-dialog-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content-fullscreen {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden;	
}

.modal-dialog-big {
  width: 60%;
}

.modal-content-big {
  height: auto;
  border-radius: 0;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden;	
}

/*
// Responsive utilities
// -------------------------
// More easily include all the states for responsive-utilities.less.

.responsive-visibility() {
  display: block !important;
  tr& { display: table-row !important; }
  th&,
  td& { display: table-cell !important; }
}

.responsive-invisibility() {
  display: none !important;
  tr& { display: none !important; }
  th&,
  td& { display: none !important; }
}
*/

.no-margin-bottom {
	margin-bottom: 0px;
}

.theme {
	list-style-type: none;
    padding-left: 20px;
    padding-right: 15px;
}

body.dark .chosen-choices, body.dark .chosen-drop, body.dark .chosen-single, body.dark .chosen-container {
    /*color: #999;*/
    color: #808080;
    box-shadow: none;
    border-color: #303030;
    background: #202020!important;
} 

body.dark div.well, .well.dark, body.dark ol, body.dark .panel-footer {
    color: #999;
    border: 1px solid #808080;
    background-color: #252525;	
}

body.dark .sidebar-nav-v1 li ul a {
	color: #8c8c8c;
}

element.style {
}

body.dark .sky-form input, body.dark .sky-form .input input, body.dark .sky-form .select select, body.dark .sky-form .textarea textarea, body.dark .sky-form .input input:focus, body.dark .sky-form .select select:focus, body.dark .sky-form .textarea textarea:focus {
    color: #999;
    box-shadow: none;
    border-color: #303030;
    background: #202020;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.form-page input, .form-page select {
    margin-bottom: 10px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

body.dark .btn-u {
    border: 0;
    color: #fff!important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c!important;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

body.dark .select2-container--default .select2-selection--multiple {
    background-color: #202020!important;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

body.dark .select2-container--default .select2-selection--multiple, body.dark .select2-results__options {
    background-color: #202020;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.sky-form .select2 {
	border-color: #e5e5e5;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.sky-form .select2 {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 6px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;	
}

body.dark .select2-search.select2-search--dropdown {
	color: #999;
    background: #fff;
}


body.dark #bubbleLayout .select2-container--default .select2-selection--multiple {
    background-color: #fff!important;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

/* select2-search select2-search--dropdown */

body.dark #bubbleLayout .select2-container--default .select2-selection--multiple, body.dark #bubbleLayout .select2-results__options {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

body.dark #bubbleLayout .select2-selection__rendered {
	background: #fff;
	color: #999;
}

body.dark #bubbleLayout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999;
    background: #fff;
}

body.dark #bubbleLayout .select2-search__field {
	background: #fff;
}

body.dark #bubbleLayout .select2-search.select2-search--dropdown {
	color: #999;
    background: #fff;
}

body.dark #bubbleLayout .select2-results {
	color: #999;
    background: #fff;
}

body.dark #bubbleLayout .select2-results__options {
	color: #999;
    background: #fff;
}


body.dark .sky-form .select2 {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 6px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #202020;
	border-color: #303030;
	font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #999;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;	
}
body.dark .select2-selection__rendered {
	background: #202020;
	color: #999;
}

body.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #202020;
	color: #999;
}

body.dark .select2-search__field {
	background: #202020;
}


.sky-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none!important;
    border: 0;
/*     border: 1px solid #aaa; */ 
/*     border-radius: 4px; */
}

.sky-form .select2-container--default .select2-search--dropdown .select2-search__field {
/*     border: 1px solid #aaa; */
	border: none!important;
	border: 0;
}

.sky-form .select2-search__field {
/*     border: 1px solid #aaa; */
	border: none!important;
	border: 0;
}

.sky-form .select2-container--default .select2-selection--single:focus {
/* 	border: 1px solid #5897fb */
	border: none!important;
	border: 0;
}

.sky-form .select2-container--default.select2-container--focus
	{
	border: solid black 1px;
	outline: 0
}

.select2-selection__rendered {
	border: none!important;
	border: 0;
} 

.sky-form .select2

.hf-class {
	background-color: #08b2d4;
}

/*Increase the specificity of the .btn-primary class to make sure it takes precedence over the styles defined by the sky-form class */
.sky-form .btn.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* Hover effect for the primary button */
.sky-form .btn.btn-primary:hover {
      background-color: #2b669a; /* Change to a darker shade for the hover effect */
}

.flex-item {
	word-break: break-all;
}

.table-flex td {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
}
/**/

/*
.header {
    background-image: url(../images/testimonial-background-scaled.jpg)!important;
}
.header a {
    color: #fff!important;
}
.header a:hover {
    color: #fff!important;
}

.breadcrumb {
	background: none!important;
}

*/


.truncate-text {
  width: 150px; /* Adjust the width as needed */
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  cursor: pointer!important;
  text-overflow: ellipsis;
}


#summaryHtmlContainer p {
  line-height: 1;
}

#summaryHistoryTable p {
  line-height: 1;
}

.eval-form-summary p {
  line-height: 1;
}

.eval-form-summary a {
  font-size: 13px;
}

#summaryHtmlContainer a {
  font-size: 13px; 
}

#callPatientTabs .nav>li>a {
  padding: 5px 10px;
}

#callPatientTabs .nav>li.active {
  font-weight: bold;
}

#callPatientTabs li.list-group-item {
  padding: 8px 10px;		
}
	
.border-left {
	border-left: 1px solid #000;
}

.bubble-device-info-div {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.h3-margin {
	margin-top: 5px;
	margin-bottom: 3px;
}	

.no-vertical-margin {
	margin-top: 0px;
	margin-bottom: 0px;
}

#bubbleTxtEdit_ .trumbowyg-editor {
	height: 500px;
}

.trumbowyg-editor p {
	margin-bottom: 3px;
}

#bubbleTxtReadonly p {
	margin-bottom: 3px;
}

.html-content p {
	margin-bottom: 3px;
}

/* bubble */
.details-header-name {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
}

#summary-bubble-header-div {
	font-family: 'poppins',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#summary-bubble-body-div {
	font-family: 'poppins',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.details-header {
	font-family: 'poppins',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h5.details-header {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
}

.details-name-extra {
    font-family: 'poppins',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #4d4d4d;
}


.tran-status {
    border: 2px solid #dfdfdf;
    border-radius: 12px;
    padding: 5px 40px;
    font-family: 'poppins',sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .025em;
    margin-left: 30px;
    background: #E9ECEF;
    transition: .25s ease-in-out;
}

/*
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
*/

/*
th.dt-center, td.dt-center { text-align: center; }
th.dt-body-center, td.dt-body-center { text-align: center; }
*/

.regular-font-weight {
	font-weight: 100;
}

.highlited-red {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
	font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
    border-radius: 2px;
}

