/************************************************************************************
** Main Admin Buttons
*************************************************************************************/
.wp-core-ui .button-primary {
  background: #24b7eb;
  border-color: #23a6d4;
  box-shadow: inset 0 1px 0 rgba(33, 158, 202, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #FFF;
  text-decoration: none; }

.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
  background: #23a6d4;
  border-color: #24b7eb;
  color: white;
  box-shadow: inset 0 1px 0 rgba(36, 183, 235, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15); }

.wp-core-ui .button-primary:active, .wp-core-ui .button-primary.disabled {
  background: #1e8fb7; }

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  height: 30px;
  line-height: 28px;
  padding: 0 20px 2px; }

.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
  color: #b3c9c9 !important;
  background: #a0b3b3 !important;
  border-color: #768686 !important;
  box-shadow: none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
  cursor: default; }

/************************************************************************************
** Custom Log-In Page
*************************************************************************************/
body.login {
  background-color: #36b6df; }

p.message.register {
  display: none; }

#login h1 a {
  width: 100% !important; }

.login h1 a {
  width: 280px;
  height: 170px;
  background-size: 280px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  margin: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  .login h1 a {
    width: 280px;
    height: 170px;
    background-size: 280px 170px;
    background-repeat: no-repeat;
    text-indent: -9999px; } }
#loginform {
  background-color: #2fabd3;
  border-radius: 20px;
  padding: 30px; }

.login form {
  box-shadow: none; }

#loginform p label {
  color: #FFF; }

#login form p.submit {
  margin-top: 20px; }

#login form p.forgetmenot {
  margin-top: 20px; }

.login #login_error,
.login .message {
  margin-top: 20px; }

.login #backtoblog a,
.login #nav a,
.login h1,
.login #nav a {
  color: #ededed; }

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #FFF; }

.login #nav,
.login #backtoblog {
  text-align: center; }

p#backtoblog {
  display: none; }

.forgetmenot {
  width: 100%;
  text-align: center;
  margin-top: 0 !important; }

#lostpasswordform {
  background: none; }

.login.wp-core-ui .button-primary {
  width: 100%;
  margin-top: 20px !important;
  background: #FFF;
  border-color: #25acce;
  box-shadow: inset 0 0px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 50px !important;
  font-size: 1.5em !important;
  font-weight: bold;
  color: #00a6ec !important;
  text-shadow: none; }

.login.wp-core-ui .button-primary:hover {
  background-color: #f6f6f6;
  border-color: #25acce;
  box-shadow: inset 0 0px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none; }

.login.wp-core-ui .button-primary:focus {
  background-color: #f6f6f6;
  border-color: #25acce;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 0px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none; }

/************************************************************************************
Project Specific Styles
*************************************************************************************/

#wpadminbar #wp-admin-bar-lambda,
#wp-admin-bar-my-sites-list .blavatar  {display: none;}

/************************************************************************************
Admin Dashboard Styles
*************************************************************************************/
#kijo_dashboard_widget .kijo-dash-container {
  text-align: center; }

#kijo_dashboard_widget .kijo-dash-title {
  color: #525252;
  font-weight: bold;
  line-height: 35px;
  font-weight: 400;
  margin-top: 30px; }

#kijo_dashboard_widget .kijo-dash-title .site-name {
  color: #24b7eb;
  display: block;
  font-weight: 600; }

/************************************************************************************
Update plugins count
*************************************************************************************/
#adminmenu .awaiting-mod, #adminmenu .update-plugins {
  color: #fff;
  background: #00adef; }

/************************************************************************************
Hide Help Menu
*************************************************************************************/
#contextual-help-link-wrap {
  display: none; }

/************************************************************************************
Remove Main Text Box
*************************************************************************************/
/*#postdivrich {display: none;}*/
/************************************************************************************
Remove WP Logo from Admin Bar
*************************************************************************************/
#wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-wp-logo {
  display: none; }

#wp-admin-bar-wp-logo {
  display: none; }

/************************************************************************************
Remove Trackbacks Link
*************************************************************************************/
#commentstatusdiv #ping_status {
  display: none; }

#commentstatusdiv label[for=ping_status] {
  display: none; }
