root { 
    display: block;
}

html, body {
    display: block;
    height: 100%;
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    min-width: 600px;
}

body:before {
    content:"";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#wrap {
    min-height: 100%;
}

#wrap2 {
    padding-bottom: 2em;
}

#top {
    display: block;
    position: relative;
    min-height: 30px;
    color: white;
    background-color: #4b5d79;
    background-repeat: repeat-x;
    background-position: top;
    background-image: url("/IMZZ-Portal/javax.faces.resource/gradient-top.png.xhtml?ln=images");
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAUVBMVEVLXXlMXnpOYHxQY39TZYFVZ4NXaYVZa4hbbopdcIxgco5idJFkdpNmeZVoe5dqfZptf5xvgZ5xg6BzhqJ1iKV3iqd5jKl8j6t+ka6Ak7CBlLHKa96CAAAAAWJLR0QAiAUdSAAAADFJREFUCNcdwYcNgCAAALC6twhu/j/UxFaWvR63y+mwS6JNsFrMJqNBr9Nq1Cqlwu8DPYcBeo49UAgAAAAASUVORK5CYII=");
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8194B1), to(#4B5D79));
    background-image: -webkit-linear-gradient(top, #8194B1 0%, #4B5D79 100%);
    background-image:    -moz-linear-gradient(top, #8194B1 0%, #4B5D79 100%);
    background-image:     -ms-linear-gradient(top, #8194B1 0%, #4B5D79 100%);
    background-image:      -o-linear-gradient(top, #8194B1 0%, #4B5D79 100%);
    background-image:         linear-gradient(to bottom, #8194B1, #4B5D79 100%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 2; /* kvoli tienu */
}

#top2 {
    padding: 0.5em;
    overflow: hidden;
}

#appname {
    float: left;
    font-size: 120%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#appname a {
    font-size: 100%;
    color: white;
}

#topright {
    float: right;
}

#top a {
    color: white;
    text-decoration: none;
}

#top a:hover {
    text-decoration: underline;
}

.centerbox {
    margin: 0 auto;
    width: 50em;
}

#header {
    display: block;
    position: relative;
    min-height: 96px;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url("/IMZZ-Portal/javax.faces.resource/gradient-header.png.xhtml?ln=images");
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEsCAMAAAA1jinnAAAAVFBMVEXQ0NDW1tbe3t7k5OTo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7///+o/LmHAAAAAWJLR0QAiAUdSAAAAD9JREFUKM/twocJgEAABMEzZ98c++9TObYJQWZ06/cNF047sNuGFQtmmzBiQLAeHVo0VqNCaQVyZJa+EsWKpAcgpRtwTL+iFwAAAABJRU5ErkJggg==");
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cbcbcb), color-stop(0.04, #e6e6e6), color-stop(1.0, #ffffff));
    background-image: -webkit-linear-gradient(bottom, #cbcbcb 0%, #e6e6e6 4px, #ffffff 100%);
    background-image:    -moz-linear-gradient(bottom, #cbcbcb 0%, #e6e6e6 4px, #ffffff 100%);
    background-image:     -ms-linear-gradient(bottom, #cbcbcb 0%, #e6e6e6 4px, #ffffff 100%);
    background-image:      -o-linear-gradient(bottom, #cbcbcb 0%, #e6e6e6 4px, #ffffff 100%);
    background-image:         linear-gradient(to top, #cbcbcb, #e6e6e6 4px, #ffffff 100%);
    border-bottom: 1px solid #999;
}

#header2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
}

#header2 h1 {
    margin: 0;
    font-size: 280%;
    padding-bottom: 0.35em;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

#header2 ul {
    display: block;
    padding: 0;
    padding-left: 1em;
    margin: 0;
    position: absolute;
    bottom: -1px;
}

#header2 ul li {
    display: block;
    float: left;
    margin: 0 0.25em;
}

#header2 ul li a {
    display: block;
    padding: 0.5em 1em;
    font-size: 100%;
    background: #f9f9f9;
    color: black;
    text-decoration: none;
    border: 1px solid #999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#header2 ul li a.selected {
    background: white;
    border-bottom: 1px solid transparent;
}

#header2 ul li a:hover {
    background: white;
}

#lang-menu {
    text-align: right;
    color: black;
    padding-top: 0.5em;
    padding-right: 1em;
}

