/*@import url(http://fonts.googleapis.com/css?family=Dosis:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Quicksand);*/

@font-face {
    font-family: Open Sans;
    src: url(../fonts/opensands/OpenSands-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}

:root {
    --main-first-color: #062C48;
    --main-second-color: #00A8E3;
    --main-third-color: #3E3E3D;
    --main-fourth-color: #D1D1D1;
    /*--complement-first-color: ##{parameterCache.getParameter("PTT", 503)};
    --complement-second-color: ##{parameterCache.getParameter("PTT", 504)};
    --popUp-color: ##{parameterCache.getParameter("PTT", 505)};*/

    --angular-color-principal: #000000;
    --angular-color-font: #FFFFFF;

    --main-default-color: #000000;
    --main-first-font: "Montserrat", Arial, sans-serif;
    --main-second-font: "Montserrat", Arial, sans-serif;
    --main-third-font: "Shadows Into Light", cursive;
    --main-complement-color: #FFF;
    
    --main-title-color: #77c4dd;
}

* {
    font-family: "Montserrat", Arial, sans-serif;
}


body .ui-datatable thead th {
  background-color: #6C7A89;
  border-color: #0d4f98;
  color: #ffffff; }

body .ui-datatable .ui-datatable-data > tr.ui-datatable-even:not(.ui-state-error):not(.rowtable-ptt-style) {
    background-color: #D4D4D4;
}

.a {
    color: #e2a419!important;
    text-decoration: none;
}
a:focus,a:hover{color:#e2a419!important;text-decoration:none}


body {
    /* padding-top: 72px; */
    font-size: 12px;
    line-height: none;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -140px;
  overflow-x: hidden;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 130px;
}

.site-footer {
  background: #f1f1f2;
  margin-top: 10px;
}
.footerImagesItem{
    display:inline-block;
    float:right;
    padding-right:10px;
}
.navbar-input{
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left:   10px;
    padding-top: 10px;
}
.F {
    color: #000000;
    font-weight: bold;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
}

.nav-stacked .nav-header {
    margin-bottom: 10px;
    font-size: 18px;
}

body#login {
    padding-bottom: 40px;
}

.navbar{
    /*#CCD1D9*/
    background-color: #e2a419;
    /*  border-color: #F1F1F1;*/
    /* min-height:20px !important; */
    /* height: 50px; */
    z-index:1000;
}
.navbar .logo{
    background-color: #C92C20;
    text-align: center;
    display:block;
    height:112px;
    padding-top:13px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-text-header{
    color:#fff!important;
}


.noborder {
    border:0px !important;
}

/*.navbar .li .a {
    padding-top:5px !important;
    padding-bottom:5px !important;
}*/


/*navbar height*/
.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:28px !important}

.navbar-default .navbar-brand {
    /* font-weight: bold;
     margin-left: 0px;
     margin-right: 10px;
     padding-left: 0;
     padding-right: 0;
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
     color: #777777;
     margin-top: -5px;*/
}

/* added to fix non clickable dropdown nested menus on mobile browsers APF-1384 */
.navbar .dropdown-backdrop {
    position: static;
}

/*add to fix search btn in navbar that fixes 1px lower than the search field #PL*/
.btn-navbar-search-ano{
    margin-top: -1px;
}



.navbar-button-tooltip{
    z-index: 1200 !important;
}

.navbar-text {
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

#switchLocale {
    position: absolute;
    /*position: relative;*/
    right: 10px;
}

h1 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 1.6em;
    font-family: 'Quicksand', sans-serif;
    color: #e2a419 !important;
}

h2 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 1.4em;
    /*font-family: 'Quicksand', sans-serif;*/
    color: #e2a419 !important;
}

h3 {
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 1.2em;
    /*font-family: 'Quicksand', sans-serif;*/
    color: #e2a419 !important;
}

#content {
    padding-bottom: 60px;
    padding-left: 20px !important;
}

.row h2 {
    margin-top: 0;
}

/* FORMS */

.controls.readonly {
    padding-top: 5px;
}

.well.form-horizontal .form-actions {
    margin-bottom: 0;
}

.btn-group {
    margin-bottom: 10px;
}

.btn-group .btn, .form-actions .btn {
    margin-left: 5px;
}

#search {
    float: right;
    margin-top: -40px;
    width: 250px;
}

#search input[type="text"] {
    display: inline-block;

}

.login_header {
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.login_header .right {
    float:right;
    padding-top:25px;
    padding-right:60px;
}
.login_header .right .image_container{
    max-width: 180px;
}

.form-signin {
    width: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%); /* Firefox 3.5 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    padding: 2px;
    margin: 0 auto;
    background: rgba(6,44,72,0.60);
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px;
}

.login-input-class{
    padding: 0px 30px 30px 30px;
}

div.login-btn-div-class{
    position: relative;
}

.login-input-class > div.login-btn-div-class > input{
    background: transparent;
    border: none;
    color: white !important;
    opacity: 1 !important;
    text-align: center;
    font-size: 18px !important;
}

.login-input-class > div.login-btn-div-class::after{
    content: '';
    display:block;
    position: absolute;
    width: 100%;
    top: 34px;
    border-color: white;
    height: 10px;
    border: 1px white solid;
    border-top: none;
}

.btn-login-class{
    background-color: white;
    color: #3E3E3D;
    border-radius: 0px !important;
    border: none !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

a.btn-login-class:hover{
    color: white !imporatant;
    background-color: #062C48 !important;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}


.picklistStyle > div > .ui-picklist-list{
    width:100%;
}
/*.form-signin .checkbox {
    font-weight: normal;
    color: rgb(255, 255, 255);
}*/

.form-signin .checkbox{
    margin-left: 0px;
    color: #454545;
    padding: 5px 5px 5px 30px;
    min-height: 0px;
    font-size: small;
    background-color: #fff;
    opacity:0.70;
}

.form-signin .checkbox .label{
    margin-left: -10px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity:0.60;
}

.form-signin .form-control:focus {
    z-index: 2;
}
.ui-overlay-visible{
    /*    z-index: 1050 !important;*/
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin-heading {
    /*  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;*/
    /*   font-weight: 300;*/
    color: rgb(255, 255, 255);
}

h2.form-signin-heading {
    /*  font-family: "Bookman Old Style", "Verdana";*/
    font-size: 28px;
    background-color: transparent!important;
    color:#fff!important;
}

h4.form-signin-heading {
    background-color: transparent!important;
    color:#000!important;
    padding:5px;
    font-weight:normal;
}

#login p {
    text-align: center
}

/* When using Wicket tag id can be overridden - using class here seems to more universal */
.login p {
    text-align: center
}

/* TABLES */
table-bordered>thead>tr>th, .table-bordered>thead>tr>th, table-bordered>tbody>tr>th, .table-bordered>tbody>tr>th, table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>th, table-bordered>thead>tr>td, .table-bordered>thead>tr>td, table-bordered>tbody>tr>td, .table-bordered>tbody>tr>td, table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>td {
    border-top: 1px solid #ecf0f1!important;
    border-left: 1px solid #ecf0f1!important;
    border-right: 1px solid #ecf0f1!important;
    border-bottom: 1px solid #ecf0f1!important;
}

table-fully-bordered>thead>tr>th, .table-fully-bordered>thead>tr>th, table-fully-bordered>tbody>tr>th, .table-fully-bordered>tbody>tr>th, table-fully-bordered>tfoot>tr>th, .table-fully-bordered>tfoot>tr>th, table-fully-bordered>thead>tr>td, .table-fully-bordered>thead>tr>td, table-fully-bordered>tbody>tr>td, .table-fully-bordered>tbody>tr>td, table-fully-bordered>tfoot>tr>td, .table-fully-bordered>tfoot>tr>td {
    border-top: 1px solid #ecf0f1!important;
    border-left: 1px solid #ecf0f1!important;
    border-right: 1px solid #ecf0f1!important;
    border-bottom: 1px solid #ecf0f1!important;
}

th.sorted a, th.sortable a {
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png);
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png);
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.hide-footer tfoot {
    display: none;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

span.csv {
    background-image: url(../images/ico_file_csv.png) !important;
}

span.excel {
    background-image: url(../images/ico_file_excel_1.png) !important;
}

span.eye {
    background-image: url(../images/ico_eye.png) !important;
}

span.pdf {
    background-image: url(../images/ico_file_pdf.gif) !important;
}

span.xml {
    background-image: url(../images/ico_file_xml.png) !important;
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: block;
    margin: 0 0 0 10px;
    padding: 2px 4px 2px 0;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -18px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 80%;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
}

/* FOOTER */
#footer {
    clear: both;
    margin: 0 auto;
    /* padding: 10px 0 20px 0; */
    /* border-top: 4px solid #f0f0f0; */
    text-align: center;
    background: rgba(255,255,255,0.23);
    /*color: #808080;*/
    font-size: 0.9em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    /*   font-weight: 300;*/
    color: rgb(255, 255, 255);
}

#footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-left: 5px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    margin: 0;
}

#footer h6 {
    margin: 5px;
}



/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
    /*body {
        padding-top: 150px;
    }*/
    .container{
        max-width: 98%;
    }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
    /*body {
        padding-top: 160px;
    }*/

    .container{
        max-width: 98%;
    }
}

/* Tablet to desktop
------------------------- */

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /*body {
        padding-top: 60px;
    }*/

    .container{
        max-width: 98%;
    }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {

    /*body {
        padding-top: 50px;
    }*/

    .container{
        max-width: 98%;
    }

    #search {
        float: none;
        margin-top: 0;
    }

    #ul2li2 a {
        padding-left: 3px;
        padding-right: 3px;
    }

    #ul2li1 a {
        padding-left: 3px;
        padding-right: 3px;
        margin-left: 10px;
    }
}

@media (max-width: 895px)
{
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: block!important;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

/* Wicket */
.table thead tr th.wicket_orderDown a {
    background-image: url(../images/arrow_down.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    /*padding-right: 15px;*/
}

.table thead tr th.wicket_orderUp a {
    background-image: url(../images/arrow_up.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

.table {
    margin-bottom: 0 !important;
}

/* Fix for Bootstrap theme errors in PrimeFaces: http://forum.primefaces.org/viewtopic.php?f=9&t=19250&start=10 */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: url("") repeat-x scroll 50% 50% #CD0A0A;
    border: 1px solid #CD0A0A;
    color: #ccc;
}
/*STYLING ADMIN*/

.ContentAdmin {
    background-position: left top;
    background-repeat: no-repeat;
}

.ContentAdmin h1{
    font-size: 2.6em;
}

.overHidden {
    overflow: hidden;
}

.TextShadow {
    text-shadow: 0px 1px 0px #FFF;
}

.PropertyBox {
    width: 80%;
    padding: 15px;
    height: 345px;
    float: left;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    display: block;
    transition: all 0.5s ease 0s;
    background-color: transparent;
    color: #e2a419;
    text-align: center;
}

.white, .white a {
  color: #2c3e50;
}

.PropertyBox:hover {
    background-color: lightgrey;
    cursor: pointer;
}
.PropertyBox a:hover {
    background: #7F929D!important;
}

.PropertyBox .PropertyTopic {
    display: block;
    opacity: 0.7;
    color: black;
    font-size: 1.8em;
    margin-top: 5px;
}
.boldFont {
    /*font-family: "exosemibold","Trebuchet MS",Arial,Helvetica,sans-serif;*/
    font-weight: bold;
}

.PropertyBox .PropertyText {
    display: block;
    font-size: 1.2em;
}
.mediumFont {
    /*font-family: "exomedium","Trebuchet MS",Arial,Helvetica,sans-serif;*/
}

.PropertyBoxImg{
    width: 100%;
    font-size: 8em;
    padding: 10px;
}

/*STYLING USERS*/
.deleteColumn{
    text-align: center;
}

.editColumn{
    text-align: center;
}

/*STYLING SEGUIMENTO*/
.highlight {
    background: #FFEFD5;
}

.tasks-container {
    max-height: 800px;
}

.tasks-left-tree {
    position: absolute;
    overflow-y: auto;
    top: 10px;
    bottom: 75px;
    border: none;
}

.tasks-left-context {
    position: absolute;
    bottom: 0;
}

/*pode ser retirada*/
.roteiroNoBorders tr, .roteiroNoBorders td {
    border: none !important;
}


/*pode ser retirada*/
.roteiroNoPadding tr, .roteiroNoPadding td{
    padding: 0 0 !important; /*padding: 0 0.2em !important; */
    /*margin:0; pode ser preciso tirar*/
}

.roteiroNoBordersColour tr, .roteiroNoBordersColour td {
    border: none !important;
    text-decoration-color: #6a0808;
    color: #6a0808;
}

.roteiroStyle div{
    padding: 0 0 !important;
}

.divStyleColor tr, .divStyleColor td {
    background-color:#F1F1F1 !important;
}

/* css para a barra de info */
#menu-list{
    /*background: #f7f7f7; */
    padding: 8px;
    margin-bottom: 0px;
}

#menu-list > li {
    display: inline-block;
    display: -moz-inline-stack; /*for mozilla*/
    zoom:1; /*for IE7*/
    *display:inline;
    vertical-align: middle;
}

/* css para o relogio na barra superior do ecr? */

/*teste para os links depois retirar*/
#menu-list > li > a{
    text-decoration: none;
    padding: 3px 8px;
}

