/*@import url(http://fonts.googleapis.com/css?family=Dosis:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Quicksand);*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');
#pageBody{
    overflow-x: hidden;
}

.btnsWrapper {
    padding: 30px 0 !important;
}

body .ui-datatable thead th {
    background-color: #FFF !important;
    color: #000 !important;
    font-weight: bold;
    padding: 1.2rem !important;
    border-bottom: 2px solid #506778 !important; 
    border-bottom: 2px solid var(--main-first-color) !important;
    font-size: 14px;
}

body .ui-datatable tbody td {
    padding: 1rem !important;
    font-size: 14px;
} 

body .ui-datatable .ui-state-active thead th {
    background-color: #6C7A89 !important;
    border-color: #6C7A89 !important;
    color: #ffffff !important; 
}

body .ui-datatable .ui-datatable-data > tr.ui-datatable-even:not(.ui-state-error) {
    background-color: rgba(0,0,0,.05);
}
body .ui-datatable .ui-datatable-data > tr > td {
    border-bottom: 1px solid #e7e7e7 !important;
}

@media (max-width: 641px){
    .ui-column-result-custom, .ui-column-title{
        width: 48% !important;
        display: block !important;
        padding: 0em !important;
        margin: 0em !important;
        white-space: normal;
    }
    .ui-column-result-custom-special {
        width: 100%;
    }
    .ui-column-result-custom{
        float: right;
    }
    .ui-column-title{
        float: left;
    }
    .ui-widget-content > td[role="gridcell"]{
        text-align: left !important;
    }
    .ui-accordion-content{
        padding: 0.2em 0.5em !important;
    }
    .ui-widget-content > td[role="gridcell"] > button{
        width: 100%;
    }

    body .ui-datatable .ui-datatable-data > tr > td > div{
        width: 70%;
        display: inline-block;

    }
    .ui-column-title {
        width: 20% !important;
        display: inline-block;
    }

    .pedido_state_icon {
        text-align: left !important;
        margin: 5px 5px !important;
    }

}
/* <span class="ui-column-result-custom" />  */

/* Estilos para os templates masterDetail e sidebarLayout */
.master-detail-layout-menu {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 300;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.master-detail-layout-left {
    /*
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 91px;
    width: 15%;
    height: 100%; 
    */
}

.master-detail-layout-center {
    /*
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 91px;
    margin-left: 15%;
    margin-right: 35%;
    width: 50%;
    height: 100%;
    */
}

@media (max-width: 991px) {
    #mainLayout{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 991px){
    .master-detail-layout-main{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 992px) {
    .master-detail-layout-left{
        height: 650px;
    }
}

.master-detail-layout-right {
    /*
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 91px;
    width: 35%;
    height: 100%;
    */
}

.master-detail-layout-right {
    /*
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 91px;
    width: 35%;
    height: 100%;
    */
}

.master-detail-layout-main {
    /*
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 101px;
    margin-left: 15%;
    margin-right: 35%;
    width: 85%;
    height: 100%;
    */
}

.master-detail-layout-left>.master-detail-layout-inner {
    height: calc(100% - 25px) !important;
}

.master-detail-layout-left>.master-detail-layout-inner,
.master-detail-layout-right>.master-detail-layout-inner,
.master-detail-layout-center>.master-detail-layout-inner {
    overflow: auto;
    max-height: calc(100% - 25px);
    background: white;
    /*margin: 10px;*/
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    border-top: solid 3px #022E47;
    margin-bottom: 10px;
}

.master-detail-layout-main>.master-detail-layout-inner {
    overflow: auto;
    height: 100%;
    padding-bottom: 10px;
}


.well-box {
    padding: 10px;
    background: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    border-top: solid 3px #022E47;
}

.a
{
    color: #022E47!important;
    text-decoration: none;
}
a:focus,a:hover{color:#022E47!important;text-decoration:none}


body {
    /*    padding-top: 61px;*/
    font-size: 12px;
    line-height: none;
    background: white;
}

.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: #022E47;
    /*  border-color: #F1F1F1;*/
    /* min-height:20px !important; */
    /* height: 50px; */
    z-index:1000;
}
.navbar .logo{
    background-color: #4B67A2;  
    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;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

/*.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: #022E47 !important;
}

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

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

/*#content {
    padding-bottom: 60px;
    padding-left: 20px !important;
}*/
#content {
    padding-left: 0;
    padding-right: 0;
}

.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 {
    /*    -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(255,255,255,1);
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 3px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;

}

.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: transparent;
    opacity:0.70;
}  

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

.form-signin .form-control {
    position: relative;
    font-size: 12px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity:1;
    border: 1px solid rgba(0,0,0, .3);
    color: gray;
}

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

.form-signin.has-mt input[type="text"] {
    border-top-left-radius: 0;
    border-top-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);
}

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:0px!important;
    border-left:0px!important;
    border-right:0px!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;
}

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;
    z-index: 1;
}

/* FOOTER */
#footer {
    clear: both;
    margin: 0 auto;
    /* padding: 10px 0 20px 0; */
    /* border-top: 4px solid #f0f0f0; */
    text-align: center;
    background: rgba(0,0,0,0.2);
    /*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;
    font-size: 15px;
}

/* 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: 31%;
    height: 280px;
    float: left;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 1%;
    transition: all 0.5s ease 0s;
}

.PropertyBox:hover {
    background: #C3C3C3;
    cursor: pointer;
}

.PropertyBox .PropertyTopic {
    display: block;
    color: #022E47;
    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;
}
table.vertical-align-cells td {
    vertical-align: top;
}

.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: rgb(242, 242, 242);;
}

/*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;
}

.ui-radiobutton>.ui-radiobutton-box.ui-corner-all {
    border-radius: 10px !important;
}

.ui-radiobutton>.ui-radiobutton-box>.ui-radiobutton-icon {
    margin-top: -1px;
    margin-left: 0;
}

.ui-selectbooleancheckbox>.ui-chkbox-box>.ui-chkbox-icon {
    margin-top: -1px;
    margin-left: -1px;
}

/* 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 #022E47! 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;
}

.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;*/
    border: none !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;
    background-color: #fff;
}

/*hover*/
.ui-state-hover:not(button):not(th),
.ui-widget-content .ui-state-hover:not(th):not(button),
.ui-widget-header .ui-state-hover:not(th):not(button),
.ui-state-focus:not(th):not(button),
.ui-widget-content .ui-state-focus:not(th):not(button),
.ui-widget-header .ui-state-focus:not(th):not(button), 
.ui-datepicker .ui-state-hover:not(th):not(button) {
    border-color: #eee;
    background-color: #eee;
    color:#000000;
}

/*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, .form-control:hover {
    border-color: #535353 !important;
}
.form-control, input{
    border-width: 1px!important;
}

.form-signin #tenant.form-control {
    padding: 0;
    border: solid 1px #aab2bd;
    margin-bottom: -1px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-signin #tenant.form-control:hover, .form-signin #tenant.form-control:focus {
    border-color: #77777A !important;
    z-index: 2;
}

.form-signin #tenant.form-control>label {
    padding: 10px;
    color: #434a54;
    border: none !important;
}

.form-signin #tenant.ui-state-disabled>label {
    color: #aaa;
}

/*hover end*/

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

.ui-password-panel {
    background-color: #fff;
    color: black;
    width: 180px;
    padding: 10px;
    text-align: center;
    box-shadow: none;
}

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



/*bts - primary override*/

.btn-primary {
    background-color: #506778 !important; 
    color: var(--main-first-color) !important;
    background-color: var(--main-first-color) !important;
    border: 0px!important;
    color:#fff!important;
    padding: 5px;
    padding: 7px 10px 7px 10px;
    margin-right: 5px;
}

.btn-primaryActive {
    background: -webkit-linear-gradient(#022E47, #B11A0F)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#022E47, #B11A0F)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#022E47, #B11A0F)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#022E47, #B11A0F)!important; /* Standard syntax */
}
.btn-primary:hover {
/*    background-color: #949599 !important;*/
    /*border-color: #506778 !important;*/ 
    opacity: .7;
    /*color: var(--main-first-color) !important;*/ 
    border-color: var(--main-first-color) !important;
}

html body #content .btn-secondary {
    background-color: white !important;
    border: solid 1px #506778 !important; 
    border: solid 1px var(--main-first-color) !important;
    color: #506778 !important; 
    color: var(--main-first-color) !important;
    padding: 5px;
    padding: 6px 9px 6px 9px !important;
    margin-right: 5px;
}
html body #content .btn-secondary:hover,
html body #content .btn-secondary:active,
html body #content .btn-secondary.ui-state-active {
    background-color: #949599 !important;
    border-color: #949599 !important;
    color: white !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:#022E47!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 ;
    border: 1px solid #f2f2f2 !important;
    box-shadow: none !important;
}
.ui-datepicker.ui-widget-content td a.ui-state-hover {
    background-color: #f2f2f2 !important;
}

.ui-datepicker.ui-widget-content td {
    padding: 0 !important;
}

.ui-datepicker {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.ui-datepicker-today {
    text-decoration: underline;
}

.ui-timepicker-div .ui-slider {
    background-color: #e6e9ed;
    margin-top: 5px;
}

.ui-timepicker-div>dl {
    padding-left: 10px;
    padding-right: 10px;
}

.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 #022E47;
}


.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, .ui-widget textarea.cool-textarea {
    border: 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, input[type="password"].cool-input, span.cool-input>input[type="text"] {
    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%;
}

.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;
}

#searchFormDiv1 input.navbar-search-field-ano{
    border: none !important;
}

