/*
 */

body {

}

.box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#site-name a {
    color: white!important;
    font-size: 20px!important;
}

.inline-group h2, #header
{   
    background-color: #005509 !important;
    color: #fff!important;
}

.module h2, .module caption
{   
    background-color: #254433 !important;
    color: #fff!important;
}

.breadcrumbs {
    background: #6c757d!important;
}

.development {
    margin-left:1em;
    color:red;
    font-weight: bold;
}

.text-right {
    text-align: right;
}

tr .field-fld10101 {
    text-align: right;
    /*padding: 1em;*/
}

tr .field-fld10141 {
    text-align: right;
    /*padding: 1em;*/
}

tr .field-shape_area {
    text-align: right;
    /*padding: 1em;*/
}

.admin-totals {
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    background: #e4e2e2;
}

#id_geometry_admin_map > a {
    display: none;
}

#content > h1 {
    display: none;
}
