@charset "utf-8";
@import url('font-awesome.min.css');

/* RESET */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* this is new */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    font: 100% Arial, Helvetica, sans-serif;
    color: #333;
}

ul {
    list-style: none;
}

img {
    border: none;
}

img a {
    border: none;
}

form,
fieldset {
    display: block;
    border: none;
}

h1 {
    font-size: 24px;
    font-weight: bolder;
}

h2 {
    font-size: 20px;
    font-weight: bolder;
}

h3 {
    font-size: 16px;
    font-weight: bolder;
}

h4 {
    font-size: 14px;
    font-weight: bolder;
}


/**
 * Old Helpers
 */

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.block { display: block; }
.inline { display: inline; }
.relative { position: relative; }
.absolute { position: absolute; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.pointer { cursor: pointer; }
.first { margin: 0; }
.margin-auto { 
    display: block;
    margin: 0 auto;
}


/* Line height */
.line-height-1-2em { line-height: 1.2em !important; }
.line-height-1-5em { line-height: 1.5em !important; }
.line-height-1-7em { line-height: 1.7em !important; }
.line-height-1-8em { line-height: 1.8em; }
.line-height-2em { line-height: 2em !important; }


/**
 * Clearfix
 */
.clearfix:after,
.cf:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}
.clearfix,
.cf { display: inline-block; }


/* Hide these rules from IE-mac \*/
* html .clearfix,
* html .cf { height: 1%; }
.clearfix,
.cf { display: block; }

li.clearfix,
li.cf {
    display: list-item;
}

/* ---------------------------- */


/* End hide from IE-mac */


/**
 * Lightbox
 */

/* Overlay */
#overlay-lightbox {
    width: 100%; height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777 !important;
    background: #000;
    display: none;
}

#overlay-lightbox::before {
    content: "Fechar";
    font-size: 16px;
    color: #fff;
    padding: 10px 18px 8px 18px;
    background: #D61920;
    position: fixed;
    top: 10px;
    right: 10px;
    font-family: 'Arial', sans-serif;
    font-weight: 200;
    cursor: pointer;
}

.lightbox { 
    position: fixed;
    top: 50%;
    left: 50%; 
    background: #fff;
    z-index: 8888;
    padding: 10px;
    max-height: 400px;
    overflow: auto;
    display: none;
    border-radius: 5px;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.lightbox-title {
    display: block;
    padding: 10px 10px 10px 0;
    font: 600 20px 'Arial', sans-serif;
    color: #333;
}

.lightbox-content {
    font: 400 14px 'Arial', sans-serif;
    color: #000;
}

/* lightbox inativação pedido */
#lightbox-inativacao,
#lightbox-rejeicao {    
    width: 400px;
    height: auto;
    margin-top: 0;
    margin-left: -200px;
}


/* lightbox de parcelas */
#lightbox-parcelas {
    width: 580px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;     
    margin: -200px 0 0 -300px;
    background: #fff;
    display: none;
    z-index: 9999 !important;
    padding: 10px;
    border: solid 3px #eee;
    overflow: auto;
    box-sizing: border-box;
}

#lightbox-grafico {  
    width: 98%;
    height: 475px;
    max-height: 475px;
    margin: -237px 0 0 -49%;
    display: none;
    z-index: 9999 !important;
    padding: 10px;
    border: solid 3px #eee;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.tabela-parcelas {
    border-collapse: separate;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    width: 100%;
}

.tabela-parcelas tr {
    height: 30px;
}

.tabela-parcelas th,
.tabela-parcelas td {
    padding-left: 5px;
    text-align: left;
}

.tabela-parcelas .zebra {
    background: #f5f5f5 !important;
}

#form-parcelas .input-padrao {
    border: solid 1px #eee;
    background: #fff;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 5px;
    width: 150px;
}

#form-parcelas .close-bt {
    border: none;
    background: #ccc;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    margin-right: 5px;
}

#form-parcelas .close-bt:hover {
    background: #ddd;
}

#form-parcelas .confirm-bt,
#form-parcelas #grava-parcela {
    border: none;
    background: #8A1317;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 15px;
}

#form-parcelas .confirm-bt:hover,
#form-parcelas #grava-parcela:hover {
    background: #A11D22;
}

.visualizar-parcelas {
    cursor: pointer;
}

.loading-lightbox {
    position: absolute;
    width: 96%;
    height: 96%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    box-sizing: border-box;
    z-index: 900;
    display: none;
}

.loading-lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;

    margin: -10px 0 0 -110px;
    display: block;
}


/**
 * Login
 */

/* Geral */
#geral {
    width: 100%;
    height: 100%;
    background: ;
    padding: 0 0 20px 0;
}
.login #topo {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 0 65px 0;
}
.login #topo-interno {
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* Logo */
.login #logo {
    display: block;
    margin: 0 auto;
    width: 308px;
    height: 83px;
}

#cont-vermelho {
    width: 100%;
    min-height: 100%;
    height: 100%;
    overflow: auto;
    background: #D61920;
    display: block;
}

#cont-vermelho-interno {
    width: 980px;
    height: auto;
    margin: 0 auto;
}


/**
 * formulario de login
 */
#form-login {
    width: 530px;
    margin: 0 auto;
    display: block;
    padding: 60px 0 0 0;
}

#form-login label {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    float: left;
    width: 170px;
    padding: 20px 0 0 0;
}

#form-login p {
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 35px 0;
    float: left;
}

#form-login .input-padrao {
    float: right;
    width: 332px;
    height: 42px;
    line-height: 2.8em !important;
    font: 16px Arial, Helvetica, sans-serif;
    color: #333;
}

#form-login .erro-login {
    background: #fff;
    color: #f00;
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 5px 10px;
}

#form-login .enviar-bt {
    display: block;
    width: 100%;
    height: 42px;
    background: #8A1317;
    text-align: center;
    font: 16px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    clear: both;
    margin: 15px 0 0 0;
}

#form-login .enviar-bt:hover {
    background: #A11D22;
}


/**
 * Formulário Padrão de Cadastro
 */

