@font-face {
    font-family: 'Muli';
    src: url('../../media/fonts/Muli-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'CourierPrime';
    src: url('../../media/fonts/CourierPrime.ttf') format('truetype');
}

@font-face {
    font-family: 'arial-narrow';
    src: url('../../media/fonts/arial-narrow.ttf') format('truetype');
}

.cke{
    margin: 0 auto!important;
}

* {
    border: none;
    box-sizing: border-box !important;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    list-style: none;
    margin: 0;
    outline: 0 !important;
    padding: 0
}

/* Web Fonts */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: url('../../media/fonts/Cinzel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    src: url('../../media/fonts/Cinzel-Bold.ttf') format('truetype');
}




/* Body and Wrapper */
body {
    background: #fff url(../images/bg.jpg);
    color: #4b4b4b;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: subpixel-antialiased;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

#content {
    -moz-box-shadow: #444 0px 0px 7px;
    -webkit-box-shadow: #444 0px 0px 7px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
    margin: 105px auto 5px;
    padding: 0 25px 25px;
}

#full_content {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: inline-block;
    margin-top: 90px;
    width: 100%;
}

@media all and (min-width:1025px){ 
    #content {
        min-height: 420px;
        width: 90%
    }
}

@media all and (max-width:1024px){ 
    #content {
        min-height: 420px;
        width: 95%
    }
}

.currier {
    font-family: 'CourierPrime'
}

.arial-narrow {
    font-family: 'arial-narrow' !important;
}

header {
    border-top: 5px solid #cb2424;
    width: 100%;
    z-index: 999;
    position:absolute;
    top:0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 100%) repeat scroll 0 0 transparent
}



.toggleMenu {
    position: absolute;
    /*    right: 20px;
        top: 30px;*/
    background: #cb2424;
    padding: 10px 15px;
    color: #fff;
}

.toggleMenu:hover {
    text-decoration: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #403D3A;
    font-family: 'Cinzel', sans-serif;
    line-height: normal;
    font-variant: small-caps;
}

.header-span{
    color: #403D3A;
    font-family: 'Cinzel', sans-serif;
    line-height: normal;
    font-variant: small-caps;
}
h1 {
    font-size: 26px;/*46px;*/
}
h2 {
    /*    font-size: 36px;*/
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 18px;
    font-weight: normal;
}
h6 {
    font-size: 15px;
    font-weight: normal;
}

a {
    color: #5593ca;
    text-decoration: none;
}

.ui-widget {
    font-family: 'Muli', sans-serif;
}

/* Navigation */


.sticky {
    position: fixed;
    top: 15px;
    -webkit-animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -ms-animation: thedrop 1s 1;
    -o-animation: thedrop 1s 1;
    animation: thedrop 1s 1;
}

/*.nav-container {
    margin-bottom: 10px;
    width: 100%;
    margin-right: -2em;
}*/

@media all and (max-width:1024px){

    .menu {
        height: 37px;
        position: absolute;
        right: 20px;
        top: 30px;
        width: 66px;
    }

    .toggleMenu{
        display: inline-block;
    }

    #main_menu {
        visibility: hidden;
    }

    .menu:hover > #main_menu, #main_menu:hover {
        visibility: visible;
        z-index: 999
    }

    #header_wrapper{
        margin: auto;
        width:95%;
    }

    #header_wrapper h1 {
        float: left;
        width: 15%
    }    

    #main_menu {
        position: absolute;
        /*        right: 20px;
                top: 67px;*/
        right: 0;
        top: 37px;
    }

    #main_menu > li {
        float: none;
    }

    #main_menu ul {
        border-left: 5px solid #cb2424;
        background: #f6f6f6;
        width: 300px
    }

    #main_menu li {
        padding: 1em;
    }

    #main_menu a {
        color: #000000;
    }    

    #main_menu li:hover, #main_menu li:hover a {
        background: #cb2424;
        color: #fff;
        cursor: pointer
    }  

    #main_menu a:hover {
        color: #fff;
        text-decoration: none
    }      

}

@media all and (min-width:1025px){

    .toggleMenu {
        display: none;
    }

    .main_menu {
        visibility: hidden;
    }

    #header_wrapper{
        margin: auto;
        width:91%;
    }

    #header_wrapper h1 {
        float: left;
        width: 10%;
        padding-top: 10px;

    }

    #main_menu {
        float: left;
        margin-left: 2px;
        padding: 2em 1em 1em;
        width: 89%;
    }

    #main_menu li {
        display: inline;
        list-style: none;
    }

    #main_menu a {
        color: #000000;
        font: 20px/20px, sans-serif;
        width: 5em;
        text-align: center;
        padding: .5em 1em;
        margin-left: -4px;
    }

    #main_menu a:hover, nav a.selected {
        border-bottom: 5px solid #CB2424;
        text-decoration: none;
    }      

}

#user_menu {
    background: #cb2424;
    color: white;
    padding: 1px 7px;
    position: absolute;
    right: 20px;
    top: 0
}

#user_menu a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}


.menubar {
    margin-bottom: 2em
}

