| 
									
										
										
										
											2017-07-31 20:04:01 -07:00
										 |  |  | .navbar { | 
					
						
							|  |  |  |   background-color: @brand-primary; | 
					
						
							|  |  |  |   font-size: 14px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar-nav > li > a { | 
					
						
							|  |  |  |   color: @body-bg; | 
					
						
							|  |  |  |   &:hover { | 
					
						
							|  |  |  |     color: @brand-primary; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar > .container { | 
					
						
							|  |  |  |   padding-right: 0px; | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @media (max-width: 767px) { | 
					
						
							|  |  |  |     // container default padding size | 
					
						
							|  |  |  |     padding-left: 15px; | 
					
						
							|  |  |  |     padding-right: 15px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .nav-height { | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  |   height: @navbar-height; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @navbar-logo-height: 25px; | 
					
						
							|  |  |  | @navbar-logo-padding: (@navbar-height - @navbar-logo-height) / 2; | 
					
						
							|  |  |  | .navbar-brand { | 
					
						
							|  |  |  |   padding-top: @navbar-logo-padding; | 
					
						
							|  |  |  |   padding-bottom: @navbar-logo-padding; | 
					
						
							| 
									
										
										
										
											2018-01-10 12:52:49 -06:00
										 |  |  |   display: flex; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							|  |  |  |   justify-content: center; | 
					
						
							| 
									
										
										
										
											2017-07-31 20:04:01 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .nav-logo { | 
					
						
							|  |  |  |   height: @navbar-logo-height; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar-right { | 
					
						
							|  |  |  |   background-color: @brand-primary; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @media (min-width: @screen-md-min) { | 
					
						
							|  |  |  |     margin-right:0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   @media (min-width: @screen-md-max) and (max-width: 991px) { | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     margin-right: 0; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     right: 0; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar { | 
					
						
							|  |  |  |   white-space: nowrap; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  |   line-height: 1; | 
					
						
							|  |  |  |   @media (min-width: 767px) { | 
					
						
							|  |  |  |     padding-left: 15px; | 
					
						
							|  |  |  |     padding-right: 30px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // li is used here to get more specific | 
					
						
							|  |  |  | // and win against navbar.less#273 | 
					
						
							|  |  |  | li.nav-avatar { | 
					
						
							|  |  |  |   span { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   @media (min-width: @screen-sm-min) { | 
					
						
							|  |  |  |     height: @navbar-height; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     > a { | 
					
						
							|  |  |  |       margin: 0; | 
					
						
							| 
									
										
										
										
											2017-12-15 13:53:32 -08:00
										 |  |  |       padding: 7.5px @navbar-padding-horizontal 7.5px @navbar-padding-horizontal; | 
					
						
							| 
									
										
										
										
											2017-07-31 20:04:01 -07:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .navbar-nav a { | 
					
						
							|  |  |  |   color: @body-bg; | 
					
						
							|  |  |  |   margin-top: -5px; | 
					
						
							|  |  |  |   margin-bottom: -5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar-toggle { | 
					
						
							|  |  |  |   color: @body-bg; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   &:hover, | 
					
						
							|  |  |  |   &:focus { | 
					
						
							|  |  |  |     color: #4a2b0f; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .navbar-collapse { | 
					
						
							|  |  |  |   border-top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-15 18:03:57 -06:00
										 |  |  | .divider-vertical { | 
					
						
							|  |  |  |   height: 24px; | 
					
						
							|  |  |  |   margin-top: 6px; | 
					
						
							|  |  |  |   margin-bottom: 6px; | 
					
						
							|  |  |  |   border-left: 0.25px solid #ffffff; | 
					
						
							|  |  |  |   border-right: 0.25px solid #ffffff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-31 20:04:01 -07:00
										 |  |  | @media (max-width: @screen-xs-max) { | 
					
						
							|  |  |  |   .navbar-header { | 
					
						
							|  |  |  |     float: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-toggle { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-collapse.collapse { | 
					
						
							|  |  |  |     display: none !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-nav { | 
					
						
							|  |  |  |     margin-top: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-nav > li { | 
					
						
							|  |  |  |     float: none; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-nav > li > a { | 
					
						
							|  |  |  |     padding-top: 10px; | 
					
						
							|  |  |  |     padding-bottom: 10px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-text { | 
					
						
							|  |  |  |     float: none; | 
					
						
							|  |  |  |     margin: 15px 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* since 3.1.0 */ | 
					
						
							|  |  |  |   .navbar-collapse.collapse.in { | 
					
						
							|  |  |  |     display: block !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .collapsing { | 
					
						
							|  |  |  |     overflow: hidden !important; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     right: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .night { | 
					
						
							| 
									
										
										
										
											2018-01-03 22:39:19 -08:00
										 |  |  |   .nav-component-wrapper { | 
					
						
							|  |  |  |     ::-webkit-input-placeholder { | 
					
						
							|  |  |  |       color: @night-text-color; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ::-moz-placeholder { | 
					
						
							|  |  |  |       color: @night-text-color; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ::-ms-placeholder { | 
					
						
							|  |  |  |       color: @night-text-color; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ::placeholder { | 
					
						
							|  |  |  |       color: @night-text-color; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     .fcc_input { | 
					
						
							|  |  |  |       background-color: @night-search-color; | 
					
						
							|  |  |  |       color: @night-text-color; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-07-31 20:04:01 -07:00
										 |  |  |   .navbar-default { | 
					
						
							|  |  |  |     .navbar-nav { | 
					
						
							|  |  |  |       & > li > a { | 
					
						
							|  |  |  |         color: #CCC; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       .dropdown-menu { | 
					
						
							|  |  |  |         background-color: @gray; | 
					
						
							|  |  |  |         a { | 
					
						
							|  |  |  |           color: @night-text-color !important; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       a:focus, | 
					
						
							|  |  |  |       a:hover, | 
					
						
							|  |  |  |       .open #nav-Community-dropdown { | 
					
						
							|  |  |  |         background-color: #666 !important; | 
					
						
							|  |  |  |         color: @link-hover-color !important; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .navbar-toggle { | 
					
						
							|  |  |  |     &:hover, | 
					
						
							|  |  |  |     &:focus { | 
					
						
							|  |  |  |       background-color: #666; | 
					
						
							|  |  |  |       color: @link-hover-color; | 
					
						
							|  |  |  |       border-color: #666; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-10-26 07:17:15 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | @media (min-width: 768px) and (max-width: 860px) { | 
					
						
							|  |  |  |   .navbar { | 
					
						
							|  |  |  |     padding-left: 0; | 
					
						
							|  |  |  |     padding-right: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-right { | 
					
						
							|  |  |  |     margin-right: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .navbar-nav > li > a { | 
					
						
							|  |  |  |     padding-left: 10px; | 
					
						
							|  |  |  |     padding-right: 10px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2017-12-18 16:48:21 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .nav-component-wrapper { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   justify-content: space-evenly; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .fcc_searchBar { | 
					
						
							|  |  |  |     width: auto; | 
					
						
							|  |  |  |     flex-grow: 1 | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-20 16:48:17 +00:00
										 |  |  |   ::-webkit-input-placeholder { | 
					
						
							| 
									
										
										
										
											2017-12-23 05:28:37 -06:00
										 |  |  |     color: @input-color-placeholder; | 
					
						
							| 
									
										
										
										
											2017-12-20 16:48:17 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ::-moz-placeholder { | 
					
						
							| 
									
										
										
										
											2017-12-23 05:28:37 -06:00
										 |  |  |     color: @input-color-placeholder; | 
					
						
							| 
									
										
										
										
											2017-12-20 16:48:17 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ::-ms-placeholder { | 
					
						
							| 
									
										
										
										
											2017-12-23 05:28:37 -06:00
										 |  |  |     color: @input-color-placeholder; | 
					
						
							| 
									
										
										
										
											2017-12-20 16:48:17 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ::placeholder { | 
					
						
							| 
									
										
										
										
											2017-12-23 05:28:37 -06:00
										 |  |  |     color: @input-color-placeholder; | 
					
						
							| 
									
										
										
										
											2017-12-20 16:48:17 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-18 16:48:21 +00:00
										 |  |  |   .navbar-header { | 
					
						
							|  |  |  |     flex-grow: 1; | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     align-items: center; | 
					
						
							| 
									
										
										
										
											2017-12-24 01:43:56 -04:00
										 |  |  |     margin-right: 10px; | 
					
						
							| 
									
										
										
										
											2017-12-18 16:48:21 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .logo-glyph { | 
					
						
							| 
									
										
										
										
											2018-01-10 12:52:49 -06:00
										 |  |  |   height: 28px; | 
					
						
							| 
									
										
										
										
											2017-12-18 16:48:21 +00:00
										 |  |  |   width: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .logo { | 
					
						
							|  |  |  |   display: none !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media (min-width: 992px) { | 
					
						
							|  |  |  |   .logo-glyph { | 
					
						
							|  |  |  |     display: none !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .logo { | 
					
						
							|  |  |  |     display: block !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media screen and (max-width: 768px) { | 
					
						
							|  |  |  |   .nav-component-wrapper { | 
					
						
							|  |  |  |     display: block | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-24 01:43:56 -04:00
										 |  |  | } |