#menu-list > li > a:hover{
    color: black;
}

/* css para a barra de pesquisa */
#menu-div{
    padding: 8px;
    margin-bottom: 0px;
    clear:both;
    width: 100%;
    vertical-align: middle;
    height: 66px;
    padding-top: 6px;
    /*background: lightgray;*/
}

.menu-button
{
    margin-right: 20px;
    float:left;
    height: 50px;
    /*vertical-align: middle;*/
}

.menu-search
{
    width:50%;
    float:left;
    height:50px;
    padding-top: 6px;
    /*vertical-align: middle;*/
    /*margin:2px;*/
    /*margin-right:20px;*/
}

.userInfo {
    height:50px;
    float:right;
}

.ui-search-button {
    height:38px;
    width:44px;
}

.ui-menu {
    padding: 0;
}

.ui-menu-button{
    height:50px;
    width:50px;
    margin-right: 2px;
}

/*css para a pesquisa avan?ada */
.ui-advanced-search-overlay{
    width: 571px;
    z-index: 2000 !important;
}

/* css para os calend?rios */
#ui-datepicker-div{ z-index: 2000 !important;}

/* altera??es no aspecto geral */
.ui-layout-unit .ui-layout-unit-content{
    padding-bottom: 0;
}

.container{
    padding-right: 3px !important;
    /* padding-left: 3px !important; */
}

.row{
    margin-right: -18px !important;
    margin-left: -18px !important;
}
/* css para panelGrids sem bordas */
.borderless, .borderless tr, .borderless td {
    border: none !important;
}
/* css para panelGrids sem padding (para comprimir os dados) */
.nopadding, .nopadding th, .nopadding td {
    padding: 0 !important;
}

.noheader th {
    display: none;
}

/* Css para colocar o calendario a ocupar a div toda */
/*.calendarioMax input {
    vertical-align : middle;
    width          : 100%;
    height         : 100%;
}*/

#nonAjaxLoad {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.centeredColumn {
    min-width  : 100px !important;
    width      : 100px !important;
}
.bold {
    font-weight: bold;
}



/*Widgets*/

/*.ano-widget-header{
    background: #F1F1F1 !important;
    border: #F1F1F1 !important;
    color: #777777 !important;
}*/



/*.ui-panel-footer {
        background: #F1F1F1 !important;
    border: #F1F1F1 !important;
    color: #777777 !important;
}*/
.ui-widget {
    font-family: var(--main-first-font) !important;
}
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    top:auto;
}

.ui-widget-header a {
    color: #575757!important;
}

.ui-widget-content{
    border: 0px;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/* fazer override ao layout north para mostrar submenus */
.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}


/*TODO overlay with no margins*/
/*.ui-overlaypanel-content{
    padding:0!important;
    margin: 0!important;
}
.ui-panel.ui-widget-content {
    padding:0!important;
    margin: 0!important;
}*/

/**Receivers Datatable**/
.receiversDatatable.ui-state-hover{
    color: #000 !important;
}

