/*@import url(http://fonts.googleapis.com/css?family=Dosis:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Quicksand);*/


body .ui-datatable thead th {
  background-color: #6C7A89;
  border-color: #0d4f98;
  color: #ffffff; }
  
body .ui-datatable .ui-datatable-data > tr.ui-datatable-even:not(.ui-state-error) {
    background-color: #D4D4D4;
}
    
.a {
    color: #bf0000!important;
    text-decoration: none;
}
a:focus,a:hover{color:#bf0000!important;text-decoration:none}


body {
    padding-top: 61px;
    font-size: 12px;
    line-height: none;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -80px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 60px; 
}
.site-footer {
  background: #bf0000;
  margin-top: 20px;
}
.footerImagesItem{
    display:inline-block;
    float:right;
    padding-right:10px;
}
.navbar-input{
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left:   10px;
    padding-top: 10px;
}
.F {
    color: #000000;
    font-weight: bold;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
}

.nav-stacked .nav-header {
    margin-bottom: 10px;
    font-size: 18px;
}

body#login {
    padding-bottom: 40px;
}

.navbar{
    /*#CCD1D9*/
    background-color: #bf0000;
    /*  border-color: #F1F1F1;*/
    /* min-height:20px !important; */
    /* height: 50px; */
    z-index:1000;
}
.navbar .logo{
    background-color: #C92C20;  
    text-align: center;
    display:block;
    height:57px;
    padding-top:13px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-text-header{
    color:#fff!important;
}


.noborder {
    border:0px !important;
}

/*.navbar .li .a {
    padding-top:5px !important; 
    padding-bottom:5px !important;
}*/


/*navbar height*/
.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:28px !important}

.navbar-default .navbar-brand {
    /* font-weight: bold;
     margin-left: 0px;
     margin-right: 10px;
     padding-left: 0;
     padding-right: 0;
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
     color: #777777;
     margin-top: -5px;*/
}

/* added to fix non clickable dropdown nested menus on mobile browsers APF-1384 */
.navbar .dropdown-backdrop {
    position: static;
}

/*add to fix search btn in navbar that fixes 1px lower than the search field #PL*/
.btn-navbar-search-ano{
    margin-top: -1px;
}



.navbar-button-tooltip{
    z-index: 1200 !important;
}

.navbar-text {
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

#switchLocale {
    position: absolute;
    /*position: relative;*/
    right: 10px;
}

h1 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 1.6em;
    font-family: 'Quicksand', sans-serif;
    color: #bf0000 !important;
}

h2 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 1.4em;
    font-family: 'Quicksand', sans-serif;
    color: #bf0000 !important;
}

h3 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 1.2em;
    font-family: 'Quicksand', sans-serif;
    color: #bf0000 !important;
}

#content {
    padding-bottom: 60px;
    padding-left: 20px !important;
}

.row h2 {
    margin-top: 0;
}

/* FORMS */

.controls.readonly {
    padding-top: 5px;
}

.well.form-horizontal .form-actions {
    margin-bottom: 0;
}

.btn-group {
    margin-bottom: 10px;
}

.btn-group .btn, .form-actions .btn {
    margin-left: 5px;
}

#search {
    float: right;
    margin-top: -40px;
    width: 250px;
}

#search input[type="text"] {
    display: inline-block;

}

.login_header {
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.login_header .right {
    float:right;
    padding-top:25px;
    padding-right:60px;
}
.login_header .right .image_container{
    max-width: 180px;
}

.form-signin {
    width: 500px;
    position: fixed;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%); /* Firefox 3.5 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);    
    padding: 15px;
    margin: 0 auto;
  /*  background: rgba(146,146,146,0.60);*/
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 7px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 7px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px;

}
.form-signin-box{
    border: 6px solid #7c909b;
    border-radius:5px;
    padding:15px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px; 
}

/*.form-signin .checkbox {
    font-weight: normal;
    color: rgb(255, 255, 255);
}*/

.form-signin .checkbox{
    margin-left: 0px; 
    color: #454545;
    padding: 5px 5px 5px 30px;
    min-height: 0px;
    font-size: small;
    background-color: #fff;
    opacity:0.70;
}  

.form-signin .checkbox .label{
    margin-left: -10px; 
}  

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity:0.60;
}

.form-signin .form-control:focus {
    z-index: 2;
}
.ui-overlay-visible{
    /*    z-index: 1050 !important;*/
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin-heading {
    /*  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;*/
    /*   font-weight: 300;*/
    color: rgb(255, 255, 255);
}



.form-signin-info2{
    font-size:14px;
    padding:15px 0px 15px 5px;
    background-color:#b10e0c;
    color:#fff;
    -moz-border-radius: 5px;    /* Firefox 3.6-, removed in Firefox 13 */
    -webkit-border-radius: 5px; /* Safari 4-, Chrome 3- */
     border-radius: 5px;     /* Firefox 4+, Safari 5+, Chrome 4+, Opera 10.5+, IE9+ */
}
.form-signin-info2 a{
   color:#fff!important;
}

.form-signin-info2 a:hover{
   color:#ddd!important;
}

h2.form-signin-heading {
    /*  font-family: "Bookman Old Style", "Verdana";*/
    font-size: 28px;
    background-color: transparent!important;
    color:#fff!important;
}    

h4.form-signin-heading {
    background-color: transparent!important;
    color:#000!important;
    padding:5px;
    font-weight:normal;
}  

#login p {
    text-align: center
}

/* When using Wicket tag id can be overridden - using class here seems to more universal */
.login p {
    text-align: center
}

/* TABLES */
table-bordered>thead>tr>th, .table-bordered>thead>tr>th, table-bordered>tbody>tr>th, .table-bordered>tbody>tr>th, table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>th, table-bordered>thead>tr>td, .table-bordered>thead>tr>td, table-bordered>tbody>tr>td, .table-bordered>tbody>tr>td, table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>td {
    border-top: 1px solid #ecf0f1!important;
    border-left: 1px solid #ecf0f1!important;
    border-right: 1px solid #ecf0f1!important;
    border-bottom: 1px solid #ecf0f1!important;
}

table-fully-bordered>thead>tr>th, .table-fully-bordered>thead>tr>th, table-fully-bordered>tbody>tr>th, .table-fully-bordered>tbody>tr>th, table-fully-bordered>tfoot>tr>th, .table-fully-bordered>tfoot>tr>th, table-fully-bordered>thead>tr>td, .table-fully-bordered>thead>tr>td, table-fully-bordered>tbody>tr>td, .table-fully-bordered>tbody>tr>td, table-fully-bordered>tfoot>tr>td, .table-fully-bordered>tfoot>tr>td {
    border-top: 1px solid #ecf0f1!important;
    border-left: 1px solid #ecf0f1!important;
    border-right: 1px solid #ecf0f1!important;
    border-bottom: 1px solid #ecf0f1!important;
}

th.sorted a, th.sortable a {
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png);
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png);
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.hide-footer tfoot {
    display: none;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

span.csv {
    background-image: url(../images/ico_file_csv.png) !important;
}

span.excel {
    background-image: url(../images/ico_file_excel_1.png) !important;
}

span.eye {
    background-image: url(../images/ico_eye.png) !important;
}

span.pdf {
    background-image: url(../images/ico_file_pdf.gif) !important;
}

span.xml {
    background-image: url(../images/ico_file_xml.png) !important;
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: block;
    margin: 0 0 0 10px;
    padding: 2px 4px 2px 0;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -18px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 80%;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
}

/* FOOTER */
#footer {
    clear: both;
    margin: 0 auto;
    /* padding: 10px 0 20px 0; */
    /* border-top: 4px solid #f0f0f0; */
    text-align: center;
    background: rgba(255,255,255,0.23);
    /*color: #808080;*/
    font-size: 0.9em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    /*   font-weight: 300;*/
    color: rgb(255, 255, 255);    
}

#footer a {
    color: rgb(255, 255, 255); 
    text-decoration: none;
    margin-left: 5px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    margin: 0;
}

