#user-registration h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

#user-registration h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#user-registration h3 {
    margin-bottom: 20px;
}

#user-registration .table {
    position: relative;
}

#user-registration .table .table_highlight {
    width: 110px;
    height: 100%;
    background: rgba(250, 187, 0, 0.2);
    border: 2px solid #fabb00;
    position: absolute;
    margin-left: 65%;
    left: 0;
    top: 0;
    z-index: 1;
}

#user-registration .table .table_td-icon {
    width: 30px;
    padding-right: 0;
}

#user-registration .table table {
    position: relative;
    width: 100%;
}

#user-registration .table table th {
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

#user-registration .table table th .icon {
    margin-top: -5px;
}

#user-registration .table table th span {
    position: relative;
    z-index: 2;
}

#user-registration .table table td {
    font-size: 13px;
    padding: 15px;
    vertical-align: middle;
}

#user-registration .table table td span {
    position: relative;
    z-index: 2;
}

#user-registration .table table td small {
    font-size: 11px;
}

#user-registration .table table td.second {
    min-width: 305px;
}

#user-registration .table table td strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

#user-registration .table table tbody tr:nth-child(odd) {
    background: #eaedf0;
}

#user-registration .form_radio {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#user-registration .form_radio + label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    width: 22px;
    height: 22px;
}

#user-registration .form_radio + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px    ;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e7e9ea;
    border-radius: 50%;
    cursor: pointer;
    background: white url(../img/ico-input-sprite.png) no-repeat 6px -154px;
    transition: 0.1s ease;
}

#user-registration .form_radio + label:active:before {
    border-color: #6c6d71;
}

#user-registration .form_radio:checked + label:before {
    background-position: 6px -194px;
}

#user-registration .form_radio.valid:checked + label:before {
    background-color: #afc903;
    background-position: 6px -34px;
    border: none;
}

#user-registration .notification {
    display: block;
    position: relative;
    border-radius: 6px;
    line-height: 22px;
    padding: 10px 20px 10px 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-registration .notification:before {
    position: absolute;
    left: 10px;
    top: 10px;
}

#user-registration .notification.notification-helplink {
    background: #fed000;
    padding-left: 60px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
}

#user-registration .notification-static.notification-static-helplink {
    background: #fed000;
    padding-left: 60px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
}

#user-registration .notification-static.notification-static-helplink:before {
    content: "";
    display: block;
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
    left: 20px;
    top: 14px;
}

#user-registration .notification.notification-helplink.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration .notification.notification-helplink.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration .notification.notification-helplink.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration .notification.notification-helplink.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration .notification.notification-helplink:before {
    content: "";
    display: block;
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
    left: 20px;
    top: 14px;
}

#user-registration .notification.notification-error {
    background: rgba(184, 0, 0, 0.1);
    border: 1px solid #b80000;
    /*display: inline-block;*/
    vertical-align: middle;
}

#user-registration .notification.notification-error.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration .notification.notification-error.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration .notification.notification-error.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration .notification.notification-error.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration .notification.notification-error:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    background-color: #b80000;
    background-position: 6px -74px;
    border-radius: 50%;
}

#user-registration .notification-static {
    display: block;
    position: relative;
    border-radius: 6px;
    line-height: 22px;
    padding: 10px 20px 10px 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-registration .notification-static:before {
    position: absolute;
    left: 10px;
    top: 10px;
}

#user-registration .notification-static.notification-error-static {
    background: rgba(184, 0, 0, 0.1);
    border: 1px solid #b80000;
    /*display: inline-block;*/
    vertical-align: middle;
}

#user-registration .notification-static.notification-error-static.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration .notification-static.notification-error-static.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration .notification-static.notification-error-static.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration .notification-static.notification-error-static.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration .notification-static.notification-error-static:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    background-color: #b80000;
    background-position: 6px -74px;
    border-radius: 50%;
}

#user-registration .form {
    background: white;
    border: 1px solid #e7e9ea;
    border-radius: 12px;
    padding: 40px 40px 10px;
    margin: 0 auto;
}

#user-registration .form-row {
    position: relative;
    margin-bottom: 30px;
}

#user-registration .form-label {
    display: inline-block;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

#user-registration .form-label.eye-label {
    margin: 10px 0;
    font-weight: normal;
    font-size: 14px;
}

#user-registration .form-input {
    display: block;
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

