﻿html {
    height: 100%;
}

body {
    background-image: none;
}

#loginform {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

#loginform .control-group {
    text-align: center;
    
}

#loginform .control-group .control-label {
    margin-right: 20px;
}

#loginform .control-group > * {
    display: inline-block;
}

#loginform input[type="text"],
#loginform input[type="email"],
#loginform input[type="password"] {
    width: 200px;
}

#container {
    background-image: inherit;

    margin: 0;
    height: 100%;
    width: 100%; /* needed for Firefox */
}

.responsiveContainer {
    min-width: 400px; 
    max-width: 850px; 
    margin:0 auto;
}

.leftslidemenubutton {
    display: none;
    width: 100%;
}

.labelAccountNameDescription
{
    padding-left: 5px;
    color: #999999;
    font-size: 12px;
    text-decoration: none;
    vertical-align: top;
    padding-top: 10px;
}

.responsiveItem {
    margin-left: 20px; 
    margin-right: 20px; 
    float: none;
}

@media (min-width: 800px) {
    .responsiveItem {
        margin-left: 20px;
        margin-right: 20px;
        float: left;
    }
}

#businessSection {
    display: none;
}


/***************** Pricing Tables ******************/

.priceBlock {
    text-align: center;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 0px 13px rgba(0,0,0,.09);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
    -o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
}

.priceTitle {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background: #A7A5A6;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.dollar-sign {
    font-size: 22px;
    line-height: 22px;
    top: -14px;
    right: -6px;
    font-family: 'OpenSansLight';
    position: relative;
}

.priceSection {
    padding-top: 20px;
    font-size: 54px;
    line-height: 42px;
    margin-left: -25px;
}

.priceSubText {
    display: block;
    color: #999;
    min-height: 38px;
    display: block;
    padding-top: 5px;
    font-size: 12px;
}

.priceSubTextNote {
    font-style: italic;
}

.features li {
    padding: 5px;
    font-size: 12px;
    border-top: 1px solid #E4E4E4;
}

.sectionHeaderTitle {
    color: #fff;
    background: #009FDA;
    padding: 15px;
    margin-top: -25px;
    margin-left: -25px;
    margin-bottom: 10px;
    margin-right: -25px;
    display: block;
}

#passReqs, #accountNameInfo {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    padding: 5px;
    color: #8b8b8b;
}

#passReqs:hover, #accountNameInfo:hover {
    color: #fff;
    background: #A7A5A6;
}

#groupPricingDiv {
    display: none;
}

#businessPricingDiv {
    display: none;
}

#monthlyPaymentSummaryBlock, #billingCountrySection {
    display: none;
}

.procoremButton {
    color: #fff;
    background: #009FDA;
    border: 0px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    color: #FFFFFF!important;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    opacity: 0.75;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}

.procoremButton:disabled {
    background: #e5e5e5;
    color: #999999;
}

.procoremButton:hover:enabled {
    background: #2cb8eb;
}

.procoremButton.cancel {
    color: #000 !important;
    background: #bebebe !important;
}

.downTime {
    text-align: center;
    font-weight: bold;
    color: #aa961f;
    background-color: #fce97c;
    vertical-align: middle;
    padding: 3px;
    top: 0;
    width: 100%;
    z-index: 1039;
}
