@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Roboto/Roboto-Light-webfont.woff') format('woff'),
    url('/fonts/Roboto/Roboto-Light-webfont.ttf') format('truetype'),
    url('/fonts/Roboto/Roboto-Light-webfont.svg#RobotoBold') format('svg');
    font-weight: 300;
    font-style: normal;
}

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

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

/***************************************/
/*             GLOBAL                  */
/***************************************/
body {
    font-family: 'Roboto', 'Arial', 'sans-serif';
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    color: #21314d;
    font-size: 22px;
    line-height: 1.33;
    background-size: cover !important
}

* {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #333333;
}

.left {
    float: left;
}

.right {
    float: right;
}

.m-t-20 {
    margin-top: 20px;
}

.w-100-p {
    width: 100%;
}

.m-t-20 {
    margin-top: 20px;
}

h1 {
    font-size: 40px;
    font-weight: lighter;
    margin-bottom: 43px;
    line-height: 1.2;
}

h1.error {
    color: #e20000;
}

p {
    margin-bottom: 20px;
}

.header {
    height: 87px;
    background-color: #21314d;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.logo {
    width: 180px;
}
.logo-cloud-service, .logo-ssh {
    background-image: url("../img/footersealsdesktop.png");
}
.logo-cloud-service {
    width: 82px;
    height: 57px;
    background-position-x: 294px;
    margin-right: 20px;
}

.logo-ssh {
    width: 56px;
    height: 58px;
    background-position-x: 56px;
}

.badges_wrapper {
    display: flex;
    align-items: center;
    height: 72px;
}

.main-wrapper {
    margin: 0 auto;
    width: 715px;
}

.main-wrapper.no-padding-right {
    padding-right: 0;
    width: 956px;
}

.sprite-icon {
    background-image: url(/img/sprite.png);
    background-repeat: no-repeat;
}

.info-page {
    font-size: 25px;
}

.Ooops {
    color: #21314d;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.text-404 {
    color: #84bc34;
    font-size: 11rem;
    line-height: 11rem;
    font-weight: 700;
}

/***************************************/
/*               FORM                  */
/***************************************/
form.reg {
    padding-top: 23px;
}

input {
    font-family: 'Roboto', 'Arial', 'sans-serif';
    font-size: 20px;
    font-weight: normal;
    line-height: 54px;
    height: 52px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    padding-left: 20px;
    border: 1px solid white;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0 none;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    outline: 0 none;
    width: 100%;
}

.form-row {
    margin-bottom: 20px;
    overflow: hidden;
}

.errorText {
    display: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: lighter;
    color: #df002e;
}

.errorBox input {
    border: solid 1px #df002e;
    background: #f9d1d1;
}

.errorBox .errorText {
    display: block;
}

.successBox {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: lighter;
    display: block;
}

.successBox input {
    border: solid 1px #84bc34;
    background: #e1f1cb;
}

#formSecondPart {
    display: none;
}

.localPartLoading {
    background: white url(/img/ui-anim_basic_16x16.gif) 93% center no-repeat !important;
}

#helpHoverLayer {
    display: none;
    background: white;
    max-width: 300px;
    padding: 20px;
    font-size: 14px;
    color: #333333;
}

.helpHoverTrigger {
    height: 23px;
    width: 14px;
    position: relative;
    background: transparent url(/img/help.png) no-repeat;
    top: 18px;
    left: 96%;
    cursor: help;
    color: transparent;
}

.localPartRow .helpHoverTrigger {
    left: 73% !important;
}
#waitForActivation {
    font-size: 16px;
    padding: 15px !important;
    max-width: 400px !important;
}
#activationSpinner {
    padding-top: 15px;
    margin: auto;
    display: block;
    height: 30px;
    width: 30px;
}

.form-text-690 input {
    width: 690px;
}


.btn, a.btn {
    background-color: #21314d;
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    padding: 0 25px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
}

.btn:hover {
    background: #21314d;
}

.btn.disabled, .btn.disabled:hover {
    cursor: default;
    opacity: 0.5;
}

/* autocomplete */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-widget-content {
    border: 1px solid white;
    background: #ffffff;
    color: #333333;
}

/************************************/
/*            LOGIN                 */
/************************************/
.rightBox {
    /*width: 404px;*/
    position: fixed;
    top: 166px;
    right: 40px;
    font-size: 16px;
    font-weight: normal;
}

.rightBox .inner {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

#loginHead {
    overflow: hidden;
    margin-bottom: 33px;
}

.rightBox h1 {
    margin: 0;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    float: left;
}

#footer {
    width: 100%;
    height: 41px;
    line-height: 41px;
    background-color: white;
    border: solid 1px white;
    bottom: 0px;
    position: fixed;
    color: #bebebe;
    font-size: 12px;
    text-align: center;
}

#footer div {
    font-size: 12px;
    float: left;
}

#footer a {
    color: #7a8394;
    text-decoration: none;
}

#footer a:hover {
    color: #7a8394;
}

#errorWrapper {
    display: none;
}

#errorTextMessage {
    color: #21314d;
    display: block;
    font-size: 18px;
}

#guestErrorMessage {
    position: absolute;
    width: 100%;
    font-size: 15px;
    color: #fff;
    background-color: #c22c2c;
    height: 53px;
    line-height: 53px;
    text-transform: uppercase;
    overflow: hidden;
    top: 87px;
}

.errorIcon {
    background-position: -50px -300px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 2px;
    line-height: initial;
}

