{ 

/* Common properties: */
.navbar-inner {
    background-color: blue;
    font-size: 7px;; /* header color */
}
.intranetextra-link {
    color: #aaa !important; /* header icon color */
}
.content-title {
    color: #fff; /* title color */
    font-size: 36px; /* title size */
}

.media-sets {
    background: #fff; /* body background */
    margin: 1% 4% 4%; /* body content alignment */
}

/* Search button: */
.navbar-search .main-search-btn {
    background-color: rgb(21,165,223) !important; /* search button color */
    color: #fff; /* button text color */
    padding: 6px 12px;  /* button padding */
    font-size: 14px;  /* button text size */
    font-weight: normal;  /* button text style */
    text-transform: uppercase;  /* button text in ALL CAPS */
    line-height: 1;  /* button text lineheight */
    text-align: center;  /* button text alignment */
    border: 0;  /* button border */
    border-top-right-radius: 4px;  /* button rounded corner */
    border-bottom-right-radius: 4px; /* button rounded corner */
}

/* Upload button and register button: */
.btn-primary {
    color: #ffffff; /* button text color */
    background-color: #333;  /* upload button color */
    border-color: #fff; /* button border color */
    border-radius: 4px; /* button rounded corner */
    border: 2px solid; /* button border */
    text-transform: uppercase; /* button text in ALL CAPS */
    
} 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #b4b3b3; /* button on hover text color */
    background-color: #000; /* button on hover color */
    border-color: #b4b3b3; /* button on hover border color */
} 
 .navbar-fixed-top .btn-upload {
    padding: 3px 14px;  /* top bar button spacing */
    height: 30px;} /* top bar button height */
}  



/* CanDAM tests */
.navbar-custom-fixed-top {
    height: 80px;
}
#sidebar {
    
    width: 240px;
}
#sidebar .collapse-all {
    
    
    color: #007bff;
    font-size: 11px;
    margin-top: 5px;
    padding-bottom: 2px;
    text-align: right;
}
.expandable-block {
    
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0;
}
.expandable-block-header {
    padding: 8px;
}
.expandable-block-title {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.folders-list-item-name {
    color: black;
    font-size: 7px;
}
.folder-list-item-toggle {
    color: black;
    font-size: 7px;
}
.fa {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    
}


.taxonomy .taxonomy-title {
    
    color: black;
    font-size: 12px;
    font-weight: bold; 
}
.taxonomy .taxonomy-breadcrumbs-wrapper {
    
    padding: 7px;
    position: relative;
}
.taxonomy .taxonomy-breadcrumbs-title {
    font-weight: bold;
    /* font-weight: bold; */
}

/* 2020-10-21 */
.expandable-block-toggle {
    color: black;
}
.folder-navigation .add-smart-folder {
    color: #0e6aba;
    padding: 7px;
}
.taxonomy-navigation {
    margin-bottom: 8px;
}
.taxonomy .taxonomy-breadcrumbs:first-child {
    font-size: 12px;
}
.taxonomy .taxonomy-search-wrapper {
    padding: 5px 8px 6px;
}
.taxonomy .taxonomy-search {
    height: 25px;
}
.taxonomy .taxonomy-item-title {
    
    height: 25px;
    line-height: 28px;
    margin: 0 3px 0 0;
}
a {
    color: #0e6aba;
    text-decoration: none;
    background-color: transparent;
}
.taxonomy .taxonomy-item a {
    text-decoration: underline;
    font-size: 11px;
    color: #0e6aba;
}
.taxonomy .btn-input-control .btn-input {
    color: #0e6aba;
    font-size: 11px;
    margin-left: 5px;
}
.taxonomy .taxonomy-breadcrumbs-toggle {
    color: black;
    padding: 0 3px;
    
}
.taxonomy {
    background-color: #transparent;
    
}
.taxonomy .btn-input-control {
    padding: 8px;
}
.taxonomy .taxonomy-item-base {
    padding: 0;
}
custom.css
.folders-list-item {
    color: black;
    font-size: 12px;
}
.folders-list-item-name {
    color: black;
    font-size: 9px;
}
.fa {
    font: normal normal normal 10px/1 FontAwesome;
}
.taxonomy .taxonomy-breadcrumbs-title {
    font-weight: bold;
    font-size: 9px;
}
.taxonomy .taxonomy-breadcrumbs-wrapper {
    padding: 5px;
}
.home-page-search .content-title {
color: white;
}
.addthis_button_facebook {
display: none;
}
.addthis_button_twitter {
display: none;
}

} 