.breadcrumb > li > a {
  color: #A9A9A9;
}

.breadcrumb > li > a:hover {
  color: #7c7c7c;
}

@media (min-width: 768px) {
  body:not(.sw-toggled) .breadcrumb {
    padding: 10px 33px 11px;
  }
}

@media (min-width: 1199px) {
  body.sw-toggled .breadcrumb {
    padding: 10px 33px 11px 280px;
  }
}

#messages-main {
  position: relative;
}

#messages-main:before,
#messages-main:after {
  content: " ";
  display: table;
}

#messages-main:after {
  clear: both;
}

#messages-main:before,
#messages-main:after {
  content: " ";
  display: table;
}

#messages-main:after {
  clear: both;
}

#messages-main .ms-block {
  padding: 23px 20px 0;
}

#messages-main .ms-menu {
  position: absolute;
  left: 0;
  top: 0;
  background: #F8F8F8;
  border-right: 1px solid #EEE;
  padding-bottom: 50px;
  height: 100%;
  width: 240px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

@media (max-width: 767px) {
  #messages-main .ms-menu {
    height: calc(100% - 58px);
    -webkit-transform: translate3d(-240px, 58px, 0);
    transform: translate3d(-240px, 58px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
  }

  #messages-main .ms-menu.toggled {
    -webkit-transform: translate3d(0, 58px, 0);
    transform: translate3d(0, 58px, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#messages-main .ms-menu .lv-item {
  padding-left: 20px;
  padding-right: 20px;
}

#messages-main .ms-menu .lv-item.active {
  background: #fff;
}

#messages-main .ms-menu .lv-item:not(.active):hover {
  background: #F2F2F2;
  cursor: pointer;
}

@media (min-width: 768px) {
  #messages-main .ms-body {
    padding-left: 240px;
  }
}

@media (max-width: 767px) {
  #messages-main .ms-body {
    overflow: hidden;
  }
}

#messages-main .ms-user:before,
#messages-main .ms-user:after {
  content: " ";
  display: table;
}

#messages-main .ms-user:after {
  clear: both;
}

#messages-main .ms-user:before,
#messages-main .ms-user:after {
  content: " ";
  display: table;
}

#messages-main .ms-user:after {
  clear: both;
}

#messages-main .ms-user > img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

#messages-main .ms-user > div {
  overflow: hidden;
  padding: 7px 5px 7px 15px;
  font-size: 11px;
}

#ms-menu-trigger {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin: 1px 0 0 -7px;
}

@media (min-width: 768px) {
  #ms-menu-trigger {
    display: none;
  }
}

#ms-menu-trigger .line-wrap .line {
  background-color: #717171;
}

/*
 * For Message
 */

.lv-message .lv-item {
  padding: 20px;
}

.lv-message .lv-item.right {
  text-align: right;
}

.lv-message .lv-item.right .lv-avatar {
  margin-right: 0;
  margin-left: 15px;
}

.lv-message .lv-item:not(.right) .ms-item {
  background: #ffc107;
  color: #fff;
}

.lv-message .lv-item.right .ms-item {
  background: #eee;
}

.lv-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  margin-right: 15px;
  padding: 0 !important;
  text-transform: uppercase;
}

.lv-avatar > img {
  width: 25px;
  height: 25px;
  border-radius: 0%;
  vertical-align: inherit;
}

.ms-item {
  padding: 13px 19px 15px;
  border-radius: 2px;
  display: inline-block;
}

@media (min-width: 768px) {
  .ms-item {
    max-width: 70%;
  }
}

.ms-date {
  display: block;
  color: #B3B3B3;
  margin-top: 7px;
}

.ms-date > i {
  font-size: 14px;
  vertical-align: bottom;
  line-height: 100%;
}

.ms-reply {
  box-shadow: 0 -20px 20px -5px #ffffff;
  position: relative;
  margin: 0 !important;
}

.ms-reply textarea {
  width: 100%;
  font-size: 13px;
  border: 0;
  padding: 10px 8px;
  resize: none;
  height: 60px;
}

.ms-reply button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 60px;
  font-size: 25px;
  background: #F5F5F5;
  color: #2196f3;
}

.ms-reply button:hover {
  background: #f2f2f2;
}

.four-zero-content {
  background: #fff;
  padding: 20px;
}

.four-zero-content:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EDECEC;
  content: "";
}

.four-zero {
  background: #00bcd4;
  box-shadow: 0 1px 11px #E8E8E8;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  color: #fff;
  text-align: center;
  padding: 15px;
  height: 300px;
  width: 500px;
  left: 50%;
  margin-left: -250px;
}

.four-zero h2 {
  font-size: 130px;
}

@media (max-width: 767px) {
  .four-zero {
    width: calc(100% - 40px);
    left: 20px;
    margin-left: 0;
    height: 260px;
    margin-top: -130px;
  }

  .four-zero h2 {
    font-size: 90px;
  }
}

.four-zero h2 {
  line-height: 100%;
  color: #fff;
  font-weight: 100;
}

.four-zero small {
  display: block;
  font-size: 26px;
  margin-top: -10px;
}

.four-zero footer {
  background: rgba(0, 0, 0, 0.13);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.four-zero footer > a {
  font-size: 21px;
  display: inline-block;
  color: #FFF;
  margin: 0 1px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.four-zero footer > a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.login-content {
  overflow: hidden;
  height: 100%;
}

.lc-block {
  background: #fff;
  box-shadow: 0 1px 11px #E8E8E8;
  border-radius: 2px;
  width: 500px;
  display: inline-block;
  margin-top: 42px;
  vertical-align: middle;
  position: relative;
}

.lc-authblock {
  background: #fff;
  box-shadow: 0 1px 11px #E8E8E8;
  border-radius: 2px;
  width: 100%;
  display: inline-block;
  margin-top: 32px;
  vertical-align: middle;
  position: relative;
  height: 80px;
}

.lc-block:not(.lcb-alt) {
  padding: 35px 55px 35px;
}

.lc-block:not(.lcb-alt) .btn-login {
  top: 50%;
  margin-top: 35px;
  right: 15px;
}

.lc-block:not(.toggled) {
  display: none;
}

@media (max-width: 767px) {
  .lc-block {
    padding: 15px 35px 25px 20px;
    width: calc(100% - 60px);
  }
}

.lc-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left;
}

.lc-block.toggled {
  z-index: 10;
}

.login-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0%;
  bottom: -45px;
}

.login-navigation > li {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.login-navigation > li > span {
  opacity: 0;
  filter: alpha(opacity=0);
}

.login-navigation > li:not(:hover) {
  font-size: 0px;
  border-radius: 100%;
}

.login-navigation > li:hover {
  border-radius: 10px;
  padding: 0 5px;
  font-size: 8px;
}

.login-navigation > li:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lcb-alt {
  padding: 70px 55px 60px;
}

.lcb-alt .btn-login {
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

.lcb-alt .login-navigation {
  bottom: -75px;
}

.lcb-user {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.18);
}

body.login-content {
  text-align: center;
}

body.login-content:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%;
}

body.login-content:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00bcd4;
  content: "";
  z-index: 0;
}

#profile-main {
  min-height: 500px;
  position: relative;
}

#profile-main .pm-overview {
  overflow-y: auto;
}

@media (min-width: 1200px) {
  #profile-main .pm-overview {
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #profile-main .pm-overview {
    width: 250px;
  }
}

md-list-item.md-no-proxy, md-list-item .md-no-style {
  position: relative;
  padding: 0px 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  #profile-main .pm-overview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f8f8f8;
    border-right: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  #profile-main .pm-overview {
    width: 100%;
    background: #333;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #profile-main .pm-body {
    padding-left: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #profile-main .pm-body {
    padding-left: 250px;
  }
}

@media (max-width: 767px) {
  #profile-main .pm-body {
    padding-left: 0;
  }
}

#profile-main .pmo-pic {
  position: relative;
  margin: 20px;
}

@media (min-width: 768px) {
  #profile-main .pmo-pic img {
    width: 100%;
    border-radius: 2px 2px 0 0;
  }
}

@media (max-width: 767px) {
  #profile-main .pmo-pic img {
    width: 180px;
    display: inline-block;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  }
}

#profile-main .pmo-pic .pmo-stat {
  border-radius: 0 0 2px 2px;
  color: #fff;
  text-align: center;
  padding: 30px 5px 0;
}

@media (min-width: 768px) {
  #profile-main .pmo-pic .pmo-stat {
    background: #ffc107;
    padding-bottom: 15px;
  }
}

#profile-main .pmo-pic .pmop-edit {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  text-align: center;
  padding: 10px 10px 11px;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

#profile-main .pmo-pic .pmop-edit:hover {
  background: rgba(0, 0, 0, 0.8);
}

#profile-main .pmo-pic .pmop-edit i {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -3px;
}

@media (min-width: 768px) {
  #profile-main .pmo-pic .pmop-edit {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  #profile-main .pmo-pic .pmop-edit i {
    margin-right: 4px;
  }
}

#profile-main .pmo-pic:hover .pmop-edit {
  opacity: 1;
  filter: alpha(opacity=100);
}

#profile-main .pmo-pic .pmop-message {
  position: absolute;
  bottom: 27px;
  left: 50%;
  margin-left: -25px;
}

#profile-main .pmo-pic .pmop-message .dropdown-menu {
  padding: 5px 0 55px;
  left: -90px;
  width: 228px;
  height: 150px;
  top: -74px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#profile-main .pmo-pic .pmop-message .dropdown-menu textarea {
  width: 100%;
  height: 95px;
  border: 0;
  resize: none;
  padding: 10px 19px;
}

#profile-main .pmo-pic .pmop-message .dropdown-menu button {
  bottom: 5px;
  left: 88px;
}

#profile-main .pmb-block {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #profile-main .pmb-block {
    padding: 40px 42px 0;
  }
}

@media (max-width: 1199px) {
  #profile-main .pmb-block {
    padding: 30px 20px 0;
  }
}

#profile-main .pmb-block:last-child {
  margin-bottom: 50px;
}

#profile-main .pmb-block .pmbb-header {
  margin-bottom: 25px;
  position: relative;
}

#profile-main .pmb-block .pmbb-header .actions {
  position: absolute;
  top: -2px;
  right: 0;
}

#profile-main .pmb-block .pmbb-header h2 {
  margin: 0;
  font-weight: 100;
  font-size: 20px;
}

#profile-main .pmb-block .pmbb-edit {
  position: relative;
  z-index: 1;
}

#profile-main .pmo-block {
  padding: 25px;
}

#profile-main .pmo-block > h2 {
  font-size: 16px;
  margin: 0 0 15px;
}

#profile-main .pmo-items .pmob-body {
  padding: 0 10px;
}

#profile-main .pmo-items a {
  display: block;
  padding: 4px;
}

#profile-main .pmo-items a img {
  width: 100%;
}

.pmo-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pmo-contact ul li {
  position: relative;
  padding: 8px 0 8px 35px;
}

.pmo-contact ul li i {
  font-size: 18px;
  vertical-align: top;
  line-height: 100%;
  position: absolute;
  left: 0;
  width: 18px;
  text-align: center;
}

.pmo-map {
  margin: 20px -20px -18px;
  display: block;
}

.pmo-map img {
  width: 100%;
}