.receiversDatatable.ui-state-hover a {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-hover a:link {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-hover a:hover {
    color: #3399FF !important;
}

.receiversDatatable.ui-state-hover a:visited {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-highlight a {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-highlight a:link {
    color: #525252 !important;
    text-decoration: underline;
}

.receiversDatatable.ui-state-highlight a:hover {
    color: #3399FF !important;
}

.receiversDatatable.ui-state-highlight a:visited {
    color: #525252 !important;
    text-decoration: underline;
}

/*corner tables - code BallusC*/
.ui-datatable.ui-corner-all table {
    border-collapse: separate;
    *border-collapse: collapse; /* Fallback for IE <=7. */
    border-spacing: 0;
}
.ui-datatable.ui-corner-all table tr:first-child th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.ui-datatable.ui-corner-all table tr:first-child th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.ui-datatable.ui-corner-all table tr:first-child th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.ui-datatable.ui-corner-all table tbody td {
    border-top: 0;
    *border-top: inherit; /* Fallback for IE <=7. */
}
.ui-datatable.ui-corner-all table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.ui-datatable.ui-corner-all table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.ui-datatable.ui-corner-all table tr:last-child td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.ui-datatable-subtable-header {
    background-color: #D4D4D4;
}

/*css for fileUpload - drag an drop size*/
.ui-fileupload-content {
    border: 1px dashed #777777 !important;
    background-color: #062C48 !imporant;
    background-color: var(--main-first-color) !important;
    min-height: 200px;
    min-width: 500px;
    height: 100% !important;
    border-radius: 0px !important;
    color: white !important;
}


/*.ui-fileupload-cancel {
    display: none;
}*/

/** check box changes **/
.ui-chkbox-box
{
    background-color: #3e3e3d!important;
}

.ui-datatable thead .ui-chkbox-box {
    background-color: #fafafa!important;
}

.ui-chkbox-all
{
    float: left;
}

/** panel grid changes - for reports **/
.ui-custompanelgrid, .ui-custompanelgrid td {
    background-color: #ffdd87 !important;
}
.ui-custompanel {
    background-color: #b9df90 !important;
}

/* arrendondar tudo a 3*/
.ui-corner-all {
    border-radius: 3px !important;
}

/* extender tabs ate fim */
.ui-tabs-panels {
    height: 100%;
    overflow: auto;
    border: 1px solid #eee !important;
}
.ui-tabs .ui-tabs-nav li.ui-state-default {
    border: 1px solid #eee! important;
    border-bottom: 1px solid #fff! important;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
    border-top: 3px solid #e2a419! 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: 112px !important;
}

.layoutNoSpaceSides{
    /*top: 84px !important;
    */
    top: 100px !important;
}

.layoutNoSpaceSidesSpecial{
    top: 80px !important;
}

.layoutUnitInvisible, .layoutUnitInvisible>div {
    visibility: hidden !important;
}

.paddingLabelGrid{
    padding-right: 5px;
}

/* classes para tabela com scroll horizontal fixo: precisa de min-width nas c�lulas */
.horizontal-scroll-table {
    table-layout: fixed;
}
.horizontal-scroll-table-outter {
    overflow-x: auto;
}
/* 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;
}

div.ui-tabs.ui-tabs-top.ui-widget-content > ul.ui-tabs-nav {
    border-color: #FFFFFF !important;
    /*background-color: #FFFFFF !important; */
    padding: 0;
}

.ui-tabs.ui-widget-content {
    /*padding:3px!important;*/
    padding: 0;
}

.ui-inputfield, .ui-widget-content .ui-inputfield {
    border: 1px solid #D9D9D9!important;
    background: #FFFFFF;
    color: #222222;
}
/*.ui-state-default .ui-icon {
    color: #FFFFFF !important;
}*/


/*menu*/
.ui-menubar.ui-widget .ui-menuitem-link {
    color: #575757!important;
}

.ui-menubar.ui-widget{
    border-bottom: 1px solid #ccc !important;
    background-color: #FFFFFF !important;
    border-radius: 0px!important;

}

.ui-menu .ui-menu-list .ui-menuitem {
    border-color: #fff;
    background-color: #fff;
    margin-right:10px;

}
.ui-menubar.ui-widget .ui-menu-child .ui-menuitem-link {
    color: #525252 !important;
}

/*.ui-menuitem-text {
    padding-right:5px;
    font-family: 'Dosis', sans-serif!important;
    font-size:1.2em!important;
}*/

/*menu end*/
.ui-widget-content .ui-state-default:not(.black-button-default):not(th):not(.ui-tabs-header):not(.button-transparent),
.ui-widget-header:not(.ui-tabs-nav) .ui-state-default:not(.black-button-default):not(th):not(.button-transparent){
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}

/*hover*/
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-datepicker .ui-state-hover {
    /*
    border-color: #eee !important;
    background-color: #eee !important;
    color:#000000 !important;
    */
}

/*input fields: correct to white*/
.form-control.ui-state-hover,
.ui-widget-header .ui-inputfield {
    color:#575757 !important;
}


/*input fields, on click/focus*/
.form-control:focus {
    border-color: #535353 !important;
}
.form-control, input{
    border-width: 1px!important;
}

/*hover end*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-datepicker a.ui-state-active,
.ui-state-highlight {
    /* border-color: #ddd !important;*/
    border-bottom:2px solid #eee!important;
    background-color: #eee !important;
    border-top: 0px solid rgb(216, 25, 25)!important;
    color: #C92C20!important;
    font-weight:bold!important;
}

.ui-tabs-nav .ui-state-active{
    background-color: #fff!important;
}



/*bts - primary override*/

.btn-primary {
    background-color: #e2a419 !important;
    border: 0px!important;
    color:#fff!important;


}
.btn-primaryActive {
    background: -webkit-linear-gradient(#e2a419, #B11A0F)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2a419, #B11A0F)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2a419, #B11A0F)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2a419, #B11A0F)!important; /* Standard syntax */
}
.btn-primary:hover {
    background-color: #E68364 !important;
    border-color: #E68364 !important;
}

/* custom button  */
.btn-custom {
    margin-left:10px;
    background-color: #ABB7B7;
    border-color: #ABB7B7;
    color: #fff;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    background-color: #98A3A3;
    border-color: #98A3A3;
    color: #fff;
}


/**panel **/
.ui-panel .ui-panel-content {
    padding: 0.0em 0em!important;
}


/*text*/
.ui-panel-titlebar {
    /* background: #F1F1F1 !important;*/
    border-top: 2px solid #E2E2E2 !important;
    border-bottom: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    /* color: #575757 !important;*/
    color:#e2a419!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:not(.black-button-default),
.ui-widget-content .ui-state-default:not(.black-button-default),
.ui-widget-header .ui-state-default:not(.black-button-default) {
    color: #000 ;
    font-weight: normal;
}
/*
.ui-datepicker {
width: 100% ! important;
}*/

.ui-datepicker.ui-widget-content td a.ui-state-default {
    color: #525252 ;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a {
    color: #525252 !important;
}
/*color override end*/

.ano-menu-margin {
    margin-left: 5px;
    margin-right: 5px;
}

/*// inspirado em: http://jsfiddle.net/BinaryMuse/ndr2Q/
.ui-panel .ui-widget .ui-widget-content .ui-corner-all .compose-area-container {
    min-height: 600px ;
    min-width: 600px ;
    position: absolute ;
    bottom: 0 ;
    right: 10px ;
    border: 1px solid black;
    background-color: white;
}*/

.ui-dialog .compose-area {
    right: 10px !important;
}

/* override dialog content */
.compose-area > .ui-dialog-content {
    padding: 0;
}

/* Definir um tamanho máximo para as caixas de diálogo */
.ui-dialog {
    max-width: 95vw;
}
.ui-dialog-content {
    max-height: 90vh;
}

table.compose-area-table {
    height: 500px;
    width: 100%;
    table-layout: fixed;
    /*margin-top: 10px;
    padding-bottom: 10px;*/
}

/* Adicionar uma linha vermelha acima do footer dos dialogs. */
.ui-dialog-footer {
    border-top: solid 1px #e2a419;
}


.compose-area .ui-dialog-footer button.pull-right {
    margin-right: 10px;
}

.compose-area.addresses-dialog .ui-dialog-content,
.compose-area.addresses-dialog .ui-dialog-content {
    padding-left: 1em;
    padding-right: 1em;
}

full-width,
full-width > *[class*='ui-'] {
    width: 100% !important;
}
.full-height, full-heigth table.compose-area-table {
    height: 100% !important;
}

tr.compose-area-fixed-row {
    height: 30px;
}

/*tr.compose-area-fixed-row > td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
}*/

tr.compose-area-dynamic-row {
    width: 100%;
    height: 99%;
}

tr.compose-area-dynamic-row > td {
    padding-left: 10px;
    padding-right: 10px;
}

tr.compose-area-collapsable-row > td {
    padding-left: 10px;
    padding-right: 10px;
}

tr.compose-area-bottombar {
    background-color: #f5f5f5;
    height: 42px;
    padding: 2px 2px 2px 2px;
}

tr.compose-area-bottombar > td {
    padding: 4px;
    border-top: 1px solid #cfcfcf;
}

textarea.compose-area-dynamic-textarea {
    display: block;
    width: 100%;
    height: 99%;
    border: none;
}

textarea.cool-textarea {
    border: 1px !important;
    border-bottom: 1px solid #cfcfcf !important;
    color: #222 !important;
    background-color: white !important;
    margin: 0;
    outline: none;
    padding: 4px 1px 4px 2px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    height: 99%;
}

textarea.cool-textarea-noborder {
    border: 0px !important;
    color: #222 !important;
    background-color: white !important;
    margin: 0;
    outline: none;
    padding: 4px 1px 4px 2px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    height: 99%;
}

textarea.cool-textarea-padded {
    padding: 10px !important;
}
/* begin compose area footer */
table.compose-area-table tfoot {
    background-color: #f5f5f5;
}
table.compose-area-table tfoot tr {
    height: 42px;
    margin-top: 2px ;
}
table.compose-area-table  tfoot td {
    padding: 10px 10px 10px 10px ;
    margin: 0;
}
table.compose-area-table tbody tr {
    padding: 0 10px 0 10px;
}

table.compose-area-table tbody tr td {
    padding: 0 10px 0 10px;
}
table.overflow-scroll-content {
    overflow-x: hidden;
    overflow-y: hidden;
}
table.overflow-scroll-content tbody {
    overflow-y: scroll;
}
/* end - compose area footer */
/* begin compose area overflow content */
table.overflow-scroll-content {
    overflow-x: hidden;
    overflow-y: hidden;
}
table.overflow-scroll-content tbody {
    overflow-y: scroll;
}
/* end compose area overflow content */
table.compose-area-table > td.ui-nopadding {
    padding: 0;
}
/*
table.compose-area-table tbody tr td > div, table.compose-area-table tbody tr td > input {
  padding-bottom: 4px;
}*/
.ui-dialog-docking-zone {
    position: absolute;
    bottom: 0;
    right: 10px;
}

input[type="text"].cool-input {
    border: 1px;
    border-bottom: 1px solid #ccc !important;
    color: #222;
    background-color: white !important;
    margin: 0;
    outline: none;
    padding: 4px 1px 4px 2px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
}

input[type="button"].cool-input, button.cool-input {
    margin: 0;
    width: 100%;
}

.vertical-separator {
    background-color: #f5f5f5;
    border-right: 1px solid #cfcfcf;
    height: 20px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    width: 2px;
}

.bottom-border {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.bottom-border-dashed {
    border-style: dashed;
}

a.display-block {
    display: block;
}

.label, .badge {
    font-size: 12px;
}

.togglerButton span{
    padding: 0 0 !important;
}

.toggleStyle > span > label{
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ui-tree.ui-tree-horizontal .ui-treenode{
    padding: 5px 40px 0px 40px;
}

.noPaddingInnerDiv > div{
    padding: 0 0 !important;
}

.noBackground .ui-widget-content{
    background: none;
}

.movementStyle.ui-datatable .ui-datatable-odd.ui-state-hover{
    color: white ! important;
}

.movementStyle.ui-datatable .ui-datatable-even.ui-state-hover{
    color: white ! important;
}

.movementStyle.ui-datatable .ui-datatable-even.ui-state-highlight{
    color: white ! important;
}

.movementStyle.ui-datatable .ui-datatable-odd.ui-state-highlight{
    color: white ! important;
}

.movementStyle{
    background-color: #D2D7D3 ! important;
}

.noDisplay td[data-rowkey="root"]{
    display: none ! important;
}

.treeStyle .ui-treenode-content
{
    background-color: #D2D7D3;
    border-color: #D2D7D3;
}

.treeStyleCopy .ui-treenode-content
{
    background-color: #59ABE3;
    border-color: #59ABE3;
}

.panelContentInLine > div
{
    display: inline;
}

.contextStyle
{
    z-index: 2000 ! important;
}

/* override color icons primefaces */
/*.ui-icon{background-image:url("#{resource['primefaces-ano:images/ui-icons_525252_0.png']}")!important;}*/
.ui-icon{background-image:url("../javax.faces.resource/images/ui-icons_525252_0.png.xhtml?ln=primefaces-ano")!important;}

.navbar-search-field-ano{
    /*width: 30em !important;*/
    /*min-width: 20em !important;*/
    height: 2.1em !important;
    border: 0px!important;
    border-radius:3px !important;
    background-color:#fff!important;
    color:#575757 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.user-header {
    height: 175px;
    padding: 10px;
    background: #525252;
    text-align: center;
    color:#fff;
}

.user-signature-photo {
    padding: 10px;
    background: #525252;
    text-align: center;
    color:#fff;
}

.fixUserPanel .ui-overlaypanel-content{
    padding:0px !important;
}

.overlayStyle .ui-overlaypanel-content{
    overflow: auto;
    height:100%;
}

.fixUserPanel .ui-widget-header{
    display:none;
}

.user-body{
    padding:5px;
    min-height: 50px;
}
.ui-button-text-icon-left .ui-button-text {
    /*font-family: 'dosis'!important;*/
    font-size: 1.0em!important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-lightbox .ui-lightbox-close, .ui-overlaypanel .ui-overlaypanel-close {
    background-color: #fff;
    border-color: #B40404;
}

.ui-dialog-titlebar {
    background-color: #062C48 !important;
    background-color: var(--main-first-color) !important;
}

.ui-dialog-titlebar-close.ui-state-hover{
    background-color: #00A8E3 !important;
    border-color: #00A8E3 !important;
    background-color: var(--main-second-color) !important;
    border-color: var(--main-second-color) !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.overflow-x .ui-dialog-content {
    overflow-x: auto;
}
.ui-dialog-minimized {
    float: right !important;
}

.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
    padding: 0px !important;
}
.compose-area .ui-dialog-content {
    padding: 0;
}

.preview-file-dialog.ui-dialog .ui-dialog-content {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 1em !important;
}

.inline {
    display: inline;
}

.card-title {
    font-size: 1.3em;
    font-family: 'Quicksand', sans-serif;
    color: #e2a419 !important;
}


/* Estilos para os cartões do roteiro do processo */
.list-tasks-movements .movement-card, .movement-detail .movement-card {
    border-top: 3px solid #C92C20;
}

.list-tasks-movements .movement-card-untreated, .movement-detail .movement-card-untreated {
    border-top-color: #C92C20;
}

.list-tasks-movements .movement-card-treated, .movement-detail .movement-card-treated {
    border-top-color: green;
}

.list-tasks-movements .movement-card-copy, .movement-detail .movement-card-copy {
    border-top-color: yellowgreen;
}

.list-tasks-movements .movement-card-copy-not-viewed, .movement-detail .movement-card-copy-not-viewed {
    border-top-color: lightcoral;
}

.movement-card .card-title {
    border-bottom: dashed lightgray 1px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.movement-card .card-title span {
    font-size: 17px;
}

.movement-card .badge-treated {
    background-color: green;
}

.movement-card .badge-untreated {
    background-color: #DC3023;
}

.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: #DC3023 !important;
}

.color-alert {
    color: yellowgreen !important;
}

.color-alert-not-viewed {
    color: lightcoral !important;
}

.ui-tooltip{
    background-color: transparent !important;
}

.ui-tooltip > .ui-tooltip-tip{
    background-color: transparent !important;
}

.ui-tooltip > .ui-tooltip-content{
    color: white;
    background-color: transparent !important;
}

.smaller {
    font-size: 0.9em !important;
}
.smaller-2 {
    font-size: 0.8em !important;
}
.clear-both {
    clear: both;
}

#general-application-messages {
    padding: 0 5px 0;
}

#body-content {
    position: relative;
}

.ui-growl {
    top: 81px;  /*61px + 20px (20px = distancia right)*/
}

.alert-warning {
    color: #000000;
}

.user-confidential-select {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.user-confidential-select tr {
    float: left;
    width: 33%;
}

.select-users-table-container {
    max-height: 500px;
    overflow-y: scroll;
}

.label-padding {
    padding-right: 7px;
}

.ui-selectmanycheckbox > label {
    font-weight: normal !important;
}
.ui-selectmanycheckbox > td,th {
    padding: 1px !important;
}

.hidden {
    display: none !important;
}


.customBorderTree{
    border-right:1px solid #ccc;
}

.ui-widget-content .ui-state-default:not(.black-button-default):not(th):not(.ui-tabs-header):not(.button-transparent),
.ui-widget-header:not(.ui-tabs-nav) .ui-state-default:not(.black-button-default):not(th):not(.button-transparent){
    border-bottom: 1px solid #d4d4d4;
    background-color: #fafafa;
}

/*
barra filto tabela com botoes
*/
.tableFilterBar{
    background-color:#eee;
    padding:3px 3px 0px 3px;
    margin-bottom:5px;
    border:1px solid #ccc;


}
.tableFilterBar .ui-widget{
    border:0px !important;
}
.tableFilterBar .ui-widget-content .ui-state-default, .ui-widget-header:not(.ui-tabs-nav) .ui-state-default:not(.black-button-default):not(th):not(.button-transparent){
    border:0px !important;
    background-color: transparent!important;
    font-weight: normal!important;
}

.tableFilterBar .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label{
    padding:3px 10px 3px 10px!important;
    border:0px!important;
}
.tableFilterBar label{
    font-weight: normal!important;
}
.tableFilterBar .ui-inputfield {
    background-color:#fff!important;
}

/*.ui-layout-west{
    background: -webkit-linear-gradient(#fff, #ccc);  For Safari 5.1 to 6.0
    background: -o-linear-gradient(#fff, #ccc);  For Opera 11.1 to 12.0
    background: -moz-linear-gradient(#fff, #ccc);  For Firefox 3.6 to 15
    background: linear-gradient(#fff, #ccc);  Standard syntax
}*/

.ui-tabs-selected a{
    color:#e2a419!important;
}

.wizard a {
    padding: 5px 5px 5px;
    margin-right: 2px;
    background: #efefef;
    position: relative;
    display: inline-block;

}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 25px inset transparent;
    border-bottom: 31px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 25px inset transparent;
    border-bottom: 31px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard p{
    padding:0px 0px 0px 15px;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #C92C20;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #C92C20;
}

/* Sinaliza��es datatable */

tr.tag-vermelha td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #C92C20), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #C92C20 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-amarela td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #FFFC4C), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #FFFC4C 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-verde td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #3BC553), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #3BC553 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-preta td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #1A1A1A), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #1A1A1A 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

tr.tag-azul td:first-child {
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #002EB8), color-stop(1%, rgba(255, 255, 255, 0)));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* IE 10+ */
    background: -ms-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    /* Standard */
    background: linear-gradient(to right, #002EB8 4px , rgba(255, 255, 255, 0) 4px);

    background-repeat: no-repeat;
}

.maximizado div.ui-panel-content {
    height: inherit;
}

table.tabela-footer-inline {
    font-size: 80%;
}

table.tabela-footer-inline > tbody > tr {
    display: inline-table;
}
.sidebar-layout-topmenu {
    position: fixed;
    top: 112px;
    z-index: 90;
    right: 0;
    /*left: 215px;*/
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.sidebar-layout-left {
    top: 140px;
    position: fixed;
    left: 0;
    right: 0;
}
.sidebar-layout-left.bhoechie-tab-menu {
    top: 98px;
    bottom: 80px;
    position: fixed;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}
.sidebar-layout-left.bhoechie-tab-menu .list-group {
    margin-right: 10px;
    margin-bottom: 2px;
    direction: ltr;
}
.sidebar-layout-main {
    left: 15%;
    top: 30px;
}

.ui-datatable tbody td {
    white-space: normal;
}

/*css para barra vertical de accoes nas paginas de detalhes*/
.sidebar-layout-right {
    top: 140px;
    position: fixed;
    right: 0;
    bottom: 0;
    border-left: solid;
    border-left-color: #eee;
    border-left-width: 1px;
}
.padding-right-30 {
    padding-right: 30px;
}

.ui-autocomplete-panel {
    z-index: 2000 !important;
}


.calendarReports input{
    width: 100px !important;
}

.calendarTask input{
    width: 90px !important;
}

.watermark-text {
    color: #ccc;
}

.fc-event-in-out:before {
    /*cloud*/
    content: "\e197";
    color:#4FC72E;
    position:absolute;
    margin-top:0px;
    cursor:pointer;
}

.fc-event-in-out:after {
    /*upload*/
    content: "\e198";
    color:#E68364;
    position:absolute;
    margin-top:-14px;
    margin-left:10px;
    cursor:pointer;
    left:8px;

}

.fc-event-in:before {
    /*download*/
    content: "\e197";
    color:#4FC72E;
    position:absolute;
    margin-top:0px;
    cursor:pointer;
}

.fc-event-out:before {
    /*cloud*/
    content: "\e198";
    color:#E68364;
    cursor:pointer;
}

.fc-event{
    background-color:transparent!important;
    border:0px;
    font-size:1em!important;
}
.fc-grid .fc-day-number{
    float:left!important;
    margin-left: 15px;
}
.fc-day .ui-widget-content{
    border:1px solid #eee!important;
}
.fc-day-content{
    height:0px!important;
}

.fc-toolbar h2 {
    color: white !important;
}
/*
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start .fc-event-in{
    border:0px!important;
}
.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end .fc-event-in{
      border:0px!important;
}
*/

.events {
    background-color: #efefef;
}

.timeline dl dd.pos-right .events:before {
    border-color: transparent #efefef transparent transparent;
}
.timeline dl dd.pos-left .events:before {
    border-color: transparent transparent transparent #efefef ;
}

.scheduleEvent{
    width: 58px !important;
}

.timeline dl dd .events {
    background-color: #efefef !important;
}

/* Dialog edit e-mail */
.eed-form .form-group > label {
    width: 50px;
    line-height: 30px;
    display: block;
    float: left;
}

.eed-form div.autocomplete-full-width {
    float: left;
}

#editEmailDialog ul.ui-autocomplete-multiple-container {
    width: 500px;
}

#editEmailDialog .eed-eed {
    /*height: 150px;*/
    overflow-y: auto;
}

#editEmailDialog .eed-from {
    width: 500px !important;
}

#editEmailDialog .eed-eedp2 {
    height:200px;
    overflow-y: auto;
    width: 100%;
}

.eed-subject {
    width: 100%;
}

#editEmailDialog .eed-subject {
    width: 550px;
}

#editEmailDialog .eed-editor {
    width: 550px;
    height: 240px;
}
/* Fim Dialog edit e-mail */

#emailP ul.ui-autocomplete-multiple-container {
    width: 567px;
}

#emailP .eed-from {
    width: 567px !important;
}