#lang-menu a {
    color: black;
    text-decoration: none;
}

#lang-menu a:hover {
    text-decoration: underline;
}

#content {
    padding: 1em;
}

#footer {
    position: relative;
    margin-top: -2em;
    height: 2em;
    color: #999;
    background: white;
}

#footer2 {
    border-top: 1px solid #999;
    text-align: center;
    font-size: 90%;
    padding-top: 0.5em;
}

#footer a {
    font-size: 100%;
    color: #999;
}

.login-box {
    margin: 0 auto;
    margin-bottom: 2em;
    width: 21em;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 1em 1em;
    color: black;
    background: #f2f2f2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.login-box .field {
    margin: 1em 0;
}

.login-box .field label {
    display: inline-block;
    width: 6em;
    text-align: right;
}

.login-box .field input {
    width: 12em;
}

.login-box .field label, .login-box .field input {
    font-size: 100%;
}

.login-box .submit {
    text-align: center;
    margin-top: 1em;
}

.login-box .submit button {
    padding: 0.2em 0.6em;
    font-size: 100%;
}

.list-table, .data-table {
    width: 100%;
    margin: 0.5em 0;
}

.attr-table {

    margin: 0.5em 0;
}

.list-table {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.list-table th, .data-table th {
    vertical-align: top;
}

.list-table th select, .list-table th input, .data-table th select, .data-table th input {
    /* Bez tohto pravidla je MCW bunky so vstupom bez wrapu,
     * takze overflowne sirku strany
     */
    width: 100%;
}

.list-table caption, .data-table caption {
    margin: 0.5em 0;
}

.list-table caption {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.list-table .filter-reset, .attr-table .filter-reset, .ext-list-table .filter-reset{
    display: inline-block;
    background-image: url("/IMZZ-Portal/javax.faces.resource/reset_filter.png.xhtml?ln=images");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 16px;
    padding-left: 20px;
    float: left;
}

.selectfield-reset {
    display: inline-block;
    background-image: url("/IMZZ-Portal/javax.faces.resource/reset_filter.png.xhtml?ln=images");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 16px;
    padding-left: 20px;
    /*float: right;*/
    text-align: right;
}

.list-table .row-count {
    display: inline-block;
    float: right;
}

.data-table .w1 {
    width: 1%;
}

.data-table .w2-5 {
    width: 2.5%;
}

.data-table .in-template-row {
    width: 20px;
    background-color: green !important;
}

.data-table .out-of-template-row {
    width: 20px;
    background-color: red !important;
}

.data-table .w10 {
    width: 10%;
}

.data-table .w15 {
    width: 15%;
}

.data-table .w30 {
    width: 30%;
}

.data-table .w50 {
    width: 50%;
}

.data-table .w90 {
    width: 90%;
}

.expand-input.with-border {
    border: 1px solid #C4C0B9;
}

.expand-input input, .expand-input select {
    width: 100%;
}

.expand-input.with-border input {

    border: none;
}

.column-right {
    text-align: right;
}

.scrollbox {
    overflow: auto;
}

#content h1 {
    font-size: 125%;
    margin: 0.2em 0;
}

#content h2 {
    font-size: 110%;
    margin: 0.2em 0;
}

.top-actions {
    display: block;
    padding: 0;
    margin: 0.5em 0;
}

.top-actions li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-actions li a, a.buttonlike {
    display: block;
    padding: 0.4em 0.6em;
    margin: 0;
    text-decoration: none;
    background-color: #D4CFC7;
    background-image: url("");
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #C4C0B9;
    border-radius: 0;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border-style: outset;
    -moz-appearance: button;
}

.top-actions li a:hover, a.buttonlike:hover {
    text-decoration: underline;
    background-image: url("");
    background-position: left bottom;
    background-repeat: repeat-x;
}

.onecol {
    margin: 0.5em 0;
}

.twocol {
    overflow: hidden;
    margin: 0.5em 0;
}

.twocol-left, .twocol-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.twocol-left > .twocol-in {
    padding-right: 0.25em;
}
.twocol-right > .twocol-in {
    padding-left: 0.25em;
}

@media all and (max-width: 779px) {
    .twocol-left, .twocol-right {
        display: block;
        width: 100%;
    }

    .twocol-left {
        margin-bottom: 0.5em;
    }

    .twocol-left > .twocol-in {
        padding-right: 0;
    }
    .twocol-right > .twocol-in {
        padding-left: 0;
    }
}

