/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.aio-users #archive #breadcrumbs {
    position: relative;
    margin-top: 26px;
}

.aio-users-profile {
    background-color: #fbfbfb;
    padding-top: 10px;
}

.aio-users-profile .avatar {
    width: 100% !important;
    height: inherit !important;
}

.aio-users-profile #fileuploader {
    left: inherit !important;
    left: calc(100% - 35px) !important;
}

.aio-users-profile label.file {
    right: 0 !important;
}

.aio-auth-floating-save {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #F2F2F2;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
    display: block;
    width: 100%;
    min-height: 50px;
    z-index: 9999999;
    padding: 10px 0;
}

.aio-auth-floating-save #delete-account svg {
    width: 9px !important;
}

.textinput span {
    width: 100px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.textinput input {
    width: calc(100% - 106px);
    display: inline-block;
}

.textinput {
    display: block;
    margin-bottom: 10px;
}

.textinput input {
    border: none;
    background: none;
    background-color: transparent;
}

.textinput .input-bigger {
    font-size: 20px;
}

#save-user-profile-aio-users {
    display: inline-block;
}

.aio-input-error {
    color: red !important;
}

.aio-input-error button {
    color: red !important;
}


.aio-input-error::-webkit-input-placeholder {
    color: red;
}

.aio-input-error:-moz-placeholder {
    color: red;

}

.aio-input-error::-moz-placeholder {
    color: red;

}

.aio-input-error:-moz-placeholder {
    color: red;
}


.input-error-required:after {
    content: "Pole jest wymagane";
    color: red;
}

.data-saved-badge {
    display: block;
    position: fixed;
    bottom: 100px;
    right: -100vw;
    padding: 10px 20px;
    border: 1px solid rgba(0, 84, 19, .4);
    background-color: rgba(3, 201, 36, 0.32);
    color: rgba(0, 84, 19, .9);
    transition: all 900ms ease;

    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    z-index: 9999999;
}

.data-saved-badge.active {
    right: 0 !important;
    transition: all 900ms ease;
}

.data-saved-badge.active.error {
    border-color: red !important;
    background-color: rgba(255, 0, 0, 0.61) !important;
    color: #fff !important;
}

#generate_passwd {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    background-color: #fbfbfb !important;
}

.aio-users .ms-options-wrap>button:after {
    position: relative !important;
    right: inherit !important;
    top: 10px !important;
}

#label-file-cv-upload {
    width: 100px !important;
    float: right !important;
}

#save-user-profile-aio-users-confirm-btn {
    width: 100%;
    color: #fff !important;
}

#save-user-profile-aio-users-confirm-btn:before {
    background-color: #ff6a63 !important;
    background-image: linear-gradient(180deg, #ff6a63 0%, #fc392f 100%) !important;
}

#save-user-profile-aio-users-confirm-btn span.arr {
    background-color: rgba(156, 0, 36, 0.5) !important;
}

.waiting_for_confirmation_label {
    color: red;
    font-size: 13px;
    line-height: 32px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#searchresults option {
    white-space: inherit !important;
    word-wrap: break-word !important;
    padding: 0 !important;
}

#searchresults {
    white-space: inherit !important;
    word-wrap: break-word !important;
}