/*
 * Created: 02.02.18, 15:34
 */
.navbar-fixed-top,
.be-left-sidebar {
  font-family: "Roboto", Arial, sans-serif;
}
.be-left-sidebar ul.sub-menu {
  margin: 0;
}
.be-left-sidebar ul.sub-menu li a {
  line-height: 20px;
}
/*------------------------------------------------------------------
	[Main wrapper]
*/
.be-wrapper {
  min-height: 100%;
}
@media (max-width: 767px) {
  .be-wrapper {
    overflow-x: hidden;
  }
}
.left-nav .be-wrapper {
  padding-top: 78px;
}
.left-nav .be-wrapper-iframe {
  padding-top: 0px;
}
/*------------------------------------------------------------------
	[bootstrap navbar]
*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0396a6;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #eee;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .old-layout .box {
    margin-left: 20px;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eee;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0396a6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eee;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .be-menu > .navbar > .container-fluid > .navbar-header {
    width: 230px;
    text-align: center;
  }
  .be-menu > .navbar > .container-fluid > .navbar-header > .navbar-brand {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .be-menu > .navbar > .container-fluid > .navbar-header > .navbar-brand > h1 {
    height: 76px;
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    font-size: 25px;
    line-height: 30px;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #0396a6;
  border-color: #027985;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #027985;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/*------------------------------------------------------------------
	[Top header]
*/
.be-top-header {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .be-top-header {
    border-bottom-width: 0;
    position: relative;
    min-height: 0;
  }
}
.be-top-header .container-fluid {
  padding: 0;
}
.be-top-header .navbar-header .navbar-brand img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 57px;
  max-width: 190px;
}
.be-top-header .navbar-header .navbar-brand {
  line-height: 60px;
  font-size: 21px;
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .be-top-header .navbar-header .navbar-brand {
    display: none;
  }
  .left-nav .be-wrapper {
    padding-top: 61px;
  }
  .be-top-header .navbar-header .navbar-brand img {
    margin: 2px auto;
    max-height: 50px;
    max-width: 190px;
  }
  .navbar-header > .navbar-brand > h1 {
    display: inline;
    vertical-align: middle;
    font-size: 25px;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .be-top-header .navbar-header .navbar-brand {
    margin-right: 10px;
  }
}
.be-nosidebar-left .be-top-header .navbar-header .navbar-brand {
  width: 238px;
}
@media (max-width: 767px) {
  .be-top-header .navbar-header {
    display: none;
  }
}
.be-top-header .page-title {
  font-size: 19px;
  line-height: 60px;
  float: left;
  padding: 0 20px;
}
.be-nosidebar-left .be-top-header .page-title {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .be-top-header .page-title {
    display: none;
  }
}
.be-top-header .navbar-nav > li > a {
  line-height: 60px;
  color: #5a5a5a;
  font-size: 14px;
  padding: 0 18px;
  outline: none;
}
.be-top-header .navbar-nav > li > a:hover,
.be-top-header .navbar-nav > li > a:focus {
  color: #5a5a5a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .be-top-header .navbar-nav > li > a {
    padding: 0 24px;
  }
}
.be-top-header .navbar-nav > li.open > a {
  color: #0396a6;
}
.be-top-header .navbar-nav > li.open > a:focus,
.be-top-header .navbar-nav > li.open > a:active,
.be-top-header .navbar-nav > li.open > a:hover {
  color: #0396a6;
}
.be-top-header .navbar-nav > li.dropdown > a .mdi-caret-down {
  font-size: 23px;
  vertical-align: middle;
  margin-left: 3px;
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu {
  border-radius: 3px;
  margin-top: 12px;
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > li > a {
  color: #504e4e;
  padding: 10px 20px;
  min-width: 175px;
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  background-color: #0396a6;
  color: #ffffff;
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
.be-top-header .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
  background-color: transparent;
  color: #504e4e;
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu:after,
.be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-color: #e3e3e3;
  margin-left: -7px;
  top: -9px;
}
.be-top-header .navbar-collapse {
  border-width: 0;
}
@media (max-width: 767px) {
  .be-top-header .navbar-collapse {
    border-top: 1px solid #f5f5f5;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .be-top-header .navbar-collapse .navbar-nav {
    background-color: #fafafa;
    margin: 0;
    padding: 15px 0;
  }
  .be-top-header .navbar-collapse .navbar-nav > li > a {
    display: block;
    padding: 0 20px;
    color: #646464;
    font-size: 15px;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .be-top-header .navbar-collapse .navbar-nav > li > a .icon {
    line-height: 20px;
    font-size: 21px;
    min-width: 21px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
  }
  .be-top-header .navbar-collapse .navbar-nav > li.dropdown .mdi-caret-down {
    float: right;
    line-height: 38px;
    color: #c5c5c5;
  }
  .be-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    background-color: #eeeeee;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
  }
  .be-top-header
    .navbar-collapse
    .navbar-nav
    > li.dropdown
    .dropdown-menu:before,
  .be-top-header
    .navbar-collapse
    .navbar-nav
    > li.dropdown
    .dropdown-menu:after {
    display: none;
  }
  .be-top-header
    .navbar-collapse
    .navbar-nav
    > li.dropdown
    .dropdown-menu
    > li
    > a {
    color: #646464;
    padding: 8px 15px 8px 49px;
    padding-left: 23px;
  }
}
.be-top-header .be-right-navbar {
  padding-right: 20px;
}
.be-top-header .be-right-navbar .navbar-nav {
  background-color: transparent;
}
@media (max-width: 767px) {
  .be-top-header .be-right-navbar .navbar-nav > li > a {
    color: #ffffff;
  }
  .be-top-header .be-right-navbar .navbar-nav > li > a:focus,
  .be-top-header .be-right-navbar .navbar-nav > li > a:active {
    color: #ffffff;
  }
  .be-top-header .be-right-navbar .navbar-nav > li.open > a {
    color: #ffffff;
  }
  .be-top-header .be-right-navbar .navbar-nav > li.open > a:focus,
  .be-top-header .be-right-navbar .navbar-nav > li.open > a:active,
  .be-top-header .be-right-navbar .navbar-nav > li.open > a:hover {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .be-top-header .be-right-navbar {
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #0396a6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0396a6;
    z-index: 1030;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .be-top-header .be-toggle-right-sidebar {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 9px;
  }
}
.be-top-header .be-toggle-top-header-menu {
  display: none;
  background-color: #ffffff;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.be-top-header .be-toggle-top-header-menu:before {
  content: "\f2f8";
  float: right;
  font-family: "Material Icons";
  font-size: 27px;
  line-height: 22px;
  color: #c5c5c5;
}
.be-top-header .be-toggle-top-header-menu.collapsed {
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: border-bottom-color 0.4s ease;
  -o-transition: border-bottom-color 0.4s ease;
  transition: border-bottom-color 0.4s ease;
}
.be-top-header .be-toggle-top-header-menu.collapsed:before {
  content: "\f2f2";
}
@media (max-width: 767px) {
  .be-top-header .be-toggle-top-header-menu {
    display: block;
  }
}
.be-color-header .be-top-header {
  background-color: #0396a6;
  border-bottom-color: #0396a6;
}
.be-color-header .be-top-header .be-right-navbar {
  background-color: #0396a6;
}
.be-color-header .be-top-header .navbar-header .navbar-brand {
  background-image: url("/img/GFS_logo.png");
  background-size: 198px 57px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .be-color-header .be-top-header .navbar-header .navbar-brand {
    background-image: url("/img/GFS_logo.png");
    background-size: 198px 57px;
  }
}
.be-color-header .be-top-header .page-title {
  color: #ffffff;
}
.be-color-header .be-top-header .be-right-navbar .navbar-nav > li > a {
  color: #ffffff;
}
.be-color-header
  .be-top-header
  .be-right-navbar
  .be-icons-nav
  > li.dropdown
  > a
  .icon {
  color: #ffffff;
}
.be-color-header
  .be-top-header
  .be-right-navbar
  .be-icons-nav
  > li.dropdown
  > a
  .indicator {
  background-color: #ffffff;
}
.be-color-header-success .be-top-header {
  background-color: #34a853;
  border-bottom-color: #34a853;
}
@media (max-width: 767px) {
  .be-color-header-success .be-top-header .be-right-navbar {
    background-color: #34a853;
    border-bottom-color: #34a853;
  }
}
.be-color-header-warning .be-top-header {
  background-color: #fbbc05;
  border-bottom-color: #fbbc05;
}
@media (max-width: 767px) {
  .be-color-header-warning .be-top-header .be-right-navbar {
    background-color: #fbbc05;
    border-bottom-color: #fbbc05;
  }
}
.be-color-header-danger .be-top-header {
  background-color: #ea4335;
  border-bottom-color: #ea4335;
}
@media (max-width: 767px) {
  .be-color-header-danger .be-top-header .be-right-navbar {
    background-color: #ea4335;
    border-bottom-color: #ea4335;
  }
}
.be-top-header .be-icons-nav {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .be-top-header .be-icons-nav {
    margin-right: 10px;
  }
}
.be-icons-nav > li.dropdown {
  position: static;
}
.be-icons-nav > li.dropdown > a {
  padding: 0 10px;
}
.be-icons-nav > li.dropdown > a .icon {
  font-size: 24px;
  vertical-align: middle;
  color: #737373;
}
.be-icons-nav > li.dropdown > a .icon.mdi-comment-more {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.be-icons-nav > li.dropdown > a .indicator {
  background-color: #0396a6;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 18px;
  right: 6px;
}
.be-icons-nav > li.dropdown.open > a:after,
.be-icons-nav > li.dropdown.open > a:before {
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -13px;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  z-index: 1001;
}
.be-icons-nav > li.dropdown.open > a:before {
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-color: #e3e3e3;
  margin-left: -9px;
  bottom: -12px;
}
.be-icons-nav > li.dropdown .dropdown-menu {
  width: 300px;
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  position: absolute;
}
.be-icons-nav > li.dropdown .dropdown-menu .title {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0 8px;
  border-bottom: 1px solid #ebebeb;
}
.be-icons-nav > li.dropdown .dropdown-menu .title .badge {
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #e4e4e4;
  color: #8a8a8a;
  min-width: 17px;
  height: 17px;
  text-align: center;
  padding: 3px 6px;
}
.be-icons-nav > li.dropdown .dropdown-menu .title .badge-new {
  background-color: #0396a6;
  border-color: #0396a6;
  color: #ffffff;
}
.be-icons-nav > li.dropdown .dropdown-menu .footer a {
  background-color: #fafafa;
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  display: block;
  outline: none;
}
.be-icons-nav > li.dropdown .dropdown-menu .footer a:hover {
  background-color: #f5f5f5;
}
.be-top-header .be-icons-nav > li.dropdown .dropdown-menu:after,
.be-top-header .be-icons-nav > li.dropdown .dropdown-menu:before {
  display: none;
}
.be-icons-nav > li.dropdown.open > a {
  background-color: transparent;
}
.be-icons-nav > li.dropdown.open > a .icon {
  color: #0396a6;
}
@media (max-width: 767px) {
  .be-icons-nav > li.dropdown.open > a .icon {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .be-icons-nav {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .be-top-header .be-icons-nav {
    margin: 0 5px 0 0;
  }
  .be-icons-nav > li.dropdown {
    display: inline-block;
  }
  .be-icons-nav > li.dropdown > a {
    padding: 0 7px;
  }
  .be-icons-nav > li.dropdown > a .icon {
    color: #ffffff;
  }
  .be-icons-nav > li.dropdown > a .indicator {
    right: 2px;
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .be-icons-nav > li.dropdown .dropdown-menu {
    left: 0;
    top: 60px;
    width: 100%;
    box-shadow: none;
    border-width: 0;
  }
  .be-top-header .be-icons-nav > li.dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 1px;
  }
  .be-icons-nav > li.dropdown .dropdown-menu .footer a {
    border-bottom: 1px solid #ebebeb;
  }
  .be-icons-nav > li.dropdown.open > a:before {
    display: none;
  }
  .be-icons-nav > li.dropdown.open > a:after {
    bottom: -1px;
  }
}
.be-user-nav {
  margin-right: 0;
}
.be-user-nav > li.dropdown > a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .be-user-nav > li.dropdown > a {
    padding-left: 10px;
  }
}
.be-user-nav > li.dropdown > a img {
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
}
.be-user-nav > li.dropdown > a .user-name {
  margin-left: 8px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.be-user-nav > li.dropdown > a:after {
  display: none;
  content: "\f2f2";
  float: right;
  font-family: "Material Icons";
  font-size: 21px;
  color: #c5c5c5;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .be-user-nav > li.dropdown > a:after {
    display: inline-block;
  }
}
.be-user-nav > li.dropdown .dropdown-menu {
  width: 220px;
  padding: 0 0 7px;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu li a:focus,
.be-top-header .be-user-nav > li.dropdown .dropdown-menu li a:active {
  background-color: transparent;
  color: #504e4e;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
  color: #504e4e;
}
.be-user-nav > li.dropdown .dropdown-menu li a .icon {
  vertical-align: middle;
  margin-right: 6px;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info {
  background-color: #0396a6;
  color: #ffffff;
  overflow: hidden;
  padding: 20px 15px 14px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 7px;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-name {
  display: block;
  font-size: 19px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 13px;
  position: relative;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.be-user-nav
  > li.dropdown
  .dropdown-menu
  .user-info
  .user-position.online:after {
  background-color: #6cd187;
  border-color: #6cd187;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.away:after {
  background-color: #fcd050;
  border-color: #fcd050;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.busy:after {
  background-color: #f39088;
  border-color: #f39088;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .switch-status {
  float: right;
  margin-top: 5px;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 13px;
  border-bottom-color: #0396a6;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:before {
  display: none;
}
@media (max-width: 767px) {
  .be-user-nav {
    margin: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
  }
  .be-user-nav > li.dropdown > a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    white-space: nowrap;
  }
  .be-user-nav > li.dropdown > a:after {
    color: #ffffff;
  }
  .be-user-nav > li.dropdown > a img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .be-user-nav > li.dropdown > a .user-name {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .be-user-nav > li.dropdown .dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: fixed;
    top: 60px;
    left: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 220px;
  }
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    right: auto;
    left: 20px;
  }
}
.be-notifications {
  padding-top: 0;
}
.navbar-right .be-notifications {
  left: auto;
  right: 25px;
}
.be-notifications .be-scroller {
  position: relative;
  height: 222px;
}
.be-notifications .be-scroller > .content > ul {
  list-style: none;
  padding-left: 0;
}
.be-notifications .notification {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.be-notifications .notification > a {
  padding: 15px;
  display: block;
  overflow: hidden;
}
.be-notifications .notification > a .image {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #e4e4e4;
  float: left;
  text-align: center;
  overflow: hidden;
}
.be-notifications .notification > a .image img {
  height: 38px;
  width: 38px;
  font-size: 25px;
  color: #979595;
  line-height: 36px;
}
.be-notifications .notification > a .notification-info {
  padding-left: 50px;
  line-height: 14px;
}
.be-notifications .notification > a .notification-info .text {
  font-weight: 500;
  font-size: 13px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}
.be-notifications .notification > a .notification-info .user-name {
  color: #0396a6;
  font-size: 13px;
}
.be-notifications .notification > a .notification-info .date {
  color: #8a8a8a;
  display: block;
  font-size: 9px;
  margin-top: 4px;
  text-transform: uppercase;
}
.be-notifications .notification.notification-unread {
  background-color: rgba(3, 150, 166, 0.1);
  border-bottom: 1px solid rgba(3, 150, 166, 0.1);
}
.be-notifications .notification.notification-unread > a {
  position: relative;
}
.be-notifications .notification.notification-unread > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  background-color: #0396a6;
  border-radius: 50%;
}
.be-notifications .notification:hover {
  background-color: #0396a6;
}
.be-notifications .notification:hover > a {
  color: #ffffff;
}
.be-notifications .notification:hover > a .logo {
  background-color: #027683;
}
.be-notifications .notification:hover > a .logo .icon {
  color: #ffffff;
}
.be-notifications .notification:hover > a .notification-info .circle {
  background: #ffffff;
}
.be-notifications .notification:hover > a .notification-info .text,
.be-notifications .notification:hover > a .notification-info .date,
.be-notifications .notification:hover > a .notification-info .user-name {
  color: #ffffff;
}
.be-notifications .notification:hover > a:after {
  background-color: #ffffff;
}
.be-notifications .notification:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .navbar-nav .open .be-notifications {
    position: absolute;
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .navbar-nav .open .be-notifications {
    position: fixed;
  }
}
.be-connections {
  min-width: 304px;
}
.navbar-right .be-connections {
  left: auto;
  right: 25px;
}
.be-connections .content {
  padding: 20px 15px;
}
.be-connections .content .row {
  margin: 0;
}
.be-connections .content .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.be-connections .connection-item {
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #737373;
}
.be-connections .connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.be-connections .connection-item img {
  max-height: 35px;
  max-width: 35px;
}
.be-connections .connection-item:hover {
  background-color: transparent;
  border-color: #ebebeb;
}
.navbar ul.nav.navbar-nav.navbar-right > li > a {
  text-shadow: none !important;
}
@media (max-width: 767px) {
  .navbar-right .be-connections {
    right: 5px;
  }
  .navbar-nav .open .be-connections {
    position: absolute;
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .be-connections {
    min-width: 260px;
  }
  .navbar-nav .open .be-connections {
    position: fixed;
  }
  .be-connections .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*------------------------------------------------------------------
	[Left sidebar]
*/
.be-left-sidebar {
  background-color: #58c1d6;
  width: 230px;
  left: 0;
  position: absolute;
}
.be-left-sidebar .left-sidebar-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.be-left-sidebar .left-sidebar-spacer {
  height: 100%;
  display: table-row;
}
.be-left-sidebar .dropdown-backdrop {
  display: none !important;
}
@media (min-width: 768px) {
  .be-left-sidebar .left-sidebar-spacer {
    display: table-row;
  }
}
.be-left-sidebar .left-sidebar-scroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.be-left-sidebar .left-sidebar-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8px;
}
.be-left-sidebar .left-sidebar-toggle {
  display: none;
  background-color: #ffffff;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 14px;
}
.be-left-sidebar .left-sidebar-toggle:before {
  content: "\f2f2";
  float: right;
  font-family: "Material Icons";
  font-size: 27px;
  line-height: 22px;
  color: #0396a6;
}
.be-left-sidebar .left-sidebar-toggle.open:before {
  content: "\f2f8";
}
@media (max-width: 767px) {
  .be-left-sidebar .left-sidebar-toggle {
    display: block;
  }
}
.be-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}
.be-left-sidebar .sidebar-elements .divider {
  padding: 20px 20px 0;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.be-left-sidebar .sidebar-elements > li {
  list-style: none;
}
.be-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.be-left-sidebar .sidebar-elements > li > a .icon {
  line-height: 20px;
  font-size: 21px;
  min-width: 21px;
  margin-right: 9px;
  text-align: center;
  vertical-align: middle;
}
.be-left-sidebar .sidebar-elements > li > a:hover,
.be-left-sidebar .sidebar-elements > li > a.active {
  background-color: #038d9c;
}
.be-left-sidebar .sidebar-elements > li > a:hover > span,
.be-left-sidebar .sidebar-elements > li > a.active > span {
  color: #fff;
}
.be-left-sidebar .sidebar-elements > li.parent > a:before {
  content: "\f2f2";
  float: right;
  font-family: "Material Icons";
  font-size: 21px;
  line-height: 37px;
  color: #fff;
}
.be-left-sidebar .sidebar-elements > li.parent.open > a:before {
  content: "\f2f8";
}
.be-left-sidebar .sidebar-elements > li ul {
  display: none;
  background-color: #0396a6;
  padding: 10px 0;
  list-style: none;
  border-top: 1px solid #71cadc;
  border-bottom: 1px solid #71cadc;
}
.be-left-sidebar .sidebar-elements > li ul li > a {
  padding: 8px 15px 8px 49px;
  color: #fff;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.be-left-sidebar .sidebar-elements > li ul li > a .label {
  border-radius: 2px;
  font-weight: 500;
  line-height: 9px;
  font-size: 11px;
  padding: 4px 7px;
  margin-left: 4px;
  margin-top: 1px;
}
.be-left-sidebar .sidebar-elements > li ul li > a:hover {
  background-color: #4ebdd3;
  color: #fff;
}
.be-left-sidebar .sidebar-elements > li ul li.active > a {
  color: #95d8e5;
}
.be-left-sidebar .sidebar-elements > li ul li.active > a:hover {
  color: #fff;
}
.be-left-sidebar .sidebar-elements > li.active > a {
  padding-left: 20px;
  font-weight: 500;
  color: #fff;
}
.be-left-sidebar .sidebar-elements > li.active > a > span {
  color: #fff;
}
.be-left-sidebar .sidebar-elements > li.open > ul {
  display: block;
}
.be-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
@media (max-width: 767px) {
  .be-left-sidebar:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .be-left-sidebar {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    border-right-width: 0;
    position: relative;
  }
  .be-left-sidebar .left-sidebar-wrapper,
  .be-left-sidebar .left-sidebar-spacer,
  .be-left-sidebar .left-sidebar-scroll,
  .be-left-sidebar .left-sidebar-content {
    display: block;
    position: relative;
    overflow: visible;
  }
  .be-left-sidebar .left-sidebar-spacer {
    display: none;
    border-top: 2px solid #f5f5f5;
  }
  .be-left-sidebar .left-sidebar-spacer.open {
    display: block;
  }
  .be-left-sidebar .left-sidebar-content {
    padding-bottom: 20px;
  }
  .be-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .be-left-sidebar .sidebar-elements > li > a:hover {
    background-color: transparent;
  }
  .be-left-sidebar .sidebar-elements > li > a:hover > span {
    color: inherit;
  }
  .be-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .be-left-sidebar .sidebar-elements > li > ul li > a:hover {
    background-color: transparent;
  }
  .be-left-sidebar .sidebar-elements > li > ul li > a:active {
    background-color: #e7e7e7;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller {
    height: auto;
    overflow: visible;
  }
  .be-left-sidebar
    .sidebar-elements
    > li
    > ul
    > li.nav-items
    > .be-scroller
    > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .be-left-sidebar .sidebar-elements > li:hover {
    background-color: inherit;
  }
  .be-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .be-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
}
.be-fixed-sidebar .be-left-sidebar {
  height: 100%;
  margin-top: 61px;
  padding-bottom: 61px;
  position: fixed;
  top: 0;
  bottom: 0;
}
.be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
  position: absolute;
}
@media (max-width: 767px) {
  .be-fixed-sidebar .be-left-sidebar .left-sidebar-content {
    position: relative;
  }
}
@media (max-width: 767px) {
  .be-fixed-sidebar .be-left-sidebar {
    position: static;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.be-fixed-sidebar .be-left-sidebar:before {
  top: 60px;
}
.be-left-sidebar .progress-widget {
  padding: 20px;
  cursor: pointer;
}
.be-left-sidebar .progress-widget .progress-data {
  color: #646464;
}
.be-left-sidebar .progress-widget .progress-value {
  float: right;
}
.be-left-sidebar .progress-widget .progress {
  margin: 10px 0 0;
  height: 8px;
  background-color: #ebebeb;
  border-radius: 2px;
}
.be-left-sidebar .progress-widget:hover {
  background-color: #f0f0f0;
}
.be-left-sidebar .progress-widget:hover .progress {
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  .be-left-sidebar .progress-widget {
    display: none;
  }
}

@media (min-width: 768px) {
  .left-nav .be-wrapper .be-menu + .be-content {
    margin-left: 230px;
  }
}
/*------------------------------------------------------------------
  [Dropdown menu]
*/
.dropdown-showcase {
  margin: 0;
}
.dropdown-showcase .showcase {
  display: inline-block;
  margin-right: 18px;
}
.dropdown-menu {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 7px 0px;
  min-width: 185px;
}
.dropdown-menu > li > a {
  font-weight: 400;
  color: #504e4e;
  padding: 8px 20px;
  text-align: left !important;
}
.dropdown-menu > li > a .icon {
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
  margin-right: 8px;
  color: #696969;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background-color: transparent;
  color: #504e4e;
}
.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}
.dropdown-menu > li > a:hover .icon {
  color: #fff;
}
.dropdown-menu > li.filter-by label {
  padding: 8px 20px;
  display: block;
}
.dropdown-menu > li.filter-by label:hover {
  background-color: #f5f5f5;
}
.dropdown-menu > li .btn-group .btn {
  font-size: 16px;
  color: #696969;
  padding: 0 20px;
}
.dropdown-menu .divider {
  margin: 6px 0;
  background-color: #e3e3e3;
}
.dropdown-header {
  padding: 5px 20px 1px;
  font-weight: 600;
  color: #c2c1c1;
  cursor: default;
}
.dropdown-tools {
  text-align: center;
}
.dropdown-menu-primary {
  border-color: transparent;
  background-color: #5f99f5;
}
.dropdown-menu-primary > li > a {
  color: #ffffff;
}
.dropdown-menu-primary > li > a:focus,
.dropdown-menu-primary > li > a:active {
  color: #ffffff;
}
.dropdown-menu-primary > li > a:hover {
  background-color: #478af4;
  color: #ffffff;
}
.dropdown-menu-primary > li > a .icon {
  color: #ffffff;
}
.dropdown-menu-primary > li .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #ffffff;
  border-color: #b5d0fa;
  border-width: 2px;
}
.dropdown-menu-primary > li .dropdown-tools .btn-group .btn:hover {
  border-color: #ffffff;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-primary > li .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}
.dropdown-menu-primary > li .dropdown-tools .btn-group .btn:active,
.dropdown-menu-primary > li .dropdown-tools .btn-group .btn.active {
  background-color: #ffffff;
  color: #5f99f5;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-primary > li .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-primary .divider {
  background-color: #478af4;
}
.dropdown-menu-success {
  border-color: transparent;
  background-color: #37b358;
}
.dropdown-menu-success > li > a {
  color: #ffffff;
}
.dropdown-menu-success > li > a:focus,
.dropdown-menu-success > li > a:active {
  color: #ffffff;
}
.dropdown-menu-success > li > a:hover {
  background-color: #319f4e;
  color: #ffffff;
}
.dropdown-menu-success > li > a .icon {
  color: #ffffff;
}
.dropdown-menu-success > li .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #ffffff;
  border-color: #72d48c;
  border-width: 2px;
}
.dropdown-menu-success > li .dropdown-tools .btn-group .btn:hover {
  border-color: #ffffff;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-success > li .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}
.dropdown-menu-success > li .dropdown-tools .btn-group .btn:active,
.dropdown-menu-success > li .dropdown-tools .btn-group .btn.active {
  background-color: #ffffff;
  color: #37b358;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-success > li .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-success .divider {
  background-color: #319f4e;
}
.dropdown-menu-warning {
  border-color: transparent;
  background-color: #f6c163;
}
.dropdown-menu-warning > li > a {
  color: #ffffff;
}
.dropdown-menu-warning > li > a:focus,
.dropdown-menu-warning > li > a:active {
  color: #ffffff;
}
.dropdown-menu-warning > li > a:hover {
  background-color: #f5b74b;
  color: #ffffff;
}
.dropdown-menu-warning > li > a .icon {
  color: #ffffff;
}
.dropdown-menu-warning > li .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #ffffff;
  border-color: #fbe3ba;
  border-width: 2px;
}
.dropdown-menu-warning > li .dropdown-tools .btn-group .btn:hover {
  border-color: #ffffff;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-warning > li .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}
.dropdown-menu-warning > li .dropdown-tools .btn-group .btn:active,
.dropdown-menu-warning > li .dropdown-tools .btn-group .btn.active {
  background-color: #ffffff;
  color: #f6c163;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-warning > li .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-warning .divider {
  background-color: #f5b74b;
}
.dropdown-menu-danger {
  border-color: transparent;
  background-color: #eb6357;
}
.dropdown-menu-danger > li > a {
  color: #ffffff;
}
.dropdown-menu-danger > li > a:focus,
.dropdown-menu-danger > li > a:active {
  color: #ffffff;
}
.dropdown-menu-danger > li > a:hover {
  background-color: #e84e40;
  color: #ffffff;
}
.dropdown-menu-danger > li > a .icon {
  color: #ffffff;
}
.dropdown-menu-danger > li .dropdown-tools .btn-group .btn {
  background-color: transparent;
  color: #ffffff;
  border-color: #f5afa9;
  border-width: 2px;
}
.dropdown-menu-danger > li .dropdown-tools .btn-group .btn:hover {
  border-color: #ffffff;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-danger > li .dropdown-tools .btn-group .btn:hover + .btn {
  border-left-color: transparent;
}
.dropdown-menu-danger > li .dropdown-tools .btn-group .btn:active,
.dropdown-menu-danger > li .dropdown-tools .btn-group .btn.active {
  background-color: #ffffff;
  color: #eb6357;
  border-color: transparent;
  border-width: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-danger > li .dropdown-tools .btn-group .btn:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-danger .divider {
  background-color: #e84e40;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .be-top-header .page-title,
  .be-top-header .navbar-nav > li > a {
    line-height: 75px;
  }
}
.navbar-brand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*dreadnaught*/

.be-right-navbar .page-title span {
  font-size: 13px;
  margin-left: 12px;
}

.be-right-navbar .page-title {
  color: #404040;
}

.header-location-address {
  font-size: 14px;
}

.tag {
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
}

.tag-secondary {
  color: #ffffff;
  background-color: #bfbdbf;
}

.tag-secondary a {
  text-decoration: underline;
  color: #fff;
}

.tag-alert {
  background: #ff4922;
  color: #ffffff;
}

a.tag-alert,
a.tag-alert:hover,
a.tag-alert:link {
  background: #ff4922;
  color: #ffffff;
}

/*OLD LAYOUT*/
.old-layout #e2w-edit-widget-add-profiles .btn.add-profile,
.old-layout #e2w-edit-widget-profiles .profile .btn,
.old-layout .btn,
.old-layout .e2btn,
.old-layout .e2btn.e2btn-gray,
.old-layout .e2btn.e2btn-blue-139,
.old-layout .e2btn.e2btn-blue,
.old-layout .e2btn.e2btn-blue-169 {
  -webkit-border-radius: 13px;
  display: inline-block !important;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  background-image: none;
  height: auto;
  box-shadow: none;
  border: none;
  color: #555;
  background: #f9f8f8;
  padding: 4px 16px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 4px;
  font-family: Inter, "Open Sans", sans-serif;

}
.btn:focus {
  outline: none !important;
}

.old-layout .btn:hover,
.old-layout .e2btn,
.old-layout .e2btn.e2btn-gray,
.old-layout .e2btn.e2btn-blue-139:hover,
.old-layout .e2btn.e2btn-blue:hover,
.old-layout .e2btn.e2btn-blue-169:hover {
  z-index: 2;
  text-decoration: none;
  transition: none;
}

.old-layout .e2btn.e2btn-gray,
.old-layout .btn:hover {
  color: #444F5D !important;
  background-color: #FFF;
  border: 1px solid #444F5D !important;
}
.old-layout .e2btn.e2btn-gray i,
.old-layout .btn:hover i {
  color: #444F5D !important;
}

.old-layout .btn.btn-save {
  background-color: white !important;
}
.old-layout #e2w-edit-widget-add-profiles .btn.add-profile,
.old-layout #e2w-edit-widget-profiles .profile .btn,
.old-layout .e2btn.e2btn-gray,
.old-layout .btn {
  color: #052527;
  background-color: #FFF;
  line-height: 18px;
  border: 1px solid #052527;
}
.old-layout .e2btn.e2btn-blue-139,
.old-layout .e2btn.e2btn-blue,
.old-layout .e2btn.e2btn-blue-169 {
  background-color: #052527;
  border-color: #052527;
  color: white !important;
  width: auto;
}
.old-layout .e2btn.e2btn-blue-139:hover,
.old-layout .e2btn.e2btn-blue:hover,
.old-layout .e2btn.e2btn-blue-169:hover {
  color: #fff !important;
  background-color: #105B5D;
  border-color: #105B5D;
}

.old-layout .btn-group .btn {
  border-bottom-left-radius: 13px !important;
  border-top-left-radius: 13px !important;
}
.old-layout input[type="submit"].e2btn.disabled {
  color: #ddd !important;
}

.old-layout .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  margin-top: auto !important;
  margin-bottom: auto !important;
  opacity: 1 !important;
}
.input-group-btn > .btn-default {
  color: #404040;
  background-color: #fff;
  border-color: #bbb;
}

.allstate-menu .al-hide {
  display: none !important;
}

.menu-separator {
  border-color: #a9d2df;
  margin: 15px 20px;
}

/* What's New menu content */
.whats-new-wrapper {
  margin: 20px 20px 0;
  padding: 20px 20px 20px 26px;
  position: relative;
  bottom: 0;
  left: 0;
  will-change: scroll-position;
  transition: all 1s linear;
}

.is-whats-new-heading {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.whats-new-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.whats-new-wrapper .status-circle {
  position: absolute;
  top: 20px;
  left: 4px;
}

.status-circle-pink {
  background-color: #df476b;
}

.status-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  margin-top: 4px;
}

.add-profile {
  height: 28px!important;
  font-size: 15px!important;
  min-width: 160px;
  top: 0!important;
}

.select-review-site-label {
  color: #000;
  font-size:15px;
}

.customCidInput {
  width: 300px!important;
}

.addProfile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-height: 35px;
  margin-bottom: 20px;
}

.searchableSelect {
  flex: 1;
  min-width: 300px;
}

.reviewSiteSingle {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.reviewSiteSingle .url {
  flex: 1 1 0;
  max-width: 360px;
}

.reviewSiteSingle button {
  flex: 1 1 0;
  max-width: 78px;
  margin-right: 18px!important;
}

.reviewSiteSingle .customCid {
  margin-top: -26px;
  flex: 1 1 0;
}
