/* antigo estilo cadastro memorando */

body{
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

body * {
    box-sizing: border-box;
}

a {
    color: white;
}

.main-login{
    width: 100vw;
    height: 100vh;
}

.right-login{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-login{
    width: 75%; /* % pega apenas a div, enquanto wv pega a tela inteira */
    height: auto;
    padding: 30px 35px;
    background: #ffffff;
    border-radius: 5px; /* arredonda a borda */
    box-shadow: 0px 10px 20px #00000056;
    margin-top: 50px;
    margin-bottom: 50px;
}

.h1-home > h1 {
    color: #3F688E;
    font-weight: 600; /* grossura da fonte */
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.h1-home > p {

    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.h1-tut> h1 {
    color: #3F688E;
    font-weight: 600; /* grossura da fonte */
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}

p{

    font-weight: 600; /* grossura da fonte */
}

.card-login > img {
    margin: auto;
    display: block;
    width: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.text-field > input {

    border-radius: 5px;
    /* border: none; */
    outline: none;
    padding: 8px;
    font-size: 12pt;
}

.text-field > select {
    border-radius: 5px;
    /* border: none;  */
    outline: none;
    padding: 8px;
    font-size: 12pt;

    /* width: 100%;
    border: none;
    padding: 10px;
    background: #ffffff;
    font-size: 12pt;
    box-shadow: 0px 0px 5px #00000056;
    outline: none; 
    box-sizing: border-box; */
}

.btn-login{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    margin: auto;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.botao-borda{

    border: none!important;
    background-color: white!important;
}


@media only screen and (max-width: 767px){
    .main-login{
        flex-direction: column;
    }

    .left-login > h1{
        display: none;
    }

    .card-login{
        width: 80%; /* % pega apenas a div, enquanto wv pega a tela inteira */
        padding: 30px 35px;
        background: #ffffff;
        border-radius: 20px; /* arredonda a borda */
        box-shadow: 0px 10px 40px #00000056;
    }

    .btn-login{
        width: 100%;
    }

    .btn-pesquisar{
        width: 100%;
    }

    .pai{
        overflow-y: scroll;
    }
}

.alinharFuncionario{
    margin-right: -20px
}

.alinharCargo{
    margin-right: -102.5px
}

.alinharDepartamento{
    margin-right: -105px
}

.acoesHome{
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.acoesCargo{
    width: 25px;
    height: 25px;
}


.acoesFuncionario{
    width: 25px;
    height: 25px;
}


.acoesDepartamento{
    width: 25px;
    height: 25px;
}


/* responsividade */

@media (max-width: 768px) {

    .card-login{
        width: 100%;
    }

    .card{
        margin-top: 650px;
    }
    
    .table thead{
        display: none;
    }

    .table .table tbody, .table tr, .table td{
        display: block;
        width: 100%;
    }

    .table tr{
        margin-bottom: 15px;
    }

    .table tbody tr td{
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .table td:before{
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}

.carousel-control-prev-iconn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-iconn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.colorP2{
    color: #000000;
}

.size-a {
    font-size: 12px;
}