﻿* {
    margin: 0;
    padding: 0;
}
*, ::before, ::after {
    box-sizing: border-box;
}
a {
    text-decoration: underline;
    color: #01a0e4;
}
p{
    margin-bottom:10px;
}
a:hover {
    text-decoration: none;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
    height: 100%;
    background-color: #FBFBFB;
}
.clear {
    clear: both;
    width: 1px;
    height: 1px;
    display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* close commented backslash hack */
html{
    height: 100%;
}
h1,h2,h3,h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #353535;
    margin-bottom: 1em;
}

.content{
    border: 1px solid #cfd8dc;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box  ;
    display: -webkit-flex  ;
    display: -ms-flexbox  ;
    display: flex  ;
    -webkit-box-align: stretch  ;
    -webkit-align-items: stretch  ;
    -ms-flex-align: stretch  ;
    align-items: stretch  ;
}
.content_left{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    background-color: #091A33;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.content_right{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    display: block;
    background-color: #fff;
}
.content_left__header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #1f304a;
}
.content_left__content{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center  ;
    -webkit-align-items: center  ;
    -ms-flex-align: center  ;
    align-items: center  ;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 10%;
}

.content_left__footer{
    -ms-flex-negative: 0;
    margin-top: 0;
    padding: 10px;
    border-top: 1px solid #1f304a;
}
.content_right__content{
    padding: 10px 15px;
}

.main{
    width: 1200px;
    margin: 20px auto;
    display: table;
    height: 100%

}

.wrapper {

    display: table-cell;
    vertical-align: middle;
}
.header_info{
    margin: 5px 0 5px 0;
}
.head_title{
    text-align: center;
    padding: 2px;
    background-color: #091A33;
}
.version_block{
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.footer{
    background-color: #1b1d2a;
    padding: 15px;
    margin-top: -50px;
}
.footer_link{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.1;
}
.h1_title{
    font-size: 30px;
    font-style: normal;
    margin-bottom: 20px;
}
.languages{
    width: 100%;
    float: none;
    margin-bottom: 0px;
    text-align: center;
    color: #d6d6d6;
    font-size: 12px;
}

.get_button {
  color: #fff;
  background-color: #10cfbd;
  border-color: #10cfbd;
  cursor: pointer;
  padding: 8px 18px;
  font-size: 14px;
  border: none;
  margin: 5px 0;
  float: left;
}
.next_step_button {
    color: #fff;
    background-color: #48b0f7;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    margin: 10px 0 10px;
    clear: both;
    border-radius: 3px;
    font-weight: 600;
    text-shadow: #1093ed 1px 1px 0;
}
.next_step_button:hover {
    color: #fff;
    background-color: #56b9ff;
}
#languages {
    line-height: 38px;
    position: relative;
    cursor: pointer;
    width: 150px;
}
#languages .switch {
    padding: 0 15px 0 0px;
    position: relative;
    line-height: 40px;
}
#languages .dropdown {
    width: 185px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    background-color: #413e3c;
    z-index: 33;
    min-width: 101%;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    cursor: default;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