/* Dialog new message */
.newMessageDialogClass .form-group > label,
#newMessageDialog .form-group > label {
    width: 75px;
    line-height: 30px;
    display: block;
    float: left;
}

.newMessageDialogClass div.autocomplete-full-width,
#newMessageDialog div.autocomplete-full-width {
    float: left;
}

.newMessageDialogClass ul.ui-autocomplete-multiple-container,
#newMessageDialog ul.ui-autocomplete-multiple-container {
    width: 470px;
}

#newMessageDialog > div.ui-dialog-content.ui-widget-content,
.newMessageDialogClass > div.ui-dialog-content.ui-widget-content{
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

/* 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: #e2a419;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    font-size: 42px;
    font-size: 4.2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}
.panel-featured-primary {
    border-color: #8E7D9C;
}
.widget-summary .widget-summary-col.widget-summary-col-icon {
    width: 1%;
}
.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.widget-summary .summary .amount {
    margin-right: .2em;
    font-size: 3rem!important;
    font-weight: 600;
    color: #333333;
    vertical-align: middle;
}
.widget-summary .summary-footer {
    padding: 5px 0 0;
    border-top: 1px dotted #ccc;
    text-align: right;
}
.widget-summary .summary-footer a {
    color:#ccc!important;
}
.panel-featured-primary-ano {
    border-color: #C92C20;
}

.panel-featured-left-ano {
    border-left: 3px solid #C92C20;
}
.bg-ano {
    color: #fff;
    background-color: #C92C20;
}
.text-ano {
    color: #C92C20;
}

.custom-menu .ui-menuitem {
    background-color: #D3D3D3 !important;
}

.custom-menu .ui-menuitem-text {
    font-weight: bold !important;
}

/* progress bar*/
.ui-progressbar{
    border:1px solid #ddd!important;
}
.animated .ui-progressbar-value {
    background-color: #3399FF!important;
}


/** overide ui-icon */
.ui-iconCustom{
    background-image: none!important;
    text-indent:0px!important;
}

/*back button */

.backBlack {
    background-color:#707070!important;
}
.ui-iconBack{
    background-image: none!important;
    text-indent:0px!important;
}


.ui-iconBack:before {
    content: "\e079";
    color:#fff!important;

}
.backBlack.ui-menuitem-link.ui-corner-all{  color:#fff!important;}
.backBlack.ui-menuitem-link.ui-corner-all.ui-state-hover{  background-color:#000!important;}




/*  bhoechie tab */
div.bhoechie-tab-container{
    /* z-index: 10;
     background-color: #ffffff;
     padding: 0 !important;
     border-radius: 4px;
     -moz-border-radius: 4px;
     border:1px solid #ddd;
     margin-top: 20px;
     margin-left: 50px;
     -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     background-clip: padding-box;
     opacity: 0.97;
     filter: alpha(opacity=97);*/
    margin:0px;
    padding:0px;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #e2a419;
}
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: #e2a419;
    background-image: #e2a419;
    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 #e2a419;
}

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-right-color:  #e2a419 !important;
    /*color:#FFF!important;*/
}

.list-group-item{
    border-bottom: 1px solid #cccccc !important;
}

.list-group-item:last-of-type {
    border-bottom: none !important;
}

/***
  boxes
*/
.GSE_CE{
    background-color:#E68364 !important;
    color: #fff !important;
}
.GSE_CR{
    background-color:#4FC72E !important;
    color: #fff !important;
}
.info-box {
    display: block;
    min-height: 103px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box  .ui-button-text-icon-left .ui-button-text{
    padding:0px 0px 0px 1.5em!important;
}


.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    /*display: block;
    float: left;
    height: 103px;
    width: 90px;*/
    text-align: center;
    font-size: 45px;
    /*line-height: 103px;*/
    background: rgba(0,0,0,0.2);

}
.info-box-content {
    padding: 5px 0px;
    margin-left: 90px;
}
/*.info-box-text {
    text-transform: uppercase;
}*/
.info-box-content .info-box-link {
    color: white;
    text-decoration: underline;
}
/*reformulação para table do info.box*/
table.info-box {
    width: 100%;
    margin-bottom: 5px;
}
table.info-box td {
    padding: 5px;
}
table.info-box td.info-box-type {
    background: rgba(0,0,0,0.2);
    width: 20%;
}
table.info-box td.info-box-content-main {
    width: 60%;
}
table.info-box td.info-box-content-side {
    width: 20%;
}
table.info-box td.info-box-icon {
    min-width: 85px;
}

.underline {
    text-decoration: underline;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box .progress, .info-box .progress .progress-bar {
    border-radius: 0;
}
.info-box .progress {
    background: rgba(0,0,0,0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
/** avatar classes **/
.pretty-avatar-border {
    padding: 2px;
    border: 2px solid #3399CC;
    /*box-shadow: 0 0 4px RGBA(51, 153, 204, 0.4);*/
}

.pretty-avatar-radius {
    border-radius: 100%;
}

#usersphoto {
    background-color: transparent;
}

/*CSS para componentes de expedição de documentos*/
.expedition-controls-table {
    border-collapse: separate;
    border-spacing: 2px;
}
.expedition-unknown {
    background-color: #bbb;
    color: #fff;
}
.expedition-ungenerated {
    background-color: #bbb;
    border-style: dashed;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
}
.expedition-generated {
    background-color: #5683D6;
    color: #fff;
}
.expedition-expedited {
    background-color: #e2a419;
    color: #fff;
}
.expedition-square {
    height: 70px;
    width: 70px;
}
/*middle*/
.expedition-square-m {
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    line-height: 35px;
}
/*down*/
.expedition-square-d {
    line-height: 35px;
    width: 70px;
}
.expedition-square-d:hover {
    background-color: white;
    opacity: 0.2;
    color: black;
    cursor: pointer;
}
.vertical-middle {
    vertical-align: middle;
}
.vertical-top {
    vertical-align: top;
}
.expedition-square-d > a {
    display: block;
    line-height: 35px;
    color: #fff;
}
.expedition-square-d > a:visited {
    color: #fff;
}
.expedition-square-d > a:focus {
    color: #fff !important;
}

.process-priority-high {
    font-size:16px;
    color:red;
    margin-left:5px;
}
.process-priority-low {
    font-size:16px;
    color:#4FC72E;
    margin-left:5px;
}

.pull-right .ui-menuitem-text {
    float: right;
}

.pull-none .ui-menuitem-text {
    float: none;
}

.glyphicon-family span{
    font-family: lato;
}

.button-text-right .ui-button-text{
    display: inline;
}

.button-height{
    height: 30px;
}

/*css barra de titulo*/
.mainDivTitle {
    width: 17%;
    float: left;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px!important;
}

.titleDiv {
    margin-bottom: 0px;
    margin-top: 5px;
}

.titleActionDiv {
    float: left;
    width: 100%;
}

.invisible {
    visibility: hidden;
    display: none;
}
.circle {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    line-height: 2em;
    text-align: center;

}
.circle.circle-default {
    background: grey;
    color: #fff;
}
.circle.circle-red {
    background: #C92C20;
    color: #fff;
}
/*link de favoritos*/
.circle.circle-favorite {
    background-color: gold !important;
    opacity: 0.7;
    color: #ff0000;
}
.circle.circle-favorite:hover {
    background-color: gold !important;
    color: #ff0000;
    opacity: 1;
}
.circle.circle-favorite span.glyphicon {
    color: #ff0000;
    line-height: 2em;
}
/*link controlos ordem do dia*/
.circle.circle-control span.glyphicon {
    line-height: 2em;
}
.circle.circle-entry {
    background-color: #4FC72E;
}
.circle.circle-document {
    background-color: #E68364;
}
.circle.circle-control:hover {
    background-color: #fff;
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.75;
    /* Mozilla */
    opacity: 0.75;
    /* CSS3 */
}
/*override css primefaces*/
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    background-image: none;
    margin: .5em 0 0 0;
    /* padding: .3em 1em .5em .4em; */
}
.ui-progressbar-value {
    background-color: grey !important;
}
.input-group-addon, .input-group-btn {
    /* width: 1%; */
    white-space: nowrap;
    vertical-align: middle;
}
.btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    background-color: #48cfad;
    border-color: #48cfad;
    color: #fff !important;
}
.btn-info {
    color: #fff !important;
}
/*padding em tabs*/
.ui-tabs.ui-nopadding .ui-tabs-panel {
    padding: 0 !important;
}
.ui-tabs.ui-padding-sm .ui-tabs-panel {
    padding: 3px 0px 8px 0px !important;
}
/* full width em autocomplete Primefaces*/
.ui-autocomplete-multiple.full-width .ui-autocomplete-multiple-container {
    width: 100%;
}
/**/
.ui-selectonemenu.full-width, .ui-selectonemenu.full-width > .ui-selectonemenu-label {
    width: 100% !important;
    min-width: 100% !important;
}
input.ui-inputfield.full-width,
button.ui-button.full-width,
.ui-inputnumber.full-width,
.ui-inputnumber.full-width>input,
textarea.full-width {
    width: 100%;
}
.ui-menu.ui-widget.ui-widget-content .ui-menuitem-link {
    padding: 0.3em 0.3em;
    width: 100%;
    border-width: 1px 0px;
}

table.panelgrid-align-top tr td.ui-panelgrid-cell {
    vertical-align: top;
}
/*override posicionamento checkboxes no selectmanycheckbox do PrimeFaces*/
.ui-selectmanycheckbox label, .ui-selectoneradio label {
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
}
.ui-selectlistbox-item {
    vertical-align: top;
}
.ui-selectlistbox-item ui-chkbox.ui-widget {
    padding-right: 5px;
}

.m-b {
    margin-bottom: 15px;
}
.b-l {
    border-left: 1px solid #dee5e7;
}
.streamline {
    position: relative;
    border-color: #dee5e7;
}
.sl-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #e2a419;
}

