﻿input,
select,
textarea {
    padding: 8px;
    font-size: 18px;
}

body {
    
}

@font-face {
    font-family: 'Anton';
    src: url(/fontes/anton-regular.ttf)
}

@font-face {
    font-family: 'Effra';
    src: url(/fontes/effra-bold.ttf)
}

/*.login {
    margin: 0 auto;
    display: table;
    width: 600px;
}*/

.linha {
    display: table;
    margin: 5px auto;
    margin-top: 15px;
}

.campo {
    display: table;
    margin: 5px auto;
}

.menu {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px dashed #000;
    background-color: #fefefe;
    height: 100%;
}

.tela {
    float: left;
    height: 100%;
}

.abas {
    width: 100%;
    display: table;
}

.aba {
    margin-top: 5px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    display: table;
    text-align: right;
    padding: 3px;
    float: left;
    background-color: #eee;
    margin-left: 5px;
}

.ativa {
    background-color: #fff !important;    
    border-left: 1px solid #444 !important;
    border-top: 1px solid #444 !important;
    border-right: 1px solid #444 !important;
}

.aba-texto {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    margin-left: 10px;
}
.aba-fechar {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #b10000;
    margin-left: 10px;
    margin-right: 10px;
}

.frame-tela {
    border: 0px;
    border-top: 1px solid #aaa;
}

.servicos {
    margin: 0 auto;
    margin-top: 20px;
    display: table;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.servicos img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: table;
}

.lista-servicos {
    font-size: 17px;
    font-weight: normal;
    margin-top: 15px;
}

.item-servico {
    width: 90px;
    border: 1px solid #b10000;
    border-radius: 5px;
    height: 90px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.item-servico img {
    width: 90px;
    height: 90px;
}

#global-loader {
    position: fixed;
    z-index: 50000;
    background: url(../images/loader2.gif) no-repeat center center rgba(255, 255, 255);
    background-size: 200px auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0.85;
    display: none;
}

#global-loader-2 {
    position: fixed;
    z-index: 50000;
    background: rgba(255, 255, 255);
    background-size: 200px auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0.85;
    display: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 0 !important;
    margin: 0 !important;
}

.modal-open, .modal-backdrop.fade.show {
    padding-right: 0 !important;
}

.modal-open {
    padding: 0 !important;
    display: block;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

    .modal-body p:last-child {
        margin-bottom: 0;
    }

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.loadingBotoes {
    display: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}

.loadingBotoes img {
    width: 90px;
}
