#auditForm .tab-content {
    margin-bottom: 1em;
}



.audit-open-all {
    margin-top: 1em;
}
.audit-open-all > a {
    margin-right: 1em;
    text-decoration: none;
}



.audit-field {
    border-radius: 15px;
    padding: 1em;
    margin-bottom: 2em;
}
.audit-field-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}
.audit-field-warning {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}
.audit-field-danger {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.audit-field-simple {
    padding-left: 1em;
    margin-bottom: 0;
}

.audit-field > label > * {
    display: inline;
}

.audit-field-position {
    color: #1d71b8;
    font-weight: bold;
    font-size: larger;
}

.audit-field-select {
    display: flex;
}



.audit-measure {
    align-items: center;
    display: flex;
    margin-bottom: .5em;
}

.audit-measure-button {
    align-items: center;
    margin-right: 1em;
}

.audit-measure-input {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.audit-measure-item {
    display: flex;
    flex-grow: 1;
    margin-bottom: .5em;
}
.audit-measure-item > * {
    margin-right: 1em;
}
.audit-measure-item > *:last-child {
    max-width: 5em;
}

.audit-measure-numbers {
    align-items: center;
    display: flex;
    margin-bottom: .5em;
}

.audit-measure-thredshold {
    display: flex;
}

.audit-measure-numbers > *,
.audit-measure-thredshold > * {
    margin-right: 1em;
    flex-basis: 50%;
}

.audit-measure-result .glyphicon {
    margin-top: .8em;
}
.audit-measure-result .glyphicon-ok-sign {
    color: #28a745;
}
.audit-measure-result .glyphicon-remove-sign {
    color: #dc3545;
}
.audit-measure-result .glyphicon-question-sign {
    color: #f0ad4e;
}



.audit-observations {
    margin-top: .5em;
}
.audit-observations a {
    text-decoration: none;
}
.audit-observations > .glyphicon {
    font-size: larger;
    margin-left: .5em;
}

.audit-observations-input {
    margin-top: .5em;
}

.audit-img-input {
    margin-top: .5em;
}
.audit-img-input input {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.audit-img-input label {
	cursor: pointer;
    color: #1d71b8;
    display: inline-block;
}
.audit-img-input label:hover {
    color: #134876;
}

.audit-img-loader img {
    max-height: 10px;
}

.audit-img-display {
    margin-top: 1em;
}
.audit-img-display > img {
    cursor: pointer;
    margin: .5em;
    max-height: 100px;
}
.audit-img-display > img.to-remove {
    border: 2px solid #dc3545;
}

.audit-alert-obervations-cloned {
    margin-top: 1em;
}
.audit-alert-obervations-cloned ul {
    list-style-type: disc;
    margin-left: 2em;
}



.audit-history-chart-container {
    display: flex;
    justify-content: center;
}



@media (max-width: 990px) {

    .audit-field-select {
        justify-content: space-between;
    }

    .audit-measure {
        margin-bottom: 1.5em;
    }

    .audit-observations textarea {
        min-height: 10em;
    }

}

@media (min-width: 990px) {

    .audit-field-select label {
        min-width: 5em;
    }
    .audit-field-select input {
        margin-right: .5em;
    }

}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1100px;
    }
}
