@import "media-queries.css";
@import "reset.css";

button {
    text-shadow: 0 0 0 !important;
    box-shadow:  0 0 0 !important;
}

.div-pai-card .card {
    max-width: 950px;
    position: relative;
    left: 24.5%;
    margin-top: 5%;
}

.div-dados-card-pai .card{
    max-width: 950px;
    position: relative;
    left: 24.5%;
    margin-top: 2%;

}

.div-dados-card-pai, .div-pai-card{
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* HEADER
========================================================================*/

.header .navbar-toggler {
    margin: 15px;
}

.logo-topo {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-right: 20px;
}

.logo-top-responsivo {
    max-width: 150px;
    width: 100%;
    display: none;
}


/* FOOTER
========================================================================*/

.footer {
    width: 100%;
    background: #364d79;
    position: fixed;
    bottom: 0;
    min-height: 70px;
    box-shadow: 0 1px 2.5px #e3e3e3 !important;
}

.content-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content-footer span {
    color: #fff;
    font-size: 1rem;
}

.content {
    padding: 70px 0 0;
}

.footer .social-icon {
    width: 30px;
    margin: 5px
}

.footer .logo-rodape {
    max-width: 150px;
    width: 100%;
    padding: 15px;
}

.footer .version {
    color: #fff;
    float: right;
    display: inline-block;
}


/* Menu Bar
-----------------------------------------------------------------------------*/

.ui-menu.ui-menubar {
    background: #fff;
    border: 0;
    border-radius: 0;
}

.ui-menu-list {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.ui-menu.ui-widget li > .ui-menuitem-link.ui-state-hover {
    background: transparent;
    color: #666;

}

.ui-menu.ui-widget .ui-menuitem-link .ui-menuitem-text {

    margin-left: 0.5em!important;
}

.ui-menu-list a {
    font-size: 1rem;
}


/* START
========================================================================*/

/* Middle
-----------------------------------------------------------------------------*/

.wrapper {
    width: 100%;
    height: 100%;
    background: #097bc1;
}

.avisos {
    width: 400px;
    margin-top: 10px;
    padding: 10px;
}

.btn-success {
    background: #28a745 !important;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important;
    color: #ffffff !important;

    /*color: #fff!important;*/
    /*background-color: #28a745!important;*/
    /*border-color: #28a745!important;*/

}
/*.btn-success span {*/
/*    padding: .3rem .75rem !important;*/
/*}*/

.btn-success{
    background-color: #078624!important;
    border-color: #078624!important;
}
.btn-warning {
    color: #ffffff!important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.container-cards {
    width: 100%;
    margin: 0 auto !important;
}

.container-cards .card-deck {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
}

.container-cards .card {
    box-shadow: 0 1px 3px #e3e3e3;
    max-width: 450px;
    margin: auto;
    min-height: 300px;
}

.container-cards .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.container-cards .card button {
    font-size: .9rem !important;
}

.container-logged {
    max-width: 500px;
    width: 100%;
    margin: 1rem auto;
    padding: 1rem;
    text-align: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px #004a77 !important;
    background: #364d79;
    color: #fff;
    -webkit-animation-name: container-log; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: container-log;
    animation-duration: 3s;
}

@keyframes container-log {
    from {opacity: 0}
    to {opacity: 1}
}

.container h2 {
    text-align: center !important;
    color: white;
    filter: drop-shadow(2px 1px 3px black);
}

.child-panel1, .child-panel2 {
    width: 50%;
    /*display: flex;*/
    justify-content: center;
}


/* Login
-----------------------------------------------------------------------------*/

.login-form {
    max-width: 400px;
    padding: 60px 0 30px;
    box-shadow: 0 1px 3px #e3e3e3;
    margin: 0px auto;
    position: relative;
}

.avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #364d79;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.avatar img {
    width: 100%;
}

.login-form h2 {
    font-size: 1.5rem;
    margin: 10px
}

.tipo-pessoa, .botoes-alterar-dados {
    display: flex;
    justify-content: center;
    margin: 10px;
}



.box-campos-login {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    width: 100%
}

.box-campos-login tbody {
    max-width: 320px;
    width: 100%;
}

.box-campos-login td {
    margin-bottom: 10px !important
}

.box-campos-login tr {
    display: flex;
    flex-direction: column;
}

.login-form input {
    width: 100% !important;
    height: 41px !important;
}

.login-form button {
    background: #364d79 !important;
    box-shadow: 0 0 0;
    padding: 5px 50px;
    text-transform: uppercase;
    transition: .2s all ease-in-out !important;
    text-shadow: 0 0 0 !important;
    color: #fff !important;
}

.login-form button:hover {
    background: #4b669a !important;
}

.login-form .box-botao-login {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login-form .ui-icon-bullet {
    background-position: -81px -145px;
}

.login-form .label-form-login {
    font-size: 1.2em;
    font-weight: bold;
}


/* Page Esqueceu a Senha
-----------------------------------------------------------------------------*/

.page-recovery-pass {
    margin: 200px auto;
}

.page-recovery-pass .container {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-recovery-pass .container-recovery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-recovery-pass input {
    max-width: 300px;
    width: 100%;
    display: flex;
    height: 41px !important;
    font-size: 1rem !important;
    align-items: center !important;
}

.page-recovery-pass .container-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-recovery-pass button {
    padding: 5px 50px;
    max-width: 165px !important;
    width: 100% !important;
    margin: 5px
}

.container-button .btn-info {
    background: #17a2b8;
    padding: 6.3px 50px !important;
}


/* Page Cadastro de Usuário
-----------------------------------------------------------------------------*/

.form-cadastro .container {
    width: 100%;
    padding: 10px
}

.form-cadastro .tipo-pessoa-cadastro {
    margin-bottom: 0.7%;
}

.form-cadastro input {
    width: 80%;
    font-size: 1rem !important;
    align-items: center !important;
}

.ui-widget-content {
    border-radius: 6px;
}

.form-cadastro .ui-icon-bullet {
    background-position: -81.4px -145px;
}

.form-cadastro .btn-info {
    background: #17a2b8;
    padding: 7.4px 20px !important;
}

.form-cadastro .ui-md-2 {
    align-self: center;
    font-weight: bold;
}

/* Modal Fale Conosco
-----------------------------------------------------------------------------*/
#idFaleConosco input {
    width: 100% !important;
    height: 41px !important;
    font-size: 1rem !important;
}

#idFaleConosco label {
    font-weight: bold !important;
}

#idFaleConosco .ui-g .ui-panelgrid-cell:first-child {
    display: flex;
    align-items: center;
}


