html, body {
    width: 100%;
    height: calc(100% - 15px);
}

html {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

body {
    color: #494949;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    margin: 0px;
}

body.semfundo {
    color: #494949;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    background: #FFFFFF url('/fotos/sf.gif');
}

#menuinc {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 13px;
    z-index: 100;
}

#semlogin {
    color: #FFF;
    position: absolute;
    right: 0;
    top: 35px;
}

.footer {
    font-size: 13px;
}

input, select, textarea, button {
    /*padding: 4px;*/
}

input[type=submit]:not(.btn) {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding: .25rem .60rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=text]:not(.form-control), input[type=password]:not(.form-control), input[type=email]:not(.form-control), input[type=number]:not(.form-control) {
    /*display: block;*/
    /*width: 100%;*/
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=text]:not(.form-control):focus, input[type=password]:not(.form-control):focus, input[type=email]:not(.form-control):focus, input[type=number]:not(.form-control):focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control.is-valid + .chosen-container-single .chosen-single, .was-validated .form-control:valid + .chosen-container-single .chosen-single {
    border-color: #28a745;
}

.form-control.is-invalid + .chosen-container-single .chosen-single, .was-validated .form-control:invalid + .chosen-container-single .chosen-single {
    border-color: #dc3545;
}

/***************************************************
 * Pre loader
 **************************************************/
.no-js #loader {
    display: none;
}

.js #loader {
    display: none;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(imagens/preloader.gif) center no-repeat rgba(255, 255, 255, 0.8);
}

.se-pre-con p {
    position: fixed;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    top: 55%;
}

/*************************************************
 * Estilos dos filtros dos relat?rios configur?veis
 *
 * - Div contadores ? onde os campos slecionados para
 *   criar os filtros
 *
 * - Div filtros corresponde ? div do fundo com as
 *   select box
 *************************************************/
#nav_tabs {
    display: none;
}

#nav_tabs li[role=tab] {
    font-size: 13px;
}

#contadores {
    background-color: #DADFE3;
    display: none;
    line-height: 1.5;
    font-size: 13px;
    height: auto;
    width: 100%;
    padding: 10px;
}

#indices {
    background-color: #DADFE3;
    float: left;
    padding: 10px;

}

#indices input {
    width: 50px;
}

#campos {
    margin-top: -20px;
}

#campos li {
    padding-bottom: 0;
}

#filtros {
    border: 1px solid #aaaaaa;
    float: left;
    border-radius: 4px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 20px;
    width: 95%;
    margin-bottom: 30px;
}

#inputs {
    float: left;
}

#notas {
    background-color: #DADFE3;
    width: 300px;
    float: right;
    margin-top: 10px;
    padding: 10px;
}

@media (max-width: 1000px) {
    #contadores {
        margin-top: 30px;
        font-size: 10px;
        width: 12%;
    }
}

/*********************************************************
 * CSS para botï¿½o lateral das FAQs
 *
 */
#ajuda {
    position: fixed;
    top: 120px;
    right: 0px;
    display: none;
}

#ajuda > a > img {
    height: 100px;
    width: 20px;
}

#open {
    display: none;
}

/* Base Styles */
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
}

#cssmenu a {
    line-height: 1.3;
}

#cssmenu {
    display: none;
    width: 450px;
    height: 700px;
}

#cssmenu > ul > li > a {
    padding-right: 40px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    background: #184415;
    color: #ffffff;
    border-bottom: 1px solid #184415;
    text-transform: uppercase;
}

#cssmenu > ul > li > a > span {
    background: #184415;
    padding: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-weight: 300;
}

#cssmenu > ul > li > a:hover {
    text-decoration: none;
}

#cssmenu > ul > li.active {
    border-bottom: none;
}

#cssmenu > ul > li.active > a {
    color: #fff;
}

#cssmenu > ul > li.active > a span {
    background: #184415;
}

#cssmenu span.cnt {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: none;
}

/* Sub menu */
#cssmenu ul ul {
    display: none;
}

#cssmenu ul ul li {
    border: 2px solid #e0e0e0;
    border-top: 0;
}

#cssmenu ul ul a {
    padding: 10px;
    background-color: #9FBC9C;
    display: block;
    color: #000000;
    font-size: 13px;
}

#cssmenu ul li ul li {
    background-color: #FFF;
}

#cssmenu ul li ul li ul li a {
    font-weight: bold;
    padding: 0px;
    font-size: 14px;
    background-color: #FFF;
}

#cssmenu ul li ul li ul li a:hover {
    font-size: 14px;
    text-decoration: underline;
    background-color: #FFF;
}

