body {
    padding-top: 60px;
}

.content-wrapper {
    margin-top: 30px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.display-none {
    display: none;
}

.none-list-style {
    list-style-type: none;
}

.newInspection-IconSize {
    font-size: 30px;
}

.newInspection-Border {
    outline: 1px solid lightgray;
    text-align: -webkit-center;
}

.background-darkgray {
    background-color: #EEEEEE;
}

.newInspection-inputSize {
    font-size: 15px;
}

/*.input-group-removeBorderAndBackground {
    background-color: white !important;
    border: none !important;
}*/

#newInspectionButtons .btn{
    border-radius: 0px;
    background-color: #ccc;
}

#newInspectionButtons .btn.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
}

.newInspection-smallInputRight {
    width: 50%;
    position: relative;
}

.newInspection-smallInputLeft {
    width: 50%;
    position: absolute;
}

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.text-bold {
    font-weight: bold;
}

.width-15 {
    width: 15%;
}

#submitModal {
    display: none;
}

.stationMenu {
    margin: 30px 0 30px 0;
}

.importMessage {
    display: inline;
}
