.lx-popup {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 999999999;
    display: block;
    max-width: 600px;
    opacity: 1;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .lx-popup.top {
        margin-top: -10px;
    }

    .lx-popup.right {
        margin-left: 10px;
    }

    .lx-popup.bottom {
        margin-top: 10px;
    }

    .lx-popup.left {
        margin-left: -10px;
    }

.lx-popup-inner {
    padding: 9px 14px;
    width: 500px;
    max-height: 296px;
    min-height: 150px;
    overflow-y: auto;
}

.lx-popup-arrow,
.lx-popup-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.lx-popup-arrow {
    border-width: 12px;
}

    .lx-popup-arrow:after {
        content: "";
        border-width: 10px;
    }

.lx-popup.top > .lx-popup-arrow {
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .lx-popup.top > .lx-popup-arrow:after {
        bottom: 2px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.lx-popup.right > .lx-popup-arrow {
    top: 50%;
    left: -12px;
    margin-top: -12px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .lx-popup.right > .lx-popup-arrow:after {
        bottom: -10px;
        left: 2px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.lx-popup.bottom > .lx-popup-arrow {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .lx-popup.bottom > .lx-popup-arrow:after {
        top: 2px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.lx-popup.left > .lx-popup-arrow {
    top: 50%;
    right: -12px;
    margin-top: -12px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .lx-popup.left > .lx-popup-arrow:after {
        right: 2px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.lx-tooltip {
    position: absolute;
    text-align: left;
    background-color: #fafad2;
    max-width: 250px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px;
    border: solid 1px;
    border-color: #b8860b;
    color: #6c4d00;
    font-size: 11px;
    z-index: 999;
}

@media print {
    /* Documento */
    body {
        /*overflow: auto;*/
        overflow: visible !important;
        width: 100%;
        height: 100%;
    }

    .wrapDocBar,
    .toTop,
    .editLegix,
    .relatedPane,
    #fullView,
    .sidebar,
    .pbs-page-navigation,
    .footer {
        display: none;
    }

    .searchResults {
        margin-top: -80px;
    }

    .searchParameters {
        display: block !important;
    }

    .conteudo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .overlayContent {
        display: none !important;
    }

    .copyright {
        display: none !important;
    }
}

.search-bar-pane {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #283e6a;
    height: 60px;
    border: 1px;
    z-index: 1000;
    display: none;
}

    .search-bar-pane.visible {
        display: block;
    }

.search-bar-logo {
    float: left;
    /*position: absolute;
    top: 10px;*/
}

.search-bar-controls-pane {
    height: 60px;
}

.search-bar-options,
.sidebar-button-wapper {
    width: 60px;
    height: 100%;
}

.search-bar-options {
    margin-left: 10px;
    float: right;
    background-color: transparent !important;
}

.sidebar-button-wapper {
    float: left;
    margin-right: 10px;
}

    .sidebar-button-wapper.HideAll {
        display: none !important;
    }

    .sidebar-button-wapper.HideLarge {
        display: none;
    }

    .search-bar-options .dropdown-toggle,
    .sidebar-button-wapper .toggle-button {
        width: 100%;
        height: 100%;
        border: 0;
        background-color: transparent;
        border-radius: 4px;
    }

        .search-bar-options .dropdown-toggle .icon-bar,
        .sidebar-button-wapper .toggle-button .icon-bar {
            background-color: whitesmoke;
            display: block;
            width: 60%;
            min-width: 3px;
            height: 3px;
            margin: 4px auto 0 auto;
        }

.search-bar-options .toggle-button.menu-open {
    background-color: #0057b6 !important;
}

    .search-bar-options .dropdown-toggle:hover,
    .search-bar-options .toggle-button.menu-open:hover,
    .sidebar-button-wapper .toggle-button:hover {
        background-color: #4181b7;
    }

.search-bar-options .dropdown-toggle:active,
.search-bar-options .dropdown-toggle:focus {
    background-color: transparent;
}

.search-bar-options-menu {
    z-index: 1001;
    top: 60px;
    right: 0;
    left: auto !important;
    display: block;
}

.search-bar-search-pane {
    padding: 10px 10px 0 10px;
}

.search-bar-input-group {
    height: 40px;
}

.search-bar-input {
    float: left;
}

.search-glyph {
    display: none;
}

.search-alert-button-active:focus {
    outline: 0 !important;
}

.search-bar-powered {
    text-align: right;
    color: white;
    font-weight: bold;
    font-size: 80%;
}

@media (max-width: 768px) {
    .sidebar-button-wapper.HideSmall {
        display: none;
    }

    .sidebar-button-wapper.HideLarge {
        display: block;
    }

    .search-text {
        /* Para que o glyph fique com o mesmo tamanho que o texto */
        width: 0;
        overflow: hidden;
        float: left;
    }

    .search-glyph {
        display: block;
    }

    .search-bar-options,
    .sidebar-button-wapper {
        width: 30px;
    }
}
/* Transitions*/
.search-bar-options-button,
.search-bar-options-menu,
.search-bar-options-option {
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.searchpane-input {
    float: none !important;
}

.sidebar {
    float: left;
    overflow-x: hidden;
    width: 20%;
    position: static;
}

.sidebar-content {
    width: 80%;
    float: left;
}

.filtersContainer {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .sidebar-content {
        width: 100%;
    }

    .sidebar {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .sidebar.show {
            display: block;
        }

    .sidebar-shows {
        min-width: 350px;
        width: 25%;
        background-color: white;
        border-right: solid 1px black;
        z-index: 1000;
    }

    .sidebar .scroll {
        position: fixed;
        overflow-y: hidden;
        top: 60px;
        height: calc(100% - 60px);
        width: 75%;
        background-color: white;
        border-right: solid 1px black;
    }

    .filtersContainer {
        height: 100%;
        overflow-y: auto;
    }
}

.searchResults {
    padding: 15px;
}

.destaque {
    border-bottom: 1px solid #eee;
    margin-top: 6px;
    padding-bottom: 6px;
}

.FilterTitle {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #000;
    padding-top: 10px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.FilterArrow {
    font-size: 11px;
}

.filterEntry {
    cursor: pointer;
    width: 100%;
    clear: both;
}

.EntryCheck {
    float: left;
    width: 15px;
}

.EntryText {
    color: #333;
    font-size: 12px;
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    padding-left: 5px;
    margin-top: 2px;
    max-width: calc(100% - 55px);
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.EntryFreq {
    color: #666;
    float: right;
    font-size: 11px;
    margin-top: 2px;
    text-align: right;
    width: 40px;
}

.moreContainer {
    display: block;
}

.showMore {
    display: block;
    cursor: pointer;
    border-top: 1px solid #f7f7f7;
    font-size: 11px;
    font-weight: normal;
}

    .showMore :hover {
        background-color: #fafafa;
    }

    .showMore .showMoreOpenText {
        display: block;
        color: #666;
        padding: 4px;
    }

        .showMore .showMoreOpenText img {
            padding: 0px 6px 2px 0px;
        }

    .showMore .showMoreCloseText {
        display: block;
        color: #666;
        padding: 4px;
    }

        .showMore .showMoreCloseText img {
            padding: 0px 6px 2px 0px;
        }

.pbs-page-navigation {
    border-top: solid 1px #ddd;
    padding-top: 10px;
    text-align: center;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.searchParameters {
    display: none;
}
/* Date Constrains*/
.dcs_container {
    width: 100%;
    height: 100px;
    position: relative;
}

.datenode.lvl_1 {
    height: 70px;
    line-height: 70px;
}

.datenode.lvl_0 {
    height: 30px;
    line-height: 30px;
}

.dcs_row {
    width: 100%;
}

    .dcs_row:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

    .dcs_row > .datenode {
        float: left;
    }

        .dcs_row > .datenode .datebutton {
            cursor: pointer;
            background-color: #cedcfe;
            text-align: center;
            border-radius: 5px;
        }

            .dcs_row > .datenode .datebutton.selected {
                background-color: #8bed9f;
            }

            .dcs_row > .datenode .datebutton.partial {
                background-color: #95dbd0;
            }
/* time graph */
.tg_container {
    width: 100%;
    height: 100px;
    position: relative;
    top: 10px;
}

.tg_clippane {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

.tg_graphcontainer {
    position: absolute;
    width: 300%;
    height: calc(100% - 20px);
    background-color: aquamarine;
    /*background-color: #fff;*/
}

.tg_timescale {
    position: absolute;
    height: 20px;
    top: calc(100% - 20px);
}

.tg_timecaption {
    position: absolute;
}

.tg_sccontainer {
    width: 100%;
    height: 20px;
    position: relative;
}

.tg_scbar {
    background-color: #eee;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 5px;
    width: calc(100% - 10px);
}

.tg_scknob {
    position: absolute;
    width: 50px;
    height: 10px;
    top: 10px;
    background-color: cornflowerblue;
    cursor: ew-resize;
    opacity: 0.3;
}

.tg_scltime,
.tg_scrtime {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: blue;
    top: 5px;
    left: 0;
    cursor: ew-resize;
    opacity: 0.1;
}

.tg_scltime {
    border-radius: 20px 0 0 20px;
}

.tg_scrtime {
    border-radius: 0 20px 20px 0;
}

.tg_scknob.disabled {
    background-color: red;
    cursor: not-allowed;
}

.tg_bar {
    cursor: pointer;
    background-color: #297cff;
    position: absolute;
    bottom: 0;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: none !important;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

    .tg_bar:hover {
        background-color: #5e9cfe;
    }

.tg_caption {
    position: absolute;
    top: -30px;
    height: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    width: auto;
}

    .tg_caption.hide {
        display: none;
    }

.tg_leftC,
.tg_rightC {
    position: absolute;
    height: calc(100% - 18px);
    /* 2 px para a border*/
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
}

.tg_leftC {
    left: 0;
}

.tg_rightC {
    right: 0;
}

.tg_leftSel,
.tg_rightSel {
    position: absolute;
    background-color: white;
    border: 2px solid #aaa;
    width: 10px;
    top: -5px;
    height: calc(92%);
    cursor: ew-resize;
}

.search-alternative-query p {
    margin: 0 !important;
}

.old_search {
    font-weight: bold;
}

.new_search {
    font-weight: bold;
    font-size: large;
}

.pbaslider {
    position: relative;
    width: 140px;
    height: 40px;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

    .pbaslider .bar {
        position: relative;
        top: 15px;
        height: 10px;
        width: 100%;
        background-color: #b0d6ff;
        border: solid 1px #477cb5;
        border-radius: 10px;
    }

    .pbaslider .knobcontainer {
        position: relative;
        height: 100%;
        top: -10px;
        width: calc(100% - 10px);
    }

    .pbaslider .knob {
        position: absolute;
        top: 5px;
        height: 30px;
        width: 10px;
        border-radius: 30px;
        background-color: #305bd0;
        border: solid 1px #11369a;
        cursor: pointer;
    }

        .pbaslider .knob:after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 30px;
            border: solid 1px #11369a;
            background-color: black;
            opacity: 0;
        }

        .pbaslider .knob:hover:after,
        .pbaslider .knob.moving:after {
            opacity: 0.5;
        }

.conteudo.fullscreen {
    position: absolute;
    z-index: 999999;
    background-color: white;
    top: 0;
    left: 0;
}

    .conteudo.fullscreen .document {
        float: none !important;
        width: 100% !important;
    }

.wrapDocBar {
    margin-top: 4px;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
}

.conteudo.fullscreen .wrapDocBar {
    float: none !important;
    width: 100% !important;
}

.DocBar {
    height: 36px;
    background: #e5eaf4;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px 7px 10px;
    border-radius: 4px;
}

.fixedDocBar {
    position: fixed;
    top: 72px;
}

.DocBar .BtnBar {
    float: left;
    margin-right: 10px;
}

    .DocBar .BtnBar a {
        color: #369;
        text-decoration: underline;
    }

.DocBar .BtnSeparator {
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #fff;
    width: 2px;
    margin-right: 8px;
}

.tipFullscreen {
    background-color: #000;
    color: #fff;
    padding: 7px;
}

#artigoFullscreen {
    padding: 20px 5% 20px 10%;
    font-size: 1.4em;
}

.fullPageOverlay {
    position: fixed !important;
}

.loadingOverlay,
.smallLoadingOverlay,
.expandBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E9E9E9;
    opacity: 0.3;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
}

.loadingOverlay {
    z-index: 9999999;
    background-image: url(../Images/loading4.gif);
}

.smallLoadingOverlay {
    background-image: url(../Images/loading_small.gif);
}

.expandBox {
    /*background-image: url(../Images/loading_small.gif);*/
    position: relative;
    min-height: 300px;
}

.hierarchy-loading {
    min-height: 300px !important;
}

.relatedOverlay {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 10px;
}

.relatedPane {
    min-height: 300px;
    position: relative;
    width: 50%;
    margin: 50px auto;
}
/* Default.css do legix */
.designacao,
.designacao_codigo {
    font-family: Arial, sans-serif;
    font-size: 130%;
    line-height: normal;
    font-weight: bold;
    color: #000;
}

.designacao {
    margin-top: 20px;
    background-image: url(../Images/bg_designacao.jpg);
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

    .designacao .desig_texto {
        float: left;
    }

    .designacao .desig_data {
        float: right;
    }

.designacao_codigo {
    text-align: center;
    padding: 10px;
}

.data {
    font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-align: right;
}

.organismo {
    font-size: 150%;
    text-align: center;
}

.titulo {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

.titulo_search {
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

.texto {
    font-size: 100%;
}

.filhos {
    font-size: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px;
}

.fonte {
    font-size: 100%;
    text-align: right;
}

.txtcompletotit {
    font-size: 80%;
    font-weight: bold;
}

.txtcompletotitleft {
    font-size: 80%;
    font-weight: bold;
    width: 25%;
}

.txtcompleto {
    font-size: 80%;
}

.txtjustificado {
    font-size: 80%;
    text-align: justify;
}

.anotacaotit {
    font-size: 11px;
    font-weight: bold;
    color: windowtext;
}

.anotacao {
    font-size: 11px;
}

.descritortit {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.descritor {
    font-size: 100%;
}

.remissaotit {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.remissao {
    font-size: 11px;
}

.redaccaotit {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.redaccao {
    font-size: 80%;
}

.redaccao_dt {
    width: 100%;
    text-align: right;
}

.rodape {
    font-size: 80%;
    text-align: center;
    font-style: italic;
}

.nota {
    color: #842B00;
    font-size: 100%;
}

.aviso {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

.refinarText {
    font-size: 11px;
    COLOR: #10110F;
    border-top: solid 1px #666666;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: pointer;
    padding-left: 7px;
}

.pq_header {
    /*  border-right: #6787b8 1px solid;  */
    border-right: #999 1px solid;
    border-left: #FFF 1px solid;
    border-top: #FFF 1px solid;
    border-bottom: #999 1px solid;
    /*OLD: 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFDDECFE', EndColorStr='#FF84ABE3');
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ECECEC', EndColorStr='#C8C8C8');  */
    background-image: url(../../images/pq_header_grad.jpg);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.utilizadorestit {
    font-size: 80%;
    FONT-WEIGHT: bold;
}

.utilizadores {
    font-size: 80%;
}

.cotastit {
    font-size: 80%;
    FONT-WEIGHT: bold;
}

.cotas {
    font-size: 80%;
}

.navigator {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block !important;
    position: fixed;
    color: white;
    z-index: 99999;
    opacity: 1;
}

    .navigator.ng-hide-add.ng-hide-add-active {
        -webkit-transition: all linear 0s;
        -moz-transition: all linear 0s;
        -o-transition: all linear 0s;
        transition: all linear 0s;
    }

    .navigator.ng-hide {
        opacity: 0;
    }

.panel-body {
    height: calc(100% - 43px);
    padding: 0;
}

.panel-heading {
    min-height: 42px;
}

.fullviewdoc,
.docNavigatorContainer {
    overflow-y: auto;
    padding: 20px;
    height: 100%;
}

.docNavigator {
    white-space: nowrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .docNavigator .navigatorItemHeader {
        cursor: pointer;
        position: relative;
        height: 30px;
        line-height: 30px;
    }

    .docNavigator .expandButton {
        border: 0 !important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        background-color: white;
        float: left;
    }

        .docNavigator .expandButton.expanded {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAGYktHRAD/AP8A/6C9p5MAAAAHdElNRQfeDAoQDg4rsHljAAAAd0lEQVQ4T8XTWwqAIBCFYU0I2v8SWl0rCAKrOTDG0bz20v/iIHwmSPaSzMcmXT81jO266TSIGaJuHCCDLsxfPHVFTZxedXE6SFWcQuTpYYs4B9FB987iEkQziReuQeSsDlKEWxDtXgfpwQHSwdHJYT/a++nHMOYG6jIgKs5/R+sAAAAASUVORK5CYII=) no-repeat left center;
        }

        .docNavigator .expandButton.collapsed {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAIAAAC0tAIdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABjSURBVChTldLRCYAwDEXR1CWczumczinihUgIbW3S+6EUzvuxNlWVoXY/PPU67egd33uWbWIrTd0g0RQHuSYflDTZoKqJwYamDc3nr2q7qZL2S811vP9Ed7/KSneUfvVIReQFzKcZjjizUggAAAAASUVORK5CYII=) no-repeat left center;
        }

    .docNavigator .text {
        font-family: Arial;
        font-weight: bold;
    }

    .docNavigator .children {
        margin-left: 20px;
    }

.desigContainer {
    padding: 10px;
}

    .desigContainer > div {
        width: 100%;
        text-align: center;
    }

    .desigContainer ul {
        list-style: none;
        margin: 0;
        padding: 10px;
    }

        .desigContainer ul li {
            padding: 5px;
        }

            .desigContainer ul li:hover {
                background-color: #eeeeee;
            }

    .desigContainer .desig,
    .desigContainer .title {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .desigContainer .desig {
        font-weight: bold;
    }

    .desigContainer .title {
        font-size: small;
        text-decoration: none;
    }

    .desigContainer .name {
        font-size: smaller;
    }

.fontslider {
    margin-left: auto;
    margin-right: auto;
}

.fonttext {
    text-align: center;
}

.pdfChooserContainer {
    max-height: 500px;
    overflow-y: auto;
}

.pdfChooserItem {
    padding: 30px 20px;
    border-bottom: solid 1px black;
    cursor: pointer;
}

    .pdfChooserItem:hover {
        background-color: #7292aa;
    }

    .pdfChooserItem:last-child {
        border-bottom: 0;
    }

.pdfChooserDesig {
    font-weight: bold;
}

.pdfChooserDate {
    display: none;
}

.pdfChooserButton {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.sub-document_ {
    background-color: rgba(0, 0, 0, 0.01);
    padding: 3px;
}

@media print {
    .copyright {
        width: 210mm;
        display: inline-block !important;
        clear: both;
        position: relative;
        margin-top: 30px;
    }
}

.text_hl {
    text-decoration: underline;
    background-color: yellow;
}

.lx-document-block.Loading:first-child {
    /*background-image: url(../Images/loading_small.gif);
    background-position: center center;
    background-repeat: no-repeat no-repeat;*/
    height: 1px;
    width: 100%;
}

.lx-document-block.Loading {
    /*background-image: url(../Images/loading_small.gif);
    background-position: center center;
    background-repeat: no-repeat no-repeat;*/
    height: 1000px;
    width: 100%;
}

.lx-document-block.Hidden {
    display: none;
}

.lx-document-tree {
    position: fixed;
    top: 60px;
    left: -25%;
    height: calc(100% - 60px);
    width: 25%;
    z-index: 1000;
    overflow: hidden;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

    .lx-document-tree.tree-hidden {
        display: none;
    }

.tree-expanded {
    left: 0;
}

.tree-collapsed {
    left: calc(0px - 25%);
}

@media (max-width: 768px) {
    .tree-collapsed {
        left: -100%;
    }
}

.lx-document-tree .lx-document-tree-container {
    position: relative;
    border-radius: 5px;
    background-color: #a7cbef;
    width: calc(100% - 0px);
    height: 100%;
}

.lx-document-tree .lx-document-tree-expand {
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    text-align: center;
    width: calc(0px + 10px);
    height: 50px;
    line-height: 46px;
    background-color: rgba(40, 62, 106, 0.5);
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    border: #283e6a solid 2px;
}

.lx-document-tree.tree-expanded .lx-document-tree-expand::after {
    content: "<<";
}

.lx-document-tree.tree-collapsed .lx-document-tree-expand::after {
    content: ">>";
}

.lx-document-tree-container {
    padding: 10px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.lx-document-tree-root > .lx-document-tree-node-title {
    font-weight: bold !important;
    font-size: 100% !important;
    height: 100% !important;
    line-height: 100% !important;
    white-space: normal !important;
    padding-bottom: 5px;
}

.lx-document-tree-root > .lx-document-tree-node-expand-button {
    display: none !important;
}

.lx-document-tree-node-children {
    padding: 0 0 0 10px;
    margin: 0;
}

.lx-document-tree-node {
    list-style: none;
    cursor: pointer;
    min-height: 22px;
    background-color: #eee;
}

    .lx-document-tree-node .lx-document-tree-node-title {
        height: 20px;
        line-height: 20px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-wrap: none;
        white-space: nowrap;
        overflow: hidden;
        max-width: calc(100%);
    }

    .lx-document-tree-node.node-selected {
        font-weight: bold;
        background-color: #ddd;
    }

.lx-document-tree-node-expand-button {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUBAMAAACkHKocAAAAFVBMVEXv7+8EBwfQ0NAUFxehoqJiZGQzNjblwHb0AAAAAXRSTlMAQObYZgAAAEBJREFUeF6NizEKACAMAysVZzO4+wV/4v9fY5q6CmbokSsxc8ushKOLAMSCX9EoJlnJnX6Ef1ao3nXhV4kqoXsAYBEEoWGh358AAAAASUVORK5CYII=') /*../Images/right_arrow.png*/;
    /*../Images/right_arrow.png*/
    background-repeat: no-repeat;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

    .lx-document-tree-node-expand-button.tree-expanded {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

@-moz-keyframes loading {
    from {
        width: 20px;
    }

    to {
        width: 30px;
    }
}

@-webkit-keyframes loading {
    from {
        width: 20px;
    }

    to {
        width: 30px;
    }
}

@keyframes loading {
    from {
        width: 20px;
    }

    to {
        width: 30px;
    }
}

.lx-document-tree-node-expand-button.node-loading {
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-name: loading;
    -o-animation-name: loading;
    -webkit-animation-name: loading;
    animation-name: loading;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media (max-width: 768px) {
    .lx-document-tree {
        position: fixed;
        top: 60px;
        height: calc(100% - 60px);
        width: 100%;
    }

        .lx-document-tree.tree-collapsed {
            left: -100%;
        }

    .lx-document-tree-expand {
        display: none;
    }

    .lx-document-tree .lx-document-tree-container {
        width: 100%;
    }
}

.messagingpane {
    position: fixed;
    min-height: 30px;
    overflow: hidden;
    z-index: 99999;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

    .messagingpane.top {
        top: 0;
        border-radius: 0 0 10px 10px;
        border-bottom: solid 1px black;
    }

    .messagingpane.bottom {
        right: 25px;
        bottom: 25px;
        border-radius: 10px 10px 0 0;
    }

.messagingcontainer {
    text-align: right;
    padding: 10px 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
}

    .messagingcontainer .message {
        padding: 4px;
        color: black;
    }

    .messagingcontainer .new,
    .messagingcontainer .now,
    .messagingcontainer .static {
        width: 100%;
        height: 70px;
        position: relative;
    }

    .messagingcontainer .new,
    .messagingcontainer .now {
        display: none;
    }

        .messagingcontainer .new.show,
        .messagingcontainer .now.show {
            top: 0;
            display: block;
        }

            .messagingcontainer .new.show.move,
            .messagingcontainer .now.show.move {
                -moz-transition: all 1s linear;
                -o-transition: all 1s linear;
                -webkit-transition: all 1s linear;
                transition: all 1s linear;
                top: -100%;
            }

.messagingdismiss {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    width: 30px;
    height: 30px;
}

@keyframes cross_rotate {
    from {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    to {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-moz-keyframes cross_rotate {
    from {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    to {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes cross_rotate {
    from {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    to {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.messagingdismiss:after,
.messagingdismiss:before {
    content: "";
    background-color: rgba(239, 96, 96, 0.81);
    position: absolute;
    border-radius: 6px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.messagingdismiss:hover:after,
.messagingdismiss:hover:before {
    -moz-animation: cross_rotate 1s infinite linear;
    -o-animation: cross_rotate 1s infinite linear;
    -webkit-animation: cross_rotate 1s infinite linear;
    animation: cross_rotate 1s infinite linear;
}

.messagingdismiss:after {
    width: 20%;
    height: 100%;
    left: 50%;
    margin-left: -10%;
}

.messagingdismiss:before {
    height: 20%;
    width: 100%;
    top: 50%;
    margin-top: -10%;
}

.messagingpane.top.ng-hide {
    top: -50%;
    display: block !important;
}

.messagingpane.bottom.ng-hide {
    bottom: -50%;
    display: block !important;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
/* Variable override */
/* Variable override */
/* Bootstrap overide */
html {
    height: 100%;
}

body {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

.no-scroll {
    overflow: hidden !important;
    height: 100%;
}

a {
    cursor: pointer;
}

.nopointer {
    cursor: default !important;
}

.nopadding {
    padding: 0 !important;
}

.bold {
    font-weight: bold;
}

.navbar-inverse {
    background-color: #283e6a;
}

.lx-dropdown-menu {
    display: block;
    visibility: hidden;
}

    .lx-dropdown-menu.visible {
        visibility: visible;
    }

.conteudo {
    width: 100%;
    overflow: hidden;
}
/* Bootstrap overide end */
.footer {
    height: 50px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

    .footer .navbar {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

.Powered,
.Footer {
    padding: 6px;
    color: #ddd;
    font-size: 0.85em;
    font-family: 'Source Sans Pro', sans-serif;
}

    .Powered a,
    .Footer a {
        color: #fff;
        text-decoration: none;
    }

.recoverPassword {
    float: right;
}

.overlayContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    border: 10px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}

img.LegixLogo {
    padding: 12px 10px 6px 15px;
    border: 0px none#000;
}

#TopSearch {
    padding: 12px 10px 6px 15px;
}
/* pbs.css */
.screen-reader-text {
    position: absolute;
    left: -1000em;
}

.navbar-toggle {
    float: right !important;
}

#searchform,
form.pbs-search-box {
    /*width: 220px !important;
	height: 32px !important;
	float: left !important;
	
	background-repeat: no-repeat !important;
	margin: 50px 130px 0px 50px !important;
	position:relative !important;

	vertical-align: middle;*/
}

    #searchform #Palavra,
    #pbs-i-id1 {
        width: 125px !important;
        height: 20px !important;
        margin: 3px 3px 3px 22px !important;
        padding: 2px !important;
        border: 0 !important;
    }

#searchsubmit,
.pbs-input {
    height: 31px !important;
    border: 1px solid #cccccc !important;
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    font-weight: bold !important;
    font-size: 11px !important;
    right: 0 !important;
}

#searchsubmit,
.pbs-search-button {
    /*width: 60px !important;*/
    height: 32px !important;
    border: 0 !important;
    background: #58AB55 !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    color: #FFF !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 11px !important;
    /*float:right !important;*/
    right: 0 !important;
}

input.pbs-input {
    border-color: #D9D9D9;
    font-size: 13px;
    padding: 1px 6px;
    text-align: left;
}

.chamada .titulo {
    font-weight: normal;
    width: 720px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

@media all and (max-width: 1200px) and (min-width: 768px) {
    .chamada .titulo {
        width: 570px;
    }
}

@media all and (max-width: 768px) and (min-width: 480px) {
    .chamada .titulo {
        width: 400px;
    }
}

@media all and (max-width: 480px) and (min-width: 320px) {
    .chamada .titulo {
        width: 270px;
    }
}
/* Artigos Relacionados no documento */
.chamadaRelacionados .titulo {
    font-weight: normal;
    width: 280px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media all and (max-width: 1200px) and (min-width: 768px) {
    .chamadaRelacionados .titulo {
        width: 210px;
    }
}

@media all and (max-width: 768px) and (min-width: 480px) {
    .chamadaRelacionados .titulo {
        width: 400px;
    }
}

@media all and (max-width: 480px) and (min-width: 320px) {
    .chamadaRelacionados .titulo {
        width: 270px;
    }
}

.cabeca {
    /*display:none;*/
}

.BaseRelator {
    color: #0a3;
    font-size: 0.85em;
    margin-top: 5px;
}

p.date {
    display: block;
}

.date,
span.diaUH,
span.horaUH,
#Colunas-Ultima .dataUH {
    color: #999;
    text-transform: none;
}

.pbs-alternative-query {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #008000;
    margin-right: 8px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
}
/* selecionar partes das frases */
.sentExtra {
    font-style: italic;
}

.HighlightResultOff .HighlightResult {
    border: none !important;
}

.HighlightResult {
    border-bottom: 2px solid orange;
}

    .HighlightResult + .HighlightResult::before {
        content: "";
    }

/* filtros */
.fakebtn {
    background-color: #57aa55;
    color: white;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    cursor: pointer;
    border-left: solid 1px #69c;
    border-top: solid 1px #69c;
    border-right: solid 1px #015;
    border-bottom: solid 1px #015;
    float: right;
    margin-top: 5px;
}

.Selected,
.Selected a {
    background-color: #69c;
    color: #fff;
}

.dt_input {
    margin-top: 10px;
    font-size: 12px;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #57aa55 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.entAdiciona,
.entRetira,
.entPesquisa {
    visibility: visible;
    cursor: pointer;
    z-index: 2000;
    position: absolute;
}

#mnu {
    width: 120px;
    height: 30px;
    display: none;
}

.entNoDisplay {
    cursor: pointer;
    background-image: url('../images/AddFilter.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.entNoDisplayRetira {
    cursor: pointer;
    background-image: url('../images/RemoveFilter.png');
    background-repeat: no-repeat;
    z-index: 2000;
    width: 30px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 15px;
}

.entNoDisplayPesquisa {
    cursor: pointer;
    background-image: url('../images/PesquisarFilter.png');
    background-repeat: no-repeat;
    z-index: 2000;
    width: 90px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 30px;
}

.pbs-filter-elem-container .more {
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer;
}

.filtro {
    padding-bottom: 16px;
}

.ent_type {
    display: none;
}

.pbs-filter-elem {
    height: 24px;
}

.filtros {
    font-size: 12px;
    background-color: #eee;
    padding: 7px 7px 7px 7px;
}

.filtros_tit {
    font-weight: bold;
    background-color: #eee;
    padding: 2px 2px 2px 2px;
}

#filtrosactivos ul {
    margin: 12px 12px 0;
    font-size: 13px;
}

    #filtrosactivos ul li {
        margin-bottom: 1px;
        padding-top: 5px;
        line-height: 16px;
    }

    #filtrosactivos ul .fa_inc {
        background-color: #458B00;
    }

    #filtrosactivos ul .fa_exc {
        background-color: #CC0000;
    }

    #filtrosactivos ul li span {
        display: block;
        position: relative;
        padding: 0 23px 5px 48px;
    }

.fa_exc,
.fa_inc {
    cursor: pointer;
    font-size: 12px;
    background-image: url('../images/separador_close.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
}

    .fa_exc:hover,
    .fa_inc:hover {
        cursor: pointer;
        text-decoration: underline;
        font-size: 12px;
        background-image: url('../images/separador_close.gif');
        background-repeat: no-repeat;
        padding-left: 25px;
    }

.pbs-legenda {
    margin-top: 35px;
    width: 180px;
    /*float:right;*/
}
/* Navegação de páginas*/
.pbs-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #008000;
    margin-right: 8px;
    cursor: pointer;
    text-decoration: underline;
}

.pbs-page-selected {
    text-decoration: none;
}

.pbs-results-header {
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px solid #ddd;
}

    .pbs-results-header p {
        font-size: 1.3em;
    }

.pbs-no-resultsbox {
    margin-top: 50px;
    font-size: 12px;
    margin-left: 50px;
}

#relacionadas,
#texto {
    /*margin-bottom: 40px;*/
}

.resultSentence {
    margin-top: 5px;
}

.topFilter {
    padding: 13px;
    margin-right: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

    .topFilter.selected {
        border-bottom: 5px solid #58AB55;
        font-weight: bold;
    }
/*Documento */
.loginError,
.loginErrorDescription {
    width: 100%;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    color: red;
}

.loginError {
    font-size: large;
}

.loginErrorDescription {
    font-size: small;
}

.centered {
    text-align: center;
}

.justified {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}

.alertwindow {
    padding: 20px 20px 20px 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .alertwindow .message {
        padding: 30px 30px 30px 30px;
        font-weight: bold;
        font-size: larger;
    }

.form-box {
    margin-top: 20px;
    padding: 40px 20px 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.padding-top {
    padding-top: 15px;
}

.more-padding-top {
    padding-top: 30px;
}

.favoritesTable {
    margin-left: auto;
    margin-right: auto;
}

.favoriteRow {
    height: 60px;
    padding: 10px;
    cursor: pointer;
}

.favoriteText {
    vertical-align: middle !important;
}

.pdfTable {
    margin-left: auto;
    margin-right: auto;
}

.pdfHead {
    font-weight: bold;
    text-align: center;
}

.pdfRow {
    text-align: center;
}

.pdfTitle {
    text-align: left;
}

.pdfstatus_1 {
    background-color: lightgoldenrodyellow;
}

.pdfstatus_2 {
    background-color: lightcoral;
}

    .pdfstatus_1 a,
    .pdfstatus_2 a {
        text-decoration: none !important;
        cursor: default;
    }
/* UserList*/
.userlisttable {
    width: 90%;
    max-width: 90%;
    margin: 20px auto auto auto;
}

    .userlisttable thead th {
        height: 70px;
        text-align: center;
        vertical-align: top;
        overflow-x: hidden;
        white-space: nowrap;
        width: 14.28571429%;
    }

.userlistrow {
    cursor: pointer;
}

    .userlistrow:hover {
        background-color: rgba(117, 115, 115, 0.1);
    }

    .userlistrow td {
        height: 30px;
        overflow-x: hidden;
        white-space: nowrap;
        max-width: 100px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .userlistrow.invalid {
        background-color: rgba(255, 0, 0, 0.5);
    }

        .userlistrow.invalid:hover {
            background-color: rgba(255, 0, 0, 0.1);
        }

.editmodalwindow {
    margin: 0;
}

.editmodalbody {
    padding: 10px;
}

    .editmodalbody .input-group {
        padding: 10px 0 10px 0;
    }

        .editmodalbody .input-group .input-group-addon {
            min-width: 150px;
        }

.side-margin {
    margin: 0 10px;
}
