/*
Turró i Cutiller Foundation. License notice.
Copyright (C) 2013 Lluis Turró Cutiller <http://www.turro.org/>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : Jan 25, 2016, 8:45:12 AM
    Author     : Lluis Turró Cutiller <lluis@turro.org>
*/
/* Color */
/* Branding */
.ui.menu.headerBranded {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) !important;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding-box;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0 solid transparent !important;
}
.ui.menu.mainBranded {
  background-color: #ffffff !important;
}
.ui.menu.secondaryBranded {
  font-size: 14px !important;
}
.ui.table.secondaryBranded {
  background-color: #f5f5f5 !important;
  font-size: 14px !important;
}
.ui.segment.footerBranded {
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3) !important;
  border-top: solid 1px #c2c2c2 !important;
}
.headerBranded .ui.tiny.image,
.headerBranded .ui.tiny.images .image,
.headerBranded .ui.tiny.images img,
.headerBranded .ui.tiny.images svg {
  width: auto !important;
}
.ui.menu.headerBranded .item,
.ui.inverted.menu.headerBranded .item {
  font-size: 14px !important;
}
.ui.breadcrumb.headerBranded .section {
  color: #333333 !important;
  font-size: 0.9em !important;
}
.ui.vertical.menu.secondaryBranded .menu .item {
  font-size: 1em !important;
}
.ui.vertical.menu.secondaryBranded .menu .item:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}
.ui.segment.footerBranded .ui.link.list .item {
  color: #333333;
  font-size: 14px !important;
  font-weight: normal;
}
.ui.segment.footerBranded .ui.link.list .item:hover {
  color: #333333;
}
.ui.segment.bodyBranded {
  min-height: 600px;
}
.ui.segment.footerBranded {
  min-height: 300px;
}
.ui.menu .ui.dropdown .menu > .item.eltabactive, .eltabactive {
  color: #333 !important;
}