.panelGridColumnTitle {
    width: 15em;
    text-align: right;
    padding-right: 0.5em;
    vertical-align: top;
}

.panelGridColumnData {
    vertical-align: top;
}

.poznamka {
    min-height: 2em;
    padding: 0.5em;
}

div.poznamka {
    border: 1px solid #C4C0B9;
}

.poznamka-edit {
    min-height: 2em;
    width: 100%;
}

.msg-error {
    color: red;
}

.msg-error.block {
    display: block;
}

.msg-info {
    color: blue;
}

.msg-info.block {
    display: block;
}

.radiotable {
    display: block;
    margin-bottom: 0.5em;
}

.radiotable tbody, .radiotable tr {
    display: inline;
    margin: 0;
    padding: 0;
}

.radiotable td {
    display: inline-block;
    margin: 0;
    margin-right: 0.5em;
    padding: 0;
    line-height: 1.5em;
    vertical-align: middle;
}

.radiotable input {
    margin: 0;
    vertical-align: middle;
}

.radiotable label {
    vertical-align: middle;
}

.leftmenu {
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #C4C0B9;
}

.leftmenu li {
    display: block;
    list-style-type: none;
}

.leftmenu a {
    display: block;
    padding: 0.25em;
    text-align: center;
    color: black;
    background: #d4cfc7;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url("/IMZZ-Portal/javax.faces.resource/gradient-item.png.xhtml?ln=images");
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAMAAACqJUG4AAAAP1BMVEXUz8fV0MjW0crX08vZ1M3a1c7b19Dc2NHe2dPf29Xg3Nbh3djj39nk4Nvl4dzm497o5N/p5eHq5+Lr6OTt6uYwyBr1AAAAK0lEQVQI16XBgQFAIAAAsCkihcL/t3ZEm9/n1TWP26UqTtlhl2xWUbCYMABHNgDTas61CAAAAABJRU5ErkJggg==");
    text-decoration: none;
}

.leftmenu a:hover {
    text-decoration: underline;
}

.leftmenu li+li a {
    border-top: 1px solid #C4C0B9;
}

.leftmenu .selected {
    font-weight: bold;
    color: black;
}

.leftsel {
    overflow: hidden;
}

.leftsel-right {
    padding: 0.5em;
    padding-left: 12.5em;
}

.leftsel-left {
    width: 11em;
    float: left;
    padding: 0.5em;
}

div.registerlink, div.registersubmit {
    text-align: center;
}

a.registerlink {
    display: inline-block;
}

.registersubmit input {
    font-size: 100%;
    font-weight: bold;
    padding: 0.4em;
}

.registersubmit input+input {
    margin-left: 3em;
}

/* komponenty - TODO presunut */
.rf-sel-cntr {
    font-size: inherit !important;
}

.rf-msgs-err {
    background-image: none !important;
    padding-left: 0 !important;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* devel */
#javax_faces_developmentstage_messages {
    display:block;
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid orange;
    padding: 1em;
    color: black;
    background: rgba(255, 255, 255, 0.7);
    width: 50%;
}

#javax_faces_developmentstage_messages:hover {
    opacity: 0.3;
}

#javax_faces_developmentstage_messages li {
    list-style-type: none;
    color: black !important;
}

.toolbarTitle {
    font-size: 130%;
    font-weight: bold;
    padding-left: 8px;

}

.rf-edt-hdr-c {
    border-right:none !important;
    border-bottom:none !important;
}

.rf-edt-c {
    height: 100% !important;
    border-right:none !important;
    border-bottom:none !important;
}

.rf-edt-cnt td {
    border-bottom: 1px solid #C4C0C9;
    border-right: 1px solid #C4C0C9;
}

.list-table .page-size-item {
    padding-right: 1em;
    white-space: nowrap;
}

.list-table .footer-left {
    width: 20%;
    text-align: left;
}

.list-table .footer-center {
    width: 60%;
    text-align: center;
}

.list-table .footer-right {
    width: 20%;
    text-align: right;
}

.list-table .rf-sel {
    width: 100% !important
}

.list-table .rf-sel-cntr {
    width: 80% !important;
}

.dt-filter-select {
    width: 95%;
    text-align: left;
}

.dt-filter-clear {
    width: 5%;
    text-align: right;
}