.nav-left {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 14px;
    height: 14px;
    background: #5593ca;
    border-bottom-left-radius: 100% 50%;
}
.nav-left:after {
    content: '';
    position: absolute;
    right: 0;
    width: 66%;
    height: 66%;
    background: #333;
    border-top-left-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
}
.nav-right {
    position: absolute;
    right: 0;
    bottom: -14px;
    width: 14px;
    height: 14px;
    background: #5593ca;
    border-bottom-right-radius: 100% 50%;
}
.nav-right:after {
    content: '';
    position: absolute;
    left: 0;
    width: 66%;
    height: 66%;
    background: #333;
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
}

.index_menu {
    margin-top: 11px
}

/* General Styling */
section {
    clear: both;
}

.jqplot-table-legend {
    background: #fff;
    margin-top: 35px !important
}

.jqplot-table-legend-label {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 15px
}

.jqplot-point-label {
    font-size: 1em;
    font-weight: bold
}

.r {
    font-family: Frutiger, "Myriad Pro", "Myriad Web", Myriad, Calibri, sans-serif;
    color: #ff0084;
    letter-spacing: 1px;
}

.left {
    float: left;
    margin-right: 10px;
}
.right {
    float: right;
    margin-left: 10px;
}

.title {
    color: #808080;
    font-family: 'Cinzel', serif
}

.hide {
    visibility: hidden;
}

form {
    display: inline-block;
    width: 100%
}

/* Input */
textarea {
    vertical-align: text-top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -webkit-resize: none;
    -moz-resize: none;
    resize: none;
    overflow: auto;
}
label[for], input[type="button"], input[type="image"], button {
    cursor: pointer;
}
input[type="submit"] {
    /*    font-size: 25px;
        font-family: 'BebasNeueRegular', sans-serif;
        letter-spacing: 2px;*/
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

hr {
    width: 100%;
    display: block;
    height: 1px;
    border: none;
    outline: none;
    clear: both;
    background: #bf3030;
}

.ui-widget-overlay {
    opacity: 0.2
}

/* Footer */
footer {
    clear: both;
    text-align: center;
    margin: 0 auto 40px;
    height: 20px;
    line-height: 1.5em;
    width: 90%
}

#copyright {
    padding-top: 10px
}

.buttonAction{
    text-align: center;
    margin: 15px 0 15px 0;
}
.buttonAction button{
    width: 110px;
    margin: 5px;
}

fieldset {
    border: 1px solid #C1BEB9;
    margin-bottom: 20px;
    padding: 20px !important;
}

.ui-fieldset-legend {
    border: none  !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: "Cinzel",sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px 0 !important;
}

.ui-button.ui-widget.ui-state-default.ui-corner-right.ui-button-icon-only{
    position: absolute !important;
}

.ui-datatable {
    margin-top: 20px
}

.ui-datatable label {
    text-align: left !important
}

.ui-datatable-index {
    margin-top: 0px
}

.innerDataTable {
    margin: 0
}

.ui-datatable-header label{
    text-align: center !important;
}

.btn-success {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: #006DCC;
    height: 35px;
    text-shadow: 0 -1px 1px #006DCC;
    width: 96px;
}

.btn {
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 1px #777777;
}

.back{
    width: 32px;
    height: 32px;
    background-image: url("../images/back.png");
    float:left;
    display: block;
    margin-right: 10px;

}

.template_appraisal_picc1k{
    border: 1px solid #5593CA;
    border-radius: 10px;
}

.ui-editor{
    width: 100% !important;
}

#incomeCreate\:multiSelect_head{
    height: 10px !important; 
}


/* ESTRUTURA */

.column1, .column2, .column3, 
.column4, .column5, .column6,
.column7, .column8, .column9,
.column10, .column11, .column12 {
    box-sizing: border-box !important;
    float: left;
    margin-left: 1%;
    margin-right: 1%
}

.column1 { width: 6.333% }
.column2 { width: 14.666% }
.column4 { width: 31.333% }
.column5 { width: 39.666% }
.column7 { width: 56.333% }
.column8 { width: 64.666% }
.column10 { width: 81.333% }
.column11 { width: 89.666% }
.column3 { width: 23% }
.column6 { width: 48% }
.column9 { width: 73% }
.column12 { width: 98% }

.column6 .column4 {
    margin-right: 20px
}

.row {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    width: 100%
}

.clear {
    clear: both
}

.ui-priority-primary{
    background: #BF3030 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ui-button-link{
    background: #337ab7 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    min-width: 140px;
}

.command {
    display: inline-block;
    clear: both;
    margin: 20px 0 0;
    text-align: center;
    width: 100%
}

.ui-dialog-footer.ui-widget-content > span > div.command{
    margin: 10px 0;
}

.command button, .command input {
    margin: 0 10px;
    min-width: 140px
}

.command .ui-fileupload {
    display: inline-block
}

.commandDialog {
    display: inline-block;
    margin: 10px 0;
    text-align: center;    
    width: 100%
}

.commandDialog button {
    margin: 0 10px !important;
    width: 140px !important
}

.gmap {
    height: 400px;
    margin: 10px auto 0;
    width: 100%
}

.char {
    float: left;
    font-weight: bold;
    margin: 0 10px
}

.noborder {
    background: transparent;
    border: none;
    display: inline-block;
    margin: 0;
    width: 100%
}

.noborder_row {
    background: transparent;
    border: none;
    display: block;
    margin: 0
}

