/* Bootstrap Overrides */
body {
	font-family: 'proxima-nova', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
	font-family: 'roboto', sans-serif;
}
h2 {
	font-weight: 700;
	font-size: 28px;
}
a {
	color: rgb(128, 0, 0);
}

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.form-group label {
	color: rgb(128, 0, 0);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

.table .btn {
	padding: 7px;
	font-size: 12px;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 15px;
	border: none;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
	font-family: 'proxima-nova', sans-serif;
}
.btn:active {
	color: #fff;
}
.btn:hover {
	background: #333 !important;
	color: #fff;
}

/*noinspection CssInvalidFunction*/
.btn-default {
	background: rgba(157, 0, 0, 1);
	background: -moz-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(157, 0, 0, 1)),
		color-stop(100%, rgba(99, 0, 0, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0000', endColorstr='#630000', GradientType=0 );
	color: #fff;
}

/*noinspection CssInvalidFunction*/
.btn-primary {
	background: rgba(225, 225, 225, 1);
	background: -moz-linear-gradient(
		top,
		rgba(225, 225, 225, 1) 0%,
		rgba(207, 207, 207, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(225, 225, 225, 1)),
		color-stop(100%, rgba(207, 207, 207, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(225, 225, 225, 1) 0%,
		rgba(207, 207, 207, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(225, 225, 225, 1) 0%,
		rgba(207, 207, 207, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(225, 225, 225, 1) 0%,
		rgba(207, 207, 207, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(225, 225, 225, 1) 0%,
		rgba(207, 207, 207, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cfcfcf', GradientType=0 );
	color: rgb(128, 0, 0);
}

/*noinspection CssInvalidFunction*/
.btn-success {
	background: rgba(36, 192, 78, 1);
	background: -moz-linear-gradient(
		top,
		rgba(36, 192, 78, 1) 0%,
		rgba(22, 154, 48, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(36, 192, 78, 1)),
		color-stop(100%, rgba(22, 154, 48, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(36, 192, 78, 1) 0%,
		rgba(22, 154, 48, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(36, 192, 78, 1) 0%,
		rgba(22, 154, 48, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(36, 192, 78, 1) 0%,
		rgba(22, 154, 48, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(36, 192, 78, 1) 0%,
		rgba(22, 154, 48, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c04e', endColorstr='#169a30', GradientType=0 );
	color: #fff;
}

.btn-default.disabled {
	background: #aaa;
}

.input-group-btn .btn {
	padding: 8px 12px 6px 14px;
	box-shadow: none;
	vertical-align: middle;
}

.navbar {
	border-radius: 0;
}

.screen-reader-text {
	display: none;
}

section.pagecontent > .container {
	padding: 0 50px;
}
section.pagecontent.project-editor > .container {
	padding: 0;
}

h2 {
	padding-bottom: 15px;
}
.divider {
	height: 30px;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.heading-emphasis {
	color: rgb(128, 0, 0);
	font-size: 0.8em;
}

.row .col-bottom {
	float: none;
	display: table-cell;
	vertical-align: bottom;
}

.button-title .button-title-left {
	float: left;
	margin-top: 15px;
}
.button-title .button-title-right {
	float: right;
}

/* Header */
.navbar-inverse {
	background-color: rgb(128, 0, 0);
	margin: 0;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-brand {
	font-weight: 100;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.navbar-inverse .navbar-nav > li.current_page_item > a {
	background: #000;
}

.secondary-nav .navbar {
	margin-bottom: 0;
	min-height: 0;
	margin-top: 10px;
}
.secondary-nav .navbar-nav > li > a {
	padding: 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #777;
}
.secondary-nav .navbar-right {
	margin-right: 0;
}

/* Footer */
footer {
	padding: 50px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #555;
	line-height: 20px;
	border-top: 1px solid #eee;
}
footer .container {
	padding: 0 150px;
}
footer .footer-logo {
	margin-top: 10px;
	margin-top: 10.5px;
}

/* Landing */
.landing-header {
	padding: 80px 0;
}
.loginpage {
	background: url(../images/tower-bg.jpg) center center no-repeat #ccc;
	background-size: cover;
	padding: 120px 0;
}
.loginform {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.loginform p.error {
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	margin-bottom: 20px;
}
.loginform.lostpasswordform p.error {
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.logintop {
	padding: 40px;
}
.loginbottom {
	padding: 40px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0 0 5px 5px;
	color: #fff;
}
.introtext {
	font-size: 24px;
	font-weight: 100;
	padding: 20px 50px 20px 0;
	font-family: 'roboto';
}
.introtext .btn {
	margin-top: 20px;
}
ul.tml-action-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.landing-header .alert div.login-alert {
	text-align: left;
}
.landing-header div.login-alert i.glyphicon {
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

/* Interior */
.interior-header {
	padding: 10px 20px;
}
.interior-header .logo,
.interior-header .user-logo {
	max-height: 70px;
}
.interior-header .default-logo {
	max-height: 95px;
}

.pagetitle {
	background: url(../images/tower-bg.jpg) center center no-repeat #ccc;
	background-size: cover;
	padding: 30px;
}
.pagetitle h1 {
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.pagecontent {
	padding: 50px;
}
.contentsection {
	position: relative;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contentsection h2 {
	font-size: 22px;
}
.sectiontitle {
	background: #ccc;
	border-radius: 5px 5px 0 0;
	padding: 10px 25px;
	color: #fff;
}
.sectioncontent {
	padding: 30px;
	clear: both;
}
.sectioncontent img {
	max-width: 100%;
    image-orientation: none;
}

.type1-monopole-outside-topsheave-mount img.image {
    max-width: 110%;
    width: 110%;
}

.type1-sst-outside  img,
.type1-sst-outside-no-tagline-2part img,
.type1-sst-outside-2part img {
    max-width: 95%;
}

.type1-sst-outside-topsheave-mount img.image {
    max-width: 110%;
    width: 110%;
}
.rigger-planned-lift-input.topsheave-non-tower .type1-sst-outside-topsheave-dropin-ginpole .diagram-container{
    left: 0;    
}

.type1-sst-outside-topsheave-dropin-ginpole img.image {
    max-width: 110%;
    width: 110%;
}
.table {
	border: 1px solid #eee;
	border-radius: 5px;
	border-collapse: separate !important;
}
.table thead {
	background: #ccc;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.table thead tr {
	border: none;
	border-radius: 5px 5px 0 0;
}
.table thead tr th {
	font-weight: 300;
}
tr.subhead {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 700;
	color: rgb(128, 0, 0);
}

.equipment-check-table tr.subhead > td {
	vertical-align: middle;
}

/* Equipment/Plan/Personnel Library */
.library-empty {
	font-weight: bold;
	padding: 20px 0 !important;
	text-align: center;
}
.split-buttons {
	display: table;
	width: auto;
	margin: 0;
	padding: 0;
}
.split-buttons .btn {
	display: table-cell;
	width: auto;
}
.library-filter-row {
	margin-bottom: 1em;
}
.parent-max-width {
	max-width: 100%;
}

.plan-library .table td {
	vertical-align: middle;
}

.plan-library-table .library-empty {
	display: table-cell;
}

.equipment-library-table > tbody > tr > td,
.equipment-library-table > tr > td {
	vertical-align: top;
}
.equipment-library-table .form-group {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 12px 0;
}
.equipment-library-table .form-group-equipment-show,
.equipment-library-table .form-group-equipment-text,
.equipment-library-table .form-group-equipment-select,
.equipment-library-table .form-group-equipment-select_with_custom {
	width: 170px;
}
.equipment-library-table .form-group-equipment-number {
	width: 150px;
}
.equipment-library-table-details .form-group label {
	font-size: 10px;
}

.equipment-library-table
	.equipment-library-table-add-row
	td.equipment-library-table-buttons,
.equipment-library-table
	.equipment-library-table-edit-row
	td.equipment-library-table-buttons,
.equipment-library-table
	.equipment-library-table-show-row
	td.equipment-library-table-buttons,
.equipment-library-table
	.equipment-library-table-add-row
	td.equipment-library-table-name,
.equipment-library-table
	.equipment-library-table-edit-row
	td.equipment-library-table-name,
.equipment-library-table
	.equipment-library-table-show-row
	td.equipment-library-table-name,
.equipment-library-table
	.equipment-library-table-add-row
	td.equipment-library-table-type,
.equipment-library-table
	.equipment-library-table-edit-row
	td.equipment-library-table-type,
.equipment-library-table
	.equipment-library-table-show-row
	td.equipment-library-table-type {
	padding-top: 31px;
}

.equipment-library-table .library-empty {
	display: table-cell;
}

.personnel-library-table .library-empty {
	display: table-cell;
}

.equipment-library-table thead th:last-child,
.equipment-library-table tbody tr td:last-child,
.personnel-library-table thead th:last-child,
.personnel-library-table tbody tr td:last-child {
	width: 200px;
}

.sortable-header {
	cursor: pointer;
}

.library-table thead a,
.library-table thead a:visited,
.library-table thead a:hover,
.library-table thead a:active {
	color: inherit !important;
	text-decoration: none;
}

.library-table thead a .glyphicon,
.sortable-header .glyphicon {
	vertical-align: text-top;
	margin-left: 3px;
}

/* Home */
.homepage {
	background: url(../images/tower-bg.jpg) center center no-repeat #ccc;
	background-size: cover;
	padding: 50px;
}
.rigtype {
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 5px;
	margin: 15px 0;
	border: 1px solid #e6e6e6;
}
.rigtype h2 {
	margin-top: 0;
	padding: 0;
}
.rigtype .typecontent {
	height: 100px;
}

.home-lg-btn {
	padding: 100px 0;
	font-size: 24px;
	margin: 30px 0;
}

/* Calculations */
.warningbox {
	margin: 10px 0;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
	padding: 20px;
	color: #888;
}
.warningbox label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

.friction-notice {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

td.checkwarning {
	color: orange;
}
td.checkcolumn {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 12px;
}
td.checkpass {
	color: #5cb85c;
}
td.checkfail {
	color: red;
}
tr.checkfail {
	background: #ffff42;
}

.contentsection .form-group select {
	font-size: 12px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pagetitle .pull-right {
	width: 55%;
}
.signatureline {
	border-bottom: 1px solid #000;
	height: 40px;
}
.print-only {
	display: none;
}

.loupe {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	border: 1px solid #ccc;
	border-radius: 200px;
}

.disclaimer .container {
	padding: 0 50px 30px;
	font-size: 12px;
}

.back-to-project-button {
	width: auto !important;
}
.calculator-config-info {
	margin-bottom: 30px;
	display: block;
}
.calculator-config-info h1,
.calculator-config-info h4 {
	display: block;
}
.calculator-config-info h1 {
	margin: 0 0 15px 0;
}
.calculator-config-info h4 {
}

.btn-friction.btn {
	margin-top: 5px;
}
.btn-calculate-forces.btn {
	margin-top: 10px;
}
.btn-group-calculator-save .btn {
	width: 150px;
}

.instructions {
	position: absolute;
	top: 6px;
	right: -10px;
	width: 20px;
	height: 20px;
	font-weight: normal;
	font-family: 'proxima-nova', sans-serif;
}
.rigging-diagram-inputs .instructions {
	top: 29px;
	right: 15%;
}
.rigging-input .instructions {
	top: 35px;
	right: 3px;
}
.instructions.inline-instructions {
	position: relative;
	display: inline-block;
	top: 0;
	right: -5px;
	margin: -7px 0;
}
h2 .instructions.inline-instructions {
	vertical-align: middle;
	margin: 0;
	top: -3px;
}
.instructions-icon {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #aaa;
	border: 1px solid #ccc;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 100px;
}
.instructions-icon:after {
	content: '?';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	line-height: inherit;
	vertical-align: inherit;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	z-index: 400;
}

.qtip-instructions {
	width: 300px !important;
	max-width: 300px !important;
	border: none !important;
	background: none !important;
	line-height: 1.4 !important;
}
.qtip-instructions .qtip-content {
	background: rgba(255, 255, 255, 1);
	padding: 15px;
	border-radius: 10px;
	font-size: 12px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
	width: 300px;
	color: #333;
	border: 1px solid #eee;
}
.qtip-instructions .qtip-content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.qtip-instructions-wide {
	width: 700px !important;
	max-width: 700px !important;
}
.qtip-instructions-wide .qtip-content {
	width: 700px !important;
	max-height: 550px;
	overflow: auto;
}

.instructions-content .tablehead {
	font-weight: 700;
}
.instructions-content tr {
	border-bottom: 1px solid #ccc;
}
.instructions-content td:nth-child(1) {
	width: 10%;
}
.instructions-content td:nth-child(2) {
	width: 50%;
}

.form-group,
.sectiontitle {
	position: relative;
}
.form-horizontal .form-group .control-label.multiline-label {
	padding-top: 0;
}

.equipment-check-table .input-group {
	max-width: 120px;
}
.equipment-check-table .equipment-details-cell .form-group {
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.equipment-check-table .equipment-details-cell .form-group .control-label {
	color: #000;
	text-transform: none;
	letter-spacing: normal;
}
.equipment-check-table .equipment-wll-cell,
.equipment-check-table .checkcolumn {
	padding-top: 36px;
}
.equipment-check-table .equipment-wll-cell.equipment-labeled-wll-cell {
	padding-top: 31px;
}

.block-attachment-calculator-segment-image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.block-attachment-calculator-warningbox {
	padding: 15px;
	margin: 10px 20px;
}

.force-on-tower-image {
	height: 400px;
	z-index: -1;
	position: relative;
}

/******************************************************************************
 * Inputs on Rigging Diagrams
 *****************************************************************************/
.rigger-planned-lift-input {
	position: relative;
}
.rigger-planned-lift-input h2 {
	position: absolute;
	z-index: 10;
}

/* Since height of each diagram varies, have to make adjustments to the bottom margin
   of the Rigger Planned Lift Input section so there's a consistent amount of white space
   after the section */
.tower-guyed.rigger-planned-lift-input.rig-type1.topsheave-non-tower {
	margin-bottom: 37px;
}
.tower-guyed.rigger-planned-lift-input.rig-type1.topsheave-location-dropin-ginpole {
	margin-bottom: 70px;
}
.tower-guyed.rigger-planned-lift-input.rig-type2.topsheave-location-tower {
	margin-bottom: -10px;
}
.tower-guyed.rigger-planned-lift-input.rig-type2.topsheave-non-tower,
.tower-guyed.rigger-planned-lift-input.rig-type2.topsheave-location-dropin-ginpole {
	margin-bottom: 35px;
}
.tower-guyed.rigger-planned-lift-input.rig-type3.topsheave-non-tower {
	margin-bottom: 115px;
}
.tower-monopole.rigger-planned-lift-input.rig-type1.topsheave-location-tower {
	margin-bottom: -35px;
}
.tower-monopole.rigger-planned-lift-input.rig-type1.type1-monopole-outside-2part {
	margin-bottom: -15px;
}
.tower-monopole.rigger-planned-lift-input.rig-type1.topsheave-location-mount {

}
.tower-monopole.rigger-planned-lift-input.rig-type1.topsheave-location-dropin-ginpole {
	margin-bottom: 35px;
}
.tower-monopole.rigger-planned-lift-input.rig-type2.topsheave-location-tower {
	margin-bottom: -40px;
}
.tower-monopole.rigger-planned-lift-input.rig-type3.topsheave-location-tower {
	margin-bottom: -55px;
}
.tower-monopole.rigger-planned-lift-input.rig-type3.topsheave-location-ginpole {
	margin-bottom: 50px;
}
.tower-monopole.rigger-planned-lift-input.rig-type4 {
	margin-bottom: -85px;
}
.tower-sst.rigger-planned-lift-input.rig-type1.topsheave-location-tower {
	margin-bottom: -60px;
}
.tower-sst.rigger-planned-lift-input.rig-type1.topsheave-location-tower.type1-sst-inside {
	margin-bottom: -35px;
}
.tower-sst.rigger-planned-lift-input.rig-type1.topsheave-location-mount {
	margin-bottom: 25px;
}
.tower-sst.rigger-planned-lift-input.rig-type2 {
	margin-bottom: -60px;
}
.tower-sst.rigger-planned-lift-input.rig-type2.topsheave-location-mount,
.tower-sst.rigger-planned-lift-input.rig-type2.topsheave-location-dropin-ginpole {
	margin-bottom: 35px;
}
.tower-sst.rigger-planned-lift-input.rig-type3.topsheave-location-tower {
	margin-bottom: -85px;
}
.tower-sst.rigger-planned-lift-input.rig-type3.topsheave-location-tower.type3-sst-outside-no-tagline,
.tower-sst.rigger-planned-lift-input.rig-type3.topsheave-location-tower.type3-sst-inside-no-tagline,
.tower-sst.rigger-planned-lift-input.rig-type3.topsheave-location-tower.type3-sst-outside-no-tagline-2part {
    margin-bottom: -40px;
}
.tower-sst.rigger-planned-lift-input.rig-type3.topsheave-location-tower.type3-sst-inside {
	margin-bottom: -95px;
}
.tower-sst.rigger-planned-lift-input.rig-type3.topsheave-location-ginpole {
	margin-bottom: 20px;
}
.tower-sst.rigger-planned-lift-input.rig-type4 {
	margin-bottom: -70px;
}

.rigger-planned-lift-input .diagram-inputs-container {
	position: relative;
	height: 800px;
	margin-top: 20px;
}
.rigger-planned-lift-input .diagram-inputs-container .type1-monopole-outside-topsheave-mount {
    margin-bottom: -40px;
}
.rigger-planned-lift-input .diagram-inputs-container.type3-sst-outside-no-tagline,
.rigger-planned-lift-input .diagram-inputs-container.type1-sst-outside-no-tagline,
.rigger-planned-lift-input .diagram-inputs-container.type1-guyed-outside-topsheave-mount {
    margin-bottom: 20px;
}
/* Some of the towers in the diagrams extend past all the inputs. Here we change the top margin of the
   container for the inputs and diagram so such towers can extend up next to the Rigger Planned Lift Input
   label. */
.rigger-planned-lift-input.topsheave-non-tower .diagram-inputs-container .rigging-diagram-inputs {
	top: 10px;
}
.rigger-planned-lift-input.topsheave-non-tower .diagram-inputs-container.type1-sst-outside-topsheave-dropin-ginpole {
    height: 650px
}
.rigger-planned-lift-input.topsheave-non-tower.topsheave-location-dropin-ginpole
	.diagram-inputs-container
	.rigging-diagram-inputs {
	top: 43px;
}
.rigger-planned-lift-input.rig-type4.tower-monopole .diagram-inputs-container {
	margin-top: 80px;
}
.rigger-planned-lift-input.rig-type4.tower-monopole
	.diagram-inputs-container
	.rigging-diagram-inputs {
	top: -10px;
}
.rigger-planned-lift-input.rig-type4.tower-sst .diagram-inputs-container {
	margin-top: 80px;
}
.rigger-planned-lift-input.rig-type4.tower-sst
	.diagram-inputs-container
	.rigging-diagram-inputs {
	top: -10px;
}

/* Styles on the container holding the diagram image */
.rigger-planned-lift-input .diagram-container {
	position: absolute;
	left: 10%;
	width: 80%;
}

.rigger-planned-lift-input.type3-monopole-outside-topsheave-ginpole .diagram-container,
.rigger-planned-lift-input.type3-sst-outside .diagram-container,
.rigger-planned-lift-input.type3-sst-outside-topsheave-ginpole .diagram-container,
.rigger-planned-lift-input.type3-sst-outside-2part .diagram-container,
.rigger-planned-lift-input.type1-guyed-outside-topsheave-mount .diagram-container,
.rigger-planned-lift-input.type1-guyed-outside-no-tagline-2part .diagram-container,
.rigger-planned-lift-input.type1-guyed-outside-topsheave-dropin-ginpole .diagram-container,
.rigger-planned-lift-input.type3-guyed-outside-topsheave-ginpole .diagram-container,
.rigger-planned-lift-input.type2-guyed-outside-topsheave-mount .diagram-container,
.rigger-planned-lift-input.type2-guyed-outside-topsheave-dropin-ginpole .diagram-container,
.rigger-planned-lift-input.type2-sst-outside-topsheave-mount .diagram-container,
.rigger-planned-lift-input.type2-sst-outside-topsheave-dropin-ginpole .diagram-container,
.rigger-planned-lift-input.type3-sst-outside-no-tagline-2part .diagram-container,
.rigger-plannet-lift-input.type3-guyed-outside-no-tagline-2part .diagram-container,
.rigger-planned-lift-input.type3-guyed-outside-no-tagline-2part .diagram-container {
	left: 5%;
}
.rigger-planned-lift-input.type1-monopole-outside-topsheave-mount .diagram-container {
    left: initial;
}
.rigger-planned-lift-input.topsheave-location-tower
	.type1-monopole-outside-2part
	.diagram-container {
	top: -35px;
	left: 9%;
}
.rigger-planned-lift-input.rig-type1.tower-sst.topsheave-location-mount
	.diagram-container {
	top: 3px;
	left: 4.6%;
}

/* Styles on the inputs off to the right of the diagram that change the diagram */
.rigging-diagram-inputs {
	position: absolute;
	right: 5px;
	top: 50px;
}
.rigging-diagram-inputs .form-group {
	margin-bottom: 15px;
	min-width: 220px;
}

/* Styles on the inputs overlaid on the diagram */
.diagram-inputs-container .rigging-input {
	position: absolute;
	width: 185px;
	padding: 6px 3px 9px;
	background-color: #fff;
}
.diagram-inputs-container .rigging-input.form-group label {
	white-space: nowrap;
}
.diagram-inputs-container .rigging-input .rigging-input-row {
	width: 190px;
	padding-right: 23px;
}
.diagram-inputs-container .rigging-input .rigging-input-row .input-group {
	max-width: 150px;
}

/* Positioning of each input in the various diagram configurations starts here */

/* Input: Gross Load */
.type1-guyed-outside .rigging-input.gross-load {
	left: 557px;
	bottom: 560px;
}
.type1-guyed-outside-2part .rigging-input.gross-load {
	left: 565px;
	bottom: 511px;
}
.type1-guyed-outside-3part-multisheave .rigging-input.gross-load {
	left: 564px;
	bottom: 511px;
}
.type1-guyed-outside-3part-doubleblock .rigging-input.gross-load {
	left: 564px;
	bottom: 512px;
}
.type1-guyed-outside-topsheave-dropin-ginpole .rigging-input.gross-load {
    left: 548px;
    bottom: 612px;
}
.type1-guyed-outside-topsheave-mount .rigging-input.gross-load {
	left: 535px;
	bottom: 610px;
}

.type1-guyed-outside-no-tagline .rigging-input.gross-load {
    left: 620px;
    bottom: 548px;
}

.type1-guyed-inside-no-tagline .rigging-input.gross-load {
    left: 558px;
    bottom: 463px;
    padding-bottom: 3px;
}

.type1-guyed-outside-no-tagline-2part .rigging-input.gross-load {
    left: 578px;
    bottom: 505px;
}

.type2-guyed-outside .rigging-input.gross-load {
	left: 600px;
	bottom: 487px;
}
.type2-guyed-outside-topsheave-dropin-ginpole .rigging-input.gross-load {
    left: 520px;
    bottom: 564px;
	padding-bottom: 0;
}
.type3-guyed-outside .rigging-input.gross-load {
    left: 562px;
    bottom: 527px;
}

.type3-guyed-outside-no-tagline .rigging-input.gross-load {
    left: 615px;
    bottom: 518px;
}

.type3-guyed-inside-no-tagline .rigging-input.gross-load {
    left: 564px;
    bottom: 490px;
}

.type3-guyed-outside-no-tagline-2part .rigging-input.gross-load {
    left: 565px;
    bottom: 493px;
}

.type3-guyed-outside-2part .rigging-input.gross-load {
	left: 562px;
	bottom: 513px;
}
.type3-guyed-outside-3part-multisheave .rigging-input.gross-load {
	left: 560px;
	bottom: 517px;
}
.type3-guyed-outside-3part-doubleblock .rigging-input.gross-load {
	left: 562px;
	bottom: 517px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.gross-load {
	left: 512px;
	bottom: 643px;
}
.type4-guyed-above .rigging-input.gross-load {
	left: 736px;
	bottom: 434px;
}
.type4-guyed-below .rigging-input.gross-load {
	left: 738px;
	bottom: 435px;
}

.type1-monopole-inside-no-tagline .rigging-input.gross-load {
    left: 510px;
    bottom: 503px;
    padding-bottom: 0;
}

.type1-monopole-outside .rigging-input.gross-load {
	left: 557px;
	bottom: 608px;
}
.type1-monopole-outside-2part .rigging-input.gross-load {
	left: 572px;
	bottom: 551px;
}
.type1-monopole-outside-no-tagline .rigging-input.gross-load {
    left: 572px;
    bottom: 579px;
}
.type1-monopole-outside-no-tagline-2part .rigging-input.gross-load {
    left: 585px;
    bottom: 527px;
}

.type1-monopole-outside-3part-multisheave .rigging-input.gross-load,
.type1-monopole-outside-3part-doubleblock .rigging-input.gross-load {
	left: 563px;
	bottom: 556px;
}

.type1-monopole-outside-topsheave-mount .rigging-input.gross-load {
    left: 614px;
    bottom: 620px;
}
.type1-monopole-outside-topsheave-dropin-ginpole .rigging-input.gross-load {
    left: 589px;
    bottom: 627px;
}
.type2-monopole-outside .rigging-input.gross-load {
    left: 617px;
    bottom: 527px;
    padding-bottom: 0;
}
.type2-monopole-outside-topsheave-mount .rigging-input.gross-load {
    left: 571px;
    bottom: 531px;
	padding-bottom: 3px;
}
.type2-monopole-outside-topsheave-dropin-ginpole .rigging-input.gross-load {
    left: 581px;
    bottom: 541px;
	padding-bottom: 0;
}
.type3-monopole-outside .rigging-input.gross-load {
	left: 596px;
	bottom: 593px;
}
.type3-monopole-outside-2part .rigging-input.gross-load {
	left: 596px;
	bottom: 575px;
	padding-bottom: 0;
}
.type3-monopole-outside-no-tagline .rigging-input.gross-load {
    left: 571px;
    bottom: 550px;
}

.type3-monopole-outside-no-tagline-2part .rigging-input.gross-load {
    left: 572px;
    bottom: 520px;
}

.type3-monopole-inside-no-tagline .rigging-input.gross-load {
    left: 516px;
    bottom: 536px;
}

.type3-monopole-outside-3part-multisheave .rigging-input.gross-load {
	left: 594px;
	bottom: 577px;
	padding-bottom: 0;
}
.type3-monopole-outside-3part-doubleblock .rigging-input.gross-load {
	left: 595px;
	bottom: 577px;
	padding-bottom: 0;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.gross-load {
	left: 538px;
	bottom: 652px;
}
.type4-monopole-above .rigging-input.gross-load {
	left: 738px;
	bottom: 497px;
}
.type4-monopole-below .rigging-input.gross-load {
	left: 738px;
	bottom: 496px;
}

.type1-sst-inside .rigging-input.gross-load {
	left: 550px;
	bottom: 526px;
}
.type1-sst-outside .rigging-input.gross-load {
	left: 552px;
	bottom: 618px;
}

.type1-sst-inside-no-tagline .rigging-input.gross-load {
    left: 565px;
    bottom: 500px;
}

.type1-sst-outside-no-tagline .rigging-input.gross-load {
    left: 626px;
    bottom: 586px;
}

.type1-sst-outside-no-tagline-2part .rigging-input.gross-load {
    left: 612px;
    bottom: 540px;
}

.type1-sst-outside-2part .rigging-input.gross-load {
	left: 563px;
	bottom: 569px;
}
.type1-sst-outside-3part-multisheave .rigging-input.gross-load {
	left: 579px;
	bottom: 564px;
}
.type1-sst-outside-3part-doubleblock .rigging-input.gross-load {
	left: 580px;
	bottom: 563px;
}
.type1-sst-outside-topsheave-mount .rigging-input.gross-load {
	left: 600px;
	bottom: 614px;
}
.type1-sst-outside-topsheave-dropin-ginpole .rigging-input.gross-load {
	left: 617px;
	bottom: 476px;
}
.type2-sst-outside .rigging-input.gross-load {
    left: 627px;
    bottom: 532px;
    padding-bottom: 0;
}
.type2-sst-outside-topsheave-mount .rigging-input.gross-load {
	left: 487px;
	bottom: 521px;
	padding-bottom: 0;
}
.type2-sst-outside-topsheave-dropin-ginpole .rigging-input.gross-load {
	left: 484px;
	bottom: 535px;
	padding-bottom: 0;
}
.type3-sst-inside .rigging-input.gross-load {
	left: 597px;
	bottom: 576px;
}
.type3-sst-outside .rigging-input.gross-load {
	left: 556px;
	bottom: 598px;
}
.type3-sst-outside-2part .rigging-input.gross-load {
    left: 557px;
    bottom: 587px;
    padding-bottom: 0;
}
.type3-sst-outside-3part-multisheave .rigging-input.gross-load {
	left: 607px;
	bottom: 587px;
	padding-bottom: 0;
}
.type3-sst-outside-3part-doubleblock .rigging-input.gross-load {
	left: 607px;
	bottom: 587px;
	padding-bottom: 0;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.gross-load {
    left: 559px;
    bottom: 654px;
}

.type3-sst-inside-no-tagline .rigging-input.gross-load {
    left: 568px;
    bottom: 537px;
}

.type3-sst-outside-no-tagline .rigging-input.gross-load {
    left: 625px;
    bottom: 541px;
}

.type3-sst-outside-no-tagline-2part .rigging-input.gross-load {
    left: 575px;
    bottom: 522px;
}

.type4-sst-above .rigging-input.gross-load {
	left: 738px;
	bottom: 497px;
}
.type4-sst-below .rigging-input.gross-load {
	left: 738px;
	bottom: 495px;
}

.type2-guyed-outside-topsheave-mount .rigging-input.gross-load {
    left: 530px;
    bottom: 546px;
    padding-bottom: 3px;
}

/* Input: Load Distance */
.type1-guyed-outside .rigging-input.load-distance {
    left: 517px;
    bottom: 431px;
    padding-bottom: 3px;
}
.type1-guyed-outside-2part .rigging-input.load-distance {
	left: 520px;
	bottom: 428px;
    padding-bottom: 3px;
}
.type1-guyed-outside-3part-multisheave .rigging-input.load-distance,
.type1-guyed-outside-3part-doubleblock .rigging-input.load-distance {
	left: 518px;
	bottom: 431px;
    padding-bottom: 3px;
}
.type1-guyed-outside-topsheave-dropin-ginpole .rigging-input.load-distance {
	left: 506px;
	bottom: 480px;
}
.type1-guyed-outside-topsheave-mount .rigging-input.load-distance {
    left: 491px;
    bottom: 459px;
}
.type2-guyed-outside .rigging-input.load-distance {
	left: 537px;
	bottom: 400px;
}
.type2-guyed-outside-topsheave-mount .rigging-input.load-distance {
    left: 497px;
    bottom: 440px;
}
.type3-guyed-outside .rigging-input.load-distance {
    left: 541px;
    bottom: 442px;
    padding-bottom: 3px;
}
.type3-guyed-outside-2part .rigging-input.load-distance {
	left: 541px;
	bottom: 416px;
}

.type3-guyed-outside-3part-multisheave .rigging-input.load-distance {
	left: 538px;
	bottom: 418px;
}
.type3-guyed-outside-3part-doubleblock .rigging-input.load-distance {
	left: 540px;
	bottom: 418px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.load-distance {
    left: 489px;
    bottom: 554px;
    padding-bottom: 3px;
}
.type4-guyed-above .rigging-input.load-distance {
	left: 556px;
	bottom: 374px;
	padding-top: 1px;
}
.type4-guyed-below .rigging-input.load-distance {
	left: 557px;
	bottom: 374px;
	padding-top: 1px;
}
.type4-guyed-above .rigging-input.load-distance .instructions {
	top: 30px;
}

.type1-monopole-outside .rigging-input.load-distance {
	left: 517px;
	bottom: 471px;
}
.type1-monopole-outside-2part .rigging-input.load-distance {
	left: 520px;
	bottom: 462px;
}

.type1-monopole-outside-3part-multisheave .rigging-input.load-distance {
    left: 516px;
    bottom: 474px;
}
.type1-monopole-outside-3part-doubleblock .rigging-input.load-distance {
    left: 516px;
    bottom: 474px;
}
.type1-monopole-outside-topsheave-mount
	.rigging-input.load-distance
	.instructions,
.type1-monopole-outside-topsheave-dropin-ginpole
	.rigging-input.load-distance
	.instructions {
	right: 0;
}
.type1-monopole-outside-topsheave-dropin-ginpole .rigging-input.load-distance {
    left: 550px;
    bottom: 500px;
}
.type1-monopole-outside-topsheave-mount .rigging-input.load-distance {
    left: 577px;
    bottom: 524px;
	padding-left: 6px;
    padding-bottom: 3px;
}
.type2-monopole-outside .rigging-input.load-distance {
    left: 575px;
    bottom: 426px;
}
.type2-monopole-outside-topsheave-mount .rigging-input.load-distance {
    left: 536px;
    bottom: 414px;
    padding-bottom: 3px;
}
.type2-monopole-outside-topsheave-dropin-ginpole .rigging-input.load-distance {
	left: 546px;
	bottom: 438px;
    padding-bottom: 3px;
}
.type3-monopole-outside .rigging-input.load-distance {
    left: 575px;
    bottom: 503px;
}
.type3-monopole-outside-2part .rigging-input.load-distance {
	left: 575px;
	bottom: 477px;
}
.type3-monopole-outside-3part-multisheave .rigging-input.load-distance {
	left: 572px;
	bottom: 480px;
}
.type3-monopole-outside-3part-doubleblock .rigging-input.load-distance {
	left: 572px;
	bottom: 480px;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.load-distance {
    left: 538px;
    bottom: 577px;
    padding-bottom: 0;
}
.type4-monopole-above .rigging-input.load-distance,
.type4-monopole-below .rigging-input.load-distance {
	left: 576px;
	bottom: 429px;
	padding-top: 1px;
}

.type1-sst-inside .rigging-input.load-distance {
	left: 550px;
	bottom: 445px;
}
.type1-sst-outside .rigging-input.load-distance {
    left: 515px;
    bottom: 500px;
}
.type1-sst-outside-2part .rigging-input.load-distance {
    left: 521px;
    bottom: 504px;
    padding-bottom: 2px;
}
.type1-sst-outside-3part-multisheave .rigging-input.load-distance {
	left: 540px;
	bottom: 492px;
    padding-bottom: 3px;
}
.type1-sst-outside-3part-doubleblock .rigging-input.load-distance {
	left: 540px;
	bottom: 492px;
    padding-bottom: 3px;
}
.type1-sst-outside-topsheave-mount .rigging-input.load-distance .instructions,
.type1-sst-outside-topsheave-dropin-ginpole
	.rigging-input.load-distance
	.instructions {
	right: 0;
}
.type1-sst-outside-topsheave-mount .rigging-input.load-distance {
    left: 558px;
    bottom: 480px;
    padding-left: 6px;
}
.type1-sst-outside-topsheave-dropin-ginpole .rigging-input.load-distance {
    left: 584px;
    bottom: 393px;
    padding-left: 6px;
    padding-bottom: 2px;
}
.type2-sst-outside .rigging-input.load-distance {
	left: 585px;
	bottom: 438px;
}
.type2-sst-outside-topsheave-mount .rigging-input.load-distance {
	left: 566px;
	bottom: 501px;
}
.type2-sst-outside-topsheave-mount .rigging-input.load-distance,
.type2-sst-outside-topsheave-dropin-ginpole .rigging-input.load-distance {
	left: 459px;
	bottom: 435px;
}
.type2-sst-outside-topsheave-mount .rigging-input.load-distance {
	bottom: 410px;
}
.type3-sst-inside .rigging-input.load-distance {
	left: 603px;
	bottom: 507px;
}
.type3-sst-outside .rigging-input.load-distance {
    left: 537px;
    bottom: 524px;
    padding-bottom: 3px;
}
.type3-sst-outside-2part .rigging-input.load-distance {
	left: 537px;
	bottom: 491px;
}
.type3-sst-outside-3part-multisheave .rigging-input.load-distance {
    left: 587px;
    bottom: 497px;
    padding-bottom: 3px;
}
.type3-sst-outside-3part-doubleblock .rigging-input.load-distance {
	left: 587px;
	bottom: 496px;
    padding-bottom: 3px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.load-distance {
    left: 561px;
    bottom: 579px;
    padding-bottom: 3px;
}
.type4-sst-above .rigging-input.load-distance,
.type4-sst-below .rigging-input.load-distance {
	left: 577px;
	bottom: 429px;
	padding-top: 1px;
}

.type2-guyed-outside-topsheave-dropin-ginpole .rigging-input.load-distance {
    left: 487px;
    bottom: 459px;
}

/* Input: Top Block/Sheave Height */
.rigging-input.top-block-height .instructions {
	top: 53px;
} /* to account for 2 lines of text in label */

.type1-guyed-outside .rigging-input.top-block-height,
.type1-guyed-outside-2part .rigging-input.top-block-height,
.type1-guyed-outside-3part-multisheave .rigging-input.top-block-height,
.type1-guyed-outside-3part-doubleblock .rigging-input.top-block-height {
	left: 50px;
	bottom: 440px;
}
.type1-guyed-outside-topsheave-mount .rigging-input.top-block-height {
    left: 34px;
    bottom: 439px;
}
.type1-guyed-outside-topsheave-dropin-ginpole .rigging-input.top-block-height {
	left: 40px;
	bottom: 480px;
}
.type1-guyed-outside-no-tagline .rigging-input.top-block-height {
    left: 50px;
    top: 250px;
}
.type1-guyed-inside-no-tagline .rigging-input.top-block-height {
    left: 50px;
    top: 250px;
}
.type1-guyed-outside-no-tagline-2part .rigging-input.top-block-height {
    left: 24px;
    top: 250px;
}
.type2-guyed-outside .rigging-input.top-block-height {
	left: 60px;
	bottom: 370px;
}
.type3-guyed-outside .rigging-input.top-block-height,
.type3-guyed-outside-2part .rigging-input.top-block-height,
.type3-guyed-outside-3part-multisheave .rigging-input.top-block-height,
.type3-guyed-outside-3part-doubleblock .rigging-input.top-block-height {
	left: 60px;
	bottom: 420px;
}

.type3-guyed-outside-no-tagline .rigging-input.top-block-height {
    left: 60px;
    top: 200px;
}

.type3-guyed-inside-no-tagline .rigging-input.top-block-height {
    left: 70px;
    top: 225px;
}

.type3-guyed-outside-no-tagline-2part .rigging-input.top-block-height {
    left: 36px;
    top: 225px;
}

.type3-guyed-outside-topsheave-ginpole .rigging-input.top-block-height {
	left: 16px;
	bottom: 490px;
}
.type4-guyed-above .rigging-input.top-block-height {
	left: 205px;
	bottom: 420px;
}
.type4-guyed-below .rigging-input.top-block-height {
	left: 60px;
	bottom: 530px;
}

.type1-monopole-outside .rigging-input.top-block-height {
	left: 61px;
	bottom: 460px;
}

.type1-monopole-outside-no-tagline .rigging-input.top-block-height,
.type1-monopole-outside-no-tagline-2part .rigging-input.top-block-height,
.type1-monopole-inside-no-tagline .rigging-input.top-block-height {
	left: 61px;
	bottom: 460px;
}

.type1-monopole-outside-2part .rigging-input.top-block-height,
.type1-monopole-outside-3part-multisheave .rigging-input.top-block-height,
.type1-monopole-outside-3part-doubleblock .rigging-input.top-block-height {
	left: 50px;
	bottom: 460px;
}
.type2-monopole-outside .rigging-input.top-block-height {
	left: 60px;
	bottom: 435px;
}
.type1-monopole-outside-topsheave-dropin-ginpole .rigging-input.top-block-height {
    left: 90px;
    bottom: 545px;
}
.type2-monopole-outside-topsheave-mount .rigging-input.top-block-height {
    left: 75px;
    bottom: 408px;
}

.type2-monopole-outside-topsheave-dropin-ginpole
	.rigging-input.top-block-height,
.type3-monopole-outside-topsheave-ginpole .rigging-input.top-block-height {
	left: 16px;
	bottom: 500px;
}
.type1-monopole-outside-topsheave-mount .rigging-input.top-block-height {
	left: 42px;
	bottom: 550px;
}
.type2-monopole-outside-topsheave-dropin-ginpole .rigging-input.top-block-height {
    left: 100px;
    bottom: 410px;
}
.type3-monopole-outside .rigging-input.top-block-height,
.type3-monopole-outside-2part .rigging-input.top-block-height,
.type3-monopole-outside-3part-multisheave .rigging-input.top-block-height,
.type3-monopole-outside-3part-doubleblock .rigging-input.top-block-height {
	left: 60px;
	bottom: 565px;
}

.type3-monopole-outside-no-tagline .rigging-input.top-block-height,
.type3-monopole-outside-no-tagline-2part .rigging-input.top-block-height,
.type3-monopole-inside-no-tagline .rigging-input.top-block-height {
	left: 61px;
	bottom: 565px;
}

.type4-monopole-above .rigging-input.top-block-height {
	left: 169px;
	bottom: 552px;
}
.type4-monopole-below .rigging-input.top-block-height {
	left: 56px;
	bottom: 644px;
}

.type1-sst-inside .rigging-input.top-block-height {
	left: 61px;
	bottom: 460px;
}
.type1-sst-outside .rigging-input.top-block-height,
.type1-sst-outside-2part .rigging-input.top-block-height,
.type1-sst-outside-3part-multisheave .rigging-input.top-block-height,
.type1-sst-outside-3part-doubleblock .rigging-input.top-block-height {
	left: 61px;
	bottom: 480px;
}

.type1-sst-inside-no-tagline .rigging-input.top-block-height {
    left: 61px;
    bottom: 460px;
}
.type1-sst-outside-no-tagline .rigging-input.top-block-height {
    left: 61px;
    bottom: 480px;
}
.type1-sst-outside-no-tagline-2part .rigging-input.top-block-height {
    left: 61px;
    bottom: 480px;
}

.type2-sst-outside .rigging-input.top-block-height {
	left: 60px;
	bottom: 455px;
}
.type1-sst-outside-topsheave-dropin-ginpole .rigging-input.top-block-height {
    left: 26px;
    bottom: 420px;
}
.type2-sst-outside-topsheave-mount .rigging-input.top-block-height,
.type2-sst-outside-topsheave-dropin-ginpole .rigging-input.top-block-height,
.type3-sst-outside-topsheave-ginpole .rigging-input.top-block-height {
	left: 16px;
	bottom: 500px;
}
.type2-sst-outside-topsheave-mount .rigging-input.top-block-height,
.type2-sst-outside-topsheave-dropin-ginpole .rigging-input.top-block-height {
	left: 4px;
	bottom: 437px;
}
.type1-sst-outside-topsheave-mount .rigging-input.top-block-height {
    left: 35px;
    bottom: 500px;
}
.type3-sst-inside .rigging-input.top-block-height {
	left: 60px;
	bottom: 565px;
}
.type3-sst-outside .rigging-input.top-block-height {
    left: 32px;
    bottom: 602px;
}

.type3-sst-inside-no-tagline .rigging-input.top-block-height {
    left: 61px;
    bottom: 460px;
}
.type3-sst-outside-no-tagline .rigging-input.top-block-height {
    left: 61px;
    bottom: 480px;
}
.type3-sst-outside-no-tagline-2part .rigging-input.top-block-height {
    left: 24px;
    bottom: 480px;
}

.type3-sst-outside-2part .rigging-input.top-block-height {
    left: 36px;
    bottom: 604px;
}
.type3-sst-outside-3part-multisheave .rigging-input.top-block-height,
.type3-sst-outside-3part-doubleblock .rigging-input.top-block-height {
	left: 60px;
	bottom: 585px;
}
.type4-sst-above .rigging-input.top-block-height {
	left: 169px;
	bottom: 560px;
}
.type4-sst-below .rigging-input.top-block-height {
	left: 56px;
	bottom: 644px;
}
.type2-guyed-outside-topsheave-dropin-ginpole .rigging-input.top-block-height {
	left: 45px;
	bottom: 450px;
}
.type2-guyed-outside-topsheave-mount .rigging-input.top-block-height {
    left: 48px;
    bottom: 450px;
}

/* Input: Load Height */
.type1-guyed-outside .rigging-input.target-height,
.type1-guyed-outside-2part .rigging-input.target-height,
.type1-guyed-outside-3part-multisheave .rigging-input.target-height,
.type1-guyed-outside-3part-doubleblock .rigging-input.target-height {
	left: 212px;
	bottom: 323px;
}
.type1-guyed-outside-topsheave-dropin-ginpole .rigging-input.target-height {
    left: 168px;
    bottom: 273px;
}
.type1-guyed-outside-topsheave-mount .rigging-input.target-height {
    left: 148px;
    bottom: 272px;
}
.type1-guyed-inside-no-tagline .rigging-input.target-height {
    left: 212px;
    bottom: 323px;
}
.type1-guyed-outside-no-tagline .rigging-input.target-height {
    left: 212px;
    bottom: 323px;
}
.type1-guyed-outside-no-tagline-2part .rigging-input.target-height {
    left: 174px;
    bottom: 323px;
}

.type2-guyed-outside .rigging-input.target-height {
	left: 231px;
	bottom: 254px;
}
.type2-guyed-outside-topsheave-mount .rigging-input.target-height,
.type2-guyed-outside-topsheave-dropin-ginpole .rigging-input.target-height {
	left: 167px;
	bottom: 323px;
}
.type3-guyed-outside .rigging-input.target-height,
.type3-guyed-outside-2part .rigging-input.target-height,
.type3-guyed-outside-3part-multisheave .rigging-input.target-height,
.type3-guyed-outside-3part-doubleblock .rigging-input.target-height,
.type3-guyed-outside-no-tagline .rigging-input.target-height {
	left: 212px;
	bottom: 307px;
}
.type3-guyed-inside-no-tagline .rigging-input.target-height {
    left: 225px;
    bottom: 307px;
}
.type3-guyed-outside-no-tagline-2part .rigging-input.target-height {
    left: 179px;
    bottom: 307px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.target-height {
	left: 159px;
	bottom: 360px;
}
.type4-guyed-above .rigging-input.target-height {
	left: 303px;
	bottom: 304px;
}
.type4-guyed-below .rigging-input.target-height {
	left: 304px;
	bottom: 304px;
}

.type1-monopole-outside .rigging-input.target-height,
.type1-monopole-outside-2part .rigging-input.target-height,
.type1-monopole-outside-3part-multisheave .rigging-input.target-height,
.type1-monopole-outside-3part-doubleblock .rigging-input.target-height {
	left: 212px;
	bottom: 343px;
}

.type1-monopole-outside-no-tagline .rigging-input.target-height ,
.type1-monopole-outside-no-tagline-2part .rigging-input.target-height ,
.type1-monopole-inside-no-tagline .rigging-input.target-height {
	left: 212px;
	bottom: 343px;
}

.type1-monopole-outside-topsheave-mount .rigging-input.target-height {
    left: 220px;
    bottom: 481px;
}

.type1-monopole-outside-topsheave-dropin-ginpole .rigging-input.target-height {
    left: 210px;
    bottom: 420px;
}
.type2-monopole-outside .rigging-input.target-height {
	left: 231px;
	bottom: 310px;
}
.type2-monopole-outside-topsheave-mount .rigging-input.target-height,
.type2-monopole-outside-topsheave-dropin-ginpole .rigging-input.target-height {
	left: 80px;
	bottom: 215px;
}
.type3-monopole-outside .rigging-input.target-height,
.type3-monopole-outside-2part .rigging-input.target-height,
.type3-monopole-outside-3part-multisheave .rigging-input.target-height,
.type3-monopole-outside-3part-doubleblock .rigging-input.target-height {
	left: 212px;
	bottom: 460px;
}

.type3-monopole-outside-no-tagline .rigging-input.target-height {
	left: 212px;
	bottom: 343px;
}
.type3-monopole-inside-no-tagline .rigging-input.target-height {
    left: 172px;
    bottom: 349px;
}

.type3-monopole-outside-no-tagline-2part .rigging-input.target-height {
    left: 153px;
    bottom: 343px;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.target-height {
	left: 145px;
	bottom: 371px;
}
.type4-monopole-above .rigging-input.target-height,
.type4-monopole-below .rigging-input.target-height {
	left: 289px;
	bottom: 467px;
}

.type1-sst-inside .rigging-input.target-height,
.type1-sst-outside .rigging-input.target-height,
.type1-sst-outside-2part .rigging-input.target-height,
.type1-sst-outside-3part-multisheave .rigging-input.target-height,
.type1-sst-outside-3part-doubleblock .rigging-input.target-height {
	left: 212px;
	bottom: 363px;
}

.type1-sst-inside-no-tagline .rigging-input.target-height {
    left: 212px;
    bottom: 363px;
}

.type1-sst-outside-no-tagline .rigging-input.target-height {
    left: 212px;
    bottom: 363px;
}

.type1-sst-outside-no-tagline-2part .rigging-input.target-height {
    left: 212px;
    bottom: 363px;
}

.type1-sst-outside-topsheave-mount .rigging-input.target-height {
    left: 204px;
    bottom: 407px;
}
.type1-sst-outside-topsheave-dropin-ginpole .rigging-input.target-height {
    left: 210px;
    bottom: 327px;
}
.type2-sst-outside .rigging-input.target-height {
	left: 231px;
	bottom: 330px;
}
.type2-sst-outside-topsheave-mount .rigging-input.target-height,
.type2-sst-outside-topsheave-dropin-ginpole .rigging-input.target-height {
	left: 167px;
	bottom: 323px;
}
.type3-sst-inside .rigging-input.target-height {
	left: 212px;
	bottom: 471px;
}
.type3-sst-outside .rigging-input.target-height {
	left: 150px;
	bottom: 471px;
}

.type3-sst-inside-no-tagline .rigging-input.target-height {
    left: 212px;
    bottom: 363px;
}

.type3-sst-outside-no-tagline .rigging-input.target-height {
    left: 212px;
    bottom: 363px;
}

.type3-sst-outside-no-tagline-2part .rigging-input.target-height {
    left: 177px;
    bottom: 363px;
}

.type3-sst-outside-2part .rigging-input.target-height {
    left: 155px;
    bottom: 481px;
}
.type3-sst-outside-3part-multisheave .rigging-input.target-height,
.type3-sst-outside-3part-doubleblock .rigging-input.target-height {
	left: 197px;
	bottom: 481px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.target-height {
	left: 142px;
	bottom: 371px;
}
.type4-sst-above .rigging-input.target-height,
.type4-sst-below .rigging-input.target-height {
	left: 280px;
	bottom: 467px;
}

/* Input: Hoist Distance */
.type1-guyed-outside .rigging-input.hoist-distance {
	left: 498px;
	bottom: 100px;
}
.type1-guyed-outside-2part .rigging-input.hoist-distance {
	left: 504px;
	bottom: 98px;
}
.type1-guyed-outside-no-tagline .rigging-input.hoist-distance  {
    left: 575px;
    bottom: 8px;
}
.type1-guyed-outside-no-tagline-2part .rigging-input.hoist-distance {
    left: 520px;
    bottom: 8px;
}
.type1-guyed-inside-no-tagline .rigging-input.hoist-distance {
    left: 567px;
    bottom: 4px;
}

.type1-guyed-outside-3part-multisheave .rigging-input.hoist-distance {
	left: 504px;
	bottom: 100px;
}
.type1-guyed-outside-3part-doubleblock .rigging-input.hoist-distance {
	left: 504px;
	bottom: 102px;
}
.type1-guyed-outside-topsheave-mount .rigging-input.hoist-distance {
    left: 248px;
    bottom: -19px;
}
.type1-guyed-outside-topsheave-dropin-ginpole .rigging-input.hoist-distance {
	left: 270px;
	bottom: -14px;
}
.type2-guyed-outside .rigging-input.hoist-distance {
	left: 560px;
	bottom: 41px;
}
.type2-guyed-outside-topsheave-mount .rigging-input.hoist-distance {
	left: 550px;
	bottom: -45px;
}
.type2-guyed-outside-topsheave-dropin-ginpole .rigging-input.hoist-distance {
	left: 546px;
	bottom: -49px;
}
.type3-guyed-outside .rigging-input.hoist-distance,
.type3-guyed-outside-2part .rigging-input.hoist-distance {
	left: 511px;
	bottom: 117px;
}

.type3-guyed-outside-no-tagline .rigging-input.hoist-distance {
    left: 575px;
    bottom: 4px;
}
.type3-guyed-inside-no-tagline .rigging-input.hoist-distance {
    left: 575px;
    bottom: 6px;
}

.type3-guyed-outside-no-tagline-2part .rigging-input.hoist-distance {
    left: 520px;
    bottom: 8px;
}

.type3-guyed-outside-3part-multisheave .rigging-input.hoist-distance {
	left: 511px;
	bottom: 121px;
}
.type3-guyed-outside-3part-doubleblock .rigging-input.hoist-distance {
	left: 512px;
	bottom: 121px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.hoist-distance {
	left: 464px;
	bottom: -7px;
}
.type4-guyed-above .rigging-input.hoist-distance {
	left: 537px;
	bottom: 170px;
}
.type4-guyed-below .rigging-input.hoist-distance {
	left: 539px;
	bottom: 170px;
}

.type1-monopole-outside .rigging-input.hoist-distance {
	left: 503px;
	bottom: 144px;
}
.type1-monopole-outside-2part .rigging-input.hoist-distance {
	left: 510px;
	bottom: 126px;
}
.type1-monopole-outside-3part-multisheave .rigging-input.hoist-distance,
.type1-monopole-outside-3part-doubleblock .rigging-input.hoist-distance {
	left: 503px;
	bottom: 149px;
}

.type1-monopole-outside-no-tagline .rigging-input.hoist-distance ,
.type1-monopole-outside-no-tagline-2part .rigging-input.hoist-distance ,
.type1-monopole-inside-no-tagline .rigging-input.hoist-distance {
    left: 535px;
    bottom: 0;
}

.type1-monopole-outside-topsheave-dropin-ginpole .rigging-input.hoist-distance {
    left: 315px;
    bottom: 78px;
}
.type1-monopole-outside-topsheave-mount .rigging-input.hoist-distance {
    left: 350px;
    bottom: 173px;
}
.type2-monopole-outside .rigging-input.hoist-distance {
	left: 584px;
	bottom: 74px;
}
.type2-monopole-outside-topsheave-mount .rigging-input.hoist-distance {
    left: 588px;
    bottom: -39px;
}
.type2-monopole-outside-topsheave-dropin-ginpole .rigging-input.hoist-distance {
    left: 605px;
    bottom: -39px;
}
.type3-monopole-outside .rigging-input.hoist-distance {
	left: 542px;
	bottom: 151px;
}
.type3-monopole-outside-2part .rigging-input.hoist-distance {
	left: 541px;
	bottom: 153px;
}

.type3-monopole-outside-no-tagline .rigging-input.hoist-distance ,
.type3-monopole-outside-no-tagline-2part .rigging-input.hoist-distance ,
.type3-monopole-inside-no-tagline .rigging-input.hoist-distance {
	left: 541px;
	bottom: 2px;
}

.type3-monopole-outside-3part-multisheave .rigging-input.hoist-distance {
	left: 539px;
	bottom: 156px;
}
.type3-monopole-outside-3part-doubleblock .rigging-input.hoist-distance {
	left: 539px;
	bottom: 154px;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.hoist-distance {
	left: 491px;
	bottom: 50px;
}
.type4-monopole-above .rigging-input.hoist-distance {
	left: 554px;
	bottom: 182px;
}
.type4-monopole-below .rigging-input.hoist-distance {
	left: 555px;
	bottom: 180px;
}

.type1-sst-inside .rigging-input.hoist-distance {
	left: 563px;
	bottom: 130px;
}
.type1-sst-outside .rigging-input.hoist-distance {
    left: 500px;
    bottom: 206px;
}
.type1-sst-outside-2part .rigging-input.hoist-distance {
    left: 496px;
    bottom: 205px;
}

.type1-sst-inside-no-tagline .rigging-input.hoist-distance {
    left: 585px;
    bottom: 5px;
}

.type1-sst-outside-no-tagline .rigging-input.hoist-distance {
    left: 581px;
    bottom: 3px;
}

.type1-sst-outside-no-tagline-2part .rigging-input.hoist-distance {
    left: 553px;
    bottom: 40px;
}

.type1-sst-outside-3part-multisheave .rigging-input.hoist-distance {
	left: 517px;
	bottom: 180px;
}
.type1-sst-outside-3part-doubleblock .rigging-input.hoist-distance {
	left: 517px;
	bottom: 179px;
}
.type1-sst-outside-topsheave-mount .rigging-input.hoist-distance {
    left: 321px;
    bottom: 80px;
}
.type1-sst-outside-topsheave-dropin-ginpole .rigging-input.hoist-distance {
    left: 357px;
    bottom: 38px;
}
.type2-sst-outside .rigging-input.hoist-distance {
	left: 590px;
	bottom: 98px;
}
.type2-sst-outside-topsheave-mount .rigging-input.hoist-distance {
	left: 551px;
	bottom: 135px;
}
.type2-sst-outside-topsheave-mount .rigging-input.hoist-distance,
.type2-sst-outside-topsheave-dropin-ginpole .rigging-input.hoist-distance {
	left: 203px;
	bottom: -34px;
}
.type3-sst-inside .rigging-input.hoist-distance {
	left: 592px;
	bottom: 136px;
}
.type3-sst-outside .rigging-input.hoist-distance {
	left: 503px;
	bottom: 178px;
}
.type3-sst-outside-2part .rigging-input.hoist-distance {
    left: 502px;
    bottom: 181px;
}

.type3-sst-inside-no-tagline .rigging-input.hoist-distance {
    left: 585px;
    bottom: 5px;
}

.type3-sst-outside-no-tagline .rigging-input.hoist-distance {
    left: 588px;
    bottom: 5px;
}

.type3-sst-outside-no-tagline-2part .rigging-input.hoist-distance {
    left: 540px;
    bottom: 5px;
}

.type3-sst-outside-3part-multisheave .rigging-input.hoist-distance {
	left: 551px;
	bottom: 180px;
}
.type3-sst-outside-3part-doubleblock .rigging-input.hoist-distance {
	left: 551px;
	bottom: 181px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.hoist-distance {
	left: 519px;
	bottom: 70px;
    width: 150px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.hoist-distance .rigging-input-row {
    width: 140px;
}
.type4-sst-above .rigging-input.hoist-distance {
	left: 555px;
	bottom: 181px;
}
.type4-sst-below .rigging-input.hoist-distance {
	left: 555px;
	bottom: 178px;
}

/* Input: Tag Distance */
.type1-guyed-outside .rigging-input.tag-distance {
	left: 590px;
	bottom: 15px;
}
.type1-guyed-outside-2part .rigging-input.tag-distance {
	left: 590px;
	bottom: 14px;
}
.type1-guyed-outside-3part-multisheave .rigging-input.tag-distance {
	left: 590px;
	bottom: 16px;
}
.type1-guyed-outside-3part-doubleblock .rigging-input.tag-distance {
	left: 590px;
	bottom: 18px;
}
.type1-guyed-outside-topsheave-mount .rigging-input.tag-distance {
	left: 553px;
	bottom: -95px;
}
.type1-guyed-outside-topsheave-dropin-ginpole .rigging-input.tag-distance {
	left: 566px;
	bottom: -95px;
}
.type3-guyed-outside .rigging-input.tag-distance,
.type3-guyed-outside-2part .rigging-input.tag-distance {
	left: 590px;
	bottom: 36px;
}
.type3-guyed-outside-3part-multisheave .rigging-input.tag-distance {
	left: 590px;
	bottom: 39px;
}
.type3-guyed-outside-3part-doubleblock .rigging-input.tag-distance {
	left: 590px;
	bottom: 40px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.tag-distance {
	left: 556px;
	bottom: -88px;
}
.type4-guyed-above .rigging-input.tag-distance,
.type4-guyed-below .rigging-input.tag-distance {
	left: 612px;
	bottom: 95px;
}

.type1-monopole-outside .rigging-input.tag-distance {
	left: 590px;
	bottom: 59px;
}
.type1-monopole-outside-2part .rigging-input.tag-distance {
	left: 590px;
	bottom: 38px;
}
.type1-monopole-outside-3part-multisheave .rigging-input.tag-distance,
.type1-monopole-outside-3part-doubleblock .rigging-input.tag-distance {
	left: 590px;
	bottom: 66px;
}
.type1-monopole-outside-topsheave-dropin-ginpole .rigging-input.tag-distance {
    left: 582px;
    bottom: 5px;
}
.type1-monopole-outside-topsheave-mount .rigging-input.tag-distance {
    left: 606px;
    bottom: 92px;
}
.type3-monopole-outside .rigging-input.tag-distance {
	left: 618px;
	bottom: 77px;
}
.type3-monopole-outside-2part .rigging-input.tag-distance {
	left: 618px;
	bottom: 79px;
}
.type3-monopole-outside-3part-multisheave .rigging-input.tag-distance {
	left: 618px;
	bottom: 82px;
}
.type3-monopole-outside-3part-doubleblock .rigging-input.tag-distance {
	left: 618px;
	bottom: 80px;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.tag-distance {
	left: 607px;
	bottom: -23px;
}
.type4-monopole-above .rigging-input.tag-distance {
	left: 619px;
	bottom: 111px;
}
.type4-monopole-below .rigging-input.tag-distance {
	left: 619px;
	bottom: 109px;
}

.type1-sst-inside .rigging-input.tag-distance {
	left: 424px;
	bottom: 54px;
}
.type1-sst-outside .rigging-input.tag-distance {
    left: 563px;
    bottom: 130px;
}
.type1-sst-outside-2part .rigging-input.tag-distance {
    left: 562px;
    bottom: 130px;
}
.type1-sst-outside-3part-multisheave .rigging-input.tag-distance {
	left: 590px;
	bottom: 102px;
}
.type1-sst-outside-3part-doubleblock .rigging-input.tag-distance {
	left: 590px;
	bottom: 100px;
}
.type1-sst-outside-topsheave-mount .rigging-input.tag-distance {
    left: 625px;
    bottom: 12px;
}
.type1-sst-outside-topsheave-dropin-ginpole .rigging-input.tag-distance {
    left: 620px;
    bottom: -23px;
}
.type3-sst-inside .rigging-input.tag-distance {
	left: 298px;
	bottom: 137px;
}
.type3-sst-outside .rigging-input.tag-distance {
	left: 570px;
	bottom: 107px;
}
.type3-sst-outside-2part .rigging-input.tag-distance {
    left: 572px;
    bottom: 110px;
}
.type3-sst-outside-3part-multisheave .rigging-input.tag-distance {
	left: 618px;
	bottom: 109px;
}
.type3-sst-outside-3part-doubleblock .rigging-input.tag-distance {
	left: 618px;
	bottom: 110px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.tag-distance {
	left: 576px;
	bottom: -2px;
}
.type4-sst-above .rigging-input.tag-distance {
	left: 619px;
	bottom: 110px;
}
.type4-sst-below .rigging-input.tag-distance {
	left: 619px;
	bottom: 107px;
}

/* Input: Heel Block Height */
.type3-guyed-outside .rigging-input.heel-block-height,
.type3-guyed-outside-2part .rigging-input.heel-block-height {
	left: 246px;
	bottom: 125px;
}
.type3-guyed-outside-no-tagline .rigging-input.heel-block-height,
.type3-guyed-inside-no-tagline .rigging-input.heel-block-height {
    left: 320px;
    bottom: 115px;
}
.type3-guyed-outside-no-tagline-2part .rigging-input.rigging-input.heel-block-height {
    left: 280px;
    bottom: 115px;
}

.type3-guyed-outside-3part-multisheave .rigging-input.heel-block-height {
	left: 245px;
	bottom: 127px;
}
.type3-guyed-outside-3part-doubleblock .rigging-input.heel-block-height {
	left: 246px;
	bottom: 128px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.heel-block-height {
	left: 194px;
	bottom: -1px;
}
.type4-guyed-above .rigging-input.heel-block-height,
.type4-guyed-below .rigging-input.heel-block-height {
	left: 50px;
	bottom: 170px;
}

.type3-monopole-outside .rigging-input.heel-block-height {
    left: 292px;
    bottom: 352px;
}
.type3-monopole-outside-2part .rigging-input.heel-block-height {
	left: 290px;
	bottom: 352px;
}

.type3-monopole-outside-no-tagline .rigging-input.heel-block-height {
    left: 274px;
    bottom: 100px;
}
.type3-monopole-outside-no-tagline-2part .rigging-input.heel-block-height,
.type3-monopole-inside-no-tagline .rigging-input.heel-block-height {
    left: 240px;
    bottom: 233px;
}

.type3-monopole-outside-3part-multisheave .rigging-input.heel-block-height {
	left: 290px;
	bottom: 356px;
}
.type3-monopole-outside-3part-doubleblock .rigging-input.heel-block-height {
	left: 290px;
	bottom: 354px;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.heel-block-height {
	left: 239px;
	bottom: 246px;
}
.type4-monopole-above .rigging-input.heel-block-height,
.type4-monopole-below .rigging-input.heel-block-height {
	left: 330px;
	bottom: 373px;
}

.type3-sst-inside .rigging-input.heel-block-height {
	left: 308px;
	bottom: 341px;
}
.type3-sst-outside .rigging-input.heel-block-height {
	left: 231px;
	bottom: 371px;
}

.type3-sst-inside-no-tagline .rigging-input.heel-block-height {
    bottom: 100px;
    left: 309px;
}

.type3-sst-outside-no-tagline .rigging-input.heel-block-height {
    bottom: 100px;
    left: 309px;
}

.type3-sst-outside-no-tagline-2part .rigging-input.heel-block-height {
    bottom: 100px;
    left: 244px;
}

.type3-sst-outside-2part .rigging-input.heel-block-height {
    left: 231px;
    bottom: 373px;
}
.type3-sst-outside-3part-multisheave .rigging-input.heel-block-height,
.type3-sst-outside-3part-doubleblock .rigging-input.heel-block-height {
	left: 283px;
	bottom: 373px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.heel-block-height {
	left: 231px;
	bottom: 262px;
}
.type4-sst-above .rigging-input.heel-block-height {
	left: 330px;
	bottom: 373px;
}
.type4-sst-below .rigging-input.heel-block-height {
	left: 330px;
	bottom: 370px;
}

/* Input: Heel Block Distance */
.rigging-input.heel-block-distance {
	left: 50px;
}
.type3-guyed-outside .rigging-input.heel-block-distance,
.type3-guyed-outside-2part .rigging-input.heel-block-distance,
.type3-guyed-outside-no-tagline .rigging-input.heel-block-distance,
.type3-guyed-inside-no-tagline .rigging-input.heel-block-distance,
.type3-guyed-outside-no-tagline-2part .rigging-input.heel-block-distance {
	bottom: 36px;
}
.type3-guyed-outside-3part-multisheave .rigging-input.heel-block-distance {
	bottom: 39px;
}
.type3-guyed-outside-3part-doubleblock .rigging-input.heel-block-distance {
	bottom: 40px;
}
.type3-guyed-outside-topsheave-ginpole .rigging-input.heel-block-distance {
	bottom: -88px;
}
.type4-guyed-above .rigging-input.heel-block-distance,
.type4-guyed-below .rigging-input.heel-block-distance {
	bottom: 20px;
}

.type3-monopole-outside .rigging-input.heel-block-distance {
	left: 300px;
	bottom: 217px;
}
.type3-monopole-outside-2part .rigging-input.heel-block-distance {
	left: 300px;
	bottom: 218px;
}

.type3-monopole-outside-no-tagline .rigging-input.heel-block-distance {
    left: 529px;
    bottom: 90px;
}
.type3-monopole-outside-no-tagline-2part .rigging-input.heel-block-distance {
    left: 530px;
    bottom: 90px;
}
.type3-monopole-inside-no-tagline .rigging-input.heel-block-distance {
    left: 530px;
    bottom: 90px;
}

.type3-monopole-outside-3part-multisheave .rigging-input.heel-block-distance {
	left: 300px;
	bottom: 220px;
}
.type3-monopole-outside-3part-doubleblock .rigging-input.heel-block-distance {
	left: 300px;
	bottom: 219px;
}
.type3-monopole-outside-topsheave-ginpole .rigging-input.heel-block-distance {
	left: 248px;
	bottom: 115px;
}
.type4-monopole-above .rigging-input.heel-block-distance {
	left: 320px;
	bottom: 244px;
}
.type4-monopole-below .rigging-input.heel-block-distance {
	left: 320px;
	bottom: 243px;
}

.type3-sst-inside .rigging-input.heel-block-distance label {
	background-color: #fff;
}
.type3-sst-inside .rigging-input.heel-block-distance {
	left: 606px;
	bottom: 205px;
}
.type3-sst-outside .rigging-input.heel-block-distance {
	left: 267px;
	bottom: 240px;
}

.type3-sst-inside-no-tagline .rigging-input.heel-block-distance {
    left: 582px;
    bottom: 90px;
}

.type3-sst-outside-no-tagline .rigging-input.heel-block-distance {
    left: 580px;
    bottom: 89px;
}

.type3-sst-outside-no-tagline-2part .rigging-input.heel-block-distance {
    left: 533px;
    bottom: 89px;
}

.type3-sst-outside-2part .rigging-input.heel-block-distance {
    left: 272px;
    bottom: 243px;
}
.type3-sst-outside-3part-multisheave .rigging-input.heel-block-distance,
.type3-sst-outside-3part-doubleblock .rigging-input.heel-block-distance {
	left: 314px;
	bottom: 243px;
}
.type3-sst-outside-topsheave-ginpole .rigging-input.heel-block-distance {
	left: 271px;
	bottom: 133px;
}
.type4-sst-above .rigging-input.heel-block-distance {
	left: 320px;
	bottom: 243px;
}
.type4-sst-below .rigging-input.heel-block-distance {
	left: 320px;
	bottom: 240px;
}

/* Input: Trolley sling length */
.rigging-input.trolley-sling-length {
	left: 738px;
}
.type4-guyed-above .rigging-input.trolley-sling-length {
	left: 736px;
	bottom: 504px;
}
.type4-guyed-below .rigging-input.trolley-sling-length {
	bottom: 505px;
}

.type4-monopole-above .rigging-input.trolley-sling-length,
.type4-monopole-below .rigging-input.trolley-sling-length,
.type4-sst-above .rigging-input.trolley-sling-length {
	bottom: 563px;
}
.type4-sst-below .rigging-input.trolley-sling-length {
	bottom: 561px;
}

/* Input: Upper Tag Height */
.type4-guyed-above .rigging-input.upper-tag-height {
	left: 60px;
	bottom: 530px;
}
.type4-guyed-below .rigging-input.upper-tag-height {
	left: 205px;
	bottom: 420px;
}

.type4-monopole-above .rigging-input.upper-tag-height,
.type4-sst-above .rigging-input.upper-tag-height {
	left: 56px;
	bottom: 644px;
}
.type4-monopole-below .rigging-input.upper-tag-height,
.type4-sst-below .rigging-input.upper-tag-height {
	left: 169px;
	bottom: 562px;
}

/* Inputs: Upper Tag Distance */
.type4-guyed-above .rigging-input.upper-tag-distance,
.type4-guyed-below .rigging-input.upper-tag-distance {
	left: 50px;
	bottom: 95px;
}

.type4-monopole-above .rigging-input.upper-tag-distance,
.type4-sst-above .rigging-input.upper-tag-distance {
	left: 60px;
	bottom: 222px;
}
.type4-monopole-below .rigging-input.upper-tag-distance,
.type4-sst-below .rigging-input.upper-tag-distance {
	left: 60px;
	bottom: 221px;
}

/* New Login Page */
/*noinspection CssInvalidFunction*/
.loginnews {
	background: rgba(157, 0, 0, 1);
	background: -moz-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(157, 0, 0, 1)),
		color-stop(100%, rgba(99, 0, 0, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(157, 0, 0, 1) 0%,
		rgba(99, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0000', endColorstr='#630000', GradientType=0 );
	color: #fff;
	padding: 80px 0;
}

.newsentry {
	background: #fff;
	display: block;
	width: 48%;
	margin: 0 1% 20px;
	float: left;
	border-radius: 3px;
	padding: 30px 30px 30px 90px;
	text-decoration: none;
}
.newsentry:hover {
	background: #eee;
	text-decoration: none;
}
.newsentry .newsdate {
	color: #a3a3a3;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}
.newsentry .newstitle {
	font-family: 'roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsentry .newslink {
	font-family: 'roboto', sans-serif;
}

.page-template-login-page-2016 h1 {
	font-size: 24px;
	padding-bottom: 20px;
}

.page-template-login-page-2016 .introtext {
	font-size: 22px;
	line-height: 1.5;
}
.page-template-login-page-2016 .introtext a {
	font-size: 14px;
	font-weight: 800;
	margin-top: 20px;
	display: inline-block;
}
.page-template-login-page-2016 .landing-header {
	padding: 30px 0 40px;
}
.page-template-login-page-2016 .landing-header img {
	max-height: 50px;
}
.introcontent {
	padding: 30px 50px 30px 0;
}
.page-template-login-page-2016 .loginpage {
	padding: 0;
}
.resourcesholder {
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
	padding: 50px 0;
}
.introholder {
	padding: 50px 0;
}
.resourcesholder h1 {
	padding: 0 5%;
}
.resourcesection {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	padding: 20px 30px;
}
.resourcesection h2 {
	font-size: 20px;
}
.resourcesection img {
	display: block;
}
.resourcescta {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	padding: 40px 30px 0;
	text-align: center;
}
.resourcescta a {
	margin-bottom: 20px;
}

.resource-entry img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 55px;
	margin-bottom: 15px;
}
.resource-entry .resource-entry-line {
	display: block;
}
.resource-entry .resource-entry-line.resource-entry-email-line {
	word-wrap: break-word;
}
.resource-entry-row {
	margin: 0 5px;
}
.resource-entry {
	padding: 10px;
}
.resource-entry-slider .slick-prev:before,
.resource-entry-slider .slick-next:before {
	color: #000;
}
.resource-entry-slider .slick-slide {
	height: auto;
}

a.linktype {
	position: relative;
}
a.linktype:after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/link-icon.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 35px;
	left: 35px;
}

/* Temp Login Page 2017 */
.loginmessage {
	background: rgb(128, 0, 0);
	color: #fff;
	padding: 20px;
	border-radius: 5px 5px 0 00;
}
.loginmessage h2 {
	margin: 0 0 10px;
	padding: 0;
}
.loginmessage h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.loginmessage a {
	color: #fff;
	text-decoration: underline;
}
.belowform {
	padding: 20px 0;
	font-size: 18px;
	text-align: center;
}
.page-template-login-page-2016 .introtext a {
	margin-top: 10px;
}
.page-template-login-page-2016 .landing-header img {
	max-height: 100px;
}
.introholder {
	padding: 20px 0;
}

/* Resources Page */
.resourcespage .resource-entry {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	max-width: 220px;
}

/* News/Links Page */
.newslinkspage .newsentry {
	background: #9f0000;
}
.newslinkspage .newsentry:hover {
	background: #630000;
}
.newslinkspage .newsentry .newsdate,
.newslinkspage .newsentry .newstitle,
.newslinkspage .newsentry .newslink {
	color: #ffffff;
}
.newslinkspage a.linktype:after {
	background-image: url(../images/link-icon-white.png);
}

/* Projects Layout */
.req-star {
	display: inline-block;
	font-size: 155%;
	margin-top: -8px;
}

.library-empty {
	font-size: 18px;
	display: block;
}
.library-empty .btn {
	margin-left: 20px;
}
.project {
	border: 1px solid #e6e6e6;
	margin: 10px 0;
	border-radius: 5px;
	padding: 10px 15px;
}
.project h4 {
	font-weight: 700;
}
.project p {
	font-size: 12px;
}
.project h5 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.project .btn {
	padding: 7px 15px;
}

.project-editor {
	padding: 0;
}
.project-data h3 {
	margin: 0 0 30px;
}
.flexrow {
	display: flex;
}

.projects-nav {
	background: #676767;
	color: #fff;
	padding: 50px 0;
	overflow: hidden;
}
.project-data {
	padding: 50px;
}
.project-data .form-group label {
	font-size: 10px;
	letter-spacing: 1px;
	padding-right: 0;
}
.projects-nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.projects-nav li {
	list-style: none;
}
.projects-nav a {
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.projects-nav a:hover {
	background: #5a5a5a;
	text-decoration: none;
}

.projects-nav-inner.affix {
	top: 50px;
}
.projects-nav-inner.affix-top {
	width: auto !important;
}
.projects-nav-inner.affix-bottom {
	position: absolute;
}

.alert.alert-class-1-skip {
	display: inline-block;
	max-width: 260px;
	vertical-align: top;
	margin-right: 10px;
	text-align: left;
}

.project-data section {
	margin-bottom: 40px;
}
.calc-type {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
}
.calc-type p {
	font-size: 13px;
}

.project-info-personnel-lookup,
.project-info-select-tower-owner {
	margin-bottom: 6px;
}

.form-project-personnel h6 {
	margin: 0;
}
.form-project-personnel .form-project-personnel-row .control-label {
	margin-bottom: 6px;
}
.form-project-personnel .form-project-personnel-row .form-control {
	margin-top: 20px;
}
.form-project-personnel
	.form-project-personnel-row
	.form-project-personnel-lookup {
	margin-top: 0;
}

.sectioncontent h6 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #aaa;
}
.eor-row {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.project-data .form-group label.checkbox-label {
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
}

.attachment-table {
	padding: 0;
}
.attachment-table .table {
	border: none;
}
.attachment-table .table > tbody > tr > td {
	border: none;
}

.table-project-attachments-new td h6 {
	margin: 0;
	padding: 0;
}

.indented-group {
	margin: 10px 35px;
}
.indented-group .form-group {
	margin-bottom: 5px;
}

.col-state {
	padding-left: 0;
	padding-right: 0;
}

.projects-nav a.active {
	position: relative;
}
.projects-nav a.active:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	transform: translateY(-55%) rotate(45deg);
	-webkit-transform: translateY(-55%) rotate(45deg);
	-moz-transform: translateY(-55%) rotate(45deg);
	-ms-transform: translateY(-55%) rotate(45deg);
	position: absolute;
	right: -12px;
	top: 50%;
}
.projects-nav a.disabled {
	opacity: 0.65;
	text-decoration: none;
	cursor: not-allowed;
	pointer-events: none;
}
.projects-nav a.disabled:hover {
	text-decoration: none;
}

.latlong-row .input-group .input-group-addon {
	min-width: 14px;
	padding: 0;
	text-align: center;
}
.latlong-row input[type='number'] {
	-moz-appearance: textfield;
}
.latlong-row .form-control {
	font-size: 12px;
	padding: 6px;
}
.latlong-row .latlong-inputs {
	display: inline-block;
}
.latlong-row .input-group.latlong-dec {
	width: 120px;
}

.table-temporary-guy-assemblies {
	overflow: auto;
}
.table-temporary-guy-assemblies table {
	min-width: 885px;
}
.table-temporary-guy-assemblies table thead {
	background: #fff;
	color: #000;
}
.table-temporary-guy-assemblies table thead th {
	border-bottom: none;
}
.table-temporary-guy-assemblies table th {
	font-weight: bold;
}
.table-temporary-guy-assemblies .btn-row .btn {
	padding: 8px 16px;
	box-shadow: none;
}
.form-temporary-guy-assemblies label {
	color: rgb(128, 0, 0);
	font-size: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Paywall */
.loading-subscription {
	font-weight: bold;
	padding: 20px 0 !important;
	text-align: center;
	font-size: 18px;
}
.billingform .radio {
	font-size: 18px;
	padding: 5px 0;
}
.billingform input[type='radio'] {
	margin-top: 6px;
}
.billingform .add-users {
	padding-left: 25px;
}
.billingform .checkbox-group {
	display: flex;
}
.billingform .checkbox-group > input {
	margin-right: 5px;
}
.billingform .checkbox-group > div {
	position: absolute;
	margin-top: 1px;
	margin-left: 20px;
}
.billingform .input-group a.input-group-addon,
.add-users .input-group a.input-group-addon {
	text-decoration: none;
}
.billingform .input-group a.input-group-addon {
	background: white;
	color: rgb(128, 0, 0);
	font-size: 20px;
	font-weight: bold;
}
.billingform .input-group a.input-group-addon:hover,
.add-users .input-group a.input-group-addon:hover {
	color: initial;
}
.more-info {
	background: white;
	color: black;
	font-weight: bold;
	border-radius: 2px;
	padding: 8px 8px 20px 8px;
	margin-top: 40px;
	width: 80%;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.add-users .input-group {
	max-width: 200px;
}
.review-table .add-coupon {
	padding-bottom: 10px;
}
.add-coupon .coupon-inputs {
	display: inline-block;
	margin-left: 10px;
}
.add-coupon .coupon-inputs input {
	display: inline-block;
	max-width: 150px;
}
.add-coupon .coupon-inputs button {
	display: inline-block;
	margin-left: 5px;
	max-width: 100px;
	width: auto;
	line-height: 1.2em;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
}
.add-coupon .coupon-inputs p.alert {
	position: absolute;
	width: auto;
	padding: 5px;
	top: -2.8em;
}
.add-coupon .coupon-inputs p.alert.alert-success {
	right: 0;
}
.add-coupon .coupon-inputs p.alert:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	top: 25px;
}
.add-coupon .coupon-inputs p.alert-success:before {
	border-top: 15px solid #dff0d8;
	right: 45px;
}
.add-coupon .coupon-inputs p.alert-danger:before {
	border-top: 15px solid #f2dede;
	left: 35px;
}
.add-coupon .coupon-applied {
	color: #3c763d;
	font-weight: 700;
	margin-left: 15px;
	display: inline-block;
	width: auto;
}
.review-table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
	padding: 20px 0;
}
.review-table table {
	width: 100%;
}
.review-table .text-left {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: rgb(128, 0, 0);
}
.paywall-disclaimer {
	margin-bottom: 15px;
	margin-top: -15px;
	font-size: 13px;
}
.paywall-agreement {
	margin-bottom: -10px;
	margin-top: 15px;
	font-size: 13px;
}

.plan-details {
	background: #e5e5e5;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.plan-details-section hr {
	margin: 10px 0;
	border-color: #ccc;
}
.plan-details-section {
	padding: 10px 0;
}

.users-list .btn {
	padding: 8px 12px;
	box-shadow: none;
}
.users-list {
	margin: 30px 0;
}
.users-list li {
	margin: 15px 0;
}

.plan-add-ons label {
	margin: 10px 0;
}
.users-list input[type='text'] {
	width: 100%;
}
.users-list .form-inline .form-group {
	width: 100%;
}
.users-list .form-inline .input-group {
	width: 100%;
}
.users-list .form-inline .input-group .input-group-btn {
	width: 100px;
}

/* Billing */
.row-messages {
	margin: 20px 20px 0;
}
.contentsection.payment-methods-section .alert-add-card {
	margin: 30px 18% 0;
	width: 64%;
}

.contentsection.invoice-section {
	border: none;
}
.contentsection.all-invoices .table.invoice-table {
	margin-bottom: 0;
	border: none;
}
.table.payments-table {
	margin-bottom: 0;
	border: none;
}
.table.payments-table > tbody > tr > td {
	border-top: 0;
	border-bottom: 1px solid #eee;
}
.table.payments-table > tbody > tr > td,
.table.invoice-table > tbody > tr > td {
	padding: 20px;
	vertical-align: middle;
}
.billing-page #card-errors {
	padding-top: 8px;
	margin-bottom: -10px;
	text-align: left;
	padding-left: 5px;
	color: #777;
}
.cc-icon {
	width: 100px;
}

.table.invoice-table thead {
	background: #fff;
	color: #b11e22;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 12px;
}
.table.invoice-table > thead > tr > td {
	padding: 20px 20px 10px;
}
.label.inv-status {
	font-size: 100%;
}
.label.inv-status.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

#billingModal .modal-content {
	background: #f5f5f7;
}
#billingModal .form-group {
	padding: 20px 0;
	margin-bottom: 0;
}
#billingModal .input-group {
	margin-bottom: 20px;
}

.invoice-overview {
	margin-bottom: 0;
	border-bottom: 0;
	border-top: 0;
	border-radius: 0;
}
.table.invoice-table.invoice-detail {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.table.invoice-table.invoice-detail > thead > tr > td {
	padding: 10px 20px;
	background: #eee;
}
.table.invoice-table.invoice-detail > tfoot > tr > td {
	padding: 10px 20px;
	font-size: 12px;
}
.table.invoice-table.invoice-detail > tfoot > tr:first-child > td {
	border-top: 5px solid #ccc;
}
.table.invoice-table.invoice-detail tr td:last-child {
	text-align: right;
}

.loading-blur .blurrable-content,
.loading-blur .sectioncontent {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	pointer-events: none;
	cursor: default;
	min-height: 100px;
}
.loading-blur:before {
	content: '';
	background-image: url('../images/cropped-spinner.gif');
	background-size: 50px;
	height: 50px;
	width: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	position: absolute;
	z-index: 100;
}
.loading-message:after {
	content: '';
	background-image: url(../images/cropped-spinner.gif);
	background-size: 20px;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	position: absolute;
}

.StripeElement {
	background-color: white;
	height: 50px;
	padding: 17px 12px 10px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

/* TEMPORARY */
.instructions-content {
	display: none;
}

.has-error .form-control {
	background: #f6ff6e;
}

@media (min-width: 768px) {
	.projects-nav {
		width: 12.66666667%;
	}
	.project-data {
		width: 87.33333333%;
	}
}

@media (min-width: 992px) {
	.latlong-row .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.latlong-row .input-group .input-group-addon {
		width: auto;
	}
	.latlong-row > .form-control {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		padding: 6px 8px;
	}
	.latlong-row .latlong-deg {
		width: 55px;
	}
	.latlong-row .latlong-min {
		width: 55px;
	}
	.latlong-row .latlong-sec {
		width: 73px;
	}

	.modal-xlg {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.modal-xlg {
		width: 1100px;
	}
	.alert.alert-class-1-skip {
		max-width: 300px;
	}
}

@media screen and (max-width: 1050px) {
	img {
		max-width: 100%;
	}
	.landing-header,
	.interior-header {
		padding: 30px 0;
	}
	.loginpage {
		padding: 3%;
	}
	.introtext {
		padding: 20px 0 40px;
	}
	.pagecontent {
		padding: 3%;
	}
	section.pagecontent > .container {
		padding: 0;
	}
	footer {
		padding: 3%;
	}
	footer .container {
		padding: 30px 0;
	}
	.homepage {
		padding: 3%;
	}
	.rigtype {
		padding: 20px;
	}
	.rigtype .typecontent {
		height: auto;
	}
	.btn-default {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 992px) {
	.introcontent,
	.introtext {
		padding: 30px 10px;
	}
}

@media screen and (max-width: 768px) {
	.logintop,
	.loginbottom {
		padding: 20px;
	}
	.enertech-logo {
		max-height: 60px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 667px) {
}

/* -------------------------------------- */
/* ---------- PRINT STYLEs ---------- */
/* -------------------------------------- */

@media print {
	a[href]:after {
		content: none;
	}

	* {
		text-shadow: none !important;
		color: #000 !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm 1cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.visible-xs {
		display: none !important;
	}
	.hidden-xs {
		display: block !important;
	}
	table.hidden-xs {
		display: table;
	}
	tr.hidden-xs {
		display: table-row !important;
	}
	th.hidden-xs,
	td.hidden-xs {
		display: table-cell !important;
	}
	.hidden-xs.hidden-print {
		display: none !important;
	}
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}

	a {
		page-break-inside: avoid;
	}

	blockquote {
		page-break-inside: avoid;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
		prince-bookmark-level: none;
	}

	img {
		page-break-inside: avoid;
		page-break-after: avoid;
	}

	table,
	pre {
		page-break-inside: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}

	section.contentsection-nobreak,
	.nopagebreak {
		page-break-inside: avoid;
	}

	.col-md-1 {
		width: 8.333% !important;
		float: left !important;
	}
	.col-md-2 {
		width: 16.666% !important;
		float: left !important;
	}
	.col-md-3 {
		width: 25% !important;
		float: left !important;
	}
	.col-md-4 {
		width: 33.333% !important;
		float: left !important;
	}
	.col-md-8 {
		width: 66.666% !important;
		float: left !important;
	}
	.col-md-6 {
		width: 50% !important;
		float: left !important;
	}
	.col-md-5 {
		width: 41% !important;
		float: left !important;
	}
	.col-md-7 {
		width: 59% !important;
		float: left !important;
	}

	.interior-header {
		padding: 0;
	}
	.container {
		width: 100% !important;
	}
	.pagetitle {
		padding: 10px 0;
		border-top: 1px solid #000;
		margin-top: 20px;
	}
	.pagetitle h1 {
		font-size: 20px;
	}
	.pagecontent {
		padding: 0;
	}
	section.pagecontent > .container {
		padding: 0;
	}
	.contentsection {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	.sectiontitle {
		font-weight: 700;
		padding: 10px;
		color: #aaa !important;
	}
	.sectioncontent {
		padding: 0 20px;
	}
	.form-group {
		margin-bottom: 5px;
	}
	.form-group label {
		font-size: 7px;
		padding: 0;
		margin: 0;
		padding-top: 0;
		letter-spacing: 1px;
	}
	.table > tbody > tr.subhead > td {
		font-size: 7px;
		letter-spacing: 1px;
	}
	.form-horizontal .control-label {
		padding: 0;
	}
	.form-control {
		height: auto;
		padding: 0;
		font-size: 9px;
		border: none;
		color: #000 !important;
	}
	.input-group-addon {
		font-size: 7px;
		padding: 0;
		border: none;
	}
	.input-group .form-control {
		width: auto;
	}

	.form-answers .input-group-addon,
	.form-inputs .input-group-addon {
		width: 100%;
		padding-left: 10px;
	}
	.form-block-attachment-answers .input-group-addon,
	.form-block-attachment-inputs .input-group-addon,
	.form-force-on-tower .input-group-addon {
		width: 100%;
		padding-left: 10px;
	}

	.signature-form .signature-form-info-group {
		margin-bottom: 0px;
	}
	.signature-form .signature-form-group {
		margin-top: 10px;
	}
	.signature-form .signature-form-group .control-label {
		margin-top: 8px;
	}

	h2 {
		font-size: 16px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.contentsection h2 {
		font-size: 15px !important;
	}
	.btn {
		display: none !important;
	}
	.col-md-offset-1 img {
		position: absolute;
		height: 310px;
	}
	.col-md-offset-1 img.type-1-image {
		height: 345px;
	}
	.col-md-offset-1 img.type-3-image {
		height: 380px;
	}
	.col-md-offset-1 img.type-4-image {
		height: 380px;
	}
	.divider {
		height: 10px;
	}
	.page-template-type-2-page .divider {
		height: 30px;
	}
	.warningbox {
		position: absolute;
		top: -200px;
		right: -40px;
		width: 180px;
		font-size: 9px;
		padding: 10px;
	}
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		padding: 3px;
		font-size: 9px;
		line-height: 9px;
	}
	select.input-sm {
		line-height: 9px;
		height: 9px;
	}
	footer {
		padding: 10px 0;
		font-size: 6px;
		line-height: 10px;
	}
	footer .container {
		padding: 0;
	}
	footer img {
		display: none;
	}

	.form-group label {
		text-align: right !important;
	}

	.interior-header .logo,
	.interior-header .enertech-logo {
		max-height: 30px;
	}

	.input-group .form-control {
		width: 80px !important;
		text-align: right !important;
	}
	.form-block-attachment-inputs .input-group .form-control,
	.form-block-attachment-answers .input-group .form-control {
		width: 50px !important;
	}
	.form-force-on-tower .input-group .form-control {
		width: 30px !important;
	}
	.form-answers .control-label,
	.form-inputs .control-label,
	.form-block-attachment-answers .control-label {
		max-width: 150px !important;
	}
	.form-block-attachment-inputs .control-label {
		max-width: 200px !important;
	}
	.form-force-on-tower .control-label {
		max-width: 100px !important;
	}
	.input-group-addon {
		position: relative;
		text-align: left;
	}

	.print-only {
		display: block;
	}

	.pagetitle h4 {
		font-size: 10px;
		margin-bottom: 0;
		line-height: 10px;
	}
	.pagetitle .pull-right .form-horizontal .col-sm-7 {
		font-size: 10px;
		top: -2px;
	}
	.signatureline {
		height: 20px;
	}
	.pagetitle .control-label {
		font-size: 7px;
	}

	.warningcontent ul {
		padding-left: 16px;
		margin: 0 !important;
	}

	.disclaimer .container {
		padding: 0 0 10px;
		font-size: 6px;
	}

	.instructions,
	.instructions.inline-instructions {
		display: none;
	}

	.contentsection-block-attachment img {
		margin: 20px;
		max-height: 160px;
		display: inline-block;
		width: auto;
		box-sizing: border-box;
	}

	.pagecontent-type3 .divider {
		height: 5px;
	}
	.pagecontent-type3 .table {
		margin-bottom: 5px;
	}

	.pagecontent-type4 .divider {
		height: 5px;
	}
	.pagecontent-type4 .table {
		margin-bottom: 5px;
	}

	.back-to-project-button {
		display: none;
	}
}

@page {
	@bottom-center {
		content: 'Page ' counter(page) ' of ' counter(pages);
		font-size: 12px;
		margin-bottom: 30px;
		font-family: 'proxima-nova', sans-serif;
	}
}
