/*

#
# --- BEGIN_HEADER ---
#
# managers - style overrides for multiple pages
# Copyright (C) 2003-2020  The MiG Project lead by Brian Vinter
#
# This file is part of MiG.
#
# MiG 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.
#
# MiG 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.
#
# -- END_HEADER ---
#

*/

.fm_path_breadcrumbs a:hover {
  color: #679c5b;
}

#fm_preview_histogram_min_max_slider .noUi-connect {
  background: #679c5b;
} 
.fm_toolbar ul li a:hover {
  background-color: #679c5b;
  color: white;
}
.fm_toolbar ul li a.selected {
  background-color: #46743c;
  color: white;
}

.fm_files th.fm_size {
    width: 100px;
}
.fm_files th.fm_type {
    width: 70px;
}
.fm_files th.fm_date {
    width: 150px;
}
.fm_files th.fm_toolbox {
    width: 20px;
}

#fm_filelisting tbody tr.odd:hover, #jm_jobmanager tbody tr.odd:hover {
    color: #46743C;
}
#fm_filelisting tbody tr.even:hover, #jm_jobmanager tbody tr.even:hover {
    color: #46743C;
}

/* Core Styles */

/* Skin default and highlighted column headers */
.tablesorter-header { 
  background-color: #8fd182; 
} 

.tablesorter-headerAsc, .tablesorter-headerDesc { 
  background-color: #679c5b; 
}

/* use similar colors in tabs as in navmenu */
/*
.vm-tabs li.ui-state-default { 
  background: lightgrey;
  color: #679c5b;
}
*/
.vm-tabs li.ui-tabs-selected { 
  background: #46743c;
  color: white;
}
.vm-tabs li.ui-state-hover a:hover { 
  background: #679c5b;
  color: white;
}


/* color highlighted entry to match skin */
.context-menu-item.hover {
    background-color: #8fd182;
}

/* HTML select styling */
/* -------------------- Colors: Background */
.html-select {
    border-radius: 4px;
    border-color: #679c5b;
    background-color: #fff;
    color: inherit;
}
.gm_select {
    background-color: #679c5b;
}

/* -------------------- Colors: Text */
.gm_select select {
    color: #fff;
}

/* Set the desired color for the focus state */
.html-select:focus, .gm_select select:focus {
    background-color: #679c5b;
    color: #fff;
}

/* Make M$ IE and EDGE behave like other browsers */
.html-select:focus::-ms-value, .gm_select select:focus::-ms-value {
    background: #679c5b;
    color:  #fff;
}
