ul { margin-top: 10px; }
ul ul { margin-left: 25px; margin-top: 0px; color: #666;}
ul ul h2 { font-size: 125%; font-weight: bold; text-transform: capitalize;}
ul ul a:link { color: #666; text-decoration: underline; }
ul ul a:hover { text-decoration: none; }
.title { text-transform: capitalize; font-weight:bold; }

.box-title { position:absolute; top:-33px; display: inline-block; padding:0 10px; background: #fff; }

.tooltip-text {
    font-size:12px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.display-table {
    display:table;
    table-layout: fixed;
}

.display-cell {
    display:table-cell;
    vertical-align:middle;
    float: none;
}

.center-block{
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.total {
    font-size: 16px;
    font-weight: bold;
}

.btn-sc,.gw-go .btn-sc {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-sc:focus ,.gw-go .btn-sc:focus {
    color: #fff;
}
.btn-sc:hover, .gw-go .btn.btn-sc:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.has-spinner .fa-spinner {
  opacity: 0;
  max-width: 0;

  -webkit-transition: opacity 0.25s, max-width 0.45s; 
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .fa-spinner {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.pad-15 { padding: 0 15px !important; }
.pad-30 { padding: 5px 30px !important; }

.form-group label { min-height: 15px; }
.reference-doc { text-transform: uppercase; }

/* Sitefinity Override */
.sfInlineEditingPageMenu { z-index: 99999 !important; }

.modal-content,
.modal-header,
.modal-body,
.modal-footer { float: left; width: 100%; }

#estimatePanel .panel-heading h2 { margin-top:0; margin-bottom: 0; }

/* Navbar Styles Override */
.navbar-purchase { margin-top: 20px; }
.navbar-purchase .navbar-left { margin-left: -15px; }

#estimatePanel.fixed .hide-fixed { display:none; }

.gw-go-header a {
    background: #105cb6;
    color: #fff;
    text-align: center;
    height: 111px;
    line-height: 111px;
    display:block;
}

.gw-go-header a:hover {
    color: #fff;
}

.gw-go-header a span{
    display:inline;
    display:inline-table;
    display:inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 28px;
    font-family: 'Century Gothic', sans-serif;
}

/* CSS Ajax Loading Animation */
/* CSSLoad - Horizontal Bars */
/* http://cssload.net/en/horizontal-bars/1 */
#floatBarsG{
	position:relative;
	width:234px;
	height:24px;
	margin: 10px auto;
}

.floatBarsG{
	position:absolute;
	top:0;
	background-color:rgb(255,115,0);
	width:28px;
	height:28px;
	animation-name:bounce_floatBarsG;
		-o-animation-name:bounce_floatBarsG;
		-ms-animation-name:bounce_floatBarsG;
		-webkit-animation-name:bounce_floatBarsG;
		-moz-animation-name:bounce_floatBarsG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#floatBarsG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#floatBarsG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#floatBarsG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#floatBarsG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#floatBarsG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#floatBarsG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#floatBarsG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#floatBarsG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_floatBarsG{
	0%{
		transform:scale(1);
		background-color:rgb(255,115,0);
	}

	100%{
		transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_floatBarsG{
	0%{
		-o-transform:scale(1);
		background-color:rgb(255,115,0);
	}

	100%{
		-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_floatBarsG{
	0%{
		-ms-transform:scale(1);
		background-color:rgb(255,115,0);
	}

	100%{
		-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_floatBarsG{
	0%{
		-webkit-transform:scale(1);
		background-color:rgb(255,115,0);
	}

	100%{
		-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_floatBarsG{
	0%{
		-moz-transform:scale(1);
		background-color:rgb(255,115,0);
	}

	100%{
		-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}