.options1 {
    margin: 0 auto;
    width: 30px
}

.options2 {
    margin: 0 auto;
    width: 120px
}

.options3 {
    margin: 0 auto;
    width: 117px
}

.options4 {
    margin: 0 auto;
    width: 160px
}

.options2 button, .options3 button, .options4 button {
    margin-right: 5px
}

.options2 button:last-child, .options3 button:last-child, .options4 button:last-child {
    margin: 0
}

#full_content .actions {
    padding-right: 1em
}

.actions {
    display: inline-block;
    padding: 1em 0;
    width: 100%;
    text-align: right
}

.actions .button {
    min-width: 100px
}

.actions .ui-splitbutton {
    margin: 0 35px 0 10px;
}

.actions .ui-splitbutton button:nth-child(1) {
    background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    cursor: default
}

.ui-outputlabel {
    display: block;
    text-align: right;
    width: 100%
}

.ui-outputlabel.ui-state-error {
    background: transparent !important
}

.ui-menuitem-link.ui-state-hover {
    background: #cb2424 !important
}

.ui-outputlabel-rfi {
    color: #ff0000;
    margin-right: -10px
}

.ui-inputfield {
    width: 100%
}

.ui-autocomplete .ui-button, .ui-selectonemenu-trigger, .ui-datepicker-trigger {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    height: 27px;
    margin: 0;
    max-width: 30px;
    min-width: 30px;
    width: 30px
}

.ui-inputtextarea {
    height: 110px;
    overflow-y: scroll
}

.ui-autocomplete .ui-autocomplete-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.ui-autocomplete .ui-button-text {
    line-height: 0
}

.ui-autocomplete-items:hover {
    cursor: pointer
}

.ui-autocomplete-panel {
    max-width: 50% !important
}

.ui-selectonemenu-trigger {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 0 !important
}

.ui-selectonemenu-trigger .ui-icon {
    margin: 6px auto 0 !important
}

span.ui-icon-bullet {
    margin: -1px 0 0 !important
}

.hasDatepicker {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ui-datepicker-trigger {
    /*margin-top: -1px !important*/
    margin-top: 0px !important;
}

.ui-selectoneradio label {
    margin-right: 10px;
}

.ui-growl-item-container {
    opacity: .95 !important;
}

.ui-fileupload-buttonbar {    
    background: none;
    border: none;
    text-align: center
}

.single-upload .ui-fileupload-buttonbar {
    background: none;
    border: none;
    padding: 0;
    text-align: left !important
}

.single-upload .ui-outputlabel {
    text-align: left !important;
    margin-left: 3em;
}

.single-upload button {
    float: left !important
}

.ui-fileupload-buttonbar .ui-button-text {
    font-weight: normal !important;
    min-width: 140px;
}

.ui-fileupload-content {
    border: none
}

.thumbnail {
    float: left;
    margin-right: 10px;
    width: 160px;
    margin-bottom: 17px;
}

.thumbnail img {
    margin-left: 8px !important
}

.thumbnail label {
    float: left !important
}

.thumbnail-image {
    float: left;
    margin-right: 10px
}

.thumbnail-image {
    padding: 10px
}

.assinaturas .titulo {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 1em 0    
}

.panelDetail tr {
    border-color: transparent;
    vertical-align: top;
}

#administracaoForm .ui-panel {
    margin-bottom: 1em
}

.ui-menuitem-link {
    padding-right: .5em !important
}

#administracaoForm .ui-menu {
    border: none  !important;
    width: 100% !important
}

#administracaoForm h2 {
    clear: both;
    font-size: 1.3em;
    padding: .5em 0
}

#annex img {
    width: 100%
}

.bold {
    font-weight: bold
}

.text {
    min-height: 20px
}

.bold-table {
    text-align: right;
    font-weight: bold
}

.right-table {
    text-align: right;
}

.text label, .text-table {
    text-align: left !important;
}

span.large_text, .large_text label, .large_text {
    display: block;
    text-align: justify
}

.large_text .ui-datatable {
    margin-top: 0
}

.ui-priority-primary .ui-icon, .ui-priority-primary-blue .ui-icon, .ui-priority-primary-green .ui-icon, .ui-priority-primary-orange .ui-icon , .ui-button-link .ui-icon, .cartoriotech  .ui-icon{
    background-image: url("../../javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-bootstrap");
}

.button-remove{
    float: right; margin-right: -19px; margin-top: -21px;
}

.color {
    height: 25px;
    margin: 0 auto;
    width: 50px
}

.legenda {
    margin-top: 20px
}

.legenda .ui-outputlabel {
    text-align: left !important    
}

.ui-picklist {
    margin: 0 auto
}

.dadosPanel {
    position: relative
}

.textArea {
    height: 380px
}

.avatar {
    position: absolute;
    right: 10px;
    text-align: center;
    top: 25px;
    width: 140px
}

.ui-menu-dynamic {
    min-width: 200px !important
}

.ui-panel-content {
    padding: 0 !important;
}

.ui-datatable-selectable .ui-selection-column {
    position: relative
}

.ui-datatable-selectable .ui-selection-column .ui-chkbox {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 15%
}

.avatar img {
    margin: 10px 0 !important
}

#login {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
    margin: 100px auto;
    height: 380px;
    width: 35%;
}

