@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("raleway.css");
@import "inspinia.custom.css";
@import "collapsible-card.css";

body {
    position: relative;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #676a6c;
    font-size: 13px;
    background-color: #2f4050 !important;
}

.ui-panel-title {
    font-family: "Raleway", sans-serif !important;
}

.image-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.wp-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.table-no-bordered th,
.table-no-bordered td {
    border: 0px !important;
}

.info-fixed.affix{
    border: 1px solid #cecece;
    width: 30%;
    padding: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    background: #ffffff;
}

.fundo-select-list .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-state-highlight{
    background-color: #1c84c6;
    color: #ffffff;
}

.icone-25 {
    width: 25px !important;
    height: 25px !important;
}

.azulnegrito {
    font-weight: bold !important;
    color: #497692;
}

.navbar-saneamento .navbar-inner {
    background: #56B6D4; !important /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3d79b0, #56B6D4); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3d79b0, #56B6D4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    max-height: 55px !important;
    color: #FEFEFE !important;
    text-shadow: 0 0px 0 #ffffff !important;
}

.navbar-saneamento .nav > li > a {
    color: #FEFEFE !important;
    text-shadow: 0 0px 0 #ffffff !important;
}

#menu {
    overflow-y: auto;
    overflow-x: hidden;
    width: 1px;
    background: #F4F5F7;
    background: -webkit-linear-gradient(to right, #D5D7DC, #F4F5F7);
    background: linear-gradient(to right, #D5D7DC, #F4F5F7);
    position: fixed;
    z-index: 9999;
    color: #172b4d;
    border-right: solid #c8cbcd 3px;
    top: 57px
}

#menu > #formulario-menu > #container-pesquisa {
    font-size: 11px;
    padding: 5px;
    margin-top: 10px;
    z-index: 99999;
    color: #3d79b0;
    text-decoration: none !important;
    background: #F4F5F7;
    background: -webkit-linear-gradient(to right, #D5D7DC, #F4F5F7);
    background: linear-gradient(to right, #D5D7DC, #F4F5F7);
}



#menu > #formulario-menu > #container-pesquisa a {
    color: inherit;
}

#menu > #formulario-menu > #container-pesquisa small {
    color: inherit;
    color: #56B6D4;
}

tr {
    height: unset !important;
}
.btn-menu {
    margin: -12px 20px 0 -20px !important;
    padding: 12px 12px !important;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    float: left;
    display: inline-block;
    font-weight: 400;
    line-height: 0.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
}

.btn-menu:hover {
    margin: -12px 20px 0 -20px !important;
    padding: 12px 12px !important;
    background-color: #1AB394;
    border-color: #1AB394;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    float: left;
    display: inline-block;
    font-weight: 400;
    line-height: 0.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
}

.navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu > li > ul {
    list-style: none;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > ul > li > a {
    display: block;
    padding: 1px 10px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: pre;
    text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default;
}

.open {
    *z-index: 1000;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.navbar-wp .nav li.dropdown.open > .dropdown-toggle {
    background-color: #293846 !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: #1A7BB9;
}

.dropdown-user {
    border-radius: 0 !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-default {
    background: linear-gradient(to right, #D5D7DC, #F4F5F7);
    color: #172b4d;
    border-right: 2px solid #E7EAEC;
    height: 100%;
}

#side-menu .nav > li > a {
    color: #172b4d !important;
    background: #eaebed;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
}

#side-menu li > a > i {
    font-family: 'FontAwesome';
    padding-right: 5px;
    font-style: normal;
}


#side-menu ul ul {
    list-style-type: none;
    padding: 0px !important;
}

#side-menu li {
    display: block !important;
    background: #F4F5F7;
}

#side-menu .nav > li > a:hover {
    background: #d5d7dc;
}

#side-menu li.active > ul > li {
    padding: 11px 20px 11px 15px;
    line-height: 12px;
}

#side-menu li.active > ul > li:hover {
    background: #E6E8ED;
}

#side-menu li.active {
    background: #f2f3f4 !important;
}

#side-menu li.active > ul > li > a {
    color: #172b4d;
    margin: 8px 0;
}
#side-menu li.active > ul > li.active > a,
#side-menu li.active > ul > li.active > ul {
    margin: 0 18px 18px 18px;
}
#side-menu li.active > ul > li > ul:first-of-type,
#side-menu li.active > ul > li.active > ul:first-of-type {
    margin-top: 18px !important;
}