/* AFTER LOGIN
========================================================================*/

/* Page Alterar Dados
-----------------------------------------------------------------------------*/
.form-alterar-dados {
    margin: 15px;
}

.form-alterar-dados h2 {
    text-align: center;
    margin-bottom: 5%;
}

.form-alterar-dados .ui-widget-content {
    border: 0 !important
}

.form-alterar-dados .ui-g {
    display: flex;
    align-items: center;
    color: #333
}

.form-alterar-dados input {
    width: 100%;
    font-size: 1rem !important;
}

.form-alterar-dados .ui-g span {
    font-size: 1rem !important;
}

.form-alterar-dados .btn-info {
    background: #17a2b8;
    padding: 7.4px 20px !important;
    margin-left: 5px;
    color: #ffffff !important;
}

/* Page Registrar Pedido
-----------------------------------------------------------------------------*/

/*.form-registrar-pedidos {*/
/*    margin: -17px;*/
/*}*/

.form-registrar-pedido label {
    font-size: 1rem !important;
    font-weight: bold !important;
    margin: 0px;
}

.form-registrar-pedido .ui-g .ui-panelgrid-cell:first-child {
    display: flex;
    align-items: center;
}

.form-registrar-pedido .nome-interesado {
    font-size: 1rem !important
}

.form-registrar-pedido select {
    width: 100% !important;
    height: 41px !important;
    font-size: 1rem !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px;
}

.form-registrar-pedido textarea {
    font-size: 1rem!important;
    width: 100%;
}