.form-padrao-cadastro {
    width: 100%;
}

.form-padrao-cadastro label {
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    float: left;
    width: 155px;
    padding: 5px 0 0 0;
    padding-top: 10px;
}

.form-padrao-cadastro p,
.form-padrao-cadastro .form-group,
.form-group {
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 15px 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    position: relative;
}

.form-padrao-cadastro .form-group:last-child {
    padding-bottom: 0;
}

.form-padrao-cadastro .input-padrao,
.input-padrao {
    width: 780px;
    height: auto;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 7px;
    border: solid 1px #000;
    border-color: #ccc;
    border-radius: 2px;
}

.form-control {
    width: auto;
    height: auto;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 5px;
    border: solid 1px #000;
    display: inline-block;
    border-color: #ccc;
    width: 100%;
}

.form-padrao-cadastro textarea {}

.form-padrao-cadastro select {
    width: 790px;
    width: auto;
    min-width: 250px;
    border: solid 1px #000;
}

.form-padrao-cadastro select {
    padding: 7px 4px;
    font-size: 13px;
    border-radius: 2px;
    border-color: #ccc;
}

.form-padrao-cadastro select[type="multiple"] {
    min-height: 100px;
}

.sel-padrao {
    border: solid 1px #000;
    display: block;
    padding: 3px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    width: auto;
}

.form-padrao-cadastro .sel-uf {
    width: auto;
}

.form-padrao-cadastro .input-ddd {
    width: 50px;
}

.form-padrao-cadastro .input-tel {
    width: 250px;
}

.form-padrao-cadastro .input-data,
.form-padrao-cadastro .input-valor {
    width: 150px;
}

.form-padrao-cadastro .cx-num {
    width: 230px;
    float: left;
}

.form-padrao-cadastro .cx-compl {
    width: 285px;
    float: left;
    padding: 0 0 0 20px;
}

.form-padrao-cadastro .cx-cep {
    width: 350px;
    float: left;
}

.form-padrao-cadastro .cx-cidade {
    width: 480px;
    float: left;
}

#input-contrato {
    height: 700px;
    width: 500px;
}

.form-padrao-cadastro .p-obras {
    display: none;
}

.form-padrao-cadastro .obs-form {
    font: oblique 11px Arial, Helvetica, sans-serif;
    color: #999;
    display: inline-block;
    padding: 0 0 0 5px;
    line-height: 25px;
}

.common-label {
    display: inline-block;
    margin-right: 15px;
}

input[type="text"],
textarea {
    outline: none;
}

/**
 * Disabled fields style
 */
input[readonly],
input[readonly="readonly"],
select[disabled],
input[disabled] {
    background: #FFFEF6 !important;
}



/**
 * Field box
 */

.field-box {
    display: block;
    padding: 15px;
    background: #f8f8f8;
    margin-bottom: 20px;
    position: relative;
}


/**
 * Conjuge box
 */

.conjuge-box {
    display: block;
    clear: both;
    float: none;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.conjuge-box:last-child {
    margin-bottom: 0;
}

.conjuge-box .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}

.conjuge-box .fa {
    font-size: 14px;
}


/* ---------------- */


/*===*/

form .fa {
    font-size: 16px;
}

#form-cadastro-obra p {
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 15px 0;
    font: 16px Arial, Helvetica, sans-serif;
    color: #000;
}

#form-cadastro-obra .input-padrao {
    width: 740px;
    height: auto;
    font: 16px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 10px;
    border: solid 1px #000;
}

#form-cadastro-obra label {
    font: 16px Arial, Helvetica, sans-serif;
    color: #000;
    float: left;
    width: 195px;
    padding: 5px 0 0 0;
}

#form-cadastro-obra select {
    width: 760px;
    border: solid 1px #000;
    font: 16px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 8px 5px;
}


/*===*/


/* widths 

===========*/

.form-padrao-cadastro .width-100 {
    width: 100px;
}

.form-padrao-cadastro .width-150 {
    width: 150px;
}

.form-padrao-cadastro .width-200 {
    width: 200px;
}

.form-padrao-cadastro .width-250 {
    width: 250px;
}

.form-padrao-cadastro .width-730 {
    width: 730px;
}


/**
 * Highlight box
 */

.form-padrao-cadastro .highlight-box {
    background: #f5f5f5;
    width: 100%;
    display: block;
    padding: 15px;
}


.new-form label {
    margin-bottom: 5px;
}
.new-form .form-control {
    padding: 9px;
    border-radius: 3px;
}

/**
 * Formulário Fornecedor
 */

#form-fornecedor label {
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    float: left;
    width: 170px;
    padding: 5px 0 0 0;
}

#form-fornecedor p {
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 15px 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
}

#form-fornecedor .input-padrao {
    width: 780px;
    height: auto;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    padding: 5px;
    border: solid 1px #000;
}

.sel-padrao {
    border: solid 1px #000;
    display: block;
    padding: 3px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

#form-fornecedor .input-ddd {
    width: 50px;
}

#form-fornecedor .input-tel {
    width: 250px;
}

#form-fornecedor .faixa-cinza,
.form-padrao-cadastro .faixa-cinza {
    display: block;
    padding: 10px;
    background: #ddd;
    font: 14px Arial, Helvetica, sans-serif;
    color: #555;
}

#form-fornecedor .cx-num {
    width: 280px;
    float: left;
}

#form-fornecedor .cx-num input,
.form-padrao-cadastro .cx-num input {
    width: 60px;
}

#form-fornecedor .cx-compl {
    width: 310px;
    float: left;
}

#form-fornecedor .cx-compl input,
.form-padrao-cadastro .cx-compl input {
    width: 120px;
}

#form-fornecedor .cx-compl label,
.form-padrao-cadastro .cx-compl label {
    width: 120px;
}

#form-fornecedor .cx-cep {
    width: 350px;
    float: right;
}

#form-fornecedor .cx-cep label,
.form-padrao-cadastro .cx-cep label {
    width: 50px;
}

