.card_div {
    min-height: 120px;
    text-align: center;
    vertical-align: middle;
}

.card-title {
}

.card-title img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.card-title i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.card-title h6, .card-title h5 {
    position: absolute;
    top: 36px;
    left: 100px;
}

.text-cliente {
    color: #000FFF !important;
}

.text-cliente-desligado {
    color: #636363 !important;
}

.text-gas-desligado {
    color: #B8B8B8 !important;
}

.btn-cliente-off {
    background-color: #000FFF;
    border-color: #000FFF !important;
    color: white;
    padding-top: 11px;
}

.btn-cliente-on {
    background-color: #B8B8B8;
    border-color: #B8B8B8;
    color: white;
    padding-top: 11px;
}

.btn-finalizar-shepherd {
    color: white !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    border-radius: 10px;
}

.btn-finalizar-shepherd:hover {
    filter: brightness(85%);
}

.btn-step-shepherd {
    color: white !important;
    background-color: #000FFF !important;
    border-color: #000FFF !important;
    border-radius: 10px;
}

.btn-step-shepherd:hover {
    filter: brightness(85%);
}

.card-title label {
    position: absolute;
    top: 60px;
    left: 100px;
    color: gray;
    font-size: 12px;
}

.card-title .item-top {
    position: absolute;
    top: 13px;
    left: 100px;
    font-weight: bold;
}

.row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon_space {
    margin-right: 5px;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

:root {
}

.icon-lock {
    padding-right: 20px;
}

#btn_validar {
    width: 100px;
}

.row-less {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 5px;
}

.icon-lock-left {
    margin-left: 10px;
}

.col-input {
    margin-left: 15%;
    margin-right: 15%;
}

#registro_cadastrar {
    margin-top: 50px;
    margin-bottom: 50px;
}

.exp_div {
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 300px;
}

.card-body-less {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-space {
    margin-top: 25px;
}

#ind_apres_color {
    height: 38px;
}

#div_termos_uso {
    height: 380px;
    overflow-y: scroll;
    margin: 20px 20px 20px 20px;
    padding-right: 10px;
}

#div_perfil {
    height: 630px;
    padding: 5px 15px 15px 15px;
}
#alarme_div {
    height: 630px;
    padding: 5px 15px 15px 15px;
}

.row-main {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 540px) {
    .row-main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 540px) {
    .row-main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 720px) {
    .row-main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .row-main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .row-main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1140px) {
    .row-main {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1400px) {
    .col-xl-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.recapcha-small {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.botao_div {background-color: transparent;bottom: 0; width: 100%}
.botao_div {color:rgb(0, 74, 251); background-color: transparent;}
.botao_div a{color:rgb(0, 74, 251); text-decoration:none}
.botao_div a:focus, .botao_div a:hover{text-decoration:none; color:rgb(0, 74, 251) }
.botao_div a:focus, .botao_div a:hover{color:#fff; text-decoration:none}


.table-data {
    box-shadow: 0 2px 2px silver;
    position: relative;
    margin: 0px;
}

.table-data h4 {
    color: #1260A7;
    padding: 10px 5px 5px 5px;
    text-align: left;
}

.table-data label {
    top: 0%;
    left: 0%;
    color: black;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

.table-data span {
    font-size: 14px;
}

.label-primary {
    background-color: #428bca;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

svg {
    width: auto !important;
}

svg:hover {
    width: auto !important;
 }

 table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
}