#cssmenu ul li ul li p {
    background-color: #FFF;
    margin-left: 10px;
}

/***************************************************
 *CSS para o slq_resultados e das tabelas
 *
 *
 */
th {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.tablesorter-header {
    font-size: 13;
    color: #000000;
    font-weight: 300;
}

th.tablesorter-header {
    background-image: url(imagens/bg.gif);
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
    padding-top: 3px;
    padding-bottom: 3px;
}

th.tablesorter-headerAsc {
    background-image: url(imagens/desc.gif);
    color: #FFFFFF;
}

th.tablesorter-headerDesc {
    background-image: url(imagens/asc.gif);
    color: #FFFFFF;
}

/**************************************************
 *			Full Calendar
 **************************************************/
.fc-center {
    text-transform: capitalize;
}

.fc-event[href] {
    color: #0066CC !important;
}

.fc-event[href]:hover {
    text-decoration: underline;
}

/**************************************************
 *			Links
 **************************************************/
A.v:link {
    text-decoration: none;
    color: #006600;
}

A.v:visited {
    text-decoration: none;
    color: #006633;
}

A.v:active {
    text-decoration: none;
    color: #006633;
}

A.v:hover {
    text-decoration: underline;
    color: #006633;
}

A.m:link {
    text-decoration: none;
    color: #ffffff;
}

A.m:visited {
    text-decoration: none;
    color: #ffffff;
}

A.m:active {
    text-decoration: none;
    color: #ffffff;
}

A.m:hover {
    text-decoration: underline;
    color: #ffffff;
}

A.m1:link {
    text-decoration: none;
    color: #000000;
}

A.m1:visited {
    text-decoration: none;
    color: #000000;
}

A.m1:active {
    text-decoration: none;
    color: #000000;
}

A.m1:hover {
    text-decoration: underline;
    color: #000000;
}

A.m2:link {
    background-color: #749672;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-variant: small-caps;
}

A.m2:visited {
    background-color: #749672;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-variant: small-caps;
}

A.m2:active {
    text-decoration: none;
    color: #000000;
}

A.m2:hover {
    text-decoration: underline;
    color: #000000;
}

A.m22:link {
    text-decoration: none;
    color: #000000;
}

A.m22:visited {
    text-decoration: none;
    color: #000000;
}

A.m22:active {
    text-decoration: none;
    color: #000000;
}

A.m22:hover {
    text-decoration: underline;
    color: #000000;
}

.crit {
    background-color: #ffffff;
    text-decoration: underline;
    color: #000000;
    font-variant: small-caps;
    font-size: 13px;
    font-weight: bold;
}

.courier {
}

#clkeentrar {
    font-size: 9px;
    width: 72px;
    line-height: 8px;
    padding: 0;
    border: 0;
    margin: 0;
}

/**************************************************
 *			Formataï¿½ï¿½o das tabelas
 **************************************************/
nav.tit {
    /*font-size: 13px;*/
    background-color: #285726 !important;
    /*width: 100%;*/
}

table.tabelas {
    font-size: 13px;
    border-collapse: collapse;
}

table.tabelas_ {
    font-size: 10px;
    border-width: 1px;
    border-color: #9FBC9C;
    border-collapse: collapse;
}

.tdmain {
    background: url('lib/imagens_ruralbit.pt/logo_p_t.gif') bottom right no-repeat;
    font-size: 13px;
    /*padding-right: 50px;*/
}

table.formularios {
    font-size: 13px;
}


