﻿#pageLinkLg { z-index: 6; }

#sidebarLeft.affix-top { position: absolute; }
#sidebarLeft.affix { top: 114px; }

#supportHistoryLg #model-lg { border-radius: 0; background-color: #f5f5f5; min-height: 110px; max-height: 150px; padding: 6px 0; }
#supportHistoryLg #model-lg option { cursor: pointer; margin: 0; padding: 2px 12px 2px 15px; }
#supportHistoryLg #model-lg option:hover { background-color: #5ba6d8; color: #fff; }

#sidebarLeft .panel { border-left: 0; border-right: 0; box-shadow: 0 0 0; }
#sidebarLeft .panel-heading { padding: 0; background-color: #334655; background-image: none; color: #fff; }

#sidebarLeft ul.list-group { margin-left: 0; }
#sidebarLeft ul.list-group li { margin: 0; font-size: 14px; border-bottom: 0; }
#sidebarLeft ul.list-group li:hover { background-color: #fff; }
#sidebarLeft ul.list-group li.active { background-color: #f5f5f5; border-bottom: 0; border-color: #ddd; }
#sidebarLeft ul.list-group li a { color: #656d73; }
#sidebarLeft ul.list-group li.active a { color: #0e7dc7; }
#sidebarLeft ul.list-group li.subnav-header { background-color: #f6f7f8; font-size: 13px; text-transform: uppercase; }

#sidebarLeft h4.panel-title { padding: 10px 15px; }
#sidebarLeft h4.panel-title a { cursor: pointer; text-transform: uppercase; text-decoration: none !important; }

/* EXTRA SMALL */
@media screen and (max-width: 599px){
}

/* SMALL */
@media screen and (min-width: 600px) and (max-width: 959px){
}

/* MEDIUM */
@media screen and (min-width: 960px) and (max-width: 1279px){
	.navbar-default { background-color: none; border-color: none; }
	.navbar-default .navbar-toggle { background-color: #f5f5f5; }

	.addlLinks { margin-top: 8px; }
	.addlLinks a {
		display: inline-block;
		margin-bottom: 6px;
		font-size: 14px;
		font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
		font-stretch: condensed;
		font-weight: 400;
		color: #6f8dae;
	}
	.addlLinks a.btn-block { margin-bottom: 0; }
	.addlLinks .boldHeader { margin-top: -2px; }

	#supportHistoryLg .extraTall { height: 250px !important; }

	#siblingModelList { margin-top: 20px; margin-left: 7px; margin-right: 0; }
	#siblingModelList > h5 { margin: 0 0 5px 15px; font-weight: 700 !important; text-transform: uppercase; }

	#siblingModelListLg { margin-top: 40px !important; }
	#siblingModelListLg > h5 { margin: 0 0 5px 15px; color: #6f8dae; font-size: 16px; font-weight: 700 !important; text-transform: uppercase; }
	#siblingModelListLg #model-lg { border-radius: 0; min-height: 110px; max-height: 150px; padding: 6px 0; background-color: #f5f5f5; }
	#siblingModelListLg #model-lg option { cursor: pointer; margin: 0; padding: 2px 12px 2px 15px; }
	#siblingModelListLg #model-lg option:hover { background-color: #5ba6d8; color: #fff; }

	#siblingModelList .extraTall,
	#siblingModelListLg .extraTall { height: 250px !important; }
}

/* LARGE */
@media screen and (min-width: 1280px){
	.addlLinks { margin-left: 0; background: none; border-radius: 0; }
	.addlLinks a { margin-bottom: 10px; }
}