#footer h6 {
    margin: 5px;
}



/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
    /*body {
        padding-top: 150px;
    }*/
    .container{
        max-width: 98%;
    }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
    /*body {
        padding-top: 160px;
    }*/

    .container{
        max-width: 98%;
    }
}

/* Tablet to desktop
------------------------- */

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /*body {
        padding-top: 60px;
    }*/

    .container{
        max-width: 98%;
    }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {

    /*body {
        padding-top: 50px;
    }*/

    .container{
        max-width: 98%;
    }

    #search {
        float: none;
        margin-top: 0;
    }

    #ul2li2 a {
        padding-left: 3px;
        padding-right: 3px;
    }

    #ul2li1 a {
        padding-left: 3px;
        padding-right: 3px;
        margin-left: 10px;
    }
}

@media (max-width: 895px)
{
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: block!important;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

/* Wicket */
.table thead tr th.wicket_orderDown a {
    background-image: url(../images/arrow_down.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    /*padding-right: 15px;*/
}

.table thead tr th.wicket_orderUp a {
    background-image: url(../images/arrow_up.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

.table {
    margin-bottom: 0 !important;
}

/* Fix for Bootstrap theme errors in PrimeFaces: http://forum.primefaces.org/viewtopic.php?f=9&t=19250&start=10 */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: url("") repeat-x scroll 50% 50% #CD0A0A;
    border: 1px solid #CD0A0A;
    color: #ccc;
}
/*STYLING ADMIN*/

.ContentAdmin {
    background-position: left top;
    background-repeat: no-repeat;
}

.ContentAdmin h1{
    font-size: 2.6em;
}

.overHidden {
    overflow: hidden;
}

.TextShadow {
    text-shadow: 0px 1px 0px #FFF;
}

.PropertyBox {
    width: 20%;
    height: 180px;
    float: left;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 1%;
    transition: all 0.5s ease 0s;
    background-color: #f1e2e2;
    color: #bf0000;
}
.white, .white a {
  color: #2c3e50;
}

.PropertyBox:hover {
    background: #C3C3C3;
    cursor: pointer;
}
.PropertyBox a:hover {
    background: #7F929D!important;
}

.PropertyBox .PropertyTopic {
    display: block;
    color: #7f8c8d;
    font-size: 1.8em;
}
.boldFont {
    /*font-family: "exosemibold","Trebuchet MS",Arial,Helvetica,sans-serif;*/
    font-weight: bold;
}

.PropertyBox .PropertyText {
    display: block;
    font-size: 1.2em;
}
.mediumFont {
    /*font-family: "exomedium","Trebuchet MS",Arial,Helvetica,sans-serif;*/
}

.PropertyBoxImg{
    width: 100%;
    font-size: 8em;
    padding: 10px;
}

/*STYLING USERS*/
.deleteColumn{
    text-align: center;
}

.editColumn{
    text-align: center;
}

/*STYLING SEGUIMENTO*/
.highlight {
    background: #FFEFD5;
}

.tasks-container {
    max-height: 800px;
}

.tasks-left-tree {
    position: absolute;
    overflow-y: auto;
    top: 10px;
    bottom: 75px;
    border: none;
}

.tasks-left-context {
    position: absolute;
    bottom: 0;
}

/*pode ser retirada*/
.roteiroNoBorders tr, .roteiroNoBorders td {
    border: none !important;
}


/*pode ser retirada*/
.roteiroNoPadding tr, .roteiroNoPadding td{
    padding: 0 0 !important; /*padding: 0 0.2em !important; */
    /*margin:0; pode ser preciso tirar*/
}

.roteiroNoBordersColour tr, .roteiroNoBordersColour td {
    border: none !important;
    text-decoration-color: #6a0808;
    color: #6a0808;
}

.roteiroStyle div{
    padding: 0 0 !important;
}

.divStyleColor tr, .divStyleColor td {
    background-color:#F1F1F1 !important;
}

/* css para a barra de info */
#menu-list{
    /*background: #f7f7f7; */
    padding: 8px;
    margin-bottom: 0px;
}

#menu-list > li {
    display: inline-block;
    display: -moz-inline-stack; /*for mozilla*/
    zoom:1; /*for IE7*/
    *display:inline;
    vertical-align: middle;
}

/* css para o relogio na barra superior do ecr? */

/*teste para os links depois retirar*/
#menu-list > li > a{
    text-decoration: none;
    padding: 3px 8px;
}

#menu-list > li > a:hover{
    color: black;
}

/* css para a barra de pesquisa */
#menu-div{
    padding: 8px;
    margin-bottom: 0px;
    clear:both;
    width: 100%;
    vertical-align: middle;
    height: 66px;
    padding-top: 6px;
    /*background: lightgray;*/
}

.menu-button
{
    margin-right: 20px;
    float:left;
    height: 50px;
    /*vertical-align: middle;*/
}

.menu-search
{
    width:50%;
    float:left;
    height:50px;
    padding-top: 6px;
    /*vertical-align: middle;*/
    /*margin:2px;*/
    /*margin-right:20px;*/
}

.userInfo {
    height:50px;
    float:right;
}

.ui-search-button {
    height:38px;
    width:44px;
}

.ui-menu {
    padding: 0;
}

.ui-menu-button{
    height:50px;
    width:50px;
    margin-right: 2px;
}

/*css para a pesquisa avan?ada */
.ui-advanced-search-overlay{
    width: 571px;
    z-index: 2000 !important;
}

/* css para os calend?rios */
#ui-datepicker-div{ z-index: 2000 !important;}

/* altera??es no aspecto geral */
.ui-layout-unit .ui-layout-unit-content{
    padding-bottom: 0;
}

.container{
    padding-right: 3px !important;
    /* padding-left: 3px !important; */
}

.row{
    margin-right: -18px !important;
    margin-left: -18px !important;
}
/* css para panelGrids sem bordas */
.borderless, .borderless tr, .borderless td {
    border: none !important;
}
/* css para panelGrids sem padding (para comprimir os dados) */
.nopadding, .nopadding th, .nopadding td {
    padding: 0 !important;
}

.noheader th {
    display: none;
}

/* Css para colocar o calendario a ocupar a div toda */
/*.calendarioMax input {
    vertical-align : middle;
    width          : 100%;
    height         : 100%;
}*/

#nonAjaxLoad {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.centeredColumn {
    min-width  : 100px !important;
    width      : 100px !important;
}
.bold {
    font-weight: bold;
}



/*Widgets*/

/*.ano-widget-header{
    background: #F1F1F1 !important;
    border: #F1F1F1 !important;
    color: #777777 !important;
}*/



/*.ui-panel-footer {
        background: #F1F1F1 !important;
    border: #F1F1F1 !important;
    color: #777777 !important;
}*/
.ui-widget {
    font-family: inherit!important;
}
.glyphicon {
    font-family: 'Glyphicons Halflings'!important;
    top:auto;
}

.ui-widget-header a {
    color: #575757!important;
}

.ui-widget-content{
    border: 0px;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/* fazer override ao layout north para mostrar submenus */
.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}


/*TODO overlay with no margins*/
/*.ui-overlaypanel-content{
    padding:0!important;
    margin: 0!important;
}
.ui-panel.ui-widget-content {
    padding:0!important;
    margin: 0!important;
}*/

/**Receivers Datatable**/
.receiversDatatable.ui-state-hover{
    color: #000 !important;
}

