
.fas {
/*#00adc6 waterfy color */
  color : #0b5dae  !important;
}

.map {
  width: inherit;
  height: inherit;
  position: relative;
}

.spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-geofy {
  width:150px;
  height:150px;
  border: 15px solid #9ea3a35c;
  border-left-color: #0AC5D4;
  border-top-color: #0AC5D4;
  border-radius: 50%;
  opacity: 70%;
  animation-name: loading-geofy-animacao;
  animation-duration: 0.8s;
  animation-timing-function:linear;
  animation-iteration-count: infinite;
}

.logo-geofy {
  position: absolute;
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes loading-geofy-animacao {
  to {
    transform: rotate(360deg);
  }
}

.legendLive {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  line-height: 24px;
  color: #555;
  width: 360px
}

.legendLive h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 70px 8px;
  color: #2e2e2e;
}

.legendLive span {
  position: relative;
  bottom: 3px;
  color: #2e2e2e;
}

.legendClientes {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
/*   background: rgba(255, 255, 255, 0.8);*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  line-height: 24px;
  color: #555;
  width: 360px
  /* border-left:2px solid #c9c9c9;
  border-right:2px solid #c9c9c9;
  border-top:2px solid #c9c9c9;
  border-bottom:2px solid #c9c9c9 */
}

.legendClientes h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 70px 8px;
  color: #2e2e2e;
}

.legendClientes span {
  position: relative;
  bottom: 3px;
  color: #2e2e2e;
}

.legendClientes i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legendClientes i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

.legendClientes botao {
  width: 24px;
  height: 24px;
  /* float: right; */
  margin: 0 8px 0 50px;
  position: absolute;
  right: 0px;
  top: 7px;
}

.legendClientes #totalClientes {
    margin-bottom: 20px;
}

.legendClientes #listaInadimplentes {
    list-style-type:none; padding: 0 0 15px 20px;
}

table.geofyTabela {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: #D0E4F5;
}

table.geofyTabela td, table.geofyTabela th {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
}

table.geofyTabela tr:nth-child(even) {
  background-color: #FFFFFF;
}

.infoGeofy {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.legendGeofy {
    text-align: left;
    line-height: 18px;
    color: #555;
}
.legendGeofy i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.legendGeofy .colorcircle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0px;
}
.legendGeofy .circlepadding {
    border-radius: 50%;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.8);
}

#loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -100px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
}

.backgroundwhitepad {
    background: #FFF ! important;
    padding-top:5px;
}



.overflow-force-visible{
                       overflow: visible ! important;
                   }

.overflow-force-scroll{
                       overflow: scroll ! important;
                   }
.backgroundbluedialog {
    background: #DFEBFA ! important;
    padding-top:5px;
}

.backgroundredpad {
    background: #FF0000 ! important;
    text-align: center;
    padding-top:5px;
}

.backgroundgreen {
    font-size: 13px ! important;
    background: chartreuse ! important;
    padding-top:6px;
}
.backgroundred {
    font-size: 13px ! important;
    background: red ! important;
    padding-top:7px;
}

.backgroundcinza {
    background: #E5E5E5 ! important;
}

.backgroundblue, .backgroundblue textarea {
    background: #DFEBFA ! important;
}
.backgroundwhite, bgw,  .backgroundwhite textarea{
    background: #FFF ! important;
}


.labelRed{
    color: red ! important;
    font-size: 13px ! important;
    text-align: right;
}

.labelNormal {
    font-size: 13px ! important;
}

.labelGreen {
    color: green ! important;
    font-size: 13px ! important;

}
.labelLeft {
    text-align: right ! important;
    font-size: 11px ! important;

}
.labelBlue {
    color: blue ! important;
    font-size: 13px ! important;
    text-align: right;
}

.labelBlue1 {
    color: blue ! important;
}

.labelGreen1 {
    color: green ! important;
}
.labelRed1 {
    color: red ! important;
}

.labelBlueBold {
    color: blue ! important;
    font-weight: bold; 
}

.labelCadetBlue {
    color: cadetblue ! important;
}

.labelNavy {
    color: navy ! important;
    font-size: 11px ! important;    
}
.labelBold {
    font-weight: bold; 
}

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