.dropdown-menu > li > a > i {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 14px;
    margin-right: 10px;
}

#side-menu li > ul > li {
    padding: 8px 5px 8px 40px;
}

#side-menu li > ul > li > a {
    color: #172b4d !important;
}

#menu {
    overflow-y: auto;
    overflow-x: hidden;
    background: #F4F5F7;
    background: linear-gradient(to right, #D5D7DC, #F4F5F7);
    position: fixed;
    z-index: 9990;
    color: #172b4d;
    border-right: solid #c8cbcd 3px;
    top: 0;
    padding-top: 55px;
    display: block;
    width: 300px;
    height: 100%;
}

#nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

#page-wrapper {
    background: #F3F3F4 !important;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

tr {
    height: 32px;
}

.ui-separator {
    border-color: #333 !important;
    background: #333 !important;
}

#Formulario,
#FormularioPesquisa {
    margin-top: 15px;
    background: white;
}

#FormularioPesquisa {
    padding: 15px 20px !important;
}

#Formulario {
    background: #F3F3F4;
    border: 0px !important;
}

.ui-growl {
    z-index: 9999 !important;
}
.ui-growl-item-container {
    opacity: 1;
}
.ui-growl-message, .ui-messages {
    font-size: 14px;
    color: white;
}
.ui-growl-info {
    background-color: #4183b6 !important;
    border: none !important;
}
.ui-growl-warn {
    background-color: #fde58f !important;
    border: none !important;
}
.ui-messages-warn {
    background-color: transparent;
    border: none;
}
.ui-growl-warn .ui-growl-message, .ui-messages-warn .ui-messages-warn-detail {
    color: #333 !important;
}
.ui-growl-error, .ui-messages-error {
    background-color: #ee6e72 !important;
    border: none !important;
}
.ui-growl-fatal, .ui-messages-fatal {
    background-color: #333333 !important;
    border: none !important;
}


.ui-widget {
    font-size: 12px !important;
}



