/* =================================================================================
Fontface
================================================================================= */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Blokk';
  src: url('../fonts/BLOKKRegular.eot');
  src: url('../fonts/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BLOKKRegular.woff') format('woff'),
    url('../fonts/BLOKKRegular.svg#BLOKKRegular') format('svg');
}

.block-letters {
  font-family: 'Blokk', Arial, sans-serif !important;
  color: #eee !important;
}

p.block-letters {
  font-size: 11px;
}


/* =================================================================================
Top
================================================================================= */
#top {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 1005;
  top: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  background: #4D2272;
}

#headerNotification {
  text-align: center;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: #f7adad;
}

#top .sidebar-open-button,
#top .sidebar-open-button-mobile,
#top .sidepanel-open-button,
#top .sidebar-open-button-tab {
  color: #fff !important;
}

#top .sidebar-open-button:hover,
#top .sidebar-open-button-mobile:hover,
#top .sidepanel-open-button:hover,
#top .sidebar-open-button-tab:hover {
  color: #fff !important;
  opacity: 0.7;
  color: #555;
}


/* =================================================================================
App Logo
================================================================================= */
.applogo {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 60px;
  background: rgba(0, 0, 0, 0.14);
  color: #fff;
  position: relative;
  padding: 5px;
  float: left;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.is-others .applogo {
  background: transparent;
  background: #303f9f;
}

.applogo .logo {
  color: #fff;
  font-size: 23px;
  line-height: 50px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.applogo .logo img {
  display: inline;
  max-width: 150px;
  margin-top: -4px;
  vertical-align: middle;
  max-height: 110%;
}

.applogo .logo span {}


/* =================================================================================
Searchbox - Top Search Input
================================================================================= */



/* =================================================================================
Top Menu
================================================================================= */
.topmenu {
  float: left;
  padding-top: 20px;
  padding-left: 0;
  font-weight: 600;
  margin-left: -7px;
  display: none;
}

.topmenu a {
  color: rgba(255, 255, 255, 0.9);
  padding: 7px;
}

.topmenu a:hover {
  color: #fff;
}

.topmenu li {
  display: inline;
}

/* =================================================================================
Sidebar Open Button - Show or Hide Sidebar
================================================================================= */
.sidebar-open-button {
  height: 60px;
  width: 60px;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  z-index: 1;
}

.sidebar-open-button:hover,
.sidebar-open-button:active {
  background: rgba(255, 255, 255, 0.07);
}

.sidebar-open-button-mobile,
.sidebar-open-button-tab {
  height: 60px;
  display: none;
  font-size: 22px;
  width: 62px;
  text-align: center;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 19px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.sidebar-open-button-mobile:hover,
.sidebar-open-button-mobile:active {
  background: rgba(255, 255, 255, 0.07);
}

.sidebar-open-button-tab:hover,
.sidebar-open-button-tab:active {
  background: rgba(255, 255, 255, 0.07);
}

/* =================================================================================
Sidepanel Open Button - Show or Hide Sidepanel
================================================================================= */
.sidepanel-open-button {
  height: 60px;
  font-size: 25px;
  display: block;
  width: 62px;
  text-align: center;
  float: right;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  z-index: 1;
  background-color: #4d2272;
}

.sidepanel-open-button:hover,
.sidepanel-open-button:active {
  background-color: #4d2272;
}

/* =================================================================================
Top Right
================================================================================= */
.top-right {
  line-height: 1.8em;
  float: right;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 12px;
  font-weight: 600;
  /* profile box */
  /* notifications */
  /* hd button */
}

.top-right .link {
  display: inline-block;
  padding-left: 20px;
  height: 30px;
}

.top-right .link a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #4d2272;
}

.top-right .link a:hover {
  color: #4d2272;
}

.top-right .link a .badgetopbar {
  position: absolute;
  right: -8px;
  background: #ef5350;
  top: -8px;
  margin: 0 -.2em;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 7px 4px 7px;
}

.top-right .dropdown-menu {
  min-width: 135px;
  -webkit-animation: dropdownOpen .3s ease-out;
  -o-animation: dropdownOpen .3s ease-out;
  animation: dropdownOpen .3s ease-out;
}

.dropdown-menu {
  /*z-index: 15;*/
  border: 0;
  box-shadow: none;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.top-right .dropdown-menu .list-title {
  text-align: center;
}

.top-right .dropdown-menu li {
  position: relative;
  display: block;
}

.top-right a {
  color: #fff;
}

.top-right .profilebox {
  /*color: rgba(255, 255, 255, 0.95);*/
}

.top-right .profilebox img {
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 100%;
  margin-right: 7px;
  margin-top: 2px;
}

.top-right .profilebox b {
  display: inline-block;
  float: left;
  margin-top: 7px;
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-right .profilebox .caret {
  margin-left: 5px;
  margin-top: 17px;
  color: rgba(0, 0, 0, 0.5);
  color: #fff;
  float: left;
}

.top-right .profilebox:hover {
  color: #fff;
  /*color: #333;*/
  opacity: 0.6;
}

.top-right .notifications {
  color: #fff;
  padding: 4px 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 999px;
}

.top-right .notifications:hover {
  background: rgba(0, 0, 0, 0.5);
}

.top-right .hdbutton {
  background: #fff;
  color: #404B5F;
  padding: 4px 16px;
  border-radius: 999px;
}

.top-right .hdbutton:hover {
  background: rgba(255, 255, 255, 0.95);
}

.top-right .profilebox .lg-icon {
  font-size: 25px;
  line-height: 28px;
}

.top-right .profilebox.disabled {
  opacity: 0.5;
  cursor: default;
}

.dropdown-menu-lg {
  width: 300px;
}

.dropdown-menu-lg.full {
  width: 100%;
}

.dropdown-menu-lg .list-group {
  margin-bottom: 0
}

.dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
}

.dropdown-menu-lg .list-group-item:hover {
  background: #eee;
  cursor: pointer;
}

.dropdown-menu-lg .media-heading {
  margin-bottom: 0;
  color: #333;
  font-weight: 400;
  line-height: normal;
}

.dropdown-menu-lg .media-heading a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

.dropdown-menu-lg .media-body p {
  color: #828282
}

.dropdown-menu-lg .list-group-item.last {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 9px 0 10px;
  margin-top: -5px;
  font-weight: 600;
}

.dropdown-menu-lg .list-group-item .media .read-status {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #6d5cae;
  position: absolute;
  top: 18px;
  right: 10px;
}

.notifi-title {
  border-bottom: 1px solid #eee;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 10px;
}

.nloader {
  position: absolute;
  right: 15px;
  top: 8px;
  display: none;
}

.notificationlist {
  position: relative;
  overflow: hidden;
  display: block;
}

.notificationlist li {
  position: relative;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.67);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.notificationlist li:last-child {
  border-bottom: none;
}

.notificationlist li .comment-content p,
.notificationlist li .comment-content p a {
  font-size: 13px !important;
}

.notificationlist li .comment-content p strong {
  font-weight: 500;
}

.notification-action {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
}

.notification-action a {
  display: inline-block;
  text-align: center;
  opacity: 1;
  /*height: 22px;
  width: 22px;*/
  visibility: visible;
  /*-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);*/
}

.notificationlist li:hover {
  background: rgba(238, 238, 238, 0.42);
  cursor: pointer;
}

.notificationlist li:hover .notification-action a {
  /*opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

.notificationlist .unread {
  background-color: rgba(237, 239, 245, .98);
  border-color: rgba(63, 81, 181, 0.08);
}

.notificationlist .comment-content mt {
  opacity: 0.8;
}

.notificationlist .comment-content mt:before {
  content: ': "';
}

.notificationlist .comment-content mt:after {
  content: '"';
}

.scroll-list {
  max-height: 300px;
  overflow: scroll;
}

@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -moz-transform: scale(0)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -o-transform: scale(0)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@media screen and (max-width: 768px) {
  .top-right .dropdown {
    position: static;
  }

  .dropdown-menu-lg,
  .dropdown-menu {
    /*width: calc(100% - 28px) !important;*/
    width: 230px !important;
    right: 14px;
    top: 35px;
  }
}

/* =================================================================================
Quickview sidebar
================================================================================= */

.quickview-sidebar-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 238, 238, 0.8);
  z-index: 1006;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#quickview-sidebar {
  bottom: 0;
  left: auto;
  overflow: hidden;
  position: fixed;
  right: -340px;
  top: 0;
  width: 340px;
  z-index: 1007;

  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#quickview-sidebar .offbar {
  position: absolute;
  color: #ffffff;
  background-color: #ae93f0;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  font-size: 21px;
  line-height: 50px;
  padding: 0 17px;
}

#quickview-sidebar.open {
  -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);

  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  display: block;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.15), Direction=180, Strength=2);
  transform: translate3d(-100%, 0, 0);
}

#quickview-sidebar:not(.open):not(.closing) .quickview {
  display: none;
}

#quickview-sidebar:not(.open):not(.closing) .quickview-header {
  display: none;
}

#quickview-sidebar .quickview {
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  bottom: 0;
  color: #818181;
  height: auto;
  left: 0;
  left: auto;
  overflow-x: hidden;
  position: absolute;
  right: auto;
  top: 50px;
  width: 340px;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#quickview-sidebar .quickview .listview {
  /*position: relative;*/
  /*padding: 15px;*/
}

#quickview-sidebar .quickview .tab-content {
  border-top: none;
  padding: 0;
  position: relative;
}