.receiversDatatable.ui-state-hover a {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-hover a:link {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-hover a:hover {
    color: #3399FF !important;
}

.receiversDatatable.ui-state-hover a:visited {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-highlight a {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-highlight a:link {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-highlight a:hover {
    color: #3399FF !important;
}

.receiversDatatable.ui-state-highlight a:visited {
    color: #525252 !important;
    text-decoration: underline;
}

/*corner tables - code BallusC*/
.ui-datatable.ui-corner-all table {
    border-collapse: separate;
    *border-collapse: collapse; /* Fallback for IE <=7. */
    border-spacing: 0; 
}
.ui-datatable.ui-corner-all table tr:first-child th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.ui-datatable.ui-corner-all table tr:first-child th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.ui-datatable.ui-corner-all table tr:first-child th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.ui-datatable.ui-corner-all table tbody td {
    border-top: 0;
    *border-top: inherit; /* Fallback for IE <=7. */
}
.ui-datatable.ui-corner-all table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.ui-datatable.ui-corner-all table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.ui-datatable.ui-corner-all table tr:last-child td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.ui-datatable-subtable-header {
    background-color: #D4D4D4;
}

/*css for fileUpload - drag an drop size*/
.ui-fileupload-content {
    border: 1px dashed #777777 !important;
    background-color: #C3C3C3 !important;
    min-height: 200px;
    min-width: 500px;
    height: 100% !important;
    border-radius: 10px !important;
}


/*.ui-fileupload-cancel {
    display: none;
}*/

/** check box changes **/
.ui-chkbox-box
{
    background-color: #C3C3C3!important;  
}

.ui-chkbox-all 
{
    float: left;
}

/** panel grid changes - for reports **/
.ui-custompanelgrid, .ui-custompanelgrid td {
    background-color: #ffdd87 !important;
}
.ui-custompanel {
    background-color: #b9df90 !important;
}

/* arrendondar tudo a 3*/
.ui-corner-all {
    border-radius: 3px !important;
}

/* extender tabs ate fim */
.ui-tabs-panels {
    height: 100%;
    overflow: auto;
    border: 1px solid #eee !important;
}
.ui-tabs .ui-tabs-nav li.ui-state-default {
    border: 1px solid #eee! important;
    border-bottom: 1px solid #fff! important;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
    border-top: 3px solid #bf0000! important;
    border-bottom: 1px solid #fff! important;
}

/*datatable column size - for seguimento*/
.ui-column-resizer {
    height: 20px !important;
}
ui-column-title{
    font-weight:bold!important;
}

/*corner tables - code BallusC*/

.nopadmar {
    padding:0!important;
    margin: 0!important;   
}

.rowStyle {
    padding: 4px 10px;
}

.status-loader {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    right: 5px;
    top: 60px;
    z-index: 300;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 3px;
    margin-left: -3px;
}

.ui-selectonemenu-table td {
    border-color: #EEEEEE !important;
}

.roteiroTable .ui-widget-content{
    background: none;
    /* color: inherit;*/
    color:#575757;
}

/*.roteiroTable .ui-state-highlight{
    color: #FFFFFF !important;
}
.roteiroTable .ui-hover{
    color: #FFFFFF !important;
}*/

/*.roteiroTable th, .roteiroTable td, .roteiroTable tr*/
/*#F1F1F1 background-color: transparent !important;*/

/*.roteiroTable::before{
    border-color: transparent transparent transparent #F1F1F1; 
}*/

.timeline dl dd.pos-left .roteiroTable:before{
    border-color: transparent transparent transparent #F1F1F1;
}

.timeline dl dd.pos-right .roteiroTable:before{
    border-color: transparent #F1F1F1 transparent transparent;
}
.imgProcessList{
    vertical-align: baseline !important;
    padding-left: 5px;
    padding-right: 5px;
}

.btnsForm {
    float: right;
    margin: 10px;
}

.layoutNoSpaceTop{
    padding-top: 1px;
    top: 57px !important;
}

.layoutNoSpaceSides{
    /*top: 84px !important;
    */
    top: 100px !important;
}

.layoutNoSpaceSidesSpecial{
    top: 80px !important;
}

.layoutUnitInvisible, .layoutUnitInvisible>div {
    visibility: hidden !important;
}

.paddingLabelGrid{
    padding-right: 5px;
}

/* classes para tabela com scroll horizontal fixo: precisa de min-width nas c�lulas */
.horizontal-scroll-table {
    table-layout: fixed;
}
.horizontal-scroll-table-outter {
    overflow-x: scroll;
}
/* hover apenas para c�lula */
.table-cell-hover>th:hover,.table-cell-hover>td:hover{
    background-color: #ddd;
}
.table-cell-hover>td {
    height: 100%;
}
.table-cell-hover>td a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.table-cell-hover>td a:hover {
    background-color: #ddd;

}

.panelBorder{
    border-style: solid !important;
    border-width: 2px !important;
    margin-bottom: 2px !important;
}


/*color override start*/

.ui-widget-header {
    border-color: #fff;
    background-color: #f9f9f9;
    color:#575757!important;
}

.ui-panel-titlebar .ui-widget-header{
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff))!important;

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #eee, #fff)!important;

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #eee, #fff)!important;

    /* IE 10 */
    background: -ms-linear-gradient(top, #eee, #fff)!important;

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #eee, #fff)!important;  
}


.ui-widget-header .ui-inputfield {
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
}
.ui-tabs.ui-tabs-top.ui-widget-content .ui-tabs-nav {
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
}
.ui-tabs.ui-widget-content{
    padding:3px!important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield {
    border: 1px solid #D9D9D9!important;
    background: #FFFFFF;
    color: #222222;
}
/*.ui-state-default .ui-icon {
    color: #FFFFFF !important;
}*/


/*menu*/
.ui-menubar.ui-widget .ui-menuitem-link {
    color: #575757!important;
}

.ui-menubar.ui-widget{
    border-bottom: 1px solid #ccc !important;
    background-color: #FFFFFF !important; 
    border-radius: 0px!important;

}

.ui-menu .ui-menu-list .ui-menuitem {
    border-color: #fff;
    background-color: #fff;
    margin-right:10px;

}
.ui-menubar.ui-widget .ui-menu-child .ui-menuitem-link {
    color: #525252 !important;
}

/*.ui-menuitem-text {
    padding-right:5px;
    font-family: 'Dosis', sans-serif!important;
    font-size:1.2em!important;
}*/

/*menu end*/
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-bottom: 2px solid #ccc!important;
    background-color: #fff;
}

/*hover*/
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus, 
.ui-datepicker .ui-state-hover {
    border-color: #eee !important;
    background-color: #eee !important;
    color:#000000 !important;
}

/*input fields: correct to white*/
.form-control.ui-state-hover,
.ui-widget-header .ui-inputfield {
    color:#575757 !important;
}


/*input fields, on click/focus*/
.form-control:focus {
    border-color: #535353 !important;
}
.form-control, input{
    border-width: 1px!important;
}

/*hover end*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-datepicker a.ui-state-active,
.ui-state-highlight {
    /* border-color: #ddd !important;*/
    border-bottom:2px solid #eee!important;
    background-color: #eee !important;
    border-top: 0px solid rgb(216, 25, 25)!important;
    color: #C92C20!important;
    font-weight:bold!important;
}

.ui-tabs-nav .ui-state-active{
    background-color: #fff!important;
}



/*bts - primary override*/

.btn-primary {
    background-color: #bf0000 !important;
    border: 0px!important;
    color:#fff!important;


}
.btn-primaryActive {
    background: -webkit-linear-gradient(#bf0000, #B11A0F)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#bf0000, #B11A0F)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bf0000, #B11A0F)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#bf0000, #B11A0F)!important; /* Standard syntax */
}
.btn-primary:hover {
    background-color: #E68364 !important;
    border-color: #E68364 !important;
}

/* custom button  */
.btn-custom {
    margin-left:10px;
    background-color: #ABB7B7;
    border-color: #ABB7B7;
    color: #fff;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    background-color: #98A3A3;
    border-color: #98A3A3;
    color: #fff;
}


/**panel **/
.ui-panel .ui-panel-content {
    padding: 0.0em 0em!important;
}


/*text*/
.ui-panel-titlebar {
    /* background: #F1F1F1 !important;*/
    border-top: 2px solid #E2E2E2 !important;
    border-bottom: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    /* color: #575757 !important;*/
    color:#bf0000!important;
    border-radius: 5px!important;
    font-size:1.3em;
    font-family: 'Quicksand', sans-serif;
}
.ui-layout-unit-header-title{
    font-size:1.3em!important;
    font-family: 'Quicksand', sans-serif!important;   
    color:#575757!important;
}


.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    color: #000 ;
    font-weight: normal;
}
/*
.ui-datepicker {
width: 100% ! important;
}*/

.ui-datepicker.ui-widget-content td a.ui-state-default {
    color: #525252 ;
}

.ui-state-default a, 
.ui-state-default a:link, 
.ui-state-default a {
    color: #525252 !important;
}
/*color override end*/

.ano-menu-margin {
    margin-left: 5px;
    margin-right: 5px;
}

/*// inspirado em: http://jsfiddle.net/BinaryMuse/ndr2Q/
.ui-panel .ui-widget .ui-widget-content .ui-corner-all .compose-area-container {
    min-height: 600px ;
    min-width: 600px ;
    position: absolute ;
    bottom: 0 ;
    right: 10px ;
    border: 1px solid black;
    background-color: white;
}*/

.ui-dialog .compose-area {
    right: 10px !important;
}

/* override dialog content */
.compose-area > .ui-dialog-content {
    padding: 0;
}

/* Definir um tamanho máximo para as caixas de diálogo */
.ui-dialog {
    max-width: 95vw;
}
.ui-dialog-content {
    max-height: 90vh;
}

table.compose-area-table {                
    height: 500px;
    width: 100%;
    table-layout: fixed;
    /*margin-top: 10px;
    padding-bottom: 10px;*/
}

/* Adicionar uma linha vermelha acima do footer dos dialogs. */
.ui-dialog-footer {
    border-top: solid 1px #bf0000;
}


.compose-area .ui-dialog-footer button.pull-right {
    margin-right: 10px;
}

.compose-area.addresses-dialog .ui-dialog-content,
.compose-area.addresses-dialog .ui-dialog-content {
    padding-left: 1em;
    padding-right: 1em;
}

full-width,
full-width > *[class*='ui-'] {
    width: 100% !important;
}
.full-height, full-heigth table.compose-area-table {                
    height: 100% !important; 
}

tr.compose-area-fixed-row {
    height: 30px;
}

/*tr.compose-area-fixed-row > td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
}*/

tr.compose-area-dynamic-row {
    width: 100%;
    height: 99%;
}

tr.compose-area-dynamic-row > td {
    padding-left: 10px;
    padding-right: 10px;
}

tr.compose-area-collapsable-row > td {
    padding-left: 10px;
    padding-right: 10px;
}

tr.compose-area-bottombar {
    background-color: #f5f5f5;
    height: 42px;
    padding: 2px 2px 2px 2px;
}

tr.compose-area-bottombar > td {
    padding: 4px;
    border-top: 1px solid #cfcfcf;
}

textarea.compose-area-dynamic-textarea {
    display: block;
    width: 100%;
    height: 99%;
    border: none;
}

textarea.cool-textarea { 
    border: 1px !important;
    border-bottom: 1px solid #cfcfcf !important;
    color: #222 !important;
    background-color: white !important;
    margin: 0;
    outline: none;
    padding: 4px 1px 4px 2px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    height: 99%;
}

textarea.cool-textarea-noborder { 
    border: 0px !important;    
    color: #222 !important;
    background-color: white !important;
    margin: 0;
    outline: none;
    padding: 4px 1px 4px 2px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    height: 99%;
}

textarea.cool-textarea-padded {
    padding: 10px !important;
}
/* begin compose area footer */
table.compose-area-table tfoot {
    background-color: #f5f5f5;
}
table.compose-area-table tfoot tr {
    height: 42px;            
    margin-top: 2px ;
}
table.compose-area-table  tfoot td {
    padding: 10px 10px 10px 10px ;
    margin: 0;
}
table.compose-area-table tbody tr {
    padding: 0 10px 0 10px;
}

table.compose-area-table tbody tr td {
    padding: 0 10px 0 10px;
}
table.overflow-scroll-content {
    overflow-x: hidden;
    overflow-y: hidden;
}
table.overflow-scroll-content tbody {
    overflow-y: scroll;
}
/* end - compose area footer */
/* begin compose area overflow content */
table.overflow-scroll-content {
    overflow-x: hidden;
    overflow-y: hidden;
}
table.overflow-scroll-content tbody {
    overflow-y: scroll;
}
/* end compose area overflow content */
table.compose-area-table > td.ui-nopadding {
    padding: 0;
}
/*
table.compose-area-table tbody tr td > div, table.compose-area-table tbody tr td > input {
  padding-bottom: 4px;
}*/
.ui-dialog-docking-zone {
    position: absolute;
    bottom: 0;
    right: 10px;
}

input[type="text"].cool-input { 
    border: 1px;
    border-bottom: 1px solid #ccc !important;
    color: #222;
    background-color: white !important;
    margin: 0;
    outline: none;
    padding: 4px 1px 4px 2px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
}

input[type="button"].cool-input, button.cool-input {
    margin: 0;
    width: 100%;
}

.vertical-separator {
    background-color: #f5f5f5;
    border-right: 1px solid #cfcfcf;
    height: 20px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    width: 2px;
}

.bottom-border {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.bottom-border-dashed {
    border-style: dashed;
}

a.display-block {
    display: block;
}

.label, .badge {
    font-size: 12px;
}

.togglerButton span{
    padding: 0 0 !important; 
}

.toggleStyle > span > label{  
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
} 

.ui-tree.ui-tree-horizontal .ui-treenode{
    padding: 5px 40px 0px 40px;
}

.noPaddingInnerDiv > div{
    padding: 0 0 !important;
}

.noBackground .ui-widget-content{
    background: none;
}

.movementStyle.ui-datatable .ui-datatable-odd.ui-state-hover{
    color: white ! important;
}

.movementStyle.ui-datatable .ui-datatable-even.ui-state-hover{
    color: white ! important;
}

.movementStyle.ui-datatable .ui-datatable-even.ui-state-highlight{
    color: white ! important;
}

.movementStyle.ui-datatable .ui-datatable-odd.ui-state-highlight{
    color: white ! important;
}

.movementStyle{
    background-color: #D2D7D3 ! important;
}

.noDisplay td[data-rowkey="root"]{
    display: none ! important;
}

.treeStyle .ui-treenode-content
{
    background-color: #D2D7D3;
    border-color: #D2D7D3;
}

.treeStyleCopy .ui-treenode-content
{
    background-color: #59ABE3;
    border-color: #59ABE3;
}

.panelContentInLine > div
{
    display: inline;
}

.contextStyle
{
    z-index: 2000 ! important;
}

/* override color icons primefaces */
/*.ui-icon{background-image:url("#{resource['primefaces-ano:images/ui-icons_525252_0.png']}")!important;}*/
.ui-icon{background-image:url("../javax.faces.resource/images/ui-icons_525252_0.png.xhtml?ln=primefaces-ano")!important;}

.navbar-search-field-ano{
    /*width: 30em !important;*/
    /*min-width: 20em !important;*/
    height: 2.1em !important;
    border: 0px!important;
    border-radius:3px !important;
    background-color:#fff!important;
    color:#575757 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.user-header {
    height: 175px;
    padding: 10px;
    background: #525252;
    text-align: center;
    color:#fff;
}

.user-signature-photo {
    padding: 10px;
    background: #525252;
    text-align: center;
    color:#fff;
}

.fixUserPanel .ui-overlaypanel-content{
    padding:0px !important;
}

.overlayStyle .ui-overlaypanel-content{
    overflow: auto;
    height:100%;
}

.fixUserPanel .ui-widget-header{
    display:none;
}

.user-body{
    padding:5px;
    min-height: 50px;
}
.ui-button-text-icon-left .ui-button-text {
    /*font-family: 'dosis'!important;*/
    font-size: 1.0em!important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-lightbox .ui-lightbox-close, .ui-overlaypanel .ui-overlaypanel-close {
    background-color: #fff;
    border-color: #B40404;
}

.ui-dialog-titlebar {
    /*background-color:#bf0000!important;*/
    background-color: white !important;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
}
.ui-dialog-minimized {
    float: right !important;
}

.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
    padding: 0px !important;
}
.compose-area .ui-dialog-content {    
    padding: 0;
}

.preview-file-dialog.ui-dialog .ui-dialog-content {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 1em !important;
}

.inline {
    display: inline;
}

.card-title {
    font-size: 1.3em;
    font-family: 'Quicksand', sans-serif;
    color: #bf0000 !important;
}


/* Estilos para os cartões do roteiro do processo */
.list-tasks-movements .movement-card, .movement-detail .movement-card {
    border-top: 3px solid #C92C20;
}

.list-tasks-movements .movement-card-untreated, .movement-detail .movement-card-untreated {
    border-top-color: #C92C20;
}

.list-tasks-movements .movement-card-treated, .movement-detail .movement-card-treated {
    border-top-color: green;
}

.list-tasks-movements .movement-card-copy, .movement-detail .movement-card-copy {
    border-top-color: yellowgreen;
}

.list-tasks-movements .movement-card-copy-not-viewed, .movement-detail .movement-card-copy-not-viewed {
    border-top-color: lightcoral;
}

.movement-card .card-title {
    border-bottom: dashed lightgray 1px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.movement-card .card-title span {
    font-size: 17px;
}

.movement-card .badge-treated {
    background-color: green;
}

.movement-card .badge-untreated {
    background-color: #bf0000;
}

.movement-card .badge-copy {
    background-color: yellowgreen;
}

.movement-card .badge-copy-not-viewed {
    background-color: lightcoral;
}

.movement-card .recipients-table {
    margin-right: 0px;
    margin-left: auto;
}

.movement-card .recipients-table a {
    margin-right: 0px;
    margin-left: auto;
    color: black;
}

.movement-card .movement-recipients {
    text-align: right;
    font-weight: bold;
    margin-bottom: 15px;
}

.movement-card .movement-copy-recipients {
    text-align: right;
    margin-bottom: 15px;
}


.color-done {
    color: green !important;
}

.color-not-done {
    color: #bf0000 !important;
}

.color-alert {
    color: yellowgreen !important;
}

.color-alert-not-viewed {
    color: lightcoral !important;
}

.ui-tooltip{
    background-color: black !important;
}

.ui-tooltip > .ui-tooltip-tip{
    background-color: black !important;
}

.ui-tooltip > .ui-tooltip-content{
    color: white; 
    background-color: black !important;
}

.smaller {
    font-size: 0.9em !important;
}
.smaller-2 {
    font-size: 0.8em !important;
}
.clear-both {
    clear: both;
}

#general-application-messages {
    padding: 0 5px 0;
}

#body-content {
    position: relative;
}

.ui-growl {
    top: 81px;  /*61px + 20px (20px = distancia right)*/
}

.alert-warning {
    color: #000000;
}

.user-confidential-select {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.user-confidential-select tr {
    float: left;
    width: 33%;
} 

.select-users-table-container {
    max-height: 500px;
    overflow-y: scroll;
}

.label-padding {
    padding-right: 7px;
}

.ui-selectmanycheckbox > label {
    font-weight: normal !important;
}
.ui-selectmanycheckbox > td,th {
    padding: 1px !important;
}

.hidden {
    display: none !important;
}


.customBorderTree{
    border-right:1px solid #ccc;
}
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-bottom: 1px solid #d4d4d4 !important;
    background-color: #fafafa !important;
}
/*
barra filto tabela com botoes
*/
.tableFilterBar{
    background-color:#eee;
    padding:3px 3px 0px 3px;
    margin-bottom:5px;
    border:1px solid #ccc;


}
.tableFilterBar .ui-widget{
    border:0px !important;
}
.tableFilterBar .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border:0px !important;
    background-color: transparent!important;
    font-weight: normal!important;
}

.tableFilterBar .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label{
    padding:3px 10px 3px 10px!important;
    border:0px!important;
}
.tableFilterBar label{
    font-weight: normal!important;
}
.tableFilterBar .ui-inputfield {
    background-color:#fff!important;
}

/*.ui-layout-west{
    background: -webkit-linear-gradient(#fff, #ccc);  For Safari 5.1 to 6.0 
    background: -o-linear-gradient(#fff, #ccc);  For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(#fff, #ccc);  For Firefox 3.6 to 15 
    background: linear-gradient(#fff, #ccc);  Standard syntax 
}*/

.ui-tabs-selected a{
    color:#bf0000!important;
}

.wizard a {
    padding: 5px 5px 5px;
    margin-right: 2px;
    background: #efefef;
    position: relative;
    display: inline-block;

}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 25px inset transparent;
    border-bottom: 31px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 25px inset transparent;
    border-bottom: 31px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard p{
    padding:0px 0px 0px 15px;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #C92C20;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #C92C20;
}

/* Sinaliza��es datatable */

tr.tag-vermelha td:first-child { 
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #C92C20), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-amarela td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #FFFC4C), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-verde td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #3BC553), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-preta td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #1A1A1A), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-azul td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #002EB8), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

.maximizado div.ui-panel-content {
    height: inherit;
}

table.tabela-footer-inline {
    font-size: 80%;
}

table.tabela-footer-inline > tbody > tr {
    display: inline-table;
}
.sidebar-layout-topmenu {
    position: fixed;    
    top: 57px;
    z-index: 300;
    right: 0;
    /*left: 215px;*/
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.sidebar-layout-left {
    top: 91px;
    position: fixed;
    left: 0;
    right: 0;
}
.sidebar-layout-left.bhoechie-tab-menu {
    top: 98px;
    bottom: 80px;
    position: fixed;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}
.sidebar-layout-left.bhoechie-tab-menu .list-group {
    margin-right: 10px;
    margin-bottom: 2px;
    direction: ltr;
}
.sidebar-layout-main {
    left: 15%;
    top: 30px;
}

.ui-datatable tbody td {
    white-space: normal;
}

/*css para barra vertical de accoes nas paginas de detalhes*/
.sidebar-layout-right {
    top: 91px;
    position: fixed;    
    right: 0;
    bottom: 0;
    border-left: solid;
    border-left-color: #eee;
    border-left-width: 1px;
}
.padding-right-30 {
    padding-right: 30px;
}

.ui-autocomplete-panel {
    z-index: 2000 !important;
}


.calendarReports input{
    width: 100px !important;
}

.calendarTask input{
    width: 90px !important;
}

.watermark-text {
    color: #ccc;
}

.fc-event-in-out:before {
    /*cloud*/
    content: "\e197";
    color:#4FC72E;
    position:absolute;
    margin-top:0px;
    cursor:pointer;
}

.fc-event-in-out:after {
    /*upload*/
    content: "\e198";
    color:#E68364;
    position:absolute;
    margin-top:-14px;
    margin-left:10px;
    cursor:pointer;
    left:8px;

}

.fc-event-in:before {
    /*download*/
    content: "\e197";
    color:#4FC72E;
    position:absolute;
    margin-top:0px;
    cursor:pointer;
}

.fc-event-out:before {
    /*cloud*/
    content: "\e198";
    color:#E68364;
    cursor:pointer;
}

.fc-event{
    background-color:transparent!important;
    border:0px;
    font-size:1em!important;
}
.fc-grid .fc-day-number{
    float:left!important;
    margin-left: 15px;
}
.fc-day .ui-widget-content{
    border:1px solid #eee!important;
}
.fc-day-content{
    height:0px!important;
}

.fc-toolbar h2 {
    color: white !important;
}
/*
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start .fc-event-in{
    border:0px!important;
}
.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end .fc-event-in{
      border:0px!important;
}
*/

.events {
    background-color: #efefef;
}

.timeline dl dd.pos-right .events:before {
    border-color: transparent #efefef transparent transparent;
}
.timeline dl dd.pos-left .events:before {
    border-color: transparent transparent transparent #efefef ;
}

.scheduleEvent{
    width: 58px !important;
}

.timeline dl dd .events {
    background-color: #efefef !important;
}

/* Dialog edit e-mail */
.eed-form .form-group > label {
    width: 50px;
    line-height: 30px;
    display: block;
    float: left;
}

.eed-form div.autocomplete-full-width {
    float: left;
}

#editEmailDialog ul.ui-autocomplete-multiple-container {
    width: 500px;
}

#editEmailDialog .eed-eed {
    /*height: 150px;*/
    overflow-y: auto;
}

#editEmailDialog .eed-from {
    width: 500px !important;
}

#editEmailDialog .eed-eedp2 {
    height:200px;
    overflow-y: auto;
    width: 100%;
}

