﻿/* MENU STYLING */
.navbars-wrapper {
  position: relative;
  top: 0;
  transition: top 0.25s;
  width: 100%;
  z-index: 10; }

.nav-up {
  top: -120px; }

/* NAVBAR 1 */
.navbar {
  margin: 0;
  border: 0; }
  .navbar .navbar-brand img {
    height: 60px; }

.navbar-first .nav > li > .dropdown-toggle {
  font-size: 15px;
  color: #4f4f4f;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 0; }

.navbar-first .nav > li > .dropdown-toggle:hover,
.navbar-first .nav > li > .dropdown-toggle:focus,
.navbar-first .nav > li.open > .dropdown-toggle {
  color: #000;
  background: none;
  border: 0; }

.navbar-first .nav > li > .dropdown-toggle .profile-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  position: relative; }

.navbar-first .nav > li > .dropdown-toggle .profile-image img {
  width: 100%;
  height: auto; }

.navbar-first .nav > li > .dropdown-toggle > .caret {
  margin-left: 21px; }

.navbar-first .nav > li > .dropdown-menu {
  min-width: 175px;
  top: 100%;
  left: auto;
  right: -20px;
  padding: 13px 0;
  margin-top: 11px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
  position: absolute; }

.navbar-first .nav > li > .dropdown-menu:before {
  content: '';
  width: 32px;
  height: 18px;
  position: absolute;
  top: -18px;
  right: 11px;
  background: url(../images/profile_menu-arrow.png) no-repeat;
  background-size: 100%;
  /*border-right: 11px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 11px solid transparent;*/ }

.dropdown-menu {
  top: 0%; }

.dropdown-menu > li > a {
  font-size: 13px;
  line-height: 34px;
  padding: 0 28px; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }

.navbar-first {
  min-height: 60px;
  background: #fff;
  z-index: 75; }

.navbar-first .navbar-brand {
  height: 100%;
  padding-top: 11px;
  padding-bottom: 11px; }

/* NAVBAR 2 */
.navbar-sec {
  min-height: 60px;
  background: #2592D2;
  z-index: 50; }

.navbar-sec .navbar-nav.pull-left > li > a {
  font-size: 18px;
  line-height: 25px; }

.navbar-sec .navbar-nav.pull-left > li > a.active {
  font-weight: 700; }

.navbar-sec .navbar-nav.pull-right > li {
  margin: 0 17px; }

.navbar-sec .navbar-nav.pull-right > li:nth-last-child(1) {
  margin-right: 0; }

.navbar-sec .navbar-nav.pull-right > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0 19px; }

.navbar-sec .navbar-nav.pull-right > li > a:hover {
  color: #fff; }

/* NAVBAR 3 */
.navbar-third {
  height: 47px;
  min-height: 47px;
  background: #6b6b6b;
  z-index: 25; }

.navbar-third .container {
  position: relative; }

.navbar-third .navbar-header {
  width: auto;
  background: #6b6b6b;
  position: relative;
  float: left; }

.navbar-third .navbar-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #4f4f4f;
  display: block; }

.navbar-third .navbar-header .toggle {
  width: 341px;
  height: 47px;
  text-align: left;
  color: #fff;
  background: #4f4f4f;
  box-shadow: none;
  border: 0;
  outline: none; }

.navbar-third .navbar-header .toggle:hover {
  background: #585757; }

.toggle-box {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 26px;
  height: 25px;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
  display: inline-block;
  transition: opacity .25s ease; }

.toggle-box .toggle-inner {
  top: 5px;
  left: 2px;
  position: absolute;
  display: block;
  width: 22px; }

.toggle-box span {
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  border-radius: 20px;
  transition: all .35s ease;
  cursor: pointer; }

.toggle .toggle-box span:nth-child(2) {
  top: 7px; }

.toggle .toggle-box span:nth-child(3) {
  top: 14px; }

.toggle-box:focus {
  outline: none; }

.toggle.active .toggle-box span:nth-child(1) {
  height: 3px;
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  transform: translateY(6px) translateX(0) rotate(45deg); }

.toggle.active .toggle-box span:nth-child(2) {
  background: none; }

.toggle.active .toggle-box span:nth-child(3) {
  height: 3px;
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg); }

.navbar-third .navbar-header .toggle .title {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-left: 38px; }

#filterMenuToggleButton .toggle-box.filter-active {
  background-color: #2592D2; }

