/*page loader*/
@keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.page-preloader {
  position: fixed;
  height: 100vh;
  display: none;
  top: 0;
  z-index: 100000000000000000;
  background: rgba(255,255,255,0.9);
  left: 0;
  width: 100%;
}
.page-preloader-blur-overlay{
    height: inherit;
    width: inherit;
    position: absolute;
    filter: blur(19px);
    z-index: 10000;
}
.lds-ellipsis{
    position: relative;
    width: 100%;
    height: inherit;
    z-index: 1000000;
    display: flex;
    align-items: center;
}
.lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  left: 42% !important;
}
.lds-ellipsis div > div {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  left: 32px;
  -webkit-animation: lds-ellipsis 2.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 2.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 2.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 2.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #a8a9f8;
}
.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
  background: #cfd7cc;
}
.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
  background: #80a352;
}
.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #64533b;
}
.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 2.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 2.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #a8a9f8;
}

.processing-text-loader{
    display: none;
    background-color: rgba(26, 26, 26, 0.6196078431372549); 
    z-index: 1000000;
}
.processing-text-loader .modal-content{
    border-radius: 0;
    margin-top: 25%;
}
.processing-text-loader .modal-content .modal-header{
    border-bottom: 0;
    padding-bottom: 0;
}
.processing-text-loader .modal-content .modal-footer{
    border-top: 0;
}
.processing-text-loader .modal-content .modal-body{
    padding: 0px 32px 20px 32px;
}
.processing-text{
  font-size: 17px;
}
/*end*/
.panes.has-header
{
    top:50px;
}

a{
  color: #2583D8;
}
a:hover,
a:focus {
  color: #165083;
}
.navbar-tier-2 {
  background-color: #00d9e3;
}
.page-header.header-reverse {
  border: 1px solid #009fa6;
  background-color: #2583D8;
}
.table tr.reverse th {
  background-color: #2583D8;
}
.table-bordered {
  border: none;
}
.table-bordered tr.reverse th {
  border: 1px solid #308C81;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background-color: #2583D8;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2583D8;
  border-color: #308C81;
}
.notifications .notification.notification-info {
  background: #2583D8;
}
.calendar .event .item.opening,
.calendar .event .item {
  background-color: #2583D8;
}
.calendar .event:hover .item.opening {
  background-color: #009097;
}
.calendar .event.active .item.opening {
  background-color: #fba919;
}
.calendar .event.active:hover .item.opening {
  background-color: #dd8e04;
}
.calendar .event.active.group .item.opening {
  background-image: none;
}
.calendar .event.shift .item {
  background-color: #8bd5d8;
}
.calendar .legend .badge-available {
  background-color: #2583D8;
}
.calendar .legend .badge-unavailable {
  background-color: #64c7cc;
}
.ui-effects-transfer {
  background-color: #fba919;
}
.discipline-container .row .staff_member_thumbs .staff_member_thumb .overlay {
  background-color: rgba(0, 193, 202, 0.8);
  *background-color: #2583D8;
}
.no-rgba .discipline-container .row .staff_member_thumbs .staff_member_thumb .overlay {
  background-color: #2583D8;
}
.nav-pills.pills-reverse > li > a {
  background-color: #2583D8;
}
.nav-pills.pills-reverse > .active > a,
.nav-pills.pills-reverse > .active > a:focus,
.nav-pills.pills-reverse > li:hover > a {
  background-color: #009097;
}
.btn-primary {
  color: #ffffff;
  background-color: #2583D8;
  border-color: #308C81;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #009097;
  border-color: #006e73;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2583D8;
  border-color: #165083;
}
.btn-primary .badge {
  color: #2583D8;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #fba919;
  border-color: #f69e04;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #dd8e04;
  border-color: #ba7803;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fba919;
  border-color: #f69e04;
}
.btn-info .badge {
  color: #fba919;
  background-color: #ffffff;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #165083;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #f69e04;
}