#header_login {
    border-top: 12px solid #cb2424;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#login form .group {
    display: block;
    margin: 10px 0;

}

#footer_login {
    padding-top: 15px;
    margin: 10px;
}

#footer_login hr {
    margin-bottom: 10px
}

#login form label {
    display: block;
    margin-right: 3%;
    float: left;
    padding-top: 6px;
    text-align: right;
    width: 15%
}

#login form input[type="text"], #login form input[type="password"] {
    border: 1px solid #4B4B4B;
    padding: .5em;
    width: 75%
}

#login form input[type="submit"] {
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 20px
}

#login form input[type="submit"]:hover {
    cursor: pointer;
}

#login .login_error {
    color: #cb2424;
    text-align: center;
}

#forgot_password {
    text-align: center
}

.protocolos_fieldset, .protocolo_fieldset, .finaceiro_fieldset {
    float: left;
    padding: 10px !important
}

.protocolos_fieldset {
    position: fixed;
    margin: 0 1%;
    width: 28%;
}

.protocolo_fieldset {
    position: absolute;
    right: 20%;
    width: 50%
}

.finaceiro_fieldset {
    position: fixed;
    margin: 0 1%;
    right: 0;
    width: 18%
}
.protocolos_fieldset .ui-tabs.ui-tabs-top {
    border-bottom: none
}

.protocolos_fieldset .ui-tabs-panel {
    padding: 0
}
.protocolos_fieldset .ui-tabs .ui-tabs-nav.ui-widget-header li a {
    padding: .5em .6em
}

.protocolos_fieldset .ui-tabs-selected a {
    font-weight: bold !important
}

.leaflet-top {
    z-index: 998 !important
}

.text-editor {
    /*    margin: 2em auto;
        width: 820px*/
}

.progress {
    background: #cb2424 none repeat scroll 0 0;
    float: none;
    height: 5px;
    /*top: 90px;*/
    top: 78px;
    position: absolute;
    text-align: center;
    width: 0;
}
.progress.xhide {
    opacity: 0;
    transition: opacity 1.3s;
}

.panel-distribuicao .ui-selectonemenu-items-wrapper { 
    width: 520px;
}

.panel-style-natureza { 
    width: 55% !important;
}

.dialogButtonHead .ui-dialog-title{
    float: none;
}

.ui-chkbox.ui-chkbox-all.ui-widget {
    display:none !important;
}


.assinaturas > .ui-tabs-panels {
    width: 85%;
}

.assinaturas > .ui-tabs-nav {
    width: 15%;
}

.ui-menu.ui-widget .ui-separator {
    box-sizing: content-box !important;
}

.ui-picklist-filter.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
    width: 100%;
}



/* MENSAGENS */

.menu-icon {
    float: left;
    font-size: 1.5em;
    height: 30px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.menu-icon.fa {
    font-size: 1.5em;
    line-height: 1 !important
}

.menu-icon.fa > span{
    border-radius: 4px;
    background-color: #CB2424 !important;
    color: white !important;
    height: 30px;
    line-height: 35px;
    padding: 0 3px 0 3px;
    font-size: .5em !important;
    margin-left: -7px;
}

.text-yellow{
    color: #F39C12
}

.bg-yellow{
    background-color: #f39c12 !important;
    color: #fff !important;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-info {
    background-color: #6A95CE;
}

.label-error {
    background-color: #CB2424;
}

.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-mensagem {
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    text-align: left;
    line-height: 1.4;
}

div.message{
    height: 30px;
    position: fixed;
    width: 30px;
    top: 110px;
}

div.message-title,
div.message-content{
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 280px;
    right: 29px;
    position: absolute;
    visibility: hidden;
}

li.message-text:hover{
    background-color: #f4f4f4;
    cursor: pointer
}
li.message-text{
    border-bottom: 1px solid #f4f4f4;
    min-height: 35px;
    padding: 10px 5px 5px 10px;
    width: 100%;
}

li.message-text:last-child{
    border-bottom: none
}

div.message-title{
    border-right: none;
    border-bottom: none;
    border-radius: 4px 0 0 0;
    color: #444444;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 10px;
    right: 30px;
    width: 279px !important;
    height: 30px;
}

div.message-content{
    border-radius: 0 0 4px 4px;
    min-height: 35px;
    padding: 0px;
    top: 30px;
    overflow-y: auto;
    min-height: 35px;
    max-height: 200px
}

div.message-content > ul {
    list-style: outside none none;
    /*overflow: hidden;*/ 
    min-height: 35px;
}

.message:hover > div.message-content,
.message:hover > div.message-title{
    visibility: visible;
    width: 280px;
}

.ui-menu {
    position: static
}

.message-text > a{
    color: #4b4b4b;
    text-decoration: none;
}

@media all and (min-width:1025px){
    .menu-icon {
        border-radius: 0 20% 20% 0;
    }

    div.message{
        left: 95%;
    }
}

@media all and (max-width:1024px){

    .menu-icon {
        border-radius: 20% 0 0 20%;
    }

    .menu-icon:hover{
        border-radius: 0;
    }

    div.message-title{
        /*border-right: 5px solid #F39C12;*/
        width: 285px !important;
        right: 24px
    }

    div.message{
        right: 0;
    }
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    color: #BF3030;
}

.selection-mode-on  div.ui-chkbox.ui-chkbox-all.ui-widget{
    display: block !important;
}


.ui-fieldset .ui-fieldset-toggler{
    margin-top:0px!important;
    margin-right: 5px!important;
}


.ui-autocomplete input{
    width: 100%!important;
    padding-right:30px
}
.ui-autocomplete button{
    min-height: 25px;
    max-height: 27.5px;
    margin-left: -28px!important;
    margin-top: 0px!important;
}

.ui-selectonemenu{
    width: 100%!important;
}

.ui-selectonemenu select{
    width: 100%!important;
}

.ui-selectonemenu label{
    width: 100%!important;
}


span > .hasDatepicker {
    width: 100% !important;
    display: inline!important;
}

.ui-datepicker-trigger{
    position: absolute;
    margin-left: -30px;
}

/* Botoes personalizados do editor - INICIO*/

.font-foxeditor {
    width: 150px !important;
}

.font-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right{
    background-color: white;
    background-image: none !important;
    border: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 1px;
}

.font-foxeditor > label {
    width: 150px; 
    height: 25px;
    padding: 6px 0 0 5px
}

.font-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
    height: 20px;
    margin-left: 115px;
    margin-top: 3px;
    padding: 0 3px;
    position: absolute;
    right: auto;
    top: auto;
    width: 15px !important;
}