.navbar-third .navbar-header .filter-menu {
  width: 100%;
  height: 100vh;
  background: #4f4f4f;
  position: absolute;
  top: 47px; }

.navbar-third .navbar-header .filter-menu.collapsing,
.navbar-third .navbar-header .filter-menu.in {
  display: block; }

.navbar-third .navbar-header .filter-menu .nav {
  width: 100%;
  height: auto;
  padding: 40px 0 60px 30px; }

.navbar-third .navbar-header .filter-menu ul.nav > li {
  font-size: 16px;
  font-weight: 300;
  line-height: 55px;
  padding: 0 0 0 38px;
  position: relative; }

.navbar-third .navbar-header .filter-menu .nav li:hover {
  color: #cbcbcb; }

.navbar-third .navbar-header .filter-menu .nav li i {
  height: 100%;
  color: inherit;
  font-size: 21px;
  font-weight: 300;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center; }

.navbar-third .navbar-header .filter-menu .nav li:nth-child(2) i {
  font-size: 24px; }

.navbar-third .navbar-header .filter-menu .nav .k-multiselect {
  width: 260px;
  height: 31px; }

.navbar-third .navbar-header .filter-menu .nav .k-multiselect-wrap {
  background-color: #4f4f4f; }

.navbar-third .navbar-header .filter-menu .nav .k-multiselect.k-state-focused .k-multiselect-wrap {
  background-color: #fff; }

.navbar-third .navbar-header .filter-menu .nav input.k-input {
  color: #cbcbcb; }

.k-list-container .k-list .k-item {
  position: relative; }

.k-list-container .k-list .k-item input {
  position: absolute;
  right: 0; }

.navbar-third .breadcrumbs {
  float: left; }

.navbar-third .breadcrumbs ul {
  padding: 0 0 0 31px;
  margin: 0;
  float: left; }

.navbar-third .breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0 0 0 4px;
  margin: 0;
  position: relative;
  cursor: pointer; }

.navbar-third .breadcrumbs ul li:before {
  content: '-';
  margin-right: 4px; }

.navbar-third .breadcrumbs ul li,
.navbar-third .breadcrumbs ul li * {
  color: #c3c3c3;
  font-size: 11px; }

.navbar-third .breadcrumbs ul li:nth-child(1):before {
  display: none; }

.navbar-third .breadcrumbs ul li:nth-last-child(1) {
  font-weight: 700; }

.k-menu .k-group {
  border-color: black; }

/* END MENU STYLING */
.nav-tabs {
  border-bottom: 1px solid #eaeaea; }

.nav-tabs > li {
  margin: 0; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff; }

.nav-tabs > li > a {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 700;
  padding: 5px 20px;
  position: relative;
  outline: none; }

.nav-tabs > li.active > a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #2563b0;
  position: absolute;
  bottom: 0;
  left: 0; }

#menu_container .io-menu {
  border: none;
  min-height: 36px;
  min-width: 6px;
  margin-top: 10px;
  position: relative;
  float: left;
  background-color: #3696d5; }

#menu_container .io-menu > li {
  min-width: 70px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  padding-right: 30px;
  margin-right: 10px;
  position: relative;
  display: block;
  background-color: #3696d5;
  border: none; }

#menu_container .io-menu > li > a:hover, #menu_container .io-menu .k-state-hover, .k-state-hover:hover {
  background-color: #3696d5;
  color: white;
  border: none; }

#menu_container .io-menu > li > a:hover:after,
#menu_container .io-menu > li > span.k-link:hover:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff; }

#menu_container .io-menu span.k-link, #menu_container .io-menu a.k-link {
  background-color: #3696d5;
  color: #fefefe;
  font-weight: 300;
  padding: 10px 0 15px 0;
  border: none;
  box-shadow: none; }

#menu_container .io-menu ul li span.k-link, #menu_container .io-menu ul li a.k-link {
  padding: 10px; }

#menu_container .io-menu .k-menu .k-state-hover .k-link.k-state-active {
  background-color: #3696d5; }

#menu_mn_active {
  text-decoration-style: solid;
  font-weight: 900;
  text-decoration-line: none; }

/* Icon 1 */
#nav-icon1 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 75%;
  background: #2e3cd3;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.dropdown-menu > .dropdown-item:hover {
  border-left: 2px solid blue;
  border-radius: 2px; }

.nav-item:hover {
  transform: scale(1.03) translate3d(0, 0, 0); }