.t_titulos, .t_titulos_sec, .t_titulos_fb, .t_titulos_r, .t_titulos_l, .t_titulos_sf {
    font-weight: bold;
    font-size: 13px;
    text-align: center;

    background: #70bf44; /* Old browsers */
    background: -moz-linear-gradient(top, #139b49 0%, #457742 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #139b49 0%, #457742 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #139b49 0%, #457742 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bf44', endColorstr='#139b49',GradientType=0 ); /* IE6-9 */

    color: #fff;

    padding: 3px;
    border-bottom: gray solid thin;
}

.small {
    font-size: 8px !important;
}

.t_titulos_sec {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border-bottom: gray solid thin;
    color: #000000;
}

td.t_titulos_fb {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}

td.t_titulos_r {
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

td.t_titulos_l {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

td.t_titulos_sf {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

td.t_titulos_row {
    font-size: 9px;
    text-align: right;
    padding: 3px;
    font-weight: bold;
    color: #494949;
}

td.t_val {
    font-size: 13px;
    text-align: center;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
    /*background-color: #FFFFFF;*/
}

td.t_val_ac {
    font-size: 13px;
    text-align: center;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
    background-color: #FFFFFF;
}

td.t_val_sf2 {
    font-size: 13px;
    text-align: center;
    padding: 1px;
    background-color: #FFFFFF;
}

td.t_val_sf {
    font-size: 13px;
    text-align: center;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
}

td.t_val_sb {
    font-size: 13px;
    text-align: left;
    padding: 1px;
}

td.t_val_sbr {
    font-size: 13px;
    text-align: right;
    padding: 1px;
}

td.t_val_sf2 {
    font-size: 13px;
    text-align: center;
    padding: 1px;
}

td.t_val_r {
    font-size: 13px;
    text-align: right;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
    background-color: #ffffff;
}

td.t_val_l {
    font-size: 13px;
    text-align: left;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
    background-color: #ffffff;
}

td.t_val_cinza {
    font-size: 13px;
    text-align: center;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
    background-color: #D1E1CF;
}

td.t_val_atencao {
    font-size: 13px;
    text-align: center;
    padding: 1px;
    border-bottom: #d9dfe3 solid thin;
    background-color: yellow;
    color: black;
}

#topo {
    width: 730px;
    height: 40px;
    position: absolute;
    left: auto;
    right: auto;
    top: 145px;
    z-index: 1000;
    color: #ffffff;
    background: #fff;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
}

#topo2 {

    width: 730px;
    height: 40px;
    position: absolute;
    left: auto;
    right: auto;
    top: 145px;
    z-index: 1001;
}

/**************************************************
 *			Headings
 **************************************************/
h1 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    margin: 0px;
    padding: 7px;
    background-color: #184415;
}

h1.semfundo {
    color: #115fb8;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: normal;
    background-color: #FFFFFF;
}

h2 {
    color: #115fb8;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

h3 {
    color: #184415;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    margin-bottom: 2px;
    margin-top: 8px;
}

h3.h32 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 7px;
    background-color: #184415;
    text-decoration: none;
}

h3.curto {
    color: #990033;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    margin: 2px;
}

h3.azul {
    color: #4e74a5;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-weight: bold;
}

h3.branco {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-weight: bold;
}

h4 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: 8px;
}

h4.l {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0px;
    text-align: left;
}

h4.fv {
    color: #ffffff;
    background-color: #184415;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: 8px;
    text-align: center;
    padding: 5px 0;
}

h5 {
    font-size: 10px;
    margin: 0px;
    margin-top: 7px;
    padding: 0px;
}

/**************************************************
 *			Fonts
 **************************************************/
font#bol {
    color: #4e74a5;
    font-size: 13px;
    font-weight: bold;
}

font#bolp {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-variant: small-caps;
}

font#bol_gen {
    color: #fff;
    font-size: 11px;
    text-align: left;
    font-weight: 600;
    text-transform: none;
}

font#text {
    color: #000000;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: normal;
}

font#nota {
    color: #000000;
    font-size: 8px;
    text-align: left;
}

.nota_r {
    color: #000000;
    font-size: 10px;
    text-align: right;
}

hr {
    background-color: #D9DFE3;
    border-color: #D9DFE3;
    height: 1px;
    width: 100%;
    border: 0;
}

hr#\90 {
    background-color: #D9DFE3;
    border-color: #D9DFE3;
    height: 1px;
    width: 95%;
    border: 0;
    margin: 0px;
    padding: 0px;
}

.form_label {
    text-align: right;
    color: #494949;
    font-size: 13px;
}

fieldset {
    -moz-border-radius: 7pt;
}

legend {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}

.monitor {
    color: #FFFFFF;
}

/**************************************************
 *			Inputs dos formulï¿½rios
 **************************************************/
input {
    font-size: 13px;
}

select {
    font-size: 13px;
}

input.chip {
    font-size: 9px;
    width: 83px;
}

select.distritos {
    width: 86px;
}

select.sete {
    width: 75px;
}

select.nove {
    width: 90px;
}

select.cri_expl {
    width: 315px;
}

select.um {
    width: 5px;
}

/*select.dez {
    width: 100px;
}*/

select.vintequatro {
    width: 142px;
}

select.doze {
    width: 120px;
}

select.catorze {
    width: 140px;
}

