/* 
    Document   : Customer
    Created on : Mar 16, 2013, 1:04:41 AM
    Author     : Ales Seifert <seifert at alesak dot net>
    Description:
        Purpose of the stylesheet follows.
*/

div.IndiciumCustomerProfile {margin: 4px 4px 16px 4px;}
div.IndiciumCustomerProfile .ui-state-error {}
div.IndiciumCustomerProfile h1, div.IndiciumCustomerHelp h1 {border-bottom: 4px solid;font-size: x-large;}
div.IndiciumCustomerProfile .info, div.IndiciumCustomerProfile .pwd {margin-top: 20px; text-align: center; border: 1px solid #CCC; padding: 5px; background-color: #619226; color: white;}
div.IndiciumCustomerProfile .error {margin-top: 20px; text-align: center; border: 1px solid #CCC; padding: 5px; background-color: darkred; color: white;}
div.IndiciumCustomerProfile .section, div.IndiciumCustomerHelp .section { vertical-align: top; border-radius: 4px; border: 1px solid #CCC; margin-top: 15px; padding: 10px 20px 20px;}
div.IndiciumCustomerHelp .section >div {height: 50px; max-height: 50px;}
div.IndiciumCustomerProfile .fieldset {display: inline-block;}
div.IndiciumCustomerProfile .section>h3, div.IndiciumCustomerHelp .section>h2 {margin: -17px 0 0 20px; background-color: white; padding: 0 10px; width: 130px; text-align: center; font-size: medium;}
div.IndiciumCustomerProfile .profile-personal-password { margin-left: 90px;  width: 240px;}
div.IndiciumCustomerProfile .profile-personal-password input {width: 240px;}
div.IndiciumCustomerProfile label, div.IndiciumCustomerProfile input, div.IndiciumCustomerProfile select {display: block; width: 300px;}
div.IndiciumCustomerProfile label {margin-top: 10px; font-size: smaller;}
div.IndiciumCustomerProfile input, div.IndiciumCustomerProfile select {border-radius: 4px; margin-top: 5px; padding: 2px;border: 1px solid #CCC;}
div.IndiciumCustomerProfile input[type="submit"] {border-radius: 4px; margin: 20px auto 0; width: 100px; cursor: pointer;}
a.IndiciumCustomerProfile.hide, a.IndiciumCustomerHelp.hide {float: right; cursor: pointer; padding: 0 10px 10px 10px;height: 14px;display: inherit;}
a.IndiciumCustomerProfile.close, a.IndiciumCustomerHelp.close {float: right; cursor: pointer;border-radius: 4px; margin-top: 5px; padding: 2px;border: 1px solid #CCC;}
.customerInfo a {cursor: pointer;}
.customerInfo input[type="text"], .customerInfo input[type="password"], .IndiciumCustomerHelp input[type="text"], .IndiciumCustomerHelp input[type="email"] {border: 1px solid #CCC;border-radius: 4px;vertical-align: top;}
.customerInfo input[type="submit"] {border: 1px solid #CCC;border-radius: 4px;}
.customerInfo .hide, .customerInfo .help {background: none; border: none;cursor: pointer;}
.customerInfo .hide { margin-top: -7px;}
.IndiciumCustomerHelp .section {min-height: 150px;border-radius: 4px;}
div.IndiciumCustomerHelp .section>h2 {width: 150px; margin-bottom: 10px;}
.IndiciumCustomerHelp .login-recover, .IndiciumCustomerHelp .password-reset {width: 335px; float: left;}
.IndiciumCustomerHelp .login-recover {margin-left: 5px;}
.IndiciumCustomerHelp input, .IndiciumCustomerHelp label{padding: 2px; display: block; margin-bottom: 5px; width: 240px;}
.IndiciumCustomerHelp button {margin-top: 10px;}
.IndiciumCustomerHelp .message {margin-left: 10px; font-size: 13px; color: darkred;}
.IndiciumCustomerHelp .finalMessage {margin-top: 50px; display: block;}
.IndiciumCustomers_signin_message {position: absolute !important; margin-left: -200px; padding: 0 !important; color: darkred !important;}
.IndiciumCustomers.PasswordResetDialog input, .IndiciumCustomers.PasswordResetDialog label {display: block;}
.IndiciumCustomers.PasswordResetDialog input[type="password"] {border: 1px solid #CCC; font-size: 14px; height: 20px; width: 230px;}
.IndiciumCustomers.PasswordResetDialog input[type="password"].ui-state-error {border: 1px solid #ff0000;}
.IndiciumCustomers.PasswordResetDialog input[type="submit"] {margin-left: 20px; height: 30px;}
.IndiciumCustomers.PasswordResetDialog h2 {font-size: 15px;}
.IndiciumCustomers.PasswordResetDialog .message p {margin-left: 40px;}
