/*
Common
*/
.wizard,
.tabcontrol
{
display: block;
width: 100%;
}
.wizard a,
.tabcontrol a
{
outline: 0;
}
.wizard ul,
.tabcontrol ul
{
list-style: none !important;
padding: 0;
margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li
{
display: block;
padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
position: absolute;
left: -999em;
}
/*
Wizard
*/
.wizard > .steps
{
position: relative;
display: block;
margin-bottom: 10px;
padding: 0 7px 0 8px;
}
.wizard.vertical > .steps
{
display: inline;
float: left;
width: 30%;
}
.wizard > .steps .number
{
font-size: 1.429em;
}
.wizard > .steps > ul > li
{
width: 25%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
float: left;
}
.wizard.vertical > .steps > ul > li
{
float: none;
width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
display: block;
width: auto;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
background: #eee;
color: #aaa;
cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
background: #2184be;
color: #fff;
cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
background: #9dc8e2;
color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
background: #ff3111;
color: #fff;
}
.wizard > .actions
{
position: relative;
display: block;
text-align: right;
padding: 0 7px;
}
.wizard.vertical > .actions
{
display: inline;
float: right;
margin: 0 2.5%;
width: 95%;
}
.wizard > .actions > ul
{
display: inline-block;
text-align: right;
}
.wizard > .actions > ul > li
{
margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li
{
margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
background: #2184be;
color: #fff;
display: block;
padding: 0.5em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
background: #eee;
color: #aaa;
}
.wizard > .loading
{
}
.wizard > .loading .spinner
{
}
/*
Tabcontrol
*/
.tabcontrol > .steps
{
position: relative;
display: block;
width: 100%;
}
.tabcontrol > .steps > ul
{
position: relative;
margin: 6px 0 0 0;
top: 1px;
z-index: 1;
}
.tabcontrol > .steps > ul > li
{
float: left;
margin: 5px 2px 0 0;
padding: 1px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover
{
background: #edecec;
border: 1px solid #bbb;
padding: 0;
}
.tabcontrol > .steps > ul > li.current
{
background: #fff;
border: 1px solid #bbb;
border-bottom: 0 none;
padding: 0 0 1px 0;
margin-top: 0;
}
.tabcontrol > .steps > ul > li > a
{
color: #5f5f5f;
display: inline-block;
border: 0 none;
margin: 0;
padding: 10px 30px;
text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover
{
text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a
{
padding: 15px 30px 10px 30px;
}
.tabcontrol > .content
{
position: relative;
display: inline-block;
width: 100%;
height: 35em;
overflow: hidden;
border-top: 1px solid #bbb;
padding-top: 20px;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
position: absolute;
left: -999em;
}

.wizard form {
	margin: 0;
}

#inline_jacks #showtopo_dialog, #inline_jacks #edit_dialog,
#inline_large_jacks #showtopo_dialog, #inline_large_jacks #edit_dialog {
	width: auto;
}

#inline_jacks .panel, #inline_jacks .panel-body {
	padding: 0;
	margin: 0;
}

#inline_jacks #edit_nopicker, #inline_large_jacks #edit_nopicker {
	height: auto;
	width: 100%;
}

.wizard #finalize_container .panel {
	margin: 0;
}

.wizard #finalize_container {
	padding: 0;
	margin-bottom: 20px;
}

.wizard #inline_container {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}

.wizard #inline_container #inline_overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}

.wizard #inline_container #inline_overlay span {
	color: #aaa;
	top: 100%;
	left: 17px;
	margin-top: -19px;
	position: absolute;
}

#inline_large_container button.close {
	padding: 1px 5px 0 0;
}

#about_div {
	padding-right: 30px;
}

#about_div .panel {
	margin-left: -14px;
}

#where_warming {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.wizard #finalize_container.col-lg-8 {
		padding-right: 5px;
	}

	.wizard #inline_container {
		padding-left: 10px;
	}
}

.picker button {
	padding-left: 16px;
}

.picker .btn {
    cursor: default;
    background-color: #FFF;
    border-radius: 4px;
    text-align: left;
}

.picker .caret {
    position: absolute;
    right: 16px;
    top: 15px;
}

.picker .btn-default:hover, .picker .btn-default:focus, .picker .btn-default:active, .picker .btn-default.active, .picker .open .dropdown-toggle.btn-default {
    background-color: #FFF;    
}

