﻿/*-------------------------------------------------
    Account.css

    Originated from login.css

    Copyright (c) Allscripts. All rights reserved.
---------------------------------------------------*/

body {
    background: #E7E7E7; 
}

html, body {
    margin: 0;
    padding: 0;
}

/* this was causing a white horizontal space between 2 of the divs */
h2 {
    margin: 0;
}

/* IE9 was showing a border around the logo image */
img {
    border-style: none;
}

.form-section {
    padding-top: 15px;
    vertical-align: top;
}

.form-section.block {
    display: inline-block;
    margin-right: 30px;  
}

.form-section.wide {
    width: 335px;  
}

.form-section label {
    margin-bottom: 0;
    margin-top: 5px;
}

.form-section .label-container {
    height: 34px;
    padding-top: 9px;
    margin-bottom: 5px;
}

.button-section {
    padding-top: 20px;
    text-align: right;
    width: 300px;     
}
.button-ActivateProfile {
    padding-top: 20px;
    text-align: right;
    width: 425px;
}


.button-section.tall {
    padding-top: 40px;
}

.button-container {
    margin-right: 10px;
    display: inline-block;
}

.button-standard-size {
    min-width: 75px;
}

.section-split {
    display: inline-block;
    padding: 10px 15px;
    border-left: solid 1px black;
    margin: 40px 0;
    height: 130px;
}

.account-input {
    width: 230px;
    padding: 6px 12px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    margin-bottom: 5px; 
}

.account-select {
    width: 400px;
    padding: 5px 12px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    margin-bottom: 5px;
}

input[type="text"] {
    background-color: white;
}

input[type="password"] {
    background-color: white;
}

#logo {
    position: absolute;
    left: 0;
    top: 10px;
}

#logo-ConsentAgreement {
    position: absolute;
    left: 3px;
    top: 15px;
}

#headerBar {
    height: 100px;
    background: white;
}

#seperatorBar {
    height: 40px;
    background-image: url("images/SeparatorBarVeradigm.JPG");
    background-color: #322958;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#contentWrapper {
    width: 100%;
    background: #E7E7E7;
    margin: 0;
    padding-top: 20px;
    padding-left: 100px;
    min-height: 400px;
}

#contentWrapper.center {
    text-align: center;
}

#footerBar {
    height: 100px;
    background: #312957;
    padding-top: 15px;
    padding-left: 100px;
    color: #E7E7E7;
    position: relative;
    margin-top: 260px;
    width:100%;
}

#headerBar-ConsentAgreement {
    height: 100px;
    background: white;
    width: 100%;
    margin-top: 5px;
}


#footerBar-ConsentAgreement {
    height: 59px;
    background: #312957;
    padding-top: 1px;
    padding-left: 5px;
    left: 0px;
    color: #E7E7E7;
    position: relative;
    width:100%;
    font-size:10px;
}

#seperatorBar-ConsentAgreement {
    height: 11px;
    background-image: url("images/SeparatorBarVeradigm.JPG");
    background-color: #322958;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 210% 100%;
}

.modal-link {}

.modal-content {
    width: 600px !important;
    margin: 30px auto !important;
}

span.required {
    color: red;
    font-weight: bold;
}

span.field-validation-error {
    color: red;
    font-size: 12px;
    border-color: red;
    padding-left: 10px;
    position:static;
    width:340px;
}

span.field-validation-valid {
    color: black;
    font-size: 12px;
    border-color: red;
    padding-left: 10px;
    position: absolute;
}

.block-container {
    display: inline-block;
    padding-right: 10px;
}

.padded-container {
    padding-top: 30px;
}

.floating-text {
    padding: 10px 0;
}

.floating-textforgetidpassword {
    padding: 10px 0;
    width: 568px;
}

.display-label {
    margin-top: 5px;
}

.logoClass {
    max-height: 100px; 
    max-width: 250px; 
    margin-left: 30px;
    margin-top: 8px;
}
.logoClass-ConsentAgreement {
height:40px;
margin-left:12px;
}