@media (max-width: 767px) {
  .c-timeline {
    background: #edecec;
    box-shadow: none;
  }

  .c-timeline .tab-nav {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.timeline {
  position: relative;
}

@media (min-width: 768px) {
  .timeline {
    padding: 50px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .timeline {
    margin-top: 30px;
  }
}

.t-view {
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .t-view {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.t-view .tv-header {
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
  background: #F9F9F9;
}

.t-view .tv-header .actions {
  position: absolute;
  top: 5px;
  right: 10px;
}

.t-view .tv-body {
  padding: 23px 25px;
}

.t-view .tv-body .tvb-lightbox {
  margin: 0 -8px 15px;
}

.t-view .tv-body .tvb-lightbox [data-src] {
  padding: 0 5px;
  margin-bottom: 5px;
}

.t-view .tvh-user {
  display: block;
}

.t-view .tvh-user img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.t-view:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -70px;
  top: 0;
  border: 3px solid #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  color: #FFF;
  font-family: 'Material-Design-Iconic-Font';
  z-index: 1;
}

.t-view:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: calc(100% + 37px);
}

.t-view[data-tv-type="text"]:before {
  content: "\f24f";
  background: #00bcd4;
  box-shadow: 0 0 0 1px #00bcd4;
}

.t-view[data-tv-type="text"]:after {
  background: #00bcd4;
}

.t-view[data-tv-type="image"]:before {
  content: "\f17f";
  background: #4caf50;
  box-shadow: 0 0 0 1px #4caf50;
}

.t-view[data-tv-type="image"]:after {
  background: #4caf50;
}

.t-view[data-tv-type="video"]:before {
  content: "\f3a9";
  background: #ffc107;
  box-shadow: 0 0 0 1px #ffc107;
}

.t-view[data-tv-type="video"]:after {
  background: #ffc107;
}

.t-view .tvb-stats {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.t-view .tvb-stats > li {
  display: inline-block;
  padding: 5px 10px 6px;
  border: 1px solid #ccc;
  margin-right: 2px;
}

.t-view .tvb-stats > li i {
  font-size: 15px;
  line-height: 100%;
  vertical-align: top;
  margin-top: 2px;
}

.t-view .tvb-stats > li.tvbs-comments {
  border-color: #4caf50;
  color: #4caf50;
}

.t-view .tvb-stats > li.tvbs-likes {
  border-color: #03a9f4;
  color: #03a9f4;
}

.t-view .tvb-stats > li.tvbs-views {
  border-color: #ff9800;
  color: #ff9800;
}

.tv-comments .tvc-lists {
  padding: 0;
  list-style: none;
  margin: 0;
}

.tv-comments .tvc-lists > li {
  padding: 15px 20px;
  margin: 0;
  border-top: 1px solid #eee;
}

.tvc-more {
  color: #333;
  display: block;
  margin-bottom: -10px;
}

.tvc-more:hover {
  color: #000;
}

.tvc-more i {
  vertical-align: middle;
  margin-right: 5px;
}

.p-header {
  position: relative;
  margin: 0 -7px;
}

.p-header .actions {
  position: absolute;
  top: -18px;
  right: 0;
}

.p-menu {
  list-style: none;
  padding: 0 5px;
  margin: 0 0 30px;
}

.p-menu > li {
  display: inline-block;
  vertical-align: top;
}

.p-menu > li > a {
  display: block;
  padding: 5px 20px 5px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.p-menu > li > a > i {
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
}

.p-menu > li:not(.active) > a {
  color: #4285F4;
}

.p-menu > li:not(.active) > a:hover {
  color: #333;
}

.p-menu > li.active > a {
  color: #000;
}

@media (max-width: 991px) {
  .p-menu .pm-search {
    margin: 20px 2px 30px;
    display: block;
  }

  .p-menu .pm-search input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
  }
}

.p-menu .pms-inner {
  margin: -2px 0 0;
  position: relative;
  top: -2px;
  overflow: hidden;
  white-space: nowrap;
}

.p-menu .pms-inner i {
  vertical-align: top;
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  left: 9px;
  top: 8px;
  color: #333;
}

.p-menu .pms-inner input[type="text"] {
  height: 35px;
  border-radius: 2px;
  padding: 0 10px 0 40px;
}

@media (min-width: 768px) {
  .p-menu .pms-inner input[type="text"] {
    border: 1px solid #fff;
    width: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .p-menu .pms-inner input[type="text"]:focus {
    border-color: #DFDFDF;
    width: 200px;
  }
}

.photos {
  margin: -3px 0 0;
}

.photos .lightbox {
  margin: 0 -8px;
}

.photos:not(.p-timeline) [data-src] {
  padding: 3px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

.p-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
  text-align: center;
}

.p-grid > li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 1px solid #D5D5D5;
  line-height: 27px;
  font-size: 12px;
  color: #ABABAB;
  border-radius: 50%;
  cursor: pointer;
  letter-spacing: -1px;
  padding-right: 1px;
  margin: 0 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-grid > li:hover {
  border-color: #C0C0C0;
}

.p-grid > li.active {
  color: #8C8C8C;
  border-color: #8C8C8C;
}

.p-timeline {
  position: relative;
  padding-left: 80px;
  margin-bottom: 75px;
}

.p-timeline [data-src] {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0;
}

.p-timeline:last-child .pt-line:before {
  height: 100%;
}

.ptb-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.pt-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 14px;
}

.pt-line:before,
.pt-line:after {
  content: "";
  position: absolute;
}

.pt-line:before {
  width: 1px;
  height: calc(100% + 63px);
  background: #E2E2E2;
  top: 14px;
  right: -20px;
}

.pt-line:after {
  top: 2px;
  right: -26px;
  width: 13px;
  height: 13px;
  border: 1px solid #C1C1C1;
  border-radius: 50%;
}

.contacts:not(.c-profile) {
  padding: 0 8px;
}

.contacts > [class*="col-"] {
  padding: 0 10px;
}

.contacts .c-item {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-bottom: 24px;
  text-align: center;
}

.contacts .c-item .ci-avatar {
  display: block;
}

.contacts .c-item .ci-avatar img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.contacts .ci-avatar {
  margin: -1px -1px 0;
}

.contacts .c-info {
  text-align: center;
  margin-top: 15px;
  padding: 0 5px;
}

.contacts .c-info strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.contacts .c-info small {
  color: #999;
  margin-top: 3px;
}

.contacts .c-info strong,
.contacts .c-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.contacts .c-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 18px;
}

.contacts .c-footer > button {
  padding: 4px 10px 3px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border: 0;
}

.contacts .c-footer > button > i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}

.z-depth-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.z-depth-1-top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.z-depth-1-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.z-depth-2 {
  box-shadow: 0 8px 17px #e0e0e0, 0 6px 20px #e0e0e0;
}

.z-depth-2-top {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
}

.z-depth-2-bottom {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.z-depth-3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.z-depth-3-top {
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
}

.z-depth-3-bottom {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
}

.z-depth-4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}

.z-depth-4-top {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
}

.z-depth-4-bottom {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.z-depth-5 {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
}

.z-depth-5-top {
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
}

.z-depth-5-bottom {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
}

.z-depth-animation .z-depth-1,
.z-depth-animation .z-depth-2,
.z-depth-animation .z-depth-3,
.z-depth-animation .z-depth-4,
.z-depth-animation .z-depth-5 {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * Block Header
 * Used for Heading outside the Cards.
 */

.block-header {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .block-header {
    padding: 0 22px;
  }
}

@media screen and (max-width: 991px) {
  .block-header {
    padding: 0 18px;
  }
}

.block-header > h2 {
  font-size: 15px;
  color: #777;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.block-header > h2 > small {
  display: block;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #9E9E9E;
  line-height: 140%;
}

.block-header .actions {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 4;
}

/*
 * Header Actions
 */

.actions {
  list-style: none;
  padding: 0;
  z-index: 3;
  margin: 0;
}

.actions > li {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 2px;
}

.actions > li > a,
.actions > a {
  width: 5px;
  height: 5px;
  display: inline-block;
  text-align: center;
  padding-top: 0px;
}

.actions > li > a > i,
.actions > a > i {
  color: #adadad;
  font-size: 20px;
}

.actions > li > a:hover > i,
.actions > a:hover > i {
  color: #000;
}

@media (min-width: 768px) {
  .actions > li > a,
  .actions > a {
    position: relative;
  }

  .actions > li > a:before,
  .actions > a:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .actions > li > a:hover:before,
  .actions > a:hover:before,
  .actions > li > a.open:before,
  .actions > a.open:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.actions > li.open > a > i,
.actions.open > a > i {
  color: #000;
}

.actions > li.open > a:before,
.actions.open > a:before {

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.actions.actions-alt > li > a > i {
  color: #fff;
}

.actions.actions-alt > li > a > i:hover {
  color: #fff;
}

.actions.actions-alt > li.open > a > i {
  color: #fff;
}

.actions.open {
  z-index: 3;
}

/*
 * Collapse Menu Icons
 */

.line-wrap {
  width: 18px;
  height: 12px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  margin: 12px 20px;
}

.line-wrap .line {
  width: 18px;
  height: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.line-wrap .line.center {
  margin: 3px 0;
}

.open .line-wrap {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open .line-wrap .line.top {
  width: 12px;
  transform: translateX(8px) translateY(1px) rotate(45deg);
  -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
}

.open .line-wrap .line.bottom {
  width: 12px;
  transform: translateX(8px) translateY(-1px) rotate(-45deg);
  -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
}

/*
 * Load More
 */

.load-more {
  text-align: center;
  margin-top: 30px;
}

.load-more a {
  padding: 5px 10px 3px;
  display: inline-block;
  background-color: #f44336;
  color: #FFF;
  border-radius: 2px;
  white-space: nowrap;
}

.load-more a i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}

.load-more a:hover {
  background-color: #ea1c0d;
}

.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}

.ie-warning p {
  font-size: 17px;
}

.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}

.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}

.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}

.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}

.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}

.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}

/*
 * Animation
 */

@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Make clicks pass-through */

#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: linear all;
  -o-transition: linear all;
  transition: linear all;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0);
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
  filter: alpha(opacity=100);
}

#loading-bar .bar {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  background: #0488D3;
  position: fixed;
  z-index: 10002;
  top: 65px;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  filter: alpha(opacity=45);
  box-shadow: #fff 1px 0 6px 1px;
  border-radius: 100%;
  z-index: 99999;
}

#loading-bar-spinner {
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  position: fixed;
  top: 105px;
  left: 50%;
  margin-left: -28px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#loading-bar-spinner .spinner-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  float: left;
  background: transparent !important;
  border: 2px solid #00bcd4;
  border-bottom-color: transparent !important;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}

#loading-bar-spinner:before,
#loading-bar-spinner:after {
  content: " ";
  display: table;
}

#loading-bar-spinner:after {
  clear: both;
}

#loading-bar-spinner:before,
#loading-bar-spinner:after {
  content: " ";
  display: table;
}

#loading-bar-spinner:after {
  clear: both;
}

#footer {
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #a2a2a2;
  padding-top: 35px;
  padding-bottom: 15px;
}

#footer .f-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 8px;
}

#footer .f-menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .f-menu > li > a {
  color: #a2a2a2;
}

#footer .f-menu > li > a:hover {
  color: #777;
}

@media (min-width: 1199px) {
  body.sw-toggled #footer {
    padding-left: 268px;
  }
}

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

.pt-inner .pti-header {
  padding: 45px 10px 70px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.pt-inner .pti-header > h2 {
  margin: 0;
  line-height: 100%;
  color: #fff;
  font-weight: 100;
  font-size: 50px;
}

.pt-inner .pti-header > h2 small {
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 100;
}

.pt-inner .pti-header .ptih-title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 10px 9px;
  text-transform: uppercase;
  margin: 0 -10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.pt-inner .pti-body {
  padding: 0 23px;
}

.pt-inner .pti-body .ptib-item {
  padding: 15px 0;
  font-weight: 400;
}

.pt-inner .pti-body .ptib-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.pt-inner .pti-footer {
  padding: 10px 20px 30px;
}

.pt-inner .pti-footer > a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.pt-inner .pti-footer > a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.invoice {
  min-width: 1100px;
  max-width: 1170px;
}

.i-logo {
  width: 150px;
}

.i-table .highlight {
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6;
}

.i-table td.highlight {
  font-size: 14px;
  font-weight: 500;
}

.wall-attrs {
  margin-bottom: 0;
}

.wa-stats {
  float: left;
}

.wa-stats > span {
  margin-right: -1px;
  padding: 7px 12px;
  border: 1px solid #E0E0E0;
  float: left;
  font-weight: 500;
}

.wa-stats > span.active {
  color: #4caf50;
}

.wa-stats > span:first-child {
  border-radius: 2px 0 0 2px;
}

.wa-stats > span:last-child {
  border-radius: 0 2px 2px 0;
}

.wa-stats > span > i {
  line-height: 100%;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 2px;
}

.wa-users {
  float: right;
  padding: 0 !important;
  margin-right: -5px;
}

.wa-users > a {
  display: inline-block;
  margin-left: 2px;
}

.wa-users > a > img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.wa-users > a > img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.wcc-inner {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  resize: none;
  border-radius: 2px;
  background: #fff;
  color: #9A9A9A;
  cursor: pointer;
}

.wcci-text {
  border: 0;
  display: block;
  width: 100%;
  resize: none;
  padding: 0;
}

.wall-comment-list {
  padding: 20px;
  background: #f7f7f7;
}

.wall-comment-list .media {
  position: relative;
}

.wall-comment-list .media:hover .actions {
  display: block;
}

.wall-comment-list .actions {
  display: none;
  position: absolute;
  right: -20px;
  top: -1px;
}

.wcl-list + .wcl-form {
  margin-top: 25px;
}

.wp-text {
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  resize: none;
}

.wp-media {
  background: #f7f7f7;
  border: 1px solid #E4E4E4;
  padding: 12px 15px;
  margin-top: 25px;
  text-align: center;
}

.wpb-actions {
  background: #f7f7f7;
  margin: 0;
  padding: 10px 20px;
}

.wpb-actions > li:not(.pull-right) {
  float: left;
}

[data-wpba="image"] {
  color: #4caf50;
}

[data-wpba="image"]:hover {
  color: #449d48;
}

[data-wpba="video"] {
  color: #ff9800;
}

[data-wpba="video"]:hover {
  color: #e68900;
}

[data-wpba="link"] {
  color: #00bcd4;
}

[data-wpba="link"]:hover {
  color: #00a5bb;
}

.wpba-attrs > ul > li {
  padding: 0;
  margin-right: 5px;
}

.wpba-attrs > ul > li > a {
  display: block;
  width: 22px;
}

.wpba-attrs > ul > li > a > i {
  font-size: 20px;
}

.wpba-attrs > ul > li > a.active > i {
  color: #333;
}

.wall-img-preview {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wall-img-preview {
    margin: 0 -23px 20px;
  }
}

@media screen and (max-width: 991px) {
  .wall-img-preview {
    margin: 0 -16px 20px;
  }
}

.wall-img-preview .wip-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.wall-img-preview .wip-item > img {
  display: none;
}

.wall-img-preview .wip-item:first-child:nth-last-child(2),
.wall-img-preview .wip-item:first-child:nth-last-child(2) ~ div {

  width: 50%;
  padding-bottom: 40%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(3),
.wall-img-preview .wip-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(4),
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wip-item:first-child:nth-last-child(5),
.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:not( :nth-last-of-type(-n+2)),
.wall-img-preview .wip-item:first-child:nth-last-child(6),
.wall-img-preview .wip-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3) {

  width: 33.333333%;
  padding-bottom: 30%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
  width: 50%;
  padding-bottom: 40%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(7),
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:not( :nth-last-of-type(-n+3)),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8) ~ div {

  width: 25%;
  padding-bottom: 22%;
}

.wall-img-preview .wip-item:only-child,
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {

  width: 100%;
  padding-bottom: 50%;
}

/*
 * For header type 1 only
 * You may remove these if you opt header 2
 */

#header .skin-switch {
  padding: 15px 0 8px;
  text-align: center;
}

#header .ss-skin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 2px 5px;
}

/* ----------------------------- End header type 1 ------------------------------------- */

/*
 * For header type 2 only
 * You may remove these if you opt header 1
 */

#header-2 .skin-switch {
  position: absolute;
  right: 58px;
  bottom: 23px;
  z-index: 1;
}

#header-2 .skin-switch .btn {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  z-index: 2;
}

