body {
    color: #323232;
    font-family: Helvetica,Arial,sans-serif;
    background-image: url("../images/background.png");
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
}
a {
    border: medium none;
    color: #0E71B4;
    text-decoration: none;
}
a:hover {
    color: #0E71B4;
}

input:focus, textarea:focus {
    outline: medium none;
}

.lightGrey {
    color: #9D9EA2;
}

.hoverBlue:hover {
    color: #0E71B4;
}
.normalFont {
    font-weight: normal;
}
.boldFont {
    font-weight: bold;
}

.formMessage {
    color: #D0482B;
    padding-bottom: 10px;
    padding-top: 10px;
}

.logoText {
    background-position: -2px -182px;

}
.clearfix {
    display: block;
}

#content{
    position: relative;
}

#loginOverlay {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    margin: auto;
    overflow: hidden;
    padding: 15px;
    width: 33%;
    min-width: 520px;
    color:#323232;
}

.footer{
    margin-top: 10px;
    margin-bottom:10px;
    text-align: center;
    color:#D6D4DB;
}

#loginPictures {
    margin-top: 10px;
    text-align: center;
}

#loginPictures > img {
    max-height: 75px;
}
.login {
    line-height: 2;
}

.loginCenter {
    float: none;
    margin: auto;
    width: 279px;
}

.createAccount {
    display:none;
}
.apptec{
    font-size: 12px;
    font-weight: normal;
}

.inputContainer {
    border: 1px solid #D5D5D5;
    color: #313845;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;  
    margin-left:1px;
    margin-right:1px;
    margin-bottom:1px;
    position: relative;
}

.inputContainer.noborder{
    border:none;
    margin-left:2px;
    margin-right:2px;
}

.spacer2em{
    height:2em;
    width:100%;
}

.inputContainer.focus, .inputContainer:hover{
    border-color: rgba(14, 113, 180, 0.8);
    border-style: solid ;
    border-width: 1px;
    box-shadow: 0 0 8px rgba(14, 113, 180, 0.6);
    outline: 0 none;
    margin-top: 15px;
    margin-left:1px;
    margin-right:1px;
    margin-bottom:1px;
}

.inputContainer.noborder:hover{
    border:none;
    box-shadow: none;
    margin-left: 2px;
}

.inputContainer > input {
    margin-left: 15px;
    width: 350px;
}


#agree_field_signUp {
    margin: 0 0 0 20px;
}

.inputContainer > label {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    width: 120px;
}

#title-container {
    display: inline;
    margin-left: 15px;
}

.glyphcontainer{
    width:18px;
    height:24px;
    background-position: 0px 10px;
    margin-left: 5px;
    background-size: 14px 14px;
    display:inline-block;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#glyphuser{
    background-image: url("../images/android/glyphuser.png");
    float:left;
}

#glyphpassword{
    background-image: url("../images/android/glyphlock.png");
    float:left;
}

#glypharrowright {
    background-image: url("../images/android/glypharrorrightwhite.png");
    float: right;
    margin-left: 5px;
    margin-right: 45px;
    margin-top: -1px;
    opacity: 1;
}

#loginSubmit{
    cursor: pointer;
}

.forgotPassword {
    display: inline-block;
    float: right;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    cursor:pointer;
}

.forgotPassword:hover{
    color:#0E71B4;
}

#username_field,#password_field{
    padding-left: 10px;
    width: 300px;
}

input {
    height:34px;
    border:none;
    background-color: white;
}
.apptec select {
    min-height: 1.5em;
    padding-left: 0;
    padding-top: 0.5em;
}

.apptec input[type="checkbox"] {
    background-color: #EAEBEC;
    border: medium none;
    margin-left: 140px;
    width: 1em;
    height: auto;
}

.apptec p > input + label:hover {
    background: url("../images/login/checkboxMouseover.png") no-repeat scroll 0 0 transparent;
}
.apptec p > input[type="checkbox"]:checked + label {
    background: url("../images/login/checkboxChecked.png") no-repeat scroll 0 0 transparent;
}

.apptec input[type='radio']{
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
    width: 13px;
    height: auto;
}

#title-container span{
    margin-left:5px;
    margin-right:5px;
}

.clearer{
    clear:both;
}
.clearer-block {
    clear: both;
    display: block;
}

.agreementMsg,.agreementLink{
    margin-top: 5px;
}

.agreementLink a{
    color:#0e72b5;
}

.agreementLink:hover{
    color:#313845;
}


#message:before, .maintenanceMessage:before {
    background-image: url("../images/android/glyphwarning.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 5px;
    opacity: 0.6;
    width: 20px;
}

.maintenanceMessage:before{
    background-image: url("../images/android/glyphwarningBlue.png");
    opacity: 1;
}

#message:after {
    clear: both;
}
#message {
    color: #FF0000;
    display: inline-block;
    font-weight: bold;
    min-height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}

.mandatory {
    color: #0E72B5;
    display: inline-block;
}

.footer li {
    display: inline;
}

.footer a {
    color: #9D9EA2;
}

.footer a:hover {
    color: #0E71B4;
}

#loading-wrapper{
    background-color: #444444;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
    display: none;
    opacity:0.7;
}

#loading-image{

}

#window-wrapper {
    background-image: url("../images/grey-opaque.png");
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.action-window {
    background-color: #FFFFFF;
    width: 700px;
}

