:root {
    --bg-default-primary: #313030;
    --bg-default-secondary: #888686;
    --bg-default-complement: #4b4a4a;
    --bg-default-extraordy: #aaa7a7;
    --default-font-span: #fff;
    --default-font-ahref: #000000;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 7px;
    background: rgba(153, 151, 151, 0.8);
}
* {
    font-family: 'RobotoMono', monospace;
}

body {
    margin: 0px;
}
.btnregist{
    margin-top: 20px;
    margin-bottom: 20px;
}
.custom-file-input~.custom-file-label::after {
    content: "Buscar";
}
.img-banner {
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
    width: 100% !important;
}
.img-body{
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
    width: 100% !important;
}
.image-quadrado {
    width: 150px !important;
    height: 150px !important;
}
.image-quadrado-medium {
    width: 200px !important;
    height: 200px !important;
}
.image-quadrado-large {
    width: 420px !important;
    height: 420px !important;
}
.image-quadrado-small {
    align-content: center !important;
    width: 60px !important;
    height: 60px !important;
}
.image-quadrado-mine {
    width: 35px !important;
    height: 35px !important;
}
.image-quadrado-micro {
    width: 20px !important;
    height: 20px !important;
}
.image-retangulo {
    width: 55px !important;
    height: 35px !important;
}
.is-enabled {
    border: none;
    background-color: #fff;
    width: 60px;
    text-align: right;
}
.is-disabled {
    background-color: #fff;
    border: none;
    width: 60px;
    text-align: right;
}
.carousel-item img {
    height: 250px !important;
    width: 100%;
}
.app {
    display: grid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    grid-template-rows: 200px 50px 1fr 50px;
    grid-template-columns: 1fr;
    grid-template-areas: "topo" "header" "conteudo" "footer ";
}
.pag {
    display: grid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    grid-template-rows: 200px 140px 1fr 50px;
    grid-template-columns: 1fr;
    grid-template-areas: "topo" "header" "conteudo" "footer";
}
.visivel {
    display: block;
}
.invisivel {
    display: none;
}

.header {
    grid-area: header;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(to left, var(--bg-default-primary), var(--bg-default-secondary));
    padding: 0px;
    margin: 0px;
}
.header ul {
    list-style: none;
    margin-top: 1em;
    padding: 10px 5px;
}

.header ul li {
    display: inline-block;
    padding: 5px 7px;
    text-align: right;
    margin-right: 30px;
}

