﻿/* Definições gerais
-------------------------------------------------- */
body {
    font-family: 'Poppins', sans-serif;
    background-color: whitesmoke;
}

label, td {
    color: gray;
}

#container-body {
    background-color: whitesmoke;
}

html, body {
    height: 100%;
}

td, th {
    text-align: center;
}

div.dt-buttons{
    margin-bottom: 1rem;
}

h1,h2,h3{
    font-weight: 600;
}

/*a {*/
/*    color: #212529;*/
/*}*/

/*a:hover{*/
/*    color: black;*/
/*}*/

/* Componentes customizados
-------------------------------------------------- */
.spinner {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 999;
}

.pull-left {
    float: left !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 576px) {
    .linha-vertical {
        border-left: 1px solid lightgrey;
    }
}

@media screen and (max-width: 992px) {
    .w-100-mobile {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
    }
}

.error {
    color: red;
}

.div-center{
    display: table-cell;
    vertical-align: middle;
}


/*.custom-control-label:before{*/
/*    background-color:black;*/
/*}*/
/*.custom-checkbox .custom-control-input:checked~.custom-control-label::before{*/
/*    background-color:black;*/
/*}*/


