
body {
    margin: 0;
    padding: 0;
    font: 12px /* 'Roboto Condensed', */ arial, verdana;
    color: #333;
    overflow-y: scroll;
}

.container {
    margin: 0 auto;
    width: 980px;
    display: block !important;
}

/* PADROES */
a {
    text-decoration: none;
    color: #0066FF;
}

a:hover {
    text-decoration: underline;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height:0;
    height:0;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.shadow {
    text-shadow: 1px 1px 1px #CCCCCC;
}

.shadow-inset {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.shadow-box {
    -moz-box-shadow: 2px 2px 3px 1px #DDD;
    -webkit-box-shadow: 2px 2px 3px 1px #DDD;
    box-shadow: 2px 2px 3px 1px #DDD;
}

.opacidade {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}

.add-pontos {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
}

.separador-line {
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #E0E0E0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.promocao {
    color: #558b2f !important;
}

.radius {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius-maior {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* RODAPE */
.rodape {
    border-top: 1px solid #F0F0F0;
    margin-top: 15px;
    padding-top: 16px;
    color: #444;
    padding-bottom: 30px;
}

.panelGridAlternativo {
    text-align: right;
}

/* TAMANHO FIELDs */
.size-default {
    width: 100px;
}

.size-default input {
    width: 100px;
}
.size-default-user {
    width: 173px;
}

.size-default-user input {
    width: 173px;
}


.size-dobro-default {
    width: 200px;
}

.size-dobro-default input {
    width: 200px;
}


.size-triplo-default {
    width: 300px;
}

.size-triplo-default input {
    width: 300px;
}

/*
Esse estilo estraga a tela de pedido no crm web
.size-nome { width: 350px; }
.size-max { width: 350px; }
N�o utilizar*/
.size-hora input {
    width: 35px;
}

.size-data input {
    width: 70px;
}

.size-km {
    width: 85px;
}

.size-jaorce input {
    width: 114px;
}

.size-complete, .size-complete input {
    width: 282px;
}

.ui-messages li {
    margin: 0 0 10px 8px;
}

.tituloTopico {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
}

.ajuda {
    float: right;
    margin-top: 6px;
    margin-right: 28px;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

.linkDireita {
    text-align: right;
    position: absolute;
}

/* CUSTOMIZA FONTE */

/* CUSTOMIZA    ES REFERENTES A TABLES */

/* AJUSTES PONTUAIS
fieldset { background: #F5F5F5 !important; }*/

/* GRIDS */
.panel-grid, .panel-grid tr, .panel-grid td {
    border: none;
    font-size: 1.1em;
}

.panel-grid td {
    padding: 2px;
}

.panel-grid input {
    padding: 8px;
}

/* CORRES THEMAS - BASE */
.icon { /* color: #367B09; */
    color: #00cc88;
}

.topo-sistema {
    background: #333534;
}

.icon-gray { /* color: #367B09; */
    color: #3c3f41;
    margin: 5px;
    font-size: 15px !important;
}

/* TOPO SISTEMA */
.topo-sistema {
    width: 100%;
}

.topo-sistema .titulo {
    color: #FFF;
    font-size: 4.5em;
    font-weight: bold;
    padding-top: 11px;
}

.topo-sistema .info-user {
    background: url("../images/fundo/fundo-info-user.png") center center repeat;
    height: 60px;
    padding: 5px 10px;
    margin-top: 7px;
    border-radius: 5px !important;
}

.topo-sistema .linha {
    color: #FFF;
    margin-top: 4px;
}

.topo-sistema .linha span {
    color: #999;
}

.topo-sistema .separador {
    height: 1px;
    width: 100%;
    background: #000;
    margin: 7px 0;
}

.topo-sistema .menu-usuario {
    padding-top: 11px;
    text-align: right;
    min-width: 100px;
}

.corpo-full {
    width: 100%;
}

/* NOME DO MODULO */
.titulo-modulo {
    padding: 10px 0;
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 5px;
}

.titulo-modulo .icon,
.icon-modulo {
    font-size: 44px;
    color: #CCC;
    float: left;
}

.titulo-modulo-label {
    color: #BBB;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 3px;
    margin: 7px 15px;
    display: block;
    float: left;
}

.titulo-modulo-menu {
    width: 76%;
    height: 32px;
    position: absolute;
    right: 2px;
    bottom: 0;
}

/* MENU GRAND */
.menu-grand { /* border-top: 1px solid #FFF; background: #367B09; */
    margin: 8px auto 0;
    height: 46px;
}

.menu-grand a {
    color: #FFF;
    padding: 15px 2px;
    display: block;
    float: left;
    text-align: center;
    width: 110px;
    font-size: 1.1em;
    border-radius: 2px 2px 0 0;
    height: 16px;
}

.menu-grand a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

.menu-grand a.selected {
    background: #333 url("../images/grand/fundo-menu-grand.png") repeat;
}

.menu-grand a.selected:hover {
    background: #333 url("../images/grand/fundo-menu-grand.png") repeat;
}

.menu-grand-children {
    background: #333 url("../images/grand/fundo-menu-grand.png") repeat;
    width: 100%;
    overflow: hidden;
    height: 0;
}

.menu-grand-children .container {
    position: relative;
    height: 250px;
}

.menu-grand-children .close {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #FFF;
    border-top: 1px solid #666;
    padding-top: 7px;
    text-align: right;
    width: 100%;
}

.menu-grand-children .close a {
    color: #FFF;
}

.grand-modulo {
    width: 170px;
    margin-right: 20px;
}

.grand-modulo h3 {
    font-size: 16px;
    color:  #00cc88;
    font-weight: normal;
}

.grand-modulo .item-grand {
    color: #FFF;
    font-size: 12px;
    margin-left: 5px;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #444;
}

.grand-modulo .item-grand:hover {
    background: url("../images/grand/background-hover-opcao-menu.png") repeat;
    text-decoration: none;
}

.grand-modulo .item-grand span {
    display: block;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    width: 150px;
}

/* FORMULARIO PADRAO */
.formulario {
    width: 100%;
}

.barra-botoes {
    margin: 10px 0;
}

.conteiner-field {
    display: block;
    width: 100%;
}

.conteiner-field.clearfix {
    padding: 2px 0;
}

.conteiner-field .label {
    display: block;
    width: 130px;
    float: left;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
    height: 16px;
    margin-bottom: 6px;
}

.labelLicenciamento {
    width: 50% !important;
}

.label-maior {
    width: 170px !important;
}

.conteiner-field .label.min {
    width: 76px;
}

.conteiner-field .label.min-90 {
    width: 90px;
}

.conteiner-field .label.min-60 {
    width: 60px;
}

.conteiner-field .render-field {
    float: left;
}

.conteiner-field .info-field {
    float: right;
    margin-top: 8px;
    margin-left: 7px;
    font-size: 11px;
    color: #555;
}

.separador-form {
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}

.list-filtro {
    background: #f0f0f0;
    margin: 15px 0;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.menu-pesquisa {
    border-top: 1px solid #FFF;
    margin-top: 5px;
    padding-top: 5px;
}

.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    outline: none;
}

.ui-widget {
    font-size: 1em;
}

/* PAGINA DE PERFIL DE ACESSO */
.modulo-bloco {
    margin-bottom: 5px;
    padding: 10px;
    background: #FDFDFD;
    border-radius: 5px !important;
}

.modulo-bloco.cabecalho {
    background: #CCC;
    padding: 16px 10px;
    width: 700px;
    border-radius: 5px !important;
}

.modulo-nome {
    float: left;
    width: 200px;
}

.modulo-table {
    float: left;
    width: 500px;
}

.panelBase {
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #F0F0F0;
}

.block {
    position: absolute;
    z-index: 2000;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
}

.barraBtn {
    padding: 8px;
    background: #F5F5F5;
    margin-top: 20px;
}

/* HOME - DASHBOARD */
.home-lateral {
    float: right;
    border-radius: 3px;
    width: 33%;
    background-color: #F0F0F0;
    padding: 10px 2%;
    border-radius: 5px !important;
}

.home-lateral-title {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    color: #666666;
    border-bottom: 1px solid #F0F0F0;
}

.home-lateral-itens {
    margin-top: 10px;
    padding-left: 13px;
    margin-bottom: 20px;
}

.home-lateral-item { /* background: #F5F5F5;  */
    display: block;
    margin-bottom: 1px;
    border-radius: 2px;
    padding: 5px;
    width: 262px;
}

.home-lateral-item:hover {
    text-decoration: none;
    background: #EEEEEE;
}

.home-atalhos {
    float: left;
    width: 60%;
}

.home-item {
    background: #F0F0F0;
    border-radius: 3px;
    padding: 15px 0;
    margin-bottom: 13px;
    border-radius: 5px !important;
}

.home-titulo {
    padding-left: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
    width: 95%;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}

.home-item-box {
    display: block;
    width: 104px;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-left: 14px;
    margin-top: 14px;
    float: left;
    text-align: center;
}

.home-item-box:hover {
    border-color: #367B09;
    background: #E5E9E4;
    text-decoration: none;
}

.home-item-box .icon,
.home-item-box .fa {
    display: block;
    margin: 12px;
    color: #00cc88;
    font-size: 44px;
}

.home-news {
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 16px;
    width: 100%;
}

.home-news .icon {
    font-size: 60px;
    float: left;
    opacity: 0.2;
    display: block;
    margin-right: 20px;
}

.home-news-title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
    color: #666666;
    margin-top: 14px;
}

.home-news-data {
    color: #006633;
}

/* Atalhos para cadastros tela inicial */
.icon-atalho {
    display: block;
    text-align: left;
    margin: 8px;
    opacity: 0.5;
}

.icon-atalho > span {
    font-size: 12px;
}

.icon-atalho .ui-icon {
    float: left;
    margin: 0 5px;
}

.home-item-box:hover .icon-atalho {
    opacity: 1;
}

/* Novo padr  o atalho para cadastros tela inicial */
.atalho-box {
    display: block;
    margin: 10px 2px;
    width: 116px;
    float: left;
}

.atalho-box:hover {
    background: #F9F9F9;
}

.home-item-box {
    border: none;
    padding: 6px;
    border-radius: 3px 3px 0 0;
    margin: 0;
    float: none;
}

.home-item-box:hover {
    border: none;
    background: #C5E26D;
}

.icon-atalho {
    padding: 12px;
    text-align: center;
    border: none;
    margin: 0;
    opacity: 1;
}

.icon-atalho:hover {
    background: #C5E26D;
    border-radius: 0 0 3px 3px;
    text-decoration: none;
}

.icon-atalho span {
}

/*.loader-agro {
    background: url("../images/fundo/loader_agro.gif") center center no-repeat;
    width: 220px !important;
    height: 40px !important;
    padding-top: 100px;
    text-align: center;
    top: 120px !important;
}*/

.loader-agro {
    background: url("../images/fundo/loader_crm.gif") center center no-repeat;
    width: 220px !important;
    height: 40px !important;
    padding-top: 100px;
    text-align: center;
    top: 120px !important;
    background-size: 40%;
}

.panel-float {
    width: 47%;
    float: left;
}

.panel-float.r {
    width: 47%;
    float: right;
}

.panel-float-48 {
    width: 48%;
    float: left;
}

.panel-float-48.r {
    width: 48%;
    float: right;
}

/* PARA SMARTs */
@media only screen and (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media only screen and (min-width: 1220px) {
    .container {
        width: 1300px;
    }
}

@media only screen and (max-width: 1220px) {
    .container {
        width: 1024px;
    }

    body {
        width: 1220px;
    }

    .ui-panel.panel-float {
        display: block;
        width: 100%;
        float: none;
    }

    .conteiner-field .labelLicenciamento {
        width: 50% !important;
    }

    .conteiner-field .label {
        width: 130px !important;
    }

    .conteiner-field .label-maior {
        width: 170px !important;
    }
}

@media only screen and (max-width: 760px) {
    .container {
        width: 94%;
        margin: 0 1%;
    }


    body {
        width: 100%;
    }

    .conteiner-field {
        clear: both;
    }

    .conteiner-field .labelLicenciamento {
        width: 50% !important;
    }

    .conteiner-field .label {
        width: 130px !important;
    }

    .conteiner-field .label-maior {
        width: 170px !important;
    }

    .ui-panel.panel-float {
        display: block;
        width: 100%;
        float: none;
    }

    /* CUSTON */

    .no-smart {
        display: none;
    }

    /* TELA LOGIN */
    .login-logo {
        height: 126px;
        width: 100%;
        margin: 0 auto;
        float: none;
        max-width: 400px;
    }

    /* RODAPE */
    .rodape div {
        float: none;
        text-align: center;
        margin: 10px 0;
    }

    /* TOPO SITEMA */
    .info-user {
        width: 96%;
        border-radius: 5px !important;
    }

    .info-user .linha span {
        display: none;
    }

    .titulo {
        text-align: center;
        width: 100%;
    }

    .main-logo {
        display: none;
    }

    .menu-grand {
    }
}

@media only screen and (max-width: 400px) {
    .no-smart {
        display: none;
    }

    .container {
        width: 400px;
    }
}

@media only screen and (max-width: 760px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    tr {
        border: none;
    }

    thead {
        width: 100%;
    }

    td, th {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left !important;
    }

    td {
        border-width: 0 !important;
    }

    td:before {
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    tbody tr {
        margin-left: 10px;
    }
}

/* TABELA DE PEDIDOS - PARA O SCROOL */
.tabelaPedido .ui-datatable thead th.gTableMin, .tabelaPedido .ui-datatable tfoot td.gTableMin, .tabelaPedido .ui-datatable tbody td.gTableMin {
    width: 22px !important;
}

.tabelaPedido .ui-datatable thead th.gTableMenor, .tabelaPedido .ui-datatable tfoot td.gTableMenor, .tabelaPedido .ui-datatable tbody td.gTableMenor {
    width: 40px !important;
}

.tabelaPedido .ui-datatable thead th.gTableMedio, .tabelaPedido .ui-datatable tfoot td.gTableMedio, .tabelaPedido .ui-datatable tbody td.gTableMedio {
    width: 80px !important;
}

.tabelaPedido .ui-datatable thead th.gTableMaior, .tabelaPedido .ui-datatable tfoot td.gTableMaior, .tabelaPedido .ui-datatable tbody td.gTableMaior {
    width: 180px !important;
}

.tabelaPedido .ui-datatable thead th {
    padding: 10px 2px !important;
}

.tabelaPedido .ui-datatable tfoot td {
    padding: 0 2px !important;
}

.tabelaPedido .ui-datatable tbody td {
    padding: 4px 2px !important;
}

.tabelaPedido .ui-datatable-scrollable-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.tabelaPedido .columnEdit input, .tabelaPedido .columnEdit select {
    width: 88%;
}

.ui-datatable tbody td {
    border-color: #ffffff00
}
/* Data Table Ordem de Carga */
.tabelaOrdemCarga .ui-datatable thead th {
    padding: 0 0 !important;
}

.tabelaOrdemCarga .ui-datatable tfoot th {
    padding: 0 2px !important;
}

.tabelaOrdemCarga .ui-datatable tbody td {
    padding: 0 0 !important;

}
/* Data Table Ordem de Carga */

.dark-red {
    color: #bc0000 !important;
}

.search-button {
    width: 115px;
    border-radius: 2px !important;
}

.field-info {
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: 3px solid #999;
    border-radius: 0;
    margin-top: 1px;
    padding-left: 0;
}

.field-info .label-info {
    font-size: 12px;
    color: #6D9CE3;
    margin-left: 20px;
    padding-bottom: 5px;
    display: block;
    font-style: italic;
}

.command-margem-minima {
    color: #f44336 !important;
    text-align: center;
    width: 100%;
    margin-top: 9px;
    display: block;
}

.panel-valores-item {
    float: left;
    display: block;
}

.alignRight {
    text-align: right !important;
    font-size: 12px !important;
}

.alignCenter {
    text-align: center;
}

.alignCenter-plus {
    text-align: center;
    font-size: 12px !important;
}

.tabelaPedido tfoot tr {
    height: 36px;
}

span.tooltip {
    position: absolute;
    width: 180px;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #2192E4;
    background: #F5F5F5;
    border: 4px solid #F5F5F5;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0;
}

span.tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    top: 12px;
    left: -22px;
}

.fixtop {
    position: fixed;
    top: -80px;
    z-index: 100;
}

@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

#back-top {
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 1003;
}

#back-top a {
    color: #666;
    display: block;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 44px;
}

#back-top span {
    background: url("../images/ajuda/up-arrow.png") no-repeat scroll center center #333;
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 40px;
}

.mostrar-label-add-enter {
    display: none;
    font-style: italic;
    color: #999;
    margin-left: 10px;
}

.focus-button:focus, .ui-focus-button:focus {
    outline: thin dotted !important;
}

.button-disabled {
    opacity: 0.7;
    background: #CCC;
}

.label-limite-credito-vencido {
    color: #F00;
}

.label-limite-credito {
    color: #06F;
}

.item-close {
    color: #FF0000 !important;
}

.help {
    position: relative;
    margin-left: 100px;
}

.tooltip-help {
    display: inline-block;
    padding: 7px 14px;
    font-weight: bold;
    color: #4070FF;
    cursor: pointer;
}

.tooltip-help:hover {
    background: #333;
    border-right: 1px solid #333;
    color: #FFF;
}

.text-help {
    display: none;
    position: absolute;
    left: 37px;
    background: #333;
    color: #FFF;
    padding: 10px;
    width: 200px;
}

/* DOCUMENTA    O */
.doc-datatable {
    float: left;
    width: 1000px;
    margin-left: 50px;
}

.listaVersao {
    width: 150px;
    float: left;
}

.ui-datalist-item {
    padding: 4px;
    color: #999;
}

.ui-datalist-item a {
    color: #0066ff;
}

.doc-datatable .ui-datatable-odd {
    background-color: #EEE;
}

.ui-datatable .ui-datatable-data .even-row td {
    background-color: #EFEFEF;
}

.ui-datatable .ui-datatable-data .odd-row td {
    background-color: #FFFFFF;
}

/* TELA DE CONFIGURACAO */
.no-border-itens {
    width: 230px;
}

.no-border-itens td {
    border: none;
}

.no-border-itens ul {
    padding-left: 16px;
}

.no-border-itens li {
    list-style: none;
}

.itensFormula {
    width: 870px;
    height: 225px;
}

.itensFormula li {
    background: #EEE;
    display: inline-block;
    float: left;
    padding: 5px 5px 5px 12px;
    margin: 3px 1px;
    color: #333;
    border-bottom: 1px solid #999;
    font-size: 13px;
    font-weight: bold;
}

.itensFormula li:hover {
    background: #CCC;
}

.itensFormula li a {
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    padding: 2px 7px;
    margin-left: 3px;
}

.itensFormula li a:hover {
    text-decoration: none;
    background: #999;
}

.itensFormula ol {
    display: inline-block;
}

.itensFormula ol:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.itensFormula ol {
    *zoom: 1
}

.itensFormula ol:before, .itensFormula ol:after {
    display: table;
    content: "";
}

.itensFormula ol:after {
    clear: both;
}

.textoFormula {
    display: block;
    border-radius: 2px;
    padding: 12px;
    margin-top: 4px;
    background: #ffccbc;
}

.btnOp {
    font-size: 14px !important;
}

.selectVisualizacaoPesquisa .ui-button-text {
    font-size: 12px;
}

.selectVisualizacaoPesquisa .ui-button {
    display: flex;
    align-items: center;
}

.ui-selectonebutton {
    display: flex;
}

.ui-button.icone-funil {
    padding-left: 30px; /* Espaçamento à esquerda para acomodar o ícone */
    background-color: #ccc; /* Cor de fundo do botão */
    color: #fff; /* Cor do texto do botão */
}

.ui-button.icone-lista {
    padding-left: 30px; /* Espaçamento à esquerda para acomodar o ícone */
    background-color: #888; /* Cor de fundo do botão */
    color: #fff; /* Cor do texto do botão */
}

.ui-button.icone-calendario {
    padding-left: 30px; /* Espaçamento à esquerda para acomodar o ícone */
    background-color: #333; /* Cor de fundo do botão */
    color: #fff; /* Cor do texto do botão */
}

/* TELA NEGOCIA    O */
.no-border td {
    border: none !important;
}

.label-checkbox {
    display: block;
    float: right;
    padding: 2px 8px;
}

input[readonly] {
    opacity: 0.35;
    background: #e6e6e6;
}

.followup {
    display: block;
    border: 1px solid #CCC;
    border-radius: 2px;
    background: #EEE;
    padding: 10px;
    font-style: italic;
}

.info {
    color: #666;
    font-style: italic;
    display: block;
    margin-left: 13px;
}

.aparece {
    display: block;
}

.some {
    display: none;
}

.btnTheme {
    display: block;
    padding: 12px;
    color: #FFF;
    width: 48%;
    margin: 1%;
    float: left;
}

.btnTheme.padrao {
    background: #e0e0e0 !important;
    width: 98%;
}

.btnTheme.green {
    background: #4caf50 !important;
}

.btnTheme.blue {
    background: #3f51b5 !important;
}

.btnTheme.teal {
    background: #009688 !important;
}

.btnTheme.bluegrey {
    background: #607d8b !important;
}

.edit-cell-datatable {
    background-color: #ffffff !important;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff) !important;
    background-image: -o-linear-gradient(top, #ffffff, #ffffff) !important;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)) !important;
}

.ui-orderlist .ui-orderlist-list {
    width: 100%;
    height: 100%;
}

.forty-percent-left {
    width: 30%;
}

.forty-percent-right {
    width: 70%;
    padding-left: 10px;
}

.top-alignment {
    vertical-align: top;
}

.token-left {
    width: 10%;
}

.token-center {
    width: 35%;
}

.token-right {
    width: 20%;
    padding-left: 10px;
}

.noGridBorder tr, .noGridBorder td {
    border: none !important
}

.paddingCol1 {
    padding-right: 1px !important;
    width: 80px;
    text-align: right;
}

.paddingCol2 {
    padding-left: 5px !important;
    width: 200px;
    text-align: left;
}

.paddingColUltima {
    padding-left: 5px !important;
    text-align: center;
}

.ui-button {
    height: 32px;
}

.ui-datatable .ui-state-highlight {
    background-image: none;
    background-color: #B0BEC5;
}

.select-lang {
    position: relative;
    color: lightgray;
    top: 45px;
    left: 10%;
}

div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
    width: 21px;
}

.display-contents {
    display: contents;
}
.display-none {
    display: none;
}

.panelGridColunaA{
    width:80px;
}
.panelGridColunaConteudo{
    width:300px;
}
.panelGridColunaC{
    width:150px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
    background-color: #4a4a4a1c !important;
    border-bottom: 1px solid #bdbfc1 !important;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
    font-size: 19px;
}

.dialog-footer {
    border-top: 1px solid #bdbfc19c;
    margin-top: 12px;
}

.dialog-button {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

.input-lg {
    width: 274px !important;
}

.dataview-grid-contatos.ui-dataview .ui-dataview-header {
    border-bottom: 0 none;
    display: none;
}

div[id="form:labelURL:urlLicenciamentoPanel"]{
    width: 50%;
}

.main-logo {
    position: absolute;
    top: 10px;
    z-index: 1000;
    padding: 8px;
}

.main-logo img {
    height: 40px;
    width: auto;
}