.ana-edit-table-hdr-left {
    overflow: hidden;
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 8pt;
}

.ana-edit-table-hdr-right {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 8pt;
}

.ana-edit-table-hdr-legend-item {
    display: inline-block;
    float: none;
    vertical-align: middle; 
    white-space: nowrap;
}

.ana-edit-table-hdr-legend-in, .ana-edit-table-hdr-legend-out {
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C0C9;
    margin-left: 10px;

}

.ana-edit-table-hdr-legend-in { 
    background-color: green;
}

.ana-edit-table-hdr-legend-out {
    background-color: red;
}  

.msg-error-block {
    display: block;
    color: red;
}

.objectPos {
    text-align: right;
}

.edt-filter {

}

.edt-filter-select {
    display: block;
    text-align: left;
    padding-right: 28px;
}

.edt-filter-select input {
    width: 100%;
}

.edt-filter-clear {
    display: block;
    float: right;
    padding: 1px;
}

.edt-filter-select > span {
    display: block;
}

.err-page-message {
    display: block;
    font-size: 130%;
    font-weight: bold;
    margin-top: 5px;
}
.err-page-recommendation {
    display: block;
    font-size: 130%;
    font-weight: normal;
    margin-top: 20px;
}
.err-page-lockedby {
    display: block;
    font-size: 150%;
    font-weight: normal;
    margin-top: 20px;
}

.nowrapcolumn {
    white-space: nowrap;
}

.row-red-color {
    color: red !important;
}
.row-blue-color {
    color: blue !important;
}
.row-black-color {
    color: black !important;
}
.activationTitle {
    font-size: 150%;
}