.juntos {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

/**************************************************
 *			Classes de erros
 **************************************************/
.erro {
    background-color: red;
    color: white;
    font-weight: 600;
    padding: 3px;
    line-height: 22px;
}

.erro2 {
    background-color: red;
    color: white;
    font-weight: 600;
}

.atencao {
    background-color: yellow;
    color: black;
    padding: 3px;
    line-height: 20px;
}

.atencao1 {
    background-color: yellow;
    color: black;
}

.atencao2 {
    background-color: yellow;
    color: black;
    font-weight: 600;
}

.gray {
    background-color: #CCC;
}

.menu_right {
    width: 350px;
    float: right;
    display: block;
    text-align: right;
}

.novo {
    font-size: 10px;
    color: #990000;
    font-weight: bold;
    font-variant: small-caps;
}

.new:not(.day) {
    font-weight: bold;
    font-variant: small-caps;
    float: right;
    display: block;
    margin-left: 2px;
    font-size: 8px;
    color: yellow;
}

.brevemente {
    font-size: 13px;
    color: #990000;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline;
    float: left;
    display: block;
    margin-right: 5px;
}

.divprinter {
    float: right;
    display: block;
    z-index: 30;
}

.notar {
    float: right;
    display: block;
    width: 330px;
    background-color: #DADFE3;
}

.logo {
    float: left;
    display: block;
}

.printer {
    text-align: right;
    margin: 0px;
}

.buttons A {
    padding: 3px;
    padding-bottom: 6px;
    display: block;
    font: 11px Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #184415;
}

.buttons a:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
}

.sub_buttons A {
    color: #F8F8F8;
    padding: 4px;
    display: block;
    font: 10px Arial, sans-serif;
    border-bottom: 1px solid #184415;
    text-decoration: none;
    text-align: left;
    margin-left: 10px;
}

.sub_buttons a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding: 4px;
}

ul.help {
    list-style-type: circle;
    text-align: left;
    padding-left: 10pt;
}

.tab_c {
    border-left: #d9dfe3 dashed thin;
    border-right: #d9dfe3 dashed thin;
    padding: 10px;
}

.tab_r {
    padding: 10px;
}

img {
    border-color: #D9DFE3;
}

font.textos {
    font-size: 13px;
    text-align: justify;
}

.td_ie {
    background-color: none;
    border: thin;
    border-style: solid;
    border-color: #999;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-size: 10px;
}

.ie {
    /*tabela do interface ie*/
    font-size: 14px;
    color: #184415;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    text-align: center;
    line-height: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

/**************************************************
 *			Classes dos intps
 **************************************************/

.intps_verde, .intps_laranja_escuro, .intps_amarelo, .intps_laranja, .intps_vermelho {
    font-size: 9px;
    line-height: 20px;
    color: #000;
    padding: 6px 8px;
}

.intps_verde {
    background-color: #2ecc71;
}

.intps_amarelo {
    background-color: #d8d64b;
}

.intps_laranja {
    background-color: #e6a822;
}

.intps_laranja_escuro {
    color: #FFF;
    background-color: #d35400;
}

.intps_vermelho {
    color: #FFF;
    background-color: #FF0000;
}

/****************************************************
 * Sistema de print
 ****************************************************/
@media print {
    #ajuda, #faqs, #animal {
        display: none !important;
    }
}


/****************************************************
 * Cadernos de campo
 ****************************************************/
.connectedSortable {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    /*padding: 5px 0 0 0;*/
    margin-right: 10px;
    padding: 1em 0.5em !important;
    /*width: 25%;*/
}

#accordion li {
    list-style: none !important;
}

.sortable {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 100%;
    cursor: move;
}

.label-zona {
    background: #eee;
    padding: 5px;
    font-size: 80%;
}

.descr-zona {
    background: #eee;
    padding: 5px;
    font-size: 80%;
}

.td-zona {
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
}

.draggable {
    width: auto;
    height: auto;
    /*padding: 0.5em;*/
    float: left;
    margin: 0 10px 10px 0;
}

#botoes-zonas {
    padding: 10px;
}

#botoes-zonas a, #botoes-zonas span {
    padding: 0 10px;
}

.icon-hidden > h3 > span {
    display: none;
}

.atividade {
    border: 2px solid #9fbc9c;
}

.atividade-ht {
    border-top: 1px double #98a8b3 !important;
}

.atividade-hb {
    border-bottom: 1px double #98a8b3 !important;
}

.parcelaOK {
    background: #9fbc9c !important;
}

.parcelaNOK {
    background: #fcf8e3 !important;
}

/****************************************************
 * isLoading
 ****************************************************/

.isloading-wrapper.isloading-right{
    margin-left:10px;
}
.isloading-overlay{
    position:relative;
    text-align:center;
    z-index: 9000 !important;
}

