* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, #maincontainer {
    height: 98% !important;
}

    body > #maincontainer {
        height: auto !important;
        min-height: 98% !important;
    }

body {
    background: #F8F8F8;
    color: #666;
    font-size: 18px;
    font-family: "Proxima Nova Regular",Arial,sans-serif;
}

h1 {
    color: #523178;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 2rem;
    margin-top: 1rem;
    width: 100%;
    position: absolute;
    left: -9999px;
}

h2, h3, h4 {
    color: #523178;
}

h2 {
    font-size: 22px;
    margin-bottom: 1rem;
    margin-top: 0;
}

h3 {
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    margin-bottom: 1rem;
    text-decoration: none;
    margin-top: 0em;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

hr {
    background: none repeat scroll 0 0 #E4E4E4;
    border-style: none;
    height: 2px;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}

strong {
    font-weight: bold;
}

a {
    color: #007ac2;
    text-decoration: underline;
    cursor: pointer !important;
}

em {
    font-style: italic;
}

.formitem br {
    height: 0px;
    width: 0px;
}

.lighter {
    color: #999 !important;
}

button.ui-datepicker-trigger {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #dfdfdf;
    background-image: url("/_imgs/common/bg-button-datepicker.png");
    background-size: 44px !important;
    border-color: #777;
    border-image: none;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 1.6em;
    font-weight: bold;
    height: 44px;
    line-height: 0;
    margin-bottom: 0;
    min-width: 44px;
    padding: 0.2em 10px;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 44px;
    box-shadow: none !important;
}
