@charset "UTF-8";
.scroolspySite {
    position: relative;
    overflow: auto;
    height: 345px;
}

/*footer*/
footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: #013e61;
    color: #fff;
    margin-top: 5em;
}

footer address, footer p {
    font-style: initial;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

header {
    padding-top: 5px;
    box-sizing: border-box;
    /*background: url(../../img/bg_top.png) repeat-x 50% 0px;*/
    /*background-color: #013e61;*/
}

header h1 {
    color: #fff;
    margin-top: 26px;
    font-weight: bold;
}

/*CONTENT*/
body {
    font-family: arial;
}

body {
    background: #e5eaed url(../../img/bg.png) no-repeat 50% 130px ;
}

.bg_tit_cinza {
    background: #d2d2d2;
    padding: 10px 0px 5px 0px;
    box-sizing: border-box;
}

.display-7 {
    font-size: 20px;
}

.display-8 {
    font-size: 18px;
}

.display-9 {
    font-size: 16px;
}

.display-10 {
    font-size: 14px;
}

.display-11 {
    font-size: 12px;
}

nav {
    background-color: #990000 !important;
}

nav .li_data #data_icon {
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 0px 0px 20px;
    font-size: 22px;
}

nav .li_data #data {
    margin: 10px 0px 0px 2px;
    font-size: 12px;
    width: 60px;
    height: 22px;
}

nav #localizar input {
    font-size: 10px;
    margin: 3px 0px 0px 0px;
}
nav li a{
  color: #fff !important;
}

nav #localizar ul {
    width: 60%;
    float: right;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
}

nav #localizar ul button {
    font-size: 10px !important;
}

nav #nav_select_termo button {
    font-size: 10px;
    margin: 3px 0px 0px 0px;
}

nav #nav_select_termo ul {
    box-sizing: border-box;
    margin: 0px 5px 0px 0px;
}

.navbar {
    padding: 0px !important;
    padding: 0em !important;
}

.navbar .container {
    margin-top: 0px important;
    margin-bottom: 0px important;
    margin-top: 0em important;
    margin-bottom: 0em important;
}

#palavra{
    margin: 2em 0 3em 0;
    text-align: justify;
}
#palavra p{
    text-align: justify;
}
#diretrizes  p{
    margin: 2em 0 3em 0;
    text-align: justify;
}
#diretrizes li {
    margin: 1em 0 1em 0;
    text-align: justify;
}
#diretrizes ol {
    margin: 1em 0 5em 0;
}

#nome_sessao {
    color: rgba(255, 255, 255, 0.6) !important;
}

.lista_ordens {
    display: block;
    width: 100%;
    height: 60px;
    float: none;
    box-sizing: border-box;
    font-size: 12px;
    background: #fff;
    border-bottom: thin solid #868f98;
    padding-left: 0px !important;
    box-sizing: border-box;
}

.lista_ordens li {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    vertical-align: top;
    text-align: center;
    line-height: 18px;
}

.lista_ordens li:first-child input {
    margin-top: 10px;
}

.lista_ordens li:last-child select {
    display: block;
    width: 60%;
    height: 20px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin: 2px 2px 0px 5px;
}

.lista_ordens li:last-child .serv_executando {
    background: #868f98;
}

.lista_ordens .li_obs {
    width: 30%;
}

.alt-media {
    height: 60px !important;
}

.alt-minima {
    height: 40px !important;
}

.lista_ordens_titulos {
    height: 30px;
    margin-top: 0em;
}

.serv_pendente {
    color: #ff0000 !important;
}

.serv_concluido {
    color: #19bb3e !important;
}

.serv_aguarda {
    color: #ff5400;
}

.mat_aguarda {
    color: #38190b;
}

.moldura {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /* future proofing */
    -khtml-border-radius: 20px;
    /* for old Konqueror browsers */
}

#dados_pedidos {
    font-size: 12px;
}

#dados_pedidos div.container {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /* future proofing */
    -khtml-border-radius: 25px;
    /* for old Konqueror browsers */
    border: .6px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