#form-fornecedor .cx-cep input,
.form-padrao-cadastro .cx-cep input {
    width: 120px;
}

#form-fornecedor .cx-cidade {
    width: 530px;
    float: left;
}

#form-fornecedor .cx-cidade input,
.form-padrao-cadastro .cx-cidade input {
    width: 300px;
}

#form-fornecedor .cx-uf {
    width: auto;
    float: left;
}

#form-fornecedor .cx-uf label,
.form-padrao-cadastro .cx-uf label {
    width: 50px;
}

#form-fornecedor .cx-uf input,
.form-padrao-cadastro .cx-uf input {
    width: 120px;
}

#form-fornecedor .cpf-geral,
#form-fornecedor .cnpj-geral,
.form-padrao-cadastro .cpf-geral,
.form-padrao-cadastro .cnpj-geral {
    width: 300px;
}

form .separador {
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
}


.label-control {
    display: block;
}

/**
 * Interna
 */


/* Geral */

.interna #geral {
    width: 100%;
    height: 100%;
    background: transparent url(../img/bg-geral.png) no-repeat center top;
    padding: 15px 0 20px 0;
}

.interna #topo {
    width: 100%;
    height: auto;
    display: block;
}

.interna #topo-interno {
    width: 970px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: ;
}


/* Logo */

.interna #logo {
    display: block;
    float: left;
    width: 117px;
    height: 33px;
}

.interna #topo .dados-acesso {
    float: right;
    font: 12px Arial, Helvetica, sans-serif;
    color: #7F7F7F;
    display: block;
    padding: 0 10px 0 0;
    text-align: right;
    line-height: 1.5em;
}


/**
 * Logout BTN
 */

#sair-bt {
    text-decoration: none;
    display: inline-block;
    background: #B5B5B5;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px 15px;
    float: right;
}

#sair-bt:hover {
    background: #ccc;
}

#form-fornecedor .campo-pf {
    display: none;
}


/**
 * Menu
 */

#faixa-menu {
    width: 100%;
    background: #D61920;
    height: 40px;
    display: block;
    top: 67px;
    position: absolute;
    z-index: -1;
}

#menu {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    clear: both;
    float: left;
    margin: 15px 0 0 0;
}

#menu ul {
    width: 970px;
    height: auto;
    margin: 0 auto;
    display: block;
    background: #D61920;
}

#menu ul li {
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
}

#menu ul li a {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
    transition: background-color .2s ease;
}

#menu ul li a:hover {
    background: #fefefe;
    color: #D61920;
}

#menu ul li .zebra {
    background: #E4343A;
    color: #D61920;
}

#menu .divisor {
    margin: 10px 25px;
    width: 1px;
    background: #fff;
    height: 20px;
    display: block;
}


/**
 * Submenu
 */

#menu .submenu {
    position: relative;
    z-index: 99;
}

#menu .submenu ul {
    width: 210px;
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    background: #D61920;
}

#menu .submenu:hover ul {
    display: block;
}

#menu .submenu ul li {
    width: 100%;
    display: block;
    clear: both;
}

#menu .submenu ul li a {}


/* conteudo

================*/

#conteudo {
    width: 970px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 25px 0 20px 0;
}


/* quadro de avisos */

#quadro-avisos {
    width: auto;
    display: block;
    background: #000;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 15px;
    clear: both;
}

#quadro-avisos p {
    line-height: 2.3em;
}


/* dados gerais */

#dados-gerais {
    display: block;
    background: #B5B5B5;
    padding: 15px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 18px 0 0 0;
}

#dados-gerais p {
    width: 465px;
    float: left;
    line-height: 1.8em;
}


/* dados solicitação (concorrência) */

#dados-solicitacao {
    display: block;
    background: #B5B5B5;
    padding: 15px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 18px 0 0 0;
}

#dados-solicitacao p {
    /* width: 380px; */
    /* float: left; */
    line-height: 1.8em;
    padding: 0 0 0 20px;
}

#dados-solicitacao .status-solicitacao {
    display: inline-block;
    /* width: 100px; */
    height: auto;
    padding: 10px 20px;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #fff;
    /* float: left; */
    line-height: ;
    text-align: center;

    transition: all .2s ease;
}

.bg-aprovar {
    background: #FFD200;
}

.bg-aprovar:hover { 
    background: #ebc203;
}

.bg-aberto {
    background: #D61920;
}

.bg-aprovado {
    background: #6ED622;
}

.bg-cancelado {
    background: #dcb300;
}

.bg-rejeitado {
    background: #f55;
}

/* etapas */

#etapas {
    width: auto;
    height: 52px;
    display: block;
    margin: 35px auto 0 0;
    position: relative;
    clear: both;
}

#etapas .etapa-1 {
    float: left;
    width: 475px;
    height: 52px;
    background: url(../img/etapa-1.gif) no-repeat left top;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #B5B5B5;
    line-height: 4.5em;
    text-align: center;
}

#etapas .etapa-1-sel {
    float: left;
    width: 475px;
    height: 52px;
    background: url(../img/etapa-1-sel.gif) no-repeat left top;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 4.5em;
    text-align: center;
}


/*#etapas .etapa{ float: left; width: 309px; height: 52px; background: url(../img/etapa.gif) no-repeat left top; font: bold 12px Arial, Helvetica, sans-serif; color: #B5B5B5; line-height: 4.5em; text-align: center; margin-left: 22px; } 

    #etapas .etapa-sel{ float: left; width: 309px; height: 52px; background: url(../img/etapa-sel.gif) no-repeat left top; font: bold 12px Arial, Helvetica, sans-serif; color: #fff; line-height: 4.5em; text-align: center; margin-left: 22px; }*/

#etapas .etapa-final {
    float: right;
    width: 475px;
    height: 52px;
    background: url(../img/etapa-final.gif) no-repeat right top;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #B5B5B5;
    line-height: 4.5em;
    text-align: center;
    padding-left: 15px;
}

#etapas .etapa-final-sel {
    float: right;
    width: 475px;
    height: 52px;
    background: url(../img/etapa-final-sel.gif) no-repeat right top;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 4.5em;
    text-align: center;
    padding-left: 15px;
}


