/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    font-size:12px;
    margin:0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    background-image: url(../img/bg-login.jpg);
    background-size: auto 100vh;
    color: white;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}


.topo_cabecalho {
    height: 100px;
    background: white;
    border-radius: 0 0 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagina {
    -webkit-transition: 1s -webkit-filter linear;
    -moz-transition: 1s -moz-filter linear;
    -moz-transition: 1s filter linear;
    -ms-transition: 1s -ms-filter linear;
    -o-transition: 1s -o-filter linear;
    transition: 1s filter linear, 1s -webkit-filter linear;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 100px);
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
}

#P_Principal {
    visibility: hidden;
}

#P_Marcacao {
    visibility: hidden;
    z-index: 11;
    background: white;
    top: 0;
    height: 100vh;
    color: #333;
}

#P_Resumo {
    visibility: hidden;
    z-index: 11;
    background: white;
    top: 0;
    height: 100vh;
    color: #333;
}

#P_Senha {
    visibility: hidden;
    z-index: 11;
    background: white;
    top: 0;
    height: 100vh;
    color: #333;
}

#P_Ponto {
    visibility: hidden;
    padding-top: 50px;
}

#P_Login {
    visibility: hidden;
    padding-top: 90px;
}


.para_o_topo #P_Login {
    top: 0;
    padding-top: 0;
}

.para_o_topo .topo_cabecalho {
    display: none;
}

.para_o_topo .div_sub_cabecalho {
    display: none;
}


.div_c_marcacao {
    width: 100%;
}

#marcacao_botoes {
    height: 120px;
}

.btn-c_marcacao {
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#marcacao_cabecalho {
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}

#marcacao_cabecalho > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

#marcacao_textos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: calc(100vh - 120px);
    padding-top: 50px;
}

#marcacao_nome {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

#marcacao_data {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
}

#marcacao_hora {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}



.btn-c_senha {
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#senha_cabecalho {
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    font-size: 30px;
}

#resumo_botoes {
    height: 60px;
}


.btn-c_resumo {
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#resumo_cabecalho {
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    font-size: 30px;
}

#resumo_cabecalho > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#resumo_textos {
    height: calc(100vh - 70px);
    padding-top: 80px;
    overflow: hidden;
    overflow-y: auto;
}

.marcacao_dia {
    width: 100%;
    color: blue;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
    margin-bottom: 3px;
}

.marcacao_outro {
    width: 100%;
    color: darkgrey;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
    margin-bottom: 3px;
}

.OnLine {
    color: lightgreen;
}

.OffLine {
    color: red;
}

.div_sub_cabecalho {
    position: absolute;
    top: 5px;
    left: 0;
    height: 80px;
    width: calc(100vw - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 0 5px;
    border-radius: 10px;
}

#logo_empresa2 {
   max-height: 85%;
}

#div_login_online {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}


.btn-login {
    border-radius: 0 !important;
    border: none !important;
    background: #c2c2c2;
    color: white;
    padding: 10px 25px;
    font-size: 22px;
}

.div_marcacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 70px);
    background: transparent;
    text-align: center;
}
.div_escolha_marcacao{
    display: none;
    height: calc(100% - 70px);
}
.escolha_marcacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background: transparent;
    text-align: center;
}

.btn-ponto {
    border: none !important;
    background: white;
    color: #333;
    font-size: 18px;
    width: calc(100vw - 10px);
    min-height: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 5px;
    border-radius: 10px;
}

.btn-ponto_texto {
    width: calc(100% - 60px);
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    padding: 0 5px;
}

.btn_ponto_logo {
    width: 60px;
    padding: 0 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.btn_ponto_logo img {
    max-width: 90%;
    max-height: 90%;
}

.btn-ponto_texto_alerta {
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 12px;
    color: red;
}

.fa-icone_ponto {
    height: 100%;
    width: 50px;
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group {
    border-radius: 0 !important;
}

.input-group-addon {
    background:#daeeef;
    border:none;
    font-size: 22px;
    color: #8b9fa0;
    height: 40px;
    width: 40px;
}

.input-login {
    border-radius: 0 !important;
    border: none;
    color: #5b7782;
    /*padding-left: 5px !important;*/
    height: 44px;
}

.label-login {
    color: white !important;
    font-size: 20px;
    margin-bottom: 5px;
}

.rodape_titulo {
    width: calc(100% - 137px);
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.rodape_imagem {
    float: left;
    height: 25px;
    width: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5  {
    margin: 0 !important;
}

label {margin-bottom: 0;}

.form-group {
    margin-bottom: 5px;
}

.desabilitado {
    filter: opacity(0.5) grayscale(1);
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

.modal-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal-header .fa {
    font-size: 21px;
    text-shadow: 1px 1px 2px #535353;
}

.modal-title {
    color: black;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #535353;
}

.modal-content {
    border: none !important;
    color: black;
}

.modal_close_bt {
    font-size: 40px;
    color: #ffc107;
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}


.list-group-item {
    border: 2px solid #4c4c4c;
    padding: 10px;
    color: black;
}

.list-group-item .badge {
    background: #c8c8c8;
}

.list-group-item .badge .fa {
    font-size: 18px;
}

.thumb_bap {
    max-height: 50px;
    width: auto;
    margin: 5px;
}

.tempo_altura {
    height: 50px;
}

.checkimg img {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    max-height: 100%;
}

.fig_tick {
    display: none;
}

.fig_tick_ativ {
    display: block !important;
}

.fig_tempo_ativ {
    filter: grayscale(90%) !important;
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
    margin-top: 7px;
}


.div_data_e_hora {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100vw - 100px) ;
    height: 35px;
    line-height: 35px;
    background: black;
    text-align: center;
    border-radius: 0 15px 0 0;
}


#data {
    font-size: 18px;
    color: #c9c9c9;
}

#hora {
    font-size: 18px;
    color: #e8e8e8;
}

#segundos {
    font-size: 14px;
}

@media (max-width: 360px) {
    #data {
        font-size: 14px;
    }

    #hora {
        font-size: 14px;
    }

    #segundos {
        font-size: 10px;
    }
}

.btn-voltar {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 90px;
    border-radius: 15px 0 0 0;
    background: white;
    color: #014655;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resumo_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
}

.resumo_data {
    width: 70px;
    text-transform: uppercase;
    background: #00949e;
    color: white;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.resumo_dsem {
    text-transform: uppercase;
    width: 60px;
    color: #770404;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.resumo_horarios {
    width: calc(100% - 130px);
/*    display: flex;
    align-items: center;
    justify-content: space-around;*/
    color: #004451;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.resumo_horarios span {
    float: left;
    margin: 0 4px;
    line-height: 20px;
}


.resumo_cabecalho_empresa {
    border: none !important;
    background: white;
    color: #333;
    font-size: 18px;
    width: calc(100vw - 10px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 5px;
    border-radius: 10px;
}

.resumo_cabecalho_empresa_texto {
    width: calc(100% - 60px);
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    padding: 0 5px;
}

.resumo_cabecalho_empresa_logo {
    width: 60px;
    padding: 0 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.resumo_cabecalho_empresa_logo img {
    max-width: 90%;
    max-height: 90%;
}


#progress-bar {
    width: 100%;
    height: 20px;
    background-color: #ddd;
    margin-top: 20px;
    position: relative;
}

#progress {
    width: 100%;
    height: 100%;
    background-color: #4CAF50; /* Cor da barra */
    transition: width 1s linear;
}