@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('/modules/reporting/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('/modules/reporting/fonts/ProximaNova-Regular.otf')  format('opentype'),
    url('/modules/reporting/fonts/ProximaNova-Regular.woff') format('woff'),
    url('/modules/reporting/fonts/ProximaNova-Regular.ttf')  format('truetype'),
    url('/modules/reporting/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('/modules/reporting/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('/modules/reporting/fonts/ProximaNova-Bold.otf')  format('opentype'),
    url('/modules/reporting/fonts/ProximaNova-Bold.woff') format('woff'),
    url('/modules/reporting/fonts/ProximaNova-Bold.ttf')  format('truetype'),
    url('/modules/reporting/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('/modules/reporting/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/modules/reporting/fonts/ProximaNova-Semibold.otf')  format('opentype'),
    url('/modules/reporting/fonts/ProximaNova-Semibold.woff') format('woff'),
    url('/modules/reporting/fonts/ProximaNova-Semibold.ttf')  format('truetype'),
    url('/modules/reporting/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: ProximaNova-Semibold;

    font-weight:400;

}
html, body {
    background: #f5f7fa !important;
    color: #5E6577;
    font-size:13px;
    text-align:center;
    margin:0px;
    padding: 0px;
}
.clear {
    clear:both;
}
.dialog-custom-styled {
    border-radius: 5px 5px !important;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}

.dialog-custom-styled .ui-dialog-titlebar-close {
    background: url(../images/test_files/remove_black.png) no-repeat center center !important;
    outline:none !important;
    right:12px !important;
    border:0px !important;
}
.dialog-custom-styled .ui-dialog-title {
    text-align:left;
    color:#5E6577;
    margin-left:2px;
}
.dialog-custom-styled .ui-dialog-titlebar-close.ui-corner-all span {
    display: none !important;
}
.dialog-custom-styled .ui-widget-header {
    margin-left:-.2em;
    margin-right:-.2em;
    margin-top:-.2em;
    border: 0px;
    background:#e7ebed;
    padding-top:10px;
    padding-bottom:10px;
}
.dialog-custom-styled .ui-widget-header {
    margin-left: -.2em;
    margin-right: -.2em;
    margin-top: -.2em;
    border: 0px;
    background: #e7ebed;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.dialog-custom-styled input {
    outline:none !important;
}
.dialog-custom-styled .ui-dialog-titlebar {
    border-radius: 5px 5px 0px 0px;
}
.dialog-custom-styled .ui-dialog-title {
    margin-bottom: 0px;
    line-height: 30px;
    text-align: left;
    color: #5E6577;
    margin-left: 2px;
}
.login-preloader-holder .basic-preloader {
    margin-top:40px;
}

.login-window-holder {
    position:absolute;
    display:table;
    width:100%;
    height:100%;
}
.login-window {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
    text-align: center;
}
.submitButton {
    display: inline-block;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 3px;
    font-family: ProximaNova-Semibold;
    color: #ffffff;
    font-size: 14px;
    background: #008FD5;
    padding: 0 16px ;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight:400;
    height: 26px;
}
.submitButton:hover {
    color:#fff;
}
.initial-login-holder .head-line {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #555;

}
.initial-login-holder .logo {
    margin-top:20px;
}
.initial-login-holder {
    min-width:260px;
    padding:20px;
}
.whole-login-form {
    background:#fff;
    border-radius:4px 4px;
    text-align:center;
    display:inline-block;
    position:relative;
    border:0px;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(153, 177, 208);
    -moz-box-shadow: 0px 0px 5px 1px rgb(153, 177, 208);
    box-shadow: 0px 0px 5px 1px rgb(153, 177, 208);

}
.initial-login-holder .abcRioButton {
    width:100% !important;
    box-shadow: none;
    background:#f9f9f9;
    border:1px solid #b8c9d1;
    border-radius:4px 4px;

}
.initial-login-holder .abcRioButton:hover {
    box-shadow: none !important;
    background:#d5e2e8;
}
.initial-login-holder .abcRioButtonContents {
    font-family: ProximaNova-Semibold;
    color:#444;
}
.initial-login-holder .buttons-holder {
    margin-top:15px;
    margin-left:-5px;
    margin-right:-5px;
}
.initial-login-holder .buttons-holder .submitButton {
    margin-left:5px;
    margin-right:5px;
    display:block !important;

}
.whole-login-form .submitButton, .loginStyleSubmitButton {
    height:34px !important;
    line-height:34px !important;
}
.whole-login-form .submitButton:hover, .loginStyleSubmitButton:hover {
    background: #0b2385 !important;
}
.initial-login-holder .buttons-holder .button-inline-holder {
    display:block;
    width:50%;
    float:left;
}
.initial-login-holder .forgot-password {
    text-decoration: underline;
    margin-top:20px;
    cursor:pointer;
    font-weight:600;
    color:#008FD5;
}
.initial-login-holder .forgot-password:hover {
    color:#0b2385;
}
.whole-login-form .regular-login-form {
    display:none;
    text-align:center;
}
.whole-login-form .regular-login-form .submitButton {
    height:34px !important;
    line-height: 34px !important;

}
.regular-login-form input.login-inputs, .remind-password input {
    display:block;
    width:180px;
    margin:0px auto;
    border:1px solid #aaa;
    border-radius:4px 4px;
    height:34px;
    margin-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}
.regular-login-form .go-back-to-initial-login {
    font-weight:600;
    margin-bottom:10px;
    background-image:url("../images/login-go-back.png");
    background-repeat:no-repeat;
    background-position:0px 0px;
    padding-left:20px;
    height:20px;
    line-height:22px;
    display:inline-block;
    cursor: pointer;
    color:#008FD5;
}
.regular-login-form .go-back-to-initial-login:hover {
    color:#0b2385;
    background-position:0px -20px;
}
.regular-login-form .head-line {
    margin-bottom:15px;
}
.regular-login-form .normal-login-form-holder {
    border-top:1px dashed #f1f1f1;
    padding-top:15px;
}
.regular-login-form .normal-login-form-holder .submitButton {
    widtH:110px;
    margin-top:10px;
}
.notification-messages span {
    color:#c00;
    display:inline-block;
    max-width:260px;
    padding:5px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:10px;
}
.normal-login-form-holder {
    position:relative;
}
.login-preloader-holder {
    display:none;
    position:absolute;
    background:#fff;
    z-index:3;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.visible-element {
    display:block !important;
}
.invisible-element {
    display:none !important;
}
.login-preloader-holder .success-login-message-holder {
    display:table;
    position:absolute;
    height:100%;
    width:100%;
}
.login-preloader-holder .success-login-message {
    width:100%;
    color:#888 !important;
    display:table-cell;
    vertical-align:middle;
    height:100%;
}
.amessage-for-admin {
    display:none;
    max-width:260px;
    margin-bottom:10px;
    color:#e5a029;
}
.all-logins-froms-holder {
    position:relative;
    padding-top:20px;
}
.remind-password .loginStyleSubmitButton {
    float:none !important;
    width:100px;
}
.remind-password input[type=text] {
    min-width:220px;
}
#password-reminder-dialog {
    display:none;
}
.remind-password {
    display:block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.remind-password .submit-password-remind {
    margin-top:10px;
}
.success-message-holder {
    display:table;
}
.success-message-holder {
    display:table;
    width:100%;
    height:100%;
}
.success-message {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
    color:#73a83a !important;
}
label#forgot-password-label {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}
.whole-login-form .forgot-password {
    font-size:14px;
}
.languageBar {
    position:absolute;
    right:0px;
    top:0px;
    text-transform: uppercase;
    font-size:15px;
}
.languageBar div {
    width:40px;
    height:30px;
    text-align:center;
    line-height:30px;
    cursor:pointer;
    background:#008FD5;
    color:#fff;
    border-radius:0px 4px 0px 4px;
}
.languageBar:hover div {
    width:40px;
    height:30px;
    text-align:center;
    line-height:30px;
    cursor:pointer;

    background:#f1f1f1;
    color:#008FD5;
    border-radius:0px 4px 0px 0px;
}
.languageBar .languageBar_other {
    background:#e1e1e1;
    display:none;
    border-radius:0px 0px 0px 4px;
    overflow:hidden;
}
.languageBar:hover .languageBar_other {
    display:block;
}
.languageBar .languageBar_other a {
    display:block;
    width:40px;
    height:30px;
    text-align:center;
    line-height:30px;
    text-decoration:none;
    background:#008FD5;
    color:#fff;
}
.languageBar .languageBar_other a:hover {
    background:#0b2385;
    color:#fff;
}