.ext-list-table {
    width: 100%;
    height: 400px;
    margin: 0.5em 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.btn, .btn-left, .btn-right, .btn-pick {
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.btn-left {
    float:left;
}
.btn-right {
    float:right;
}
.edt-filter-select .rf-sel-inp {
    width: 80% !important
}
.messageBox {
    margin: 0px auto;
    width: 100%; 
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    color:red;
    text-align: center;
}

.wizardBox {
    margin: 0px auto;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%; 
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    overflow: hidden;
}

.btn-pick {
    width: 120px;
}

.rf-pb-rmng {

    width: 100% !important;

}

.export-object-table-header {
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.ui-panel-title, .ui-panel-titlebar {
    text-align: center !important;

    .ui-datatable {
        margin-bottom: 25px
    }

    .ui-datatable .ui-datatable-header {
        text-align: right !important;
    }

    .ui-button-text-only .ui-button-text {
        padding: 0.3em 0.4em;
    }

    .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox {
        visibility: hidden;
    }

    .ui-filter-column .ui-column-customfilter .custom-filter {
        width: 100%;
        box-sizing: border-box;
    }

    .year-spinner input {
        width: 100%;
        box-sizing: border-box;
    }

}

.ui-datatable table {
    border-collapse: collapse!important;
    width: 100%!important;
    table-layout: auto!important;
}



.ui-selectonemenu.form-control {
    color: #555 !important;
    display: block !important;
    margin-bottom: 0 !important;
    padding: 5px 10px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.radius-none {
    border-radius: 0 !important;
}

.ui-selectonemenu.form-control .ui-selectonemenu-trigger {
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    padding: 0 5px;
    cursor: pointer;
    position: absolute;
    margin: 0 !important;
    border: none !important;
    margin-top: 5px !important;
    background: transparent !important;
}

.ui-selectonemenu .ui-selectonemenu-label {
    width: 100%;
    border: none;
    display: block;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    margin-bottom: 0px;
    white-space: nowrap;
    font-weight: normal;    
}

.ui-selectonemenu .ui-selectonemenu-label.ui-inputfield.ui-corner-all {
    text-overflow: ellipsis;
}

.ui-inputfield {
    margin: 0;
    padding: 5px;
    background: #ffffff;
    font-weight: normal;
    outline: medium none;
    box-shadow: inset 0 0 0 #8f8f8f!important;
    -webkit-box-shadow: inset 0 0 0 #8f8f8f!important;
}

.export-column-pick-list .ui-picklist-list {
    height: 650px !important; 
}

.export-attribute-pick-list .ui-picklist-list {
    height: 550px !important; 
}

.export-object-datatable .ui-filter-column .ui-column-customfilter .custom-filter,
.registrationTable .ui-filter-column .ui-column-customfilter .custom-filter,
.userTable .ui-filter-column .ui-column-customfilter .custom-filter,
.ownerTable .ui-filter-column .ui-column-customfilter .custom-filter,
.objectTable .ui-filter-column .ui-column-customfilter .custom-filter {
    width: 100% !important; 
    box-sizing: border-box;
}

.export-object-accordion-panel .ui-accordion-content {
    padding: 0 !important; 
}
/*
.ui-widget.objectTable,
.ui-widget.userTable,
.ui-widget.ownerTable,
.ui-widget.data-table,
.ui-widget.attr-table,
.btn-left, .btn-right,
.export-column-pick-list .ui-picklist-list,
.export-column-pick-list .ui-picklist-caption,
.export-attribute-pick-list .ui-picklist-list,
.ui-widget.export-object-datatable ,
.analysis-edit-action-btn,
.export-analysis-date,
.analysisPanelHeader,
.ui-widget.attribute-group-tree,
.ui-widget.attributeSelectPanel,
.ui-widget.attributeDeletePanel,
.ui-widget.analysisDeletePanel,
.object-analysis-detail-panel,
.leftmenu,
.export-properties-csv {
    color: #000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}
*/
.export-column-pick-list .ui-picklist-caption {
    font-weight: bold;
}

.ui-widget {
    color: #000 !important;
    font-family: Arial,Verdana,sans-serif !important;
    font-size: 11px !important;
}

/*.export-analysis-date .ui-panel-titlebar,
.analysisPanelHeader .ui-panel-titlebar,
.data-table .ui-datatable-header,
.object-analysis-detail-panel .ui-panel-titlebar,
.twocol .ui-panel-titlebar,
.user-view-login-panel .ui-panel-titlebar,*/
.ui-panel-titlebar {
    text-align: left !important;
}

.attribute-selection-panel-left, .attribute-selection-panel-right {
    vertical-align: top;
}
.attribute-selection-panel-left {
    padding-top: 0.5em;
}
.attribute-group-tree {
    width: 350px !important;
}

.attribute-select-action-btn {
    margin-right: 16px !important;
}
.attribute-group-tree .ui-treenode-icon {
    color: #dea90a;
}
.object-analysis-detail-panel .ui-panel-titlebar {
    height: 20px;
}

.ui-button {
    border-width: 1px;
    border-color: #C4C0B9;
    border-radius: 0;
    font-size: 11px;
    font-family: Arial,Verdana,sans-serif;
    color: #000;
    font-weight: normal;
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #D4CFC7;
    padding: 0;
    margin: 0;
    /* background-image: url(org.richfaces.images/buttonBackgroundImage.png);*/
}

.objectEditFields.ui-selectonemenu ,
.ownerHqAddressSk.ui-selectonemenu ,
.ownerPostalAddressSk.ui-selectonemenu ,
.ownerEditFields.ui-selectonemenu ,
.userBaseFields.ui-selectonemenu ,
.userEditFields.ui-selectonemenu 
{
    color: #b3b3b3;
    background-color: #fff;
    /*background-image: url(../org.richfaces.images/inputBackgroundImage.png);*/
    background-position: 1px 1px;
    background-repeat: no-repeat;
    vertical-align: top;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #C4C0B9;
    font-size: 11px;
    font-family: Arial,Verdana,sans-serif;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
}

.objectListPanelTitle,
.userListPanelTitle,
.ownerListPanelTitle {
    height: 20px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
    color: #000 !important;
    font-family: Arial,Verdana,sans-serif !important;
    font-size: 11px !important;
}

.objectListPanelClearFilters,
.userListPanelClearFilters,
.ownerListPanelClearFilters {
    height: 20px;
    text-align: left;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
    color: #000 !important;
    font-family: Arial,Verdana,sans-serif !important;
    font-size: 11px !important;
}

.filter-reset{
    display: inline-block;
    background-image: url("/IMZZ-Portal/javax.faces.resource/reset_filter.png.xhtml?ln=images");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 16px;
    padding-left: 20px;
    float: left;
}

.filter-reset-objectTable{
    /*display: inline-block;*/
    background-image: url("/IMZZ-Portal/javax.faces.resource/reset_filter.png.xhtml?ln=images");
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 16px;
    padding-left: 20px;
    float: left;
}