/*Top navbar / .top-navbar*/

.datepicker {
  z-index: 99999;
}

.top-navbar {
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1040;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.top-navbar .top-navbar-logged-user {
  width: 60px;
}
.top-navbar .top-navbar-logged-user > a {
  width: 60px !important;
  height: 60px;
  display: inline-block;
}
.top-navbar .top-navbar-logged-user > a img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.top-navbar .top-navbar-logged-user .dropdown-menu {
  width: 250px;
}
.top-navbar .top-navbar-logged-user .user-profile-container {
  background-color: #fff;
}
.top-navbar .top-navbar-logged-user .user-profile-container .admin-user-thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-navbar .top-navbar-logged-user .logged-user-extrainfo {
  height: 200px;
  overflow-y: auto;
}
.top-navbar .top-navbar-logged-user .apps-shortcut {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li {
  width: 96px;
  height: 96px;
  float: left;
  margin: 10px 15px 5px 15px;
  display: inline-block;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li:nth-child(2n) {
  margin-left: 0px;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a {
  position: relative;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #666;
  display: inline-block;
  float: left;
  text-align: center;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a .apps-label {
  display: block;
  font-size: 12px;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a .apps-noty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 7px;
  top: 6px;
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a i {
  width: 96px;
  height: 60px;
  padding-top: 6px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a:hover,
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a:focus,
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a:active,
.top-navbar .top-navbar-logged-user .apps-shortcut > li > a.active {
  background-color: #f1f1f1;
  color: #17bab8;
  text-decoration: none;
}
.top-navbar .top-navbar-logged-user .more-apps {
  padding: 0px;
}
.top-navbar .top-navbar-logged-user .more-apps > li {
  display: block;
  list-style: none;
}
.top-navbar .top-navbar-logged-user .more-apps > li:nth-child(1) {
  border-top: #eee 1px solid;
}
.top-navbar .top-navbar-logged-user .more-apps > li:last-child > a {
  border-bottom: 0px;
}
.top-navbar .top-navbar-logged-user .more-apps > li > a {
  position: relative;
  padding: 10px 15px;
  display: block;
  border-bottom: #eee 1px solid;
  color: #666;
}
.top-navbar .top-navbar-logged-user .more-apps > li > a .apps-noty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 15px;
  top: 10px;
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
.top-navbar .top-navbar-logged-user .more-apps > li > a:hover,
.top-navbar .top-navbar-logged-user .more-apps > li > a:focus,
.top-navbar .top-navbar-logged-user .more-apps > li > a:active,
.top-navbar .top-navbar-logged-user .more-apps > li > a.active {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #17bab8;
}
.top-navbar .top-navbar-logged-user .more-apps > li > a i {
  padding-right: 5px;
}
.top-navbar .top-search-bar {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  top: -100px;
  z-index: 25;
}
.top-navbar .top-search-bar.search-bar-toggle {
  top: 0px;
}
.top-navbar .top-search-bar .search-input-addon {
  position: relative;
}
.top-navbar .top-search-bar .search-input-addon .addon-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.top-navbar .top-search-bar .search-input-addon .addon-icon i {
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  display: inline-block;
  color: #888;
}
.top-navbar .top-search-bar .search-input-addon .top-search-input {
  height: 40px;
  margin-top: 10px;
  padding-left: 40px;
  border: #eee 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.top-navbar .top-search-bar .search-input-addon .top-search-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: #ddd 1px solid;
}
.top-navbar .top-navbar-left {
  width: 250px;
  padding: 0px 6px;
  background-color: #FFFFFF;
}
.top-navbar .top-navbar-left .left-branding {
  padding: 0px;
  margin: 0px;
}
.top-navbar .top-navbar-left .left-branding > li {
  height: 60px;
  display: inline-block;
  list-style: none;
  float: left;
}
.top-navbar .top-navbar-left .left-branding .top-mega-menu {
  width: 44px;
  height: 60px;
}
.top-navbar .top-navbar-left .left-branding .top-mega-menu > .dropdown-toggle {
  width: 44px;
  display: inline-block;
  height: 60px;
  text-align: center;
  color: #fff;
}
.top-navbar .top-navbar-left .left-branding .top-mega-menu > .dropdown-toggle i {
  font-size: 28px;
  width: 44px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.top-navbar .top-navbar-left .left-branding .top-mega-menu > .dropdown-toggle:hover,
.top-navbar .top-navbar-left .left-branding .top-mega-menu > .dropdown-togglefocus {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.top-navbar .top-navbar-left .branding-right {
  padding: 0px;
  margin: 0px;
  display: none;
}
.top-navbar .top-navbar-left .branding-right > li {
  list-style: none;
  float: left;
  width: 44px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.top-navbar .top-navbar-left .branding-right > li a {
  width: 44px;
  height: 60px;
  display: inline-block;
  color: #CC2E6D;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.top-navbar .top-navbar-left .branding-right > li a i {
  width: 44px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.top-navbar .top-navbar-left .branding-right > li a:hover,
.top-navbar .top-navbar-left .branding-right > li afocus {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.top-navbar .top-navbar-left .left-toggle-switch {
  width: 44px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #6F6F71;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.top-navbar .top-navbar-left .left-toggle-switch i {
  width: 44px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.top-navbar .top-navbar-left .left-toggle-switch:hover,
.top-navbar .top-navbar-left .left-toggle-switchfocus {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.top-navbar .top-navbar-left .logo {
  height: 60px;
}
.top-navbar .top-navbar-left .logo img{
  max-height: 60px;
}
.top-navbar .top-navbar-left .mega-menu {
  width: 44px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.top-navbar .top-navbar-left .mega-menu i {
  width: 44px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.top-navbar .top-navbar-left .mega-menu:hover,
.top-navbar .top-navbar-left .mega-menufocus {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.top-navbar .top-navbar-right {
  padding: 0px 6px;
}
.top-navbar .top-navbar-right .left-bar-switch {
  padding: 0px;
  margin: 0px;
  display: none;
  list-style: none;
  width: 44px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  color: #757575;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.top-navbar .top-navbar-right .left-bar-switch i {
  width: 44px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.top-navbar .top-navbar-right .left-bar-switch:hover,
.top-navbar .top-navbar-right .left-bar-switchfocus {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.top-navbar .top-navbar-right .top-right-icons {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.top-navbar .top-navbar-right .top-right-icons > li {
  display: inline-block;
  list-style: none;
  float: left;
}
.top-navbar .top-navbar-right .top-right-icons > li > a {
  position: relative;
  width: 44px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #CC2E6D;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.top-navbar .top-navbar-right .top-right-icons > li > a .noty-bubble {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  right: 10%;
  top: 11px;
  display: inline-block;
  padding: 3px 4px;
  font-size: 5px;
  background-color: orange;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
.top-navbar .top-navbar-right .top-right-icons > li > a .more-noty {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 400;
}
.top-navbar .top-navbar-right .top-right-icons > li > a > i {
  width: 44px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.top-navbar .top-navbar-right .top-right-icons > li > a:hover,
.top-navbar .top-navbar-right .top-right-icons > li > afocus {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.apps-dropdown .dropdown-menu,
.more-dropdown .dropdown-menu {
  border-top: #ddd 1px solid;
  display: block;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  padding-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  right: 0px;
  left: auto;
  width: 237px;
}
.apps-dropdown .dropdown-menu > li > a,
.more-dropdown .dropdown-menu > li > a {
  position: relative;
  color: #666;
}
.apps-dropdown .dropdown-menu > li > a:hover,
.more-dropdown .dropdown-menu > li > a:hover,
.apps-dropdown .dropdown-menu > li > a:focus,
.more-dropdown .dropdown-menu > li > a:focus,
.apps-dropdown .dropdown-menu > li > a:active,
.more-dropdown .dropdown-menu > li > a:active,
.apps-dropdown .dropdown-menu > li > a.active,
.more-dropdown .dropdown-menu > li > a.active {
  background-color: #f5f5f5;
  color: #17bab8;
  text-decoration: none;
}
.apps-dropdown .dropdown-menu:after,
.more-dropdown .dropdown-menu:after,
.apps-dropdown .dropdown-menu:before,
.more-dropdown .dropdown-menu:before {
  bottom: 100%;
  left: 91%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.apps-dropdown .dropdown-menu:after,
.more-dropdown .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.apps-dropdown .dropdown-menu:before,
.more-dropdown .dropdown-menu:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 10px;
  margin-left: -10px;
}
.apps-dropdown.open .dropdown-menu,
.more-dropdown.open .dropdown-menu {
  visibility: visible;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.apps-dropdown .apps-shortcut {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.apps-dropdown .apps-shortcut > li {
  width: 96px;
  height: 96px;
  float: left;
  margin: 10px 15px 5px 15px;
  display: inline-block;
}
.apps-dropdown .apps-shortcut > li:nth-child(2n) {
  margin-left: 0px;
}
.apps-dropdown .apps-shortcut > li > a {
  position: relative;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #666;
  display: inline-block;
  float: left;
  text-align: center;
}
.apps-dropdown .apps-shortcut > li > a .apps-label {
  display: block;
  font-size: 12px;
}
.apps-dropdown .apps-shortcut > li > a .apps-noty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 7px;
  top: 6px;
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
.apps-dropdown .apps-shortcut > li > a i {
  width: 96px;
  height: 60px;
  padding-top: 6px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
.apps-dropdown .apps-shortcut > li > a:hover,
.apps-dropdown .apps-shortcut > li > a:focus,
.apps-dropdown .apps-shortcut > li > a:active,
.apps-dropdown .apps-shortcut > li > a.active {
  background-color: #f1f1f1;
  color: #17bab8;
  text-decoration: none;
}
.apps-dropdown .more-apps {
  padding: 0px;
  margin: 12px 0px 0px 0px;
}
.apps-dropdown .more-apps > li {
  display: block;
  list-style: none;
}
.apps-dropdown .more-apps > li:nth-child(1) {
  border-top: #eee 1px solid;
}
.apps-dropdown .more-apps > li:last-child > a {
  border-bottom: 0px;
}
.apps-dropdown .more-apps > li > a {
  position: relative;
  padding: 10px 15px;
  display: block;
  border-bottom: #eee 1px solid;
  color: #666;
}
.apps-dropdown .more-apps > li > a .apps-noty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 15px;
  top: 10px;
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
.apps-dropdown .more-apps > li > a:hover,
.apps-dropdown .more-apps > li > a:focus,
.apps-dropdown .more-apps > li > a:active,
.apps-dropdown .more-apps > li > a.active {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #17bab8;
}
.apps-dropdown .more-apps > li > a i {
  padding-right: 5px;
}
.more-dropdown .more-apps {
  padding: 0px;
}
.more-dropdown .more-apps > li {
  display: block;
  list-style: none;
}
.more-dropdown .more-apps > li:last-child > a {
  border-bottom: 0px;
}
.more-dropdown .more-apps > li > a {
  position: relative;
  padding: 10px 15px;
  display: block;
  border-bottom: #eee 1px solid;
}
.more-dropdown .more-apps > li > a .apps-noty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 15px;
  top: 10px;
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
.more-dropdown .more-apps > li > a:hover,
.more-dropdown .more-apps > li > a:focus,
.more-dropdown .more-apps > li > a:active,
.more-dropdown .more-apps > li > a.active {
  text-decoration: none;
  background-color: #f5f5f5;
}
.more-dropdown .more-apps > li > a i {
  padding-right: 5px;
}
.notifications-dropdown .dropdown-menu {
  border-top: #ddd 1px solid;
  display: block;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  padding-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  right: 0px;
  left: auto;
  width: 320px;
  padding-top: 0px;
}
.notifications-dropdown .dropdown-menu.notifications-tabs .nav {
  border-bottom: #ddd 1px solid;
}
.notifications-dropdown .dropdown-menu.notifications-tabs .nav > li > a {
  padding: 15px 15px;
  text-transform: uppercase;
}
.notifications-dropdown .dropdown-menu:after,
.notifications-dropdown .dropdown-menu:before {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.notifications-dropdown .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.notifications-dropdown .dropdown-menu:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 10px;
  margin-left: -10px;
}
.notifications-dropdown .dropdown-menu .message-list-container {
  max-height: 400px;
  overflow-y: auto;
}
.notifications-dropdown .dropdown-menu .message-list-container > ul {
  padding: 0px;
  margin: 0px;
}
.notifications-dropdown .dropdown-menu .message-list-container > ul > li {
  display: table;
  padding: 0px;
  border-bottom: #eee 1px solid;
  background: #f9f9f9;
}
.notifications-dropdown .dropdown-menu .message-list-container > ul > li > a {
  font-size: 12px;
  color: #444444;
  text-decoration: none;
  padding: 15px;
}
.notifications-dropdown .dropdown-menu .message-list-container > ul > li > a:hover {
  text-decoration: none;
  color: #17bab8;
}
.notifications-dropdown .dropdown-menu .message-list-container > ul > li:hover,
.notifications-dropdown .dropdown-menu .message-list-container > ul > li:active,
.notifications-dropdown .dropdown-menu .message-list-container > ul > li:focus {
  background: #fff;
  text-decoration: none;
}
.notifications-dropdown .dropdown-menu .message-list-container h4 {
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  margin: 0px;
  border-bottom: #eee 1px solid;
}
.notifications-dropdown .dropdown-menu .notification-wrap {
  height: 400px;
  overflow-y: auto;
}
.notifications-dropdown .dropdown-menu .notification-wrap > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.notifications-dropdown .dropdown-menu .notification-wrap > ul > li > a {
  width: 100%;
  display: table;
  padding: 15px;
  font-size: 12px;
  color: #444444;
  background: #f9f9f9;
  text-decoration: none;
  border-bottom: #eee 1px solid;
}
.notifications-dropdown .dropdown-menu .notification-wrap > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
.notifications-dropdown .dropdown-menu .notification-wrap > ul > li > a > span.ni {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.notifications-dropdown .dropdown-menu .notification-wrap > ul > li > a:hover {
  background: #fff;
}
.notifications-dropdown .dropdown-menu h4 {
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  margin: 0px;
  border-bottom: #eee 1px solid;
}
.notifications-dropdown.open .dropdown-menu {
  visibility: visible;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.message-thumb {
  width: 40px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.message-thumb img {
  width: 40px;
  height: 40px;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.message-thumb .message-letter {
  width: 40px;
  height: 40px;
  padding: 2px;
  color: #fff;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.message-intro {
  display: inline-block;
  width: 240px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px !important;
}
.message-meta {
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
}
.message-time {
  display: block;
  color: #999999;
}
.btn-link.btn-view-all {
  font-size: 12px;
  color: #444444;
  padding: 15px 20px;
  font-weight: 500;
}
.btn-link.btn-view-all:hover,
.btn-link.btn-view-all:active,
.btn-link.btn-view-all:focus {
  background-color: #f5f5f5 !important;
  color: #17bab8 !important;
  text-decoration: none;
}
.iconic-view .top-navbar .top-navbar-left {
  padding: 0px 0px;
}
.iconic-view .top-navbar .top-navbar-left .left-toggle-switch {
  background-color: #17bab8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 60px;
  height: 60px;
  color: #ffffff;
}
.iconic-view .top-navbar .top-navbar-left .left-toggle-switch i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}
.iconic-view .top-navbar .top-navbar-left .left-toggle-switch:hover i,
.iconic-view .top-navbar .top-navbar-left .left-toggle-switchfocus i {
  background-color: rgba(0, 0, 0, 0.05);
}
.language-dropdown {
  width: auto !important;
  height: 60px;
}
.language-dropdown > a {
  width: auto !important;
  display: inline-block;
  padding-top: 16px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.language-dropdown > a:hover,
.language-dropdown > a:focus {
  text-decoration: none;
}
.language-dropdown .dropdown-menu {
  width: 200px !important;
  border-top: #ddd 1px solid;
  display: block;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  padding-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  right: 0px;
  left: auto;
  width: 237px;
}
.language-dropdown .dropdown-menu > li > a {
  position: relative;
  color: #666;
}
.language-dropdown .dropdown-menu > li > a:hover,
.language-dropdown .dropdown-menu > li > a:focus,
.language-dropdown .dropdown-menu > li > a:active,
.language-dropdown .dropdown-menu > li > a.active {
  background-color: #f5f5f5;
  color: #17bab8;
  text-decoration: none;
}
.language-dropdown .dropdown-menu:after,
.language-dropdown .dropdown-menu:before {
  bottom: 100%;
  left: 91%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.language-dropdown .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.language-dropdown .dropdown-menu:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 10px;
  margin-left: -10px;
}
.language-dropdown.open .dropdown-menu {
  visibility: visible;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.language-dropdown .language-lists {
  padding: 0px;
}
.language-dropdown .language-lists > li {
  display: block;
  list-style: none;
}
.language-dropdown .language-lists > li:last-child > a {
  border-bottom: 0px;
}
.language-dropdown .language-lists > li > a {
  position: relative;
  padding: 10px 15px;
  display: block;
  border-bottom: #eee 1px solid;
}
.language-dropdown .language-lists > li > a:hover,
.language-dropdown .language-lists > li > a:focus,
.language-dropdown .language-lists > li > a:active,
.language-dropdown .language-lists > li > a.active {
  text-decoration: none;
  background-color: #fff;
}
.language-dropdown .language-lists > li > a i {
  padding-right: 5px;
}
.language-flag {
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
  display: block;
}
.language-flag .flag-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0px;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.language-title {
  position: relative;
  top: -1px;
  text-transform: uppercase;
  margin-left: 6px;
  display: inline-block;
}
.language-lists .language-flag {
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
  display: block;
}
.language-lists .language-flag .flag-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0px;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #eee 1px solid;
}
.language-lists .language-title {
  position: relative;
  top: -1px;
  text-transform: capitalize;
  margin-left: 6px;
  display: inline-block;
}
/*-------------------------
Left Menu / .left-navbar
--------------------------*/
.left-navbar {
  width: 250px;
  background-color: #FFEBBF;
  position: fixed;
  z-index: 8;
  top: 60px;
  height: 100%;
}
.left-navbar.material-left-navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.left-navbar.material-left-navbar .user-profile-container {
  background: #4fa49a;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4fa49a 0%, #4361c2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4fa49a), color-stop(100%, #4361c2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4fa49a 0%, #4361c2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4fa49a 0%, #4361c2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4fa49a 0%, #4361c2 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4fa49a 0%, #4361c2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa49a', endColorstr='#4361c2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.left-navbar.material-left-navbar .user-profile-container .user-profile .admin-user-info {
  color: #aaaaaa;
}
.left-navbar.material-left-navbar .user-profile-container .user-profile .admin-user-info ul li a {
  color: #fff;
}
.left-navbar.material-left-navbar .user-profile-container .user-profile .admin-user-info ul li a:hover,
.left-navbar.material-left-navbar .user-profile-container .user-profile .admin-user-info ul li a:focus {
  color: #17bab8;
}
.left-navbar.material-left-navbar .user-profile-container .admin-bar ul li a {
  color: #ABABAB;
}
.left-navbar.material-left-navbar .user-profile-container .admin-bar ul li a:hover,
.left-navbar.material-left-navbar .user-profile-container .admin-bar ul li a:focus {
  color: #17bab8;
  background-color: rgba(0, 0, 0, 0.1);
}
.left-navbar.material-left-navbar .list-accordion .list-title {
  background-color: #fff;
  border-top: 0px;
  font-weight: 500;
  color: #666666;
}
.left-navbar.material-left-navbar .list-accordion .list-title .label {
  position: relative;
  font-size: 12px;
  top: -1px;
  font-weight: 500;
}
.left-navbar.material-left-navbar .list-accordion li ul li a {
  color: #868686;
}
.left-navbar.material-left-navbar .list-accordion li ul li a:hover,
.left-navbar.material-left-navbar .list-accordion li ul li a:focus {
	border-left: 2px double #CC2E6D;
	
  color: #17bab8;
}
.left-navbar.material-left-navbar .list-accordion > li > a {
  background-color: #FFEBBF;
  color: #868686;
}
.left-navbar.material-left-navbar .list-accordion > li > a.acc-parent.active {
  border-left: 2px double #CC2E6D; 
  background-color: rgba(0, 0, 0, 0.05);
  color: #17bab8;
}
.left-navbar.material-left-navbar .list-accordion > li > a:hover,
.left-navbar.material-left-navbar .list-accordion > li > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #17bab8;
}
.left-navbar.material-left-navbar .list-accordion > li > a:before {
  background: #ccc;
}
.left-navbar-view .main-container {
  margin-left: 250px;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.left-navbar-view.left-aside-toggle .left-navbar {
  -webkit-transform: translate(-250px, 0) !important;
  -moz-transform: translate(-250px, 0) !important;
  -o-transform: translate(-250px, 0) !important;
  -ms-transform: translate(-250px, 0) !important;
  transform: translate(-250px, 0) !important;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}

.left-navbar-view .left-navbar {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.left-navbar-view.left-aside-toggle .main-container {
  margin-left: 0px !important;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.overlay-left-navbar .main-container {
  margin-left: 0px;
}
.overlay-left-navbar .left-navbar {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.overlay-left-navbar.left-aside-toggle .left-navbar {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.list-accordion {
  padding: 0px;
}
.list-accordion .list-title {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 15px;
  background-color: #FFEBBF;
  font-weight: 500;
  color: #CC2E6D;
}
.list-accordion .list-title .label {
  position: relative;
  font-size: 12px;
  top: -1px;
  font-weight: 500;
}
.list-accordion li {
  position: relative;
  list-style: none;
}
.list-accordion li > a {
  display: block;
  position: relative;
}
.list-accordion li > a > .label {
  position: relative;
  top: -1px;
  left: 4px;
  font-weight: 500;
  font-size: 12px;
}
.list-accordion li ul {
  display: none;
  position: relative;
  padding-left: 20px;
}
.list-accordion li ul li {
  position: relative;
}
.list-accordion li ul li a {
  color: #868686;
  position: relative;
  padding: 8px 15px;
}
.list-accordion li ul li a .acc-icon {
  top: 7px;
}
.list-accordion li ul li a:hover,
.list-accordion li ul li a:focus {
  text-decoration: none;
  color: #CC2E6D;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.list-accordion > li > a {
  background-color: #FFEBBF;
  color: #CC2E6D;
  padding: 10px 15px;
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list-accordion > li > a.acc-parent.active {
	border-left: 4px solid #CC2E6D; 
	padding:11px;
  background-color: #FFF2CD;
  color: #CC2E6D;
}
.list-accordion > li > a > i {
  padding-right: 6px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.list-accordion > li > a:hover,
.list-accordion > li > a:focus {
	border-left: 4px solid #CC2E6D; 
	padding-left:11px;
  background-color: #FFF2CD;
  text-decoration: none;
  color: #CC2E6D;
}

.list-accordion > li > a.active {
  border-left: 4px solid #CC2E6D; 
  background-color: #FFF2CD; padding-left:11px;
  text-decoration: none;
  color: #CC2E6D; width: 100%;
}


.list-accordion > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tree-style li ul:after {
  content: "";
  height: 100%;
  width: 0px;
  border-left: #3a3b44 1px solid;
  position: absolute;
  top: 0px;
  left: 20px;
}
.tree-style li ul li a:before {
  content: "\f26d";
  font: normal 14px/1 'Material-Design-Iconic-Font';
  height: 100%;
  position: absolute;
  top: 19px;
  font-size: 6px;
  z-index: 100;
  left: -2px;
  color: #3a3b44;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tree-style li ul li a:hover:before,
.tree-style li ul li a:focus:before {
  color: #17bab8;
  top: 17px;
  font-size: 8px;
  left: -3px;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tree-style li ul li a:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 21px;
  font-size: 6px;
  left: -1px;
  width: 14px;
  border-bottom: #3a3b44 1px solid;
}
.acc-icon {
  display: inline-block;
  width: 14px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 9px;
}
.acc-icon:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 14px;
  position: relative;
}
.acc-parent.active .acc-icon:after {
  display: inline-block;
  width: 14px;
  content: "\f107";
  font-family: 'FontAwesome';
}
.user-profile-container {
  background-color: #FFEBBF;
}
.user-profile-container .user-profile {
  display: table;
  width: 100%;
}
.user-profile-container .user-profile > div {
  display: table-cell;
  vertical-align: middle;
}
.user-profile-container .user-profile .admin-user-thumb {
  width: 48px;
  height: 48px;
  padding: 15px 0px 15px 15px;
}
.user-profile-container .user-profile .admin-user-thumb img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.user-profile-container .user-profile .admin-user-info {
  padding: 15px;
  color: #CC2E6D;
}
.user-profile-container .user-profile .admin-user-info ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.user-profile-container .user-profile .admin-user-info ul li {
  line-height: normal;
}
.user-profile-container .user-profile .admin-user-info ul li a {
  color: #CC2E6D;
}
.user-profile-container .user-profile .admin-user-info ul li a:hover,
.user-profile-container .user-profile .admin-user-info ul li a:focus {
  text-decoration: none;
  color: #17bab8;
}
.user-profile-container .admin-bar {
  color: #ABABAB;
  text-align: center;
  padding: 0px 0px 10px 0px;
}
.user-profile-container .admin-bar ul {
  padding: 0px;
  margin: 0px;
}
.user-profile-container .admin-bar ul li {
  list-style: none;
  display: inline-block;
}
.user-profile-container .admin-bar ul li a {
  position: relative;
  width: 52px;
  height: 52px;
  display: inline-block;
  color: #6c6c6f;
  text-align: center;
}
.user-profile-container .admin-bar ul li a:hover,
.user-profile-container .admin-bar ul li a:focus {
  text-decoration: none;
  color: #17bab8;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.user-profile-container .admin-bar ul li a i {
  height: 52px;
  width: 52px;
  display: inline-block;
  line-height: 52px;
  font-size: 16px;
}
.iconic-view {
  padding-top: 60px;
}
.iconic-view.isMobile .left-toggle-switch,
.iconic-view.isMobile .left-bar-switch {
  display: none !important;
}
.iconic-view.isMobile .top-right-icons {
  float: none !important;
  text-align: center;
}
.iconic-view.isMobile .top-right-icons > li {
  float: none !important;
}
.iconic-view .left-toggle-switch,
.iconic-view .left-bar-switch {
  display: none !important;
}
.iconic-view .logo {
  padding-left: 15px;
}
.iconic-view .iconic-left-navbar {
  width: 60px;
  background-color: #2f3038;
  position: absolute;
  height: 100%;
  top: 0px;
  z-index: 8;
}
.iconic-view .list-accordion {
  padding: 0px;
}
.iconic-view .list-accordion .list-title {
  display: none;
}
.iconic-view .list-accordion .list-label {
  display: none;
}
.iconic-view .list-accordion li {
  position: relative;
  list-style: none;
}
.iconic-view .list-accordion li > a {
  display: block;
  position: relative;
}
.iconic-view .list-accordion li ul {
  display: none;
  position: relative;
  padding-left: 0px;
  width: 190px;
  left: 60px;
  position: absolute;
  background-color: #363740;
}
.iconic-view .list-accordion li ul li {
  position: relative;
}
.iconic-view .list-accordion li ul li a {
  color: #868686;
  position: relative;
  padding: 8px 15px;
}
.iconic-view .list-accordion li ul li a .acc-icon {
  top: 7px;
}
.iconic-view .list-accordion li ul li a:hover,
.iconic-view .list-accordion li ul li a:focus {
  text-decoration: none;
  color: #17bab8;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-view .list-accordion li ul li ul {
  position: relative;
  left: 0px;
  padding-left: 0px;
  width: 100%;
}
.iconic-view .list-accordion > li:hover > a {
  width: 250px;
}
.iconic-view .list-accordion > li:hover > a .list-label {
  width: 190px;
  left: 60px;
  padding: 0px 15px;
  text-align: left;
  position: absolute;
  display: block;
}
.iconic-view .list-accordion > li:hover > a .acc-icon {
  display: block;
  width: 14px;
  height: auto;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 0px;
}
.iconic-view .list-accordion > li.acc-parent-li > a.active {
  width: 250px;
}
.iconic-view .list-accordion > li.acc-parent-li > a.active .list-label {
  width: 190px;
  left: 60px;
  padding: 0px 15px;
  text-align: left;
  position: absolute;
  display: block;
}
.iconic-view .list-accordion > li.acc-parent-li > a.active .acc-icon {
  display: block;
  width: 14px;
  height: auto;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 0px;
}
.iconic-view .list-accordion > li > a {
  background-color: #2c2c31;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #868686;
  padding: 0px;
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.iconic-view .list-accordion > li > a .acc-icon {
  display: none;
}
.iconic-view .list-accordion > li > a > i {
  font-size: 24px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.iconic-view .list-accordion > li > a:hover,
.iconic-view .list-accordion > li > a:focus {
  background-color: #3a3b44;
  text-decoration: none;
  color: #17bab8;
}
.iconic-view .list-accordion > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.iconic-view .acc-icon {
  display: inline-block;
  width: 14px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 0px;
}
.iconic-view.left-navbar-view .main-container {
  margin-left: 60px;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-view.left-navbar-view .iconic-left-navbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-view.left-navbar-view.left-aside-toggle .iconic-left-navbar {
  -webkit-transform: translate(-250px, 0) !important;
  transform: translate(-250px, 0) !important;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-view.left-navbar-view.left-aside-toggle .main-container {
  margin-left: 0px !important;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-view .overlay-left-navbar .main-container {
  margin-left: 0px;
}
.iconic-view .overlay-left-navbar .iconic-left-navbar {
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-view .overlay-left-navbar.left-aside-toggle .iconic-left-navbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.iconic-aside-container {
  padding-top: 60px;
}
.iconic-aside-container .user-profile-container {
  width: 60px;
  height: 62px;
  position: relative;
  background-color: #35353b;
}
.iconic-aside-container .user-profile-container .user-profile {
  display: table;
  width: 60px;
  height: 62px;
  cursor: pointer;
  z-index: 200;
  position: relative;
  background-color: #35353b;
}
.iconic-aside-container .user-profile-container .user-profile > div {
  display: table-cell;
  vertical-align: middle;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-thumb {
  width: 40px;
  height: 40px;
  padding: 9px 0px 9px 0px;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-thumb img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-info {
  padding-left: 15px;
  color: #aaaaaa;
  display: none;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-info ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-info ul li {
  line-height: normal;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-info ul li a {
  color: #aaaaaa;
}
.iconic-aside-container .user-profile-container .user-profile .admin-user-info ul li a:hover,
.iconic-aside-container .user-profile-container .user-profile .admin-user-info ul li a:focus {
  text-decoration: none;
  color: #17bab8;
}
.iconic-aside-container .user-profile-container .admin-bar {
  position: absolute;
  display: none;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  z-index: 100;
  background-color: #35353b;
}
.iconic-aside-container .user-profile-container .admin-bar ul {
  padding: 0px;
  margin: 0px;
}
.iconic-aside-container .user-profile-container .admin-bar ul li {
  list-style: none;
  display: inline-block;
}
.iconic-aside-container .user-profile-container .admin-bar ul li a {
  position: relative;
  width: 52px;
  height: 52px;
  display: inline-block;
  color: #6c6c6f;
  text-align: center;
}
.iconic-aside-container .user-profile-container .admin-bar ul li a:hover,
.iconic-aside-container .user-profile-container .admin-bar ul li a:focus {
  text-decoration: none;
  color: #17bab8;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.iconic-aside-container .user-profile-container .admin-bar ul li a i {
  height: 52px;
  width: 52px;
  display: inline-block;
  line-height: 52px;
  font-size: 16px;
}
.iconic-aside-container .user-profile-container:hover {
  width: 250px;
}
.iconic-aside-container .user-profile-container:hover .user-profile {
  width: 250px;
}
.iconic-aside-container .user-profile-container:hover .user-profile .admin-user-info {
  display: block;
}
.iconic-aside-container .user-profile-container:hover .user-profile .admin-user-thumb {
  padding: 9px 0px 9px 9px;
}
.iconic-aside-container .user-profile-container:hover .user-profile .admin-user-info {
  padding: 12px 15px 6px 15px;
}
.iconic-aside-container .user-profile-container:hover .admin-bar {
  display: block;
}
.tile-left-navbar {
  background-color: #fff;
  padding-top: 8px;
}
.tile-left-navbar ul {
  margin: 0px;
  padding: 0px;
}
.tile-left-navbar .tile-row {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
  padding: 0px 6px;
}
.tile-left-navbar .tile-row > div:hover {
  opacity: .8;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tile-left-navbar .tile-row .tile-nav-icon {
  display: block;
  padding-top: 22px;
}
.tile-left-navbar .tile-row .tile-nav-icon i {
  font-size: 32px;
}
.tile-left-navbar .tile-row .tile-nav-title {
  position: relative;
  font-weight: 500;
}
.tile-left-navbar .tile-row .tile-icon-only .tile-nav-title {
  display: none;
}
.tile-left-navbar .tile-row .tile-icon-only .tile-nav-icon {
  display: block;
  padding-top: 22px;
}
.tile-left-navbar .tile-row a {
  height: 70px;
  display: block;
  color: #fff;
}
.tile-left-navbar .tile-row a:hover,
.tile-left-navbar .tile-row a:focus {
  text-decoration: none;
}
.tile-left-navbar .tile-row .tile-col-1 {
  width: 225px;
  height: 100px;
  display: block;
  float: left;
  margin: 6px;
}
.tile-left-navbar .tile-row .tile-col-2 {
  width: 107px;
  height: 100px;
  display: inline-block;
  float: left;
  margin: 6px;
}
.tile-left-navbar .tile-row .tile-col-3 {
  width: 67px;
  height: 100px;
  display: inline-block;
  float: left;
  margin: 6px;
}
.tile-left-navbar .tile-row .tile-one-third {
  width: 146px;
  height: 100px;
  display: inline-block;
  float: left;
  margin: 6px;
}
.tabby-left-navbar .nav-tabs li a {
  padding: 15px 20px;
  font-size: 22px;
}
.task-box-list {
  margin: 0px;
  padding: 0px;
}
.task-box-list li {
  list-style: none;
}
.task-box-list li a {
  color: #868686;
  display: block;
  padding: 8px 15px;
}
.task-box-list li a:hover,
.task-box-list li a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #17bab8;
}
.task-box-list li a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.task-box-list li a .new-item-count {
  display: inline-block;
  background-color: #17bab8;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 6px;
}
.mailbox-list {
  margin: 0px;
  padding: 0px;
  border-bottom: #e9e9e9 1px solid;
  border-top: #e9e9e9 1px solid;
}
.mailbox-list li {
  list-style: none;
}
.mailbox-list li a {
  color: #868686;
  display: block;
  padding: 8px 15px;
}
.mailbox-list li a:hover,
.mailbox-list li a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #17bab8;
}
.mailbox-list li a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.mailbox-list li a .new-item-count {
  display: inline-block;
  background-color: #17bab8;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 6px;
}
.email-label-container {
  padding: 15px;
}
.email-label-container h5 {
  font-size: 14px;
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0px 15px 15px 15px;
  border-bottom: #e9e9e9 1px solid;
  font-weight: 500;
  color: #868686;
}
.label-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.label-list li {
  margin-bottom: 10px;
  font-size: 12px;
}
.label-list li a {
  display: block;
  color: #868686;
}
.label-list li a:hover {
  color: #17bab8;
}
.label-list li .label-color {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.add-more-label {
  display: block;
  font-size: 12px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 6px 15px 6px 15px;
  border-top: #e9e9e9 1px solid;
}
.add-more-label:hover,
.add-more-label:focus {
  text-decoration: none;
}
.compose-btn {
  margin: 15px;
}
.compose-btn .compose-mail {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.compose-btn .compose-mail:hover,
.compose-btn .compose-mailfocus {
  outline: 0px;
}
.support-box-list {
  margin: 0px;
  padding: 0px;
  border-bottom: #e9e9e9 1px solid;
}
.support-box-list li {
  list-style: none;
}
.support-box-list li a {
  color: #868686;
  display: block;
  padding: 8px 15px;
}
.support-box-list li a:hover,
.support-box-list li a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #17bab8;
}
.support-box-list li a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.support-box-list li a .new-item-count {
  display: inline-block;
  background-color: #17bab8;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 6px;
}

/* footer */

.footer-container {
  background-color: #fff;
  width:100%;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  color: #666;
}
.footer-container a {
  color: #868686;
}
.footer-container a:hover,
.footer-container a:focus {
  text-decoration: none;
}
.footer-container .footer-right {
  text-align: right;
}
.footer-container .footer-right .footer-meta i {
  color: #00bcd4;
}
html body{
	background-color:#FFF2CD;
}
.first-ticket-message {
	box-shadow: 1px 1px 6px rgba(204,46,109,0.5) !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
}
.operation {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.5) !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
}
.operation-selected {
	box-shadow: 1px 1px 6px #CC2E6D !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
}
.operations-header {
	color:grey;
	margin-top: -2%;
	margin-bottom:5%;
}
.team-user span{
	line-height: 28px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    color: black;
}

.team-user a {
	color:#CC2E6D;
	text-decoration:none;
}
.team-user a:hover, 
.team-user a:focus {
	color:#9E1F63;
	text-decoration:none;
}
.promo_input {
	background-color:#FFF2CD;
	border:none;
}
.has-error .promo_input {
	background-color:#FFF2CD;
	border:1px solid #a94442;
}
.promo_input:focus {
	border-color: #CC2E6D;
}
.popup-href a {
	color:grey;
}
.popup-href a:hover,
.popup-href a:focus {
	color:#CC2E6D;
}
.promo-title-center {
	text-align:center;
	font-weight:bold ;
}
.promo-title {
	font-weight:bold ;
}
.popup-button-delete {
	text-decoration:none;
	color:#CC2E6D;
}
.popup-button-delete:hover,
.popup-button-delete:focus {
	text-decoration:none;
	color:darkred;
}
.popup-button {
	border-color:#CC2E6D;
	border-radius:0;
	color:white;
	background-color:#CC2E6D;
}
.popup-button:focus,
.popup-button:hover {
	border-color:#CC2E6D;
	background-color:#CC2E6D;
	color:white;
}
.popup-button:active {
	border-color:#CC2E6D;
	background-color:#CC2E6D;
	background-image: radial-gradient(circle, #CC2E6D 10%, #CC2E6D 11%);
}
.modal-content {
	border-radius:0px;
	overflow:hidden;
}
.popup-textarea {
	resize:vertical;
	max-height:300px;
	overflow:auto;
}
.form-control {
	border-radius:0px;
}
.form-control:active,
.form-control:focus {
	border-color:#CC2E6D;
}
.list-group-item {
	border-color:#CC2E6D;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.alert {
	border-radius:0px;
}
.modal{
    overflow-y: auto;
}
.operation-tablets {
	padding:30px;
}
.form-text {
	min-width:100px;
	padding:10px;
	max-width:200px;
}
.form-input-size {
	min-width:20px;
	padding:10px;
	max-width:100px;
}
.form-popup-text {
	min-width:20px;
	margin-left:20px;
	max-width:100px;
}
.form-text-center {
	vertical-align:center;
}
.form-icon {

}
.img-error {
	border-bottom: 3px #a94442 solid;
}
.panel-popup>.panel-heading {
	font-size:16pt;
    color: #fff;
    background-color: #CC2E6D;
    border-color: #CC2E6D;
	margin-bottom:0;
}
.panel-popup>.panel-body {
    background-color:#FFF2CD;
    border-color:#FFF2CD;
}
b, strong {
    font-weight: bold !important;
}
.price {
	font-size:14pt;
	font-weight:bold;
}
.widget-wrap .profile-input {
	 display: block;
	 margin-bottom: 15px;
}
.profile-input .hide-input {
	border:none;
	box-shadow: none;
}
.profile-input:after {
    font-family: 'FontAwesome';
    color:lightgrey;
    position: relative;
    content: "\f040";
}
.profile-input input{
	min-width:45%;
	max-width:45%;
}
.profile-input label{
	min-width:45%;
	max-width:45%;
}
.profile-input select{
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	min-width:45%;
	max-width:45%;
	
}
.avatar {
	height:250px;
	z-index:0;
	min-height:200px;
	margin-bottom:15px;
}
.widget-wrap {
	border-radius:0px !important;
}
.widget-wrap .widget-header .pull-left+.pull-left{
  margin-left: 75px;
}
.widget-header .widget-action-bar > li.dropdown > .dropdown-menu {
  min-width: 217px !important;
}
.widget-header .widget-action-bar > li.dropdown > .dropdown-menu.three-items {
  min-width: 131px!important;
}
.user-profile-container>a:hover, .user-profile-container>a:focus {
	text-decoration: none;
	color:white;
}
.operator-navbar {
	background-color:#fafafa !important;
}
.operator-container {
	margin-left:0px !important;
}

.operator-accordion > li  {
  background-color: #fafafa;
  color: #6F6F71;
}	
.operator-accordion > li  {
  background-color: #fafafa;
  color: #6F6F71;
  padding: 10px 15px;
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.operator-accordion > li > i {
  padding-right: 6px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.operator-accordion > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.product-op {
	border-bottom:1px solid grey;
	border-right:1px solid grey;
}
.product-row {
	margin-top:5px;
}
.team-box-btn {
	margin-top:-25px;
}
.zoe-pink {
	color:#CC2E6D; 
}
.zoe-lightgrey {
	color:#D0D2D3; 
}
.zoe-1-5x {
	font-size: 1.5em;
}

.file_upload:focus{
	cursor:pointer;	
	opacity:1;
}
.file_upload:hover{
	cursor:pointer;	
	opacity:1;
}

.btn-upload{
	opacity:0.8;
}
.btn-upload:hover{
	opacity:1;
}
.btn-upload:focus{
	opacity:1;
}
.file_upload{
	margin:0;
    display: block;
    position: relative;
    overflow: hidden;            
    height: 38px;                 
    line-height: 38px;
	opacity:0.5;
}

.file_upload .button{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 8em;
    height: 100%;
	inline-height:100%;
    text-align: center;
	display: block;
    cursor: pointer;
	position: relative;
    z-index: 6;
}

.file_upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0
}
.img-btn-group {
	z-index:2;
	position:absolute;
	bottom: 0;
    width: 100%;
}
.col-img-btn-group {
	padding-left:0;
	padding-right:0;
}
.avatar img {
	z-index: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	margin:0 auto;
}
.img-group {
	height:250px;
	position: relative;
    background: lightgrey;
    text-align: center;
}
#support, #support_tickets {
	cursor: pointer;
}
.message-button {
	min-height:109px;
	padding-top:30px;
}
.pointer {
	cursor:pointer;
}
.closed-ticket {
	color:#CC2E6D;
	padding:2px;
	margin:10px;
	margin-right:15px;
	background-color: #FFF2CD;

}
.ticket-close {
	color:#CC2E6D;
	margin:10px;
	margin-right:15px;
	cursor:pointer;
}
.ticket-close:hover {
	color:red;
}
#send_message {
	margin-bottom:2px;
}
.attachment>.button {
	margin-top:2px;
}
.attachment  {
	opacity:1.0;
}
#send_message:active {
	cursor: wait;
}
.ticket-date {
	margin:10px;
	margin-right:15px;
}
.flag-row {
	margin-top:5px;
	margin-left:0;
	margin-right:0;
}
.flag-row .flag {
	width: 16.66666667%;
  height: 50px;
  border-radius: 8px;
  margin-bottom: 5px;
  background-size: cover;
	background-position: 0 50%;
}
.flag-text {
	padding-top: 12px;
}
.widget-stats-list {
	/*max-height: 300px;*/
  max-height: none;
}
.row_bottom_border {
	margin-left:0;
	margin-right:0;
	border-color:#D0D2D3 !important;
}
.ticket-hover {
	border-color:#CC2E6D !important;
}
.owner-support:hover{
	color:#CC2E6D;
}
span#pieLabel0 {
	top:190px !important;
    left: -20px !important;
}
span#pieLabel0>div {
	font-weight:bold;
	font-size:10pt !important;
}
span#pieLabel1>div {
	font-weight:bold;
	font-size:10pt !important;
}
span#pieLabel0>div:before {
	content: "\f10c";
	font-family: FontAwesome;
}
span#pieLabel1>div:before {
	content: "\f10c";
	font-family: FontAwesome;
}
span#pieLabel0>div>br {
	display:none;
}
span#pieLabel1>div>br {
	display:none;
}
span#pieLabel1 {
	top:220px !important;
    left: -20px !important;
}

.google-document {
	margin:0;
    max-width: 105px;
	width: 100%;
}
.google-document:hover{
	opacity:0.7;
	cursor:pointer;
}
body {
	padding-right: 0px!important;
}

.form-template {
	height: 200px;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
}
.form-template:hover{
	opacity:0.7;
	cursor:pointer;
}
.selected-template {
	box-sizing:border-box;
	background-color:lightblue;
	border: 1px dotted;
	border-color:#CC2E6D;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.popup-button[disabled=disabled]{
  background-color: #d979a0;
  border-color: #d979a0;
}

.calendar_input{
	background: #FFF2CD url("/assets/images/btn_klnd.png") no-repeat 90% center;
    border: none;
}
.li_google{
	line-height: 55px;
    height: 60px;
}
.goog-te-gadget-simple{
	border: 0px!important;
}
.skiptranslate iframe{
	visibility: hidden!important;
}

.img-circular{
    width: 50px;
    height: 50px;
    background-size: cover;
    display: block;
    border-radius: 50%;
    background-position: 50% 50%;
    display: inline-block;
}


.logo a img{
	padding: 5px;	
}
.user-profile{
	margin-bottom:5px;
	margin-top:5px;
}

html body {
	    top: 0px!important;
}

@media screen and (max-width: 400px) {
	.top-navbar .top-navbar-right .top-right-icons > li.li_google{
		display:none;
	}
}
.highcharts-container{width:100% !important; height:100% !important;}

.large > .modal-dialog {
    width:70% !important;
}
.dataTable{
	background-color:#fff!important;
}

.operator-container .column-editable input[type=number]{
  border: none;
  text-align: right;
  padding-right: 5px;
  background-color: transparent;
  width: 100%;
  font-size: 24px;
}
.operator-container .column-editable input[type=number]:active,
.operator-container .column-editable input[type=number]:focus{
  border: none;
  background-color: #f5f5f5;
}
.operator-container .column-static .fa-pencil{
  display: none;
}
.operator-container .product-row{
  line-height: 35px;
}
.operator-container .column-editable .product-op{
  padding-right: 0px;
}
.operator-container .resulting-value {
  font-size: 24px;
  text-align: right;
  line-height: 35px;
}


.edit-areas-widget ul.area_info{
  min-height: 100px;
}
.edit-areas-widget ul.area_info .name{
  font-weight: bold;
}
.edit-areas-widget .team-box-btn{
  margin-top:  0px;
}

.team-box-btn a:hover{
  opacity: .8;
}
.operations-switcher-widget .calendar_input{
  width: 150px;
  display: inline-block;
}
.operations-switcher-widget .operation .promo_name.switcher:hover{
  opacity: .8;
  cursor: pointer;
}
.business_type_div{
  font-style: italic;
  color: #999;
}