.isloading-overlay .isloading-wrapper{
    background:#FFFFFF;
    -webkit-border-radius:7px;
    -webkit-background-clip:padding-box;
    -moz-border-radius:7px;
    -moz-background-clip:padding;
    border-radius:7px;
    background-clip:padding-box;
    display:inline-block;
    margin:0 auto;
    padding:10px 20px;
    position: relative;
    z-index:9000;
}
.isloading-overlay{
    animation: opac 0.8s;
}
@keyframes opac{from{opacity:0} to{opacity:1}}

/****************************************************
 * Tabelas quitadas
 ****************************************************/

.sqlresultados, .sqlresultados th, .sqlresultados td {
    border: none;
}

.sqlresultados {
    width: 100%;
    display: table;
}

.sqlresultados.bordered > thead > tr,
.sqlresultados.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
}

.sqlresultados.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.sqlresultados.striped > tbody > tr:nth-child(even) {
    background-color: #fff !important;
}

.sqlresultados.striped > tbody > tr > td {
    border-radius: 0;
}

.sqlresultados.highlight > tbody > tr {
    transition: background-color .25s ease;
}

.sqlresultados.highlight > tbody > tr:hover {
    background-color: #f2f2f2;
}

.sqlresultados.centered thead tr th,
.sqlresultados.centered tbody tr td {
    text-align: center;
}

.sqlresultados .borderright {
    width: 20px;
}

.tdmain thead {
    border-bottom: 1px solid #d0d0d0;
}

.sqlresultados td,
.sqlresultados th {
    /*padding: 3px 8px;*/
    /*text-align: left;*/
    display: table-cell;
    vertical-align: middle;
}

.sqlresultados th {
    height: 40px;
    max-height: 60px;
}

.sqlresultados td {
    padding: 3px 5px;
}

@media only screen and (max-width: 992px) {
    .sqlresultados.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }
    .sqlresultados.responsive-table td:empty:before {
        content: '\00a0';
    }
    .sqlresultados.responsive-table th,
    .sqlresultados.responsive-table td {
        margin: 0;
        vertical-align: top;
    }
    .sqlresultados.responsive-table th {
        text-align: left;
    }
    .sqlresultados.responsive-table thead {
        display: block;
        float: left;
    }
    .sqlresultados.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }
    .sqlresultados.responsive-table thead tr th::before {
        content: "\00a0";
    }
    .sqlresultados.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    .sqlresultados.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    .sqlresultados.responsive-table th {
        display: block;
        text-align: right;
    }
    .sqlresultados.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    .sqlresultados.responsive-table tr {
        padding: 0 10px;
    }
    .sqlresultados.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0;
    }
    .sqlresultados.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }
    .sqlresultados.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .sqlresultados.responsive-table.bordered tr {
        border: 0;
    }
    .sqlresultados.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }
}

.sqlresexport {
    color: #184415 !important;
}

.fa-file-pdf-o {
    color: #B40404;
}

.ui-menu-item {
    font-size: 14px;
}

.ui-dialog-titlebar-close::before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}

@media \0screen\,screen\9 {
    td.t_val {
        font-size: 13px;
        text-align: center;
        padding: 1px;
        border-bottom: #d9dfe3 solid thin;
        background-color: #FFFFFF;
    }
}

#local_animal {
    z-index: 500;
}

.green-text {
    color: #9fbc9c !important;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: unset;
    padding: 4px;
}


div.dt-buttons {
    float: right;
}
div.dt-buttons button {
    font-size: 13px;
}

.dataTable .ui-state-default {
    background: #9fbc9c; /* Old browsers */
    background: -moz-linear-gradient(top, #9fbc9c 0%, #9fbc9c 80%, #7aa276 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9fbc9c 0%,#9fbc9c 80%,#7aa276 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9fbc9c 0%,#9fbc9c 80%,#7aa276 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbc9c', endColorstr='#9fbc9c',GradientType=0 ); /* IE6-9 */
    color: #000 !important;
}

.dataTables_wrapper .ui-state-default {
    color: #184415;
}

#ficheiros_wrapper {
    width: 80%;
    margin: 10px auto;
}

#ficheiros {
    padding-top:20px;
}

#noty_topCenter_layout_container {
    top: 150px !important;
}

#noty_alert_layout_container {
    top: 150px !important;
}

#noty_alert_layout_container > li {
    background: rgb(255, 255, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAQAAAClM0ndAAAAhklEQVR4AdXO0QrCMBBE0bttkk38/w8WRERpdyjzVOc+HxhIHqJGMQcFFkpYRQotLLSw0IJ5aBdovruMYDA/kT8plF9ZKLFQcgF18hDj1SbQOMlCA4kao0iiXmah7qBWPdxpohsgVZyj7e5I9KcID+EhiDI5gxBYKLBQYKHAQoGFAoEks/YEGHYKB7hFxf0AAAAASUVORK5CYII=") repeat-x scroll left top !important;
}

