﻿body {
    color: #333;
    font: 12px Open Sans,"Helvetica Neue",Helvetica,Arial;
    margin: 0px;
    background: url("/images/ari-bg.png") repeat scroll 0 0 transparent;    
}
a {
    color:#666;
}

span.error[style*="inline"] {
    display: inline-block !important;
    color: #da3939;
}

.ari-form .input-field ul {
    color: #333;
    display: inline-block;
    line-height: 20px;
    list-style: outside none disc;
    margin-left: 22px;
    margin-top: 3px;
}


    .ari-form .input-field ul li {
        padding-left: 7px;
    }

.new-user .ari-form .right-col {
    display: block;
    float: none;
    margin-bottom: 0;
    width: 450px;
}

.change-pwd .headerMedRev {
    display: none;
}

.change-pwd .pwd-instructions {
    padding-left: 175px;
    padding-top: 20px;
}

.change-pwd td {
    padding: 2px;
}


.change-pwd .ari-form .input-field ul {
    display: inline-block;
    list-style: outside none disc;
    margin: 2px 14px;
    width: 450px;
}

.change-pwd .ari-form .input-field ol {
    list-style: outside none n;
    margin-left: 15px;
}


.ari-anon-form-area {
    width: 50%;
    margin: 30px auto;
}

    .ari-anon-form-area p {
        line-height: 18px;
        color: #666;
    }

    .ari-anon-form-area .ari-form-buttons {
        margin: 20px 20px;
    }

.ari-form.ari-page-form .ari-anon-form-area span.error {
    margin: 0 0 10px 7px;
    width: 397px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: solid 1px #ccc;
    border-radius: 2px;
    height: 34px;
    padding: 0 6px;
    font-size: 16px;
}

textarea.vert-resize{
     resize: vertical;
}
.header-wrapper img {
    width:220px;
}
.header-wrapper.container {
    padding: 20px 10px;
}

.portal .header-wrapper.container {
    padding: 20px 10px 12px;
}

h1 {
    background-color: #0093d0;
    color: #fefefe;
    font-size: 24px;
    line-height: 45px;
    font-weight: normal;
    margin:0;
    padding-left:24px;
}

.container {    
    padding-right: 0;
    padding-left: 0;
    max-width:960px;
}

.container-bg {
    background-color:#fff;
}

.body-content div.row {
    margin:20px 0 40px;
}
.body-content div.row p {
    font-size:14px;
}
.body-content > div.alert {
    margin:10px;
}

.body-content div.alert.alert-warning span {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    color: #333333;
}
.body-content div.alert.alert-warning ul li a {    
    color: #333333;
}

.footer-right-col {
    float: right;
    text-align: right;
    line-height: 30px;
    color: #666;
}

body:not(.portal) .footer-right-col:not(.login-footer) {
    margin-top: 24px;
}

.footer-right-col img {
    width: 103px;
}

body.portal .footer-right-col img {
    display:none;
}

label {
    font-weight:normal;
    font-size:14px;
}

label.anreq-margin {
    margin: 4px 0;
    padding-top: 7px;
}

.btn {
    float: right;
    margin-left:4px;
}

.full-width .btn {
    float: none;
    margin-left: 0;
}

.btn-primary {
    background-color: #03acdc;
    border-color: #03acdc;
    border-radius: 3px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus {
        background-color: #03acdc;
        border-color: #03acdc;
        opacity: 0.8;
    }

h4, .h4 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom:24px;
}

.alert-danger {
    color: #da3939;
    background-color: #ffe7db;
    border-color: #ffe7db;
}
 
.alert-danger ul {
        padding: 4px 20px;
    }

.alert-info:not(.password-req) ul {
    list-style: none;
    padding: 0;
}

.password-req {
    margin-top: 66px;
}

span.text-danger:not(:empty) {
    color: #da3939;
    display: block;
    margin: 4px 0;
    position: relative;
    color: #da3939;
    border-left: solid 3px #da3939;
    padding: 2px 6px;
    background-color: #ffe7db;
}

@media (max-width: 768px) {
    .footer-copy {
        margin-right: 6px;
    }
}
#dvAdminPwd {
    display: none;
}

.logged-out iframe {
    display:none;
    width:0;
}

.redirecting-page iframe {
    display: none;
    width: 0;
}
.redirecting-page .row {
    height: 150px;
    margin-right: -15px;
    margin-left: -15px;
}
.redirecting-page .row .redirecting {
    width: 97px;
    height: 22px;
    margin: 24px 0 0 464px;
    font-size: 16px;
}

.sso-mail-link {
    text-decoration:underline;
    color: inherit;
}