/*--- Painel de Busca ---*/
.gerenciamentoInteressado__painel {
    margin: 4px 0 10px;
    position: relative;
}
.gerenciamentoInteressado__painel__selectOneMenu {
    font-size: 12px !important;
    position: absolute;
}
.gerenciamentoInteressado__painel__button {
    position: absolute;
}

@media screen and (min-width: 641px) {
    .gerenciamentoInteressado__painel {
        height: 85px;
    }
    .gerenciamentoInteressado__painel__button {
        height: 35px;
    }
    .gerenciamentoInteressado__painel__selectOneMenu {
        min-width: 135px !important;
        width: 125px;
    }

    .gerenciamentoInteressado__painel__button--NovoInteressado {
        left: 10px;
        top: 40px;
        width: calc(100% - 20px);
    }
    .gerenciamentoInteressado__painel__selectOneMenu--TipoInteressado {
        left: 10px;
        top: 40px;
    }
    .gerenciamentoInteressado__painel__inputText {
        left: 160px;
        max-width: 400px;
        position: absolute;
        top: 40px;
        width: calc(100% - 330px);
    }
    .gerenciamentoInteressado__painel__button--Buscar {
        right: 10px;
        top: 40px;
        width: 140px;
    }
}
@media screen and (max-width: 640px) and (min-width: 0px){
    .gerenciamentoInteressado__painel--criar {
        height: 80px;
    }
    .gerenciamentoInteressado__painel--buscar {
        height: 150px;
    }
    .gerenciamentoInteressado__painel__button {
        height: 30px;
        position: absolute;
        width: calc(100% - 20px);
    }
    .gerenciamentoInteressado__painel__selectOneMenu {
        min-width: 80px !important;
        width: calc(100% - 20px);
    }

    .gerenciamentoInteressado__painel__button--NovoInteressado {
        height: 30px;
        left: 10px;
        top: 40px;
        width: calc(100% - 20px);
    }
    .gerenciamentoInteressado__painel__selectOneMenu--TipoInteressado {
        left: 10px;
        top: 40px;
    }
    .gerenciamentoInteressado__painel__inputText {
        left: 10px;
        position: absolute;
        top: 75px;
        width: calc(100% - 20px);
    }
    .gerenciamentoInteressado__painel__button--Buscar {
        left: 10px;
        top: 110px;
    }
}

/*--- Table ---*/

@media screen and (min-width: 641px) {
    .gerenciamentoInteressado__dataTable__painel {
        border: none;
    }
    .gerenciamentoInteressado__dataTable__column--acao {
        width: 90px;
    }
    .gerenciamentoInteressado__dataTable__column--acao__button {
        height: 25px;
        margin: 0px 2px;
        width: 30px;
    }
}
@media screen and (max-width: 640px) and (min-width: 0px) {
    .gerenciamentoInteressado__dataTable__column--acao {
        width: 100%;
    }
    .gerenciamentoInteressado__dataTable__column--acao__button {
        margin: 0px 10px 0px 0px;
        width: 30px;
    }
}

