﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.tblDados {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .tblDados thead {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background: linear-gradient(#090e1f, #101a3b);
        font-weight: bold;
        color: #efefef;
    }

    .tblDados .tdAcao {
        width: 50px;
    }

    .tblDados .tdContagem {
        width: 50px;
    }

#divConteudo {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    height: 100%;
}

.card-custom {
    border-radius: 4px;
}

#iframe-content {
    background-color: #efefef;
    box-sizing: border-box;
    min-height: 667px;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6c757d;
    box-shadow: inset 0 0 5px grey;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6c757d;
    }
