/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
 */
body {
    font-size: 14px;
}
.navbar .container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}
div.bgimage {
    background-image: url('/orionsso/images/grit-pozadi-d91c407c88b439cba169a01a78401794.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#main-content {
    box-shadow: none;
    width: 560px;
}
.banner div#content {
    box-shadow: none;
    border-top: 1px solid #ddd;
}
a.header-login-again {
    color: white;
    text-decoration: none;
}
.banner {
    width: 100%;
    background: #f6f8f9;
    border: none;
    margin: auto;
    border-radius: 0.5em;
    text-align: center;
    padding: 10px;
}
.service-logo {
    height: 200px;
    scale: 150%;
    pointer-events: none;
}
.service-logo.lokia {
    scale: 115%;
}
.company-logo {
    height: 200px;
    transform: scale(2.1);
    pointer-events: none;
    display: block;
    margin: auto;
}
.pick-service img {
    max-height: 120px;
}
/* LOGIN */
.mdc-card {
    border-radius: 0.5em;
    background-color: #f6f8f9;
    box-shadow: 1px 1px 3px #888;
}
/* PATCH */
div.patch div.popbox {
    padding: 40px;
    /*background: #f6f8f9;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: .5em;
    text-align: center;*/
}
div.patch div.popbox div.bubble {
    font-size: 18px;
}
div.patch div.bubble {
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 20px;
    width: 275px;
    margin: 50px auto 30px auto;
    text-align: center;
}
div.patch div.text {
    font-size: 22px;
    font-weight: normal;
}
.restricted-icon {
    display: block;
    position: relative;
    bottom: 15px;
}
.restricted-icon:before {
    font-size: 80px;
    color: orangered;
}
.mdc-button.mdc-margin {
    margin: 15px 4px 25px 4px;
    padding-top: 1px;
}
.banner-danger {
    padding: 30px;
    background: mistyrose;
    color: red;
    border: red solid 2px;
    margin: 15px auto 30px auto;
}
.banner-danger p, .banner-success p {
    font-size: 18px;
    margin-bottom: 0;
}
.banner-success {
    padding: 30px;
    background: #CEFFC4;
    /*color: red;*/
    border: green solid 2px;
    margin: 15px auto 30px auto;
}
.banner.banner-bottom {
    margin-bottom: 0;
}
.banner-danger h1::before, .banner-danger h2::before, .banner-danger h3::before, .banner-danger h4::before, .banner-danger h5::before,
.banner-success h1::before, .banner-success h2::before, .banner-success h3::before, .banner-success h4::before, .banner-success h5::before {
    margin-right: 10px;
}
.login-again {
    margin-top: 20px;
}

.login-providers {
    max-width: 100%;
    padding-top: 0;
}
.login-section .hint {
    background: lavender;
    padding: 20px;
    margin-top: 30px;
    border-radius: 20px;
}
.login-section .hint ul li {
    list-style-type: disclosure-closed;
    text-align: left;
}
#passwordManagementForm .reveal-password {
    border-radius: 0;
    border-right: aliceblue 1px solid;
}
#passwordManagementForm .btn.btn-primary.generate-password {
    border-radius: 0 3px 3px 0;
    padding: 3px;
    margin: 0px !important;
    filter: none;
}
/* SLIDER CAPTCHA */
.captcha-field {
    width: 100%;
    position: relative;
}
#slider {
    width: 94% !important;
    margin-top: 1rem;
}
#sliderHint {
    position: relative;
    top: -14px;
    margin-left: 5px;
}
#hintDiv {
    top: -14px;
    left: 480px;
    display: none;
    text-align: left;
    position: absolute;
    width: 210px;
    border: 1px solid black;
    background-color: white;
    padding: 5px;
    z-index: 1000;
}
#hintImg {
    padding: 10px 0px 10px 7px;
}
.slider_captcha > span {
    padding-left: 20px;
}
div.slider_captcha {
    background: #eeeeee !important;
}
div.slider_captcha .swipe-knob {
    background: none !important;
    background-image: url('/orionsso/images/slider_locked-f2836c9912b3c98971eec6d86be68e48.png') !important;
}
div.slider_captcha .swipe-knob.swipe_ended {
    background-image: url('/orionsso/images/slider_unlocked-4b8dbb7eae684278bd39b80ec9a208a2.png') !important;
}
div.slider_captcha .knob-destiny.ui-state-disabled {
    background-image: url('/orionsso/images/slider_unlocked-4b8dbb7eae684278bd39b80ec9a208a2.png') !important;
    filter: none;
}
div.slider_captcha .swipe-knob.ui-state-disabled {
    display: none;
}
.tech-support {

}

.tech-support h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.tech-support ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tech-support li {
  margin: 10px 0;
  font-size: 1rem;
}

.tech-support a {
  color: #0b63ce;
  text-decoration: none;
}

.tech-support a:hover {
  text-decoration: underline;
}
/*
.knob-destiny {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px !important;
    height: 150px !important;
    margin-right: -960px !important;
    margin-top: -70px !important;
}

form section {
    border: none;
    font-size: 14px;
    text-align: left;
}
form div.field {
    margin-bottom: 30px;
    float: left;
    clear: both;
    width: 100%;
}
form div.field label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
div.login div.field input {
        width: 398px;
        height: 39px;
        line-height: 39px;
        padding: 0 10px;
        border: 1px solid #737475;
        font-size: 16px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
*/