@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/*Just change your choise color here its theme Colors*/
body {
  background: #2f323e;
}
/*Top Header Part*/
.logo i {
  color: #4c5667;
}
.top-left-part .light-logo {
  display: inline-block;
}
.top-left-part .dark-logo {
  display: none;
}
.navbar-header {
  background: #ffffff;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.navbar-top-links > li > a {
  color: #686868;
}

/*Right panel*/
.right-sidebar .rpanel-title {
  background: #2cabe3;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #2cabe3;
}
/*Sidebar*/
.sidebar {
  background: #2f323e;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #01c0c8;
}
#side-menu li a {
  color: #97999f;
}
#side-menu li a {
  color: #97999f;
  border-left: 0px solid #2f323e;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.07);
}
#side-menu > li > a.active {
  background: #00b900;
  color: #ffffff;
  font-weight: 500;
}
#side-menu ul > li > a:hover {
  color: #ffffff;
}
#side-menu ul > li > a.active {
  color: #ffffff;
  font-weight: 500;
}
.user-profile .user-pro-body .u-dropdown {
  color: #97999f;
}
/*themecolor*/
.bg-theme {
  background-color: #707cd2 !important;
}
.bg-theme-dark {
  background-color: #2cabe3 !important;
}
/*Button*/
.btn-custom {
  background: #00b900;
  border: 1px solid #00b900;
  color: #ffffff;
}
.btn-custom:hover {
  background: #00b900;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #00b900;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #2cabe3;
  color: #2cabe3;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #2cabe3;
  border-right: 2px solid #2cabe3;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #2cabe3;
  color: #ffffff;
}

/*Gongsun Custom AND Custom Override*/
/* Chat widget */
.chat-history-list {
  list-style: none;
  padding: 0px 20px;
}
.chat-history-list li {
  margin-bottom: 24px;
  overflow: auto;
}
.chat-history-list .chat-image {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50px;
}
.chat-history-list .chat-image img {
  border-radius: 100%;
  width: 100%;
}
.chat-history-list .chat-text {
  background: #e5f7ff;
  border-radius: 0px 8px 8px 8px;
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  position: relative;
}
.chat-history-list .chat-text h4 {
  color: #1a2942;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: 15px;
  position: relative;
}
.chat-history-list .chat-text p {
  margin: 0px;
  padding-top: 3px;
}
.chat-history-list .chat-text b {
  font-size: 10px;
  opacity: 0.8;
}
.chat-history-list .chat-body {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 65%;
}
.chat-history-list .odd .chat-image {
  float: right !important;
}
.chat-history-list .odd .chat-body {
  float: right !important;
  margin-right: 12px;
  text-align: right;
}
.chat-history-list .odd .chat-text {
  background: #f7f7f7;
  border-radius: 8px 0px 8px 8px;
}