.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: #e2a419;
    border-color: #e2a419;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    content: '';
}
.sl-item:after {
    top: 6px;
    bottom: auto;
}

.padder-md {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px
}

.m-l {
    margin-left: 15px;
}

.Separator {
    border-bottom: solid 1px #E0E0E0;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 10px 0px;
    clear: both;
}
.display-inline-block {
    display: inline-block;
}

.error-page h1 {
    font-size: 2em;
}

.error-500 {
    background-color: red;
    opacity: 0.5;
}
.error-404 {
    background-color: rgba(255,204,0,0.6);
}
.error-403 {
    background-color: purple;
    opacity: 0.5;
}

/* estilos para ordem do dia */
.lt-opt.lt-opt-unread {
    font-weight: bold !important;
}
.lt-opt.lt-opt-pending {
    background: #FFEFD5;
}
.lt-tree-count {
    color: #C92C20;
}

.ui-icon-entry{
    background-image: url(../images/sign-in.png) !important;
}

.ui-icon-docprocess{
    background-image: url(../images/sign-out.png) !important;
}

.search-command-scope {
    background-color: #FFF;
    border-radius: 5px;
    height: 28px;
}

.ui-dialog-title
{
   color: #FFF !important;
}

.ui-panel .ui-panel-title {
   color: #e2a419;
}

#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: #e2a419;
    position: absolute;
    z-index: 1000;
    top: 3px;
    right: -24px;
}

#divTitlePage {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

#divUl2 {
    padding: 0;
}

#divUl2 #ul2,
#divUl2 #ul3 {
    margin: 0;
    padding: 0px;
}

#ul3li1 {
    margin: 15px -20px;
}

#divUl2 #ul2 #ul2li1 {
    margin: 8.5px 20px 8.5px 0px;
}

#ul2li2 {
    margin: 8.5px -10px 8.5px 0px;
}

.fa.fa-bars {
    font-size: 1.5em;
    margin-top: 5px;
    margin-left: 5px;
}


/* Outbox */

.outboxButtonSelected,
.outboxButtonSelected:hover,
.outboxButtonSelected:active,
.outboxButtonSelected:focus {
    color: #C92C20 !important;
    font-weight: bold !important;
}

.overTheDeadline {
    background-color: #FC7373;
    color: white;
}


@media (min-width: 1100px) {
    #id-search-input a.btn-navbar-search-ano {
        border-radius: 5px;
    }
}

@media (min-width: 1010px) and (max-width: 1100px) {
    #textbox-topbar {
        width: 89%;
    }
}

@media (min-width: 940px) and (max-width: 1010px) {
    #textbox-topbar {
        width: 88%;
    }
}

@media (min-width: 890px) and (max-width: 940px) {
    #textbox-topbar {
        width: 87%;
    }
}

@media (max-width: 820px) {
    #line-separator-input,
    #idAdvancedSearch {
        display: none !important;
    }
}

@media (min-width: 820px) and (max-width: 890px) {
    #textbox-topbar {
        width: 86%;
    }
}

@media (max-width: 768px) {
    #ul3 {
        display: none !important;
    }
}

@media (max-width: 820px) {
    #divUl2 #ul2 #ul2li1 {
        margin-right: 0px;
    }
    #ul1span1 {
        display: none !important;
    }
    #divTitlePage {
        width: 15%;
    }
    #id-search-input {
        right: 0px;
    }
    .search-command-scope {
        width: 105%;
    }
    #id-search-input a.btn-navbar-search-ano {
        z-index: 1000;
        border-radius: 5px;
    }
}

span#id-search-input a,
span#idAdvancedSearch a,
span#advancedSearchHelp a {
    color: rgb(220,48,35);
}

span#id-search-input a,
span#idAdvancedSearch a,
span#advancedSearchHelp a,
span#globalFilterHelp a,
.search-command-scope,
#searchFormDiv1 #textbox-topbar input.navbar-search-field-ano {
    background-color: #FFF !important;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverNotselected a
{
    background-color: #e6e9ed;
    border: 1px solid #e6e9ed;
    color: #434a54 ! important;
    width: 100%;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverNotselected a:before
{
    border-left-color: #e6e9ed;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverSelected a
{
    background-color: #C92C20;
    border: 1px solid #C92C20;
    color: #FFFFFF ! important;
    width: 100%;
}

#stateExpedition .breadcrumb.breadcrumb-arrow .styleBreadCrumbsReceiverSelected a:before
{
    border-left-color: #C92C20;
}

#stateExpedition .breadcrumb.breadcrumb-arrow a:after
{
    border-left-color: #434a54;
}

.alert-warning-color
{
    background-color: #D4D4D4 ! important;
    border: #D4D4D4 ! important;
}

.numberInput .pe-inputNumber{
    width: 10%;
}

.ui-autocomplete-table td {
    border-color: #CCCCCC !important;
}

/* Ocultar o caminho na barra de fundo do CKEditor */
.cke .cke_path {
    display: none;
}

/* Sublinhado a picotado útil para assinalar que um elemento tem uma tooltip. */
.tooltip-hint {
    cursor: help;
    text-decoration: dotted underline;
}

/* Estilo para ícones de ajuda com tooltip.
 * O ícone não é incluido. Para isso, usar as classes "fa fa-question-circle".
 */
.tooltip-icon {
    cursor: help;
    color: gray;
    margin-left: 2px;
}

/* Div do campo de autocomplete dos classificadores na pesquisa avançada */
#searchForm .ui-autocomplete-multiple {
    width: 200px;
    display: inline-block;
}

/* Campo de autocomplete dos classificadores na pesquisa avançada */
#searchForm .ui-autocomplete-multiple-container {
    width: 100%;
    display: inline-block;
}

/* Caixa de texto dentro do autocomplete dos classificadores na pesquisa avançada */
#searchForm .ui-autocomplete-multiple input[type=text] {
    width: 80px;
}

/*
    Caixas de diálogo com esta classe serão mantidas no fundo da janela quando
    esta é redimensionada (ver função "moveDialogToBottom()" e código abaixo
    no ficheiro "/scripts/script.js").
    Adicionalmente, serão adicionadas barras de deslocamento automáticas às
    caixas de diálogo.
*/
.dialog-bottom {
    overflow: auto !important;
}

.ui-datatable tbody td.wrap, .ui-datatable thead th.wrap {
    white-space: normal;
}

.ui-datatable thead th.wrap {
    vertical-align: middle;
}

/* Classificadores apagados nas árvores de classificadores seleccionados. */
.deleted-classifier {
    text-decoration: line-through;
    color: #e2a419;
}

.deadline-spinner .ui-spinner-input {
    text-align: left;
}

/* Alinha melhor os componentes p:selectBooleanCheckbox, verticalmente. */
.alignSelectBooleanCheckboxes .ui-chkbox-box {
    margin-top: 4px;
}

.full-height-documentViewer-panel, .full-height-documentViewer-panel>div {
    height: 100%;
}


/* Fixa a 1ª coluna de uma tabela, e adiciona uma barra de deslocamento
 * horizontal para o resto da tabela.
 * Deve ser aplicado a uma div. Dentro desta deverá haver uma segunda div com a
 * classe "fix-first-table-column-inner-div". A tabela deverá estar dentro
 * desta segunda div.
 */
.fix-first-table-column {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.fix-first-table-column>div.fix-first-table-column-inner-div {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}

.fix-first-table-column tr th:first-child {
    position: absolute !important;
    width: 151px;
    background: #6C7A89;
    z-index: 10;
    left: 0px;
}

.fix-first-table-column tr:not(.ui-datatable-empty-message) td:first-child {
    position: absolute !important;
    width: 151px;
    background: #D4D4D4;
    z-index: 10;
    left: 0px;
}

.fix-first-table-column tr.ui-state-error td:first-child {
    position: absolute !important;
    width: 151px;
    background: #CD0A0A !important;
    z-index: 10;
    left: 0px;
}


.registo-pendente td, .registo-pendente th {
    background-color: #E9D460 !important;
}

.registo-anulado td, .registo-anulado th {
    background-color: #EF4836 !important;
    color: white !important;
}

.registo-concluido td, .registo-concluido th {
    background-color: #2ecc71 !important;
    color: white !important;
}

.download-template-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    min-height: 50px;
}

.wrap-tabView-tabs>div>ul {
    display: flex;
}

.wrap-tabView-tabs>div>ul>li {
    max-width: 200px;
    white-space: normal !important;
    text-align: center;
}

.reportForm .ui-wizard-step-title {
    color: gray;
}

.reportForm .ui-fileupload {
    width: 100%;
}

.reportForm .ui-fileupload-buttonbar {
    background-color: transparent;
}

.reportForm .ui-fileupload-content {
    min-width: 100px;
    background-color: #e2a419 !important;
}

.reportForm .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px
}