#header-2 .skin-switch .dropdown-menu {
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  top: -42px;
  left: -40px;
  z-index: 1;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  -o-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#header-2 .skin-switch .dropdown-menu .ss-skin {
  position: absolute;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(1) {
  margin-left: -8px;
  top: 12px;
  left: 50%;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(2) {
  right: 24px;
  top: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(3) {
  top: 50%;
  margin-top: -8px;
  right: 12px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(4) {
  right: 24px;
  bottom: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(5) {
  margin-left: -8px;
  bottom: 12px;
  left: 50%;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(6) {
  left: 24px;
  bottom: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(7) {
  top: 50%;
  margin-top: -8px;
  left: 12px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(8) {
  left: 24px;
  top: 26px;
}

#header-2 .skin-switch.open .dropdown-menu {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* ----------------------------- End header type 2 ------------------------------------- */

/*
 * Do not remove these
 * This is common for both
 */

.ss-skin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.ss-skin:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

[data-current-skin="lightblue"] {
  background-color: #03a9f4;
}

[data-current-skin="lightblue"] .ss-icon {
  color: #03a9f4;
}

@media (max-width: 767px) {
  [data-current-skin="lightblue"] .ha-menu {
    background: #03a9f4;
  }
}

[data-current-skin="bluegray"] {
  background-color: #607d8b;
}

[data-current-skin="bluegray"] .ss-icon {
  color: #607d8b;
}

@media (max-width: 767px) {
  [data-current-skin="bluegray"] .ha-menu {
    background: #607d8b;
  }
}

[data-current-skin="blue"] {
  background-color: rgba(245, 124, 0, 0.7);
}

[data-current-skin="blue"] .ss-icon {
  color: #2196f3;
}

@media (max-width: 767px) {
  [data-current-skin="blue"] .ha-menu {
    background: #2196f3;
  }
}

[data-current-skin="purple"] {
  background-color: #9c27b0;
}

[data-current-skin="purple"] .ss-icon {
  color: #9c27b0;
}

@media (max-width: 767px) {
  [data-current-skin="purple"] .ha-menu {
    background: #9c27b0;
  }
}

[data-current-skin="orange"] {
  background-color: #ff9800;
}

[data-current-skin="orange"] .ss-icon {
  color: #ff9800;
}

@media (max-width: 767px) {
  [data-current-skin="orange"] .ha-menu {
    background: #ff9800;
  }
}

[data-current-skin="cyan"] {
  background-color: #00bcd4;
}

[data-current-skin="cyan"] .ss-icon {
  color: #00bcd4;
}

@media (max-width: 767px) {
  [data-current-skin="cyan"] .ha-menu {
    background: #00bcd4;
  }
}

[data-current-skin="green"] {
  background-color: #4caf50;
}

[data-current-skin="green"] .ss-icon {
  color: #4caf50;
}

@media (max-width: 767px) {
  [data-current-skin="green"] .ha-menu {
    background: #4caf50;
  }
}

[data-current-skin="teal"] {
  background-color: #009688;
}

[data-current-skin="teal"] .ss-icon {
  color: #009688;
}

@media (max-width: 767px) {
  [data-current-skin="teal"] .ha-menu {
    background: #009688;
  }
}

[data-current-skin="pink"] {
  background-color: #e91e63;
}

[data-current-skin="pink"] .ss-icon {
  color: #e91e63;
}

@media (max-width: 767px) {
  [data-current-skin="pink"] .ha-menu {
    background: #e91e63;
  }
}

.preloader {
  position: relative;
  margin: 0px auto;
  display: inline-block;
}

.preloader:not([class*="pl-"]) {
  width: 40px;
}

.preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.preloader.pl-xs {
  width: 20px;
}

.preloader.pl-sm {
  width: 30px;
}

.preloader.pl-lg {
  width: 50px;
}

.preloader.pl-xl {
  width: 80px;
}

.preloader.pl-xxl {
  width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
  stroke: #f44336;
}

.preloader.pls-blue .plc-path {
  stroke: #2196f3;
}

.preloader.pls-green .plc-path {
  stroke: #4caf50;
}

.preloader.pls-yellow .plc-path {
  stroke: #ffeb3b;
}

.preloader.pls-bluegray .plc-path {
  stroke: #607d8b;
}

.preloader.pls-amber .plc-path {
  stroke: #ffc107;
}

.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
  stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
  stroke: #9c27b0;
}

.pl-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.plc-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #f44336;
  }
  40% {
    stroke: #2196f3;
  }
  66% {
    stroke: #4caf50;
  }
  80%,
  90% {
    stroke: #ffc107;
  }
}

@media print {
  @page {
    margin: 0;
    size: auto;
  }

  body {
    margin: 0mm 0mm 0mm 0mm !important;
    padding: 0mm !important;
  }

  #header,
  #footer,
  #sidebar,
  #chat,
  .growl-animated,
  .m-btn {

    display: none !important;
  }

  /*
     * INVOICE
     */
  .invoice {
    padding: 30px !important;
    -webkit-print-color-adjust: exact !important;
  }

  .invoice .card-header {
    background: #eee !important;
    padding: 20px;
    margin-bottom: 20px;
    margin: -60px -30px 25px -30px;
  }

  .invoice .block-header {
    display: none;
  }

  .invoice .highlight {
    background: #eee !important;
  }
}

/*
 * Vendor Overrides
 */

.mejs-container {
  outline: none;
}

.mejs-container .mejs-controls {
  background: #ec592f;
  height: 50px;
  padding: 10px 5px 0;
}

.mejs-container .mejs-controls div {
  height: 5px;
}

.mejs-container .mejs-controls div.mejs-time-rail {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100% !important;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  margin: 0;
  width: 100% !important;
  background: #ec592f;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background: #D04B25;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  background: #ffea00;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
  background: #ec592f;
}

.mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float),
.mejs-container .mejs-controls div.mejs-time-rail a {
  border-radius: 0;
  height: 3px;
}

.mejs-container .mejs-controls .mejs-button button {
  background-color: #ec592f;
  width: 15px;
  height: 15px;
  background-position: center;
}

.mejs-container .mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.mejs-container .mejs-controls .mejs-volume-button {
  position: absolute;
  right: 35px;
}

.mejs-container .mejs-controls .mejs-play button {
  background-image: url("../img/icons/play.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-play button {
    background-image: url("../img/icons/play@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-pause button {
  background-image: url("../img/icons/pause.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-pause button {
    /*background-image: url("../img/icons/pause@2x.png");*/
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-mute button {
  /*background-image: url("../img/icons/speaker.png");*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-mute button {
    /*
        background-image: url("../img/icons/speaker@2x.png");
        */
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-unmute button {
  background-image: url("../img/icons/speaker-2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-unmute button {
    background-image: url("../img/icons/speaker-2@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  right: 5px;
}

.mejs-container .mejs-controls .mejs-fullscreen-button button {
  background-image: url("../img/icons/fullscreen.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
    background-image: url("../img/icons/fullscreen@2x.png");
    background-size: 15px 15px;
  }
}

/** CALENDAR WIDGET **/

#calendar-widget {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#fc-actions {
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.fc td,
.fc th {
  border-color: #f0f0f0;
}

.fc th {
  font-weight: 400;
}

.fc table {
  background: transparent;
}

.fc table tr > td:first-child {
  border-left-width: 0;
}

#calendar-widget .fc-toolbar {
  background: #009688;
}

#calendar-widget .fc-day-header {
  color: #fff;
  background: #007d71;
  padding: 5px 0;
  border-width: 0;
}

#calendar-widget .fc-day-number {
  text-align: center;
  color: #ADADAD;
  padding: 5px 0;
}

#calendar-widget .fc-day-grid-event {
  margin: 1px 3px 1px;
}

#calendar-widget .ui-widget-header th,
#calendar-widget .ui-widget-header {
  border-width: 0;
}

#calendar .fc-toolbar {
  height: 300px;
  background-image: url('../img/cal-header.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-position: inherit;
}

#calendar .fc-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 0;
  left: 0;
}

#calendar .fc-toolbar .fc-center {
  margin-top: 238px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #calendar .fc-toolbar {
    height: 200px;
  }

  #calendar .fc-toolbar .fc-center {
    margin-top: 138px;
  }
}

#calendar .fc-day-header {
  color: #ADADAD;
  text-align: left;
  font-size: 14px;
  border-bottom-width: 0;
  border-right-color: #eee;
  padding: 10px 12px;
}

#calendar .fc-day-number {
  padding-left: 10px !important;
  color: #CCC;
  text-align: left !important;
}

@media screen and (min-width: 991px) {
  #calendar .fc-day-number {
    font-size: 25px;
    letter-spacing: -2px;
  }
}

#calendar .fc-day-grid-event {
  margin: 1px 9px 0;
}

.fc-today {
  color: #ffc107;
}

.fc-toolbar {
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative;
}

.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #fff;
}

.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #009688;
}

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  line-height: 100%;
  width: 30px;
  display: block;
  margin-top: 2px;
}

.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1;
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\f2fa";
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\f2fb";
}

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
}

.fc-event .fc-title {
  padding: 2px 8px;
  display: block;
}

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px;
}

.fc-view,
.fc-view > table {

  border: 0;
  overflow: hidden;
}

.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0;
}

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important;
}

.fc-today {
  color: #ffc107 !important;
}

/* Even Tag Color */

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

.event-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.event-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.event-tag > span.selected:before {
  font-family: 'Material-Design-Iconic-Font';
  content: "\f26b";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #FFF;
}

hr.fc-divider {
  border-width: 1px;
  border-color: #eee;
}

.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow: hidden !important;
}

.chosen-container .chosen-drop {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  border: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform opacity;
  -o-transition: transform opacity;
  transition: transform opacity;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.chosen-container.chosen-with-drop .chosen-drop {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.chosen-container.chosen-with-drop .chosen-single:after {
  width: 100%;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  max-height: 300px;
  list-style: none;
}

.chosen-container .chosen-results li {
  padding: 10px 17px;
  width: 100%;
}

.chosen-container .chosen-results li.highlighted {
  background: rgba(0, 0, 0, 0.075);
  color: #333333;
}

.chosen-container .chosen-results li.result-selected {
  background: transparent;
  color: #5e5e5e;
  position: relative;
}

.chosen-container .chosen-results li.result-selected:before {
  content: "\f26b";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 19px;
}

.chosen-container .chosen-results li.group-result {
  color: #B2B2B2;
  font-weight: normal;
  padding: 16px 15px 6px;
  margin-top: 9px;
}

.chosen-container .chosen-results li.group-result:not(:first-child) {
  border-top: 1px solid #eee;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
  overflow: visible;
  height: 34px;
  padding: 6px 0 6px;
  /*text-transform: uppercase;*/
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}

.chosen-container-single .chosen-single:after {
  content: "";
  width: 0;
  background: #2196f3;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.chosen-container-single .chosen-single div b {
  background-image: url("../assets/icons/png/select.png");
  background-repeat: no-repeat;
  background-position: right 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .chosen-container-single .chosen-single div b {
    background-image: url("../assets/icons/png/select@2x.png");
    background-size: 12px 12px;
  }
}

.chosen-container-single .chosen-search {
  padding: 5px 5px 5px 40px;
  background: #f7f7f7;
}

.chosen-container-single .chosen-search:before {
  content: "\f1c3";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 25px;
  padding: 5px 0 0 15px;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 0;
  height: 35px;
  background-color: transparent;
  line-height: 1.42857143;
}

.chosen-container-multi .chosen-choices {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 2px;
  margin: 4px 4px 0 0;
  background: #eaeaea;
  border-color: #eaeaea;
  padding: 5px 23px 5px 8px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  content: "\f135";
  position: relative;
  top: 1px;
  color: #9C9C9C;
  z-index: 2;
  font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 0;
  height: 31px;
  width: auto;
}

select.chosen {
  display: none;
}

.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.noUi-background {
  background: #d4d4d4;
  box-shadow: none;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
}

.noUi-vertical {
  width: 3px;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  -webkit-transition: box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  cursor: pointer;
  position: relative;
}

.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:after,
.noUi-vertical .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle:active,
.noUi-vertical .noUi-handle:active {
  background: #ccc !important;
}

.noUi-horizontal .noUi-handle .is-tooltip,
.noUi-vertical .noUi-handle .is-tooltip {
  position: absolute;
  bottom: 32px;
  height: 35px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  padding: 0 10px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.noUi-horizontal .noUi-handle .is-tooltip:after,
.noUi-vertical .noUi-handle .is-tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  content: "";
}

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1);
}