.dropdown-menu li input:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #2583D8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #2583D8;
}
@media all and (min-width: 480px) {
  .print .receipt-section,
  .print-inline .receipt-section {
    border-color: #2583D8;
  }
  .print .receipt-section .section-title,
  .print-inline .receipt-section .section-title {
    background-color: #2583D8 !important;
  }
}
.navbar-inverse {
  background-color: #2583D8;
  border-color: #2583D8;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Heebo', sans-serif;

}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #165083;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #165083;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #1a5d99;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #1a5d99;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #009fa6;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #165083;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #2583D8;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #2583D8;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #165083;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #165083;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
  }
}
.panel-inverse {
  background-color: #2583D8;
}
.panel-inverse .btn-white,
.panel-inverse .btn-white:hover {
  color: #2583D8;
}
.modal-inverse .modal-content {
  background-color: #2583D8;
}
.modal-inverse .btn-white {
  color: #2583D8;
  background-color: #ffffff;
  border-color: #ffffff;
}
.modal-inverse .btn-white:hover,
.modal-inverse .btn-white:focus,
.modal-inverse .btn-white.focus,
.modal-inverse .btn-white:active,
.modal-inverse .btn-white.active,
.open > .dropdown-toggle.modal-inverse .btn-white {
  color: #2583D8;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.modal-inverse .btn-white:active,
.modal-inverse .btn-white.active,
.open > .dropdown-toggle.modal-inverse .btn-white {
  background-image: none;
}
.modal-inverse .btn-white.disabled,
.modal-inverse .btn-white[disabled],
fieldset[disabled] .modal-inverse .btn-white,
.modal-inverse .btn-white.disabled:hover,
.modal-inverse .btn-white[disabled]:hover,
fieldset[disabled] .modal-inverse .btn-white:hover,
.modal-inverse .btn-white.disabled:focus,
.modal-inverse .btn-white[disabled]:focus,
fieldset[disabled] .modal-inverse .btn-white:focus,
.modal-inverse .btn-white.disabled.focus,
.modal-inverse .btn-white[disabled].focus,
fieldset[disabled] .modal-inverse .btn-white.focus,
.modal-inverse .btn-white.disabled:active,
.modal-inverse .btn-white[disabled]:active,
fieldset[disabled] .modal-inverse .btn-white:active,
.modal-inverse .btn-white.disabled.active,
.modal-inverse .btn-white[disabled].active,
fieldset[disabled] .modal-inverse .btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.modal-inverse .btn-white .badge {
  color: #ffffff;
  background-color: #2583D8;
}
.navbar-inverse .navbar-text a {
  color: #ffffff;
}
.navbar-tier-2 {
  background-color: #00d9e3;
  border-radius: 0;
}
.alert-brand {
  background-color: rgba(0, 193, 202, 0.3);
  border-color: #2583D8;
  color: #555555;
}
.alert-brand hr {
  border-top-color: #165083;
}
.alert-brand .alert-link {
  color: #3c3c3c;
}


.blured, .loading
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right : 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 100;
  display: none;
}
.loading
{
  z-index: 10999;
  opacity: 0.8;
}

#pane-right
{
  z-index: 101 !important;
}

#pane-right-extended
{
  z-index: 102;
}

.formatted-date > h1
{
    text-transform: uppercase;
    font-size: 24pt;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 200;
    text-align: center;
}

.user-list .list-group>li.active>a
{
    background-color: #2583D8;
}

.user-list .list-group>li.active>a:hover
{
    background-color: #165083;
}

.ui-autocomplete {
        font-size: 14px !important;
        z-index: 9999 !important;
    }
