body {
    margin: 0;
    padding: 0;
}
.ui-datepicker .ui-datepicker-title {
    color: black;
}
#layout-header {
    background-image: url('../imagens/header_bg.png');
    background-repeat: repeat-x;
    height: 75px;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 99;
}
#layout-header .logo{
    position: absolute;
    left: 10px;
    top: 0;
}
#layout-header a:not([role='menuitem']){
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
#layout-header a:hover:not([role='menuitem']) {
    color: #fff;
}
#layout-header .user-info{
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
    height: 60px;
    vertical-align: middle;
    text-align: left;
}
#layout-header .app-title {
    position: absolute;
    left: 10px;
    top: 5px;
    height: 60px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    color: white;
}
#layout-header .app-title .bolder {
    font-weight: 800;
}
#layout-header .app-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    color: white;
}
@media screen and (min-width: 801px) {
    .d-large { display: block;}
    .d-small { display: none; }
}
@media screen and (max-width: 800px) {
    #layout-header .app-title {
        font-size: 1em !important;
    }
    .d-large { display: none;}
    .d-small { display: block; }
}
#print-preview-container {
    display: none;
}
.user-info .user-name{
    font-family: Helvetica, serif;
    font-size: 11pt;
    color: white;
    width: 400px;
    height: 60px;
    position: absolute;
    vertical-align: middle;
    padding-top: 12px;
    padding-right: 30px;
}
.user-info .user-menu-btn {
    background-image: url('../imagens/menu-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5px;
    width: 40px;
    height: 40px;
    margin: auto auto;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.user-info .user-menu {
    position: absolute;
    top: 40px;
    right: 10px;
    left: 200px;
}


#layout-menu {
    background-image: url('../imagens/bg_menu_top.png'), url('../imagens/bg_menu.png');
    background-repeat: no-repeat, repeat-y;
    width: 250px;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    padding-top: 15px;
    z-index: 10;
}
#layout-menu.menu-hidden{
    left: -240px;
}
#layout-menu .search-box{
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #68686b;

    border-bottom: 1px solid #95959a;
    border-right: 1px solid #95959a;
    border-top: 1px solid #232324;
    border-left: 1px solid #232324;

    -webkit-box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.55);
    box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.55);

    margin: 20px;

    height: 30px;

    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
}
#layout-menu .search-box input{
    background: none;
    border: none;
    width: 100%;
    margin: 0 10px 0 10px;
    color: white;
}
#layout-menu .search-box input:focus{
    outline: none;
}
#layout-menu #toggle-menu{
    background-image: url('../imagens/white-arrow-left.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #cccccc;
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    cursor: pointer;
    -webkit-box-shadow: inset 3px 0 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 3px 0 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         inset 3px 0 10px 0 rgba(50, 50, 50, 0.75);
}
#layout-menu.menu-hidden #toggle-menu{
    background-image: url('../imagens/white-arrow-right.png');
}
#layout-menu .menu-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px;
}
#layout-menu .scrollable {
    max-height: calc(100% - 95px) !important;
}

/* Menu Tree*/
.tree-menu {
    font-family: Helvetica, Sans, serif;
    font-size: 11pt;
    color: white;
    text-shadow: 1px 1px 2px #000000;
}
.tree-menu ul {
    padding: 0;
}
.tree-menu ul li{
    list-style-type: none;
    border-left: 1px dotted white;
    padding-left: 15px;
    margin-left: 3px;
    position: relative;
}
.tree-menu ul:first-child > li{
    border: none;
    margin-left: 15px;
    padding: 0;
}
.tree-menu ul li a {
    text-decoration: none;
    color: white;
    font-family: Helvetica, Sans, serif;
    font-size: 11pt;
    text-shadow: 1px 1px 2px #000000;
    display: inline-block;
    width: 100%;
}
.tree-menu ul li a:hover {
    color: #00a0b7;
}
.tree-menu ul li a:active {
    color: #84c440;
}
.tree-menu ul li a.active {
    padding-left: 16px;
    background-image: url('../imagens/arrow-right.png');
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    color: #84c440;
    text-decoration: underline;
}
.tree-menu ul li a.active:hover {
    color: #84c440;
}
.tree-menu ul li a.active:active {
    color: #84c440;
}
/*MENU COLLAPSE*/
.tree-menu .collapsible {
    cursor: pointer !important;
    padding-left: 20px !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
}

.tree-menu .collapsible > span{
    font-weight: bold;
    font-size: 12pt;
}
.tree-menu > ul > li.collapsible:not(.collapsed) {
    background-image: url('../imagens/icons/minus.png');
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
}
.tree-menu > ul > li.collapsible:not(.collapsed) > ul{
    display: block;
}
.tree-menu > ul > li.collapsible.collapsed {
    background-image: url('../imagens/icons/plus.png');
}
.tree-menu > ul > li.collapsible.collapsed > ul{
    display: none;
}