.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-datepicker-trigger,
.ui-chips-container {
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 6px 12px !important;
    background: #FFFFFF !important;
    color: #000000 !important;
    border-radius: 0px !important;
    margin-left: 5px;
}
.ui-datepicker-trigger {
    padding: 0 !important;
}
.ui-inputfield:focus,
.ui-widget-content .ui-inputfield:focus,
.ui-inputfield.ui-state-focus{
    border-color: #ccc !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
.ui-datepicker {
    width: 20em;
}
.ui-datepicker th,
.ui-datepicker th span,
.ui-datepicker tr td a {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif !important;
    font-weight: normal !important;
    color: #222222 !important;
}
.ui-datepicker th span {
    font-weight: bold !important;
}
.ui-datepicker tbody tr td a {
    border-radius: 0px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #ccc !important;
    background: #f5f5f5 !important;
}
.ui-datepicker tbody tr td.ui-state-disabled {
    background: white !important;
}
.ui-datepicker select.ui-datepicker-month option,
select option {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-weight: normal;
    font-size: 10px;
}
.ui-widget-header {
    border: 1px solid #ccc;
    background: #ccc;
    color: #222;
    font-weight: normal;
}
textarea.ui-inputfield,
.ui-widget-content .ui-inputfield {
    margin-left: 0px;
}

.ui-widget select {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 1em;
    color: #000000 !important;
    font-weight: normal;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
}

select {
    padding: 1px 5px !important;
    vertical-align: middle;
    margin: 0;
}

.ui-button {
    height: 30px;
    margin-right: 5px;
    width: 100px;
    background-color: #dde0e2;
    border: 1px solid #cdd0d2;
    font-weight: normal !important;
    border-radius: 3px !important;
    color: #000000 !important;
}
.ui-button span {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
}
.ui-button:hover {
    border: 1px solid #95a5a7 !important;
    background: #c9ccce;
}

.ui-button-icon-only {
    width: 28px;
}

.ui-button.pesquisar {
    margin-bottom: 15px;
}

.ui-button.operacao {
    border: 1px solid #ccc;
    background: #f5f5f5;
}
.ui-button.operacao:hover {
    border: 1px solid #95a5a7 !important;
    background: #c9ccce;
}

.ui-button.prioritario {
    color: #ffffff !important;
    border: 1px solid #1A7BB9 !important;
    background-color: #1A7BB9 !important;
}

.ui-button.botaoAtendimento {
    color: #ffffff !important;
    border: 1px solid #1A7BB9 !important;
    background-color: #1A7BB9 !important;
    font-size: 16px !important;
    height: 100px;
    width: 200px;
    margin: 10px !important;
    vertical-align: middle;
    padding-left: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.ui-button.botaoAtendimento:hover {
    background-color: #166BA0 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.ui-button.botaoAtendimento:active {
    background-color: #135A8C !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

.torneira {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/torneira48.png) !important;
}

.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon.ui-icon-alert.ui-confirm-dialog-severity {
    width: 32px;
    height: 32px;
}
.ui-icon.ui-icon-alert.ui-confirm-dialog-severity ~ .ui-confirm-dialog-message {
    line-height: 2.42857143 !important;
}

.ui-icon-plus {
    background: url(images/icons/16x16/plus-circle.png) !important;
}

.ui-icon-circle-plus {
    background: url(images/icons/16x16/plus-circle.png) !important;
}

.ui-icon-search {
    background: url(images/icons/16x16/lupa.png) !important;
}

.ui-icon-alert {
    background: url(images/icons/32x32/alert-large.png) !important;
}

.ui-icon-small-alert {
    background: url(images/icons/16x16/alert.png) !important;
}

.ui-icon-pencil {
    background: url(images/icons/16x16/lapis.png) !important;
}

.ui-icon-disk {
    background: url(images/icons/16x16/disquete.png) !important;
}

.ui-icon-cancel {
    background: url(images/icons/16x16/prohibition.png) !important;
}

.ui-icon-calculator {
    background: url(images/icons/16x16/calculator.png) !important;
}

.ui-icon-plusthick {
    background: url(images/icons/16x16/plus.png) !important;
}

.ui-icon-closethick {
    background: url(images/icons/16x16/cross.png) !important;
}

.ui-icon-arrowreturnthick-1-w {
    background: url(images/icons/16x16/arrow-180.png) !important;
}

.ui-icon-person {
    background: url(images/icons/16x16/user.png) !important;
}

.ui-icon-suitcase {
    background: url(images/icons/16x16/legal_user.png) !important;
}

.ui-icon-trash {
    background: url(images/icons/16x16/recycle.png) !important;
}

.ui-icon-note {
    background: url(images/icons/16x16/note.png) !important;
}



.ui-icon-confirm,
.ui-icon-check {
    background: url(images/icons/16x16/tick.png) !important;
}

.ui-icon-tag {
    background: url(images/icons/16x16/block.png) !important;
}

.ui-icon-category {
    background: url(images/icons/16x16/category.png) !important;
}

.ui-icon-document {
    background: url(images/icons/16x16/document.png) !important;
}

.ui-icon-water {
    background: url(images/icons/16x16/waterdrop.png) !important;
}

.ui-icon-ruler {
    background: url(images/icons/16x16/ruler.png) !important;
}

.ui-icon-chart {
    background: url(images/icons/16x16/quality_chart.png) !important;
}

.ui-icon-checklist {
    background: url(images/icons/16x16/checklist.png) !important;
}

.ui-icon-download {
    background: url(images/icons/16x16/download-direto.png) !important;
}

.icon-revision {
    background: url(../images/icons/revision.png) !important;
}

.ui-icon-accept {
    background: url(images/icons/16x16/accept.png) !important;
}

.ui-button-icon-left {
    left: .5em;
}

.ui-icon-gallery {
    background: url(images/icons/16x16/gallery.ico) !important;
}

.ui-datatable thead th,
.ui-datatable tbody tr td
{
    border-width: 1px 0px !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background: #f5f5f5 !important;
}

.ui-datatable thead th span,
.ui-datatable tbody tr td {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif !important;
}

.ui-datatable thead th:first-of-type,
.ui-datatable tbody tr td:first-of-type {
    border-left-width: 1px !important;
}

.ui-datatable thead th:last-of-type,
.ui-datatable tbody tr td:last-of-type {
    border-right-width: 1px !important;
}

.ui-datatable .ui-expanded-row-content td,
.ui-datatable-even-ui-expanded-row .ui-expanded-row-content td{
    background: #f5f5f5 !important;
}

.ui-datatable tbody tr td,
.ui-datatable .ui-expanded-row-content td tr td,
.ui-datatable-even-ui-expanded-row .ui-expanded-row-content td tr td{
    background-color: #ffffff !important;
}

.ui-datatable .ui-expanded-row-content td thead tr td {
    padding: 0 4px;
}

.ui-datatable .ui-expanded-row-content td thead tr td button {
    height: 25px;
    margin-top: 2px;
}

.ui-datatable .ui-expanded-row-content td thead tr td,
.ui-datatable table tbody .ui-expanded-row-content td thead th {
    background: #cccccc !important;
    text-transform: initial !important;
    border-radius: 0px !important;
}

.ui-datatable tbody tr.ui-datatable-odd td {
    background: #f5f5f5 !important;
}

.ui-datatable thead {
    border-bottom: 2px solid #cccccc;
}

.ui-panel {
    margin-bottom: 15px;
}

.ui-panel .ui-panel-titlebar {
    padding: 7px 5px 5px 10px !important;
    border: 1px solid #ccc;
    background: #ccc;
}

.ui-panel .ui-panel-title,
.ui-dialog.ui-widget-content .ui-dialog-title {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
}

label {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;;
    font-size: 12px;
    font-weight: normal;
}

.campo-obrigatorio {
    font-weight: bold !important;
    color: #cd0a0a !important;
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
}

.panel-paginacao div[class^="col"] {
    padding-right: 0;
    padding-left: 0;
}

.panel-paginacao.row {
    margin: 0;
}

.panel-paginacao .col-md-12 {
    border: 1px solid #ccc;
    background: #ccc;
    color: #222;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
}

.panel-paginacao .pagination {
    margin: 0;
}

.panel-paginacao .btn {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
    color: #212529 !important;
    padding: .3em 1em;
    color: #212529 !important;
    background: #ffffff ;
    border: none !important;
    border-radius: 3px !important;
}

.panel-paginacao .btn:hover {
    border: 1px solid #95a5a7 !important;
    padding: .3em 1em;
}

.panel-paginacao .botao-cabecalho-selecionado {
    background: #7e7c80 !important;
    color: #ffffff !important;
}

.panel-paginacao .botao-cabecalho-selecionado.btn:hover {
    border: 1px solid #95a5a7 !important;
}

.panel-paginacao .negrito {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
    background-color: transparent;
    border: none;
    color: #000000 !important;
}

.panel-paginacao .btn:hover {
    border: 1px solid #95a5a7 !important;
}

.panel-paginacao .ui-state-disabled {
    opacity: .35 !important;
}

.panel-paginacao .ui-button.ui-state-disabled:hover {
    border: none !important;
    background: #dde0e2 !important;
}

.panel-paginacao .col-md-3 {
    margin-top: 3px;
}

.panel-paginacao .col-md-2 h5,
.panel-paginacao .col-md-2 span {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
    color: #222222;
}

.panel-paginacao .col-md-2 h5 {
    font-weight: normal;
    margin: 10px 0px 0px 0px;
}

.panel-paginacao .col-md-2 span {
    font-weight: 600;
}

.ui-icon-primeiro {
    background-image: url(images/icons/16x16/control-stop-180.png) !important;
}

.ui-icon-proximo {
    background-image: url(images/icons/16x16/control-skip.png) !important;
}

.ui-icon-anterior {
    background-image: url(images/icons/16x16/control-skip-180.png) !important;
}

.ui-icon-ultimo {
    background-image: url(images/icons/16x16/control-stop.png) !important;
}

hr {
    margin-block-end: 0;
}

.layout-pesquisa a {
    color: #000000 !important;
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px !important;
    border: 1px solid #DDDDDD !important;
    background-color: #F9F9F9 !important;
    border-radius: 3px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 10px 0px 13px 5px;
    height: 30px;
    width: 150px;
}
.layout-pesquisa a:hover {
    background-color: #F9F9F9 !important;
    color: #676a6c !important;
    border: 1px solid #DDDDDD !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.layout-pesquisa .ui-button {
    margin: 10px 0px;
}

.layout-pesquisa .ui-outputpanel tbody tr,
.layout-pesquisa .ui-datatable tbody tr {
    height: 0px;
}
.layout-pesquisa .ui-datatable tbody tr td {
    padding: 0px 10px;
    font-size: 10px !important;
}
.layout-pesquisa .ui-datatable thead {
    border-bottom: 1px solid #cccccc;
}
.layout-pesquisa .ui-datatable tbody tr td .ui-chkbox {
    padding-top:5px;
}
.layout-pesquisa table .ui-button {
    margin: 1px 1px 1px 10px;
    height: 20px;
    width: 90%;
}
.layout-pesquisa table .ui-button .ui-button-text {
    line-height: 15px;
    font-size: 10px;
}

.layout-pesquisa .ui-inputfield {
    padding: 4px !important;
    margin-left: 5px;
}

.layout-pesquisa .ui-chkbox .ui-chkbox-box,
.layout-pesquisa .ui-widget select {
    margin-left: 5px;
}

.layout-pesquisa .ui-button-text-only .ui-button-text {
    padding: .2em 1em;
}

.ui-radiobutton .ui-radiobutton-box {
    width: 16px;
    height: 16px;
    line-height: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ui-radiobutton-box.ui-state-active {
    border: 1px solid #5A738D;
    background: #ffffff url('images/ui-bg_flat_0_ffffff_40x100.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #222;
}
.ui-radiobutton-box .ui-state-active .ui-icon {
    background-image: url('images/ui-icons_1e5580_256x240.png');
}
.ui-icon-bullet {
    background-position: -81px -145px;
}
.btPesquisa,
#menu {
    display: none;
}

.observacoes,
.observacoes table,
.observacoes table textarea,
.duas-colunas,
.ui-tabs-panel textarea,
textarea.ui-inputfield {
    width: 100%;
    font-weight: normal !important;
}

.exibicao table tbody tr td,
.exibicao .ui-panel .ui-panel-content{
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif !important;
}
.exibicao table tbody tr td label {
    margin-bottom: 0;
}
.exibicao .ui-panel .ui-panel-content table tbody tr td:last-child,
.exibicao .ui-panel .ui-panel-content table tbody tr td:last-child label,
.exibicao .ui-panel .ui-panel-content {
    font-weight: bold !important;
}

.exibicao .ui-datatable table tbody tr.ui-expanded-row-content td td:last-child,
.exibicao .ui-datatable table tbody tr.ui-expanded-row-content td td:last-child,
.exibicao .ui-tabs-panel table tbody tr td:last-child,
.exibicao .ui-tabs-panel table:first-child tbody tr td:last-child label,
.exibicao .ui-datatable table:first-child tbody tr td:last-child,
.ui-autocomplete-query {
    font-weight: normal !important;
}

.ui-cell-editor-output, .ui-autocomplete-query {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif !important;
}

.ui-autocomplete-panel .ui-autocomplete-list {
    padding: 0.4em;
    border: 0 none;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
    border: 0px none;
    cursor: pointer;
    font-weight: normal;
    margin: 1px 0;
    padding: 3px 5px;
    text-align: left;
    background: white;
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
}

.ui-inputfield.ui-autocomplete-input {
    background: #F3F3F3 !important;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-state-disabled {
    opacity: .35 !important;
}

.mtop20 {
    margin-top: 20px;
}

.mtop15 {
    margin-top: 15px;
}

.white-bg {
    background-color: white !important;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
    margin-top: 5px;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar {
    background-color: #F3F3F3;
}
.ui-confirm-dialog-severity {
    margin-top: 2px;
}
.ui-dialog .ui-dialog-buttonpane {
    background-color: #F3F3F3;
    margin: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: white;
}
.ui-confirm-dialog-message {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
}
label.ui-state-disabled {
    background-color: transparent !important;
}
.label-top tbody tr td {
    vertical-align: top;
}

.ui-widget input,
#dashboard .exibicao .ui-panel .ui-panel-content label,
#dashboard .exibicao .ui-panel .ui-panel-content table tbody tr td:first-child label,
#dashboard .exibicao .ui-panel .ui-panel-content table tbody tr td:first-child {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif !important;
    font-weight: normal !important;
}
#dashboard form > .ui-panel{
    padding-top: 15px !important;
}

/*#dashboard hr {*/
/*    margin-top: 5px;*/
/*}*/
#dashboard .btn-panel button {
    width: 23%;
    height: 75px;
    margin: 10px 0px 0px 5px;
}