.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-dialog .ui-dialog-titlebar-maximize,
.ui-dialog .ui-dialog-titlebar-minimize,
.ui-lightbox .ui-lightbox-close,
.ui-overlaypanel .ui-overlaypanel-close {
    background-color: #fff;
    border-color: #B40404;
}

.ui-dialog-titlebar {
    /*background-color:#022E47!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;
}

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

.inline {
    display: inline;
}


#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;
}


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


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

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

.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: #022E47;
}

.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: #022E47 !important;
}

.color-not-done-roteiro {
    color: #DC3023 !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 {
    z-index: 5000 !important;
    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:#FFF;
    padding: 5px 0;
    margin-bottom:2px;
}
@media (max-width: 767px){
    .tableFilterBar > div{
        padding:1px 1px 0px 0px !important; 
    }
}
.tableFilterBar > div > div{
    padding:0px 0px 0px 0px !important; 
}

.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;
    font-weight: normal!important;
}

.tableFilterBar .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label{
    padding:1px 5px 1px 5px!important;
    border:0px!important;
}
.tableFilterBar label{
    font-weight: normal!important;
}
.tableFilterBar .ui-inputfield {
    background-color:#fff!important;
    border: 1px solid #ccc !important;
    border-radius: 30px !important;
    padding: 5px 10px !important;
}

.tableFilterBar .ui-inputfield.ui-state-hover,
.tableFilterBar .ui-inputfield.ui-state-focus{
    background-color: rgba(0,0,0,0.05) !important;
}

.filtersBtns {
    background-color: #506778 !important; 
    color: var(--main-first-color) !important; 
    background-color: var(--main-first-color) !important;
    color: #FFF !important;
    padding: 2px 5px;
    border: none !important;
    margin-left: 10px;
}

.filtersBtns .ui-state-hover,
.filtersBtns .ui-state-focus,
.filtersBtns .ui-state-active {
    background-color: #506778 !important; 
    background-color: var(--main-first-color) !important;
    color: #FFF !important;
}

.filtersBtns .ui-icon {
    background-image: url("/futureattendance/javax.faces.resource/images/ui-icons_ffffff_0.png.xhtml?ln=primefaces-ano") !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:#022E47!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: #4B67A2;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #4B67A2;
}

/* Sinaliza��es datatable */

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

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

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

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

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

    /* Standard */
    background: linear-gradient(to right, #4B67A2 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: 60px;
    z-index: 300;
    right: 0;
    /*left: 215px;*/
    left: 0;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.sidebar-layout-left {
    top: 91px;
    position: fixed;
    left: 0;
    right: 0;
}
.sidebar-layout-main {
    left: 15%;
    top: 30px;
}

/*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:#4B67A1;
    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:#4B67A1;
    cursor:pointer;
}

.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: #022E47;
}

.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: #4B67A2;
}

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

.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: #022E47;
}
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: #022E47;
    background-image: #022E47;
    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 #022E47;
}

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:  #022E47!important;
    color:#FFF!important;
}

/***
  boxes
*/
.GSE_CE{
    background-color:#4B67A1 !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: #022E47;
    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: #4B67A2;
    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: #4B67A1;
}
.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-inputnumber.full-width > input {
    width: 100% !important;
}
input.ui-inputtext.full-width {
    width: 100% !important;
}
.ui-inputnumber.text-right > input {
    text-align: right;
}
.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 td {
    padding-bottom: 8px;
}
.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: #022E47;
}

.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: #022E47;
    border-color: #022E47;
    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: #4B67A2;
}

.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: #506778  !important; 
    background-color: var(--main-first-color)  !important;
}

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

.ui-panel .ui-panel-title {
    color: #022E47;
} 

#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: #022E47;
    position: absolute;
    z-index: 1000;
    top: 3px;
    right: -24px;
}

#divTitlePage {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    /* width: 25em; */
}

ul.topbar-icons {
    margin: 0;
}

ul.topbar-icons>li {
    margin: 15px 20px 15px 0px;
}

ul.topbar-icons>li a {
    padding: 0 !important;
}

ul.topbar-icons>li img {
    height: 30px;
}

@media (max-width: 991px) {
    ul.topbar-icons>li.topbar-collapse {
        display: none !important;
    }
}


#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;
}

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

.selectedMenuButton{
    color: #022e47;
}

li.selectedLiMenuButton{
    background-color:#eeeeee !important;
    border: 1px lightgrey solid;
    -webkit-box-shadow:inset 0px 0px 0px 1px lightgrey;
    -moz-box-shadow:inset 0px 0px 0px 1px lightgrey;
    box-shadow:inset 0px 0px 0px 1px lightgrey;
}

/* Outbox */

.outboxButtonSelected,
.outboxButtonSelected:hover,
.outboxButtonSelected:active,
.outboxButtonSelected:focus {
    color: #4B67A2 !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: 820px) {
    #ul3 {
        display: none !important;
    }
}

@media (max-width: 820px) {
    #divUl2 #ul2 #ul2li1 {
        margin-right: 0px;
    }
    #divTitlePage{
        position: relative;
        left: 25px;
        overflow: visible;
        width: 13em;
        overflow-wrap: normal !important;
        white-space: nowrap;

    }
    #ul1span1 {
        position: relative;
        overflow: visible;
        width: 13em;
        overflow-wrap: normal !important;
        white-space: nowrap;
    } 
    #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: #4B67A1;
}

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: #4B67A2;
    border: 1px solid #4B67A2;
    color: #FFFFFF ! important;
    width: 100%;
}

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

#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;
    border-bottom: 1px dotted black;
}

