/*------------------------------------------------------------------------------
    TOP NAVBAR
------------------------------------------------------------------------------*/

.navbar {
	border-radius: 0px;
}

.top-navbar {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 300;
	border: none;
	height: 48px;
	min-height: 48px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	box-shadow: none;
	background-color: #fff;
	border: none;
}

.underline-white {
  background-image: linear-gradient(#313131, #313131);
  background-position: bottom center;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.opp-abb-md {
  display: none;
}

/*------------------------------------------------------------------------------
    LEFT-SIDE HEADER AREA
------------------------------------------------------------------------------*/


.top-navbar .navbar-brand {
	margin: 0px;
	height: 48px;
	float: left;
	text-align: left;
	padding: 0px;
	font-weight: 400;
	color: #313131;
	background: transparent;
	text-transform: uppercase;
}

.img-logo {
	height: 42px;
	margin: 0px 4px 0px 8px;
}

.navbar-header {
	width: 200px;
	margin-left: 0px;
	float: left;
}

/*------------------------------------------------------------------------------
    RIGHT SIDE LINKS
------------------------------------------------------------------------------*/


.top-navbar .navbar-right {
	width: auto;
	height: 100%;
	line-height: 100%;
	padding: 0px 0px;
	color: #333333;
  float: right !important;
}

.nav-link {
  color: #313131;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 9px;
}

nav ul .nav-link:hover,
nav ul .nav-link:focus,
nav ul .nav-link:active {
    background-color: #00cdf8 !important;
    text-decoration: none;
    color: #fff;
}


.nav-button {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #313131;
  width: auto;
  height: 32px !important;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 0px;
}

.animated-nav-button {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  width: auto;
  height: 32px !important;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 0px;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
}

.disabled-nav-button {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #e3e4e6;
  width: auto;
  height: 32px !important;
  background: none !important;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 0px;
}

.nav-button:hover,
.nav-button:active,
.nav-button:focus {
  background-color: #00cdf8 !important;
  text-decoration: none;
  color: #fff;
}

.nav-button-active {
    background-color: #00cdf8 !important;
    text-decoration: none;
    color: #fff;
    padding: 0px 12px;
}

.col-mid-links {
  position: relative;

}

/*------------------------------------------------------------------------------
    DROPDOWN
------------------------------------------------------------------------------*/


.drop-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s, opacity 0.5s linear;
  position: relative;
  background: transparent;
  width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 20px;
}


.drop-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.drop-content a:hover {
  background-color: #ddd
}



.dropdown:hover .drop-content {
  visibility: visible;
  opacity: 1;
}


.dropdown-menu {
  margin-left: 10%;
}

.navbar .dropdown-menu-end{ right:0; left: auto;  }
.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
.navbar .nav-item:hover .nav-link{ color: #fff;  }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%;  }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }


.dropdown-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #313131;
  font-size: 14px;
}

.disabled-dropdown-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #e4e5e7;
  font-size: 14px;
  padding: .25rem 1rem;
}

.disabled-dropdown-item:hover,
.disabled-dropdown-item:active,
.disabled-dropdown-item:focus {
  text-decoration: none;
  color: #e4e5e7;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  background-color: #00cdf8 !important;
  text-decoration: none;
  color: #fff;
}

.nav-item .nav-button {
  width: 80%;
  margin: auto;
}

.nav-item .disabled-nav-button {
  width: 80%;
  margin: auto;
}

.dropdown-toggle:hover::after {
  color: transparent;
}


/*------------------------------------------------------------------------------
    HAMBURGER
------------------------------------------------------------------------------*/


.topnav {
  display: none;
  overflow: hidden;
  background: transparent;
  position: relative;

}


.topnav #topMenu,
.topnav #reports,
.topnav #dashboards,
.topnav #energyTools,
.topnav #dataTools {
  display: none;
}


.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.topnav .nav-link {
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 14px 16px;
  height: auto;
  display: block;
  letter-spacing: 0.6px;
  text-transform: none;
  color: #313131;
}

.topnav .nav-link:hover {
  color: #00cdf8;
}

.topnav .nav-button {
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 14px 16px;
  height: auto !important;
}

.topnav .nav-button:hover,
.topnav .nav-button:active,
.topnav .nav-button:focus {
  color: #00cdf8;
  background-color: transparent !important;
}

.nav-button i {
  font-size: 14px;
}

.topnav .img-logo {
  margin: 0px;
}

.topnav a.icon {
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px 12px 12px !important;
  font-size: 24px;
}

.topnav a:hover {
  color: #4571b1;
}

.topnav .navbar-brand {
  padding: 12px !important;
}


.topnav .active {
  background-color: #4CAF50;
  color: white;
}

.topnav .dropdown-link {
  margin-left: 16px;
}




/*------------------------------------------------------------------------------
    MEDIA QUERIES
------------------------------------------------------------------------------*/


@media(max-width:1700px) {
	.top-navbar {
		padding-left: 0.5%;
		padding-right: 0.5%;
	}
	.navbar-header {
		width: 30%;
	}
}

@media(max-width:1400px) {
	.top-navbar {}
}


@media(max-width:1300px) {
	.nav-button {
		font-size: 12px;
	}
	.disabled-nav-button {
		font-size: 12px;
	}
	.opp-abb-md {
	  display: inherit;
	}
	.opp-abb-lg {
	  display: none;
	}

}

@media(min-width:1026px) {
	.sidenav-trigger {
		display: none !important;
	}
}

@media(max-width:1025px) {
    nav a.sidenav-trigger i {
  		height: 40px;
  		line-height: 40px;
  	}
  	#trigger {
  		position: relative;
  	}

    .navbar-header {
  		width: 100%;
  	}

    .navbar-right {
  	  display: none;
  	}

    .topnav {
      display: block;
    }

     .topnav .navbar-brand {
        width: 70%;
    }

    .navbar {
      display: none;
    }


  	.btn-transparent {
      position: absolute;
      top: 1px;
      right: -16px;
    }


	nav a.sidenav-trigger i {
		height: 48px;
		line-height: 48px;
	}
	#trigger {
		position: relative;
	}
	#search-form {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
  .nav-button{
    font-size: 10px;
  }
  .disabled-nav-button{
    font-size: 10px;
  }

}

@media only screen and (max-width: 601px) {

  .topnav {
    display: block;
  }

  .nav-link {
	}

  .topnav .navbar-brand {
      width: 30%;
  }

  nav ul .nav-link {

  }

  .navbar-header {
    display: none;
  }

  	.opp-abb-md {
  	  display: none;
  	}




}

@media(max-width:360px) {

  .top-navbar .navbar-brand {
    width: 10%;
  }

}

