﻿@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/password.ttf");
}


.counterPopupOverlay {
    display: none;
    background-image: url(../_img/fancybox_overlay.png);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
}

.counterPopup {
    font-size: 13px;
    width: 500px;
    position: absolute;
    display: block;
}

.counterPopup .box_top, .counterPopup .box_bottom {
    height: 5px;
}

.counterPopup .box_top_left, .counterPopup .box_top_right,
.counterPopup .box_bottom_left, .counterPopup .box_bottom_right {
    float: left;
    width: 50%;
    height: 5px;
    display: none;
}

/*.counterPopup .box_top_left {
    background-position: left top;
    background-image: url(../img/pagecontainer_top.png);
}

.counterPopup .box_top_right {
    background-position: right top;
    background-image: url(../img/pagecontainer_top.png);
}

.counterPopup .box_bottom_left {
    background-position: left bottom;
    background-image: url(../img/pagecontainer_bottom.png);
}

.counterPopup .box_bottom_right {
    background-position: right bottom;
    background-image: url(../img/pagecontainer_bottom.png);
}*/

.counterPopup .box_content {
    text-align: center;
    padding: 50px 25px;
    background-color: #fff;
    font-size: 18px;
    color: #7D7D7D;
    line-height: 20px;
    border: 0px solid #7D7D7D;
    border-radius: 4px;
}

.counterPopup .box_content label {
    width: 25px;
    display: inline-block;
    margin: 0 3px;
    background: #fff;
    font-size: 17px;
    color: #7D7D7D;
    line-height: 22px;
}

.counterPopup .box_content .button {
    margin-top: 0 !important;
}

.counterPopup .box_content .button.logout {
    margin-right: 133px;
    margin-left: 17px;
    font-weight: normal;
}
