/*Hide option to share Facebook / Twitter */
#contentWrapper > .sharePanel
{
  visibility: hidden;
}

/* Hide Manage Exports, Create Screen and Manager Webhooks under wrench incon */
#manageExportsGlobal,#createScreenGlobal,#webhooksLink
{
	display:none;
}

/*Change text color*/
body {
  color: #39404A;
}

/*Change color icons (maybe overruled by .fa)*/
.menuIcon.fa
{
  color: #009DE0;
  text-shadow: none;
}

/*Change color incons*/
.fa
{
  color: #009DE0;
  text-shadow: none;
}

/*Change color active pin*/
.asset-pin-active .fa
{
	color: #F06800;
}

/*Change button color*/
.btn-primary
{
  background-color: #009DE0;
}

/*Change icon color in buttons*/
.btn-primary .fa
{
  color: #FFF;
}

/*Change color upper (menu) balk*/
.navbar-inner {
  background: #F7F8FA ;
}

/*Change background color Albums page*/
.media-sets {
    background: #F7F8FA ;
}

/*Change background color thumbnail page*/
.tab-content, #wrapper {
    background: #F7F8FA !important ;
}

/*Change background color active archive tab*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #F7F8FA ;
}

/*Change background and border search bar*/
/*
.navbar-search .search-query {
	background-color: #ccc ;
	border-color: #bbb ;
}
*/
/*Active and hover text top menu*/
/*
.intranetextra-link.active, .intranetextra-link:hover {
    color: #333 !important;
}
*/

.main-menu-item-link.active, .main-menu-item-text.active, .main-menu-item-text:hover {
    color: #333 !important;
}

/*Change background color infobar selected thumbnail*/
.selected .thumbnail .infobar {
	background-color: #82d8fc ;
}



/*UNKNOWN*/
.archiveTabs > li.active > a, .archivetabs > li.active {
    background: #F7F8FA ;
}

/*UNKNOWN*/
.intranetextra .menuText
{
  color: #009DE0;
  text-shadow: none;
}

.navbar-inner {
    border-bottom: 1px solid #009DE0;
}

/*

.media-set-elem-in  .title {
	background-color: #000 ;
	background-color: rgba(0, 0, 0, 0.4) ;
}

.media-set-elem .icon-cover {
	color: #000000 ;
}
*/