.closeIcon {
    float: right;
    background-position: -50px -332px;
    width: 8px;
    height: 9px;
    margin: 8px;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    display: none;
}



.textBox {
    font-size: 38px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    left: 60px;
    position: relative;
    display: inline;
    font-weight: bold;
}

.domainBox {
    text-align: center;
    margin-left: 10px;
    height: 54px;
    line-height: 54px;
    background-color: white;
    width: 160px;
    float: left;
    font-size: 20px !important;
    font-weight: normal !important;
}

#productInfo {
    clear: both;
    padding-top: 20px
}

#productInfo ul {
    padding-left: 40px;
    list-style: none;
}

#productInfo ul li::before {
    content: "*";
    color: #84bc34;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -1em;
}

#infoVideo {
    float: right;
}

#infoVideo video {
    width: 420px;
}

@media only screen and (max-width: 754px) {

    .show-mobile {
        display: block;
    }

    .main-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .form-row input {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .form-row .m-no-float {
        float: none;
    }

    .form-row .right {
        margin-top: 20px;
    }

    .innerBox {
        width: auto;
    }

    .header {
        margin-bottom: 0;
        padding: 0 10px;
    }

    .badges_wrapper {
        padding: 0;
    }
    .badges_wrapper img {
        width: 120px;
    }

    .rightBox {
        right: auto;
        top: auto;
        margin: 50px auto 0 auto;
        position: relative;
        max-width: 335px;
        width: 100%
    }

    #loginForm .inputTextfield {
        width: 100%;
    }

    #loginButton,
    #errorButton {
        width: auto;
    }

    #infoVideo {
        float: none;
    }

    #infoVideo video {
        width: 100%;
        margin-top: 10px;
    }

    .helpHoverTrigger {
        left: calc(100% - 22px) !important;
    }
    .localPartRow .helpHoverTrigger {
        left: calc(100% - 22px) !important;
        top: -36px;
    }

    #helpHoverLayer {
        width: calc(100% - 80px);
        max-width: none;
    }

    #localPart {
        float: none !important;
    }

    .domainBox {
        margin-left: 0px;
        margin-top: 10px;
    }

    .form-text-690 input {
        width: calc(100% - 22px) !important;
    }

    #footer {
        height: unset;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #footer a {
        display: block;
    }
    #footer .footSeparator {
        display: none;
    }

    .localPartRow {
        margin: 0;
    }
    .localPartRow > div {
        position: relative;
    }
    #localPart {
        box-sizing: border-box;
        width: 100% !important;
        padding-right: 160px;
    }
    .localPartRow .domainBox {
        position: absolute;
        top: 0;
        right: 10px;
        margin: 0;
        color: darkgray;
        background-color: transparent;
    }

    .localPartRow .successBox {
        margin: 0;
    }

    .localPartRow .helpHoverTrigger {
        top: -38px;
    }

    .textBox {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
    .logo {
        width: 30%;
    }
}

/**
jquery modal style
 */
.modal {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.blocker {
    background-color: rgba(0,0,0,0.65) !important;
}

input:placeholder-shown {
    text-overflow: ellipsis;
}

/**
* PasswordStrength
*/
.Password__strength-meter {
    position: relative;
    height: 3px;
    background: #ddd;
    margin: 10px auto 10px;
    border-radius: 3px;
    &::after,
    &::before {
        content: "";
        height: inherit;
        background: transparent;
        display: block;
        border-color: #fff;
        border-style: solid;
        border-width: 0 5px;
        position: absolute;
        width: 20%;
        z-index: 10;
    }
    &::before {
        left: 20%;
    }
    &::after {
        right: 20%;
    }
    .Password__strength-meter--fill {
        background: transparent;
        height: inherit;
        position: absolute;
        width: 0;
        border-radius: inherit;
        transition: width .5s
    }
}
.strength_0 {
    .Password__strength-meter--fill {
        background: darkred;
        width: 20%;
    }
}
.strength_1 {
    .Password__strength-meter--fill {
        background: #ff4500;
        width: 40%;
    }
}
.strength_2 {
    .Password__strength-meter--fill {
        background: orange;
        width: 60%;
    }
}
.strength_3 {
    .Password__strength-meter--fill {
        background: #9acd32;
        width: 80%;
    }
}
.strength_4 {
    .Password__strength-meter--fill {
        background: green;
        width: 100%;
    }
}




.strengthInfo {
    border: 1px solid #cccccc;
    height: 200px;
    top: 38px;

    .top {
        padding: 0 0 10px 10px;
        font-size: 22px;
        line-height: 28px;
        .dynamic {
            color: #ad0a25;
            .x-body-el {
                padding: 0 25px 0 5px;
                [class^="icon-"], [class*=" icon-"] {
                    position: absolute;
                    top: 5px;
                    right: 0;
                    font-size: 20px;
                }
            }
        }
    }

    .strengthList {
        div {
            font-size: 18px;
            color: #DEDEDE;
        }
        [class^="icon-"], [class*=" icon-"] {
            font-size: 10px;
            line-height: 22px;
        }
        &.active {
            div {
                color: #333333;
                &[class^="icon-"], &[class*=" icon-"] {
                    color: #84bc34;
                }
            }
        }
    }

    &.strengthMiddle {
        .dynamic {
            color: #f7cb00;
        }
    }

    &.strengthStrong {
        .dynamic {
            color: #84bc34;
        }
    }
}