#dados_pedidos div.row {
    padding-bottom: 10px;
}

#dados_pedidos div.row div {
    border-bottom: .2px solid #ccc;
    padding: initial !important;
    padding-left: 5px  !important;
    padding-right: 5px  !important;
    border-left: .2px solid #ccc;
    box-sizing: border-box;
    word-wrap: break-word;
}

#dados_pedidos div.row div:last-child {
    border-right: .2px solid #ccc;
}

#content_site {
    min-height: 500px;
}


.cadastrar{
    margin: 0 auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:20px;
}


@media screen and (max-width: 600px) {
    .cadastrar{
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

}


#content_site .container {
    background: rgba(255, 255, 255, 0.3);
}

.linhas .linha_item:nth-child(even) div {
    background: #e9ecef;
    
}

.dados_prof #obs {
    min-height: 150px;
    overflow-y: auto;
}

.dados_prof .input-group-text {
    padding: 1px 5px 0px 5px !important;
    font-size: 12px;
}

.dados_prof label {
    margin-bottom: 0em !important;
}

.dados_prof .form-control {
    font-size: 12px !important;
    height: auto !important;
}

.dados_prof .form_ctt {
    word-spacing: -1px;
    font-size: 11px;
}

.dados_prof .form_ctt span {
    padding-left: 10px;
    box-sizing: border-box;
}

.dados_prof .form_localizacao span {
    margin: 0px 0px 0px 10px;
    border-left: solid .5px #868f98;
    padding-left: 10px;
    box-sizing: border-box;
}

.dados_prof .form_localizacao .form-control .input-group {
    float: left;
}

.dados_prof .form-dados-prof span {
    margin: 0px 0px 0px 10px;
    border-left: solid .5px #868f98;
    padding-left: 10px;
    box-sizing: border-box;
}

.dados_prof select.form-control {
    height: auto !important;
}

.dados_prof .bt-edita-cargos {
    width: 50px;
    height: 25px;
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

.dados_prof #mostra_item .linha_item .itens {
    width: 2.5% !important;
    max-width: 2.5% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.dados_prof #mostra_item .linha_item .tomb {
    width: 5.5% !important;
    max-width: 5.5% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .espec {
    width: 27% !important;
    max-width: 27% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .loc {
    width: 10% !important;
    max-width: 10% !important;
}

.dados_prof #mostra_item .linha_item .loc div div .col-4 {
    width: 30%;
}

.dados_prof #mostra_item .linha_item .obs {
    width: 14% !important;
    max-width: 14% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .locz {
    width: 6% !important;
    max-width: 6% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .tr {
    width: 4% !important;
    max-width: 4% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .proc {
    width: 6% !important;
    max-width: 6% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .cond {
    width: 10% !important;
    max-width: 10% !important;
    padding-left: 2px;
    padding-right: 2px;
}

.dados_prof #mostra_item .linha_item .valor, .dados_prof #mostra_item .linha_item .sub {
    width: 11% !important;
    max-width: 11% !important;
}

.dados_prof #mostra_item .linha_item div.form-control {
    font-size: 9px !important;
}

.apagar {
    display: none;
    visibility: hidden;
}

.acender {
    visibility: visible;
}

.form-group {
    margin-bottom: .5rem !important;
}

#dados_alterar {
    font-size: 12px;
    margin-bottom: 2em;
}

#dados_alterar select {
    height: 30px;
}

.section_mostra_dados .container {
    border: .2px #ccc solid;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: .4px #000 solid;
    padding-bottom: .8em;
    padding-top: .8em;
}

.section_mostra_dados .container div.row {
    margin: 5px 0px 5px 0px;
    border-bottom: .2px #ccc solid;
}

.section_mostra_dados .container div.row div {
    float: left;
    border-bottom: initial !important;
}

.section_mostra_dados .container div:first-child {
    border-left: initial !important;
}

.section_mostra_dados .container div:last-child {
    border-right: initial !important;
    border-bottom: initial !important;
}

.section_mostra_dados .bt_submit {
    height: 20px;
}