/* 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 {
    white-space: normal;
}

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

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

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

.globalFilter {
    width: 40%;
}


/* 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;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

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

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    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%;}
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    padding: 8px 8px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield {
    border: none;
    background: #FFFFFF;
    color: #222222;
}

.showColor {
    border: 1px solid #ccc;
    display: inline-block;
    width: 2em;
    height: 1em;
    padding: 7px;
    margin-bottom: -2px;
}

.templateEditor {
    padding:10px;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    display:block;
    width: 100%;
    border-bottom: 5px solid #022E47;
    overflow-y: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}


/* Estilos para a barra dos estados da reunião */
.phases-nav {
    display: table;
    margin: 10px auto;
    padding: 0;
    list-style: none;
}

.phases-nav>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}

.phases-nav>li>a, .phases-nav>li>span {
    padding: 11px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.phases-nav>li>.phases-nav-current {
    color: white;
    background-color: #022e47;
    font-weight: bold;
    opacity: 1;
}

.phases-nav>li>.phases-nav-current-color {
    background-color: #022e47;
}

.phases-nav>li>a:hover {
    background-color: #e6e9ed;
}

.phases-nav>li>a:active {
    background-color: #f4f4f4;
    color: black;
}

.phases-nav>li .phase-separator {
    padding: 0;
    color: #aaa;
    font-size: 1.2em;
}

.phases-nav>li .phase-cancel-separator {
    padding: 0;
    color: #aaa;
    font-size: 1.2em;
}

.meeting-detail-phases-panel {
    /*
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 91px;
    margin-left: 0%;
    margin-right: 35%;
    width: 65%;
    */
}

.document-phases-panel>form {
    overflow-x: visible;
    overflow-y: visible;
    white-space: nowrap;
    height:auto;
}

.meeting-detail-phases-panel>form {
    overflow-x: visible;
    overflow-y: visible;
    white-space: nowrap;
    height:auto;
}

@media (max-width: 750px){
    .meeting-detail-phases-panel>form {
        width: calc(100%-50px);
    }
    .document-phases-panel>form{
        width: calc(100%-50px);
    }
}

@media (max-width: 991px){
    .meeting-detail-phases-panel{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .meeting-detail-actions-panel{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #midPanelDetail{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/* Estilos adicionais para as tabs da reunião */
.meeting-detail-actions-panel {
    /*
    position: fixed;
    top: 170px;
    left: 0;
    margin-left: 0%;
    margin-right: 35%;
    width: 65%;
    bottom: 0;
    */
}

.meeting-detail-actions-panel .panel-tabs {
    /* margin: 10px; */
    max-height: calc(100% - 25px);
    /*    display: flex;*/
    flex-direction: column;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.meeting-detail-actions-panel .panel-tabs>* {
    flex: 1;
}

@media (min-width: 750px) {
    .panel-tabs .nav-tabs {
        border-radius: 0;
        display: flex;
    }

    .panel-tabs .nav-tabs li {
        display: flex;
        flex: 1;
    }

    .panel-tabs .nav-tabs li a {
        flex: 1;
    }
} 

.panel-tabs .nav-tabs li {
    border-top: 3px solid #d4d4d4;
}

.panel-tabs .nav-tabs li.active {
    border-top: solid 3px #022E47;
}

.panel-tabs .tab-content {
    background: white;
    overflow: auto;
}


/* Estilo para os Filtros */

.filters-form .ui-state-active {
    width:100%;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    border:none !important;
    background-color: #f2f2f2;
    color: black ;
    text-align: center;
    font-weight: bold !important;
}

.filters-form .ui-state-default {
    width:100%;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    border:none !important;
    background-color: #f2f2f2;
    color: black ;
    text-align: center;
    font-weight: bold !important;
}

.filters-form span{
    padding: 3px !important;
}

.meeting-dialog .ui-dialog-content {
    display:inline-block;
    width:100%;
    padding-left:0;
    padding-right:0;
}


#actionPanel>.tab-content .ui-menubar {
    border-bottom: none !important;
}



.fullscreen {
    position:fixed; 
    top:50px; 
    left:0; 
    padding-top: 20px;
    z-index: 400;
    width: 100%; 
    height: calc(100% - 50px);
    /* style="position:fixed; top:50px; padding-top: 20px; left:0;width: 100%; height:100%"*/
    /*style="position:fixed; top:0; left:0; z-index: 99999;width: 100%; min-height: 100%;"*/
}

table span {
    padding-left:5px;
}

/*.ui-datatable-tablewrapper,
.ui-datatable-header{
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}*/

.ui-datatable tbody td {
    border-color: transparent !important;
    border-width: 0px;
}

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

.ui-datatable .ui-selection-column .ui-chkbox-all {
    display: inline-block !important;
    margin: 0px auto;
    width: 16px;
    height: 16px;
}

.ui-chkbox-all {
    float: none !important;

}

.form-group .ui-state-default:not(tr):not(td):not(.fc-row),
table tbody .ui-state-default:not(tr):not(td):not(.fc-row),
table tbody .ui-state-active:not(tr):not(td):not(.fc-row), 
table tbody .ui-widget-content:not(tr):not(td):not(.fc-row){
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}

table tbody tr td input {
    border: 1px solid #f2f2f2 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}

/*
#stateForm {
    border: 1px solid #ccc;
}

#stateForm ul > li {        
    display: table-cell;
    height: 30px;        
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 100%;
    border: 1px solid #d68a3a;
}

#stateForm  ul > li > span {         
    position:relative;        
    line-height: 30px;  equal to the list item's height 
    height:100%;
    width: 100%;
}

#stateForm  ul>li:hover {
    background-color: #d68a3a;
    cursor: pointer;
    color: white;
}

#stateForm  ul {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
}

#stateForm  ul > li > span:after, ul > li > span:before {
    content:"";
    display:inline-block;        
    border-width: 16px;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;        
    position: absolute;        
    z-index: 1;
}

#stateForm ul > li > span:after, ul > li:hover > span:before {
    border-color: transparent transparent transparent #d68a3a;
}

#stateForm  ul > li > span:before {
    border-width: 14px;
    display: block;
    border-color: transparent transparent transparent #ffffff;
    z-index: 2;
    top:1px;
}

*/


div.preferences-image-panel {
    margin-left: 10px;
    margin-right: 10px;
}

div.preferences-image-panel img {
    max-width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.ui-row-editor {
    display: flex;
    justify-content: center;
}


/* Estilos para o composite au:steps */
/* http://jsfiddle.net/LTt2e/308/ */
ol.steps-nav {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
ol.steps-nav > li {
    display: table-cell;
    height: 40px;
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #e6e9ed;
    border: 1px solid #c0c0c0;
}
ol.steps-nav > li > .step {
    position:relative;
    display: block;
    line-height: 40px; /* equal to the list item's height */
    height:100%;
    width: 100%;
    color: #b0b0b0;
    opacity: 1 !important;
}
ol.steps-nav > li.enabled > .step {
    color: black;
    font-weight: bold;
}
ol.steps-nav > li.enabled:hover,
ol.steps-nav > li.current {
    background-color: #022e47;
    cursor: pointer;
}
ol.steps-nav > li.enabled:hover > .step,
ol.steps-nav > li.current > .step {
    color: white !important;
    font-weight: bold;
}
ol.steps-nav {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
ol.steps-nav > li.hasNext > .step:after,
ol.steps-nav > li.hasNext > .step:before {
    content:"";
    display:inline-block;
    border-width: 21px;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;
    position: absolute;
    z-index: 1;
}
ol.steps-nav > li.hasNext > .step:after {
    border-color: transparent transparent transparent #c0c0c0;
}
ol.steps-nav > li.hasNext.enabled:hover > .step:before,
ol.steps-nav > li.hasNext.current > .step:before {
    border-color: transparent transparent transparent #022e47;
}
ol.steps-nav > li.hasNext > .step:before {
    border-width: 19px;
    display: block;
    border-color: transparent transparent transparent #e6e9ed;
    z-index: 2;
    top:1px;
}

/* Estilos para a página Gestão de Areas*/
#controlAreaForm  .ui-picklist {   
    width: 100%;
    height: 100%;
}

#controlAreaForm .ui-picklist-caption {
    background-color: #6C7A89;
    color: #fff !important;
    width: 100%;
    border-radius: 5px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#controlAreaForm .ui-picklist-list {
    width: 100%;
    height:100%;
    border: 1px solid #f2f2f2;
}

#controlAreaForm .ui-picklist-item {
    padding-bottom: 8px;
    padding-top: 8px;
    margin:0;
}

#controlAreaForm .ui-picklist-buttons {
    padding: 10px;
    width:5%;
}

#controlAreaForm .ui-picklist-buttons button {
    background-color: #6C7A89 ;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}
#controlAreaForm .ui-picklist-buttons button:hover {
    background-color: white !important;
}

#controlAreaForm .ui-icon {
    background-image: url("../javax.faces.resource/images/ui-icons_ffffff_0.png.xhtml?ln=primefaces-ano") !important;
}

#controlAreaForm button:hover .ui-icon{
    background-image: url("../javax.faces.resource/images/ui-icons_525252_0.png.xhtml?ln=primefaces-ano") !important;
}

#controlAreaForm .ui-picklist-filter-container .ui-icon {
    background-image: url("../javax.faces.resource/images/ui-icons_525252_0.png.xhtml?ln=primefaces-ano") !important;
}

