/*
 * Password Management Servlets (PWM)
 * http://code.google.com/p/pwm/
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2011 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, body {
    font-family: "Roboto Regular","robotoregular",roboto, sans-serif;
    color: #333333;
    font-size: 14px;
    height: 100%;
    margin: 0
}

a {
    color: #2D2D2D;
    text-decoration: underline;
    font-weight: bold
}

p {
    max-width: 600px;
    color: #2D2D2D;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

hr {
    float: none;
    width: 100px;
    position: relative;
    margin-left: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 14px;
}

select {
    font-family: Inherit;
    width: 500px
}

#form {
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-collapse: separate;
}

table {
    border-collapse: collapse;
    border: 2px solid #D4D4D4;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

table td {
    border: 1px solid #D4D4D4;
    padding-left: 5px;
}

table td.title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding-right: 10px;
    background-color: #DDDDDD
}

table td.key {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    width: 200px;
}

table td.health-GOOD {
    width: 1px;
    white-space:nowrap;
    background-color: #8ced3f;
    filter: none;
    opacity: 100;
}

table td.health-CAUTION {
    width: 1px;
    white-space:nowrap;
    background-color: #ffcd59;
}
table td.health-WARN {
    width: 1px;
    white-space:nowrap;
    background-color: #d20734;
}

.inputfield {
    border:1px solid #CCC;
    padding: 5px 2px 5px 5px;
    vertical-align: middle;
    width: 200px;
    height: 30px;   

    
}

/* main body wrapper, all elements (except footer) should be within wrapper */
#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0;
}

/* main content section, all content should be inside a centerbody div */
#centerbody {
    box-shadow: 10px 10px 20px #929292;
    max-width: 600px;
    padding: 20px;
    position: relative;;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    clear: both;
    padding-bottom: 40px;
}

/* all forms use a buttonbar div containing the action buttons */
#buttonbar {
    margin-top: 30px;
    max-width: 600px;
    margin-bottom: 15px;
    text-align: left;
}

#buttonbar .btn {
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    border: 0px none;
    white-space: nowrap;
    overflow: visible;
    width: auto;
    display: inline-block;
    color: #FFF;
    padding: 7px 10px 6px 8px;
    min-width: 100px;
    background-color: #2C81BD;
    text-align: center;
}

/* used for password complexity meter */
div.progress-container {
    border: 1px solid #ccc;
    width: 90px;
    margin: 2px 5px 2px 0;
    padding: 1px;
    float: left;
    background: white;
}

div.progress-container > div {
    background-color: #ffffff;
    height: 10px;
}

/* header stuff */
#header {
    width: 100%;
    height: 103px;
    margin: 0;
    background: rgb(35, 96, 147) url("logo_poder.png") no-repeat scroll 8px -43px;
}

#header-page {


    padding-top: 9px;
    margin-left: auto;
    margin-right: auto;
    font-family: Inherit;
    font-size: 22px;
    color: #D9E0E2;
}
#header-company-logo {
position: relative;
width: 285px;
background: transparent url("consejo_general_poder_judicial.png") no-repeat scroll 0% 0%;
height: 103px;
float: left;
left: 100px;
top: 10px;
}

#header-title {

    margin: auto;
    font-family: Inherit;
    font-size: 14px;
    color: #D9E0E2;
}

#header-warning {
    width: 100%;
    background-color: #FFDC8B;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px
}

.clear {
    clear: both;
}

.message {
    display: block;
    padding: 6px;
    width: 90%;
    background-color: inherit;
    
}

.message-info {
    background-color: #DDDDDD;
}

.message-error {
    background-color: #DEDEDE;
}

.message-success {
    background-color: #EFEFEF;
}

#footer {
    position: relative;;
    text-align: center;
    bottom: 0;
    width: 100%;
    color: #999999;
    font-size: 11px;
    height: 30px;
    margin: 0;
    margin-top: -30px
}

#footer .idle_status {
    color: #333333;
}

#capslockwarning {
    width: 60%;
    padding: 0;
    position: relative;;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #d20734;
    border-radius: 3px;
}


#waitDialog_underlay {
    background-color: #444444;
}

#TopMenu {
    width:620px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    clear: both;
}

/*
 * Flags for language selector
 */

.flagLang_cs {
    background-image: url(flags/languages/cs.png);
}
.flagLang_de {
    background-image: url(flags/languages/de.png);
}
.flagLang_en {
    background-image: url(flags/languages/en.png);
}
.flagLang_es {
    background-image: url(flags/languages/es.png);
}
.flagLang_fr {
    background-image: url(flags/languages/fr.png);
}
.flagLang_it {
    background-image: url(flags/languages/it.png);
}
.flagLang_iw {
    background-image: url(flags/languages/iw.png);
}
.flagLang_nl {
    background-image: url(flags/languages/nl.png);
}
.flagLang_pl {
    background-image: url(flags/languages/pl.png);
}
.flagLang_pt {
    background-image: url(flags/languages/pt.png);
}
.flagLang_sk {
    background-image: url(flags/languages/sk.png);
}
.flagLang_tr {
    background-image: url(flags/languages/tr.png);
}