.ui-menu-item a
{
  background-color: #2583D8 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover 
{
  border: 1px solid  #2583D8 !important;
  background: #2583D8 !important;
}
.appointment p
{
  margin-bottom: 0;
}
.bootstrap-tagsinput 
{
  width: 100%;
}
.bootstrap-tagsinput span.tag
{
  background: #2583D8;
  color: #FFF;
}
#pane-right .error-outside
{
  display: none;
}

#pane-right .repeat_until_span
{
  display: none;
}
#pane-right .repeat_until_span #repeat_until
{
  background: #FFF;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front
{
  max-height: 200px;
  overflow-y: auto;
}
  /*SCROLL BAR*/
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }


  /* Track */
  ::-webkit-scrollbar-track{
    background: #f1f1f1; 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2583D8; 
    border-radius: 5px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    /*background: #165083; */
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #165083; 
    /*border-radius: 5px;*/
  }
  .control-label, .profile-photo label, .page-header h1
  {
    color: #2583D8;
  }
  .patient-wrapper input.form-control, .patient-wrapper textarea.form-control, .patient-wrapper select.form-control, .patient-wrapper .btn-file
  {
    border-color: #2583D8;
  }
  button.common-save-btn, button.common-save-btn:hover
  {
      color: #FFF !important;
      background: #2583D8 !important;
      font-size: 12px !important;
      border: 1px solid #2583D8;
      text-transform: uppercase;
      /*margin-top: 2px;*/
      padding: 8px 5px;
      min-width: 100px;
  }
  ul.dropdown-menu
  {
    padding: 0;
  }
  .dropdown-menu>li>a
  {
    padding: 5px 20px;
  }
  body .navbar-toggle-back
  {display:block}
  body .navbar-toggle-menu
  {display:none}
  .btn.navbar-btn:hover, .btn.navbar-btn:focus
  {
    background: #165083
  }
  img.user-header-img
  {
    width : 25px;
    border-radius: 50%;
  }
  .initials-circle.initials-circle-brand
  {
    color: #2583D8;
  }

  span.star
  {
    font-size: 14px;
  }
  .site-color
  {
    color: #2583D8;
  }
  .bold
  {
    font-weight: bold;
  }
  .text-normal
  {
    font-weight: normal !important;
  }
  .common-menu-top li.img-menu
  {
    display: inline-block;
  }
  .common-menu-top li.img-menu a:hover, .common-menu-top li.img-menu a:active
  {
    background: #2583D8 !important;
  }
  .common-menu-top li.img-menu a:focus
  {
    background: transparent !important;
  }
  .common-menu-top li.img-menu a
  {
    padding: 10px !important;
  }
  .common-menu-top li.img-menu a img
  {
    width: 30px ;
  }
  .common-menu-top li.img-menu.vid_help
  {
    display: none;
  }
  .video-help-common-modal .modal-title
  {
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
  }
  #video-help-list-modal .modal-title img
  {
    width: 22px;
    margin-right: 10px;
  }
  #video-help-list-modal .video-list img
  {
      /*position: relative;*/
  }
  #video-help-list-modal .video-list .video-thumbnail
  {
    position: relative;
  }
  #video-help-list-modal .video-list span {
  /*content: url('assets/images/play4.png');*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 50px;*/
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*background-color: #555;*/
  /*color: white;
  font-size: 16px;
  padding: 12px 24px;*/
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
#video-help-list-modal .video-list span i
{
  font-size: 5em;
  color: #2583D8;
}
#video-help-list-modal .video-list
{
  max-height: 75vh;
  overflow-y: auto;
}
#video-help-list-modal .video-list p.video-topic-text
{
  text-align: center;
  color: #2583D8;
  margin-top: 5px;
}
/*.item-cost-wrapper
{
  margin-bottom: 20px;
}*/
.item-cost-wrapper .input-group
{
  width: 120px;
}
.uppercase
{
  text-transform: uppercase;
}
.hidden-table
{
  display: none;
}
.full-width
{
  width:  100%;
}
.hidden
{
  display: none;
}
.patient-age-wrapper
{
  padding:5px 0 0 5px;
}
.checkbox20
{
  width: 20px;
  height: 20px;
  margin-top: 0 !important;
}
.margin-l-5
{
  margin-left: 5px !important;
}
.margin-r-5
{
  margin-right: 5px !important;
}
.margin-t-5
{
  margin-top: 5px !important;
}
.margin-b-5
{
  margin-bottom: 5px !important;
}
.colorpicker
{
  z-index: 10000 !important;
}
.capitalize
{
  text-transform: capitalize;
}
.no-pad
{
  padding: 0 !important;
}
.no-margin
{
  margin: 0 !important;
}
.custom-checkbox-wrapper input[type="checkbox"] {
  visibility: hidden;
}
.custom-checkbox-wrapper label {
  cursor: pointer;
}
.custom-checkbox-wrapper input[type="checkbox"] + label:before {
  border: 1px solid #2583D8;
  content: "\00a0";
  display: inline-block;
  font: 20px/1em sans-serif;
  height: 20px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 20px;
}
.custom-checkbox-wrapper input[type="checkbox"]:checked + label:before {
  background: #2583D8;
  color: #FFF;
  border: 1px solid #2583D8;
  content: "\2713";
  text-align: center;
}
.custom-checkbox-wrapper input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.custom-checkbox-wrapper input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
.navbar-nav .ticket-menu small
{
  display: block;
  line-height: 0;
  text-transform: capitalize;
  text-align: right;
}
#mySidenav .ticket-menu small
{
  text-transform: capitalize;
}
.common-menu-top li.img-menu.online-new-patient a
{
  text-align: center;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.online-new-patient a small
{
  display: block;
  line-height: 8px;
  text-transform: capitalize;
}
.events-container-inner
{
  z-index: 0;
}
a.chart-close
{
  font-size: 60px;
}
@media (max-width: 991px)
{
  .calendar-week-view .calendar, .daysheet .calendar {
      height: 100%;
  }
  .pane
  {
    bottom: 0;
  }
  .calendar-week-view .calendar, .daysheet .calendar
  {
    top: 68px;
    bottom: 0;
  }
  .user-list.main.scrollable
  {
    top: 5px;
    bottom: 60px;
  }
  .user-list.bottom .list-group
  {
    margin-bottom:  0 ;
  }
}
@media (max-width: 1050px)
{
  .formatted-date h1.no-wrap
  {
    margin-top: 15px;
    font-size: 24px;
  }
}

@media (min-width: 992px)
{
  .user-list.main.scrollable 
  {
      /*bottom: 60px;*/
      top: 16px;
  }
}
@media (max-width: 767px)
{
  .item-cost-wrapper
  {
    margin-bottom: 0;
  }
}
