﻿.asdk-logo {
    background: transparent url('../../img/logo_asdk.png') no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.userRegister--center label, .userRegister--left label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 4px;
    max-width: 100%;
    color: #8DA5A3;
}

.msg-register-user {
    padding-top: 6px;
}

.content-terms-conditions a {
    display: inline;
}


.login-register-button-content {
    position: relative;
    top: 256px;
}

input.button-content.login-register-button[disabled] {
    opacity: 0.6;
}

.login-register-button {
    height: 94px;
    width: 90px;
}

.userRegister--center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.userRegister--left {
    margin: auto;
    position: absolute;
    top: 0;
    left: 66px;
    bottom: 0;
}

.content--center {
    width: 60%;
    height: 60%;
    min-width: 200px;
    max-width: 500px;
}

.content--center--clear > div {
    -webkit-animation-fill-mode: backwards !important;
    animation-fill-mode: backwards !important;
}

@media (max-height: 768px) {
    .content--center {
        height: 80%;
    }
}


.button-content--right {
    float: right;
    background-color: #3c3c3b;
}

    .button-content--right:disabled {
        opacity: 0.6;
    }


.user__content-tabs {
    margin-bottom: 8px;
    font-size: 0;
    box-sizing: content-box;
}

.user__tab {
    display: inline-block;
    width: 200px;
    color: #666;
    background-color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    border-bottom: solid 1px #666;
    box-sizing: border-box;
}

    .user__tab.current {
        color: #fff;
        background-color: #666;
    }


.modalEditProfile {
    overflow: hidden !important;
}

.user__content-fields {
    max-height: 380px;
    min-height: 380px;
    height: 380px;
    overflow: auto;
}

    .user__content-fields .content__field {
        width: 90%;
    }

.modal__edit-profile .form-control {
    padding-top: 0;
    padding-bottom: 0;
}

    .modal__edit-profile .form-control.additional-field-date {
        padding: 3px 12px 3px 0px;
        text-indent: 12px !important;
        background: transparent;
        min-width: 409px;
    }

        .modal__edit-profile .form-control.additional-field-date span.k-select {
            right: -64px;
        }

.modal__edit-profile .k-picker-wrap.k-state-disabled {
    background-color: transparent;
    border: none;
}

.modal__edit-profile .k__select-override {
    width: calc(100% + 27px);
}

.k__select-combobox-override .k-icon.k-i-arrow-s::before {
    content: none;
}

.modalEditProfile span.k__select-override.k__select-combobox-override .k-dropdown-wrap span.k-select .k-icon.k-i-arrow-s{
    font-size: 0;
}
