body {
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 1.0rem;
}

h4 {
    font-size: 1.0rem;
}

.form-control:focus {
    border-color:#ced4da!important;
    box-shadow: none!important;
}

.cursor-pointer {
    cursor: pointer;
}

.startHidden {
    display: none;
}

/* Backgrounds*/

.bg-color-theme {
    background:#04959c!important;
}

/* Navbar*/

.navbar-toggler {
    position: absolute;
    right: 5px;
    top: -40px;
}

.navbar-toggler:not(.collapsed):focus,
.navbar-toggler:not(.collapsed):active,
.navbar-toggler:not(.collapsed) {
  outline: none!important;
  box-shadow: none!important;
}

.nav-link:hover {
    color:#04959c!important;
}

.dropdown-item:focus,
.dropdown-item:active {
  background-color: #04959c!important;
  color:#fff!important;
}

/* Loading*/

#loading {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 75px;
    border:1px solid #dbdbdb;
    border-radius: 15px 0 15px 0;
    -webkit-box-shadow: 7px 7px 5px -3px rgba(131, 131, 131, 0.6);
    -moz-box-shadow: 7px 7px 5px -3px rgba(131, 131, 131, 0.6);
    box-shadow: 7px 7px 5px -3px rgba(131, 131, 131, 0.6);
}

/* Formulário */

#form-cadastro {
    border-radius: 20px 0 20px 0;
}

#authForm {
    border: 1px solid #d3d3d3;
    border-radius: 20px 0 20px 0;
    padding: 25px;
    -webkit-box-shadow: 9px 7px 5px -3px rgba(230,230,230,0.91);
    -moz-box-shadow: 9px 7px 5px -3px rgba(230,230,230,0.91);
    box-shadow: 9px 7px 5px -3px rgba(230,230,230,0.91);
}

/* End Formulário*/

/* CONFIG */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f3f3f3;  
}

.accordion-item:first-of-type .accordion-button {
    color: #fff!important;
    background-color: #04959c!important;
}

.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #04959c!important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}

/* END CONFIG */

/* Breadcrumb */

.breadcrumb-item {
    font-size:14px;
}

/* === */

/* LISTA CADASTRO*/
#lista-cadastros li {
    border-bottom: 1px solid rgb(202, 202, 202);
    padding: 10px 10px 10px 0;
    clear: both;
    /* min-height: 60px; */
    float: left;
    width: 100%;
}

#lista-cadastros li div {
    width: 25%;
    float: left;
    padding: 0 12px;
}
/* END LISTA CADASTRO*/

footer {
    position: fixed;
    bottom: 0; 
}


@media (min-width: 576px){
    #btn-open-cadastro-mob {
        display:none;
    }
}


@media (max-width: 576px){
    #btn-open-cadastro {
        display:none;
    }
    #btn-open-cadastro-mob {
        display:block;
    }
}

@media (max-width: 992px){

    .navbar-nav {
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }

    .coluna-status {
        display:none;
    }

    #lista-cadastros li div {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .div-cpf {
        margin-bottom: 25px;
    }

    .div-status {
       display:none;
    }
    
}

/* LOADER*/
.loader-style {
    width: 1.5rem;
    height: 1.5rem;
}