.text-align-left {
    text-align:left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.password-recovery {
    display: block;
    text-align: center;
}
.link {
    color:#2e6da4;
}
.link:hover {
    cursor:pointer;
    text-decoration: underline;
}
#floatingContactUsBox {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#floatingContactUsBox .btn {
    font-size: 32px;
    line-height: 58px;
    padding: 0 10px;
    padding-bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}
#qrPaymentCodesModal .qrCode img {
    width:100%;
    height:auto;
}
#qrPaymentCodesModal .qrCode .label {
    display:block;
    background-color:rgba(0, 0, 0, .7);
    color: #fff;
    text-align:center;
    padding:10px;
}
.modal .slick-dotted.slick-slider {
    margin-bottom:0;
}
.notificationsCount {
    background-color:#c60000;
    display:none;
    border-radius:50%;
    height:10px;
    width:10px;
}
.notificationCountBadge {
    display:none;
    background-color:#c60000;
    float:right;
    height:auto;
    width:auto;
}
.profile-funds .btn {
    position:relative;
}
.profile-funds .btn .notificationsCount {
    position: absolute;
    top:0;
    right:0;
}
#notificationsBox ul {
    margin:1em 0;
    padding:0;
    list-style:none;
}
#notificationsBox ul li {
    padding:1em;
    border-bottom:1px solid #ccc;
}
#notificationsBox ul li:last-child {
    border-bottom:0;
}
#notificationsBox ul li.unread {
    background-color:#fcf8e3;
}
#notificationsBox ul li p {
    margin:0;
}
img.qrcode {
    width:100%;
}
.nocode img.qrcode {
    -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
    filter: blur(3px);
    opacity:.2;
}
.nocode .btn-del-qrcode {
    display:none;
}
#signin-form.classic .classic {
    display:block;
}
#signin-form.classic .pin {
    display:none;
}
#signin-form.pin .pin {
    display:block;
}
#signin-form.pin .classic {
    display:none;
}
#shortcut_container {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}
#shortcut_btn {
    width:100%;
    height:100%;
    background-image: url(../images/shortcut_icon.png);
    background-size: contain;
    background-color: transparent;
    border-color: transparent;
    opacity: 50%;
}
#shortcut_btn:hover {
    opacity: 100%;
}