#quickview-sidebar .quickview .tab-content #chat {
  /*padding: 0 20px;*/
  padding: 0;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation {
  bottom: 0;
  left: -340px;
  padding: 0;
  position: relative;
  top: 0;
  overflow-x: hidden;
  width: 340px;
  z-index: 14;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header {
  padding: 0;
  position: relative;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user-img {
  float: left;
  width: 50px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user-img .badge {
  font-size: 11px;
  margin-left: -10px;
  padding: 2px 5px;
  position: absolute;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user-details {
  text-align: center;
  width: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user-details .user-name {
  text-align: center;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user-details .user-txt {
  color: #526a82;
  text-align: center;
  font-size: 12px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .user-status i {
  float: right;
  margin-right: 0;
  margin-top: 15px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-header .chat-back {
  color: #424242;
  cursor: pointer;
  font-size: 21px;
  left: 18px;
  position: absolute;
  top: 12px;
  background: #333;
  color: #fff;
  padding: 1px 7px 2px;
  border-radius: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body {
  padding: 25px;
  padding: 20px;
  padding-bottom: 50px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body li {
  clear: both;
  content: " ";
  display: table;
  margin-bottom: 25px;
  width: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body li:last-child {
  margin-bottom: 65px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .conversation-img {
  float: left;
  margin-right: 15px;
  width: 13%;
  display: inline-block;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-right .conversation-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
  width: 13%;
  display: inline-block;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .conversation-img img {
  width: 38px;
  height: 38px;
  background: #333;
  border-radius: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail {
  /*float: left;*/
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail .chat-bubble {
  background: #e5e9ec;
  color: #22262e;
  font-size: 13.5px;
  /*font-weight: 600;*/
  float: right;
  line-height: 20px;
  min-height: 40px;
  padding: 0;
  padding: 10px;
  position: relative;
  white-space: normal;
  width: 220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 82%;
  display: inline-table;
  text-align: justify;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail .chat-bubble small {
  margin-top: 3px;
  color: rgba(51, 51, 51, 0.65);
  display: block;
  line-height: 1;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble small {
  color: #ccc;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble {
  float: left;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail .chat-bubble:after {
  border-color: rgba(0, 0, 0, 0) #e5e9ec;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  content: '';
  display: block;
  left: -7px;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 1;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail .chat-date {
  color: #636F77;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: right;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right .chat-date {
  text-align: left;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message .item-footer {
  padding: 9px 15px;
  background: #F0F0F0;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message .item-footer i {
  float: right;
  text-align: center;
  /*width: 25%;*/
  width: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message input {
  border-top: 1px solid #DFDFDF;
  border: none;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble {
  background: #2B2E33;
  color: #ffffff;
  float: left;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble:after {
  border-color: rgba(0, 0, 0, 0) #2b2e33;
  border-width: 9px 0 9px 7px;
  left: auto;
  right: -7px !important;
  top: 12px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right img {
  float: right !important;
  margin: 3px 0 -5px 10px !important;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message .footer-actions i:hover {
  color: #5C5C5C;
  cursor: pointer;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation.current {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#quickview-sidebar .quickview .tab-content #chat .chat-body {
  bottom: 0;
  left: auto;
  position: absolute;
  right: -340px;
  top: 0;
  width: 340px;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1000;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-search {
  margin-top: 15px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-search .form-control {
  width: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-groups i {
  margin-top: 8px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-groups .title {
  color: #526a82;
  font-weight: 700;
  text-transform: uppercase;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-groups ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-groups ul li {
  color: #818181;
  line-height: 25px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-groups ul li:hover {
  cursor: pointer;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-groups li i {
  float: left;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list li i {
  float: right;
  margin-top: 9px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list ul li {
  display: block;
  padding: 10px 15px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list ul li:hover {
  background-color: #F4F5F7;
  cursor: pointer;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list .user-img {
  float: left;
  width: 50px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list .user-img img {
  width: 37px;
  height: 37px;
  background: #333;
  border: 1px solid #333;
  border-radius: 100%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list .user-img .badge {
  font-size: 11px;
  margin-left: -10px;
  padding: 2px 5px;
  position: absolute;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-list .user-details {
  float: left;
  /*width: 130px;*/
  width: 80%;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body .chat-body .chat-list li .user-details .user-txt {
  color: #526a82;
}

#quickview-sidebar .quickview .tab-content #chat .chat-body.current {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#quickview-sidebar .quickview .tab-content #chat .chat-body>div {
  padding: 0 20px;
}

#quickview-sidebar .quickview .tab-content .title {
  color: #526a82;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Montserrat';
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: normal;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

#quickview-sidebar .quickview .tab-content #settings .settings {
  padding: 0 20px;
}

#quickview-sidebar .quickview .tab-content #settings .setting {
  margin-bottom: 20px;
}

#quickview-sidebar .quickview .tab-content #settings .setting .setting-info {
  color: #98A1A6;
  font-size: 12px;
  margin-top: 3px;
}

#quickview-sidebar .quickview .tab-content #settings .switch {
  margin-top: -4px;
}

#quickview-sidebar .quickview .tab-content #settings .settings-chart .chart-title {
  color: rgba(0, 0, 0, 0.6);
  float: left;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
  opacity: 1;
  text-transform: none;
}

#quickview-sidebar .quickview .tab-content #settings .settings-chart .chart-number {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  font-size: 11px;
  margin-top: 2px;
}

#quickview-sidebar .quickview .tab-content #settings .settings-chart .progress {
  background: rgba(0, 0, 0, 0.1);
  height: 6px;
}

#quickview-sidebar .quickview .tab-content #settings .progress-chart .settings-chart .chart-.number {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
  opacity: 1;
  text-transform: none;
}

#quickview-sidebar .quickview .tab-content #notes {
  background: #fefaed;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes {
  background: #fefaed;
  bottom: 0;
  left: -340px;
  padding: 0;
  position: fixed;
  top: 50px;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 340px;
  z-index: 1000;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: auto;
  right: 0;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes.current {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  left: auto;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes h3 {
  margin-top: 5px;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes h3 small {
  color: #B96F6F;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes .mCustomScrollBox {
  overflow: hidden !important;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes .input-group {
  background: #ffffff;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #add-note {
  color: #3F3F3F;
  display: block;
  float: none;
  font-weight: 700;
  margin-right: 10px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #add-note i {
  padding-right: 10px;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #add-note:hover {
  cursor: pointer;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list {
  overflow: hidden;
  padding: 0 20px;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list .note-desc {
  color: #CFCFCF;
  margin-bottom: 10px;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list .note-item {
  border-bottom: 1px solid #EBEBEB;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 10px 0;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list .note-item:hover p {
  color: #121212;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list .note-item h5 {
  margin-top: 0;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list .note-item p {
  height: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .notes #notes-list .close {
  font-size: 14px;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes .note-title {
  margin-top: 0;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes.current {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#quickview-sidebar .quickview .tab-content #notes .detail-note {
  bottom: 0;
  position: absolute;
  right: -340px;
  top: 0;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 340px;
  z-index: 1000;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail {
  overflow: hidden;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail .note-write {
  -moz-background-size: 100% 40px;
  -ms-background-size: 100% 40px;
  -webkit-background-size: 100% 40px;
  background-size: 100% 40px;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  padding: 0;
  position: relative;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail .note-write:before {
  border-left: 1px solid #FCE1BE;
  bottom: 0;
  content: '';
  left: 20px;
  position: absolute;
  top: 0;
  width: 0;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail .note-write:after {
  border-left: 1px solid #FCE1BE;
  bottom: 0;
  content: '';
  left: 24px;
  position: absolute;
  top: 0;
  width: 0;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail .note-write textarea {
  background-color: #fefaed !important;
  border: none;
  font-weight: 100;
  font-size: 18px;
  height: 100%;
  line-height: 40px;
  min-height: 300px;
  padding: 0 0 0 35px;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail .note-write textarea:hover {
  background-color: #fefaed !important;
  border: none !important;
  outline: none !important;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note #note-detail .note-write textarea:focus {
  background-color: #fefaed !important;
  border: none !important;
  outline: none !important;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note .note-header {
  background: #fefaed;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 15px;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note .note-header .note-edit {
  text-align: center;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note .note-header .note-subtitle {
  color: #526a82;
  font-size: 12px;
  text-align: center;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note .note-header .note-back {
  color: #424242;
  cursor: pointer;
  font-size: 16px;
  left: 20px;
  position: absolute;
  top: 22px;
}

#quickview-sidebar .quickview .tab-content #notes .detail-note.current {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#quickview-sidebar .quickview-header {
  background-color: #ae93f0;
  font-weight: 100;
  font-size: 12px;
  height: 50px;
  width: 340px;
  z-index: 10;
}

#quickview-sidebar .quickview-header {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-family: 'Montserrat';
  letter-spacing: 0.02em;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

#quickview-sidebar .quickview-header .nav.nav-tabs {
  border-bottom: none;
}

#quickview-sidebar .quickview-header .nav>li {
  text-align: center;
  width: 33%;
}

#quickview-sidebar .quickview-header .nav>li>a {
  background: none;
  color: #909090;
  font-weight: 700;
  padding: 16px 15px;
  text-transform: uppercase;
}

#quickview-sidebar .quickview-header .nav.nav-tabs>li.active>a {
  background: none;
  color: #ffffff;
}

#quickview-sidebar .quickview-header .nav-tabs>li>a::before {
  display: none;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message input.form-control.form-white,
.conversation-message input.form-control.form-white:hover,
.conversation-message input.form-control.form-white:focus,
.conversation-message textarea.form-control.form-white:active {
  border: none;
  border-top: 1px solid #DFDFDF;
  height: 35px;
  outline: none !important;
}

#quickview-sidebar.closing {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#quickview-sidebar.closing .quickview .tab-content #chat .chat-body {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#quickview-sidebar.closing .quickview .tab-content #chat .chat-body.current {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#quickview-sidebar .quickview .tab-content #notes .list-notes.current {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-message {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  left: auto;
  right: 0;
  transform: translate3d(100%, 0, 0);
  width: 340px;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation.current .conversation-message {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation.current .conversation-message textarea {
  resize: none;
  background: rgba(238, 238, 238, 0.92);
  border-color: transparent;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation.current .conversation-message .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ie-browser #quickview-sidebar {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.ie-browser #quickview-sidebar .quickview .tab-content #chat .chat-body {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.ie-browser #quickview-sidebar .quickview .tab-content #chat .current.chat-body {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.ie-browser #quickview-sidebar.closing .quickview .tab-content #notes .list-notes {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail .del-button {
  padding-top: 5px;
  font-size: 10px;
  color: #f05050;
  text-align: right;
  display: block;
}

#quickview-sidebar .quickview .tab-content #chat .chat-conversation .conversation-body .chat-detail.chat-right .del-button {
  text-align: left;
}

.user-txt {
  color: #526a82;
  font-size: 12px;
  font-weight: 600;
}

.user-name {
  font-weight: 600;
}

/* =================================================================================
Quickview sidebar newsfeed doc upload
================================================================================= */

.quickview-sidebar-nfeed-doc-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 238, 238, 0.8);
  z-index: 10060;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#quickview-sidebar-nfeed-doc {
  bottom: 0;
  left: auto;
  overflow: hidden;
  position: fixed;
  right: -340px;
  top: 0;
  width: 340px;
  z-index: 10070;

  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#quickview-sidebar-nfeed-doc .offbar {
  position: absolute;
  color: #222;
  background-color: #fff;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  font-size: 21px;
  line-height: 50px;
  padding: 0 17px;
}

#quickview-sidebar-nfeed-doc.open {
  -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);

  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
  display: block;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.15), Direction=180, Strength=2);
  transform: translate3d(-100%, 0, 0);
}

#quickview-sidebar-nfeed-doc:not(.open):not(.closing) .quickview {
  display: none;
}

#quickview-sidebar-nfeed-doc:not(.open):not(.closing) .quickview-header {
  display: none;
}

#quickview-sidebar-nfeed-doc .quickview {
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  bottom: 0;
  color: #818181;
  height: auto;
  left: 0;
  left: auto;
  overflow-x: hidden;
  position: absolute;
  right: auto;
  top: 50px;
  width: 340px;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#quickview-sidebar-nfeed-doc .quickview .listview {
  /*position: relative;*/
  /*padding: 15px;*/
}

#quickview-sidebar-nfeed-doc .quickview .tab-content {
  border-top: none;
  padding: 0;
  position: relative;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload {
  /*padding: 0 20px;*/
  padding: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation {
  bottom: 0;
  left: -340px;
  padding: 0;
  position: relative;
  top: 0;
  overflow-x: hidden;
  width: 340px;
  z-index: 14;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header {
  padding: 0;
  position: relative;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user-img {
  float: left;
  width: 50px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user-img .badge {
  font-size: 11px;
  margin-left: -10px;
  padding: 2px 5px;
  position: absolute;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user-details {
  text-align: center;
  width: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user-details .user-name {
  text-align: center;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user-details .user-txt {
  color: #526a82;
  text-align: center;
  font-size: 12px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .user-status i {
  float: right;
  margin-right: 0;
  margin-top: 15px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-header .chat-back {
  color: #424242;
  cursor: pointer;
  font-size: 21px;
  left: 18px;
  position: absolute;
  top: 12px;
  background: #333;
  color: #fff;
  padding: 1px 7px 2px;
  border-radius: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body {
  padding: 25px;
  padding: 20px;
  padding-bottom: 50px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body li {
  clear: both;
  content: " ";
  display: table;
  margin-bottom: 25px;
  width: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body li:last-child {
  margin-bottom: 65px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .conversation-img {
  float: left;
  margin-right: 15px;
  width: 13%;
  display: inline-block;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-right .conversation-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
  width: 13%;
  display: inline-block;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .conversation-img img {
  width: 38px;
  height: 38px;
  background: #333;
  border-radius: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail {
  /*float: left;*/
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail .chat-bubble {
  background: #e5e9ec;
  color: #22262e;
  font-size: 13.5px;
  /*font-weight: 600;*/
  float: right;
  line-height: 20px;
  min-height: 40px;
  padding: 0;
  padding: 10px;
  position: relative;
  white-space: normal;
  width: 220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 82%;
  display: inline-table;
  text-align: justify;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail .chat-bubble small {
  margin-top: 3px;
  color: rgba(51, 51, 51, 0.65);
  display: block;
  line-height: 1;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble small {
  color: #ccc;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble {
  float: left;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail .chat-bubble:after {
  border-color: rgba(0, 0, 0, 0) #e5e9ec;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  content: '';
  display: block;
  left: -7px;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 1;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail .chat-date {
  color: #636F77;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: right;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right .chat-date {
  text-align: left;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message .item-footer {
  padding: 9px 15px;
  background: #F0F0F0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message .item-footer i {
  float: right;
  text-align: center;
  /*width: 25%;*/
  width: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message input {
  border-top: 1px solid #DFDFDF;
  border: none;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble {
  background: #2B2E33;
  color: #ffffff;
  float: left;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right .chat-bubble:after {
  border-color: rgba(0, 0, 0, 0) #2b2e33;
  border-width: 9px 0 9px 7px;
  left: auto;
  right: -7px !important;
  top: 12px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right img {
  float: right !important;
  margin: 3px 0 -5px 10px !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message .footer-actions i:hover {
  color: #5C5C5C;
  cursor: pointer;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation.current {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body {
  bottom: 0;
  left: auto;
  position: absolute;
  right: -340px;
  top: 0;
  width: 340px;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1000;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-search {
  margin-top: 15px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-search .form-control {
  width: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-groups i {
  margin-top: 8px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-groups .title {
  color: #526a82;
  font-weight: 700;
  text-transform: uppercase;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-groups ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-groups ul li {
  color: #818181;
  line-height: 25px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-groups ul li:hover {
  cursor: pointer;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-groups li i {
  float: left;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list li i {
  float: right;
  margin-top: 9px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list ul li {
  display: block;
  padding: 10px 15px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list ul li:hover {
  background-color: #F4F5F7;
  cursor: pointer;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list .user-img {
  float: left;
  width: 50px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list .user-img img {
  width: 37px;
  height: 37px;
  background: #333;
  border: 1px solid #333;
  border-radius: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list .user-img .badge {
  font-size: 11px;
  margin-left: -10px;
  padding: 2px 5px;
  position: absolute;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-list .user-details {
  float: left;
  /*width: 130px;*/
  width: 80%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body .chat-body .chat-list li .user-details .user-txt {
  color: #526a82;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body.current {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body>div {
  padding: 0 20px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content .title {
  color: #526a82;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Montserrat';
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: normal;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .settings {
  padding: 0 20px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .setting {
  margin-bottom: 20px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .setting .setting-info {
  color: #98A1A6;
  font-size: 12px;
  margin-top: 3px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .switch {
  margin-top: -4px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .settings-chart .chart-title {
  color: rgba(0, 0, 0, 0.6);
  float: left;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
  opacity: 1;
  text-transform: none;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .settings-chart .chart-number {
  color: rgba(0, 0, 0, 0.5);
  float: right;
  font-size: 11px;
  margin-top: 2px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .settings-chart .progress {
  background: rgba(0, 0, 0, 0.1);
  height: 6px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #settings .progress-chart .settings-chart .chart-.number {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
  opacity: 1;
  text-transform: none;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes {
  background: #fefaed;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes {
  background: #fefaed;
  bottom: 0;
  left: -340px;
  padding: 0;
  position: fixed;
  top: 50px;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 340px;
  z-index: 1000;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: auto;
  right: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes.current {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  left: auto;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes h3 {
  margin-top: 5px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes h3 small {
  color: #B96F6F;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes .mCustomScrollBox {
  overflow: hidden !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes .input-group {
  background: #ffffff;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #add-note {
  color: #3F3F3F;
  display: block;
  float: none;
  font-weight: 700;
  margin-right: 10px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #add-note i {
  padding-right: 10px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #add-note:hover {
  cursor: pointer;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list {
  overflow: hidden;
  padding: 0 20px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list .note-desc {
  color: #CFCFCF;
  margin-bottom: 10px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list .note-item {
  border-bottom: 1px solid #EBEBEB;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 10px 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list .note-item:hover p {
  color: #121212;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list .note-item h5 {
  margin-top: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list .note-item p {
  height: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .notes #notes-list .close {
  font-size: 14px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes .note-title {
  margin-top: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes.current {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note {
  bottom: 0;
  position: absolute;
  right: -340px;
  top: 0;
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 340px;
  z-index: 1000;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail {
  overflow: hidden;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail .note-write {
  -moz-background-size: 100% 40px;
  -ms-background-size: 100% 40px;
  -webkit-background-size: 100% 40px;
  background-size: 100% 40px;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  padding: 0;
  position: relative;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail .note-write:before {
  border-left: 1px solid #FCE1BE;
  bottom: 0;
  content: '';
  left: 20px;
  position: absolute;
  top: 0;
  width: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail .note-write:after {
  border-left: 1px solid #FCE1BE;
  bottom: 0;
  content: '';
  left: 24px;
  position: absolute;
  top: 0;
  width: 0;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail .note-write textarea {
  background-color: #fefaed !important;
  border: none;
  font-weight: 100;
  font-size: 18px;
  height: 100%;
  line-height: 40px;
  min-height: 300px;
  padding: 0 0 0 35px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail .note-write textarea:hover {
  background-color: #fefaed !important;
  border: none !important;
  outline: none !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note #note-detail .note-write textarea:focus {
  background-color: #fefaed !important;
  border: none !important;
  outline: none !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note .note-header {
  background: #fefaed;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 15px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note .note-header .note-edit {
  text-align: center;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note .note-header .note-subtitle {
  color: #526a82;
  font-size: 12px;
  text-align: center;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note .note-header .note-back {
  color: #424242;
  cursor: pointer;
  font-size: 16px;
  left: 20px;
  position: absolute;
  top: 22px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .detail-note.current {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#quickview-sidebar-nfeed-doc .quickview-header {
  background-color: #32323a;
  font-weight: 100;
  font-size: 12px;
  height: 50px;
  width: 340px;
  z-index: 10;
}

#quickview-sidebar-nfeed-doc .quickview-header {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-family: 'Montserrat';
  letter-spacing: 0.02em;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

#quickview-sidebar-nfeed-doc .quickview-header .nav.nav-tabs {
  border-bottom: none;
}

#quickview-sidebar-nfeed-doc .quickview-header .nav>li {
  text-align: center;
  width: 33%;
}

#quickview-sidebar-nfeed-doc .quickview-header .nav>li>a {
  background: none;
  color: #909090;
  font-weight: 700;
  padding: 16px 15px;
  text-transform: uppercase;
}

#quickview-sidebar-nfeed-doc .quickview-header .nav.nav-tabs>li.active>a {
  background: none;
  color: #ffffff;
}

#quickview-sidebar-nfeed-doc .quickview-header .nav-tabs>li>a::before {
  display: none;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message input.form-control.form-white,
.conversation-message input.form-control.form-white:hover,
.conversation-message input.form-control.form-white:focus,
.conversation-message textarea.form-control.form-white:active {
  border: none;
  border-top: 1px solid #DFDFDF;
  height: 35px;
  outline: none !important;
}

#quickview-sidebar-nfeed-doc.closing {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#quickview-sidebar-nfeed-doc.closing .quickview .tab-content #doc-upload .chat-body {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#quickview-sidebar-nfeed-doc.closing .quickview .tab-content #doc-upload .chat-body.current {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #notes .list-notes.current {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-message {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  left: auto;
  right: 0;
  transform: translate3d(100%, 0, 0);
  width: 340px;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation.current .conversation-message {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation.current .conversation-message textarea {
  resize: none;
  background: rgba(238, 238, 238, 0.92);
  border-color: transparent;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation.current .conversation-message .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ie-browser #quickview-sidebar-nfeed-doc {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.ie-browser #quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-body {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.ie-browser #quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .current.chat-body {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.ie-browser #quickview-sidebar-nfeed-doc.closing .quickview .tab-content #notes .list-notes {
  -moz-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  transition: transform 0s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail .del-button {
  padding-top: 5px;
  font-size: 10px;
  color: #f05050;
  text-align: right;
  display: block;
}

#quickview-sidebar-nfeed-doc .quickview .tab-content #doc-upload .chat-conversation .conversation-body .chat-detail.chat-right .del-button {
  text-align: left;
}


/* =================================================================================
Page Content
================================================================================= */

.page_content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 80px;
  padding-bottom: 100px;
  /*margin-left: 250px;*/
  background: #f5f5f5;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (max-width: 768px) {
  .client-page .page_content {
    padding: 0 0 40px !important;
  }
}

@media screen and (max-width: 480px) {}

.pagehead {
  /*margin: -20px -30px 20px -30px;
  padding: 15px 20px 18px 20px;
  border-bottom: none;
  position: relative;
  border-bottom: 1px solid #dee5e7;*/

  border-bottom: none;
  position: relative;
  margin: -15px 0 10px;
}

@media screen and (max-width: 768px) {
  .client-page .pagehead {
    margin: 0 0 10px !important;
  }
}

@media screen and (max-width: 480px) {
  /*.preheader {
    padding: 10px 0 !important;
  }*/
}

.pagehead h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  padding: 2px 0 0;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: normal;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);

  display: none;
}




.preheader {
  background: rgba(0, 0, 0, 0.05);
  background: #fff;
  /*margin: -20px -30px 30px -30px;*/
  /*padding: 30px 20px;*/
  padding: 0;
  background: transparent;
  margin: 0 0 10px !important;
}

.preheader .col-md-12 {
  padding: 0 !important;
}

.preheader .icon {
  color: #fff;
  border-radius: 3px;
  font-size: 36px;
  line-height: 0;
  padding: 8px 16px;
  text-align: center;
  background: #399bff;
  display: none;
}

.preheader .icon .fa {
  font-weight: inherit;
}

.preheader h1 {
  font-size: 35px;
  font-weight: 700;
  /*margin: 30px 0 5px 0;*/
  margin: 0;
  display: inline-block;
  padding-left: 10px;

  display: none;
}

.preheader h3 {
  font-size: 18px;
  margin: 10px 0 5px;
}

.preheader h3 strong {
  text-decoration: underline;
  font-size: 17px;
}

.preheader h4 {
  /*font-size: 21px;
  font-size: 8px;
  color: #777;
  margin: 0px;
  font-family: 'Blokk', Arial, sans-serif;
  color: #D8D8D8 !important;*/
  display: none;
}

/*.preheader .btn-primary {
  float: left;
  margin: 0 !important;
}*/

.preheader .btn-primary,
.preheader .btn-info,
.preheader .btn-danger,
.preheader .btn-success {
  margin: 0 !important;
}

.page-content-forms {
  display: block;
  position: relative;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  /*border: 1px solid rgba(229, 229, 229, 0.35);*/
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 768px) {
  .page-content-forms {
    /*margin-bottom: 0;*/
  }
}

.childlist {
  list-style: none;
  max-width: 320px;
  min-width: 320px;
  display: block;
  position: relative;
}

.childlist.reset {
  max-width: auto;
  min-width: auto;
  display: inline-block;
}

.childlist li {
  float: left;
  display: inline-block;
  width: 20%;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 100%;
  margin-bottom: 10px;
}

.childlist li img {
  max-width: 100%;
  height: 62px;
  width: 62px;
}

.datetext {
  display: block;
  position: relative;
  text-align: center;
}

.svg-clock {
  margin: 0 auto;
  display: block;
}


.date-wig {
  position: relative;
}

.day-text {
  font-size: 120px;
  line-height: 120px;
  font-weight: 300;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

.month-text {
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

.year-text {
  display: block;
  font-size: 16px;
  line-height: 31px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

@media screen and (max-width: 1200px) {
  .date-wig div.col-md-6 {
    width: 100% !important;
    float: none !important;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {}


.wig-title {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin: -20px -20px 10px;
  padding: 10px;
  background: rgba(17, 17, 17, 0.09);
  font-family: 'Montserrat', sans-serif;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: normal;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  font-size: 13px;
}


/* =================================================================================
Login page
================================================================================= */

.login-wrapper {
  height: 100%;
  background-color: #fff;
}

.login-wrapper>* {
  height: 100%;
}

.login-wrapper .bg-pic {
  /*position: fixed;
    width: 68%;
    overflow: hidden;
    background: url('../img/overall.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/

  position: fixed;
  width: 68%;
  overflow: hidden;
  background-color: #4D2272;
  /*background-image: url(../img/kinderm8_bg.png);*/
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  background-position: center center;
}

@media (max-width: 1024px) {
  .login-wrapper .bg-pic {
    width: 62%;
  }
}

.login-wrapper .mobile-intro {
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #547eba;
  background: url('../img/overall.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 30%;
  padding: 75px 25px;
  margin: 0;
  text-align: center;
}

.login-wrapper .bg-pic .overlay,
.login-wrapper .mobile-intro .overlay {
  background: rgba(51, 51, 51, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login-wrapper .bg-pic .bg-caption {
  padding-left: 20px;
  position: absolute !important;
  bottom: 0;
  margin-bottom: 40px;
}

.login-wrapper .mobile-intro h2 {
  position: relative;
  font-size: 17px;
  margin: 0;
  line-height: 22px;
}

.login-wrapper .bg-pic>img {
  height: 100%;
  opacity: 0.6;
}

.login-wrapper .login-container {
  width: 496px;
  width: 32%;
  display: block;
  /*position: absolute;*/
  position: fixed;
  float: right;
  right: 0;
}

.login-wrapper.pass-reset {
  background: transparent;
}

.login-wrapper .password-reset-container {
  width: 496px;
  width: 32%;
  display: block;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.login-wrapper .bg-caption {
  width: 70%;
}

.login-wrapper .bg-caption h2 {
  text-transform: capitalize;
}

.register-container {
  width: 550px;
  margin: auto;
  height: 100%;
}

.login-wrapper .login-container .body {
  /*margin: 30px 20px 0;
  padding: 50px 35px 0;*/
  margin: 10px 0px 0;
  padding: 50px 55px 0;
}

.login-wrapper .password-reset-container .body {
  margin: 30px 20px 0;
  padding: 50px 35px 0;
}

.login-wrapper .login-container .login-logo {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.login-wrapper .password-reset-container .login-logo {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.login-wrapper .login-container .login-logo img {
  /*width: 60%;*/
  max-width: 60%;
  max-height: 150px;
}

.login-wrapper .password-reset-container .login-logo img {
  /*width: 60%;*/
  max-width: 60%;
  max-height: 150px;
}

.login-sm-title {
  font-size: 12px;
  letter-spacing: normal;
  padding-top: 10px;
  text-transform: uppercase;
  margin: 0;
}

.login-wrapper .login-container .body form {
  padding-top: 15px;
}

.login-wrapper .password-reset-container .body form {
  padding-top: 15px;
}

.login-wrapper .login-container .body form .checkbox {
  margin-top: 0;
  font-size: 12px;
}

.login-wrapper .password-reset-container .body form .checkbox {
  margin-top: 0;
  font-size: 12px;
}

.login-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 70px;

  width: 100%;
}

.password-reset-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #333;
  color: #fff;
  width: 100%;
}

.login-footer img {
  margin-top: 5px;
  width: 100%;
}

.password-reset-footer img {
  margin-bottom: 2px;
  width: 100%;
  max-width: 100px;
}

.login-wrapper .login-container .login-logo span {
  font-size: 31px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.login-wrapper .password-reset-container .login-logo span {
  font-size: 31px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.logincheckbox span {
  padding-left: 5px;
  line-height: normal;
}

@media (max-width: 1199px) {
  .login-wrapper .login-container {
    width: 400px;
    /*overflow-y: scroll;*/
  }

  .login-wrapper .password-reset-container {
    width: 400px;
    overflow-y: scroll;
  }

  .login-footer img {
    width: 110px;
    margin-bottom: 5px;
  }

  .password-reset-footer img {
    width: 110px;
    margin-bottom: 5px;
  }
}

@media (max-width: 990px) {
  .login-footer {
    text-align: center;
  }

  .password-reset-footer {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .login-wrapper .login-container {
    width: 100%;
  }

  .login-wrapper .password-reset-container {
    width: 100%;
  }

  .login-wrapper .mobile-intro {
    /*display: block;*/
  }

  .register-container {
    width: 100%;
    padding: 15px;
  }

  .login-sm-title {
    display: none;
  }

  .login-footer {
    text-align: center;
    position: relative;
    margin-top: 20px;
    background-color: transparent;
    color: inherit;
    font-weight: 600;
  }

  .password-reset-footer {
    text-align: center;
    position: relative;
    margin-top: 20px;
    background-color: transparent;
    color: inherit;
    font-weight: 600;
  }

  .reset-padding-left {
    padding-right: 0px;
  }

  .reset-padding-right {
    padding-left: 0px;
  }

  .login-wrapper .login-container .body {
    padding-top: 15px;
    padding: 0;
    margin: 0;
  }

  .login-wrapper .password-reset-container .body {
    padding-top: 15px;
    padding: 0;
    margin: 0;
  }

  .login-wrapper .login-container .login-logo {
    margin: 15px 0;
    padding: 0 20px;
  }

  .login-wrapper .password-reset-container .login-logo {
    margin: 15px 0;
    padding: 0 20px;
  }

  .login-wrapper .login-container .body form {
    padding: 0 20px;
  }

  .login-wrapper .password-reset-container .body form {
    padding: 0 20px;
  }

  .login-wrapper .login-container .body img {
    max-width: 130px;
    /*width: 130px;*/
    max-height: 150px;
  }

  .login-wrapper .password-reset-container .body img {
    max-width: 130px;
    width: 130px;
  }

  .login-wrapper .login-container .login-logo span {
    font-size: 27px;
  }

  .login-wrapper .password-reset-container .login-logo span {
    font-size: 27px;
  }
}

@media only screen and (max-width: 480px) {
  .login-wrapper form button[type="submit"] {
    display: block;
    width: 100%;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 401px) {
  .login-wrapper .login-container .body {
    /*padding: 5px 5px 0;*/
  }
}

@media only screen and (max-width: 350px) {
  .login-wrapper .login-container .body {
    padding: 0;
  }

  .login-wrapper .password-reset-container .body {
    padding: 0;
  }

  .login-wrapper .login-container .login-logo span {
    font-size: 17px;
  }

  .login-wrapper .password-reset-container .login-logo span {
    font-size: 17px;
  }
}

@media only screen and (max-width: 321px) {
  .login-wrapper .login-container {
    width: 100%;
  }

  .login-wrapper .password-reset-container {
    width: 100%;
  }
}


/* =================================================================================
Footer
================================================================================= */

.footer {
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding-bottom: 15px;
}

.page-content-footer {
  position: fixed;
  width: 100%;
  z-index: 190;
  left: 0;
  right: 0;
  background: #f5f5f5;
  bottom: 0;
  padding: 20px 15px;
  border-top: 1px solid rgba(12, 12, 12, 0.07);
}

.footer .copyright {
  position: relative;
  /*border-top: 1px solid rgba(12, 12, 12, 0.07);
  /*padding: 20px 0;*/
  z-index: 15;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .copyright a {
  color: #399bff;
}

.footer .copyright span {
  font-size: 88%;
  opacity: 0.8;
}

.footer .copyright span.copyright {}

.footer.footer-absolute {
  left: 50px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 50px;
}

@media only screen and (max-width: 768px) {
  .footer {
    /*margin-top: 0 !important;*/
    position: relative;
  }

  .copyright p {
    float: none !important;
    display: block;
    text-align: center;
    line-height: 25px;
  }

  .scroll-to-top {
    /*left: 10%;*/
    bottom: 12px;
  }
}

@media only screen and (max-width: 480px) {}



/* =================================================================================
Multi select option
================================================================================= */

.select-staff {
  position: relative;
  display: inline-block;
  margin: 0 0 7px;
  font-size: 12.5px;
  width: 33.1%;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 10px 10px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}

.select-staff label {
  padding-left: 10px;
}

.link-chk {
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  padding-right: 5px;
  padding-left: 5px;
}

.size-chk {
  width: 32.5%;
}

.select-staff:hover {
  background: #eee;
}

.select-staff input[type="checkbox"] {
  margin: 0;
  top: 9px;
  left: 7px;
}



/* =================================================================================
Form Elements
================================================================================= */

.form-search-btns {
  margin: 23px 0 0px;
}

@media screen and (max-width: 991px) {
  .form-search-btns {
    margin: 12px 0 0px !important;
  }
}


/* =================================================================================
Auto Complete
================================================================================= */

.ui-autocomplete {
  position: absolute;
  max-width: 345px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  z-index: 99999;
  /*-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07) !important;*/
  /*box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07) !important;*/
  border: 1px solid #DDDDDD;
}

.ui-autocomplete li {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 4px 13px;
}

.ui-autocomplete li:last-child {
  border: none;
}




/* =================================================================================
Daily chart report page
================================================================================= */

.daily-title {
  margin-bottom: 3px;
  margin-top: -6px;
}

.daily-daterange {
  font-size: 12.5px;
  margin: 0 0 15px;
}

/*.form-search-btns button {
  line-height: 20.5px;
  margin-top: 25px;
}
*/
.btn-option-group {
  display: block;
  width: 100%;
}

.btn-option-group .btn-primary {
  width: 50%;
  padding-top: 8px;
  padding-bottom: 7px;
}

.reportgroup-button label {
  font-size: 10px;
  line-height: 20px;
}

.nappychange-details {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 8px;
  font-size: 12px;
}

.nappychange-details li {
  float: left;
  margin-right: 5px;
  line-height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.nappychange-details li .box {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #eee;
  display: inline-table;
  float: left;
  margin-right: 5px;
}

.nappychange-details li:nth-child(1) .box {
  background: #F7464A;
}

.nappychange-details li:nth-child(2) .box {
  background: #46BFBD;
}

.nappychange-details li:nth-child(3) .box {
  background: #FDB45C;
}

.textblue {
  color: #00a2d9 !important;
}

#main-content.page-profil {
  padding: 15px 30px 0px;
  background: #FFF;
  border: 1px solid #eee;
  margin-top: 30px;
  border-top: none;
}

.page-profil .col-md-3 {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff
}

.page-profil .col-md-9 {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 0;
}

.page-profil .profil-content {
  border-left: 1px solid #ebebeb
}

.profil-sidebar img {
  padding-right: 0;
  width: 94%;
  margin-bottom: 15px;
}

.page-profil h3.title {
  font-weight: 600;
  /* width: 50%; */
  background-color: #eee;
  /*border-bottom: 1px solid #eee;*/
  margin: -16px -16px 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 12px;
}

.page-profil h4:not(.dz-message h4) {
  font-weight: 600;
  /* width: 50%; */
  background-color: #eee;
  /*border-bottom: 1px solid #eee;*/
  margin: -16px -16px 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 12px;
}

.profil-sidebar h5 {
  font-size: 14px;
  font-weight: 600
}

.profil-sidebar-element {
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #ebebeb
}

.profil-sidebar-element:last-child {
  border-bottom: 0
}

.profil-sidebar-element:first-child {
  padding-top: 0
}

.sidebar-number {
  color: #00a2d9;
  font-size: 36px;
  font-weight: 500;
  margin-top: -16px
}

.profil-sidebar img.img-small-friend {
  width: 100%;
  padding-right: 0;
  margin-bottom: 10px
}

.more-friends {
  width: 100%;
  height: 100%
}

.profil-sidebar .col-md-2 {
  padding-left: 5px;
  padding-right: 5px
}

.profil-sidebar .btn {
  text-align: left;
  padding-left: 10px
}

.profil-sidebar .btn i {
  padding-right: 8px
}

.profil-sidebar .fa-ellipsis-h {
  position: absolute;
  top: 8px;
  left: 17px;
  color: #1892bb;
  font-size: 39px
}

.profil-sidebar #stars .fa {
  color: #1892bb;
  font-size: 18px;
  padding-right: 10px
}

.page-profil .profil-review .col-md-9 {
  padding-left: 0
}

.profil-presentation {
  font-size: 18px;
  padding: 0 15px 0 15px
}

.section-box h2 {
  margin-top: 0
}

.section-box h2 a {
  font-size: 15px
}

.glyphicon-heart {
  color: #e74c3c
}

.profil-content a:hover {
  color: #00a2d9 !important
}

.separator {
  padding-right: 5px;
  padding-left: 5px
}

.section-box hr {
  margin-top: 0;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #ebebeb
}

.page-profil .stars {
  float: left
}

.page-profil .stars .fa,
.page-profil .fa-comments-o {
  color: #1892bb;
  font-size: 15px;
  padding-right: 5px
}

.profil-groups {
  padding-bottom: 10px
}

.profil-groups img {
  width: 100%;
  margin-bottom: 4px
}

.profil-group {
  padding-left: 10px !important
}

.profil-groups .thumb {
  padding-left: 2px;
  padding-right: 2px
}

.profil-review {
  margin-bottom: 20px
}


.chart-ledgend-circle {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-table;
  float: left;
  margin-right: 5px;
}


@media screen and (max-width: 991px) {
  .profil-sidebar img {
    width: auto;
    width: 150px;
    border: 2px solid #eee;
  }

  .page-profil .col-md-3 {
    /*text-align: center;*/
    margin-bottom: 40px;
  }

  .page-profil .col-md-9 {
    padding-left: 0;
  }

  .page-profil .profil-content {
    border-left: none;
  }
}



.panel-image img.panel-image-preview {
  width: 100%;
  border-radius: 4px 4px 0 0;
  max-height: 335px;
  overflow: hidden
}

.panel-heading~.panel-image img.panel-image-preview {
  border-radius: 0
}

.panel-image~.panel-footer a {
  padding: 0 10px;
  font-size: 1.3em;
  color: #646464
}

.col-md-3.profil-sidebar .img-responsive {
  width: 100%
}

.canvas-style {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  height: 350px;
}

.daily-table {
  border: 1px solid #eee;
}

.daily-sub-table {
  border: 1px solid #eee;
  font-size: 12px;
}

.daily-sub-table>tbody>tr th:first-child,
.daily-sub-table>tbody>tr th:nth-child(2) {
  width: 30% !important;
}

.latestcomments {
  padding: 0;
  margin: 0;
  list-style: none;
}

.commentbox {
  border-bottom: 1px solid rgba(238, 238, 238, 0.75);
  padding: 0 0 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.commentbox:last-child {
  border-bottom-color: transparent;
}

.comment-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.comment-left .media-object {
  width: 42px;
  height: 42px;
  padding: 2px;
  border: 2px solid #dbdfe6;
  border-radius: 50%;
}

.comment-content {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}

.comment-content h3 {
  margin: 2px 0;
  font-size: 15px;
}

.comment-date {
  font-size: 10px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
  color: #818da7;
}

.comment-content p {
  /*display: inline-table;
  float: left;
  margin-left: 5px;
  width: 89%;*/
  /*text-align: justify;*/
  margin: 0px;
  /*font-size: 12px;*/
  /*font-weight: 600;*/
}

.comment-content span {
  float: left;
  display: inline-block;
  font-size: 35px;
}

.savestate {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 23px;
}




/* =================================================================================
Datepicker & Timepicker
================================================================================= */

.datepicker.dropdown-menu,
.bootstrap-timepicker-widget.dropdown-menu {
  border-radius: 0px !important;
  padding-left: 5px;
  padding-right: 5px;
}



/* =================================================================================
Table Style
================================================================================= */

.first-column thead th:first-child {
  width: 320px !important;
}

.lastcolumn thead th:last-child {
  width: 240px !important;
  min-width: 240px !important;
}

.lastcolumn.sm thead th:last-child {
  width: 180px !important;
  min-width: 180px !important;
}

.lastcolumn.sm2 thead th:last-child {
  width: 200px !important;
  min-width: 200px !important;
}

.lastcolumn_medications thead th:last-child {
  width: 360px !important;
}

.lastcolumn_medications.sm thead th:last-child {
  width: 270px !important;
  min-width: 270px !important;
}

.lastcolumn_emaillog.sm thead th:last-child {
  width: 50px !important;
  min-width: 50px !important;
}

.lastcolumn2 thead th:last-child {
  width: 270px !important;
  min-width: 270px !important;
}

.lastcolumn2.sm thead th:last-child {
  width: 200px !important;
}

.lastcolumn.sm3 thead th:last-child {
  width: 160px !important;
  min-width: 160px !important;
}

.lastcolumn_checklist_history.sm thead th:last-child {
  width: 80px !important;
  min-width: 80px !important;
}


.tabbable-custom {
  position: relative;
  display: block;
}

.tabbable-custom .tab-pane {
  min-height: 80px;
}

.tabbable-custom .nav-tabs {
  border-bottom: none;
  margin-bottom: 5px;
}


/* =================================================================================
Daily option
================================================================================= */

.new-food-manager {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0px;
  /*border: 1px solid rgba(51, 51, 51, 0.16);*/
  /*margin-bottom: 15px;*/
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  padding: 0 0 10px;
}

.new-food-manager .managerform {
  margin-top: 10px;
  opacity: 0;
  -ms-transform: translateY(-100%);
  /* IE 9 */
  -webkit-transform: translateY(-100%);
  /* Chrome, Safari, Opera */
  transform: translateY(-100%);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}

.new-food-manager.open {
  height: 100%;
  margin-bottom: 15px;
  /*border: 1px solid #eee;*/
}

.new-food-manager.open .managerform {
  -ms-transform: translateY(0%);
  /* IE 9 */
  -webkit-transform: translateY(0%);
  /* Chrome, Safari, Opera */
  transform: translateY(0%);
  opacity: 1;
}

.food-list-table {
  display: block;
  position: relative;
}

.new-manager>* {
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}

.new-manager {
  position: absolute;
  right: 0;
  top: 5px;
  overflow: hidden;
  width: 85px;
  padding-left: 0;
  background: #eee !important;
  /*color: #fff !important;*/
  border-color: transparent !important;
  border: 0;
  border-radius: 0px;
  text-align: right;
}

.new-manager.open {
  background: #eee !important;
}

.new-manager i {
  margin-right: 2px;
  color: #333 !important;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-weight: 100;
  font-size: 16px;
  text-align: center;
  z-index: 5;
}

.new-manager span {
  position: absolute;
  width: 75%;
  top: -100%;
  padding: 0 10px 0;
  right: 0;
  line-height: 32px;
  z-index: 2;
  background: #eee !important;
  /*color: #fff !important;*/
}

.new-manager.open i {
  -webkit-transform: rotate(-130deg);
  -moz-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
}

.new-manager.open span {
  top: 0%;
}

.dailycart-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #8C8C8C;
  padding-bottom: 4px;
  display: inline-flex;
  margin: 0;
  margin-bottom: 15px;
  padding-right: 2%;
}

.dailycart-title i {
  margin-right: 5px;
  display: none;
}

.addnew-btn {
  /*margin-top: 25px;*/
  /*padding: 7px 15px 8px 15px;*/
}

.row-options {
  /*display: block;*/
  /*margin: 15px 0 10px;*/
  display: block;
  margin: 0;
  padding: 8px 0px;
  /*text-align: right;*/
  margin-bottom: 10px;
}

.row-options>* {
  padding: 0;
  margin: 0;
}

.row-options>p {
  display: inline-block;
  margin-left: 5px;
  line-height: 30px
}

.row-options>a {
  font-size: 13px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-right: 5px;
}

.row-options>a:last-child {
  margin: 0;
}

.row-options label {
  margin: 0 10px;
}

.div-row-not .div-row,
.div-row-clone,
.input-content {
  position: relative;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}

.div-row-clone {
  overflow: hidden;
}

.error-item-daily {
  display: block;
  margin-top: -14px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 12px;
  color: #f05050;
}

.daliy-option-section {
  padding: 15px 18px;
  background: rgba(242, 242, 242, 0.35);
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.daliy-option-section:last-child {
  margin-left: 0;
}

#div-child-list {
  margin-top: 5px;
  border: 1px solid #f2f2f2;
  padding: 8px 4px 4px 10px;
  background: #eee;
}

#div-child-list .select-staff {
  background: rgba(204, 204, 204, 0.4);
  border-color: #ddd;
}

#div-child-list .select-staff:hover {
  background: rgba(204, 204, 204, 0.8);
}

.div-childparent {
  display: none;
  border: 1px solid #f2f2f2;
  padding: 10px 15px 10px;
  margin-bottom: 16px;
  min-height: 100px;
}

.div-childparent p {
  margin: 5px 0 0;
}

.div-childparent.in {
  display: block;
}

.style-loader {
  background: #eee;
  padding: 10px 0;
  margin-bottom: 15px;
  text-align: center;
}


.daily-client-section {
  /*border: 1px solid #eee;*/
}

.daily-client-section span {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.49);
}

.daily-client-section span p {
  margin: 0;
}

.daily-client-section span.title {
  /*border-bottom: 1px solid #eee;*/
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: #8BC34A;
  color: #fff;
}

.daily-client-section .content-area {
  border: 1px solid #eee;
  border-top: 0;
}

/*.daily-client-section span p:first-child, .daily-client-section span p:nth-child(2) {
  width: 20%;
}
.daily-client-section span p:first-child, .daily-client-section span p:nth-child(3) {
  width: 20%;
}
.daily-client-section span p:last-child {
  width: 25%;
}*/
.daily-client-section span p i {
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}

b.slug {
  background: #56509F;
  color: #fff;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.clanderview {
  display: block;
  margin-bottom: 20px;
}

.clanderview .input-group-addon {
  cursor: pointer;
}

.date-change {
  padding: 8px 15px 7px 15px;
  background: #333;
  color: #fff;
  border-color: #333;
}

.dailychart-content {
  display: block;
  position: relative;
  min-height: 80px;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}

.foodsection {
  opacity: 0;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}


.nodata-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #eee;
  padding: 10px 20px;
  position: relative;
  margin: 0;
}

.nodata-title:before {}

.nodata-title:after {}

.note-text {
  background: #eee;
  padding: 5px 10px;
}



/* =================================================================================
Widget
================================================================================= */

.text-widget {
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  display: block;
  min-height: 140px;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
}

.text-widget .icon {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  font-size: 150px;
  position: absolute;
  right: 0px;
  bottom: -75px;
  z-index: 0;
}

.text-widget header {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 10;
  position: absolute;
}

.text-widget small {
  position: absolute;
  z-index: 10;
  top: 45px;
}

.text-widget.nano {
  min-height: 85px;
}

.text-widget:hover,
.text-widget:active,
.text-widget:visited {
  color: #ffffff;
}

.text-widget.color-1 {
  background: #3183D7;
}

.text-widget.color-1 .icon {
  color: #fff;
}

.text-widget.color-1:hover {
  background: #5073a1;
}

.text-widget.color-1:hover .icon {
  color: #ccc;
}


@media screen and (max-width: 1128px) {
  .text-widget header {
    font-size: 16px;
  }

  .text-widget small {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .text-widget header {
    font-size: 21px;
  }

  .text-widget small {
    font-size: 15px;
  }
}

@media screen and (max-width: 399px) {
  .text-widget header {
    font-size: 16px;
  }

  .text-widget small {
    font-size: 12px;
  }
}


/* wodget 2*/

.widget-panel-2 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.widget-panel-2 .panel-body {
  position: relative;
  z-index: 1;
  padding: 20px;
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.28);
  min-height: 205px;
}

.widget-panel-2 .panel-body .label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #e6e6e6;
  font-weight: 600;
  text-transform: uppercase;
  color: #626262;
}

.widget-panel-2 .panel-body p span {
  background: #333;
  padding: 2px 2px 2px 6px;
  margin-right: 5px;
}

.widget-panel-2 .panel-body p span.sub {
  background: #fff;
  color: #333;
}

.widget-panel-2 .panel-body .number {
  text-align: center;
  margin: 0;
}

.widget-panel-2 .panel-body .number span {
  font-size: 45px;
}

.widget-panel-2 .panel-body .number span i {
  font-size: 33px;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
  display: none;
}

.widget-panel-2 .panel-body .number small {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  padding-bottom: 8px;
}

.widget-panel-2 .panel-body .number span b {
  background: #16a085;
  padding: 0 5px;
  border-radius: 5px;
}

.widget-panel-2 .panel-body .number span b.inactive {
  background: #f55753;
  padding: 0 5px;
  border-radius: 5px;
}

/*.widget-panel-2-img-1:after {
  background-image: url("https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQ4qWwHR4IYUhvvsIx2iqY_l-OaftTUkZIiGnfqqDJJZInEfPn6");
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: .69;
}

.widget-panel-2-img-2:after {
  background-image: url("http://t1.gstatic.com/images?q=tbn:ANd9GcSTEPAcfA504zuPvbxNmQvAd88f6khSsw4bGgpAU34tU1fbfTB8");
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: .69;
}

.widget-panel-2-img-3:after {
  background-image: url("https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSwXPNzNBYQFHozWt-tAI-GMY5TXdV27raHTIZCA8wdzEHfGQqOOw");
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: .69;
}*/



/* =================================================================================
Panal
================================================================================= */

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-bottom: 0px;
}

.panel .panel-heading {
  background: transparent;
  border-radius: 0px;
  border-bottom: 0px;
  padding: 18px 18px 12px;
  position: relative;
  z-index: 3;
  min-height: 48px;
}

.panel .panel-heading.h-new {
  min-height: 78px;
}

.panel .panel-heading.separator:after {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  left: 16px;
  right: 16px;
  position: absolute;
  bottom: 0;
}

.panel .panel-body {
  position: relative;
}

.panel .panel-heading+.panel-body {
  padding-top: 0;
  height: calc(100% - 50px);
}

.panel .panel-heading .panel-title {
  font-family: 'Montserrat';
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.panel .panel-heading .panel-controls {
  float: right;
  margin-top: -3px;
}

.panel .panel-heading .panel-controls ul {
  margin: 0;
  padding: 0;
}

.panel .panel-heading .panel-controls ul li {
  display: inline-block;
  list-style: none;
  line-height: 0;
}

.panel .panel-heading .panel-controls:after {
  content: "";
  display: table;
  clear: both;
}

.panel .panel-heading.panel-heading-hover .panel-title {
  opacity: .4;
}

.panel .panel-heading.panel-heading-hover:hover .panel-title {
  opacity: 1;
}

.panel.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.panel.panel-bordered {
  border: 1px solid rgba(230, 230, 230, 0.7);
}

.panel.bg-gray {
  background-color: rgba(230, 230, 230, 0.7) !important;
}

.panel-bordered-bottom {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}


@media screen and (max-width: 991px) {
  .panel {
    margin-bottom: 20px;
  }
}

/* =================================================================================
List group
================================================================================= */


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 3px !important;
}

.list-group-item:first-child {}

.list-group-item:last-child {
  /*margin-bottom: 35px;*/
  margin-bottom: 0px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  cursor: pointer;
  text-decoration: none;
  background-color: #f5f5f5
}

a.list-group-item .username {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: normal;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
}

.avatar {
  position: relative;
  display: block;
  white-space: nowrap;
  border-radius: 33px;
  display: inline-block;
  width: 40px;
  margin-right: 15px;
  height: 40px;
  overflow: hidden;
}

.avatar img {
  height: auto;
  min-height: 40px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border-radius: 500px;
  background: #eee;
  border: 1px solid #eee;
}

.clear {
  display: block;
  overflow: hidden;
}

.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alllink {
  display: block;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 8px 15px;
  position: relative;
  margin-top: -42px;
  font-size: 85%;
  font-weight: 600;
  /*color: #337ab7;*/
  /*text-transform: uppercase;*/
  text-align: center;
}

/* =================================================================================
incident/accident/illness
================================================================================= */

.signaturepad {
  position: relative;
  display: block;
  overflow: hidden;
}

.signaturepad .clearbtn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff !important;
  border: none;
  border-radius: 100%;
  font-weight: 100;
  font-size: 17px;
  line-height: 17px;
}

.signaturepad .clearbtn i {
  font-weight: 800;
}

/* =================================================================================
Timeline
================================================================================= */

.arrow {
  z-index: 10;
  border-width: 9px
}

.arrow,
.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.arrow:after {
  border-width: 8px;
  content: ""
}

.arrow.top {
  top: -9px;
  left: 50%;
  margin-left: -9px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-width: 0
}

.arrow.top:after {
  top: 1px;
  margin-left: -8px;
  border-bottom-color: #fff;
  border-top-width: 0
}

.arrow.top.arrow-primary:after {
  border-bottom-color: #7266ba
}

.arrow.top.arrow-info:after {
  border-bottom-color: #23b7e5
}

.arrow.top.arrow-success:after {
  border-bottom-color: #27c24c
}

.arrow.top.arrow-danger:after {
  border-bottom-color: #f05050
}

.arrow.top.arrow-warning:after {
  border-bottom-color: #fad733
}

.arrow.top.arrow-light:after {
  border-bottom-color: #edf1f2
}

.arrow.top.arrow-dark:after {
  border-bottom-color: #3a3f51
}

.arrow.top.arrow-black:after {
  border-bottom-color: #1c2b36
}

.arrow.right {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-width: 0
}

.arrow.right:after {
  right: 1px;
  bottom: -8px;
  border-left-color: #fff;
  border-right-width: 0
}

.arrow.right.arrow-primary:after {
  border-left-color: #7266ba
}

.arrow.right.arrow-info:after {
  border-left-color: #23b7e5
}

.arrow.right.arrow-success:after {
  border-left-color: #27c24c
}

.arrow.right.arrow-danger:after {
  border-left-color: #f05050
}

.arrow.right.arrow-warning:after {
  border-left-color: #fad733
}

.arrow.right.arrow-light:after {
  border-left-color: #edf1f2
}

.arrow.right.arrow-dark:after {
  border-left-color: #3a3f51
}

.arrow.right.arrow-black:after {
  border-left-color: #1c2b36
}

.arrow.bottom {
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0
}

.arrow.bottom:after {
  bottom: 1px;
  margin-left: -8px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.arrow.bottom.arrow-primary:after {
  border-top-color: #7266ba
}

.arrow.bottom.arrow-info:after {
  border-top-color: #23b7e5
}

.arrow.bottom.arrow-success:after {
  border-top-color: #27c24c
}

.arrow.bottom.arrow-danger:after {
  border-top-color: #f05050
}

.arrow.bottom.arrow-warning:after {
  border-top-color: #fad733
}

.arrow.bottom.arrow-light:after {
  border-top-color: #edf1f2
}

.arrow.bottom.arrow-dark:after {
  border-top-color: #3a3f51
}

.arrow.bottom.arrow-black:after {
  border-top-color: #1c2b36
}

.arrow.left {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-right-color: rgba(0, 0, 0, 0.1);
  border-left-width: 0
}

.arrow.left:after {
  bottom: -8px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0
}

.arrow.left.arrow-primary:after {
  border-right-color: #7266ba
}

.arrow.left.arrow-info:after {
  border-right-color: #23b7e5
}

.arrow.left.arrow-success:after {
  border-right-color: #27c24c
}

.arrow.left.arrow-danger:after {
  border-right-color: #f05050
}

.arrow.left.arrow-warning:after {
  border-right-color: #fad733
}

.arrow.left.arrow-light:after {
  border-right-color: #edf1f2
}

.arrow.left.arrow-dark:after {
  border-right-color: #3a3f51
}

.arrow.left.arrow-black:after {
  border-right-color: #1c2b36
}

.arrow.pull-left {
  left: 19px
}

.arrow.pull-right {
  right: 19px;
  left: auto
}

.arrow.pull-up {
  top: 19px
}

.arrow.pull-down {
  top: auto;
  bottom: 19px
}

.timeline {
  /*padding: 5px 20px 5px 40px;*/
  margin: 0 0 20px;
}

.tl-item {
  display: block
}

.tl-item:before,
.tl-item:after {
  display: table;
  content: " "
}

.tl-item:after {
  clear: both
}

.visible-left {
  display: none
}

.tl-wrap {
  display: block;
  padding: 15px 0 15px 20px;
  margin-left: 10em;
  border-color: #dee5e7;
  border-style: solid;
  border-width: 0 0 0 4px
}

.tl-wrap:before,
.tl-wrap:after {
  display: table;
  content: " "
}

.tl-wrap:after {
  clear: both
}

.tl-wrap:before {
  position: relative;
  top: 15px;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: -27px;
  background: #edf1f2;
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4px #f0f3f4
}

.tl-wrap:hover:before {
  background: transparent;
  border-color: #fff
}

.tl-date {
  position: relative;
  top: 10px;
  display: block;
  float: left;
  /*width: 4.5em;*/
  width: 130px;
  /*margin-left: -7.5em;*/
  margin-left: -170px;
  text-align: right
}

.tl-content {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tl-content.block {
  display: block;
  width: 100%
}

.tl-content.panel {
  margin-bottom: 0;
  border: 1px solid #dee5e7;
}

.tl-header {
  display: block;
  width: 12em;
  margin-left: 4.2em;
  text-align: center
}

.timeline-center .tl-item {
  margin-left: 50%
}

.timeline-center .tl-item .tl-wrap {
  margin-left: -2px
}

.timeline-center .tl-header {
  width: auto;
  margin: 0
}

.timeline-center .tl-left {
  margin-right: 50%;
  margin-left: 0
}

.timeline-center .tl-left .hidden-left {
  display: none !important
}

.timeline-center .tl-left .visible-left {
  display: inherit
}

.timeline-center .tl-left .tl-wrap {
  float: right;
  padding-right: 20px;
  padding-left: 0;
  margin-right: -2px;
  border-right-width: 4px;
  border-left-width: 0
}

.timeline-center .tl-left .tl-wrap:before {
  float: right;
  margin-right: -27px;
  margin-left: 0
}

.timeline-center .tl-left .tl-date {
  float: right;
  margin-right: -8.5em;
  margin-left: 0;
  text-align: left
}

.morelink {
  border: 1px solid #eee;
  border-radius: 15px;
}

.b-t {
  border-top: 1px solid #dee5e7;
}

.text-lt {
  padding: 0 15px 10px;
}

.panel-body {
  padding: 10px 15px 0;
  margin-bottom: 10px;
}

.panel-body.footer {
  margin: 0px 0 -10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #f2f2f2;
}

.panel-body.footer p {
  margin: 0;
}

.panel-body.footer p.author {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}

.panel-body.footer p.title {
  font-size: 11px;
  text-decoration: underline;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 2px;
}

@media screen and (max-width: 1159px) {
  .tl-date {
    text-align: left;
  }
}

.b-light {
  border-color: #edf1f2
}

.b-dark {
  border-color: #3a3f51
}

.b-black {
  border-color: #3a3f51
}

.b-green {
  border-color: #CDDC39
}

.b-yellow {
  border-color: #FF9800
}

.b-primary {
  border-color: #7266ba
}

.b-success {
  border-color: #27c24c
}

.b-info {
  border-color: #23b7e5
}

.b-warning {
  border-color: #fad733
}

.b-danger {
  border-color: #f05050
}

.b-white {
  border-color: #fff
}

.b-brown {
  border-color: #bf7a56;
}

.b-blue {
  border-color: #3f51b5;
}

.bg-success {
  color: #c6efd0;
  background-color: #27c24c;
}

.bg-brown {
  color: #ffffff;
  background-color: #bf7a56;
}




.quicklinks-section {
  display: block;
  position: relative;
  overflow: hidden;
}

.quicklinks-section a {
  display: block;
  background: rgba(238, 238, 238, 0.36);
  border: 3px solid #eee;
  padding: 5px;
}

.quicklinks-section a i {}

.quicklinks-section a span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.quicklinks-section a:hover {
  background: #4E5FBF;
  color: #fff;
  border-color: #2A377D;
}

.quicklinks-section a:hover i {
  /*color: #fff;*/
}

.quicklinks-section a:hover span {
  /*color: #fff;*/
  /*opacity: 0.5;*/
}

@media screen and (max-width: 768px) {
  .quicklinks-section a span {
    font-size: 10px;
  }
}

/* =================================================================================
Child list
================================================================================= */

.ch-box-div {
  display: inline-block;
  width: 20%;
  float: left;
}

@media screen and (min-width: 1400px) {
  .ch-box-div {
    width: 16.66%;
  }
}

@media screen and (max-width: 959px) {
  .ch-box-div {
    width: 25%;
  }
}

@media screen and (max-width: 769px) {
  .ch-box-div {
    width: 33.33%;
  }
}

@media screen and (max-width: 580px) {
  .ch-box-div {
    width: 50%;
  }
}

@media screen and (max-width: 440px) {
  .ch-box-div {
    width: 100%;
  }
}

.namebox {
  border: 3px solid #ddd;
  text-align: center;
  margin-bottom: 15px;
}

.namebox a {
  display: block;
  padding-top: 10px;
}

.namebox img {}

.namebox h5 {
  background-color: #ddd;
  margin: 8px 0 0;
  padding: 8px 0;
}

.namebox a:hover {
  background: #ddd;
}

.namebox .label-st {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}

.namebox .btn-default {
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
}

.child-reports .nav.nav-tabs>li>a {
  font-weight: 600;
  text-transform: uppercase;
}

.child-reports .nav.nav-tabs>li>a i {
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .child-reports .nav.nav-tabs>li>a i {
    font-size: 12px;
  }
}

.child-reports .tab-pane {
  min-height: 230px;
}

#masterView.child-reports .tab-pane {
  min-height: 80px;
}

.child-reports-quickview {
  display: block;
  position: relative;
  overflow: hidden;
  /*padding: 10px;*/
}

.child-reports-quickview .c-body {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.child-reports-quickview .c-body h1 {
  margin-top: 0;
  color: #4d2272;
}

.child-reports-quickview .c-pic {
  float: left;
}

.child-reports-quickview .c-pic img {
  width: 120px;
  height: 120px;
  border-radius: 50px;
}

.child-reports-quickview .c-body p {
  margin: 0 0 5px;
}

.childtabs {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 769px) {
  .child-reports-quickview .c-body {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
}

.childnody-layer {
  position: relative;
  display: block;
  overflow: hidden;
  /*border: 2px solid #333;*/
  width: 350px;
  margin: 0 auto;
}

.childnody-layer img {
  width: 100%;
}

.childnody-layer h3 {
  padding: 0;
  margin: 0;
}

.grid-source {
  position: absolute;
}

.grid-overlay {
  position: relative;
}

.grid-overlay .hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}

.grid-overlay .unselected {
  background-color: transparent;
}

.grid-overlay .selected {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}

.grid-overlay .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* =================================================================================
Other overwrites
================================================================================= */

.onsearch .select2-selection__choice__remove {
  display: none !important;
}


/* =================================================================================
Kisok App
================================================================================= */

.kisok-feature-list {}

.kisok-feature-list div {
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.kisok-feature-list div p {
  display: inline-block;
  max-width: 120px;
  width: 120px;
}

.kisok-feature-list div input {}


/*portfolio report
====================================================*/

.portfolio-report-cont {
  border: solid 1px #eee;
}

.portfolio-report-cont h4 {
  font-weight: 600;
  /* width: 50%; */
  background-color: #eee;
  border-bottom: 1px solid #eee;
  margin: -15px -15px 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 12px;
}

.portfolio-report-cont h4.report-sub-title {
  margin: 0px 0px 6px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 6px;
}

.notification-journey-item {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  margin-bottom: 0px;
  /*border-radius: 3px !important;*/
  border: none;
  padding: 10px 20px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
}

.notification-journey-item:hover {
  background: #eee;
  cursor: pointer;
}

.notification-remarks-item {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  margin-bottom: 0px;
  border-radius: 3px !important;
}


.staff-list-cont .checkbox {
  margin: 0 0 7px;
  font-size: 12.5px;
  width: 33.1%;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 10px 10px 10px 34px;
}

.staff-list-cont .checkbox label {
  width: 100%;
}

.staff-list-cont .checkbox:hover {
  background: #eee;
}

.room-list-cont .checkbox {
  margin: 0 0 7px;
  font-size: 12.5px;
  width: 33.1%;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 10px 10px 10px 34px;
}

.room-list-cont .checkbox label {
  width: 100%;
}

.room-list-cont .checkbox:hover {
  background: #eee;
}

.room-filter-cont .checkbox {
  margin: 0 0 7px;
  font-size: 12.5px;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 6px 10px 3px 26px;
  background-color: #337AB7;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
}

.room-filter-cont .checkbox label {
  padding-left: 7px;
}

.checkbox .icheck_line-icon {
  position: absolute;
  top: 36%;
  left: 5px;
  width: 19px;
  height: 19px;
  margin: -5px 0 0 0;
  padding: 1px;
  overflow: hidden;
  background: url('../img/line.png') no-repeat #337AB7 -11px -2px;
  border: none;
}

.icheck_line-icon.checked {
  top: 36%;
  height: 21px;
  background-position: -32px -1px;
}

.daily-col .checkbox.checkbox-inline,
.food-menu-col .checkbox.checkbox-inline {
  display: inline;
  margin: 0;
}

.data-table-customise {
  border-width: 2px;
}

.data-table-customise .checkbox input[type="checkbox"],
.data-table-customise .checkbox input[type="radio"] {
  cursor: pointer;
}

.data-table-customise td {
  text-align: left;
}

.data-table-customise tbody tr.selected {
  background-color: #ebf2f5;
}

.data-table-customise thead,
.data-table-customise tbody {
  border-bottom: solid 2px #ddd;
}

.data-table-customise thead {
  background: #ddd;
}

@media screen and (max-height: 600px) {
  .login-wrapper .login-container .body {
    margin-top: 0px;
    padding-top: 0px;
  }

  .login-wrapper .password-reset-container .body {
    margin-top: 0px;
    padding-top: 14px;
  }
}

@media screen and (max-width: 1025px) {
  div.left-panel-Horizontal {
    position: absolute !important;
  }

  .page-content-footer {
    position: relative !important;
    z-index: 1;
  }

  .page_content {
    padding-bottom: 50px;
  }

  .welcome-name {
    display: none;
  }

  /*.sidebar-open-button-tab {
    display: block;
  }

  #sidebar-main{
    display: none;
  }

  .page_content{
    padding-top: 0px;
  }*/
}


.learning-tag-list ul {
  list-style-type: none;
}