/* css elements required for rendering Compact Login page */
html {
    font-size: 100%;
    color: #323232;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #323232;
    margin: 0px;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0px auto -200px;
}

form {
    margin: 0px 0px 18px;
}

p {
    margin: 0px 0px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

label {
    display: block;
    margin-bottom: 3px;
    color: #323232;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

input {
    margin-left: 0px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    display: inline-block;
    width: 210px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
    padding: 5px 0px 5px 6px;
    margin-bottom: 9px;
    margin-top: 3px;
    font-size: 12px;
    color: #323232;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
}

input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    outline: 0px none;
}

a {
    color: #0144af;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0144AF;
    border-bottom: 0px none;
}

.alert {
    padding: 8px 14px 8px 14px;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 5px solid #f5d89e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.status-alert {
    border: 1px solid #f5d89e;
}
.alert-heading {
    color: inherit;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #bbdba1;
}
.alert-success.status-alert {
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #dfaeb7;
    color: #b94a48;
}
.alert-info {
    background-color: #f2f2f2;
    border-color: #c7c7c7;
    /*color: @infoText;*/

}
.alert-general {
    background-color: #f9fbff;
    border-color: #d1deee;
    /*color: @infoText;*/

}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.alert-checkmark-container,
.alert-description {
    float: left;
    height: 100%;
}
.alert-checkmark-container {
    width: 30px;
}
.alert-checkmark-container i {
    margin: 25% 0;
}
.alert-description {
    width: 85%;
    padding-top: 8px;
}
.alert-description p:last-child {
    margin-bottom: 0;
}
.alert-warning .alert-description {
    padding-top: 10px;
}
.alert-warning .required-date {
    padding-top: 10px;
}

alert-block {
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0;
}

.status-alert {
    padding: 0 10px;
}

.status-alert {
    border: 1px solid #f5d89e;
}

.hide {
    display: none;
}

.compact-login-container .alert-block {
    padding-top: 5px;
    padding-bottom: 5px;
}

button {
    //width: 84px;
    //height: 30px;
    width: 91px;
    height: 32px;
    line-height: 18px;
    display: block;
    border: none;
    color: #fff;
    //font-size: 12px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 20px !important;
    margin: 10px;
    background: url(../images/toolboxGreen.png);
}

button:hover {
    background: url(../images/toolboxGreen_o.png);
}

button.disabled {
    cursor: default;
    background-image: none;
    background-color: #7caa00;
    opacity: 0.45;
    filter: alpha(opacity=45);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button .caret-right {
    margin-top: 5px;
    margin-left: 5px;
}
.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    content: "";
    margin-top: 0px;
}

.caps-lock-msg-text {
    color:#b94a48;
    font-weight: bold;
    visibility:hidden;
}

.button-margin{
    margin-top:3px; 
    margin-bottom:3px;
}

.pwd-margin{
    margin-bottom:3px;    
}