.form-registrar-pedido .ui-g:last-child .ui-panelgrid-cell:last-child {
    max-width: 925px;
    width: 100%;
}

.form-registrar-pedido .container .ui-panelgrid-content {
    border: 0 !important;
    padding: 1%;
}

.form-registrar-pedido .btn-info {
    background: #17a2b8;
    padding: 7.4px 20px !important;
    margin-left: 5px;
    color: white !important;
}

.form-registrar-pedido .btn-primary {
    background: #007bff;
    margin-left: 5px;
    padding: 7.4px 20px !important;
    margin-top: -35%;
    color: white;
}

table {
    table-layout: unset !important;
}

/* Page Meus Pedidos
-----------------------------------------------------------------------------*/
.page-meus-pedidos {
    margin: 100px 10px 150px;
}

.page-meus-pedidos h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
    filter: drop-shadow(2px 1px 3px black);
    font-weight: bolder;
}

.page-meus-pedidos .btn-primary {
    background: #007bff;
    margin-left: 5px;
    color: #fff;
    padding: 5px 20px !important;
    text-shadow: 0 0 0 !important;
}

.td-detalhes, .td-recursar {
    width: 10%;
    text-align: center;
}

.page-meus-pedidos th {
    font-weight: bold;
    font-size: .9rem !important
}

.page-meus-pedidos .search-toobar tr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page-meus-pedidos .search-toobar {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.page-meus-pedidos .search-toobar .ui-icon-check{
    background-position: -64.5px -145px;
}

.page-meus-pedidos .search-toobar table {
    font-size: 1rem !important
}



/* All Pages
-----------------------------------------------------------------------------*/

.form-cadastro h2, .form-registrar-pedido h2 {
    text-align: center;
    margin-bottom: 5%;
    margin-top: -2%;
}

.form-cadastro, .form-registrar-pedido {
   font-size: 1rem !important;
    margin: -8px;
}


/* Vamu ver
-----------------------------------------------------------------------------*/
.sistemas {
/ / font-size: 62.5 %;
    width: 1178px;
/ / width: auto;
/ / height: 800 px;
    height: 600px;
/ / height: auto;
    margin: 30px auto 20px auto;
    padding-left: 1.315789474%;
    text-align: center;
    float: none;
}

.sistemas-opc {
/ / background-color: #f0ffff !important;
    background-color: #eeeeee !important;
    font-size: 12px !important;
    font-weight: bold !important;
    height: 200px !important;
}

.sistemas-opc-bt {
    background-color: #eeeeee !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin-top: -21px;
}

.badge-receber {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #FF4500;
    border-radius: 10px
}

.badge-tramitar {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #00EE00;
    border-radius: 10px
}

.menu {
    color: #F0FFFF;
    /*background-color: #F0FFFF;*/
    background: #F0FFFF;
    border-radius: 0 0 0 0;
}

.edit {
    border: 1px;
    background-color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #333333;
}

.edit:focus {
    background-color: #fafae6;
}

.combo {
    background-color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #333333;
    border-top: none !important;
}

.combo:focus {
    background-color: #fafae6;
}

.rotulos {
    color: #333333;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    line-height: normal;
}

.rotulosBold {
    color: #333333;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    /*line-height: normal;*/
    line-height: 12px;
}

.legend {
    color: #666666;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    /*line-height: normal;*/
    line-height: 10px;
}

.legendBold {
    color: #666666;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    /*line-height: normal;*/
    line-height: 10px;
}

.fonteForm {
    color: #333333;
    font-family: 'Trebuchet MS';
    font-size: 10px;
    /*line-height: normal;*/
    line-height: 10px;
}

.fonteGreen {
    color: #006400;
    font-family: 'Trebuchet MS';
    font-size: 10px;
    /*line-height: normal;*/
    font-weight: bolder;
    line-height: 10px;
}

.fonteRed {
    color: #FF0000;
    font-family: 'Trebuchet MS';
    font-size: 10px;
    /*line-height: normal;*/
    font-weight: bolder;
    line-height: 10px;
}

.textoAviso {
    color: #666666;
    font: 14px 'Trebuchet MS', 'Tahoma', 'Arial', 'Verdana';
    font-weight: bold;
}

.textoAviso2 {
    font: 16px 'Trebuchet MS', 'Tahoma', 'Arial', 'Verdana';
    font-weight: bold;
    margin-top: -0px;
}

.legendBlue {
    color: #330099;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    /*line-height: normal;*/
    line-height: 10px;
    font-weight: bold;
}

.legendRed {
    color: #CC0000;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    /*line-height: normal;*/
    line-height: 10px;
    font-weight: bold;
}

.recursar-por-forma table {
    width: 100% !important;
}

.recursar-por-forma .ui-editor {
    width: 90% !important;
}

/* CONF. PRIMEFACES
========================================================================*/

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #000000;
}

