@font-face {
    font-family: Alte DIN;
    src: url("/fonts/din1451alt-9b1fcbb153b177699adb642183745401.ttf");
    font-weight: normal;
}

html, body {
    height: 100%;
    /*font-family: Alte DIN, sans-serif;*/
    font-family: Alte DIN;
    margin: 0px;
    padding: 0px;
}


footer{
    padding-top: 13px;
}

.users-icon-text {
    font-size: 0.95em;
}

.h-menu {
    padding-bottom: 10px;
}

header{
    /*margin-bottom: 90px;*/
    /*padding-bottom: 10px;*/
    height: 80px;
    background-color: white;
}

.navbar-brand {
    padding-top:10px;
}

.logo-box img{
    width: 250px;
    height: 250px;
}

.container .input-group form{
    margin: 0 5px;
}

#login{
    border-radius: 10px 10px 0 0;
}

#input-login{
    width: 80%;
}

.login-button-group div{
    padding: 10px;
}

.login-input-group input{
    font-size: 18px;
    text-align: center;
}

input:focus {
    border-color: #f68c1f !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0px 8px rgba(168, 10, 53, 0.6)!important;
    outline: 0 none;
}

#password{
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
    margin-bottom: 15px;
}

.login-container{
    position: absolute;
    width: 100%;
    top: 50%; left: 50%;
    transform: translate(-50%,-55%);
}

.home-body{
    /*background-image: url("/img/background-7ff4f060f061cfc15518ed21ef3bd6d1.webp");*/
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.main-menu-container{
    border:4px solid #a80c33;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
    background-color:#fff;

    margin-top: -30px;

    /*padding:10px;*/
    /*margin-bottom: 100px;*/
    /*padding-bottom: 10px !important;*/

}


body > .container {
    padding-bottom: 70px;
}


.container-area{
    margin-bottom: 20px;
}

.material-icons{
    font-size: 36px !important;
    color: #a80c33;
}

.main-menu-container a{
    color: black;
}

.header-user-info{
    background-size: 100%;
    padding-top: 10px;
}

.header-user-info h4{
    display: inline;
    padding-right: 5px;
}

.header-user-info a{
    border-style: solid;
    border-color:  lightgray;
    border-width: 0px 0px 0px 2px;
    padding: 5px;
}

.header-logo-container img{
    height: 80px;
}

.header-container{
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.header-section{
    margin: 0 auto;
    width: 100%
}

.container-header-user-info{
    margin-right: 95px;
}

.container-header-siscultural-info{
    margin-left: 95px;
}

.material-icons.md-18 { font-size: 18px; }


.table td.fit,
.table th.fit,
.table tr.fit{
    white-space: nowrap;
    width: 1%;
}


#minitable td,
#minitable tr,
#minitable th {
    padding: 3px;
    padding-left: 10px;
}

#minitable > thead > tr > th:first-of-type {
    padding-left: 10px;
}

#th_proposta {
    width: 20%;
}

#th_datas {
    width: 10%;
}

#minitable > #th_rubrica {
    width: 15%;
    padding-left: 10px;
}

#th_valor {
    width: 8%;
}


.wrap-menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-self: center;
}

.menu-option {
    /*flex: 1;*/
    max-width: 100px;
    min-width: 100px;
    width: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    /*align-content: center;*/
    /*align-self: center;*/
    padding-bottom: 20px;

}


@media (max-width: 768px) {

    .logo-box img {
        width: 100px;
        height: 100px;
    }


    .icon-menu {
        margin-top: 20px;
    }

    .users-icon-text {
        font-size: 0.8em;
    }


    .main-menu-container {
        border: 0px;
    }



}


@media (max-width: 320px) {
    .wrap-menu {
        /*justify-content: flex-start;*/
    }

    .menu-option {
        max-width: 80px;
        min-width: 80px;
        width: 80px;

    }
}


@media print {
    .hidden-print {
        display: none !important;
    }
}

