@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.eot?") format("eot"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("ttf")
}

@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight.eot?") format("eot"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("ttf")
}

.hidden {
    display: none !important
}

body.auth-v2 {
    background-image: url("../images/bg-main.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right bottom;
    font-family: Roboto, "PT-Sans", Helvetica, Arial, sans-serif
}

body.auth-v2 * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

body.auth-v2 input,
body.auth-v2 button {
    font-family: Roboto, "PT-Sans", Helvetica, Arial, sans-serif
}

.auth-pictures {
    width: 696px;
    min-height: 124px;
    overflow: hidden;
    margin: 0 auto;
    top: 50px;
    position: relative;
    border: 2px solid #D3DAE0;
    box-sizing: border-box;
    border-radius: 3px
}

.auth-pictures .google-play-badge {
    position: absolute;
    width: 119px;
    height: 45px;
    left: 32px;
    top: 60px;
    cursor: pointer
}

.auth-pictures .mobile-desc {
    position: absolute;
    width: 458px;
    height: 76px;
    left: 165px;
    top: 25px
}

.auth-pictures .mobile-desc .mobile-title-text {
    position: absolute;
    width: 207px;
    height: 26px;
    font-family: PT-Sans, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #37474F
}

.auth-pictures .mobile-desc .mobile-body-text {
    position: absolute;
    width: 475px;
    height: 46px;
    top: 30px;
    font-family: PT-Sans, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #78848F
}

.auth-pictures .app-store {
    position: absolute;
    width: 102px;
    height: 34px;
    left: 40px;
    top: 25px;
    cursor: pointer
}

.auth-v2 a {
    cursor: pointer;
    text-decoration: none
}

.auth-v2 button {
    cursor: pointer
}

.auth-v2 .body {
    width: 700px;
    margin: 300px auto 0 auto;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(113, 136, 148, 0.4);
    overflow: hidden
}

.auth-v2 .info-block {
    width: 255px;
    min-height: 250px;
    background-color: #4c5e67;
    font-size: 14px;
    line-height: 1.57;
    color: #a8b3b9;
    padding: 25px 30px 25px 25px;
    float: left
}

.auth-v2 .info-block a {
    color: white
}

.auth-v2 .info-block .info-content {
    margin-top: 17px;
    margin-left: 34px
}

.auth-v2 .action-block {
    width: 330px;
    min-height: 250px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.57;
    color: #777777;
    padding: 25px 30px 25px 30px;
    float: left;
    position: relative
}

.auth-v2 .action-block a {
    color: #1e88e5
}

.auth-v2 .action-block a.disabled {
    cursor: default;
    color: #777777
}

.auth-v2 .action-block form input {
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #d2dade;
    width: 314px;
    font-size: 14px;
    line-height: 1.29;
    color: black;
    padding: 5px 7px;
    outline: none
}

.auth-v2 .action-block form input[type=radio],
.auth-v2 .action-block form input[type=checkbox] {
    width: auto;
    height: auto
}

.auth-v2 .action-block form label {
    color: #414141
}

.auth-v2 .action-block form .form-row {
    position: relative;
    margin-bottom: 16px
}

.auth-v2 .action-block form .form-row:last-child input {
    margin-bottom: 0
}

.auth-v2 .action-block form .input-tooltip {
    position: absolute;
    top: 7.5px;
    right: 7px;
    font-size: 13px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    color: #bac6cc;
    text-align: center;
    background-color: white
}

.auth-v2 .action-block form .input-tooltip.input-tooltip-question {
    border: 1px solid #bac6cc;
    border-radius: 15px
}

.auth-v2 .action-block form .input-tooltip.input-tooltip-question:after {
    content: "?"
}

.auth-v2 .action-block form .input-tooltip.input-tooltip-eye.eye-invisible {
    color: #1e88e5
}

.auth-v2 .action-block form .input-error {
    border: 1px solid red;
    color: red
}

.auth-v2 .action-block form input.input-with-tooltip {
    padding-right: 25px;
    width: 295px
}

.auth-v2 .action-block button.prime,
.auth-v2 .action-block button.inline-prime {
    border-radius: 3px;
    background-color: #43A047;
    font: normal 14px Roboto;
    color: #ffffff;
    border: 0;
    padding: 12px 16px;
    margin-right: 10px
}

.auth-v2 .action-block button.prime:hover,
.auth-v2 .action-block button.inline-prime {
    opacity: 1
}

.auth-v2 .action-block button.prime[disabled],
.auth-v2 .action-block button.prime[disabled]:hover,
.auth-v2 .action-block button.inline-prime[disabled],
.auth-v2 .action-block button.inline-prime[disabled]:hover {
    opacity: 0.5;
    cursor: default
}

.auth-v2 .action-block .title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    color: #37474F;
    margin-bottom: 24px
}