.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
    padding: 0.5em !important;
}

.ui-selectonemenu-trigger {
    width: 27.25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.ui-widget {
    font-size: 14px !important;
    font-weight: normal !important;
}

.ui-menu .ui-menu-parent .ui-menu-child {
    width: 230px;
}

.semBorda tr, semBorda row, .semBorda td {
    border: none !important;
    background: transparent !important;

}

.logo {
    width: 64px;
    height: 64px;
}

/* .menu {
    border-radius: 0 0 0 0;
    margin-bottom: 20px;
} */

.ui-menubar {
    font-size: 14px;
}

/* .panelGrid {
    width: 33%;
    border: silver 1 px solid !important;
}

.even {
    font-family: Times New Roman, serif;
    font-size: 18px;
    color: black;
    background-color: white;
    text-indent: 20px;
}

.odd {
    font-family: Times New Roman, serif;
    font-size: 18px;
    color: white;
    background-color: black;
    text-indent: 20px;
}

.mainTable {
    margin-left: auto;
    margin-right: auto;
}

.caption1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: blue;
}

.caption2 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: red;;
}

.heading {
    font-family: arial;
    font-size: 12px;
    color: black;
    background-color: #FFC1C1;
    text-align: center;
}
 */

.painelteste {
    padding: 0;
}

.btLogin {
    min-width: 100px;
    margin: 10px 0 0 0;
    text-align: center;
    height: 30px;
}

.btImgComTexto {
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-image: url("../imgs/lupinha2.png") !important;
    text-align: right;
    width: 100px;
}

/* Definicoes das imagens... */
.fonte-panel {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial';
}

.ui-panelgrid {
    border: none !important;
}

.ui-datagrid-column {
    border: none;
}

.ui-picklist .ui-picklist-source {
    width: 420px;
    height: 260px;
}

.ui-picklist .ui-picklist-target {
    width: 420px;
    height: 260px;
}

.pick .ui-picklist-source, .pick .ui-picklist-target {
    width: 280px;
    height: 260px;
}

.ui-picklist .ui-picklist-list {
    list-style-type: none;
    margin-top: 3px;
    overflow: auto;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    font-family: serif;
}

.ui-datagrid {
    border: none;
}

li.ui-selectonemenu-item {
    font-size: 12px;
}

#myDialogId.ui-panel .ui-panel-titlebar {
    display: none !important;
}