.labelBold16White {
    font-weight: bold; 
    font-size: 16px !important;
    color: #FFFFFF;
}

.labelSolicitacao {
    margin-top: 5px ! important;
    font-size: 16px ! important;
    text-align: right ! important;
}

.labelSolicitacao2 {
    margin-top: 5px ! important;
    font-size: 14px ! important;
    text-align: left ! important;
}

.labelSolicitacaoAddServ {
    margin-top: 5px ! important;
    font-size: 16px ! important;
}

.labelProtocolo {
    margin-top: 5px ! important;
    font-size: 16px ! important;
}

.labelFaturaCancelamento {
    margin-top: 5px ! important;
    font-size: 16px ! important;
}

.labelTramiteEncerramento {
    font-size: 14px ! important;
}

.versao_cidade {
    white-space:nowrap;
}

.sair {
    padding-right: 2px ! important;
}

.infoTitle {
    font: bold 20px Verdana;
    margin: 0pt auto;
}

.infoTitle img {
    margin-right: 5px;
}

.infoMessage {
    font:18px Verdana;
    margin:5px;
}

.clear-button td, .clear-button tr, .clear-button div {
    background: none ! important;
    padding: 0px ! important;
    margin: 0px ! important;
}
.clear-button div:hover {
    background: #D6E3F2 ! important;
}

.border-button img {
    border:1px solid #A0BFE9 ! important;
}

.atendimentotopo {
    border-bottom: 1px solid #CCC;
}

.atendimentomenu {
    top:-1px ! important;
}

.atendimento-button td, .atendimento-button tr, .atendimento-button div {
    background: none ! important;
    padding: 0px 0px 0px 1px ! important;
    margin: 0px ! important;
}

.atendimento-button, .atendimento-button * {
    font-size: 12px ! important;
    text-align: left ! important;
}

.atendimento-button div {
    background: #E2EFFE ! important;
    padding-left: 40px;
}

.atendimento-button div:hover {
    background: #DFEBFA ! important;
}

.atendimento-button-selected div, .atendimento-button-selected div:hover {
    background: #bcdafd ! important;
}

.atendimento-topic {
    height:21px; font-size:13px; padding-top:5px; text-align:center;
}

.atendimento-button input {
    font-size: 20px ! important;
    height: 30px ! important;
}

.atendimento-label {
    font-size: 14px  ! important;
}

.atendimento-label div {
    padding-top: 2px ! important;
}
.atendimento-label label {
    font-size: 12px ! important;
    color: #666;
}

.atendimento-label-periodo {
    font-size: 24px ! important;
    color: #666;
}

.atendimento-radio {
    color: #666;
}

.radio {
    margin-bottom: 2px;
    margin-top: 2px;
}

.antecipacao-table {
    border-collapse: collapse;
}

.antecipacao-table th {
    padding: 3px;
    font-weight: bold;
}

.antecipacao-table td {
    border:1px solid #A0BFE9;
    background: #D9E7F8;
    padding: 3px;
}

.recalculo-total {
    font-size: 15px ! important;
    font-weight: bold ! important;
    top: -3px ! important;
    position: relative ! important;
}

.noborders textarea {
    border: none ! important;
    color: #000 ! important;
    font-weight: bold;
}

.obs-borders textarea {
    color: #000 ! important;
    font-weight: bold;
}

.lessPadding {
    padding: 2px ! important;
}

.padding3top {
    padding-top: 3px ! important;
}

input[disabled],input[disabled=''],input[disabled='true'],
textarea[disabled],textarea[disabled=''],textarea[disabled='true']{
    color: #000!important;
}

.margin5px {
    margin: 5px !important;
}

.fieldSetPesquisaLigacao > div > div  {
    height: 332px !important;
}

.labelRastrear {
    margin-top: 3px ! important;
    font-size: 13px ! important;
    font-weight: bold ! important;
}

.yellow * {
    background: #FFFFB4 !important;
}

.corNaoCriticada * {
    background-color: #FF0000 !important;
}
.corCriticada * {
    background-color: #00FF00 !important;
}
.corNaoCriticadaProblema * {
    background-color: #FF6600 !important;
}

.corCriterioEnquadramento * {
    background-color: #FFFF00 !important;
}

.corVistoria * {
    background-color: #ffffc8;
}