.eed-subject {
    width: 100%;
}

#editEmailDialog .eed-subject {
    width: 550px;
}

#editEmailDialog .eed-editor {
    width: 550px;
    height: 240px;
}
/* Fim Dialog edit e-mail */

#emailP ul.ui-autocomplete-multiple-container {
    width: 567px; 
}

#emailP .eed-from {
    width: 567px !important;
} 

/* Dialog new message */
#newMessageDialog .form-group > label {
    width: 75px;
    line-height: 30px;
    display: block;
    float: left;
}

#newMessageDialog div.autocomplete-full-width {
    float: left;
}

#newMessageDialog ul.ui-autocomplete-multiple-container {
    width: 470px;
}
/* Fim Dialog new message */

/*
css for charts - pie
*/
.pieChart{
    width: 100%;
    height: 100%;
}
.pieChart table.jqplot-table-legend {
    top: 0px !important;
    right: 10px !important;
}

/*
*numbers
*/
.ui-slider-horizontal .ui-slider-range {
    background-color: #bf0000;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    font-size: 42px;
    font-size: 4.2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}
.panel-featured-primary {
    border-color: #8E7D9C;
}
.widget-summary .widget-summary-col.widget-summary-col-icon {
    width: 1%;
}
.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.widget-summary .summary .amount {
    margin-right: .2em;
    font-size: 3rem!important;
    font-weight: 600;
    color: #333333;
    vertical-align: middle;
}
.widget-summary .summary-footer {
    padding: 5px 0 0;
    border-top: 1px dotted #ccc;
    text-align: right;
}
.widget-summary .summary-footer a {
    color:#ccc!important;
}
.panel-featured-primary-ano {
    border-color: #C92C20;
}

