/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/07/2015, 13:51:13
    Author     : Stefano
*/

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.navbar .brand-logo {
    padding-left: 210px;
}

.sidenav a {
    font-size: 1rem;
}

.img-logo-print {
    display: none;
}

main,
footer {
    padding-left: 310px;
}

@media only screen and (max-width : 992px) {

    header,
    main,
    footer {
        padding-left: 0;
    }
}

.dropdown-content li>a,
.dropdown-content li>span {
    line-height: 15px;
}

.dropdown-content li {
    min-height: 30px;
}

#conteudo {
    min-height: 600px;
}

#img-impressao {
    display: none;
}

select {
    background-color: #006495;
}

footer {
    margin-top: 120px;
}


.img-logoAdmin {
    max-width: 90%;
}

.img-logo {
    margin-left: 12%;
    max-width: 50%;
    max-height: 160%;
}

.img-logo-mobile {
    max-width: 125%;
    max-height: 250%;
}

#mobile-demo {
    width: 200px;
}

p {
    text-align: justify;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

a[type=button],
input[submit] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.a-logo {
    margin-bottom: 52%;
}

#modal-login {
    cursor: pointer;
}

/*.img-logo{
    width: 80%;
    height: 80%;
}*/
/*SCROLLBAR*/
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

/*SCROLLBAR*/

#login-user {
    margin-left: 12%;
    background-color: white;
    width: 60%;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /*line-height: 1;*/
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

span.badge {
    right: 40%;
}

.color-round {
    width: 5%;
    height: 4%;
    border-radius: 60%;
}

#total {
    margin-top: 10%;
    float: right;
}

#rodape-orcamento {
    display: none;
}

#busca {
    width: 80%;
    margin-top: -10px;
}

#justificado {
    text-align: justify;
}

.tabs .indicator {
    background-color: #1976D2;
}

.tabs .tabs a:hover {
    color: #6699ff;
}

.title-orcamento {
    display: none;
}

textarea {
    resize: none;
}

.audiometria .row {
    margin-bottom: 0px;
}

.row {
    margin-bottom: 25px;
}

td,
th {
    padding: 0.3rem;
}


nav[aria-label="pagination"] {
    color: #000;
    background: #fff;
    border-radius: 4px;
    font-size: 1rem;
}

.dt-paging-button {
    display: inline-block;
    margin: 0 0px;
    border: 0px solid;
    background: #fff;
    padding: 18px 2%;
}

.dt-paging-button:hover {
    background: #f0f0f0;
}

.dt-paging-button:click {
    background: #e0e0e0;
}

.dt-paging-button.disabled {
    color: #9e9e9e;
    cursor: not-allowed;
}

.dt-paging-button.current {
    background: #1976D2;
    color: #fff;
}