﻿.topnavbar .navbar-header {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #38b598 0%, #38b598 100%);
    background-image: -o-linear-gradient(left, #38b598 0%, #38b598 100%);
    background-image: linear-gradient(to right, #38b598 0%, #38b598 100%);
}

@media only screen and (min-width: 768px) {
    .topnavbar {
        border: 0;
        background-color: #38b598;
        background-image: -webkit-linear-gradient(left, #38b598 0%, #38b598 100%);
        background-image: -o-linear-gradient(left, #23b7e5 0%, #38b598 100%);
        background-image: linear-gradient(to right, #38b59 80%, #38b598 100%);
    }

        .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > li > a:focus, .topnavbar .navbar-nav > .open > a:focus {
            color: #e4e4e4;
        }
}

a {
    color: #515253;
    text-decoration: none;
}

    a:hover {
        color: #23b7e5;
        text-decoration: none;
    }

.panel-dark > .panel-heading {
    color: #ffffff;
    background-color: #38b598;
    border-color: #38b598;
}

#Usuario .btn-primary {
    color: #515253;
    background-color: transparent;
    border-color: #5899eb;
}

#Usuario .btn {
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none !important;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.paginacao .btn {
    background: #fff;
    border-radius: 0;
    color: #535353;
    border: 1px solid #cfdbe2;
    padding: 10px 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 0px;
    margin-left: 5px;
}

.pagination-list {
    margin-bottom: 10px;
}

.construction-item {
    -moz-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.325);
    -webkit-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.325);
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.325);
    border: 1px solid #f0f0f0;
    background-color: white;
    margin-top: 1.5rem !important;
    cursor: pointer;
    border-radius: 5px;
}

    .construction-item img {
        width: 100%;
        height: 230px;
        border-radius: 5px 5px 0 0;
        object-fit: cover;
    }

    .construction-item .info {
        /* background-color: white; */
        color: gray;
        padding: 10px;
        /* margin: 0px 10px 10px 10px; */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .construction-item .info .title {
            font-weight: bold;
        }


.sidebar > .nav > li > a:focus, .sidebar > .nav > li > .nav-item:focus, .sidebar > .nav > li > a:hover, .sidebar > .nav > li > .nav-item:hover {
    text-decoration: none;
    outline: none;
    color: #515253;
}

footer a {
    color: #515253;
    text-decoration: none;
}

.construction-item .location i {
    color: #f82249;
}

.logout i {
    color: grey;
    font-size: 12px;
    vertical-align: middle;
}

.content-wrapper > div > h3, .content-wrapper > .content-heading {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-size: 22px;
    color: #929292;
    margin: -15px;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: normal;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .content-wrapper > div > h3, .content-wrapper > .content-heading {
        margin: -20px;
        margin-bottom: 20px;
        padding: 20px;
    }
}

.content-wrapper > div > h3 > small, .content-wrapper > .content-heading > small {
    display: block;
    font-size: 12px;
    color: #909fa7;
}

.group {
    padding: 20px;
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 3px 5px 6px -6px rgba(0, 0, 0, 0.325);
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.panel-body .icone {
    font-size: 90px;
    margin-top: 10px;
    display: block;
    color: #38b598;
}


.panel-body .legenda {
    margin-top: 20px;
    background: gainsboro;
    color: #7b7b7b;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
}

small, .small {
    font-size: 85%;
    font-weight: 400;
}

[v-cloak] {
    /*display: none;*/
    font-size: 0;
    visibility: hidden;
}

    [v-cloak]::before {
        visibility: visible;
        background: url(img/loading.gif) no-repeat 50% 150px;
        background-size: 50px;
        content: ' ';
        height: 100%;
        position: absolute;
        width: 100%;
    }

.panel .panel-heading {
    font-weight: bold;
}


.panel .panel-heading {
    font-size: 14px;
    border-bottom: 1px solid #cfdbe2;
}

img.img-construction:hover {
    filter: brightness(1.3);
}

dd {
    margin-left: 0;
    color: #909fa7;
}

.btn {
    text-transform: uppercase;
    border-radius: 3px !important;
    border: none;
    border-bottom: 1.5px solid;
    font-size: 12px;
    color: #535353;
    border-bottom: 1.5px solid rgba(0,0,0,.5);
    padding: 8px 20px;
    font-weight: bold;
}

    .btn i {
        margin-right: 3px;
    }

.btn-edit {
    background-color: #f82249;
    color: #fff;
}

.btn-save {
    background-color: #1db537;
    color: #fff;
}

.btn-print {
    background-color: #007aff;
    color: #fff;
}

.navbar-right .btn {
    margin-top: 10px;
    margin-right: 10px;
    background-color: #2c7967;
    color: #fff;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

    .popup.aberto {
        display: block;
        overflow: auto;
        padding-bottom: 20px;
    }

    .popup .popup-content {
        width: 850px;
        margin: 0 auto;
        margin-top: 25px;
        padding: 0;
        background: #ccc;
        position: relative;
        border-radius: 5px 5px 0px 0px;
    }

    .popup.popup-wide .popup-content {
        width: 90% !important;
    }

    .popup .popup-content .popup-close {
        padding: 10px 15px;
        position: absolute;
        top: 0;
        right: 0;
        background: #f82249;
        color: white;
        font-size: 9px;
        cursor: pointer;
        border-radius: 0 5px 0px 0px;
    }

    .popup .popup-content > h1,
    .popup .popup-content > h2,
    .popup .popup-content > h3,
    .popup .popup-content > h4,
    .popup .popup-content > h5,
    .popup .popup-content > h6 {
        margin: 0;
        padding: 8px 10px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        background: #535353;
        cursor: move;
        font-size: 16px;
    }

    .popup .popup-content .popup-body {
        padding: 15px;
        background: #fff;
        /*min-height: 300px;*/
    }

        .popup .popup-content .popup-body h1,
        .popup .popup-content .popup-body h2,
        .popup .popup-content .popup-body h3,
        .popup .popup-content .popup-body h4,
        .popup .popup-content .popup-body h5,
        .popup .popup-content .popup-body h6 {
            margin: 0;
            padding: 5px 0px;
            border-bottom: 1px solid #535353;
            color: #535353;
            border-radius: 0;
            background: none;
        }

        .popup .popup-content .popup-body.anexo {
            min-height: 130px;
        }

    .popup .popup-content .popup-footer {
        background: #f5f7fa;
        padding: 10px;
        border-top: 1px solid #cfdbe2;
    }


    .popup .popup-content form {
        border: none;
        padding: 0;
    }


@media (max-width: 850px) {
    .popup .popup-content {
        width: 90% !important;
        height: auto !important;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

form-group {
    margin-bottom: 15px;
}

.popup-footer .btn {
    border: 1px solid #ddd;
    background-color: white;
}

.popup-footer .btn-cancel {
    background: #fff;
    margin-right: 15px;
    border: 1px solid #ddd;
}

.popup-footer .btn i {
    margin-right: 3px;
}

em.required {
    color: red;
    font-style: normal;
}

a:hover, a:focus {
    color: #515253;
}

table {
    width: 100%;
}

    table tr td {
        padding: 5px 5px;
        border-bottom: 1px solid #ccc;
    }

.striped tr:last-child td {
    border-bottom: none;
}

/*.striped tr td:first-child {
    padding-left: 15px;
}*/

.striped tr th:first-child {
    padding-left: 15px;
}

/*.striped tr td:last-child {
    padding-right: 15px;
}*/

.striped tr th:last-child {
    padding-right: 15px;
}

table tr th {
    padding: 5px 5px;
}

.empty {
    margin-left: 15px;
    display: block;
}

.back i {
    font-size: 16px;
    color: #929292;
}

.simple-border tr td {
    border: 1px solid #ccc;
    padding: 5px;
    color: #757575;
    font-size: 12px;
}

.simple-border tr th {
    border: 1px solid #ccc;
    padding: 5px;
    background: #f2f2f2;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    opacity: 0.8;
}

.uppercase {
    text-transform: uppercase;
}


.btn-edit:hover, .btn-save:hover, .btn-print:hover {
    color: #fff;
}


.btn-edit:focus, .btn-save:focus, .btn-print:focus {
    color: #fff;
}

.titulo {
    margin-top: 5px;
    color: rgb(123, 123, 123);
    padding-bottom: 0px;
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}

.panel.panel-default {
    border-top-width: 1px;
}

.striped tr:nth-child(even) {
    background-color: #f2f2f2;
}

.btn-add-group {
    background-color: #f5f5f5;
    color: #7b7b7b;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
}

.group-title {
    display: inline-block;
}

    .group-title h4 {
        float: left;
    }

    .group-title .label {
        margin-left: 5px;
        background-color: #929292;
        padding: 0.3em .6em 0.3em .6em;
    }


.label-default {
    background-color: #929292;
    font-size: 10px !important;
}

.info .summary i {
    font-size: 14px;
    color: #adadad;
}

.info .summary span {
    font-size: 14px;
    color: #b5b5b5;
    margin-right: 8px;
}

.construction-item .label {
    position: absolute;
    left: 25px;
    top: 30px;
    font-size: 12px;
    background-color: #2f80e7;
}

.btn-ellipsis {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 3px 10px;
    color: #515253;
    position: absolute;
    right: 0;
}

.construction-item .dropdown {
    position: absolute;
    top: 29px;
    right: 27px;
}

.construction-item .dropdown {
    display: none;
}

.construction-item:hover > .dropdown {
    display: block;
}

.construction-item .dropdown-menu {
    left: -28px;
    position: absolute;
    top: 28px;
}

.signature {
    border-top: 1px solid #ccc;
    display: block;
    text-align: center;
    padding: 5px 0px;
    margin: 0px 65px;
}


.simple-border.summary-table {
    margin-top: 15px;
}

.input-group .input-group-text {
    padding: 0 10px;
    cursor: pointer;
    background: #f5f5f5;
    color: #999;
    width: 29px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ccc;
    align-items: center;
    display: flex;
    font-weight: bold;
}

.input-group input {
    width: 60px !important;
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px 8px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.report-block {
    border-top: none;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-image: initial;
    margin-left: -1px;
    text-align: center;
    font-size: 12px;
    min-height: 37px;
}

.list-description {
    display: inline-block;
    width: 100%;
}

    .list-description .item {
        display: flex;
        padding: 0px 15px 7px 0px;
    }

        .list-description .item .title {
            width: 100%;
        }

            .list-description .item .title small {
                color: #bbb;
                font-style: italic;
            }

.info-detail {
    color: #bbb;
    font-style: italic;
}

.content-wrapper .top {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-size: 24px;
    color: #929292;
    margin: -15px;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: normal;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
    margin: -20px;
    margin-bottom: 20px;
    padding: 20px;
}

    .content-wrapper .top small {
        display: block;
        font-size: 12px;
        color: #909fa7;
    }


.highlight {
    background-color: #ff8;
}

.summary-icon {
    margin-right: 12px;
}

.gallery-images {
    float: left;
    position: relative;
    width: 100%;
}

    .gallery-images img {
        width: 170px;
        height: 170px;
        object-fit: cover;
        padding: 10px;
        border: 1px solid #ccc;
        margin: 15px;
        text-align: center;
    }

    .gallery-images .block {
        position: relative;
        display: inline-block;
    }

    .gallery-images i {
        background: #f82249;
        color: white;
        padding: 5px;
        border-radius: 2px;
    }

    .gallery-images a {
        position: absolute;
        right: 15px;
        top: 15px;
    }

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-page {
    font-size: 20px;
    text-transform: uppercase;
}

.summary-icon {
    text-align: center;
    margin-right: 3px;
    min-width: 30px;
}


.edit-date {
    color: #8c8c8c;
}

.dropdown-item i {
    margin-right: 5px;
}

.menuContexto {
    height: auto;
    text-align: right;
    font-size: 16px;
}

    .menuContexto > ul {
        position: relative;
        display: inline-block;
    }

    .menuContexto ul {
        float: right;
        margin: 0;
        list-style-type: none;
    }

        .menuContexto ul > li {
            float: left;
            padding-left: 10px;
        }

.form-pesquisa {
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #b1abab;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

@media screen and (max-width: 900px) {
    .p-table {
        border: 0;
        color: #535353;
        display: grid;
    }

        .p-table caption {
            font-size: 1.3em;
        }

        .p-table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .p-table tr {
            border-bottom: 1px solid #ddd;
            display: block;
        }

        .p-table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 14px;
            text-align: right;
            border: none;
        }

        .p-table > tbody > tr > td {
            border-top: none !important;
            /*margin-left: 11px;
            margin-right: 11px;*/
            padding-bottom: 2px !important;
            padding-top: 2px !important;
        }

        .p-table > tfoot > tr > td {
            border-top: none !important;
            margin-left: 11px;
            margin-right: 11px;
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

        .p-table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
        }

        .p-table td:last-child {
            border-bottom: 0;
        }

        .p-table tr td:last-child .btn {
            margin: auto;
            margin-right: 22px;
        }

        .p-table tr td:last-child a {
            margin: auto;
            margin-right: 0px;
        }

        .p-table tr td:first-child {
            /*padding-left: 0px !important;*/
            /*padding-top: 10px !important;*/
        }

        .p-table tr td:last-child span {
            margin: auto;
            margin-right: 22px;
            margin-top: 0px !important;
        }

        .p-table tr td {
            padding: 5px 5px;
            border-bottom: none;
        }
}