﻿.content-container {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.content-container > div {
    display: flex;
    justify-content: center;
}

.form-group {
    margin-bottom: 15px;
}

input:read-only {
    background-color: #f0f0f0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.btn-padrao {
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
}

.btn-sucesso {
    border-color: #badbcc;
    background-color: #d1e7dd;
    color: #0f5132;
}

.btn-vermelho {
    border-color: #f76f6f;
    background-color: #f5baba;
    color: #8a0101;
}

.btn-alerta {
    border-color: #ffc107;
    background-color: #ffe28a;
    color: #5c4402;
}

.btn-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.btn-close:hover,
.btn-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.panel-box {
    border-radius: 5px;
    background: #fff;
    padding: 35px 30px 30px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.btn-rounded {
    border-radius: 15px;
}

.btn-controle {
    padding: 5px 10px;
    font-size: 14px;
    text-wrap: nowrap;
}

.btn-trash {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border: 1px solid #d93248;
    color: #d93248;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    margin: 10px 0;
}

.btn-trash svg {
    margin-right: 8px;
    fill: #d93248;
}

td {
    vertical-align: top;
    padding-left: 10px;
    width: 300px;
}

input[type=text] {
    max-width: 100%;
}

#formulario {
    /* max-width: 50%; */
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px !important;
}

.modal-loading {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .4) url('./img/loading.gif') 50% 50% no-repeat;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: gray;
    background-color: white;
    text-align: center;
    font-size: 10px;
}

.italico {
    font-style: italic;
}

.negrito {
    font-weight: bold;
}

.tooltip-element {
    line-break: anywhere !important;
}

.d-flex-justified {
    display: flex;
    justify-content: center;
}

select.form-control {
    appearance: auto !important;
}

.callout {
    border: 0 solid #953b39;
    color: #fff;
    background-color: #c26565;
    text-shadow: none;
    margin-bottom: 15px;
    margin-top: 0;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px 15px 12px 10px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.callout.erro {
    border-color: #953b39;
    background-color: #c26565;
    color: #fff;
}

.callout.sucesso {
    border-color: #badbcc;
    background-color: #d1e7dd;
    color: #0f5132;
}

    .callout.alerta {
        border-color: #ab951b;
        background-color: #e6d681;
        color: black;
    }

.form-control {
    border-radius: 0;
    height: 32px;
}

.label-control {
    display: block;
    margin-bottom: 5px;
    line-height: 19px;
    font-weight: bold;
    font-size: 13px;
    color: #404040;
    text-align: left;
    white-space: normal;
}
