/*
 * style.css
 */


/* GERAL */

* {
    /*font-family:"lucida grande", tahoma, verdana, arial, sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    /*-webkit-print-color-adjust: exact;*/
    /*background-image: url("/imagens/BG_Cinza2.jpg");*/
    /*background-image: url("/imagens/BG_Cinza-e-amarelo.jpg");*/
    background: #edebee;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

form {
    margin: 0;
    padding: 0;
}

select {
    padding: 3px;
}

input[type="text"],
.select {
    width: 100%;
    padding: 6px 6px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}


/* media print */

@media print {
    @page {
        size: auto;
        /* auto is the initial value */
        /* this affects the margin in the printer settings */
        margin: 25mm 25mm 25mm 25mm;
    }
    body {
        -webkit-print-color-adjust: exact;
        margin: 0;
        padding: 0;
        line-height: 1.4em;
    }
    .tableheader {
        display: none;
    }
    .tablemenutd {
        display: none;
    }
    .tablefooter {
        display: none;
    }
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    .divsepara {
        font-size: 16px;
        font-weight: bold;
        padding: 2px;
        padding-left: 10px;
        background: #666666;
        color: #fff;
    }
}

.button-lg {
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 2px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.readonly {
    background: #f0f0f0;
    cursor: no-drop;
}


/* GERAL FIM */


/* MENU INICIO */

.tableheader {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
    box-sizing: border-box;
}

.tableheadertd {
    width: 100%;
    height: 107px;
    border: solid 1px #ccccff;
    background: url(/imagens/toolbar.png);
    box-sizing: border-box;
}

.tablemenu {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
    box-sizing: border-box;
}

.tablemenutd {
    width: 200px;
    border: solid 1px #ccccff;
    vertical-align: top;
}

.tablepaneltd {
    border: solid 1px #ccccff;
    vertical-align: top;
}

.panel,
.panel-title {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
}

.panel-group {
    background: url(/imagens/toolbar.png);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
}

.panel-heading {
    --background: url(/imagens/toolbar.png);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
    margin: -1px;
    border-top-color: #cccccc;
}

.panel-collapse,
.collapse,
.table {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
}

.item-selected {
    font-weight: bold;
    color: #ff9900;
}


/* MENU FIM */


/* ESTILOS INICIO */

.header {
    margin: 0;
    padding: 0;
}

.panel-title {
    margin: 0;
    font-size: 13px;
}


/* ESTILOS FIM */


/* CONTEUDO */

.conteudo {
    margin: 0;
    padding: 10px;
    font-size: 13px;
}

.spacer {
    height: 20px;
}

.tableform {
    --width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
    box-sizing: border-box;
}

.tableform .formlabel {
    text-align: right;
    width: 200px;
}

.subtable {
    width: 100%;
}


/* CONTEUDO FIM */

.toplogin {
    /*padding-top: 50px;*/
    background: url(/imagens/fundoadm.jpg) #fff center;
    /*#a2bd2a;*/
}

.toplogin .login-panel {
    border-radius: 4px;
}

.vcenter {
    vertical-align: middle;
}

.hcenter {
    text-align: center;
}

.mpzero {
    margin: 0;
    padding: 0;
}

div {
    /*border: solid 1px red;*/
}

.divimag {
    display: block;
    border: solid 1px #ccc;
    height: 35px;
    /*background: url(/chave/44400328160/);*/
    border-radius: 4px;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: right;
}

.border {
    display: block;
    border: solid 1px #ccc;
    height: 35px;
    /*background: url(/chave/44400328160/);*/
    border-radius: 4px;
}

.divaba {
    border: solid 1px #fff;
    border-bottom: none;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-block;
    padding: 4px;
    font-weight: bold;
}

label {
    font-weight: normal;
}

.nodisplay {
    display: none;
}

.divdados {
    padding: 4px;
    font-size: 11px;
}

.tbgroup {
    width: 100%;
    margin-bottom: 10px;
    border-spacing: 1px;
    border-collapse: separate;
    box-sizing: border-box;
}

.divdados .tbgroup .trlabel td {
    border: none;
    padding: 0;
    line-height: 12px;
}

.divdados .tbgroup .trfield td {
    border: solid 1px #ccc;
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    height: 25px;
}

.divdados .divseparador {
    padding: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 3px;
    margin-top: 8px;
    margin-bottom: 6px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
    line-height: 18px;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    text-align: left;
    font-size: 11px;
}

.btn {
    font-size: 11px;
}

.btn.active {
    background: #3ec134 !important;
}

.btn.active:before {
    content: "✅";
    color: #060693;
}

.ui-state-default a,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    outline: none;
}