/* Remove the navbar's default margin-bottom and rounded borders */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #c05365;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: white;
      padding: 25px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;}
    }

.navbar-form input, .form-inline input {
	width:auto;
}

.container-banner {
/*
    padding-right: 15px;
    padding-left: 15px;
*/
    margin-right: auto;
    margin-left: auto;
}


#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
    z-index:10;
}



.hookCursor {
    cursor: pointer;
}

a.link.active { color:blue; }

/**{
filter: grayscale(100%) !important;
-moz-filter: grayscale(100%) !important;
-webkit-filter: grayscale(100%) !important;
filter: gray !important;
}*/
/**
img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
html {
-webkit-filter: grayscale(100%);
}
*/