.reportForm .dropzone {
    border-style: dashed;
}

.reportForm label {
    margin: 0;
}

.ui-datepicker-calendar tr td a {
    text-decoration: none;
}

.bhoechie-tab-content hr {
    border-color: #e2a419;
}

.ui-splitbutton.full-width-splitButton, .ui-splitbutton.full-width-splitButton button:first-child {
    width: 100%;
}

.ui-splitbutton.full-width-splitButton .ui-splitbutton-menubutton {
    position: absolute;
    right: 0;
    z-index: 1;
}

.full-width > input.hasDatepicker {
    width: 100%;
}

.text-middle {
    vertical-align: middle !important;
}

.table-horizontal {
    font-size: 1.1em;
    table-layout: fixed;
    white-space: normal;
}

.table-horizontal > tbody > tr:nth-of-type(2n+1) {
    background-color: #D4D4D4;
}

.table-horizontal th {
    background-color: #6C7A89;
    color: #ffffff;
    font-weight: normal;
}

.table-horizontal.text-center th, .table-horizontal.text-center td {
    text-align: center;
}

.table-horizontal.text-middle th, .table-horizontal.text-middle td {
    vertical-align: middle;
}

.ui-inputnumber.text-right>input {
    text-align: right;
}

td.text-right input {
    text-align: right;
}

.green-icon {
    font-size: 16px;
    color: green;
}

.red-icon {
    font-size: 16px;
    color: red;
}

#testeForm div.texto {
    padding: 10px;
    margin-bottom: 10px;
    white-space: pre-wrap;
    font-family: "Lucida Console", Monaco, monospace;
    background: black;
    color: white;
    border: 3px solid gray;
}

#testeForm label.path {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background: #444;
    border: 3px solid gray;
}

#testeForm .texto2 {
    padding: 10px !important;
    background: black !important;
    color: white !important;
    border: 3px solid gray !important;
    font-family: "Lucida Console", Monaco, monospace !important;
    width: 100%;
    height: 140px;
}

#testeForm .texto3 {
    padding: 10px !important;
    background: black !important;
    color: white !important;
    border: 3px solid gray !important;
    font-family: "Lucida Console", Monaco, monospace !important;
    width: 100%;
}

#testeForm .painel2 button {
    display: block;
}

#testeForm .painelRes {
    margin-top: 10px;
}

#testeForm table th {
    white-space: normal;
    word-wrap: break-word;
    vertical-align: bottom !important;
}

#testeForm table td {
    white-space: normal;
    word-wrap: break-word;
    vertical-align: middle !important;
}

.calendarVerificacao input {
    width: 100%;
    text-align: center;
}


/* Animação para fazer o texto piscar */
.blink-red {
    color: red !important;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; color: red;
}

#myId{
    border-color: #535353 !important;
    border-width: 1px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #e2a419;
    }

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


/* Animação de "loading bar" no topo da página */
div#topLoadingBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

div.loadingBar {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*background-color: #ddd;*/
}

div.loadingBar:before {
  display: block;
  position: absolute;
  content: "";
  left: -30%;
  width: 30%;
  height: 2px;
  background-color: #00A8E3;
  background-color: var(--main-second-color);
  animation: loading 2s linear infinite;
}

.requiredLabel:after {
    content:" * ";
    color: red;
}

.calendarClass input {
    width: 100px !important
}

@keyframes loading {
    from {left: -30%; width: 30%;}
    /*50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}*/
    to {left: 100%;}
}

table.jqplot-table-legend {
    border: none !important
}

.PropertyBtnTopic {
    display: block;
}
.PropertyBtnTopic > strong {
    padding: 5px !important;
}

.PropertyBtnBoxImg{
    width: 100%;
    font-size: 5em;
    padding: 10px;
}

.PropertyBtnBox {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    display: block;
    transition: all 0.5s ease 0s;
    background-color: transparent;
    padding: 10px;
}

.PropertyBtnBox:hover {
    cursor: pointer;
}
.PropertyBtnBox a:hover {
    background: #7F929D!important;
}

.PropertyBtnBox .PropertyBtnTopic {
    display: block;
    color: black !important;
    opacity: 0.6;
    font-size: 1.1em !important;
}

.PropertyBtnBox .PropertyBtnText {
    display: block;
    font-size: 1.2em;
}

.PropertyBtnBoxContent {
    padding: 0 10px;
}


#mainBar {
    position: absolute;
    height: 72px;
    background: white;
}
#mainBar #mainBar1 {
    height: 100%;
}
#mainBar #mainBar2 {
    height: 100%;
    display: flex;
    flex-flow: row;
}
#mainBar a.navbar-brand {
	display: inline-block;
        margin: 0;
        padding: .3125rem 0;
        margin-top: 3px;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
#mainBar #navbarSupportedContent {
    display: flex;
    flex-grow: 1;
}
#mainBar #navbarSupportedContent form {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: .5rem !important;
    margin-right: 6px;
}
#mainBar #navbarSupportedContent form img {
    box-sizing: content-box;
    height: 45px;
    padding: .375rem .45rem;
    margin-right: 1.5rem !important;
}

div#app_menu {
    position: relative;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: #062C48;
    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_logo {
    position: relative;
    left: 30px;
    height: 100%;
    padding: 6px;
}

div#app_menu .app_menu_container {
    height: 100%;
    width: auto;
    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;
    margin-left: 200px;
    padding-right: 0 !important;
}
div#app_menu .app_menu_container>.ui-menubar {
    background-color: transparent !important;
    border: none !important;
    height: 100%;
}
div#app_menu div.main_menu>ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    height: 100%;
}
div#app_menu div.main_menu>ul>li {
    line-height: 24px;
    background-color: transparent;
    margin: 0;
    height: 100%;
}
div#app_menu div.main_menu>ul>li>a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: white !important;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 16px;
    border-radius: 0 !important;
    border: none !important;
    height: 100%;
    text-align: center;
}
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: white !important;
    background-color: #00A8E3 !important;
    background-color: var(--main-second-color) !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: white !important;
    background-color: #00A8E3 !important;
    background-color: var(--main-second-color) !important;
}


div#app_menu div.main_menu>ul>li .ui-menu-child {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    margin-top: -2px;
    background-color: #00A8E3;
    background-color: var(--main-second-color);
    padding: 0;
}
div#app_menu div.main_menu>ul>li .ui-menu-child a {
    background-color: #00A8E3 !important;
    background-color: var(--main-second-color) !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: white !important;
    padding: 12px 16px;
}
div#app_menu div.main_menu>ul>li .ui-menu-child a>span {
    margin: 0;
}

div#app_menu .app_menu_container_larger a.menu-button-icon>span {
    height: 16px;
}

div#app_menu .app_menu_container_larger a.menu-button-icon-home>span {
    background-image: url("/ptt/images/ICON_HOME.svg");
    background-repeat: no-repeat;
    color: transparent;
    width: 16px;
    white-space: nowrap;
}


.item-nagivator{
    position: relative;
    top: 0px;
    left: 0px;
    transform: scale(1);
}

.item-nagivator li {
    display: table;
}

.item-nagivator > .item{
    text-align: center;
    vertical-align: central;
    font-weight: bolder;
    vertical-align: middle;
    display: table-cell;
}

.item-nagivator > .orb-item{
    min-width: 32px;
    height: 32px;
    color: white;
    font-size: 14px;
    background-color: #3e3e3d;
}

.item-nagivator > .orb-item.orb-selected{
    color: white !important;
}

.item-nagivator > .connetion-item{
    width: 100px;
}

.item-nagivator > .connetion-item > div{
    width: 100px;
    height: 1px;
    border: #3e3e3d 2px solid;
    font-size: 1px;
}

.orb-item:not(.orb-selected) > .orb-item-text{
    display: none;
}

.orb-item.orb-selected > .orb-item-number{
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.orb-item.orb-selected > .orb-item-text{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.orb-item-text{
    background-color: #e2a419 !important;
    height:100%;
    line-height: 32px;
    display:block;
    overflow:auto;
    float: right;
    font-size: 14px;
    font-weight: 100;
}

.orb-item-number{
    width: 32px;
    line-height: 32px;
}

.black-button-default,
.black-menubutton-default>button {
    border-radius: 0px !important;
    border: none !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 125px;
    text-transform: uppercase;
    color: white;
    background-color: #3E3E3D;
    background-color: var(--main-third-color);
}

.black-button-default-menu{
    border-radius: 0px !important;
    border: none !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 90%;
    text-transform: uppercase;
    background-color: white;
    color: black;
    text-align: left;
    font-weight: 200;
    min-height: 35px;
    text-align: left;
    font-size: 14px;
}

.black-button-default-menu > span{
    padding-left: 5px !important;
}

.black-button-default-menu.ui-state-hover,
.black-button-default-menu.ui-state-focus,
.black-button-default-menu.ui-state-active{
    background-color: #9dd7f5 !important;
    color: black !important;
}

.black-button-default-menu-selected{
    color: black !important;
    background-color: #9dd7f5;
}

.black-button-default.ui-state-hover,
.black-button-default.ui-state-focus,
.black-button-default.ui-state-active,
.black-menubutton-default>button.ui-state-hover,
.black-menubutton-default>button.ui-state-focus,
.black-menubutton-default>button.ui-state-active {
    background-color: #062C48 !important;
    background-color: var(--main-first-color) !important;
    color: white !important;
}

.black-button-default.ui-state-active,
.black-menubutton-default>button.ui-state-active {
    border-bottom: none !important;
}

/* Tem também que adicionar a classe "black-button-default" */
button.black-button-default.black-button-default-icon-only {
    min-width: initial !important;
}

.generic-input-text,
.generic-input-text > input{
    width: 100%;
    background-color: #d9d9d9;
}

.generic-label{
    padding-right: 7px;
    position: relative;
    top: 4px;
    font-weight: 900;
    text-transform: uppercase;
}

.generic-uppercase{
    text-transform: uppercase;
}

.generic-label-right{
    float: right;
    text-align: right;
}

.separatorDiv{
    margin-top: 15px;
    margin-bottom: 15px;
}

.separatorDiv-dark{
    border-bottom: 1px solid #3e3e3d;
}

.separatorDiv-light{
    border-bottom: 1px solid #d9d9d9;
}

.text-area-style{
    margin-bottom: 10px;
}

.text-area-style > textarea {
    background-color: #d9d9d9;
}

.generic-calendar-input > input{
    background-color: #d9d9d9;
    pointer-events:none;
    margin-right: 2px;
}

.generic-calendar-inputv2 > input{
    width: 100px !important;
    pointer-events:none;
    background-color: #d9d9d9;
}

.generic-selectMenu{
    background-color: white;
    color: black;
    padding-right: 15px !important;
}

.padding-default{
    padding-left: 75px;
    padding-right: 60px;
}

.padding-default-low{
    padding-left: 15px;
    padding-right: 15px;
}

.generic-radio > div > div > label{
    display: inline;
}

.generic-radio > div > div > div > div{
    background-color: white;
    border-radius: 0px !important;
}

.generic-radio .ui-radiobutton > .ui-radiobutton-box {
    border-radius: 50% !important;
}

.generic-radio-dark > div > div {
    padding: 0;
}
.generic-radio-dark .ui-radiobutton > .ui-radiobutton-box {
    border-radius: 50% !important;
}
.generic-radio-dark .ui-radiobutton > .ui-radiobutton-box:not(.ui-state-active):not(.ui-state-hover) {
    background-color: #3e3e3d !important;
}
.generic-radio-dark .ui-radiobutton > .ui-radiobutton-box > .ui-radiobutton-icon {
    margin-left: 0;
}

.generic-table-dark > thead:not(.ui-datatable-scrollable-theadclone) > tr > th:not(.ui-state-active){
    background-color: #e2a419 !important;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: white !important;
}
.generic-table-dark .ui-selection-column {
    padding: 2px;
    padding-top:5px;
    vertical-align: middle;
}
.generic-table-dark th.ui-selection-column>.ui-radiobutton,
.generic-table-dark th.ui-selection-column>.ui-chkbox{
    float: none;
    width: auto;
    height: auto;
    margin-top: 3px;
}
.generic-table-dark .ui-selection-column>.ui-radiobutton>.ui-radiobutton-box {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
}
.generic-table-dark .ui-selection-column>.ui-chkbox>.ui-chkbox-box {
    width: 20px;
    height: 20px;
}

/* Estilos do Workflow */
.workflowButtons {
    position: fixed;
    right: 20px;
    bottom: 140px;
}
.workflowButtons > button,
.workflowButtons > button:hover,
.workflowButtons > button:active {
    background-color: #00A8E3 !important;
    background-color: var(--main-second-color) !important;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
}

.notificationButtons {
    position: fixed;
    right: 20px;
    bottom: 130px;
}
.notificationButtons > button,
.notificationButtons > button:hover,
.notificationButtons > button:active {
    text-transform: uppercase;
    min-width: 200px;
    height: 40px;
}

.selectEntityBtn {
    background-color: #e2a419;
    color: white !important;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 3px;
    border-radius: 3px;
}
.selectEntityBtn:hover,
.selectEntityBtn:focus {
    color: white !important;
    background-color: #2c3e50;
}

.generic-input-text.ui-state-disabled,
.generic-input-text > .ui-state-disabled{
    opacity: 1 !important;
    color: grey;
}


/* Estilos dos simuladores */
.ficha-simulador h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    border-bottom: solid 3px;
    margin-left: -18px !important;
    text-transform: uppercase;
}

.ficha-simulador h3 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    border-bottom: solid 2px;
    margin-left: -8px !important;
    text-transform: uppercase;
}