/* aprovação de materiais solicitados 

=======================================*/

.info-materiais {
    display: block;
    padding: 35px 0 0 0;
    width: 100%;
}

#form-aprova-materiais {
    margin: 35px 0 0 0;
    clear: both;
}

.tabela-materiais {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background: none;
}

.tabela-materiais p {
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 2.2em;
}

.tabela-materiais td {
    padding: 10px 10px 5px 10px;
}

.tabela-materiais .zebra {
    background: #EFEFEF;
}

.tabela-materiais .materiais p {
    font-weight: bold;
}

.tabela-materiais tr:nth-child(even) {
    background: #EFEFEF;
}

.tabela-materiais .input-produto {
    width: 560px;
    background: #fff;
    border: solid 1px #000;
    padding: 5px;
    margin-bottom: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.tabela-materiais .readonly {
    background: #FFFEF6;
    color: #555;
}

.tabela-materiais .edit-ico,
.tabela-materiais .del-ico {
    text-align: center;
    width: 9%;
}

.tabela-materiais .mark-ico {
    text-align: center;
    width: 20%;
}

.tabela-materiais .edit-ico a,
.tabela-materiais .del-ico a {
    background: #EFEFEF;
    background: none;
    display: block;
    margin: 2px 0;
    height: 65px;
    height: auto;
    padding: 35px 0 0 0;
    padding: 20px;
}

.tabela-materiais .edit-ico a:hover,
.tabela-materiais .del-ico a:hover {
    background: #eaeaea;
    background: none;
}

.tabela-materiais .zebra .edit-ico a,
.tabela-materiais .zebra .del-ico a {
    background: #fff;
    background: none;
    display: block;
    margin: 2px 0;
    height: 65px;
    height: auto;
    padding: 35px 0 0 0;
    padding: 20px;
}

.tabela-materiais .zebra .edit-ico a:hover,
.tabela-materiais .zebra .del-ico a:hover {
    background: #fafafa;
    background: none;
}

#form-aprova-materiais .envia-form-material {
    display: inline-block;
    padding: 10px 15px;
    background: #8B0F14;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
}

#form-aprova-materiais .envia-form-material:hover {
    background: #9C161B;
}


/* Tabela de Concorrência */

#tabela-concorrencia {
    border: solid 1px #ddd;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

#tabela-concorrencia th {
    text-align: ;
    height: 30px;
    background: #eee;
    padding-left: 0;
}

#tabela-concorrencia td {
    border: solid 1px #ddd;
    height: 30px;
    padding-left: 0;
}

#tabela-concorrencia .zebra {
    background: #f5f5f5;
}

#tabela-concorrencia input {
    background: #fff;
    border: none;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 7px 5px;
    width: 84px;
    text-align: right;
}

#tabela-concorrencia .campo-fornecedor {
    background: #000 !important;
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: 178px;
}

#tabela-concorrencia .input-total {
    width: 178px;
    background: #f5f5f5;
}

#tabela-concorrencia select {
    border: none;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 2px;
    width: 100px;
}


/* tela de pedido */

.pedido-left {
    display: block;
    float: left;
    width: 465px;
}

.pedido-right {
    display: block;
    float: right;
    width: 465px;
}

.cx-info-araujo {
    display: block;
    float: left;
    width: 465px;
}

.cx-info-araujo img {
    float: left;
}

.cx-info-araujo p {
    color: #000;
    display: block;
    float: right;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
}

.table-geral {
    border: solid 1px #ccc;
    border-collapse: collapse;
    color: #000;
    display: table;
    font: 14px Arial, Helvetica, sans-serif;
}

.table-geral-print {
    border: solid 1px #ccc;
    border-collapse: collapse;
    color: #000;
    display: table;
    font: 14px Arial, Helvetica, sans-serif;
}

.table-geral tr {
    height: 30px;
}

.table-geral th {
    background: #f1f1f1;
    border: solid 1px #ddd;
}

.table-geral td {
    border: solid 1px #ddd;
    padding: 3px 0 0 3px;
}

.table-geral-print tr {
    height: 30px;
    border: solid 1px #ddd;
}

.table-geral-print th {
    background: #f1f1f1;
    border: solid 1px #ddd;
}

.table-geral-print td {
    border: solid 1px #ddd;
    padding: 3px 0 0 3px;
}

.tabela-dados-fornecedor {
    margin: 12px 0 0 0;
}

.tabela-entrega {
    margin: 0;
}

.tabela-dados-fornecedor th,
.tabela-cobranca th,
.tabela-faturamento th,
.tabela-entrega th,
.tabela-rodape th,
.tabela-final th {
    text-align: left;
    padding-left: 3px;
}

.input-table {
    border: none;
    color: #000;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 3px;
    width: 340px;
    width: 100%;
}

.area-table {
    border: none;
    color: #000;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 3px;
    overflow: auto;
}

.tabela-rodape td,
.tabela-final td {
    padding-left: 3px;
}

.tabela-rodape {
    border: none !important;
}

.tabela-rodape tr {
    height: 10px !important;
}

.master-table {
    border: none !important;
    border-collapse: collapse !important;
}

.master-table-print {
    border-collapse: collapse;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.master-table tr,
.master-table td {
    border: none;
}

.master-table-print tr,
.master-table-print td {
    border: solid 1px #ddd;
}

.tabela-dados-fornecedor td,
.tabela-faturamento td,
.tabela-cobranca td,
.tabela-rodape-print td,
.tabela-entrega td {
    border: solid 1px #ddd;
}

.tabela-dados-fornecedor-print td,
.tabela-faturamento-print td,
.tabela-cobranca-print td,
.tabela-rodape-print td,
.tabela-entrega-print td {
    border: solid 1px #ddd !important;
}

.input-table-inclusao {
    border: none;
    color: #000;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 3px;
    width: 100%;
}

.sel-table {
    padding: 1px;
    color: #000;
    font: 14px Arial, Helvetica, sans-serif;
}

@media print {
    @page {
        margin: 10mm;
    }
}


/**
 * Solicitação de Materiais pelo Responsável da Obra
 */

#form-solicitacao-material {
    display: block;
}

