li.display > a .jstree-themeicon {background:url("/static/images/common/treeLastIcon.png") 0px 0px no-repeat !important;}

.dropdown-menu > li {
	float: left;
}

.gogobox-logo {
	padding : 0;
	display: inline-block;
}

.navbar {
	margin-left: 0px !important;
}

.gogobox-navbar {
	position: absolute;
	display: inline-block;
	width: 100%;
}

.has-submenu > a {
	color: #FFF;
}

/*
.wrap-loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
	z-index: 1040;
}
.wrap-loading div {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	background-color: white !important;
	border: 2px solid #2d836a;
	font-weight: bold;
	color: #2d836a;
}
*/

.main-header .navbar {
	width : 100% !important;
	height : 48px !important;
	font-color: #fff !important;
}

.navbar-brand .user-name {
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 500;
}

.navbar-brand .user-name-postfix {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 400;
}

.navbar-brand .btn-logout {
	height: 36px !important;
    color: #fff !important;
    background-color: #DC3545 !important;
	border-color: #DC3545 !important;
	border-radius : 20px !important;
	font-size : 14px !important;
}

.navbar-brand .btn-logout:hover {
	height: 36px !important;
    color: #fff !important;
    background-color: #A52834 !important;
	border-color: #A52834 !important;
	border-radius : 20px !important;
	font-size : 14px !important;
}

li.treeLastIcon > a i {
	background-image: url("/static/images/common/treeLastIcon.png") !important;
	background-position: right !important;
}

#headerLogo {
	width: 183px;
	height: 51px;
	position: absolute;
	cursor:pointer;
	margin-top: 26px !important;
	margin-left: -134px !important;
}

.menu-navbar {
	background-color: #0070C0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .dropdown:hover, .nav>li>a:hover  {
	background-color: #005592;
	color: #fff;
}

.dropdown-toggle.collapsed {
	background-color: #0070C0 !important;
	color: #fff;
}


.open>a:hover {
	background-color: #005592;
}
.nav>li>a:hover {
	background-color: #005592;
	color: #FFF;
}

.dropdown.open > .active-bar {
	position: absolute;
    top: 43px;
    left: 40px;
    width: 75px;
    height: 5px;
    background-color: #005592;
    display: none;
}

.dropdown.selected > .active-bar {
	position: absolute;
    top: 43px;
    left: 40px;
    width: 75px;
    height: 5px;
    background-color: #005592;
    display: none;
}

.dropdown.selected > a {
	background-color: #333333 !important;
	height: 50px;
}

.nav > .dropdown.active > .active-bar, .nav > .dropdown.open > .active-bar {
	display: block;
}

.nav > .dropdown.active > .active-bar, .nav > .dropdown.selected > .active-bar {
	display: block;
}

.nav > li.dropdown > .dropdown-menu  > li > a {
	line-height: 24px;
	color: #fff;
	font-size: 15px;
	background-color: transparent;
}

.navbar-custom-menu > .nav.navbar-nav > .navbar-brand {
	font-size: 15px;
	color: #000000;
	text-align: center;
	width: auto;
}

.navbar-custom-menu > .nav.navbar-nav > .navbar-brand > a {
	font-size: 15px;
	color: #8b9aad !important;
	display: inline;
	text-align: center;
	padding: 15px 0px
}

.navbar-nav > li > .dropdown-menu > li {
	height: 48px;
	float: left;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #666 !important;
	background-color: #005592;
}


.menubar{
	display: flex;
}

.dropdown-menu>li>a{
	padding: 8px 20px !important;
}


@media (min-width: 771px) { 
	.menubar{
		justify-content: center;
		align-items: center;
	}	
	
	.spinner-master {
		display: none !important;	
	}
	
	.menu2 {
		display: none !important;	
	}
}