.auth-v2 .action-block .desc {
    margin-bottom: 10px;
    font-size: 13px
}

.auth-v2 .action-block .action-buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 25px
}

.auth-v2 .action-block .code-timer {
    min-width: 40px;
    color: #546E7A
}

.auth-v2 .action-block .fa-block {
    color: #546E7A
}

.auth-v2 .action-block .fa-other {
    cursor: pointer;
    text-decoration: dashed underline
}

.auth-v2 .action-block .resend-code {
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: url("../images/reload-on.png") left 2px no-repeat
}

.auth-v2 .action-block .resend-code.disabled {
    background: url("../images/reload-off.png") left 2px no-repeat
}

.auth-v2 .freeze-container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.9
}

.auth-v2 .freeze-container .freeze-timer {
    width: 60px;
    height: 60px;
    margin: 85px auto 0 auto
}

.auth-v2 .freeze-container .freeze-timer .freeze-timer-text {
    position: absolute;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333
}

.auth-v2 .freeze-container .freeze-description {
    width: 205px;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #333333
}

.auth-v2 .help-popup {
    width: 380px;
    border-radius: 3px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #dadee0;
    position: absolute
}

.auth-v2 .help-popup .help-popup-title {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    padding: 20px 40px 20px 20px;
    background-color: #f4f7f9
}

.auth-v2 .help-popup .help-popup-body {
    font-size: 14px;
    text-align: left;
    color: #414141;
    padding: 20px;
    background-color: white
}

.auth-v2 .help-popup .help-popup-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
    cursor: pointer
}

.auth-v2 .help-popup .help-popup-close-btn:hover {
    opacity: 1
}

.auth-v2 .help-popup .help-popup-close-btn:before,
.auth-v2 .help-popup .help-popup-close-btn:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #333
}

.auth-v2 .help-popup .help-popup-close-btn:before {
    transform: rotate(45deg)
}

.auth-v2 .help-popup .help-popup-close-btn:after {
    transform: rotate(-45deg)
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.tooltip-warning .tooltip-inner {
    font-size: 12px !important
}

.tooltip-warning .tooltip {
    padding: 13px 15px !important
}

#passwd-toggler:hover {
    cursor: pointer
}

.warning-title {
    color: #37474F
}

.b-flash-message {
    position: fixed;
    top: 2em;
    left: 50%;
    z-index: 1;
    margin-left: -12em;
    width: 24em;
    font-size: 1.2em;
    text-align: left
}

.b-flash-message .message {
    padding: .75em;
    box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888
}

.b-flash-message .error {
    font: normal 16px/24px Roboto;
    background-color: #f4565b;
    color: #fff;
    min-width: 380px;
    white-space: pre-wrap;
    padding: 20px
}

.b-flash-message .success {
    background-color: #00bb00;
    color: #fff;
    width: 320px
}

.b-flash-message .notice {
    border-color: #dde6b4;
    background-color: #dde6b4;
    color: #000;
    width: 320px
}

.b-flash-message {
    width: auto
}

.b-flash-message .nh {
    padding: 0 34px 0 77px;
    white-space: nowrap;
    font: normal 16px/100px Roboto;
    color: #37474F;
    background: left 40px center no-repeat #FFFFFF;
    box-shadow: 0 3px 8px rgba(110, 110, 110, 0.3);
    border-radius: 3px
}

.b-flash-message .nh.positive {
    background-image: url("../images/api-vpbx/nh/positive_20.png")
}

.b-flash-message .nh.negative {
    background-image: url("../images/api-vpbx/nh/negative-cross.png")
}

.bl-check-pswd .ch-default {
    background: url("/images/auth-v2/mds-marker.svg") left top no-repeat
}

