﻿.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffd9;
    z-index: 999999;
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader span {
    display: block;
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 18px;
}

.font15 {
    font-size: 15px !important;
}

.imovelProposta {
    background-color: #5054561f;
    font-size: 15px !important;
}

.content-header {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #505456;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #990099;
        -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ece0ff;
        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

.main-sidebar .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
}

    .main-sidebar .logo .logo-lg {
        display: block
    }

    .main-sidebar .logo .logo-mini {
        display: none
    }

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar .logo {
        width: 50px;
    }
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar .logo > .logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-sidebar .logo > .logo-lg {
        display: none;
    }
}

@media print {
    .no-print {
        display: none !important;
    }
}

.height-10 {
    height: 15px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.swal2-popup {
    font-size: 1.5rem !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

.margin-30 {
    margin: 30px;
}

.margin-50 {
    margin: 50px;
}

.margin-60 {
    margin: 60px;
}

.margin-70 {
    margin: 70px;
}

.menufrontal {
    background-color: #505456;
    margin-top: 13px;
}

    .menufrontal:hover {
        background-color: #a58f4b;
    }

.menufrontal-active {
    background-color: #a58f4b;
    margin-top: 13px;
}

.inner {
    text-align: center;
    color: white;
    font-size: 30px;
}

    .inner i {
        color: white;
        text-align: center;
    }

    .inner p {
        color: white;
    }

.menufrontal-green:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0.8;
}

.menufrontal-black:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0.8;
}

#menu-pesquisar, #menu-cadastrar {
    position: fixed;
    right: 0;
    top: 92%;
    /* width: 60px; */
    margin-top: -2.5em;
    z-index: 999;
    margin-right: 25px;
}

    #menu-pesquisar > button, #menu-cadastrar > button, #menu-pesquisar > a, #menu-cadastrar > a {
        height: 50px;
    }

    #menu-pesquisar > a, #menu-cadastrar > a {
        padding-top: 15px;
    }

#btnPesquisar {
    background-color: #505456 !important;
    border-color: #505456 !important;
    color: #fff;
}

    #btnPesquisar:hover {
        background-color: #505456de !important;
        border-color: #505456de !important;
        color: white;
    }


#btnAdicionar, #btnCadastrar, .btn-AddLista, #btnSalvar, .btn-add, .btn-add:focus, #btnImprimir, #btnAddExcursao, #btnAddContrato {
    background-color: #990099 !important;
    border-color: #990099 !important;
    color: #fff !important;
}

    #btnAdicionar:hover, #btnCadastrar:hover, .btn-AddLista:hover, #btnSalvar:hover, #btnAddExcursao:hover, #btnAddContrato:hover, .btn-add:hover, #btnImprimir:hover {
        background-color: #9900998c !important;
        border-color: #9900998c !important;
    }

#btnExportar {
    background-color: #05733b !important;
    border-color: #05733b !important;
    color: #fff;
}

    #btnExportar:hover {
        background-color: rgba(5, 115, 59, 0.60) !important;
        border-color: rgba(5, 115, 59, 0.60) !important;
    }

#btnCancelar {
    background-color: #505456 !important;
    border-color: #505456 !important;
    color: #fff;
}

    #btnCancelar:hover {
        background-color: #505456de !important;
        border-color: #505456de !important;
    }

.btn-print {
    background-color: #579cac !important;
    border-color: #579cac !important;
    color: #fff;
}

    .btn-print:hover {
        background-color: #69c9d0 !important;
        border-color: #69c9d0 !important;
        color: #fff;
    }

.btn-voltar {
    background-color: #505456 !important;
    border-color: #505456 !important;
    color: #fff;
}

    .btn-voltar:hover {
        background-color: #505456de !important;
        border-color: #505456de !important;
        color: #fff;
    }

.btnRoxo {
    background-color: #990099;
    border-color: #990099;
    color: white;
}

    .btnRoxo:hover {
        background-color: #990099a8;
        border-color: #990099;
        color: white;
    }

#btnLogOut {
    cursor: pointer;
}


#tblDados > thead > tr > th > a, .tblDados > thead > tr > th > a {
    color: #58595b !important;
    text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(96, 131, 203, 0.08);
}

.table-hover > tbody > tr:hover {
    background-color: #ece0ff8f;
}

