/**
Plugin Name: Reimagined
Plugin URI: http://roundmedia.co.uk
Description: A Reimagined WordPress Admin Theme
Version: 1.0
Author: ciaranbelfast
Author URI: http://www.roundmedia.co.uk
License: GPLv2 or later
*/

/*
 This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
 html {
 background:transparent;
 background-attachment: fixed;
 
 }

 
a {
  color: #0074a2; }
  a:hover, a:active, a:focus {
    color: #DA8E07; }

#media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover {
  color: #0099d5;
}

input[type=checkbox]:checked:before {
  color: #19be96; }

input[type=radio]:checked:before {
  background: #19be96; }
  
#adminmenuback, #adminmenuwrap, #adminmenu {
  background: rgba(0, 0, 0, 0.47); }

#adminmenu a {
  color: #fff; }

#adminmenu div.wp-menu-image:before {
  color: #fff; }

#adminmenu a:hover, #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus {
  color: #fff;
  background-color: #DA8E07; }

#adminmenu li.menu-top:hover div.wp-menu-image:before, #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
  color: #fff;
 }

.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
  background-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
}

#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
background: rgba(2, 2, 2, 0.83);
border: 2px;
border-style: dashed;
}

#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #fff; }

#adminmenu .wp-submenu .wp-submenu-head {
  color: #fff; }

#adminmenu .wp-submenu a, #adminmenu .wp-has-current-submenu .wp-submenu a, .folded #adminmenu .wp-has-current-submenu .wp-submenu a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
  color: #fff;
}
  #adminmenu .wp-submenu a:focus, #adminmenu .wp-has-current-submenu .wp-submenu a:focus, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-has-current-submenu .wp-submenu a:hover, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
    color: #f0a514; }

#adminmenu .wp-submenu li.current a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
  color: #fff; }
  #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
    color: #fff; }

ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
  border-right-color: #f1f1f1; }

#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
  color: #fff;
  background: #DA8E07; }

#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
  color: #fff;
}

#adminmenu .awaiting-mod, #adminmenu .update-plugins {
  color: #fff;
  background: #DA8E07; }

#adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li:hover a .awaiting-mod, #adminmenu li.menu-top:hover > a .update-plugins {
  color: #fff;
  background: #DA8E07;
}

#collapse-menu {
  color: #fff; }

#collapse-menu:hover {
  color: #fff; }

#collapse-button div:after {
  color: #fff; }

#collapse-menu:hover #collapse-button div:after {
  color: #fff;
}

.wp-wp-includes-ui input[type="reset"]:hover, .wp-wp-includes-ui input[type="reset"]:active {
  color: #0099d5;
 }

.wp-wp-includes-ui {
}
  .wp-wp-includes-ui .button-primary {
    background: #f0a514;
    border-color: #c4860d;
    color: white;
    box-shadow: inset 0 1px 0 #f5c15c, 0 1px 0 rgba(0, 0, 0, .15); }
    .wp-wp-includes-ui .button-primary:hover, .wp-wp-includes-ui .button-primary:focus {
      background: #dc960e;
      border-color: #ac750b;
      color: white;
      box-shadow: inset 0 1px 0 #f3b744, 0 1px 0 rgba(0, 0, 0, .15); }
    .wp-wp-includes-ui .button-primary:active {
      background: #c4860d;
      border-color: #ac750b;
      color: white;
      box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); }
    .wp-wp-includes-ui .button-primary[disabled], .wp-wp-includes-ui .button-primary:disabled, .wp-wp-includes-ui .button-primary.button-primary-disabled, .wp-wp-includes-ui .button-primary.disabled {
      color: #d1cec7 !important;
      background: #ce8c0d !important;
      border-color: #ac750b !important;
      text-shadow: none !important; }
  .wp-wp-includes-ui .wp-ui-primary {
    color: #fff;
    background-color: #2d3c50; }
  .wp-wp-includes-ui .wp-ui-text-primary {
    color: #2d3c50; }
  .wp-wp-includes-ui .wp-ui-highlight {
    color: #fff;
    background-color: #19be96; }
  .wp-wp-includes-ui .wp-ui-text-highlight {
    color: #19be96; }
  .wp-wp-includes-ui .wp-ui-notification {
    color: #fff;
    background-color: #19be96; }
  .wp-wp-includes-ui .wp-ui-text-notification {
    color: #19be96; }
  .wp-wp-includes-ui .wp-ui-text-icon {
    color: #7b94b5; }

.wrap .add-new-h2:hover, #add-new-comment a:hover, .tablenav .tablenav-pages a:hover, .tablenav .tablenav-pages a:focus {
  color: #9baec7;
  background-color: #2d3c50; }

.view-switch a.current:before {
  color: #2d3c50; }

.view-switch a:hover:before {
  color: #19be96; }

.post-com-count:hover:after {
  border-top-color: #2d3c50; }

.post-com-count:hover span {
  color: #9baec7;
  background-color: #2d3c50; }

strong .post-com-count:after {
  border-top-color: #19be96; }

strong .post-com-count span {
  background-color: #19be96;
}


.wp-pointer .wp-pointer-content h3 {
  background-color: #19be96;
  border-color: #16a784; }

.wp-pointer .wp-pointer-content h3:before {
  color: #19be96; }

.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
  border-bottom-color: #19be96;
}

.media-item .bar, .media-progress-bar div {
  background-color: #19be96; }

.details.attachment {
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #19be96; }

.attachment.details .check {
  background-color: #19be96;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #19be96;
}

.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
  background: #19be96; }

.theme-browser .theme.add-new-theme:hover span:after {
  color: #19be96; }

.theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover {
  background: #19be96; }

.theme-section.current, .theme-filter.current {
  border-bottom-color: #2d3c50; }

body.more-filters-opened .more-filters, body.more-filters-opened .more-filters:before {
  color: #9baec7;
  background-color: #2d3c50; }

body.more-filters-opened .more-filters:hover, body.more-filters-opened .more-filters:focus, body.more-filters-opened .more-filters:hover:before, body.more-filters-opened .more-filters:focus:before {
  background-color: #19be96;
  color: #fff;
}

.widgets-chooser li.widgets-chooser-selected {
  background-color: #19be96;
  color: #fff; }

.widgets-chooser li.widgets-chooser-selected:before, .widgets-chooser li.widgets-chooser-selected:focus:before {
  color: #fff;
 }

#customize-theme-controls .widget-area-select .selected {
  background-color: #19be96;
  color: #fff;
}

.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
  background: #f0a514;
  border-color: #c4860d;
  box-shadow: inset 0 1px 0 #f5c15c, 0 1px 0 rgba(0, 0, 0, .15);
}

#sidemenu a.current {
  background: #f1f1f1;
  border-bottom-color: #f1f1f1; }

#plugin-information .action-button {
  background: #f0a514;
}

div#wp-responsive-toggle a:before {
  color: #7b94b5; }

.wp-responsive-open div#wp-responsive-toggle a {
  border-color: transparent;
  background: #19be96; }
  
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
  background: #202b39; }
.star-rating .star {
  color: #19be96; }