.bl-check-pswd .ch-default span {
    color: #37474F;
    display: inline-block
}

.bl-check-pswd .ch-success {
    background: url("/images/auth-v2/mds-check.svg") left top no-repeat
}

.bl-check-pswd .ch-success span {
    color: #37474F;
    display: inline-block
}

.bl-check-pswd .ch-error {
    background: url("/images/auth-v2/mds-cross.svg") left top no-repeat
}

.bl-check-pswd .ch-error span {
    color: #C62828;
    display: inline-block
}

.bl-check-pswd .ch-loading {
    background: url(/images/ajax/loading_14.svg) left top no-repeat
}

.bl-check-pswd .ch-loading span {
    color: #37474F;
    display: inline-block
}

.bl-check-pswd div {
    padding-bottom: 4px
}

.bl-check-pswd div span {
    padding-left: 20px
}

.block-create-password .input-error:focus,
#step-3 .input-error:focus {
    outline: 0 !important;
    border: 1px solid red
}

.block-create-password .error-title,
#step-3 .error-title {
    font-family: Roboto;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #C62828;
    min-height: 16px;
    position: absolute;
    top: 40px
}

.block-create-password .none,
#step-3 .none {
    display: none
}

.block-create-password .new-input,
#step-3 .new-input {
    display: block;
    margin-bottom: 24px;
    border-radius: 3px;
    padding: 12px 16px !important;
    height: 14px !important;
    width: 296px !important
}

.block-create-password .input-tooltip,
#step-3 .input-tooltip {
    top: 12px !important
}

.tooltip-password .tooltip {
    background: #FFFFFF;
    max-width: 300px;
    color: #37474F;
    box-shadow: 0px 3px 14px 0 rgba(55, 71, 79, 0.3);
    position: absolute;
    padding: 13px 15px;
    z-index: 2;
    font-size: 14px;
    line-height: 1.57;
    font-family: Roboto;
    font-style: normal;
    font-size: 12px;
    line-height: 16px
}

.tooltip-password .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px
}

.tooltip-password .tooltip .tooltip-arrow {
    border-color: #FFFFFF
}

.error-input {
    border-color: #C62828 !important;
    color: #C62828 !important
}

.ch-prohibited-chrs span {
    width: 280px;
    word-break: break-all
}

span.question-tooltip {
    background-color: transparent;
    background-image: url("/images/tooltip-question.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px;
    cursor: default
}

.auth-v2 .action-block a.prime-button {
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    background-color: #43A047;
    font: normal 14px Roboto;
    letter-spacing: 0.5px;
    color: #ffffff;
    border: 0;
    padding: 12px 16px;
    margin-right: 10px
}

.auth-v2 .action-block a.prime-button[disabled],
.auth-v2 .action-block a.prime-button[disabled]:hover {
    opacity: 0.5;
    cursor: default
}

.body-create-password .info-block {
    min-height: 300px
}

.body-create-password .action-block {
    min-height: 300px
}

.new-banner-promo {
    position: relative;
    width: 700px;
    min-height: 140px;
    margin: 0 auto;
    color: #fff;
    font-family: Roboto;
    top: 25px;
    background: url("/images/auth-v2/banner-promo-analitics.jpg") no-repeat;
    background-size: contain;
    border-radius: 4px;
    box-sizing: border-box
}

.new-banner-promo button {
    position: absolute;
    right: 281px;
    top: 73px;
    width: 140px;
    height: 33px;
    background: #43A047;
    border-radius: 4px;
    color: #fff;
    border: none;
    padding: 0;
    margin-top: 8px;
    font-style: normal;
    font-size: 12px;
    line-height: 16px
}

.new-banner-promo button:hover {
    background: #388E3C
}

.tooltip {
    position: absolute;
    background: #fcf4c5;
    max-width: 250px;
    padding: 13px 15px;
    z-index: 2;
    font-size: 14px;
    line-height: 1.57;
    color: #414141
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px
}

.tooltip .tooltip-arrow {
    border-color: #fcf4c5
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.tooltip[x-placement^="right"] {
    margin-left: 7px
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.tooltip[x-placement^="left"] {
    margin-right: 5px
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.error>.tooltip {
    background: #f4565b;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.43;
    color: white
}

.error>.tooltip .tooltip-arrow {
    border-color: #f4565b
}