﻿.box-body {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.form-control.error {
    border: 1px solid #cc5965;
}

input[type=radio].error{
    outline: 1px solid #cc5965;
}

table a {
    color: #5f7f78;
}

table a:hover {
    color: #719b92;
}

table a:visited {
    color: #455e58;
}

textarea.error{
    border: 1px solid #cc5965;
}

textarea.error + input + iframe {
    border: 1px solid #cc5965 !important;
}

textarea + input + iframe {
    border: 1px solid rgb(210, 214, 222) !important;
}

select.input-xs {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.obrigatorio {
    display: inline;
    font-weight: 500;
}

.truncate {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.table-internal {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 20px;
    width: 98%;
}

.content-header {
    padding: 5px 15px 7px 18px;
}

.profile-user-img {
    margin: 10px auto;
    padding: 0;
    cursor: pointer;
}

.table-internal {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 20px;
    width: 98%;
}

label {
    font-weight: 600;
    font-size: 13px;
}

.box-header .box-title {
    margin: 5px;
    font-weight: 600;
}

.user-panel {
    padding-top: 25px !important;
    padding-bottom: 20px;
}

.mail .box-body {
    margin-left: -25px;
    padding-right: 0px !important;
}

.mail .new-message .box-body {
    padding-top: 10px !important;
    padding-left: 43px !important;
    padding-right: 20px !important;
}

.mail .new-mail .box-body {
    margin-left: 0px !important;
    padding: 10px !important;
}

.mail .has-feedback {
    margin-right: 20px;
}

.mail .box-tools {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
}

.mail .mailbox-controls {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-right: 28px;
}

.mail table td {
    padding-left: 20px !important;
}

.mensagem-lida {
    font-weight: normal;
    background-color: #f4f4f4;
}

.mensagem-nova {
    font-weight: bold;
}

.mailbox-messages tbody>tr {
    cursor: pointer;
}

.mail .grid-footer {
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 10px;
    border-top: 1px solid #f4f4f4;
}

.mail .grid-footer .pagination {
    text-align: right;
}

.mail .grid-foot .grid-counter {
    text-align: left;
}

.botoes {
    margin-bottom: 20px;
}

.btn-sm {
    margin-top: 23px;
}

.sucesso {
    color:forestgreen;
}

.erro{
    color:red;
}

.internal-label {
    margin-bottom: 15px;
}

.internal-button {
    margin-top: 23px !important;
}

.text-bold {
    font-weight: bold;
}

.sucesso {
    color: green;
}

.erro  {
    color:red;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body,
            .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa,
        .timeline > li > .glyphicon,
        .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

.timeline-footer {
    padding: 10px;
}

.tabelaRelatorioComissao {
    border: 1px solid #ddd;
}
.totalRelatorioComissao {
    border: 1px solid #ddd;
    background-color: #f5f5f5 !important;
    text-align: center !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.modal-warning .modal-body {
    color: #fff !important;
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.modal-info .modal-body {
    color: #fff !important;
    background-color: #00c0ef !important;
}

.bg-blue {
    color: #fff !important;
    background-color: #0073b7 !important;
}

.bg-light-blue,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.modal-success .modal-body {
    color: #fff !important;
    background-color: #00a65a !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}
.bg-purple {
    color: #fff !important;
    background-color: #605ca8 !important;
}

.ajusteAutoCompleteImovel .select2-container {
    width: 100% !important;
}

@media (max-width: 992px) {
    .containerGraficoPequeno {
        margin-left: -70px;
    }
}