﻿#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.4;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 35%;
    left: 40%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#processMessageDemorado {
    position: fixed;
    top: 35%;
    left: 40%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingLogin {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 280px;
    height: 130px;
}

#loadingLoginDemorado {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 280px;
    height: 80px;
}

#processMessageAdequacao {
    position: fixed;
    top: 40%;
    left: 40%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAdequacao {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}

#processMessageAvisoEmpresa {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#loadingAvisoEmpresa {
    z-index: 1001;
    left: 30%;
    top: 20%;
    padding: 30px;
    position: absolute;
    background: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#processMessageAdequacaoExistente {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAdequacaoExistente {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}


#processMessageInformativo {
    position: fixed;
    top: 15%;
    left: 15%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingInformativo {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 800px;
    height: 420px;
}


#processMessageUpload {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingUpload {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}


#processMessageAlertaViabilidade {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAlertaViabilidade {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}

#processMessageTrafo {
    position: fixed;
    top: 15%;
    left: 15%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingTrafo {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 800px;
    height: 430px;
}

#processMessageIncluiPN {
    position: fixed;
    top: 15%;
    left: 13%;
    width: 13%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingIncluiPN {
    padding: 20px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 850px;
    height: 450px;
}


#processMessageIncluiPNConcluido {
    position: fixed;
    top: 35%;
    left: 30%;
    width: 20%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingIncluiPNConcluido {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 450px;
    height: 150px;
}

#processMessageAviso {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAviso {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}

#processMessageAvisoEmail {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAvisoEmail {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}

#processMessageProcessLogin {
    position: fixed;
    top: 30%;
    left: 30%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingProcessLogin {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 380px;
    height: 150px;
}

#processMessageAlerta {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAlerta {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}

#ModalMSG
{
	padding: 30px; 
	background-color: #FFFFFF; 
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align:center;
	width: 480px;
	height: 180px;
}


#processMessageAlertaPrazoVencimento {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAlertaPrazoVencimento {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}


#processMessageAlertaAssinatura {
    position: fixed;
    top: 40%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingAlertaAssinatura {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 180px;
}

#processMessageHistDemanda {
    position: fixed;
    top: 20%;
    left: 25%;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
}

#loadingHistDemanda {
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    width: 480px;
    height: 380px;
}




/*CORPO*/
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
/*FIM CORPO*/

/*TEXTO*/

.linkTarifaAzul {
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}

.linkTarifaVermelho {
    FONT-SIZE: 11px;
    COLOR: Red;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}

.linkTarifaVerde {
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}

.linkTarifaConvencional {
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}

.tit17azul {
    font-family: Arial;
    color: #0070B0;
    font-size: 17px;
}

.tit17azulbold {
    font-family: Arial;
    color: #0070B0;
    font-size: 24px;
}

.tit17cinza {
    font-family: Arial;
    color: #7F7F7F;
    font-size: 17px;
}

.tit17cinzabold {
    font-family: Arial;
    color: #7F7F7F;
    font-size: 17px;
    font-weight: bold;
}

.subtit12cinza {
    font-family: Arial;
    color: #7F7F7F;
    font-size: 12px;
    text-transform: uppercase;
}