@media (max-width: 771px) {
	.computerMenu{
		display : none;
	}
	
	.spinner-master input[type=checkbox] { display: none; }

	.spinner-master * {
	  transition: all 0.3s;
	  box-sizing: border-box;
	}
	.spinner-master {
	  position: relative;
	  margin: 15px;
	  height: 30px;
	  width: 30px;
	  float: left;
	}
	.spinner-master label {
	  cursor: pointer;
	  position: absolute;
	  z-index: 99;
	  height: 100%;
	  width: 100%;
	  left: 0;
	}
	.spinner-master .spinner {
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  padding: 0;
	  background-color: #fff;
	}
	
	.spinner-master .diagonal.part-1 {
	  position: relative;
	  float: left;
	}
	
	.spinner-master .horizontal {
	  position: relative;
	  float: left;
	  margin-top: 4px;
	}
	
	.spinner-master .diagonal.part-2 {
	  position: relative;
	  float: left;
	  margin-top: 4px;
	}
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
	  transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  margin-top: 10px;
	}
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	  margin-top: -12px;
	}
	
	.menu2 {
	  width: 25%;
	  height: auto;
	  background: #2f3b3f;
	  transition: all 0.3s ease;
	  overflow : scroll !important;
	}
	
	.menu2 ul {
	  padding: 0px;
	  margin: 0px;
	  list-style: none;
	  position: relative;
	  display: inline-block;
	}
	
	.menu2 > li > ul.sub_menu {
	  min-width: 10em;
	  padding: 4px 0;
	  background-color: #2d836a;
	  border: 1px solid #fff;
	}
	
	.menu2 ul li { 
		padding: 0px; 
		text-align: left; 
		/* font-family: 'SpoqaHanSansRegular', 'SpoqaHanSansLight', sans-serif !important; */
	}
	
	.menu2 > ul > li { display: inline-block; }
	
	.menu2 ul li a {
	  display: block;
	  text-decoration: none;
	  color: #fff;
	  font-size: 14px;
	}
	
	.menu2 ul li a:hover {
	  background: black;
	  color: #fff;
	}
	
	.menu2 ul li.hover > a {
	  background: black;
	  color: #fff;
	}
	
	.menu2 ul li > a { padding: 13px; }
	
	.menu2 ul ul {
	  display: none;
	  position: absolute;
	  top: 100%;
	  min-width: 160px;
	  background: #358862;
	}
	
	.menu2 ul li:hover > ul { display: block; }
	
	.menu2 ul ul > li { position: relative; }
	
	.menu2 ul ul > li a:hover {
	  background: #333333;
	  color: #fff;
	}
	
	.menu2 ul ul ul {
	  position: absolute;
	  left: 100%;
	  top: 0;
	}
	
	
	a.menu-link {
	  display: block;
	  color: #fff;
	  float: left;
	  text-decoration: none;
	  padding: 10px 16px;
	  font-size: 1.5em;
	}
	
	a.menu-link:hover { color: black; }
	
	a.menu-link:after {
	  content: "\2630";
	  font-weight: normal;
	}
	
	a.menu-link.active:after { content: "\2715"; }
	
	.menu2 {
	  clear: both;
	  min-width: inherit;
	  float: none;
	}
	
	.menu2,
	.menu2 > ul ul {
	  overflow: hidden;
	  max-height: 0;
	  background-color: #005592;
	}
	
	.menu2 > li > ul.sub-menu {
	  padding: 0px;
	  border: none;
	}
	
	.menu2.active,
	.menu2 > ul ul.active { max-height: 55em; }
	
	.menu2 ul { display: inline; }
	
	.menu2 li,
	.menu2 > ul > li { display: block; }
	
	.menu2 > ul > li:last-of-type a { border: none; }
	
	.menu2 li a {
	  color: #fff;
	  display: block;
	  padding: 0.8em;
	  position: relative;
	}
	
	.menu2 li.has-submenu > a:after {
	  content: '+';
	  position: absolute;
	  top: 0;
	  right: 0;
	  display: block;
	  font-size: 1.5em;
	  padding: 0.55em 0.5em;
	}
	
	.menu2 li.has-submenu > a.active:after { content: "-"; }
	
	.menu2 ul ul > li a {
	  padding: 10px 15px;
	  height: auto;
	  background-color: #0f70bc;
	  padding: 10px 18px 10px 30px;
	}
	
	.menu2 ul li a:hover {
	  background: #333333;
	  color: #fff;
	}
	
	.menu2 ul li.hover > a {
	  background: #333333;
	  color: #fff;
	}
	
	.menu2 ul ul,
	.menu2 ul ul ul {
	  display: inherit;
	  position: relative;
	  left: auto;
	  top: auto;
	  border: none;
	}
}