.panel-featured-left-ano {
    border-left: 3px solid #C92C20;
}
.bg-ano {
    color: #fff;
    background-color: #C92C20;
}
.text-ano {
    color: #C92C20;
}

.custom-menu .ui-menuitem {
    background-color: #D3D3D3 !important;
}

.custom-menu .ui-menuitem-text {
    font-weight: bold !important;
}

/* progress bar*/
.ui-progressbar{
    border:1px solid #ddd!important;
}
.animated .ui-progressbar-value {
    background-color: #3399FF!important;
}


/** overide ui-icon */
.ui-iconCustom{
    background-image: none!important;
    text-indent:0px!important;
}

/*back button */

.backBlack {
    background-color:#707070!important;   
}
.ui-iconBack{
    background-image: none!important;
    text-indent:0px!important;
}


.ui-iconBack:before {
    content: "\e079";
    color:#fff!important;

}
.backBlack.ui-menuitem-link.ui-corner-all{  color:#fff!important;}
.backBlack.ui-menuitem-link.ui-corner-all.ui-state-hover{  background-color:#000!important;}




/*  bhoechie tab */
div.bhoechie-tab-container{
    /* z-index: 10;
     background-color: #ffffff;
     padding: 0 !important;
     border-radius: 4px;
     -moz-border-radius: 4px;
     border:1px solid #ddd;
     margin-top: 20px;
     margin-left: 50px;
     -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     background-clip: padding-box;
     opacity: 0.97;
     filter: alpha(opacity=97);*/
    margin:0px;
    padding:0px;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #bf0000;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #bf0000;
    background-image: #bf0000;
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #bf0000;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover{
    border-color:  #bf0000!important;
    color:#FFF!important;
}

/***
  boxes
*/
.GSE_CE{
    background-color:#E68364 !important;
    color: #fff !important;
}
.GSE_CR{
    background-color:#4FC72E !important;
    color: #fff !important;
}
.info-box {
    display: block;
    min-height: 103px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box  .ui-button-text-icon-left .ui-button-text{
    padding:0px 0px 0px 1.5em!important;
}


.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    /*display: block;
    float: left;
    height: 103px;
    width: 90px;*/
    text-align: center;
    font-size: 45px;
    /*line-height: 103px;*/
    background: rgba(0,0,0,0.2);

}
.info-box-content {
    padding: 5px 0px;
    margin-left: 90px;
}
/*.info-box-text {
    text-transform: uppercase;
}*/
.info-box-content .info-box-link {
    color: white;
    text-decoration: underline;
}
/*reformulação para table do info.box*/
table.info-box {
    width: 100%;
    margin-bottom: 5px;
}
table.info-box td {
    padding: 5px;
}
table.info-box td.info-box-type {
    background: rgba(0,0,0,0.2);
    width: 20%;
}
table.info-box td.info-box-content-main {
    width: 60%;
}
table.info-box td.info-box-content-side {
    width: 20%;    
}
table.info-box td.info-box-icon {
    min-width: 85px;
}

.underline {
    text-decoration: underline;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box .progress, .info-box .progress .progress-bar {
    border-radius: 0;
}
.info-box .progress {
    background: rgba(0,0,0,0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
/** avatar classes **/
.pretty-avatar-border {
    padding: 2px;
    border: 2px solid #3399CC;
    /*box-shadow: 0 0 4px RGBA(51, 153, 204, 0.4);*/
}

.pretty-avatar-radius {
    border-radius: 100%;
}

#usersphoto {
    background-color: transparent;
}

/*CSS para componentes de expedição de documentos*/
.expedition-controls-table {
    border-collapse: separate;
    border-spacing: 2px;
}
.expedition-unknown {
    background-color: #bbb;
    color: #fff;
}
.expedition-ungenerated {
    background-color: #bbb;
    border-style: dashed;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
}
.expedition-generated {
    background-color: #5683D6;
    color: #fff;
}
.expedition-expedited {
    background-color: #bf0000;
    color: #fff;
}
.expedition-square {
    height: 70px;
    width: 70px;
}
/*middle*/
.expedition-square-m {
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    line-height: 35px;
}
/*down*/
.expedition-square-d {
    line-height: 35px;
    width: 70px;
}
.expedition-square-d:hover {
    background-color: white;
    opacity: 0.2;
    color: black;
    cursor: pointer;
}
.vertical-middle {
    vertical-align: middle;
}
.vertical-top {
    vertical-align: top;
}
.expedition-square-d > a {
    display: block;
    line-height: 35px;
    color: #fff;
}
.expedition-square-d > a:visited {
    color: #fff;
}
.expedition-square-d > a:focus {
    color: #fff !important;
}

.process-priority-high {
    font-size:16px; 
    color:red; 
    margin-left:5px;
}
.process-priority-low {
    font-size:16px; 
    color:#4FC72E; 
    margin-left:5px;
}

.pull-right .ui-menuitem-text {
    float: right;
}

.pull-none .ui-menuitem-text {
    float: none;
}

.glyphicon-family span{
    font-family: lato;
}

.button-text-right .ui-button-text{
    display: inline;
}

.button-height{
    height: 30px;
}

/*css barra de titulo*/
.mainDivTitle {
    width: 17%;
    float: left;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px!important;
}

.titleDiv {
    margin-bottom: 0px;
    margin-top: 5px;
}

.titleActionDiv {
    float: left;
    width: 100%;
}

.invisible {
    visibility: hidden;
    display: none;
}
.circle {
    width: 2em;
    height: 2em;
    border-radius: 50%;    
    line-height: 2em;    
    text-align: center;        

}
.circle.circle-default {    
    background: grey;
    color: #fff;
}
.circle.circle-red {
    background: #C92C20;
    color: #fff;
}
/*link de favoritos*/
.circle.circle-favorite {
    background-color: gold !important;
    opacity: 0.7;
    color: #ff0000;
}
.circle.circle-favorite:hover {
    background-color: gold !important;
    color: #ff0000;
    opacity: 1;
}
.circle.circle-favorite span.glyphicon {    
    color: #ff0000;
    line-height: 2em;
}
/*link controlos ordem do dia*/
.circle.circle-control span.glyphicon {        
    line-height: 2em;
}
.circle.circle-entry {
    background-color: #4FC72E;
}
.circle.circle-document {
    background-color: #E68364;
}
.circle.circle-control:hover {
    background-color: #fff;
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.75;
    /* Mozilla */
    opacity: 0.75;
    /* CSS3 */
}
/*override css primefaces*/
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    background-image: none;
    margin: .5em 0 0 0;
    /* padding: .3em 1em .5em .4em; */
}
.ui-progressbar-value {
    background-color: grey !important;
}
.input-group-addon, .input-group-btn {
    /* width: 1%; */
    white-space: nowrap;
    vertical-align: middle;
}
.btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    background-color: #48cfad;
    border-color: #48cfad;
    color: #fff !important;
}
.btn-info {
    color: #fff !important;
}
/*padding em tabs*/
.ui-tabs.ui-nopadding .ui-tabs-panel {
    padding: 0 !important;
}
.ui-tabs.ui-padding-sm .ui-tabs-panel {
    padding: 3px 0px 8px 0px !important;
}
/* full width em autocomplete Primefaces*/
.ui-autocomplete-multiple.full-width .ui-autocomplete-multiple-container {
    width: 100%;
}
/**/
.ui-selectonemenu.full-width, .ui-selectonemenu.full-width > .ui-selectonemenu-label {
    width: 100% !important;
}
.ui-menu.ui-widget.ui-widget-content .ui-menuitem-link {
    padding: 0.3em 0.3em;
    width: 100%;
    border-width: 1px 0px;
}

table.panelgrid-align-top tr td.ui-panelgrid-cell {
    vertical-align: top;
}
/*override posicionamento checkboxes no selectmanycheckbox do PrimeFaces*/
.ui-selectmanycheckbox label, .ui-selectoneradio label {
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
}
.ui-selectlistbox-item {
    vertical-align: top;
}
.ui-selectlistbox-item ui-chkbox.ui-widget {
    padding-right: 5px;
}

.m-b {
    margin-bottom: 15px;
}
.b-l {
    border-left: 1px solid #dee5e7;
}
.streamline {
    position: relative;
    border-color: #dee5e7;
}
.sl-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #bf0000;
}

.sl-item:before, .sl-item:after {
    display: table;
    content: " ";
}

.streamline .sl-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    margin-left: -5px;
    background-color: #bf0000;
    border-color: #bf0000;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    content: '';
}
.sl-item:after {
    top: 6px;
    bottom: auto;
}