#form-solicitacao-material p {
    display: block;
    padding: 0 0 20px 0;
}

#form-solicitacao-material select {
    font: 12px Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    padding: 2px;
    padding: 7px;
    width: 350px;
    border: solid 1px #000;
    border-color: #ccc;
}

#form-solicitacao-material fieldset {
    display: block;
    padding: 15px;
    margin: 10px 0 0 0;
    position: relative;
}

#form-solicitacao-material label {
    float: left;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #000;
    width: 220px;
    padding: 5px 0 0 0;
}

#form-solicitacao-material .input-padrao {
    width: 670px;
    background: #fff;
    border: solid 1px #000;
    padding: 7px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
}

#form-solicitacao-material .input-qtd {
    width: 50px;
}

#form-solicitacao-material fieldset .del-campos {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px;
}


/**
 * Helper classes (old)
 */

.txt-uppercase {
    text-transform: uppercase !important;
}

.titulo-principal {
    display: block;
    background: #8B0F14;
    padding: 10px 15px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
}

.titulo-principal-obra {
    display: block;
    background: #8B0F14;
    padding: 10px 15px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
}

.linha-total-movimento {
    background: #999 !important;
    color: #fff !important;
    font-size: 14px !important;
}

.titulo-principal .btn {
    padding: 10px 15px;
    color: #fff;
    border: solid 1px #fff;
    background: none;
    font: bold 16px Arial, Helvetica, sans-serif;
}
.titulo-principal .btn:hover {
    background: #fff;
    color: #8B0F14;
}

.left-10px {
    margin-left: 10px;
}

.left-15px {
    margin-left: 15px;
}

.txt-intro {
    display: block;
    width: 600px;
    float: left;
    padding: 15px 0 0 0;
    font-weight: bold;
}

.envia-form-material {
    display: inline-block;
    padding: 20px 25px;
    background: #8B0F14;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
}

.envia-form-material:hover {
    background: #9C161B;
}

.zebra-sel {
    background: #f5f5f5 !important;
}

.adicionado {
    position: relative;
    top: -10px;
    padding: 0 0 0 10px;
    display: none;
}