#languages .dropdown.opened{
    display: block;
}
#languages .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #707070;
    text-align: center;
    padding: 0 10px;
    text-align: left;
    border-top: 1px solid #33302b;
    line-height: 36px;
    color: #f3f3f3;
    cursor: pointer;
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-radius: 3px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}
.col-6{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 47%;
}
@media (min-width: 768px) {
    width: 100%;
}
.legend_name{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
label{
    color: #818181;
    font-style: italic;
    cursor: pointer;
}
.wrap_form{
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    padding: 15px 15px 10px;
}
.input-group-addon {
    width: 1%;
    min-width: 40px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    color: #626262;
    text-align: center;
    border: 1px solid #0000001a;
    background-color: #f0f0f0;
    display: table-cell;
}
.d-table .input-group .form-control {
    border-right: 1px solid #ccc;
    border-left: 0px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    width: 100%;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
    border-radius: 0px;
    border-right: 0px;
    color: #626262;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
table{
    width: 100%;
    max-width: 100%;
}
.content_left__logo{
}
.content_left__logo img{
   max-width: 100%;
}
.lang_item {
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    color: #c1c1c1;
}
.lang_item.selected{
    font-weight: bold;
    color: #fff;
}
h1 {
    display: block;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #091A33;
    margin: 10px 0px 20px;
}
.error_block{
    background: #F55753;
    color: #fff;
    border-color: none;
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
    text-shadow: #954644 1px 1px 0;
}

.step_last{
    font-size: 18px;
    line-height: 1.3;
}
.step_last a{
    font-size: 14px;
    line-height: 1.3;
    color: #01a0e4;
}
.step_last__inf1{
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.step_last__inf2{
    display: block;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    transition: all 0.2s linear 0s;
    background: #f3f3f3;
    padding: 15px 15px 10px;
    line-height: 1.6;
}
.step_last a,
.step_last__value{
    font-style: italic;
    font-weight: 400;
}
.step_last__value{
    color: #818181;
}
.step_last p{
    margin-bottom: 10px;
}
.step_last__thanks{
    font-size: 26px;
    line-height: 1.3;
    color: #0e8bc6;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
/*Step 1*/
.license_wrap{
    height:350px;
    padding: 10px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
.license_wrap p{
    white-space: pre-line;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*Step 2*/
#test_server{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
}
#test_server td{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#test_server td.test_result_icon{
    width: 10px;
}
#test_server .success td.test_result_icon{
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
#test_server .error td.test_result_icon{
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
#test_server .warning td.test_result_icon{
    background-image: url(../images/warning.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
#test_server .warning td{
    background-color: rgba(255, 255, 0, 0.3);
}
#test_server .success td{
    background-color: #e9ffec;
    font-size: 14px;
}
#test_server .error td{
    background-color: #ffe9e9;
}
#test_server .test_param {
    width: 220px
}
.check_true{
    color: #129737;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 20px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.check_true svg{
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #129737;
}
.check_true span{
    display: inline-block;
    vertical-align: middle;
}
.step_info{
    margin: 15px 0 25px;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background: #f3f3f3;
    padding: 10px 10px 10px;
    line-height: 1.7;
}

/*Step 3*/

/*Step 4*/
.form-control,
.form_input{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 6px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    display: block;
    width: 100%;
    position: relative;
}
.form_label{
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color: rgba(118, 118, 118, 0.7);
    padding: 5px 5px;
    height: 25px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px;
    white-space: nowrap;
}






/*Step 5*/
.license_area{
    width: 100%;
    min-height: 200px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #ddd;
}
/*Step 6*/

/*Step 7*/
.site_link{
    float: left;
    width: 45%;
    text-align: center;
    margin: 5px 0;
    background-color: #10cfbd;
    color: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.backend_link{
    float: right;
    width: 45%;
    text-align: center;
    margin: 5px 0;
    background-color: #10cfbd;
    color: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.helper_wrap{
    position: relative;
    overflow: visible;
}
.helper_sign {
    background: #48b0f7 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 20px;
}
.helper_sign:hover + .helper_text{
    color: #000;
    display: block;
    padding: 5px;
    top: 30px;
}
.helper_text{
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #525252;
    color: #fff;
    display: none;
    min-height: 30px;
    position: absolute;
    white-space: pre-wrap;
    width: 500px;
    word-wrap: break-word;
}
[data-hint]:after {
    content: attr(data-hint);
    text-align: center;
    white-space: nowrap;
    z-index: 9999;
    background: #292929;
    padding: 3px 7px;
    border-radius: 2px;
    color: white;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2em;
}
[data-hint]:after, [data-hint]:before {
    display: inline-block;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}
[data-hint]{position: relative;}
[data-hint]:hover:after, [data-hint]:hover:before {visibility: visible; }

[data-hint]:before {content: "";border: 5px solid transparent;z-index: 9998;}

[class*="hint-bottom"]:before {border-bottom-color: #292929;top: 100%;margin-top: 0px;}

[class*="hint-bottom"]:after {margin-top: 10px;top: 100%;}

[class*="hint-top"]:before {border-top-color: #292929;bottom: 100%;margin-bottom: 0px;}

[class*="hint-top"]:after {bottom: 100%;margin-bottom: 10px; }

[class*="hint-bottom-middle"]:before, [class*="hint-top-middle"]:before {right: 50%;margin-right: -5px; }

[class*="hint-bottom-middle"]:after, [class*="hint-top-middle"]:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[class*="hint-bottom-left"]:before, [class*="hint-top-left"]:before {left: 15px; }

[class*="hint-bottom-left"]:after, [class*="hint-top-left"]:after {left: 0; }

[class*="hint-bottom-right"]:before, [class*="hint-top-right"]:before {right: 15px; }

[class*="hint-bottom-right"]:after, [class*="hint-top-right"]:after {right: 0; }

[class*="hint-left"]:before {border-left-color: #292929;left: 0;margin-left: -10px; }

[class*="hint-left"]:after {right: 100%;margin-right: 10px; }

[class*="hint-right"]:before {border-right-color: #292929;right: 0;margin-right: -10px; }

[class*="hint-right"]:after {left: 100%;margin-left: 10px; }

[class*="hint-left-middle"]:before, [class*="hint-right-middle"]:before {top: 50%;margin-top: -5px; }

[class*="hint-left-middle"]:after, [class*="hint-right-middle"]:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

[class*="hint-left-top"]:before, [class*="hint-right-top"]:before {top: 15px; }

[class*="hint-left-top"]:after, [class*="hint-right-top"]:after {top: 0; }

[class*="hint-left-bottom"]:before, [class*="hint-right-bottom"]:before {bottom: 15px; }

[class*="hint-left-bottom"]:after, [class*="hint-right-bottom"]:after {bottom: 0; }

.hint-persist:before, .hint-persist:after {visibility: visible; }

@media only screen and (max-width: 768px) {
    [class*="hint-"][class*="-mobile"]:after, [class*="hint-"][class*="-mobile"]:before {display: none; }
}

[class*="hint-"][class*="-s-small"]:after {
    width: 240px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    border-radius: 3px;
    padding: 5px 5px 7px;
}

[class*="hint-"][class*="-s-med"]:after {width: 300px;white-space: normal; }

[class*="hint-"][class*="-s-big"]:after {width: 450px;white-space: normal; }

.hint-d-short:hover:after, .hint-d-short:hover:before {
    -webkit-transition: visibility 0s 0.4s ease;
    transition: visibility 0s 0.4s ease; }

.hint-d-med:hover:after, .hint-d-med:hover:before {
    -webkit-transition: visibility 0s 1s ease;
    transition: visibility 0s 1s ease; }

.hint-d-long:hover:after, .hint-d-long:hover:before {
    -webkit-transition: visibility 0s 1.5s ease;
    transition: visibility 0s 1.5s ease; }

[class*="hint-fade"][class*="-d-short"]:hover:before, [class*="hint-fade"][class*="-d-short"]:hover:after, [class*="hint-anim"][class*="-d-short"]:hover:before, [class*="hint-anim"][class*="-d-short"]:hover:after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }

[class*="hint-fade"][class*="-d-med"]:hover:before, [class*="hint-fade"][class*="-d-med"]:hover:after, [class*="hint-anim"][class*="-d-med"]:hover:before, [class*="hint-anim"][class*="-d-med"]:hover:after {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }

[class*="hint-fade"][class*="-d-long"]:hover:before, [class*="hint-fade"][class*="-d-long"]:hover:after, [class*="hint-anim"][class*="-d-long"]:hover:before, [class*="hint-anim"][class*="-d-long"]:hover:after {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }

[class*="hint-fade"]:before, [class*="hint-fade"]:after {
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    opacity: 0; }

[class*="hint-fade"]:hover:before, [class*="hint-fade"]:hover:after {
    opacity: 1; }

[class*="hint-anim"][class*="hint-top"]:after, [class*="hint-anim"][class*="hint-top"]:before {
    bottom: 125%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out; }

[class*="hint-anim"][class*="hint-top"]:hover:after, [class*="hint-anim"][class*="hint-top"]:hover:before {
    opacity: 1;
    bottom: 100%; }

[class*="hint-anim"][class*="hint-bottom"]:after, [class*="hint-anim"][class*="hint-bottom"]:before {
    top: 125%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease; }

[class*="hint-anim"][class*="hint-bottom"]:hover:after, [class*="hint-anim"][class*="hint-bottom"]:hover:before {
    top: 100%;
    opacity: 1; }

[class*="hint-anim"][class*="hint-right"]:after, [class*="hint-anim"][class*="hint-right"]:before {
    margin-right: -25px;
    margin-left: 25px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out; }

[class*="hint-anim"][class*="hint-right"]:hover:after, [class*="hint-anim"][class*="hint-right"]:hover:before {
    margin-right: -10px;
    margin-left: 10px;
    opacity: 1; }

[class*="hint-anim"][class*="hint-left"]:after, [class*="hint-anim"][class*="hint-left"]:before {
    margin-right: 25px;
    margin-left: -25px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out; }

[class*="hint-anim"][class*="hint-left"]:hover:after, [class*="hint-anim"][class*="hint-left"]:hover:before {
    margin-right: 10px;
    margin-left: -10px;
    opacity: 1; }

[class*="hint-"][class*="-t-info"][class*="hint-bottom"]:before {
    border-bottom-color: #091A33; }

[class*="hint-"][class*="-t-info"][class*="hint-top"]:before {
    border-top-color: #2b303b; }

[class*="hint-"][class*="-t-info"][class*="hint-right"]:before {
    border-right-color: #2b303b; }

[class*="hint-"][class*="-t-info"][class*="hint-left"]:before {
    border-left-color: #2b303b; }

[class*="hint-"][class*="-t-info"]:after {
    background: #091A33; }

