/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
 /********************************************************************* Skin-4 *************************************************************/

.smart-style-2 .ribbon-button-alignment {
  display: none;
}
.smart-style-2:not(.menu-on-top) #left-panel {
  padding-top: 49px;
}

.smart-style-2 #header {
  background-image: none;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.smart-style-2 #hide-menu i {
  color: #fff !important;
}

.smart-style-2 .page-title > i:first-child {
  display: none;
}
.smart-style-2 #logo-group span#activity {
  background: #5a8354;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5a8354), color-stop(1, #8fb489));
  background: -ms-linear-gradient(bottom, #5a8354, #8fb489);
  background: -moz-linear-gradient(center bottom, #5a8354 0%, #8fb489 100%);
  background: -o-linear-gradient(#8fb489, #5a8354);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fb489', endColorstr='#5a8354', GradientType=0);
  border-color: #5a8354;
  color: #bbb;
}

.smart-style-2 .btn-header  > :first-child  > a,
.smart-style-2 #logo-group span#activity {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, f1f1f1);
  background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
  color: #6d6a69 !important;
  border: 1px solid #5a8354;
  text-shadow: #985813 0 -1px;
}
.smart-style-2 .btn-header  > :first-child  > a:hover,
.smart-style-2 #logo-group span#activity:hover,
.smart-style-2 .btn-header  > :first-child  > a:active,
.smart-style-2 #logo-group span#activity:active {
  -webkit-box-shadow: inset 1px 1px 0px #bbb, inset -1px -1px 0px #bbb;
  -moz-box-shadow: inset 1px 1px 0px #bbb, inset -1px -1px 0px #bbb;
  box-shadow: inset 1px 1px 0px #bbb, inset -1px -1px 0px #bbb;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f8f8f8, #bbb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #bbb);
  background-image: -o-linear-gradient(top, #f8f8f8, #bbb);
  background-image: linear-gradient(to bottom, #f8f8f8, #bbb);
  color: #6d6a69 !important;
}


