.bip_age {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.bip_blk {
    font-size: 14px;
}

.userlist.rows-list .user-single .userlist_cntr .bip_blk {
    margin: 0 0 6px;
}

.panel_lk_recall .bip_title span.required {
    position: inherit;
}

.panel_lk_recall .bip_subtitle {
    font-size: 12px;
}

.notice-window.type-error {
    position: relative;
}

.no_birth_date_mess a {
    color: #555;
}

.no_birth_date_mess::before {
    -webkit-animation: blinkbirth 2.5s ease-in-out infinite;
    animation: blinkbirth 2.5s ease-in-out infinite;
    border-left: 10px solid #ff504b;
    content: "";
    height: 100%;
    left: -8px;
    position: absolute;
    top: 0;
}

@keyframes blinkbirth {
    50% {
        border-left: 10px solid #c11d19;
    }
}

/* START wiget */
.dob_wrapper {
    display: inline-block;
    margin: 6px 0 18px;
    width: 100%;
}

.dob_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px;
    text-align: center;
}

.bip_one_user {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 6px;
}

.dob_wrapper .bip_one_user > a img {
    border: 0;
    border-radius: 0;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    max-height: 96px;
    max-width: 96px;
}

.bip_one_user > a img:hover {
    opacity: .8;
}

.dob_template_avatar .bip_one_user > a {
    border: none;
    box-shadow: none;
    display: flex;
}

.dob_template_avatar .bip_one_user > span {
    display: flex;
    justify-content: center;
}

.dob_template_list .bip_one_user {
    margin: 0;
    width: 100%;
}


/*birthday notice*/
.bip_notice {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #ffd700;
    box-sizing: border-box;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    line-height: normal;
    overflow: hidden;
    padding: 3px 6px;
    position: relative;
    transition: all .3s ease-out;
    width: 100%;
}

.bip_notice:hover {
    box-shadow: 6px 6px 12px -6px #aaa, 0 0 2px 1px rgba(0, 0, 0, .1);
}

.bip_notice.bip_js_data_save {
    border-bottom-color: #00d500;
    padding: 6px;
}

.bip_notice.bip_js_data_save .bip_notice_close {
    display: none;
}

.bip_notice_text {
    cursor: pointer;
}

.bip_notice_text::after {
    content: "установить";
    right: 36px;
}

.bip_notice_close::after,
.bip_notice_text::after {
    background-color: #f1f1d7;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 12px;
    opacity: 0;
    padding: 3px 6px;
    pointer-events: none;
    position: absolute;
    top: 4px;
    transition: all .3s ease;
}

.bip_notice_close:hover::after,
.bip_notice_text:hover::after {
    opacity: 1;
}

.bip_notice_close::after {
    content: "скрыть";
    right: 36px;
}

.bip_notice_close {
    color: #e99400;
    cursor: pointer;
    font-size: 20px;
}

.bip_notice_close:hover .rcli {
    opacity: .7;
}

.ssi-modalOuter.bip_dob_dialog .ssi-topIcons .ssi-closeIcon::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAgCAYAAAAIXrg4AAAA1klEQVRIie2TSRKDIBBFuZiNFwngLTInO1OZPCPiPcwmUFbSDA3Jjl/l7vd7ZelnrKbm5zGgLhrUmn4net3ITbCkubhObTdPbTdTJAZEb+9GLrZoaQR5syWKZAl3EpA7THD/LMYkGPwt2ONv0ahHqoQMp0i88EYdgnAn4aunT1IMj0mwx3B5JMGdBOTwN3iKxIA4FcEZ839Q6hjJ8GJJCjxbEhpRzuKT4bZDWXwaHBkRWZKz0NDiv8vI/54yIkzi3cdSQlno8k6DOkfLOQsdQQ5ReE1NVl6qqQcBzp1OBAAAAABJRU5ErkJggg==);
    background-size: contain;
    content: "";
    display: block;
    height: 32px;
    width: 24px;
}

.ssi-modalOuter.bip_dob_dialog .ssi-modalContent {
    padding: 0;
}

.ssi-modalOuter.bip_dob_dialog .bip_selects {
    margin: 18px 12px 0;
}

.ssi-modalOuter.bip_dob_dialog .bip_selects > div {
    display: inline-block;
    margin: 0 12px 6px 0;
}

.bip_dob_dialog #ssi-modalWrapper .bip_selects select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    outline: none;
    padding: 6px 12px 6px 6px;
}

.bip_save_footer {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.bip_save_bttn {
    border: 1px solid #e5e5e5;
    border-bottom-width: 3px;
    color: #999;
    cursor: pointer;
    float: right;
    margin: 6px;
    padding: 6px 12px;
}

.bip_save_bttn .rcli {
    display: none;
}

.bip_save_bttn span {
    padding: 0 0 0 3px;
}

.bip_save_bttn.bip_js_is_ready {
    border-bottom: 3px solid #c1e9a1;
    color: #000;
    position: relative;
}

.bip_save_bttn.bip_js_is_ready .rcli {
    color: #9fdb6f;
    display: inline-block;
    text-align: left;
    width: 22px;
}

.bip_save_bttn.bip_js_is_ready:hover {
    color: #555;
    opacity: .8;
}

.bip_save_notice {
    background-color: #ffc8b3;
    margin-left: -180px;
    padding: 4px 8px;
    transition: all .3s ease;
}