.tree-menu .menu-info{
    position: absolute;
    background-image: url('../imagens/info.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    left: -20px;
    top: 2px;
}
.popover.popover-menu-info {
    min-width: 500px;
}
.popover.popover-menu-info .popover-content{
    text-align: justify;
}


/* CONTEÚDO */
#layout-content-area {
    padding-left: 250px;
    padding-top: 65px;
    min-height: 700px;
}
#layout-content-area.full-width {
    padding-left: 0;
}
#layout-content-area .content {
    /*background-image: url('../imagens/logo_watermark.png');*/
    background-repeat: no-repeat;
    background-position: center 200px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    min-height: 600px;

    font-family: Helvetica, Sans, serif;
    font-size: 11pt;
    color: black;
}

.caixa-titulo {
    font-family: Helvetica, Sans, serif;
    font-size: 18pt;
    color: #84c440;

    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;

    border-bottom: 3px solid #00a0b7;
}

.ajax-loading {
    position: fixed;
    padding: 5px;
    border: 2px solid #84c440;

    width: 90px;
    height: 90px;

    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;

    -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.55);
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.55);

    background-color: rgba(33,33,33,0.2);

    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

    top: 30%;
    left: 50%;
    z-index: 9999;
}

.ajax-loading .loader {
    color: #00a0b7;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
        2em -2em 0 0em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
        3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em,
        2em -2em 0 0, 3em 0 0 0.2em,
        2em 2em 0 0, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
        -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
        -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
        -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.date-field {
    display: inline-block;
    width: 98px;
}
.date-field + img{
    position: absolute;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 10px;
}
.time-field {
    width: 70px;
    margin-left: 35px;
}
.time-field.no-margin{
    margin-left: 0;
}
td.editable-cell{
    padding: 0;
}
td.editable-cell>input, input.editable-cell {
    background-color: transparent;
    background-image: url(../imagens/icons/pencil.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    margin: -3px;
    padding: 3px;
    border: 0;
    cursor: pointer;
}

.table-compact {
    margin: 0;
    font-size: 9pt;
}
.table-compact td {
    padding: 1px;
}

.scrollable {
    overflow-y: auto;
    max-height: 100%;
}
.scrollable::-webkit-scrollbar {
    width: 10px;
}
.scrollable::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.4);
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
    border: 1px solid gray;
}

/* Útil */
.information {
    font-size: 8pt;
    color:#e78f08;
    margin-top: 10px;
}

.sub-header {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

div.icone-inovvo-16, span.icone-inovvo-16 {
    height: 16px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}
div.icone-inovvo-20, span.icone-inovvo-20 {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}
div.icone-inovvo-24, span.icone-inovvo-24  {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}
div.icone-inovvo-excel-16:before, span.icone-inovvo-excel-16:before {
    content: url(../imagens/icons/excel16.png);
}
div.icone-inovvo-word-16:before, span.icone-inovvo-word-16:before {
    content: url(../imagens/icons/word16.png);
}
div.icone-inovvo-pdf-16:before, span.icone-inovvo-pdf-16:before  {
    content: url(../imagens/icons/pdf16.png);
}
div.icone-inovvo-access-16:before, span.icone-inovvo-access-16:before {
    content: url(../imagens/icons/access16.png);
}
div.icone-inovvo-tiff-20:before, span.icone-inovvo-tiff-20:before {
    content: url(../imagens/icons/tiff20.png);
}
div.icone-inovvo-excel-24:before {
    content: url(../imagens/icons/excel24.png);
}
div.icone-inovvo-word-24:before {
    content: url(../imagens/icons/word24.png);
}
div.icone-inovvo-pdf-24:before {
    content: url(../imagens/icons/pdf24.png);
}
div.icone-inovvo-access-24:before {
    content: url(../imagens/icons/access24.png);
}

.form-barra-ferramenta-fixa {
    margin-bottom: 100px;
}
.barra-ferramenta-fixa {
    position: fixed;
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    border-style: solid;
    left: 250px;
    margin: 0;
    padding: 10px;
}
.barra-ferramenta-fixa-rodape {
    bottom: 0;
    border-top-width: 2px;
    right: 0;
}
.full-width .barra-ferramenta-fixa{
    left: 10px;
}
.min-width {
    width: 1%;
}
.no-wrap {
    white-space: nowrap;
}

.notas {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.notas p:last-child {
    margin-bottom: 0;
}
.notas h3, .notas h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.notas.info {
    border-left-color: #1b809e;
}
.notas.info h3, .notas.info h4{
    color: #1b809e;
}
.notas.aviso {
    border-left-color: #aa6708;
}
.notas.aviso h3, .notas.aviso h4{
    color: #aa6708;
}
.notas.sucesso {
    border-left-color: #5cb85c;
}
.notas.sucesso h3, .notas.sucesso h4{
    color: #5cb85c;
}
.notas.erro {
    border-left-color: #d9534f;
}
.notas.erro h3, .notas.erro h4{
    color: #d9534f;
}