.padder-md {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px
}

.m-l {
    margin-left: 15px;
}

.Separator {
    border-bottom: solid 1px #E0E0E0;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 10px 0px;
    clear: both;
}
.display-inline-block {
    display: inline-block;
}

.error-page h1 {
    font-size: 2em;
}

.error-500 {
    background-color: red;
    opacity: 0.5;
}
.error-404 {
    background-color: rgba(255,204,0,0.6);    
}
.error-403 {
    background-color: purple;
    opacity: 0.5;
}

/* estilos para ordem do dia */
.lt-opt.lt-opt-unread {
    font-weight: bold !important;
}
.lt-opt.lt-opt-pending {
    background: #FFEFD5;
}
.lt-tree-count {
    color: #C92C20;
}

.ui-icon-entry{
    background-image: url(../images/sign-in.png) !important;
}

.ui-icon-docprocess{
    background-image: url(../images/sign-out.png) !important;
}

.search-command-scope {
    background-color: #FFF;
    border-radius: 5px;
    height: 28px;
}

.ui-dialog-titlebar {
    background-color: #bf0000  !important;
}

.ui-dialog-title
{
   color: #FFF !important;
}
 
.ui-panel .ui-panel-title {
   color: #bf0000;
} 

#textbox-topbar {
    width: 94%;
}