#user-registration .form-input.readonly {
    background: #efefef none repeat scroll 0 0;
    border-color: #ccc;
    font-weight: bold;
}

#user-registration .form-input:focus {
    border-color: #6c6d71;
}

#user-registration .form-input.error {
    border-color: #b80000;
}

#user-registration .form-input:read-only {
    background: #eaedf0;
}

#user-registration .form-input:read-only:focus {
    border-color: #e7e9ea;
}

#user-registration .form-input.valid {
    border-color: #afc903;
    font-weight: bold;
}

#user-registration .form-input.valid:focus {
    border-color: #afc903;
}

#user-registration .form-input.invalid {
    border-color: #b80000;
}

#user-registration .form-input.invalid:focus {
    border-color: #b80000;
}

#user-registration .form-icon-valid {
    position: absolute;
    right: 10px;
    top: 42px;
}

#user-registration .form-radio {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#user-registration .form-radio + label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    width: 22px;
    height: 22px;
}

#user-registration .form-radio + label.form-radio-row {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 32px;
    width: 90%;
    margin-bottom: 10px;
    cursor: pointer;
}

#user-registration .form-radio + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px    ;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e7e9ea;
    border-radius: 50%;
    cursor: pointer;
    background: white url(../img/ico-input-sprite.png) no-repeat 6px -154px;
    /*transition: 0.1s ease;*/
}

#user-registration .form-radio + label:active:before {
    border-color: #6c6d71;
}

#user-registration .form-radio:checked + label:before {
    background-position: 6px -194px;
}

#user-registration .form-radio.valid:checked + label:before {
    background-color: #afc903;
    background-position: 6px -34px;
    border: none;
}

#user-registration .form-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#user-registration .form-checkbox + label {
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

#user-registration .form-checkbox + label i.second-line {
    font-style: italic;
    font-size: 11px;
}

#user-registration .form-checkbox + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px    ;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    cursor: pointer;
    background: url(../img/ico-input-sprite.png) no-repeat 23px 6px;
    transition: 0.1s ease;
}

#user-registration .form-checkbox + label:active:before {
    border-color: #6c6d71;
}

#user-registration .form-checkbox:checked + label:before {
    background-position: 6px 6px;
}

#user-registration .form-checkbox.valid:checked + label:before {
    background-color: #afc903;
    background-position: 6px -34px;
    border: none;
}

#user-registration label.error {
    display: block;
    position: relative;
    border-radius: 6px;
    line-height: 22px;
    padding: 10px 20px 10px 40px;
    margin-top: 10px;
    background: rgba(184, 0, 0, 0.1);
    border: 1px solid #b80000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

#user-registration label.error:before {
    position: absolute;
    left: 10px;
    top: 10px;
}

#user-registration label.error.notification-helplink {
    background: #fed000;
    padding-left: 60px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
}

#user-registration label.error.notification-helplink:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    border-radius: 50%;
}

#user-registration label.error.notification-helplink.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration label.error.notification-helplink.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration label.error.notification-helplink.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error.notification-helplink.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration label.error.notification-helplink:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration label.error.notification-helplink:before {
    left: 20px;
    top: 14px;
}

#user-registration label.error.notification-error {
    background: rgba(184, 0, 0, 0.1);
    border: 1px solid #b80000;
    display: inline-block;
    vertical-align: middle;
}

#user-registration label.error.notification-error:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    border-radius: 50%;
}

#user-registration label.error.notification-error.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration label.error.notification-error.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration label.error.notification-error.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error.notification-error.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration label.error.notification-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration label.error.notification-success {
    background: rgba(175, 201, 3, 0.1);
    border: 1px solid #afc903;
    display: inline-block;
    vertical-align: middle;
}

#user-registration label.error.notification-success:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    border-radius: 50%;
}

#user-registration label.error.notification-success.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration label.error.notification-success.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration label.error.notification-success.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error.notification-success.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration label.error.notification-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error.notification-success2 {
    background: #fbffe2;
    border: 1px solid #afc903;
    display: inline-block;
    vertical-align: middle;
}

#user-registration label.error.notification-success2:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    border-radius: 50%;
}

#user-registration label.error.notification-success2.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration label.error.notification-success2.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration label.error.notification-success2.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error.notification-success2.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration label.error.notification-success2:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    border-radius: 50%;
}

