/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

 #main{
     padding-bottom: 0 !important;
 }

 .demo {
    position: absolute;
    top: -50px;
    right: 0;
    width: 160px;
    z-index: 1000;
    background: #F1DA91;
}

.page-title {
    margin: 12px 0 18px;
}

.nopadding{
padding: 0 !important;
   margin: 0 !important;
}

.btn-grid-position{
    text-align: right;
    padding-top:10px
}

.btn-form-body{
    padding:20px 0;
    background: #f1f1f1;
}

.modal-header{
    background: #f4f4f4;
}

.modal-header h4{
    font-weight:bold;
    color:#4d78ae;
}

.modal-body{padding:10px}

.ui-table-resizable>.ui-table-wrapper {
    overflow-x: unset !important; 
}

.smart-style-5 .ui-datatable tbody > tr.ui-widget-content.ui-datatable-odd{
    background: transparent;
}
.ui-datatable .ui-column-filter:focus{
    text-transform: uppercase; 
}

.btn-label-fix {
    position: relative;
    left: -21px;
    display: inline-block;
    padding: 0px 12px;
    background: rgba(0,0,0,.15);
    border-radius: 3px 0 0 3px;
}

.smart-form .label {
    margin-bottom: 4px;
    font-weight: 600;
}

.ui-dialog {
    position: fixed;
    padding: 0;
    top: 50px !important;
    -webkit-box-shadow: 0px 0px 50px 2px rgba(74,74,74,1) !important;
    -moz-box-shadow: 0px 0px 50px 2px rgba(74,74,74,1) !important;
    box-shadow: 0px 0px 50px 2px rgba(74,74,74,1) !important; 
}

.ui-widget-content {
    border: 0px solid #D5D5D5 !important;
    background: #ffffff;
    color: #222222;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0 10px;
    background: #eee;
}
.ui-dialog.ui-widget .ui-dialog-titlebar {
    padding: 0em 1em !important;
}

/* GRID */
.ui-datatable th.ui-state-active{
    background: #d3d5d8 !important;
    color:#333 !important;
}

.ui-column-title{
    font-size:1em !important;
    font-weight:600;
}

.ui-paginator-pages {
    width: 185px !important;
    line-height: 1;
}

.ui-paginator-page, .ui-paginator-next, .ui-paginator-last, .ui-paginator-first, .ui-paginator-prev, .ui-paginator-current {
    width: 2.5em !important;
}

.ui-datatable .ui-paginator-bottom {
    text-align: right;
}

.id-header{
    background-color:#6b6b6b !important;
    color:white !important;
}

.id-header2{
    background-color:#353f55 !important;
    color:white !important;
}