.subtit12cinzabold {
    font-family: Arial;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.texto10branco {
    font-family: Arial;
    color: #FFFFFF;
    font-size: 12px;
}

.texto10cinza {
    font-family: Arial;
    color: #666666;
    font-size: 11px;
}

.texto10cinzabold {
    font-family: Arial;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}

.txtNoticia {
    font-family: Arial;
    color: #666666;
    font-size: 12px;
}

.texto12cinza {
    font-family: Arial;
    color: #666666;
    font-size: 12px;
}

.texto14cinza {
    font-family: Arial;
    color: #666666;
    font-size: 14px;
}

/*barnhen DEM-0013930 begin*/
/*
	.texto12CinzaEspacoLinha {
		font-family: Arial;
		color: #666666;
		font-size:12px;
		line-height:120%;
	}
    */
/*barnhen DEM-0013930 end*/

.texto12cinzabold {
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.texto13cinza {
    font-family: Arial;
    color: #666666;
    font-size: 13px;
}

.texto13cinzabold {
    font-family: Arial;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}

.texto14cinza {
    font-family: Arial;
    color: #666666;
    font-size: 14px;
}

.texto14cinzabold {
    font-family: Arial;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.tltNoticia {
    font-family: Arial;
    color: #0070B0;
    font-size: 14px;
}

.texto14vermelho {
    font-family: Arial;
    color: Red;
    font-size: 14px;
}

.texto12vermelho {
    font-family: Arial;
    color: Red;
    font-size: 12px;
}

.texto14azul {
    font-family: Arial;
    color: #0070B0;
    font-size: 14px;
}

.texto14azulbold {
    font-family: Arial;
    color: #0070B0;
    font-size: 14px;
    font-weight: bold;
}

.texto12azul {
    font-family: Arial;
    color: #0070B0;
    font-size: 12px;
}

.texto12azulbold {
    font-family: Arial;
    color: #0070B0;
    font-size: 12px;
    font-weight: bold;
}

.texto17laranja {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #e96f00;
    text-decoration: none;
}

.texto17cinza {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #666666;
    text-decoration: none;
}

.texto17azul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0070B0;
    text-decoration: none;
}

.texto17verde {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #7DCC9E;
    text-decoration: none;
}

.texto17amarelo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #EECC3F;
    text-decoration: none;
}

.tit17laranja {
    font-family: Arial;
    color: #e96f00;
    font-size: 17px;
}

.texto12laranja {
    font-family: Arial;
    color: #e96f00;
    font-size: 12px;
}

.texto14laranja {
    font-family: Arial;
    color: #e96f00;
    font-size: 14px;
}

/*FIM TEXTO*/

/*LINK*/

.link17azul {
    font-family: Arial;
    color: #0070B0;
    font-size: 17px;
    text-decoration: none;
}

    .link17azul:hover {
        font-family: Arial;
        color: #0070B0;
        font-size: 17px;
        text-decoration: underline;
    }

.link10cinzamenu {
    font-family: Arial;
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}

.link12cinza {
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

    .link12cinza:hover {
        font-family: Arial;
        color: #666666;
        font-size: 12px;
        text-decoration: underline;
    }

    .HyperLinkLiga{
        color: #fff;
        text-decoration: none;
    }

.link12azul {
    font-family: Arial;
    color: #0070B0;
    font-size: 12px;
    text-decoration: none;
}

    .link12azul:hover {
        font-family: Arial;
        color: #0070B0;
        font-size: 12px;
        text-decoration: none;
    }

.link12cinzabold {
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

    .link12cinzabold:hover {
        font-family: Arial;
        color: #666666;
        font-size: 12px;
        text-decoration: underline;
        font-weight: bold;
    }

/*FIM LINK*/


/*TABELA*/

.td_titulo {
    BORDER-right: #FFFFFF 1px solid;
    PADDING-LEFT: 5px;
    FONT-SIZE: 14px;
    COLOR: #666666;
    FONT-FAMILY: tahoma;
    HEIGHT: 45px;
    BACKGROUND-COLOR: #EDEDED;
}

.tr_branco {
    BORDER-right: #FFFFFF 1px solid;
    PADDING-LEFT: 5px;
    FONT-SIZE: 14px;
    COLOR: #666666;
    FONT-FAMILY: tahoma;
    HEIGHT: 45px;
    BACKGROUND-COLOR: #FFFFFF;
}

.tr_zebra {
    BORDER-right: #FFFFFF 1px solid;
    PADDING-LEFT: 5px;
    FONT-SIZE: 14px;
    COLOR: #999999;
    FONT-FAMILY: tahoma;
    HEIGHT: 45px;
    BACKGROUND-COLOR: #F7F7F7;
}

.td_azul {
    BACKGROUND-COLOR: #0070B0;
}

.td_cinza_login {
    BACKGROUND-COLOR: #F4F4F4;
}

/*FIM TABELA*/

/*FORMULÁRIO*/

.input_text {
    FONT-SIZE: 14px;
    COLOR: #666666;
    border: 1px solid #CCCCCC;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    padding-top: 3px;
}

.input_text_login {
    FONT-SIZE: 16px;
    height: 26px;
    COLOR: #666666;
    border: 1px solid #CCCCCC;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    padding-top: 3px;
    border-radius: 5px;
}

.input_text_erro {
    FONT-SIZE: 14px;
    height: 18px;
    COLOR: #666666;
    border: 1px solid #CCCCCC;
    FONT-FAMILY: Arial;
    font-style: italic;
    background-color: #FFEEEE;
    padding-top: 3px;
}

.input_text_busca {
    FONT-SIZE: 16px;
    height: 26px;
    COLOR: #666666;
    border: 0px solid #CCCCCC;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: transparent;
    padding-top: 5px;
}

.combo_box {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
}

.input_combo_box {
    border: 1px solid #CCCCCC;
    font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    scrollbar-arrow-color: #00386B;
    scrollbar-3dlight-color: #eeeeee;
    scrollbar-highlight-color: #F7F7F7;
    scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-darkshadow-color: #F7F7F7;
    scrollbar-track-color: #F7F7F7;
}


.input_text_enable {
    FONT-SIZE: 14px;
    height: 18px;
    COLOR: #666666;
    border: 1px solid #CCCCCC;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    padding-top: 3px;
}

.input_text_unvisible {
    FONT-SIZE: 14px;
    height: 18px;
    COLOR: #666666;
    border: 1px solid #CCCCCC;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    padding-top: 3px;
    display: none;
}
/*FIM FORMULÁRIO*/

/*BOTOES*/
.botoes {
    border: 0px;
    font-family: arial;
    color: #F4F4F4;
    font-size: 11px;
    height: 31px;
    width: 130px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-image: url("../img/fundo_botao.gif");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    cursor: pointer;
}

.botoeslivre {
    border: 0px;
    font-family: arial;
    color: #F4F4F4;
    font-size: 11px;
    height: 31px;
    width: 130px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-image: url("../img/fundo_botao_livre.gif");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    cursor: pointer;
}

.botoes2 {
    border: 0px;
    font-family: arial;
    color: #F4F4F4;
    font-size: 11px;
    height: 31px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-image: url("../img/fundo_botao2.gif");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    cursor: pointer;
}

.botoes2livre {
    border: 0px;
    font-family: arial;
    color: #F4F4F4;
    font-size: 11px;
    height: 31px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-image: url("../img/fundo_botao2_livre.gif");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*barnhen DEM-0014086*/
.botoesRetificacao {
    /*height: auto;*/
    border: 0px;
    font-family: arial;
    color: #F4F4F4;
    font-size: 11px;
    height: 63px;
    width: 420px;
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    /*vertical-align: middle;*/
    text-transform: uppercase;
    text-align: center;
    /*line-height:1px;*/
    line-height: 63px;
    font-weight: bold;
    background-image: url("../img/fundo_div_retificacao.png");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    /*cursor:hand;*/
}



.botoes2viaCativo {
    border: 0px;
    height: 86px;
    width: 71px;
    background-image: url("../img/ico_servico_01.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoes2viaCativo:hover {
        background-image: url("../img/ico_servico_01_selected.gif");
        cursor: pointer;
    }

/*CONSULTA 2 VIA CONTA*/
.botoes2Via {
    border: 0px;
    height: 86px;
    width: 71px;
    background-image: url("../img/ico_servico_01.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoes2Via:hover {
        background-image: url("../img/ico_servico_01_selected.gif");
        cursor: pointer;
    }
/*ALTERACAO DEMANDA CONTRATADA*/
.botoesAltDemanda {
    border: 0px;
    height: 83px;
    width: 75px;
    background-image: url("../img/ico_servico_02.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltDemanda:hover {
        background-image: url("../img/ico_servico_02_selected.gif");
        cursor: pointer;
    }

.botoesAltDemandaLivre {
    border: 0px;
    height: 83px;
    width: 75px;
    background-image: url("../img/ico_servico_02.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltDemandaLivre:hover {
        background-image: url("../img/ico_servico_02_selected_livre.gif");
        cursor: pointer;
    }
/*ALTERACAO MODALIDADE TARIFARIA*/
.botoesAltModTarifa {
    border: 0px;
    height: 84px;
    width: 74px;
    background-image: url("../img/ico_servico_03.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltModTarifa:hover {
        background-image: url("../img/ico_servico_03_selected.gif");
        cursor: pointer;
    }

.botoesAltModTarifaLivre {
    border: 0px;
    height: 84px;
    width: 74px;
    background-image: url("../img/ico_servico_03.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltModTarifaLivre:hover {
        background-image: url("../img/ico_servico_03_selected_livre.gif");
        cursor: pointer;
    }
/*HISTORICO DE DEMANDA*/
.botoesHistDemanda {
    border: 0px;
    height: 73px;
    width: 72px;
    background-image: url("../img/ico_servico_04.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistDemanda:hover {
        background-image: url("../img/ico_servico_04_selected.gif");
        cursor: pointer;
    }

.botoesHistDemandaLivre {
    border: 0px;
    height: 73px;
    width: 72px;
    background-image: url("../img/ico_servico_04.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistDemandaLivre:hover {
        background-image: url("../img/ico_servico_04_selected_livre.gif");
        cursor: pointer;
    }
/*HISTORICO DE CONSUMO*/
.botoesHistConsumo {
    border: 0px;
    height: 74px;
    width: 77px;
    background-image: url("../img/ico_servico_05.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistConsumo:hover {
        background-image: url("../img/ico_servico_05_selected.gif");
        cursor: pointer;
    }

.botoesHistConsumoLivre {
    border: 0px;
    height: 74px;
    width: 77px;
    background-image: url("../img/ico_servico_05.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistConsumoLivre:hover {
        background-image: url("../img/ico_servico_05_selected_livre.gif");
        cursor: pointer;
    }
/*HISTORICO DE FATURAMENTO*/
.botoesHistFaturamento {
    border: 0px;
    height: 83px;
    width: 78px;
    background-image: url("../img/ico_servico_06.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistFaturamento:hover {
        background-image: url("../img/ico_servico_06_selected.gif");
        cursor: pointer;
    }

.botoesHistFaturamentoLivre {
    border: 0px;
    height: 83px;
    width: 78px;
    background-image: url("../img/ico_servico_06.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistFaturamentoLivre:hover {
        background-image: url("../img/ico_servico_06_selected_livre.gif");
        cursor: pointer;
    }
/*HISTORICO DE LEITURA*/
.botoesHistLeitura {
    border: 0px;
    height: 79px;
    width: 89px;
    background-image: url("../img/ico_servico_07.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistLeitura:hover {
        background-image: url("../img/ico_servico_07_selected.gif");
        cursor: pointer;
    }

.botoesHistLeituraLivre {
    border: 0px;
    height: 79px;
    width: 89px;
    background-image: url("../img/ico_servico_07.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesHistLeituraLivre:hover {
        background-image: url("../img/ico_servico_07_selected_livre.gif");
        cursor: pointer;
    }
/*ALTERACAO ENDERECO*/
.botoesAltEndereco {
    border: 0px;
    height: 82px;
    width: 73px;
    background-image: url("../img/ico_servico_08.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltEndereco:hover {
        background-image: url("../img/ico_servico_08_selected.gif");
        cursor: pointer;
    }

.botoesAltEnderecoLivre {
    border: 0px;
    height: 82px;
    width: 73px;
    background-image: url("../img/ico_servico_08.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltEnderecoLivre:hover {
        background-image: url("../img/ico_servico_08_selected_livre.gif");
        cursor: pointer;
    }
/*ALTERACAO DATA VENCIMENTO*/
.botoesAltDatVenc {
    border: 0px;
    height: 81px;
    width: 71px;
    background-image: url("../img/ico_servico_09.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltDatVenc:hover {
        background-image: url("../img/ico_servico_09_selected.gif");
        cursor: pointer;
    }

.botoesAltDatVencLivre {
    border: 0px;
    height: 81px;
    width: 71px;
    background-image: url("../img/ico_servico_09.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAltDatVencLivre:hover {
        background-image: url("../img/ico_servico_09_selected_livre.gif");
        cursor: pointer;
    }
/*SIMULACAO TARIFARIA*/
.botoesSimTarifa {
    border: 0px;
    height: 79px;
    width: 78px;
    background-image: url("../img/ico_servico_10.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesSimTarifa:hover {
        background-image: url("../img/ico_servico_10_selected.gif");
        cursor: pointer;
    }

.botoesSimTarifaLivre {
    border: 0px;
    height: 79px;
    width: 78px;
    background-image: url("../img/ico_servico_10.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesSimTarifaLivre:hover {
        background-image: url("../img/ico_servico_10_selected_livre.gif");
        cursor: pointer;
    }
/*CONSULTA PROTOCOLO ATENDIMENTO*/
.botoesConsProtocolo {
    border: 0px;
    height: 73px;
    width: 69px;
    background-image: url("../img/ico_servico_11.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesConsProtocolo:hover {
        background-image: url("../img/ico_servico_11_selected.gif");
        cursor: pointer;
    }

.botoesConsProtocoloLivre {
    border: 0px;
    height: 73px;
    width: 69px;
    background-image: url("../img/ico_servico_11.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesConsProtocoloLivre:hover {
        background-image: url("../img/ico_servico_11_selected_livre.gif");
        cursor: pointer;
    }
/*RESUMO DO CONTRATO*/
.botoesResContrato {
    border: 0px;
    height: 73px;
    width: 69px;
    background-image: url("../img/ico_servico_12.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesResContrato:hover {
        background-image: url("../img/ico_servico_12_selected.gif");
        cursor: pointer;
    }

.botoesResContratoLivre {
    border: 0px;
    height: 73px;
    width: 69px;
    background-image: url("../img/ico_servico_12.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesResContratoLivre:hover {
        background-image: url("../img/ico_servico_12_selected_livre.gif");
        cursor: pointer;
    }
/*CONSULTA DE DESLIGAMENTO PROGRAMADO*/
.botoesConsDesliga {
    border: 0px;
    height: 67px;
    width: 71px;
    background-image: url("../img/ico_servico_13.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesConsDesliga:hover {
        background-image: url("../img/ico_servico_13_selected.gif");
        cursor: pointer;
    }

.botoesConsDesligaLivre {
    border: 0px;
    height: 67px;
    width: 71px;
    background-image: url("../img/ico_servico_13.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesConsDesligaLivre:hover {
        background-image: url("../img/ico_servico_13_selected_livre.gif");
        cursor: pointer;
    }
/*SOLICITACAO DE DESLIGAMENTO DEFINITIVO*/
.botoesSolDesliga {
    border: 0px;
    height: 67px;
    width: 71px;
    background-image: url("../img/ico_servico_14.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesSolDesliga:hover {
        background-image: url("../img/ico_servico_14_selected.gif");
        cursor: pointer;
    }

.botoesSolDesligaLivre {
    border: 0px;
    height: 67px;
    width: 71px;
    background-image: url("../img/ico_servico_14.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesSolDesligaLivre:hover {
        background-image: url("../img/ico_servico_14_selected_livre.gif");
        cursor: pointer;
    }
/*ASSINATURA ELETRONICA*/



/*ADEQUACAO RESOLUCAO 414*/
.botoesAdequacaoRes {
    border: 0px;
    height: 82px;
    width: 82px;
    background-image: url("../img/ico_servico_16.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAdequacaoRes:hover {
        background-image: url("../img/ico_servico_16_selected.gif");
        cursor: pointer;
    }
/*ADEQUACAO RESOLUCAO 414*/
.botoesAdequacaoResLivre {
    border: 0px;
    height: 82px;
    width: 82px;
    background-image: url("../img/ico_servico_16.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAdequacaoResLivre:hover {
        background-image: url("../img/ico_servico_16_selected_livre.gif");
        cursor: pointer;
    }

/*barnhen DEM-0012218 begin*/
/*ADEQUAÇÃO HORÁRIO PONTA*/
.botoesAdequacaoHoraPonta {
    border: 0px;
    height: 82px;
    width: 82px;
    background-image: url("../img/ico_servico_19.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAdequacaoHoraPonta:hover {
        background-image: url("../img/ico_servico_19_selected.gif");
        cursor: pointer;
    }

.botoesAdequacaoHoraPontaLivre {
    border: 0px;
    height: 79px;
    width: 89px;
    background-image: url("../img/ico_servico_19.gif");
    background-color: Transparent;
    background-repeat: no-repeat;
}

    .botoesAdequacaoHoraPontaLivre:hover {
        background-image: url("../img/ico_servico_19_selected_livre.gif");
        cursor: pointer;
    }
/*barnhen DEM-0012218 end*/

/*FIM BOTOES*/

/*MENU CATIVO*/
.tit17MenuCativo {
    font-family: Arial;
    color: #666666;
    font-size: 17px;
    text-decoration: none;
}

    .tit17MenuCativo:hover {
        color: #0070B0;
        cursor: pointer;
        text-decoration: none;
    }

.tit13MenuCativo {
    font-family: Arial;
    color: #666666;
    font-size: 13px;
    text-decoration: none;
}

    .tit13MenuCativo:hover {
        color: #0070B0;
        cursor: pointer;
        text-decoration: none;
    }
/*FIM MENU CATIVO*/

/*MENU LIVRE*/
.tit17MenuLivre {
    font-family: Arial;
    color: #666666;
    font-size: 17px;
    text-decoration: none;
}

    .tit17MenuLivre:hover {
        color: #e96f00;
    }

.tit13MenuLivre {
    font-family: Arial;
    color: #666666;
    font-size: 13px;
    text-decoration: none;
}

    .tit13MenuLivre:hover {
        color: #e96f00;
    }
/*FIM MENU LIVRE*/

.destaqueTarifaAzul {
    color: #477FD2;
}

.destaqueTarifaVerde {
    color: #7DCC9E;
}

.destaqueTarifaConvencional {
    color: #EECC3F;
}

.destaqueTarifaGrupoB {
    color: #f39f26;
}

.botaoFechar {
    color: #0070B0;
    font-size: 18px;
    float: right;
    cursor: pointer;
}

.emp-table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    color: #666666;
}

    .emp-table table, .emp-table td, .emp-table th {
        border: 1px solid #F4F4F4;
    }

    .emp-table th {
        line-height: 30px !important;
        background-color: #F4F4F4;
        color: #0070B0;
        font: bold 12px arial;
    }

.emp-modal {
    border: 1px solid #cccccc;
    display: none;
    position: fixed;
    padding: 2em;
    top: 30%;
    left: 30%;
    width: 40%;
    z-index: 1001;
    background-color: #FFFFFF;
    color: #666666;
}

.emp-modal-small {
    border: 1px solid #cccccc;
    display: none;
    position: fixed;
    padding: 2em;
    top: 30%;
    left: 35%;
    width: 30%;
    z-index: 1001;
    background-color: #FFFFFF;
    color: #666666;
}

.emp-modal-large {
    border: 1px solid #cccccc;
    display: none;
    position: fixed;
    padding: 2em;
    top: 10%;
    margin: 0 auto;
    width: 930px;
    z-index: 1001;
    background-color: #FFFFFF;
    color: #666666;
    height: 70%;
}

.emp-modal-btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0070B0;
    color: #FFFFFF;
    padding: 0 6px 2px 6px;
    font: bold 16px arial;
    border-radius: 2px;
    cursor: pointer;
}

.emp-titulo-modal {
    margin: 0;
    color: #666;
    border-bottom: solid 5px #0070B0;
    font: bold 16px arial;
}

.emp-well {
    background-color: #F4F4F4;
    padding: 1em;
}

.emp-margin-top2 {
    margin-top: 2em;
}

.emp-div-buttons {
    margin: 1em 0 2em 0;
}

.emp-botoes-centralizados {
    width: 410px;
    margin: 0 auto;
}

.bl-link-fatura {
    color: Red;
    text-align: center;
}

hr.separador-solid {
    color: #EDEDED;
}

.emp-table-scroll thead, .emp-table-scroll tbody {
    display: block;
}

.emp-table-scroll tbody {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.emp-resosucoes-geradores {
    text-align: left;
}

    .emp-resosucoes-geradores h4 {
        font-family: Arial;
        color: #0070B0;
        font-size: 18px;
    }

    .emp-resosucoes-geradores p {
        font-family: Arial;
        color: #666;
        font-size: 14px;
        text-align: justify;
    }

.collapse {
    border-collapse: collapse;
}

.emp-resolucao {
    background-color: #f4f4f4;
    padding: 10px;
}

.emp-tabela-geradoras table, .emp-tabela-geradoras td, .emp-tabela-geradoras th {
    border: 2px solid #ccc;
}

.emp-tabela-geradoras th {
    font-family: Arial;
    color: #0070B0;
    font-size: 14px;
    text-align: left;
    padding: 5px;
}

.emp-tabela-geradoras td {
    font-family: Arial;
    color: #666;
    font-size: 13px;
    padding: 5px;
}

/*Breadcrumb*/
.emp-breadcrumb-right {
    font-family: Arial;
    color: #666;
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
/*=====================*/
.msg-envio-contrato {
    margin-top: 50px;
    margin-bottom: 60px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 60%;
    margin-left: 20%;
    padding: 10px;
}

    .msg-envio-contrato p {
        font-family: Arial sans-serif;
        font-size: 20px;
        color: #666;
    }

#emp-titulo-modal-contas {
    color: Red;
    text-align: center;
    font: bold 16px arial;
}

.emp-text {
    font-family: Arial;
    color: #666;
    font-size: 14px;
}

#emp-btn-voltar-contrato {
    margin-left: 20%;
}

.mySlides {
    display: none;
}

.ponteiro {
    cursor: pointer;
}
.ep-slide-indicadores {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
    font-size: 1.3em;
}
.ep-slide-seta-esquerda {
    float: left;
    margin-left: 16px;
}
    .ep-slide-seta-esquerda:hover {
        color: #cccccc;
    }
.ep-slide-seta-direita {
    float: right;
    margin-right: 16px;
}
    .ep-slide-seta-direita:hover {
        color: #cccccc;
    }

.ep-slide-numeros {
    float: right;
    margin-right: 30px;
}
.ep-slide-white {
    color: #000;
    background-color: #fff;
}
.ep-slide-numero-banner {
    border: 2px solid #FFF;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0 2px;
}
    .ep-slide-numero-banner:hover {
        color: #000;
        background-color: #FFF;
    }

.mensagem-alerta {
    font-family: Arial;
    font-weight: bold;
    background-color: #F44336;
    color: #FFF;
    margin: 10px auto;
    padding: 20px 30px;
}

#grad1 {
    height: 200px;
    background-color: rgb(0, 152, 205);  /* red; For browsers that do not support gradients */
    /*background-image: linear-gradient(to right, #006699 , #00bbcc);*/ /* Standard syntax (must be last) */
    font-family: Lato,sans-serif;    
    padding-top:40px;  
    margin-top:25px;
}


/*  Se for utilizar o Degradê utilize o codigo abaixo  
    
    #grad2 {
    height: 200px;
    background-color: red; 
    background-image: linear-gradient(to right, #006699 , #00bbcc);
    font-family: Lato,sans-serif;    
    padding-top:40px;  
}*/


.tabela-rodape{     
    font-size: 14px;
    color: #fff;     
    font-family: Lato,sans-serif;     
    width: 999px;
    border:0;    
}

.link-cadastro{    
    cursor: pointer;     
    color: #069;
    font-family: Lato,sans-serif;
    font-weight: 400;               
}

a.link-cadastro, a:visited {
	text-decoration: none
	}
a.link-cadastro:hover {
	text-decoration: underline; 
    color: #069;	
	}
a.link-cadastro:active {
	text-decoration: none
	}


.link-rodape{
    color: -webkit-link;
    cursor: pointer;    
    color: #fff;        
    font-family: Lato,sans-serif;           
}


a.link-rodape:link, a:visited {
	text-decoration: none
	}
a.link-rodape:hover {
	text-decoration: underline; 
	color: #fff;
	}
a.link-rodape:active {
	text-decoration: none
	}

.table-card{
    width:96%;
    margin:auto
}

.card-servicos-destaque{
    border-radius: 8px;
    height: 112px;
    width: 142px;    
    position: relative;
    margin:5px;
}


.card-poderes-publicos{
    height: 112px;
    width: 200px;    
    position: relative;
    margin:10px;    
}

.card-servico-destaque-icone-publicos{
    position: absolute;    
    left: 7px; 
    margin-top:10px;


}

.card-menu-p{    
    position: absolute;
    top: 60px;
    left: 19px;
    font-family: Lato,sans-serif;
    font-size: 1.10em;
    text-align: left;
    color: #FFF;       
}


.card-servicos-destaque-seta img {
    width: 8px;
    height: 14px;
    padding-left:170px;
    padding-top:15px;
}


.card-menu{    
    position: absolute;
    top: 55px;
    left: 13px;
    font-family: Lato,sans-serif;
    font-size: 1em;
    text-align: left;
    color: #FFF;    
}


.card-servico-destaque-icone{
    position: absolute;    
    left: 7px; 

}

.card-servico-destaque-icone img{
    width: 41px;
    height: 48px;
}

.btn-link-cadastro-senha{
    background: 0 0;
    color: #069;
    font-family: Lato,sans-serif;
    font-weight: 400;
    text-align: center;
    border: 2px solid #FFF;
    font-size: 1em;
}

.titulos-default{
    color: #005392;
    font-family: arial,helvetica,sans-serif;
    margin-bottom:5px;
    margin-top:2px;       
    font-size: 1.46em;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 10px;
}

.titulos-default-servicos{
    color: #005392;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.30em;
    font-weight: normal;   
    margin-bottom:25px; 
}

.tab-unidades{
    width:95%;
    margin:auto;
    border:0px;    
}

.Content {
    border: 0;
    overflow: hidden;
    position: relative;
    display: inline;
    float: left;
    width: auto;
    margin: auto;
    background-image: none;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;    
    margin-bottom: 20px;    
    margin-left: 26px;  
}


.ms-WPBody {
    font-family: Arial,Helvetica,sans-serif;
}

.Slide {
    float: left;
    position: absolute;
    height: 100px;
    width: 100%;
    -webkit-transition: height .3s; 
}

.Content:hover .Slide{
    height: 156px;
} 


.Box {
    width: auto;
    padding: 0 12px 0 8px;
    border: 0;
    height: 100%;
    margin-top: 10px;
}

.Box-p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.Box A P {
    color: white;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 17px;
    padding: 5px 0 0 0;
    margin: 0!important;
}

.Slide .Box A P SPAN {
    font-size: 14px;
    font-weight: bold;
    width: auto;
}

.Slide .Box {
    background-color: #005392;
}

.ms-webpart-chrome {
    border-spacing: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.Slide .Box A {
    text-decoration: none;
    float: none;
    padding: 0;
}


.Box A P SPAN {
    font-size: 14px;
    font-weight: bold;
    width: auto;
}

.bandeira-tarifaria {
    background-image: url(../img/BANDEIRAS.png);
    width: 213px;
    height: 44px;
    padding-right: 13px;    
    box-sizing: border-box;
    margin-top: 1px;  
    padding-left:3px;  
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.Vermelha {
    background-image: url(../img/FLAG_RED.png);   
    margin-top:7px;     
}

.Amarela {
    background-image: url(../img/FLAG_YELLOW.png);        
    margin-top:7px;
}

.Verde {
    background-image: url(../img/FLAG_GREEN.png);        
    margin-top:7px;
}

.bandeira-tarifaria span {
    width: 25px;
    height: 31px;
    float: right;
     
}

.bandeira-tarifaria a, .ms-link:visited {
    color: #0072c6;
    text-decoration: none;    
}

.texto {
    font-weight: bold;    
    text-transform: uppercase;
}
.conteudo{
    color: #6f6f6f !important;
    font-size: 12px; 
    text-align:left;
}

.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
    margin-bottom:15px;
}



.style14 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
    margin-bottom:0px !important;
}

.servicos {
    color: #09c;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 2.67;
    text-align: left;
    padding-left: 0;
    list-style-type: none;
    margin-left:10px;

}

.itens-servicos{
    color: #337ab7;    
}

.itens-servicos a:link, a:visited {
	text-decoration: none
	}
.itens-servicos a:hover {
	text-decoration: underline; 
	color: #337ab7;
	}
.itens-servicos a:active {
	text-decoration: none
	}

.demais-sevicos-area-titulo{
    height: 32px;
    font-family: Lato,sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #069;

}

.demais-servicos-area{
    border-radius: .25em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .5em 2em;
    background-color: #FFF;
    border: 1px solid #d8d8e0;
    width: 100%; 
    padding-bottom:10px;
}

.site-poderes-publicos{
    margin-top: 51px;
    float: right;
}

.footer {
    position:absolute;
    bottom:0;
    width:100%;
}

.input_text_buscar{
     /*border-radius: 3px;*/
     border-width: 0px !important;
     height: 27px; 
     margin:0px !important;
     padding:0px !important;        
     
}

.table-buscar td{
    margin:0px !important;
    padding:0px !important;
    vertical-align:top;
}

.btn-pesq{
    height:28px;
    width:32px;
}


/*ToolTip*/

a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span.tool {
    position: absolute;
    width:300px;
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #049ED6;
    height: 150px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
a.tooltips span.tool:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0; height: 0;
    border-top: 12px solid #049ED6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
a.tooltips span.tool:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span.tool {
    visibility: visible;
    opacity: 0.9;
    bottom: 140px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}
.combo_box2 {
    background-color: #FFFFFF;
    font-size: 14px;
    width: 200px;
    border-radius: 0.25em;
    min-width: 100px;
    height: 38px;
    border: 1px solid #444c64;
    color: #069;
    overflow: hidden !important;
    margin-bottom: 12px;
}
.buttonAgencia {
    font-size: 12px;
    border-radius: 10px;
    font-weight: 800;
    margin: 5px 0px 5px 0px;
    padding: 0px 8px;
    width: 135px;
    cursor: pointer;
    background: linear-gradient(100deg, #006699, #00bbcc);
    color: #fff;
    border: 0;
    font-family: 'Lato', sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.ativo {
    background: #aaa !important;
    color: #fff !important;
}
.btn.ativo:focus {
    outline: none;
}
.ocultar{
    display:none;
}
.iconInfo {
    content: "\2139";
    border: 1px solid #fff;
    padding: 1px 7px;
    border-radius: 100%;
    cursor: pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ccc;
    color: #383636;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.nomesap p {
    margin: 0 0 10px;
    text-transform: lowercase;
}

    .nomesap p::first-letter {
        text-transform: uppercase;
    }

.cpfl-style .form-group label.inputs {
    font-weight: 900 !important;
}

.mt-8 {
    margin-top: 8px;
}

.table-consulta-protocolo td {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.table-consulta-protocolo tbody tr td {
    line-height: 4em !important;
}

.bg-solicitacao-noprazo {
    background-color: #80BF41;
}

.bg-solicitacao-foraprazo {
    background-color: #FCB924;
}

.bg-solicitacao-foraprazo {
    background-color: #FCB924;
}

.bg-solicitacao-recusado {
    background-color: #ED1B24;
}

.config-solicitacao-contextual {
    padding: 0px !important;
}

    .config-solicitacao-contextual
    .bg-solicitacao-noprazo,
    .bg-solicitacao-foraprazo,
    .bg-solicitacao-recusado {
        color: #fff;
        padding: 10px 0px 10px 10px !important;
        margin: 0px !important;
        border-radius: 5px;
    }

.alert-info-cpfl {
    border-radius: 10px !important;
    background-color: #D8D8E0;
    border: 1px solid #ccc !important;
}

    .alert-info-cpfl p {
        padding: 10px;
    }
/***TIMELINE********/
.bold {
    font-weight: bold;
}

.timeline-wrapper {
    margin: 30px 0px 0px 0px;
    min-width: 400px;
    font-family: 'Helvetica';
    font-size: 1em;
}

.step-progress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

    .step-progress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: 10px;
        height: 100%;
        border-left: 5px dashed #CCC;
    }

.step-progress-item {
    position: relative;
    counter-increment: list;
}

    .step-progress-item:not(:last-child) {
        padding-bottom: 40px;
    }

    .step-progress-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -30px;
        height: 100%;
        width: 10px;
    }

    .step-progress-item.is-default::after,
    .step-progress-item.is-done::after,
    .step-progress-item.not-done::after,
    .step-progress-item.is-progress::after,
    .step-progress-item.is-delay::after {
        content: "";
        font-size: 10px;
        color: #FFF;
        text-align: center;
        border: 4px solid #80BF41;
        background: #5e8735;
        position: absolute;
        width: 3em;
        height: 3em;
        left: -43px;
        top: 0px;
        border-radius: 20px;
    }

    .step-progress-item.not-done::after,
    .step-progress-item.is-progress::after {
        border: 6px solid #CCC;
        background: #fff;
    }

    .step-progress-item.is-delay::after {
        border: 6px solid #d99a5f;
        background: #df7614;
    }

    .step-progress-item.is-done::before {
        border-left: 6px solid #80BF41;
    }

    .step-progress-item.is-done::after {
        /*content: "?"; */
        font-size: 10px;
        color: #FFF;
        text-align: center;
    }

    .step-progress-item.is-default::before {
        display: inline-block;
        content: 'X';
        position: absolute;
        left: -36px;
        top: 50%;
        font-size: x-large;
        font-weight: 700;
        color: crimson;
    }

.step-progress strong {
    display: block;
}

.fw-100 {
    font-weight: 100;
}

a.status-link {
    font-weight: 100;
    margin-left: 5px;
}
/***TIMELINE********/

