html {
    position: relative;
    min-height: 100%;
}
body{
    background-color: #f5f5f5;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color:   #8c8c8c30;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.navBackGround{
    background-color:#8c8c8c30;
}

.margin{
    padding-top: 25px;
}

/*------------------ Menu Lateral ---------------*/

@media (min-width: 768px) {
    #buttonMenu {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
}

#buttonMenu {
    position: fixed;
    left: 0px;
    top: 80px;
    z-index: 1001;
    width: 50px;
    height: 40px;
    display: block;
    color: #ffffff;
    font-size: 30px;
    background-color: rgba(43, 61, 76, 0.85);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    transition: background 0.25s linear;
    padding: 2px;
    padding-top: 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    opacity:0.95;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #999999;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
     color: #cdd3d7;
 }

.sidenav h3 {
    color: #FFF;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*------------------FIM Menu Lateral ---------------*/

hr{
    border-color:#aaa;
    box-sizing:border-box;
    width:100%;
}

/*------------------COCKPIT ---------------*/

.borderPostagem{
    margin: 5px;
    border-radius: 6px;
    box-shadow: 3px 3px #888888;
}
.borderPostagem .titulo{
    padding: 5px;
    background-color: #67b168;
}

.borderPostagem .corpo{
    padding: 5px;
    background-color: #ededed;
}

.borderPostagem .ticketMedioPostagem{
    background-color: #eedb49;
    padding: 5px
}

.graficoPostagem{
    width: 100%;
    margin-top: 15px;
}



.modalGeral{
    border-radius: 6px;
    box-shadow: 3px 3px #888888;
    background-color: #ededed;
}

.tituloGeral{
    background-color: #caba3d;
    padding: 5px;
}

.corpoGeral{
    padding: 5px;
}

.rowPadding{
    padding: 15px
}

.graficoTransportadora{
    width: 900px;
    height: 500px;
}
@media only screen and (max-width: 921px) {
    .graficoTransportadora{
        width: 600px;
        height: 400px;
    }
}

@media only screen and (max-width: 785px) {
    .graficoTransportadora{
        width: 400px;
        height: 250px;
    }
}
.modals{
    border-radius: 4px;
    background-color: #ededed;
    margin-bottom: 10px;
    box-shadow: 3px 3px #888888;
}


#donutchart{
    width: 900px;
    height: 500px;
}

@media only screen and (max-width: 921px) {
    #donutchart{
        width: 600px;
        height: 400px;
    }
}

@media only screen and (max-width: 785px) {
    #donutchart{
        width: 400px;
        height: 250px;
    }
}


.tituloPrazos{
    background-color: #bfbfbf;
    padding: 5px;
}


.paddingModalFreteMath{
    padding: 10px;
}
/*------------------FIM COCKPIT---------------*/

.nav-tabs a {
    color: black;
}