#controlAreaForm .ui-tabs-navscroller-btn .ui-icon {
    background-image: url("../javax.faces.resource/images/ui-icons_525252_0.png.xhtml?ln=primefaces-ano") !important;
}



.arrowDownWhenSmall{
    display: none;
}

@media (max-width: 750px){
    ol.steps-nav > li{
        display: block;
        height: 45px;
    }

    .arrowDownWhenSmall{
        content:'';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: solid 14px #c0c0c0;
        border-left: solid 65px transparent;
        border-right: solid 65px transparent;

        display: inline !important; 
        z-index: 20; 
    }

    .arrowDownWhenSmallInner{
        content:'';
        position: absolute;
        top: -15px;
        left: -62px;
        height: 50%;
        margin: 0 auto;
        border-top: solid 12px #e6e9ed;
        border-left: solid 60px transparent;
        border-right: solid 60px transparent;

        display: inline !important;
    }

    ol.steps-nav > li.hasNext{
        border-bottom: none;
    }
    ol.steps-nav > li.hasNext > .step{
        border-bottom: none;
        height: 100%;
    }
    ol.steps-nav > li.hasNext > .step:before {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }
    ol.steps-nav > li.hasNext > .step:after {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }
}

/* 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;
}

.filters2-form .ui-state-active {
    width:100%;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    border:none !important;
    background-color: #2b5aa5 !important;
    color: white !important;
    text-align: center;
    font-weight: bold !important;
}

.filters2-form .ui-state-default {
    width:100%;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    border:none !important;
    background-color: #f2f2f2;
    color: black ;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold !important;
}

.filters2-form .ui-state-default.ui-state-hover:not(button) {
    background-color: #2b5aa5 !important;
    color: white !important;
}

.filters2-form .documentsFilters .ui-state-default.ui-state-hover:not(button) {
    background-color: #7c0008 !important;
}

.filters2-form span{
    padding: 3px !important;
}

/* Botões confirmar presença  */

.presenceButton
.voteDocument,
.signDocument {
    text-align: left;
}

.presenceButton .approvedButton, 
.presenceButton .disapprovedButton,
.voteDocument .approvedButton, 
.voteDocument .disapprovedButton,
.signDocument .signButton {
    color: white;
    display: inline-block;
    padding:3px;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px !important;
    border:none !important;
    text-align: center;
}

.presenceButton .approvedButton span, 
.presenceButton .disapprovedButton span, 
.voteDocument .approvedButton span, 
.voteDocument .disapprovedButton span,
.signDocument .signButton span {
    display: inline-block;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold !important;
}

.detailsDocument span {
    display: inline-block;
}

div.module-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #656d78;
}

div.module-container .module-header {
    font-size: 1.8em;
    font-weight: bold;
    padding: 8px 0;
    background-color: #de4338;
    color: whitesmoke;
}

div.module-container .module-header.invalid {
    background-color: #de4338;
    color: whitesmoke;
}

div.module-container .module-header.valid {
    background-color: #27ae60;
    color: whitesmoke;
}

div.module-container .module-message {
    padding: 10px 0;
    border-top: #E6E9ED solid 1px;
    border-bottom: #E6E9ED solid 1px;
    font-size: 1.2em;
}

div.module-container .module-actions {
    padding: 5px 0;
    font-size: 1.0em;
    font-weight: bold;
}

.card-message {
    border: 1px solid white;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    width: 90%;
    padding: 5px 12px 12px 5px;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 5px;
    display: inline-block;
    /*    background-color: #75a6f4;*/
    background-color: #47a6ff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.message-content {
    margin-left: 40px;
    margin-right: 40px;
}

.message-content blockquote {
    padding: 10px 21px;
    margin: 0;
}

.accordionPanelMsg .ui-accordion-content {
    background-color: #fcfcfc;
}

.sendToButton .ui-icon {
    margin-top: 5px;
    margin-left: -4px;
}

.sendParticipantButton {
    background-color: #27ae60;
    color:white;
}

.ui-selectcheckboxmenu-panel .ui-widget-header {
    background-color: #f2f2f2;
}
.ui-selectcheckboxmenu-panel .ui-widget-header .ui-selectcheckboxmenu-filter-container {
    background-color: white;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 30px;

}

.ui-selectcheckboxmenu-panel .ui-widget-header .ui-selectcheckboxmenu-filter-container .ui-inputfield.ui-state-hover,
.ui-selectcheckboxmenu-panel .ui-widget-header .ui-selectcheckboxmenu-filter-container .ui-inputfield.ui-state-active,
.ui-selectcheckboxmenu-panel .ui-widget-header .ui-selectcheckboxmenu-filter-container .ui-inputfield.ui-state-focus{
    border-radius: 30px !important;
}


#subjectDialogForm .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
    float: left;
    position: relative;
    margin-left: 5px;
    background: white;
    box-shadow: 2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;

}

.ui-datagrid-header{
    text-align: left !important;
}


@media (max-width: 747px) {
    .overlayFilters {
        background-color: rgba(242,242,242, .95) !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
}


#meetingsTableForm .ui-overlaypanel-content .ui-inputfield, 
#meetingsTableForm .ui-widget-content .ui-inputfield {
    border-radius: 0 !important;
    background-color: white !important;
    border-bottom: 2px solid #3a3b3d !important;

}

#meetingsTableForm .ui-selectonemenu {
    border: 1px solid #f2f2f2 !important;
}
#meetingsTableForm .ui-selectonemenu-trigger {
    border-left: 1px solid #f2f2f2 !important;
}

/*********************************************************/
/*********************************************************/
/************************ATTENDANCE**********************/
/*********************************************************/
/*********************************************************/
/*
:root {
    --main-default-color: #000000;
    --main-first-color: #0088CC;
    --main-second-color: #212529;
    --main-third-color: #DCDCDC;
    --main-four-color: #777;
    --main-first-font: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    --main-second-font: "Open Sans", Arial, sans-serif;
    --main-third-font: "Shadows Into Light", cursive;
    --main-complement-color: #FFF;
}*/

.login_header {
    position:relative;
    top:0;
    left:0;
    right:0;
    z-index: 998;
    display: block;
    background-color: #FFF;
    height: 80px;
}