.p-destaque {
    display: block;
    padding: 8px;
    background: #D61920;
    color: #fff;
    font: bold 14px Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

.back-to-top {
    background: #f5f5f5;
    color: #555;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 8px 12px;
    display: inline-block;
    float: right;
    clear: both;
    cursor: pointer;
}

.back-to-top:hover {
    background: #eee;
}

/* new back to top */
.new-back-to-top {
    padding: 7px 14px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 6px;    
}

.form-bt {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    font: bold 16px Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
}

.bt-sm {
    padding: 5px !important;
    font-size: 13px !important;
}

.form-bt-amarelo {
    background: #dcb300;
    color: #fff;
}

.form-bt-amarelo:hover {
    background: #dbb716;
}

.form-bt-verde {
    background: #008040;
    color: #fff;
}

.form-bt-vermelho-claro {
    background: #FF0000;
    color: #fff;
}

.form-bt-vermelho {
    display: inline-block;
    width: auto;
    height: auto;
    background: #8A1317;
    text-align: center;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    text-decoration: none;
}

.form-bt-vermelho:hover {
    background: #A11D22;
}

.form-bt-verde {
    display: inline-block;
    width: auto;
    height: auto;
    background: #008040;
    text-align: center;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    text-decoration: none;
}

.form-bt-verde:hover {
    background: #4a8c48;
}

.form-bt-cinza {
    display: inline-block;
    width: auto;
    height: auto;
    background: #bbb;
    text-align: center;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    text-decoration: none;
}

.form-bt-cinza:hover {
    background: #ccc;
}

.faixa-vermelha {
    background: #D61920;
    color: #fff;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px;
}

.txt-pedido {
    font-size: 46px;
}

.action-buttons-wrapper {
    padding: 15px;
    border: solid 1px #ddd;
}


/**
 * Larguras
 */

.width-45px {
    width: 45px;
}

.width-50px {
    width: 50px;
}

.width-65px {
    width: 65px;
}

.width-100px {
    width: 100px;
}

.width-120px {
    width: 120px;
}

.width-140px {
    width: 140px;
}

.width-150px {
    width: 150px;
}

.width-200px {
    width: 200px;
}

.width-250px {
    width: 250px;
}

.width-270px {
    width: 270px;
}

.width-290px {
    width: 290px;
}

.width-300px {
    width: 300px;
}

.width-320px {
    width: 320px;
}

.width-330px {
    width: 330px;
}

.width-340px {
    width: 340px;
}

.width-490px {
    width: 490px;
}

.width-515px {
    width: 515px;
}

.width-530px {
    width: 530px;
}


.subtotal1,
.subtotal2,
.subtotal3,
.total-geral1,
.total-geral2,
.total-geral3 {
    font-weight: bold;
}

.p-editor {
    text-align: center !important;
    display: block !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.link-tipo-pag {
    display: block;
    padding: 20px 8px;
    text-decoration: none;
}

.bg-credito {
    background: #20C100;
    text-decoration: none;
}

.bg-credito:hover {
    background: #2FD10F;
}

.bg-debito {
    background: #8B0F14;
    text-decoration: none;
}

.bg-debito:hover {
    background: #8B0F14;
}


/**
 * Tooltip
 */

.tooltip {
    display: none;
    padding: 8px 6px;
    background: #fff;
    color: #8B0F14;
    position: absolute;
    z-index: 9999;
    width: auto;
    max-width: 400px;
    height: auto;
    min-height: 20px;
    font: 12px Arial, Helvetica, sans-serif;
    border: solid 1px #8B0F14;
}

.link-tooltip {
    cursor: pointer;
}

.p-cliente,
.p-tipo {
    display: none;
}

.p-tipo .fa {
    font-size: 15px;
    margin-left: 5px;
}


/* Paginação */

.paginacao {
    display: block;
    width: 970px;
}

.paginacao ul {
    display: block;
    float: right;
}

.paginacao ul li {
    float: left;
    font: 11px Arial, Helvetica, sans-serif;
    color: #5D5C5B;
    margin: 0 0 0 2px;
}

.paginacao ul li a {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    color: #5D5C5B;
    background: #f5f5f5;
}

.paginacao ul li a:hover,
.paginacao ul li .selected {
    background: #ccc;
}


/**
 * Filtros
 */

.box-filtro {
    display: block;
    background: #f5f5f5;
    padding: 10px;
}

.box-filtro p {
    float: ;
    width: ;
}

.box-filtro label {
    display: inline-block;
    float: left;
    width: ;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 4px 0 0 0;
    padding-top: 10px;
    padding-right: 30px !important;
    min-width: 90px;
}

.box-filtro .label-maior {
    width: ;
}

.box-filtro .p-maior {
    width: ;
}

.box-filtro input,
.box-filtro select {
    float: left;
    border: solid 1px #000;
    border-color: #ccc;
    border-radius: 2px;
}

.box-filtro select {
    padding: 6px 4px;
    font-size: 13px;
    border-radius: 2px;
    border-color: #ccc;
}

.box-filtro .input-padrao {
    padding: 7px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000;
    width: 250px;
    border-color: #ccc;
    border-radius: 2px;
}

.box-filtro .titulo {
    padding: 5px;
    padding: 10px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    background: #999;
}

.box-filtro .filtrar-bt {
    background: #999;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 0 0 0 15px;
    padding: 4px 8px;
    padding: 7px;
}

.box-filtro .filtrar-bt:hover {
    background: #777;
    cursor: pointer;
}

/*filtro contabil*/
.box-filtro .limpa-filtros {
    background: #B5B5B5;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 0 0 0 15px;
    padding: 4px 8px;
    padding: 7px;
}

.box-filtro .limpar-bt {
    background: #B5B5B5;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 0 0 0 15px;
    padding: 4px 8px;
    padding: 7px;
}

.box-filtro .limpar-bt:hover {
    cursor: pointer;
    background: #C4C4C4;
}

.box-filtro .sel-maior {
    width: 320px;
}

.box-filtro .label-maior {
    width: 120px;
}

.box-filtro .de label,
.box-filtro .ate label {
    width: 30px;
    padding: 4px 10px 0 30px;
    padding-top: 10px;
}

.box-filtro .de .input-data,
.box-filtro .ate .input-data {
    width: 100px;
}

.box-filtro .padding-bottom-20px {
    padding-bottom: 20px;
}

.box-filtro .padding-left-20px {
    padding-left: 20px;
}

.box-filtro .padding-left-30px {
    padding-left: 30px;
}

.box-filtro .width-60px {
    width: 60px;
}

.box-filtro .width-80px {
    width: 80px;
}

.box-filtro .width-100px {
    width: 100px;
}

.box-filtro .width-120px {
    width: 120px;
}

.box-filtro .width-140px {
    width: 140px;
}

.box-filtro .width-200px {
    width: 200px;
}

.box-filtro .width-250px {
    width: 250px;
}

.box-filtro .width-300px {
    width: 300px;
}


/* tabela geral */

.tabela-listagem {
    width: 100%;
    border-collapse: separate;
    border: none;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.box-filtro .tabela-listagem {
    background: #fff;
}

.tabela-listagem tr td {
    padding: ;
}

.tabela-listagem tr {
    height: ;
}

.tabela-listagem tr th {
    text-align: left;
    background: #f5f5f5;
    padding: 0 0 0 5px;
    height: 30px;
}

.tabela-listagem .zebra,
.tabela-listagem tr:nth-child(odd) {
    background: #f9f9f9;
}

.tabela-listagem tr td a {
    display: block;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 7px 0 7px 5px;
}

.tabela-listagem tr td a:hover {
    color: #fff;
}

.hovered {
    background: #8B0F14 !important;
    color: #fff !important;
}

.hovered a {
    color: #fff !important;
}

.tabela-listagem tr:hover td,
.tabela-listagem tr:hover td a {
    background: #8B0F14 !important;
    color: #fff !important; 
}

#contato1,
#contato2,
#contato3,
#fone1,
#fone2,
#fone3 {
    display: inline-block;
    padding-left: 3px;
}

.tabela-listagem .sub {
    color: #000;
    text-decoration: underline;
}

.form-padrao-cadastro .campo-pj {
    display: none;
}


/* tipografia

======================*/

.txt-preto {
    color: #000;
}

.txt-vermelho {
    color: #D61920;
}

.txt-11px {
    font-size: 11px;
}

.txt-12px {
    font-size: 12px;
}

.txt-13px {
    font-size: 13px;
}

.txt-14px {
    font-size: 14px;
}

.txt-18px {
    font-size: 18px;
}


/* links 
====================== */

.bt-voltar {
    display: inline-block;
    padding: 10px 15px;
    background: #B5B5B5;
    text-decoration: none;
    font: bolder 16px Arial, Helvetica, sans-serif;
    color: #fff;
}

.bt-voltar:hover {
    background: #C4C4C4;
}

.bt-cinza {
    display: inline-block;
    padding: 10px 15px;
    background: #B5B5B5;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 2px;
}

.bt-cinza:hover {
    background: #C4C4C4;
}

.bt-cinza-solicitacao {
    display: inline-block;
    padding: 18px 25px;
    background: #B5B5B5;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
}

.bt-cinza-solicitacao:hover {
    background: #C4C4C4;
}

.bt-vermelho {
    display: inline-block;
    padding: 10px 15px;
    background: #8B0F14;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 2px;
}

.bt-vermelho:hover {
    background: #9C161B;
}

.bt-amarelo {
    display: inline-block;
    padding: 10px 15px;
    background: #dcb300;
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
}

.bt-amarelo:hover {
    background: #dbb716;
}

.bt-sim {
    display: inline-block;
    padding: 20px 15px;
    background: #B5B5B5;
    text-decoration: none;
    font: bold 26px Arial, Helvetica, sans-serif;
    color: #fff;
    width: 400px;
    float: left;
    text-align: center;
}

.bt-sim:hover {
    background: #C4C4C4;
}

.bt-nao {
    border: none;
    display: inline-block;
    padding: 20px 15px;
    background: #8B0F14;
    text-decoration: none;
    font: bold 26px Arial, Helvetica, sans-serif;
    color: #fff;
    width: 400px;
    float: right;
    text-align: center;
}

.bt-nao:hover {
    background: #9C161B;
    cursor: pointer;
}

.bt-add-fornecedor {
    background: #B5B5B5;
    color: #fff;
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 7px;
    text-align: center;
    text-decoration: none;
}

.bt-add-fornecedor:hover {
    background: #ccc;
}

.link-aprovar {
    display: block;
    padding: 15px 8px;
    /* background: #D60B12; */
    background: #FFD200;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.link-aprovar:hover {
    background: #FFD200;
}

.link-aprovar-inativo {
    display: block;
    padding: 15px 8px;
    background: #ccc;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: default;
}

.link-aprovar-inativo:hover {
    background: #c9c9c9;
}

.link-aprovado {
    display: block;
    padding: 15px 8px;
    background: #66C00E;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.link-aprovado:hover {
    background: #6FC818;
}

.bt-cadastro-material {
    display: inline-block;
    padding: 18px 25px;
    background: #b5b5b5;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}

.bt-cadastro-material:hover {
    background: #c4c4c4;
}


/**
 * Tooltip
 */

.obs-sol {
    position: relative;
    width: 21px;
    /* height: 24px; */
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    /* background: url('../img/obs-ico-red.png') no-repeat 0 0; */
}

.obs-sol .tooltip {
    width: 215px;
    height: auto;
    padding: 5px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.5em !important;
    position: absolute;
    top: ;
    right: ;
    display: none;
    background: #fff;
    border: solid 1px #D60B12;
    text-transform: uppercase;
}


/**
 * Buttons
 */

.btn {
    color: #555;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    display: inline-block;
    border: none;
    cursor: pointer;
    background: #eee;
    text-decoration: none;
}

.btn-default {
    background: #fff;
    color: #555;
}

.btn-red {
    background: #D61920;
    color: #fff;
}

.btn-gray {
    background: #999;
    color: #fff;
}

.btn-success {
    background: #999;
    color: #fff;
}

.btn-lightgray {
    background: #B5B5B5;
    color: #fff;
}

.btn-lg {
    padding: 9px 15px;
    font-size: 15px;
}


/**
 * Ação em Massa na Lista Contábil
 */

.acao-massa-box {
    padding: 15px;
    border: solid 1px #ddd;
    display: block;
}

.acao-massa-box .title {
    padding: 5px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    background: #999;
    margin-bottom: 20px;
}

.acao-massa-fields {
    padding: 15px;
    background: #f8f8f8;
    margin-top: 20px;
}

.acao-massa-fields .form-group {
    margin-right: 30px;
    width: auto;
    float: left;
}

.acao-massa-fields select {
    display: inline-block;
}

.acao-massa-fields label {
    padding-top: 5px;
    font-size: 12px;
}


/**
 * Sistema de Grid Flexivel
 */


/*  COLUMN SETUP  */

[class*="col-"] {
    float: left;
    margin-right: 1.6286644951140065%;
    box-sizing: border-box;
}


/**
 * Ultima coluna nao tem margem 
 */

[class*="col-"]:last-child,
[class*="col-"].last {
    margin-right: 0;
}

[class*="col-"] .input-padrao,
[class*="col-"] .sel-padrao {
    width: 100%;
    box-sizing: border-box;
}

[class*="col-"] .sel-padrao {
    min-width: 100%; 
}

[class*="col-"] .input-ddd {
    width: 50px;
}

[class*="col-"] .input-tel {
    width: 160px;
}

.col-1 {
    width: 6.840390879478828%;
}

.col-2 {
    width: 15.309446254071662%;
}

.col-3 {
    width: 23.778501628664495%;
}

.col-4 {
    width: 32.247557003257327%;
}

.col-5 {
    width: 40.716612377850164%;
}

.col-6 {
    width: 49.185667752442996%;
}

.col-7 {
    width: 57.65472312703583%;
}

.col-8 {
    width: 66.12377850162866%;
}

.col-9 {
    width: 74.5928338762215%;
}

.col-10 {
    width: 83.06188925081434%;
}

.col-11 {
    width: 91.53094462540716%;
}

.col-12 {
    width: 100%;
}


/**
 * Helpers
 */

.pr { position: relative; }

.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }

.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15px; }

.db { display: block !important; }

.txt-12 { font-size: 12px; }
.txt-14 { font-size: 14px; }

/**
 * Margins
 */

.m-b-10 { margin-bottom: 10px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-20 { margin-bottom: 20px; }

.m-t-30 { margin-top: 30px; }


/* Right */

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}


/* Links */

.link { text-decoration: none; }

.link-primary { color: #337ab7; }
.link-success { color: #dff0d8; }
.link-info { color: #d9edf7; }
.link-warning { color: #fcf8e3; }
.link-danger { color: #D61920; }


/* Left */

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.ml15 {
    margin-left: 15px;
}


/* Bottom */

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}


/**
 * Paddings
 */

.pdl-10 {
    padding-left: 10px !important;
}

.pdl-15 {
    padding-left: 15px !important;
}

.pdl-20 {
    padding-left: 20px !important;
}

.pdl-30 {
    padding-left: 30px !important;
}

.pdl-40 {
    padding-left: 40px !important;
}

.pdl-50 {
    padding-left: 50px !important;
}

.pdl-60 {
    padding-left: 60px !important;
}


/**
 * Other
 */

.w250 {
    width: 250px;
}

.fsize-16 {
    font-size: 16px;
}

.db {
    display: block;
}

.nivel-list input[type="checkbox"] {
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative;
    top: 2px;
}

.btn-salvar-nivel {
    padding: 5px 20px 6px 20px !important;
    font-size: 14px !important;
}


/**
 * Títulos
 */

.titulo-cinza {
    display: block;
    padding: 10px;
    font: 600 13px 'Arial', sans-serif;
    color: #555;
    background: #eee;
    margin-bottom: 10px;
}


/**
 * Back to top button
 */

.new-back-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #333;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 5px 0 0;
    cursor: pointer;
}

.highcharts-container text[text-anchor="end"] {
    display: none;
}

.link-ver-grafico {
    display: inline-block;
    padding: 10px 15px;
    background: #D61920;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}

.link-ver-grafico:hover {
    background: #ee2c33;
}

.link-ver-grafico .fa {
    font-size: 21px;
    margin-left: 10px;
}

.red-text {
    color: #FF0000;
}



/**
 * Mensagens
 * Aparece em diversas áreas no sistema, no final dos formulários.
 */
.messages-wrapper {
    font: 14px/1.5em 'Arial', sans-serif;
    color: #555;
    padding-bottom: 40px;
}

.message-content {
    float: right;
    width: 48%;
    font-size: 12px;
}

.message-content {
    font-size: 13px;
}

/* lista de mensagens */
.messages-list {
    display: block;
    width: 50%;
    float: left;
    max-height: 500px;
    overflow-y: auto;
}

    .messages-list .title {
        
    }
    
    /* item de mensagem */
    .messages-list .message,
    .message-content .message {
        display: block;
        font-size: 13px;
        /* background: #efefef; */
        cursor: pointer;
    }

    .message.unread {
        background: #ddd;
    }

    .messages-list .message-body,
    .message-content .message-body {
        padding: 12px;
        transition: all .2s ease;
    }

    .messages-list .message-body:hover,
    .messages-list .active { 
        background: #FFFEF6;
    }

    .message.unread .message-body:hover {
        background: none;
    }

    .messages-list .message:last-child {
        border-bottom: none;
    }

    .messages-list .message:nth-child(even) {
        /* background: #f7f7f7; */
    }
    
    /* remetente */
    .messages-list .message-recipient,
    .message-content .message-recipient { 
        display: block;
        margin-bottom: 10px;
    }

    .messages-list .message-recipient .tag,
    .message-content .message-recipient .tag {
        display: inline-block;
        padding: 1px 10px;
        background: #f5f5f5;
        border-radius: 20px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .message.unread .tag {
        
    }
    
    /* data */
    .messages-list .message-date,
    .message-content .message-date {
        display: block;
        background: #f5f5f5;
        padding: 5px 5px 5px 13px;
        border-bottom: solid 1px #ddd;
        border-top: solid 1px #ddd;
        font-weight: bolder;
    }

    .message.unread .message-date {
        background: none;
        border-bottom: solid 1px #bbb;
    }

    /* sender */
    .messages-list .message-sender,
    .message-content .message-sender {
        display: block;
        margin-bottom: 5px;
    }

    /* phase */
    .messages-list .message-phase,
    .message-content .message-phase {
        display: block;
        margin-bottom: 5px;
    }
    
    /* conteudo da mensagem */
    .messages-list .message-preview,
    .message-content .message-preview { 
        display: block;
        line-height: 1.5em;
    }
    
    /* fase em que a mensagem foi postada */
    .messages-list .phase,
    .message-content .phase { 
        
    }


/**
 * Inbox
 */
.inbox-list {
    width: 100%;
    display: block;
}
    
    .inbox-message {
        font: 12px 'Arial', sans-serif;
        color: #333;
        padding: 15px;
        position: relative;
    }

    /**
     * Mark
     */
    .inbox-message .mark {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
        display: inline-block;
        padding: 9px 15px;
        font: bold 16px 'Arial', sans-serif;
        color: #fff;
        border-radius: 2px;
    }

    .inbox-message .mark.read {
        background: #D61920;
    }

    .inbox-message .mark.unread {
        background: #B5B5B5;
    }

    .inbox-message:nth-child(even) {
        background: #f5f5f5;
    }
    
    .inbox-left {

    }

    .inbox-image {
        width: 80px;
        float: left;
    }

    .inbox-image img {
        display: block;
        width: 100%;
        height: auto;
    }

/* Info */
.inbox-info {
    width: 90%;
    float: left;
    padding-left: 20px;
}   
    
    .inbox-info .read-more {
        display: block;
        font: bold 16px 'Arial', sans-serif !important;
        padding: 9px 15px;
        cursor: pointer;
        text-align: center;
    }

    .inbox-date {
        font-size: 10px;
        color: #bbb;
        display: block;
        margin-bottom: 5px;
    }

    .inbox-sender {
        font-size: 20px;
        display: block;
        margin-bottom: 5px;
    }

    .inbox-phase {
        font-size: 12px;
        color: #555;
        display: block;
        margin-bottom: 5px;
    }

    .inbox-recipient {
        font-size: 11px;
        display: block;
        margin-bottom: 5px;
        color: #bbb;
    }

    .inbox-text {
        font-size: 14px;
        line-height: 1.7em;
        display: block;
        text-decoration: none;
        height: 21px;
        overflow-y: hidden;
        margin-bottom: 20px;
    }

    .inbox-text a {
        text-decoration: none;
        color: #333;
    } 

.pseudo-field {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

/**
 * Documentos em Contábil
 */
.document-group {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
}

.document-box {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    clear: both;
    background: #fff;
}

.document-box .label {
    position: relative;
    top: 10px;
}

.document-box:nth-child(even) {
    background: #f8f8f8;
}

.bt-remove {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.document-box .bt-cinza { 
    font-size: 12px; 
    width: 100%;
    text-align: center;
}

.document-box .link-file {
    font: 12px 'Arial', sans-serif;
    color: #000;
    text-decoration: underline;

    position: relative;
    top: 10px;

    transition: all .2s ease;
}

.document-box .link-file:hover {
    color: #8B0F14;
}

hr {
    color: #ccc;
    border: solid 1px #eee;
}