body
{
    font-family: "Segoe UI", "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-inverse {
    background-color: #717171 /*#2e6da4*/;
    border-color: #717171 /*#337ab7*/;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.container-footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
}

.navbar-inverse .navbar-brand {
   margin-top:-10px;
}
 .navbar-inverse .navbar-brand img {
    max-height: 80px;
   border: 1px solid #888888;
}
.btn-default {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #8c8c8c;
}
.container-footer
{
    background: #999;    
    margin-top: 50px;
    padding-top: 25px;    
    font-size: 90%;
    font-family:  Helvetica,Arial,sans-serif;
}
.container-footer a
{
    color: #333; 
    }
.container-footer h4
{

    line-height:200%;
    border-bottom:1px dotted #ccc;

    color: #fff;
}
.container-footer .row:nth-child(1)
{
    padding-bottom:15px;
    }
.container-footer .row:nth-child(2)
{
    color: #fff;
    border-top: 1px solid #ccc;    
    padding-top:5px;  
    padding-bottom:5px; 
}

/* intestazioni finestre modali */
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    color: #ffffff;
    background-color: #717171 /*#2e6da4*/;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     cursor: move;
 }
 
 a {
	color: #909090;
	text-decoration: none;
 }
 