html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}
/*
body {
    margin-bottom: 60px;
}*/

/*body {
    display: flex;
    flex-direction: column;
}
*/
main {
    flex: 1;
}

footer {
    position: sticky;
    bottom: 0;
    width: 100%;
}


html, body {
    height: -webkit-fill-available;
    background-position-x: right;
    background-position-y: bottom;
    display: flex;
    flex-direction: column;
    background-color: #212529 !important;
    color: white;
}

header {
    /*background-color: #000 !important;*/
}

/*-----Meu Projeto-----*/
.msgDireita {
    margin: 5px 0 0 0px;
    margin-right: 20px;
}

.msgEsquerda {
    margin: 5px 0px;
    margin-left: 20px;
}

.main-content {
    width: 50%;
    border-radius: 20px;
    box-shadow: 0 5px 14px #fff;
    margin: 5em auto;
    display: flex;
}

.margenacesso {
    margin-left: 2em;
    margin-right: 2em;
}

.company__info {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.fa-android {
    font-size: 3em;
}

.navbar {
    padding-top: 0 !important;
}

.nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6 #dee2e6;
}

.nav-tabs {
    border-bottom: none !important;
}


.row > h2 {
    color: #008080;
}

.login_form { 
/*    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
*/}

form {
    padding: 0 2em;
}

.form__input {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 1em .5em .5em;
    padding-left: 2em;
    outline: none;
    margin: 1.5em auto;
    transition: all .5s ease;
}

.form__input:focus {
    border-bottom-color: #008080;
    box-shadow: 0 0 5px rgba(0,80,80,.4);
    border-radius: 4px;
}

.btn {
    transition: all .5s ease;
    width: 70%;
    border-radius: 30px;
    color: #008080;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #008080;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

    .btn:hover, .btn:focus {
        background-color: #008080;
        color: #fff;
    }



.load {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(255,255,255, 0.6);
    z-index: 999999;
    display: flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none !important;
}

.small, small {
    font-size: 10px !important;
}


/* ================================
   Accordion - Dark Theme
   ================================ */
.theme-dark .accordion {
    background-color: transparent !important;
}

.theme-dark .accordion-item {
    background-color: #2a2d34 !important;
    border: 1px solid #3a3f47 !important;
    color: #e4e6eb !important;
}

.theme-dark .accordion-header {
    background-color: #2e323a !important;
    color: #c2c5ca !important;
}

.theme-dark .accordion-button {
    background-color: #2e323a !important;
    color: #c2c5ca !important;
    border: none !important;
    box-shadow: none !important;
}

    .theme-dark .accordion-button:not(.collapsed) {
        background-color: #2e9083 !important;
        color: #fff !important;
    }

    .theme-dark .accordion-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 199, 183, 0.25) !important;
    }

.theme-dark .accordion-body {
    background-color: #000 !important;
    color: #d1d5db !important;
}

.theme-dark .accordion-button::after {
    filter: brightness(0) invert(1); /* transforma a seta em branco */
}



@media screen and (max-width: 640px) {
    .login_form {
     /*   border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top: none !important;
        border-right: none !important;*/
    }

    .main-content {
        width: 90%;
        margin: 2em auto;
    }

    .company__info {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-bottom: 30px;
    }

    html, body {
        background-image: none;
    }

    table {
        width: 90%;
    }

    .btn-lg {
        font-size: 1.05rem !important;
    }
    .margenacesso {
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (min-width: 642px) and (max-width:800px) {
    .main-content {
        width: 70%;
    }
}
