﻿body {
}

.custwell {
    background-color: #f7fcfd;
    border: 1px solid #3cbad4;
}

#OrderEdit_BasicInfo {
background-color:#f7fcfd;
border:1px solid #3cbad4;
}

#OrderEdit_CustomerInfo {
background-color:#f5fafd;
border:1px solid #068bc6;
margin-top:20px;
}

.QuoteEdit_SectionWrapper {
background-color:#f5fafd;
border:1px solid #068bc6;
margin-top:20px;
}

#OrderEdit_MachineInfo {
background-color:#f5f8fa;
border:1px solid #044686;
margin-top:20px;
}

#OrderEdit_Free {
background-color:#f5f8fa;
border:1px solid #044686;
margin-top:20px;
}

.alert-primary {
    border: 1px solid #c5c5c5;
}

.greyedOut{
    color: #808080;
}

#MainContent {
    margin-top: 60px;
}

.brand img {
margin-left:20px;
}

#TOFLoginFormWrapper {
    max-width:400px;
    margin-right:auto;
    margin-left:auto;
    margin-top:50px;
}

.checklistNote {
    font-size:0.9em;
    font-style:italic;
    color:#ff0000;
}


#PasswordResetWrapper {

}

.navbar-nav {
padding-left:5%;
}

#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}

.InlineAdjustedLabel {
width:100%;
}


@media (max-width: 992px) {
.InlineAdjustedLabel {
padding-top:0;
margin-right:0;
width:100%;
}
}