.fake-input{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 6px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ui-state-disabled, .ui-widget:disabled {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
    background-image: none;
    cursor: not-allowed !important;
    border-color: #BDBDBD;
    background-color: #eee !important;
    color: #404040 !important;
}

.disabled-input{
    border-color: #BDBDBD;
    background-color: #eee;
    color: #404040;
}

.btn-xxs {
    padding: 1px 3px;
}

.box{padding:5px;}

.botao-fake{
    font-size:16px;
    padding:5px 0;
}

.btn-orange {
    color: #fff;
    background-color: #e78c3c;
    border-color: #d88235;
}

.btn-orange:hover {
    color: #fff;
    background-color: #c36f25;
    border-color: #c36f25;
}

.grey{
    background-color: #f4f4f4;
}

.btn-fix{
    padding: 6px 12px !important;
}

.modalResponsive{
    width:80%;
    top:100px !important
}

.modalHalfResponsive{
    width:40%;
    top:150px !important;
    z-index: 9000;
}

.modalResponsiveDocumento{
    width:720px;
    top:10px !important
}

.modalResponsive94{
    width:94%;
    top:100px !important
}

.modalEmail{
    width:600px;
    top: 180px !important;
    bottom:0 !important;
    left:100% !important;
    margin-left: -610px !important;
    display:flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.modalEmail .ui-widget-content{
    display:flex;
    flex-direction: row;
    border:0 !important;
    align-items: flex-start;
    flex:1;
    overflow-x: hidden !important;
}

.modalEmail .ui-dialog-footer{
    max-height:60px;
}


div.modalResponsiveMobile{
    border:0 !important;
}

.modalResponsiveMobile .ui-dialog-content{
    border:0 !important;
}

.modalResponsiveMobile{
    top:-20px;
    width:444px;
    padding:0;
    background-color:transparent !important; 
    border:0 !important;
    box-shadow: none !important;
    min-height: 720px !important;
}

.endereco-value{
    font-size:16px;
}

.ui-dialog .ui-dialog-content img{
    margin-bottom: 0px !important;
    vertical-align: auto !important;
}

.agm-map {
    height: 250px;
  }

#logo-group{margin-top:8px !important;}

.button-help {
    width: 42px;
    height: 32px;
}

.ui-orderlist{
    width:100% !important;
}

.ui-orderlist .ui-orderlist-responsive .ui-orderlist-list-container{
    width:100% !important;
}

.ui-orderlist .ui-orderlist-list{
    height:auto !important;
}
.ui-orderlist .ui-orderlist-responsive .ui-orderlist-controls{
    width:60px !important;
}

.ui-orderlist-list-container .ui-widget-content{
    background-color: transparent !important;
}

.ui-orderlist-list-container .ui-widget-header .ui-button, .ui-widget-content .ui-button, .ui-widget.ui-button, .ui-button{
    border: 1px solid #813260 !important;
    background: #AC5287 !important;
    padding:4px;
    color: white !important;
}

.ui-button:hover, .ui-widget.ui-button:hover{
    background: #A8829F !important; 
    border: 1px solid #85627d !important;
}

.ui-orderlist .ui-orderlist-controls{
    vertical-align: top !important;
    padding-top:48px !important;
}
.ui-datatable-resizable{
    width:100% !important;
}

.card-container{
    background-color: #3a3633;
    padding:10px 0 8px 0
}

.card-container span{
    color:white;
    font-weight:600;
}

.card-label{
    padding:6px 6px 2px 6px;
    color:white;
}

.NAC{
    background-color: #f06d64;
    font-weight: 600;
    padding:2px 10px;
    color:white;
}

.REG{
    background-color: #f2e589;
    font-weight: 600;
    padding:2px 10px;
}
.DIS{
    background-color: #f5e4b6;
    font-weight: 600;
    padding:2px 10px;
}
.IGR{
    background-color: #d9bcb8;
    font-weight: 600;
    padding:2px 10px;
}
.CON{
    background-color: #d99e9a;
    font-weight: 600;
    padding:2px 10px;
}
.PMS{
    background-color: #88a9bc;
    font-weight: 600;
    padding:2px 10px;
}
.ENS{
    background-color: #9cdcde;
    font-weight: 600;
    padding:2px 10px;
}
.SOC{
    background-color: #c1de9c;
    font-weight: 600;
    padding:2px 10px;
}
.CMD{
    background-color: #bcbcbc;
    font-weight: 600;
    padding:2px 10px;
}
.CMR{
    background-color: #838281;
    font-weight: 600;
    padding:2px 10px;
    color:white;
}

.tree-tipo{
    color: #444;
    padding:3px 5px;
}

.option-disabled[disabled] {
    color: #aaa;
    cursor: not-allowed !important;
}

.option-disabled{
    color: #333;
}

.dualListBoxStyle button.btn-block {
    border-radius: 8px !important;
    background-color:  #3a3633 !important;
    border: #3a3633 solid 1px;
}

.dualListBoxStyle div.record-picker {
    -webkit-scrollbar-track-piece:#3a3633 !important;
}

.dualListBoxStyle .dual-list  .button-bar  button {
    border-radius: 2px !important;
}

.dualListBoxStyle .record-picker  li.selected {
    background-color:  #3a3633 !important;
    color: #fff;
    border: 0;
}

.dualListBoxStyle .dual-list  .btn-primary {
    color: #fff !important;
    background-color: #3a3633 !important;
    border-color: #3a3633 !important;
    height: 30px;
}

.dualListBoxStyle .dual-list  .btn-default {
    color: #3a3633 !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
    height: 30px;
}

.dualListBoxStyle .dual-list .form-control {
    border-radius: 2px !important;
}

.dualListBoxStyle div.record-picker::-webkit-scrollbar-thumb {
    background: #3a3633 !important;
    border: thin solid gray !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.header-tab-contatos {
    display: block !important;
    padding: 0 !important;
    background: url(../img/mybg.png) #fff !important;
    border-bottom:1px solid #C2C2C2 !important;
    font-weight: 300;
    height: 32px !important;
    color: #232323;
    margin-top: -1.5px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.jarviswidget>div .tabs-conf {
    background: #fafafb !important;
}

.jarviswidget>div .header-tab-contatos .active {
    background: #fafafb !important;
}

.jarviswidget .header-tab-contatos .nav-tabs>li.active>a, .jarviswidget .header-tab-contatos .nav-tabs>li.active>a:focus, .jarviswidget .header-tab-contatos .nav-tabs>li.active>a:hover {
    background: #fafafb !important;
}

.header-tab-contatos li a {
    font-size: 13px !important;
    font-weight: 300;
}

.header-tab-contatos .active {
    display: block !important;
    padding: 0 !important;
    background: #fafafb !important;
    border-bottom:transparent !important;
    border-bottom-width: 1px !important;
    font-size: 13px;
    font-weight: 300;
    color: #232323;
    margin: 0 !important;
    margin-bottom: -1px !important; 
    padding: 0 !important;
    box-sizing: content-box !important;
    padding-right:0px !important;
}

.header-deep1{
    background: #dfdfdf !important;
    width:100%
}

.header-aba-folha {
    background: rgb(223, 223, 223) !important;
}

.header-deep2{
    background: #cfcfcf !important;
}

.folha-aba-interna-margin {
    margin-bottom: -30px;
}

.tabs-conf {
    float: left;
    width: 99.9% !important;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-width: 1px 1px 2px;
    background-color: #fafafb !important;
    border-style: solid;
    border-right-color: #CCC!important;
    border-bottom-color: #CCC!important;
    border-left-color: #CCC!important;
    padding: 0 !important;
    overflow: visible;
    margin-bottom: 10px !important;
}

.inner-tab {
    padding: 20px 20px 10px 20px !important;
}

.dropdownUsuarioPermissao {
    color: #000;
}

.dropdownUsuarioPermissao .ui-inputtext {
    background: transparent !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}
.dropdownUsuarioPermissao .ui-corner-all {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}


.dropdownUsuarioPermissao .ui-state-default, .dropdownUsuarioPermissao .ui-widget-content .ui-state-default, .dropdownUsuarioPermissao .ui-widget-header .ui-state-default {
    background: transparent !important;
    border: 0;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}



.ui-autocomplete-multiple-container.ui-inputtext
.ui-autocomplete-input-token .undefined{border:0 !important}
.ui-autocomplete-multiple .ui-state-highlight{margin:1px;}
.ui-autocomplete-multiple .ui-state-default{border: 0;}
.ui-autocomplete-multiple-container.ui-inputtext{width:100%; max-height:150px; overflow-y: scroll !important; border: 1px solid #bbb !important; border-radius:0; padding:0.25em !important}
.ui-autocomplete-multiple-container.ui-inputtext .ui-state-focus, .ui-inputtext:focus{box-shadow: 0 #fff !important}
.wid100{width:100% !important}

.dropdownUsuarioPermissao .ui-state-highlight {
    background-color: #fafafb !important;
    color: #fff;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}

.dropdownUsuarioPermissao .ui-dropdown-panel .ui-dropdown-list {
    background-color: #186ba0 !important;
    color: #fff;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}

.dropdownUsuarioPermissao .ui-dropdown label.ui-dropdown-label{
    padding: 0;
}

.ui-datatable .ui-dropdown label.ui-dropdown-label tbody > tr.ui-widget-content.ui-state-highlight {
    color: #000;
}

.col-dropdown button {
    color: #000;
}

.valueConfirm{
    margin-left:30px;
    font-weight: bold
}

.ui-autocomplete-panel{
    width:500px !important;
    right: 0 !important;
}

.ui-datatable tbody > tr.ui-widget-content.ui-state-highlight button {
    color: #fff;
}

.ui-paginator .ui-paginator-page.ui-state-active {
    background: #186ba0 !important;
    color: #ffffff;
    border-color: #156090;
}

.ui-dialog-footer {
    background: #eee !important; 
    height: 58px;
}

.help .popover{
    background-color: white;
    padding:1px;
}
.help .popover-title{
    margin:0;
    padding:8px 14px !important;
    font-size:13px;
    background-color:#91ff00;
    color:#000;
    font-weight:bold;
    border-bottom:1px solid #ebebeb;
    border-radius:2px 2px 0 0 !important}

.help .popover-content{padding:9px 14px !important; background-color: #333; color: #fff}

.off{
    color: #fff;
    background-color: #275b89;
    border-color: #1f496d; 
}

.on{
    color: #000 !important;
    background-color: #91ff00 !important;
    border-color: #3df704 !important;
}

.alerta-off{
    color: #aaa;
    background-color: #fff;
    border-color: #ccc; 
}

.alerta-on{
    color: #000 !important;
    background-color: #ffbb00 !important;
    border-color: #e7aa03 !important;
}

.alerta-header{
    background-color: #e7aa03 !important;
}

.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(199, 199, 199, 0.8)}

.helper{cursor:help}

.entre-botoes{
    display: inline-block;
    margin:0 5px;
}
.fa-sweep { 
    content: url(../img/broom.png);
    height: auto;
    width: 16px;
}

.wbox{
    background-color: #fff !important;
    border:1px solid #ccc !important;
    padding:10px !important;
    border-radius: 3px
}

.ui-datatable-resizable {
    padding-bottom: 1px;
    overflow: unset !important;
}

.ui-dropdown .ui-dropdown-label {
    padding-right: 2.1em !important;
    padding-top: 6px;
}

.timeline {
    padding: 1% !important;
}

.timeline-img p {
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    height: unset !important;
}

.timeline-img {
    background: #D2A43B !important;
    border-radius: 50%;
    border: 3px solid #333 !important;
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -33px !important;
    margin-top: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timeline-item:nth-child(even) .timeline-content .date {
    background-color:#333 !important;
}

.timeline-item:nth-child(even) .timeline-content {
    padding: 10px 30px !important;
}

.timeline-item:nth-child(even) .timeline-content::after {
    border-color: transparent transparent transparent #eee !important;
    border-width: 10px 0 10px 15px !important;
    box-shadow: 11px 20px 25px -15px rgba(0, 0, 0, 0.3) !important;

    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);   
}

.timeline-item .date {
    display: none;
    background-color:#333 !important;
}

.timeline::before {
    content: '';
    background: #333 !important;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.timeline-item .inner-content {
    margin: 0 !important;
}

.timeline-content {
    background-color: #eee !important;
    box-shadow: 11px 20px 25px -15px rgba(0, 0, 0, 0.3) !important;
    min-height: auto !important;
}


.timeline-content::after {
    border-color: transparent transparent transparent #eee !important;
}

.ui-widget-overlay {
    opacity: .3 !important;
}
.right-fields-foto-off{
    width: calc(100% - 200px);
}

.right-fields-foto-cartao-off{
    width: calc(100% - 220px);
}

.right-fields-foto-on{
    width: calc(100% - 400px);
}

.left-foto-off{
    width:178px;
}

.left-foto-cartao-off{
    width:200px;
}

.profile-img{
    width:130px;
    height:130px;
    outline: 1px solid white;
    outline-offset: 0px;
}

.ng2-imgcrop canvas{
    width:700px;
    height:438px;
    border:0;
}

.categoria .ng2-imgcrop canvas{
    width:100%;
    height:100%;
    border:0;
}

.editor-image-cropper {
    width:450px !important;
    height:450px !important;

}

.cropper{background-color: #fff !important}

.headerTable-off {
    background-color: #ad877e;
    padding:5px 10px;
    font-weight: 400;
    font-size:20px;
    color:#fff;
}

.headerTable-on{
    background-color: #a6b26e;
    padding:5px 10px;
    font-weight: 400;
    font-size:20px;
    color:#fff;
}

.ui-datatable tbody > tr.ui-widget-content.ui-state-highlight {
    color: #fff !important;
}

.ui-datatable tbody > tr.ui-widget-content.ui-state-highlight label{
    color: #fff !important;
}

.ui-datatable tbody > tr.ui-widget-content.ui-state-highlight span{
    color: #fff !important;
}

.logOnOff .onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 15px !important;
    margin-left: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.logOnOff .onoffswitch-inner:after {
    content: attr(data-swchoff-text);
    padding-right: 4px !important;
    text-shadow: 0 -1px 0 #fff;
    background-color: #fff;
    color: #555;
    text-align: right;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.ui-dialog .ui-dialog-title{
    font-weight:normal;
}

.collapse-sign{display:none}

.superbox-img {
    overflow: hidden;
    width: 250px;
    height: 180px;
    min-height: 100px;
    position: relative;
    display: block;
    z-index: 10;
    cursor: pointer;
}
.bgFiltro{background-color: #ac5287; color:white; padding:2px 5px; font-weight:bold}

  .led-green {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: rgb(30, 206, 53);
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.26) 0 -1px 7px 1px, inset rgb(12, 179, 26) 0 -1px 9px, rgb(30, 206, 53) 0 2px 12px;
    -webkit-animation: blinkGreen 0.5s infinite;
    -moz-animation: blinkGreen 0.5s infinite;
    -ms-animation: blinkGreen 0.5s infinite;
    -o-animation: blinkGreen 0.5s infinite;
    animation: blinkGreen 0.5s infinite;
  }
  
  @-webkit-keyframes blinkGreen {
      from { background-color: rgb(30, 206, 53); }
      50% { background-color: rgb(0, 0, 0); box-shadow: rgba(255, 255, 255, 0.26) 0 -1px 7px 1px, inset rgb(0, 0, 0) 0 -1px 9px, rgb(0, 0, 0);}
      to { background-color: rgb(0, 0, 0); }
  }
  @-moz-keyframes blinkGreen {
    from { background-color: rgb(30, 206, 53); }
    50% { background-color: rgb(0, 0, 0); box-shadow: rgba(255, 255, 255, 0.26) 0 -1px 7px 1px, inset rgb(0, 0, 0) 0 -1px 9px, rgb(0, 0, 0);}
    to { background-color: rgb(0, 0, 0); }
  }
  @-ms-keyframes blinkGreen {
    from { background-color: rgb(30, 206, 53); }
    50% { background-color: rgb(0, 0, 0); box-shadow: rgba(255, 255, 255, 0.26) 0 -1px 7px 1px, inset rgb(12, 179, 26) 0 -1px 9px, rgb(30, 206, 53);}
    to { background-color: rgb(0, 0, 0); }
  }
  @-o-keyframes blinkGreen {
    from { background-color: rgb(30, 206, 53); }
    50% { background-color: rgb(113, 192, 124); box-shadow: rgba(255, 255, 255, 0.26) 0 -1px 7px 1px, inset rgb(12, 179, 26) 0 -1px 9px, rgb(30, 206, 53);}
    to { background-color: rgb(0, 0, 0); }
  }
  @keyframes blinkGreen {
    from { background-color: rgb(30, 206, 53); }
    50% { background-color: rgb(113, 192, 124); box-shadow: rgba(255, 255, 255, 0.26) 0 -1px 7px 1px, inset rgb(12, 179, 26) 0 -1px 9px, rgb(30, 206, 53);}
    to { background-color: rgb(0, 0, 0); }
  }

  .led-red {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 1s infinite;
    -moz-animation: blinkRed 1s infinite;
    -ms-animation: blinkRed 1s infinite;
    -o-animation: blinkRed 1s infinite;
    animation: blinkRed 1s infinite;
  }
  
  @-webkit-keyframes blinkRed {
      from { background-color: #F00; }
      50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
      to { background-color: #F00; }
  }
  @-moz-keyframes blinkRed {
      from { background-color: #F00; }
      50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
      to { background-color: #F00; }
  }
  @-ms-keyframes blinkRed {
      from { background-color: #F00; }
      50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
      to { background-color: #F00; }
  }
  @-o-keyframes blinkRed {
      from { background-color: #F00; }
      50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
      to { background-color: #F00; }
  }
  @keyframes blinkRed {
      from { background-color: #F00; }
      50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
      to { background-color: #F00; }
  }

  .formUsuarioPermissoes .checkbox label, .radio label {
    min-height: 16px !important;
    padding-left: 0 !important;
  }

  textarea {
    resize: vertical !important; 
    overflow: auto !important;
  }

  .typearea{
      max-height: 400px !important;
  }

  .onoffswitch-container{
    margin-top: 5px !important;
    margin-left: 0px !important;
  }
  
  .ui-datatable tbody > tr.ui-widget-content.ui-state-highlight{
    background-color: #5b83a0 !important;
  }

  #rescisao .ui-dialog.ui-widget .ui-dialog-content{
    font-size:15px;
  }

  .bs-timepicker-field {
    width: 50px !important;
    height: 20px !important;
  }

  .bs-chevron { 
    width: 6px !important;
    height: 6px !important;
}

.textarea-block {
    display: block !important;
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title{
    font-size: 1em !important;
}
.ui-dialog .ui-dialog-titlebar{
    font-size: 17px !important;
}

.padding-left-20{padding-left:20px}

/* WIDGET */
.widget-box{
    color:white;
    padding:5px;
    margin:15px;
    display:inline-block; 
    vertical-align: middle;
    border-radius: 4px;
}

.no-margin{
    margin: 0 !important;
}

.widget-box-rel {
    color:white;
    padding:5px;
    margin:10px 20px 10px 15px;
    display:inline-block; 
    vertical-align: middle;
    border-radius: 4px;
}

.widget-box-rel-menu {
    color:white;
    padding:5px;
    width:100%;
    display:inline-block; 
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    height: 75px;
}

.widget-box-rel-menu:hover {
    color:#232323 !important;
}

.widget-box i {
    font-size:35px;
    padding:13px 10px 10px 10px;
    float:left;
}

.widget-box-rel i {
    font-size:35px;
    padding:13px 10px 10px 10px;
    float:left;
}

.widget-box-rel-menu i {
    font-size:35px;
    padding:16px 10px 10px 5px;
    float:left;
}

.widget-box div {
    font-size: 14px;
    padding:0 5px;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
}

.widget-box-rel div {
    font-size: 14px;
    padding:0 5px;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
}


.widget-box-rel-menu div {
    font-size: 14px;
    padding:0 5px;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
}

.widget-box .total{
    font-size:24px;
    font-weight:400;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
    padding:0;
    margin-right:15px;
    text-align:right;
}

.widget-box .small-total{
    font-size:18px;
    font-weight:400;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
    padding:0;
    text-align:right;
}

.widget-box-rel .total{
    font-size:24px;
    font-weight:400;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
    padding:0;
    text-align:right;
}

.widget-box-rel-menu .total{
    font-size:24px;
    font-weight:400;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
    padding:0;
    text-align:right;
}

.log-widget{
    display: grid;
    grid-template-columns: minmax(70px, 70px) 4fr 2fr;
    align-items: center;

}

.pink-box {
    background-color: #FF8599;
    color:rgb(138, 73, 83) !important;
}

.blue-box-0{
    background-color: #c2e6e6;
    color:#0f5058 !important;
}

.blue-box-1{
    background-color: #89d0ca;
    color:#0f5058 !important;
}

.blue-box-2{
    background-color: #4fc0ba;
    color:#0f5058 !important;
}

.blue-box-3{
    background-color: #03a397;
    color:#0f5058 !important;
}

.blue-box{
    background-color: #23c6c8;
    color: #1f7c7e;
}
.yellow-box{
    background-color: #f8ac59;
}
.purple-box{
    background-color: #91527e;
}
.green-box{
    background-color: #1ab366;
}
.red-box{
    background-color: #ed5565;
}

.bg-color-gray {
    background-color: #686a6d!important;
}

.ui-paginator{text-align: right !important;}

.ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active{
    background-color: transparent !important;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-highlight{
    background-color: transparent !important;
    border:1px solid #666 !important;
}

.fol-calendar{
    width:100%;
}

.fol-calendar td{
    border: 1px solid #ccc;
    height:52px;
    width:25%;
    text-align:center;
    position:relative;
}

.fol-calendar .lg{
    border:1px solid #ccc;
    height:54px;
    width:25%;
    text-align:center;
    position:relative;
}

.fol-calendar td:hover{
    cursor:pointer;
    background-color: rgb(168, 255, 6) !important;
    color: #222 !important
}

.fol-calendar td .mes{
    text-align:left;
    font-weight:700;
    margin: -20px 5px 0 5px;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
}

.calendar-selected{
    cursor:pointer;
    color: #222 !important;
    background-color: #a8ff06 !important;
    border: 3px solid #000 !important;
}

.fol-calendar td .status{
    text-align:center;
    font-size:27px;
    position:absolute;
    right:10px;
    top:20px;
}

.fol-gerada { background-color: #e5e9f0 !important; color: #aaa !important}
.fol-gerada:hover { background-color: #e5e9f0 !important; color: #aaa !important; cursor:default !important}
.fol-manipulacao { background-color: #eebb55 !important; color: #222 !important;}
.fol-liberada { background-color: #a3be8c !important; color: #fff;}
.fol-processamento { background-color: #23c6c8 !important; color: #fff;}
.fol-fechamento1 { background-color: #b48ead !important; color: #fff;}
.fol-fechamento2 { background-color: #3b4252 !important; color: #fff;}
.fol-sem-movimentacao { background-color: #ffffff !important; color: #999 !important }

.fol-status{
    color:white; 
    margin-left:15px;
    font-weight:500; 
    font-size:18px;
    line-height: 55px;
    margin-right: 15px;
    height: 55px;
    text-align:center;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
}

.fin-sem-movimentacao { background-color: #f8f8f8 !important; color: #999 !important }
.fin-manipulacao { background-color: #eebb55 !important; color: #222 !important;}
.fin-pendente { background-color: #c57777 !important; color: #fff;}
.fin-lib-tesoureiro { background-color: #23c6c8 !important; color: #fff;}
.fin-lib-clerigo { background-color: #a377bd !important; color: #fff;}
.fin-lib-sistema { background-color: #3b4252 !important; color: #fff;}
.fin-lib-regional { background-color: #a3be8c !important; color: #fff;}


.ui-multiselect .ui-multiselect-label{
    padding-bottom:1px !important;
}

.panel {
    border: 0 !important;
}

.smart-accordion-default.panel-group {
    margin-bottom: 5px !important;
}

.panel-title {
    background-color: #e7e7e7 !important;
}

.panel-title a{
    border: 1px solid #fff !important;
}

.panel-body {
    background-color: #fafafa !important;
    border: 1px solid #fff !important;
}

.modalRelatorios {
margin-top: 120px !important;
}

.dt-buttons {
    margin-bottom: 6px !important;
}

.buttons-print {
    background-color: #0f5058;
    color: #fff;
    border: 1px solid #0f5058;
    border-radius: 5px;
}

.buttons-print:hover {
    background-color: #186c77;
    border: 1px solid #186c77;
    color: #fff;
}

.buttons-colvis {
    background-color:#1ab366;
    color: #fff;
    border: 1px solid #1ab366;
    border-radius: 5px;
}

.buttons-colvis:hover {
    background-color:#37d687;
    border: 1px solid #37d687;
    color: #fff;
}

.dataTables_scroll .dataTables_scrollBody {
    margin-top: -11px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px 5px 3px 5px;
}

#chat-container #chat-users li{
    font-size:11px;
    padding-top:4px
}

.chat-body .message{padding:10px; background-color: rgba(192, 207, 223, 0.15); border-radius: 10px;}
.message:hover{background-color: rgba(192, 207, 223, 0.15)}
.chat-body li.message{margin: 10px !important}
.chat-body li.message .message-text {display: block;}
.chat-body li.message img{border-left:none}
.chat-file{background-color: #eee; padding:5px }
.message-picture{width:60px !important; height:60px; border:1px solid #bbb !important;}
.chat-online{border-left:5px solid #1ab32e !important}

.contaContabil .label {text-align:center}

.ui-multiselect-panel .ui-widget .ui-widget{margin-top:0 !important}
.ui-multiselect-panel label{margin:0px !important; margin-top:2px;}

.alert-prev-orc .alert{margin-bottom:0px !important}
.grau1{background-color: #9acdde !important; font-size:11px !important; font-weight:600; padding-top:4px !important; padding-bottom:4px !important}
.grau2{background-color: #d5c2d5 !important; font-size:11px !important; font-weight:600; padding-top:4px !important; padding-bottom:4px !important}
.grau3{background-color: #ffddd3 !important; font-size:11px !important; font-weight:600; padding-top:4px !important; padding-bottom:4px !important}
.grau4{background-color: #fdf9e0 !important; font-size:11px !important; font-weight:600; padding-top:4px !important; padding-bottom:4px !important}
.grau5{background-color: transparent; font-size:11px !important}

.chart-container {
    position: relative;
    margin: auto;
    height: 250px;
    width: 100%;
  }

  .bg-color-blueSoft{
      background-color: #b7ccda !important;
  }

  .seletor .ui-button{background-color: #e1e1e1 !important; border:1px solid #d1d1d1 !important; width:8.333%; padding:3px 0}
  .seletor .ui-state-active{background-color: #418ab8 !important}

  .seletor2 .ui-button{background-color: #e1e1e1 !important; border:1px solid #d1d1d1 !important; width:14.2858%; padding:3px 0}
  .seletor2 .ui-state-active{background-color: #418ab8 !important}

.fin-gerado { background-color: #e5e9f0 !important; color: #aaa !important}
.fin-gerado:hover { background-color: #e5e9f0 !important; color: #aaa !important; cursor:default !important}
.fin-manipulacao { background-color: #eebb55 !important; color: #222 !important;}
.fin-pendente { background-color: #ee6755 !important; color: #fff;}
.fin-lib-tes { background-color: #a3be8c !important; color: #fff;}
.fin-lib-cle { background-color: #23c6c8 !important; color: #fff;}
.fin-lib-sys { background-color:  #8a7492 !important; color: #fff;}
.fin-lib-reg { background-color: #3b4252 !important; color: #999 !important }

.fin-status{
    color:white; 
    margin-left:15px;
    font-weight:500; 
    font-size:18px;
    line-height: 55px;
    margin-right: 15px;
    height: 55px;
    text-align:center;
    font-family:"Segoe UI","Open Sans",Calibri,Candara,Arial,sans-serif;
}

.ui-table .ui-table-tbody > tr > td{
    font-size:13px
}

.ui-password-panel{
    background-color: #f1f1f1 !important; 
    width:170px !important; 
    color: #333 !important; 
    border:1px solid #888 !important
}

.local-salvo{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 0px;
    font-size: 13px;
    line-height: 1.42857143;
}

.clam-card-header{
    height:40px;
    overflow-y: hidden;
    font-size:13px !important;
    text-align:center;
    padding-top:0 !important;
    margin-top:0 !important;
}

.clam-card-subheader{
    overflow-wrap: break-word; 
    overflow-y: hidden;
    height:36px;
    text-align:center;
}

.clam-add{
    margin-top:20px;
    color:#f1f1f1;
}

.clam-add:hover{
    color:#6cac0c;
    cursor:pointer;
}

.clam-edt{
    position:absolute;
    font-size:25px;
    color:#008cff;
    top:-2px;
    right:3px;
}

.clam-edt:hover{
    color:#6cac0c;
    cursor:pointer;
}

.clam-label{
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(180deg);
    color:white;
    font-weight: bold;
    height:237px;
    padding: 10px;
    font-size:14px !important;
    text-align:center;
    margin-right:10px;
    margin-top:5px;
    
}
.clam-icons{
    width:140px;
    position:absolute;
    left:50%;
    margin-left: -70px;
    top:100px;
    z-index:99;
    text-align:center;
}

.clam-icons i{font-size:35px; padding:0 5px; color:#e1e1e1; text-shadow: 2px 2px #aaaaaa;}
.clam-edit:hover {font-size:35px; padding:0 5px; color:#2c5cc5; cursor:pointer}
.clam-details:hover {font-size:35px; padding:0 5px; color:#2b835e; cursor:pointer}
.clam-message:hover {font-size:35px; padding:0 5px; color:#f06616; cursor:pointer}

.clam-titulares{
    background-color: #99b898;
}
.clam-titulares:hover{cursor:pointer; background-color: #25b618}

.clam-coadjutores{
    background-color: #e6a672;
}
.clam-coadjutores:hover{cursor:pointer; background-color: #25b618}

.clam-eletivos{
    background-color: #f67280;
}

.clam-ministerios{
    background-color: #c06c84;
}
.clam-ministerios:hover{cursor:pointer; background-color: #25b618}

.clam-societarios{
    background-color: #6c5b7b;
}
.clam-societarios:hover{cursor:pointer; background-color: #25b618}

.ui-slider{
    background: #777777 !important;
}

.ui-slider .ui-slider-range {
    background: #218fd8 !important;
}

body .ui-slider .ui-slider-handle {
    height: 1.143em !important;
    width: 1.143em !important;
    background-color: #ffffff !important;
    border: 2px solid #666666 !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
    -moz-transition: border-color 0.2s !important; 
    -o-transition: border-color 0.2s !important;
    -webkit-transition: border-color 0.2s !important;
    transition: border-color 0.2s !important;
    background: #fff !important;
    cursor:col-resize;
}

.ui-datepicker table{
    width:100% !important;
    border:1px solid #ccc !important;
    margin-bottom:10px !important;
}
.ui-datepicker td {
    padding:6px !important;
}

.inner-tab-aula header{
    display: block;
    padding: 0 !important;
    border-bottom: 0 !important;
    background: #f3f3f3;
    font-size: inherit !important;
    font-weight: 300;
    color: #232323;
    margin: 0 !important;
}

.inner-tab-aula .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #fafafb !important;
}

.my-widget{
    border-top:1px solid #CCC !important;
}

.message-widget .message{
    background-color: #f7f7f7; 
    border-top:1px dotted #888; 
    padding:20px 10px
}

.message-widget .message:hover{
    background-color: #f1f1f1; 
    cursor:pointer;
}

.message-widget .tempo{
    font-weight: 600;
    color:#da2460;
}

.message-widget .assunto{
    padding:5px 0;
    font-size:14px;
    font-weight: 600;
}

.comunicado-text p{
    margin:5px 0;
}

.comunicado-text ul li{
    margin-left:20px;
}

.block-with-text {
    overflow: hidden;
    position: relative; 
    line-height: 1.2em;
    max-height: 1.2em; 
    text-align: justify;
    margin-right: -1em;
    padding-right: 2em;
  }
  .block-with-text:before {
    content: '...';
    position: absolute;
    right: 1em;
    bottom: 0;
  }
  .block-with-text:after {
    content: '';
    position: absolute;
    right: 1em;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #f7f7f7;
  }

  /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 8px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 28px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .smart-form .checkbox, .smart-form .radio{
    padding-left: 0 !important ;
    line-height: unset !important;
  }

  .pendencia{
      background-color: #ee7c6d !important;
  }

  .normal{
    background-color: #fff !important;
  }

  .totalBadge{
    background-color: #a9ff43 !important; 
    border:1px solid #aaa !important; 
    color:#000 !important; 
  }

  .box-inicio{
    background-color: transparent;
    border:1px solid transparent;
    padding:5px;
  }

 .box-inicio:hover{
    background-color: #f9f9f9;
    border:1px solid #ccc;
 }
 
 .box-inicio-selected{
    background-color: #f9f9f9;
    border:1px solid #ccc;
 }

 .pallete-red-1{background-color: #fe9c8f; color:#333;}
 .pallete-red-2{background-color: #feb2a8; color:#333;}
 .pallete-red-3{background-color: #fec8c1; color:#333;}
 .pallete-red-4{background-color: #fad9c1; color:#333;}
 .pallete-red-5{background-color: #f9caa7; color:#333;}

 .pallete-rainbow-0{background-color: #cab2d9 !important; color:#555;}
 .pallete-rainbow-1{background-color: #ff8b94 !important; color:#555;}
 .pallete-rainbow-2{background-color: #ffaaa5 !important; color:#555;}
 .pallete-rainbow-3{background-color: #ffd3b6 !important; color:#555;}
 .pallete-rainbow-4{background-color: #dcedc1 !important; color:#555;}
 .pallete-rainbow-5{background-color: #a8e6cf !important; color:#555;}

 .pallete-blue-0{background-color: #6b7a99 !important; color:#333 !important;}
 .pallete-blue-1{background-color: #92a7ba !important; color:#333 !important;}
 .pallete-blue-2{background-color: #9fbfd4 !important; color:#333 !important;}
 .pallete-blue-3{background-color: #d7dee4 !important; color:#333 !important;}
 .pallete-blue-4{background-color: #e8ecef !important; color:#333 !important;}
 
 .pallete-green-0{background-color: #78866b; color:#fff;}.top
 .pallete-green-1{background-color: #828e84; color:#fff;}
 .pallete-green-2{background-color: #9eb3a3; color:#fff;}
 .pallete-green-3{background-color: #a9ba9d; color:#fff;}
 .pallete-green-4{background-color: #d0d9cd; color:#fff;}

 .tipo-bg-color{background-color: #f1eb96; color:#333;}

 .input-adesao:focus{
    background-color: #f1f1f1; border:1px dashed #ccc; text-align:center;
 }

 .fixed-breadcrumbs{position:fixed; z-index:100; background-color: #eee; height:58px; padding:5px 15px 0 15px !important;}
 .top-content{margin-top:60px !important}

 .cartao{
    width:350px;
    height:402px;
    top:100px !important
}

.undefined{
    border:0 !important;
}

.chips .ui-state-highlight {
    border-color: #156090;
    background-color: #186ba0 !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    margin:2px;
}

.ui-picklist .ui-picklist-filter-container{
    border-bottom: 0 none !important;
}

.ui-widget-content {
    border: 1px solid #D5D5D5 !important;
    background-color: #ffffff;
    color: #222222
}

li .ng-star-inserted .ui-picklist-item .ui-state-highlight{
    background-color: #186ba0 !important;
    color: #FFFFFF !important;
}

.ui-button:hover{
    background-color: #186ba0 !important;
    color: #FFFFFF !important;
}

.headerMatriz{
    border-bottom:2px solid #658a8a !important; 
    margin: 0 14px 10px 14px !important; 
    background-color: #bce0e0 !important; 
    color:#658a8a !important; 
    font-weight:bold !important; 
    padding-left:20px !important;
}

.headerFilial{
    border-bottom:2px solid #8a7c7c !important; 
    margin: 0 14px 10px 14px !important; 
    background-color: #d4c7c7 !important; 
    color:#707070 !important; 
    font-weight:bold !important; 
    padding-left:20px !important;
}

@font-face {
    font-family: latoRegular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: latoBlack;
    src: url(../fonts/Lato-Black.ttf);
}

.bg-color-purple-off{
    background-color: #b29bbe!important;
}

.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.file-item-value {
    padding: .25rem .7rem;
    border-radius: 3px;
    display: inline-flex;
    margin-right: .5rem;
    background-color: #186ba0;
    color: #fff;
    
}

.file-item-value div{
    margin-left:5px
}

.blocos .ui-multiselect-items-wrapper{
    max-height:300px !important;
}

.blocos .ui-multiselect-trigger{
    display:none !important;
}

.blocos .ui-multiselect-label{
    padding-right: .25em !important
}

.print-form .print-label {
    margin-bottom: 4px !important;
    font-weight: 600 !important;
}

.print-form .form-control{
    height:auto !important;
    min-height:32px;
}

.print-form .print-input{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
    padding: 6px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.print-form .header{
    border-bottom:1px solid #666 !important; 
    margin: 0px 0px 10px 15px; 
    color:#333 !important; 
    font-weight:bold !important;
    background-color: transparent !important;
}

.print-form .input table th{
    border:1px solid #bbb !important;
    padding:2px;
}

.print-form .input table td{
    border:1px solid #bbb !important;
    padding:2px;
}

.ui-inputtext{
    border:0 !important;
}
.ui-state-default{
    border:1px solid #d6d6d6 !important;
}
agm-map {
    height: 300px;
}

.sa-dygraph-legend {
    position: absolute;
    top: 20px !important;
    right: 50px !important;
    text-align: right;
}

.elipsis{
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%; 
    white-space: nowrap;
}

.upload .ui-widget-header .ui-button, .upload  .ui-widget-content .ui-button, .upload  .ui-widget.ui-button, .upload .ui-button {
    color:white !important;
}

.search-param .ui-multiselect .ui-multiselect-label{
    display:block;
    width:100%;
    padding:6px 12px;
    font-size:13px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border-radius:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.search-param .ui-state-default{
    border:1px dashed #444 !important;
}

.ui-multiselect .ui-multiselect-label-container{
    height:28px;
}

.search-list-description .popover{
    width: 450px !important;
}

.search-list-description .popover-title{
    padding:5px !important;
}

.email-header{
    height:80px;
    width:100%;
    background-color: #174882;
}

.email-footer{
    height:80px;
    width:100%;
    background-color: #dddddd;
}

.red-line{
    height:25px;
    width:100%; 
    background-color: #BE202E;
}

.white-line{
    height:25px;
    width:100%;
    background-color: #ffffff;
    border-bottom:2px solid #BE202E;
}

.email-body .blockquote{
    overflow: hidden !important;
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
    margin-left: 0 !important;
    font-style: italic !important;
    border-left: 5px solid #ccc !important;
}

.email-body table td, .email-body table th{
    min-width: 2em;
    padding: .4em;
    border-color: #d9d9d9;
}

.email-body a{
    max-width:540px;
    word-break: break-word;
}

.ck-editor__editable {
    min-height: 60px;
}

.exibirFoto{
    margin-left:30px;
}

.line-alteracao{
    
}

.original{
    padding:2px;
    margin:1px 0 !important;
    background-color:#f4f4f4 !important; 
    color:#cc0000 !important;
    height:20px;
}

.substituicao{
    padding:2px;
    margin:1px 0 !important;
    background-color:#f4f4f4 !important; 
    font-weight:700 !important;
    height:20px;
}