.action-window .titlewrapper {
    background-color: #3C3C3C;
    color: #FFFFFF;
    padding: 15px 50px;
}

.action-window .form-input {
    display: inline;
    margin-left: 20px;
}
.action-window #window-title {
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.action-window .windowClose {
    cursor: pointer;
    float: right;
}

.action-window .profileForm {
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
}

/*
.action-window .form-entry {
    border-left: 1px solid #CDCDCD  !important;
    border-right: 1px solid #CDCDCD  !important;
}*/

.action-window .form-entry.lastFormEntry {
    border-bottom: 1px solid #CDCDCD  !important;
}

.action-window .inner-window-container {
    margin: 10px;
}

.action-window .buttonwrapper {
    margin-bottom: 0;
}

.action-window.nopadding #window-title {
    margin-bottom: 0;
}

#dialogButtonWrapper .buttonwrapper {
    margin: 0;
}

#dialogButtonWrapper .buttonwrapper > button,#dialogButtonWrapper > button,#dialogButtonWrapper  > .button   {
    margin: 0;
}

#dialogButtonWrapper {
    margin-top: 15px;
    padding-top: 10px;
}

#dialogButtonWrapper button {
    background-color: #0E71B4;
    background-image: none;
}

#inputDialogWrapper{
}

#inputDialog {
    margin: 20px 50px 0;
    min-height: 100px;
}

form[name="resetpassword"] {
    border: 1px solid #CDCDCD !important;
}

.pointer{
    cursor: pointer;
}

.form-entry > label {
    padding-bottom: 3px;
    padding-top: 3px;
}

.buttonwrapper > button {
    margin-left: 42%;
}

.form-entry >  textarea {
    width: 57%;
}

.form-entry {
    background: none repeat scroll 0 0 #eeeeee;
    padding-top: 3px;
    clear: both;
}

.formEntryOverriden{
    background-color: #B4B4B4;
    color: #000000;
}

.form-entry label {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding-left: 1%;
    vertical-align: middle;
    width: 40%;
}
/* Form Element Description*/
.form-entry p{
    background-color: #FFFFFF;
    color: graytext;
    display: block;
    float: right;
    font-size: 0.9em;
    padding-bottom: 3px;
    padding-left: 42%;
    padding-top: 3px;
    width: 58%;
}

.form-entry > select{
    width:57%;
    margin-bottom: 3px;
}

.form-entry > input {
    background-color: inherit;
    font-size: 0.9em;
    height: 15px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.form-entry > textarea{
    font-size: 0.9em;
    border:none;
}

.form-entry > input[type='text']{
    width:57%;
    border:none;
}

.form-entry > input[type='password']{
    width:57%;
    border:none;
}

.form-entry > input[type='file']{
    height:22px;
}

.standardButton, .button,button {
    background: linear-gradient(to bottom, #000000, #151716) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px 20px;
    text-align: center;
    min-width: 10em;
    box-shadow: 2px 2px 3px #3C3C3C;
    margin-bottom: 2px;
}

.standardButton:hover, .button:hover, button:hover {
    background: linear-gradient(to bottom, #151716, #3C3C3C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 3px #3C3C3C;
}

#inputDialogWrapper{
    color:#000000;
}

input.subButton {
    background-color: #151716;
    border: 1px solid #151716;
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    height: 32px;
    line-height: 20px;
    width: 150px;
}

.buttonWrapper{
    background-color: #151716;
    border: 1px solid #151716;
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    height: 32px;
    line-height: 20px;
    width: 100px;
    text-align: left;
}

.buttonWrapper .subButton,.buttonWrapper .button{
    background-color: #0E71B4;
    border:none;
    border-radius: 0;
    float:none;
    width:auto;
    margin-left: 42px;
}

.createAnAccount {
    cursor: pointer;
}

.createAccountWrapper {
    background-color: #3EB33A;
    border-color: #3EB33A;
    float: left;
    line-height: 32px;
    text-align: center;
    width: 150px;
}

.loginWrapper{
    width:150px;
    background-color:#0E71B4;
    border-color: #0E71B4;
}

#registerButton{
    background-color: #3EB33A;
    border-color: #3EB33A;
}

.signinmsg {
    font-size: 26px;
}

#backToLoginButton {
    float: left;
    background-color:#0E71B4;
    border-color: #0E71B4;
}

.nameOverlay {
    height: 34px;
    line-height: 34px;
    margin-left: 2px;
    position: absolute;
    white-space: nowrap;
}

#agreeContainer{
    text-align: center;
}
.chosen-container {
    margin-left: 10px;
}


.chosen-container-single .chosen-single,
.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li {
    font-size:0.9em;
}


.chosen-container-single .chosen-single {
    border-radius: 0px;   
    padding: 0 0 0 4px;
}

.chosen-container-single .chosen-single {
    background:inherit;
    border: medium none;
    box-shadow: none;
    margin:1px;
}

.chosen-container.chosen-container-active .chosen-drop{
    border-color: rgba(14, 113, 180, 0.8) !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-top: 0 !important;
}

.chosen-container {
    min-width: 120px;
    position: static !important;
}

.maintenanceMessage {
    color: #000000;
    font-weight: bold;
    margin-top: 2em;
    height:20px;
    line-height:20px;
}