.login_view_certified_documents{
    position:relative;
    z-index: 998;
    display: block;
    background-color: var(--main-first-color);
    height: 32px;
}

.login_view_certified_documents div{
    float: right;
    margin-right: 15%;    
}

.login_view_certified_documents .ui-menubar{
    background-color: var(--main-first-color) !important;
}

.login_view_certified_documents div ul li{
    background-color: var(--main-first-color) !important;
}

.header_row {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-self: stretch;
    max-height: 100%;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
}

@media(max-width: 500px) {
    .justify-content-end {
        visibility: hidden;
        width: 0;
    }
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.login_header .header_container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;

}

.header_column {
    display: flex;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

#header_logo {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1;
}

html.sticky-header-enabled .login_header .header-logo-sticky-change {
    position: relative;

}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.login_header .header_column .header_extra_info,
.login_header .header_column .header_extra_info ul {
    list-style: 
        outside none none;
    margin: 0;
    padding: 0;
}

.login_header .header_column .header_extra_info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 25px;
}

.header_column .header_extra_info {
    list-style: outside none none;
}

.login_header .header_column .header_extra_info_text label {
    display: block;
    margin: 0;
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
}

.login_header .header_column .header_extra_info li .header_extra_info_text a {
    color: #333;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.login_header .header_column .header_row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.login_header .header_column .header_extra_info li .header_extra_info_text label {
    display: block;
    margin: 0;
    color: #999;
    font-size: 12px !important;
    font-size: 0.75rem;
    line-height: 1.2;
}

.login_header .header_column .header_extra_info li .header_extra_info_text strong {
    display: block;
    margin: 0;
    color: #333;
    font-size: 14.4px !important;
    font-size: 0.9rem;
    line-height: 1.3;
}

#footer.login-footer {
    background-color: #212529;
    /*    min-height: 120px;*/
    border-radius: 0;
    position: relative;
}

div#app_menu {
    position: relative;
    height: 72px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background-color: #506778; color: var(--main-first-color); 
    background-color: var(--main-first-color);
    font-family: "Open Sans", Arial, sans-serif;
}

div#app_menu.sticky {
    position: fixed;
}

div#app_menu.sticky + div#app_menu_spacer {
    padding-top: 72px;
}

div#app_menu .app_menu_container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}
div#app_menu .app_menu_container>.ui-menubar {
    background-color: transparent !important;
    border: none !important;
}
div#app_menu div.main_menu>ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
div#app_menu div.main_menu>ul>li {
    line-height: 24px;
    background-color: transparent;
    margin-right: 0;
}
div#app_menu div.main_menu>ul>li>a {
    display: inline-block;
    text-transform: uppercase;
    color: white !important;
    font-weight: 700;
    font-size: 12px;
    padding: 0.8em 1em;
    border-radius: 0 !important;
}
div#app_menu div.main_menu>ul>li>a>span {
    margin: 0;
}
div#app_menu div.main_menu>ul>li>a>span.ui-icon {
    display: none;
}
div#app_menu div.main_menu>ul:not(:hover)>li>a.active,
div#app_menu div.main_menu>ul>li:hover>a,
div#app_menu div.main_menu>ul>li>a.ui-state-hover {
    color: #333 !important;
    background-color: white !important;
}

div#app_menu div.main_menu>ul:not(:hover)>li.active,
div#app_menu div.main_menu>ul:not(:hover)>li.active a {
    color: #333 !important;
    background-color: white !important;
}


div#app_menu div.main_menu>ul>li .ui-menu-child {
    border-radius: 0 !important;
    border: none !important;
    padding: .3em !important;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    margin-top: -2px;
}
div#app_menu div.main_menu>ul>li .ui-menu-child a {
    background-color: white !important;
    border: none !important
}

.login-box {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: white;
    font-size: 12pt;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 3;
}

.login-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.login-card h2 {
    text-transform: uppercase;
}
.login-card .text-center {
    text-align: center !important;
}

.login-card .amaIcon {
    margin-top: 10px;
    width: 275px;
}
.login-card .amaArrow {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 50px;
}
.login-card .text {
    margin-top: 15px;
    text-align: justify;
    color: #454545;
}
html body #content .login-card label {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 2px;
}
.login-card .ui-chkbox .ui-chkbox-box {
    background-color: transparent !important;
    border-color: rgba(0, 0, 0, 0.2);
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.login-card .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
    left: 1px;
}
.login-card .ui-chkbox .ui-chkbox-label {
    position: relative;
    top: -2px;
    color: #454545;
}
.login-card .buttons-panel {
    margin-top: 10px;
}
.login-card a {
    color: #3bafda;
}
.login-card .ui-messages {
    font-size: 14px;
}
.login-card hr {
    border-color: #eff2f7;
    margin-top: 15px;
    margin-bottom: 5px;
}
.login-card div.ui-selectcheckboxmenu {
    border: none !important;
    background-color: white !important;
}
.login-card div.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label-container > label {
    background-color: white !important;
    color: #222222 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.login-card div.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger > .ui-icon {
    left: -3px;
}
.login-card .ui-inputgroup .ui-calendar {
    width: 100%;
}
.login-card .ui-inputgroup .ui-inputnumber input {
    width: 100%;
}
.login-card .ui-selectmanycheckbox {
    margin-left: 8px;
    margin-right: 8px;
}
.login-card .ui-selectmanycheckbox label {
    color: #454545 !important;
}
.login-card .ui-fileupload-simple .ui-button {
    border-color: #ddd !important;
    background-color: #ddd !important;
    color: black !important;
}
.login-card .ui-fileupload-simple .ui-button.ui-state-hover,
.login-card .ui-fileupload-simple .ui-button.ui-state-active {
    border-color: #eee !important;
    background-color: #eee !important;
    color: black !important;
}
.login-card .ui-fileupload-simple .ui-fileupload-filename {
    vertical-align: top;
}
.login-card .profile-image {
    font-size: 0.8em;
}
.login-card .profile-image .user-header {
    max-width: 100%;
    width: 300px;
}
.login-card .profile-image .user-header img {
    width: 150px;
    height: 150px;
}