.font-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right > span.ui-icon.ui-icon-triangle-1-s {
    background-position: -64px -16px !important;
    cursor: pointer !important;
    height: 16px !important;
    margin: 2px auto 0 !important;
    width: 16px !important;
}

/* tamanho da fonte*/
.tamanhofont-foxeditor {
    width: 80px !important;
}

.tamanhofont-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right{
    background-color: white;
    background-image: none !important;
    border: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 1px;
}

.tamanhofont-foxeditor > label {
    width: 800px; 
    height: 25px;
    padding: 6px 0 0 5px
}

.tamanhofont-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
    height: 20px;
    margin-left: 48px;
    margin-top: 3px;
    padding: 0 3px;
    position: absolute;
    right: auto;
    top: auto;
    width: 15px !important;
}

.tamanhofont-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right > span.ui-icon.ui-icon-triangle-1-s {
    background-position: -64px -16px !important;
    cursor: pointer !important;
    height: 16px !important;
    margin: 2px auto 0 !important;
    width: 16px !important;
}

/* espaçamento */

.espacamento-foxeditor {
    width: 80px !important;
}

.espacamento-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right{
    background-color: white;
    background-image: none !important;
    border: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 1px;
}

.espacamento-foxeditor > label {
    width: 800px; 
    height: 25px;
    padding: 6px 0 0 5px
}

.espacamento-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
    height: 20px;
    margin-left: 48px;
    margin-top: 3px;
    padding: 0 3px;
    position: absolute;
    right: auto;
    top: auto;
    width: 15px !important;
}

.espacamento-foxeditor > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right > span.ui-icon.ui-icon-triangle-1-s {
    background-position: -64px -16px !important;
    cursor: pointer !important;
    height: 16px !important;
    margin: 2px auto 0 !important;
    width: 16px !important;
}

.lineSpacing {
    background-image: url("../images/line-spacing-icon.png") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    float: right !important;
    background-size: 16px !important;
    position: absolute !important;
    text-align: right !important;
    margin-left: -39px !important;
    margin-top: 5px !important;
    z-index: 1
}

.macros-foxeditor {
    background-color: #fff !important;
    background-image: -moz-linear-gradient(rgb(255, 255, 255), rgb(245, 245, 245)) !important;
    display: inline-block !important;
    height: 27px !important;
    position: relative !important;
    top: -9px !important;
    /*
        margin-top: 0px !important;
        margin-left: 5px !important;
    */
}

.macrosdialogfoxeditor {
    width: 80% !important;
}

.cke_dialog_body {
    max-height: 500px !important
}

.cke_dialog_contents {
    display: block;
    max-height: 450px !important;
}

.cke_dialog_contents > tbody >tr:first-child {
    display: flex;
}

.cke_dialog_contents > tbody >tr:first-child > td.cke_dialog_contents_body {
    max-height: 377px !important;
    width: 100% !important
}

.cke_dialog_title{
    font-size: 16px !important;
    font-weight: bold !important;
}

/* Botoes personalizados do editor - FIM*/

div.situacao_protocolo{
    width: 20px; 
    height:20px; 
    border-radius: 90%; 
    margin: 0 auto; 
}

div.ocorrencia_boleto{
    width: 20px; 
    height:20px; 
    border-radius: 90%; 
    margin: 0 auto; 
}


div.situacao_coletabiometrica{
    width: 20px; 
    height:20px; 
    border-radius: 90%; 
    margin: 0 auto; 
}

.ticket .title{ 
    background: #cb2424 none repeat scroll 0 0;
    color: white;
    margin: 0;
}

.ticket .numero label{ 
    font-size: 60px;
    text-align: center;
}

