﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body .body {
    /*padding-top: 50px;*/
    padding-top: 15px;
    /*padding-top: 43px;
    padding-bottom: 20px;*/
    padding-bottom: 0px;
}

body {
    font-size: 14px !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-content-2 {
    padding-left: 25px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.div-table {
    height: auto;
    max-height: 350px;
    overflow-y: auto;
}

.ui-autocomplete {
    height: auto;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.label-purple {
    background: #9400d3;
    color: white;
}

.progress-bar-purple {
    background-color: #9400d3;
}

/*.table-hover > tbody > tr:hover {
    background-color: #9BA7A7;
}*/

.btn {
    border-radius: 3px;
}

.row-spaced {
    margin-top: 1%;
}

.row-spaced-5 {
    margin-top: 5%;
}

.row-spaced-10 {
    margin-top: 10%;
}

.row-spaced-12 {
    margin-top: 12%;
}

.row-spaced-15 {
    margin-top: 15%;
}


.row-spaced-17 {
    margin-top: 17%;
}


.row-spaced-20 {
    margin-top: 20%;
}

.row-spaced-menos-zerosete {
    margin-top: -0.7%;
}

.row-spaced-menos-1 {
    margin-top: -1%;
}

.row-spaced-menos-3 {
    margin-top: -3%;
}

.row-spaced-menos-10 {
    margin-top: -10%;
}


.btn-voltar {
    position: fixed;
    float: top;
    bottom: 15px;
    left: 30px;
    z-index: 100;
}

.btn-voltar-btn {
    display: inline-block;
}

.btn-proximo {
    position: fixed;
    float: top;
    bottom: 15px;
    right: 30px;
    z-index: 100;
}

.btnPrincipal {
    font-size: 14px;
    padding: 10px;
}

.footer {
    position: fixed;
    height: 10%;
    bottom: 0;
    width: 100%;
    background-color: rgba(10,23,55,0.5);
}

.trava-pulo-linha {
    white-space: nowrap;
}

.table {
    border: 1px solid rgba(0,0,0,.125);
}

/*.table-responsive::-webkit-scrollbar-track {
    height: 5px;
    background: rgba(0,0,0,0.1);
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
    background: #e3e0d6;
}

.table-responsive::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 5px;
    background: #8b8778;
}*/

.botao-padrao {
    width: 6rem;
}

.botao-padrao-maior {
    width: 10.5rem;
}

.modal-title {
    line-height: 0.5 !important;
}

.card-header {
    padding: .25rem 1.25rem;
}

   .bg-primary {
        background-color: #5AC4F5 !important;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