.search-input-topbar {
    width: 70%;
}

#idAdvancedSearch {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

#id-search-input a,
#idAdvancedSearch a,
#advancedSearchHelp a,
#globalFilterHelp a {
    border: none;
    border-radius: 0px;
    margin: 0px;
}

#id-search-input {
    position: absolute;
    top: 0px;
    right: -30px;
}

/*#advancedSearchHelp {
    position: absolute;
    top: 0px;
    right: 0px;
}*/

#advancedSearchHelp a.btn-navbar-search-ano,
#globalFilterHelp a.btn-navbar-search-ano {
    z-index: 1000;
    border-radius: 5px; 
}

#line-separator-input {
    width: 2px;
    height: 23px;
    background-color: #bf0000;
    position: absolute;
    z-index: 1000;
    top: 3px;
    right: -24px;
}

#divTitlePage {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

#divUl2 {
    padding: 0;
}

#divUl2 #ul2,
#divUl2 #ul3 {
    margin: 0;
    padding: 0px;
}

#ul3li1 {
    margin: 15px -20px;
}

#divUl2 #ul2 #ul2li1 {
    margin: 8.5px 20px 8.5px 0px;
}

#ul2li2 {
    margin: 8.5px -10px 8.5px 0px;
}

.fa.fa-bars {
    font-size: 1.5em;
    margin-top: 5px;
    margin-left: 5px;
}


/* Outbox */

.outboxButtonSelected,
.outboxButtonSelected:hover,
.outboxButtonSelected:active,
.outboxButtonSelected:focus {
    color: #C92C20 !important;
    font-weight: bold !important;
}

.overTheDeadline {
    background-color: #FC7373;
    color: white;
}


@media (min-width: 1100px) {
    #id-search-input a.btn-navbar-search-ano {
        border-radius: 5px;
    }
}

@media (min-width: 1010px) and (max-width: 1100px) {
    #textbox-topbar {
        width: 89%;
    }
}

@media (min-width: 940px) and (max-width: 1010px) {
    #textbox-topbar {
        width: 88%;
    }
}

@media (min-width: 890px) and (max-width: 940px) {
    #textbox-topbar {
        width: 87%;
    }
}

@media (max-width: 820px) {
    #line-separator-input,
    #idAdvancedSearch {
        display: none !important;
    }
}

@media (min-width: 820px) and (max-width: 890px) {
    #textbox-topbar {
        width: 86%;
    }
}

@media (max-width: 768px) {
    #ul3 {
        display: none !important;
    }
}

@media (max-width: 820px) {
    #divUl2 #ul2 #ul2li1 {
        margin-right: 0px;
    }
    #ul1span1 {
        display: none !important;
    }
    #divTitlePage {
        width: 15%;
    }
    #id-search-input {
        right: 0px;
    }
    .search-command-scope {
        width: 105%;
    }
    #id-search-input a.btn-navbar-search-ano {
        z-index: 1000;
        border-radius: 5px;
    }
}

span#id-search-input a,
span#idAdvancedSearch a,
span#advancedSearchHelp a {
    color: rgb(220,48,35);
}