.ticket .numero{ 
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

button.fa {
    font-family: FontAwesome !important;
    min-height: 29px !important;
}

button.fa > span.ui-button-icon-left.ui-icon.ui-c.ui-icon-search
/*, button.fa > span.ui-button-text.ui-c*/
{
    display: none;
}

button.fa:before {
    float: left;
    margin: 6px 0px 0px 8px !important;
}

.fa-gavel::before {
    float: inherit !important;
    display: inherit !important;
}

.fa-gear::before {
    float: inherit !important;
    display: inherit !important;
}

/*button.fa > span.ui-button-text.ui-c {
    float: right;
}*/

a.fa.fa-upload {
    padding-left: 5px !important;
}

a.fa.fa-upload > span{
    float: none !important
}

#comTomTicketChatWidget{

}

.ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow{
    margin-left: -1px !important;
}

.col-md-1, .col-xs-2, .col-md-2, .col-xs-3, .col-md-3, .col-xs-4, .col-md-4, .col-xs-5, .col-md-5, .col-xs-6, .col-md-6, .col-lg-6, .col-xs-7, .col-md-7, .col-xs-8, .col-md-8, .col-xs-9, .col-md-9, .col-xs-10, .col-md-10, .col-xs-11, .col-md-11, .col-xs-12, .col-md-12{
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.ui-priority-primary-blue{
    background: #337AB7 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.ui-priority-primary-green{
    background: #5CB85C !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.ui-priority-primary-orange{
    background: #ff9900 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.menubar-icon.fa > span{
    background-color: #f39c12;
    border-radius: 4px;
    color: white;
    font-size: 0.7em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0px 0 0 -13px;
    padding: 0 3px;
    position: relative;
    top: 5px !important;
}

li.message-textbar:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

.message-textbar {
    /*border-top: 1px solid #f4f4f4;*/
    padding: 10px;
}

#panelSenha\\:painelMensagem .ui-overlaypanel-content{
    padding-left: 0.3em; padding-right: 0.3em;
}

.notificao_sistema > div.ui-overlaypanel-content {
    padding: 0em;
}

.notificao_sistema > div.ui-overlaypanel-content > div.message-title{
    border-bottom: 1px solid #ccc;
    right: 1px;
    top: -1px;
    visibility: visible;
    width: 100% !important;
}

.notificao_sistema > div > h1{
    font-size: 18px;
    font-weight: bold;  
}

.notificao_sistema > div > div.mensagem_item{
    margin: 25px 0 0 0;
}

.notificao_sistema > div > div.mensagem_item > div.mensagem_vazia {
    left: 20px;
    position: relative;
    top: 25px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.arrow {
    border-bottom-color: #fff;
    border-width: 0 10px 11px;
    border-top-width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin-left: -10px;
    top: 1px;
    width: 10px;
    z-index: 9999;
}

.arrow_2 {
    border-bottom-color: #CCC;
    border-width: 12px;
    border-top-width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: 91%;
    top: 1px;
    width: 12px;
}

.arrow, .arrow_2{
    border-style: solid;
    content: " ";
    margin-top: -12px;
}

.suporte > div.ui-overlaypanel-content > div.arrow_2{
    margin-left: 94%;
    margin-top: -19px;
    width: 11px !important;
}

.controleSenha  > div.ui-overlaypanel-content > div.arrow_2 {
    margin-left: 96%;
    margin-top: -19px;
    width: 11px !important;
}

.suporte > div.ui-overlaypanel-content > div.arrow_2 > div.arrow, .controleSenha > div.ui-overlaypanel-content > div.arrow_2 > div.arrow  {
    border-width: 0 10px 11px;
}

.notificao_sistema, .suporte, .controleSenha {
    min-height: 100px !important;
    top: 33px !important;
    /*    float: right !important;
        left: 75% !important;
        top: 33px !important;
        min-height: 100px !important;
        position: absolute !important;*/
}

.ui-panel.ui-widget.ui-widget-content.ui-corner-all > div.ui-panel-content.ui-widget-content{
    /*    min-height: 70px*/
}

.btn_chamarnovamente{
    border-style: inherit; 
    height: 50px; 
    margin: 2px;
}

.ui-menuitem-link.ui-corner-all.fa.fa-money::before,
.ui-menuitem-link.ui-corner-all.fa.fa-gavel::before,
.ui-menuitem-link.ui-corner-all.fa.fa-gear::before,
.ui-menuitem-link.ui-corner-all.fa.fa-ticket::before,
.ui-widget.ui-menuitem.ui-corner-all.ui-menu-parent.fa.fa-ticket::before{
    margin-left: 5px !important;
}

.ui-widget.ui-menuitem.ui-corner-all.ui-menu-parent.fa.fa-ticket::before{
    float: left;
    margin-top: 5px;
    position: relative;
}

.ui-menuitem-link.ui-corner-all.fa.fa-money > span,
.ui-menuitem-link.ui-corner-all.fa.fa-gavel > span,
.ui-menuitem-link.ui-corner-all.fa.fa-gear > span,
.ui-menuitem-link.ui-corner-all.fa.fa-ticket > span{
    /*    margin-left: 23px;
        margin-top: -16px;*/
    margin-left: 2px;
    margin-top: -16px;
    float: initial;
}

li.ui-widget.ui-menuitem.ui-corner-all.ui-menu-parent.fa.fa-ticket > a {
    margin-top: -20px !important;
    margin-left: 0px !important;
    padding-left: 18px !important;
}

.ui-state-highlight .ui-icon {
    background-image: url("../../javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap");
}

.ui-datatable .ui-chkbox .ui-chkbox-box {
    height: 20px !important;
    width: 20px !important;
}

tr [class="ui-widget-content ui-datatable-even"][aria-selected],
tr [class="ui-widget-content ui-datatable-odd"][aria-selected] {
    text-decoration: line-through;
}


div.file-upload-parcela{
    display: inline-table;
    width: 32px !important;
}
div.file-upload-parcela > div > span.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.ui-fileupload-choose{
    min-width: 32px !important;
    width: 32px !important;
}
div.file-upload-parcela > div.ui-fileupload-content.ui-widget-content.ui-corner-bottom{
    display: none
}

.ajusteCalendar{
    width: 100% !important;
}


span.ENVIADO{
    display: block;
    border-radius: 20px;
    padding: 4px 15px;
    background-color:  #dbe6fe;
    color: #648fe9;
    font-weight: bold;
}

span.PAGO{
    display: block;
    border-radius: 20px;
    padding: 4px 15px;
    background-color:  #5EBA7D;
    color: #648fe9;
    font-weight: bold;
}

span.IMPORTADO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #e8f4fc;
    color: #2e86ab;
    font-weight: bold;
}