.header a {
    text-decoration: none;
    color: #fff;
}
.header-admin{
    display: flex !important;
    justify-content: space-between !important;
}
.header-client{
    display: flex !important;
    justify-content: space-between !important;
}
.topo {
    display: flex;
    grid-area: topo;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    flex-direction: column;
}
.conteudo {
    display: flex;
    grid-area: conteudo;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    flex-direction: column;
    background-color: #ffffff;
    overflow: scroll;
}
.conteudo .barra {
    border-radius: 0px;
    padding: 4px;
}
.lateral {
    margin: 2px;
    align-items: center;
}
.conteudo .barra-border-rl {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-radius: 0px;
}
.conteudo .barra-border-rlb {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    border-left: solid 1px rgb(226, 226, 226);
    border-bottom: solid 1px rgb(226, 226, 226);
    border-right: solid 1px rgb(226, 226, 226);
    border-radius: 0px 0px 7px 7px;
}
.conteudo .barra-around-t {
    border-radius: 5px 5px 0px 0px;
}
.conteudo .barra-around-b {
    border-radius: 0px 0px 5px 5px;
}
.conteudo .barra-b {
    border-bottom: 1px;
}
.conteudo .barra-quadrada {
    border-right: solid 1px #000;
    padding: 0px;
    margin: 0px;
}
.footer {
    display: inline-flex;
    bottom: 0;
    grid-area: footer;
    width: 100%;
    background: linear-gradient(to bottom, var(--bg-default-primary), var(--bg-default-secondary));
    justify-content: space-between;
}
.footer>span {
    padding: 15px;
    font-size: 1.1em;
    font-weight: 300;
    color: var(--default-font-span);
}
.footer_login{
    position: relative;
    display: inline-flex;
    bottom: 0;
    grid-area: footer;
    width: 100%;
    background: linear-gradient(to bottom, var(--bg-default-primary), var(--bg-default-secondary));
    justify-content: space-between;
}
.footer_login>span {
    padding: 15px;
    font-size: 1.1em;
    font-weight: 300;
    color: var(--default-font-span);
}
#table-atual {
    width: 100% !important;
}
.bg-gradient-primary {
    background: linear-gradient(to left, #d4d4f5, #0c0c0c);
    color: #fff;
}
.bg-gradient-secondary {
    background: linear-gradient(to left, #d5d5d6, #575757);
    color: #fff;
}
.bg-gradient-info {
    background: linear-gradient(to left, #f7f7f7, #494949);
    color: #fff;
}
.bg-gradient-success {
    background: linear-gradient(to left, #abf7a9, #015308);
    color: #fff;
}
.bg-gradient-warning {
    background: linear-gradient(to left, #eedeaa, #fa8f03);
    color: #fff;
}
.bg-gradient-danger {
    background: linear-gradient(to left, #fefeff, #f80404);
    color: #fff;
}
.sub-titulo-modal {
    position: fixed;
    left: 25px;
    font-size: 1.5em;
}
.titulo-modal {
    font-size: 1.8em;
}
.total-modal {
    font-size: 1.5em;
}
.td-around {
    border-radius: 5px;
    width: 40px;
    margin: 0px;
    padding: 0px;
}
.td-orange {
    background: linear-gradient(to bottom, rgb(248, 235, 177), orange);
}
.td-red {
    background: linear-gradient(to bottom, rgb(241, 162, 162), red);
}
.td-blue {
    border-radius: 5px;
    width: 40px;
    margin: 0px;
    padding: 0px;
    background: linear-gradient(to bottom, rgb(141, 156, 243), blue);
}
.td-black {
    border-radius: 5px;
    width: 40px;
    margin: 0px;
    padding: 0px;
    background: linear-gradient(to bottom, rgb(211, 209, 209), black);
}
.box-quadrado {
    margin: 0px;
    padding: 0px;
    border: solid 1px #000;
}
.box-contato {
    margin: 30px 10px;
    height: 220px;
    border: solid 2px #000;
}
.box-login {
    margin: 30px 15px;
    height: 650px;
}
.box_conteudo {
    background-color: #fff;
    border-radius: 10px;
    padding: 7px 7px;
    width: 100%;
    flex-direction: column;
}
.box_container {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
    flex-direction: column;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}
.box_container_around {
    background-color: #fff;
    border-radius: 10px;
    padding: 7px;
    width: 45%;
    margin-right: 5px;
    flex-direction: column;
}
.texto-email {
    font-size: 0.9rem !important;
}
.texto-link {
    text-decoration: none !important;
}
.texto-link:hover {
    color: yellow;
}
.href-link {
    text-decoration: none !important;
}
.href-link:hover {
    color: blue;
}
.tab-esquerda {
    text-align: left;
}
.tab-centro {
    text-align: center;
}
.tab-direita {
    text-align: right;
}
#web-logout a {
    text-decoration: none;
    color: #fff;
}
@media(max-width: 991px) {
    .image-quadrado-small {
        width: 45px !important;
        height: 45px !important;
    }
    .box-contato {
        margin-top: 90px !important;
    }
}

@media(max-width: 768px) {
    .app {
        grid-template-rows: 100px 50px 1fr 40px;
        grid-template-columns: 1fr;
        grid-template-areas: "topo" "header" "conteudo" "footer";
    }
    .footer {
        position: relative;
    }    
    .btnregist{
        margin-bottom: 30px !important;
    }
    .box-contato {
        margin-top: 100px !important;
    }
    .image-quadrado-small {
        width: 40px !important;
        height: 40px !important;
    }
    .sideleft {
        padding-bottom: 20px;
    }
    .sideright {
        padding-bottom: 20px;
    }
    .footer>span {
        padding-top: 20px;
        font-size: 0.65em;
    }
    .box_container {
        margin-top: 20px;
        margin-left: 5px;
    }
    .texto-login {
        font-size: 1em;
    }
    .btn-login {
        font-size: 1.3em;
    }
    #btnplaymodal{
        font-size: 9px;
        font-weight: bold;
    }
    #btnpausemodal{
        font-size: 9px;
        font-weight: bold;
    }
    #btnstopmodal{
        font-size: 9px;
        font-weight: bold;
    }
    #btnmaismodal{
        font-size: 9px;
        font-weight: bold;
    }
    #btnmenosmodal{
        font-size: 9px;
        font-weight: bold;
    }
}