#dashboard textarea {
    min-height: 100px;
}

#dashboard table.table-img tbody tr td:last-child {
    vertical-align: top;
}

#dashboard table.table-img tbody tr td:last-child img {
    float: right;
}

.btn-float {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border: 1px solid #1A7BB9 !important;
    background-color: #1A7BB9 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 40px;
    width: 80px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
}
.btn-float:hover {
    background-color: #6BB4E4 !important;
    color: #ffffff !important;
    border: 1px solid #6BB4E4 !important;
}
.btn-float.ui-state-active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.input-float {
    z-index: 9000;
    position: absolute;
    right: 40px;
    top: 95px;
    text-align: right;
    display: inline-block;
    float: right;
}
.input-float span input {
    font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif !important;
    font-weight: normal !important;
}

.width200 {
    width: 200px;
}

.centralizado {
    text-align: center;
}

.mtop100 {
    margin-top: 100px !important;
}

.text-raleway {
    font-family: 'Raleway', sans-serif;
}

.mtop05 {
    margin-top: 05px !important;
}

.alert {
    color: #c09853;
    margin: 0;
    position: relative;
    top: -2px;
    line-height: 20px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.ui-icon-gear {
    background: url(images/icons/16x16/gear.png) !important;
}

.mtop02 {
    margin-top: 02px !important;
}

.mtop10 {
    margin-top: 10px !important;
}

.mtop30 {
    margin-top: 20px !important;
}

.mrig05 {
    margin-right: 05px !important;
}

.mlef05 {
    margin-left: 05px !important;
}

.mbot10 {
    margin-bottom: 10px !important;
}

.ui-icon-export-pdf {
    background: url(images/icons/export/pdf.png) !important;
}

.ui-icon-export-csv {
    background: url(images/icons/export/csv.png) !important;
}

.ui-icon-export-xlsx {
    background: url(images/icons/export/xlsx.png) !important;
}

.ui-icon-export-text {
    background: url(images/icons/export/text.png) !important;
}

.ui-icon-export-word {
    background: url(images/icons/export/word.png) !important;
}

.ui-icon-export-xml {
    background: url(images/icons/export/xml.png) !important;
}

.ui-icon-export-html {
    background: url(images/icons/export/html.png) !important;
}

.ui-icon-info {
    background: url(images/icons/16x16/information.png) !important;
}

.ui-icon-blue-document-copy {
    background: url(images/icons/16x16/blue-document-copy.png) !important;
}

.ui-icon-arrow-up {
    background: url(images/icons/16x16/arrow-up-medium.png) !important;
}

.ui-icon-arrow-down {
    background: url(images/icons/16x16/arrow-down-medium.png) !important;
}

.ui-icon-calendar {
    background: url(images/icons/16x16/calendar-select.png) !important;
}

.ui-icon-export {
    background: url(images/icons/16x16/export.png) !important;
}

.ui-icon-clock {
    background: url(images/icons/16x16/clock-frame.png) !important;
}

.ui-icon-transferthick-e-w {
    background: url(images/icons/16x16/transfer.png) !important;
}

.ui-icon-print {
    background: url(images/icons/16x16/printer.png) !important;
}

.ui-icon-clear {
    background: url(images/icons/16x16/broom.png) !important;
}

.alinhamentoDireita {
    text-align: right !important;
}

.alinhamentoEsquerda {
    text-align: left !important;
}

.alinhamentoCentralizado {
    text-align: center !important;
}

.italico {
    font-style: italic;
}

.botaoSemPadding .ui-button-text-only .ui-button-text {
    padding: 0px !important;
}

.negrito {
    font-weight: bold !important;
}

.botao-cabecalho-tabela {
    color: #212529 !important;
    background: #ffffff !important;
    border: 1px solid #ccc;
}

.botao-cabecalho-selecionado {
    background: #7e7c80 !important;
    color: #ffffff !important;
}

.ui-button.prioritario:hover, .ui-button.prioritario:active {
    background-color: #6BB4E4 !important;
    color: #ffffff !important;
    border: 1px solid #6BB4E4 !important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05) !important;
}

.ui-button.condicao-consulta-entidade-and {
    color: #ffffff !important;
    border: 1px solid #299DA8 !important;
    background-color: #299DA8 !important;
    border-radius: 5px !important;
    width: 40px !important;
    font-size: 12px !important;
}

.ui-button.condicao-consulta-entidade-or{
    color: #ffffff !important;
    border: 1px solid #3a87ad !important;
    background-color: #3a87ad !important;
    border-radius: 5px !important;
    width: 40px !important;
    font-size: 12px !important;
}

.relatorio {
    z-index: 9999 !important;
    width: 80% !important;
    align-content: center;
}

.width-height-20 {
    width: 20px !important;
    height: 20px !important;
}

.consulta-entidade-tabela {
    border-width: 1px 0px !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background: #F5F5F5 !important;
}

.consulta-entidade-total {
    background: #cccccc !important;
}

.arquivo-download {
    width: 150px;
    height: 30px;
}

.ui-messages-info, .ui-message-info {
    color: #00529B !important;
    background-color: #BDE5F8 !important;
    border-color: #00529B !important;
}

.ui-messages-warn, .ui-message-warn {
    color: #9F6000 !important;
    background-color: #FEEFB3 !important;
    border-color: #9F6000 !important;
}

.ui-messages-error, .ui-message-error {
    color: #D8000C !important;
    background-color: #FFBABA !important;
    border-color: #D8000C !important;
}

.ui-messages-fatal, .ui-message-fatal {
    color: #000000 !important;
    background-color: #CC0000 !important;
    border-color: #000000 !important;
}

.ui-autocomplete-dropdown {
    background: url(images/icons/16x16/drop-down.png) no-repeat center !important;
    background-size: 8px !important;
}

.ui-widget.ui-panelmenu-header.ui-state-default.ui-corner-all, .botao-logout {
    width: 300px;
    height: 35px;
    display: flex;
    align-items: center;
    color: #172b4d !important;
    background: #eaebed;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    border: none;
}

.dialog-recursos {
    position: fixed !important;
    width: auto;
    height: auto;
    top: 160px !important;
    left: 480px !important;
    right: 480px !important;
    visibility: visible;
    z-index: 1013;
}

.ui-icon-lapis-plus {
    background: url(images/icons/16x16/pencil_add.png) !important;
}

.ui-icon-none {
    background: none !important;
}

.tab-view-geral ul.ui-tabs-nav {
    background: #CCC !important;
}

.tab-view-geral ul.ui-tabs-nav li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a {
    background-color: white !important;
    color: black;
}

.tab-view-geral ul.ui-tabs-nav li.ui-state-default.ui-corner-top a {
    background-color: #f5f5f5 !important;
    color: black;
}

.btn-adicionar-favorito {
    background: none;
    border: none;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    color: #676A6C;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
}

.btn-adicionar-favorito:hover, .item-favorito:hover, .item-favorito:hover .texto-favoritos {
    background-color: #0080C1;
    color: #fff !important;
    border-radius: 4px !important;
}

.navbar .btn-adicionar-favorito:focus {
    outline: none;
}

#dlg-favoritos {
    width: 25% !important;
}