span#id-search-input a,
span#idAdvancedSearch a,
span#advancedSearchHelp a,
span#globalFilterHelp a,
.search-command-scope,
#searchFormDiv1 #textbox-topbar input.navbar-search-field-ano {
    background-color: #FFF !important;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverNotselected a
{
    background-color: #e6e9ed;
    border: 1px solid #e6e9ed;
    color: #434a54 ! important;
    width: 100%;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverNotselected a:before
{
    border-left-color: #e6e9ed;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverSelected a
{
    background-color: #C92C20;
    border: 1px solid #C92C20;
    color: #FFFFFF ! important;
    width: 100%;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverSelected a:before
{
    border-left-color: #C92C20;
}

#stateExpedition .breadcrumb.breadcrumb-arrow a:after
{
    border-left-color: #434a54;
}

.alert-warning-color 
{
    background-color: #D4D4D4 ! important; 
    border: #D4D4D4 ! important;
}

.numberInput .pe-inputNumber{
    width: 10%;
}

.ui-autocomplete-table td {
    border-color: #CCCCCC !important;
}

/* Ocultar o caminho na barra de fundo do CKEditor */
.cke .cke_path {
    display: none;
}

/* Sublinhado a picotado útil para assinalar que um elemento tem uma tooltip. */
.tooltip-hint {
    cursor: help;
    text-decoration: dotted underline;
}

/* Estilo para ícones de ajuda com tooltip.
 * O ícone não é incluido. Para isso, usar as classes "fa fa-question-circle".
 */
.tooltip-icon {
    cursor: help;
    color: gray;
    margin-left: 2px;
}

/* Div do campo de autocomplete dos classificadores na pesquisa avançada */
#searchForm .ui-autocomplete-multiple {
    width: 200px;
    display: inline-block;
}

/* Campo de autocomplete dos classificadores na pesquisa avançada */
#searchForm .ui-autocomplete-multiple-container {
    width: 100%;
    display: inline-block;
}

/* Caixa de texto dentro do autocomplete dos classificadores na pesquisa avançada */
#searchForm .ui-autocomplete-multiple input[type=text] {
    width: 80px;
}

/*
    Caixas de diálogo com esta classe serão mantidas no fundo da janela quando
    esta é redimensionada (ver função "moveDialogToBottom()" e código abaixo
    no ficheiro "/scripts/script.js").
    Adicionalmente, serão adicionadas barras de deslocamento automáticas às
    caixas de diálogo.
*/
.dialog-bottom {
    overflow: auto !important;
}

.ui-datatable tbody td.wrap, .ui-datatable thead th.wrap {
    white-space: normal;
}

.ui-datatable thead th.wrap {
    vertical-align: middle;
}

/* Classificadores apagados nas árvores de classificadores seleccionados. */
.deleted-classifier {
    text-decoration: line-through;
    color: #bf0000;
}

.deadline-spinner .ui-spinner-input {
    text-align: left;
}

/* Alinha melhor os componentes p:selectBooleanCheckbox, verticalmente. */
.alignSelectBooleanCheckboxes .ui-chkbox-box {
    margin-top: 4px;
}

.full-height-documentViewer-panel, .full-height-documentViewer-panel>div {
    height: 100%;
}


/* Fixa a 1ª coluna de uma tabela, e adiciona uma barra de deslocamento
 * horizontal para o resto da tabela.
 * Deve ser aplicado a uma div. Dentro desta deverá haver uma segunda div com a
 * classe "fix-first-table-column-inner-div". A tabela deverá estar dentro
 * desta segunda div.
 */
.fix-first-table-column {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.fix-first-table-column>div.fix-first-table-column-inner-div {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}

.fix-first-table-column tr th:first-child {
    position: absolute !important;
    width: 151px;
    background: #6C7A89;
    z-index: 10;
    left: 0px;
}

.fix-first-table-column tr:not(.ui-datatable-empty-message) td:first-child {
    position: absolute !important;
    width: 151px;
    background: #D4D4D4;
    z-index: 10;
    left: 0px;
}

.fix-first-table-column tr.ui-state-error td:first-child {
    position: absolute !important;
    width: 151px;
    background: #CD0A0A !important;
    z-index: 10;
    left: 0px;
}


.registo-pendente td, .registo-pendente th {
    background-color: #E9D460 !important;
}

.registo-anulado td, .registo-anulado th {
    background-color: #EF4836 !important;
    color: white !important;
}

.registo-concluido td, .registo-concluido th {
    background-color: #2ecc71 !important;
    color: white !important;
}

.download-template-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    min-height: 50px;
}

.wrap-tabView-tabs>div>ul {
    display: flex;
}

.wrap-tabView-tabs>div>ul>li {
    max-width: 200px;
    white-space: normal !important;
    text-align: center;
}

.reportForm .ui-wizard-step-title {
    color: gray;
}

.reportForm .ui-fileupload {
    width: 100%;
}

.reportForm .ui-fileupload-buttonbar {
    background-color: transparent;
}

.reportForm .ui-fileupload-content {
    min-width: 100px;
    background-color: #f1e2e2 !important;
}

.reportForm .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px
}

.reportForm .dropzone {
    border-style: dashed;
}

.reportForm label {
    margin: 0;
}

.ui-datepicker-calendar tr td a {
    text-decoration: none;
}

.bhoechie-tab-content hr {
    border-color: #BF0000;
}

.ui-splitbutton.full-width-splitButton, .ui-splitbutton.full-width-splitButton button:first-child {
    width: 100%;
}

.ui-splitbutton.full-width-splitButton .ui-splitbutton-menubutton {
    position: absolute;
    right: 0;
    z-index: 1;
}

.full-width > input.hasDatepicker {
    width: 100%;
}

.text-middle {
    vertical-align: middle !important;
}

.table-horizontal {
    font-size: 1.1em;
    table-layout: fixed;
    white-space: normal;
}

.table-horizontal > tbody > tr:nth-of-type(2n+1) {
    background-color: #D4D4D4;
}

.table-horizontal th {
    background-color: #6C7A89;
    color: #ffffff;
    font-weight: normal;
}

.table-horizontal.text-center th, .table-horizontal.text-center td {
    text-align: center;
}

.table-horizontal.text-middle th, .table-horizontal.text-middle td {
    vertical-align: middle;
}

.green-icon {
    font-size: 16px;
    color: green;
}

.red-icon {
    font-size: 16px;
    color: red;
}

#testeForm div.texto {
    padding: 10px;
    margin-bottom: 10px;
    white-space: pre-wrap;
    font-family: "Lucida Console", Monaco, monospace;
    background: black;
    color: white;
    border: 3px solid gray;
}

#testeForm label.path {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background: #444;
    border: 3px solid gray;
}

#testeForm .texto2 {
    padding: 10px !important;
    background: black !important;
    color: white !important;
    border: 3px solid gray !important;
    font-family: "Lucida Console", Monaco, monospace !important;
    width: 100%;
    height: 120px;
}

#testeForm .texto3 {
    padding: 10px !important;
    background: black !important;
    color: white !important;
    border: 3px solid gray !important;
    font-family: "Lucida Console", Monaco, monospace !important;
    width: 100%;
}

#testeForm .painel2 button {
    display: block;
}

#testeForm .painelRes {
    margin-top: 10px;
}

#testeForm table th {
    white-space: normal;
    word-wrap: break-word;
    vertical-align: bottom !important;
}

#testeForm table td {
    white-space: normal;
    word-wrap: break-word;
    vertical-align: middle !important;
}

.calendarVerificacao input {
    width: 100%;
    text-align: center;
}


/* Animação para fazer o texto piscar */
.blink-red {
    color: red !important;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; color: red;
}

#myId{
    border-color: #535353 !important;
    border-width: 1px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f1e2e2;
    }
    
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


/* Animação de "loading bar" no topo da página */
div#topLoadingBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

div.loadingBar {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*background-color: #ddd;*/
}

div.loadingBar:before {
  display: block;
  position: absolute;
  content: "";
  left: -30%;
  width: 30%;
  height: 2px;
  /*background-color: #2980b9;*/
  background-color: #ddd;
  animation: loading 2s linear infinite;
}

.requiredLabel:after {
    content:" * ";
    color: red; 
}

.calendarClass input {
    width: 100px !important
}

@keyframes loading {
    from {left: -30%; width: 30%;}
    /*50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}*/
    to {left: 100%;}
}

table.jqplot-table-legend {
    border: none !important
}