#noty_alert_layout_container .noty_buttons {
    background-color: rgb(255, 255, 0) !important;
}

/*
 ********************************************
 * Inputs de forms *
 ********************************************
 */

.link {
    color: #0066cc;
    background: none !important;
    border: none;
    margin: 0;
    padding: 0;
}

.link:hover {
    text-decoration: underline;
}

/*
 ********************************************
    entrada
 ********************************************
 */

.tohide {
    display: none;
}

#rodape_login {
    text-align: right;
    background: rgba(0,0,0,0.8);
    color:#fff;
    padding: 5px;
}

#rodape_login a, #rodape_login a:visited {
    color:#fff;
}

#login_autoctones img {
    margin: 3px;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.50);
    -moz-box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.50);
    box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.50);
}

inf {
    vertical-align: sub;
    font-size: 50%;
}

.tab_c h4 {
    padding-left: 10px;
}

#login_logo {
    float: left;
    padding: 10px;
}

#login_form {
    float: right;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    margin-right: 15px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
}

#login_form form {
    margin: 0;
    float: right;
}

#login_ruralbit {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    right: 25px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
}

.anuncio img {
    -webkit-box-shadow: -7px 6px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: -7px 6px 28px -10px rgba(0,0,0,0.75);
    box-shadow: -7px 6px 28px -10px rgba(0,0,0,0.75);
}

#login-anuncio {
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    float:left;
    width:280px;
    background: rgba(255,255,255,0.7);
    height: auto;
    margin-left: 35px;
    margin-top: 35px;
    border-radius: 4px;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-backface-visibility: hidden;
    border: 1px solid white;
    outline: 1px solid transparent;
}

#login-vert-banner {
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    right: 200px;
    padding: 0 17px 10px;
    max-height: 400px;
    font-size: 80%;
    /*width: 200px;*/
    overflow-y: scroll;
    width: 35%;
}

#login-vert-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#anuncios-vert-banner {
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    float: left;
    width: calc(100% - 270px);
    max-width: 1170px;
    background: rgba(255,255,255,0.9);
    height: auto;
    min-height: 400px;
    margin-left: 15px;
}

#faqs, #contacto {
    z-index: 1000;
}

@media (max-width:768px){
    #login-main-wrapper {
        display: inline-table;
    }

    #rodape_login {
        font-size: 0.8em;
    }

    #login-eexpl-title inf{
        width: 100%;
        display: block;
    }

    #login_form {
        float: none;
        width: 95%;
        position: relative;
        display:flex;
        margin: 0 auto;
    }

    #login-anuncio {
        float: none;
        width: 80%;
        height: auto;
        position: relative;
        display: block;
        margin: 35px auto;
        transform: none !important;
    }

    #login-vert-banner{
        float: none;
        position: relative;
        display: block;
        width: 95%;
        bottom: unset;
        right: unset;
        margin: 20px auto;
        max-height: unset;
        height: auto;
        overflow-y: hidden;
    }

    .ad-descr {
        min-height: 100px;
    }

    #login_ruralbit{
        position: relative;
        margin-left: 8%;
        width: 33%;
    }

    #login_ruralbit img {
        width: 100%;
    }

    #faqs, #contacto {
        display:none;
    }

    #projectos_list {
        display: none !important;
    }
}

#owl-vendas {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#owl-vendas .item img {
    display: block;
    width: auto;
    height: 125px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    border-radius: 4px;
}

.ad-descr {
    display: block;
    position: relative;
    width: auto;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    background: #fff;
    border-radius: 4px;
    height: 400px;
    width: 500px;
    margin: 5px auto;
}

#owl-vendas .item .ad-descr {
    height: 125px;
    width: 125px;
    margin: 0 auto;
}

.ad-descr p {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%;
}

#vendas-next, #vendas-prev {
    cursor: pointer;
}

#anuncio img {
    width:80%;
    margin:5px auto 10px;
    display:block;
    border-radius: 4px;
    max-width: 500px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
}

#a_buttons {
    padding-top: 10px;
    text-align: center;
}

#a_buttons select {
    width: 120px;
}

.slideshow_classic > div {
    width: 100% !important;
}

.slideshow_classic img {
    width: 100%;
}

/*************************************************/
/************ Datatables SQL Resultados **********/
/*************************************************/

.sql_datatables_input {
    width: 100%;
}

.sql_datatables > tbody > tr > td {
    border-radius: 0;
    font-size: 13px;
    text-align: center;
    padding: 5px 2px;
}