.noUi-horizontal .noUi-active .is-tooltip,
.noUi-vertical .noUi-active .is-tooltip {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  bottom: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.input-slider:not([data-is-color]) .noUi-handle,
.input-slider-range:not([data-is-color]) .noUi-handle,
.input-slider-values:not([data-is-color]) .noUi-handle,
.input-slider:not([data-is-color]) .noUi-connect,
.input-slider-range:not([data-is-color]) .noUi-connect,
.input-slider-values:not([data-is-color]) .noUi-connect {
  background: #009688 !important;
}

.input-slider:not([data-is-color]) .is-tooltip,
.input-slider-range:not([data-is-color]) .is-tooltip,
.input-slider-values:not([data-is-color]) .is-tooltip {
  background: #009688;
}

.input-slider:not([data-is-color]) .is-tooltip:after,
.input-slider-range:not([data-is-color]) .is-tooltip:after,
.input-slider-values:not([data-is-color]) .is-tooltip:after {
  border-color: #009688 transparent transparent transparent;
}

.input-slider[data-is-color=red] .noUi-handle,
.input-slider-range[data-is-color=red] .noUi-handle,
.input-slider-values[data-is-color=red] .noUi-handle,
.input-slider[data-is-color=red] .noUi-connect,
.input-slider-range[data-is-color=red] .noUi-connect,
.input-slider-values[data-is-color=red] .noUi-connect {
  background: #f44336 !important;
}

.input-slider[data-is-color=blue] .noUi-handle,
.input-slider-range[data-is-color=blue] .noUi-handle,
.input-slider-values[data-is-color=blue] .noUi-handle,
.input-slider[data-is-color=blue] .noUi-connect,
.input-slider-range[data-is-color=blue] .noUi-connect,
.input-slider-values[data-is-color=blue] .noUi-connect {
  background: #2196f3 !important;
}

.input-slider[data-is-color=cyan] .noUi-handle,
.input-slider-range[data-is-color=cyan] .noUi-handle,
.input-slider-values[data-is-color=cyan] .noUi-handle,
.input-slider[data-is-color=cyan] .noUi-connect,
.input-slider-range[data-is-color=cyan] .noUi-connect,
.input-slider-values[data-is-color=cyan] .noUi-connect {
  background: #00bcd4 !important;
}

.input-slider[data-is-color=amber] .noUi-handle,
.input-slider-range[data-is-color=amber] .noUi-handle,
.input-slider-values[data-is-color=amber] .noUi-handle,
.input-slider[data-is-color=amber] .noUi-connect,
.input-slider-range[data-is-color=amber] .noUi-connect,
.input-slider-values[data-is-color=amber] .noUi-connect {
  background: #ffc107 !important;
}

.input-slider[data-is-color=green] .noUi-handle,
.input-slider-range[data-is-color=green] .noUi-handle,
.input-slider-values[data-is-color=green] .noUi-handle,
.input-slider[data-is-color=green] .noUi-connect,
.input-slider-range[data-is-color=green] .noUi-connect,
.input-slider-values[data-is-color=green] .noUi-connect {
  background: #4caf50 !important;
}

.input-slider .noUi-origin {
  background: #d4d4d4;
}

.input-slider:not([data-is-color]) .noUi-base {
  background: #009688 !important;
}

.input-slider[data-is-color=red] .noUi-base {
  background: #f44336 !important;
}

.input-slider[data-is-color=blue] .noUi-base {
  background: #2196f3 !important;
}

.input-slider[data-is-color=cyan] .noUi-base {
  background: #00bcd4 !important;
}

.input-slider[data-is-color=amber] .noUi-base {
  background: #ffc107 !important;
}

.input-slider[data-is-color=green] .noUi-base {
  background: #4caf50 !important;
}

.cp-container {
  position: relative;
}

.cp-container > .input-group input.cp-value {
  color: #000 !important;
  background: transparent !important;
}

.cp-container > .input-group .dropdown-menu {
  padding: 20px;
}

.cp-container i.cp-value {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 15px;
}

.note-editor,
.note-popover {
  border-color: #e4e4e4;
}

.note-editor .note-toolbar,
.note-popover .note-toolbar,
.note-editor .popover-content,
.note-popover .popover-content {
  background: #fff;
  border-color: #e4e4e4;
  margin: 0;
  padding: 10px 0 15px;
  text-align: center;
}

.note-editor .note-toolbar > .btn-group,
.note-popover .note-toolbar > .btn-group,
.note-editor .popover-content > .btn-group,
.note-popover .popover-content > .btn-group {

  display: inline-block;
  float: none;
  box-shadow: none;
}

.note-editor .note-toolbar > .btn-group .btn,
.note-popover .note-toolbar > .btn-group .btn,
.note-editor .popover-content > .btn-group .btn,
.note-popover .popover-content > .btn-group .btn {
  margin: 0 1px;
}

.note-editor .note-toolbar > .btn-group > .active,
.note-popover .note-toolbar > .btn-group > .active,
.note-editor .popover-content > .btn-group > .active,
.note-popover .popover-content > .btn-group > .active {

  background: #00bcd4;
  color: #fff;
}

.note-editor .note-toolbar .btn,
.note-popover .note-toolbar .btn,
.note-editor .popover-content .btn,
.note-popover .popover-content .btn {
  height: 40px;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.note-editor .note-toolbar .btn:active,
.note-popover .note-toolbar .btn:active,
.note-editor .popover-content .btn:active,
.note-popover .popover-content .btn:active {
  box-shadow: none;
}

.note-editor .note-toolbar .note-palette-title,
.note-popover .note-toolbar .note-palette-title,
.note-editor .popover-content .note-palette-title,
.note-popover .popover-content .note-palette-title {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 13px !important;
  text-align: center !important;
  border: 0 !important;
}

.note-editor .note-toolbar .note-color-reset,
.note-popover .note-toolbar .note-color-reset,
.note-editor .popover-content .note-color-reset,
.note-popover .popover-content .note-color-reset {
  padding: 0 0 10px !important;
  margin: 0 !important;
  background: none;
  text-align: center;
}

.note-editor .note-toolbar .note-color .dropdown-menu,
.note-popover .note-toolbar .note-color .dropdown-menu,
.note-editor .popover-content .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 335px;
}

.note-editor .note-statusbar .note-resizebar,
.note-popover .note-statusbar .note-resizebar {
  border-color: #E8E8E8;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar,
.note-popover .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #BCBCBC;
}

.note-editor .fa,
.note-popover .fa {
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
}

.note-editor .fa:before,
.note-popover .fa:before {
  font-family: 'Material Design Iconic Font';
}

.note-editor .fa.fa-magic:before,
.note-popover .fa.fa-magic:before {
  content: "\f11b";
}

.note-editor .fa.fa-bold:before,
.note-popover .fa.fa-bold:before {
  content: "\f17a";
}

.note-editor .fa.fa-italic:before,
.note-popover .fa.fa-italic:before {
  content: "\f181";
}

.note-editor .fa.fa-underline:before,
.note-popover .fa.fa-underline:before {
  content: "\f18b";
}

.note-editor .fa.fa-font:before,
.note-popover .fa.fa-font:before {
  content: "\f17e";
}

.note-editor .fa.fa-list-ul:before,
.note-popover .fa.fa-list-ul:before {
  content: "\f183";
}

.note-editor .fa.fa-list-ol:before,
.note-popover .fa.fa-list-ol:before {
  content: "\f184";
}

.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "\f178";
}

.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "\f178";
}

.note-editor .fa.fa-align-right:before,
.note-popover .fa.fa-align-right:before {
  content: "\f179";
}

.note-editor .fa.fa-align-center:before,
.note-popover .fa.fa-align-center:before {
  content: "\f176";
}

.note-editor .fa.fa-align-justify:before,
.note-popover .fa.fa-align-justify:before {
  content: "\f177";
}

.note-editor .fa.fa-indent:before,
.note-popover .fa.fa-indent:before {
  content: "\f180";
}

.note-editor .fa.fa-outdent:before,
.note-popover .fa.fa-outdent:before {
  content: "\f17f";
}

.note-editor .fa.fa-text-height:before,
.note-popover .fa.fa-text-height:before {
  content: "\f182";
}

.note-editor .fa.fa-table:before,
.note-popover .fa.fa-table:before {
  content: "\f21e";
}

.note-editor .fa.fa-link:before,
.note-popover .fa.fa-link:before {
  content: "\f10d";
}

.note-editor .fa.fa-picture-o:before,
.note-popover .fa.fa-picture-o:before {
  content: "\f224";
}

.note-editor .fa.fa-minus:before,
.note-popover .fa.fa-minus:before {
  content: "\f16e";
}

.note-editor .fa.fa-arrows-alt:before,
.note-popover .fa.fa-arrows-alt:before {
  content: "\f29f";
}

.note-editor .fa.fa-code:before,
.note-popover .fa.fa-code:before {
  content: "\f066";
}

.note-editor .fa.fa-question:before,
.note-popover .fa.fa-question:before {
  content: "\f033";
}

.note-editor .fa.fa-eraser:before,
.note-popover .fa.fa-eraser:before {
  content: "\f17b";
}

.note-editor .fa.fa-square:before,
.note-popover .fa.fa-square:before {
  content: "\f1f4";
}

.note-editor .fa.fa-circle-o:before,
.note-popover .fa.fa-circle-o:before {
  content: "\f2e3";
}

.note-editor .fa.fa-times:before,
.note-popover .fa.fa-times:before {
  content: "\f29a";
}

.note-editor .note-air-popover .arrow,
.note-popover .note-air-popover .arrow {
  left: 20px;
}

.note-editor .note-editable {
  padding: 20px 23px;
}

.bootstrap-datetimepicker-widget {
  margin-top: 0 !important;
}

.bootstrap-datetimepicker-widget.top {
  -webkit-transform-origin: 0 100% !important;
  -moz-transform-origin: 0 100% !important;
  -ms-transform-origin: 0 100% !important;
  transform-origin: 0 100% !important;
}

.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  display: none !important;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle span {
  background: #fff;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle span:hover {
  background: #fff;
}

.bootstrap-datetimepicker-widget .datepicker-days table {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget .timepicker .md {
  font-size: 25px;
}

.bootstrap-datetimepicker-widget .glyphicon {
  color: #333;
}

.bootstrap-datetimepicker-widget .active {
  background: #2196f3 !important;
}

.fileinput {
  position: relative;
  padding-right: 35px;
}

.fileinput .close {
  position: absolute;
  top: 5px;
  font-size: 12px;
  float: none;
  opacity: 1;
  font-weight: 500;
  border: 1px solid #ccc;
  width: 19px;
  text-align: center;
  height: 19px;
  line-height: 15px;
  border-radius: 50%;
  right: 0;
}

.fileinput .close:hover {
  background: #eee;
}

.fileinput .btn-file > input {
  z-index: 1000;
}

.fileinput .input-group-addon {
  padding: 0 10px;
  vertical-align: middle;
}

.fileinput .fileinput-preview {
  width: 200px;
  height: 150px;
  position: relative;
}

.fileinput .fileinput-preview img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px;
}

.fileinput .fileinput-preview:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1;
}

#lg-outer {
  background: rgba(255, 255, 255, 0.95);
}

#lg-outer .object {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

#lg-close {
  display: none;
}

#lg-action {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px;
  text-align: center;
}

#lg-action > a {
  background: transparent;
  color: #9D9D9D;
  font-size: 18px;
  width: 28px;
  height: 37px;
}

#lg-action > a:hover {
  background: transparent;
  color: #000;
}

#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #f44336;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #fff;
}

#lg-action .cl-thumb:hover {
  background: #f32c1e;
}

#lg-gallery .thumb-cont {
  background: #f44336;
  text-align: center;
}

#lg-gallery .thumb-cont .thumb-info {
  background: #f44336;
}

#lg-gallery .thumb-cont .thumb-info .count {
  display: none;
}

#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none;
}

#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none;
}

#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100);
}

#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px;
}

.lg-slide {
  background: none !important;
}

.lg-slide em {
  font-style: normal;
}

.lg-slide em h3 {
  margin-bottom: 5px;
}

.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.waves-button,
.waves-circle {
  -webkit-mask-image: none;
  line-height: inherit;
}

.date-picker .dp-inline {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  display: inline-block;
}

.date-picker:not(.dp-blue):not(.dp-red) .tr-dpnav th {
  background: #009688;
}

.date-picker:not(.dp-blue):not(.dp-red) .tr-dpday th {
  background: #00877a;
}

.date-picker:not(.dp-blue):not(.dp-red) .dp-active {
  background-color: #009688;
}

.date-picker:not(.dp-blue):not(.dp-red) .dp-actions .btn-link {
  color: #009688;
}

.date-picker .dropdown-menu {
  padding: 0;
  margin: 0;
}

.date-picker.is-opened .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.dp-table {
  position: relative;
  z-index: 1;
}

.dp-table thead > tr th:first-child {
  padding-left: 15px;
}

.dp-table thead > tr th:last-child {
  padding-right: 15px;
}

.dp-table tbody > tr:first-child > td {
  padding-top: 15px;
}

.dp-table tbody > tr:last-child > td {
  padding-bottom: 15px;
}

.dp-table tbody > tr td:first-child {
  padding-left: 15px;
}

.dp-table tbody > tr td:last-child {
  padding-right: 15px;
}

.btn-dp {
  background: transparent;
  border: 0;
}

.btn-dp .zmdi {
  font-size: 18px;
  line-height: 100%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 34px;
}

.btn-dp .zmdi:hover {
  background-color: rgba(0, 0, 0, 0.14);
}

.btn-dp[disabled] {
  color: #CDCDCD;
}

.btn-dp[disabled] .dp-day-muted {
  color: #CDCDCD;
}

.btn-dpbody {
  padding: 13px;
  font-size: 12px;
  border-radius: 2px;
}

.btn-dpbody:not(.dp-active):not([disabled]) {
  color: #000;
}

.btn-dpbody:not(.dp-active):not([disabled]):not(.dp-today):hover {
  background: #F0F0F0;
}

.btn-dpday {
  border-radius: 50%;
  width: 42px !important;
  height: 42px;
}

.tr-dpnav .btn-dp {
  color: #fff;
  padding: 25px 0 23px;
}

.tr-dpday th {
  padding: 8px 0 9px;
  color: #fff;
  text-transform: uppercase;
}

.dp-active {
  color: #fff;
}

.dp-today:not(.dp-active) {
  background-color: #E2E2E2;
}

.dp-day-muted {
  color: #8B8B8B;
}

.dp-title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.dp-title:hover {
  background-color: rgba(0, 0, 0, 0.14);
  border-radius: 2px;
}

.dp-blue .tr-dpnav th {
  background: #2196f3;
}

.dp-blue .tr-dpday th {
  background: #128ff2;
}

.dp-blue .dp-active {
  background-color: #2196f3;
}

.dp-blue .dp-actions .btn-link {
  color: #2196f3;
}

.dp-red .tr-dpnav th {
  background: #f44336;
}

.dp-red .tr-dpday th {
  background: #f33527;
}

.dp-red .dp-active {
  background-color: #f44336;
}

.dp-red .dp-actions .btn-link {
  color: #f44336;
}

.dp-actions {
  padding: 10px 20px 20px;
  text-align: right;
}

.dp-actions .btn-link {
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
}

.ng-table th.sortable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ng-table th.sortable:hover {
  background-color: #FDFBD3;
}

.ng-table .form-control {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  height: 40px;
}

.ng-table .form-control:active,
.ng-table .form-control:focus {
  border-color: #D7D7D7 !important;
}

.ng-table-pager {
  padding: 12px 0px 15px;
  min-height: 101px;
  text-align: center;
}

/*@media screen and (min-width: 768px) {
  .ng-table-pager {
    background: #fff;
  }
}*/

.ng-table-counts {
  box-shadow: none !important;
  margin-top: 23px;
  border: 1px solid #E8E8E8;
}

@media screen and (max-width: 768px) {
  .ng-table-counts {
    display: none;
  }
}

.ng-table-counts .active {
  background: #F0F0F0;
}

@media screen and (max-width: 768px) {
  .ng-table-pagination {
    width: 100%;
    text-align: center;
  }
}

.ng-table-pagination > li {
  position: relative;
}