span.AGUARDANDO_ENVIO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.REDISTRIBUIDO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #e8ecf1;
    color: #5a6a7a;
    font-weight: bold;
}

span.RECUSADO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fde8e8;
    color: #c0392b;
    font-weight: bold;
}

span.CANCELADO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #f5e6e6;
    color: #922b21;
    font-weight: bold;
}

.contador-prazo-dut {
    display: block;
    margin-top: 6px;
    text-align: center;
}

.contador-prazo-dut .fa-clock-o {
    color: #c38e19;
    margin-right: 4px;
}

.contador-prazo-dut-relogio {
    font-family: monospace, "Courier New", Courier;
    font-size: 15px;
    font-weight: bold;
    color: #c38e19;
    letter-spacing: 1px;
}

.contador-prazo-dut-expirado {
    color: #c0392b;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
}

.contador-prazo-dut-progresso {
    width: 100%;
    height: 4px;
    margin-top: 4px;
    background-color: #f0e6c8;
    border-radius: 2px;
    overflow: hidden;
}

.contador-prazo-dut-progresso-fill {
    height: 100%;
    width: 0;
    background-color: #c38e19;
    border-radius: 2px;
    transition: width 0.5s linear;
}

.contador-prazo-dut-critico .fa-clock-o,
.contador-prazo-dut-critico .contador-prazo-dut-relogio {
    color: #c0392b;
}

.contador-prazo-dut-critico .contador-prazo-dut-progresso {
    background-color: #f5d0d0;
}

.contador-prazo-dut-critico .contador-prazo-dut-progresso-fill {
    background-color: #c0392b;
}

span.OCORRENCIA_FINALIZADA{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #d4edda;
    color: #155724;
    font-weight: bold;
}

span.OCORRENCIA_FRAUDE{
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.FALHA{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #eb4d42;
    color: white;
    font-weight: bold;
}

span.SELO_FISICO {
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

.nomeImagem {
    background-color: white;
    margin-bottom: 0;
    opacity: 1;
    padding: 0px 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.datatable-fake{
    margin-top: 0 !important;
}

.datatable-fake tbody{
    border-style: none !important;
}

.datatable-fake th{
    background: #fff !important;
    padding: 0 !important;
    border: 0 !important;
}

.datatable-fake .ui-datatable-odd{
    background: #fff !important;
}

.datatable-fake td{
    padding: 4px 0px 4px 5px !important;
}


.datatable-fake tr, .datatable-fake td{
    border-style: none !important;
}

.panelDialog .ui-panel-content{
    padding: 15px 0px 15px 0px !important;
}

.panel207{
    width: 207px !important;
}

.panel300{
    width: 300px !important;
}

.fileupload-button > div > span.ui-button {
    width: 111%;
    margin-top: -3px;
}
.fileupload-button > div > span > span.ui-button-text.ui-c {
    min-width: 94px;
}

.camposPanel{
    opacity: 1;
    transition: opacity .5s linear;
}

.hide{
    opacity: 0;
    pointer-events: none;
}

.col-weekend-red {
    background-color: #FF716B;
}

.col-warning-orange {
    background-color: #ff9933;
}

.legend{
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.legend_item {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    height: 23px;
}

.legend_figure {
    width: 50px;
    float: left;
    text-align: left;
}

.legend_text {
    float: left;
    text-align: left;
}

.legend_text span{
    vertical-align: sub;
}

div.legend_radio_item{
    width: 20px; 
    height:20px; 
    border-radius: 90%; 
    margin: 0 auto; 
}

div.legend_square_item {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.columntext{
    box-sizing: border-box !important;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

#importarSaseForm\:movimentacaoDatatable\:processo_column\:filter{
    width: 80px !important;
}

#importarSaseForm\:movimentacaoDatatable\:cod_selo_column\:filter{
    width: 87px !important;
}

#importarSaseForm\:movimentacaoDatatable\:selo_column\:filter{
    width: 60px !important;
}
#importarSaseForm\:movimentacaoDatatable\:chave_column\:filter{
    width: 70px !important;
}
#importarSaseForm\:movimentacaoDatatable\:ato_column\:filter{
    width: 70px !important;
}



span.GERADA{
    display: block;
    border-radius: 20px;
    padding: 4px 15px;
    background-color:  #dbe6fe;
    color: #648fe9;
    font-weight: bold;
}

span.PENDENTE{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.ERRO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #f43e61;
    color: #fff;
    font-weight: bold;
}

span.CANCELADO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #f43e61;
    color: #fff;
    font-weight: bold;
}


