@import url("https://fonts.googleapis.com/css?family=Lato:300,700");
/*
* Author: Łukasz Holeczek
* Template: Genius Dashboard - Bootstrap Admin Template
* Version: 1.0.4
* Bootstrap version: 3.1.1
* Prototyped with: http://brix.io
* Copyright 2014 creativeLabs
* www: http://bootstrapmaster.com
* mail: lukasz@bootstrapmaster.com
* You can buy this theme on WrapBootstrap: https://wrapbootstrap.com/theme/genius-bootstrap-admin-template-WB0JM6RMD
* You can find our other themes on: https://bootstrapmaster.com
*/
/*
SyncManger variables
*/
#feed ul,
#filter:after,
.clearfix:after,
.dropdown-menu li a,
.nestable-lists,
.wizard:after,
table.table {
  clear: both;
}
body.sidebar-minified:after,
body:after {
  margin-left: -1px;
  position: absolute;
  z-index: 0;
}
#content:before,
body.sidebar-minified:after,
body:after {
  top: 0;
  content: '';
  height: 100%;
}
#content,
body:after,
body:before {
  background: #f3f3f3;
}
body:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
body.sidebar-minified:after {
  left: 40px !important;
  margin-right: 40px;
  background: #f3f3f3;
}
.breadcrumb .choose-date .input-group-addon,
.navbar #search input,
h6 {
  font-size: 9pt;
}
h6 {
  line-height: 9pt;
}
#content {
  padding: 20px;
  position: relative;
  z-index: 1;
}
#content:before {
  position: absolute;
  width: 1px;
  z-index: 1;
  left: -1px;
}
#content.sidebar-minified {
  border-left: 40px solid #e9ebec;
  margin-right: 1px !important;
}
#content.full {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
}
.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
.breadcrumb {
  background: #e9ebec;
  border-radius: 0;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #dbdee0;
}
.breadcrumb .choose-date {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 254px;
  border: 0;
  border-left: 1px solid #dbdee0;
  padding: 3px 10px;
}
.breadcrumb .choose-date .input-group-addon,
.breadcrumb .choose-date input {
  background: 0 0;
  border: 0;
}
.breadcrumb .choose-date input {
  padding: 0;
  font-weight: 300;
}
.breadcrumb .choose-date input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  border: 1px solid #dbdee0;
  margin: 0 0 30px;
}
.box .box-header {
  color: #34383c;
  overflow: hidden;
  background: #f7f7f8;
  border-bottom: 1px solid #dbdee0;
  height: 40px;
}
.box .box-header h2 {
  font-size: 1.2em;
  float: left;
  padding: 10px 0;
  margin: 0 0 0 20px;
}
.box .box-header h2 i {
  color: #ced1d4;
  padding: 12px 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin: -10px 2px -10px -20px;
}
.box .box-content {
  padding: 10px;
  background: #fff;
}
.box .box-content.fullheight {
  min-height: calc(100vh - 40px - 60px - 40px - 10px - 40px);
}
.box .box-content.no-padding {
  background: #fff;
  padding: 1px 0;
}
.alert {
  border-radius: 2px;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.dropdown-menu:after,
.dropdown-menu:before {
  display: none !important;
}
.dropdown-menu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1100;
  display: none;
  float: left;
  min-width: 166px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-shadow: none;
  background: #fff;
  border: 1px solid #dbdee0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  margin: 0 1px;
}
.btn-sm + .dropdown-menu li a {
  font-size: 12px;
}
.dropdown-menu li a {
  display: block;
  padding: 5px 10px !important;
  font-weight: 400;
  line-height: 20px;
  color: #34383c;
  white-space: normal !important;
}
.dropdown-menu li a i {
  margin-right: 0.5em;
}
.dropdown-menu li {
  border-bottom: 1px solid #e9ebec;
}
.dropdown-menu li:last-child {
  border-bottom: 0 !important;
}
.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover,
.dropdown-submenu:hover>a {
  color: #fff;
  text-decoration: none;
  background: #62bce8;
}
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e5f0fd;
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: -ms-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
}
.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
  color: #999;
}
.dropdown-menu .disabled>a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.dropdown-menu-title {
  background: #e9ebec;
  color: #34383c;
  padding: 5px 10px;
  display: block;
}
.dropdown-menu-sub-footer {
  text-align: center;
  background: #e9ebec;
  cursor: pointer;
}
.dropdown-menu ul,
.dropdown-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
}
ul.messages li,
ul.notifications li,
ul.tasks li {
  min-width: 260px;
}
ul.messages li .avatar img,
ul.notifications li .avatar img,
ul.tasks li .avatar img {
  float: left !important;
  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
  border-radius: 2px;
}
ul.messages li .header {
  display: block;
}
ul.messages li .header .from {
  font-size: 9pt;
  font-weight: 700;
}
ul.notifications li .icon {
  margin: -5px 10px -5px -10px !important;
  padding: 7px 10px 9px;
  color: #fff;
  width: 40px;
  display: inline-block;
  text-align: center;
}
ul.notifications li .icon.blue {
  background: #36a9e1;
}
ul.notifications li .icon.lightBlue {
  background: #67c2ef;
}
ul.notifications li .icon.green {
  background: #bdea74;
}
ul.notifications li .icon.darkGreen {
  background: #78cd51;
}
ul.notifications li .icon.pink {
  background: #e84c8a;
}
ul.notifications li .icon.orange {
  background: #fa603d;
}
ul.notifications li .icon.lightOrange {
  background: #fabb3d;
}
ul.notifications li .icon.red {
  background: #ff5454;
}
ul.notifications li .icon.yellow {
  background: #eae874;
}
ul.notifications li .icon.white {
  background: #fff;
}
ul.notifications li .icon.grey {
  background: #b2b8bd;
}
ul.messages li .header .time,
ul.notifications li .time,
ul.tasks li .header .percent {
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  right: 5px;
}
ul.notifications li .message,
ul.tasks li .title {
  font-size: 9pt;
}
ul.notifications li.warning a {
  color: #fa603d;
}
ul.messages li .message {
  font-size: 11px;
}
a#main-menu-toggle {
  background: #1c1e21;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 8px 13px;
  font-size: 1pc;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