.btn-edit {
    color: #fff;
    background-color: #AD9756;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}

    .btn-edit:hover {
        color: #fff;
        background-color: #c5ad63;
        border-color: rgba(0,0,0,0.2);
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 26px;
        width: 26px;
        padding: 0;
    }

    .btn-edit > :first-child {
        border: none;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        line-height: 26px;
        font-size: 1em;
    }

.btn-status-ativo {
    color: #fff;
    background-color: #00a65a;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 5px;
}
.float-md-right {
    float: right !important;
}

.float-left {
    float: left !important; 
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.mr-5 {
    margin-left: 5px;
}

.list-inline-item {
    display: inline-block;
}

    .btn-status-ativo > i {
        padding: 5px;
    }

    .btn-status-ativo:hover {
        color: #fff;
        background-color: rgba(0, 166, 90, 0.79) !important;
        border-color: rgba(0, 166, 90, 0.41) !important;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 26px;
        width: 26px;
        padding: 0;
    }

    .btn-status-ativo > :first-child {
        border: none;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        line-height: 34px;
        font-size: 1em;
    }

.btn-status-inativo {
    color: #fff;
    background-color: #e2230c;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}

    .btn-status-inativo > i {
        padding: 5px;
    }

    .btn-status-inativo:hover {
        color: #fff;
        background-color: rgb(243, 60, 38) !important;
        border-color: rgba(243, 60, 38, 0.78) !important;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 26px;
        width: 26px;
        padding: 0;
    }

    .btn-status-inativo > :first-child {
        border: none;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        line-height: 34px;
        font-size: 1em;
    }

.btn-status-ativo > :first-child {
    padding-top: 1px !important;
}

.btn-status-inativo > :first-child {
    padding-top: 1px !important;
}

.btn-delete {
    color: #fff;
    background-color: #505456;
    border-color: rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    width: 26px;
    padding: 0;
}

    .btn-delete:hover {
        color: #fff;
        background-color: #555;
        border-color: rgba(0,0,0,0.2);
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 26px;
        width: 26px;
        padding: 0;
    }

    .btn-delete > :first-child {
        border: none;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        line-height: 26px;
        font-size: 1em;
    }

.dropdown-menu-acoes {
    left: -125px !important;
}

.btn-circle-lg {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 1.33;
    padding: 14px 15px;
    border-radius: 30px;
}

.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 1.33;
    padding: 8px 10px;
    border-radius: 25px;
}

.btn-info.btn-outline {
    color: #505456;
    background-color: transparent;
}

.btn-info, .btn-info.disabled {
    background: #505456;
    border-width: 1px;
    border-style: solid;
    border-color: #505456;
    border-image: initial;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}

.btn-info.btn-outline.focus, .btn-info.btn-outline:focus, .btn-info.btn-outline:hover {
    color: rgb(255, 255, 255);
    background: #505456;
}

.bg-green {
    background-color: #00af0d !important;
    color: #fff;
}

.black {
    color: black;
}

#div-whatsapp {
    position: static;
    margin-left: 29px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.box {
    border-top: 3px solid #990099;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.btn-minimus {
    background-color: #a58f4b;
    border-color: #a58f4b;
    color: white;
}

h1 {
    color: #505456;
}

.btn-minimus.focus, .btn-minimus:focus, .btn-minimus:hover {
    color: white;
}

.box-title {
    color: #505456;
}

.menu-mobile {
    display: none;
}

/*.menu-desktop {
    display: block;
}*/

.label-tittle-input {
    margin-left: 12px;
    color: #505456;
    font-size: 14px;
}

.container {
    font-family: 'Roboto';
    width: 100%;
    margin: 30px auto 0;
    display: block;
    background: #FFF;
    padding: 10px 50px 50px;
}

/* active state */
input:focus {
    /* border: none; */
}


/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #505456;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.group {
    position: relative;
    margin-bottom: 10px;
}

.select2-container {
    margin-bottom: 10px;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 10px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox-linha {
    display: initial !important;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
    background-color: #a58f4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0px 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}







/* The container */
.container-radiobutton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-radiobutton-linha {
    display: inline !important;
}

/* Hide the browser's default radio button */
.container-radiobutton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radiobutton {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radiobutton:hover input ~ .checkmark-radiobutton {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radiobutton input:checked ~ .checkmark-radiobutton {
    background-color: #505456;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radiobutton:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radiobutton input:checked ~ .checkmark-radiobutton:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radiobutton .checkmark-radiobutton:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}


@media screen and (max-width:736px) {
    .div-menufontral {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .menu-desktop {
        display: none;
    }

    .dropdown-menu {
        position: absolute;
        left: 50px;
        margin-left: 130px;
    }
}

label#whatsapp {
    margin-left: 20px !important;
}

@media screen and (max-width:812px) {

    .div-menufontral {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .menu-desktop {
        display: none;
    }

    .dropdown-menu {
        position: absolute;
        left: 50px;
        margin-left: 130px;
    }
}

@media screen and (max-width:1024px) {
}

.fileHidden {
    opacity: 0;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    width: 20px;
    margin-left: -5px;
}

.file {
    border: none !important;
    margin-top: -3px !important;
}

.box.box-primary {
    border-top-color: #990099 !important;
}

.bold {
    font-weight: bold !important;
}

.align-middle {
    vertical-align: middle !important;
}

.btn-small {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
    padding: 4px 7px !important;
    border-radius: 25px !important;
}

.level-3 {
    font-size: 11pt;
}

    .level-3 i {
        margin-left: 15px !important;
        font-size: 10pt !important;
    }

.page-link {
    color: #505456 !important;
    background-color: #fff;
    border: 1px solid #505456 !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #505456 !important;
    border-color: #505456 !important;
}


element.style {
}

.barra-superior {
    background-color: #990099 !important;
}

.barra-superior-black {
    background-color: #505456 !important;
}

.hide {
    display: none !important;
}

.card-roxo {
    border-top: 3px solid #990099 !important;
}

.logo-mini > img {
    width: 35px;
    margin-left: 21px;
}

.logo-lg > img {
    width: 120px;
    margin: 5px 0 0px 40px;
}