/* Common properties: */ 

.navbar-inner { 
    background-color: #000000; /* header color */ 
        height: 80px;
        margin-top: -10px;
} 

.content-title {
    color: #fffefe;

}

.alert-success {
    color: black;
    background-color: red;
    border-color: black;
}


.btn {
   /*  background-color: green;  */
}


.folder-navigation .folder-name {
    max-width: 175px !important;
 
}

.sharePanel {
    padding-bottom: 10px;
    visibility: hidden;
}

.intranetextra-link { 
   color: #aaa !important; /* header icon color */ 
}

.navbar-logo img {
    height: 55px;
    margin-top: 15px;
    /* vertical-align: middle; */
}


.taxonomy .taxonomy-item .taxonomy-item-title {
       max-width: 150px;

}
.taxonomy .taxonomy-breadcrumbs-item a {
    max-width: 160px;
}
   
   .taxonomy .taxonomy-item .taxonomy-item-title {
 
     overflow: visible; 
    }

body {
  font-family: Gotham, Arial, sans-serif;
}
   
   
.intranet .intranetextra {
    margin-top: 20px;
}

.input-group {
    margin-top: 30px;
}

.nav {
   
    margin-top: 20px;
}

.media-sets-wrap .header-wrapper .media-set-action-panel {
 
    margin-top: 10px;
}

.navbar-logo img {
  
    margin-top: 20px;
}

#thumbnailWrapperSimple {
   
    margin-top: 10px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
    border: 2px solid;
    border-color: cornflowerblue;
}