body .ui-inputgroup {
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
body .ui-inputgroup > .ui-selectonemenu {
    border: none !important;
}
body .ui-inputgroup > .ui-inputnumber {
    border: none !important;
}
body .ui-inputgroup > .ui-inputnumber > input {
    padding: 0;
}
body .ui-inputgroup > .ui-selectonemenu.ui-state-hover,
body .ui-inputgroup > .ui-selectonemenu.ui-state-active,
body .ui-inputgroup > .ui-selectonemenu.ui-state-focus {
    background-color: #fff !important;
}
body .ui-inputgroup > .ui-selectonemenu > label,
body .ui-inputgroup > .ui-selectonemenu > input {
    color: #222222 !important;
    padding: 0 !important;
    margin: 0 !important;
}
body .ui-inputgroup .ui-inputgroup-addon {
    border: none;
}
body .ui-inputgroup .ui-inputgroup-addon > * {
    vertical-align: middle;
    color: #a0a0a0;
    font-size: 20px;
}
body .ui-inputgroup .ui-inputgroup-addon img {
    height: 20px;
}
body .ui-inputgroup a.ui-inputgroup-addon.inactive img {
    filter: grayscale(100%);
    opacity: 0.75;
}
body .ui-inputgroup a.ui-inputgroup-addon.inactive img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
html body div.ui-inputgroup input.ui-state-hover,
html body div.ui-inputgroup input.ui-state-focus,
html body div.ui-inputgroup input.ui-state-active {
    background-color: #fff;
}

.pretty-tabs.ui-tabs {
    margin: 0 !important;
    padding: 0 !important;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav {
    padding: 0 !important;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-header {
    border: none !important;
    margin: 0;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-header.ui-state-active {
    border-bottom: solid 2px #506778 !important; 
    border-bottom: solid 2px var(--main-first-color) !important;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-header.ui-state-hover {
    background-color: transparent;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-header.ui-state-hover a {
    color: #506778 !important; 
    color: var(--main-first-color) !important;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-header.ui-state-active a {
    color: #506778 !important; 
    color: var(--main-first-color) !important;
}
.pretty-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-header a {
    font-weight: normal;
    padding: 0.5em 0.6em;
}
.pretty-tabs.ui-tabs > div.ui-tabs-panels {
    border: none !important;
}
.pretty-tabs.ui-tabs > div.ui-tabs-panels .ui-tabs-panel {
    padding: 0.8em 0.6em;
}

@media (max-width: 1000px){
    .middle-align {
        top: 0;
        transform: translateY(0%);
    }

    .login-title {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }


}


.authenticate_box .middle-align {
    top: 0;
    transform: translateY(0%);
}

@media (min-width: 1000px){
    .middle-align {
        top: 50%;
        transform: translateY(-50%);
    }



    .authenticate_box .middle-align {
        top: 50%;
        transform: translateY(-50%);
    }   

}


@media (min-width: 1200px){
    .captionOne {
        font-family: var(--main-first-font);
        font-size: 20px;
    }

    .captionTwo {
        font-family: var(--main-second-font);
        font-weight: bold;
        font-size: 45px;
    }
}

@media (max-width: 1200px) and (min-width: 800px){
    .captionOne {
        font-family: var(--main-first-font);
        font-size: 15px;
    }

    .captionTwo {
        font-family: var(--main-second-font);
        font-weight: bold;
        font-size: 30px;
    }
}

@media (max-width: 800px){
    .captionOne {
        font-family: var(--main-first-font);
        font-size: 15px;
    }

    .captionTwo {
        font-family: var(--main-second-font);
        font-weight: bold;
        font-size: 20px;
    }
}

.form-signin h2 {
    color: #506778 !important; 
    color: var(--main-first-color) !important;
    text-align: left;
    font-size: 12pt;
}

.form-signin h3 {
    color: #999 !important;
    text-align: left;
    font-size: 10pt;
    margin-left: 2px;
}

.form-signin .regiter-options {
    padding: 0;
    margin-top: 20px;
    text-align: right;
}

.form-signin .login-buttons {
    font-size: 11pt;
    border-radius: 5px;
    margin: 0;
}

.footer-labels {
    margin: 10px 0 20px 0;
}

.footer-labels p{
    color: #FFF;
    font-size: 1.7em;
}

.footer-labels .highlighted-word {
    font-size: 1.6em;
    font-family: var(--main-third-font);
}

.footer-labels .highlighted-word.highlighted-word-animation-1 {
    position: relative;
}

.footer-labels .text-color-primary {
    color: #506778; 
    color: var(--main-first-color);
}

.footer-labels .font-weight-semibold {
    font-weight: 600 !important;
}

.footer-labels .text-5 {
    font-size: 1.50em !important;
}

.footer-labels .secondLabel {
    color: #FFF;
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    padding-top: 5px;
    opacity: 0.7;
}

.font-weight-bold, b, strong {
    font-weight: 700 !important;
}

div#app_menu div.main_menu_vertical {
    background-color: transparent !important;
}

div#app_menu div.main_menu_vertical ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#app_menu div.main_menu_vertical ul>li {
    line-height: 24px;
    border: 1px black solid;
    width: 100%;
    float: left;
    border: none;
    background-color: transparent !important;
}

div#app_menu div.main_menu_vertical ul > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 0.5em 1em;
    width: 100%;
    height: 100%;
    color: white;
    border: none;
    border-radius: 0 !important;
}
div#app_menu div.main_menu_vertical ul > li > a > span.ui-icon {
    display: none;
}

div#app_menu div.main_menu_vertical ul:not(:hover)>li>a.active,
div#app_menu div.main_menu_vertical ul>li:hover>a,
div#app_menu div.main_menu_vertical ul>li>a.ui-state-hover {
    color: #333 !important;
    background-color: white !important;
}

div#app_menu div.main_menu_vertical ul:not(:hover)>li.active,
div#app_menu div.main_menu_vertical ul:not(:hover)>li.active a {
    color: #333 !important;
    background-color: white !important;
}

.ui-overlaypanel-content {
    background-color: #506778; 
    background-color: var(--main-first-color);
}

.msgPanel .ui-overlaypanel-content  {
    background-color: transparent;
}

.editPageButton{
    width: 80px;
    text-align: center;
    padding: 2px;
    margin-top: 2px;
    margin-right: 2px;
    font-size: 6px;
    color: white;
    font-family: var(--main-second-font) !important;
    background: #506778; 
    background: var(--main-first-color); 
}

.theme-main {
    background-image: url(https://preview.oklerthemes.com/porto/7.0.0/img/slides/slide-bg-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    position: relative;
    display: block;
    padding: 100px 0;
}

.theme-main::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.85;
    background: #212529;
    background-color: rgb(33, 37, 41);
    z-index: 2;
}

.theme-choose {
    background-color: #FFF;
    margin: auto;
    position: relative;
    display: block;
    z-index: 3;
    text-align: center;
    font-size: 12px;
    padding: 0;
    color: var(--main-four-color);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.principal-color {
    background-color: #f7f7f7;
    padding: 25px;
    margin-bottom: 20px; 
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.principal-color span {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: var(--main-four-color);
}

.theme-title {
    background-color: #506778; 
    background-color: var(--main-first-color);
    color: white;
    padding: 2px;
}

.theme-title h5 {
    font-size: 12px;
    font-weight: normal;
}

.theme-card {
    padding: 0;
    background-color: #FFF;
    cursor: pointer;
}

.configuration-content p:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.card-button {
    margin-top: 30px; 
    margin-bottom: 30px;
}
.card-button button {
    background-color: #FFF;
    padding: 5px;
    border: 1px solid #949599;
    font-size: 11px;
}
.card-button button:hover {
    background-color: #949599 ;
    padding: 5px;
    font-size: 11px;
    color: #FFF;
    border-color: #949599;
}

.colorBtn {
    margin: auto;
    width: 50% !important;
    border-radius: 30px;
    height: 20px !important;
    border: 1px solid #777;
}

.colorBtn span, .show-color-picker span {
    border: 0 !important;
}
.colorBtn button{
    background: transparent;
    border: 0;
    width: 100%;
}

.colorBtn-picker {
    margin: auto;
    width: 50% !important;
    border-radius: 2px;
    height: 20px !important;
    border: 1px solid #777;
    border-radius: 30px;
}
.colorBtn-picker button {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 30px !important;
}

.colorBtn-picker span {
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    color: transparent;
    border-radius: 30px;
}

/*                .show-color-picker button {
                    background-color: inherit;
                    border-radius: 30px !important;
                    border: 1px solid #777;
                    height: 17px !important;
                    width: 40px;
                    margin-left: -20px;
                    margin-top: -1px;
                }*/

.show-color-picker button{
    background: transparent;
    border: 0;
}

.show-color-picker span{
    padding: 0 !important;
    border-radius: 30px !important;
    border: 1px solid #777;
    height: 15px !important;
    width: 30px !important;
    color: transparent;
}

.show-color-picker .ui-button-text span {
    border: 1px solid #777 !important;
}

.configuration-item p {
    text-align: right;
}

.configuration-item .show-color-picker {
    margin-top: 2px;
    border-radius: 30px;
    height: 0;
    width: 15px;;
}

.configuration-item .show-color {
    margin-top: 2px;
    height: 15px;
    width: 15px;
    border-radius: 30px;
    border: 1px solid #777;
}

.alert-danger,
.alert-success {
    z-index: 10;
    right: 0;
    position: fixed;
}

.ui-growl-item-container.ui-state-highlight {
    background-color: #eee !important;
}

.blockMsg {
    left: 42% !important;
}

/* Fade In Left Shorter */
@-webkit-keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftShorter {
    -webkit-animation-name: fadeInLeftShorter;
    animation-name: fadeInLeftShorter;
}

/* Fade In Right Shorter */
@-webkit-keyframes fadeInRightShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightShorter {
    -webkit-animation-name: fadeInRightShorter;
    animation-name: fadeInRightShorter;
}

/* Fade In Down Shorter */
@-webkit-keyframes fadeInDownShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownShorter {
    -webkit-animation-name: fadeInDownShorter;
    animation-name: fadeInDownShorter;
}

/* Expand In */
@-webkit-keyframes expandIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expandIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.expandIn {
    -webkit-animation-name: expandIn;
    animation-name: expandIn;
}

.downloadProcessIcon{
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    color: #506778 !important;
    color: var(--main-first-color) !important;
}

.removeProcessIcon{
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    color: #DC3023 !important;
}

div.slide-right {
    width:100%;
    overflow:hidden;
}
div.slide-right p {
    animation: slide-right 10s infinite;
}

@keyframes slide-right {
    from {
        margin-left: 0;
        width: 300%; 
    }

    to {
        margin-left: 100%;
        width: 300%;
    }
}

.lookProcessBtn {
    background-color: #506778; 
    background-color: var(--main-first-color);
    color: white;
    border-radius: 30px !important;
    padding: 2px !important;
    font-size: 9pt;
    float: right;
    border: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1)
}

.lookProcessBtn:hover,
.lookProcessBtn:focus,
.lookProcessBtn:active {
    background-color: #949599;
}

/*.contentTitle {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.waitingReqIcon{
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    color: #c61d1d !important;
}

.page_title {
    background-color: #f7f7f7;
    padding: 20px 0;
    color: #949599;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.page_title_container h1 {
    font-size: 28px;
}

.page_title_container p {
    font-size: 1.2em;
}

.tableFilterOptions {
    text-align: left;
}

.tableFilterOptions .ui-inputfield {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    /*border-radius: 30px !important;*/
    width: 110px;
    margin-left: 5px;
    padding: 5px 10px !important;
}

/* InovAqua Pages */ 
.documentsType {
    padding: .2em .6em .3em !important;
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

.billType {
    background-color: #337ab7;
}

.externalType {
    background-color: #082fcc;
}

.resendType {
    background-color: #1ac934;
}

.notificationType {
    background-color: #f48f42;
}

.adviceType {
    background-color: #f0ad4e;
}


/* Estado de pagamento InovAqua */
.toPayType {
    background-color: #5bc0de;
}

.refilledType {
    background-color: #777777;
}

.paidType {
    background-color: #5cb85c;
}

.voiDocumentType {
    background-color: #DC3023;
}

.paymentAgreementType {
    background-color: #f0ad4e;
}

.processCuttingType {
    background-color: #ed7e00;
}

#referenceSib {
    border: 2px solid gray;
    border-radius: 10px !important;
    padding: 10px;
}

#referenceSib .ui-dialog-titlebar {
    background-color: transparent !important;
    padding: 0 !important;
    overflow-y: hidden !important;
}