.ng-table-pagination > li:first-child:before,
.ng-table-pagination > li:last-child:before {

  font-family: 'Material-Design-Iconic-Font';
  font-size: 22px;
  position: absolute;
  left: 16px;
  top: 5px;
  z-index: 12;
}

.ng-table-pagination > li:first-child > a,
.ng-table-pagination > li:last-child > a {

  font-size: 0px;
}

.ng-table-pagination > li:first-child:before {
  content: "\f2fa";
}

.ng-table-pagination > li:last-child:before {
  content: "\f2fb";
}

.sortable .ng-table-header {
  position: relative;
}

.sortable .ng-table-header:before {
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 17px;
}

.sortable.sort-desc .ng-table-header:before {
  content: "\f1ce";
}

.sortable.sort-asc .ng-table-header:before {
  content: "\f1cd";
}

.sweet-alert {
  border-radius: 2px;
  padding: 10px 30px;
}

.sweet-alert h2 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.sweet-alert .lead {
  font-size: 13px;
}

.sweet-alert .btn {
  padding: 6px 12px;
  font-size: 13px;
  margin: 20px 2px 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  border-radius: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_vertical {
  margin: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}

.mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5) !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin {
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active {
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
  margin: 0 15px 0 0;
  border: 1px solid #c52d2f;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators {
  display: none;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
  color: white;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.ng-show {
  /* this is just another form of hiding an element */
  display: block !important;
}

.chosen-container {
  min-width: 100% !important;
  max-width: 100% !important;
}

.bottommargin {
  margin-bottom: 20px;
}

.topmargin {
  margin-top: 0px;
}

.ui-grid {
  border: none !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.error {
  color: crimson;
}

.success {
  color: forestgreen;
}

.required {
  color: crimson;
  font-size: 20px;
}

.logoheading {
  color: black;
  font-size: 24px;
}

.localytics-chosen {
  display: block !important;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 9px;
}

.texteditor {
  border: 1px solid #E1E1E1 !important;
  max-height: 200px;
  overflow-y: scroll;
}

.ta-editor {
  width: 100%;
}

.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 2px solid #B6B6B6;
}

.ticketseparator {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 2px solid #0a83f7;
}

.cardcontainer {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .cardcontainer {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .cardcontainer {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .cardcontainer {
    max-width: 100%;
  }
}

.cardcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.blockheading {
  padding: 20px;
  background-color: #009688;
}

.white {
  color: white !important;
}

nav {
  /*background-color: #a2a2a2;*/
  border: none;
}

nav > li {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  cursor: pointer;
  vertical-align: top;
  color: #333;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ha-menu {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.time-radioboxes .btn-group label {
  height: 44px;
  max-width: 20%;
  margin-right: 0;
  overflow: hidden;
}

.time-radioboxes .btn-group {
  width: 100%;
}

.btn-pick-time input[type="radio"] {
  display: none;
}

.time-radioboxes .ui-button-text-only .ui-button-text {
  padding-top: 12px;
}

.time-radioboxes .ui-state-default {
  background: #e6e6e6;
}

.time-radioboxes .ui-state-hover {
  background: #e2e2e2;
}

.btn-pick-time.active {
  background: #ffc107;
  box-shadow: none;
}

.time-radioboxes .btn-pick-time.active .ui-button-text {
  color: #fff;
}

label.btn.btn-pick-time {
  width: 16%;
  margin: 2px;
}

#pick_an_appointment_time {
  margin-top: -4px;
}

.NOTAVAILABLE h2 {
  color: #9e9e9e !important;
}

.NOTAVAILABLE {
  /*background-color: #9e9e9e !important;*/
  color: #fff;
}

.selectedpatient {
  color: #00bcd4;
  font-size: 14px;
}

.slotbtn {
  margin: 15px;
  width: 50px;
  height: 50px;
  white-space: normal;
}

.slot {
  width: auto;
  display: inline-block;
  margin: 10px;
}

.slot > small {
  color: #969696;
  display: block;
  margin-top: 5px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

.slotbtn.active {
  background: #ffc107 !important;
  box-shadow: none;
}

.facilityTitle {
  color: #fff
}

.width-animation {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

/*right padding for the sub action*/

#content.sub-toggled #partialcontent {
  /*padding-right: 300px !important;*/
}

.uib-datepicker-popup {
  z-index: 10;
}

.mgr_10 {
  margin: 10px;
}

.waves-circle {
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.waves-circle i {
  color: black;
}

.waves-circle.NOTAVAILABLE {
  /*background-color: #9e9e9e !important;
    color: #fff;
    border-color: transparent !important;*/
}

.waves-circle.AVAILABLE {
  background-color: #8bc34a !important;
  color: #fff;
  border-color: transparent !important;
}

.AVAILABLE h2 {
  color: #278707 !important;
  font-weight: bold;
}

.WARNING h2 {
  color: #FFC200 !important;
}

.waves-circle.WARNING {
  background-color: #f44336 !important;
  color: #fff;
  border-color: transparent !important;
}

.slotstatus.NOTAVAILABLE {
  background-color: transparent !important;
  color: #9e9e9e !important;
  box-shadow: 0 0px 0px !important;
}

.slotstatus.AVAILABLE {
  color: #278707 !important;
  box-shadow: 0 0px 0px !important;
}

.slotstatus.WARNING {
  color: #FFC200 !important;
  box-shadow: 0 0px 0px !important;
}

#sidebar i {
  color: #6E2505 !important;
}

.brd-2 {
  background-color: #eeeff4 !important;
  color: black;
}

#partialcontent .brd-2 span {
  font-size: 14px;
}

.brd-2 .actionHeader {
  font-size: 18px !important;
  vertical-align: super !important;
}

.vAlignMiddle {
  vertical-align: middle !important;
}

.vAlignTop {
  vertical-align: top !important;
}

.vAlignBottom {
  vertical-align: bottom !important;
}

.fullwidth {
  width: 100%;
}

#chat .brd-2 {
  background-color: #6E2505 !important;
}

.card-header h2 {
  color: rgba(14, 15, 15, 1) !important;
  font-family: Helvetica;
  font-size: 14px;
}

header {
  background: #6E2505 !important;
}

.oldapp {
  color: crimson !important;
  font-size: 14px;
  font-weight: bold;
}

.newapp {
  color: green !important;
  font-size: 14px;
  font-weight: bold;
}

.whitespace {
  white-space: normal !important;
}

.imgiconlogo {
  height: 3em;
}

.imgicon5 {
  width: 5em;
  height: 5em;
}

.imgicon {
  width: 4em;
  height: 4em;
}

.imgicon35 {
  width: 3.5em;
  height: 3em;
}

.imgicon2 {
  width: 3em;
  height: 3em;
}

.imgicon25 {
  width: 2.5em;
  height: 2.5em;
}

.imgicon20 {
  width: 2.0em;
  height: 2.0em;
}

.size25 {
  width: 25px;
  height: 25px;
}

.imgicon02 {
  width: 2em;
  height: 2.5em;
}

.imgicon15 {
  width: 1.5em;
  height: 1.5em;
}

.imgicon12 {
  width: 1.2em;
  height: 1.2em;
}

#otpdlg {
  margin-right: 10px;
}

#otpdlg span {
  display: block;
  text-align: center;
  color: white !important;
  font-size: 12px !important;
  font-family: Helvetica;
}

.imgicon-lg {
  width: 5em;
  height: 5em;
}

/*Notification Related CSS*/

/* temporary workaround for display editable-bstime in bs3 - up/down symbols not shown */

.editable-bstime .editable-input i.icon-chevron-up:before {
  content: '\e113';
}

.editable-bstime .editable-input i.icon-chevron-down:before {
  content: '\e114';
}

.editable-bstime .editable-input i.icon-chevron-up,
.editable-bstime .editable-input i.icon-chevron-down {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.signup-block {
  background: #fff;
  box-shadow: 0 1px 11px #E8E8E8;
  border-radius: 2px;
  width: 500px;
  display: inline-block;
  margin-top: 10%;
  vertical-align: middle;
  position: relative;
  margin-left: 15%;
}

.signup-block-new {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.circle {
  background: #6E2405;
  border-radius: 200px;
  color: white;
  height: 50px;
  font-weight: bold;
  width: 50px;
}

@media (max-width: 767px) {
  .signup-block {
    padding: 15px 35px 25px 20px;
    width: calc(100% - 60px);
  }
}

.signup-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left;
}

.signup-block .btn-login {
  top: 50%;
  margin-top: -25px;
  right: -25px;
}

.signup-block .btn-float {
  color: #ffffff;
  background-color: #6E2405 !important;
  border-color: transparent !important;
  z-index: 100;
}

.activetemplate {
  background-color: rgba(255, 193, 7, 0.50);
}

button:disabled {
  background-color: rgba(0, 0, 0, 0.19);
  color: #333;
}

.btnwidth {
  width: 90px;
  font-family: helvetica;
}

.signupbtn {
  border: 1px solid #6E2405;
  color: #6E2405;
  font-family: helvetica;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
  background-color: white;
}

.signupbtn:hover {
  background-color: white !important;
  color: #6E2405 !important;
  border: 1px solid #6E2405 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}

.loginbutton:disabled {
  background-color: #6E2405 !important;
  color: #ffffff;
}

.overlaybtn:disabled {
  background-color: #6E2505 !important;
}

.patienthistory .checkbox {
  position: relative;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.medicalhistorycol {
  height: 50px;
  padding: 10px;
}

.selectoptions .select-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 100%;
}

.select-menu.pull-right {
  right: 0;
  left: auto;
}

.select-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
}

.select-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.select-menu > li > a:hover,
.select-menu > li > a:focus {

  text-decoration: none;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}

.select-menu > .active > a,
.select-menu > .active > a:hover,
.select-menu > .active > a:focus {

  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.075);
}

.select-menu.dm-icon > li > a > .zmdi {
  line-height: 100%;
  vertical-align: top;
  font-size: 18px;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.strech {
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}

.extAppointment {
  background-color: #E8D4C4;
}

/*CSS FOR APPOINTMENT CARD VIEW*/

.appointmentCard {
  margin: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.appointmentTime {
  padding-top: 5px;
  vertical-align: top !important;
}

.appointmentTime p {
  margin-bottom: 5px !important;
  font-size: 12px;
  font-family: Helvetica;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
}

.appointmentTime > h2,
.appointmentTime > small {

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0px;
}

.appointmentTime > h2 {
  margin: 0;
  line-height: 100%;
  font-size: 18px;
  font-family: Helvetica;
  color: rgba(0, 0, 0, 1);
}

.media h2 {
  margin: 0;
  line-height: 100%;
  font-size: 22px;
  font-weight: 300;
  color: black;
  white-space: nowrap;
}

.appointmentCard .colseprator {
  border-right: 1px solid #ccc;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

.appointmentCard ul.dropdown-menu {
  min-width: 100% !important;
}

.appointmentCard ul.dropdown-menu li {
  margin-bottom: 5px;
}

.appointmentCard button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}

.weekDate {
  padding: 5px;
  width: 50px;
  height: 50px;
}

.weekpickerDate {
  background-color: #ededef;
  border-bottom: 2px solid #6E2505;
}

.selectedDate {
  color: black;
  padding: 10px;
  vertical-align: super;
  font-weight: inherit;
  line-height: 100%;
  font-size: 16px !important;
}

.smallselectedDate {
  color: black;
  padding: 2px;
  vertical-align: super;
  line-height: 100%;
  font-size: 12px !important;
}

.disable {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;
  width: 100%;
  height: 100%;
}

#overlay,
#nextoverlay,
#profileoverlay,
#patientlistoverlay {
  top: 0;
  /*bottom: 0;*/
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 5%;
  position: fixed;
  width: 70%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3ms ease;
  z-index: 16;
  align-content: center;
  border-radius: 5px;
}

/*#profileoverlay,
        #patientlistoverlay {*/

/*margin-top: 0px !important;*/

/*width: 100% !important;*/

/*height: auto !important;*/

/*}*/

#nextoverlay {
  margin-top: 160px !important;
  width: 50% !important;
}

.open {
  opacity: 1 !important;
  visibility: visible !important;
}

.buttons {
  margin-right: 20px;
}

.close {
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 14px;
  color: #6E2505;
  margin-top: 0px;
  z-index: 3;
  cursor: pointer;
  font-family: sans-serif;
  opacity: 1;

span,
span:before,
span:after {
  border-radius: 4px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

span {
  background: transparent;
}

span:before {
  transform: rotate(45deg);
}

span:after {
  transform: rotate(-45deg);
}

}

.outer-close {
  right: 0;
  width: 85px;
  height: 85px;
  cursor: pointer;
}

button {
  padding: 15px 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .4);
  color: black;
  border-radius: 8px;
  transition: all .5s ease;

&
:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

}

.cellborder {
  border-right: 1px solid #ededef;
}

.tablecell {
  display: table-cell;
}

.tablerow {
  display: table-row;
}

.historyicon {
  font-size: 25px !important;
  width: 100%;
  text-align: left;
}

.inline {
  display: inline;
}

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

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

.ulposition {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.historyrow {
  border: 0px solid #c7c7c7;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 5px 5px 5px #d6d6d6;
}

.profileinputs {
  height: 22px;
  width: 80%;
}

.profilescroller {
  /*overflow-y: scroll;*/
  height: 500px;
}

.visitscroller {
  overflow-y: auto;
  height: 360px;
  overflow-x: hidden;
}

.visitDetailscroller {
  overflow-y: scroll;
  height: auto;
}

.column-border {
  border: 1px solid #ededef;
}

#patientname {
  cursor: pointer;

}

.b-shadow {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 32.59%;
}

.h-60 {
  height: 60px;
}

.h-30 {
  height: 30px;
}

.h-12 {
  height: 12px;
}

.h-100 {
  height: 100px;
}

.f-32 {
  font-size: 32.81px !important;
}

.t-border {
  border-top: 0px solid #ededef
}

.l-border {
  border-left: 3px solid #6E2505 !important;
}

.l-border-gray {
  border-left: 3px solid darkgray !important;
}

.searchborder {
  border: 1px solid #ededef !important;
}