a#main-menu-toggle.close {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #282b2e !important;
  padding: 10px 13px !important;
}
a#main-menu-min {
  display: block;
  border-bottom: 1px solid #dbdee0;
  width: 100%;
  margin: 30px 0;
  position: relative;
  text-decoration: none;
}
a#main-menu-min i {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #dbdee0;
  font-size: 10px;
  padding: 3px 0;
  color: #7c848d;
  text-align: center;
}
a#main-menu-min i:hover {
  background: #ced1d4;
  color: #6f7880;
}
#sidebar-left {
  padding: 10px !important;
  z-index: 2;
}
.sidebar-nav>ul {
  margin: -9px -25px;
  border: 0;
  padding-bottom: 1px;
  font-size: 14px;
  white-space: nowrap;
}
.sidebar-nav>ul>li>ul,
.sidebar-nav>ul>li>ul>li>ul,
.sidebar-nav>ul>li>ul>li>ul>li>ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}
.nav.main-menu>li {
  margin-top: -1px;
}
.nav.main-menu>li>a,
.nav.main-menu>li>ul>li>a,
.nav.main-menu>li>ul>li>ul>li>a,
.nav.main-menu>li>ul>li>ul>li>ul>li>a {
  margin: 0;
  height: 40px;
  padding: 1px 0 0;
  color: #7c848d;
  border: 0;
  border-bottom: 1px solid #dbdee0;
  background: 0 0;
  border-radius: 0;
  text-decoration: none;
  display: block;
  position: relative;
}
.li-submenu>a .chevron {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 10px;
  display: inline-block;
  text-align: center;
  color: #b2b8bd !important;
}
.nav.main-menu>li>a .chevron,
.nav.main-menu>li>ul>li>a .chevron,
.nav.main-menu>li>ul>li>ul>li>a .chevron,
.nav.main-menu>li>ul>li>ul>li>ul>li>a .chevron {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 2px;
  right: -5px;
  height: 40px;
  width: 40px;
  padding: 9pt 0;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #b2b8bd !important;
}
.dropdown-toggle + .dropdown-menu > li > ul {
  display: none;
  list-style: none;
}
.dropdown-toggle + .dropdown-menu > li > a .chevron {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 2px;
  right: 1em;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.dropdown-toggle + .dropdown-menu > li > a .chevron.opened:after {
  height: 100%;
  width: 100%;
  content: "\e114";
  text-shadow: none;
}
.dropdown-toggle + .dropdown-menu > li > a .chevron.closed:after {
  height: 100%;
  width: 100%;
  content: "\e080";
  text-shadow: none;
}
.li-submenu>a .chevron.opened:after,
.nav.main-menu>li>a .chevron.opened:after,
.nav.main-menu>li>ul>li>a .chevron.opened:after,
.nav.main-menu>li>ul>li>ul>li>a .chevron.opened:after,
.nav.main-menu>li>ul>li>ul>li>ul>li>a .chevron.opened:after {
  height: 100%;
  width: 100%;
  content: "\e114";
  text-shadow: none;
}
.li-submenu>a .chevron.closed:after,
.nav.main-menu>li>a .chevron.closed:after,
.nav.main-menu>li>ul>li>a .chevron.closed:after,
.nav.main-menu>li>ul>li>ul>li>a .chevron.closed:after,
.nav.main-menu>li>ul>li>ul>li>ul>li>a .chevron.closed:after {
  height: 100%;
  width: 100%;
  content: "\e080";
  text-shadow: none;
  color: #b2b8bd !important;
}
.nav.main-menu>li>a>i,
.nav.main-menu>li>ul>li>a>i,
.nav.main-menu>li>ul>li>ul>li>a>i,
.nav.main-menu>li>ul>li>ul>li>ul>li>a>i {
  text-align: center;
  margin-right: 10px;
  height: 38px;
  width: 40px;
  padding: 13px 0;
  display: inline-block;
  border-right: 1px solid #dbdee0;
}
.nav.main-menu>li>ul>li>a>i,
.nav.main-menu>li>ul>li>ul>li>a>i,
.nav.main-menu>li>ul>li>ul>li>ul>li>a>i {
  font-size: 13px;
}
.nav.main-menu>li.active>a>i,
.nav.main-menu>li>a:hover>i,
.nav.main-menu>li>ul>li.active>a>i,
.nav.main-menu>li>ul>li>a:hover>i,
.nav.main-menu>li>ul>li>ul>li.active>a>i,
.nav.main-menu>li>ul>li>ul>li>a:hover>i,
.nav.main-menu>li>ul>li>ul>li>ul>li.active>a>i,
.nav.main-menu>li>ul>li>ul>li>ul>li>a:hover>i {
  border-right: 1px solid #c8ccd0;
}
.nav.main-menu>li>ul>li>a {
  background: #e4e5e7;
}
.nav.main-menu>li>ul>li>ul>li>a {
  background: #e1e3e5;
}
.nav.main-menu>li>ul>li>ul>li>ul>li>a {
  background: #dee0e2;
}
.nav.main-menu>li>a:hover,
.nav.main-menu>li>ul>li>a:hover,
.nav.main-menu>li>ul>li>ul>li>a:hover,
.nav.main-menu>li>ul>li>ul>li>ul>li>a:hover {
  background: #ced1d4;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.nav.main-menu>li.active>a,
.nav.main-menu>li>ul>li.active>a,
.nav.main-menu>li>ul>li>ul>li.active>a,
.nav.main-menu>li>ul>li>ul>li>ul>li.active>a {
  background: #ced1d4;
}
.nav.main-menu>li.active>a:hover,
.nav.main-menu>li>ul>li.active>a:hover {
  border: 0;
  color: #fff;
}
.nav.main-menu>li.active>ul {
  padding: 5px 0;
  background: #dbdee0;
}
.nav.main-menu>li:first-child>a {
  margin: 0;
  border-radius: 0;
}
.nav.main-menu>li:last-child>a {
  border-radius: 0;
}
#sidebar-left.minified {
  width: 40px !important;
  margin-right: -40px;
}
#sidebar-left.minified .sidebar-nav>ul>li {
  position: relative;
}
#sidebar-left.minified .sidebar-nav>ul>li>a {
  width: 40px;
  position: relative;
}
#sidebar-left.minified .sidebar-nav>ul>li>a.open {
  cursor: default;
}
#sidebar-left.minified .sidebar-nav>ul>li>a .chevron {
  display: none;
  position: absolute;
  left: 178px;
  z-index: 1000;
}
#sidebar-left.minified .sidebar-nav>ul>li> .left-300 {
  left: 300px !important;
}
#sidebar-left.minified .sidebar-nav>ul>li> .dashboard-icons-div,
#sidebar-left.minified .sidebar-nav>ul>li>a .text {
  position: absolute;
  z-index: 1000;
  background: #e9ebec;
  min-height: 40px;
  width: 150px;
  padding: 8px 15px;
  border: 1px solid #dbdee0;
  top: 0;
  left: 39px;
  display: none !important;
}
#sidebar-left.minified .sidebar-nav>ul>li>ul {
  display: none !important;
}
#sidebar-left.minified .sidebar-nav>ul>li:hover>a {
  position: relative;
  cursor: pointer;
}
#sidebar-left.minified .sidebar-nav>ul>li:hover>a .chevron {
  display: inline-block;
}
#sidebar-left.minified .sidebar-nav>ul>li:hover>a .text,
#sidebar-left.minified .sidebar-nav>ul>li:hover>ul {
  background: #e9ebec;
  position: absolute;
  left: 39px;
  z-index: 1000;
  width: 180px;
  border: 1px solid #dbdee0;
}
#sidebar-left.minified .sidebar-nav>ul>li:hover>a .text {
  min-height: 40px;
  padding: 8px 15px;
  top: 0;
}
#sidebar-left.minified .sidebar-nav>ul>li:hover>ul {
  top: 39px;
  border-bottom: 0;
}
.btn {
  border: 0;
  border-radius: 2px;
  text-shadow: none;
  background: #e9ebec;
  color: #7c848d;
}
.btn i {
  margin-top: 2px;
}
.btn-primary.disabled,
.btn-primary:hover,
.btn-primary[disabled] {
  background-color: #1e8fc6;
}
.btn-primary.active,
.btn-primary:active {
  background-color: #1c89be;
}
.btn-warning {
  color: #fff;
  background: #fabb3d;
}
.btn-warning.disabled,
.btn-warning:hover,
.btn-warning[disabled] {
  background-color: #f9aa0b;
}
.btn-warning.active,
.btn-warning:active {
  background-color: #f4a406;
}
.btn-danger {
  color: #fff;
  background: #ff5454;
}
.btn-danger.disabled,
.btn-danger:hover,
.btn-danger[disabled] {
  background-color: #ff2121;
}
.btn-danger.active,
.btn-danger:active {
  background-color: #ff1717;
}
.btn-success {
  color: #fff;
  background: #78cd51;
}
.btn-success.disabled,
.btn-success:hover,
.btn-success[disabled] {
  background-color: #5db734;
}
.btn-success.active,
.btn-success:active {
  background-color: #59af32;
}
.btn-info {
  color: #fff;
  background: #67c2ef;
}
.btn-info.disabled,
.btn-info:hover,
.btn-info[disabled] {
  background-color: #39afea;
}
.btn-info.active,
.btn-info:active {
  background-color: #30ace9;
}
.btn-inverse {
  color: #fff;
  background: #444;
}
.btn-inverse.disabled,
.btn-inverse:hover,
.btn-inverse[disabled] {
  background-color: #2b2b2b;
  color: #fff;
}
.btn-inverse.active,
.btn-inverse:active {
  background-color: #252525;
}
.nav-tabs {
  border-bottom: 2px solid #ddd;
}
.nav-tabs li a {
  border-radius: 0;
  margin: 0 -1px 0 0;
  color: #a3a9af;
  padding: 0.5em 0.7em;
}
.nav-tabs li a:hover {
  background: transparent;
  color: #0065bd;
  border-color: transparent;
}
.nav-tabs li.active > a {
  line-height: 1.428571429;
  color: #0065bd;
  border-color: #ddd;
}
.nav-tabs li.active > a:hover {
  border-bottom-color: #ddd;
}
.tab-content {
  background: #fff;
  border-top: 0;
  margin-top: 1em;
}
.box-header .nav-tabs {
  border: 0;
  float: right;
}
.box-header .nav-tabs li a {
  background: 0 0;
  border: 0;
  border-left: 1px solid #ced1d4;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1pc;
  font-weight: 300;
  padding: 11px 15px;
  height: 40px;
}
.box-header .nav-tabs li.active>a {
  background: #fff;
  border: 0;
  border-left: 1px solid #ced1d4;
}
.box-header .nav-tabs li:hover {
  border: 0;
}
.box-header .nav-tabs li:last-child {
  margin-right: 3px;
}
.box-content .tab-content {
  background: 0 0;
  border: 0;
  padding: 0;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
textarea {
  border: 1px solid #e9ebec;
  border-radius: 2px !important;
}
.input-group-addon > .control-label {
  margin: 0;
}
.input-group-addon > .control-label > span {
  margin-left: 5px;
}
.input-group-addon.clear {
  background: #fff;
  margin: 0 -1px;
  color: #b2b8bd;
}
.limiterBox {
  border: 1px solid #b2b8bd;
  border-top: 0;
  background-color: #b2b8bd;
  padding: 3px 6px;
  font-size: 10px;
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.editor,
.limiterBox {
  -moz-box-sizing: content-box;
}
.editor {
  max-height: 250px;
  height: 250px;
  background-color: #fff;
  border-collapse: separate;
  border: 1px solid #ced1d4 !important;
  padding: 4px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 2px;
  overflow: scroll;
  outline: 0;
  margin-top: 20px;
}
div[data-role=editor-toolbar] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu a {
  cursor: pointer;
}
.notification {
  position: absolute;
  top: -9pt;
  right: -9pt;
  line-height: 1pc;
  height: 1pc;
  padding: 6px 10px;
  border-radius: 50em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.chat,
footer {
  position: relative;
}
.jqstooltip,
.notification {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.notification,
.notification.small {
  color: #fff !important;
  border-radius: 50em;
}
.notification.small {
  padding: 2px 7px;
  border-width: 1px;
  border-style: solid;
}
.notification.blue,
.notification.small.blue {
  background: #36a9e1;
}
.notification.small.yellow,
.notification.yellow {
  background: #eae874;
}
.notification.green,
.notification.small.green {
  background: #78cd51;
}
.notification.orange,
.notification.small.orange {
  background: #fabb3d;
}
.badge-important,
.badge-important[href],
.label-important,
.label-important[href],
.notification.red,
.notification.small.red {
  background: #ff5454;
}
.badge,
.label {
  font-weight: 300;
  font-size: 10px;
  padding: 4px 6px;
  border: 0;
  text-shadow: none;
}
.label {
  border-radius: 2px;
}
.badge-warning,
.badge-warning[href],
.label-warning,
.label-warning[href] {
  background: #fabb3d;
}
.badge-success,
.badge-success[href],
.label-success,
.label-success[href] {
  background: #78cd51;
}
.badge-info,
.badge-info[href],
.label-info,
.label-info[href] {
  background: #67c2ef;
}
.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top,
body.modal-open {
  margin-right: 0;
}
.panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbdee0;
}
.panel-group .panel .panel-heading {
  background: #f7f7f8;
}
footer {
  background: #34383c;
  color: #fff;
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 !important;
  z-index: 1;
  font-size: 9pt;
}
footer a {
  color: #fff;
  font-weight: 700;
}
.info-box .backgroundColor {
  color: #fff;
  padding: 10px;
}
.info-box .title,
.info-box .value {
  font-weight: 700;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}
.info-box .change,
.info-box .date {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.info-box .date,
.info-box .title {
  float: left;
}
.info-box .change,
.info-box .value {
  float: right;
}
.info-box .quarters {
  background: #fff;
}
.info-box .quarters .quarter {
  padding: 10px;
}
.info-box .quarters .quarter span {
  display: block;
  font-size: 10px;
  color: #b2b8bd;
}
.info-box .quarters .q1,
.info-box .quarters .q2,
.info-box .quarters .q3,
.info-box .quarters .q4 {
  width: 50%;
  float: left;
}
.info-box .quarters .q1,
.info-box .quarters .q2 {
  border-bottom: 1px solid #e9ebec;
  height: 60px;
}
.info-box .quarters .q2 {
  padding: 0;
}
.info-box .quarters .q2,
.info-box .quarters .q4 {
  text-align: right;
}
.info-box .quarters .q4 {
  border-left: 1px solid #e9ebec;
}
.info-box .quarters .verticalChart {
  float: right;
  text-align: center;
  margin: 3px 0 0;
  width: 100%;
  padding: 6px;
}
.info-box .quarters .verticalChart .singleBar {
  width: 10.5%;
  margin: 0 0 0 3px;
}
.info-box .quarters .verticalChart .singleBar .bar {
  height: 22px;
  border-radius: 1px;
}
.info-box .quarters .verticalChart .singleBar .bar .value {
  background: #b2b8bd;
  border-radius: 1px;
}
.info-box .quarters .verticalChart .singleBar .title {
  margin: 2px auto 0;
  text-align: center;
  color: #b2b8bd;
  font-size: 8px;
  font-weight: 400;
  width: 100%;
}
.chat {
  background: #fff;
}
.chat .contacts {
  position: absolute;
  height: 100%;
  float: left;
  width: 30%;
  background: #e9ebec;
  border-right: 1px solid #dbdee0;
}
.chat .contacts ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat .contacts ul.list li {
  position: relative;
  padding: 5px 10px;
  border-bottom: 1px solid #dbdee0;
  cursor: pointer;
}
.chat .contacts ul.list li:hover {
  background: #b2b8bd;
}
.chat .contacts ul.list li img.avatar {
  border-radius: 2px;
  width: 40px;
  margin-right: 10px;
}
.chat .contacts ul.list li .status {
  display: block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.chat .contacts ul.list li .status.online {
  background: #bdea74;
}
.chat .contacts ul.list li .status.offline {
  background: #b2b8bd;
}
.chat .contacts ul.list li .status.busy {
  background: #fa603d;
}
.chat .contacts ul.list li .important {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 35px;
  font-size: 10px;
  padding: 3px 7px;
  color: #fff;
  border-radius: 2px;
  background: #ff5454;
}
.chat .conversation {
  width: 70%;
  float: right;
}
.chat .conversation .actions {
  background: #34383c;
  width: 100%;
  height: 50px;
}
.chat .conversation .actions a {
  display: block;
  color: #fff;
  padding: 1pc;
  font-size: 18px;
  width: 18px;
  float: left;
}
.chat .conversation .actions img.avatar {
  border-radius: 2px;
  width: 30px;
  margin: 10px 0 10px 10px;
}
.chat .conversation ul {
  height: 516px;
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat .conversation ul li {
  position: relative;
  padding: 15px 10px 10px 60px;
  border-bottom: 1px solid #dbdee0;
}
.chat .conversation ul li img.avatar {
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 2px;
  width: 40px;
  margin-right: 10px;
}
.chat .conversation ul li .name {
  font-weight: 700;
  text-transform: uppercase;
}
.chat .conversation ul li .time {
  font-weight: 700;
  right: 10px;
  position: absolute;
  color: #b2b8bd;
  font-size: 11px;
}
.chat .conversation ul li .message {
  margin-top: 10px;
  font-size: 9pt;
}
.chat .conversation .form {
  border-top: 2px solid #dbdee0;
  height: 60px;
  padding: 10px;
}
.chat .conversation .form input {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.chat.alt .contacts {
  width: 60px;
}
.chat.alt .contacts ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat.alt .contacts ul.list li {
  text-align: center;
}
.chat.alt .contacts ul.list li img.avatar {
  border-radius: 2px;
  width: 40px;
  margin: 0 auto;
}
.chat.alt .contacts ul.list li .name {
  display: none;
}
.chat.alt .contacts ul.list li .status {
  top: 70%;
  right: 10px;
}
.chat.alt .conversation {
  width: auto;
  margin-left: 60px;
}
#feed,
#feed ul#timeline {
  border-left: 1px solid #dbdee0;
}
ul.dashboard-list {
  padding: 0;
}
ul.dashboard-list a:hover {
  text-decoration: none;
}
ul.dashboard-list li:last-child {
  border-bottom: 0;
}
ul.dashboard-list li:first-child {
  border-top: 0;
  border-bottom: 1px solid #e9ebec;
}
ul.dashboard-list li {
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid #e9ebec;
  font-size: 9pt;
}
ul.dashboard-list li a span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  text-align: right;
  width: 50px;
  zoom: 1;
}
ul.dashboard-list li a img.avatar,
ul.users-list li a img.avatar {
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  border-radius: 2px;
}
#feed #load-more,
.quick-button {
  display: block;
  text-align: center;
}
ul.dashboard-list li a img.avatar {
  height: 50px;
  width: 50px;
}
ul.dashboard-list li i {
  font-size: 18px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
ul.users-list {
  padding: 0;
}
ul.users-list a:hover {
  text-decoration: none;
}
ul.users-list li:last-child {
  border-bottom: 0;
  min-height: 51px;
}
ul.users-list li:first-child {
  border-top: 0;
  border-bottom: 1px solid #e9ebec;
}
ul.users-list li {
  min-height: 60px;
  padding: 5px 10px;
  list-style: none;
  border-bottom: 1px solid #e9ebec;
  font-size: 9pt;
}
ul.users-list li a img.avatar {
  height: 40px;
  width: 40px;
  border-radius: 2px;
}
ul.users-list li .name {
  margin: 5px 0 -2px;
  font-size: 14px;
  font-weight: 700;
}
ul.users-list li .name .dropdown {
  float: right;
  margin: -1px 0;
}
ul.users-list li .name .dropdown a {
  color: #b2b8bd;
  font-size: 11px;
  text-decoration: none;
}
ul.users-list li .name .dropdown ul li {
  padding: 0;
  min-height: 10px;
}
ul.users-list li .name .dropdown ul li i {
  display: inline-block;
  width: 20px;
}
ul.users-list li span {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  color: #b2b8bd;
}
ul.users-list li .place {
  width: 35%;
}
ul.users-list li i {
  color: #b2b8bd;
  margin-right: 2px;
  font-size: 11px;
}
ul.users-list.no-padding li {
  padding: 5px 0;
}
ul.comments-list {
  padding: 0;
}
ul.comments-list a:hover {
  text-decoration: none;
}
ul.comments-list li:last-child {
  border-bottom: 0;
}
.todo ul li,
ul.comments-list li,
ul.comments-list li:first-child {
  border-bottom: 1px solid #e9ebec;
}
ul.comments-list li:first-child {
  border-top: 0;
}
ul.comments-list li {
  padding: 5px 10px;
  list-style: none;
  font-size: 9pt;
}
ul.comments-list li a img.avatar {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  border-radius: 2px;
}
ul.comments-list li div {
  margin-left: 65px;
}
ul.comments-list li div.date {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #b2b8bd;
}
ul.comments-list.no-padding li {
  padding: 5px 0;
}
.todo ul {
  list-style: none;
  padding: 0;
  margin: -10px;
}
.todo ul li {
  background: #fff;
  margin-left: 0 !important;
  padding: 10px 10px 10px 35px;
  font-size: 9pt;
  position: relative;
}
.todo ul li:last-child {
  border-bottom: 0;
}
.todo ul li .label {
  position: absolute;
  right: 10px;
}
.todo ul li .todo-actions {
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.todo ul li .todo-actions a {
  text-decoration: none;
}
.todo ul li .todo-actions i {
  font-size: 14px;
  color: #dbdee0;
  margin: -1px 5px 0 10px;
  display: block;
}
.todo ul li .todo-actions i.done {
  color: #ced1d4;
}
#feed h2 a,
.todo ul li .todo-actions i:hover {
  color: #b2b8bd;
}
.todo ul li .remove {
  display: none;
  position: absolute;
  right: 10px;
  color: #b2b8bd;
}
.todo ul li:hover .label {
  position: absolute;
  right: 30px;
}
.todo ul li:hover .remove {
  display: inline;
}
#feed {
  background: #e9ebec;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
}
#feed h2 {
  background: #dbdee0;
  padding: 9pt;
  margin: 0 -15px 10px;
}
#feed h2 a {
  float: right;
  text-decoration: none;
  cursor: pointer;
}
#feed h2 a:hover {
  color: #34383c;
}
#feed ul#filter {
  margin: 0 0 10px -40px;
  list-style: none;
}
#feed ul#filter:after,
#feed ul#filter:before {
  display: table;
  content: "";
  line-height: 0;
}
#feed ul#filter li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
#feed ul#filter li a {
  text-decoration: none;
}
#feed ul#filter li a.active {
  font-weight: 700;
}
#feed ul#filter li a:hover {
  color: inherit;
}
#feed ul#timeline {
  margin: 0 0 0 10px;
  list-style: none;
}
#feed ul#timeline li {
  position: relative;
  margin: 0 0 20px -20px;
  font-size: 9pt;
}
#feed ul#timeline li i {
  position: absolute;
  top: -4px;
  left: -36px;
  background: #e9ebec;
  padding: 5px 0;
  font-size: 15px;
  width: 30px;
  text-align: center;
}
#feed ul#timeline li.tasks i {
  color: #bdea74;
}
#feed ul#timeline li.comments i {
  color: #ff5454;
}
#feed ul#timeline li.messages i {
  color: #36a9e1;
}
#feed ul#timeline li .title {
  font-weight: 700;
}
#feed ul#timeline li .desc {
  margin: 5px 0;
}
#feed ul#timeline li .date,
#feed ul#timeline li .name,
#feed ul#timeline li .separator {
  color: #b2b8bd;
}
#feed ul#timeline li .separator {
  margin: 0 5px;
}
#feed #load-more {
  color: #dbdee0;
  margin: 0 auto;
  text-decoration: none;
}
#feed #load-more:hover {
  color: #34383c;
}
.progressBlue .ui-progressbar-value,
.sliderBlue .ui-slider-range {
  background: #36a9e1;
}
.progressGreen .ui-progressbar-value,
.sliderGreen .ui-slider-range {
  background: #bdea74;
}
.progressDarkGreen .ui-progressbar-value,
.sliderDarkGreen .ui-slider-range {
  background: #78cd51;
}
.progressPink .ui-progressbar-value,
.sliderPink .ui-slider-range {
  background: #e84c8a;
}
.progressOrange .ui-progressbar-value,
.sliderOrange .ui-slider-range {
  background: #fa603d;
}
.progressLightOrange .ui-progressbar-value,
.sliderLightOrange .ui-slider-range {
  background: #fabb3d;
}
.progressRed .ui-progressbar-value,
.sliderRed .ui-slider-range {
  background: #ff5454;
}
.progressYellow .ui-progressbar-value,
.sliderYellow .ui-slider-range {
  background: #eae874;
}
.progress {
  background: #e9ebec;
  color: #e9ebec;
  border: 0;
  height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-top: -2px;
}
.progress .ui-progressbar-value {
  border: 0;
  height: 100%;
  top: 1px;
  position: absolute;
  left: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
.progress.slim {
  height: 10px;
}
.progressBarValue span {
  font-size: 9pt;
}
.progressBarValue span.progressCustomValueVal {
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px;
  color: #fa603d;
}
.progressSlim {
  background: #ced1d4;
  border: 0;
  height: 10px;
  position: relative;
  margin-top: -2px;
}
.progressSlim .ui-progressbar-value {
  border-color: transparent;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  border-radius: 2px;
}
.tasks .progressSlim {
  overflow: hidden;
  border: none !important;
  height: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}
.tasks .progressSlim .ui-progressbar-value {
  overflow: hidden;
  margin: 0;
  border: none !important;
}
.dd3-handle,
.rating span.star:hover,
.switch,
table.DTTT_selectable tbody tr,
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
}
.circleStatsItemBox input:focus {
  outline: 0;
  outline: dotted thin;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.glyphicons-icon-list div span,
.glyphicons-icon-list div strong,
.switch-label {
  font-size: 10px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999;
}
.rating span.star:hover:before,
.rating span.star:hover~span.star:before {
  content: "\f005";
  color: #e3cf7a;
}
.glyphicons-icon-list div {
  margin: 10px 0;
}
.glyphicons-icon-list div strong {
  margin-top: -5px;
  display: block;
}
.text-with-hr {
  text-align: center;
  position: relative;
  z-index: 2;
}
.text-with-hr:before {
  position: absolute;
  content: '';
  top: 20px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e9ebec;
  z-index: -1;
}
.dd3-handle,
.genius-picker-dropdown {
  top: 0;
  left: 0;
}
.text-with-hr span {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
table tr td.left,
table tr th.left {
  text-align: left;
}
table tr td.center,
table tr th.center {
  text-align: center;
}
table tr td.right,
table tr th.right {
  text-align: right;
}
table tr td .progress {
  margin: 3px 0 0;
}
table.table-clear td,
table.table-clear tr {
  border: none !important;
}
.table tbody>tr>td,
.table tbody>tr>th,
.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #e9ebec;
}
.table thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ebec;
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #e9ebec;
}
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08c;
  color: #fff;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
