﻿html {
    height: 100%;
    margin: 0px;
}

body {
    height: 95%;
    background-color: #7b1415;
    margin: 0px;
}

.body-white {
    height: auto !important;
    background-color: white !important;
    margin: auto !important;
}

.contato {
    border-bottom: 1px solid #f4f4f4;
}

.topo {
    border-bottom: 3px solid #FFCC29;
    padding-top: 4px;
    padding-bottom: 4px;
}

.blue {
    color: #337ab7;
}

.fill {
    background-color: #fff;
    min-height: 100%;
    width: 95%;
}

.branco {
    width: 95%;
    background-color: white;
}

.titulo-h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .titulo-h2 .subtitulo {
        margin-top: 10px;
        font-size: 65%;
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.panel-default {
    opacity: 0.9;
    margin-top: 30px;
}

.form-group.last {
    margin-bottom: 0px;
}

.dxm-separator {
    width: 0px;
    height: 0px;
    color: White;
    display: none;
}

.popMenu, .popMenu a {
    width: 220px;
    display: block;
    color: #337ab7;
    background-color: White;
    padding-left: 7px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .popMenu a:hover {
        color: White;
        background-color: #337ab7;
    }

.formulario {
    width: 600px;
}

.popmenu-grid-container {
    display: flex;
    align-items: center;
    width: 95%;
    height: 34px;
    padding: 0px 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

    .popmenu-grid-container:hover {
        color: white;
        background-color: #337ab7;
    }

.dxm-item .popmenu-grid-container {
    padding-top: 4px;
    padding-bottom: 4px;
}

.breadcrumb {
    background-color: #fffbef;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ffedb4;
}

    .breadcrumb > .active,
    .breadcrumb > li + li:before {
        color: #606060;
    }

    .breadcrumb li .client-btn-box {
        display: inline-block;
        margin-right: -6px;
        margin-left: -9px;
    }

        .breadcrumb li .client-btn-box div {
            display: inline-block;
        }

            .breadcrumb li .client-btn-box div:last-child {
                margin-left: 0px;
            }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file], .upbanner {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn-box-shadow {
    display: flex;
    padding: 4px 8px 4px 8px;
    width: fit-content;
    height: fit-content;
    background-color: #f5f5f5;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}

    .btn-box-shadow .glyphicon {
        margin-top: 2px;
    }

.btn-icon-only {
    cursor: pointer;
    color: white;
    height: fit-content;
    padding: 7px 8px 9px 8px;
    border-radius: 4px;
}

.btn-icon-only-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-icon-only-danger:hover {
        background-color: #c9302c;
        border-color: #ac2925;
    }

.btn-circle-icon {
    display: flex;
    align-items: center;
    padding: 7px 8px 8px 8px;
    margin: 0 3px;
    width: fit-content;
    height: fit-content;
    background-color: #f5f5f5;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}

    .btn-circle-icon:hover {
        background-color: #f2f2f2;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 8px -1px, rgba(0, 0, 0, 0.3) 0px 1px 5px -1px;
    }

.theme-box-primary {
    color: #ffffff;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .theme-box-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border: 1px solid #204d74;
        text-decoration: none;
    }

.theme-box-primary-off {
    color: #337ab7;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .theme-box-primary-off:hover {
        color: #ffffff;
        background-color: #286090;
        border: 1px solid #204d74;
        text-decoration: none;
    }

.theme-box-gray {
    color: #2b2b2b;
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
}

.theme-box-success {
    color: #ffffff;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .theme-box-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border: 1px solid #398439;
        text-decoration: none;
    }

.theme-box-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border: 1px solid #eea236;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .theme-box-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border: 1px solid #d58512;
        text-decoration: none;
    }

.theme-box-danger {
    color: #ffffff;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .theme-box-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border: 1px solid #ac2925;
        text-decoration: none;
    }

.size-box-p1 {
    width: fit-content;
    height: fit-content;
    padding: 3px 8px 5px 8px;
    font: 14px 'Segoe UI', 'Helvetica Neue', 'Droid Sans', Arial, Tahoma, Geneva, Sans-serif;
    border-radius: 4px;
}

    .size-box-p1 .client-btn-icon,
    .size-box-p1 .server-btn-icon {
        margin-top: 0px;
    }

.size-box-p2 {
    width: fit-content;
    height: fit-content;
    padding: 8px 12px 10px 12px;
    font: 15px 'Segoe UI', 'Helvetica Neue', 'Droid Sans', Arial, Tahoma, Geneva, Sans-serif;
    border-radius: 4px;
}

    .size-box-p2 .client-btn-icon,
    .size-box-p2 .server-btn-icon {
        margin-top: 3px;
    }

.size-box-p3 {
    width: fit-content;
    height: fit-content;
    padding: 7px 12px 9px 12px;
    font: 14px 'Segoe UI', 'Helvetica Neue', 'Droid Sans', Arial, Tahoma, Geneva, Sans-serif;
    border-radius: 4px;
}

.client-btn-box {
    display: flex;
    align-items: center;
}

.client-btn-icon {
    height: fit-content;
}

.client-btn-text {
    margin-top: 1px;
    margin-left: 6px;
    height: 19px;
}

.server-btn-box {
    display: flex;
    align-items: center;
    position: relative;
}

.server-btn-icon {
    position: relative;
    margin-right: 6px;
}

.server-btn-text {
    position: relative;
    margin-top: 1px;
    height: 19px;
    background-color: transparent;
    border: none;
}

.server-btn-input {
    width: 0px;
    height: 0px;
    border: none;
    opacity: 0;
    margin-right: -10px;
}

    .server-btn-input:focus-visible {
        outline: 0;
        border: none;
    }

.icone {
    padding: 0px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.azul {
    background-color: #06c5f4;
    color: White;
    font-size: 50px;
}

.vermelho {
    background-color: #de4f3e;
    color: White;
    font-size: 50px;
}

.verde {
    background-color: #00aa5c;
    color: White;
    font-size: 50px;
}

.espaco {
    padding-left: 10px;
}

.caixa {
    border: 1px solid #f7f8fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 0 5px #f7f8fa;
}

.cinza {
    background-color: #f3f2f2;
}

.pequeno {
    width: 200px;
}

.medio {
    width: 450px;
}

.divider {
}

label.requerido {
    color: #c92f31;
}

    label.requerido:before {
        color: #c92f31;
        content: '* ';
    }

.apagar-foto {
    margin-top: 1px;
}

.uppercase {
    text-transform: uppercase;
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: red;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#modalInterface .modal-dialog {
    width: 90%;
}

.modal-xl {
    width: 90%;
}

#erroBox div .alert {
    margin-bottom: 0px;
}