.tabela {
    width: 100%;
    height: 100%;
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper, .scrolling-div .ui-datatable-tablewrapper {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 5px;
}

.yourCustomSelector .ui-datatable .ui-datatable-data tr {
    height: 100px;
}

.process_msg .ui-dialog .ui-dialog-titlebar {
    display: none !important;
}

/*Dialogs*/

.father-panel {
    width: 100%;
    margin-bottom: 30px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
    margin-top: 0 !important;
    display: none !important;
}

.dlg-pedido, .dlg-relatorioestatisticogeral, .dlg-tempo{
    width: 755px;
    max-height: 85% !important;
    overflow: auto;
}


.dlg-orgaos{
    top: 55.5px !important;
    width: 975px;
    max-height: 85% !important;
    overflow: auto;
}

.dlg-pedido .ui-panelgrid .ui-panelgrid-cell {
    padding: 4px 23px;
}

.panel-registrar-pedido .ui-widget-content {
    background-color: #f5f5f5 ;
    margin-bottom: 1%;
}

dlg-detalhe-pedido {
    top: 55.5px !important;
    width: 975px;
    max-height: 85% !important;
    overflow: auto;
    height: auto;
    left: 10.5px;
    z-index: 1009;
    display: block;
}
.dlg-fale-conosco{
    top: 55.5px !important;
    width: 975px;
    max-height: 85% !important;
    overflow: auto;
}
.dlg-detalhe-pedido .child-panel-col1 {
    padding-left: 0 !important;
    font-weight: bold;
}

.buttons-pedido {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.descricao-pedido-col1 {
    width: 20%;
}

.text-area-descricao-pedido {
    height: 80px;
    width: 415px;
}


/*               RODAP�                   */
/* .clearfix {
    width: 960px;
    margin: 0 auto;
}

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

.myLabel .ui-outputlable {
    color: blue;
}
#table2 {
    width: 100%;
    font-size: 1em;
} */
.rowGreen td {
    background-color: rgba(91, 183, 91, 0.3);
}

.rowRed td {
    background-color: rgba(218, 79, 73, 0.3);;
}

.coluna {
    height: 44.736842104%;
    width: 23.684210526%; /* 177.5px / 760px */
    margin-right: 1.315789474%; /*10 / 760px */
    /*margin-left: -1.315789474%;  10 / 760px */
    margin-bottom: 1.315789474%; /*10 / 760px */
    margin-top: 1.315789474%; /*10 / 760px */
    float: left;
}

.coluna:hover {
    height: 44.736842104%;
    width: 23.684210526%; /* 177.5px / 760px */
    margin-right: 1.315789474%; /*10 / 760px */
    margin-bottom: 1.315789474%; /*10 / 760px */
    margin-top: 1.315789474%; /*10 / 760px */
    float: left;
    border: #4096ee 1px solid;
}

.coluna:last-child {
    margin-right: 0;
}

.link-sistema {
    font-size: 1.8em;
    height: 15%;
    width: 100%;
    background: #4096ee;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.link-sistema:hover {
    font-size: 1.8em;
    height: 15%;
    width: 100%;
    background: #004A77;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.link-sistema a {
    color: #ffffff !important;
}

.img-sistema {
    background: #FF6707;
    width: 100%;
    height: 60%;
}

.img-sistema img, picture, video, embed {
    width: 100%;
    height: 100%;
}

.desc-sistema {
    font-size: 1.6em;
    background: #F9efef;
    width: 100%;
    height: 25%
}

.img-desktop {
    cursor: initial;
}

.maceio-int {
    float: right;
    width: 175px;
}


/* ICONS
========================================================================*/

.ui-icon.entrar {
    background-image: url("../imgs/entrar.png") !important;
}

.ui-icon.sair {
    background-image: url("../imgs/sair.png") !important;
}

.ui-icon.confirmar {
    background-image: url("../imgs/confirmar.png") !important;
}

.ui-icon.cancelar {
    background-image: url("../imgs/cancelar.png") !important;
}

.ui-icon.fechar {
    background-image: url("../imgs/fechar.png") !important;
}

.ui-icon.novo {
    background-image: url("../imgs/novo.png") !important;
}

.ui-icon.limpar {
    background-image: url("../imgs/limpar.png") !important;
}

.ui-icon.enviar-email {
    background-image: url("../imgs/enviar_email.png") !important;
}

.ui-icon.podeGravar {
    top: 2px;
    left: 0;
    margin: 5px 0 0 5px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/confirma.png") !important;
}

.ui-icon.close {
    background-image: url("../imgs/close.png") !important;
}

.ui-icon.talk {
    background-image: url("../imgs/talk.png") !important;
}

.ui-icon-editUser {
    background: url("..imgs/editUser.png") !important;
}

.ui-icon.btSoImagemBuscar {
    top: 0;
    left: 0;
    margin: 2px 0 0 2px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/lupinha.png") !important;
}

.ui-icon.buscaProcess {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -12px 0 0 -12px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/lupinha2.png") !important;
}

.ui-icon.receber2 {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -12px 0 0 -12px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/receber2.png") !important;
}

.ui-icon.apenso {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -12px 0 0 -12px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/apenso.png") !important;
}

.ui-icon.btPesquisar {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -11px 0 0 -10px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/lupinha2.png") !important;
}

.ui-icon.btTramita {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -10px 0 0 -10px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/old_go_next.png") !important;
}

.ui-icon.btStart {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -12px 0 0 -5px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/start.png") !important;
}

.ui-icon.btStop {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    margin: -12px 0 0 -5px;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/stop.png") !important;
}

.ui-icon.unlock2 {
    margin: -12px 0 0 0;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
    background-image: url("../imgs/unlock3.png") !important;
}

.ui-icon.btvoltar {
    margin: -12px 0 0 0;
    padding: 0 0 0 0;
    background-position: 0 0 !important;
    width: 24px;
    height: 24px;
/ / background-image: url("../imgs/back.png") !important;
    background-image: url("../imgs/voltar.png") !important;
}

.ui-icon.buscaUsuario {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px;
            background-position: 0 0 !important;
       */
    width: 16px;
    height: 16px;
    background-image: url("../imgs/pesquisar.png") !important;
}

.ui-icon.estornar1 {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/reverse.png") !important;
}

.ui-icon.pdf {
    top: 0;
    left: 0;
    margin: 2px 0 0 3px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/pdf.png") !important;
}

.ui-icon.delete {
    top: 0;
    left: 0;
    margin: 2px 0 0 3px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/delete32.png") !important;
}

.ui-icon.endereco {
    top: 0;
    left: 0;
    margin: 3px 5px 0 2px;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/endereco.jpg") !important;
}

.ui-icon.deleteFav {
    top: 0;
    left: 0;
    margin: 2px 0 0 4px;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/delete.png") !important;
}

.ui-icon.detail {
    top: 0;
    left: 0;
    margin: 3px 0 0 4px;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/detail.png") !important;
}

.ui-icon.proximo {
    top: 0;
    left: 0;
    margin: 2px 0 0 3px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/Next-32.png") !important;
}

.ui-icon.director {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background: url('../imgs/director.png') !important;
}

.ui-icon.botaoConfirmar {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    background-position: 0 0 !important;
    width: 46px;
    height: 16px;
    background-image: url("../imgs/confirma.png") !important;
}

.ui-icon.cadastroUser {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    background-position: 0 0 !important;
    width: 46px;
    height: 16px;
    background-image: url("../imgs/menuUser.png") !important;
}

.ui-icon.botaoNaoConfirmar {
    /*top: 0; left: 0;
            margin:  5px 0 0 3px; */
    background-position: 0 0 !important;
    width: 46px;
    height: 16px;
    background-image: url("../imgs/cancel.png") !important;
}

.ui-icon.favorito {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    background-image: url("../imgs/favorito.png") !important;
}

.ui-icon.anexo {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    background-image: url("../imgs/anexo.png") !important;
}

.ui-icon.imgAnexo {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/anexo2.png") !important;
}

.ui-icon.add {
    top: 0;
    left: 0;
    margin: 5px 0 0 5px;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/add.png") !important;
}

.ui-icon.botaoEditar {
    background-position: 0 0 !important;
    width: 46px;
    height: 16px;
    background-image: url("../imgs/editb.png") !important;
}

.ui-icon.detalhesBtn {
    top: 0;
    left: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0 !important;
    width: 25px;
    height: 25px;
    background-image: url("../imgs/detalhesBtn.png") !important;
}

.ui-icon.Receber {
    top: 0;
    left: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0 !important;
    width: 25px;
    height: 25px;
    background-image: url("../imgs/Receber.png") !important;
}

.ui-icon.Excluir {
    top: 0;
    left: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0 !important;
    width: 25px;
    height: 25px;
    background-image: url("../imgs/excluir.png") !important;
}

.ui-icon.Editar {
    top: 0;
    left: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0 !important;
    width: 25px;
    height: 25px;
    background-image: url("../imgs/editar.png") !important;
}

.ui-icon.EditText {
    top: 0;
    left: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0 !important;
    width: 32px;
    height: 32px;
    background-image: url("../imgs/editText.png") !important;
}

.ui-icon.Tramitar {
    top: 0;
    left: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0 !important;
    width: 25px;
    height: 25px;
    background-image: url("../imgs/tramitar.png") !important;
}

.ui-icon.btnew {
    /*top: 0;
            left: 0;
            margin: 1px 5px 0 0;*/
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/new.png") !important;
}

.ui-icon.mnuReceber {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuReceber.png") !important;
}

.ui-icon.receberExterno {
    /*top: 0;
            left: 0;
            margin: 1px 5px 0 0;*/
    background-position: 0 0 !important;
    width: 25px;
    height: 25px;
    background-image: url("../imgs/mnuReceberExterno.png") !important;
}

.ui-icon.mnuReceberNormal {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuReceberNormal.png") !important;
}

.ui-icon.mnuTramitar {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuTramitar.png") !important;
}

.ui-icon.mnuTramitarNormal {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuTnormal.png") !important;
}

.ui-icon.mnuTramitarEstorno {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuEstorno.png") !important;
}

.ui-icon.mnuPararTramite {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuPararTramite.png") !important;
}

.ui-icon.mnuConsultar {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/iconLupa.png") !important;
}

.ui-icon.mnuConsultaNumero {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/graph1.png") !important;
}

.ui-icon.mnuConsultaPorData {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuPorData.png") !important;
}

.ui-icon.mnuManterProcesso {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuManterProcesso.png") !important;
}

.ui-icon.mnuConsultaInteressado {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuUsrInformation.png") !important;
}

.ui-icon.mnuSupport {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/support.png") !important;
}

.ui-icon.mnuFinalizar {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/iconCheck.png") !important;
}

.ui-icon.endereco {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/icone-endereco.png") !important;
}

.ui-icon.mnuInteressados {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuInteressados.png") !important;
}

.ui-icon.mnuInteressadoAdd {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuInteressadoAdd.png") !important;
}

.ui-icon.mnuInteressadoEdit {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuEditInteressado.png") !important;
}

.ui-icon.mnuEtiquetas {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuLabels.png") !important;
}

.ui-icon.mnuRelProcessosAbertos {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuReportOpen.png") !important;
}

.ui-icon.mnuRelProcessosParados {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuRelParados.png") !important;
}

.ui-icon.mnuGerenciamentoUsuario {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuGerenciamento.png") !important;
}

.ui-icon.mnuRelNatureza {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuRelNatureza.png") !important;
}

.ui-icon.mnuPorCPF {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuPorcpf.png") !important;
}

.ui-icon.mnuConsultaAssunto {
    top: 0;
    left: 0;
    margin: 1px 5px 0 0;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuAssunto.png") !important;
}

.ui-icon.mnuManterProcesso2 {
    top: 0;
    left: 0;
    margin: 3px 5px 0 2px;
    background-position: 0 0 !important;
    width: 16px;
    height: 16px;
    background-image: url("../imgs/mnuManterProcesso.png") !important;
}

.ui-icon.naoPodeSalvar {
    top: 0;
    left: 0;
    margin: 5px 0 0 5px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/cancel.png") !important;
}

.ui-icon.Imprimir {
    top: 0;
    left: 0;
    margin: 3px 0 0 5px;
    background-position: 0 0 !important;
    width: 60px;
    height: 40px;
    background-image: url("../imgs/printer.png") !important;
}

.img-button-edtusr {
    background-image: url("../imgs/editaSenhaUsuario.png") !important;
}

.verde {
    background-color: #00ff00;
    color: black;
}

.pendente {
    background-color: #E0F954;
    color: black;
}

.grid-login {
    border-radius: 10px;
}

.styleDialog1 {
    width: 217px !important;
    left: 145px !important;
    top: 411px !important;
}

.prorrogado {
    background-color: orange;
    color: white;
}

.andamento {
    background-color: white;
    color: black;
}

.recursado {
    background-color: red;
    color: white;
}

.legislacao {
    max-width: 900px;
    margin: 20px auto 0px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.legislacao a {
    color: #007bff !important;
}