.corConsolidada * {
    background-color: #87CEFA !important;
}

.corLigacaoMacroMedidora * {
    background-color: #E818E8 !important;
}

.corVermelho * {
    background-color: #FF0000 !important;
}
.corRoxo * {
    background-color: #6600CC !important;
}
.corAmarelo * {
    background-color: #FFFF00 !important;
}

.ligthYellow * {
    background-color: #FFFFE0 !important;
}

.corVerde * {
    background-color: #32CD32 !important;
}
.corCinza * {
    background-color: #CCC !important;
}

.yellowRow * {
    background-color: #FFFFB4 !important;
}
.corVerde * {
    background-color: #009933 !important;    
}

.label_pricipal_TEF {
    font-size:30px; 
    text-align:center;
    color: blue; 
    line-height:350px; 
    border:1px solid blue;
}

.labelGrid * {
    font-size: 13.5px ! important;
    text-align: center;
}


.callcenterframepesquisa {
    background: #D3E1F1 !important;
    padding: 0 !important;
    margin: 0 !important;
    height:150px    
}

.callcenterframetopo {
    background: transparent !important;
}


.callcenterframepesquisa-label label {
    color: #666;
    margin: 0 !important;
    padding: 0 !important;

}

#centralAtendimento{
    border:none !important;
}

table.callcenterlabelinfo tr td{
    font-weight: bold;
}

.callcenter-button input {
    font-size: 12px ! important;
    height: 30px ! important;
}
.callcenter-button div:hover {
    background: #fff ! important;
}
.callcenter-button-treeview {
    text-align: center ! important;
}

.labelCallCenterInfo {
    margin-top: 3px ! important;
    font-size: 11px ! important;
    font-weight: bold ! important;

}

.cod_arquivo_debautomatico * {
    font-size: 10.5px ! important;
    font-family: 'Courier New',Courier,monospace ! important;
    text-align: justify;
    color: black ! important;
}

.callcenter-input input {
    font-size: 13px ! important;
    height: 26px ! important;
}

.callcenter-input-ligacao input {
    font-size: 21px ! important;
    height: 26px ! important;
/*    font-weight: bold ! important;*/
}


.callcenter-label label {
    font-size: 12px ! important;
    color: #777 ! important;
    padding-top: 8px ! important

}

.clear-button-callcenter td {
    padding: 0px 0px 3px 0px ! important;
}

.clear-button-callcenter div {
    background: none ! important;
    padding: 0px ! important;
    margin: 0px ! important;
}
.clear-button-callcenter div:hover {
    background: #D6E3F2 ! important;
}

.tooltip-callcenter h2 {
    font-size: 15px; 
    color: #15428B; 
    border-bottom: 1px solid #AAA; 
    padding: 4px;
    margin: 4px;

}

.tooltip-callcenter table, .tooltip-callcenter div {
    padding: 10px;
}

.tooltip-callcenter-info {
    width: 510px;
}

.tooltip-callcenter tr {
    height: 35px;
}

.tooltip-callcenter-feriado tr {
    height: 25px;
}
.tooltip-callcenter-feriado .left {
    border-bottom: 1px solid #15428B;
    border-right: 1px solid #15428B;
}
.tooltip-callcenter-feriado .right {
    height: 25px;
    border-bottom: 1px solid #15428B;
}

.tooltip-callcenter .icon {
    width: 35px;
}

.tooltip-callcenter dt.icon {
    double: left;
}

.tooltip-callcenter .msg {
    font-size: 12px;
}

.tooltip-callcenter-feriado .msg {
    padding: 5px;
}

.tooltip-callcenter-scroll div {
    height: 180px;
    overflow-y: scroll;
}

.tooltip-callcenter-scroll2 div {
    width: 400px;
    height: 300px;
    overflow-y: scroll;
}

.label-callcenter-usuario {
    color: #98BD3A;
    font-size: 13px;
    text-align: right;
}

ul.tree, ul.tree ul {
    list-style-type: none;
    background: url(img/vline.png) repeat-y;
    margin: 0;
    padding: 0;
}

ul.tree ul {
    margin-left: 10px;
}