.referenceIcon{
    border-right: 2px solid #f7f7f7;
}

.referenceData {
    padding: 0;
}
.referenceContent > strong {
    padding: 5px 5px;
    padding-left: 15px !important;
    border-bottom: 1px solid #f7f7f7;
} 

.referenceContent > span {
    padding: 5px 5px;
    border-bottom: 1px solid #f7f7f7;
} 

.tableFilterBarInov {
    background-color: #FFF;
    text-align: left;
    padding: 10px;
}
.tableFilterBarInov .ui-inputfield {
    background-color:#fff!important;
    border: 1px solid #506778 !important;
    border: 1px solid var(--main-first-color) !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
}

.tableFilterBarInov .ui-inputfield.ui-state-hover,
.tableFilterBarInov .ui-inputfield.ui-state-focus{
    background-color: rgba(0,0,0,0.05) !important;
}


.ui-selectonemenu-items-wrapper .ui-state-highlight {
    background: #506778; 
    background: var(--main-first-color);
}

.instrutoryElemsPanel {
    padding: 20px 0;
}

.instrutoryElemsPanel span {
    color: #434a54;
    font-size: 16px;
    padding: 10px 0;
}

.instrutoryElemsPanel .ui-inputfield{
    padding: 6px 15px !important;
}
.ui-selectonemenu-items-wrapper .ui-state-highlight {
    background-color: #ddd !important;
    color: #434a54 !important;
}

.selectDocsBtn  {
    background-color: #506778 !important; 
    background-color: var(--main-first-color) !important;
    border: 1px solid #506778 !important;
    border: 1px solid var(--main-first-color) !important;

}
.selectDocsBtn > span {
    color: #FFF !important;
}

.selectDocsBtn:hover {
    opacity: .8;
}

.form-group .ui-inputswitch {
    border-radius: 30px !important;
    background-color: #FFF;
    border: 1px solid #ccc;
    height: 30px;
    width: 55px !important;
}
.form-group .ui-inputswitch-on > span,
.form-group .ui-inputswitch-off > span{
    visibility: hidden;
}

.form-group .ui-inputswitch-checked .ui-inputswitch-on {
    width: 100% !important;
}

.form-group .ui-inputswitch-on {
    height: 110% !important;
    background-color: #a0d468 !important;
}
.form-group .ui-inputswitch-off {
    height: 100% !important;
    background-color: #f7f7f7 !important;
}
.form-group .ui-inputswitch-handle {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 30px !important;
    height: 30px;
    content: "";
    background-color: #fff !important;
    border-radius: 30px;
    border: 1px solid #ccc !important;
    z-index: 10;
    margin-top: -2px
}
.exportTable {
    font-weight: 700;
    cursor: pointer;
    float: right;
    font-size: 15px;
    color: #434a54;
    margin-top: 15px;
}

.exportTable > a {
    padding: 0 5px;
    top: 2px;
    color: #434a54;
}