.dd-handle,
.dd-handle .icon:hover,
.dd3-content,
.inbox .inbox-menu ul li a,
ul.friends-list li a {
  text-decoration: none;
}
.dd,
.dd-list {
  margin: 0;
}
.dd {
  font-size: 13px;
  line-height: 20px;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-empty,
.dd-item,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 4px 10px;
  border: 1px solid #dbdee0;
  background: #e9ebec;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-empty,
.dd-handle,
.dd-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #36a9e1;
  background: #fff;
}
.dd-handle .icon {
  float: right;
  font-size: 1pc;
  margin-left: 10px;
}
.dd-item>button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: 0 0;
  font-size: 9pt;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.dd-item>button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item>button[data-action=collapse]:before {
  content: '-';
}
.dd-empty,
.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 75pt;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel>.dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
  box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
}
.nestable-lists {
  display: block;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nestable-output,
#nestable2-output,
.dd3-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #b2b8bd;
  background: #b2b8bd;
}
#nestable2 .dd-handle:hover {
  border: 1px solid #34383c;
  background: #34383c;
}
#nestable2 .dd-item>button:before {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%;
  }
  .dd+.dd {
    margin-left: 2%;
  }
}
.dd-hover>.dd-handle {
  background: #2ea8e5 !important;
}
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  font-weight: 700;
  background: #e9ebec;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd3-content,
