.box-arrotondato {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #ddd;
    background-color: #B6B6B6;
    color: white;
    font-size: 18px;
}
#title{
    font-weight: 400;
    font-family: Open Sans;
    font-size: 16px;
}
body{
    font-weight: 400;
    font-family: Open Sans;
    font-size: 13px;
}
.input-row{
    margin-top: 20px;
}

.bordo-sotto{
    border: 1px solid rgb(221, 221, 221)
}
.btn-registra{
    background-color: #337ab7;
    color: white;
}
.btn-row{
    margin-top: 50px;
    margin-bottom: 50px;
}
.input_error{
    border: 1px solid red;
}
.red_text{
    color: red;
}
.row_altro{
    visibility: hidden; 
}
.navbar-default{
    background-color: #353535; 
    border-color: transparent;
}

.navbar{
    border-radius: 0;
}
.navbar-default .navbar-brand {
    color: black;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.glyphicon {
    color: white;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}


.navbar {
    position: relative;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -70px !important;  /* 50% of your logo width */
    display: block;
}

#sidebar-wrapper{
    background-color: white;
    color:black;
}
.sidebar-nav li a {
    color: black;
}
.a-menu{
    background-color: #edd08f;
    text-align: center;
}
.nav-pills > li > a {
    border-radius: 0;
}
.margin-top-50 {
    margin-top: 50px;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: black;
    background: rgba(255,255,255,0.2);
    border-left: 0;
}
.border-top{
    border-top: 1px solid black;
}
.border-bottom{
    border-bottom: 1px solid black;
}

#page-content-wrapper {
    position: absolute;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
}
#fixedbutton {
    position: fixed;
    bottom: 50px;
}

.col-xs-12 {
    width: 110%;
}
.full {
  background: url(../assets/img/logo_brera.png) no-repeat center center fixed; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  min-width: 100%;
  min-height: 100%;
background-color: black;
}
.ui-dialog-titlebar-close{
    display: none;
}