body{
    background-color: #404040;
    margin-top: 15px;
}
img{
    max-width: 100%;
}
.body-master{
    margin-top: 10px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}


/*Header*/
.header{
    background-color: #e95d28;
    padding-top: 30px;
}

.div-img-120{
    height: 120px;
    line-height: 120px; 
}
.div-img-120 img{
    max-height: 120px;
}

.div-img-80{
    height: 80px;
    line-height: 80px;
}
.div-img-80 img{
    max-height: 76px;
}

.header .left {
    float: left;
    margin-left: 20px;
}

.header .right{
    float: right;
    margin-right: 50px;
}
.clean{
    clear: both;
}
.site-navbar{
    /*height: 30px;*/
    background-color: #0169b0;
    text-align: center !important;
    margin-bottom: 20px;
}
.site-navbar a{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
}
.inner-nav{
    margin: 0 auto;
}
@media (max-width: 991px){
div.inner-nav font{
   
    display: none;
}
div.inner-nav a{
    display: flex;
    border-bottom: 1px solid #fff;
}
div.inner-nav a:last-of-type{
    border-bottom: none;
}
}
/*Footer*/
.footer{
    background-color: #e95d28;
    padding-top: 2px;
}

.footer .left {
    float: left;
    margin-left: 20px;
    max-height: 80px;
}

.footer .right{
    float: right;
    margin-right: 50px;
    max-height: 80px;
}

.big-footer{
    min-height: 378px;
    background: #eee;
    font-size: 70%;
    padding: 100px 1rem;
}
.big-footer a{
    text-decoration: none;
    color: #212529;
    
}

.big-footer div.list-footer{
    margin-bottom: 10px;
}
@media (min-width: 576px){
    
}


.container{
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
}

.jumbotron{
    background-color: #fff;
    border-radius: 0px;
    padding-top: 0px;
    padding-left:30px;
    padding-right:30px;
}



.home-description{
    text-align: left;
}

.home-description h4{
    margin-top: 20px;
}



.homebox, .simple-page-box{
    background: #eee;
    border-bottom-color: #ccc;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
}
.plain-button{
     display: block; 
    position: relative;
    border: none;
    border-bottom: 1px solid #a8a8a8;
     width: 100%; 
    background: #fff;
     padding: 9px 20px 8px 10px;
    color: #2d3039;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    margin: 0;
    
}
.plain-button:hover{
    text-decoration: none;
    background-color: #eff6fd;
}
.plain-button::after{
    background-image: url(img/glyphicons.png);
    background-image: url(img/glyphicons.png) \9;
    background-size: 260px;
    height: 32px;
    width: 32px;
    background-position: -115px -1077px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    margin-right: -13px;
}

.plain-button.highlight::before{
    background-image: url(img/star.png);
    background-image: url(img/star.png) \9;
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    top: 20px;
    left: 2px;
}

.date-news{
    color: #9e9e9e;
    font-size: 13px;
}

.homebox ul{
    padding-left: 0px;
    padding-top: 0px;
    text-transform: lowercase;
}

.container-vertical{
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-bottom: 3px solid #ccc;
    border-bottom: 3px solid rgba(0,0,0,.2);
}

.container-vertical > a{
    color: #212529;
    text-decoration: none;
}

.homebox li{
    list-style: none;
    
}

.homebox li > a{
    color: #212529;
    text-decoration: none;
}



/*Sidebar*/
#sidebar .container{
    background: #eee;
    padding: 15px;
}

#sidebar .document-list{
    font-size: 14px;
    background-color:  transparent;
}

#sidebar .document-list hr:first-child{
    display: none;
}

#sidebar:empty{
    
    background-color: #e95d28;
}

.button-home-page > a > img{
    width: 65px;
}
.button-home-page > a{
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.button-home-page > a > span{
    line-height: 65px;
    font-size: 1.75rem;
    font-weight: 500;
    text-decoration: none;
    color: #212529;
}

.simple-page-box.button-home-page span{
    font-size: 1.35rem;
}
.simple-page-box.button-home-page > a{
    text-align: center;
}



.no-margin{
    padding-left: 0px;
}

@media (max-width: 767px){
    .no-margin{
        padding-left: 0px;
        padding-right: 0px;
    }
}


.no-margin-full{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .header {
        padding-top: 10px;
    }
    .div-img-120{
        height: 40px;
        line-height: 40px; 
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .div-img-120 img{
        max-height: 40px;
    }

    .big-footer{
        padding-top: 0px;
    }

    .big-footer > div{
        padding-top: 30px;
    }

    .footer .right {
        margin-right: 20px;
    }

    .footer .left {
        margin-left: 0px;
    }

    .jumbotron {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }    
}