.section_mostra_dados .muda_form_status div:first-child {
    box-sizing: border-box;
    float: left;
    border: none !important;
    padding: initial  !important;
    padding-top: 2px  !important;
}

.section_mostra_dados .muda_form_status div:first-child .fa {
    margin: 0px 5px 0px 0px;
}

.section_mostra_dados .muda_form_status div:last-child {
    box-sizing: border-box;
    float: left;
    border: none !important;
    padding: initial !important;
}

select {
    color: #868f98 !important;
}

select .opc {
    color: #868f98 !important;
}

.selected {
    color: #013e61 !important;
}

.selected .opc {
    display: none;
}

.form-group ::-webkit-input-placeholder {
    color: #868f98;
}

.form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #868f98;
}

.form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #868f98;
}

.form-group :-ms-input-placeholder {
    color: #868f98;
}

.form-group label i {
    font-size: 20px;
    margin-top: 8px;
    color: #013e61 !important;
}

.form-group label i.fa-mobile-phone, .form-group label i.fa-map-marker {
    font-size: 25px;
}

.form-group label i.opc {
    color: #ccc !important;
}

.form-group label.opc {
    color: #868f98 !important;
}

.form-group input {
    color: #013e61 !important;
}

.nome_prof_loc {
    font-size: 12px;
}

#nomes_termo .nome {
    height: 40px;
    font-size: 14px;
}

#nomes_termo .nome p {
    font-size: 10px;
}

.linha_item div {
    height: auto;
}

.linha_item div .form-control {
    font-size: 10px !important;
}

#top_gerar_termo_1 div {
    height: 70px !important;
}

#top_gerar_termo_1 div.col-2 {
    padding-top: 25px;
}

#top_gerar_termo_2 {
    margin-top: 20px;
    padding-bottom: 30px;
}

#top_gerar_termo_2 div {
    height: 30px !important;
}

#logotipo {
    text-align: center;
}

#logotipo img {
    display: block;
    margin: 0px auto 0px auto;
    width: 220px;
}

#box_transferir {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 70%;
    background-color: white;
    z-index: 100;
    height: 300px;
    margin-top: -150px;
    width: 300px;
    margin-left: -150px;
    background-color: rgba(255, 255, 255, 0.9);
}
#box_transferir div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}

/*#deleta_item{
    position: absolute;
    margin: 200px auto 0px auto;
    display: block;
    width: 400px;
    height: 400px;
    z-index: 100;

}*/
/* ==========================================================================
   Estilos para impressão
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        font: 12pt Georgia, "Times New Roman", Times, serif;
        color: #000;
    }
    @page {
        margin: 1.5cm;
    }
    .wrap {
        width: 100%;
        margin: 0;
        float: none !important;
    }
    .no-print, nav, footer, video, audio, object, embed {
        display: none !important;
    }
    .print {
        display: block;
    }
    img {
        max-width: 100%;
    }
    aside {
        display: block;
        page-break-before: always;
    }
    h1 {
        font-size: 24pt;
    }
    h2 {
        font-size: 18pt;
    }
    h3 {
        font-size: 14pt;
    }
    p {
        font-size: 12pt;
        widows: 3;
        orphans: 3;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a:link:after, a:visited:after {
        content: " (" attr(href) ") ";
    }
    p a {
        word-wrap: break-word;
    }
    q:after {
        content: " (" attr(cite) ")";
    }
    a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    .page-break {
        page-break-before: always;
        page-break-inside: avoid;
    }
    /*Estilos da Demo*/
    .header.print h1 {
        width: 100%;
        margin-bottom: 0.5cm;
        font-size: 18pt;
    }
    .header.print:after {
        content: "Este artigo foi escrito pela designer Dani Guerrato e retirado do site Tableless.";
    }
    .artigo {
        margin-top: 0;
        border-top: 1px solid #000;
        padding-top: 1cm;
    }
    h1 a:link:after, h1 a:visited:after {
        content: "";
    }
    .lista_ordens li:last-child {
        border-right: none;
    }
}