#user-registration label.error.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration label.error.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration label.error.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration label.error.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(../img/ico-contact-link.png);
    border-radius: 0;
}

#user-registration label.error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration .icon.icon-success-table:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration .progress {
    border: 1px solid #e7e9ea;
    border-radius: 5px;
    height: 18px;
    padding: 3px;
    box-sizing: border-box;
}

#user-registration .ui-progressbar-value {
    background: #fabb00;
    border-radius: 4px;
    height: 10px;
}

#user-registration .btn {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    padding: 0 55px;
    border: none;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 0 0 #d28a00;
    border-radius: 6px;
    color: black;
    cursor: pointer;
    outline: none;
    background: #fabb00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fabb00 0%, #f39700 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fabb00 0%, #f39700 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fabb00 0%, #f39700 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabb00', endColorstr='#f39700', GradientType=0);
    /* IE6-9 */
}

#user-registration .btn:hover {
    opacity: 0.9;
}

#user-registration .btn:active {
    opacity: 1;
    box-shadow: 0 -2px 0 0 #d28a00;
    transform: translate3d(0, 2px, 0);
}

#user-registration .btn[disabled="disabled"] {
    box-shadow: 0 2px 0 0 #b0b4b9;
    background: #dce0e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dce0e5 0%, #cdd3dc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dce0e5 0%, #cdd3dc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dce0e5 0%, #cdd3dc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce0e5', endColorstr='#cdd3dc', GradientType=0);
    /* IE6-9 */
}

#user-registration button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#user-registration .btn.btn-small {
    padding: 0 25px;
}

#user-registration .btn.btn-facebook {
    background: #3b5999;
    box-shadow: 0 2px 0 0 #294278;
    text-shadow: 0 1px 0 #294278;
    color: white;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

#user-registration .btn.btn-facebook:active {
    box-shadow: 0 -2px 0 0 #294278;
}

#user-registration .btn.btn-google {
    background: #dc4e41;
    box-shadow: 0 -2px 0 0 #b53024;
    text-shadow: 0 1px 0 #b53024;
    color: white;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

#user-registration .btn.btn-google:active {
    box-shadow: 0 -2px 0 0 #b53024;
}

#user-registration .color-red {
    color: #fe1919 !important;
}

#user-registration .icon {
    display: inline-block;
    vertical-align: middle;
}

#user-registration .icon:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico-input-sprite.png) no-repeat 0 0;
    border-radius: 50%;
}

#user-registration .icon.icon-info:before {
    background-color: #fabb00;
    background-position: 6px -114px;
}

#user-registration .icon.icon-error:before {
    background-color: #b80000;
    background-position: 6px -74px;
}

#user-registration .icon.icon-success:before {
    background-color: #afc903;
    background-position: 6px -34px;
}

#user-registration .icon.icon-contact-link:before {
    width: 28px;
    height: 35px;
    background: url(/img/registration/ico-contact-link.png);
    border-radius: 0;
}

#user-registration [class^="icon icon-package-"]::before {
    background: rgba(0, 0, 0, 0) url("/img/registration/ico-service-sprite.png") no-repeat scroll left top;
    border-radius: 0;
    height: 31px;
    width: 30px;
}

#user-registration .icon-package-transfer:before {
    background-position: 0 -197px;
}
#user-registration .icon-package-info:before {
    background-position: 0 0;
}
#user-registration .icon-package-message:before {
    background-position: 0 -81px;
}
#user-registration .icon-package-calendar:before {
    background-position: 0 -123px;
}
#user-registration .icon-package-camera:before {
    background-position: 0 -159px;
}
#user-registration .icon-package-temperature:before {
    background-position: 0 -238px;
}
#user-registration .icon-package-switch:before {
    background-position: 0 -280px;
}
#user-registration .icon-package-apps:before {
    background-position: 0 -316px;
}
#user-registration .icon-package-lock:before {
    background-position: 0 -41px;
}

/* MODUL REGISTRACE - Tooltipy */
#user-registration .tooltip-wrap{
    position:relative;
    cursor: help;
    top:0px;
    margin-left: 0px;
    z-index: 999;
}

#user-registration .tooltip-wrap .tooltip{
    font-size:12px;
    text-align:left;
    display:none;
    font-weight:400;
    position: absolute;
    bottom:100%;
    margin-top:50px;
    min-width: 170px;
    width:170px;
    left:-81px;
    padding:10px;
    background-color: #fff;
    color:#898989;
    text-align:center;
    border-radius: 5px;  
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.35);
    font-style: italic;
    line-height: 16px;
}