.panel-favoritos {
    max-width: 100%;
}

.texto-favoritos {
    color: black;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 20px;
}

#dropdown-favoritos {
    max-width: 350px;
    white-space: nowrap;
}

.icone-20 {
    width: 20px !important;
    height: 20px !important;
}

.mbot05 {
    margin-bottom: 05px !important;
}

.mlef15 {
    margin-left: 15px !important;
}

.mrig15 {
    margin-right: 15px !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    border-radius: 4px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 13px 0 rgba(62, 44, 90, .08);
    box-shadow: 0 0 13px 0 rgba(62, 44, 90, .08);
}

.icone-30 {
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
}

.ui-icon-uncheck-boolean {
    background: url(images/icons/16x16/uncheck-boolean.png) !important;
}

.column-referencia {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
}

.column-divida {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
}

.column-valores {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    line-height: 32px ;
    position: relative;
}

.column-situacao {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
}

.tableParcelas {
    display: table;
    border-collapse: separate;
    border-spacing: 2px !important;
    border-color: grey;
    height: 20px;
    width: 100%;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold !important;
}

.tableCompacta {
    display: table;
    border-collapse: separate;
    border-color: grey;
    width: 100%;
    line-height: 20px;
    font-size: 11px;;
}

@media (min-width: 800px) {
    .user-info {
        max-width: 100px;
    }

    .column-referencia {
        max-width: 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-divida {
        max-width: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-valores {
        max-width: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-situacao {
        max-width: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 1000px) {
    .user-info {
        max-width: 150px;
    }

    .column-referencia {
        max-width: 70px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-divida {
        max-width: 60px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-valores {
        max-width: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-situacao {
        max-width: 40px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 1100px) {
    .user-info {
        max-width: 250px;
    }

    .column-referencia {
        max-width: 110px;
        text-overflow: clip;
        white-space: normal;
    }

    .column-divida {
        max-width: 100px;
        text-overflow: clip;
        white-space: normal;
    }

    .column-valores {
        max-width: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-situacao {
        max-width: 50px;
        text-overflow: clip;
        white-space: normal;
    }
}

@media (min-width: 1366px) {
    .user-info {
        max-width: 390px;
    }

    .column-referencia {
        max-width: 180px;
        text-overflow: clip;
        white-space: normal;
    }

    .column-divida {
        max-width: 170px;
        text-overflow: clip;
        white-space: normal;
    }

    .column-situacao {
        max-width: 50px;
        text-overflow: clip;
        white-space: normal;
    }
}

.width100 {
    width: 100px;
}

.mrig03 {
    margin-right: 03px !important;
}

.ui-button.botao-select-desmarcado {
    border-style: solid !important;
    background: #d0e5f5 !important;
    border-color: #92b8d3 !important;
}

.textomedio {
    font-size: 10pt !important;
    font-weight: normal !important;
}

.mlef03 {
    margin-left: 03px !important;
}

.vinteLarguraVinteAltura {
    width: 20px !important;
    height: 20px !important
}

.vermelhonegrito {
    font-weight: bold !important;
    color: tomato;
}

.ui-grid td {
    white-space: nowrap;
}

.somenteBotao .fileupload-buttonbar {
    padding: 0px !important;
    margin-top: 5px;
    border: none !important;
    background: none !important;
}

.somenteBotao .fileupload-content {
    border: none !important;
    height: 0px !important;
}

.somenteBotao table.files {
    position: relative;
    z-index: 99;
    top: -39px;
    right: -100px;
    background: #fef6f3 !important;
    border: solid red 1px !important;
}

.bordaSimples {
    border-collapse: collapse;
}

.bordaSimples tr td {
    border: 1px solid #d3d3d3;
}

.bordaSimples tr {
    text-align: left;
}

.panel-pesquisa-menu {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 2px;
    max-height: 40px;
}
.panel-resultado-menu {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}
#menu > #formulario-menu input {
    border: none;
    height: 30px;
    background: transparent !important;
}
#menu > #formulario-menu hr {
    margin-top: 0;
    border: none;
}

.somenteBotao .ui-fileupload-buttonbar {
    padding: 0px !important;
    margin-top: 5px;
    border: none !important;
    background: none !important;
}

.somenteBotao .ui-fileupload-buttonbar .ui-button {
    width: auto !important;
}

.somenteBotao .ui-fileupload-content {
    border: none !important;
    height: 0px !important;
}

.somenteBotao .ui-fileupload-files {
    position: relative;
    z-index: 99;
    top: -39px;
    right: -100px;
    background: #fef6f3 !important;
    border: solid red 1px !important;
}

legend {
    width: auto !important;
    font-size: 12px !important;
}

.invisivel {
    display: none !important;
}

.icon-arrecadacao {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/arrecadacao.png) !important;
}

.icon-relatorio-arrecadacao {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/relatorioArrecadacao.png) !important;
}

.icon-hidrometro {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/hidrometro.png) !important;
}

.icon-mao-agua {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/mao-agua.png) !important;
}

.icon-corte-agua {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/corte-agua.png) !important;
}

.icon-parametro {
    width: 48px !important;
    height: 48px !important;
    top: 32% !important;
    background: url(images/icons/48x48/parametro.png) !important;
}

.iconSize15 .ui-icon,
.iconSize15 .pi {
    font-size: 15px !important;
}
