/*
* Password Management Servlets (PWM)
* http://code.google.com/p/pwm/
*
* Copyright (c) 2006-2009 Novell, Inc.
* Copyright (c) 2009-2012 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-color: #ffffff;
}

body {
    font: 100% verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #444444;
    height: 100%;
    margin: 0px;
    background-image: url('background-login_IS01.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}


#header {
    font-family: verdana,helvetica,arial,sans-serif;
    background: #ffffff;
    height: 93px;
    width: 100%;
    margin-top: 0px;
    border-bottom: 4px solid #b5c035;
}

#header-center{
#    background-image: url('banner_ca3.png');
#    background-size: 100%;
#    background-repeat: no-repeat;
#    width: 650px;
#    height: 85px;
#    z-index: -1;
#}

#header-center-right{
	position: relative;
	top: 100px;
}

#header-title {
     display:none;	
     position: relative;
	top: 125px;
	left: 15px;
     font-family: verdana,helvetica,arial,sans-serif;
     font-size: 24px;   
     color: #b5c035;
}

#header-page {
	position: relative;
	top: 100px;
	left: 0px;
	color: #444444;
}



#centerbody {
	position: relative;
	top: 50px;    
	background-color: #ffffff;
    padding: 10px 10px 40px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    opacity: 1;
}

#footer {
	background-color: #444444;
	vertical-align: middle;
	color: #ffffff;
}

a {
    color: #666666;
}

a:hover {
    color: #0088ce;
    text-decoration: none;
}

a:visited {
    text-decoration: inherit;
}

h1 h2 h3 h4 {
    color: #444444;
}

h2 {
    font-size: 1rem;
    font-size: 12px;
}

p {
    color: #666666;
}

table {
    /* border-collapse: collapse; */
    border: 0px solid #D4D4D4;
}

table td.title {
    background-color: #f8f8f8;
}

table td {
    border: 1px solid #fefefe;
}


#WaitDialogBlank {
    background-image: url('wait.gif');
}

.btn {
    font-family: verdana,helvetica,arial,sans-serif;
    border-radius: 4px;
    padding: 3px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 4px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dddddd;
}.btn:hover {
     background: #f8f8f8;
     color: #b5c035;
     border: 1px solid #d3d3d3;
 }.btn:disabled {
      color: #666666;
      background: #f8f8f8;
      border: 1px solid #dddddd;
  }

.menubutton {
    padding: 4px;
    white-space: normal;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 0;
    text-decoration: none;
    color: #444444;
    background: #ffffff;
    border: 1px solid #dddddd;
}
.menubutton:hover {
    background: #f8f8f8;
    color: #b5c035;
}

#localeSelectionMenu {
    color: #444444;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 11px;
}

.setting_outline {
    background-color: #efefef;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #dedede;
}

.setting_title {
    color: #444;
    background-color: transparent;
}

input[type=text], input[type="password"], inputfield, textarea {
@include transition(all 0.30s ease-in-out);
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #dddddd;
    border-radius:6px;
}

input[type=text]:focus, input[type="password"]:focus, inputfield:focus, text area:focus {
@include box-shadow(0 0 1px #a6d5ee);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #a6d5ee;
}