.round-circle{
    position: relative;
    top: 10px;
    right: -25px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 3px;
    background: #fff;
    border: 2px solid #062C48;
    border: 2px solid var(--main-first-color);
    color: #00A8E3;
    color: var(--main-second-color);
    text-align: center;
    font-weight: normal !important;
}

.out-of-reach-panel{
    position: fixed;
    bottom: 185px;
    right: 20px;
    width: auto;
}

.out-of-reach-div{
    margin-right: 20px;
}

.out-of-reach-button{
    min-width: 200px !important;
    height: 40px;
    margin-right: 22px;
    margin-top: 5px;
}


/* Estilo para tabelas normais HTML. */
table.dark-table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ecf0f1;
}
table.dark-table > thead > tr > th {
    background-color: #e2a419 !important;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: white !important;
    font-weight: normal;
}
table.dark-table > tbody {
    background: white;
}
table.dark-table > thead > tr > td,
table.dark-table > thead > tr > th {
    border: 1px solid #ecf0f1;
    overflow: hidden;
}
table.dark-table > tbody > tr > td,
table.dark-table > tbody > tr > th {
    border: 1px solid #ecf0f1;
    padding: 5px !important;
    overflow: hidden;
}
table.dark-table > tbody > tr.gray-row > td,
table.dark-table > tbody > tr.gray-row > th {
    background: #d4d4d4;
}
table.dark-table > tbody > tr.light-gray-row > td,
table.dark-table > tbody > tr.light-gray-row > th {
    background: #e7e6e6;
}
table.dark-table > tbody > tr > td.gray-cell,
table.dark-table > tbody > tr > th.gray-cell {
    background: #d4d4d4;
}
.labelGridLeft{
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: right;
}
.labelGridRight{
    float: left;
    font-weight: 900;
    text-align: left;
}


.ui-chkbox.bigger-checkbox > .ui-chkbox-box {
    width: 20px;
    height: 20px;
}


