.p-10 {
    padding: 10px 10px 10px 10px !important;
}

.p-5 {
    padding: 5px;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 1px 1px 1px 1px !important;
}

.m-8 {
    margin: 8px 8px 8px 8px !important;
}

.m-10 {
    margin: 10px 10px 10px 10px !important;
}

.m-20 {
    margin: 20px 20px 20px 20px !important;
}

.m-left-10 {
    margin-left: 10px;
}

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

.m-bottom-top-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.buttons-relatorio {
    padding: 25px 5px 5px 0px;
}

.m-top-24 {
    margin-top: 24px;
}

.p-bottom-38 {
    padding-bottom: 38px;
}

textarea.textarea-h-80 {
    height: 80px;
}

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

.bar {
    height: 18px;
    background: green;
}

textarea.form-control.h-text-area {
    height: 140px;
}

.print {
    display: none !important;
}

.no-print {
    display: block !important;
}

hr.assinature {
    width: 100px;
    height: 1px;
    border: solid black 1px;
}

span.input-checklist {
    min-width: 75px;
}

.white {
    color: whitesmoke;
}

.inline-block-imp {
    display: inline-block !important;
}

.to-down {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.alert-primary {
    background-color: #d9230f;
    border-color: #d9230f;
    color: #fff;
}

span.required {
    color: #d9230f;
    margin-left: 5px;
}

.map-container iframe {
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}

.li-checklist {
    margin-bottom: 10px;
    max-width: 255px;
}

.addon-checklist {
    background-color: #ddd;
}

.addon-checklist span.input-group-btn div.btn {
    background-color: #ddd;
    color: red;
}

.color-icon-warning {
    color: #9b479f
}

.color-icon-warning:hover {
    color: #9b479f
}

.color-icon-danger {
    color: #d9831f;
}

.color-icon-danger:hover {
    color: #d9831f;
}

.color-icon-default {
    color: #474949;
}

.color-icon-default:hover {
    color: #474949;
}

.color-icon-primary {
    color: #d9230f;
}

.color-icon-primary:hover {
    color: #d9230f;
}

.color-icon-info {
    color: #029acf;
}

.color-icon-info:hover {
    color: #029acf;
}

.color-icon-success {
    color: #469408;
}

.color-icon-success:hover {
    color: #469408;
}

.background-primary {
    background-color: #d9230f;
    color: #fff;
}

.popover {
    width: 100px;
}

.alert-checklist {
    padding: 4px;
}

.li-file {
    padding-left: 10px;
    padding-right: 10px;
}

.file-upload-description {
    font-size: small;
    font-weight: 500;
}

.table-confirmation {
    padding-bottom: 38px;
}

.width-100p {
    width: 100%;
}

@media (min-width: 768px) {
    .oculta-desktop {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .oculta-mobile {
        display: none !important;
    }

    div.panel.panel-body {
        padding: 15px 0px 15px 0px;
    }

}

.btn-group-filtro {
        margin-top: 26px;
    }

.limite-tabela{
    max-width: 150px;
    overflow-x: hidden;
    overflow-y: hidden;
}