.overlaytitle {
  font-size: 15px;
  margin: 5px;
  color: #6E2505;
  font-weight: bold;
}

.hrline {
  background-color: #6E2505;
  margin-top: 5px;
  width: auto
}

.columntitle {
  font-size: 14px;
  margin-top: -2px;
  font-family: Helvetica;
  font-weight: bold;
}

.columntitle i {
  color: #6E2505;
  font-size: 15px
}

.columnsubtitle {
  color: #6E2505;
  font-size: 14px;
  font-weight: 600;
  font-family: Helvetica;
}

.inline-flex h5 {
  font-weight: bold !important;
  font-family: Helvetica;
}

.profileimg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 10px
}

.patientimg {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  border-radius: 50%;
  margin-top: 15px;
  border: 4px solid white;
}

.doctorimg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.close i {
  color: #6E2505 !important;
  font-size: 17px;
  margin-top: -10px;
}

.overlayrow {
  margin-top: -18px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.overlaybtn {
  width: 90px;
  height: 30px;
  font-weight: 400;
  margin-bottom: -15px;
  margin-left: 15px;
}

.btn.rightbtn {
  border: 1px solid #6E2505 !important;
}

.overlayinputs {
  border: 1px solid black !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
}

.overlayrow .btn-group {
  width: 100%
}

.leftmargin {
  margin-left: 20px;
  margin-right: 20px
}

.listbottom {
  margin-bottom: -20px;
}

.cardrow {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.cardtoprow {
  margin-top: 10px;
  padding-left: 15px;
  margin-bottom: -25px;
  padding-right: 5px;
}

.appcardbutton {
  box-shadow: 0 0px 0px !important;
  font-family: Helvetica;
  font-size: 11px !important;
  white-space: nowrap;
  color: rgba(0, 0, 0, 1);
  text-transform: none;
}

.appbtn-icon {
  /*margin-top:4px !important;*/
  width: 25px !important;
  height: 25px !important;
  color: black !important;
}

.btnspacing {
  margin-left: -10px;
}

.buttonlist {
  padding-left: 15px;
  padding-right: 15px;
}

.reqcardbutton {
  box-shadow: 0 0px 0px white !important;
  font-size: 12px !important;
  font-family: Helvetica;
  text-transform: none !important;
  color: rgba(0, 0, 0, 1);
}

.reqcardbutton i,
.appcardbutton i {
  display: block;
  font-size: 24px;
  margin-top: 5px;
  text-align: center;
  color: #6E2505;
}

.nextbtn {
  margin-top: 50px;
  font-size: 25px;
  width: 18px;
  padding-left: 0px;
  box-shadow: 0 0px 0px !important;
  color: #ededef;
}

.spacing {
  padding-left: 25px;
  padding-right: 25px;
}

.overlaycolumn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.overlaytoprow {
  margin-top: -10px !important;
}

.reqbtn {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  margin-top: 44px;
  background-color: orange;
  color: white;
  padding: 0;
  margin-right: 10px;
}

.cardsmallcolumn {
  width: 5%;
  margin-left: -28px;
  margin-top: 50px;
  padding-left: 0px;
}

.cardsmallcolumn .btn {
  font-size: 25px;
  width: 18px;
  padding-left: 0px;
  box-shadow: 0 0px 0px !important;
  color: #ededef
}

.cardcolumn {
  width: 60%;
  margin-left: -10px;
}

.cardcolumn .c-gray {
  margin-top: -5px;
  font-size: 11px
}

.reqbtn {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  margin-top: 27px;
  background-color: orange;
  color: white;
  padding: 0;
}

.cardsmallcolumn {
  width: 5%;
  margin-left: -28px;
  margin-top: 50px;
  padding-left: 0px;
}

.cardsmallcolumn .btn {
  font-size: 25px;
  width: 18px;
  padding-left: 0px;
  box-shadow: 0 0px 0px !important;
  color: #ededef
}

.overlaydropdown .fa-map-marker,
.overlaydropdown .fa-user-md {
  border-right: 1px solid gray;
}

.overlaydropdown i {
  font-size: 20px;
  padding-right: 10px;
  height: 100%;
  color: #6E2505;
}

.overlaydropdown .dropdown-toggle {
  float: right
}

ul .daylist {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  float: left;
}

.overlayslot {
  height: 90px !important;
  width: 70%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto
}

.activeday:hover {
  background: #E8E8E8 !important;
  border-bottom: 2px solid #6E2505 !important;
  overflow: hidden;
  margin-bottom: -2px;
}

.confirmrow {
  padding-left: 20px;
  padding-right: 20px;
}

.confirmrow h6 i {
  font-size: 19px !important;
}

.bookrow .card {
  padding: 5px;
}

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

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

.p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-80 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 80px !important;
}

.p-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.m30 {
  margin-top: -30px;
}

.searchbar {
  border-bottom: 2px solid #6E2505;
  border-top: 1px solid #ededef !important;
  width: 100%;
}

.searchspan {
  float: right;
  margin-right: 15px;
  margin-top: -27px;
  position: relative;
  font-size: 24px;
  z-index: 2;
  color: #6E2505;
}

.searchpatientspan {
  float: right;
  margin-top: -29px;
  padding-left: 7px;
  padding-top: 4px;
  position: relative;
  font-size: 24px;
  z-index: 2;
  height: 28px;
  width: 28px;
  background-color: #6E2505;
  color: white
}

.table td {
  text-align: center;
  border: 1px solid #737373;
}

.tableul {
  padding-left: 0px !important;
  border-left-color: rgba(0, 0, 0, 0.17) !important;
  border-left-width: 4px !important;
  margin-left: -4px;
  border-radius: 4px;
}

.tableul:hover {
  border-left-color: #6E2505 !important;
  border-left-width: 4px !important;
  margin-left: -4px;
  border-radius: 4px;
}

.tableul li {
  display: table-cell;
  text-align: left;
  padding: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  padding-left: 17px;
}

.tableul .lv-small {
  font-size: 9px !important;
  /*font-weight: 600 !important;*/
  white-space: nowrap;
}

.tableul .genderAge {
  font-family: Helvetica;
  font-size: 12px !important;
  white-space: nowrap;
  color: rgba(119, 119, 119, 1);
}

.tableul .history {
  font-family: Helvetica;
  font-size: 10px !important;
  white-space: nowrap;
  color: rgba(119, 119, 119, 1);
}

.tableul .action {
  font-family: Helvetica;
  font-size: 12px !important;
  white-space: nowrap;
  color: rgba(0, 0, 0, 1);
}

.smallcardul {
  padding-left: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.17) !important;
}

.smallcardul .colseprator {
  border-right: 1px solid rgba(0, 0, 0, 0.17);
  height: 100%;
}

.smallcardul li {
  display: table-cell;
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.smallcardul .lv-small {
  font-size: 9px !important;;
  font-weight: 600 !important;
}

.smallcardul .topborder {
  border-top: 1px solid #E8E8E8;
}

.normal {
  display: block !important;
  padding: 5px;
  border-right: none !important;
}

.tableul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.17);
}

.tableul .dropdown-menu {
  min-width: auto;
}

/*used in the appointment date selection*/

.appointmentBtn {
  padding: 0px !important;
}

.dashboardcol1 {
  /*padding-left: 0px !important;*/
  margin-top: -10px;
}

.dashboardcol1 .card {
  background-color: #eeeff4 !important;
  margin-top: -20px;
}

.dashboardcol1 .main-menu > li > a {
  padding-left: 10px !important;
  color: black;
  font-weight: 600;
  font-size: 12px;
  background-color: transparent;
  margin-right: 4px;
  letter-spacing: 1px;
}

.dashboardcol1 .sub-menu ul > li > a.active,
.dashboardcol1 .sub-menu ul > li > a:hover {
  color: #6E2505;
}

.dashboardcol3 .card {
  margin-bottom: 10px !important;
  border: 1px solid #E8E8E8;
}

.dashboardcol2 {

  margin-top: 10px !important;
}

.collapsed {
  display: none !important; /* hide it for small displays */
}

@media screen and (min-width: 1280px) {

  #content-dash {
    width: 58.33333333% !important;
  }

  .collapsed {
    display: block !important;
    /* margin-left: -36%; */ /* same width as sidebar */
  }

  #expand, #expand_left, #expand_right {

    display: none;
  }

  #fullscreen {
    display: none;
  }
}

@media screen and (max-width: 801px) {
  .imgiconres25 {
    width: 0.5em !important;
    height: 0.5em !important;
  }

  .collapsed {
    display: block !important;
    margin-left: -36%; /* same width as sidebar */
  }
}

#mainsection {
  /* necessary to hide collapsed sidebar */
  overflow-x: hidden !important;
}

/*#content {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}*/
#sidebar-right {
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.dashboardcol2 .cardheader.ch-alt {
  background-color: #E8E8E8 !important;
  /*padding-left: 10px !important;*/
}

.dashboardcol3 {
  /*padding-right: 0px !important;*/
  margin-top: 10px !important;
  /*margin-left: -5px;*/
}

.dashboardcol3 .block-header {
  padding-left: 0px !important;
  margin-bottom: 10px !important;
}

.dashboardcol3 .tab-content {
  padding: 5px 0 !important;
}

.dashboardnav {
  /*height: 500px !important;*/
  height: 580px !important;
  padding: 0px !important;
  padding-right: 15px !important;
  padding-top: 20px !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.icongreen i {
  color: green;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fade {
  transition: 1s linear all;
  -webkit-transition: 1s linear all;
}

.fade.ng-enter {
  animation: 1s appear;
}

.fade.ng-leave {
  animation: 1s disappear;
}

.quickslot h2 {
  font-size: 15px;
  color: #6E2505;
  text-transform: uppercase
}

.letterspace {
  letter-spacing: 1px;
}

.quickslot h2 .ampm {
  font-family: Helvetica;
  font-size: 15px;
  text-transform: uppercase
}

.quickslot {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.quickslot h1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
  margin-left: 20px;
}

.overlaycontent {
  height: 300px;
  overflow-y: auto;
}

.noborder {
  border: 0 !important;
}

.bottomborder {
  border-bottom: 1px solid #E8E8E8 !important;
  border-top: 0 !important;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #E8E8E8 !important;
}

.bookbtn {
  padding: 0px !important;
}

.bookbtn:disabled {
  background-color: transparent !important;
}

.slots > small {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.slots {
  border-bottom: 2px solid transparent !important;
  padding: 0px;
}

.slots:hover {
  /*border-bottom-color: #6E2505 !important;
    border-bottom-width: 2px !important;*/
  background: #ededef !important;
  border-bottom: 2px solid #6E2505 !important;
  overflow: hidden;
  padding-bottom: -2px;
  box-sizing: border-box;
}

.slotcontainer {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.patientul {
  padding-left: 0px !important;
  border: none !important;
}

.patientul li {
  display: table-cell;
  text-align: left;
  padding-left: 2px;
}

/*.patientul li:last-child {
  padding-left: 5px;
}
*/
.patientul li {
  border: none !important;
  vertical-align: top;
}

.patientlist > table > tbody > tr > td:not(first-child) {
  border-top: 0 solid #E8E8E8;
  border-bottom: 0 solid #E8E8E8;
  border-left: 0;
  border-right: 0;
  padding: 0px !important;
  margin: 5px !important;
}

.patientlist > table > thead {
  display: none;
}

.prescribezbold {
  color: rgba(110, 36, 5, 1);
  /* font-weight: bold !important; */
  font-size: 14px;
}

.patientlist .patientname {
  color: rgba(110, 36, 5, 1);
  /* font-weight: bold !important; */
  font-size: inherit;
}

.patientlist .patientmob {
  font-size: inherit;
  white-space: nowrap;
  color: rgba(119, 119, 119, 1);
}

.patientlist .patientlv {
  font-size: 10px !important;
  white-space: nowrap;
  color: rgba(119, 119, 119, 1);
}

.btn-prescribez {
  color: #ffffff;
  background-color: #6E2505;
  border-color: #6E2505;
}

.chosen-single SPAN {
  font-size: 12px !important;
  padding-left: 10px !important;
}

.ulcentered {
  display: flex;
  justify-content: center;
}

.appcount {
  font-style: normal;
  background: #2196f3;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  border-radius: 50%;
}

.bold {
  font-weight: bold;
}

.total {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.ampm {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 3px;
  color: inherit;
  font-family: Helvetica;
}

.badgetop {
  position: absolute !important;
  top: 35px !important;
  right: 25px;
  font-size: 10px !important;
}

.smallviewarrow {
  position: absolute;
  top: 12%;
  right: -1%;
}

.bookbydate {
  height: 130px !important;
  overflow-y: scroll;
}

.bookbydate::-webkit-scrollbar {
  width: 5px;
}

.bookbydate::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.bookbydate::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.media-body .lv-title {
  font-size: 14px;
  color: rgba(57, 57, 57, 1);
}

.requestrow .action {
  width: 100%;
  font-size: 11px !important;
  white-space: nowrap;
  color: rgba(0, 0, 0, 1);
}

.reqDate {
  font-size: 14px !important;
  white-space: nowrap;
  color: rgba(0, 0, 0, 1);
}

.reqTime {
  font-size: 14px !important;
  white-space: nowrap;
  color: rgba(0, 0, 8, 1);
}

.reqTime .ampm {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 1) !important;
}

.smallcardul .genderAge {
  font-size: 12px !important;
  white-space: nowrap;
  color: rgba(119, 119, 119, 1);
}

.patientCount {
  padding-right: 4px;
  font-size: 13px;
  height: 22px;
  color: white;
  background-color: #6E2505;
  border-radius: 50%;
  padding-top: 1px;
  padding-left: 4px;
  margin-top: 3px;
}

#patientbar {
  height: 60px;
  background-color: #6E2505;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.addpatientrow {
  padding: 10px 10px 0 10px !important;
}

.patientProfile {
  width: 100px;
  position: absolute;
  /* height: 100px;
     bottom: -49px;
     left: 100px;
     margin-left: -49px;
     top: 70px;*/
  background-color: #eee;
  border-radius: 50%;
}

.patientProfile > input {
  display: none;
}

.patientProfile img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  vertical-align: top;
  border: 4px solid white;
  cursor: pointer;
}

.horizontalList {
  display: inline-block;
}

.multi_lines_text {
  white-space: pre-line;
}

md-card[md-ink-ripple] {
  position: relative;
}

div[md-ink-ripple] {
  /* position: relative; */
}

*:not(i):not(img):not(.zmdi):not(.fa):not(fa-chevron-right):not(waves-effect):not(nextbtn) {
  font-family: "Microsoft JhengHei" !important;
  /*font-family: "Roboto" !important; */
}

.opacity05 {
  opacity: 0.5;
}

.opacity08 {
  opacity: 0.8;
}

.top-border {
  border-top: solid lightgrey 1px;
}

.small-case {
  text-transform: lowercase;
}

.ic-20 {
  height: 20px;
  width: 20px;
}

.to-lowercase {
  text-transform: lowercase;
}

.to-capitalize {
  text-transform: capitalize;
}

.c-slot-green {
  color: #278707 !important;
}

.grey-background {
  background-color: #f5f5f5 !important;
}

.bordered {
  border: solid brown 2px;
}

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

.m-l-50 {
  margin-left: 50px;
}

.inactive-tab {
  border-bottom: 3px gainsboro solid;
}

.brown-tab-border {
  border: #6E2505 solid 1px;
  background: white;
  border-radius: 5px;
}

.brown-active-tab {
  color: white;
  border-radius: 2px;
  background: #6E2505;
}

/*.brown-active-tab {
    border-radius: 2px;
    color: #6E2505;
    border-bottom: #6E2505 solid 3px;
}*/

.brown-inactive-tab {
  border-radius: 2px;
  color: #6E2505;
  border-bottom: lightgrey solid 3px;
}

/*
#tab3:hover {
    background-color: lightgrey;
}

#tab2:hover {
    background-color: lightgrey;
}

#tab1:hover {
    background-color: lightgrey;
}*/

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}

html,
body {
  height: 100%;
  overflow-y: hidden;
}

.text-transform-none {
  text-transform: none;
}

.rounded-border-orange {
  width: auto;
  padding: 3px;
  border-radius: 12px;
  /*border: solid #ED8C02 2px;*/
  color: #ED8C02;
}

.rounded-border-red {
  width: auto;
  padding: 3px;
  border-radius: 12px;
  /* border: solid #FE3F19 2px;*/
  color: #FE3F19;
}

.calender {
  margin-right: 5px;
  margin-left: 10px;
}

.ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.btn-hollow {
  position: relative;
  border-radius: 4px;
  border: solid #6E2505 1px;
}

.height-inherit {
  height: inherit;
}

.square-8 {
  height: 15px;
  width: 15px;
}

.md-btn-small {
  min-width: 1%;
}

* {
  /*to make text non-selectable except input*/
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.prescription-image {
  /*height: 70px;
  width: 70px;
  border-radius: 4px;
  padding: 5px; /* Some padding */
}

.prescription-image img {
  height: 80px;
  width: 80px;
  border: 1px solid #ddd;
  /* Gray border */
  border-radius: 2px;
  /* Rounded border */
  padding: 3px;
  /* Some padding */
}

.prescription-image img:hover {
  box-shadow: 0 0 2px 1px rgba(110, 36, 5, 1.0);
}

.modal {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  padding-top: 50px;
  /* Location of the box */
  padding-bottom: 50px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-overlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-bottom: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.2);
  /* Black w/ opacity */
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  margin: auto;
  display: block;
  width: 60%;
  max-width: 700px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  /*font-size: 40px*/
  /*font-weight: bold;*/
  transition: 0.3s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0.1)
  }
  to {
    transform: scale(1)
  }
}