/*--- Legenda ---*/
.gerenciamentoInteressado__legenda {
    border: none;
    margin: 10px 0px 0px;
    position: relative;
    text-align: center;
}
.gerenciamentoInteressado__legenda__texto {
    color: #1d5987;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}
.gerenciamentoInteressado__legenda__img {
    width:16px;
    height:16px;
}

@media screen and (min-width: 1025px){
    .gerenciamentoInteressado__legenda {
        height: 50px;
        padding-top: 20px;
    }
    .gerenciamentoInteressado__legenda__texto--legenda {
        font-size: 14px;
        right: calc(50% - 40px);
        position: absolute;
        top: 0px;
    }
    .gerenciamentoInteressado__legenda__img--ativo {
        margin: 0px 5px 0px 0px;
    }
    .gerenciamentoInteressado__legenda__texto--ativo {
        margin: 0px 10px 0px 0px;
    }
    .gerenciamentoInteressado__legenda__img--inativo {
        margin: 0px 5px 0px 0px;
    }
    .gerenciamentoInteressado__legenda__texto--inativo {
        margin: 0px 10px 0px 0px;
    }
    .gerenciamentoInteressado__legenda__img--alterar {

    }
    .gerenciamentoInteressado__legenda__texto--alterar {
        margin: 0px 10px 0px 0px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 641px){
    .gerenciamentoInteressado__legenda {
        height: 50px;
        padding-top: 10px;
    }
    .gerenciamentoInteressado__legenda__texto--legenda {
        font-size: 14px;
        right: calc(50% - 40px);
        position: absolute;
        top: 0px;
    }
    .gerenciamentoInteressado__legenda__img--ativo {
        margin: 0px 5px 0px 0px;
        top: 22px;
        position: absolute;
        left: calc(40% - 10px);
    }
    .gerenciamentoInteressado__legenda__texto--ativo {
        margin: 0px 10px 0px 0px;
        top: 25px;
        position: absolute;
        left: calc(40% + 10px);
    }
    .gerenciamentoInteressado__legenda__img--inativo {
        margin: 0px 5px 0px 0px;
        top: 22px;
        position: absolute;
        left: calc(40% + 45px);
    }
    .gerenciamentoInteressado__legenda__texto--inativo {
        margin: 0px 10px 0px 0px;
        top: 25px;
        position: absolute;
        left: calc(40% + 65px);
    }
    .gerenciamentoInteressado__legenda__img--alterar {
        top: 22px;
        position: absolute;
        left: calc(40% + 110px);
    }
    .gerenciamentoInteressado__legenda__texto--alterar {
        margin: 0px 10px 0px 0px;
        top: 25px;
        position: absolute;
        left: calc(40% + 130px);
    }
}
@media screen and (max-width: 640px) and (min-width: 0px){
    .gerenciamentoInteressado__legenda {
        height: 80px;
    }
    .gerenciamentoInteressado__legenda__texto--legenda {
        font-size: 14px;
        right: calc(50% - 40px);
        position: absolute;
        top: 0px;
    }
    .gerenciamentoInteressado__legenda__img--ativo {
        left: calc(45% - 20px);
        position: absolute;
        top: 17px;
    }
    .gerenciamentoInteressado__legenda__texto--ativo {
        left: 45%;
        position: absolute;
        top: 20px;
    }
    .gerenciamentoInteressado__legenda__img--inativo {
        left: calc(45% - 20px);
        position: absolute;
        top: 37px;
    }
    .gerenciamentoInteressado__legenda__texto--inativo {
        left: 45%;
        position: absolute;
        top: 40px;
    }
    .gerenciamentoInteressado__legenda__img--alterar {
        left: calc(45% - 20px);
        position: absolute;
        top: 57px;
    }
    .gerenciamentoInteressado__legenda__texto--alterar {
        left: 45%;
        position: absolute;
        top: 60px;
    }
}

/*--- Dialog ---*/
.gerenciamentoInteressado__dialog__panel {
    position: relative;
}
.gerenciamentoInteressado__dialog__texto {
    position: absolute;
}
.gerenciamentoInteressado__dialog__selectonemenu {
    position: absolute;
}
.gerenciamentoInteressado__dialog__input {
    position: absolute;
}
.gerenciamentoInteressado__dialog__separator {
    position: absolute;
}

@media screen and (max-width: 664px) and (min-width: 0px){
    .gerenciamentoInteressado__dialog {
        left: 0px !important;
        height: 100% !important;
        top: 0px !important;
        width: 100% !important;
    }
}

/*--- Dialog Nova Categoria ---*/
@media screen and (min-width: 665px){
    .gerenciamentoInteressado__dialog--novoInteressado {
        height: 335px !important;
        width: 600px !important;
    }
}

@media screen and (min-width: 536px){
    .gerenciamentoInteressado__dialog--novoInteressado__panel {
        height: 280px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel--tipo {
        height: 40px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--tipo {
        font-weight: bold !important;
        top: 19px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__selectOneRadio--tipo {
        left: 90px;
        position: absolute;
        top: 17px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--setor {
        font-weight: bold !important;
        top: 65px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__selectonemenu--setor {
        top: 85px;
        width: calc(100% - 30px);
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--cpfcnpj {
        font-weight: bold !important;
        left: 20px;
        top: 65px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--cpfcnpj {
        left: 100px;
        top: 60px;
        width: 120px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--nome {
        font-weight: bold !important;
        left: 20px;
        top: 95px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--nome {
        left: 100px;
        top: 90px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--email {
        font-weight: bold !important;
        left: 20px;
        top: 125px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--email {
        left: 100px;
        top: 120px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--tele1 {
        font-weight: bold !important;
        left: 20px;
        top: 155px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--tele1 {
        left: 100px;
        top: 150px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--tele2 {
        font-weight: bold !important;
        right: 210px;
        top: 155px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--tele2 {
        right: 90px;
        top: 150px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__separator {
        top: 170px;
        width: calc(100% - 30px);
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--campoObrigatorio {
        position: absolute;
        top: 205px;
        left: 38%;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__button {
        height: 35px;
        position: absolute;
        top: 230px;
        width: 45%;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__button--gravar {
        left: 15px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__button--cancelar {
        right: 15px;
    }
}
@media screen and (max-width: 535px) and (min-width: 0px){
    .gerenciamentoInteressado__dialog--novoInteressado__panel {
        height: 440px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel--tipo {
        height: 70px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--tipo {
        font-weight: bold !important;
        top: 19px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__selectOneRadio--tipo {
        left: 30px;
        position: absolute;
        top: 44px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--setor {
        font-weight: bold !important;
        top: 95px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__selectonemenu--setor {
        min-width: 100px !important;
        top: 115px;
        width: calc(100% - 30px);
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--cpfcnpj {
        font-weight: bold !important;
        left: 20px;
        top: 93px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--cpfcnpj {
        left: 80px;
        top: 90px;
        width: 120px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--nome {
        font-weight: bold !important;
        left: 20px;
        top: 125px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--nome {
        left: 20px;
        top: 145px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--email {
        font-weight: bold !important;
        left: 20px;
        top: 175px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--email {
        left: 20px;
        top: 195px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--tele1 {
        font-weight: bold !important;
        left: 20px;
        top: 225px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--tele1 {
        left: 20px;
        top: 245px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--tele2 {
        font-weight: bold !important;
        left: 20px;
        top: 275px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__input--tele2 {
        left: 20px;
        top: 295px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--novoInteressado__panel__separator {
        top: 310px;
        width: calc(100% - 30px);
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__texto--campoObrigatorio {
        position: absolute;
        top: 360px;
        left: 38%;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__button {
        height: 35px;
        position: absolute;
        top: 390px;
        width: 45%;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__button--gravar {
        left: 15px;
    }
    .gerenciamentoInteressado__dialog--novoInteressado__panel__button--cancelar {
        right: 15px;
    }
}

/*--- Dialog Editar Categoria ---*/
@media screen and (min-width: 665px){
    .gerenciamentoInteressado__dialog--editarInteressado {
        height: 335px !important;
        width: 600px !important;
    }
}

@media screen and (min-width: 536px){
    .gerenciamentoInteressado__dialog--editarInteressado__panel {
        height: 280px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel--tipo {
        height: 40px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--tipo {
        font-weight: bold !important;
        top: 19px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__selectOneRadio--tipo {
        left: 90px;
        position: absolute;
        top: 17px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--cpfcnpj {
        font-weight: bold !important;
        left: 20px;
        top: 65px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--cpfcnpj {
        left: 100px;
        top: 60px;
        width: 160px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--nome {
        font-weight: bold !important;
        left: 20px;
        top: 95px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--nome {
        left: 100px;
        top: 90px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--email {
        font-weight: bold !important;
        left: 20px;
        top: 125px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--email {
        left: 100px;
        top: 120px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--tele1 {
        font-weight: bold !important;
        left: 20px;
        top: 155px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--tele1 {
        left: 100px;
        top: 150px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--tele2 {
        font-weight: bold !important;
        right: 210px;
        top: 155px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--tele2 {
        right: 90px;
        top: 150px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__separator {
        top: 170px;
        width: calc(100% - 30px);
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--campoObrigatorio {
        position: absolute;
        top: 205px;
        left: 38%;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__button {
        height: 35px;
        position: absolute;
        top: 230px;
        width: 45%;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__button--gravar {
        left: 15px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__button--cancelar {
        right: 15px;
    }
}
@media screen and (max-width: 535px) and (min-width: 0px){
    .gerenciamentoInteressado__dialog--editarInteressado__panel {
        height: 440px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel--tipo {
        height: 70px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--tipo {
        font-weight: bold !important;
        top: 19px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__selectOneRadio--tipo {
        left: 30px;
        position: absolute;
        top: 44px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--setor {
        font-weight: bold !important;
        top: 95px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__selectonemenu--setor {
        min-width: 100px !important;
        top: 115px;
        width: calc(100% - 30px);
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--cpfcnpj {
        font-weight: bold !important;
        left: 20px;
        top: 93px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--cpfcnpj {
        left: 80px;
        top: 90px;
        width: 120px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--nome {
        font-weight: bold !important;
        left: 20px;
        top: 125px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--nome {
        left: 20px;
        top: 145px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--email {
        font-weight: bold !important;
        left: 20px;
        top: 175px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--email {
        left: 20px;
        top: 195px;
        width: calc(100% - 115px);
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--tele1 {
        font-weight: bold !important;
        left: 20px;
        top: 225px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--tele1 {
        left: 20px;
        top: 245px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--tele2 {
        font-weight: bold !important;
        left: 20px;
        top: 275px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__input--tele2 {
        left: 20px;
        top: 295px;
        width: 110px;
    }

    .gerenciamentoInteressado__dialog--editarInteressado__panel__separator {
        top: 310px;
        width: calc(100% - 30px);
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__texto--campoObrigatorio {
        position: absolute;
        top: 360px;
        left: 38%;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__button {
        height: 35px;
        position: absolute;
        top: 390px;
        width: 45%;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__button--gravar {
        left: 15px;
    }
    .gerenciamentoInteressado__dialog--editarInteressado__panel__button--cancelar {
        right: 15px;
    }
}