.picker .btn-group.open .dropdown-toggle {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.picker.btn-group {width: 100%}
.picker .dropdown-menu {width: 100%;}


.picker li {
	position: relative;
}

.picker .dropdown_icon, .picker .icon_position_1 {
    position: absolute;
    right: 10px;
    top: 3px;
}

.picker .icon_position_2 {
    position: absolute;
    top: 3px;
    right: 35px;
}

.picker .dropdown-toggle .icon_position_1 {
    right: 35px;
    top: 6px;
    z-index: 2;
}

.picker .dropdown-toggle .icon_position_2 {
    right: 60px;
    top: 6px;
    z-index: 2;
}


.picker .text-healthy {
	color: #8ab800;
}

.picker .text-unhealthy {
	color: #FF6600;
}

.picker .circle {
	display: block;
	border-radius: 50%;
	border: 5px solid;
	width: 20px;
	height: 20px;
	position: relative;
}

.picker .resource_healthy .circle {
	background-color: #449d44;
}

.picker .resource_unhealthy .circle {
	background-color: #ec971f;
}

.picker .resource_down .circle {
	background-color: #c9302c;
}

.picker .resource_inactive .circle {
    background-color: #ddd;
}

.picker .status_healthy .circle {
	border-color: #398439;
}

.picker .status_unhealthy .circle {
	border-color: #d58512;
}

.picker .status_down .circle {
	border-color: #ac2925;
	background-color: #c9302c;
}

.picker .status_inactive .circle {
    border-color: #999;
}

.picker .resource_healthy .tooltip.right .tooltip-inner, .picker .status_healthy .tooltip.left .tooltip-inner {
	background-color: #398439;
}

.picker .resource_healthy .tooltip.right .tooltip-arrow, .picker .status_healthy .tooltip.left .tooltip-arrow {
	border-right-color: #398439;
	border-left-color: #398439;
}

.picker .resource_unhealthy .tooltip.right .tooltip-inner, .picker .status_unhealthy .tooltip.left .tooltip-inner {
	background-color: #d58512;
}

.picker .resource_unhealthy .tooltip.right .tooltip-arrow, .picker .status_unhealthy .tooltip.left .tooltip-arrow {
	border-right-color: #d58512;
	border-left-color: #d58512;
}

.picker .resource_down .tooltip.right .tooltip-inner, .picker .status_down .tooltip.left .tooltip-inner {
	background-color: #ac2925;
}

.picker .resource_down .tooltip.right .tooltip-arrow, .picker .status_down .tooltip.left .tooltip-arrow {
	border-right-color: #ac2925;
	border-left-color: #ac2925;
}

.picker .resource_down .tooltip.right .tooltip-inner, .picker .status_down .tooltip.left .tooltip-inner {
    background-color: #ac2925;
}

.picker .resource_down .tooltip.right .tooltip-arrow, .picker .status_down .tooltip.left .tooltip-arrow {
    border-right-color: #ac2925;
    border-left-color: #ac2925;
}

.picker .resource_inactive .tooltip.right .tooltip-inner, .picker .status_inactive .tooltip.left .tooltip-inner {
    background-color: #999;
}

.picker .resource_inactive .tooltip.right .tooltip-arrow, .picker .status_inactive .tooltip.left .tooltip-arrow {
    border-right-color: #999;
    border-left-color: #999;
}

.picker .selected {
	background-color: #f5f5f5;
}

.picker .dropdown-menu:hover .selected {
	background-color: #FFF;
}

.picker .tooltip .tooltip-inner div {
	text-align: left;
	white-space: nowrap;
}

.picker .tooltip .tooltip-inner {
	max-width: 400px;
}

.picker .warning_icon {
	font-size: 18px;
}

.picker .warning_icon.confirm {
	color: #449d44;
}

.picker .warning_icon.warn {
	color: #d58512;
}

.picker .no_reservation .tooltip.right .tooltip-inner, .picker .future_reservation .tooltip.right .tooltip-inner {
	background-color: #d58512;
}

.picker .no_reservation .tooltip.right .tooltip-arrow, .picker .future_reservation .tooltip.right .tooltip-inner {
	border-right-color: #d58512;
	border-left-color: #d58512;
}

.picker .has_reservation .tooltip.right .tooltip-inner, .picker .has_reservation .tooltip.left .tooltip-inner {
	background-color: #398439;
}

.picker .has_reservation .tooltip.right .tooltip-arrow, .picker .has_reservation .tooltip.left .tooltip-arrow {
	border-right-color: #398439;
	border-left-color: #398439;
}

.picker .reservation_tooltip .warning_icon {
	height: 20px;
}

.picker .reservation_tooltip .tooltip .tooltip-inner {
	width: 200px;
}

.picker .dropdown-menu .divider.withText {
	overflow: visible;
	margin: 24px 0 0;
}

.picker .dropdown-menu .divider.withText > div {
	color: #aaa;
	position: absolute;
	top: -20px;
	left: 10px;
}

#reservation_text {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
