@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
html.ngdialog-open,
body.ngdialog-open {
  overflow: auto !important;
}
.phone-code {
  display: flex;
  flex-direction: row;
  width: 100%;
  line-height: 34px;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
.urlAutocompleteContainer {
  position: relative;
  color: #666;
  font-weight: 200;
}
.urlAutocompleteDropdown {
  width: 100%;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  margin-top: -10px;
  background-color: #fff;
  border-top: 1px solid #f7ec13;
}
.urlAutocompleteDropdownElement {
  border-top: 0;
  border-bottom: 1px solid #f7ec13;
  border-left: 1px solid #f7ec13;
  border-right: 1px solid #f7ec13;
  padding: 15px 10px;
}
.urlAutocompleteDropdownElement:hover {
  background: #fafafa;
}
.ngdialog {
  position: relative !important;
  overflow: visible !important;
}
.glyphicon.glyphshortanswer {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/shortanswer.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.glyphparagraph {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/paregraph.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.glyphmultichoice {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/multichoice.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.glyphcheckbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/checkbox.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.glyphdropdown {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/dropdown.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.glyphlinearscale {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/linearscale.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.glyphmultichoicegrid {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/multichoicegrid.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.phone_field .code {
  width: 95px;
  margin-left: -110px;
  float: left;
}
.phone_field {
  padding-left: 110px;
}
.flag {
  max-width: 30px;
  vertical-align: middle;
}
.plugin-modal-list {
  padding: 10px;
  margin: 10px;
  list-style: decimal;
}
.plugin-modal-list > li {
  margin: 10px;
}
.timechange {
  padding: 15px 50px;
}
.timechange h2 {
  font-size: 22px;
  font-weight: bold;
}
.timechange h3.dispdata {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
body > [uib-modal-window]:not([modal-render]) {
  display: none;
}
pre code {
  white-space: pre;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-toggle:focus,
button:focus span,
button:focus,
a:focus,
span:focus,
:focus {
  outline: none !important;
}
*:focus {
  outline: none;
}
button:focus,
a:focus,
span:focus,
*:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  float: left;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.h1,
h1 {
  font-size: 28px;
}
.h2,
h2 {
  font-size: 22.5px;
}
.h3,
h3 {
  font-size: 20px;
}
.h4,
h4 {
  font-size: 14px;
}
b {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.disable-all li a {
  cursor: not-allowed;
}
.vh {
  visibility: hidden;
}
.mh200 {
  min-height: 200px;
}
.lh24 {
  line-height: 24px;
}
.fwb {
  font-weight: bold;
}
.dib {
  display: inline-block;
}
.camber {
  color: #7c287d !important;
  font-weight: bold;
}
.bgamber {
  background: #7c287d !important;
}
.bgamber1 {
  background: #efae42 !important;
}
.bgamber2 {
  background: #7c287d !important;
}
.cramber {
  color: #7c287d !important;
}
.ctblue {
  color: #f7ec13 !important;
}
.bgtblue {
  background: #f7ec13 !important;
}
.bgtblue1 {
  background: #f7ec13 !important;
}
.bgtblue2 {
  background: #868aac !important;
}
.cred {
  color: #f00;
}
.cgreen {
  color: #50b948 !important;
}
.cdgreen {
  color: #729d0f !important;
}
.cred {
  color: #f00 !important;
}
.cwhite {
  color: #fff !important;
}
.cblack {
  color: #000 !important;
}
.clgray {
  color: #666 !important;
}
.fs20 {
  font-size: 20px;
}
.fs12 {
  font-size: 12px;
}
.br5 {
  border-radius: 4px !important;
}
.ovh {
  overflow: hidden;
}
.astrict {
  display: inline-block;
  padding-left: 5px;
  color: #f00;
}
button:focus,
input:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.paiticon:hover,
a.paiticon:focus {
  text-decoration: none;
}
.col-xxs-12,
.col-xxs-11,
.col-xxs-10,
.col-xxs-9,
.col-xxs-8,
.col-xxs-7,
.col-xxs-6,
.col-xxs-5,
.col-xxs-4,
.col-xxs-3,
.col-xxs-2,
.col-xxs-1,
.col-pmd-12,
.col-pmd-11,
.col-pmd-10,
.col-pmd-9,
.col-pmd-8,
.col-pmd-7,
.col-pmd-6,
.col-pmd-5,
.col-pmd-4,
.col-pmd-3,
.col-pmd-2,
.col-pmd-1,
.col-vlg-12,
.col-vlg-11,
.col-vlg-10,
.col-vlg-9,
.col-vlg-8,
.col-vlg-7,
.col-vlg-6,
.col-vlg-5,
.col-vlg-4,
.col-vlg-3,
.col-vlg-2,
.col-vlg-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1050;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 10px;
  outline: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  overflow: hidden;
}
.modal-content:after {
  content: "";
  display: table;
  width: 100%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
}
.modal-header .close {
  margin: -8px 0;
  font-size: 40px;
  line-height: 40px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #f00;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 22px;
  color: #444;
}
.popupauto,
.modal-body {
  position: relative;
  padding: 15px;
  max-height: 600px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/*.modal-footer .btn + .btn{margin-bottom:0;margin-left:5px}
.modal-footer .btn-group .btn + .btn{margin-left:-1px}
.modal-footer .btn-block + .btn-block{margin-left:0}*/
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-dialog {
  width: 600px;
  margin: 30px auto;
  max-width: 100%;
}
.modal-dialog.dialog-sm {
  width: 400px;
  margin: 30px auto;
  max-width: 100%;
}
.modal-sm {
  width: 300px;
}
.modal-lg {
  width: 900px;
}
.modal-vlg {
  width: 1200px;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.modal-footer:before,
.modal-footer:after,
.modal-body:before,
.modal-body:after,
.modal-header:before,
.modal-header:after,
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
  clear: both;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.mCSB_dragger_bar {
  background: #7c287d;
}
.refferinglist {
  display: table;
  width: 100%;
  padding: 0 10px;
}
.refferinglist .profileimg {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.refferinglist .patientname,
.refferinglist .doctorname {
  font-weight: bold;
  color: #000;
}
.refferinglist .profileimg img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.refferinglist .doctorblock {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
}
.refferinglist .patientblock {
  display: table-cell;
  vertical-align: middle;
}
.refferinglist .actionblock {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.refferinglist .dateaction {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  width: 200px;
}
.refferinglist .detailoption {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  width: 70px;
  font-size: 30px;
  color: #fba733;
}
.smalldoc {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.smalldoc img {
  width: 100%;
}
.statuscon {
  display: inline-block;
  width: 150px;
  vertical-align: bottom;
  text-align: left;
  font-weight: bold;
}
.statuscon .bootstrap-select {
  margin: 0;
}
.actionblock {
  width: 250px;
}
.actionblock .by {
  display: inline-block;
}
.actionblock span {
  display: inline-block;
  vertical-align: middle;
}
.detailbtn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px #7c287d solid;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.reffreason {
  width: 40%;
}
.tooltipsecurity {
  position: relative;
  left: 35px;
  top: -35px;
}
.toprefblk {
  min-height: 200px;
}
.cschedule {
  color: #ed80b5 !important;
}
.ccompleted {
  color: #00bde4 !important;
}
.caccepted {
  color: #8b62a9 !important;
}
.cinreview {
  color: #f9ce4e !important;
}
.cnew {
  color: #b4cd30 !important;
}
.bgschedule {
  background: #ed80b5 !important;
  color: #fff;
}
.bgcompleted {
  background: #00bde4 !important;
  color: #fff;
}
.bgaccepted {
  background: #8b62a9 !important;
  color: #fff;
}
.bginreview {
  background: #f9ce4e !important;
  color: #fff;
}
.bgnew {
  background: #b4cd30 !important;
  color: #fff;
}
.btn-no-border {
  border: none !important;
}
.btn-no-border:hover {
  border: none !important;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.ratingblock a {
  width: 25px;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.ratingblock h4 {
  text-align: center;
  margin-bottom: 10px;
}
.ratingblock a span {
  width: 100%;
  text-align: center;
}
.verysad,
.medium,
.good,
.verygood {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.verysad {
  background: url("../images/rate/sad.png") no-repeat center;
}
.ratingblock a .verysad.active,
.verysad:hover {
  background: url("../images/rate/sadfill.png") no-repeat center;
}
.medium {
  background: url("../images/rate/medium.png") no-repeat center;
}
.ratingblock a .medium.active,
.medium:hover {
  background: url("../images/rate/mediumfill.png") no-repeat center;
}
.good {
  background: url("../images/rate/good.png") no-repeat center;
}
.ratingblock a .good.active,
.good:hover {
  background: url("../images/rate/goodfill.png") no-repeat center;
}
.verygood {
  background: url("../images/rate/verygood.png") no-repeat center;
}
.ratingblock a .verygood.active,
.verygood:hover {
  background: url("../images/rate/verygoodfill.png") no-repeat center;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: 100%;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: pointer;
  background: #757575;
  box-shadow: inset 2px 2px 5px #666;
  position: relative;
  border: none;
}
/*.nav-tabs > li.active > a:after{content:"";display:inline-block;height:5px;width:100%;position:absolute;top:-5px;background-color:#efa530;left:0}*/
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.btn,
.btnpills a {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 20px;
  font-weight: 200;
  text-transform: capitalize;
}
.btn-big {
  padding: 15px 25px;
  font-size: 21px;
}
.btn-big i {
  margin-right: 10px;
}
.btnpills {
  float: left;
  border: 1px #aaa solid;
  border-radius: 4px;
  overflow: hidden;
}
.btnpills a {
  border-left: 1px #aaa solid;
  float: left;
  border-radius: 0px;
}
.btnpills.green a {
  border-left: 1px #fff solid;
  background: #729d0f;
  color: #fff;
}
.btnpills a:first-child {
  border-left: none;
}
.btnpills a.active {
  color: #fff;
  background: #757575;
  box-shadow: inset 2px 2px 5px #666;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
a:focus {
  outline: none !important;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.grydisabled,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.grydisabled {
  color: #999 !important;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.collapsefunc.btn-saver {
  color: #666 !important;
  border: 2px #bbb solid;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.dropdown-toggle.btn-default {
  color: #000;
  background-color: #fafafa;
  border-color: #dadada;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
a[disabled] {
  cursor: not-allowed !important;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu-custom {
  width: 100%;
}
.dropdown-menu-custom,
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 170px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.relative .dropdown-menu-custom,
.relative .dropdown-menu {
  position: relative !important;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  border-bottom: 1px #ddd solid;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: #f7ec13;
  outline: 0;
  color: #fff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbl_action a .ion-android-add {
  color: #50b948;
  font-size: 20px;
}
.tbl_action a {
  min-width: 15px;
  text-align: center;
  display: inline-block;
}
button[disabled] {
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: 0px;
  color: inherit;
}
.bootstrap-select .dropdown-menu > li.active > a,
.bootstrap-select .dropdown-menu > li.selected > a {
  padding: 10px;
  background: #f7ec13;
  color: #666;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  color: #666;
  text-transform: none;
}
body .bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 5px;
  background: #fff;
  border-top: 1px solid #dadada !important;
  border-left: 1px solid #dadada !important;
  border-right: 1px solid #dadada !important;
  border-bottom: 1px solid #dadada !important;
  box-shadow: none;
  border-bottom: none;
  border-right: none;
  text-indent: 5px;
  min-height: 34px;
  padding-left: 5px;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
  padding: 3px 34px 4px 10px !important;
}
.cardprof {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
}
.cardprof img {
  width: 100%;
}
.filterblock .uib-daypicker table {
  width: 100%;
}
.filterblock .datepik div {
  width: 100%;
}
body .datepik .uib-yearpicker .uib-title,
body .datepik .uib-monthpicker .uib-title,
body .datepik .uib-daypicker .uib-title,
.datepicker .datepicker-switch {
  font-size: 20px;
}
.filterblock th small,
.filterblock em,
.uib-datepicker-popup th small,
.uib-datepicker-popup em {
  color: #f7ec13;
}
.uib-datepicker-popup,
.uib-datepicker-popup .btn {
  color: #fff;
  background: #393b48;
  border: none;
}
.uib-datepicker-popup .btn[disabled="disabled"] {
  color: #fff;
}
.uib-datepicker-popup.dropdown-menu {
  min-width: 300px;
}
.uib-datepicker-popup.dropdown-menu div table,
.uib-datepicker-popup.dropdown-menu div {
  width: 100%;
}
.table {
  border-collapse: collapse !important;
}
.tbl_action {
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
}
.createformbtns a {
  font-size: 20px;
}
.createformbtns a i.ion-ios-compose-outline {
  font-size: 28px;
}
.tbl_action a i {
  font-size: 20px;
}
.tbl_action a .ion-android-checkmark-circle,
.tbl_action a .ion-edit {
  color: #438bf4;
  font-size: 20px;
}
.tbl_action a .ion-eye {
  color: #222;
  font-size: 20px;
}
.tbl_action a .ion-android-add {
  color: #50b948;
  font-size: 20px;
}
.blkedt a.save.vsave,
.actionbtns.tbl_action a .ion-android-add {
  color: #729d0f;
  font-size: 20px;
}
.tbl_action a .ion-ios-checkmark-outline {
  color: #729d0f;
}
.tbl_action .ion-ios-close-outline,
.tbl_action .ion-ios-trash-outline,
.blkedt a.delet.vclose {
  color: #f00;
}
.blkedt a.save.vsave,
.blkedt a.delet.vclose {
  background: none;
  font-size: 30px;
}
.dattbl th {
  font-size: 14px;
  color: #000;
}
.table td,
.table th {
  background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.table-responsive {
  border-radius: 10px;
}
.table > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 10px;
}
.table > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 10px 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  background: #393b48 !important;
  color: #fff;
  padding: 8px;
}
.table > thead > tr > th.whitehead input {
  background: #fafafa !important;
}
.tablepolicy .table > thead > tr > th {
  vertical-align: middle;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  line-height: 24px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px #f7ec13 solid;
}
.tbl_action .control__indicator {
  position: relative;
}
.control--checkbox .control__indicator {
  background: #e6e6e6;
  border: 2px #7c287d solid;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #7c287d;
}
.control--checkbox.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff9400;
}
.control--checkbox.control:hover
  input:not([disabled]):checked
  ~ .control__indicator,
.control--checkbox.control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #7c287d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator::after {
  left: 0px;
  top: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #7c287d;
  border: 3px #fff solid;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
body .collapsefunc {
  padding: 20px 7px;
  top: 0;
  margin-left: -30px;
}
.colact .collapsefunc {
  margin-left: -27px;
}
.locadd {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.calenderbtns .dropmenu {
  position: absolute;
  display: none;
  top: 34px;
  left: 0;
}
.bs-searchbox {
  background: #fff;
  position: relative;
}
.bs-searchbox input {
  background: #fff;
  padding: 5px 30px 5px 10px;
  color: #000;
  border: 1px #ddd solid;
}
.listsidepanel {
  border: 1px solid #dfdfdf;
  float: left;
  left: 58px;
  padding: 15px 15px 15px 50px;
  position: fixed;
  top: 74px;
  width: 405px;
  border-radius: 15px;
  height: calc(100% - 140px);
}
.listsidepanel.mapside {
  border: none;
}
.mapfilter {
  border: 1px solid #dfdfdf;
  padding: 15px;
  border-radius: 10px;
}
.gotolist {
  margin-top: 6px;
  margin-bottom: 7px;
  float: left;
}
.gotolist i {
  font-size: 25px;
  color: #62a3ee;
}
.listsidepanel .listcontainer {
  float: left;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
}
.listsidepanel .listcontainer .contactbook {
  float: left;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border: 1px #999 solid;
}
.listsidepanel.tastab {
  padding-top: 100px;
  padding-right: 10px;
}
.listsidepanel.tastab .mytab,
.listsidepanel.tastab .tasktabcon {
  height: 100%;
}
.listsidepanel.tastab .mytab .nav {
  margin-top: -81px;
}
.listsidepanel.tastab .tasktabcon .tabingcon {
  height: 100%;
  overflow: auto;
}
.patientscroller {
  height: 100% !important;
}
.listprofilesection {
  padding-left: 130px;
  padding-top: 10px;
}
.listprofilesection .avatar-circle-main {
  float: left;
  margin-left: -135px;
  margin-top: 30px;
}
.listprofilesection .avatar-circle-main,
.avtar-big img {
  height: 130px;
  width: 130px;
  border-radius: 100%;
}
.listsearch {
  padding-top: 10px;
}
.listsearch .profileleftcon {
  float: left;
  width: 110px;
}
.listsearch .avatar-circle-main,
.avtar-big img {
  height: 110px;
  width: 110px;
  border-radius: 100%;
}
.acceptnew {
  transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  left: -86px;
  top: 110px;
  background: #f7ec13;
  color: #fff;
  padding: 3px 15px 7px;
  border-radius: 10px 10px 0 0;
}
.acceptnew i {
  margin-right: 10px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: 100%;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: pointer;
  background: #757575;
  box-shadow: inset 2px 2px 5px #666;
  position: relative;
  border: none;
}
.tabscrollar.nav-tabs > li.active > a {
  background: #fff;
  color: #000;
  position: relative;
  display: block;
}
.tabscrollar.nav-tabs > li.active > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  top: 38px;
  background: #7c287d;
  height: 3px;
  left: 0;
}
.incontact {
  float: left;
  width: 410px;
  position: absolute;
  height: 100%;
  left: 0;
  padding-left: 30px;
  overflow: auto;
}
.incontact.nocontact,
.listsidepanel.nocontact {
  padding-left: 10px;
}
.contactalpha {
  height: 100%;
  width: 40px;
  display: block;
  float: left;
  padding: 5px 0;
  background: #fff;
  border-right: 1px #ddd solid;
  margin-left: -43px;
}
.contactalpha .alphalist {
  border-left: 1px #efefef solid;
  border-right: 1px #efefef solid;
  min-height: 100%;
}
.contactalpha .alphalist,
.contactalpha .alphalist a {
  width: 100%;
  display: block;
  text-align: center;
  float: left;
}
.contactalpha .alphalist a {
  padding: 5px 0;
}
.rightbox {
  height: 100%;
  padding: 15px 15px 15px 0px;
}
.rightbox .insidecontent {
  float: left;
  height: 100%;
  padding-left: 30px;
  width: 100%;
}
.shadowbox {
  border: 1px #dfdfdf solid;
  background: #fff;
  border-radius: 10px;
}
.bs-searchbox {
  background: #fff;
  position: relative;
}
.bs-searchbox i {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 35px;
  font-size: 20px;
  color: #7c287d;
}
#remove_popup {
  display: none;
}
#remove_popup.remove_popup {
  display: block;
}
.remove_popup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.popup_content {
  max-width: 300px;
  padding: 20px 10px 20px 10px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  overflow: auto;
  max-height: 90vh;
}
.popup_content:after {
  content: "";
  display: table;
}
body .pac-icon-marker {
  background: url(../images/map_icon.png) no-repeat center;
  background-size: 25px;
  background-position: 0 0;
  width: 25px;
  height: 25px;
}
.home i {
  background: url("../images/home_active.svg") no-repeat center;
  display: block;
  background-size: 23px;
}

.medical i {
  background: url("../images/medical.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.Wellness i {
  background: url("../images/heartbit.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.Appointments i {
  background: url("../images/schedule.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.menuprofile i {
  background: url("../images/profile.svg") no-repeat center;
  display: block;
  background-size: 23px;
}

.Opinion i {
  background: url("../images/opinion.png") no-repeat center;
  display: block;
  background-size: 23px;
}
.patient i {
  background: url("../images/patients_Active.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.schedule i {
  background: url("../images/calender_active.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.report i {
  background: url("../images/roport_active.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.admin i {
  background: url("../images/admin.png") no-repeat center;
  display: block;
  background-size: 23px;
}
.adminprofile i {
  background: url("../images/profile_setting_active.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.systemdash i {
  background: url("../images/system_dashboard.svg") no-repeat center;
  display: block;
  background-size: 23px;
}
.systemconfig i {
  background: url("../images/system_configuration.svg") no-repeat center;
  display: block;
  background-size: 23px;
}

.home:hover i {
  background: url("../images/home_white.svg") no-repeat center;
  background-size: 23px;
}
.medical:hover i {
  background: url("../images/medical.svg") no-repeat center;
  background-size: 23px;
}
.Wellness:hover i {
  background: url("../images/heartbit_white.png") no-repeat center;
  background-size: 23px;
}
.Opinion:hover i {
  background: url("../images/opinion_white.png") no-repeat center;
  background-size: 23px;
}
.Appointments:hover i {
  background: url("../images/appointment_white.png") no-repeat center;
  background-size: 23px;
}
.patient:hover i {
  background: url("../images/patients_White.svg") no-repeat center;
  background-size: 23px;
}
.schedule:hover i {
  background: url("../images/calender_white.svg") no-repeat center;
  background-size: 23px;
}
.menuprofile:hover i {
  background: url("../images/profile-hover.png") no-repeat center;
  background-size: 23px;
}
.report:hover i {
  background: url("../images/report_white.svg") no-repeat center;
  background-size: 23px;
}
.admin:hover i {
  background: url("../images/admin-hover.png") no-repeat center;
  background-size: 23px;
}
.adminprofile:hover i {
  background: url("../images/profile_setting_white.svg") no-repeat center;
  background-size: 23px;
}
.systemdash:hover i {
  background: url("../images/system_dashboard-hover.png") no-repeat center;
  background-size: 23px;
}
.systemconfig:hover i {
  background: url("../images/system_configuration-hover.png") no-repeat center;
  background-size: 23px;
}

.flag {
  max-width: 20px;
  vertical-align: middle;
}
.bootstrap-select.admincountry {
  width: 40px !important;
  display: inline-block !important;
  border-radius: 10px;
}
.admincountry .dropdown-menu {
  min-width: 100px !important;
  right: 0;
  left: auto;
}
.bootstrap-select.admincountry {
  margin-bottom: 0 !important;
}
.admincountry.bootstrap-select > .dropdown-toggle {
  padding: 8px 10px !important;
  margin-bottom: 0;
  border: none !important;
  border-radius: 10px;
}
.admincountry.bootstrap-select > .dropdown-toggle .bs-caret {
  display: none;
}

.flagimg {
  width: 50px;
}
.flagimg img {
  width: 39px;
  height: 24px;
  border: 2px #dfdfdf solid;
}
.countrytable {
  text-align: left;
}
.countrytable tr td:first-child {
  max-width: 250px;
  width: 200px;
}
.countrytable tr td:nth-child(2) {
  max-width: 100px;
  width: 100px;
}
.paiticon {
  font-size: 32px;
  color: #7c287d;
  line-height: 32px;
  display: inline-block;
}
.paiticon i {
  display: inline-block;
}
.active.pagemenu {
  color: #fbad3e;
}
.comierehelp {
  border-right: 2px #fff solid;
  border-left: 2px #fff solid;
}
.comieresearch .searchdiv {
  background: #fff;
  margin: 0;
}
.comieresearch .searchdiv input {
  height: 32px;
}
/*.contentarea .header .rightside.comierehelp:hover,.contentarea .header .rightside.comieresearchtop:hover{background:#7C287D}
.contentarea .header .rightside.comieresearchtop:hover a,.contentarea .header .rightside.comieresearchtop a:focus{color:#fff;}*/
.comieresearchbtn,
.globalhelp {
  color: #fff;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  border: none;
  line-height: 32px;
  font-size: 20px;
  background: none;
}
.practice {
  font-size: 20px;
  color: white;
  line-height: 36px;
}
.sitefooter {
  padding: 15px 0;
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  padding-left: 60px;
  z-index: 89;
}
.sitefooter.fixedfoot {
  position: fixed;
}
.sitefooter a {
  color: ##354a5f;
  padding: 0 15px;
}
.sitefooter a:last-child {
  padding: 0 75px 0 15px;
}
.btn-time {
  margin-top: 10px !important;
  min-width: 80px;
  min-height: 38px;
  border: 1px solid #f7ec13;
}
.color-map {
  color: #7c287d;
}
.no-time {
  border: none;
}
.mapsidebtn {
  display: none;
}
.serachresult.colact .mapsidebtn {
  display: block;
  padding: 13px 10px;
}
.mapfilter h3 {
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
}
.btn-time:hover,
.btn-time.active {
  background-color: #7c287d !important;
  color: #fff !important;
  border: 1px #fff solid;
}
.opt {
  display: none;
}
.btn-default {
  color: #666;
  border: 2px #bbb solid;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.btn-default:hover {
  color: #fff;
  background: #bbb;
}
.btn-save {
  border: 2px #438bf4 solid;
  color: #438bf4;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.btn-save:hover {
  background-color: #438bf4 !important;
  color: #fff !important;
}
.btn-saver {
  border: 2px #7c287d solid;
  color: #7c287d !important;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.btn-saver:hover {
  background-color: #7c287d !important;
  color: #fff !important;
}
.collapsefunc.btn-saver:hover {
  color: #fff !important;
  background: #bbb !important;
}
.btn-green {
  border: 2px #729d0f solid;
  color: #729d0f;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.btn-green:hover {
  background: #729d0f;
  color: #fff;
}
.btn-red {
  border: 2px #f00 solid;
  color: #f00;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.btn-red:hover {
  background: #f00;
  color: #fff;
}
.no-btn {
  border: none;
  background: none;
}
.btn-no-border {
  border: none !important;
}
.icon-btn {
  width: 40px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  line-height: 34px;
  font-size: 20px;
  display: inline-block;
}
.icon-btn.btn-green:hover {
  background: none;
  color: #729d0f;
}
.icon-btn i {
  line-height: 38px;
  font-size: 20px;
  display: inline-block;
}
.previewifream {
  width: 100%;
  height: 500px;
}
.sidebar-info .btn-save {
  background: #ffe500;
  color: #fff;
}
.search {
  position: relative;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  overflow: hidden;
}
.search input {
  border: 0 !important;
  width: 1005;
  font-size: 14px;
  padding-left: 40px;
  color: #9c9c9c;
  background: #fff;
  height: 40px;
  width: 100%;
}
.search .icon,
.search .fa-search {
  position: absolute;
  top: 7px;
  left: 11px;
  font-size: 19px;
  color: #9c9c9c;
  line-height: 30px;
  text-align: center;
  color: #7c287d;
}
.avatar-circle {
  border: 2px solid #999;
  border-radius: 100%;
  height: 42px;
  text-align: center;
  width: 42px;
  margin-right: 10px;
}
.chatlist .avatar-circle {
  border: 2px solid #999;
}
.chatlist .avatar-circle .initials {
  color: #666;
}
.initials {
  color: #999;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 36px;
  float: left;
  position: relative;
  width: 100%;
}
.list.active .avatar-circle {
  border: 2px solid #999999;
}
.list:hover {
  background: #efefef;
}
.list.active .initials {
  color: #999999;
}
.searchdiv.form-control.prof_right_input input {
  font-size: 14px;
  height: 30px;
}
.searchdiv.form-control.prof_right_input button {
  height: 39px;
}
.docimage {
  width: 90px;
  height: 90px;
}
.docimage img {
  width: 100%;
}
.login-user-input,
.searchdiv.form-control.prof_right_input,
.prof_right_select,
.prof_right_textarea,
.prof_right_input,
.prof_right_input_row,
.prof_right_input_column,
.prof_right_input_area,
.question_label {
  width: 100%;
  padding-right: 5px;
  background: #fff;
  border: 1px solid #dadada !important;
  box-shadow: none;
  border-bottom: none;
  border-right: none;
  text-indent: 5px;
  min-height: 34px;
  padding-left: 5px;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
}
.prof_right_textarea {
  min-height: 100px;
  padding: 5px;
  float: left;
}
.big_textarea.prof_right_textarea {
  min-height: 400px;
}
.select-custombox .dropdown-toggle.pressed:focus,
.select-custombox .dropdown-toggle.pressed,
.open.bootstrap-select > .dropdown-toggle:focus,
.open.bootstrap-select > .dropdown-toggle,
.prof_right_textarea:focus,
.prof_right_input:focus {
  -webkit-box-shadow: 0 0 5px #7c287d !important;
  box-shadow: 0 0 5px #7c287d !important;
}
.select-custombox .btn-default {
  width: 100%;
  padding-right: 34px;
  background: #fafafa;
  border-top: 1px solid #dadada !important;
  border-left: 1px solid #dadada !important;
  border-right: 1px solid #dadada !important;
  border-bottom: 1px solid #dadada !important;
  box-shadow: none;
  border-bottom: none;
  border-right: none;
  text-indent: 5px;
  min-height: 40px;
  padding-left: 5px;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
}
.input_error,
.input_error:focus {
  -webkit-box-shadow: 0 0 5px #f00;
  box-shadow: 0 0 5px #f00;
  border-top: 2px solid #fafafa !important;
  border-left: 2px solid #fafafa !important;
}
.input_container {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
.list-title-main .patientid {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #000;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 0;
}
.fileUploadmin {
  position: relative;
  overflow: hidden;
}
.fileUploadmin span i,
.fileUpload span i {
  font-size: 30px;
}
.fileUploadmin span,
.fileUpload span {
  color: #000;
  font-size: 19px;
  text-transform: initial;
}
.fileUploadmin input.upload,
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.button-arrived {
  background: #00c700;
  color: white !important;
  padding: 8px 30px;
  z-index: 1;
}
.button-late {
  background: #ff1d1d;
  color: white !important;
  padding: 8px 30px;
  z-index: 1;
}
.parentinput.focused .dispttl {
  color: #7c287d;
}
.avatar-circle-main {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #999;
  margin: 12px 10px 12px 0;
  overflow: hidden;
  display: inline-block;
}
.avatar-circle-big {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #999;
  margin: 20px 10px 20px 0;
  overflow: hidden;
}
.avatar-circle-big img,
.avatar-circle-main img {
  width: 100%;
}
.initials-main {
  position: relative;
  top: 15px;
  font-size: 30px;
  line-height: 30px;
  color: #999;
}
.blkedt {
  position: absolute;
  right: 0;
  top: 0;
}
.blkedt a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  color: #fff;
  float: left;
  cursor: pointer;
}
.blkedt a i {
  font-size: 18px;
}
.blkedt a.delet {
  color: #ed6663;
}
.blkedt a.save {
  color: #7c287d;
}
.blkedt a.edit {
  color: #438bf4;
}
.delet.toggleot i,
.blkedt a.edit i {
  font-size: 20px;
}
.vitaldetail .blkedt a.edit {
  background: none;
}
.blkedt a.squrebtn {
  background: #438bf4;
}
.form-control {
  margin-bottom: 7px;
}
.bootstrap-select .dropdown-menu.open {
  background: none;
  border: 1px #868cad solid;
  padding: 0;
  overflow: visible\ !important;
  z-index: 9999;
  margin-top: 0px;
}
.pac-container,
.dropdown-menu {
  border: 1px #7c287d solid;
  z-index: 9999;
}
.pac-container::before,
.dropdown-menu:before,
.bootstrap-select .dropdown-menu.open .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f7ec13;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: -8px;
}
.pac-container .pac-item:last-child:after,
.dropdown-menu:after,
.bootstrap-select .dropdown-menu.open .dropdown-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: -7px;
}
.pac-container .pac-item {
  padding: 5px 4px;
  background: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 345px;
  overflow: auto;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > li {
  border-bottom: 1px #868cad solid;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 13px 20px;
}
.pac-container {
  z-index: 10000 !important;
  overflow: visible !important;
  border-radius: 4px;
  background: #fff;
}
.pac-container::before,
.dropdown-menu:before,
.bootstrap-select .dropdown-menu.open .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #7c287d;
  display: inline-block;
  position: absolute;
  left: 140px;
  top: -8px;
}
.pac-container .pac-item:last-child:after,
.dropdown-menu:after,
.bootstrap-select .dropdown-menu.open .dropdown-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  display: inline-block;
  position: absolute;
  left: 140px;
  top: -7px;
}
.pac-container .pac-item {
  padding: 5px 4px;
  background: none;
}
.bootstrap-select .dropdown-menu.open::before,
.bootstrap-select .dropdown-menu.open::after {
  display: none;
}
.angulardatepik .input-group .input-group-btn button,
.dateplugicon button {
  padding: 0;
  height: 34px;
  width: 40px;
  background: #fbad3e;
  border-top: 2px #dadada solid;
  border-radius: 5px;
  border: none;
  color: #fff;
}
.angulardatepik .input-group .input-group-btn button i {
  color: #fff;
}
.bootstrap-select {
  margin-bottom: 7px;
}
.bootstrap-select.btn-group.open > .dropdown-toggle.btn,
.bootstrap-select.btn-group-vertical.open > .dropdown-toggle.btn,
.bootstrap-select.btn-group.open > .dropdown-toggle.btn.btn-default,
.bootstrap-select.btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
  background-color: transparent;
  box-shadow: 0 0 0;
}
.list-title-main span {
  font-size: 22px;
  color: #f7ec13;
  padding-left: 7px;
}
.list-title-main {
  padding-top: 30px;
}
.list-title-main.patid {
  padding-top: 14px;
}
.tabingcon {
  width: 100%;
  float: left;
  background: #fff;
}
.tabing {
  width: 100%;
  float: left;
  border-bottom: 1px #d2d2d2 solid;
  margin-top: 10px;
  display: table;
  border-collapse: collapse;
  box-sizing: border-box;
}
.tabing li {
  display: table-cell;
  text-align: center;
  color: #fff;
}
.tabing li a {
  padding: 5px 10px;
  width: 100%;
  background: #393b48;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
.tabing li a.active {
  border-bottom: 1px #fff solid;
  background: #fff;
  color: #393b48;
  margin-bottom: -2px;
}
.tasktabcon {
  width: 100%;
  float: left;
}
.tasktabcon .tabing {
  margin-bottom: 0;
}
.tasktabcon .tabing li {
  width: 33.33%;
}
.tasktabcon .tabing li a span {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
  padding-left: 10px;
}
.tasktabcon .tabing li a i {
  font-size: 28px;
  color: #fff;
}
.tasktabcon .tabingcon {
  border: 1px #dfdfdf solid;
  padding: 15px;
  border-radius: 15px;
}
.tasktabcon .tabingcon .tab-pane {
  height: 100%;
}
.fc .fc-button-group > .fc-prev-button,
.fc .fc-button {
  height: 40px;
  padding: 0 15px;
  background: #393b48;
  text-shadow: none !important;
  text-transform: uppercase;
  color: #fff;
}
#calendar .fc-toolbar .fc-right {
  padding-right: 50px;
}
.settingbtn {
  margin-bottom: -57px;
  position: relative;
  z-index: 99;
}
.calenderbtns {
  position: relative;
}
.newcal {
  position: absolute;
  right: 300px;
  top: 44px;
  z-index: 99;
}
.fc-axis.fc-time span {
  color: #999;
}
.fc-view.fc-agendaDay-view.fc-agenda-view,
.fc-view.fc-agendaWeek-view.fc-agenda-view,
.fc-view.fc-month-view.fc-basic-view {
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}
.fc-view.fc-month-view.fc-basic-view div.fc-widget-header {
  background: #393b48;
  border: 1px solid #393b48;
  text-transform: uppercase;
}
.fc-agendaDay-view th.fc-widget-header.current-day,
.fc-agendaWeek-view th.fc-widget-header.current-day,
.fc-view.fc-month-view.fc-basic-view th.fc-widget-header.current-day {
  background: #393b48;
}
.fc-unthemed td.fc-minor {
  border-color: #ddd;
}
.fc-agendaDay-view th.fc-widget-header,
.fc-agendaWeek-view th.fc-widget-header,
.fc-view.fc-month-view.fc-basic-view th.fc-widget-header {
  background: #393b48;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
}
.fc .fc-button-group > .fc-prev-button,
.fc .fc-button {
  height: 40px;
  padding: 0 15px;
  background: #393b48;
  text-shadow: none !important;
  text-transform: uppercase;
  color: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  background: #7c287d;
}
.fc .fc-button-group > .fc-prev-button,
.fc .fc-button-group > .fc-next-button {
  text-shadow: none !important;
  width: 40px;
  color: #666;
  border: 2px #bbb solid;
  transition: all 0.2s ease-in-out;
  background: #fff;
  border-radius: 100%;
  float: left;
  height: 40px;
  margin: 0 10px 0 -1px;
  text-align: center;
  width: 40px;
  overflow: hidden;
  padding: 0;
}
.fc .fc-button-group > .fc-prev-button:hover,
.fc .fc-button-group > .fc-next-button:hover {
  color: #fff !important;
  background: #bbb !important;
}
.minw70 {
  min-width: 70px;
  display: inline-block;
}
.searchdiv {
  display: table;
  width: 100%;
  float: left;
  background: #fafafa;
  border-top: 1px solid #dadada !important;
  border-left: 1px solid #dadada !important;
  border-right: 1px solid #dadada !important;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
  border-radius: 5px;
}
.searchdiv > span {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.searchdiv > span.button {
  width: 40px;
}
.searchdiv input,
.searchdiv button {
  width: 100%;
  background: none;
  border: none;
}
.searchdiv input {
  padding-left: 5px;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  line-height: 30px;
}
.searchdiv button {
  background: #f4f4f4;
  color: #7c287d;
  border-left: 1px #ccc solid;
  padding: 3px 5px;
}
.searchdiv i {
  color: #7c287d;
}
.searchdiv > span.button i {
  font-size: 20px;
}
.searchdiv.inputfield {
  border: none !important;
}
.searchdiv.inputfield button {
  padding: 7px 5px 6px;
  line-height: 19px;
  min-width: 40px;
}
.tasklist ul li.blkactive {
  border-left: 3px solid #f7ec13;
  background: #7c287d;
  box-sizing: border-box;
}
.tasklist ul li {
  display: table;
  border-bottom: 1px #dfdfdf solid;
  color: #555;
  line-height: 20px;
  padding: 5px;
}
.tasklist ul li,
.tasklist ul,
.tasklist {
  width: 100%;
  float: left;
}
.tasklist ul li span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.patientdash .panel-heading {
  padding: 0;
}
.patientdash .panel-heading h4 a {
  padding: 7px 10px;
  font-size: 16px;
  display: inline-block;
  background: #7c287d;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.patientdash nav a {
  color: #f7ec13;
}
.patientdash .scroller {
  height: 300px !important;
}
.patientdash .tab-pane .list {
  padding-right: 5px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.patientdash .tab-pane .list img {
  width: 18px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.patientdash .tab-pane .list .boxdate .time {
  text-align: center;
}
.sidecollapse li a:after,
.patientdash .panel-heading h4 a.fullcon:after {
  content: "-";
  float: right;
  font-size: 20px;
  line-height: 22px;
}
.sidecollapse li a.collapsed:after,
.patientdash .panel-heading h4 a.fullcon.collapsed:after {
  content: "+";
}
.patientdash .reminderdisc {
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
}
.patientdash .tab-pane .list .time {
  text-align: right;
}
.thankstext i,
.thankstext {
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
}
.thankstext {
  margin-bottom: 15px;
}
.thankstext span {
  vertical-align: top;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
}
.panel {
  border: 1px #dfdfdf solid;
  background: #fff;
  border-radius: 10px;
}
.optionresult {
  border-top: 1px #efefef solid;
}
.othercalselpro2,
.mycalopt2,
.othercalopt2,
.othercalselloc2,
.othercalselpro,
.mycalopt,
.othercalopt,
.othercalselloc {
  display: none;
}
.othercalselpro2.active,
.mycalopt2.active,
.othercalopt2.active,
.othercalselloc2.active,
.othercalselpro.active,
.mycalopt.active,
.othercalopt.active,
.othercalselloc.active {
  display: block;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #7c287d;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px #7c287d solid;
  font-size: 14px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7c287d;
}
.tooltip.top .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff;
  display: inline-block;
  top: -8px;
  left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7c287d;
}
.tooltip.top-left .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff;
  display: inline-block;
  top: -8px;
  left: -5px;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7c287d;
}
.tooltip.top-right .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff;
  display: inline-block;
  top: -8px;
  left: -5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #7c287d;
}
.tooltip.right .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
  display: inline-block;
  top: -5px;
  left: 3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #7c287d;
}
.tooltip.left .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  display: inline-block;
  top: -5px;
  left: -8px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7c287d;
}
.tooltip.bottom .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
  display: inline-block;
  top: 3px;
  left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7c287d;
}
.tooltip.bottom-left .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff;
  display: inline-block;
  top: -8px;
  left: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7c287d;
}
.tooltip.bottom-right .tooltip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff;
  display: inline-block;
  top: -8px;
  left: -5px;
}
.datepik {
  border-radius: 10px;
}
.filterblock .well .btn-default,
.filterblock .well,
.uib-datepicker-popup {
  background-color: #393b48;
}
.filterblock .datepicker div,
.filterblock .datepicker div table.table-condensed,
.filterblock .datepik div,
.filterblock .uib-daypicker table {
  width: 100%;
  border-radius: 10px;
}
.filterblock .well .btn-default,
.filterblock .well,
.uib-datepicker-popup {
  background-color: #393b48;
}
.filterblock .well .btn-default,
.uib-datepicker-popup {
  border: 1px solid #393b48;
  color: #fff;
}
.uib-daypicker .btn.btn-sm,
.uib-daypicker .input-group-btn .btn.btn-sm,
.uib-daypicker .btn-group-sm .btn,
.uib-daypicker .btn-group-sm .input-group-btn .btn {
  font-size: 12px;
  margin: 0;
  padding: 9px 10px;
}
.bookapo {
  padding-left: 180px;
}
.today {
  font-size: 14px;
  padding-left: 120px;
  color: #f7ec13;
  margin-bottom: 25px;
  font-weight: 700;
  margin-top: -5px;
}
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 200;
  padding-left: 120px;
  float: left;
  font-size: 14px;
}
.timeline:before {
  height: 100%;
  border-right: 2px #aaa dotted;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  left: 0;
}
.patientdash .timeline {
  padding-left: 30px;
}
.patientdash .timeline:before {
  width: 10px;
}
.timeline .timeline-label .label-primary {
  color: #7c287d;
  font-size: 22px;
  float: left;
  margin-bottom: 28px;
}
.timeline .timeline-label .label-blue {
  color: #f7ec13;
  font-size: 22px;
  float: left;
  margin-bottom: 28px;
}
.timeline-item {
  width: 100%;
  float: left;
  position: relative;
}
.timeline-item:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #dfdfdf;
  position: absolute;
  left: -10px;
  top: 10px;
}
.timeline-item::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  left: -8px;
  top: 12px;
}
.timeline .timeline-item > .timeline-event .timeline-heading h4 {
  font-size: 14px;
  color: #f7ec13;
  margin-bottom: 7px;
}
.timeline .timeline-body a,
.timeline .desc {
  font-size: 14px;
  color: #272627;
  padding-top: 5px;
}
.timeline .timeline-body a {
  color: #f7ec13;
  margin-bottom: 5px;
  display: inline-block;
}
.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
  display: block;
  margin-bottom: 10px;
}
.timeline-body {
  margin-bottom: 10px;
}
.timeline .timeline-label {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.timeline .timeline-label::before {
  content: "";
  background: #f7ec13;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  left: -33px;
}
.timeline .timeline-label.amber::before {
  content: "";
  background: #7c287d;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  left: -33px;
}
.timeline .timedate {
  color: #252525;
  font-size: 14px;
  font-weight: 100;
  margin-left: -123px;
  padding-top: 0;
  position: absolute;
  text-align: right;
  width: 62px;
}
.appointmentbtns {
  float: left;
  margin-left: -200px;
  margin-top: 40px;
}
.appointmenttime.timeline {
  padding-left: 200px;
}
.appointmenttime.timeline::before {
  width: 180px;
}
.appointmenttime.timeline .timedate {
  margin-left: -220px;
  width: 165px;
}
.timeline-body p {
  font-size: 14px;
  color: #272627;
}
.timeline .timeline-item > .timeline-point {
  color: #888888;
  background: #fff;
  right: -24px;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  left: -34px;
}
.timeline .timeline-item > .timeline-point.timeline-point-blank {
  right: -12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  color: #888888;
  background: #888888;
}
.timeline .timeline-item > .timeline-point.timeline-point-default {
  color: #888888;
}
.timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #888888;
}
.timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #72b92e;
}
.timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3e93cf;
}
.timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #d0aa42;
}
.timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #d25a4b;
}
.timeline-image {
  float: left;
  padding: 0px;
  max-width: 80px;
  padding-right: 10px;
}
.timeline-image img {
  width: 100%;
}
.timeline-button {
  padding: 0 10px;
}
.editmode {
  display: none;
}
.surgrid {
  width: 300px;
  min-height: 170px;
  background: #fafafa;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.surgrid:hover {
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
}
.surgrid i {
  font-size: 100px;
  line-height: 150px;
  color: #7c287d;
}
.surgrid img {
  margin: 25px 0;
  max-height: 80px;
}
.surgrid span {
  color: #ffca06;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
}
.surgrid span.commingsoon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 180px;
  background: #f00 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  position: absolute;
  right: -39px;
  top: 35px;
}
.reportlistresult .filter h3 {
  margin-top: 10px;
}
.reportlist a {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding-left: 40px;
  position: relative;
}
.reportlist img {
  width: 20px;
}
.reportlist span {
  display: inline-block;
  font-size: 20px;
}
.reportlist .iconcon {
  width: 60px;
  position: absolute;
  left: 5px;
}
.reportlist span.shortdisc {
  font-size: 14px;
  width: 100%;
  float: left;
  margin-top: 5px;
}
.active.list {
  background: #f7ec13;
  border-left: 4px solid #7c287d;
  padding-left: 11px;
}
.disable {
  opacity: 0.3;
  cursor: not-allowed;
}
.completeicon {
  font-size: 80px;
  color: #1c9910;
}
.resetmsg {
  padding: 0 30px 10px;
  line-height: 24px;
}
.login-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.loginscreen,
.registerscreen {
  width: 100%;
  float: left;
}
.loginscreen {
  padding: 0px 50px;
  margin: 20px 0;
}
.login-box {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.signup-box {
  margin-right: 152px;
  display: inline-block;
  max-width: 500px;
}
.login-box.reserbox {
  max-width: 500px;
  margin-right: 152px;
}
.login-third-party-login {
  width: 100%;
  float: right;
}
.login-third-party-login h3 {
  padding: 10px;
  color: #fd4d6e;
}
.login-info-text {
  display: block;
  background: #fff;
  position: static;
  margin-bottom: 40px;
  height: 25px;
  border-bottom: 1px #7c287d solid;
  float: right;
  width: 100%;
}
.login-info-text span {
  display: inline-block;
  background: #7c287d;
  width: 50px;
  height: 50px;
  border: 1px #7c287d solid;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  text-transform: uppercase;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #510069;
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}
.loader::before {
  left: auto;
  right: 0;
  background: #e4e000;
  transform: translate(50%, 100%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.login-login-form {
  margin: 0;
}
.login-input-container {
  border-radius: 4px;
  padding: 0 20px;
}
.login-login-button-container {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}
.login-title {
  font-size: 20px;
  font-weight: bold;
  color: #f7ec13;
  padding: 7px 15px;
  background: #f7ec13;
  height: 60px;
  border-radius: 10px 10px 0 0;
}

.iconinput {
  padding-left: 40px;
}
span.input-group-addon {
  position: absolute;
  width: 40px;
  left: 0;
  height: 34px;
  z-index: 1;
}
span.input-group-addon i {
  font-size: 18px;
  line-height: 24px;
}
span.input-group-addon img {
  margin-top: 3px;
  max-width: 18px;
}
body .iconinput .bootstrap-select > .dropdown-toggle,
.iconinput .login-user-input {
  border-radius: 0 5px 5px 0;
  border-left: none !important;
}
.login-title a {
  display: inline-block;
  height: 38px;
}
.login-login-button {
  border-radius: 28px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-transform: uppercase;
  width: 200px;
}
.login-link-container {
  padding: 20px;
  text-align: left;
}
.login-link {
  color: darkgray;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
}
.selectionsquer {
  width: 50%;
  height: 150px;
  float: left;
  text-align: center;
}
.selectionsquer .control {
  padding: 0;
  width: 150px;
  height: 150px;
  display: inline-block;
  float: none !important;
}
.selectionsquer img {
  position: relative;
  z-index: 9;
  width: 50px;
  margin-top: 15px;
}
.selectionsquer span {
  width: 100%;
  display: block;
}
.selectionsquer .control__indicator {
  height: 150px;
  width: 150px;
  background: none;
  border-radius: 0px;
  border: 2px #fff solid;
}
.selectionsquer .control input:checked ~ .control__indicator {
  background: none;
  border: 2px #7c287d solid;
}
.selectionsquer img {
  position: relative;
  z-index: 9;
}
.selectionsquer .control:hover input ~ .control__indicator,
.selectionsquer .control input:focus ~ .control__indicator,
.selectionsquer
  .control:hover
  input:not([disabled]):checked
  ~ .control__indicator,
.selectionsquer .control input:checked:focus ~ .control__indicator {
  background: none;
}
.selectionsquer .control input:checked ~ .control__indicator:after {
  display: none;
}
.selectionsquer .control--radio .control__indicator::after {
  left: 0;
  top: 0;
  height: 140px;
  width: 140px;
  border-radius: 0;
  background: none;
  border: 3px #f7ec13 solid;
  margin: 3px;
  display: none;
}
.selectionsquer .control input:checked ~ .control__indicator:after {
  display: none;
}
.login-right-links {
  float: right;
}
.login-create-account-link {
  margin-left: 5px;
  margin-top: 15px;
  display: inline-block;
  border-bottom: 1px #252525 dotted;
  padding: 3px 0 !important;
}
.login-link {
  color: #696b79;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
}
.login-button {
  background-color: #fff;
  border: 1px solid #bfc0c6;
  border-radius: 4px;
  color: #696b79;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  margin: 0 auto;
  max-width: 250px;
  padding-left: 62px;
  position: relative;
  text-align: left;
  width: 100%;
}
.b-link {
  color: #7c287d;
  text-decoration: underline;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  padding-right: 20px;
}
.b-link:before,
.b-link:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px #7c287d solid;
  border-right: 2px #7c287d solid;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
  top: 6px;
  right: 5px;
}
.b-link:hover:after {
  right: -3px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: 200;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
.login-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.inputcon {
  position: relative;
}
.login-user-input.error {
  border: 1px #f00 solid;
  -webkit-box-shadow: 0 0 5px #f00;
  box-shadow: 0 0 5px #f00;
}
.login-user-input.warning {
  -webkit-box-shadow: 0 0 5px #7c287d;
  box-shadow: 0 0 5px #7c287d;
  border: 1px solid #7c287d;
}
.sucmsg,
.infomsg,
.statusmsg {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 32px;
}
.inputcon .sucmsg,
.inputcon .infomsg,
.inputcon .statusmsg,
.dispdata .sucmsg,
.dispdata .infomsg,
.dispdata .statusmsg {
  top: 7px;
}
.sucmsg span img,
.infomsg span img,
.statusmsg span img {
  width: 20px;
  cursor: pointer;
}
.sucmsg:hover .innermsg,
.infomsg:hover .innermsg,
.statusmsg:hover .innermsg {
  display: block;
}
.innermsg {
  position: absolute;
  min-width: 280px;
  background: #fff;
  color: #f00;
  padding: 12px;
  width: auto;
  top: -12px;
  left: 43px;
  border: 2px #f00 solid;
  border-radius: 4px;
  min-height: 46px;
}
.innermsg::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid #f00;
  left: -15px;
  position: absolute;
  top: 8px;
}
.innermsg::after {
  border-bottom: 12px solid transparent;
  border-right: 15px solid #fff;
  border-top: 12px solid transparent;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  top: 8px;
  width: 0;
}
.infomsg .innermsg {
  position: absolute;
  min-width: 280px;
  background: #fff;
  color: #55acee;
  padding: 12px;
  width: auto;
  top: -12px;
  left: 43px;
  border: 2px #55acee solid;
  border-radius: 4px;
}
.infomsg .innermsg::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid #55acee;
  left: -15px;
  position: absolute;
  top: 8px;
}
.infomsg .innermsg::after {
  border-bottom: 12px solid transparent;
  border-right: 15px solid #fff;
  border-top: 12px solid transparent;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  top: 8px;
  width: 0;
}
.sucmsg .innermsg {
  position: absolute;
  min-width: 280px;
  background: #fff;
  color: #729d0f;
  padding: 12px;
  width: auto;
  top: -12px;
  left: 43px;
  border: 2px #729d0f solid;
  border-radius: 4px;
}
.sucmsg .innermsg::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid #729d0f;
  left: -15px;
  position: absolute;
  top: 8px;
}
.sucmsg .innermsg::after {
  border-bottom: 12px solid transparent;
  border-right: 15px solid #fff;
  border-top: 12px solid transparent;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  top: 8px;
  width: 0;
}
.top .innermsg {
  top: auto;
  right: -15px;
  left: auto;
  bottom: 33px;
  max-width: 300px;
}
.top.infomsg .innermsg::before,
.top.sucmsg .innermsg::before,
.top .innermsg::before {
  border-top: 14px solid #f00;
  right: 11px;
  position: absolute;
  bottom: -15px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: auto;
  left: auto;
  bottom: -26px;
}
.top.sucmsg .innermsg::before {
  border-top: 14px solid #729d0f;
}
.top.infomsg .innermsg::before {
  border-top: 14px solid #55acee;
}
.top .innermsg::after,
.top .innermsg::after,
.top .innermsg::after {
  border-top: 14px solid #fff;
  right: 11px;
  position: absolute;
  bottom: -13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: auto;
  left: auto;
  bottom: -22px;
}
.inlinetime .uib-timepicker td {
  margin: 0;
  vertical-align: middle;
}
.login-button {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.login-facebook {
  margin-bottom: 10px;
  width: 100%;
}
.header-sprite {
  top: 10px;
  width: 36px;
  height: 30px;
  left: 15px;
  position: absolute;
}
.registerscreen {
  display: none;
}
.login-fb-logo {
  background: url("../images/facebook.png") no-repeat scroll left top;
}
.login-gplus-logo {
  background: url("../images/google.png") no-repeat scroll left top;
}
.login-twitter-logo {
  background: url("../images/twitter.png") no-repeat scroll left top;
}
.login-input-item {
  position: relative;
  margin: 15px 0;
  width: 100%;
  float: left;
}
.login-input-item > label {
  color: #333;
  display: block;
  width: auto;
  text-align: left;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: absolute;
  font-size: 12px;
  top: -12px;
  background: #fff;
  z-index: 2;
  left: 12px;
  left: 12px;
  padding: 0 8px;
}
.login-input-item .login-user-input {
  background: none;
  position: relative;
  padding-left: 40px;
}
.login-input-item .input-group-addon {
  z-index: 1;
  background: none;
}
body .login-input-item .bootstrap-select > .dropdown-toggle {
  padding-left: 40px !important;
  z-index: 0;
}
.verificationsec {
  display: none;
  margin-top: 0;
}
.acceptterm {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-left: 25px;
}
.acceptterm input {
  margin-left: -25px;
  margin-top: 20px;
}
.acceptterm a {
  color: #f7ec13;
  padding-bottom: 2px;
  border-bottom: 1px #f7ec13 dotted;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.alert {
  border-radius: 10px !important;
}
.alert.alert-warning {
  background-color: #f00;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}
.validation {
  text-align: left;
  margin-bottom: 10px;
}
.validation > div {
  margin: 3px 0;
  color: #999;
}
.validation > div i {
  margin-right: 6px;
  display: inline-block;
  font-size: 14px;
}
.validation > div.complete {
  color: #333;
}
.validation > div.complete i {
  color: #1c9910;
}
.dataTables_length,
.dataTables_info {
  float: left;
  padding: 10px 0;
}
.dataTables_filter,
.dataTables_paginate {
  float: right;
  padding: 10px 0;
}
.dataTables_paginate a {
  display: inline-block;
  background: #7c287d;
  padding: 3px 5px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
}
.dataTables_paginate a.previous {
  background: #bbb;
}
.dataTables_paginate a.next {
  background: #7c287d;
}
.nocontact.schedulesidebar {
  width: 100%;
  float: left;
  padding: 0;
  width: 405px;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.schedulesidebar .sidebar-info .btn-save:hover,
.schedulesidebar .sidebar-info .btn-save {
  background: #f7ec13 !important;
  border-color: #f7ec13 !important;
}
.schedulesidebar .left-sidebar {
  padding-left: 0px;
  overflow: hidden;
  padding-right: 0;
}
.schedulesidebar h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.schedulesidebar .left-sidebar li {
  position: relative;
}
.schedulesidebar .left-sidebar li:after {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px #aaa solid;
  display: inline-block;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  z-index: 1;
}
.schedulesidebar .headpoint {
  position: relative;
  padding-left: 50px;
  background: #7c287d;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
}
.schedulesidebar .headpoint .sign {
  display: inline-block;
  float: right;
}
.schedulesidebar .headpoint .sign:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px #fff solid;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 14px;
}
.schedulesidebar .headpoint .sign:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  display: inline-block;
  float: right;
  font-size: 34px;
  color: #7c287d;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 19px;
  top: 23px;
}
.schedulesidebar .headpoint.collapsed .sign:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  display: inline-block;
  float: right;
  font-size: 34px;
  color: #7c287d;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 19px;
  top: 19px;
}
.schedulesidebar .headpoint:after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px #fff solid;
  display: inline-block;
  content: "";
  position: absolute;
  left: 12px;
  top: -2px;
  background: #fff;
  top: 14px;
}
.schedulesidebar .headpoint.complete:after {
  content: "\f3fd";
  font-family: "Ionicons";
  text-align: center;
  border: 2px #fff solid;
  background: #fff;
  color: green;
  line-height: 18px;
  font-size: 24px;
}
.schedulesidebar .headpoint:before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #7c287d;
  content: "";
  display: inline-block;
  position: absolute;
  top: 48px;
  z-index: 12;
  left: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schedulesidebar .headpoint.collapsed:before {
  border-top: 0px solid #7c287d;
}
.schedulesidebar .headpoint.currunt:after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px #fff solid;
  display: inline-block;
  content: "";
  position: absolute;
  left: 12px;
  background: #ffe500;
}
.schedulesidebar .left-sidebar li.completed:after {
  border: 2px #f7ec13 solid;
  background: #fff;
  z-index: 2;
  content: "\f3fd";
  font-family: "Ionicons";
  color: green;
  line-height: 12px;
  text-align: center;
}
.schedulesidebar .left-sidebar li.selected:after {
  background: #f7ec13;
  z-index: 2;
  border: 2px #f7ec13 solid;
}
.schedulesidebar .left-sidebar li.completed:before,
.schedulesidebar .left-sidebar li.selected:before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9b44f;
  display: inline-block;
  content: "";
  position: absolute;
  left: -21px;
  top: 17px;
  z-index: 3;
}
.schedulesidebar .left-sidebar li label:after,
.schedulesidebar .left-sidebar li a:after,
.schedulesidebar .left-sidebar li a:after {
  height: 600px;
  width: 2px;
  background: #f7ec13;
  position: absolute;
  content: "";
  display: inline-block;
  left: 22px;
  bottom: 18px;
}
.left-sidebar {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.left-sidebar li label,
.left-sidebar li a {
  color: #272626;
  padding-left: 10px;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  padding-left: 40px;
  background: #fff;
}
.left-sidebar li.selected a {
  background: #fff;
}
.left-sidebar li:hover > a,
.left-sidebar li a:hover {
  color: #fff;
  background: #7c287d;
  border-left: 5px solid #f7ec13;
}
.left-sidebar .selected a {
  color: #252525;
  font-weight: bold;
  border-left: 5px solid #7c287d;
}
.left-sidebar li.selected label {
  background: #fadfbb;
}
.left-sidebar li:hover > label,
.left-sidebar li label:hover {
  color: #252525;
  background: #fac98a;
  border-left: 5px solid #f7ec13;
}
.left-sidebar .selected label {
  color: #252525;
  font-weight: bold;
  border-left: 5px solid #7c287d;
  cursor: pointer;
}
.left-sidebar a {
  padding: 13px 15px;
  display: inline-block;
  color: #252525;
  border-left: 5px solid #fff;
}
.left-sidebar label {
  padding: 13px 15px;
  display: inline-block;
  color: #252525;
  border-left: 5px solid #fff;
  cursor: not-allowed;
}
.left-sidebar .active {
  background-color: #f7f7f7;
}
.left-sidebar .active:hover > a {
  border: none;
  font-weight: normal;
  color: #f7ec13;
}
.left-sidebar .active a {
  color: #f7ec13;
}
.blocksaprate {
  height: 0;
  border-bottom: 1px #dfdfdf solid;
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
}
.dotsaprate {
  height: 0;
  border-bottom: 2px #dfdfdf dotted;
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mapfilter .slider:before {
  background: none;
}
select[disabled] {
  cursor: not-allowed;
}
input:checked + .slider {
  background-color: #7c287d;
}
input:focus + .slider {
  box-shadow: 0 0 1px #7c287d;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.bglgry {
  background: #f1f1f1;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.input-append.datetimepicker.appointment .timepicker1 {
  height: 0;
  display: none;
}
.uib-timepicker input {
  border: none;
  margin: 0;
}
.uib-timepicker td {
  margin: 0;
}
.uib-timepicker .form-group .form-control {
  margin: 0;
  padding: 0;
  height: 32px;
}
.uib-timepicker .btn {
  padding: 5px;
  margin: 0;
  color: #bbb;
}
.select-custombox .btn-default .bs-caret {
  float: right;
}
.select-custombox .dropdown-menu-custom {
  display: none;
  width: 100%;
}
.up.select-custombox .dropdown-menu-custom {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu.open .dropdown-menu:before,
.up.select-custombox .dropdown-menu-custom::before {
  bottom: -8px;
  border-top: 8px solid #f7ec13;
  border-bottom: none;
  top: auto;
}
.dropup .dropdown-menu.open .dropdown-menu:after,
.up.select-custombox .dropdown-menu-custom::after {
  bottom: -7px;
  border-top: 8px solid #f7f7f7;
  border-bottom: none;
  top: auto;
}
.dropup .dropdown-menu:before,
.up.select-custombox .dropdown-menu-custom::before {
  bottom: -8px;
  border-top: 8px solid #f7ec13;
  border-bottom: none;
  top: auto;
}
.dropup .dropdown-menu:after,
.up.select-custombox .dropdown-menu-custom::after {
  bottom: -7px;
  border-top: 8px solid #f7f7f7;
  border-bottom: none;
  top: auto;
}
.dropdown-submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f7ec13;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -17px;
}
.dropdown-submenu .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -16px;
}
.select-custombox .dropdown-menu-custom.sidetimepik {
  min-width: 470px;
  right: 0;
  left: auto;
  padding: 10px;
}
.select-custombox .dropdown-menu-custom.sidetimepik {
  min-width: 470px;
  right: 0;
  left: auto;
  padding: 10px;
}
.select-custombox .dropdown-menu-custom.open ul {
  max-height: 400px;
  overflow: auto !important;
  width: 100%;
}
.select-custombox .dropdown-menu-custom.open {
  display: block;
}
.select-custombox .dropdown-menu-custom.open ul {
  background: none;
  border: 1px #868cad solid;
  padding: 0;
  overflow: visible !important;
  z-index: 9999;
  margin-top: 0px;
}
.select-custombox .dropdown-menu-custom li {
  border-bottom: 1px #868cad solid;
}
.select-custombox .dropdown-menu-custom li > a,
.bootstrap-select .dropdown-menu > li > a {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.select-custombox .dropdown-back {
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  background: #f7ec13;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.select-custombox .dropdown-back:hover {
  background: #868cad;
  color: #fff;
}
.select-custombox .dropdown-menu-custom::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f7ec13;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: -8px;
}
.select-custombox .dropdown-menu-custom::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f7f7f7;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: -7px;
}
.dropdown-toggle.btn-default {
  padding: 10px;
}
.searchdiv .dropdown-menu {
  width: 100%;
}
body .select-custombox .dropdown-menu-custom.open ul {
  overflow: auto !important;
  width: 100%;
  max-height: 250px;
  border-radius: 4px;
}
body .select-custombox .dropdown-menu-custom.sidetimepik div.startime {
  width: 50%;
  float: left;
  padding-right: 13px;
}
body .select-custombox .dropdown-menu-custom.sidetimepik div.endtime {
  width: 50%;
  float: left;
  padding-left: 13px;
  padding-right: 0;
}
body .select-custombox .dropdown-menu-custom.sidetimepik .multitime li {
  text-align: center;
  width: 46%;
  margin: 2%;
  float: left;
  border: 1px #868cad solid;
}
body .select-custombox .dropdown-menu-custom.sidetimepik .startime li.active {
  text-align: center;
  width: 46%;
  margin: 2%;
  float: left;
  border: 1px #868cad solid;
  background: #f7ec13;
  color: #fff;
}
body .select-custombox .dropdown-menu-custom.sidetimepik .endtime li.active {
  text-align: center;
  width: 46%;
  margin: 2%;
  float: left;
  border: 1px #7c287d solid;
  background: #7c287d;
  color: #fff;
}
body .select-custombox .dropdown-menu-custom.sidetimepik .multitime h3 {
  font-weight: bold;
}
.fc-view-container {
  max-height: 600px;
  overflow: auto;
}
.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
  color: #ddd;
  cursor: pointer;
  float: left;
  font-size: 24px;
  line-height: 1.2;
  margin-right: 5px;
  min-width: 12px;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
}
.rating:not(:checked) > label:before {
  content: "\2605";
}
.rating > input:checked ~ label {
  color: #fd4d6e;
}
.rating .select ~ label {
  color: #686f99;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #fd4d6e;
}
.rating > label:active {
  position: relative;
  top: 0px;
  left: 0px;
}
.rating:not(:checked) > div > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > div > label {
  color: #ddd;
  cursor: pointer;
  float: left;
  font-size: 24px;
  line-height: 1.2;
  margin-right: 5px;
  min-width: 12px;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
}
.rating:not(:checked) > div > label:before {
  content: "\2605";
}
.rating > div > input:checked ~ label {
  color: #fd4d6e;
}
.rating > div .select ~ label {
  color: #686f99;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #fd4d6e;
}
.rating > div > label:active {
  position: relative;
  top: 0px;
  left: 0px;
}
.rating > .rating-text {
  position: relative;
  top: 4px;
  margin-left: 10px;
  font-size: 20px;
  color: #686f99;
}
.filterblock.range .slider-track {
  background: #f7ec13;
  height: 2px;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-top: -4px;
}
.slider-selection.tick-slider-selection {
  background: #fd4d6e;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  width: 16.66% !important;
}
.filterblock.range .slider.slider-horizontal {
  width: 100% !important;
}
.filterblock.range .slider {
  background: none;
}
.slider.slider-horizontal .slider-tick {
  opacity: 0;
}
.slider-handle {
  background: #fd4d6e;
}
.right_border {
  border-right: 1px solid #ccc;
  margin: 0px;
  padding: 15px 15px 15px 15px;
  margin-right: 10px;
  float: left;
  top: 2px;
  background: transparent;
}
.right_arow {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9;
  margin: 0px;
  padding: 8px 15px 8px 15px;
  background: transparent;
}
.left_arow {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 9;
  margin: 0px;
  padding: 8px 15px 8px 15px;
  background: transparent;
}
.left_arow:hover,
.right_arow:hover {
  background-color: transparent !important;
  color: #f7ec13;
}
.left_arow > i,
.right_arow > i {
  font-size: 24px;
}
.map_view_title {
  padding: 4px 0px 0px 10px;
  font-weight: bold;
}
.week_scrollar .map_view_weekly {
  min-width: 200px;
  float: left;
  display: inline;
}
.map_view_weekly {
  text-align: center;
}
.map_view_weekly h5 {
  margin-bottom: 1px;
  margin-top: 5px;
}
.currentstate .processdot {
  color: #7c287d;
}
.Completestate .processdot i {
  color: #7c287d;
  background: #fff;
  border: 3px #f7ec13 solid;
  border-radius: 100%;
}
.Completestate .processdot i:before {
  padding: 0;
  float: left;
  line-height: 24px;
}
.processdot {
  color: #aaaaaa;
  display: inline-block;
  font-size: 28px;
  line-height: 26px;
  position: relative;
  z-index: 9;
}
.processline .processdot {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px #ccd5db solid;
  border-radius: 100%;
}
.processline .complete .processdot {
  background: #50b948;
  border: 2px #50b948 solid;
}
.processline .current .processdot {
  background: #f7ec13;
  border: 2px #f7ec13 solid;
}
.current.processblk:before,
.complete.processblk::before,
.complete.processblk::after {
  background: #50b948;
}
.complete.processblk .processdot::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 5px;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  position: absolute;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}
/*.processline .complete .processdot{background: #50B948;border:2px #50B948 solid;}*/
.processline .current .processdot {
  background: #f7ec13;
  border: 2px #f7ec13 solid;
}
.currentstate .processdot {
  color: #7c287d;
}
.processline {
  display: table;
  text-align: center;
}
.processline .processblk {
  display: table-cell;
  position: relative;
  width: 33.33%;
}
.processblk:before,
.processblk:after {
  content: "";
  display: inline-block;
  background: #ccd5db;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 12px;
  z-index: 1;
}
.processblk:before {
  left: 0;
}
.processblk:after {
  right: 0;
}
.mapside {
  top: 0;
  position: static;
  left: 0;
  padding: 0;
  margin-left: -410px;
}
.profilepagesidepane {
  height: 100%;
  padding-left: 420px;
  position: relative;
  border-radius: 15px;
}
.profilepagesidepane.colact {
  padding-left: 0px;
}
.profilepagesidepane.colact .alphalist,
.profilepagesidepane.colact .listsidepanel {
  display: none;
}
body .collapsearrow {
  padding: 10px 35px 10px 15px;
  position: relative;
}
.collapsearrow.collapsed::after,
.white.collapsearrow.collapsed::after {
  display: inline-block;
  float: right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.collapsearrow::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 2px #7c287d solid;
  border-bottom: 2px #7c287d solid;
  display: inline-block;
  float: right;
  font-size: 34px;
  color: #7c287d;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 19px;
  top: 17px;
}
.collapsearrow::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px #7c287d solid;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 9px;
}
.white.collapsearrow::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  display: inline-block;
  float: right;
  font-size: 34px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 16px !important;
  right: 18px;
}
.collapsearrow.white {
  border-bottom: 1px #fff dotted;
}
chat-contacts .bgtblue1 {
  padding: 0 5px;
}
.white.collapsearrow::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px #fff solid;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 11px;
}
.sub.collapsearrow::after {
  content: "-";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: none;
  float: right;
  font-size: 34px;
  color: #7c287d;
  line-height: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 20px;
  top: 15px;
}
.sub.collapsearrow.collapsed::after {
  content: "+";
  display: inline-block;
  float: right;
}
.sub.collapsearrow::before {
  display: none;
}
.collapsearrow h2 {
  margin: 0;
}
.indi {
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-left: 40px;
}
.indi.circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 40px;
  border-radius: 100%;
}
.statindi {
  width: 15px !important;
  height: 15px !important;
}
.topidicators .indi {
  width: 30px;
  color: #fff;
  margin-left: 0;
}
.virtualicons {
  font-size: 24px;
  float: right;
}
.indi.red {
  background: #d95254;
}
.virtualicons.late {
  color: #d95254;
}
.indi.green {
  background: #b5cd2c;
}
.virtualicons.checkin {
  color: #b5cd2c;
}
.indi.blue {
  background: #00bde3;
}
.virtualicons.inconsultation {
  color: #00bde3;
}
.indi.amber {
  background: #ec80b2;
}
.indi.purple {
  background: #f9ce4d;
}
.indi.orange {
  background: #9c73be;
}
.virtualicons.waiting {
  color: #9c73be;
}
.indi.gray {
  background: #f58933;
}
.indicator {
  margin-top: 20px;
  margin-bottom: 30px;
}
.list {
  border-bottom: 1px #eee solid;
}
.midbtnfix {
  min-width: 150px;
}
.bigbtnfix {
  min-width: 200px;
}
.fc-event.arrived {
  background: #22bc12;
  border: none;
}
.fc-event.late {
  background: #22bc12;
  border: none;
}
.fc-event.pending {
  background: #ec80b2;
  border: none;
}
.fc-event.booked {
  background: #b5cd2c;
  border: none;
}
.fc-event.rescheduled {
  background: #f9ce4d;
  border: none;
}
.fc-event.noshow {
  background: #d95254;
  border: none;
}
.fc-event.fulfiled {
  background: #00bde3;
  border: none;
}
.fc-event.event {
  background: #9c73be;
  border: none;
}
.fc-event.leave {
  background: #f58933;
  border: none;
}
.fc-event.holiday {
  background: #7f94b3;
  border: none;
}
.btnfix {
  min-width: 100px;
  text-align: center;
}
body .helpdrop > .dropdown-menu::before {
  content: "";
  border-bottom: 10px #fff solid;
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  display: inline-block;
  width: 0;
  height: 0;
  top: -10px;
  position: absolute;
  right: 8px;
}
body .helpdrop > .dropdown-menu {
  margin-top: 10px;
  min-width: 210px;
  padding-bottom: 0;
}
.supportlabel {
  color: #000;
  padding: 5px 15px;
  border-bottom: none !important;
  font-size: 14px;
}
body .helpdrop > .dropdown-menu li {
  border-bottom: 1px #d9d9d9 solid;
}
body .helpdrop > .dropdown-menu li a {
  padding: 10px 15px;
}
.innermsg {
  display: none;
}
.flexslider {
  width: 600px;
  height: 600px;
  margin: 0 auto !important;
}
.flexslider .slides img {
  width: 600px;
  height: 600px;
}
.gallery-thumbnail {
  max-width: 200px;
  max-height: 200px;
}
.gallery_grid {
  position: relative;
}
.gallery_grid img {
  width: 100%;
}
.griddel {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 7px 0;
  font-size: 26px;
}
#photo_galery {
  overflow: hidden;
}
#photo_galery .col-lg-3 {
  margin-top: 20px;
}
#photo_galery .baner_img {
  width: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
  float: left;
  font-weight: normal;
  background-color: #ffffff;
  background-image: url("../images/Comiere-Login-Background.jpg");
  background-size: 1640px;
  background-position: 20px -5px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.maincon {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: 100%;
  overflow: auto;
}
.fancyshadow {
  box-shadow: -3px -3px 5px rgba(56, 46, 70, 0.05),
    4px 4px 10px rgba(56, 46, 70, 0.2);
}
.iconbutton {
  border-radius: 10px;
  display: inline-block;
  background: #fff;
  color: #545567;
  height: 36px;
  padding: 10px;
  border: none;
  vertical-align: middle;
  min-width: 36px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.iconborder {
  border: 2px #dfdfdf solid;
  padding: 8px 10px;
}
.iconbutton span {
  display: inline-block;
  margin-right: 10px;
}
.iconbutton .no_dott {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ed6663;
  padding: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  top: -4px;
  line-height: 18px;
}
.iconbutton img {
  height: 16px;
}
.iconbutton.med {
  padding: 5px;
}
.iconbutton.med img {
  height: 24px;
}
.iconbutton.big {
  border-radius: 10px;
  display: inline-block;
  background: #fff;
  color: #545567;
  height: 56px;
  padding: 10px;
  border: none;
  vertical-align: middle;
  min-width: 36px;
  position: relative;
}
.iconbutton.big img {
  height: 30px;
}

.plugincon {
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: 100%;
  overflow: auto;
}
.mainsidebar {
  background: #f7ec13;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  z-index: 101;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: auto;
}
.mainsidebar .mainsidebarinner {
  display: block;
  width: 100%;
  height: 100%;
}
.menuclose .mainsidebar {
  width: 50px;
  overflow: visible;
}
.contentarea {
  width: 100%;
  float: left;
  height: 100%;
}
.contentareapage {
  font-size: 14px;
  line-height: 24px;
}
.contentul {
  width: 100%;
  float: left;
  list-style: square;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contentul ul {
  width: 100%;
  float: left;
  list-style: circle;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contentarea .header {
  width: 100%;
  float: left;
  color: #545567;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 50px;
  z-index: 100;
}
.contentarea .header .leftside {
  padding: 13px 15px;
  float: left;
}
.contentarea .header .currunt_date {
  color: #999;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px;
  line-height: 28px;
}
.menuclose .mainsidebar .closenav {
  display: none;
}
.menuclose .mainsidebar .menutgl {
  display: inline-block;
}
.mainsidebar .menutgl {
  display: none;
  vertical-align: middle;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #7c287d;
  text-align: center;
  border-radius: 2px;
  margin-left: -5px;
  padding: 10px;
}
.mainsidebar .menutgl {
  display: none;
  vertical-align: middle;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #7c287d;
  text-align: center;
  border-radius: 2px;
  margin-left: -5px;
  padding: 10px;
}
.toplogo {
  padding: 10px;
}
.mainsidebar .closenav {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: right;
  background: #7c287d;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  float: right;
}
.mainsidebar .menutgl img {
  height: 16px;
  vertical-align: super;
}
.mainsidebar .closenav img {
  height: 20px;
}
.mainsidebar .closenav i,
.mainsidebar .menutgl i {
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 33px;
}
.menuclose .mainsidebar .logoutbtn {
  display: none;
}
.menutglnav {
  font-size: 20px;
  display: none;
  vertical-align: middle;
  color: #fff;
}
.menutgl.open {
  margin-bottom: 0;
}
.profile {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 15px;
  background-size: 100%;
  padding-bottom: 10px;
}
.profile .profname {
  width: 100%;
  float: left;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  color: #787878;
  font-weight: 700;
}
.profile .imgcon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.profile .imgcon img {
  width: 100%;
}
.profile .designation {
  width: 100%;
  float: left;
  color: #fff;
  color: #787878;
}
.menuclose .userbtn {
  padding: 0;
}
.userbtn {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.userbtn i {
  margin-right: 10px;
}
.menuclose .userbtn i {
  margin-right: 0px;
}
.userbtn > a {
  display: inline-block;
  color: #787878;
  text-align: center;
  padding: 6px 10px;
  font-size: 19px;
  border: 2px #787878 solid;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  border-radius: 24px;
}
.userbtn > a:hover {
  color: #fff;
  background: #787878;
}
.navlinks {
  width: 100%;
  float: left;
}
.navlinks ul {
  padding: 0;
}
.navlinks ul,
.navlinks ul li,
.navlinks ul li a {
  width: 100%;
  float: left;
  margin: 0;
}
.navlinks ul li {
  position: relative;
}
.navlinks ul li a {
  padding: 10px 20px 10px;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  color: #787878;
}
.navlinks ul li a:hover {
  background: #787878;
  color: #ffffff;
}
.navlinks ul li a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: red;
}
.navlinks ul li a .menulbl {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.menuclose .userbtn a {
  position: relative;
}
.menuclose .userbtn a:hover .menulbl,
.menuclose .navlinks ul li:hover a .menulbl {
  background: #787878;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  left: 50px;
  line-height: 50px;
  position: absolute;
  text-align: left;
  top: -2px;
  min-width: 120px;
  padding-right: 20px;
  white-space: nowrap;
  padding-left: 20px;
  font-size: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.menuclose .userbtn > a {
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: none;
  padding: 15px;
}
.menuclose .navlinks ul li a {
  padding: 0px;
  text-align: center;
}
.menuclose .navlinks ul li a i {
  height: 50px;
  width: 100%;
}
.menuclose .navlinks ul li a .menulbl,
.menuclose .userbtn .menulbl {
  display: none;
}
.menuclose .profile {
  padding: 5px;
}
.menuclose .profile .profname {
  display: none;
}
.menuclose .profile .imgcon {
  width: 40px;
  height: 40px;
}
.menuclose .profile .designation {
  display: none;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.menuclose .logo span {
  width: 30px;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}
.logo img {
  max-height: 30px;
  width: 30px;
  float: left;
}
.sitecontent {
  width: 100%;
  float: left;
  padding: 15px;
}
.pos-s {
  position: static;
}
.header {
  text-align: center;
}
.header h1 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  vertical-align: middle;
  font-weight: normal;
  text-transform: capitalize;
  color: #4b4d67;
}
.contentarea .header .rightside {
  padding: 10px;
  float: right;
}
.dispdata {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  min-height: 20px;
  word-wrap: break-word;
}
.list .dispdata {
  font-size: 14px;
  color: #000;
}
.dispttl {
  color: #000;
  min-height: 20px;
  margin-bottom: 5px;
}
.uib-button-bar {
  display: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.no_availability {
  text-align: center;
  margin-top: 80px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.bigdash {
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #999;
  margin-top: 10px;
}
body .collapsefunc.mapfilt {
  background: #7c287d !important;
  padding: 11px 10px;
}
.mapfilt img {
  width: 20px;
}
.profstate {
  font-size: 14px;
  line-height: 24px;
  border-radius: 10px;
  padding: 15px;
  border: 2px #f7ec13 solid;
  min-height: 150px;
}
.profstate h3 {
  color: #7c287d;
}
.verificationblk {
  display: none;
}
.avtar {
  max-width: 200px;
  text-align: center;
}
.avtar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 10px;
  max-width: 100%;
}
.patientinfo .iconupload {
  margin-top: 30px;
  display: inline-block !important;
}
.avtarsml {
  position: relative;
}
.avtarsml img {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  margin-bottom: 10px;
  max-width: 100%;
}
.uploadimg {
  width: 40px;
  height: 40px;
  background: url("../images/camera.png") no-repeat center;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -20px;
  cursor: pointer;
  display: none;
}
.avtar:hover .uploadimg {
  display: block;
}
.uploadimg input {
  width: 40px;
  height: 40px;
  opacity: 0;
  background: #000;
  cursor: pointer;
}
.uploadimg {
  width: 40px;
  height: 40px;
}
.avtarsml .uploadimg {
  top: 10px;
}
.mainbar {
  width: 100%;
  height: 6px;
  background: #ccc;
  margin: 10px 0 20px;
}
.mainbar .barstatus {
  height: 6px;
  float: left;
  display: block;
}
.mainbar .barstatus.weak {
  background: #ed666e;
}
.mainbar .barstatus.mid {
  background: #7c287d;
}
.mainbar .barstatus.strong {
  background: #1c9910;
}
.completeicon i {
  font-size: 80px;
  color: #1c9910;
}
.prfilecomplition .strength {
  width: 300px;
}
.prfilecomplition .mainbar {
  width: 300px;
  background: #efefef;
  height: 15px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
}
.prfilecomplition .mainbar .barstatus {
  height: 15px;
}
.prfilecomplition .strength .complitionper {
  font-size: 24px;
  margin-top: -12px;
  font-weight: 600;
}
.red-title {
  color: #fd4d6e;
}
.green-title {
  color: #02a132;
}
.credit-card-box {
  background-color: #eee;
}
#credit-payment-form {
  background-color: #fff;
}
#credit-payment-form .col-xs-12 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#credit-payment-form input {
  border-radius: 4px;
  background-color: #efefef;
  background-image: none;
  padding: 5px 10px 5px 10px;
}
#credit-payment-form .pull-right .input-group-addon {
  top: 25%;
  right: 10px;
  position: absolute;
}
.nav-left-list {
  border: 1px solid #ccc;
}
.nav-left-list > li {
  border-bottom: 1px solid #ccc;
}
.nav-left-list > li > a {
  color: #000;
}
.nav-left-list > li > i {
  display: none;
}
.nav-left-list > li.active > i {
  display: block;
  position: absolute;
  top: 30%;
  right: 20px;
  color: #fff;
}
.nav-left-list > li.active > a {
  background-color: #5d658f;
  color: #fff;
}
.credit-card-box .panel-body {
  padding: 15px 15px 0px 15px;
}
.panel-body {
  padding: 0;
}
.panel-collapse {
  padding-left: 5px;
  padding-right: 5px;
}
.divider-div {
  border-top: 1px solid #ccc;
}
.scrtabs-tab-container * {
  box-sizing: border-box;
}
.scrtabs-tab-container {
  height: 42px;
}
.scrtabs-tab-container .tab-content {
  clear: left;
}
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}
.scrtabs-tabs-movable-container {
  position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}
.scrtabs-tab-scroll-arrow {
  border-top: 0;
  cursor: pointer;
  display: none;
  float: left;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  line-height: 42px;
  width: 20px;
  border-radius: 4px;
  text-align: center;
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right span:before {
  content: "\f105" !important;
  font-family: "FontAwesome" !important;
  font-size: 24px;
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left span:before {
  content: "\f104" !important;
  font-family: "FontAwesome" !important;
  font-size: 24px;
}
.Searchfector {
  width: 100%;
  display: table;
  float: left;
}
.Searchfector > div {
  display: table-cell;
  width: 33.33%;
  padding: 0 2px;
  vertical-align: top;
}
.Searchfector > div input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px #dfdfdf solid;
  border-radius: 4px;
}
.Searchfector > div.sbtn button {
  background: #7c287d;
  border: none;
  height: 40px;
  vertical-align: top;
  border-radius: 4px;
  float: left;
}
.scrtabs-tab-scroll-arrow:hover {
  background-color: #eee;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iconupload {
  color: #729d0f;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  margin: 15px 10px;
}
.iconupload span {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.iconupload i {
  font-size: 24px;
  line-height: 37px;
}
#toast-container {
  width: 100%;
  text-align: center;
  padding: 0 10%;
}
body #toast-container > div {
  width: 100%;
  max-width: 800px;
  display: inline-block;
}
.filterblock .well .uib-daypicker button.active,
.uib-daypicker .active {
  background: #7c287d;
}
.filterblock .well .uib-daypicker .active .text-info,
.uib-daypicker .active .text-info {
  color: #fff;
}
.fc-today {
  background: #fff !important;
}
.s-notes {
  width: 100%;
}
.upload-note {
  color: #000;
}
.usermain_mhr {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  float: left;
}
.usermain_mhr img {
  width: 100%;
}
.mhr_userinfo {
  margin-bottom: 0;
  padding: 5px;
  border-radius: 13px 0 0 13px;
  background: #fff;
}
.whiteblk {
  background: #fff;
  padding: 5px 5px 5px 5px;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-size: 12px;
  position: relative;
}
.whiteblk.sideicon {
  background: none;
  padding: 5px 30px 5px 40px;
  width: 100%;
  float: left;
  font-size: 12px;
  position: relative;
}
.whiteblk.sideicon.noicon {
  padding-right: 0;
}
.sideicon .iconarea {
  margin-left: -30px;
  float: left;
  width: 20px;
  margin-top: 5px;
}
.sideicon a {
  padding-top: 7px;
  display: inline-block;
}
.sideicon .tbl_action a {
  padding: 0;
}
.sideicon .iconarea img {
  width: 100%;
}
.whiteblk label {
  font-size: 12px;
  padding-right: 5px;
  margin-left: 5px;
}
.whiteblk h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 5px;
  margin-bottom: 8px;
}
.whiteblk h3 a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 0;
}
.whiteblk a {
  color: #000;
}
.fullside {
  width: 100%;
}
.smallsilpik {
  margin-bottom: 5px;
}
.smallsilpik.bootstrap-select > .dropdown-toggle {
  font-size: 12px !important;
  min-height: 20px;
  padding: 2px 15px 2px 5px !important;
}
.smallsilpik.bootstrap-select {
  height: auto;
  font-size: 12px;
  min-height: 0px;
}
.actionbtns {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  text-align: center;
  height: 100%;
}
.actionbtns a {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  margin: 0px;
}
.smallsilpik.bootstrap-select.btn-group .dropdown-toggle .caret {
  background: url("../images/arrow-down.png") no-repeat;
  width: 12px;
  background-size: 100%;
  display: inline-block;
  margin: -2px;
}
.select-custombox .btn-default .bs-caret .caret,
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  vertical-align: middle;
  background: url(../images/arrow-down.png);
  width: 20px;
  height: 13px;
  border: none;
}
.dobpicker-error span img {
  float: right;
  width: 20px;
  position: relative;
  margin-top: -35px;
  margin-right: 10px;
  z-index: 1000;
}
.tabsection .tabs {
  float: left;
}
.tabsection .tabs a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  padding: 12px 10px 10px;
  display: inline-block;
  border-bottom: 2px #f1f1f1 solid;
}
.uname {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pdob {
  font-size: 12px;
}
.pgender {
  font-size: 12px;
  color: #ed6663;
}
.puser {
  padding-left: 60px;
  width: 100%;
  margin-left: -60px;
}
.taboptions i {
  font-size: 18px;
}
.importdbtn a,
.taboptions button,
.taboptions a {
  float: right;
  width: 34px;
  height: 34px;
  line-height: 30px;
  display: inline-block;
  margin: 5px 3px;
  border: 2px #7c287d solid;
  border-radius: 100%;
  color: #fbad3e;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.taboptions .action_dropdown a {
  width: 100%;
  height: auto;
  border-radius: 0px;
  border: none;
  margin: 0;
  text-align: left;
  background: none;
  border-bottom: 1px #ddd solid;
}
.importdbtn a i.fa,
.taboptions a i.fa {
  font-size: 14px;
  display: block;
  width: 100%;
  float: left;
}
.importdbtn a i {
  line-height: 30px !important;
}
.importdbtn img,
.taboptions img {
  margin-top: 5px;
  max-width: 20px;
  max-height: 20px;
}
.taboptions .action_dropdown a {
  width: 100%;
  height: auto;
  border-radius: 0px;
  border: none;
  margin: 0;
  text-align: left;
  background: none;
  border-bottom: 1px #ddd solid;
}
.tabsection {
  width: 100%;
  float: left;
  padding-left: 10px;
  border-radius: 0px;
  margin-top: 10px;
}
.tabsection .tabs {
  float: left;
}
.tabsection .tabs a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  padding: 12px 10px 10px;
  display: inline-block;
  border-bottom: 2px #f1f1f1 solid;
}
.tabsection .tabs a.active {
  color: #6c719b;
  border-bottom: 2px #6c719b solid;
}
#toast-container > div {
  opacity: 1 !important;
}
#toast-container > .toast-success {
  background-image: none !important;
  border-radius: 10px !important;
  background: #8fcb4c !important;
}
#toast-container > .toast-error {
  background-image: none !important;
  border-radius: 10px !important;
  background: #f00 !important;
}
#toast-container > .toast-info {
  background-image: none !important;
  background-color: #55acee !important;
  border-radius: 10px !important;
  background: #62a3ee !important;
}
#toast-container > .toast-warning {
  background-image: none !important;
  border-radius: 10px !important;
  background: #ffd553 !important;
}
.toast-close-button {
  position: relative !important;
  right: -9px !important;
  top: -15px !important;
}
.timelinelabels {
  width: 150px;
  float: left;
  margin-right: -150px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
  background: #fff;
  min-height: 320px;
}
.vitalscroll .timelinelabels label {
  line-height: 50px;
}
.timelinedata {
  width: 100%;
  float: left;
  padding-left: 0px;
}
.timelinewrap {
  width: 100%;
  float: left;
  overflow-x: auto;
  padding-bottom: 30px;
  position: relative;
  padding-left: 150px;
}
.vitalscroll .timelinelabels {
  width: 175px;
  float: left;
  margin-right: -175px;
  padding-left: 0;
}
.vitalscroll .timelinedata {
  padding-left: 175px;
}
.timelinelabels label {
  width: 100%;
  float: left;
  line-height: 40px;
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.timelinewrap {
  width: 100%;
  float: left;
  overflow-x: auto;
  padding-bottom: 30px;
  position: relative;
  height: 360px;
}
.timelinewrap > div {
  position: absolute;
  width: 100%;
  float: left;
  height: 23px;
  margin-bottom: 17px;
}
.line1 .data,
.line2 .data,
.line3 .data,
.line4 .data,
.line5 .data,
.line6 .data,
.line7 .data {
  position: absolute;
  top: 10px;
}
.blkdate {
  font-weight: bold;
  color: #f7ec13;
}
.line1 .data,
.line2 .data,
.line3 .data,
.line4 .data,
.line5 .data,
.line6 .data,
.line7 .data {
  position: absolute;
  top: 10px;
}
.line1 {
  top: 0px;
  border-bottom: 1px #fbe0e0 solid;
}
.line2 {
  top: 40px;
  border-bottom: 1px #d7e9cc solid;
}
.line3 {
  top: 80px;
  border-bottom: 1px #eee3cc solid;
}
.line4 {
  top: 120px;
  border-bottom: 1px #ccedea solid;
}
.line5 {
  top: 160px;
  border-bottom: 1px #eeeeee solid;
}
.line6 {
  top: 200px;
  border-bottom: 1px #e7e5f7 solid;
}
.line7 {
  top: 240px;
  border-bottom: 1px #f0ece9 solid;
}
.dates {
  top: 300px;
  display: table;
}
.dates span {
  min-width: 70px;
  width: 70px;
  font-size: 10px;
  display: table-cell;
  font-weight: 700;
}
.curvechart {
  padding: 15px 2.5% 0;
  width: 100%;
  float: left;
}
.curvechart canvas {
  width: 100%;
}
#chart_div3 svg rect {
  height: 3px !important;
}
.insurance input[type="checkbox"] {
  margin-right: 40px;
}
.insurance .tbl_action {
  width: 160px;
}
.step {
  display: none;
}
.description_sign {
  font-size: 20px;
  font-weight: 200;
  line-height: 40px;
}
.insurancetbl th .bootstrap-select {
  margin: 0;
}
.insurancetbl th button,
.insurancetbl th .searchdiv {
  border-radius: 4px;
}
.planaccepted {
  font-size: 18px;
  color: #50b948;
}
.plannot {
  font-size: 18px;
  color: #f00;
}
.modal-header .close {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 20px;
  box-sizing: border-box;
}
.modal-header .close span {
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
  float: left;
  text-align: center;
  width: 34px;
  height: 34px;
  color: #999;
  text-align: center;
  background: #f5f5f5;
  border-radius: 100%;
  display: block;
  border: 2px #999 solid;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-header .close:hover {
  opacity: 1;
}
.modal-header .close:hover span {
  color: #f00;
  border-color: #f00;
  opacity: 1;
}
.fa-map-marker.color-map,
.listprofilesection .fa-map-marker.color-map {
  color: #7c287d;
  font-size: 22px;
}
.toast-close-button {
  font-size: 22px !important;
}
.uib-yearpicker th,
.uib-monthpicker th,
.uib-daypicker th {
  vertical-align: middle;
}
.uib-yearpicker table,
.uib-monthpicker table {
  width: 100%;
}
.uib-yearpicker table .active,
.uib-monthpicker table .active,
.datepicker .focused {
  background: #7c287d !important;
}
.uib-yearpicker table .active span,
.uib-monthpicker table .active span {
  color: #fff !important;
}
.datepicker .prev:after,
.uib-left .glyphicon-chevron-left::before {
  content: "\f3d2";
  font-family: "Ionicons";
  font-size: 20px;
  color: #fff;
}
.datepicker .next:after,
.uib-right .glyphicon-chevron-right::before {
  content: "\f3d3";
  font-family: "Ionicons";
  font-size: 20px;
  color: #fff;
}
.datepicker .prev,
.datepicker .next {
  font-size: 0px;
}
.datepik .well,
.mapfilter .well {
  margin: 0px;
}
.calendertop {
  margin-bottom: -20px;
}
.vitaltable {
  overflow: auto;
}
.vitaldetail {
  min-width: 160px;
  line-height: 40px;
  text-align: center;
  display: table-cell;
}
.vitalscroll .vitaldetail {
  border: 1px #efefef solid;
  border-collapse: collapse;
  vertical-align: top;
}
.vitalscroll .vitaldetail > div {
  padding: 5px;
}
input[dtpicker=""] {
  text-transform: uppercase;
}
.markerimage {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.vitaldata {
  white-space: nowrap;
  display: table;
}
.markerimage img {
  width: 20px;
}
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  top: auto;
}
.vitalscroll .vitaldetail .vdate {
  background: #dfdfdf;
  line-height: 50px;
  padding: 2px;
  position: relative;
  padding: 0 50px 0 0;
}
.vitalscroll .vitaldetail div.inputcon {
  padding: 0;
  min-height: 0;
}
.vitaldetail .inputcon input,
.vitaldetail .inputcon {
  margin: 0;
  padding: 0;
}
.vitaldetail .inputcon input {
  min-height: 40px;
}
.vdate .blkedt {
  right: 5px;
  top: 10px;
}
.us_cust {
  display: none;
}
.videofunction {
  position: absolute;
  top: 60px;
  background: #fff;
  z-index: 222;
  padding: 5px;
}
.videofunction a,
.chatfunction a,
.chatact a {
  float: right;
  line-height: 20px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
}
.videofunction a.videoclose,
.chatfunction a.connectclose,
.chatact a.bubbleclose {
  color: #f00;
}
.videofunction a.videominimize,
.chatfunction a.connectminimize,
.chatact a.bubbleminimize {
  color: #f7ec13;
}
.videofunction a.videocollpse,
.videofunction a.videoexpand,
.chatfunction a.connectexpand,
.chatact a.bubbleexpand,
.chatact a.bubblecollpse {
  color: #7c287d;
}
.fullscreen .videofunction {
  top: 0;
}
.videopopup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  height: 300px;
  background: #fff;
  z-index: 99999;
  margin-top: -150px;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
  text-align: center;
  padding-top: 15px;
}
.callername {
  color: #000;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}
.Acceptprivacy {
  margin: 15px 0 0;
}
.callerid {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
}
.callerid img {
  width: 100%;
}
.callactions a {
  background: #4ed315;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.callactions a.accept {
  opacity: 0.3;
  cursor: not-allowed;
}
.callactions a.accept.enabled {
  opacity: 1;
  cursor: pointer;
}
.callactions a.reject {
  background: #f00;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.callactions a img {
  width: 100%;
  margin-top: 7px;
}
.importdbtn a,
.taboptions a {
  float: right;
  width: 34px;
  height: 34px;
  line-height: 30px;
  display: inline-block;
  margin: 5px 3px;
  border: 2px #7c287d solid;
  border-radius: 100%;
  color: #fbad3e;
  text-align: center;
  background: #fff;
  font-size: 14px;
}
.importdbtn a i.fa,
.taboptions a i.fa {
  font-size: 14px;
}
.videoscreen {
  width: 600px;
  position: fixed;
  top: 0;
  left: 50px;
  height: 100%;
  z-index: 99;
  padding-bottom: 58px;
}
.videoscreeninner {
  top: 0;
  background: #efefef;
  height: 100%;
  z-index: 99;
  padding: 460px 0 78px;
  box-shadow: 0px 0px 30px #777;
}
.cahtarea {
  height: 100%;
  float: left;
  width: 100%;
  padding-top: 30px;
}
.cahtarea .chathist {
  height: 100%;
  float: left;
  overflow: auto;
}
.status:focus {
  outline: none;
}
.status .dropdown-toggle .statuslbl {
  display: none;
}
body .status.bootstrap-select > .dropdown-toggle {
  background: none;
  border: none !important;
  width: 22px;
  min-height: 22px;
  padding: 0 !important;
  display: inline-block;
  border-radius: 100%;
}
body .status.bootstrap-select > .dropdown-toggle .statuscon {
  float: left;
}
.bootstrap-select.status {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  position: absolute;
  top: 155px;
  right: 100px;
}
.bootstrap-select.status .dropdown-menu.open {
  min-width: 175px;
  left: auto;
  right: -11px;
  top: 28px;
}
body .status.bootstrap-select > .dropdown-toggle .bs-caret {
  display: none;
}
.statuscon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
}
.statuslbl {
  color: #000;
  padding-left: 10px;
}
.online {
  background: #50b948;
}
.donotdisturb {
  background: #7c287d;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.donotdisturb:after {
  content: "";
  height: 0px;
  display: inline-block;
  border: 1px #fff solid;
  width: 10px;
  vertical-align: middle;
}
.busy {
  background: #7c287d;
}
.offline {
  background: #f00;
}
.videoscreen .videoblock {
  width: 100%;
  height: 400px;
  background: #fff;
  float: left;
  position: relative !important;
  margin-top: -400px;
}
.videoscreen .videoblock .incoming,
.videoscreen .videoblock .incoming video {
  width: 100%;
  height: 100%;
  float: left;
}
.videoTracksContainer {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  flex-wrap: wrap-reverse;
}
.videoParticipantName {
  background-color: #7c287d;
  color: #fff;
  font-weight: bold;
  margin: 5px;
  padding: 4px;
  border-radius: 10px;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.videoscreen .videoblock .videoTracksContainer .outgoing {
  width: 150px;
  height: 100px;
  margin: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px #000;
  cursor: pointer;
}
.videoscreen .videoblock .videoTracksContainer .outgoing video {
  width: 150px;
  height: 100px;
}
.cahtarea .bblehead {
  color: #fff;
  margin-top: -20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.cahtarea .bblehead .name {
  float: left;
  font-size: 24px;
  padding-top: 4px;
}
.cahtarea .bblehead .controls {
  float: right;
}
.cahtarea .bblehead .controls .maincontrols > a,
.cahtarea .bblehead .controls .maincontrols > label {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  border: 2px #fff solid;
  border-radius: 100%;
  text-align: center;
  float: left;
  padding-top: 6px;
  position: relative;
  overflow: hidden;
}
.cahtarea .bblehead .controls span {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  border: 2px #fff solid;
  border-radius: 100%;
  text-align: center;
  float: left;
  padding-top: 5px;
  position: relative;
}
.cahtarea .bblehead .controls .maincontrols > a img,
.cahtarea .bblehead .controls .maincontrols > label img,
.cahtarea .bblehead .controls span img {
  width: 38px;
}
.cahtarea .bblehead .controls span button {
  background: none;
  border: none;
  padding: 0;
}
.cahtarea .bblehead .controls a.decline {
  background: #7c287d;
  border: 2px #7c287d solid;
}
.cahtarea .bblehead .controls a.unmute,
.cahtarea .bblehead .controls a.notallow {
  border: 2px #555 solid;
  cursor: not-allowed;
}
.cahtarea .bblehead .controls a.unmute {
  cursor: pointer;
}
.cahtarea .bblehead .controls a.notallow:before {
  content: "";
  height: 45px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.cahtarea .bblehead .controls a.notallow:after {
  content: "";
  height: 45px;
  width: 2px;
  background: #555;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  left: 45%;
}
/*.videoscreen .shrink,.videoscreen .expand{position:absolute;color:#fff;font-size:30px;right:15px;top:5px;width:40px;height:40px;background:rgba(0,0,0,0.4);text-align:center}*/
/*.videoscreen .shrink:hover,.videoscreen .expand:hover{background:#7C287D}*/
/*.videoscreen .shrink,.videoscreen.fullscreen .expand{display:none}*/
/*.videoscreen.fullscreen .shrink{display:block}*/
.videoscreen.fullscreen .videoblock,
.videoscreen.fullscreen .cahtarea .bblehead {
  width: 70%;
  float: left;
}
.videoscreen.fullscreen.hidechat .videoblock,
.videoscreen.fullscreen.hidechat .cahtarea .bblehead {
  width: 100%;
  float: left;
}
.videoscreen.fullscreen {
  width: 100%;
  padding: 0;
  z-index: 1030;
  left: 0;
}
.videoscreen.fullscreen .videoscreeninner {
  width: 100%;
  padding: 0 0 60px;
}
.videoscreen.fullscreen .videoblock {
  height: 100%;
  margin: 0;
  text-align: center;
}
.videoscreen.fullscreen .type,
.videoscreen.fullscreen .chathist {
  position: absolute;
  width: 30%;
  border: 2px #eee solid;
}
.videoscreen.fullscreen .videoblock,
.videoscreen.fullscreen .bblehead {
  display: block;
  width: 70%;
}
.videoscreen.fullscreen .type {
  bottom: 0;
  right: 0;
}
.videoscreen.fullscreen .chathist {
  height: 100%;
  right: 0;
  top: 0;
}
.callProfilesContainer {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.callProfileIcon {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  margin: 10px;
}
.cahtarea .bblehead .controls .maincontrols > a.microphoneactive {
  background: #7c287d;
  border: 2px #fff solid;
}
.cahtarea .bblehead .controls .maincontrols > a.leave {
  background: #f00;
  border: 2px #fff solid;
}
.cahtarea .bblehead .controls .maincontrols > a.startvideo,
.cahtarea .bblehead .controls .maincontrols > a.unmute {
  display: none;
}
.callername {
  color: #000;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
.Acceptprivacy {
  margin: 15px 0 0;
}
.callerid {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
}
.callerid img {
  width: 100%;
}
.callactions a {
  background: #4ed315;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.callactions a.accept {
  opacity: 0.3;
  cursor: not-allowed;
}
.callactions a.accept.enabled {
  opacity: 1;
  cursor: pointer;
}
.callactions a.reject {
  background: #f00;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.callactions a img {
  width: 100%;
  margin-top: 7px;
}
.hidechat .chathist,
.hidechat .type {
  display: none;
}
.hidechat.videoscreen {
  padding: 60px 0 50px;
}
.hidechat.videoscreen .videoblock .incoming img {
  margin-top: -200px;
  position: relative;
  top: 50%;
  vertical-align: middle;
}
.chathist {
  height: 260px;
  width: 100%;
  float: left;
  padding: 5px;
  background: #dfdfdf;
  overflow: auto;
}
.chathist .chatmsg .chataction {
  filter: invert(1);
  width: 25px;
  height: 25px;
}
.chathist .chatmsg {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}
.chathist .chatmsg .userimg {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.chathist .chatmsg .userimg img {
  max-width: 100%;
}
.chathist .chatmsg .chattext {
  max-width: 100%;
  float: left;
  background: #fff;
  padding: 10px 7px;
  border-radius: 0 4px 4px 4px;
  font-size: 14px;
  position: relative;
}
.chathist .chatmsg .chattext:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  left: -7px;
  top: 0;
}
.chathist .chatmsg .chattime {
  font-size: 12px;
  width: 100%;
  float: left;
  padding-top: 3px;
}
.chathist .chatmsg.clientside {
  padding-right: 55px;
  padding-left: 0;
}
.chathist .chatmsg.clientside .userimg {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  left: auto;
  top: 0;
  right: 0;
}
.chathist .chatmsg.clientside .chattext {
  float: right;
  background: #bed4dd;
  border-radius: 4px 0 4px 4px;
}
.chathist .chatmsg.clientside .chattext:before {
  border-top: 0px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #bed4dd;
  left: auto;
  right: -7px;
  top: 0;
  border-right: none;
}
.chathist .chatmsg.clientside .chattime {
  text-align: right;
}
.type {
  width: 100%;
  display: table;
  border-top: 1px #999 solid;
  position: relative;
}
.type .send,
.type .typetext,
.moreoption {
  display: table-cell;
}
.type .send img {
  width: 25px;
  margin-top: 5px;
  vertical-align: middle;
}
.videoscreen .type .send img {
  margin-top: 10px;
}
.moreoption {
  width: 20px;
  text-align: center;
  background: #efefef;
}
.moreoption.active {
  background: #777;
  color: #fff;
}
.moreoptionstab {
  width: 100%;
  position: absolute;
}
.type .typetext input {
  width: 100%;
  border: none;
  height: 40px;
}
.type {
  background: #fff;
}
.type .send {
  width: 40px;
  color: #f7ec13;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.type .send i {
  line-height: 30px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  color: #e15f1e;
  background: #fff;
  border-radius: 100%;
}
.cahtarea .bblehead {
  color: #000;
  margin-top: -20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.cahtarea .bblehead .controls a.mobileoption {
  cursor: pointer;
  display: none;
}
.pulse1 {
  position: absolute;
  width: 70px;
  height: 70px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  border: 3px solid rgba(251, 173, 61, 0.1);
  -webkit-animation: pulsejg1 2s linear infinite;
  -moz-animation: pulsejg1 2s linear infinite;
  animation: pulsejg1 2s linear infinite;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: inset 0px 0px 15px 10px rgba(251, 173, 61, 0.4);
  -moz-box-shadow: inset 0px 0px 15px 10px rgba(251, 173, 61, 0.4);
  box-shadow: inset 0px 0px 15px 10px rgba(251, 173, 61, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -9px;
  left: -9px;
}
.pulse2 {
  position: absolute;
  width: 70px;
  height: 70px;
  margin: auto;
  z-index: 2;
  opacity: 0;
  border: 1px solid rgba(251, 173, 61, 0);
  -webkit-animation: pulsejg2 2s linear infinite;
  -moz-animation: pulsejg2 2s linear infinite;
  animation: pulsejg2 2s linear infinite;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: inset 0px 0px 12px 5px rgba(104, 112, 153, 0.8);
  -moz-box-shadow: inset 0px 0px 12px 5px rgba(104, 112, 153, 0.8);
  box-shadow: inset 0px 0px 12px 5px rgba(104, 112, 153, 0.8);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -9px;
  left: -9px;
}
@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.9);
    opacity: 0.2;
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.35;
  }
  80% {
    -webkit-transform: scale(1.25);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes pulsejg1 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(0.9);
    opacity: 0.2;
  }
  70% {
    -moz-transform: scale(1.1);
    opacity: 0.35;
  }
  80% {
    -moz-transform: scale(1.25);
    opacity: 0.2;
  }
  100% {
    -moz-transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulsejg1 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(0.9);
    opacity: 0.1;
  }
  70% {
    transform: scale(1.1);
    opacity: 0.25;
  }
  80% {
    transform: scale(1.25);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.8);
    opacity: 0.05;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }
  60% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
  80% {
    -webkit-transform: scale(1.2);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  40% {
    -moz-transform: scale(0.8);
    opacity: 0.05;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0.1;
  }
  60% {
    -moz-transform: scale(1.1);
    opacity: 0.3;
  }
  80% {
    -moz-transform: scale(1.2);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulsejg2 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  40% {
    transform: scale(0.8);
    opacity: 0.05;
  }
  50% {
    transform: scale(1);
    opacity: 0.1;
  }
  60% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  80% {
    transform: scale(1.2);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.incoming > img {
  max-width: 100%;
  max-height: 100%;
}
.videoscreen .videoblock .incoming,
.videoscreen .videoblock .incoming video {
  overflow: hidden;
  text-align: center;
}
.searchres .dropdown-menu,
.searchres .dropdown-menu-custom {
  width: 100%;
}
.fiedlloader {
  top: 12px;
  right: 12px;
  position: absolute;
  -webkit-animation: inputspin 1s linear infinite;
  -moz-animation: inputspin 1s linear infinite;
  animation: inputspin 1s linear infinite;
  color: #7c287d;
}
@-moz-keyframes inputspin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes inputspin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes inputspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.datepicker td {
  cursor: pointer;
}
.sidebar-info li a {
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.sidebar-info li a i {
  font-size: 28px;
  line-height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
  display: inline-block;
}
.sidebar-info li a img {
  vertical-align: middle;
}
.virtual_icons {
  display: inline-block;
  float: right;
}
.virtual_icons img {
  width: 25px;
  float: left;
}
.top-indicator a {
  display: inline-block;
  font-size: 19px;
  margin-right: 18px;
}
.top-indicator img {
  width: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
  float: left;
}
.top-indicator .viewmore {
  display: none;
}
.top-indicator .viewmore.show {
  display: inline-block;
}
.viewmorebtn {
  display: inline-block;
  line-height: 25px;
  margin-top: 5px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.viewmorebtn i {
  color: #7c287d;
  font-size: 24px;
}
.template_text {
  min-height: 150px;
}
.fspan {
  min-width: 200px;
}
.bringfront {
  z-index: 9999;
}
.aclarea {
  position: relative;
  padding-top: 200px;
  padding-bottom: 20px;
}
body .formblock {
  padding-left: 300px;
  min-height: 500px;
}
.topbar {
  position: absolute;
  height: 170px;
  top: 0;
  left: 0;
}
.formlist {
  position: absolute;
  width: 280px;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  padding: 15px;
  overflow: auto;
}
.formlist h2 {
  margin-bottom: 10px;
}
.formlist ul li a {
  position: relative;
  padding: 5px 5px 5px 20px;
  display: inline-block;
  float: left;
}
.formlist ul li a.active {
  color: #f7ec13;
  font-weight: bold;
}
.formlist ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px #7c287d solid;
  border-right: 2px #7c287d solid;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 13px;
  left: 0px;
}
.formlist ul li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px #7c287d solid;
  border-right: 2px #7c287d solid;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 12px;
  left: 0px;
}
.formlist ul li a:hover:after {
  top: 11px;
  left: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formlist ul li a:hover:before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sms_creator {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
}
.mailtemplate .sms_content .veriable,
.sms_creator .sms_content .veriable {
  width: 100%;
  float: left;
  display: block;
  padding: 9px 15px;
  margin: 3px 0;
  background: #f5f5f5;
  cursor: move;
  border-radius: 3px;
}
.sms_creator .line {
  width: 100%;
  float: left;
  border-bottom: 1px #efefef solid;
  margin: 15px 0;
}
.sms_creator .sms_content {
  width: 25%;
  float: left;
  padding-right: 15px;
  max-height: 270px;
}
.sms_creator .sms_content #storage2,
.sms_creator .sms_content #storage {
  max-height: 195px;
  overflow: auto;
}
.sms_creator .smstextarea {
  width: 75%;
  float: left;
  min-height: 250px;
}
.mailcontent {
  max-height: 530px;
}
/*.footercontent{height: 120px;}*/
/*.footerdrop{height: 120px;}*/
.customWidget {
  position: relative;
}
.customWidget .colpick_hex {
  position: fixed !important;
  z-index: 3;
}
.mailtextarea {
  width: 100%;
  float: left;
}
.mailtextarea #droppable3 {
  width: 100%;
  float: left;
  height: 500px;
}
.sms_creator .smstextarea #droppable4,
.sms_creator .smstextarea #droppable3,
.sms_creator .smstextarea #droppable2,
.sms_creator .smstextarea #droppable {
  background: url("../images/textarea.png") no-repeat center;
  min-height: 230px;
}
.variablgroup {
  margin-bottom: 10px;
}
.variablgroup h3 {
  width: 100%;
  float: left;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.sms_creator .smstextarea #droppable4:focus,
.sms_creator .smstextarea #droppable3:focus,
.sms_creator .smstextarea #droppable2:focus,
.sms_creator .smstextarea #droppable:focus {
  outline: none !important;
}
.sms_creator .smstextarea .veriable {
  font-weight: bold;
}
.smstextarea .draggable4,
.mailtextarea .draggable3,
.sms_creator .smstextarea .draggable2,
.sms_creator .smstextarea .draggable {
  position: static !important;
  display: inline-block;
  font-weight: bold;
}
.plainblankmessage {
  padding: 50px 15px;
}
.selectuser {
  position: absolute;
  left: 20px;
  top: 180px;
}
.consultationblock {
  padding: 20px 0 55px;
}
.consultation_charge {
  float: left;
  width: 33.33%;
  padding-left: 60px;
}
.consultation_charge .consultation_icon {
  float: left;
  margin-left: -60px;
  margin-top: 5px;
}
.consultation_charge .cosultation_name {
  float: left;
  font-size: 12px;
  border-bottom: 1px #666 dotted;
  padding-bottom: 2px;
  margin-bottom: 3px;
}
.consultation_charge .consultation_price {
  float: left;
  width: 100%;
  font-size: 24px;
}
.linedat {
  margin: 3px 0;
}
.linedat .label {
  display: inline-block;
  min-width: 120px;
  color: #acafc7;
}
.linedat .data {
  display: inline-block;
}
.active.patientlists,
.patientlists {
  padding: 15px 15px 15px 70px;
  position: relative;
}
.active.patientlists .patientname {
  color: #000;
}
.patientlists .patientname {
  font-size: 14px;
}
.patientlists .avatar-circle {
  position: absolute;
  left: 12px;
  top: 17px;
}
.patientlists .patientdob {
  font-size: 12px;
  margin-top: 5px;
}
.angulardatepik .btn {
  border-radius: 5px;
  border: none;
}
.previewifream {
  width: 100%;
  height: 500px;
}
/*.js-editorcanvas{width: 360px;height: 360px;}*/
.Logo_Cropping {
  border: 1px solid #ddd;
  float: left;
  height: 244px;
  width: 244px;
  margin: 5px 10px 10px 0;
}
.Final_Logo {
  border: 1px solid #ddd;
  float: left;
  height: 130px;
  width: 130px;
  margin: 5px 10px 10px 0;
}
.plainbox {
  background: none;
  border: none;
}
.progressbar {
  height: 16px;
  width: 100%;
  float: left;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 2px;
}
.progressbar > div {
  -webkit-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  background: #7c287d;
  height: 12px;
  border-radius: 6px;
}
.pagettl {
  width: 100%;
  float: left;
  background: #f1f1f1;
  border: 1px #dfdfdf solid;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
}
.pagettl .blkedt {
  margin: -2px 0;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
}
.settingtabs .open > .dropdown-menu {
  right: 0;
  left: auto;
  max-width: 130px;
  min-width: 130px;
}
.dropdown-submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f7ec13;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -17px;
}
.dropdown-submenu .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -16px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block !important;
}
.caret .ion-android-more-vertical {
  font-size: 18px;
  color: #7c287d;
  line-height: 14px;
}
.active .caret .ion-android-more-vertical {
  color: #fff;
}
.topoption {
  display: flex;
}
/*.topoption div,.topoption a{text-align: center;vertical-align: middle;padding: 15px;border-collapse:collapse;white-space: nowrap;height:auto;border-radius:10px;border:1px #FFF solid;}
.topoption div:hover,.topoption a:hover{border:1px #efefef solid;}*/
/*.topoption > a img{height: 30px;}*/
/*.topoption > a img,.topoption > a i{font-size:30px;color: #7C287D;vertical-align: middle;margin-right: 20px;line-height:30px;}*/
.dashdrow .timeline {
  padding-left: 40px;
}
.dashdrow .timeline:before {
  width: 20px;
}
.patientdash .panel-title i,
.patientdash .panel-title img {
  display: inline-block;
  vertical-align: baseline;
  height: 15px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 15px;
}
.panel .refferinglist .doctorblock {
  width: 150px;
  padding-right: 15px;
}
.dashboardpanel {
  max-height: 320px;
  min-height: 320px;
  overflow: auto;
  padding: 10px;
}
.dashboardpanel.whatsnew {
  max-height: 705px;
  overflow: auto;
  padding: 10px;
}
.patientdash .panel-heading h4 a.dashappo {
  background: #ed80b2;
}
.patientdash .panel-heading h4 a.dashvirtual {
  background: #fbcd4d;
}
.patientdash .panel-heading h4 a.dashnotification {
  background: #9f74bb;
}
.patientdash .panel-heading h4 a.dashwhatsnew {
  background: #00bbe3;
}
.patientdash .panel-heading h4 a.dashreferal {
  background: #b7cd2b;
}
.patientdash .panel-heading h4 a.dashmessage {
  background: #01b3ad;
}
.patientdash .panel-heading h4 a.document {
  background: #7a8aac;
}
.comieresearch .searchdiv {
  background: #fff;
  margin: 0;
}
.comieresearch .searchdiv input {
  height: 32px;
}
.dashappointment {
  margin-top: -38px;
}
.blockttl h3 {
  line-height: 38px;
}
.viewheader h3 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.viewheader .encounterpad,
.viewheader .blockttl {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #ddd dotted;
  padding-left: 0px;
  padding-right: 0px;
}
.viewheader .blockttl:last-child {
  border: none;
}
.viewheader .tbl_action a {
  float: left;
}
physical-exam > div {
  border-bottom: 2px #ddd dotted;
  padding: 0px !important;
}
physical-exam > div:first-child {
  border-bottom: none;
}
.viewheader #vitals > .mv5 > div {
  padding: 0px;
}
.viewheader #DiagnosisCare > div,
.viewheader #vitals > div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #ddd dotted;
  padding-left: 0px;
  padding-right: 0px;
}
.mapcontent .collapsefunc {
  margin-left: 0px;
  padding: 10px;
}
.mapcontent .collapsefunc img {
  max-width: 25px;
  float: left;
}
.ehrleftsection .dotsaprate {
  width: calc(100% - 20px);
  margin-left: 10px;
}
.virtualcol {
  padding: 10px 5px;
}
.dahboardpaticon img {
  max-height: 23px;
}
.dahboardpaticon i {
  font-size: 25px;
}
.inputor {
  margin: 7px 0;
}
.selectinput .sucmsg,
.selectinput .infomsg,
.selectinput .statusmsg {
  right: 40px;
}
.ehrleftsection .tbl_action {
  width: 58px;
  text-align: left;
}
.fc-head-container .fc-axis.fc-widget-header {
  min-width: 68px !important;
  width: 68px !important;
}
.viewmorebtn {
  display: inline-block;
  line-height: 25px;
  margin-top: 5px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.viewmorebtn i {
  color: #7c287d;
  font-size: 24px;
}
.morecon {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.moreblock.active .morecon {
  max-height: 1000px;
}
.moreblock.active .moreicocon:before {
  display: none;
}
.moreicocon {
  width: 100%;
  float: left;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.moreicocon:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  background: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 29%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.3)),
    color-stop(29%, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 29%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 29%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 29%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 29%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.morebtn .viewmore {
  display: inline-block;
}
.morebtn .collapseimg {
  display: none;
}
.morebtn.active .viewmore {
  display: none;
}
.morebtn.active .collapseimg {
  display: inline-block;
}
.ion-power:before,
.ion-edit:before,
.ion-ios-trash-outline:before,
.ion-eye:before {
  display: none !important;
}
.ion-power,
.ion-reset-password,
.ion-edit,
.ion-ios-trash-outline,
.ion-eye {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ion-edit {
  background: url(../images/edit.png) no-repeat center;
}
.ion-eye {
  background: url(../images/view_table.png) no-repeat center;
}
.ion-ios-trash-outline {
  background: url(../images/delete.png) no-repeat center;
}

.ion-reset-password {
  background: url("../images/reset_password.png") no-repeat center;
}
.modal-body .mCSB_container {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 200px) {
  .p-xxs-0 {
    padding: 0 !important;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-12,
  .col-xxs-11,
  .col-xxs-10,
  .col-xxs-9,
  .col-xxs-8,
  .col-xxs-7,
  .col-xxs-6,
  .col-xxs-5,
  .col-xxs-4,
  .col-xxs-3,
  .col-xxs-2,
  .col-xxs-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 320px) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1160px) {
  .p-pmd-0 {
    padding: 0 !important;
  }
  .col-pmd-12 {
    width: 100%;
  }
  .col-pmd-11 {
    width: 91.66666667%;
  }
  .col-pmd-10 {
    width: 83.33333333%;
  }
  .col-pmd-9 {
    width: 75%;
  }
  .col-pmd-8 {
    width: 66.66666667%;
  }
  .col-pmd-7 {
    width: 58.33333333%;
  }
  .col-pmd-6 {
    width: 50%;
  }
  .col-pmd-5 {
    width: 41.66666667%;
  }
  .col-pmd-4 {
    width: 33.33333333%;
  }
  .col-pmd-3 {
    width: 25%;
  }
  .col-pmd-2 {
    width: 16.66666667%;
  }
  .col-pmd-1 {
    width: 8.33333333%;
  }
  .col-pmd-12,
  .col-pmd-11,
  .col-pmd-10,
  .col-pmd-9,
  .col-pmd-8,
  .col-pmd-7,
  .col-pmd-6,
  .col-pmd-5,
  .col-pmd-4,
  .col-pmd-3,
  .col-pmd-2,
  .col-pmd-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .p-vlg-0 {
    padding: 0 !important;
  }
  .col-vlg-12 {
    width: 100%;
  }
  .col-vlg-11 {
    width: 91.66666667%;
  }
  .col-vlg-10 {
    width: 83.33333333%;
  }
  .col-vlg-9 {
    width: 75%;
  }
  .col-vlg-8 {
    width: 66.66666667%;
  }
  .col-vlg-7 {
    width: 58.33333333%;
  }
  .col-vlg-6 {
    width: 50%;
  }
  .col-vlg-5 {
    width: 41.66666667%;
  }
  .col-vlg-4 {
    width: 33.33333333%;
  }
  .col-vlg-3 {
    width: 25%;
  }
  .col-vlg-2 {
    width: 16.66666667%;
  }
  .col-vlg-1 {
    width: 8.33333333%;
  }
  .col-vlg-12,
  .col-vlg-11,
  .col-vlg-10,
  .col-vlg-9,
  .col-vlg-8,
  .col-vlg-7,
  .col-vlg-6,
  .col-vlg-5,
  .col-vlg-4,
  .col-vlg-3,
  .col-vlg-2,
  .col-vlg-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.availblebtn {
  width: 100%;
  padding: 0 30px;
}
.availblebtn .timeslot {
  float: left;
  text-align: center;
}
.modal-header .close:focus {
  outline: none;
  color: #f00;
}
.popupedit {
  padding: 10px;
  margin-bottom: -69px;
  position: relative;
  z-index: 99;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ttn {
  text-transform: none;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.ha {
  height: auto;
}
.tac {
  text-align: center;
}
.vams {
  vertical-align: middle;
}
.vam span {
  vertical-align: middle;
  display: inline-block;
}
.ma {
  margin: 0 auto;
  float: none;
}
.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p0i {
  padding: 0;
}
.p15 {
  padding: 15px;
}
.ps15 {
  padding-left: 15px;
  padding-right: 15px;
}
.ps5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pv50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr5 {
  padding-right: 5px;
}
.pr15 {
  padding-right: 15px;
}
.pr50 {
  padding-right: 50px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl5 {
  padding-left: 5px;
}
.pl15 {
  padding-left: 15px;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pos-s {
  position: static;
}
.pos-r {
  position: relative;
}
.m0 {
  margin: 0;
}
.m0i {
  margin: 0 !important;
}
.m15 {
  margin: 15px;
}
.ms15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mbm50 {
  margin-bottom: -50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt60 {
  margin-top: 60px;
}
.mr25 {
  margin-right: 25px;
}
.mr60 {
  margin-right: 60px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.fsi {
  font-style: italic;
}
.tdu {
  text-decoration: underline;
}
.fullcon {
  width: 100%;
  float: left;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row5:before,
.row5:after,
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}
.signaturearea {
  width: 100%;
  border: 2px #ccc solid;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.estric {
  color: #f00;
  display: inline-block;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.dropmax130 .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 130px !important;
}
.dropdown-toggle.btn-default {
  padding: 10px;
}
.bootstrap-select .dropdown-menu > li > a,
.bootstrap-select .dropdown-menu > li > a span.text {
  white-space: normal !important;
}
multi-level-select > .dropdown-toogle-custom {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.mainbar {
  width: 100%;
  height: 6px;
  background: #ccc;
  margin: 10px 0 20px;
}
.mainbar .barstatus {
  height: 6px;
  float: left;
  display: block;
}
.mainbar .barstatus.weak {
  background: #ed666e;
}
.mainbar .barstatus.mid {
  background: #7c287d;
}
.tbl_action a.ng-hide:not(.ng-hide-animate) {
  display: inline-block !important;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.mainbar .barstatus.strong {
  background: #1c9910;
}
.spinner {
  position: fixed;
  display: flex;
  z-index: 600;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.small-spinner {
  position: fixed;
  display: flex;
  z-index: 600;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.label-primary {
  color: #7c287d !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  float: left !important;
  margin-bottom: 28px !important;
  background-color: initial !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #7c287d;
  border-color: #f7ec13;
}
.pagination > li {
  float: left;
}
.pagination > li > a {
  margin: 0px !important;
}
.h100p {
  height: 100%;
}
.zi1000 {
  z-index: 1000;
}
.zi10 {
  z-index: 10;
}
.modal-footer .btn-primary {
  color: #fff;
  background-color: #bbb;
  border: 1px solid #bbb;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-footer .btn-primary:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.notificationicon {
  float: right;
  color: #f7ec13;
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.listprofilesection {
  padding-left: 130px;
  padding-top: 10px;
}
.listprofilesection .avatar-circle-main {
  float: left;
  margin-left: -135px;
  margin-top: 30px;
}
.listprofilesection .avatar-circle-main,
.avtar-big img {
  height: 130px;
  width: 130px;
  border-radius: 100%;
}
.directtime {
  width: 100%;
  float: left;
  padding: 0 30px;
  position: relative;
}
.directtime .timecontainer {
  display: table;
  width: 100%;
}
.directtime .map_view_weekly {
  display: table-cell;
  width: 33.33%;
}
body .dropdown-menu > li > a {
  font-weight: 200;
}
.templateform {
  border-left: 1px #ddd solid;
}
.videoconicon,
.chatconicon {
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #be490c;
  text-align: center;
  line-height: 50px;
  z-index: 99;
  position: fixed;
}
.chaticon,
.videoconicon.emr:before,
.chatconicon.emr:before {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #be490c;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.videoconicon {
  bottom: 60px;
  right: 100px;
}
.chaticon:hover {
  background: #f7ec13 !important;
  color: #fff !important;
}
.chatlist {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 99;
  padding-top: 60px;
  padding-bottom: 50px;
}
.chatlist.full {
  height: 100%;
  width: 100%;
  z-index: 9999;
  padding-top: 0px;
}
.chatlistinner {
  background: #fff;
  border-left: 2px #efefef solid;
  border-top: 2px #efefef solid;
}
.navbar-fixed-top {
  z-index: 100;
}
.chatlist .tabingcon {
  background: none;
  color: #666;
  height: 100%;
  overflow: auto;
}
.chattab {
  background: #efefef;
  border: medium none;
  bottom: -20px;
  display: table;
  float: left;
  height: 70px;
  position: absolute;
  text-align: center;
  width: 100%;
  border: 2px solid #dfdfdf;
  width: 100%;
  z-index: 1000;
}
.chattab li button i,
.chattab li a i {
  font-size: 24px;
  line-height: 50px;
}
.status .dropdown-toggle .statuslbl {
  display: none;
}
body .status.bootstrap-select > .dropdown-toggle {
  background: none;
  border: none !important;
  width: 22px;
  min-height: 22px;
  padding: 0 !important;
  display: inline-block;
  border-radius: 100%;
}
body .status.bootstrap-select > .dropdown-toggle .statuscon {
  float: left;
}
.bootstrap-select.status {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  position: absolute;
  top: 155px;
  right: 100px;
}
.bootstrap-select.status .dropdown-menu.open {
  min-width: 175px;
  left: auto;
  right: -11px;
  top: 28px;
}
body .status.bootstrap-select > .dropdown-toggle .bs-caret {
  display: none;
}
.statuscon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
}
.statuslbl {
  color: #000;
  padding-left: 10px;
}
.online {
  background: #50b948;
}
.donotdisturb {
  background: #7c287d;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.donotdisturb:after {
  content: "";
  height: 0px;
  display: inline-block;
  border: 1px #fff solid;
  width: 10px;
  vertical-align: middle;
}
.busy {
  background: #7c287d;
}
.offline {
  background: #f00;
}
.chattab li {
  display: table-cell;
  width: 50px;
  height: 50px;
  float: none;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  padding: 8px 5px;
}
.chattab.nav-tabs > li .dropdown-toggle,
.chattab.nav-tabs > li > a {
  border: none;
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 46px;
  padding: 0;
  text-align: center;
  width: 50px;
  background: #7c287d;
}
.chattab.nav-tabs > li .dropdown li {
  display: block;
  width: auto;
  height: auto;
  text-align: left;
}
.chattab.nav-tabs > li .dropdown-menu {
  top: auto;
  bottom: 60px;
  right: 0;
  left: auto;
}
.cahtarea .bblehead .controls .maincontrols > a,
.cahtarea .bblehead .controls .maincontrols > label,
.cahtarea .bblehead .controls span {
  background: #7c287d;
}
/*body .nav-tabs>li>a{border-radius:0px}*/
.chattab.nav-tabs > li > a:focus,
.chattab.nav-tabs > li > a:hover {
  border: 2px #fff solid;
  background: #b2b7cb;
}
.nav-tabs > li > a {
  border-radius: 4px;
}
.cahtarea .bblehead .controls a:hover,
.cahtarea .bblehead .controls label:hover,
.cahtarea .bblehead .controls span:hover {
  background: #b2b7cb;
  cursor: pointer;
}
.chatwrap {
  float: left;
  top: 50px;
  position: absolute;
}
.videowrap {
  float: left;
  top: 50px;
  position: absolute;
}
.videoconicon,
.chatconicon {
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #be490c;
  text-align: center;
  line-height: 50px;
  z-index: 99;
  position: fixed;
}
.chaticon,
.videoconicon.emr:before,
.chatconicon.emr:before {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #be490c;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.videoconicon {
  bottom: 60px;
  right: 100px;
}
.chattab.nav-tabs > li.active > a,
.chattab.nav-tabs > li.active > a:focus {
  background: #f7ec13;
}
.chattab.nav-tabs > li.active > a:after {
  display: none;
}
.conlist {
  padding: 12px 7px 15px 55px;
  position: relative;
  min-height: 50px;
}
.conlist:hover {
  background: #efefef;
}
.chatlist .conlist {
  min-height: 70px;
  cursor: pointer;
}
.conlist > .icon {
  position: absolute;
  top: 12px;
  left: 10px;
}
.chaticon.emrchat {
  background: #f7f7f7;
  box-shadow: 1px 3px 3px #aaa;
  position: relative;
  z-index: 999;
  border: 2px solid #7c287d;
}
.chaticon.emrchat:hover {
  background: #fff !important;
}
.chaticon.emrchat img {
  width: 30px;
  margin-top: 12px;
}
.chatconicon .tooltip-inner {
  padding: 10px;
  background: #7c287d;
  font-size: 15px;
}
.chatconicon .tooltip-arrow {
  border-left-color: #7c287d !important;
}
.conlist .status {
  position: absolute;
  bottom: 13px;
  left: 34px;
  color: #ed6663;
  font-size: 23px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
  z-index: 2;
  background: #fff;
  width: 20px;
  height: 20px;
}
.conlist .status i {
  position: static;
  line-height: 13px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: top;
}
.conlist .status.active {
  color: green;
}
.add-to-contacts {
  top: 0;
  right: 0;
}
.add-to-contacts > .icon {
  font-size: 20px;
  padding-right: 10px;
}
.add-to-contacts > .icon:hover {
  color: #7c287d;
}
.chatname {
  float: left;
  padding-left: 10px;
  line-height: 18px;
}
.practicename {
  bottom: 5px;
  left: 65px;
  position: absolute;
  font-size: 12px;
}
.chatname .name {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 200px;
  display: block;
  padding-top: 3px;
}
.chatname .deg {
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
  line-height: 18px !important;
}
.lastseen {
  bottom: 2px;
  font-size: 12px;
  padding-top: 10px;
  position: absolute;
  right: 15px;
}
.chatmsgcount {
  background: #f7ec13;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 24px;
}
.chatbuble {
  position: fixed;
  bottom: 57px;
  width: auto;
  display: inline;
  z-index: 999;
  height: 40px;
  right: 100px;
}
.chatopen {
  right: 310px;
}
.bubble {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background: #fff;
  width: 370px;
  border-radius: 4px 5px 0 0;
  overflow: hidden;
  border: 2px #efefef solid;
  vertical-align: bottom;
  margin-top: -300px;

  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.bubble.fullscreenmode {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  width: 100%;
  margin: 0;
  padding-top: 43px;
  padding-bottom: 44px;
}
.bubble.fullscreenmode .chathist {
  height: 100%;
}
.bubble.fullscreenmode .bblehead {
  margin-top: -43px;
}
body.chatfullscreen {
  overflow: hidden;
}
.bubble.bblmin {
  margin-top: 0;
}
.searchdoctor {
  width: 100%;
  display: table;
  float: left;
}
.searchdoctor > div {
  display: table-cell;
  width: 33.33%;
  padding: 0 2px;
  vertical-align: top;
  position: relative;
}
.searchdoctor .dropdown-menu {
  width: 100%;
}
.searchdoctor > div input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px #dfdfdf solid;
  border-radius: 4px;
}
.searchdoctor > div.sbtn button {
  background: #7c287d;
  border: none;
  height: 40px;
  vertical-align: top;
  border-radius: 4px;
  float: left;
}
.textchatdiv .bblehead {
  color: #000;
  background: #f5f5f5;
  padding: 10px;
}
.textchatdiv .bblehead .name {
  width: auto;
  float: left;
}
.chatmore {
  width: 100%;
  float: right;
  font-size: smaller;
  text-align: center;
  color: grey;
  font-style: italic;
  margin: 4px 2px 10px 2px;
  cursor: pointer;
}
.chatmore:hover {
  text-decoration: underline;
}
.chatmore:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 2px #efefef dotted;
  position: relative;
  top: -20px;
}
.chatmore span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
}
.chatact {
  float: right;
}
.videofunction {
  position: absolute;
  top: 60px;
  background: #fff;
  z-index: 222;
  padding: 5px;
}
.videofunction a,
.chatfunction a,
.chatact a {
  float: right;
  line-height: 20px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
}
.videofunction a.videoclose,
.chatfunction a.connectclose,
.chatact a.bubbleclose {
  color: #f00;
}
.videofunction a.videominimize,
.chatfunction a.connectminimize,
.chatact a.bubbleminimize {
  color: #f7ec13;
}
.videofunction a.videocollpse,
.videofunction a.videoexpand,
.chatfunction a.connectexpand,
.chatact a.bubbleexpand {
  color: #7c287d;
}
.expandable_column {
  position: relative;
  min-height: 1px;
  float: left;
}
.moreblock.active .moreicon:before {
  display: none;
}
.moreicon {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.moreicon:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  background: rgba(255, 255, 255, 0.5);
}
.fullscreen .videofunction {
  top: 0;
}
.chathist {
  height: 260px;
  width: 100%;
  float: left;
  padding: 5px;
  background: #fff;
  overflow: auto;
}
.chathist .chatmsg {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}
.chathist .chatmsg .userimg {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.chathist .chatmsg .userimg img {
  max-width: 100%;
}
.chathist .chatmsg .chattext {
  max-width: 100%;
  float: left;
  background: #7c287d;
  padding: 10px 7px;
  border-radius: 0 4px 4px 4px;
  font-size: 14px;
  position: relative;
  color: #fff;
}
.chathist .chatmsg .chattext:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #7c287d;
  left: -7px;
  top: 0;
}
.chathist .chatmsg .chattime {
  font-size: 12px;
  width: 100%;
  float: left;
  padding-top: 3px;
}
.chathist .chatmsg.clientside {
  padding-right: 55px;
  padding-left: 0;
}
.chathist .chatmsg.clientside .userimg {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  left: auto;
  top: 0;
  right: 0;
}
.chathist .chatmsg.clientside .chattext {
  float: right;
  background: #f7ec13;
  border-radius: 4px 0 4px 4px;
  color: #fff;
}
.chathist .chatmsg.clientside .chattext:before {
  border-top: 0px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f7ec13;
  left: auto;
  right: -7px;
  top: 0;
  border-right: none;
}
.chathist .chatmsg.clientside .chattime {
  text-align: right;
}
.livebtn {
  overflow: hidden;
  float: right;
  max-width: 100px;
  background: #fff;
  border: none;
}
.livebtn img {
  max-width: 100%;
  height: auto;
}
.appointmenttime .chaticon {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 #000 !important;
}
.appointmenttime .chaticon.emrchat img {
  margin-top: 0 !important;
}
.appointmenttime .a-timeline-event a {
  margin-left: 10px;
  position: static;
}
.moreoptionstab > span {
  position: relative;
  cursor: pointer;
}
.moreoptionstab > span button {
  background: none;
  border: none;
  padding: 0;
}
.moreoptionstab > span .dropdown-menu {
  bottom: 40px;
  top: auto;
  right: -5px;
  left: auto;
}
.moreoptionstab > span,
.moreoptionstab > label,
.moreoptionstab > a {
  border: 2px solid #fff;
  background: #7c287d;
  border-collapse: collapse;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 6px 0;
  width: 40px;
}
.moreoption {
  width: 20px;
  text-align: center;
  background: #efefef;
}
.moreoption.active {
  background: #777;
  color: #fff;
}
.moreoptionstab {
  width: 100%;
  position: absolute;
}
.moreoptionstab > label,
.moreoptionstab > a {
  cursor: pointer;
  border: 2px solid #fff;
  background: #7c287d;
  border-collapse: collapse;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 6px 0;
  width: 40px;
}
.moreoptionstab > label:hover,
.moreoptionstab > span:hover,
.moreoptionstab > a:hover {
  border: 2px #fff solid;
  background: #b2b7cb;
}
.moreoptionstab {
  background: #efefef;
  display: none;
  height: 50px;
  padding: 5px 0;
  position: absolute;
  top: -49px;
  width: 100%;
}
.moreoption.active .moreoptionstab,
.moreoption:hover .moreoptionstab {
  display: block;
}
.moreoptionstab img {
  width: 34px;
}
.moreoption i {
  display: inline-block;
  line-height: 40px;
  width: 30px;
  background: #efefef;
}
.editmodebtns,
.editspaciality {
  display: none;
}
.table.billingtbl > thead > tr > th,
.table.billingtbl > tbody > tr > th,
.table.billingtbl > tfoot > tr > th,
.table.billingtbl > thead > tr > td,
.table.billingtbl > tbody > tr > td,
.table.billingtbl > tfoot > tr > td {
  padding: 10px;
}
.affix {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.pac-logo:after {
  content: none !important;
  background-image: none !important;
}
.cropArea {
  background: #e4e4e4;
  overflow: hidden;
  height: 350px;
}
.leave .fc-time {
  display: none;
}
.sidebar-info li a {
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.sidebar-info li a i {
  font-size: 28px;
  line-height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
  display: inline-block;
}
.sidebar-info li a img {
  vertical-align: middle;
}
.typingIndicator {
  background: #7c287d;
  font-size: smaller;
  text-align: center;
  color: white;
  font-style: italic;
}
.bnone {
  border: none !important;
}
.audioTest {
  height: 200px;
  width: 100%;
}
.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.typingIndicator {
  background: #7c287d;
  text-align: center;
  color: white;
  font-style: italic;
  margin-top: 33px;
}
.textchatdiv {
  bottom: 0;
  right: 299px;
  width: 300px;
  position: absolute;
  z-index: 999;
  background: white;
  border: 2px #f5f5f5 solid;
  height: 340px;
}
.textchatdiv .type {
  bottom: 0;
  position: absolute;
}
.textchatdiv .chathist1 {
  bottom: 40px;
  position: absolute;
  top: 60px;
  width: 100%;
  float: left;
  padding: 5px;
  background: #fff;
  overflow: auto;
}
.chathist1 .chatmsg {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}
.chathist1 .chatmsg .userimg {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.chathist1 .chatmsg .userimg img {
  max-width: 100%;
}
.chathist1 .chatmsg .chattext {
  max-width: 100%;
  float: left;
  background: #7c287d;
  padding: 10px 7px;
  border-radius: 0 4px 4px 4px;
  font-size: 14px;
  position: relative;
  color: #fff;
}
.chathist1 .chatmsg .chattext:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #7c287d;
  left: -7px;
  top: 0;
}
.chathist1 .chatmsg .chattime {
  font-size: 12px;
  width: 100%;
  float: left;
  padding-top: 3px;
}
.chathist1 .chatmsg.clientside {
  padding-right: 55px;
  padding-left: 0;
}
.chathist1 .chatmsg.clientside .userimg {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  left: auto;
  top: 0;
  right: 0;
}
.chathist1 .chatmsg.clientside .chattext {
  float: right;
  background: #f7ec13;
  border-radius: 4px 0 4px 4px;
  color: #fff;
}
.chathist1 .chatmsg.clientside .chattext:before {
  border-top: 0px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f7ec13;
  left: auto;
  right: -7px;
  top: 0;
  border-right: none;
}
.chathist1 .chatmsg.clientside .chattime {
  text-align: right;
}
.unreadMessageMark {
  height: 10px;
  position: absolute;
  z-index: 9999;
  width: 10px;
  right: 8px;
  background: #f7ec13;
  border-radius: 10px;
}
.simditor-body {
  max-height: 500px;
  overflow: auto;
}
.whitehead .dropdown {
  min-width: 150px;
  width: 100%;
  float: left;
}
.modal-body .popupauto {
  padding: 0;
}
.highlightblock {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
.highlightblock .prof_right_input {
  min-width: 250px;
}
.formpreviewcontainer .highlightblock {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}
.removecolumn {
  color: #f00;
  float: left;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.formactions a {
  display: inline-block;
  vertical-align: middle;
}
.formactions a i {
  font-size: 18px;
}
.glyphicon.shortanswer {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/shortanswer.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.paregraph {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/paregraph.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.multichoice {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/multichoice.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/checkbox.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.dropdown {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/dropdown.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.linearscale {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/linearscale.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.glyphicon.multichoicegrid {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/formicons/multichoicegrid.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
}
.formviewmode .answeroption {
  margin: 0;
}
.formviewmode .addnewradioopt,
.formviewmode .removecolumn,
.formviewmode .question_selector,
.formviewmode .questionlbl,
.formviewmode .formcatgory,
.formviewmode .addnewcheckopt,
.formviewmode .addnewradioopt {
  display: none;
}
.formviewmode .form-control {
  background: none;
  border-width: 0px;
  padding: 0px;
}
.fildsetttl .dispdata {
  font-size: 22px;
  color: #000;
  line-height: 24px;
  margin-bottom: 20px;
}
.formviewmode .answeroption .control {
  display: block;
  margin: 0;
  min-height: 20px;
}
/*.boxdate{padding:5px;width:100px;background: #efefef;margin-top:5px;}*/
.boxdate {
  color: #fff;
  background: #f7ec13;
}
.boxdate .month,
.boxdate .day,
.boxdate .time {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
}
.boxdate .month {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.boxdate .day {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.boxdate .time {
  font-size: 12px;
  line-height: 16px;
}
.homeappointment {
  position: relative;
}
.homeappointment a {
  position: absolute;
  top: 3px;
  right: 10px;
}
.tabicons {
  margin: 10px 0 10px 10px;
}
.tabicons img {
  position: static !important;
  width: 100% !important;
}
.appointmenlists .list {
  cursor: pointer;
}
.active-li a {
  color: #7c287d;
  font-weight: bold;
}
/*.header-url{padding-top: 6px;}*/
.patient-title {
  margin-top: -5%;
}
.patient-col-full {
  width: 98%;
}
.patient-col-resized {
  width: 74.5%;
}
body .onepageplug {
  width: 100%;
  float: left;
  padding-right: 450px;
  position: relative;
  padding-top: 120px;
}
.onepageplug,
.scrollerdiv,
.sectionscroll,
.scrollerdiv {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.scrollerdiv .section {
  width: 100%;
  padding: 20px 30px;
  float: left;
  border-bottom: 1px #dfdfdf solid;
}
.scrollerdiv .section h2 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.timer {
  width: 400px;
  right: 30px;
  top: 80px;
  position: fixed;
  max-height: calc(100% - 132px);
  overflow: auto;
}
.onepagetop {
  height: 120px;
  width: calc(100% - 500px);
  position: fixed;
  top: 60px;
  padding-left: 130px;
  background: #fff;
  padding-top: 10px;
  z-index: 99;
}
.onepagetop .avatar-circle-big {
  margin-left: -130px;
  float: left;
}
.onepagetop .nav {
  float: left;
  margin-top: 50px;
}
.timeslot .btn-save {
  padding: 5px 10px;
}
i.inneteork {
  background: url("../images/in_network_doctor.png") no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
}
i.ingroup {
  background: url("../images/in_group_doctor.png") no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
}

@media screen and (max-width: 1601px) {
  .patient-col-resized {
    width: 70%;
  }
  .patient-col-full {
    width: 97%;
  }
}
@media screen and (max-width: 1441px) {
  .patient-col-resized {
    width: 66.5%;
  }
}
@media screen and (max-width: 1367px) {
  .patient-col-resized {
    width: 65%;
  }
}
@media screen and (max-width: 1281px) {
  .patient-col-resized {
    width: 62.5%;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.aftercontent {
  width: 0;
  overflow: hidden;
}
.aftercontent.bounceInLeft {
  width: 100%;
  display: block;
}
.aftercontentsearch.bounceInLeft {
  display: block;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
.newsearchsection {
  width: 100%;
}
.newsearchsection.bounceOutLeft {
  display: none;
}
.newquestionform i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.innerquerstiowrp {
  position: relative;
}
.catdropopt {
  position: absolute;
  top: 15px;
  right: 15px;
}
.catdropopt .dropdown-toggle {
  width: 40px;
  height: 40px;
  border: 2px #7c287d solid;
  border-radius: 100%;
  color: #7c287d;
  background: none;
  margin: 10px;
  font-size: 20px;
}
.catdropopt .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.ehrleftsection,
.ehrrightsection {
  min-height: 710px;
}
.completeicon.mailsent {
  line-height: 60px;
}
.mailsent i {
  font-size: 70px;
}
h3.dispttl {
  font-size: 14px;
  font-weight: 700;
}
.cahtarea .bblehead .controls a.Chatdrop,
.cahtarea .bblehead .controls a.Chatdropclose,
.mobiletoggle {
  display: none;
}
.cahtarea .bblehead .controls a.Chatdrop,
.cahtarea .bblehead .controls a.Chatdropclose {
  background: #7c287d;
  color: #fff;
  line-height: 30px;
}
.closesearch,
.comieresearchtop {
  display: none;
}
.comieresearchtop {
  border-right: 2px #fff solid;
}
.searchresorg .dropdown-menu {
  min-width: 100%;
  right: 0;
  left: auto !important;
  width: auto;
}

@media (max-width: 1399px) {
  .tabicons {
    margin: 5px 0 5px 10px;
  }
  .schedulesidebar,
  .nocontact.schedulesidebar,
  .listsidepanel {
    width: 345px;
  }
  .profilepagesidepane {
    padding-left: 360px;
  }
  /*.homeappointment a{position: static;margin: 10px;}*/
  .patientdash .boxdate {
    color: #fff;
    width: 80px;
    width: 100%;
  }
  .patientdash .boxdate span {
    display: inline-block;
    padding: 5px;
    width: auto;
    line-height: 14px;
  }
  .patientdash .tab-pane .list {
    display: block;
  }
  .patientdash .tab-pane .list .tabicons {
    margin-left: 0;
  }
  .patientdash .tab-pane .list img {
    top: 32px;
  }
  .nav > li > a {
    padding: 10px;
  }
  .tasktabcon .tabing li a span {
    padding-top: 0;
  }
  .listsidepanel.tastab .mytab .nav {
    margin-top: -53px;
  }
  .listsidepanel.tastab {
    padding-top: 65px;
  }
  .tasktabcon .tabing li a i {
    font-size: 15px;
  }
  .uib-daypicker .btn.btn-sm,
  .uib-daypicker .input-group-btn .btn.btn-sm,
  .uib-daypicker .btn-group-sm .btn,
  .uib-daypicker .btn-group-sm .input-group-btn .btn {
    padding: 6px 8px;
  }
  .btn,
  .btnpills a {
    padding: 5px 15px;
  }
  .p-vlg-0 {
    padding: 0 !important;
  }
  .m-vlg-0 {
    margin: 0 !important;
  }
  .surgrid img {
    margin: 20px 0 10px;
  }
  .videoscreeninner {
    padding: 260px 0 78px;
  }
  .videoscreen .videoblock {
    height: 200px;
    margin-top: -200px;
  }
  .Callincoming {
    height: 150px;
    margin: -75px;
    width: 150px;
  }
  .patientdash > div.patintdashblk {
    padding-left: 5px;
    padding-right: 5px;
  }
  .patientdash .reminderdisc {
    width: 100%;
    padding: 0;
  }
  .patientdash .tab-pane .list {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1280px) {
  .listsearch {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .settingbtn {
    position: static;
    margin: 0px 10px !important;
    padding: 7px 13px !important;
  }
  .newcal {
    position: static;
    margin: 13px 0;
    margin-top: 20px;
  }
  #calendar .fc-toolbar .fc-right {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .profilepagesidepane {
    padding-left: 340px;
  }
  .nocontact.schedulesidebar,
  .listsidepanel {
    width: 330px;
  }
  .mapside {
    margin-left: -330px;
  }
  .uib-daypicker .btn.btn-sm,
  .uib-daypicker .input-group-btn .btn.btn-sm,
  .uib-daypicker .btn-group-sm .btn,
  .uib-daypicker .btn-group-sm .input-group-btn .btn {
    padding: 5px;
  }
}
@media (max-width: 1159px) {
  .p-pmd-0 {
    padding: 0 !important;
  }
  .m-pmd-0 {
    margin: 0 !important;
  }
  .infomsg .innermsg,
  .sucmsg .innermsg,
  .innermsg {
    top: auto;
    right: -24px;
    left: auto;
    bottom: 33px;
    max-width: 300px;
  }
  .infomsg .innermsg::before,
  .sucmsg .innermsg::before,
  .innermsg::before {
    border-top: 14px solid #f00;
    right: 20px;
    position: absolute;
    bottom: -15px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: auto;
    left: auto;
    bottom: -26px;
  }
  .sucmsg .innermsg::before {
    border-top: 14px solid #729d0f;
  }
  .infomsg .innermsg::before {
    border-top: 14px solid #55acee;
  }
  .infomsg .innermsg::after,
  .sucmsg .innermsg::after,
  .innermsg::after {
    border-top: 14px solid #fff;
    right: 20px;
    position: absolute;
    bottom: -13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: auto;
    left: auto;
    bottom: -22px;
  }
}
@media (max-width: 1024px) {
  .colact .collapsefunc,
  body .collapsefunc {
    padding: 5px 15px;
    margin-left: 0;
  }
  .sms_creator .sms_content {
    width: 40%;
  }
  .sms_creator .smstextarea {
    width: 60%;
  }
  .videoscreen.fullscreen .type,
  .videoscreen.fullscreen .chathist,
  .videoscreen.fullscreen .videoblock,
  .videoscreen.fullscreen .cahtarea .bblehead {
    width: 100%;
    float: left;
    position: static;
    border: 2px #eee solid;
    border: none;
  }
  .videoscreen {
    padding-bottom: 0;
  }
  .profilepagesidepane {
    padding: 0;
  }
  .menutglnav {
    display: inline-block;
  }
  .mainsidebar .closenav {
    height: 55px;
    line-height: 55px;
  }
  .mainsidebar .closenav i,
  .mainsidebar .menutgl i {
    font-size: 26px;
  }
  .videoscreen {
    left: 0;
    width: 100%;
  }
  .nocontact.schedulesidebar,
  .listsidepanel {
    position: static;
    width: 100%;
    padding: 10px;
    max-height: 500px;
    overflow: auto;
    margin: 0;
    height: auto !important;
    margin-bottom: 15px;
  }
  .contactalpha {
    max-height: 500px;
    overflow: auto;
  }
  .rightbox .insidecontent {
    padding-left: 0;
  }
  .collapsefunc {
    margin: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .collapsefunc i:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rightbox {
    padding: 0 15px 15px;
    height: auto;
  }
  .sitefooter {
    position: static;
    padding: 5px 10px;
  }
  .maincon {
    min-height: 100%;
    height: auto;
  }
  .contentarea,
  .profilepagesidepane,
  .rightbox {
    height: auto;
  }
  .menuclose .mainsidebar {
    display: none;
  }
  .contentarea .header,
  .menuclose .maincon {
    padding: 0;
  }
  .listprofilesection {
    padding-left: 60px;
    padding-top: 10px;
  }
  .listprofilesection .avatar-circle-main {
    float: left;
    margin-left: -65px;
    margin-top: 30px;
  }
  .listprofilesection .avatar-circle-main {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .profilesec {
    width: 100%;
    float: left;
  }
  .col-md-full {
    width: 100%;
    float: left;
  }
  .pro_pati_popup.modal-body .popupauto {
    max-height: 2000px;
  }
  .comieresearchtop {
    display: inline-block;
    border-right: 2px #fff solid;
  }
  .comieresearch {
    width: 100%;
    display: none;
    padding-right: 55px !important;
    position: relative !important;
  }
  .comieresearch.searcactive {
    display: block;
  }
  .closesearch {
    display: inline-block;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .closesearch i {
    line-height: 53px;
    font-size: 22px;
    width: 53px;
    float: left;
  }
}
@media (max-width: 767px) {
  .sms_creator .sms_content,
  .sms_creator .smstextarea {
    width: 100%;
    margin-bottom: 15px;
  }
  .sms_creator .smstextarea {
    padding-left: 0;
  }
  .colact .collapsefunc {
    margin-left: 0px;
  }
  .modal::before {
    height: auto;
  }
  .videoscreen .videoblock .outgoing,
  .videoscreen .videoblock .outgoing video {
    overflow: hidden;
    height: 55px;
    width: 90px;
  }
  .cahtarea .bblehead .controls a.mobileoption {
    cursor: pointer;
    display: inline-block;
    margin: 0 !important;
  }
  .maincontrols {
    display: none;
  }
  .cahtarea .bblehead .controls:hover .maincontrols {
    display: block;
    position: absolute;
    right: 43px;
    width: auto;
    top: 0;
    background: #393b48;
    padding-right: 20px !important;
  }
  .cahtarea .bblehead .controls a {
    background: #393b48;
  }
  .cahtarea .bblehead .name {
    font-size: 18px;
    line-height: 30px;
  }
  .directtime {
    display: block;
  }
  .globdate {
    display: none;
  }
  .col-sm-full {
    width: 100%;
    float: left;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .a-timeline.a-timeline .a-timeline-item.a-timeline-item-right,
  .a-timeline.a-timeline
    .a-timeline-item:nth-of-type(2n):not(.a-timeline-item-left) {
    padding: 15px;
  }
  .a-timeline::before {
    display: none;
  }
  .a-timeline.a-timeline .a-timeline-item > .a-timeline-point {
    left: 16px !important;
    margin-left: 0;
    top: 30px;
  }
  .a-timeline .a-timeline-item > .a-timeline-event::after,
  .a-timeline .a-timeline-item > .a-timeline-event::before {
    display: none;
  }
  .a-timeline-time p {
    font-size: 17px;
    padding: 10px 10px 10px 40px;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .profile-panel {
    width: 100%;
    float: left;
  }
  .logo {
    max-width: 41px;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 10px;
  }
  .header h1 {
    font-size: 14px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 14px;
  }
  .dispttl {
    font-size: 14px;
    font-weight: 700;
  }
  .dispdata {
    font-size: 14px;
  }
  .full-col-sm {
    width: 100%;
  }
  .header h1 {
    padding-left: 10px;
  }
  .contentarea .header .rightside {
    padding: 9px 8px;
  }
  .practice {
    font-size: 12px;
  }
  .sitefooter {
    padding-left: 15px;
  }
  .sitefooter a {
    padding: 0 5px;
  }
  .indicator div {
    margin-top: 8px;
  }
  .indicator .indi {
    margin-right: 5px;
    margin-left: 20px;
  }
  .login-container {
    padding: 0px 15px;
  }
  .login-third-party-login,
  .loginscreen,
  .login-info-text {
    width: 100%;
    border: none;
    float: right;
  }
  .login-info-text {
    position: static;
    border-bottom: 1px #7c287d solid;
    display: block;
    margin-bottom: 40px;
    height: 25px;
  }
  .login-info-text span {
    margin: 0;
  }
  .appointmenttime.timeline {
    padding-left: 40px;
  }
  .appointmenttime.timeline::before {
    width: 20px;
  }
  .appointmenttime.timeline .timedate {
    margin-left: 0px;
    width: auto;
    position: static;
    float: left;
    margin-bottom: 10px;
  }
  .chatopen {
    right: 0px;
    bottom: 0px;
  }
  .bubble {
    margin-top: -307px;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .listsearch {
    padding-left: 15px;
  }
  .listsearch .avatar-circle-main {
    margin: 0;
  }
  .cal_parent_div {
    padding: 0;
  }
  .nav > li > a {
    padding: 10px 15px;
  }
  body {
    padding-bottom: 0;
  }
  .sitefooter a {
    padding: 10px 5px;
    font-size: 14px;
    display: inline-block;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right {
    margin-top: 10px;
  }
  .fc-toolbar .fc-center {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .fc-agendaDay-view th.fc-widget-header,
  .fc-agendaWeek-view th.fc-widget-header,
  .fc-view.fc-month-view.fc-basic-view th.fc-widget-header {
    font-size: 12px;
  }
  .loginscreen {
    padding: 20px 0px;
  }
  .appointmenttime.timeline p {
    width: 100%;
    float: left;
  }
  .appointmenttime.timeline a,
  .appointmenttime.timeline button {
    float: right;
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .login-link,
  .login-input-item label {
    font-size: 12px;
  }
  .patientdash .tab-pane .list span {
    float: right;
  }
  .topoption div {
    padding: 0;
  }
  .topoption a {
    padding: 10px 6px;
  }
  .topoption a img,
  .topoption a i {
    margin-right: 5px;
  }
}
@media (max-width: 540px) {
  .bubble {
    width: 100%;
    height: 100%;
  }
  .videoscreen .videoblock {
    height: 225px;
    margin-top: -225px;
  }
  .chatlist {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    height: 100%;
  }
  .chathist {
    height: 100%;
  }
  .chatfunction {
    position: absolute;
    margin-bottom: 0px;
    padding-right: 0px;
    top: 0;
  }
  .chatfunction > a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .chatlistinner {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .chatname {
    padding-left: 30px;
  }
  .bblehead {
    position: relative;
  }
  .mobiletoggle {
    position: absolute;
    left: 0;
    top: 0px;
    width: 35px;
    text-align: center;
    display: block;
    line-height: 43px;
  }
  .chattab {
    top: -50px;
    height: auto;
    border: none;
  }
  .chattab li {
    width: 33.33%;
    padding: 0px;
  }
  .chattab.nav-tabs > li > a i {
    vertical-align: middle;
  }
  .chattab.nav-tabs > li > a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }
  .chattab.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    width: 100%;
  }
  .bubble {
    margin-top: 0;
    padding-top: 43px;
    padding-bottom: 44px;
  }
  chat-window {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .bblehead {
    margin-top: -43px;
  }
  .cahtarea {
    padding-top: 0px;
    margin-top: -50px;
  }
  .chatact {
    display: none;
  }
  .videoscreen {
    padding-top: 0px;
    z-index: 999;
  }
  .videofunction {
    padding: 0;
  }
  .videoscreeninner {
    padding: 0px;
  }
  .videoscreen .videoblock {
    height: 100%;
    margin-top: 0px;
  }
  .cahtarea .bblehead .name {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding-left: 15px;
    font-size: 14px;
  }
  .maincontrols,
  .cahtarea .bblehead .controls:hover .maincontrols {
    position: static;
    display: block;
    background: none;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .cahtarea .bblehead .controls a.mobileoption {
    display: none !important;
  }
  .cahtarea .bblehead .controls {
    width: 100%;
  }
  .cahtarea .bblehead .controls a,
  .cahtarea .bblehead .controls label {
    float: none;
  }
  .chatenble .cahtarea {
    position: fixed;
    padding-top: 95px;
    padding-bottom: 50px;
    z-index: 999;
  }
  .cahtarea .bblehead .controls a.Chatdrop {
    display: inline-block;
  }
  .chatenble .cahtarea .bblehead .controls a.Chatdrop {
    display: none;
  }
  .chatenble .cahtarea .bblehead .controls a.Chatdropclose {
    display: inline-block;
  }
  .videoscreen .videoblock .outgoing,
  .videoscreen .videoblock .outgoing video {
    width: 120px;
    height: 120px;
    bottom: 75px;
  }
  .appointmenttime.timeline p {
    width: 100%;
    float: left;
  }
  .comieresearchtop {
    width: 55px !important;
  }
  .sitefooter {
    text-align: center;
  }
  .sitefooter > a,
  .sitefooter .pull-right {
    float: none !important;
    display: inline-block;
  }
  .login-info-text,
  .loginscreen,
  .cahtarea .bblehead {
    margin: 0px;
  }
  .login-login-button-container {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .contentarea .header .rightside.comieresearchtop {
    margin-left: -110px;
    border-right: none !important;
    border-left: 2px #fff solid;
  }
  .contentarea .header .rightside.comierehelp {
    margin-left: -55px;
  }
  .contentarea .header .rightside {
    width: 100%;
    float: left;
  }
  .logo {
    display: inline-block;
    float: right;
  }
  .contentarea .header .rightside.comierehelp {
    width: auto;
  }
  .Callincoming {
    height: 100px;
    margin: -50px;
    width: 100px;
  }
  body {
    padding-top: 115px;
  }
  .timeline {
    padding-left: 30px;
  }
  .timeline::before {
    width: 10px;
  }
  .timeline .timedate {
    position: static;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .comierehelp {
    border-right: none;
  }
  .boxdate {
    width: 100%;
    padding-right: 30px;
  }
  .boxdate .month,
  .boxdate .time,
  .boxdate .day {
    float: left !important;
    width: auto;
    margin-left: 10px;
    font-size: 16px;
    line-height: 36px;
  }
  .topclinicsec {
    padding-right: 110px !important;
  }
  .homeappointment {
    float: left !important;
    width: 100%;
    text-align: center;
  }
  .homeappointment a {
    position: static;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .optionresult .nav,
  .optionresult .tab-content {
    width: 100%;
    float: left;
  }
  .login-container {
    padding: 0px;
  }
  .login-container {
    margin-top: -115px;
  }
}
@media (max-width: 380px) {
  .contentarea .header .rightside {
    width: 100%;
  }
  .selectionsquer .control,
  .selectionsquer .control__indicator {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 319px) {
  .col-xs-full {
    width: 100%;
    float: left;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
}
@media (max-width: 199px) {
  .col-xxs-full {
    width: 100%;
    float: left;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .m-xxs-0 {
    margin: 0 !important;
  }
}
.add-option-container {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
  width: 100%;
}

.add-option-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
  line-height: 35px;
}
