@charset "utf-8";

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-weight: normal;
}

header {
    padding: 5px 0px;
    margin-bottom: 20px;
    height: 60px;
    background-color: #353275;
    color: #fff;
    box-shadow: 0px 5px 2px #e63439;
}

header > div {
    margin-left: 20px;
}

#conteudo {
    padding: 0px 8px
}

footer {
    padding: 0px 8px;
    margin-bottom: 10px
}

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

#login-dialog {
    width: 290px;
    margin: auto;
    margin-top: 150px;
}

.grid-login {
    background-color: #f2f2f2;
    border-radius: 8px;
    border: 1px solid #353275;
    margin-top: 2px;
    padding: 30px;
    font-weight: bold;
    color: #353275;
}

.rotulo {
    width: 150px;
    font-weight:bold
}

.rotuloPesquisa {
    width: 165px;
    font-weight:bold
}

.ui-panelgrid td {
    height: 34px
}

.ajax-status {
    position: fixed;
    top: 55px;
    right: 10px;
    width: 35px;
    height: 35px
}

.ui-selectmanycheckbox td {
    border-width: 0px !important;
    padding: 0px !important;
}

.ui-selectmanycheckbox td label {
    padding-right: 10px;
}

.produto-tabela input {
    width: 99%;
}

/* Customiza TabView - início */
.ui-tabs .ui-tabs-panel {
    padding: 0.5em 0.2em !important;
}

.ui-tabs {
    padding: 0px !important;
}

.ui-tabs .ui-tabs-nav {
    margin: -1px !important;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
    padding: 0px !important;
}
/* Customiza TabView - fim */

/* Menu sistema inicio */
.menu-sistema {
    border: 0px !important;
    padding: 0px !important;
    background: none !important;
    margin-top: 20px;
}

.menu-sistema .ui-menu-parent > a .ui-menuitem-text, .menu-sistema > .ui-menu-list > .ui-menuitem > a > .ui-menuitem-text {
    color: #ffffff !important;
}

.menu-sistema .ui-icon-triangle-1-s {
    background: url("/javax.faces.resource/seta-para-baixo.png.xhtml?ln=images") no-repeat;
}
/* Menu sistema fim */

.ui-state-disabled {
    opacity: .80 !important;
}

#imgLogin{
    width:340px;
    height: auto;
    position:relative;

}

#btLogin{
    color: #353374;
    margin-top: 18px;
    font-size: 14px;
    padding-right: 15px;
    font-weight: bolder;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 37px;
}

.prioridade {
    font-weight: bold;
    background-color: #e4d292;
    background-image:none;
    box-shadow: inset -1px -1px 5px 0px midnightblue;
}

.sigiloso {
    font-weight: 600;
    color: white;
    background-color: #f11919;
    background-image:none;
    box-shadow: inset -1px -1px 5px 0px rgba(0,0,0,0.8);
}
