/*
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2017 The PWM Project
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

html {
	    background-image: url('fondefluid.png');
   background-size: 100%;


	    /*
    background-color: #00ccff;
  
 	background-color: #eeeeee;
*/

	}

p {
    color: #222222;
}

#header-warning {
    background-color: #007799;
    color: black;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}

#header {
    width: 100%;
    height: 120px;
    margin: 0;
    background-image: url('bg_mainHeader_groupe2.png');
    filter:alpha(opacity=90);
/*    opacity: 0.9;*/
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url('logo_groupeuem.png');
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 100px;
    z-index: 10;
}


#header-center {
    height: 92px;
    top: 10px;
    margin: auto;
}

#header-center-left {
    float: left;
    max-width: 400px;
}

#header-center-right {
   position: absolute;
   right: 0;
}

#button-openHeader {

.tile {
    width: 165px;
    height: 165px;
}
}

#centerbody {
    background-color: white;
    color: black;
    text-align: left;
    padding: 10px 10px 30px 10px;
    border: 0;
    border-radius: 9px;
    filter:alpha(opacity=75);
   /*  opacity: 0.5; */
    z-index: auto;
}


a {
    color: #00aa55;
    text-decoration: underline;
    font-weight: bold
}

#capslockwarning {
    background-color: #cc0000;
    bottom: 5em;
    line-height: 5em; 
}


#message_wrapper {
    color: black;
}


#footer {                                       
    width: 100%;
    height: 35px;
    margin: 0;
    background-image: url('bg_mainHeader_groupe1.png');
    filter:alpha(opacity=90);
    opacity: 0.9;
    color: white;
}

.message {
    background-color: white;
    width: 98%;
}

.message-info {
    background-color: beige;
}

.message-error {
    background-color: #cc0000;
    color: #ffffff;
}

.message-success {
    background-color: beige;
}

table {
    border-collapse: collapse;
    border: 2px solid #003333;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: dark blue;
}

table td {
    border: 2px solid #003333;
    padding-left: 5px;
}

table td.title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding-right: 10px;
    background-color: #000000;
	color: black;
}

table td.key {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    width: 200px;
	color: black;
}

#randomPasswordDialog_underlay {
    background-color: black;
}

#waitDialogID_underlay {
    background-color: black;
}

#idleDialog_underlay {
    background-color: black;
}

.btn {
    font-family: Trebuchet MS, sans-serif;
    background: grey;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#717081), to(#070618));
    background: -webkit-linear-gradient(top, #717081, #070618);
    background: -moz-linear-gradient(top, #717081, #070618);
    background: -ms-linear-gradient(top, #717081, #070618);
    background: -o-linear-gradient(top, #717081, #070618); */
    border: 0;
    padding: 3px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 7px;
    margin-left: 7px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    opacity: 0.75;
}
.btn:hover {
    border-top-color: #070618;
    background: #717081;
    color: #eee;
}
.btn:active {
    border-top-color: #080719;
    background: #727182;
}

.menubutton_key {
    color: white;
}

.menubutton {
    color: #1d1e3e;
    text-align: right;
}

.agreementText {
    background-color: #444444;
}

.checkboxWrapper {
    background-color: beige;
}

.header-warning-button {
	color: #cccccc;
}

.header-warning-button:hover {
	background-color: #071119;
	color: #dae1e1;
	}


#header-menu-icon {
  display: inline-block;
}