#user-registration .tooltip-wrap .tooltip:after{
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 10px;
    bottom: -10px;content: " "; 
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

#user-registration .tooltip-wrap:hover .tooltip{
    display: block;
}

#user-registration .editor p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

#user-registration .editor ul {
    overflow: hidden;
    margin-bottom: 20px;
}

#user-registration .editor ul li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px 30px;
}

#user-registration .editor ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fabb00;
    position: absolute;
    left: 7px;
    top: 7px;
}

#user-registration .popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
}

#user-registration .popup-header {
    font-size: 16px;
    font-weight: 700;
    padding: 22px 25px 20px;
    background: #eaedf0;
    border-bottom: 1px solid #dadbdc;
    border-radius: 10px 10px 0 0;
}

#user-registration .popup-content {
    padding: 20px 25px 30px;
}

#user-registration .hidden {
    display: none !important;
}

#user-registration .clearfix:before,
#user-registration .clearfix:after {
    content: " ";
    display: table;
}

#user-registration .clearfix:after {
    clear: both;
}

#user-registration .block {
    display: block !important;
}

#user-registration .inline-block {
    display: inline-block !important;
}

#user-registration .float-left {
    float: left;
}

#user-registration .float-right {
    float: right;
}

#user-registration .text-center {
    text-align: center;
}

#user-registration .text-right {
    text-align: right;
}

#user-registration .va-middle {
    vertical-align: middle;
}

#user-registration .mb-10 {
    margin-bottom: 10px;
}

#user-registration .mb-20 {
    margin-bottom: 20px;
}

#user-registration .mb-30 {
    margin-bottom: 30px;
}

#user-registration .mb-40 {
    margin-bottom: 40px !important;
}

#user-registration .mt-20 {
    margin-top: 20px;
}

#user-registration .mt-40 {
    margin-top: 40px;
}

#user-registration .ml-20 {
  margin-left: 20px;
}

#user-registration .ml-40 {
    margin-left: 40px;
}

#user-registration .mr-20 {
    margin-right: 20px;
}

#user-registration .mr-40 {
    margin-right: 40px;
}

#user-registration .mb-none {
    margin-bottom: 0;
}

#user-registration .pt-10 {
    padding-top: 10px;
}

#user-registration .pt-20 {
    padding-top: 20px;
}

#user-registration .pb-20 {
    padding-bottom: 20px;
}

#user-registration .pb-none {
    padding-bottom: 0 !important;
}

#user-registration .overlay,.overlay {
    background: transparent url("/img/overlay.png") repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 999;
    border-radius: 8px;
    padding: 10px 10px 15px 10px;
}

#user-registration .overlay .loader_bright,.overlay .loader_bright{
    background: url("/img/logo_new_white.png") no-repeat; 
    height: 24px;
    width: 23px;
    margin: auto;
}

#user-registration .overlay .center_loader,.overlay .center_loader{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; 
    height: 50px;
}

#user-registration .overlay .loader_text,.overlay .loader_text{
    text-align: center;
    margin: auto;
    display: block; 
    color: #fff; 
    font-size: 1em;
}

#user-registration #f_button_complete {
    width: 50%;
}

#user-registration table.info td {
    vertical-align: middle;
    text-align: justify;
    font-size: 12px;
}

#user-registration table.info img {
    width: 154px;
    margin: 20px 8px 0;
}

#user-registration table.info span.fa {
    font-size: 60px;
    padding-left: 10px;
    padding-right: 15px;
}

#user-registration #f_button_cloud {
    margin-top: 20px;
}

#user-registration .margin-bottom30 {
    margin-bottom: 30px;
}

#user-registration .margin-top30 {
    margin-top: 30px;
}

#user-registration table.result {
    text-align: center;
    width: 602px;
    margin: 20px 0 40px 0;
    overflow: hidden;
    min-height: 75px;
}

#user-registration table.result td {
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}

#user-registration table.result.result_ok {
    color: #669900;
}

#user-registration table.result.result_ok a {
    color: #669900;
}

#user-registration table.result.result_nok {
    color: #e50202;
}

#user-registration table.result.result_nok a {color: #e50202;}

