﻿body
{
	background: url('../img/bg.png');
}

.header
{
    background-color: #dc5034;
    padding: 10px;
}

.headerText
{
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}

.page-header
{
    color: #dc5034;
    margin-top: 20px;
    padding-left: 10px;
}

.section-header
{
    color: #dc5034;
    margin: 10px 0px;
    padding-left: 10px;
}

.orderList
{
    list-style-type: lower-alpha;
    font-weight: bold;
}

.orderList span
{
    font-weight: normal;
}

.subOrderList
{
    list-style-type: lower-roman;
    font-weight: bold;
}

.subOrderList span
{
    font-weight: normal;
}

.parts,.equipment,.otherVolt, .otherDesc1, .otherDefects1, .motor1, .compressor1, .otherInstaller, .otherDesc2, .otherDefects2, .motor2, .compressor2, .otherDesc3, .otherDefects3, .motor3, .compressor3
{
    display: none;
}

.step-alert, .cpfControls
{
    display:none;
}

.errorField
{
    border:1px solid red;
}

.wrap
{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2000;
}


.elementLabel
{
    margin-top:15px;
}

.tooltip-inner {
    text-align: left;
    max-width: 100%;
}

.form-control {
    border-radius: 0;
}
.glyphicon-question-sign {
    color: #dc5034;
    font-size: 18px;
    padding-top: 3px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #DB543C;
    border-color: #dc5034;
}
.btn-primary {
    background-color: #f15c41;
    border-color: #dc5034;
}
.btn-default {
    background-color: #f9f9f9;
}
.btn {
    border-radius: 2px;
}


a:focus {
outline: thin dotted;
outline: 0px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

.progress-bar
{
	background-color: #dc5034;
}


html {
  position: relative;
  min-height: 97%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;  
}