﻿#productAdvisor { max-width: 400px; }

#rackRequirementsTable th, #rackRequirementsTable td, #compatibleRacksTable th, #compatibleRacksTable td {
	vertical-align: middle !important;
	font-size: .9rem;
}

#rackRequirementsTable > tbody > tr > td.device, #compatibleRacksTable > tbody > tr > td.device {
	line-height: 1;
}

td.thumb, th.thumb { width: 50px !important; padding: 0 !important; }
td.device, th.device { max-width: 350px; padding-left: 10px !important; }
td.units, th.units, td.weight, th.weight { max-width: 110px; text-align: center; }
td.depth, th.depth { max-width: 117px; text-align: center; }

#rackRequirementsTable td.qty, #rackRequirementsTable th.qty { max-width: 50px; text-align: center; }

#compatibleRacksTable th.depth, #compatibleRacksTable td.depth {
	max-width: 100px;
	text-align: center;
}

#compatibleRacksTable th.weight, #compatibleRacksTable td.weight {
	max-width: 143px;
	text-align: center;
}

#addBatteryPackModalBtn, #addCustomDeviceModalBtn {
	font-family: 'Barlow Condensed','Arial Narrow',sans-serif;
	color: #005eb8;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
}

#changeModelBtn {
	font-family: 'Barlow Condensed','Arial Narrow',sans-serif;
	color: #005eb8;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	margin-left: 10px;
}

#add-battery-pack-modal {
	top: 144px;
	margin-left: 16px;
}

#add-battery-pack-modal-label {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 700 !important;
	color: #757b85 !important;
}

.not-button-group {
	display: table-cell;
}

.not-button-group > .dropdown-toggle {
	float: right;
}

.pn {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.not-button {
	cursor: default;
	color: inherit;
	line-height: 1;
}

.not-button-group > .not-button {
	float: none;
}

.dropdown-menu-slim {
	min-width: 0;
}

.white,
.white:active,
.white.active,
.white:hover,
.white.hover,
.white:focus,
.white.focus,
.open,
.dropdown-toggle.white,
.white:active:hover,
.white.active:hover,
.open > .dropdown-toggle.white:hover,
.white:active:focus,
.white.active:focus,
.open > .dropdown-toggle.white:focus,
.white:active.focus,
.white.active.focus,
.open > .dropdown-toggle.white.focus {
	background-color: transparent;
	border-color: transparent;
	color: inherit;
	background-color: transparent;
	background-position: 0 -15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	white-space: normal;
}

option:disabled {
	color: #bbc0c3;
	font-style: italic;
}

.removeFilter {
	width: 20px;
	padding-top: 32px;
	padding-left: 0;
	cursor: pointer;
}

.rackMenu {
	font-size: .9rem;
	white-space: nowrap;
	left: 100%;
	padding: 8px 10px 8px 10px;
	top: -1px;
	right: auto;
}
.rackMenu:before {
	width: 0;
	content: "";
	height: 0;
	border-style: solid;
	border-width: 7px 8px 7px 0;
	border-color: transparent #bbc0c3 transparent transparent;
	text-align: center;
	left: -9px;
	top: 9px;
	position: absolute;
}

.questions {
	max-width: 200px;
}

.slim {
	font-size: 80%;
}

h2.model-change-title {
	margin-top: 0;
	font-size: 12px;
	font-weight: 500 !important;
	letter-spacing: 1.25px;
	line-height: 1.25;
	color: #666;
	text-transform: uppercase;
}

.modelNumberWrapper {
	display: block;
}

#customDeviceHeight, #customDeviceDepth, #customDeviceWeight {
	width: 120px;
}

.model-change-container {
	display: flex;
	margin-top: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.25px;
	line-height: 1.25;
	color: #666;
	text-transform: uppercase;
}

.model-change-child {
	flex: 1;
}

.model-change-child:first-child {
	margin-right: 10px;
	text-align: right;
}

/* POPOVER */
#modelSelect + .popover {
	background-color: #d7e6f5;
	border-color: #005eb8;
	color: #005eb8;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	max-width: 400px;
}
#modelSelect + .popover.bottom {
	margin-top: 20px;
}
#modelSelect + .popover.bottom > .arrow {
	border-bottom-color: #005eb8;
}
#modelSelect + .popover.bottom > .arrow:after {
	border-bottom-color: #d7e6f5;
}
#start-here-popover #dismiss-popover-for-services {
	margin-right: -8px;
	margin-top: -8px;
}