#user-registration table.result td.icon-table {
    width: 98px;
}

#user-registration table.result.result_ok td.icon-table {
    background-color: #6fbc02;
}

#user-registration table.result.result_nok td.icon-table {
    background-color: #f20101;
}

#user-registration table.result td.icon-table img {
    margin: 30px 0;
}

#user-registration table.result td.text {
    background-color: #fdeab2;
}

#user-registration table.info {
    width: 602px;
    margin: 20px 0 40px 0;
    overflow: hidden;
    min-height: 75px;
}

#user-registration table.info td {
    vertical-align: middle;
}

#user-registration table.info td.icon-table {
    width: 98px;
    font-size: 55px;
}

#user-registration table.info td.info-text {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}

#layout_error {width:100%;min-height:100%;z-index:1990;position:absolute;top:0px;left:0px;background:url(/img/bg-ajax.png);overflow:hidden;}
div.layout_error button span {background-image: none; padding: 0;float:none;}
div.layout_error {z-index: 1992;}
div#error_alert { background: none repeat scroll 0 0 #FFFFFF;line-height: 1.5em;padding-top: 25px;font-weight: bold;}
div.layout_error.ui-dialog .ui-dialog-buttonpane {background:#FFFFFF; text-align: left; border-width: 0 0 0 0; background-image: none; margin: 0 0 0 0; padding: .3em .4em .5em .4em; }
div.layout_error.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {text-align: center;float:none;}
div.layout_error.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {width: 150px;}

div.layout_error.ui-dialog.ui-widget-content {
    /*background: url(/modules/gdlink/styles/desktop/images/dial_back.png) top left repeat transparent;*/
    box-shadow: 1px 1px 1px rgb(187, 187, 187);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c0c0c0')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c0c0c0');
}

div.layout_error.ui-dialog-titlebar .ui-dialog-title{
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS,Tahoma,Arial Unicode MS,Arial,sans-serif;
    font-size: 10pt;
    text-shadow: 1px 1px 2px #6D6D6D;
}
div.layout_error.ui-dialog-titlebar.ui-corner-all{border-radius: 0}
div.layout_error.ui-dialog  .dialog.ui-dialog-content{
    background: #f0f0f0;
    padding: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.layout_error .ui-dialog-titlebar-close span {
    display: block;
    margin: -1px;
    position: static;
}

#user-registration .progress-bar{
    width:100%;
    height: 30px;
    background-image: url(/img/registration/progressbar.png);
    background-repeat: repeat-x;
    background-position:0 0;
    border-radius: 5px;
    margin-bottom: 20px;
    animation:progressBar 20s linear infinite;
    -moz-animation:progressBar 20s linear infinite;
    -o-animation:progressBar 20s linear infinite;
    -webkit-animation:progressBar 20s linear infinite;
}

@keyframes progressBar {from { background-position: 0 0; }	to { background-position: 100% 0; }}
@-moz-keyframes NprogressBar {from { background-position: 0 0; }to { background-position: 100% 0; }}
@-o-keyframes progressBar {from { background-position: 0 0; }to { background-position: 100% 0; }}
@-webkit-keyframes progressBar {from { background-position: 0 0; }to { background-position: 100% 0; }}

#user-registration .no-mb {
    margin-bottom: 0px !important;
}

#user-registration .fieldset-border-bottom {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

body {
    min-width: 800px;
}

/*MEDIA QUERY NA VYSKU PROHLIZECE*/
@media all and (max-width: 1023px) {
    #obal {width:768px;margin:0px auto;overflow:auto;padding-bottom:88px;position:relative;}
    #header {width:768px;height:88px;margin:0px auto;background:#FFF;}
    #cloud {min-height:100px;width:677px;padding:15px 50px 0px 41px;text-align:left;margin-top:10px;overflow:hidden;position:relative;}
}

#user-registration .flash-mess{box-sizing: border-box;padding:10px 10px 10px 40px;border-radius: 4px;margin:10px 0;font-size: 14px;line-height:20px;background-position:10px center;background-repeat: no-repeat;text-align:left;line-height: 150%;}
#user-registration .flash-mess.mess-warning{background-color: #fff9dc;border: 1px solid #e4d9a5;background-image:url(../img/i-orange.png);}