.process_attachments {
    /*    color: #c00534;*/
    /*color: #506778; color: var(--main-first-color);*/
    color: #FFF;
    text-align: center;
    background-color: #434a54;
    /*background-color: transparent;*/
    border: none;
    border-radius: 10px;
    cursor: pointer;
    /*box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
    font-size: 60px !important;
    padding: 0;
    word-break: break-all;
    height: 150px;
    overflow: auto;
    margin-top: 10px;
}
.process_attachments:hover {
    opacity: .8;
}

.process_attachments > span {
    font-size: 14px;
    padding: 5px 0 !important;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;

}

.dialog-nopadding .ui-dialog-content {
    padding: 0;
}

@media (min-width:992px) {
    .register-card {
        height: 60vh;
    }
    .register-card > .register-div {
        height: calc(100% - 34px - 1.6em) !important;
    }
    .register-card > .register-div .buttons-panel {
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 15px;
        background-color: white;
        z-index: 200;
        padding: 10px 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media (min-width:1200px) {
    body .register-card > .picture-div {
        display: block;
    }
    .register-card > .register-div .buttons-panel {
        left: 50% !important;
        border-bottom-left-radius: 0 !important;
    }
}
.register-card > .picture-div,
.register-card > .register-div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.register-card > .picture-div {
    height: 100%;
    background-color: #eff2f7;
    display: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.register-card > .picture-div img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.register-card > .register-div {
    height: 100%;
    overflow-y: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
html body #content .register-card > .register-div .buttons-panel button {
    margin: 0;
}


.block {
    display: block;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #e3958d; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50% !important; border: none;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:aftsuer {content: ' '; width: 14px; height: 14px; background: #e76a5c; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #e3958d;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.supportTitle {
    font-size: 15px !important;
    color:#e76a5c !important;
    padding: 5px;
}
.supportLabelBold {
    padding: 0;
    padding-top: 4px !important;
    font-weight: bold;
}
.supportLabel {
    font-weight: normal;
    padding: 5px 10px;
}
.requestTypeOptions {
    margin: auto;
    float: none;
}
.supportBtns {
    background-color: #e76a5c !important;
    color: #FFF !important;
    border:none  !important;
    padding: 5px !important;
}
.supportBtns:hover {
    opacity: .8;
}
.support-num-input {
    padding: 0 !important;
}
.support-num-input input {
    width: 100%;
}
.support-select-input {
    width: 100%;
    line-height: 1.55;
    background-color:  #FFF !important;
    margin-bottom: 10px !important;
    margin-top: 4px !important;
}

.support-input,
.support-num-input input,
.support-select-input input{
    border: 1px solid #ced4da !important;
    padding: .375rem .75rem !important;
    color: #495057 !important;
    background-color: #fff !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
    border-radius: .25rem !important;
    font-size: 1rem;
    line-height: 1.55;
    display: block;
    margin: 5px 0;
    margin-bottom: 10px;
}

.support-input.ui-state-focus,
.support-input.ui-state-active{
    box-shadow: 0 0 0 .3rem rgba(0,123,255,.25);
}
.noPadding {
    margin: auto 0;
    padding: 0 !important;
}

table.tabela-rendimentos {
    width: 100%;
    table-layout: fixed;
}
table.tabela-rendimentos td {
    padding: 2px 5px !important;
}
table.tabela-rendimentos th {
    text-align: center;
    padding: 2px 5px !important;
}
table.tabela-rendimentos td span {
    margin: 0;
    padding: 0;
}


label.ui-state-error{
    background-color: transparent !important;
    color: #E53143 !important;
    border: none !important;
}

.textoElegibilidadeClass > label{
    color: #506778 !important; 
    color: var(--main-first-color) !important;
    font-weight: 800 !important;
}

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

.amaLabels {
    color: #3c5dbc !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding-top: 20px;

}
.amaBtns,
.amaBtnsRed {
    color: #fff !important;
    background-color: #3c5dbc !important;
    padding: 8px 50px !important;
    /*font-weight: bold !important;*/
    max-width: 205px;
    border: 1px solid #3c5dbc !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    margin: 20px 5px;
    text-transform: uppercase;
}
.amaBtnsRed {
    background-color: #fff !important;
    color: #ed5351 !important;
    border: 1px solid #ed5351 !important;
}
.amaBtnsRed:hover {
    background-color: #ed5351 !important;
    color: #fff !important;
}

.amaBtns:hover {
    background-color: #fff !important;
    color: #3c5dbc !important;
}
.amaDialog .ui-dialog-titlebar{
    background-color: #3c5dbc !important;
}
.amaDialog .ui-dialog-content {
    padding: 0 !important;
    margin: 0 !important;
}

.amaLogo {
    background-color: #3c5dbc !important;
    padding: 40px 0 !important;
    text-align: center;
}

.blockOverlay {
    z-index: 2060 !important;
}
.blockMsg  {
    z-index: 2070 !important; 
}

.entidadesSupportDlg,
.entidadesSupportDlg .ui-dialog-content{
    scroll-behavior: smooth !important;
    scrollbar-color: #e3958d #eee;
    scrollbar-color: #e3958d #eee;
    overflow-y: auto;
    scrollbar-width: thin !important;
}
.entidadesSupportDlg::-webkit-scrollbar-track,
.entidadesSupportDlg .ui-dialog-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.entidadesSupportDlg::-webkit-scrollbar,
.entidadesSupportDlg .ui-dialog-content::-webkit-scrollbar{
    width: 7px;
    background-color: #F5F5F5;
}
.entidadesSupportDlg::-webkit-scrollbar-thumb,
.entidadesSupportDlg .ui-dialog-content::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e3958d;
    background-color: #e3958d;
}


.showRoteiroPedido,
.showRoteiroPedido2{
    font-size: 12px !important;
    background-color: #506778 !important; 
    background-color: var(--main-first-color) !important;
    border-radius: 2px !important;
    color: #FFF !important;
    padding: 2px 0 !important;
    font-weight: normal;
}
.showRoteiroPedido:hover{
    opacity: .8;
    font-weight: normal;
    font-size: 12px !important;
}
.showRoteiroPedido > span {
    font-size: 12px !important;
    font-weight: normal;
}

.showRoteiroPedido2:hover{
    opacity: .8;
    font-size: 14px !important;
    font-weight: normal;
}
.showRoteiroPedido2,
.showRoteiroPedido2 > span {
    font-size: 14px !important;
    font-weight: normal;
}

.labelBtn {
    color: #949599 !important;
    padding: 0 !important;
    font-weight: normal;
    border: none !important;
    background-color: transparent !important;
    font-size: 15px !important;
    padding: 0 !important;
}
.labelBtn > span {
    padding: 0 !important;
    font-weight: normal;
    font-size: 15px !important;
}
.labelBtn > span:hover {
    color:#506778 !important;
    color:var(--main-first-color) !important;
    transition: color .15s ease-in-out .2s;
}

.roteiroAnexo {
    border-radius: 0 !important;
    border-bottom: 1px solid #ededed;
    padding: 5px 0 !important;
}

.downloadAttachBtn {
    color: #506778 !important; 
    color: var(--main-first-color) !important;
    font-size: 20px !important;
}
.downloadAttachBtn > span {
    font-size: 20px !important;
}

.backBtn {
    border-radius: 5px;
    padding: 3px 10px;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);*/
}

.backBtn:hover {
    background-color: #506778; 
    background-color: var(--main-first-color);
    color: #fff;
    opacity: .7;
}

/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

 /* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: var(--main-first-color);
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {    
    margin-left: 40px;
    border-bottom: 2rem solid transparent;
    display: block;
    position: absolute;
    left: 1rem;
}

/* Timeline item circle marker */
li.timeline-item::before {                    
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--main-first-color);
    left: 11px;
    width: 14px;
    height: 14px;
    margin-top: 20px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.chatFloatIcon::before {
    content: attr(chat-unreaded);
    position: absolute;
    background-color: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #FFF;
    font-size: 10px !important;
    padding-top: 2px;
    top: -3px;
    right: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.chatFloat.iconHidden::before {
    display: none;
}

.chatFloat {
    position: absolute;
    top: 200px;
    right: 0px;
    height: 45px;
    width: 45px;
    background-color: #156085;
    background-color: var(--main-first-color);
    text-align: center;
    padding: 11px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    z-index: 1;
}
.chatFloat:hover {
    opacity: .8;
}

.chat-icon{
    top: 200px; 
    right: 0px; 
    position: absolute; 
    z-index: 2; 
    color: white;                            
    padding: 7px;
    cursor: pointer;
}

.process-actual-situation-icon{
    background-repeat: no-repeat !important;
    width: 42px;
    border: none !important;
    height: 42px;
    cursor: default;
    background-color: white !important;
    margin-left: 20px;
}

.chat-message-icon{
    width: 42px; 
    height: 42px; 
    background-repeat: no-repeat; 
    filter: brightness(0) invert(1); 
    background-size: 30px;                            
    background-position: center;
}