span.ABERTO{
    display: block;
    border-radius: 20px;
    text-align: center;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.AGUARDANDO_VALIDACAO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.CONCLUIDO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color:  #dbe6fe;
    color: #648fe9;
    font-weight: bold;
}

span.NORMAL{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.PARTICULAR{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color:  #dbe6fe;
    color: #648fe9;
    font-weight: bold;
}

.ui-column-filter.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
}

.bq-primary {
    border-left: 3px solid #4285f4 !important;
}

.blockquote {
    padding: .5rem 1rem;
    border-left: .25rem solid #eceeef;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
blockquote {
    margin: 0 0 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px){
    .marcado{
        margin-right: -39%;
    }
}

@media (min-width: 992px){
    .marcado{
        margin-right: -4%;
    }
}

@media (min-width: 1200px){
    .marcado{
        margin-right: -4%;
    }
}

@media (min-width: 1300px){
    .marcado{
        margin-right: 17%;
    }
}

@media (min-width: 1400px){
    .marcado{
        margin-right: 25%;
    }
}

@media (min-width: 1500px){
    .marcado{
        margin-right: 29%;
    }
}

@media (min-width: 1600px){
    .marcado{
        margin-right: 34%;
    }
}

@media (min-width: 1700px){
    .marcado{
        margin-right: 38%;
    }
}

@media (min-width: 1800px){
    .marcado{
        margin-right: 41%;
    }
}
.alinha-esquerda{
    text-align: left;
}

.formDisplayBlock{
    display: block;
}

.link-datatable{
    text-decoration: underline;    
}

.dialogindex{
    z-index: 9996 !important;
}

.checklistTitulo{
    display: flex;
    justify-content: center;
    width: 100%;
    background: #f5f5f5;
}
.checklistRemover{
    float: left;
    width: 10%;
    background: #f5f5f5;
    padding: 5px;
}

.ajustarInput input{
    width: 70%;
}
.checklist-title {
    font-size: 18px !important;
    font-weight: bold;
    text-align: left;
}

.checklist-resolvido {
    text-decoration: line-through;
    font-family: Arial sans-serif;
}

.title-number{
    font-size: 32px !important;
    float: right;
    font-weight: 600;
    text-align: right;
}

.title-number-despesa{
    font-size: 22px !important;
    float: right;
    font-weight: 600;
    text-align: right;
}

.centralizado{
    text-align: center !important;
}

.ui-progressbar-value{
    height: 100% !important;
}

.ui-progressbar-label{
    margin-top: 5px;
}

.ui-progressbar .ui-progressbar-value.ui-widget-header {
    background-color: #cb2424 !important;
    background-image: none !important;
}


#avatar-atividade {

    /* make a square container */
    width: 35px;
    height: 35px;

    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;

    /* center the image vertically and horizontally */
    background-position: top center;

    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 50%;
}

.submenu-index-imovel ul {
    min-width: 270px !important;
}


.descricao-ato {
    font-size: 11px;
    color: #777;
}

.div-header-dataTable {
    position: relative; 
    display: flex; 
    align-items: center; 
    width: 100%; 
    min-height: 27px;
}

.div-header-titulo-dataTable-centralizado {
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    font-weight: bold;
}

.div-header-botoes-dataTable {
    display: flex; 
    gap: 5px; 
    margin-left: auto; 
    flex-wrap: wrap;
}

.matriculas-rcpn-message-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
    list-style: none;
}

.matriculas-rcpn-message-link {
    color: #c09853 !important;
}

.matriculas-rcpn-message-link:hover {
    font-weight: bold !important;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px; 
    font-weight: bold;
    color: #fff;
}

.ocorrencia-menuitem-badge a {
    position: relative;
}

.ocorrencia-menuitem-badge a:after {
    content: attr(title);
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 9px;
    background-color: #d9534f;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.status-aguardando , .status-retificado, .status-pendente {
    background-color: #f0ad4e ; 
}

.status-cancelado {
    background-color: #d9534f; 
}

.status-sucesso {
    background-color: #5cb85c;
}

.sem-status {
    background-color: transparent;
}
.pendencia-table .ui-datatable-header,
.pendencia-table .ui-datatable-footer {
    display: none; 
}

.pendencia-table .ui-datatable-data > tr > td {
    background: #fff5f5;
    border-left: 4px solid #e53935;
    color: #c62828;
    font-weight: 500;
}


.cartoriotech{
    background: #6772e5 !important;
    border-color: #6772e5;
    color: #FFFFFF;
}

span.status-lote-rps{
    display: flex;
    justify-content: center;
    border-radius: 20px;
    padding: 4px 15px;
    font-weight: bold;
    min-width: 80px;
    max-width: 220px
}