ul.tree li {
    margin: 0;
    padding: 0 12px;
    line-height: 18px;
    background: url(img/node.png) no-repeat;
    color: #369;
    font-weight: bold;
    font-size: 13px;
}

ul.tree p {
    font-size:12px;
    font-weight:normal;
    padding-left: 10px;
}

ul.tree li.last, ul.tree li:last-child  {
    background: #EEF5FF url(img/lastnode.png) no-repeat;
}

.cod_arquivo_debautomatico * {
    font-size: 10.5px ! important;
    font-family: 'Courier New',Courier,monospace ! important;
    text-align: justify;
    color: black ! important;
}

.informacao {
    font-family: Tahoma, Arial, Verdana, sans-serif ! important;
    font-size: 11px ! important;
    text-align: right ! important;
    padding-top: 3px;
}

.logo {
    padding-left: 10px ! important;
}

.menu {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #e2effe;
}

.menuItem, .menuItem table {
/*
    width:90%
*/
}

.vermelho * {
    background-color: #eb2828 !important;
}

.laranja * {
    background-color: #FF6600 !important;
}

.azul * {
    background-color: lightskyblue !important;
}

.verde * {
    background-color: #32CD32 !important;
}

.cinza * {
    background-color: #808080 !important;
}

.amarelo * {
    background-color: #F0E68C !important;
}

.btn_msg {
    height: 18px;
    width: 30px;
    border: none;
}

.clear-multiselectcombobox > div {
    padding: 0px ! important;
}

.clear-multiselectcombobox {
    outline: 0;
}

#codBar {
    font-size: 20px;
    border: 1px solid #000;
}

#codBar2 {
    font-size: 20px;
    border: 1px solid #000;
}

#codBar3 {
    font-size: 20px;
    border: 1px solid #000;
}

textarea {
    white-space: pre-wrap;
}
.div {
    overflow: visible !important;
}

.gwt-com-sencha-gxt-theme-base-client-field-FieldLabelDefaultAppearance-Style-fieldItem{
    overflow: visible !important;
}

.lblColorRed {
     font-size: 20px ! important;
     color: red ! important;
     text-align: center ! important;
}

.lblColorBlue {
     font-size: 10px ! important;
     color: blue ! important;
     text-align: center ! important;
     word-wrap: break-word ! important;
}

.gridRow {
	background-color: red !important;
	border: 1px solid red !important;
}

.gwt-PopupPanelGlass {
    opacity:0.3;
    filter:alpha(opacity=30);
    background-color: grey;
}

.gwt-PopupPanel{
     border: 2px solid !important;
     border-color: #e2effe;
     position: absolute;
     z-index: 999999;
}

.gwt-PopupPanel .popupContent{

    color : #0b5dae  !important;
    background: #DFEBFA ! important;
    font: bold 20px Verdana;

}

#main-content{
    background-color: #e8f4f6 ! important;
}

.nobordersNormal textarea {
    border: none ! important;
    color: #000 ! important;
    font-weight: normal;
}

.labelRedBold12 {
    color: red !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.label-blue-bold-tahoma {
    font-family: tahoma,arial,verdana,sans-serif;
    color: #15428b;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

.infoToolTip {
    font: bold 14px Verdana;
    margin: 0pt auto;
}

.infoToolTip img {
    margin-right: 5px;
}

.infoToolTipMessage {
    font:10px Verdana;
    margin:5px;
}

.lightVermelho * {
    background-color: #FF8080 !important;
}

.Yellow65 * {
    background-color: #EAE129 !important;
}

.gwt-progress-outer {
    height: 8px;
    width: 100%;
    background-color: rgba(5, 114, 206, 0.2);
    overflow: hidden;
}

.gwt-progress-inner {
    width: 0%;
    height: 100%;
    background-color: rgb(5, 114, 206);

}

/* Modo intermitente (indeterminate) com animação */
.gwt-progress-inner.intermitente {
    width: 100%;
    height: 100%;
    background-color: rgb(5, 114, 206);
    animation: indeterminateAnimation 7s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
  0% {
    transform:  translateX(0) scaleX(0);
  }
  40% {
    transform:  translateX(0) scaleX(0.4);
  }
  100% {
    transform:  translateX(100%) scaleX(0.5);
  }
}

.label-sem-disponibilidade {
    color: #FF0000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 10px !important;
}