/* Minification failed. Returning unminified contents.
(449,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(457,128): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(461,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
body {
    padding: 0px;
    margin: 0px;
    font-family: "Helvetica Neue Regular", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #586064;
    background-color: #989898;
}

input:focus {
    outline: none;
    color: #474848;
}

#content { margin-top: 5px; }

#login {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 830px;
}

#login_wrapper {
    min-width: 280px;
    min-height: 417px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e5e5e5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}

#right_side {
    background-color: #e9e9e9;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}

#logo_wrapper {
    max-height: 120px;
    overflow: hidden;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130px;
    text-align: center;
}

#logo {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

#pwcaps {
    margin-top: 5px;
    margin-bottom: 5px;
}

#logo_wrapper img.logo_edisys {
    width: 210px;
    max-width: 210px;
}

#loginwidget {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#pw_error, .loginError { color: #f00; }

.loginError {
    text-align: center;
    margin-top: 25px;
}

.loginbox_container, .loginError {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

#marketing {
    margin: 0px;
    padding: 0px;
    width: 470px;
    height: 465px;
    border:0px none transparent !important;
    overflow: no-display;
}

#user { display: none; }

#accn, #usrn, #sp_usrn, #gpa_usrn {
    margin-top: 15px;
    padding: 12px 0px 12px 10px;
    background-color: #f3f5f6;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#lock { display: none; }

#pswd, #sp_pswd, #gpa_pswd {
    padding: 12px 0px 12px 10px;
    background-color: #f3f5f6;
    border: 1px solid #CCC;
    margin-top: -1px;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.input {
    margin-left: 10px;
    margin-top: 5px;
    border: 0px solid #f3f5f6;
    -webkit-appearance: none;
    font-size: 13px;
    color: #586064;
    width: 200px;
    background-color: #f3f5f6;
}

#Btn_Login, #Btn_sp_Login, #Btn_gpa_Login {
    width: 270px;
    margin-top: 15px;
}

#rem {
    margin-left: 2px;
    margin-top: 18px;
    margin-bottom: 15px;
    color: #586064;
}

#forgot {
    margin-top: 20px;
    margin-bottom: 15px;
}

.center { text-align: center; }

#error {
    text-align: center;
    color: red;
    font-size: 12px;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}

input.primary, .button, .btnPrimary {
    line-height: 22px;
    display: inline-block;
    padding: 7px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
}

.button_up {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3198d8), color-stop(100%, #2e8ec9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* IE10+ */
    background: linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3198d8', endColorstr='#2e8ec9', GradientType=0); /* IE6-9 */
}

.button .label, .button, .btnPrimary {
    color: #fff;
    font-size: 12pt;
    font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

.button:hover, .button:focus, .btnPrimary:hover, .btnPrimary:focus {
    cursor: hand;
    cursor: pointer;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}

img {
    vertical-align: middle;
    border: 0;
}

a { text-decoration: none; }

a:hover, a:active { text-decoration: underline; }

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.zen-assistiveText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.clrField {
    display: none;
    margin-top: 20px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    float: right;
    text-align: center;
    vertical-align: center;
    font-size: 10pt;
    cursor: hand;
    cursor: pointer;
    font-family: Arial;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.clrField:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

::-ms-clear { display: none; }

#content {
    margin: 20px;
    min-height: 250px;
}

hr.shade {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border: 0px;
    background: transparent;
}

hr.shade:before {
    content: '';
    width: 85%;
    height: 5px;
    left: 5%;
    position: absolute;
    z-index: 50;
    border-radius: 0 0 100% 100%/0 0 150% 150%;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .35);
    background: transparent;
    top: -5px;
}

hr.shade:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 100;
    background: #fff;
}

hr.shadeup {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
    margin-left: -20px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

input {
    *overflow: visible;
    line-height: normal;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#client_name {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#oauth_img {
    width: 200px;
    height: 125px;
    overflow: hidden;
}

#client_details {
    text-align: center;
    overflow-x: hidden;
}

.oauthRevokeToken {
    clear: both;
    text-align: center;
}

.allowBtn, .denyBtn { margin-top: 10px; }

/*--------------------------------------------------*/

/*--------------------------------------------------*/

@media (max-width: 900px) {
    #right_side { display: none; }

    #left_side {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    #login_wrapper, #errorMessage, #infoMessage { max-width: 320px; }
}

@media screen and (min-height: 500px) {
    #login { padding-top: 40px; }
}

@media screen and (min-height: 550px) {
    #login { padding-top: 60px; }
}

@media screen and (min-height: 600px) {
    #login { padding-top: 80px; }
}

@media screen and (min-height: 600px) {
    #login { padding-top: 100px; }
}

@media screen and (min-height: 700px) {
    #login { padding-top: 120px; }
}

@media screen and (min-height: 750px) {
    #login { padding-top: 140px; }
}

#header_content {
    right: 20px;
    text-align: right;
    padding-right: 50px;
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/

a { color: #0b7aae; }

input.primary, .button, .btnPrimary {
    background: #CD4B0F; /*#EB5C24;*/
    border: 1px solid #CD4B0F;
}

.button, .button, .btnPrimary, .btnPrimary {
    border: 1px solid #CD4B0F(0.11, 0.471, 0.694)
    ;
    background: #CD4B0F;
    background: -moz-linear-gradient(bottom, #CD4B0F 0%, #FFA37F 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #CD4B0F), color-stop(100%, #FFA37F));
    background: -webkit-linear-gradient(bottom, #CD4B0F 0%, #FFA37F 100%);
    background: -o-linear-gradient(bottom, #CD4B0F 0%, #FFA37F 100%);
    background: -ms-linear-gradient(bottom, #CD4B0F 0%, #FFA37F 100%);
    background: linear-gradient(bottom, #CD4B0F 0%, #FFA37F 100%) bottom(0.153, 0.537, 0.78) to top(0.247, 0.624, 0.851) filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA37F', endColorstr='#CD4B0F', GradientType=0);
}

.button:hover, .button:focus, .btnPrimary:hover, .btnPrimary:focus {
    background: #CD4B0F(0.153, 0.652, 0.78)
    ;
}

#footer, #footer a { color: #ffffff; }

#content { background-color: #ffffff; }

#content {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
}

#left_side {
    float: left;
    width: 320px;
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/

.nav-tabs { border-bottom: 1px solid #EA5C27; }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    color: #474848;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #EA5C27;
    border-radius: 4px 4px 0 0;
    background-color: #e5e5e5;
}

.nav-tabs > li > a:hover {
    color: #EA5C27;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #EA5C27;
    border-radius: 4px 4px 0 0;
    background-color: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #EA5C27;
    cursor: default;
    background-color: #e9e9e9;
    border: 1px solid #EA5C27;
    border-bottom-color: #e9e9e9;
    font-weight: 600;
}

.hasPlaceholder {
	color: #777777;
}

#errorMessage, #errorMessageBtp, #errorMessageGpa {
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    color: #ba2f2c;
    font-weight: 600;
    width: 270px;
    min-height: 50px;
}

#infoMessage, #infoMessageBtp, #infoMessageGpa {
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    color: #518645;
    font-weight: 600;
    width: 270px;
}

#sp_usrn, #gpa_usrn, #Btn_sp_Login, #Btn_gpa_Login {
    margin-top: 46px;
}

#ForgottenPasswordModalLabel {
    font-size: 11pt;
}

.t {
    float: left;
}

.thumbnail {
    width: 28px;
    height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.nav > li > a {
    padding : 10px 8px
}