.dd3-handle {
  border: 1px solid #dbdee0;
}
#columnViewWrapper .dd3-content:hover {
  color: #36a9e1;
  background: #fff;
}
.dd-dragel>.dd3-item>.dd3-content {
  margin: 0;
}
.dd3-item>button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
  background: #dbdee0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}
.dd3-handle:hover {
  background: #b2b8bd;
  color: #fff;
}
.dd3-handle:hover > i {
  color: #fff;
}
.genius-picker-dropdown:after,
.genius-picker-dropdown:before {
  content: '';
  border-top: 0;
  position: absolute;
}
.genius-picker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.genius-picker-inline {
  width: 220px;
}
.genius-picker.genius-picker-rtl {
  direction: rtl;
}
.genius-picker.genius-picker-rtl table tr td span {
  float: right;
}
.genius-picker-dropdown:before {
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
}
.genius-picker-dropdown:after {
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.genius-picker-dropdown.genius-picker-orient-left:before {
  left: 6px;
}
.genius-picker-dropdown.genius-picker-orient-left:after {
  left: 7px;
}
.genius-picker-dropdown.genius-picker-orient-right:before {
  right: 6px;
}
.genius-picker-dropdown.genius-picker-orient-right:after {
  right: 7px;
}
.genius-picker-dropdown.genius-picker-orient-top:before {
  top: -7px;
}
.genius-picker-dropdown.genius-picker-orient-top:after {
  top: -6px;
}
.genius-picker-dropdown.genius-picker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.genius-picker-dropdown.genius-picker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.genius-picker>div {
  display: none;
}
.genius-picker.days div.genius-picker-days,
.genius-picker.months div.genius-picker-months,
.genius-picker.years div.genius-picker-years {
  display: block;
}
.genius-picker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.genius-picker td,
.genius-picker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 0;
}
.table-striped .genius-picker table tr td,
.table-striped .genius-picker table tr th {
  background-color: transparent;
}
.genius-picker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
.genius-picker table tr td.new,
.genius-picker table tr td.old {
  color: #34383c;
}
.genius-picker table tr td.disabled,
.genius-picker table tr td.disabled:hover {
  background: 0;
  color: #f9f9f9;
  cursor: default;
}
.genius-picker table tr td.today,
.genius-picker table tr td.today.disabled,
.genius-picker table tr td.today.disabled:hover,
.genius-picker table tr td.today:hover {
  background: #36a9e1;
  color: #000;
}
.genius-picker table tr td.today:hover:hover {
  color: #000;
}
.genius-picker table tr td.today.active:hover {
  color: #fff;
}
.genius-picker table tr td.range,
.genius-picker table tr td.range.disabled,
.genius-picker table tr td.range.disabled:hover,
.genius-picker table tr td.range:hover {
  background: #eee;
  border-radius: 0;
}
.genius-picker table tr td.range.today,
.genius-picker table tr td.range.today.disabled,
.genius-picker table tr td.range.today.disabled:hover,
.genius-picker table tr td.range.today:hover {
  background: #f3c17a;
  border-radius: 0;
}
.genius-picker table tr td.selected,
.genius-picker table tr td.selected.disabled,
.genius-picker table tr td.selected.disabled:hover,
.genius-picker table tr td.selected:hover {
  background: #f9f9f9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.genius-picker table tr td.active,
.genius-picker table tr td.active.disabled,
.genius-picker table tr td.active.disabled:hover,
.genius-picker table tr td.active:hover {
  background: #36a9e1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.genius-picker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.genius-picker table tr td span:hover {
  background: #eee;
}
.genius-picker table tr td span.disabled,
.genius-picker table tr td span.disabled:hover {
  background: 0;
  color: #f9f9f9;
  cursor: default;
}
.genius-picker table tr td span.active,
.genius-picker table tr td span.active.disabled,
.genius-picker table tr td span.active.disabled:hover,
.genius-picker table tr td span.active:hover {
  background: #36a9e1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.genius-picker table tr td span.new,
.genius-picker table tr td span.old {
  color: #f9f9f9;
}
.genius-picker th.genius-picker-switch {
  width: 145px;
}
.genius-picker tfoot tr th,
.genius-picker thead tr:first-child th {
  cursor: pointer;
}
.genius-picker tfoot tr th:hover,
.genius-picker thead tr:first-child th:hover {
  background: #eee;
}
.genius-picker .cw {
  font-size: 10px;
  width: 9pt;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.genius-picker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 1pc;
  height: 1pc;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 1pc;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 9pt;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
  border-radius: 4px 0 0 4px !important;
  border-right: 0;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
  margin-left: 54px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0,0,0,0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px solid transparent;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
  border: 1px solid #b2b8bd;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -75pt;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker,
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.inbox .inbox-menu,
.inbox .message,
.inbox .messages,
.page-todo .tasks {
  border-right: 1px solid #dbdee0;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 1pc;
  height: 1pc;
}
.input-group.color .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 13px;
}
.inbox .inbox-menu {
  background: #e9ebec;
  padding-top: 30px;
}
.inbox .inbox-menu .btn {
  width: 100%;
}
.inbox .inbox-menu ul {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.inbox .inbox-menu ul li {
  height: 30px;
  margin: 0 -15px;
  padding: 5px 15px;
  position: relative;
}
.inbox .inbox-menu ul li.active,
.inbox .inbox-menu ul li:hover {
  background: #dbdee0;
}
.inbox .inbox-menu ul li.title {
  margin: 20px -15px -10px;
  text-transform: uppercase;
  font-size: 10px;
  color: #b2b8bd;
}
.inbox .inbox-menu ul li.title:hover {
  background: 0 0;
}
.inbox .inbox-menu ul li a {
  display: block;
  width: 100%;
  color: #34383c;
}
.inbox .inbox-menu ul li a i {
  margin-right: 10px;
}
.inbox .inbox-menu ul li a .label {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  min-width: 14px;
  height: 14px;
  padding: 2px;
}
.inbox .buttons {
  margin: 30px 0;
}
.inbox .buttons .btn,
.inbox .buttons .btn-group .btn {
  border: 1px solid #dbdee0;
}
.inbox .buttons .btn-group .caret {
  border-top-color: #7c848d;
  margin-top: -4px;
  margin-left: 5px;
}
.inbox .buttons .btn-group .btn-primary .caret,
.inbox .buttons .btn-group .btn-info .caret,
.inbox .buttons .btn-group .btn-danger .caret,
.inbox .buttons .btn-group .btn-warning .caret {
  border-top-color: #fff;
}
.inbox .messages {
  background: #fff;
  margin: 0;
}
.inbox ul.messages-list {
  list-style: none;
  padding: 0;
}
.inbox ul.messages-list li {
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
}
.inbox ul.messages-list li.unread .header,
.inbox ul.messages-list li.unread .title {
  font-weight: 700;
}
.inbox ul.messages-list li.active {
  background: #e9ebec;
  border: 1px solid #dbdee0;
  padding: 9px;
}
.inbox ul.messages-list li.active .action {
  color: #c0c4c8;
}
.inbox ul.messages-list li .header {
  margin: 0 0 5px;
}
.inbox ul.messages-list li .header .from {
  width: 49.9%;
  white-space: nowrap;
  overflow: hidden !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.inbox ul.messages-list li .header .date {
  width: 50%;
  text-align: right;
  float: right;
}
.inbox ul.messages-list li .title {
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.inbox ul.messages-list li .description {
  font-size: 9pt;
  padding-left: 29px;
}
.inbox ul.messages-list li .action {
  display: inline-block;
  width: 1pc;
  text-align: center;
  margin-right: 10px;
  color: #dbdee0;
}
.inbox ul.messages-list li .action .fa-check-square-o {
  margin: 0 -1px 0 1px;
}
.inbox ul.messages-list li .action .fa-square {
  float: left;
  margin-top: -1pc;
  margin-left: 4px;
  font-size: 11px;
  color: #fff;
}
.inbox ul.messages-list li .action .fa-star.bg {
  float: left;
  margin-top: -1pc;
  margin-left: 3px;
  font-size: 9pt;
  color: #fff;
}
.inbox .message {
  margin: 0;
  background: #fff;
}
.inbox .message textarea {
  color: #34383c !important;
}
.inbox .message .message-title {
  padding-top: 10px;
  font-weight: 700;
  font-size: 14px;
}
.inbox .message .header {
  margin: 20px 0 30px;
  padding: 10px 0;
  border-top: 1px solid #e9ebec;
  border-bottom: 1px solid #e9ebec;
}
.inbox .message .header .avatar {
  border-radius: 2px;
  height: 34px;
  width: 34px;
  float: left;
  margin-right: 10px;
}
.inbox .message .header i {
  margin-top: 1px;
}
.inbox .message .header .from {
  display: inline-block;
  width: 50%;
  font-size: 9pt;
  margin-top: -2px;
  color: #b2b8bd;
}
.inbox .message .header .from span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #34383c;
}
.inbox .message .header .date {
  display: inline-block;
  width: 29%;
  text-align: right;
  float: right;
  font-size: 9pt;
  margin-top: 18px;
}
.inbox .message .attachments {
  border-top: 3px solid #f9f9f9;
  border-bottom: 3px solid #f9f9f9;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 9pt;
}
.inbox .message .attachments ul {
  list-style: none;
  margin: 0 0 0 -40px;
}
.inbox .message .attachments ul li {
  margin: 10px 0;
}
.inbox .message .attachments ul li .label {
  padding: 2px 4px;
}
.inbox .message .attachments ul li span.quickMenu {
  float: right;
  text-align: right;
}
.inbox .message .attachments ul li span.quickMenu .glyphicons {
  padding: 5px 0 5px 25px;
}
.inbox .message .attachments ul li span.quickMenu .glyphicons:before {
  font-size: 14px;
  margin: -2px 0 0 5px;
  color: #b2b8bd;
}
.inbox .contacts {
  background: #e9ebec;
  padding-top: 30px;
}
.inbox .contacts .btn {
  width: 100%;
  margin-bottom: 30px;
}
.inbox .contacts ul {
  padding: 0;
  list-style: none;
}
.inbox .contacts ul li {
  height: 30px;
  margin: 0 -15px;
  padding: 5px 15px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  position: relative;
  cursor: pointer;
}
.inbox .contacts ul li .label {
  display: inline-block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 5px 2px 0;
}
.inbox .contacts ul li:hover {
  background: #dbdee0;
}
.invoice .header .well p {
  padding: 0;
  margin: 0;
}
.invoice table {
  margin-bottom: 20px !important;
}
.profile-image {
  width: 100%;
  border: 5px solid #fff;
  outline: #dbdee0 solid 1px;
}
.profile h3 {
  padding: 0 5px;
}
ul.profile-details {
  margin-top: 10px;
  padding: 0 5px;
  list-style: none;
  color: #7c848d;
}
ul.profile-details li {
  position: relative;
  margin: 0 0 20px;
  padding-left: 22px;
}
ul.profile-details li div {
  color: #b2b8bd;
}
ul.profile-details li div i {
  position: absolute;
  top: 4px;
  left: -5px;
  color: #ced1d4;
  width: 20px;
  text-align: center;
}
ul.profile-details li input[type=text] {
  color: #000 !important;
}
.price-table.type1 ul li.strike,
.price-table.type2 ul li.strike {
  text-decoration: line-through;
}
.login-box,
.register-box {
  width: 25pc;
  padding: 20px;
  margin: 75pt auto;
  background: #fff;
}
.login-box .header,
.register-box .header {
  background: #34383c;
  color: #fff;
  text-align: center;
  margin: -20px -20px 20px;
  padding: 15px;
  text-transform: uppercase;
}
.login-box form.login input[type=password],
.login-box form.login input[type=text],
.register-box form.login input[type=password],
.register-box form.login input[type=text] {
  border-right: none !important;
  border-radius: 2px 0 0 2px;
}
.login-box form.login .input-group-addon,
.register-box form.login .input-group-addon {
  height: 0 !important;
  border: 1px solid #e9ebec !important;
  background: #fff;
  border-radius: 0 2px 2px 0;
  border-left: 1px none !important;
  margin-left: -1px !important;
}
.login-box label,
.register-box label {
  margin: 10px 5px -10px;
}
.login-box input[type=password],
.login-box input[type=text],
.register-box input[type=password],
.register-box input[type=text] {
  border: 1px solid #e9ebec;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  height: 40px;
  border-radius: 2px;
}
.login-box input[type=password]:focus,
.login-box input[type=text]:focus,
.register-box input[type=password]:focus,
.register-box input[type=text]:focus {
  outline: 0;
}
.login-box .confirm,
.register-box .confirm {
  position: relative;
  margin: 20px 0 10px -15px;
}
.login-box .confirm label,
.register-box .confirm label {
  position: absolute;
  top: -9px;
  left: 30px;
}
.login-box form.register .input-group-addon,
.register-box form.register .input-group-addon {
  height: 0 !important;
  width: 35%;
  border: 1px solid #e9ebec !important;
  background: #e9ebec !important;
  border-radius: 0;
}
.login-box button,
.register-box button {
  margin: 15px 0 !important;
}
.price-table.type1 {
  margin-top: 22px;
  padding-left: 1px;
}
.price-table.type1 ul,
.price-table.type2 ul {
  float: left;
  list-style: none;
  padding: 0;
  text-align: center;
}
.price-table.type1 ul {
  position: relative;
  z-index: 1;
  margin: 0 -1px;
  border: 1px solid #dbdee0;
  background: #f3f3f3;
}
.price-table.type1 ul li:nth-child(2n+1) {
  background: #e9ebec;
}
.price-table.type1 ul li.price {
  background: #34383c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: none;
  padding: 20px 0;
  height: 58px;
}
.price-table.type1 ul li {
  font-size: 9pt;
  text-shadow: none;
  padding: 10px 0;
}
.price-table.type1 ul li span {
  font-weight: 700;
}
.price-table.type1 ul.best-option {
  border: 3px solid #36a9e1;
  margin: -27px -3px 0;
  z-index: 2;
}
.price-table.type1 ul.best-option li.header {
  font-size: 1pc;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.price-table.type1 ul.best-option li.header span {
  font-size: 10px;
  line-height: 9pt;
  position: absolute;
  top: -20px;
  left: -141px;
  background: #36a9e1;
  color: #fff;
  padding: 30px 130px 5px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.price-table.type1 ul.best-option li.price {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
  background: #36a9e1;
}
.price-table.type2 {
  margin-top: 22px;
  padding-left: 1px;
}
.price-table.type2 ul {
  position: relative;
  z-index: 1;
  margin: 0 -1px;
  border: 1px solid #ced1d4;
  background: #fff;
}
.price-table.type2 ul li.header {
  background: #b2b8bd;
  color: #fff;
  font-size: 20px;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
.price-table.type2 ul li.price {
  background: #b2b8bd;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 26px 0;
  border: 4px solid #e9ebec;
  border-radius: 50em;
  display: inline-block;
  height: 87pt;
  width: 87pt;
  top: 45px;
  left: 50%;
  margin-left: -54px;
  position: absolute;
}
.price-table.type2 ul li.price span {
  font-size: 20px;
}
.price-table.type2 ul li {
  font-size: 9pt;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebec;
  background: #fff;
}
.price-table.type2 ul li span {
  font-weight: 700;
}
.price-table.type2 ul li.select {
  position: relative;
  background: #b2b8bd;
  padding: 0;
}
.price-table.type2 ul li.select a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.price-table.type2 ul li.select:before {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b2b8bd;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.price-table.type2 ul li.select:hover {
  background: #b2b8bd;
}
.price-table.type2 ul li.select:hover:before {
  border-bottom: 10px solid #b2b8bd;
}
.price-table.type2 ul.best-option li.header {
  font-weight: 700;
  position: relative;
  background: #92d721;
}
.price-table.type2 ul.best-option li.price {
  font-weight: 700;
  background: #bdea74;
  border: 4px solid #a8e348;
}
.price-table.type2 ul.best-option li.select {
  position: relative;
  background: #92d721;
}
.price-table.type2 ul.best-option li.select:before {
  border-bottom: 10px solid #92d721;
}
.price-table.type2 ul.best-option li.select:hover {
  background: #74ab1a;
}
.price-table.type2 ul.best-option li.select:hover:before {
  border-bottom: 10px solid #74ab1a;
}
.price-table.five ul {
  width: 20%;
}
.price-table.four ul {
  width: 25%;
}
.price-table.three ul {
  width: 33.333%;
}
.price-table.two ul {
  width: 50%;
}
.price-table.one ul {
  width: 100%;
}
.box-error {
  margin-top: 200px;
}
.box-error h1 {
  float: left;
  font-size: 3pc;
  margin-right: 20px;
}
.box-error p {
  margin-top: -8px;
  font-weight: 300;
}
.login-box-locked {
  position: relative;
  z-index: 9999;
  background: rgba(255,255,255,0.9);
  padding: 30px;
  border: 1px solid #e9ebec;
  margin-top: 250px;
}
.login-box-locked.type2 {
  background: rgba(255,255,255,0.7);
}
.login-box-locked img.avatar {
  float: left;
  width: 90pt;
  margin-right: 20px;
}
.login-box-locked p {
  margin-top: -8px;
  font-weight: 300;
}
.login-box-locked a {
  display: block;
  font-weight: 300;
  margin-top: 5px;
  font-size: 9pt;
}
@media (min-width: 1200px) {
  .hidden-lg,
  .hidden-md,
  .hidden-sm,
  .hidden-xs {
    display: inline-block !important;
  }
  a.navbar-brand {
    position: absolute;
    width: 14.422%;
    left: 15px;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  .container {
    width: 100% !important;
  }
  .container #content {
    padding: 30px;
    margin: 0;
    height: 100%;
  }
  .container .breadcrumb {
    margin: -30px -30px 30px;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg,
  .hidden-md,
  .hidden-sm,
  .hidden-xs {
    display: inline-block !important;
  }
  a.navbar-brand {
    position: absolute;
    width: 14.422%;
    left: 15px;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  .container {
    width: 100% !important;
  }
  .container #content {
    padding: 30px;
    margin: 0;
    height: 100%;
  }
  .container .breadcrumb {
    margin: -$boxPadding -$boxPadding 30px;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  a#main-menu-toggle {
    margin-left: 8.334%;
  }
  a.navbar-brand {
    width: 8.334%;
    position: absolute;
    left: 15px;
  }
  a.navbar-brand span {
    font-size: 9pt;
  }
  .navbar-collapse {
    max-height: 100%;
  }
  .container {
    width: 100% !important;
  }
  .container #content {
    padding: 30px;
  }
  .container .breadcrumb {
    margin: -$boxPadding -$boxPadding 30px;
    padding: 10px 30px;
  }
  .btn-navbar {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body:after,
  body:before {
    display: none;
  }
  a.navbar-brand {
    margin-bottom: 0;
  }
  #search {
    margin-left: 10px !important;
  }
  .hidden-sm {
    display: inline-block !important;
  }
  .header-nav,
  .login .navbar-toggle {
    display: none;
  }
  .navbar-toggle {
    position: absolute;
    top: -3px;
    right: -10px;
    z-index: 100;
    background: 0 0 !important;
    text-shadow: none !important;
    border: none !important;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header-nav li {
    float: left;
  }
  #content {
    overflow: hidden;
  }
  #content .breadcrumb {
    margin: -4px -5px 30px;
  }
  #sidebar-left {
    min-height: 0;
    padding: 0 !important;
  }
  .message-view {
    margin: 0;
  }
  .price-table-overlay {
    width: 100% !important;
    overflow-x: scroll;
  }
  .price-table.five {
    width: 750pt;
  }
  .price-table.four {
    width: 50pc;
  }
  .price-table.three {
    width: 900px;
  }
  .price-table.five ul,
  .price-table.four ul {
    width: 200px;
  }
  .price-table.three ul {
    width: 300px;
  }
  .price-table.two ul {
    width: 50%;
  }
  .price-table.one ul {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    padding: 0;
  }
  #content {
    padding: 5px;
  }
}
@media only screen and (max-width: 479px) {
  #search select,
  .discussions ul li .date,
  .login .navbar-toggle {
    display: none;
  }
  body {
    padding: 0;
  }
  a.navbar-brand,
  a.navbar-brand:hover {
    background: 0 0;
  }
  #search input {
    margin-top: 5px;
    margin-left: -10px !important;
    width: 100% !important;
  }
  #content {
    padding: 5px;
  }
}
