﻿html, body {
    max-width: 100%;
}
.hidden-data{display:none;}
.header > .toggle-menu svg {
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
}
/*auth box*/
#authModal > .modal-content > h2 {
    text-align: center;
}
#authModal > .modal-body {
    text-align: center;
}
#authModal > .modal-footer {
    text-align: center;
}
/*END auth box*/
/* STYLES FROM HEADER */
.sub.profile-block {
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 9;
    padding: 10px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e3e3e3;
}

.sub.profile-block li {
    margin: 0 0 5px 0;
}

.sub.profile-block li:last-child {
    margin: 0;
}

.sub.profile-block a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin: 5px 0;
    height: auto;
    line-height: 100%;
    color: #737373;
}

.sub.language-block {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    margin: 5px -25px;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 2px #ccc;
}

.sub.language-block a {
    padding: 5px 10px;
    color: #737373;
}

.sub.language-block a:hover {
    color: #737373;
    background-color: #e6e6e6;
}

.sub.notifications-block {
    display: none;
    position: absolute;
    top: 50px;
    width: 300px;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    z-index: 9;
    padding: 0;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e3e3e3;
}

.new-nots-section {
    background: #f3f3f3;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.all-nots-section {
    background: #f3f3f3;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.sub.notifications-block li{
    padding: 10px 20px;
    word-break: break-word;
}

.sub.notifications-block a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin: 5px 0;
    line-height: 100%;
    height: auto;
    color: #2f7ccd;
}

.sub.notifications-block #staticLi {
    text-align: center;
    text-decoration: underline;
}

.sub.notifications-block #staticLi a{
    color: #737373;
}
/* END STYLES FRM HEADER */