
/**
/* All Themes Style
*/

@media screen and (min-width: 768px) {
  .DarkTheme .content,
  .GreenTheme .content {
    
  }
  .DarkTheme .grid,
  .GreenTheme .grid {
    padding-right: 0;
  }
  .DarkTheme ul.breadcrumb,
  .GreenTheme ul.breadcrumb {
    margin: 0px;
  }
}

/* ------------------ */
/* ------------------ */
/* ------------------ */



/**
* Dark Theme Colored
*/

.DarkTheme a {
  color: #36585e;
}

.DarkTheme .footer-menu a {
  color: #84b5b3;
}

.DarkTheme .header .search input[type="search"],
.DarkTheme .headerLeftMenu {
  background-color: #2f4852;
}
.DarkTheme a.btn-success,
.DarkTheme .header,
.DarkTheme .radio:not(checked) + label:after,
.DarkTheme .checkbox:checked + label:before,
.DarkTheme .leftMenu {
  background-color: #36585e;
} 

.DarkTheme a.btn-buy {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  margin: 20px auto;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;      
  background-color: rgb( 43, 153, 91 );
  border: 1px solid rgb( 33, 126, 74 );
}

.DarkTheme .header .search input::-webkit-input-placeholder { color: #b9dbe6; }
.DarkTheme .header .search input::-moz-placeholder { color: #b9dbe6; }
.DarkTheme .header .search input:-moz-placeholder { color: #b9dbe6; }
.DarkTheme .header .search input:-ms-input-placeholder { color: #b9dbe6; }

.DarkTheme .leftMenu i::before {
  color: #36585e;
}
.DarkTheme .header div a:hover {
  background-color: #457178;
}
@media screen and (min-width: 768px) {
    
  .DarkTheme .leftMenu div a { color: #b9dbe6; }
  
  .DarkTheme .header a:hover,
  .DarkTheme .leftMenu div a:hover {
    background-color: #5f818a;
  }
  .DarkTheme .leftMenu div i::before {
    color: #b9dbe6;
  }
  .DarkTheme .leftMenuProfileActive {
    background-color: #283e46;
  }
  .DarkTheme .leftMenuProfile {
    border-bottom: 1px solid #283e46;
  }
}

/* ------------------ */
/* ------------------ */
/* ------------------ */



/**
/* Color Normalize
*/

a.btn {
  color: #646464;
}

.foot-menu a,
a.btn.btn-danger, 
a.btn.btn-success, 
a.btn.btn-info, 
a.btn.btn-warning, 
a.btn.btn-primary {
  color: #ffffff; 
} 
