/**
 * ---------------------------------------------------------------------
 * GLPI - Gestionnaire Libre de Parc Informatique
 * Copyright (C) 2015-2018 Teclib' and contributors.
 *
 * http://glpi-project.org
 *
 * based on GLPI - Gestionnaire Libre de Parc Informatique
 * Copyright (C) 2003-2014 by the INDEPNET Development Team.
 *
 * ---------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of GLPI.
 *
 * GLPI 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.
 *
 * GLPI 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 GLPI. If not, see <http://www.gnu.org/licenses/>.
 * ---------------------------------------------------------------------
 */
/* ===== LOGIN ===== */

#firstboxlogin {
   background-color: #12509c;
}

#logo_login {
   background: url(../../pics/login_logo_itsimply.png) center no-repeat, #12509c;
}

#display-login {
   color: #FFF;
}

#text-login {
   background-color: #ccc8c8;
   color: #FFF;
}


/* ====== GENERAL ====== */

a, a:link, .ui-widget-content a {
    color : #12509c;
}

.main_form tr.headerRow th {
   color: #81BEAA;
}

/* ====== HEADER ====== */

#header_top {
   background-color: #12509c;
}

#c_preference a, #language_link > span {
   color: #7cc7f1;
}

#c_recherche form #champRecherche input {
   background-color: #aabed7;
   color: #F4D4AD;
}

#c_menu {
   background-color: #ccc8c8;
}

ul#menu a.itemP, ul#menu a.itemP1 {
   color: #fff;
}

ul#menu ul li a {
   color: #3891cd;
}

ul#menu > li.active ,
ul.ssmenu li.active {
   background-color: #12509c;
}
ul#menu > li.active > a,
ul#menu ul.ssmenu li.active > a {
   color: #FFF;
}

ul#menu > li:hover,
ul#menu > li:hover > a {
   background-color: #959393;
   color: #fff;
}

ul#menu ul li a:hover {
   background: #55B2FF;
   color: #fff;
}

#c_recherche form #champRecherche button {
   background-color: white;
}

/* ====== BUTTONS ====== */

input.submit {
   background-color: #959393;
   color: #fff;
   border: 1px solid #88c9ff;
}
input.submit:hover {
   background-color: #92ceff;
}
a.vsubmit {
   background-color: #959393;
   color: #fff;
}
a.vsubmit:hover {
   background-color: #92ceff;
}
#BackToTop {
   background-color: #55B2FF;
   color: #fff;
}

/* ====== BREADCRUMB ====== */

#c_ssmenu2 .breadcrumb_item:nth-of-type(3) {
   background-color: #12509c;
}
#c_ssmenu2 .breadcrumb_item:nth-of-type(3) a {
   color: #fff;
}
#c_ssmenu2 .breadcrumb_item:nth-of-type(3):after {
   border-left-color: #12509c;
}

/* Primary color elements (white on blue BG) designed to be overridden from palettes */
/* Colors are same as #c_menu */
.primary-bg {
   background: #ccc8c8;
}
.primary-bg-inverse {
   background: white;
}

.primary-fg, .primary-fg:hover {
   color: white;
}

.primary-fg-inverse, .primary-fg-inverse:hover {
   color: #ccc8c8;
}

#c_preference a.debugon,
#c_preference a.debugon:hover {
   color: black!important;
}

#show_all_menu dt a {
   color:white;
}

#show_all_menu dt a:hover {
   background: #959393;
}

#show_all_menu a {
   color: #3891cd;
}

#show_all_menu a:hover {
   background-color: #ccc8c8;
   color: white;
}
