/***** PANELS *****/
.panel {
  border: 0;
  border-radius: 2px;
  margin-bottom: 3px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading.min {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading p {
  margin: 7px 0 0;
}
.panel-heading + .panel-body {
  padding-top: 0;
}
.panel-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #313745;
  letter-spacing: .2px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}
.panel-body {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-body p + p {
  margin: 15px 0 0;
}
.panel-body .list-inline > li:first-child {
  padding-left: 0;
}
.panel-body .list-inline > li:last-child {
  padding-right: 0;
}
.panel-body.inverse {
  background-color: #3b4354;
  color: rgba(255, 255, 255, 0.8);
}
.panel-default > .panel-heading > p {
  color: #696c74;
}
.panel-footer {
  background-color: #f0f1f4;
  border-color: transparent;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-default .panel-options,
.panel-primary .panel-options,
.panel-success .panel-options,
.panel-warning .panel-options,
.panel-danger .panel-options,
.panel-info .panel-options,
.panel-inverse .panel-options {
  top: 11px;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-info .panel-heading,
.panel-inverse .panel-heading {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 0;
}
.panel-default .panel-heading .panel-title,
.panel-primary .panel-heading .panel-title,
.panel-success .panel-heading .panel-title,
.panel-warning .panel-heading .panel-title,
.panel-danger .panel-heading .panel-title,
.panel-info .panel-heading .panel-title,
.panel-inverse .panel-heading .panel-title {
  color: #fff;
}
.panel-default .panel-heading p,
.panel-primary .panel-heading p,
.panel-success .panel-heading p,
.panel-warning .panel-heading p,
.panel-danger .panel-heading p,
.panel-info .panel-heading p,
.panel-inverse .panel-heading p {
  color: rgba(255, 255, 255, 0.8);
}
.panel-default .panel-body,
.panel-primary .panel-body,
.panel-success .panel-body,
.panel-warning .panel-body,
.panel-danger .panel-body,
.panel-info .panel-body,
.panel-inverse .panel-body {
  padding-top: 3px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel > .panel-heading {
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-group .panel > .panel-heading .panel-title {
  font-size: 12px;
}
@media (max-width: 480px) {
  .panel-group .panel > .panel-heading .panel-title {
    line-height: 18px;
  }
}
.panel-group .panel > .panel-heading .panel-title > a {
  display: block;
  position: relative;
  padding: 18px 20px 15px;
  color: #505b72;
  color: #259dab;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-group .panel > .panel-heading .panel-title > a:hover,
.panel-group .panel > .panel-heading .panel-title > a:focus {
  color: #259dab;
}
.panel-group .panel > .panel-heading .panel-title > a:after {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 11px;
  font-weight: normal;
  color: #9fa8bc;
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
}
.panel-group .panel > .panel-heading .panel-title > a.collapsed {
  padding: 15px 20px;
  color: #505b72;
}
.panel-group .panel > .panel-heading .panel-title > a.collapsed:after {
  content: '\f054';
  color: #fff;
}
.panel-group .panel > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel > .panel-heading .panel-title > a.collapsed:focus {
  color: #262b36;
}
.panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #dbdfe6;
}
.panel-group .panel .panel-collapse.in > .panel-body,
.panel-group .panel .panel-collapse.collapsing > .panel-body {
  padding-top: 0;
}
.panel-group .panel:first-child,
.panel-group .panel:first-child > .panel-heading .panel-title > a {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-group .panel:last-child,
.panel-group .panel:last-child > .panel-heading .panel-title > a.collapsed {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel-default > .panel-heading .panel-title > a,
.panel-group .panel-primary > .panel-heading .panel-title > a,
.panel-group .panel-success > .panel-heading .panel-title > a,
.panel-group .panel-warning > .panel-heading .panel-title > a,
.panel-group .panel-danger > .panel-heading .panel-title > a,
.panel-group .panel-info > .panel-heading .panel-title > a,
.panel-group .panel-inverse > .panel-heading .panel-title > a {
  margin-top: -1px;
}
.panel-group .panel-default > .panel-heading .panel-title > a:after,
.panel-group .panel-primary > .panel-heading .panel-title > a:after,
.panel-group .panel-success > .panel-heading .panel-title > a:after,
.panel-group .panel-warning > .panel-heading .panel-title > a:after,
.panel-group .panel-danger > .panel-heading .panel-title > a:after,
.panel-group .panel-info > .panel-heading .panel-title > a:after,
.panel-group .panel-inverse > .panel-heading .panel-title > a:after {
  display: block;
}
.panel-group .panel-default > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-primary > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-success > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-warning > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-danger > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-info > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
}
.panel-group .panel-default > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-success > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-info > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-default > .panel-heading .panel-title > a.collapsed:focus,
.panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:focus,
.panel-group .panel-success > .panel-heading .panel-title > a.collapsed:focus,
.panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:focus,
.panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:focus,
.panel-group .panel-info > .panel-heading .panel-title > a.collapsed:focus,
.panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:focus {
  color: #fff;
}
.panel-group .panel-default:first-child > .panel-heading,
.panel-group .panel-primary:first-child > .panel-heading,
.panel-group .panel-success:first-child > .panel-heading,
.panel-group .panel-warning:first-child > .panel-heading,
.panel-group .panel-danger:first-child > .panel-heading,
.panel-group .panel-info:first-child > .panel-heading,
.panel-group .panel-inverse:first-child > .panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-group .panel-default:first-child > .panel-heading .panel-title > a,
.panel-group .panel-primary:first-child > .panel-heading .panel-title > a,
.panel-group .panel-success:first-child > .panel-heading .panel-title > a,
.panel-group .panel-warning:first-child > .panel-heading .panel-title > a,
.panel-group .panel-danger:first-child > .panel-heading .panel-title > a,
.panel-group .panel-info:first-child > .panel-heading .panel-title > a,
.panel-group .panel-inverse:first-child > .panel-heading .panel-title > a {
  margin-top: 0;
}
.panel-group .panel-default:last-child > .panel-heading,
.panel-group .panel-primary:last-child > .panel-heading,
.panel-group .panel-success:last-child > .panel-heading,
.panel-group .panel-warning:last-child > .panel-heading,
.panel-group .panel-danger:last-child > .panel-heading,
.panel-group .panel-info:last-child > .panel-heading,
.panel-group .panel-inverse:last-child > .panel-heading,
.panel-group .panel-default:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-primary:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-success:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-warning:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-danger:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-info:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-inverse:last-child > .panel-heading .panel-title > a.collapsed {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel-default .panel-collapse.in > .panel-body,
.panel-group .panel-primary .panel-collapse.in > .panel-body,
.panel-group .panel-success .panel-collapse.in > .panel-body,
.panel-group .panel-warning .panel-collapse.in > .panel-body,
.panel-group .panel-danger .panel-collapse.in > .panel-body,
.panel-group .panel-info .panel-collapse.in > .panel-body,
.panel-group .panel-inverse .panel-collapse.in > .panel-body,
.panel-group .panel-default .panel-collapse.collapsing > .panel-body,
.panel-group .panel-primary .panel-collapse.collapsing > .panel-body,
.panel-group .panel-success .panel-collapse.collapsing > .panel-body,
.panel-group .panel-warning .panel-collapse.collapsing > .panel-body,
.panel-group .panel-danger .panel-collapse.collapsing > .panel-body,
.panel-group .panel-info .panel-collapse.collapsing > .panel-body,
.panel-group .panel-inverse .panel-collapse.collapsing > .panel-body {
  padding-top: 0;
  margin-bottom: -1px;
}
.panel-group .panel-default > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-default > .panel-heading .panel-title > a,
.panel-group .panel-default > .panel-heading .panel-title > a:hover,
.panel-group .panel-default > .panel-heading .panel-title > a:focus {
  color: #9fa8bc;
}
.panel-group .panel-default > .panel-heading .panel-title > a.collapsed {
  background-color: #9fa8bc;
}
.panel-group .panel-default > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-default > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #909bb1;
}
.panel-group .panel-default + .panel {
  border-color: #b4bbca;
}
.panel-group .panel-default > .panel-heading .panel-title > a,
.panel-group .panel-default > .panel-heading .panel-title > a:hover,
.panel-group .panel-default > .panel-heading .panel-title > a:focus {
  color: #3b4354;
}
.panel-group .panel-primary > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-primary > .panel-heading .panel-title > a,
.panel-group .panel-primary > .panel-heading .panel-title > a:hover,
.panel-group .panel-primary > .panel-heading .panel-title > a:focus {
  color: #2574ab;
}
.panel-group .panel-primary > .panel-heading .panel-title > a.collapsed {
  background-color: #2574ab;
}
.panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #206696;
}
.panel-group .panel-primary + .panel {
  border-color: #2b88c8;
}
.panel-group .panel-success > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-success > .panel-heading .panel-title > a,
.panel-group .panel-success > .panel-heading .panel-title > a:hover,
.panel-group .panel-success > .panel-heading .panel-title > a:focus {
  color: #259dab;
}
.panel-group .panel-success > .panel-heading .panel-title > a.collapsed {
  background-color: #259dab;
}
.panel-group .panel-success > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-success > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #208a96;
}
.panel-group .panel-success + .panel {
  border-color: #2bb8c8;
}
.panel-group .panel-warning > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-warning > .panel-heading .panel-title > a,
.panel-group .panel-warning > .panel-heading .panel-title > a:hover,
.panel-group .panel-warning > .panel-heading .panel-title > a:focus {
  color: #e6ad5c;
}
.panel-group .panel-warning > .panel-heading .panel-title > a.collapsed {
  background-color: #e6ad5c;
}
.panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #e3a246;
}
.panel-group .panel-warning + .panel {
  border-color: #ebbd7b;
}
.panel-group .panel-danger > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-danger > .panel-heading .panel-title > a,
.panel-group .panel-danger > .panel-heading .panel-title > a:hover,
.panel-group .panel-danger > .panel-heading .panel-title > a:focus {
  color: #d9534f;
}
.panel-group .panel-danger > .panel-heading .panel-title > a.collapsed {
  background-color: #d9534f;
}
.panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #d43f3a;
}
.panel-group .panel-danger + .panel {
  border-color: #df706c;
}
.panel-group .panel-info > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-info > .panel-heading .panel-title > a,
.panel-group .panel-info > .panel-heading .panel-title > a:hover,
.panel-group .panel-info > .panel-heading .panel-title > a:focus {
  color: #5bc0de;
}
.panel-group .panel-info > .panel-heading .panel-title > a.collapsed {
  background-color: #5bc0de;
}
.panel-group .panel-info > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-info > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #46b8da;
}
.panel-group .panel-info + .panel {
  border-color: #79cbe4;
}
.panel-group .panel-inverse > .panel-heading {
  background-color: transparent;
}
.panel-group .panel-inverse > .panel-heading .panel-title > a,
.panel-group .panel-inverse > .panel-heading .panel-title > a:hover,
.panel-group .panel-inverse > .panel-heading .panel-title > a:focus {
  color: #505b72;
}
.panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed {
  background-color: #505b72;
}
.panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:hover,
.panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:focus {
  background-color: #464f63;
}
.panel-group .panel-inverse + .panel {
  border-color: #5f6b87;
}


/***** LEFTPANEL SETTINGS *****/
.list-group-settings > .list-group-item {
  border-color: #eaecf0;
}
.sidebar {
  position: absolute;
  top: 64px;
  bottom: 0;
  padding: 15px;
}
.sidebar.left {
  left: 0;
}
.sidebar.right {
  right: 0;
}
.sidebar.email {
  width: 220px;
  background-color: #fff;
}
.sidebar-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #9fa8bc;
  line-height: normal;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: .5px;
}
.nav-sidebar.nav-justified {
  background-color: #657390;
  margin-bottom: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-sidebar.nav-justified > li > a {
  border-radius: 0;
  background-color: #505b72;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  vertical-align: bottom;
}
.nav-sidebar.nav-justified > li > a:hover,
.nav-sidebar.nav-justified > li > a:focus {
  cursor: pointer;
  background-color: #464f63;
}
.nav-sidebar.nav-justified > li > a i {
  position: relative;
}
.nav-sidebar.nav-justified > li:first-child > a {
  border-left: 0;
}
.nav-sidebar.nav-justified > li + li > a {
  margin-left: 1px;
}
.nav-sidebar.nav-justified > li.unread > a > i:after {
  content: '';
  position: absolute;
  top: -2px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #d9534f;
  opacity: .9;
}
.nav-sidebar.nav-justified > .active:first-child > a {
  border-top-left-radius: 0;
}
.nav-sidebar.nav-justified > .active > a,
.nav-sidebar.nav-justified > .active > a:hover,
.nav-sidebar.nav-justified > .active > a:focus {
  background-color: #fff;
  color: #262b36;
}
@media (max-width: 767px) {
  .nav-sidebar.nav-justified {
    display: table;
  }
  .nav-sidebar.nav-justified > li {
    display: table-cell;
  }
  .nav-sidebar.nav-justified > li > a {
    margin: 0;
  }
}
.sidebar-btn-wrapper {
  margin: 0 15px 20px;
}
/***** CONTACT LIST *****/
.media-list-contacts {
  margin-bottom: 0;
}
.media-list-contacts .media {
  border-top: 1px solid #eaecf0;
}
.media-list-contacts .media .media-left {
  padding-right: 15px;
}
.media-list-contacts .media .media-object {
  width: 40px;
  padding: 2px;
  border: 2px solid #eaecf0;
}
.media-list-contacts .media a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.media-list-contacts .media a:hover,
.media-list-contacts .media a:focus {
  background-color: #f3f4f7;
}
.media-list-contacts .media a:hover .media-object,
.media-list-contacts .media a:focus .media-object {
  border-color: #ccd1db;
}
.media-list-contacts .media .media-body {
  padding-top: 2px;
  font-size: 11px;
  color: #9fa8bc;
}
.media-list-contacts .media .media-body i {
  color: #409a32;
}
.media-list-contacts .media .media-body .fa-skype {
  color: #00AFF0;
}
.media-list-contacts .media .media-heading {
  font-size: 12px;
  color: #3b4354;
  margin: 3px 0 2px;
}
.media-list-contacts .media + .media {
  margin-top: 0;
}
.list-group-settings > .list-group-item {
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
.list-group-settings > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-settings > .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-settings > .list-group-item h5 {
  margin: 0 0 5px;
  font-weight: 500;
}
.list-group-settings > .list-group-item small {
  display: block;
  line-height: normal;
  font-size: 11px;
}
.list-group-settings .toggle-wrapper {
  margin-top: 15px;
}
/********** USER LIST ***********/
.user-list {
  margin-bottom: 0;
}
.user-list .media {
  padding: 12px 0;
}
.user-list .media + .media {
  margin: 0;
  border-top: 1px solid #eaecf0;
}
.user-list .media:first-child {
  padding-top: 0;
}
.user-list .media:last-child {
  padding-bottom: 0;
}
.user-list .media-left {
  padding-right: 10px;
}
.user-list .media-object {
  width: 42px;
  padding: 2px;
  border: 2px solid #dbdfe6;
}
.user-list .media-body .media-heading {
  margin: 2px 0;
}
.user-list .media-body .media-heading > a {
  font-size: 12px;
  font-weight: 700;
  color: #3b4354;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.user-list .media-body .media-heading > a:hover,
.user-list .media-body .media-heading > a:focus {
  color: #259dab;
}
.user-list .media-body span {
  color: #259dab;
  font-weight: 500;
}
.user-list .media-body small.date {
  display: block;
  font-size: 11px;
  color: #818da7;
  margin-top: 2px;
}
.user-list .media-body small.date > i {
  vertical-align: baseline;
  margin-right: 2px;
}
.user-list .media-body a {
  font-weight: 500;
}
/***** PROFILE LIST *****/
.panel-profile .media-usermeta {
  margin-top: 4px;
  color: #909bb1;
}
.panel-profile .media-usermeta i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}
.panel-profile .people-info .row {
  margin: 0;
}
.panel-profile .people-info .row + .row {
  margin-top: 1px;
}
.panel-profile .people-info .col-sm-4 {
  padding: 0;
}
.panel-profile .people-info .col-sm-4:first-child > .info-group {
  margin-left: 0;
}
.panel-profile .people-info .social-account-list > i {
  font-size: 28px;
}
.panel-profile .people-info h4 {
  margin: 9px 0 8px;
  font-weight: 500;
  color: #259dab;
}
.panel-profile .people-info .fa,
.panel-profile .people-info .glyphicon {
  margin-right: 5px;
  vertical-align: baseline;
  font-size: 14px;
  color: #3b4354;
}
.panel-profile .people-info .info-group {
  padding: 15px;
  background-color: #f9fafb;
  margin-left: 1px;
}
.panel-profile .people-info .info-group label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .5px;
  color: #3b4354;
}
.panel-profile .people-info .info-group .social-account-list {
  padding-top: 2px;
}
.panel-profile .people-info .info-group .social-account-list > i {
  font-size: 28px;
  margin: 4px 2px 0;
  line-height: 17px;
}
.panel-profile .people-info .info-group .social-account-list > i.fa-facebook-official {
  color: #3A5795;
}
.panel-profile .people-info .info-group .social-account-list > i.fa-twitter {
  color: #55ACEE;
}
.panel-profile .people-info .info-group .social-account-list > i.fa-dribbble {
  color: #EA4C89;
}
.panel-profile .people-info .info-group .social-account-list > i.fa-github {
  color: #4078C0;
}
.panel-profile .people-info .info-group .social-account-list > i.fa-linkedin {
  color: #0073B2;
}
.panel-profile .people-info .info-group .social-account-list > i.fa-skype {
  color: #4BB4FF;
}
.panel-profile.list-view .media {
  margin-top: 0;
}
.panel-profile.list-view .media .media-left {
  padding-right: 15px;
}
.panel-profile.list-view .media .media-object {
  width: 48px;
  padding: 2px;
  border: 2px solid #eaecf0;
}
.panel-profile.list-view .media .media-heading {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #3b4354;
}
.panel-profile.grid-view .panel-heading {
  position: relative;
}
.panel-profile.grid-view .panel-heading .people-actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.panel-profile.grid-view .panel-profile-photo {
  display: inline-block;
}
.panel-profile.grid-view .panel-profile-photo img {
  padding: 2px;
  border: 2px solid #dbdfe6;
}
.panel-profile.grid-view .panel-profile-name {
  margin: 20px 0 5px;
  font-size: 16px;
}
.panel-profile.grid-view .info-group {
  margin-left: 0;
  padding: 10px 0;
  background-color: transparent;
  border-top: 1px solid #dbdfe6;
}
.panel-profile.grid-view .info-group.last {
  padding-bottom: 0;
}
.panel-profile.grid-view h4 {
  margin: 5px 0 0;
}
.panel-profile.grid-view .row {
  margin: 0;
}
.panel-profile.grid-view .col-xs-6 {
  padding: 0;
  border-left: 1px solid #dbdfe6;
}
.panel-profile.grid-view .col-xs-6 > .info-group {
  padding-left: 20px;
}
.panel-profile.grid-view .col-xs-6:first-child {
  border-left: 0;
}
.panel-profile.grid-view .col-xs-6:first-child > .info-group {
  padding-left: 0;
}
/***** PROFILE USER *****/
.profile-left-heading {
  padding: 20px;
  background-color: #3b4354;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.profile-left-heading .panel-options > li > a {
  font-size: 14px;
}
.profile-left-heading .profile-photo {
  width: 128px;
  display: block;
  margin: auto;
}
.profile-left-heading .profile-photo img {
  padding: 5px;
  background-color: #262b36;
  border: 2px solid #505b72;
}
.profile-left-heading .profile-name {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.profile-left-heading .profile-designation {
  color: #9fa8bc;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
}
.profile-left-heading .list-group {
  margin: 20px 0;
}
.profile-left-heading .list-group .list-group-item {
  background-color: transparent;
  border-width: 0 0 1px;
  border-color: #464f63;
  padding-left: 0;
  padding-right: 0;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
}
.profile-left-heading .list-group .list-group-item a {
  float: right;
  color: #5bc0de;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.profile-left-heading .list-group .list-group-item a:hover,
.profile-left-heading .list-group .list-group-item a:focus {
  color: #46b8da;
}
.profile-left-heading .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 1px;
}
.profile-left-heading .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.profile-left-body {
  padding: 20px;
  background-color: #464f63;
  color: #9fa8bc;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.profile-left-body .panel-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.profile-left-body .profile-social > li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.profile-left-body .profile-social > li a:hover,
.profile-left-body .profile-social > li a:focus {
  color: #fff;
}
.profile-btn-follow {
  margin-top: 20px;
}
/***** POST ITEM *****/
.panel-post-item .panel-heading {
  padding: 15px 20px;
}
.panel-post-item .panel-heading .media-left {
  padding-right: 15px;
}
.panel-post-item .panel-heading .media-object {
  width: 42px;
  padding: 2px;
  border: 2px solid #dbdfe6;
}
.panel-post-item .panel-heading .media-heading {
  font-size: 14px;
  margin: 5px 0 0;
}
.panel-post-item .panel-heading .media-heading span {
  font-weight: normal;
  font-size: 12px;
  color: #696c74;
}
.panel-post-item .panel-heading .media-usermeta {
  margin: 2px 0 0;
  font-size: 11px;
}
.panel-post-item .panel-heading .media-usermeta i {
  vertical-align: top;
  margin-top: 2px;
  color: #aeb6c6;
}
.panel-post-item .panel-body .media-heading {
  font-size: 14px;
  font-weight: 500;
}
.panel-post-item .panel-body .media-heading a {
  color: #259dab;
}
.panel-post-item .panel-body p + p {
  margin-top: 10px;
}
.panel-post-item .panel-body .photos {
  margin: 0;
}
.panel-post-item .panel-body .photos > div {
  padding: 0;
}
.panel-post-item .panel-body .photos > div img {
  padding: 1px;
}
.panel-post-item .panel-footer {
  padding: 15px 20px;
  border-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-post-item .panel-footer .list-inline {
  margin: 0;
}
.panel-post-item .panel-footer .list-inline > li {
  padding: 0 8px;
}
.panel-post-item .panel-footer .list-inline > li:first-child {
  padding-left: 0;
}
.panel-post-item .panel-footer .list-inline > li:last-child {
  padding-right: 0;
}
.panel-post-item .panel-footer .list-inline > li a {
  color: #545b68;
  cursor: pointer;
}
.panel-post-item .panel-footer .list-inline > li a:hover,
.panel-post-item .panel-footer .list-inline > li a:focus {
  color: #3d424c;
}
.panel-post-item .panel-footer .list-inline > li i {
  vertical-align: baseline;
  margin-right: 2px;
}
.panel-post-item .collapse .media-list,
.panel-post-item .collapsing .media-list {
  background-color: #f0f1f4;
  margin: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-post-item .collapse .media-list .media,
.panel-post-item .collapsing .media-list .media {
  border-top: 1px solid #fff;
  padding: 10px 20px 0;
}
.panel-post-item .collapse .media-list .media + .media,
.panel-post-item .collapsing .media-list .media + .media {
  margin-top: 10px;
}
.panel-post-item .collapse .media-list .media:last-child,
.panel-post-item .collapsing .media-list .media:last-child {
  padding-bottom: 10px;
}
.panel-post-item .collapse .media-list .media-left,
.panel-post-item .collapsing .media-list .media-left {
  padding-right: 10px;
}
.panel-post-item .collapse .media-list .media-object,
.panel-post-item .collapsing .media-list .media-object {
  padding: 0;
  border: 0;
  width: 24px;
}
.panel-post-item .collapse .media-list .media-heading,
.panel-post-item .collapsing .media-list .media-heading {
  font-weight: 500;
  font-size: 12px;
  margin: 2px 0 5px;
}
.panel-post-item .collapse .media-list .media-heading small,
.panel-post-item .collapsing .media-list .media-heading small {
  font-size: 11px;
  margin-left: 5px;
  float: right;
  color: #9fa8bc;
}
.panel-post-item .form-control {
  border-color: transparent;
  padding-left: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/***** NAVIGATION *****/
.nav-dark-quirk {
  background-color: #3b4354;
}
.nav-dark-quirk > li,
.nav-dark-quirk > li:last-child {
  border-color: #464f63;
}
.nav-dark-quirk > li > a {
  color: #818da7;
}
.nav-dark-quirk > li > a:hover,
.nav-dark-quirk > li > a:focus {
  background-color: #313745;
  color: #fff;
}
.nav-quirk-primary > li > a > i {
  color: #2574ab;
}
.nav-quirk-primary > li.active > a,
.nav-quirk-primary > li.active > a:hover,
.nav-quirk-primary > li.active > a:focus {
  color: #fff;
  background-color: #2574ab;
  background-image: none;
}
.nav-quirk-primary > li.active .children:before {
  border-top-color: #2574ab;
}
.nav-quirk-primary .children > li.active > a {
  color: #2574ab;
}
.nav-quirk-primary .children > li.active > a:before {
  background-color: #2574ab;
}
.nav-quirk-primary .children > li.active > a:after {
  border-color: #2574ab;
}
.nav-quirk-success > li > a > i {
  color: #259dab;
}
.nav-quirk-success > li.active > a,
.nav-quirk-success > li.active > a:hover,
.nav-quirk-success > li.active > a:focus {
  color: #fff;
  background-color: #259dab;
  background-image: none;
}
.nav-quirk-success > li.active .children:before {
  border-top-color: #259dab;
}
.nav-quirk-success .children > li.active > a {
  color: #259dab;
}
.nav-quirk-success .children > li.active > a:before {
  background-color: #259dab;
}
.nav-quirk-success .children > li.active > a:after {
  border-color: #259dab;
}
.nav-quirk-warning > li > a > i {
  color: #e6ad5c;
}
.nav-quirk-warning > li.active > a,
.nav-quirk-warning > li.active > a:hover,
.nav-quirk-warning > li.active > a:focus {
  color: #fff;
  background-color: #e6ad5c;
  background-image: none;
}
.nav-quirk-warning > li.active .children:before {
  border-top-color: #e6ad5c;
}
.nav-quirk-warning .children > li.active > a {
  color: #e6ad5c;
}
.nav-quirk-warning .children > li.active > a:before {
  background-color: #e6ad5c;
}
.nav-quirk-warning .children > li.active > a:after {
  border-color: #e6ad5c;
}
.nav-quirk-danger > li > a > i {
  color: #d9534f;
}
.nav-quirk-danger > li.active > a,
.nav-quirk-danger > li.active > a:hover,
.nav-quirk-danger > li.active > a:focus {
  color: #fff;
  background-color: #d9534f;
  background-image: none;
}
.nav-quirk-danger > li.active .children:before {
  border-top-color: #d9534f;
}
.nav-quirk-danger .children > li.active > a {
  color: #d9534f;
}
.nav-quirk-danger .children > li.active > a:before {
  background-color: #d9534f;
}
.nav-quirk-danger .children > li.active > a:after {
  border-color: #d9534f;
}
.nav-quirk-info > li > a > i {
  color: #5bc0de;
}
.nav-quirk-info > li.active > a,
.nav-quirk-info > li.active > a:hover,
.nav-quirk-info > li.active > a:focus {
  color: #fff;
  background-color: #5bc0de;
  background-image: none;
}
.nav-quirk-info > li.active .children:before {
  border-top-color: #5bc0de;
}
.nav-quirk-info .children > li.active > a {
  color: #5bc0de;
}
.nav-quirk-info .children > li.active > a:before {
  background-color: #5bc0de;
}
.nav-quirk-info .children > li.active > a:after {
  border-color: #5bc0de;
}
.nav-dark-primary {
  background-color: #3b4354;
}
.nav-dark-primary > li > a > i {
  color: #2574ab;
}
.nav-dark-primary > li,
.nav-dark-primary > li:last-child {
  border-color: #464f63;
}
.nav-dark-primary > li > a {
  color: #818da7;
}
.nav-dark-primary > li > a:hover,
.nav-dark-primary > li > a:focus {
  background-color: #313745;
  color: #fff;
}
.nav-dark-primary > li.active > a,
.nav-dark-primary > li.active > a:hover,
.nav-dark-primary > li.active > a:focus {
  color: #fff;
  background-color: #2574ab;
  background-image: none;
}
.nav-dark-primary > li.active .children:before {
  border-top-color: #2574ab;
}
.nav-dark-success {
  background-color: #3b4354;
}
.nav-dark-success > li > a > i {
  color: #259dab;
}
.nav-dark-success > li,
.nav-dark-success > li:last-child {
  border-color: #464f63;
}
.nav-dark-success > li > a {
  color: #818da7;
}
.nav-dark-success > li > a:hover,
.nav-dark-success > li > a:focus {
  background-color: #313745;
  color: #fff;
}
.nav-dark-success > li.active > a,
.nav-dark-success > li.active > a:hover,
.nav-dark-success > li.active > a:focus {
  color: #fff;
  background-color: #259dab;
  background-image: none;
}
.nav-dark-success > li.active .children:before {
  border-top-color: #259dab;
}
.nav-dark-warning {
  background-color: #3b4354;
}
.nav-dark-warning > li > a > i {
  color: #e6ad5c;
}
.nav-dark-warning > li,
.nav-dark-warning > li:last-child {
  border-color: #464f63;
}
.nav-dark-warning > li > a {
  color: #818da7;
}
.nav-dark-warning > li > a:hover,
.nav-dark-warning > li > a:focus {
  background-color: #313745;
  color: #fff;
}
.nav-dark-warning > li.active > a,
.nav-dark-warning > li.active > a:hover,
.nav-dark-warning > li.active > a:focus {
  color: #fff;
  background-color: #e6ad5c;
  background-image: none;
}
.nav-dark-warning > li.active .children:before {
  border-top-color: #e6ad5c;
}
.nav-dark-danger {
  background-color: #3b4354;
}
.nav-dark-danger > li > a > i {
  color: #d9534f;
}
.nav-dark-danger > li,
.nav-dark-danger > li:last-child {
  border-color: #464f63;
}
.nav-dark-danger > li > a {
  color: #818da7;
}
.nav-dark-danger > li > a:hover,
.nav-dark-danger > li > a:focus {
  background-color: #313745;
  color: #fff;
}
.nav-dark-danger > li.active > a,
.nav-dark-danger > li.active > a:hover,
.nav-dark-danger > li.active > a:focus {
  color: #fff;
  background-color: #d9534f;
  background-image: none;
}
.nav-dark-danger > li.active .children:before {
  border-top-color: #d9534f;
}
.nav-dark-info {
  background-color: #3b4354;
}
.nav-dark-info > li > a > i {
  color: #5bc0de;
}
.nav-dark-info > li,
.nav-dark-info > li:last-child {
  border-color: #464f63;
}
.nav-dark-info > li > a {
  color: #818da7;
}
.nav-dark-info > li > a:hover,
.nav-dark-info > li > a:focus {
  background-color: #313745;
  color: #fff;
}
.nav-dark-info > li.active > a,
.nav-dark-info > li.active > a:hover,
.nav-dark-info > li.active > a:focus {
  color: #fff;
  background-color: #5bc0de;
  background-image: none;
}
.nav-dark-info > li.active .children:before {
  border-top-color: #5bc0de;
}
/***** PANEL WEATHER *****/
.panel-weather .today-day {
  font-weight: 200;
  font-size: 25px;
  color: #fff;
  margin-top: 0;
}
.panel-weather .today-date {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
}
.panel-weather .today-cloud {
  font-size: 72px;
  text-align: center;
  display: block;
  margin-top: -10px;
}
/***** PANEL PRODUUCT *****/
.panel-product .media-heading {
  font-weight: 500;
}
.panel-product .media-heading > a {
  color: #657390;
}
/***** BLOG ENTRY *****/
.blog-entry .blog-category,
.blog-entry2 .blog-category {
  text-transform: uppercase;
  color: #d9534f;
  font-size: 12px;
  margin: 0 0 5 px;
}
.blog-entry .blog-title,
.blog-entry2 .blog-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.blog-entry .blog-title > a,
.blog-entry2 .blog-title > a {
  color: #3b4354;
}
.blog-entry .blog-title > a:hover,
.blog-entry2 .blog-title > a:hover,
.blog-entry .blog-title > a:focus,
.blog-entry2 .blog-title > a:focus {
  color: #505b72;
}
.blog-entry .blog-summary,
.blog-entry2 .blog-summary {
  line-height: 18px;
}
.blog-entry {
  margin: 0;
  display: table;
}
.blog-entry > div {
  display: table-cell;
  float: none;
}
.blog-entry > div:first-child {
  background-color: #fff;
  padding: 20px;
  vertical-align: top;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.blog-entry > div:last-child {
  padding: 0;
}
.blog-entry > div:last-child > img {
  width: 100%;
  vertical-align: top;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-entry2 .blog-img {
  height: 200px;
  overflow: hidden;
}
.blog-entry2 .img-responsive {
  width: 100%;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.blog-entry2 .blog-body {
  background-color: #fff;
  padding: 20px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/***** ROW COLUMNS JOINING WITH EACH OTHER *****/
.row-col-join {
  margin: 0 0 20px;
  display: table;
  width: 100%;
}
.row-col-join > div {
  display: table-cell;
  float: none;
  padding: 0;
}
.row-col-join > div:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.row-col-join > div:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.row-col-join > div .panel {
  margin-bottom: 0;
  background-color: transparent;
}
@media (max-width: 559px) {
  .row-col-join > div {
    display: block;
  }
}
/***** DASHBOARD: PANEL ANNOUNCEMENTS *****/
.panel-announcement {
  background-color: #fff;
  margin-bottom: 20px;
}
.panel-announcement .panel-heading {
  padding-bottom: 5px;
}
.panel-announcement .panel-title {
  color: #d9534f;
}
.panel-announcement .panel-body h2 {
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: normal;
}
.panel-announcement .panel-body h4 {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  color: rgba(38, 43, 54, 0.7);
  line-height: 20px;
}
.panel-announcement .panel-body h4 > a {
  color: #259dab;
}
.panel-announcement .panel-body h4 > a:hover,
.panel-announcement .panel-body h4 > a:focus {
  color: #31c1d2;
}
.list-announcement .panel-body {
  padding: 0;
}
.list-announcement .panel-body ul {
  margin-bottom: 0;
}
.list-announcement .panel-body ul > li {
  padding: 10px 20px;
  border-bottom: 1px solid #eaecf0;
  letter-spacing: normal;
}
.list-announcement .panel-body ul > li a {
  color: #262b36;
  font-weight: 500;
}
.list-announcement .panel-body ul > li small {
  margin-top: 4px;
  display: block;
  color: rgba(38, 43, 54, 0.45);
}
.list-announcement .panel-body ul > li small a {
  font-weight: 400;
  color: #259dab;
  float: right;
}
.list-announcement .panel-footer {
  padding: 14px 20px;
  background-color: #fff;
}
/***** DASHBOARD: EARNINGS *****/
.panel-earnings > div {
  color: #505b72;
}
.panel-earnings > div:first-child {
  background-color: #fff;
}
.panel-earnings > div:first-child .panel-title {
  color: #d9534f;
}
@media (max-width: 560px) {
  .panel-earnings > div:first-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
}
.panel-earnings > div:last-child {
  background-color: #505b72;
}
.panel-earnings > div:last-child .panel-title {
  color: #fff;
}
@media (max-width: 560px) {
  .panel-earnings > div:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
@media (max-width: 560px) {
  .panel-earnings > div {
    display: block;
    width: 100%;
  }
}
.panel-earnings .panel {
  background-color: transparent;
}
.panel-earnings .panel-heading {
  padding-bottom: 5px;
}
.panel-earnings .earning-amount {
  margin-top: 0;
  font-size: 32px;
}
.panel-earnings .earning-today {
  font-weight: 400;
  font-size: 12px;
  color: #259dab;
  margin: 0;
}
.panel-earnings .list-group {
  margin-top: 30px;
  margin-bottom: 0;
}
.panel-earnings .list-group > .list-group-item {
  background-color: transparent;
  padding: 10px 0;
  border-left: 0;
  border-right: 0;
  border-color: rgba(38, 43, 54, 0.2);
}
.panel-earnings .list-group > .list-group-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.panel-earnings .list-group > .list-group-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.panel-earnings .list-group > .list-group-item .pull-right {
  font-weight: 700;
  letter-spacing: 1px;
  color: #3b4354;
}
.panel-earnings .body-chart {
  height: 210px;
}
/***** DASHBOARD: QUICK PAGE ACCESS *****/
.panel-quick-page {
  margin: 0 0 20px;
}
.panel-quick-page > div {
  padding: 0;
}
.panel-quick-page > div .panel {
  border-radius: 0;
  margin-left: 1px;
  margin-bottom: 1px;
}
.panel-quick-page > div .panel:hover,
.panel-quick-page > div .panel:focus {
  cursor: pointer;
  position: relative;
}
@media (max-width: 360px) {
  .panel-quick-page > div {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .panel-quick-page > div .panel-heading {
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .panel-quick-page > div .panel-title {
    font-size: 11px;
  }
}
.panel-quick-page > div:first-child .panel {
  margin-left: 0;
  border-top-left-radius: 2px;
}
@media (max-width: 360px) {
  .panel-quick-page > div:nth-child(2) .panel {
    border-top-right-radius: 2px;
  }
}
@media (max-width: 991px) {
  .panel-quick-page > div:nth-child(3) .panel {
    border-top-right-radius: 2px;
  }
}
@media (max-width: 360px) {
  .panel-quick-page > div:nth-child(3) .panel {
    border-top-right-radius: 0;
  }
}
.panel-quick-page > div:nth-child(4) .panel {
  border-top-right-radius: 2px;
}
@media (max-width: 991px) {
  .panel-quick-page > div:nth-child(4) .panel {
    margin-left: 0;
    border-top-right-radius: 0;
  }
}
.panel-quick-page > div:nth-child(5) .panel {
  margin-left: 0;
  border-bottom-left-radius: 2px;
}
@media (max-width: 991px) {
  .panel-quick-page > div:nth-child(5) .panel {
    margin-left: 1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 991px) {
  .panel-quick-page > div:nth-child(7) .panel {
    margin-left: 0;
    border-bottom-left-radius: 2px;
  }
}
@media (max-width: 360px) {
  .panel-quick-page > div:nth-child(7) .panel {
    border-bottom-left-radius: 0;
  }
}
.panel-quick-page > div:last-child .panel {
  border-bottom-right-radius: 2px;
}
@media (max-width: 360px) {
  .panel-quick-page > div:nth-child(odd) > .panel {
    margin-left: 0;
  }
  .panel-quick-page > div:nth-child(even) > .panel {
    margin-left: 1px;
  }
  .panel-quick-page > div:last-child {
    width: 100%;
  }
  .panel-quick-page > div:last-child > .panel {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
.panel-quick-page .hvr-shutter-out-vertical {
  display: block;
}
.panel-quick-page .page-user > .panel {
  background-color: #2ab0c0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-user > .panel:hover,
.panel-quick-page .page-user > .panel:focus {
  background-color: #259dab;
}
.panel-quick-page .page-products > .panel {
  background-color: #31b0d5;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-products > .panel:hover,
.panel-quick-page .page-products > .panel:focus {
  background-color: #28a1c5;
}
.panel-quick-page .page-events > .panel {
  background-color: #469bd7;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-events > .panel:hover,
.panel-quick-page .page-events > .panel:focus {
  background-color: #2a82c0;
}
.panel-quick-page .page-messages > .panel {
  background-color: #2a82c0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-messages > .panel:hover,
.panel-quick-page .page-messages > .panel:focus {
  background-color: #2574ab;
}
.panel-quick-page .page-reports > .panel {
  background-color: #de6489;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-reports > .panel:hover,
.panel-quick-page .page-reports > .panel:focus {
  background-color: #d43a69;
}
.panel-quick-page .page-statistics > .panel {
  background-color: #e27c79;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-statistics > .panel:hover,
.panel-quick-page .page-statistics > .panel:focus {
  background-color: #d9534f;
}
.panel-quick-page .page-support > .panel {
  background-color: #9d70e2;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-support > .panel:hover,
.panel-quick-page .page-support > .panel:focus {
  background-color: #8046da;
}
.panel-quick-page .page-privacy > .panel {
  background-color: #727f9c;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-privacy > .panel:hover,
.panel-quick-page .page-privacy > .panel:focus {
  background-color: #5b6781;
}
.panel-quick-page .page-settings > .panel {
  background-color: #657390;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-quick-page .page-settings > .panel:hover,
.panel-quick-page .page-settings > .panel:focus {
  background-color: #505b72;
}
.panel-quick-page .panel-heading {
  padding: 15px 20px;
}
.panel-quick-page .panel-title {
  color: #fff;
}
.panel-quick-page .panel-body {
  padding-top: 0;
}
.panel-quick-page .page-icon {
  margin: 0;
  color: #fff;
  font-size: 70px;
  height: 70px;
  line-height: 0;
  text-align: center;
}
/***** PANEL TRAFFIC *****/
.panel-site-traffic .panel-body .panel-title {
  color: #818da7;
  font-size: 11px;
  margin: 3px 0 0;
}
@media (max-width: 480px) {
  .panel-site-traffic .panel-body .row > div {
    width: 100%;
    float: none;
  }
  .panel-site-traffic .panel-body .row > div:before,
  .panel-site-traffic .panel-body .row > div:after {
    content: " ";
    display: table;
  }
  .panel-site-traffic .panel-body .row > div:after {
    clear: both;
  }
  .panel-site-traffic .panel-body .row > div:before,
  .panel-site-traffic .panel-body .row > div:after {
    content: " ";
    display: table;
  }
  .panel-site-traffic .panel-body .row > div:after {
    clear: both;
  }
  .panel-site-traffic .panel-body .row > div + div {
    margin-top: 15px;
  }
}
.panel-site-traffic .panel-body h3 {
  margin: 0 0 3px;
  font-size: 32px;
}
.panel-site-traffic .panel-body .icon {
  font-size: 48px;
  color: #fff;
  margin-right: 20px;
  border-radius: 2px;
  width: 70px;
  line-height: 54px;
}
.panel-site-traffic .panel-body .ion-stats-bars {
  background-color: #2574ab;
  padding: 7px 18px;
}
.panel-site-traffic .panel-body .ion-eye {
  background-color: #5bc0de;
  padding: 7px 15px;
}
.panel-site-traffic .panel-body .ion-clock {
  background-color: #259dab;
  padding: 7px 14px;
}
.panel-site-traffic .panel-body h5 {
  margin: 0;
  font-weight: 300;
}
/***** DASHBOARD: PANEL STATISTICS *****/
.panel-statistics {
  margin: 0 0 20px;
}
.panel-statistics .panel {
  margin: 0;
  border-radius: 0;
  min-height: 130px;
}
.panel-statistics > div {
  padding: 0;
}
.panel-statistics > div:first-child > .panel {
  border-top-left-radius: 2px;
}
.panel-statistics > div:nth-child(2) > .panel {
  border-top-right-radius: 2px;
}
.panel-statistics > div:nth-child(3) > .panel {
  border-bottom-left-radius: 2px;
}
.panel-statistics > div:last-child > .panel {
  border-bottom-right-radius: 2px;
}
.panel-statistics > div:nth-child(odd) > .panel {
  margin-left: 0;
}
.panel-statistics > div:nth-child(3) > .panel,
.panel-statistics > div:last-child > .panel {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .panel-statistics > div:nth-child(2) > .panel {
    margin-bottom: 1px;
    border-top-right-radius: 0;
  }
  .panel-statistics > div:nth-child(3) > .panel {
    border-bottom-left-radius: 0;
  }
  .panel-statistics > div:first-child > .panel {
    border-top-right-radius: 2px;
  }
  .panel-statistics > div:last-child > .panel {
    border-bottom-left-radius: 2px;
  }
}
.panel-updates h3 {
  margin: 5px 0 5px;
  font-size: 32px;
}
.panel-updates .progress {
  height: 5px;
  margin-bottom: 15px;
}
.panel-updates p,
.panel-updates p + p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0;
  color: #505b72;
}
.panel-updates.panel-success-full .panel-body .panel-title,
.panel-updates.panel-danger-full .panel-body .panel-title {
  font-weight: 700;
}
.panel-updates.panel-success-full .progress,
.panel-updates.panel-danger-full .progress {
  background-color: rgba(255, 255, 255, 0.3);
}
.panel-updates.panel-success-full .progress-bar,
.panel-updates.panel-danger-full .progress-bar {
  background-color: #fff;
}
.panel-updates.panel-success-full p,
.panel-updates.panel-danger-full p {
  color: #fff;
}
/***** MAIN PANEL *****/
.mainpanel {
     padding: 67px 6px 0;
    background: #EAE5E5;

}
@media (min-width: 992px) {
  .mainpanel {
    margin-left: 220px;
  }
}
@media (max-width: 991px) {
  .mainpanel {
    position: relative;
  }
}
.breadcrumb-quirk {
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.breadcrumb-quirk > li {
  font-size: 12px;
}
.breadcrumb-quirk > li > a {
  color: #545b68;
}
.breadcrumb-quirk > li > a:hover,
.breadcrumb-quirk > li > a:focus {
  color: #3d424c;
}
.breadcrumb-quirk > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #818da7;
  margin-right: 5px;
}
.breadcrumb-quirk > li i {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.breadcrumb-quirk > li.active {
  color: #464f63;
  font-weight: 500;
}
.contentpanel {
  padding: 15px;
  position: relative;
}
@media (max-width: 320px) {
  .contentpanel {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contentpanel:after {
  clear: both;
  display: block;
  content: '';
}
form .form-group:last-child {
  margin-bottom: 0;
}
/* Checkbox */
.ckbox,
.rdiobox {
  font-weight: normal;
  position: relative;
  /*/*display: block;*/
  line-height: 18px;
}
.ckbox span:before,
.ckbox span:after {
  line-height: 18px;
  position: absolute;
}
.ckbox span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: rgba(175, 175, 175, 0.42);
  border: 1px solid #2D549A;
  border-radius: 1px;
  top: 2px;
  left: 0;
}
.ckbox span:after {
  left: 2.5px;
  top: 0;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 9px;
  color: #696c74;
  display: none;
}
.ckbox input[type='checkbox'] {
  opacity: 0;
  margin: 0 5px 0 0;
}
.ckbox input[type='checkbox']:checked + span:before {
  border-color: #ccd1db;
}
.ckbox input[type='checkbox']:checked + span:after {
  display: block;
}
.ckbox input[type='checkbox'][disabled] + span,
.ckbox input[type='checkbox'][disabled] + span:before,
.ckbox input[type='checkbox'][disabled] + span:after {
  opacity: .75;
}
.ckbox-inline,
.rdiobox-inline {
  display: inline-block;
}
/* Checkbox color variant */
.ckbox-primary input[type='checkbox']:checked + span:before {
  background-color: #2574ab;
  border-color: #2574ab;
}
.ckbox-primary input[type='checkbox']:checked + span:after {
  color: #ffffff;
}
.ckbox-success input[type='checkbox']:checked + span:before {
  background-color: #259dab;
  border-color: #259dab;
}
.ckbox-success input[type='checkbox']:checked + span:after {
  color: #ffffff;
}
.ckbox-warning input[type='checkbox']:checked + span:before {
  background-color: #e6ad5c;
  border-color: #e6ad5c;
}
.ckbox-warning input[type='checkbox']:checked + span:after {
  color: #ffffff;
}
.ckbox-danger input[type='checkbox']:checked + span:before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.ckbox-danger input[type='checkbox']:checked + span:after {
  color: #ffffff;
}
.ckbox-info input[type='checkbox']:checked + span:before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.ckbox-info input[type='checkbox']:checked + span:after {
  color: #ffffff;
}
/* Radio Box */
.rdiobox span:before,
.rdiobox span:after {
  line-height: 18px;
  position: absolute;
}
.rdiobox span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #696c74;
  border-radius: 50px;
  top: 2px;
  left: 0;
}
.rdiobox span:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #696c74;
  border-radius: 50px;
  top: 5px;
  left: 3px;
  display: none;
}
.rdiobox input[type='radio'] {
  opacity: 0;
  margin: 0 5px 0 0;
}
.rdiobox input[type='radio']:checked + span:before {
  border-color: #666;
}
.rdiobox input[type='radio']:checked + span:after {
  display: block;
}
.rdiobox input[type='radio'][disabled] + span,
.rdiobox input[type='radio'][disabled] + span:before,
.rdiobox input[type='radio'][disabled] + span:after {
  opacity: .75;
}
/* Radio box color variant */
.rdiobox-primary input[type='radio']:checked + span:before {
  border-color: #2574ab;
}
.rdiobox-primary input[type='radio']:checked + span:after {
  background-color: #2574ab;
}
.rdiobox-success input[type='radio']:checked + span:before {
  border-color: #259dab;
}
.rdiobox-success input[type='radio']:checked + span:after {
  background-color: #259dab;
}
.rdiobox-warning input[type='radio']:checked + span:before {
  border-color: #e6ad5c;
}
.rdiobox-warning input[type='radio']:checked + span:after {
  background-color: #e6ad5c;
}
.rdiobox-danger input[type='radio']:checked + span:before {
  border-color: #d9534f;
}
.rdiobox-danger input[type='radio']:checked + span:after {
  background-color: #d9534f;
}
.rdiobox-info input[type='radio']:checked + span:before {
  border-color: #5bc0de;
}
.rdiobox-info input[type='radio']:checked + span:after {
  background-color: #5bc0de;
}
/* Inside input group */
.input-group-addon .ckbox,
.input-group-addon .rdiobox,
.input-group-addon .ckbox input,
.input-group-addon .rdiobox input {
  margin: 0;
}
/* Time Picker */
.timepicker {
  width: 100px;
}
/* Form Validation */
label.error {
  color: #d9534f;
  margin: 5px 0 0;
  display: block;
}
div.error {
  margin-bottom: 20px;
}
.form-control.error {
  border-color: #d9534f;
}
.form-horizontal .control-label.nopaddingtop {
  padding-top: 0;
}
/***** TEMPLATE BUTTONS *****/
.btn-quirk {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .5px;
}
.btn-stroke {
  background-color: transparent;
  border-width: 2px;
  padding: 9px 11px;
}
.btn-stroke:hover,
.btn-stroke:focus,
.btn-stroke.focus,
.btn-stroke:active,
.btn-stroke.active,
.open > .dropdown-toggle.btn-stroke {
  background-color: transparent;
}
.btn-stroke.btn-primary {
  border-color: #2574ab;
  color: #2574ab;
}
.btn-stroke.btn-primary:hover,
.btn-stroke.btn-primary:focus,
.btn-stroke.btn-primary.focus,
.btn-stroke.btn-primary:active,
.btn-stroke.btn-primary.active,
.open > .dropdown-toggle.btn-stroke.btn-primary {
  color: #1c5881;
  border-color: #1c5881;
}
.btn-stroke.btn-success {
  border-color: #259dab;
  color: #259dab;
}
.btn-stroke.btn-success:hover,
.btn-stroke.btn-success:focus,
.btn-stroke.btn-success.focus,
.btn-stroke.btn-success:active,
.btn-stroke.btn-success.active,
.open > .dropdown-toggle.btn-stroke.btn-success {
  color: #1c7781;
  border-color: #1c7781;
}
.btn-stroke.btn-warning {
  border-color: #e6ad5c;
  color: #e6ad5c;
}
.btn-stroke.btn-warning:hover,
.btn-stroke.btn-warning:focus,
.btn-stroke.btn-warning.focus,
.btn-stroke.btn-warning:active,
.btn-stroke.btn-warning.active,
.open > .dropdown-toggle.btn-stroke.btn-warning {
  color: #df9730;
  border-color: #df9730;
}
.btn-stroke.btn-danger {
  border-color: #d9534f;
  color: #d9534f;
}
.btn-stroke.btn-danger:hover,
.btn-stroke.btn-danger:focus,
.btn-stroke.btn-danger.focus,
.btn-stroke.btn-danger:active,
.btn-stroke.btn-danger.active,
.open > .dropdown-toggle.btn-stroke.btn-danger {
  color: #c9302c;
  border-color: #c9302c;
}
.btn-stroke.btn-info {
  border-color: #5bc0de;
  color: #5bc0de;
}
.btn-stroke.btn-info:hover,
.btn-stroke.btn-info:focus,
.btn-stroke.btn-info.focus,
.btn-stroke.btn-info:active,
.btn-stroke.btn-info.active,
.open > .dropdown-toggle.btn-stroke.btn-info {
  color: #31b0d5;
  border-color: #31b0d5;
}
.btn-stroke:active {
  background-color: transparent !important;
}
.btn-stroke-thin {
  border-width: 1px;
  font-weight: 600;
}
.btn-icon {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 100px;
}
.btn-icon.btn-stroke {
  padding: 0;
}
.btn-wide {
  min-width: 100px;
}
.btn-compose {
  display: block;
  margin: 0 15px;
}
.btn-default-active {
  color: #ffffff;
  background-color: #bdc3d1;
  border-color: transparent;
}
.btn-default-active:focus,
.btn-default-active.focus {
  color: #ffffff;
  background-color: #a8b0c2;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default-active:hover {
  color: #ffffff;
  background-color: #aeb6c6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default-active:active,
.btn-default-active.active,
.open > .dropdown-toggle.btn-default-active {
  color: #ffffff;
  background-color: #a8b0c2;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default-active:active:hover,
.btn-default-active.active:hover,
.open > .dropdown-toggle.btn-default-active:hover,
.btn-default-active:active:focus,
.btn-default-active.active:focus,
.open > .dropdown-toggle.btn-default-active:focus,
.btn-default-active:active.focus,
.btn-default-active.active.focus,
.open > .dropdown-toggle.btn-default-active.focus {
  color: #ffffff;
  background-color: #a8b0c2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default-active:active,
.btn-default-active.active,
.open > .dropdown-toggle.btn-default-active {
  background-image: none;
}
.btn-default-active.disabled,
.btn-default-active[disabled],
fieldset[disabled] .btn-default-active,
.btn-default-active.disabled:hover,
.btn-default-active[disabled]:hover,
fieldset[disabled] .btn-default-active:hover,
.btn-default-active.disabled:focus,
.btn-default-active[disabled]:focus,
fieldset[disabled] .btn-default-active:focus,
.btn-default-active.disabled.focus,
.btn-default-active[disabled].focus,
fieldset[disabled] .btn-default-active.focus,
.btn-default-active.disabled:active,
.btn-default-active[disabled]:active,
fieldset[disabled] .btn-default-active:active,
.btn-default-active.disabled.active,
.btn-default-active[disabled].active,
fieldset[disabled] .btn-default-active.active {
  background-color: #bdc3d1;
  border-color: transparent;
}
.btn-default-active .badge {
  color: #bdc3d1;
  background-color: #ffffff;
}
.btn-fb {
  color: #ffffff;
  background-color: #3a5795;
  border-color: transparent;
}
.btn-fb:focus,
.btn-fb.focus {
  color: #ffffff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-fb:hover {
  color: #ffffff;
  background-color: #334c83;
  border-color: rgba(0, 0, 0, 0);
}
.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-fb {
  color: #ffffff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-fb:active:hover,
.btn-fb.active:hover,
.open > .dropdown-toggle.btn-fb:hover,
.btn-fb:active:focus,
.btn-fb.active:focus,
.open > .dropdown-toggle.btn-fb:focus,
.btn-fb:active.focus,
.btn-fb.active.focus,
.open > .dropdown-toggle.btn-fb.focus {
  color: #ffffff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled,
.btn-fb[disabled],
fieldset[disabled] .btn-fb,
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled.focus,
.btn-fb[disabled].focus,
fieldset[disabled] .btn-fb.focus,
.btn-fb.disabled:active,
.btn-fb[disabled]:active,
fieldset[disabled] .btn-fb:active,
.btn-fb.disabled.active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb.active {
  background-color: #3a5795;
  border-color: transparent;
}
.btn-fb .badge {
  color: #3a5795;
  background-color: #ffffff;
}
/***** TABS & ACCORDIONS *****/
.tab-side-wrapper {
  background-color: #fff;
  position: relative;
  margin: 0 0 20px;
  min-height: 136px;
  border-radius: 2px;
}
.tab-side-wrapper .tab-left,
.tab-side-wrapper .tab-right {
  padding: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: #9fa8bc;
}
.tab-side-wrapper .tab-left {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.tab-side-wrapper .nav-stacked > li > a {
  border-radius: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
}
.tab-side-wrapper .nav-stacked > li > a:hover,
.tab-side-wrapper .nav-stacked > li > a:focus {
  color: #fff;
  background-color: #909bb1;
}
.tab-side-wrapper .nav-stacked > li:first-child > a {
  border-top-left-radius: 2px;
}
.tab-side-wrapper .nav-stacked > li:last-child > a {
  border-bottom-left-radius: 2px;
}
.tab-side-wrapper .nav-stacked > li.active > a,
.tab-side-wrapper .nav-stacked > li.active > a:hover,
.tab-side-wrapper .nav-stacked > li.active > a:focus {
  background-color: #fff;
  color: #657390;
}
.tab-side-wrapper .nav-stacked > li + li {
  margin: 0;
}
.tab-side-wrapper .tab-right {
  right: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.tab-side-wrapper .tab-right .nav-stacked > li:first-child > a {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
}
.tab-side-wrapper .tab-right .nav-stacked > li:last-child > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
}
.tab-side-wrapper .tab-main {
  padding: 0;
}
.tab-side-wrapper .tab-pane {
  background-color: transparent;
}
.nav-primary {
  background-color: #2574ab;
}
.nav-primary > li > a:hover,
.nav-primary > li > a:focus {
  background-color: #206696;
}
.nav-primary > li.active > a,
.nav-primary > li.active > a:hover,
.nav-primary > li.active > a:focus {
  color: #2574ab;
}
.nav-success {
  background-color: #259dab;
}
.nav-success > li > a:hover,
.nav-success > li > a:focus {
  background-color: #208a96;
}
.nav-success > li.active > a,
.nav-success > li.active > a:hover,
.nav-success > li.active > a:focus {
  color: #259dab;
}
.nav-warning {
  background-color: #e6ad5c;
}
.nav-warning > li > a:hover,
.nav-warning > li > a:focus {
  background-color: #e3a246;
}
.nav-warning > li.active > a,
.nav-warning > li.active > a:hover,
.nav-warning > li.active > a:focus {
  color: #e6ad5c;
}
.nav-danger {
  background-color: #d9534f;
}
.nav-danger > li > a:hover,
.nav-danger > li > a:focus {
  background-color: #d43f3a;
}
.nav-danger > li.active > a,
.nav-danger > li.active > a:hover,
.nav-danger > li.active > a:focus {
  color: #d9534f;
}
.nav-info {
  background-color: #5bc0de;
}
.nav-info > li > a:hover,
.nav-info > li > a:focus {
  background-color: #46b8da;
}
.nav-info > li.active > a,
.nav-info > li.active > a:hover,
.nav-info > li.active > a:focus {
  color: #5bc0de;
}
.nav-inverse {
  background-color: #3b4354;
}
.nav-inverse > li > a:hover,
.nav-inverse > li > a:focus {
  background-color: #313745;
}
.nav-inverse > li.active > a,
.nav-inverse > li.active > a:hover,
.nav-inverse > li.active > a:focus {
  color: #3b4354;
}
.nav-line {
  background-color: transparent;
  border-bottom: 1px solid #dbdfe6;
}
.nav-line > li > a {
  color: #657390;
  padding-top: 0;
  padding-bottom: 10px;
}
.nav-line > li > a:hover,
.nav-line > li > a:focus {
  background-color: transparent;
  color: #262b36;
}
@media (max-width: 480px) {
  .nav-line > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:focus {
  color: #259dab;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #259dab;
  box-shadow: 0 1px 0 #259dab;
}
.nav-line + .tab-content > .tab-pane {
  padding: 20px 0 0;
  background-color: transparent;
}
.nav-line.nav-justified {
  border-bottom: 1px solid #dbdfe6;
}
@media (max-width: 480px) {
  .nav-line.nav-justified {
    border-bottom: 0;
  }
}
/***** GRAPHS & CHARTS *****/
.tooltipflot {
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
}
.jqstooltip {
  min-height: 25px;
  border: 0;
  min-width: 30px;
  height: auto !important;
  width: auto !important;
}
.panel-morris .body-chart {
  height: 300px;
}
.panel-morris .body-chart > svg {
  width: 100% !important;
}
.tinystat {
  display: inline-block;
}
.tinystat .chart {
  margin-right: 5px;
}
.tinystat .chart,
.tinystat .datainfo {
  display: inline-block;
  vertical-align: middle;
}
.tinystat .text-muted {
  text-transform: uppercase;
  font-size: 10px;
}
.tinystat h4 {
  margin: 0;
  color: #262b36;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
}
/***** PANELS & WIDGETS *****/
.panel-options {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
  margin: 0;
}
.panel-options > li {
  display: block;
  float: left;
  list-style: none;
  margin-top:-6px;
}
.panel-options > li > a {
  color: #bdc3d1;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.panel-options > li > a > i {
  display: inline-block;
  vertical-align: middle;
}
.panel-options > li > a > i.fa-refresh {
  font-size: 11px;
}
.panel-options > li > a > i.fa-remove {
  font-size: 13px;
}
.panel-options > li > a:hover,
.panel-options > li > a:focus {
  cursor: pointer;
  color: #818da7;
}
.panel-options > li + li {
  margin-left: 5px;
}
.panel-inverse {
  border-color: transparent;
}
.panel-inverse > .panel-heading {
  color: #ffffff;
  background-color: #505b72;
  border-color: transparent;
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-inverse > .panel-heading .badge {
  color: #505b72;
  background-color: #ffffff;
}
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-default .panel-options > li > a,
.panel-primary .panel-options > li > a,
.panel-success .panel-options > li > a,
.panel-warning .panel-options > li > a,
.panel-danger .panel-options > li > a,
.panel-info .panel-options > li > a,
.panel-inverse .panel-options > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.panel-default .panel-options > li > a:hover,
.panel-primary .panel-options > li > a:hover,
.panel-success .panel-options > li > a:hover,
.panel-warning .panel-options > li > a:hover,
.panel-danger .panel-options > li > a:hover,
.panel-info .panel-options > li > a:hover,
.panel-inverse .panel-options > li > a:hover,
.panel-default .panel-options > li > a:focus,
.panel-primary .panel-options > li > a:focus,
.panel-success .panel-options > li > a:focus,
.panel-warning .panel-options > li > a:focus,
.panel-danger .panel-options > li > a:focus,
.panel-info .panel-options > li > a:focus,
.panel-inverse .panel-options > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.panel-primary-full {
  background-color: #2574ab;
  color: rgba(255, 255, 255, 0.8);
}
.panel-primary-full .panel-options > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-primary-full .panel-options > li > a:hover,
.panel-primary-full .panel-options > li > a:focus {
  color: #fff;
}
.panel-primary-full .panel-heading {
  background-color: transparent;
}
.panel-primary-full .panel-heading .panel-title {
  color: #fff;
}
.panel-primary-full .form-control {
  border-color: transparent;
}
.panel-primary-full .panel-body .panel-title,
.panel-primary-full .panel-body h1,
.panel-primary-full .panel-body h2,
.panel-primary-full .panel-body h3,
.panel-primary-full .panel-body h4,
.panel-primary-full .panel-body h5,
.panel-primary-full .panel-body h6 {
  color: #fff;
  font-weight: 500;
}
.panel-primary-full .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-primary-full .panel-body a:hover,
.panel-primary-full .panel-body a:focus {
  color: #fff;
}
.panel-primary-full .panel-footer {
  padding-top: 0;
  background-color: transparent;
}
.panel-success-full {
  background-color: #259dab;
  color: rgba(255, 255, 255, 0.8);
}
.panel-success-full .panel-options > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-success-full .panel-options > li > a:hover,
.panel-success-full .panel-options > li > a:focus {
  color: #fff;
}
.panel-success-full .panel-heading {
  background-color: transparent;
}
.panel-success-full .panel-heading .panel-title {
  color: #fff;
}
.panel-success-full .form-control {
  border-color: transparent;
}
.panel-success-full .panel-body .panel-title,
.panel-success-full .panel-body h1,
.panel-success-full .panel-body h2,
.panel-success-full .panel-body h3,
.panel-success-full .panel-body h4,
.panel-success-full .panel-body h5,
.panel-success-full .panel-body h6 {
  color: #fff;
  font-weight: 500;
}
.panel-success-full .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-success-full .panel-body a:hover,
.panel-success-full .panel-body a:focus {
  color: #fff;
}
.panel-success-full .panel-footer {
  padding-top: 0;
  background-color: transparent;
}
.panel-warning-full {
  background-color: #e6ad5c;
  color: rgba(255, 255, 255, 0.8);
}
.panel-warning-full .panel-options > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-warning-full .panel-options > li > a:hover,
.panel-warning-full .panel-options > li > a:focus {
  color: #fff;
}
.panel-warning-full .panel-heading {
  background-color: transparent;
}
.panel-warning-full .panel-heading .panel-title {
  color: #fff;
}
.panel-warning-full .form-control {
  border-color: transparent;
}
.panel-warning-full .panel-body .panel-title,
.panel-warning-full .panel-body h1,
.panel-warning-full .panel-body h2,
.panel-warning-full .panel-body h3,
.panel-warning-full .panel-body h4,
.panel-warning-full .panel-body h5,
.panel-warning-full .panel-body h6 {
  color: #fff;
  font-weight: 500;
}
.panel-warning-full .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-warning-full .panel-body a:hover,
.panel-warning-full .panel-body a:focus {
  color: #fff;
}
.panel-warning-full .panel-footer {
  padding-top: 0;
  background-color: transparent;
}
.panel-danger-full {
  background-color: #d9534f;
  color: rgba(255, 255, 255, 0.8);
}
.panel-danger-full .panel-options > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-danger-full .panel-options > li > a:hover,
.panel-danger-full .panel-options > li > a:focus {
  color: #fff;
}
.panel-danger-full .panel-heading {
  background-color: transparent;
}
.panel-danger-full .panel-heading .panel-title {
  color: #fff;
}
.panel-danger-full .form-control {
  border-color: transparent;
}
.panel-danger-full .panel-body .panel-title,
.panel-danger-full .panel-body h1,
.panel-danger-full .panel-body h2,
.panel-danger-full .panel-body h3,
.panel-danger-full .panel-body h4,
.panel-danger-full .panel-body h5,
.panel-danger-full .panel-body h6 {
  color: #fff;
  font-weight: 500;
}
.panel-danger-full .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-danger-full .panel-body a:hover,
.panel-danger-full .panel-body a:focus {
  color: #fff;
}
.panel-danger-full .panel-footer {
  padding-top: 0;
  background-color: transparent;
}
.panel-info-full {
  background-color: #5bc0de;
  color: rgba(255, 255, 255, 0.8);
}
.panel-info-full .panel-options > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-info-full .panel-options > li > a:hover,
.panel-info-full .panel-options > li > a:focus {
  color: #fff;
}
.panel-info-full .panel-heading {
  background-color: transparent;
}
.panel-info-full .panel-heading .panel-title {
  color: #fff;
}
.panel-info-full .form-control {
  border-color: transparent;
}
.panel-info-full .panel-body .panel-title,
.panel-info-full .panel-body h1,
.panel-info-full .panel-body h2,
.panel-info-full .panel-body h3,
.panel-info-full .panel-body h4,
.panel-info-full .panel-body h5,
.panel-info-full .panel-body h6 {
  color: #fff;
  font-weight: 500;
}
.panel-info-full .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-info-full .panel-body a:hover,
.panel-info-full .panel-body a:focus {
  color: #fff;
}
.panel-info-full .panel-footer {
  padding-top: 0;
  background-color: transparent;
}
.panel-inverse-full {
  background-color: #262b36;
  color: rgba(255, 255, 255, 0.8);
}
.panel-inverse-full .panel-options > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-inverse-full .panel-options > li > a:hover,
.panel-inverse-full .panel-options > li > a:focus {
  color: #fff;
}
.panel-inverse-full .panel-heading {
  background-color: transparent;
}
.panel-inverse-full .panel-heading .panel-title {
  color: #fff;
}
.panel-inverse-full .form-control {
  border-color: transparent;
}
.panel-inverse-full .panel-body .panel-title,
.panel-inverse-full .panel-body h1,
.panel-inverse-full .panel-body h2,
.panel-inverse-full .panel-body h3,
.panel-inverse-full .panel-body h4,
.panel-inverse-full .panel-body h5,
.panel-inverse-full .panel-body h6 {
  color: #fff;
  font-weight: 500;
}
.panel-inverse-full .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-inverse-full .panel-body a:hover,
.panel-inverse-full .panel-body a:focus {
  color: #fff;
}
.panel-inverse-full .panel-footer {
  padding-top: 0;
  background-color: transparent;
}
.or {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.or:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 8px;
  right: 0;
}
.or:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 8px;
  left: 0;
}
.bg-white {
  background-color: #fff;
}
.page-title {
  font-weight: 400;
  margin: 0 0 20px;
  line-height: normal;
  color: #262b36;
  padding: 15px 0 17px;
  border-top: 1px solid #c3c9d5;
  border-bottom: 1px solid #c3c9d5;
}
.well.primary,
.well.success,
.well.warning,
.well.danger,
.well.info,
.well.inverse {
  color: rgba(255, 255, 255, 0.8);
}
.well.primary h1,
.well.success h1,
.well.warning h1,
.well.danger h1,
.well.info h1,
.well.inverse h1,
.well.primary h2,
.well.success h2,
.well.warning h2,
.well.danger h2,
.well.info h2,
.well.inverse h2,
.well.primary h3,
.well.success h3,
.well.warning h3,
.well.danger h3,
.well.info h3,
.well.inverse h3,
.well.primary h4,
.well.success h4,
.well.warning h4,
.well.danger h4,
.well.info h4,
.well.inverse h4,
.well.primary h5,
.well.success h5,
.well.warning h5,
.well.danger h5,
.well.info h5,
.well.inverse h5,
.well.primary h6,
.well.success h6,
.well.warning h6,
.well.danger h6,
.well.info h6,
.well.inverse h6 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}
.well.primary p:last-child,
.well.success p:last-child,
.well.warning p:last-child,
.well.danger p:last-child,
.well.info p:last-child,
.well.inverse p:last-child {
  margin-bottom: 0;
}
.well.primary {
  background-color: #2574ab;
}
.well.success {
  background-color: #259dab;
}
.well.warning {
  background-color: #e6ad5c;
}
.well.danger {
  background-color: #d9534f;
}
.well.info {
  background-color: #5bc0de;
}
.well.inverse {
  background-color: #262b36;
}
.email-options {
  position: fixed;
  top: 64px;
  left: 0;
  width: 360px;
  padding: 12px 15px;
  background-color: #bac1ce;
}
@media (min-width: 992px) {
  .email-options {
    left: 220px;
  }
}
@media (max-width: 768px) {
  .email-options {
    width: 320px;
  }
}
@media (max-width: 640px) {
  .email-options {
    position: relative;
    width: auto;
    top: 0;
  }
}
.email-options .settings {
  position: absolute;
  top: 6px;
  right: 5px;
}
.email-options .settings > a {
  color: #5d616d;
  font-size: 14px;
  padding: 2px 6px 6px;
  display: block;
  float: left;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.email-options .settings > a:hover,
.email-options .settings > a:focus {
  background-color: #9da7b8;
  color: #505b72;
}
.email-options .settings > a > i {
  width: 16px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.email-options .settings:hover,
.email-options .settings:focus {
  color: #262b36;
}
.markstar {
  cursor: pointer;
  font-size: 16px;
  color: #9fa8bc;
}
.markstar.starred {
  color: #e6ad5c;
}
.emailcontent {
  position: fixed;
  top: 64px;
  left: 0;
  bottom: 0;
  width: 360px;
  margin-top: 42px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .emailcontent {
    left: 220px;
  }
}
@media (max-width: 768px) {
  .emailcontent {
    width: 320px;
  }
}
@media (max-width: 640px) {
  .emailcontent {
    position: relative;
    width: auto;
    margin-top: 0;
    top: 0;
  }
}
.emailcontent .list-left {
  float: left;
}
.emailcontent .list-left .markstar {
  display: block;
  margin-top: 5px;
}
.emailcontent .list-left .attachment {
  display: block;
  font-size: 14px;
  color: #9fa8bc;
}
.emailcontent .ckbox {
  display: inline-block;
  margin-bottom: 0;
}
.emailcontent .ckbox span:before {
  border: 0;
}
.emailcontent .list-group .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  border-color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.emailcontent .list-group .list-group-item:hover,
.emailcontent .list-group .list-group-item:focus {
  cursor: pointer;
  background-color: #e4e7ec;
}
.emailcontent .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.emailcontent .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.emailcontent .list-group .list-group-item .media {
  margin-top: 0;
  padding-left: 10px;
}
.emailcontent .list-group .list-group-item .media .media-left {
  padding-right: 10px;
}
.emailcontent .list-group .list-group-item .media .media-object {
  width: 32px;
}
.emailcontent .list-group .list-group-item .media .media-body h5:not(.media-heading) {
  margin: 0;
  color: #3b4354;
  font-size: 13px;
  font-weight: 500;
}
.emailcontent .list-group .list-group-item .media .media-body h5.media-heading {
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 12px;
  color: #505b72;
}
.emailcontent .list-group .list-group-item .media .media-body span {
  font-size: 11px;
  color: #909bb1;
  margin-top: -2px;
}
.emailcontent .list-group .list-group-item .media p {
  margin: 8px 0 0;
  color: #505b72;
  font-size: 12px;
}
.emailcontent .list-group .list-group-item.unread {
  background-color: #fcfcfd;
}
.emailcontent .list-group .list-group-item.unread .ckbox span:before {
  border: 1px solid #d8dce3;
}
.emailcontent .list-group .list-group-item.unread + .unread {
  border-color: #eaecf0;
}
.emailcontent .list-group .list-group-item.active {
  background-color: #d8f3f7;
}
.emailcontent .list-group .list-group-item.active .media-body h5 {
  color: #fff;
}
.emailcontent .list-group .list-group-item.selected {
  background-color: #85dae4;
}
.emailcontent .list-group .list-group-item.selected.active .ckbox span:before {
  border: 0;
}
.nomail {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  color: #bdc3d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 992px) {
  .nomail {
    font-size: 18px;
  }
}
.contentpanel.emailpanel {
  background-color: #fff;
  position: fixed;
  top: 64px;
  left: 360px;
  bottom: 0;
  right: 0;
  overflow: auto;
}
@media (min-width: 992px) {
  .contentpanel.emailpanel {
    left: 580px;
  }
}
@media (max-width: 768px) {
  .contentpanel.emailpanel {
    left: 320px;
  }
}
@media (max-width: 640px) {
  .contentpanel.emailpanel {
    position: relative;
    display: none;
  }
}
.email-header .media {
  margin-top: 0;
}
.email-header .media .media-left {
  padding-right: 10px;
}
.email-header .media .media-object {
  width: 36px;
}
.email-header .media .media-heading {
  font-size: 14px;
}
@media (max-width: 992px) {
  .email-header .pull-right {
    width: 100%;
    float: none !important;
    border-bottom: 1px solid #dbdfe6;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .email-header .media {
    width: 100%;
  }
}
.email-subject {
  font-weight: normal;
  margin-bottom: 20px;
}
.email-subject .markstar {
  margin-left: 5px;
  font-size: 16px;
}
.email-subject .markstar > i {
  vertical-align: top;
  margin-top: 2px;
}
.list-attachments {
  margin-top: 10px;
}
.list-attachments > li i {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-right: 5px;
}
.list-attachments > li + li {
  margin-top: 8px;
}
.email-editor .note-editor {
  border-color: transparent;
}
.email-editor .note-editor .note-toolbar {
  background-color: transparent;
  padding-bottom: 15px;
  border-bottom-color: transparent;
}
.email-editor .note-editor .note-toolbar > .btn-group:first-child {
  margin-left: 0;
}
.email-editor .note-editor .note-editable {
  border: 1px solid #bdc3d1;
}
.email-editor .note-editor .note-statusbar {
  background-color: transparent;
}
.email-editor .note-editor .note-statusbar .note-resizebar {
  border-top: 0;
}
.table > thead > tr > td,
.table > thead > tr > th {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table > .success > tr > th,
.table > .success > tr > td {
  background-color: #505b72;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.table > .success > tr:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.table > .success > tr:first-child > th:first-child,
.table > .success > tr:first-child > td:first-child {
  border-top-left-radius: 0;
}
.table > .success > tr:first-child > th:last-child,
.table > .success > tr:first-child > td:last-child {
  border-top-right-radius: 0;
}
.table-options {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.table-options > li {
  display: inline-block;
  margin-left: 5px;
}
.table-options > li:first-child {
  margin-left: 0;
}
.table-options > li > a {
  color: #9fa8bc;
  font-size: 14px;
  line-height: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.table-options > li > a > i {
  line-height: 0;
}
.table-options > li > a:hover,
.table-options > li > a:focus {
  color: #657390;
}
.table-striped-col > thead > tr th:nth-of-type(even),
.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-striped-col > thead > tr td:nth-of-type(even),
.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #e4e7ec;
}
.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #f6f7f8;
}
.table-primary {
  background-color: #e9f3fa;
}
.table-primary > thead > tr > th,
.table-primary > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #2574ab;
  color: #fff;
}
.table-primary > tbody > tr > th,
.table-primary > tbody > tr > td {
  color: rgba(19, 59, 87, 0.8);
}
.table-primary > tbody > tr.info > th,
.table-primary > tbody > tr.info > td {
  background-color: #d0e6f5;
}
.table-primary.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d8eaf7;
}
.table-primary.table-hover > tbody > tr:hover {
  background-color: #d0e6f5;
}
.table-primary.table-hover > tbody > tr.info:hover > th,
.table-primary.table-hover > tbody > tr.info:hover > td {
  background-color: #c8e1f3;
}
.table-primary.table-striped-col > thead > tr th:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-primary.table-striped-col > thead > tr td:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #226b9e;
}
.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #d8eaf7;
}
.table-success {
  background-color: #e9f8fa;
}
.table-success > thead > tr > th,
.table-success > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #259dab;
  color: #fff;
}
.table-success > tbody > tr > th,
.table-success > tbody > tr > td {
  color: rgba(19, 80, 87, 0.8);
}
.table-success > tbody > tr.info > th,
.table-success > tbody > tr.info > td {
  background-color: #d0f1f5;
}
.table-success.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d8f3f7;
}
.table-success.table-hover > tbody > tr:hover {
  background-color: #d0f1f5;
}
.table-success.table-hover > tbody > tr.info:hover > th,
.table-success.table-hover > tbody > tr.info:hover > td {
  background-color: #c8eef3;
}
.table-success.table-striped-col > thead > tr th:nth-of-type(even),
.table-success.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-success.table-striped-col > thead > tr td:nth-of-type(even),
.table-success.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #22919e;
}
.table-success.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-success.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #d8f3f7;
}
.table-warning {
  background-color: #fdf9f2;
}
.table-warning > thead > tr > th,
.table-warning > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #bf7c1d;
  color: #fff;
}
.table-warning > tbody > tr > th,
.table-warning > tbody > tr > td {
  color: black;
}
.table-warning > tbody > tr.info > th,
.table-warning > tbody > tr.info > td {
  background-color: #f9ebd8;
}
.table-warning.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #faf0e1;
}
.table-warning.table-hover > tbody > tr:hover {
  background-color: #f9ebd8;
}
.table-warning.table-hover > tbody > tr.info:hover > th,
.table-warning.table-hover > tbody > tr.info:hover > td {
  background-color: #f8e7cf;
}
.table-warning.table-striped-col > thead > tr th:nth-of-type(even),
.table-warning.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-warning.table-striped-col > thead > tr td:nth-of-type(even),
.table-warning.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #b1731b;
}
.table-warning.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-warning.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #faf0e1;
}
.table-danger {
  background-color: #fcf3f3;
}
.table-danger > thead > tr > th,
.table-danger > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #b52b27;
  color: #fff;
}
.table-danger > tbody > tr > th,
.table-danger > tbody > tr > td {
  color: rgba(97, 23, 21, 0.8);
}
.table-danger > tbody > tr.info > th,
.table-danger > tbody > tr.info > td {
  background-color: #f7dad9;
}
.table-danger.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9e2e2;
}
.table-danger.table-hover > tbody > tr:hover {
  background-color: #f7dad9;
}
.table-danger.table-hover > tbody > tr.info:hover > th,
.table-danger.table-hover > tbody > tr.info:hover > td {
  background-color: #f5d2d1;
}
.table-danger.table-striped-col > thead > tr th:nth-of-type(even),
.table-danger.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-danger.table-striped-col > thead > tr td:nth-of-type(even),
.table-danger.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #a82824;
}
.table-danger.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-danger.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #f9e2e2;
}
.table-inverse {
  background-color: #e7e9ee;
}
.table-inverse > thead > tr > th,
.table-inverse > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #505b72;
  color: #fff;
}
.table-inverse > tbody > tr > th,
.table-inverse > tbody > tr > td {
  color: rgba(38, 43, 54, 0.8);
}
.table-inverse > tbody > tr.info > th,
.table-inverse > tbody > tr.info > td {
  background-color: #d5d9e2;
}
.table-inverse.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #dbdfe6;
}
.table-inverse.table-hover > tbody > tr:hover {
  background-color: #d5d9e2;
}
.table-inverse.table-hover > tbody > tr.info:hover > th,
.table-inverse.table-hover > tbody > tr.info:hover > td {
  background-color: #cfd4dd;
}
.table-inverse.table-striped-col > thead > tr th:nth-of-type(even),
.table-inverse.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-inverse.table-striped-col > thead > tr td:nth-of-type(even),
.table-inverse.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #4a5469;
}
.table-inverse.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-inverse.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #dbdfe6;
}
.map-wrapper {
  background-color: #c9cfd8;
  border-radius: 2px;
  height: 300px;
}
.panel-map-location .map-wrapper {
  height: 250px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-map-location strong {
  display: block;
  font-size: 16px;
  color: #3b4354;
}
.panel-map-location .media {
  margin-bottom: 20px;
}
.panel-map-location .media address {
  margin: 0;
}
.panel-map-location .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.panel-map-location .btn-group > .btn > i {
  line-height: normal;
}
.panel-map-sidebar .row {
  margin: 0;
}
.panel-map-sidebar .map-sidebar {
  padding-left: 0;
  padding-right: 0;
}
.panel-map-sidebar .main {
  padding: 10px 0 10px 10px;
}
.panel-map-sidebar form {
  margin-top: 15px;
}
.panel-map-sidebar form .control-label {
  display: block;
}
.panel-map-sidebar form .form-group {
  margin-bottom: 15px;
}
.panel-map-sidebar .btn-group > .btn {
  min-height: 38px;
}
.panel-map-sidebar .map-wrapper {
  height: 408px;
}
/********** PAGES **********/
/***** ASSET MANAGER *****/
.well-asset-options {
  background-color: #505b72;
}
@media (max-width: 360px) {
  .well-asset-options {
    display: none;
  }
}
.well-asset-options .btn-toolbar {
  margin: 0;
}
@media (max-width: 1024px) {
  .well-asset-options .btn-toolbar {
    float: none !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .well-asset-options .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-toolbar-media-manager {
  margin-bottom: 20px;
}
.btn-toolbar-media-manager .btn {
  border-color: transparent;
}
.btn-toolbar-media-manager .btn:hover,
.btn-toolbar-media-manager .btn:focus {
  border-color: transparent;
}
.btn-toolbar-media-manager .btn > i {
  font-size: 14px;
  vertical-align: baseline;
  line-height: 0;
  margin-right: 5px;
}
.btn-toolbar-media-manager .btn + .btn {
  margin-left: 1px;
}
.filemanager .thmb {
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.filemanager .thmb:after {
  clear: both;
  display: block;
  content: '';
}
.filemanager .ckbox {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}
.filemanager .ckbox span:before {
  border: 0;
}
.filemanager .fm-group {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.filemanager .fm-toggle {
  padding: 1px 4px;
  line-height: normal;
  background-color: #fff;
  border-radius: 2px;
  border: 0;
}
.filemanager .fm-toggle:hover,
.filemanager .fm-toggle:focus,
.filemanager .fm-toggle:active {
  background-color: #fff !important;
}
.filemanager .fm-menu {
  border-color: #dbdfe6;
  min-width: 120px;
}
.filemanager .fm-menu a {
  color: #696c74;
}
.filemanager .fm-menu i {
  margin-right: 7px;
  width: 16px;
  font-size: 14px;
}
.filemanager .thmb-prev {
  background-color: #eee;
  overflow: hidden;
}
.filemanager .thmb-prev a {
  display: block;
}
.filemanager .fm-title {
  margin-bottom: 2px;
  font-weight: 500;
}
.filemanager .fm-title a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: block;
}
.fm-sidebar {
  padding-left: 10px;
}
.fm-sidebar .panel-title a {
  color: #9fa8bc;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: normal;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.fm-sidebar .panel-title a:hover {
  text-decoration: none;
  color: #818da7;
}
.fm-sidebar .tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fm-sidebar .tag-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.fm-sidebar .tag-list li a {
  display: block;
  padding: 2px 7px;
  font-size: 11px;
  background-color: #fcfcfc;
  border-radius: 2px;
  color: #666;
}
.fm-sidebar .tag-list li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2574ab;
}
.folder-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.folder-list li {
  display: block;
  border-bottom: 1px solid #eaecf0;
}
.folder-list li a {
  display: block;
  padding: 9px 0 10px;
  color: #657390;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.folder-list li a:hover {
  color: #262b36;
  text-decoration: none;
}
.folder-list li i {
  margin-right: 10px;
  width: 16px;
  font-size: 14px;
}
.folder-list li:first-child > a {
  padding-top: 0;
}
.folder-list li:last-child {
  border-bottom: 0;
}
.folder-list li:last-child > a {
  padding-bottom: 0;
}
/****** PEOPLE DIRECTORY ******/
.people-list .people-options {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #464f63;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .people-list .people-options .btn-toolbar {
    display: none;
  }
}
.people-list .people-options .btn-toolbar .btn {
  font-size: 11px;
}
.people-list .people-options .btn-toolbar .btn.btn-danger {
  color: rgba(255, 255, 255, 0.9);
}
.people-list .people-options .btn-toolbar .btn > i {
  font-size: 14px;
}
.people-list .people-options .btn-default {
  border-color: transparent;
}
.people-list .people-options .btn-default:hover,
.people-list .people-options .btn-default:focus {
  border-color: transparent;
}
.people-list .people-count {
  padding-top: 10px;
  font-weight: 400;
  color: #9fa8bc;
}
.people-list .people-count > strong {
  font-weight: 500;
  color: #dbdfe6;
  margin: 0 3px;
}
.people-list .people-pager {
  margin-left: 15px;
}
.people-list .people-pager > .btn {
  font-size: 14px;
  margin-left: 1px;
  line-height: 17px;
  border-color: transparent;
}
.people-list .people-pager > .btn:first-child {
  margin-left: 0;
}
.people-list .people-pager > .btn:hover,
.people-list .people-pager > .btn:focus {
  border-color: transparent;
}
/***** TIMELINE *****/
.timeline-wrapper {
  margin-left: 123px;
  position: relative;
  border-left: 2px solid #657390;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .timeline-wrapper {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.timeline-wrapper .timeline-date {
  position: relative;
  background-color: #657390;
  width: 250px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 2px;
  margin-bottom: 40px;
  margin-left: -165px;
}
@media (max-width: 640px) {
  .timeline-wrapper .timeline-date {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.timeline-wrapper .timeline-date > a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.timeline-wrapper .timeline-date > a:hover,
.timeline-wrapper .timeline-date > a:focus {
  color: #fff;
}
.timeline-wrapper .panel-post-item {
  position: relative;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item {
    margin-bottom: 0;
    margin-top: 70px;
  }
}
.timeline-wrapper .panel-post-item:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #657390;
  position: absolute;
  top: 15px;
  left: -62px;
  background-color: #d8dce3;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item:before {
    top: -55px;
    left: 0;
  }
}
.timeline-wrapper .panel-post-item .panel-heading:before {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  display: inline-block;
  left: -8px;
  position: absolute;
  top: 27px;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item .panel-heading:before {
    display: none;
  }
}
.timeline-wrapper .panel-post-item:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: -48px;
  font-size: 14px;
  color: #657390;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item:after {
    left: 13px;
  }
}
.timeline-wrapper .panel-post-item.status:after {
  content: '\f040';
  top: 25px;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item.status:after {
    top: -45px;
  }
}
.timeline-wrapper .panel-post-item.commented:after {
  content: '\f075';
  top: 24px;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item.commented:after {
    top: -46px;
  }
}
.timeline-wrapper .panel-post-item.pictures:after {
  content: '\f03e';
  top: 25px;
  left: -50px;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item.pictures:after {
    left: 12px;
    top: -45px;
  }
}
.timeline-wrapper .panel-post-item.twitter:after {
  content: '\f099';
  top: 25px;
  left: -49px;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item.twitter:after {
    left: 13px;
    top: -45px;
  }
}
.timeline-wrapper .panel-post-item .media-time {
  position: absolute;
  top: 20px;
  left: -225px;
  font-size: 22px;
  letter-spacing: normal;
  text-align: right;
  font-weight: 400;
  color: #505b72;
  width: 150px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .timeline-wrapper .panel-post-item .media-time {
    left: 0;
    top: -50px;
  }
}
/***** PROFILE *****/
.profile-wrapper {
  margin: 0;
  display: table;
  width: 100%;
}
@media (max-width: 1024px) {
  .profile-wrapper {
    display: block;
    width: auto;
  }
}
.profile-wrapper .profile-left,
.profile-wrapper .profile-right,
.profile-wrapper .profile-sidebar {
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-left,
  .profile-wrapper .profile-right,
  .profile-wrapper .profile-sidebar {
    display: block;
  }
}
.profile-wrapper .profile-left {
  background-color: #464f63;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
@media (max-width: 1024px) {
  .profile-wrapper .profile-left {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .profile-wrapper .profile-left {
    display: table;
    width: 100%;
  }
  .profile-wrapper .profile-left .profile-left-heading,
  .profile-wrapper .profile-left .profile-left-body {
    display: table-cell;
    vertical-align: top;
  }
  .profile-wrapper .profile-left .profile-left-heading {
    width: 40%;
  }
  .profile-wrapper .profile-left .profile-left-body {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .profile-wrapper .profile-left .profile-left-heading,
  .profile-wrapper .profile-left .profile-left-body {
    display: block;
    width: auto;
  }
}
.profile-wrapper .profile-right {
  background-color: #fff;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
@media (max-width: 1024px) {
  .profile-wrapper .profile-right {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .profile-wrapper .profile-right {
    width: 100%;
    margin-top: 20px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
}
.profile-wrapper .profile-right .profile-right-body {
  background-color: transparent;
  padding: 20px;
}
.profile-wrapper .profile-right .profile-right-body .panel {
  border-bottom: 1px solid #dbdfe6;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.profile-wrapper .profile-right .profile-right-body .panel-heading {
  padding: 0 0 15px;
}
.profile-wrapper .profile-right .profile-right-body .panel-body {
  padding: 0 0 15px;
  line-height: 18px;
}
.profile-wrapper .profile-right .profile-right-body .panel-footer {
  padding: 0;
  background-color: transparent;
}
.profile-wrapper .profile-right .profile-right-body .form-group {
  margin: 15px 0 0;
}
.profile-wrapper .profile-right .profile-right-body .form-control {
  border-color: #bdc3d1;
  padding-left: 12px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.profile-wrapper .profile-sidebar {
  padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .profile-wrapper .profile-sidebar {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
    padding-left: 0;
  }
  .profile-wrapper .profile-sidebar .row > div {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .profile-wrapper .profile-sidebar {
    padding-left: 0;
    margin-top: 20px;
  }
}
/***** NOT FOUND PANEL *****/
.notfoundpanel {
  width: 720px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media (max-width: 640px) {
  .notfoundpanel {
    width: auto;
    position: static;
    transform: none;
    padding: 20px;
  }
}
.notfoundpanel h1 {
  font-size: 200px;
  font-weight: 700;
  line-height: 160px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b4354;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .notfoundpanel h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
.notfoundpanel h3 {
  margin-top: 0;
  font-weight: 300;
  font-size: 30px;
  color: #505b72;
}
@media (max-width: 640px) {
  .notfoundpanel h3 {
    font-size: 24px;
  }
}
.notfoundpanel h4 {
  margin: 30px 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #5b6781;
  letter-spacing: .3px;
}
.notfoundpanel form {
  width: 350px;
  margin: auto;
}
@media (max-width: 360px) {
  .notfoundpanel form {
    width: 280px;
  }
}
.notfoundpanel .list-inline {
  text-align: left;
}
@media (max-width: 560px) {
  .notfoundpanel .list-inline > li:last-child {
    display: block;
    float: none !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  .notfoundpanel .list-inline > li {
    display: block;
    float: none;
  }
  .notfoundpanel .list-inline > li + li {
    margin-top: 5px;
  }
}
/***** SIGN IN/UP *****/
.signwrapper {
  background-image: url(../images/photos/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  .signwrapper {
    background-image: none;
    background-color: rgba(38, 43, 54, 0.9);
  }
}
.signwrapper .input-group > .input-group-addon {
  background-color: #fff;
  border-color: transparent;
  padding-right: 0;
}
.signwrapper .input-group > .input-group-addon > i {
  color: #262b36;
}
.signwrapper .form-control {
  border-color: transparent;
  background-color: #fff;
}
.signwrapper .panel-heading {
  padding-top: 10px;
}
.signwrapper .panel-body {
  padding-bottom: 0;
}
.signwrapper .panel-title {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  text-transform: none;
  font-weight: 200;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .7px;
}
.signwrapper .select2-dropdown {
  z-index: 400;
  border-color: transparent;
}
.signwrapper .select2-container--default .select2-selection--single {
  border-color: transparent;
}
.signwrapper .btn-sign {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.signwrapper .btn-sign:hover,
.signwrapper .btn-sign:focus {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.sign-overlay {
  background-image: url(../images/dot.png);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
}
@media (max-width: 767px) {
  .sign-overlay {
    display: none;
  }
}
.signpanel {
 
  background-image: -webkit-linear-gradient(left, transparent 0%, #1b1f27 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #1b1f27 100%);
  background-image: linear-gradient(to right, transparent 0%, #1b1f27 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff1b1f27', GradientType=1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  opacity: .75;
}