/* REKONFIGURACE RESET ROAMING */
#object-configuration-wrapper {background: #fff;position:relative;box-sizing:border-box;padding:20px;border-width:1px;border-style:solid;border-color: #cccccc;text-align:center;}
#object-configuration-wrapper h2{font-size:22px;font-weight: bold;margin-top: 30px; margin-bottom: 0px;}
#object-configuration-wrapper h3{font-size:13px;font-weight: normal;margin-top: 10px; margin-bottom: 20px;}
#object-configuration-wrapper p{font-size:14px;margin-bottom: 20px;}
#object-configuration-wrapper p.started{font-size:12px;margin-bottom: 5px;text-align:left;width:100%;}
#object-configuration-wrapper p.started span.fr {float:right;}
#object-configuration-wrapper .progress-bar{width:100%;height: 30px;background-image: url(../img/progressbar.png);background-repeat: repeat-x;background-position:0 0;border-radius: 5px;margin-bottom: 20px;animation:progressBar 20s linear infinite;-moz-animation:progressBar 20s linear infinite;-o-animation:progressBar 20s linear infinite;-webkit-animation:progressBar 20s linear infinite;}
#object-configuration-wrapper .progress-bar.conf-success {animation: none;background:#61a254;line-height:30px;}
#object-configuration-wrapper .progress-bar.conf-failed {animation: none;background:#d50d31;line-height:30px;}
#object-configuration-wrapper strong{font-weight: bold;}
#object-configuration-wrapper .button {border-radius: 4px;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);cursor: pointer;border: none;height: 30px;display: block;line-height: 30px;font-size: 15px;text-decoration: none;text-align: center;padding: 0 8px;}
#object-configuration-wrapper .button-orange{text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.44);color: #000;background-image: url(../img/button-orange.png);background-position: top center;background-repeat: repeat-x;}
#object-configuration-wrapper .button-orange:hover {background-position: 0 -49px;}
#object-configuration-wrapper .button-orange:active {background-position: 0 -99px;}
#object-configuration-wrapper .button-grey {color: #fff;background-image: url(../img/button-grey.png);background-position: top center;background-repeat: repeat-x;}
#object-configuration-wrapper .button-grey:hover {background-position: 0 -49px;}
#object-configuration-wrapper .button-grey:active {background-position: 0 -99px;}
#object-configuration-wrapper .flash-mess{box-sizing: border-box;padding:10px 10px 10px 40px;border-radius: 4px;margin:10px 0;font-size: 14px;line-height:20px;background-position:10px center;background-repeat: no-repeat;text-align:left;line-height: 150%;}
#object-configuration-wrapper .flash-mess.mess-warning{background-color: #fff9dc;border: 1px solid #e4d9a5;background-image:url(../img/i-orange.png);}
#object-configuration-wrapper .flash-mess.mess-error{background-color: #f5dede;background-image: url("../img/x-red.png");border: 1px solid #deb2b3;}
#object-configuration-wrapper .flash-mess.mess-valid {background-color: #e9f6da;border: 1px solid #bed2a7;background-image:url(../img/i-green.png);}
#object-configuration-wrapper a.butt {border-radius: 4px;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);cursor: pointer;border: none;height: 30px;display: block;line-height: 30px;font-size: 15px;text-decoration: none;text-align: center;padding: 0 8px;float:left;margin-right:15px;max-width: auto !important;}
#object-configuration-wrapper a.button-orange{text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.44);color: #000;background-image: url(../img/button-orange.png);background-position: top center;background-repeat: repeat-x;}
#object-configuration-wrapper a.button-orange:hover {background-position: 0 -49px;}
#object-configuration-wrapper a.button-orange:active {background-position: 0 -99px;}
#object-configuration-wrapper a.button-grey {color: #fff;background-image: url(../img/button-grey.png);background-position: top center;background-repeat: repeat-x;}
#object-configuration-wrapper a.button-grey:hover {background-position: 0 -49px;}
#object-configuration-wrapper a.button-grey:active {background-position: 0 -99px;}
#object-configuration-wrapper #deactivation-loader-force {float:left;margin-right:15px;height:30px;}

@keyframes progressBar {from { background-position: 0 0; }	to { background-position: 100% 0; }}
@-moz-keyframes NprogressBar {from { background-position: 0 0; }to { background-position: 100% 0; }}
@-o-keyframes progressBar {from { background-position: 0 0; }to { background-position: 100% 0; }}
@-webkit-keyframes progressBar {from { background-position: 0 0; }to { background-position: 100% 0; }}