.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb55 {
    margin-bottom: 55px;
}

.dashboard_box {
    width: 300px;
    background-color: #fff;
    position: fixed;
/*    top: 100px;
    right: 15px;*/
    height: auto !important;
    font-family: pfagorasansproLight;
    z-index: 10000;
}

.tabs_box {
    border: 1px solid #e2e2e2;
    border-top: none;
    border-bottom: 6px solid #e2e2e2;
}

.tabs_box ul {
    margin-top: -25px;
    /*background-color: #e2e2e2;*/
    margin-bottom: -6px;
    margin-left: -1px;
}

.dashboard_game {
    padding: 15px 22px 60px 16px;
}
.dashboard_game_icon:hover{
    opacity: 0.8;
}
.dashboard_header {
    background-color: #5fcbf4;
    color: #fff;
}

.dashboard_link_box a {
    color: #fff;
}

.dashboard_options {
    font-size: 16px;
    line-height: 18px;
    padding: 7px 10px;
    cursor: pointer;
}
.dashboard_options.active{
    background-color: #32a3ce;
}

.dashboard_clouse i {
    font-size: 20px;
    line-height: 32px;
    margin-right: 5px;
    cursor: pointer;
}

.windows_icon {
    display: block;
    width: 19px;
    margin-right: 5px;
    height: 32px;
    background: url(../img/dashboard_windows.png) 0 center no-repeat;
    cursor: pointer;
}

.dashboard_news, .dashboard_game {
    /*max-height: 566px;*/
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #FDFDFD;
}

.dashboard_news_item {
    padding: 10px 22px 5px 14px;
}

.dashboard_news_item.fresh {
    background-color: #fef4d6;
}

.dashboard_news_icon {
    display: block;
    background-color: #f8c631;
    color: #fff;
    margin-right: 10px;
    width: 24px;
    height: 20px;
    padding-top: 4px;
    text-align: center;
}

.dashboard_news_border {
    width: auto;
    margin: 9px 0 10px;
    border: none;
    padding: 0;
    border-top: 1px solid #d7d7d7;
}

.add_user {
    margin-left: 5px;
    color: #fd4d30;
}

.dashboard_news_avatar {
    margin-right: 15px;
    cursor: pointer;
}

.dashboard_news_avatar:hover {
    opacity: 0.8;
}

.dashboard_news_avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.dashboard_name {
    color: #2d2f34;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
}

.dashboard_tournament_name {
    color: #2d2f34;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    width: 150px;
}

.dashboard_link {
    font-family: pfagorasansproLight;
    font-size: 13px;
    line-height: 18px;
    color: #29a1cf;
    display: block;
    padding-bottom: 5px;
    text-decoration: underline;
}

.dashboard_link:hover {
    text-decoration: none;
}

.dashboard_text {
    font-size: 13px;
    line-height: 18px;
    color: #202020;
}

.personal_data {
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
    font-family: pfagorasansproLight;
    color: #2d2f34;
}

.personal_data a {
    color: #fd4d30;
}

.personal_data span {
    padding-left: 5px;
}

.dashboard_tabs_list_item {
    float: left;
    cursor: pointer;
    /*background-color: #e2e2e2;*/
    color: #2d2f34;
    padding: 10px 13px;
    font-family: pfagorasansproLight;
    position: relative;
    list-style: none;
}

.dashboard_tabs_list_item.current {
    background-color: #55b0d4;
    color: #fff;
}

.dashboard_tabs_list_item.current:before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 8px solid #55b0d4;
}

.tabs_container {
    display: none;
}

.tabs_container.active {
    display: block;
}

.dashboard_game_title {
    font-size: 18px;
    line-height: 24px;
    color: #2d2f34;
    font-weight: 700;
}

.label_title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.label_title img {
    height: 24px;
    float: left;
    padding: 0 5px;
}

.label_type1 {
    font-family: pfagorasansproLight;
    font-size: 13px;
    line-height: 18px;
    display: block;
    float: left;
    width: 50%;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 22px;
}

.label_type1 input {
    top: 0;
    left: 0;
}

.dashboard_data {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: -5px;
    margin-left: 5px;
    font-style: italic;
}
/*расцветка скроллбара*/
.dashboard_news::-webkit-scrollbar , .dashboard_game::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.dashboard_news::-webkit-scrollbar-track, .dashboard_game::-webkit-scrollbar-track {
    background-color: rgba(113,112,107,0.1);
    -webkit-border-radius: 5px;
}
.dashboard_news::-webkit-scrollbar-thumb:vertical, .dashboard_game::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
}
.dashboard_news::-webkit-scrollbar-thumb:vertical:hover, .dashboard_game::-webkit-scrollbar-thumb:vertical:hover,
.dashboard_news::-webkit-scrollbar-thumb:horizontal:hover, .dashboard_game::-webkit-scrollbar-thumb:horizontal:hover {
    background: #5FCBF1;
}

.dashboard_news::-webkit-scrollbar-thumb:horizontal, .dashboard_game::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
}
/*расцветка скроллбара*/
.dashboard-notifications{
    width: 300px;
    position: absolute;
    top: -200px;
}

.dashboard-notifications-item{
    border-radius: 5px;
}

.dashboard-notifications-closeAll{
    position: absolute;
    width: 15px;
    height: 15px;
    color: #000000;
    cursor: pointer;
}