/* Estilo do selectCheckboxMenu */
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
    margin-top: 3px;
    margin-left: -3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ui-selectcheckboxmenu-table td {
    border-color: #EEEEEE !important;
}
.ui-selectcheckboxmenu.full-width, .ui-selectcheckboxmenu.full-width > .ui-selectcheckboxmenu-label{
    width: 100% !important;
}
.ui-selectcheckboxmenu > .ui-selectcheckboxmenu-multiple-container {
    min-height: 28px;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label-container > label {
    font-weight: normal;
}
.ui-selectcheckboxmenu-panel.ui-widget-content > .ui-selectcheckboxmenu-header > .ui-chkbox > .ui-chkbox-box {
    border: 1px solid #D4D4D4 !important;
    background-color: white !important;
}
.ui-selectcheckboxmenu-panel.ui-widget-content > .ui-selectcheckboxmenu-header > .ui-selectcheckboxmenu-filter-container {
    width: calc(100% - 60px);
}
.ui-selectcheckboxmenu-panel.ui-widget-content > .ui-selectcheckboxmenu-header > .ui-selectcheckboxmenu-filter-container > input {
    border: 1px solid #D4D4D4 !important;
    background-color: white !important;
    width: 100%
}
.ui-selectcheckboxmenu-panel.ui-widget-content .ui-chkbox-box {
    width: 20px;
    height: 20px;
}
.ui-selectcheckboxmenu-panel.ui-widget-content > .ui-selectcheckboxmenu-header .ui-chkbox-box {
    margin-top: 1px;
    margin-bottom: -1px;
}
.ui-selectcheckboxmenu-panel.ui-widget-content .ui-selectcheckboxmenu-items .ui-chkbox-box {
    margin-top: -2px;
}
.ui-selectcheckboxmenu-panel.ui-widget-content .ui-selectcheckboxmenu-item-group {
    font-weight: bold;
}
.ui-selectcheckboxmenu-panel.ui-widget-content li label {
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}

.well{
    border-radius: 0px !important;
}

.messageFormClass{
    background-color: #3e3e3d !important;
    padding-left: 30px;
    margin-top: 10px;
    color: white;
    position: relative;
    top: 10px;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
}

.messageFormClass a {
    color: #e2a419 !important;
}

.timelineClass{
    background-color: #F8F8F8 !important;
    margin-top: 0px;
    color: #3e3e3d;
    padding: 0px !important;
    margin-bottom: 10px !important;
    position: relative;
    top: 0px;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
}

.list-group{
    border:none;
    box-shadow: none;
    border-radius: 0px !important;
}

.list-group > a{
    background-color: transparent !important;
    color: #3e3e3d !important;
    border: none;
    border-radius: 0px !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-group > a.active{
    color: #e2a419 !important;
}

.list-group > a:hover{
    background-color: #e2a419 !important;
    color: white !important;
}

#contentOfSelectedButton{
    min-height: 250px;
}


/* Estilos para o p:tabView scrollable */
.ui-tabs-navscroller {
    position: relative;
}
.ui-tabs-navscroller > ul {
    background-color: transparent;
}
.ui-tabs-navscroller > a.ui-tabs-navscroller-btn {
    height: 32px;
}
.ui-tabs-navscroller > a.ui-tabs-navscroller-btn.ui-tabs-navscroller-btn-left {
    margin-left: -3px;
}
.ui-tabs-navscroller > a.ui-tabs-navscroller-btn.ui-tabs-navscroller-btn-right {
    margin-right: -3px;
}


@media(max-width: 1600px){
    .item-nagivator{
        padding-left: 0px !important;
    }
    .item-nagivator > .connetion-item {
        width: 50px;
    }
    .item-nagivator > .connetion-item > div{
        width: 50px;
    }
}
@media(max-width: 1250px){
    .innerFormularioContent{
        margin-left: 0px !important;
    }
}
@media(max-width: 1100px){
    .item-nagivator > .connetion-item {
        width: 20px;
    }
    .item-nagivator > .connetion-item > div{
        width: 20px;
    }
    .innerFormularioContent{
        margin-left: 35px !important;
    }
}

a > .notificationCounterClass{
    margin-left: 5px;
    position: relative;
    padding: 3px;
    right: -25px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: normal !important;

    color: #3e3e77;
    border: 1px solid #3e3e77;
    background: #fff;
}

a.active > .notificationCounterClass{
    color: #00A8E3 !important;
    color: var(--main-second-color) !important;
    border: 1px solid #00A8E3 !important;
    border: 1px solid var(--main-second-color) !important;
    background: #fff !important;
}

a:hover > .notificationCounterClass{
    color: white !important;
    border: 1px solid white !important;
    background: #00A8E3 !important;
    background: var(--main-second-color) !important;
}

a > .sideBarFileClass{
    margin-left: 5px;
    position: relative;
    padding: 3px;
    right: -25px;
    width: 34px;
    text-align: center;
    font-weight: normal !important;
    color: #3e3e3d !important;
}

a.active > .sideBarFileClass{
    color: #e2a419 !important;
}

a:hover > .sideBarFileClass{
    color: white !important;
}


.viewModeButton{
    width: 50px;
    background-color: transparent;
    border: none;
    height: 35px;
}
.viewModeButton.ui-state-focus{
    background-color: transparent !important;
}
.viewModeButton.ui-state-active{
    border: none !important;
}
.viewModeButton > .ui-icon{
    width: auto !important;
    height: auto !important;
    left: 25% !important;
    margin-left: auto !important;
    top: auto !important;
    margin-top: auto !important;
}
.viewTableButtonHidden{
    visibility: hidden;
    position: absolute;
}
.tablePanelWidth > tbody > tr > td{
    width: 50%;
}
.panelMainClass{
    min-height: 200px;
    background-color: transparent;
}
.panelMainClass > div:first-child{
    display: none;
}
.custom-icon{
    background-repeat: no-repeat;
    height: 31px;
    width: 36px;
    position: relative;
    top: 10px;
}
.custom-icon.ui-state-hover{
    color: #000 !important;
    background-color: transparent !important;
}

.custom-icon-table{
    background-image: url("/ptt/images/table_icon.svg");
}
.custom-icon-grid{
    background-image: url("/ptt/images/grid_icon.svg");
}
.custom-icon-meu{
    background-image: url("/ptt/images/icon_meus.svg");
}
.custom-icon-pass{
    background-image: url("/ptt/images/icon_passados.svg");
}
.custom-icon-meu.goldClass{
    background-image: url("/ptt/images/icon_meus_gold.svg") !important;
}
.custom-icon-pass.goldClass{
    background-image: url("/ptt/images/icon_passados_gold.svg") !important;
}
.custom-icon-table.goldClass{
    background-image: url("/ptt/images/table_icon_gold.svg") !important;
}
.custom-icon-grid.goldClass{
    background-image: url("/ptt/images/grid_icon_gold.svg") !important;
}


/* https://stackoverflow.com/a/33701558 */
.scrollable-datatable .ui-datatable-tablewrapper{
    height: 30em;
}
.scrollable-datatable table {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}
.scrollable-datatable table thead {
    /* head takes the height it requires,
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: calc(100% - 1.05em);
    display: table;
    table-layout: fixed;
}
.scrollable-datatable table tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
}
.scrollable-datatable table tbody tr {
    width: 100%;
}
.scrollable-datatable table tbody tr {
    display: table;
     width: 100%;
    table-layout: fixed;
}
/* decorations */
/*.scrollable-datatable {
    border: 1px solid black;
    padding: 0.3em;
}
.scrollable-datatable table {
    border: 1px solid lightgrey;
}
.scrollable-datatable table td, .scrollable-datatable table th {
    padding: 0.3em;
    border: 1px solid lightgrey;
}
.scrollable-datatable table th {
    border: 1px solid grey;
}*/

.tabviewDefault-class{
    background-color: transparent !important;
}
.tabviewDefault-class > .ui-tabs-panels{
    border-left: 3px solid #3e3e3d !important;
}
.tabviewDefault-class > .ui-tabs-nav{
    background-color: transparent !important;
}
.tabviewDefault-class > .ui-tabs-nav > .ui-tabs-header{
    background-color: transparent !important;
}
.tabviewDefault-class > .ui-tabs-nav > .ui-tabs-header{
    text-align: center;
    width: 20%;
}
.tabviewDefault-class > .ui-tabs-nav > .ui-tabs-header > a{
    width: 100%;
}
.tabviewDefault-class > .ui-tabs-nav > .ui-tabs-header:not(.ui-tabs-selected) > a{
    color: white !important;
    background-color: #3e3e3d !important;
}
.tabviewDefault-class > .ui-tabs-nav > .ui-tabs-header.ui-tabs-selected{
    border-top: 3px solid #3e3e3d !important;
}
.tabviewDefault-class > .ui-tabs-nav > .ui-tabs-header.ui-tabs-selected > a{
    color: #3e3e3d !important;
    background-color: white !important;
}

@media (max-width: 720px){
    .consultaMainDiv{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .consultaMainDiv > div.filtersDiv {
        margin-left: 0px !important;
    }
    .consultaMainDiv > div.filtersDiv > div.informationFilter{
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .consultaMainDiv > div.filtersDiv > div.searchFilter{
        position: absolute !important;
        top: 45px !important;
        width: 100%;
    }
    .consultaMainDiv > div.filtersDiv > div.searchFilter > input{
        width: calc(99% - 125px) !important;
    }
    .consultaMainDiv > div.filtersDiv > div.displayFilter{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .consultaMainDiv > div.consultPanel{
        position: relative !important;
        top: 60px !important;
        width: 100%;
    }
}

span.ui-menubutton > button.ui-button > span.ui-button-text {
    font-weight: bold;
}

/* Adicionar o texto "Arraste o ficheiro para aqui" ao p:fileUpload */
.ui-fileupload > .ui-fileupload-content {
    z-index: -2;
}

.ui-fileupload > .ui-fileupload-content::before {
    content: "Upload novo documento, pode arrastar o documento dentro desta área";
    position: absolute;
    width: 100%;
    margin-top: 80px;
    left: 0;
    text-align: center;
    z-index: 5;
    color: white;
    font-size: 14px;
}

.typeEntityPanel{
    background-color: lightgrey;
    position: relative;
    right: 0px;
}

.typeEntityLabel{
    margin-top: 5px;
    width: 100px;
    text-align: center;
} 

.helpQuestionMarkLabel{
    position: relative;
    top: 2px;
    color: blue;
    opacity: 0.6;
}

.confirm-dialog-prewrap-message > .ui-dialog-content > .ui-confirm-dialog-message {
    white-space: pre-wrap;
}

.required-fields-warning {
    display: block;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.separator-div{
    background-color: lightgrey;
    width: 100%;
    height: 1px;
    opacity: 0.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.separator-heavy-div{
    background-color: lightgrey;
    width: 100%;
    height: 2px;
    opacity: 0.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.transparentTableRow,
.transparentTable,
.transparentTable > div,
.transparentTable > div > table,
.transparentTable > div > table > tbody,
.transparentTable > div > table > thead,
.transparentTable > div > table > thead > tr,
.transparentTable > div > table > thead > tr > th,
.transparentTable > div > table > tbody > tr,
.transparentTable > div > table > tbody > tr > td{
    background-color: transparent !important;
    border: none;
}

.fileNotUploaded{
    border-right: 3px solid red !important;
}

.fileUploadedSucess{
    border-right: 3px solid green !important;
}

.rowSection{
    margin-top: 5px;
}

.input-label-class{
    text-align: right;
    padding-right: 5px;
    position: relative;
    top: 4px;
}

label.input-label-class,
.input-label-class > label:not(.small-label-input){
    text-transform: uppercase;
    font-size: 16px !important;
    width: 100%;
}

label.input-label-class-i{
    text-transform: uppercase;
    font-size: 16px !important;
    position: relative;
    top: 2px;
}

.small-label-input{
    font-size: 14px;
    text-align: right;
    font-weight: 200;
    position: relative;
    top: -5px;
    left: -12px;
}

label.input-label-class, 
.input-div-class > input,
.input-div-class > div,
.input-div-class > span > input{
    border-radius: 0px !important;
}

.nopadding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
                
@media (max-width: 991px) {
    .input-label-class{
        text-align: left;
        margin-top: 10px;
    }
    .small-label-input{
        top: -5px;
        left: 0px;
    }
}

.top-bar-div-class{
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.bottom-bar-div-class{
    width: 100%;
    margin-top: 10px;
    display: flex; 
}

.back-btn-div-class{
    height: 80px;
    border-bottom: 1px solid rgb(239, 239, 239);
    position: fixed;
}

.back-btn-div-class-img{
    position: absolute;
    height: 100%;
    padding: 6px;
    transform: rotate(180deg);
}

.spacer-div-class{
    width: 2%;
}

.menu-div-class, .back-btn-div-class{
    width: 13%;
    position: fixed;
}

.content-div-class, .title-bar-div-class{
    width: 85%;
    margin-left: 12%;
}

.title-bar-div-class{
    height: 80px;
    color: #00A8E3;
    color: var(--main-second-color);
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(239, 239, 239); /* IE */
    margin-left: 12%;
}


.menu-spacer-div{
    border-bottom: 1px solid black;
    margin-top: 7px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.table-ptt-style > thead{
    height: 35px;
    vertical-align: middle;
}

.table-ptt-style > thead > tr > th{
    padding: auto !important;
    margin: auto !important;
    height: 25px !important;
    background-color: #062C48 !important;
    background-color: var(--main-first-color) !important;
    color: #fffdfd !important;
    text-transform: uppercase;
    border-color: #062C48 !important;
    border-color: var(--main-first-color) !important;
    vertical-align: middle;
    border: none !important;
}


.table-ptt-style > thead > tr {
    height: 35px;
}

.table-ptt-style > thead > tr > th {
    position: relative;
}

.table-ptt-style > thead > tr > th > .ui-column-title {
    padding-left: 5px;
    font-weight: 500;
    position: relative;
}

.rowtable-ptt-style{
    
}

.rowtable-ptt-style > td {
    border-color: transparent !important;
    border: none !important;
    vertical-align: middle !important;
}

.rowtable-ptt-style.ui-state-hover > td {
    background-color: #9dd7f5;
}

.rowtable-ptt-style.ui-state-hover > td > span{
    color: white !important;
}

.rowtable-ptt-style.ui-state-highlight > td {
    color: #062C48;
    color: var(--main-first-color);
    border: none !important;
}

.rowtable-ptt-style.ui-datatable-even:not(.ui-state-error) {
    border-bottom: 1px solid #d8d8d8;
}

.rowtable-ptt-style.ui-datatable-odd:not(.ui-state-error) {
    border-bottom: 1px solid #b2b2b2;
}

.search-div-table{
    width: 100%;
}

.search-div-table > div{
    height: 75px;
}

.tableFilterBar-class{
    background-color: transparent;
}

.button-transparent{
    background-color: transparent !important;
    border: none !important;
    color: #00A8E3 !important;
    color: var(--main-second-color) !important;
}

.button-transparent:hover{
    background-color: white !important;
}

.button-transparent.ui-state-active{
    background-color: #062C48 !important;
    background-color: var(--main-first-color) !important;
    border: none !important;
    color: white !important;
}

.soft-label-class{
    font-weight: 200;
    font-size: 12px;
}

.hard-label-class{
    font-weight: 600;
    font-size: 12px;  
}

.transparentTable > div > table > thead {
    visibility: hidden;
    border: none;
}

.ui-datatable-header{
    background-color: transparent;
}

.ui-growl-image-error + div.ui-growl-message{
    color: red;
}

.ui-growl-image-info + div.ui-growl-message{
    color: green;
}

.ui-growl-image-warn + div.ui-growl-message{
    color: #ffcb07;
}

.ui-growl-item-container{
    box-shadow: none !important;
    border: none !important;
}

.ui-growl-item-container.ui-growl-error{
    border-left: 5px solid red !important;
}

.ui-growl-item-container.ui-growl-info{
    border-left: 5px solid green !important;
}

.ui-growl-item-container.ui-growl-warn{
    border-left: 5px solid #ffcb07 !important;
}

.ui-growl-image-info {
    background: url("../images/Visto-verde.svg")  no-repeat center;
}

.numberCircle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px;
    padding-top: 8px;
    right: 25%;
    background: #fff;
    border: 1px solid #00a9e4;
    background-color: #00a9e4;
    color: white;
    text-align: center;
    font: 20px Arial, sans-serif;
    position: absolute;
    margin-top: -10px;
}

.numberCircle99{
    font-size: 20px;
    padding: 2px;
    padding-top: 8px;
}

.ui-paginator-page.ui-state-active{
    color: #3bafda !important;
}

.style-input-class > input.ui-state-disabled,
.style-input-class.ui-state-disabled,
span.ui-calendar > input.ui-state-disabled,
.ui-inputtext.ui-state-disabled{
    color: black !important;
    opacity: 0.9;
    background-color: transparent;
    border: 1px solid transparent !important;
}

.ui-selectonemenu.ui-state-disabled{
    border: 1px solid transparent !important;
    color: black !important;
    opacity: 0.9;
    background-color: transparent;
}

.ui-selectonemenu.ui-state-disabled > .ui-selectonemenu-label {
    border: 1px solid transparent !important
}

.ui-selectonemenu.ui-state-disabled > .ui-selectonemenu-trigger{
    display: none;
}

.ui-selectonemenu-list-item.ui-state-highlight{
    color: #0fa9e3 !important;
}

.label-cool-error.ui-state-error,
.input-div-class > label.ui-state-error,
.input-label-class > .ui-state-error{
    background-color: transparent !important;
    color: #E53143 !important;
    border: none !important;
}

input.style-input-class.ui-state-disabled {
  pointer-events: visible !important;
}

.ui-selectonemenu{
    padding-right: 0px !important;
}
.ui-selectonemenu > label {
    padding-right: 2em !important;
}

.ptt-accordion-class > .ui-accordion-header{
    border: none !important;
    border-radius: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 25px;
    font-weight: 700;
    outline: none;
    margin-top: 8px;
}

.ptt-accordion-class > .ui-accordion-header > .ui-icon{
    left: 97%;
}

.ptt-accordion-class > .ui-accordion-header:not(.ui-state-active){
    background-color: #00A8E3;
    background-color: var(--main-second-color);
    color: white;
}

.ptt-accordion-class > .ui-accordion-header.ui-state-active {
    background-color: #f4f4f4 !important;
    color: var(--main-second-color) !important;
}

.ptt-accordion-class > .ui-accordion-header > .ui-icon.ui-icon-triangle-1-e{
    background-image: url("../images/right_arrow_icon_white.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    rotate: 90deg;
    width: 20px;
    height: 20px;
}

.ptt-accordion-class > .ui-accordion-header > .ui-icon.ui-icon-triangle-1-s{
    background-image: url("../images/right_arrow_icon_blue.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    rotate: -90deg;
    width: 20px;
    height: 20px;
}

.ptt-accordion-class > .ui-accordion-content {
    border: none !important;
    background-color: #f4f4f4;
}

.ui-selectonebutton.cool-input-style{
    
}

.ui-selectonebutton.cool-input-style > div.ui-button{
    background-color: transparent !important;
    border: 1px solid lightgrey !important;
}

.ui-selectonebutton.cool-input-style > div.ui-button.ui-state-active{
    background-color: #062c48 !important;
}

.ui-selectonebutton.cool-input-style > div.ui-button.ui-state-active > span.ui-button-text {
    color: white !important;
}

.ui-selectonebutton.cool-input-style > div.ui-state-disabled {
    
}