.selected-tab {
  color: #6E2505;
  border-bottom: #6E2505 solid 3px;
  background: white;
}

.radio-group-background {
  background: gainsboro;
  border-radius: 3px;
}

.checked-radio-btn {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  background: white;
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #6E2505;
}

.searchcodesandrecentsspan {
  float: right;
  margin-top: -29px;
  padding-left: 7px;
  padding-top: 4px;
  position: relative;
  font-size: 24px;
  z-index: 2;
  height: 28px;
  width: 28px;
  color: #6E2505;
}

.searchcodesandrecentsborder {
  border-bottom: 2px solid #6E2505;
}

.editMobileNo {
  position: absolute;
  top: 8px;
/ / fill: #6e2505;
  width: 24px;
}

.rounded-background-green {
  color: white;
  border-radius: 10px;
  background: #33CC00;
  padding: 3px;
}

.rounded-background-yellow {
  color: white;
  border-radius: 10px;
  background: #F0BC08;
  padding: 3px;
}

.rounded-background-orange {
  color: white;
  border-radius: 10px;
  background: #ED8C02;
  padding: 3px;
}

.rounded-background-red {
  padding: 3px;
  color: white;
  border-radius: 10px;
  background: #FE3F19;
}

.testImgDelete {
  width: 1.3em;
  height: 1.3em;
}

#codes:hover {
  background-color: #eeeff4;
  cursor: pointer;
}

#recents:hover {
  background-color: #eeeff4;
  cursor: pointer;
}

.rounded-primary-text {
  color: white;
  background-color: #6E2505;
  border-radius: 15px;
}

.brand-chip {
  position: relative;
  height: 24px;
  width: 24px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: none;
  box-shadow: none;
  padding: 0;
  transition: background 0.15s linear;
  color: white;
  fill: white;
  top: 3px;
}

.brand-chip:hover {
  background: rgba(255, 0, 0, 0.8);
}

.rounded-border-grey {
  padding: 5px 10px;
  background-color: #e3e3e3;
  border-radius: 15px;
  border: solid #e3e3e3 2px;
  color: black;

  transform: scale(1, 1);
  transition: transform .2s;
}

.rounded-border-grey:hover {
  color: white;
  border-radius: 15px;
  border: solid #6E2505;
  background: #6E2505;
  padding: 5px 10px;
  transform: scale(1.1, 1.1);
}

.text-brown {
  color: #6E2505;
}

.temp {
  background-color: #9b593c !important;
}

.right-grey-border {
  border-right: 1px solid lightgrey;
}

.left-grey-border {
  border-left: 1px solid lightgrey;
}

/*Bill payment section */

.bill-amount {
  font-size: 12px;
  color: red;
}

.bill-amount:hover {
  cursor: pointer;
}

.doughnut-reports {
  width: 150px !important;
  height: 150px !important;
  align-self: left;
}

.sqrbx {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 15px;
  font-size: 8px;
  /*margin-top: 8px;*/
}

#reportBillAmount > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) > div {
  background-color: #ffc200;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(2) > label:nth-child(1) > div {
  background-color: #ff8b1a;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(3) > label:nth-child(1) > div {
  background-color: #fe5f19;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(4) > label:nth-child(1) > div {
  background-color: #f54337;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(5) > label:nth-child(1) > div {
  background-color: #00bcd5;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(6) > label:nth-child(1) > div {
  background-color: #009788;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(7) > label:nth-child(1) > div {
  background-color: #4cb050;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(8) > label:nth-child(1) > div {
  background-color: #8cc34b;
}

#reportBillAmount > div:nth-child(2) > div:nth-child(9) > label:nth-child(1) > div {
  background-color: #c0ca33;
}

.chartinfo {
  align-self: center;
  /*margin-top: ;*/
  font-size: 15px;
  align-self: flex-start;
}

.chart-amt {
  margin-left: 22%;

  /*position: absolute;*/
}

.chart-amt-icon {
  font-size: inherit;
  top: 43%;
  position: absolute;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.chart-amount-fa {
  display: inline-block;
}

.chart-amount-num {

  /*padding-left: 5px;*/
}

.chart-amount-fa {
  display: inline-block;
}

.chart-amount-num {
  padding-left: 5px;
}

.printLabels {
  font-size: 12px;
  margin-left: 5px;
  text-transform: uppercase;
  color: black;
}

.smsTab {
}

.smsTab:hover {
  cursor: pointer;
  background-color: lightgrey;
}

.printTab {
}

.printTab:hover {
  cursor: pointer;
  background-color: lightgrey;
}

.print-flex {
  border: 1px solid #E8E8E8;
  height: 315px;
}

.print-codes-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 233px;
}

.print-recents-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 233px;
}

.bill-service-info {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.billPrintLabels {
  font-size: 13px;
  margin-left: 5px;
  text-transform: uppercase;
  color: black;
}

#patientInfo {
  height: 100px;
  width: auto;
}

#servicesList {
  height: 360px;
  width: auto;
}

#amountInfo {
  height: 150px;
  width: 100%;
}

#paymentMode {
  height: 150px;
  width: 100%;
}

#amountInfo {
  height: 160px;
  width: 100%;
}

#paymentMode {
  height: 160px;
  width: 100%;
}

#serviceDisplay {
  height: 300px;
  width: 98%;
}

.billDialog {
  height: 600px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.md-input-has-value.bigClass > input {
  font-size: 30px;
}

.cardCheckbox div {
  margin-left: 3px;
}

md-tabs .md-tab.md-active {
  background-color: #F0F0F0;
}

#codesList md-input-container .md-errors-spacer {
  min-height: 0;
}

#codesList1 md-input-container .md-errors-spacer {
  min-height: 0;
}

/*Quantity widget css start*/

.right {
  float: right;
}

.super_number.menu .ui.attached.button.dec {
  padding-top: 2px !important;
}

.super_number.menu .ui.attached.button {
  padding-right: 6px !important;
  padding-left: 6px !important;
  background: lightgrey;
  color: black;
  float: left;
  cursor: pointer;
  line-height: 14px;
  height: 20px;
  font-size: 15px;
}

.ui.left.attached.button {
  border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.attached.button {
  margin: 0;
}

.ui.button {
  cursor: pointer;
  outline: 0;
  border: none;
  background: #E0E1E2;
  color: rgba(0, 0, 0, .6);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 .25em 0 0;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 #e7e7e7 inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.super_number.menu input {
  width: 20px;
  background: white;
  color: black;
  font-size: 12px;
  height: 20px;
  float: left;
  padding: 0;
  text-align: center;
}

.ui.right.attached.button {
  display: inline-block;
  text-align: left;
  padding-left: .75em;
  border-radius: 0 .28571429rem .28571429rem 0;
}

.super_number.menu .ui.attached.button.inc {
  padding-top: 2px !important;
  padding-left: 3px !important;
}

/* Quantity Widget css finished*/

.serviceHeader md-tabs-wrapper md-tabs-canvas md-pagination-wrapper {
  width: 100%;
}

.serviceHeader md-tabs-wrapper md-tabs-canvas md-pagination-wrapper md-tab-item {
  width: 50%;
}

.TbillAmt div .md-bar {
  background-color: #ff8b1a !important;
}

.TbillAmt .md-container {
  background-color: rgb(224, 224, 224);
}

.CbillAmt div .md-bar {
  background-color: #ffc200 !important;
}

.CbillAmt .md-container {
  background-color: rgb(224, 224, 224);
}

.PbillAmt div .md-bar {
  background-color: #fe3f19 !important;
}

.PbillAmt .md-container {
  background-color: rgb(224, 224, 224);
}

.rptNavBar div.md-nav-bar nav ul li button.md-button.md-primary {
  background-color: rgb(110, 37, 5);
  color: #fff;
}

.rptNavBarTop div.md-nav-bar nav ul li button.md-button.md-primary {

  font-weight: bold;
}

.rptNavBar div.md-nav-bar nav ul li {
  width: 30%;
  margin-top: 5px;
  text-align: center;
}

.rptNavBarTop div.md-nav-bar nav ul li {
  width: 30%;
  margin-top: 13px;
  text-align: center;
}

.rptNavBar div.md-nav-bar nav ul li button {
  font-size: 12px;
  min-height: 27px;
  text-transform: capitalize;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.rptNavBarTop div.md-nav-bar nav ul li button {
  font-size: 13px;
  min-height: 27px;
  text-transform: capitalize;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.rptNavBar div.md-nav-bar nav ul li button._md-nav-button {
  padding: 2px;
}

.rptNavBarTop div.md-nav-bar nav ul li button._md-nav-button {
  padding: 2px;
}

#dialogContent_reportsDialog > div.layout-align-center-stretch.layout-row > div > div.layout-row > div.layout-align-start-stretch > button {

  min-height: 0px !important;
  text-transform: capitalize;
  margin-top: 0px;
}

#reportBillAmount > div:nth-child(2) > div > md-nav-bar > div > nav > ul > li > button {

  min-height: 0px !important;
  text-transform: capitalize;
}

#dialogContent_reportsDialog > div:nth-child(3) > md-card:nth-child(1) > div:nth-child(3) > div > md-nav-bar > div > nav > ul > li > button {
  min-height: 0px !important;
  margin-top: 0px;
}

.rptNavBar div.md-nav-bar md-nav-ink-bar {
  display: none;
}

.rptNavBarTop div.md-nav-bar md-nav-ink-bar {
  height: 3px;;
}

.rptnextbtn {
}

.rptnextbtn button {
  padding: 0px;
  margin-top: 10px;
}

.billAmtError {
  text-align: left;
  font-size: 12px;
  color: red;
}

.billIcons {
  width: 2em;
  height: 2em;
}

.billDelete {
  width: 1.5em;
  height: 1.5em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #6e2505 !important;
  background: #6e2505 !important;
  font-weight: normal !important;
  color: #ffffff !important;
}

.rptdate div input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  padding: 7px;
  margin: 0px;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

.dateInput {
  /*border: 3px solid #BEBEBE;*/
  display: inline-block
}

.billIconsForReports {
  width: 1.5em;
  height: 1.5em;
}

.paymentTypeLabel {
  vertical-align: sub;
  margin-left: 5px;
}

.paymentTypeValue {
  line-height: 25px;
  font-weight: bold;
  margin-left: 10px;
}

.billRupee {
  width: 1.5em;
  height: 1.5em;
}

.m-l-40 {
  margin-left: 40px !important;
}

#MonthPicker {
  border: none;
  padding: 8px;
}

#MonthPicker_Button_MonthPicker {
  padding: 16px;
}

/* Month picker css. */

