@charset "windows-1250";
body{
    margin: 10px !important;
}

.ui-layout-bd {
    margin-left: 0px !important;
}

.ui-datalist-empty-message {
    display: none !important;
    border: none !important;
}

.datalist-noborder .ui-widget-content {
    border-style: none !important;
    border: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.contextLeiras{
    white-space: pre-wrap;       
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border-radius: 0 !important;
}

mark {
    background: orange;
    color: black;
}

mark.markYellow {
    background: yellow;
    color: black;
}
.cim{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #2E74B5;
}
#protector {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99999999;
}
.codeCol{
    cursor: default;
}
td.selected {
    border:1px solid blue;
}