
/* *************************************** */
/* *   Style Switcher: bigger font size  * */
/* *************************************** */


.SunMoon i {

    color: white  !important;
}
.SunMoon i.active {

    color: yellow !important;
}



body, .boxedContainer {
    background-color: #000 !important;
    color:#fff !important;
}

.ui-widget-content {
     color:#fff !important;
}

.ui-state-active {
    background:#333333/*{bgColorActive}; url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    color:#ffffff !important;
}

.ui-widget-content {
     background:#444444/*{bgColorActive}; url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    color:#ffffff !important;
}

.ui-state-default {
         background:#666666/*{bgColorActive}; url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    color:#eeeeee !important;
}

.custom-checkbox label {
    background: none;
}

.half-panel .half-panel-title, .half-panel .half-panel-body p  {
    color: #777575 !important;
}

h1, a, nav.appSell li ul li a  {
    color: #FFED00 !important;
}

nav.appSell li a {
    color: white !important;
}



a.btn-primary {
        color: white !important;
}

.buttonSquare, .ActionBarDiv .btn {
    color: #fff !important;
}

.buttonSquare:hover, .buttonSquare:active, .buttonSquare:focus, .ActionBarDiv .btn:hover,.ActionBarDiv .btn:focus,.ActionBarDiv .btn:active {
    color: #FFED00 !important;
}

.footerSocial li a:hover, .footerSocial li a:focus {
    color: #FFE82A !important;
}


.alternate {
    background-color: #333 !important;
}

.alternate a {
    color:#7897F1 !important;

}

.topEcommerceBlack
{
    color:white !important;
}

.breadcrumb {    
    background-color: #444 !important;
}


.breadcrumb > .active {
    color: #fff !important;
}


.borderedTab {
    
    background-color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #bbb !important;
    font-weight: bold !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #aaa !important;
    font-weight: bold !important;
    
}

.custom-dropdown {
    color:#000 !important;
}

.accordion-dark.ui-accordion .ui-accordion-content , .accordion-dark.ui-accordion.whiteBack .ui-accordion-content {
    background-color: #666 !important;
    color: #fff !important;
}

.breadcrumb-responsive a {
    color: #afc3ff !important;
}

.SearchBox {
    color:#000 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #333;
}

.dropdown-menu > li > a {
  display: block;
  padding-left: 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #111;
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #333;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #111;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #333;
  border-color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #555;
}