.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
}

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px;
}

.month-picker td {
  padding: 0px;
}

.month-picker .ui-button-text {
  padding: .4em 0;
}

.month-picker-header {
  margin: 3px 3px 0px 3px;
}

.month-picker-year-table {
  width: 100%;

  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.month-picker-year-table a {
  border: 1px solid transparent;
}

.month-picker-year-table .ui-button {
  font-size: 1.1em;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  margin: 0;
}

.month-picker-year-table .month-picker-title {
  text-align: center;
}

.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: .1em 0;
  width: 100%;
  font-weight: bold;
}

.month-picker-year-table .ui-button-text {
  padding: 0;
}

.month-picker-month-table td {
  height: 35px;
  text-align: center;
}

.month-picker-month-table .ui-button {
  width: 4.2em;
  margin: .2em;
}

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}

.month-picker-invalid-message {
  display: none;
  background-color: Yellow;
}

.month-picker-disabled {
  background-color: #e1e1e1;
}

/* End Month picker css. */
.billServiceTotal {
  width: 1em;
  height: 1em;
  margin-bottom: 3px;
}

.changeTextColour {
  color: red;
}

.billAmount {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: x-large;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.alertImage {
  height: 13px;
  width: 13px;
  margin-top: 1px;
}

.patName {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
}

.doctorProfileDialog {
  height: 650px;
  overflow-x: hidden;
  overflow-y: hidden;
  color: black;
  width: 100%;
}

.clinicProfileDialog {
  height: 650px;
  overflow-x: hidden;
  overflow-y: hidden;
  color: black;
  width: 100%;
}

.docProfileEmailAndPhoneIcon {
  width: 1.2em;
  height: 1.2em;
  margin-top: 1px;
}

.docProfileLocIcon {
  width: 1em;
  height: 1em;
  margin-top: 2px;
}

.servicesLabel {
  text-align: center;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  color: black;
  white-space: nowrap;
  background-color: transparent;
  font-size: 12px;
  height: 30px;
}

#docServicesList md-chips.md-default-theme .md-chips, md-chips .md-chips {
  box-shadow: none;
}

.likesImage {
  width: 1.5em;
  height: 1.5em;
}

.queuePosition {
  color: white;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 2px;
}

.facilityImage {
}

.facilityImage img {
  height: 100px;
  width: 100px;
  margin-right: 10px;
  border: 1px solid black;
}

.facilityImage img:hover {
  box-shadow: 0 0 2px 1px rgba(110, 36, 5, 1.0);
}

.facilityImageCard {
  overflow-y: hidden;
  overflow-x: auto;
}

.doctorProfileImage {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.queuePositionDiv {
  background-color: #6E2505 !important;
  width: 22px;
  height: 22px;
}

.prescriptionContent {
  height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}

.prescriptionDetailsDiv {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.prescriptCreateHeader {
  margin-top: 5px;
  align-self: center;
}

.prescriptCreateHeaderAttr {
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid lightgray;
}

.prescriptCB {
  min-width: 5px;
  min-height: 5px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  height: 250px;
  max-height: 250px !important;

}

#prescriptionTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#prescriptionTable td, #prescriptionTable th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#prescriptionTable tr:nth-child(even) {
  background-color: #dddddd;
}

.templateContent {
  height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
}

.templateListingCard {
  width: 98%;
  height: 110px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid lightgrey;
  box-shadow: none;
}

#presTemplateList md-chips md-chip {
  cursor: default;
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 20px;
  float: left;
  max-width: 100%;
  text-align: center;
  margin: 5px;
  padding: 5px;
  background: #ececee;
  font-size: 13px;
  font-weight: inherit;
}

#presTemplateList md-chips.md-default-theme .md-chips, md-chips .md-chips {
  box-shadow: none;
}

.presImg {
  width: 35px;
  height: 35px;
}

.recentPresContent {
  height: 250px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.recentPrescriptIcon {
  width: 48px;
  height: 48px;
}

.recentPrescriptHr {
  border: none;
  border-top: 1px solid lightgray;
  height: 1px;
  width: 99%;
}

.closeImg {
  width: 25px;
  height: 25px;
}

.captureVisitDialog {
  height: 650px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 95%;
}

.captureVisitHeader {
  min-height: 40px;
  border-bottom: 1px solid lightgrey;
}

.captureVisitImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.healthIndicatorImg {
  height: 25px;
  width: 25px;
  margin-top: 29px;
}

.medicineListTableHover {
  height: auto;
  width: auto;
  z-index: 50;
}

#medicineListTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#medicineListTable td, #medicineListTable th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#medicineListTable tr:nth-child(even) {
  background-color: #dddddd;
}

.recentPrescriptCard {
  height: 100px;
  width: 225px;
}

.captureWeightIcons {
  position: absolute;
  top: 8px;
  fill: #6e2505;
  width: 24px;
}

.m-t-13 {
  margin-top: 13px !important;
}

.prescriptionVitalIcons {
  height: 20px;
  width: 20px;
}

.prescriptionInputBox {
  width: 70%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
  height: 22px;
  border-bottom: 1px solid lightgrey;
}

.m-r-7 {
  margin-right: 7px !important;
}

/*

#capturePrescription md-tabs-wrapper md-tabs-canvas{
  height: 30px;
}

#capPrescripTab md-tabs-canvas md-tab{
  padding: 4px 24px;
}
*/

.prescriptTemplateTab {
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}

.tabsDemoDynamicHeight md-content h1:first-child {
  margin-top: 0;
}

md-tab-data {
  opacity: 1;
  display: table;
  right: 0;
  left: initial;
  z-index: 20;
}

.prescriptTemplateButtons {
  min-height: 0px;
  min-width: 0px;
  line-height: 25px;
  padding: 0px;
  color: #6E2405;
  margin-bottom: 23px
}

#prescriptionTemplateDiv > md-chips > md-chips-wrap > md-chip {
  cursor: pointer;
  border-radius: 15px;
  display: block;
  height: 25px;
  line-height: 24px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
}

/*#prescriptionTemplateDiv .md-chips :hover {
  background: rgb(110, 37, 5);
  color: white;
  font-size: 13px;
}*/

#prescriptionTemplateDiv md-chips.md-default-theme md-chip, md-chips md-chip {
  background: none;
  color: rgb(66, 66, 66);
  border: 1px solid lightgrey;
  font-size: 13px;
}

.prescriptionSubHeader {
  min-height: 20px;
}

.selectedPrescriptionArea {
  color: rgba(110, 36, 5, 1);
}

.medicineArea {
  margin-left: 6px;
  align-self: center;
  width: 99%;
  background: white;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);*/
  box-shadow: 0 5px 11px #e0e0e0, 0 3px 10px #e0e0e0;
}

#dropDownSelect .md-select-value {
  width: 130px;
}

#dropDownSelect1 .md-select-value {
  width: 220px;
}

#patientDoctorPrivateNotes md-input-container .md-errors-spacer {
  min-height: 0;
}

.complaintsDiagnosisBox {
  height: 295px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);*/
}

.investigationsBox {
  height: 300px;
  overflow-x: hidden;
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.medicineNoteDelete {
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 14px;
}

/*#templateMedDiv :hover {
  background-color: #e3e3e3;;
}*/

.removeDisplay {
  display: none;
}

.healthIndicatorImgForPrescription {
  height: 25px;
  width: 25px;
  margin-top: 20px;
}

#vitalForPrescription md-input-container .md-errors-spacer {
  min-height: 0;
}

.healthIndicatorImgForCaptureWeight {
  height: 25px;
  width: 25px;
  margin-top: 5px;
}

#prevButton :hover {
  background: #6E2405;;
  color: white;
  font-size: 13px;
}

#nextButton :hover {
  background: #6E2405;;
  color: white;
  font-size: 13px;
}

#prevButtonChevron :hover {
  color: white;
}

#nextButtonChevron :hover {
  color: white;
}

.newPrescripButton {
  width: 100px;
  height: 100px;
}

[role="tabpanel"] {
  transition: none;
}

#autoCompleteForMedicineName .md-autocomplete .md-autocomplete-wrap.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: none;
}

md-autocomplete input:not(.md-input) {
  font-size: 12px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
}

.autoCompleteDemoBasicUsage .autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}

.fixed {
  color: red;
}

.newComplaintsAddChip {
  width: 11%;
  color: #6E2505;
  border-radius: 15px;
  border: 1px solid lightgrey;
  padding: 5px 10px;
}

/*Contact chips*/
.chipsdemoContactChips md-content.autocomplete {
  min-height: 250px;
}

.chipsdemoContactChips md-content.autocomplete input {
  min-width: 400px;
}

.chipsdemoContactChips .contact-item {
  box-sizing: border-box;
}

.chipsdemoContactChips .contact-item.selected {
  display: none;
}

.chipsdemoContactChips .contact-item.selected h3 {
  opacity: 0.5;
}

.chipsdemoContactChips .contact-item .md-list-item-text {
  padding: 3px;
}

.chipsdemoContactChips .contact-item .md-list-item-text h3 {
  margin: 0 !important;
  padding: 0;
  font-size: 13px;
  border-radius: 15px;
  padding: 6px;
  border: 1px solid lightgrey;
}

.chipsdemoContactChips .contact-item .md-list-item-text h3, .chipsdemoContactChips .contact-item .md-list-item-text p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 960px) {
  .chipsdemoContactChips .contact-item {
    float: left;
    width: auto;
    margin-left: 5px
  }
}

.md-subheader .md-subheader-inner {
  display: block;
  padding: 0px;
}

md-list-item.md-no-proxy, md-list-item .md-no-style {
  position: relative;
  padding: 0px 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 0px;
}

textarea, input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

md-autocomplete input:not(.md-input) {
  font-size: 13px;
}

.md-autocomplete-suggestions li {
  font-size: 13px;
}

.color-darkBlue {
  color: darkblue;
}

.prescription-breadcrum {
  width: 3%;
  height: 10%;
  margin-top: 0.5%;
}

.size30 {
  width: 30px;
  height: 30px;
}

.medicineNotesInput {
  font-size: 13px;
  padding: 0px 6px;
  height: 35px;
}

.noComplaintsDiagnosisIcon {
  width: 100px;
  height: 100px;
}

#overComplaints img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#overDiagnosis img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#overInvestigation img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#overNewPrescription img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#overRecentPrescription {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#overRecentTemplate {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dashboardIcons {
  width: 30px;
  height: 30px;
}

.visibilityForNotes {
  display: block;
}

.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
  font-size: 13px;
}

md-autocomplete input::-webkit-input-placeholder {
  color: darkgrey;
}

md-autocomplete input:-moz-placeholder { /* Firefox 18- */
  color: darkgrey;
}

md-autocomplete input::-moz-placeholder { /* Firefox 19+ */
  color: darkgrey;
}

md-autocomplete input:-ms-input-placeholder {
  color: darkgrey;
}

.appointmentCount {
  font-weight: bold;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  background-color: #6E2505;
  border-radius: 15px;
}

.nextChevron {
  font-size: 25px;
  color: #6E2405;
  margin-top: 11px;
  margin-left: 7px;
}

.cardClicked {
  background-color: #F0F0F0;
  border-bottom: 2px solid #6E2505;
}

#templateDetailsDiv md-input-container .md-errors-spacer {
  min-height: 0px;
  min-width: 0px;
}

#templateDetailsDiv md-input-container.md-input-invalid label {
  color: #6E2405;
}

#templateDetailsDiv md-input-container.md-input-invalid .md-input {
  border-color: #6E2405;
}

#autoCompleteForMedicineName md-autocomplete input:not(.md-input) {
  text-transform: uppercase;
}

md-autocomplete input::-webkit-input-placeholder {
  text-transform: none;
}

#autoCompleteForMedicineName md-autocomplete input:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}

#autoCompleteForMedicineName md-autocomplete input::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}

#autoCompleteForMedicineName md-autocomplete input:-ms-input-placeholder {
  text-transform: none;
}

.newQueuePosition {
  font-weight: bold;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  background-color: #6E2505;
  border-radius: 15px;
  padding: 3px;
}

.defaultCursor {
  cursor: default;
}

.templateClicked, .templateClicked > h5 {
  background-color: #6E2505;
  color: white !important;
}

.roundedTemplateChips {
  width: auto;
  border: 1px solid lightgrey;
  cursor: pointer;
  border-radius: 15px;
  display: block;
  padding: 0 5px 0 5px;
}

#autoCompleteForMedicineName md-autocomplete input:not(.md-input) {
  text-transform: uppercase;
}

.error-auto-complete::-webkit-input-placeholder {
  color: red;
}

.md-chips md-chip .md-chip-remove md-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin-left: 3px;
  min-height: 15px;
  min-width: 15px;
}

.patientListIcon {
  width: 2em;
  height: 2em;
}

.dependentIcon {
  background: rgb(115, 38, 15);
  font-size: 9px;
  color: white;
  padding: 1px 5px;
}

#httpRequestLoader.ng-hide-add {
  -webkit-animation: .5s lightSpeedOut ease;
  animation: .5s lightSpeedOut ease;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* For tablet and below versions only*/
@media screen and (max-width: 1280px) {

  .profileImgShow {
    display: none !important;
  }

  .patientInfo {
    padding-left: 5% !important;
  }
}

#ui-datepicker-div {
  z-index: 999 !important;
}

/*#dashboardApptDatePicker > div > input, #dashboardApptDatePicker > div > button {
  display: none;
}*/

.prescriptTemplateTabForEditVisit {
  height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
}

.appointmentList > table > thead {
  display: none;
}

.appointmentList > table > tbody > tr > td:not(first-child) {
  border-top: 0 solid #E8E8E8;
  border-bottom: 0 solid #E8E8E8;
  border-left: 0;
  border-right: 0;
  padding: 0px !important;
  margin: 5px !important;
}

.appointmentCardForTable {
  padding: 5px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin: 5px;
}

.appointmentTable {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 10px;
}

.appointmentList > ng-table-pager {
  background: #fff;
  min-height: 50px;
  text-align: center;
}

.newPatientBadge {
  padding: 2px 3px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  background-color: #2196f3;
  border-radius: 2px;
}