.sql_datatables th {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-bottom: gray solid thin;
    vertical-align: middle !important;

    background: #70bf44; /* Old browsers */
    background: -moz-linear-gradient(top, #139b49 0%, #457742 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #139b49 0%,#457742 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #139b49 0%,#457742 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bf44', endColorstr='#139b49',GradientType=0 ); /* IE6-9 */

    color: #fff;
    border: 0px solid #000000;
}

.sql_datatables tr:first-child th:first-child,
table tr:first-child .t_titulos:first-child,
table tr:first-child .t_titulos_sec:first-child,
table tr:first-child .t_titulos_fb:first-child,
table tr:first-child .t_titulos_r:first-child,
table tr:first-child .t_titulos_l:first-child,
table tr:first-child .t_titulos_sf:first-child {
    border-radius: 5px 0px 0px 0px !important;
    -moz-border-radius: 5px 0px 0px 0px !important;
    -webkit-border-radius: 5px 0px 0px 0px !important;
}

.sql_datatables tr:first-child th:last-child,
table tr:first-child .t_titulos:last-child,
table tr:first-child .t_titulos_sec:last-child,
table tr:first-child .t_titulos_fb:last-child,
table tr:first-child .t_titulos_r:last-child,
table tr:first-child .t_titulos_l:last-child,
table tr:first-child .t_titulos_sf:last-child {
    border-radius: 0px 5px 0px 0px !important;
    -moz-border-radius: 0px 5px 0px 0px !important;
    -webkit-border-radius: 0px 5px 0px 0px !important;
}

.sql_datatables {
    margin-top: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100% !important;
}

.sql_datatables_filters {
    width: 100%;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dataTables_wrapper {
    background: #fff;
    padding: 15px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: auto;
}

.sql_datatables_filter, .sql_datatables_clear {
    font-size: 12px;
}

.dt-jqueryui {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_processing {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(128, 128, 128, 0.8) 25%, rgba(128, 128, 128, 0.8) 75%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    color: white;
    height: 100px;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
    right: 0.5em;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    right: 0em;
}

span.isloading-wrapper {
    position: fixed;
    /*top: 50vh !important;*/
    -webkit-box-shadow: 5px 10px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 10px 25px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 10px 25px 0px rgba(0,0,0,0.75);
}

.jchart {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.ferro {
    position: absolute;
    max-width: 10%;
    left: 5px;
}

.genealogia-td {
    position: relative;
}

.caixa-genealogia .btn-sm {
    font-size: 10px;
    padding: 0px 5px;
    margin-bottom: 2px;
}

.caixa-genealogia p {
    margin-bottom: 0.25rem;
    font-size: 12px;
}

.caixa-genealogia {
    border-radius: 4px;
    padding: 5px;

    -webkit-box-shadow: 10px 10px 25px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px -15px rgba(0,0,0,0.75);
}

.caixa-genealogia-verde {
    background: #70bf44;
    background: -moz-linear-gradient(top, #139b49 0%, #457742 90%);
    background: -webkit-linear-gradient(top, #139b49 0%, #457742 90%);
    background: linear-gradient(to bottom, #139b49 0%, #457742 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bf44', endColorstr='#139b49',GradientType=0 );
}

li.animated.fadeIn {
    padding-bottom: 0;
    padding-right: 0;
}

.noty_buttons {
    text-align: center !important;
}

.col-05 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
}
.col-15 {
    -ms-flex: 0 0 12.4999995%;
    flex: 0 0 12.4999995%;
    max-width: 12.4999995%;
}

.buttons-columnVisibility.active {
    background-color: #139b49 !important;
}

.pesos_ind, .vals_ind {
    font-size: 70%;
    float: left;
}

.custom-combobox-toggle {
    top: 0;
}

.linha-cria {
    margin-bottom: -5px;
}

.mae_info .card-body, .pai_info .card-body {
    font-size: 70%;
    padding: 0.25rem;
}

#mudar_nifexpl {
    padding: 0 5px;
    font-size: 80%;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 10px -5px 20px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px -5px 20px -13px rgba(0,0,0,0.75);
    box-shadow: 10px -5px 20px -13px rgba(0,0,0,0.75);
}
@media (max-width: 768px) {
    footer{
        display: none !important;
    }
}
@media (max-width: 576px) {
    .xtraSmall {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

footer ul {
    margin-bottom: 0;
    font-size: 85%;
}

#caixa_main > nav > .breadcrumb {
    font-size: 13px;
    padding: .5rem 1rem;
}

ul.ui-autocomplete.ui-front.ui-menu {
    max-height: 300px;
    overflow-y: scroll;
}

form .form-group label {
    font-size: 13px;
    font-weight: 600;
}

.form-group .row {
    margin-left: 0;
}

.form-group .col-md-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-group {
    margin-bottom: 0.3rem;
}

.dataTables_info, .dataTables_length {
    font-size: 85%;
}

.chosen-container-single .chosen-single {
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-sm + .chosen-container-single .chosen-single {
    height: calc(1.5em + .5rem + 2px);
    line-height: 30px;
}

.updates td, .updates th {
    padding: .1rem;
    font-size: 13px;
}

[name=rels_config] .nav-tabs .nav-link {
    border: 1px solid #dedede;
    background-color: #eee;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-box-shadow: inset 0px -35px 39px -39px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px -35px 39px -39px rgba(0,0,0,0.35);
    box-shadow: inset 0px -35px 39px -39px rgba(0,0,0,0.35);
}

[name=rels_config] .nav-tabs .nav-item.show .nav-link, [name=rels_config] .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ccc #ccc #fff;
}

.fl-scrolls {
    margin-bottom: 29px !important;
}

.custom-select {
    background-position-x: right 0.5rem;
    padding: .375rem 1.2rem .375rem .4rem;
}

.custom-file-label::after {
    /* content: "Procurar"; */
}

.handle-cons {
    cursor: grab;
}

.prSexo {
    display: none;
}

.pesSexo {
    display: none;
}

.valKgSexo {
    display: none;
}

.sqlResultadosTooltip {
    opacity: 1 !important;
    z-index: 501;
}

.sqlResultadosInnerTooltip {
    max-width: inherit;/*
    padding: .25rem .5rem; */
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 10px 10px 33px -11px rgba(0,0,0,0.75);
    font-size: 11px;
}

.disableInput {
    background-color: darkgray;
}

td.t_val_l_3 {
    width: 25% !important;
}

label[for^='atributo_'] {
    cursor: pointer;
}

ul#campos .sortable-placeholder {
    border: dotted 2px black;
}

ul#campos .ui-sortable-helper {
    cursor: grabbing !important;
}

ul#campos li {
    list-style: outside none decimal;
    cursor: grab;
}

ul#campos li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0dc\00a0\00a0";
}

.processar-selecionados {
    background-color: #139b49;
    /*
    background: #70bf44;
    background: -moz-linear-gradient(top, #139b49 0%, #457742 90%);
    background: -webkit-linear-gradient(top, #139b49 0%,#457742 90%);
    background: linear-gradient(to bottom, #139b49 0%,#457742 90%);
    */
}

#calendario .badge {
    white-space: normal;
}

.ui-autocomplete.ui-front {
    z-index: 4000;
}

.input-group > .chosen-container {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0;
}

.tp-info
{
    display: block;
    color: white;
    background-color: #6c757d;
    margin-top: 5px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}

.tp-info .tp-info-title
{
    padding: 2px 10px;
    /*font-weight: bold;*/
}

.tp-info .tp-info-title:before
{
    font-family: FontAwesome;
    /*content: "\f059\00a0\00a0";*/
    content: "\f05a\00a0\00a0";
    font-weight: normal;
}

.tp-info .tp-info-title .tp-info-collapse
{
    float: right;
    font-weight: normal;
}

.tp-info .tp-info-title .tp-info-collapse:hover
{
    text-decoration: underline;
}

.tp-info .tp-info-message
{
    padding: 10px;
}

*[data-show-and-hide]
{
    cursor: pointer;
}

.dt-buttons > button.dropdown-toggle:not(:last-child) {
    border-radius: 0;
}

/* b_nascimentos.php */

#datas_nasc_unic{
    position: absolute;
    margin-left: 1rem;
}

@media (max-width: 1380px) {
    #datas_nasc_unic {
    position: relative;
    }
}

}

.sync-status {
    border: 1px solid transparent;
    border-radius: 5px;
    color: black;
    padding: 5px;
    margin: 2px;
}

.sync-status.sync-status-errors{
    border-color: white;
    background-color: red;
    color: white;
}

.sync-status.sync-status-succeededwithwarnings {
    border-color: white;
    background-color: orange;
}

.sync-status.sync-status-success {
    border-color: white;
    background-color: green;
}

.sync-status.sync-status-notfound {
    border-color: white;
    background-color: gray;    
}

#DestaqueModal {
    z-index: 9999;
}

.fa-pencil::before {
    font-family:'FontAwesome';
}

.filtro-coluna {
    display: flex;
    flex-direction: row;
    gap: 6px;      /* opcional: espaço entre os inputs */
    width: 100%;   /* se quiseres que ocupem toda a largura */
}