/* ------------------------------------- */
/* REP INFO BACKGROUND CONTAINER */
.MGMT_rep_background {
	background-color:#448fd0;	
	}

/* ------------------------------------- */
/* MGMT NAV BACKGROUND CONTAINER */
.MGMT_topNavContainer {
background-color:#666666;
background-position:top;
background-repeat:repeat;
width:100%;
}

.mgmtNavMaxWidth {max-width: 1200px; margin-left: auto; margin-right: auto;}

.topNav_RepLogin A:visited {text-decoration : none;color : #ffffff;}
.topNav_RepLogin A:link  {text-decoration : none;color : #ffffff;}
.topNav_RepLogin A:hover  {text-decoration : none;color : #ffffff;}
.topNav_RepLogin {font-family: 'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:bold; color: #ffffff; line-height: 60px}

.topNav_RepLoginInfo A:visited {text-decoration : none;color : #ffffff;}
.topNav_RepLoginInfo A:link  {text-decoration : none;color : #ffffff;}
.topNav_RepLoginInfo A:hover  {text-decoration : underline;color : #ffffff;}
.topNav_RepLoginInfo {font-family: 'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:bold; color: #ffffff; line-height: 60px}

@media (min-width: 992px) {
.topNav_RepLogin {line-height: 45px}	
.topNav_RepLoginInfo {line-height: 45px}	
}

/* ------------------------------------- *//* ------------------------------------- */



/* ------------------------------------- */
/* SET BASIC NAV ELEMENTS */
.MGMT_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Reset Margin & Padding */
.MGMT_nav li {
  margin: 0;
  padding: 0;
}
.MGMT_nav > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.MGMT_nav > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

/* active LI for drop menu */
.MGMT_nav .open > a,
.MGMT_nav .open > a:hover,
.MGMT_nav .open > a:focus {
  background-color: #448fd0;
}
/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* DESKTOP MAIN NAVBAR */
.MGMT_navbar-nav {}



/* Individual nav items */
.MGMT_navbar-nav li {
	margin: 0;
	padding: 0;
}

/* Individual subnav items */
.MGMT_navbar-nav li ul li{
background-image:none;
}

/* Add padding to rightside of dropdown items */
.MGMT_navbar-nav > li > ul > li > a {
padding-right:30px;	
}

/* Individual nav items links */
.MGMT_navbar-nav > li > a {
	height: 60px;
	line-height: 60px;	
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;		
	outline: none;
	transition: all .6s;
	border-right: 1px solid #999999;		
}

@media (min-width: 992px) {
.MGMT_navbar-nav > li > a {
	height: 30px;
	line-height: 30px;	
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;		
	outline: none;
	transition: all .6s;
	border-right: 1px solid #999999;		
}
}

/* Individual nav items hove */
.MGMT_navbar-nav > li > a:hover, .MGMT_navbar-nav > li > a:focus, .MGMT_navbar-nav > li > a:active {	
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
	}

/* target first nav item */
.MGMT_navbar-nav > li:first-child a, .MGMT_navbar-nav > li:first-child a:link, .MGMT_navbar-nav > li:first-child a:visited {
	display: block;
		margin: 0; 
		padding: 0px 0px 0px 0px;

		border-left:0px;
	}
	
/* target last nav item */
.MGMT_navbar-nav > li:last-child a, .MGMT_navbar-nav > li:last-child a:link, .MGMT_navbar-nav > li:last-child a:visited {
	display: block;		
		margin: 0; 
		padding: 0px 0px 0px 0px;

		border-right:0px;		
	}	

@media (min-width: 992px) {
/* Set floats for desktop nav*/
.MGMT_navbar-nav {float: left;margin: 0;}
.MGMT_navbar-nav > li {float: left;}

/* Set item link padding for desktop nav*/
.MGMT_navbar-nav > li > a {
	padding: 0px 30px 0px 30px;  			
	}
}


/* Side Nav */
	.MGMT_sideNav {
		z-index: 1051;
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
		background-color: #666666;
	}
	.MGMT_sideNav li > a {
		display: block;
		width: 100%;
		height: 50px;
		vertical-align: middle;
		text-align: left;
		padding-left: 45px;
		overflow: hidden;		
		line-height: 50px;
		margin:0px;		
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;							
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid rgba(0,0,0,.15);		
		border-top: 1px solid rgba(255,255,255,.2);	
		background-color: #666666;
		transition: all .6s;						
	}

	.MGMT_sideNav a:hover, .MGMT_sideNav a:active {
		background-color:#525252;
		text-decoration: none;
		transition: all .3s;		
	}

/* Side Nav Inner */	
	.MGMT_sideNavInner {
		z-index: 1051;
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
		background-color:#cccccc;
	}
	.MGMT_sideNavInner li > a {
		display: block;
		width: 100%;
		height: 50px;
		vertical-align: middle;
		text-align: left;
		padding-left: 60px;
		overflow: hidden;		
		line-height: 50px;
		margin:0px;		
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		color: #333;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;							
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid rgba(0,0,0,.15);		
		border-top: 1px solid rgba(255,255,255,.2);	
		background-color:#cccccc;
		transition: all .6s;						
	}

	.MGMT_sideNavInner a:hover, .MGMT_sideNavInner a:active {
		background-color:#a3a3a3;
		text-decoration: none;
		transition: all .3s;		
	}

}



/* ------------------------------------- */
/* MOBILE MAIN NAVBAR */
@media (max-width: 991px) {
/* Individual nav items links */
#MGMTnavbar {
    width:100%;    
}

.MGMT_nav {
    width:100%;
}

.MGMT_navbar-nav {
    width:100%;
}

.MGMT_navbar-nav > li  {
    width:100%;
    text-align: left;	
}	

.MGMT_navbar-nav > li > a {    
    width:100%;
    border-left: 0px;
    border-right: 0px;
	border-bottom: 1px solid #999999;		
}	

/* Alternative color for nav items links */
.MGMT_navbar-nav_altColor {
	background-color:#e0e0b3;		
	}

/* target first nav element */
.MGMT_navbar-nav > li:first-child a, .MGMT_navbar-nav > li:first-child a:link, .MGMT_navbar-nav > li:first-child a:visited {
	display: none;
	}
	
/* target last nav element */
.MGMT_navbar-nav > li:last-child a, .MGMT_navbar-nav > li:last-child a:link, .MGMT_navbar-nav > li:last-child a:visited {
	display:none;	
	}		
}
/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* DESKTOP DROPDOWN MENUS */

/* set position of dropdown */
.MGMT_dropdown {position: relative;}
.MGMT_dropdown-toggle:focus {outline: 0;}

/* set dropdown as block element */
.open > .MGMT_dropdown-menu {display: block;}
.open > a {outline: 0;}

/* full size drop menu container */
.MGMT_dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #cccccc;		  
}

/* Adjust desktop drop menu position to right align from last nav item */
/* Use 2 when pipe separators are present, Use 1 when they are not */
.MGMT_navbar-nav > li:nth-last-child(2) .MGMT_dropdown-menu {
	left:auto; right:0;
}


/* full size drop menu List Items */
.MGMT_dropdown-menu > div > a {
  	display: block;
  	clear: both;
 	white-space: nowrap;
	line-height: 30px;	
	height: 30px;
	margin: 0;
	padding-left:15px;
    padding-right:30px;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;	  
    background-color: #cccccc;
	border-bottom: 0px;		
	border-top: 0px;
    transition: all .6s;
    text-decoration:none;
}

/* full size drop menu List Items Hover */
.MGMT_dropdown-menu > div > a:hover,
.MGMT_dropdown-menu > div > a:focus {
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
	text-decoration:none;	
}

/* ------------------------------------- *//* ------------------------------------- */



/* ------------------------------------- */
/* MOBILE DROPDOWN MENUS */

/* drop menu for Mobile */
@media (max-width: 991px) {
  .MGMT_navbar-nav .open .MGMT_dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
	background-color:#cccccc;
    border: 0;
	padding:0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }    
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a,
  .MGMT_navbar-nav .open .MGMT_dropdown-menu .dropdown-header {
    padding-left:30px;
  }
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a {
    line-height: 60px;	
	height: 60px;
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;	
	border-bottom: 1px solid #666666;		
	
  }
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a:hover,
  .MGMT_navbar-nav .open .MGMT_dropdown-menu > li > a:focus {
	background-color:rgba(0,0,0,.2);
	transition: all .3s;
  }
}
/* ------------------------------------- *//* ------------------------------------- */

