a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: #337ab7;
}

[data-notify="title"] {
    font-weight: bold;
    display: block;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-little-padding > [class*="col-"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.no-select {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.clear {
    clear: both;
    content: "";
    height: 0;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.m-auto {
    margin: 0 auto;
}

.btn-flex {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.btn-flex .btn:first-child {
    flex-grow: 1;
    text-align: left;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-right-6 {
    margin-top: 6px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-right-6 {
    margin-right: 6px;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-2 {
    padding-bottom: 2px;
}

.padding-bottom-4 {
    padding-bottom: 4px;
}

.padding-bottom-6 {
    padding-bottom: 6px;
}

.padding-bottom-8 {
    padding-bottom: 8px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-4 {
    padding-right: 4px;
}

.padding-right-6 {
    padding-right: 6px;
}

.padding-right-8 {
    padding-right: 8px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-left-4 {
    padding-left: 4px;
}

.padding-left-6 {
    padding-left: 6px;
}

.padding-left-8 {
    padding-left: 8px;
}

.padding-left-10 {
    padding-left: 10px;
}

.nav-holder .nav-tabs > li > a {
    border-radius: 0;
}

.nav-holder .label {
    pointer-events:none;
}

.nav-holder .nav-tabs>li {
    border-top: 1px solid rgba(191, 191, 191, 0.1);
}

.nav-holder .nav-tabs .label {
    padding: 0.2em 0.6em 0.2em;
}

.label a, .badge a {
    color: white;
}
.ads {
    padding: 10px 0;
    margin:0 auto;
    text-align: center;
}

.ab-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.loader {
    margin: 5px auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #45a4bb;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #357b8c;
    color: #fff;
}

.media-left, .media > .pull-left {
    padding-right: 5px;
}

.btn-active, .btn-active:focus, btn-active:hover {
    background-color: #357b8c;
    color: #fff !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.v-middle {
    vertical-align: middle !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fnone {
    float: none !important;
}

.nopadding {
    padding: 0 !important;
}

.nomarging {
    margin: 0 !important;
}

.prel
{
    position: relative;
}

.main-container {
    background: #f8f6f6;
}

.main-container > .nav-holder {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
}

.main-container > .block-content {
    margin-top: 41px;
}

.popover.fullscreen-popover {
    max-width: 900px;
    width: 100vw;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    position: fixed;
}

.kiss-icon {

    background: url(../../img/icons/icon_kiss.png);
    background-position: 0px -3px;
    background-size: 100%;
    line-height: 1;
    width: 20px;
    display: inline-block;
}

.icon-easter-egg{
    background: url(../../img/icons/easter_egg_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    display: inline-block;
}

.nav-btn {
    width: 16.66%;
    text-align: center;
    color: white;
}

.text-lower {
    text-transform: none !important;
}

.navbar-grad {
    border-color: #3e97ac;
    background: #45a4bb;
}

.navbar-grad > li > a, .navbar-grad > li > a:focus, .navbar-grad > li > a:hover {
    border-color: #3e97ac;
    background: #45a4bb;
    color: #FFF;
}

.navbar-grad li.active a {
    border-color: #3e97ac;
    background: #45a4bb;
    color: #FFF;
}

.navbar-grad li.active a:hover, .navbar-grad li.active a, .navbar-grad li.active a:focus {
    background-color: #357B8C;
    border: 1px solid #357B8C;
    color: #FFF;
    cursor: pointer;
}

.navbar-grad > li a {
    border: 0;
    margin-right: 0;
    font-size: 18px;
    padding: 8px 15px;
}

.navbar-grad .nav-btn a {
    color: white;
    font-weight: bold;
}

.navbar-grad .nav-btn a span {
    vertical-align: middle;
}

.fa-vip:after {
    content: "VIP";
    font-weight: bold;
    font-size: 16px;
}

.fa-daily:after {
    content: "D";
    font-weight: bold;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-blue, .btn-blue:active {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #57aec8;
    font-weight: bold;
    color: #4c7785;
    background: #d0e9f1;
    background: -moz-linear-gradient(top, #def0f6 0, #cee8f0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #def0f6), color-stop(100%, #cee8f0));
    background: -webkit-linear-gradient(top, #def0f6 0, #cee8f0 100%);
    background: -o-linear-gradient(top, #def0f6 0, #cee8f0 100%);
    background: -ms-linear-gradient(top, #def0f6 0, #cee8f0 100%);
    background: linear-gradient(to bottom, #def0f6 0, #cee8f0 100%);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.fa.green {
    color: #11a222;
}

.fa.yellow {
    color: #ffff00;
}

.fa.red {
    color: #ff0000;
}

.fa-circle.online-dot {
    color: #11a222;
    font-size: 12px;
}

.fa-circle.offline-dot {
    color: #b22a2a;
    font-size: 12px;
}

.greeting-panel {
    height: 40px;
    overflow: hidden;
}

.no-resize {
    resize: none;
}

.page-title {
    padding: 8px;
    border-bottom: 1px solid #45a4bb;
}

.text-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.media-body {
    word-break: break-word;
}

.progress {
    position: relative;
    max-width: 60%;
    margin: auto;
}

.progress > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    color: #585858;
}

.kkcountdown-box .kkc-days, .kkcountdown-box .kkc-days-text
{
    margin-right: 4px;
}

.sender:not(:first-child) {
    display: none;
}

.greeting .avatar-greeting {
    padding: 0 1px;
}

.greeting .nickname-greeting {
    font-weight: bold;
    color: #4c7785;
    padding: 0 2px;
    border-right: 0;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.greeting .marquee-holder {
    width: calc(100vw - 180px);
}

.greeting .text-greeting-holder {
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.greeting label {
    font-weight: normal;
}

.moveable {
    animation: marquee 15s linear infinite;
}

.avatar {
    display: inline-block;
    background: #fff;
    border: 1px solid #2a97bf;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.avatar.avatar-shadow {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.avatar.avatar-female {
    border-color: #ea4c88
}

.avatar.avatar-unknown {
    border-color: #838383
}

.title {
    color: #4c7785;
    font-weight: bold;
    text-transform: uppercase;
}

/* Panel css */
.panel-djagi {
    border-color: #357b8c;
}

.panel-djagi > .panel-heading {
    background-color: #45a4bb;
    border-color: #357b8c;
    color: white;
}

.panel-djagi > .panel-heading.quick-tours-winners {
    background-color: white;
    border-color: #357b8c;
    color: black;
}

/* --------------------- */

/* Last games */
.last-games-item .block-item {
    width: 100%;
}

.games-item {
    height: 207px;
}

@media (min-width: 670px) and (max-width: 767px) {
    .last-games-item .block-item {
        width: 250px;
    }
}

@media (max-width: 360px) {
    .games-item {
        height: 150px;
    }
}

@media (min-width: 360px) and (max-width: 400px) {
    .games-item {
        height: 175px;
    }
}

.games-item .block-img {
    max-width: 206px;
}

.block-img {
    position: relative;
    display: inline-block;
    border: 1px solid #d1d1d1;
    padding: 3px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: inherit;
}

.last-games-item .block-item .block-img img {
    width: inherit;
}

.last-games-item {
    margin-bottom: 10px;
}

.last-games-item .num-played-games {
    font-size: 12px;
    font-weight: normal;
    margin-top: -5px;
    display: block;
    padding-top: 10px;
    color: #909090;
    text-transform: uppercase;
    text-align: center;
}

.last-games-item .game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    white-space: nowrap;
    display: block;
}

/* -------------------------- */

/* Active tournaments */
.active-tournaments-wrap .block-img {
    width: auto;
}

.active-tournaments-wrap .img-holder {
    display: inline-block;
    text-align: center;
}

.active-tournaments-wrap .block-item-details {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 350px) {
    .active-tournaments-wrap .tournament-game-name {
        width: 135px;
    }
}

.active-tournaments-wrap .tournament-game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* Login module */
.login-logo {
    text-align: center;
    margin-bottom: 5px;
}

#loginbox, #registerbox, #fpassbox {
    max-width: 500px;
}

.modal-body #loginbox {
    max-width: 100%;
    margin: -15px;
    max-width: calc(100% + 30px);
}

.modal-body #loginbox .panel {
    margin-bottom: 0;
}

/* -------------------------- */

/* Live Chat */
#chat-unread-count, .chat-unread-count-back {
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    cursor: pointer;
}

.chats-holder .media-heading {
    color: #4c7785;
    font-weight: bold;
    margin-bottom: 0;
}

.chats-holder .media-body h4, .chats-holder .media-body h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.chats-holder .last-sentence {
    display: block;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 130px);
}

.chats-holder .media-body p {
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: calc(100vw - 80px);
}

.chats-holder .friend-row {
    cursor: pointer;
    margin: 0;
    padding: 7px 7px;
}

.chats-holder .friend-row:not(:first-child) {
    border-top: 1px solid #d2d2d2;
    padding-top: 4px;
}

#openchat-container .media-right {
    vertical-align: middle;
    right: 10px;
    position: relative;
    font-size: 20px;
    color: #b9b9b9;
}

#friends-container .info, #friends-container a {
    color: #777777;
}

#friends-container .media-body i {
    font-size: 20px;
}

#friends-container .media-right,
#groupchats-container .media-right
{
    right: 10px;
    position: relative;
    font-size: 20px;
}

#friends-container .chat-icon-holder, .media-right .media-right-icons {
    width: 75px;
}

#friends-container .chat-icon-holder i, .media-right .media-right-icons i {
    font-size: 25px;
    color: #777777;
}

#friends-container .friend-row .media-right, #friends-container .friend-row .media-body,
#groupchats-container .friend-row .media-right, #groupchats-container .friend-row .media-body
{
    vertical-align: middle;
}

.chat-container-class .page-title, .chat-container-class .page-title a {
    color: #4c7785;
    font-weight: bold;
}

.chat-container-class .friend-row:nth-child(2) {
    border-top: 0;
}

/* -------------------------- */

/* Friends chronology */
.block-activity-date {
    padding: 4px 0 4px 10px;
    border-color: #eaf4f5;
    border-style: solid;
    border-width: 1px 0;
    background: #fdfdbe;
    color: #4c7785;
    font-weight: bold;
    font-size: 13px;
}

.block-activity-row {
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaf4f5;
}

.block-activity-entry {
    float: left;
    color: #909090;
    line-height: 24px;
}

.block-activity-entry-time {
    float: right;
    margin-top: 4px;
    color: #b6b4b4;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

.block-activity-entry a {
    color: #424141;
    font-weight: normal;
}

.block-activity-uploads {
    display: block;
}

.block-activity-uploads .cell {
    margin-right: 8px;
    padding: 4px 0
}

.block-activity-uploads img {
    border: 1px solid #989592;
    padding: 1px;
    background: #fff;
    object-fit: cover;
}

.friends-hrono-wrap .panel-body {
    padding: 0;
}

.block-activity-entry-time {
    margin-right: 8px;
}

/* ---------------------- */

/* Last uploaded pictures */
#photo-slider-wrapper.panel {
    position: relative;
}

#photo-slider .slides {
    margin: 0;
    padding: 0;
}

#photo-slider .slides > li {
    width: 82px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

#photo-slider .photo-author {
    margin-top: 8px;
    font: bold 12px Arial, Helvetica, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4c7785;
    text-decoration: none;
}

#photo-slider-wrapper.panel .panel-body {
    padding: 7px 0;
}

/* -------------------------- */

/* Register */
/* Extra small (<480px) */
@media (max-width: 480px) {
    .g-recaptcha iframe {
        max-width: 100%;
        transform-origin: center center;
        -webkit-transform-origin: center center;
    }

    #rc-imageselect {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* Medium small (>=480px) */
@media (min-width: 480px) {
    #rc-imageselect {
        transform: none;
        -webkit-transform: none;
    }

    .g-recaptcha iframe {
        max-width: none;
        transform: none;
        -webkit-transform: none;
    }
}

/* Horizontally center the recaptcha - applied to all widths */
.g-recaptcha > div > div {
    margin: 4px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

#captchaWrapper {
    width: 304px;
    margin: 0 auto;
}

#register-form-checks-wrapper {
    background: #e9eff2;
    padding: 5px 11px 11px 11px;
    margin-top: 10px;
}

form .form-msg.error-msg {
    color: #e65a5a;
}

form .error .input-group-addon, form .error input.form-control {
    border-color: #ecafaf;
}

/* ----------------------------- */
/* Games module */
#games-wrapper .tab-content {
    margin-top: 15px;
}

#games-wrapper .panel-body {
    padding: 5px 0 0 0;
}

#games-wrapper .nav li {
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

/* ------------------------- */
/* VIP module */
#vip-wrapper {
    margin: 10px;
}

.activate-credit .credits-row {
    padding: 8px;
    margin-bottom: 6px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.activate-credit .credits-row input[type="radio"] {
    margin-right: 10px
}

.activate-credit .credits-row label {
    cursor: pointer;
    font-size: 16px;
    color: #737373;
    line-height: 15px
}

.activate-credit .credits-row.checked {
    background-color: #faee94;
    border: 1px solid #ebe5bc;
    color: #4c7785;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7)
}

.activate-credit .btn-blue {
    width: 212px;
    height: 40px;
    margin: 15px auto;
    display: block;
    font-size: 16px;
    color: #6c919e;
    line-height: 40px;
    vertical-align: middle
}

#vip-wrapper #buyVipButton {

}

#vip-wrapper .tab-content {
    border: 1px solid #dadada;
    padding: 5px;
    border-top: none;
    background-color: white;
}

#vip-wrapper #games-chips-wrapper .games-chips-buttons {
    padding: 10px;
}

#vip-wrapper #games-chips-wrapper .games-chips-buttons > a {
    margin-bottom: 5px;
}

/* --------------------- */
.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

/* Chat emoticons */
.mobile-emoticons-header {
    text-align: left;
    border: 1px solid #aaa;
    background: #dae1e4;
}

.mobile-emoticons-header .mobile_bought_wrapper {
    overflow-x: auto;
    position: relative;
    /*height: 39px;*/
    width: calc(100vw - 56px);
    vertical-align: middle;
}

.mobile-emoticons-wrapper {
    position: absolute;
    left: 0;
    bottom: 55px;
    border: 1px solid #d1d1d1;
    text-align: center;
    z-index: 2;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 100%;
}

.mobile-emoticons-wrapper .mobile-emoticons-content {
    padding-top: 7px;
    text-align: left;
    overflow: auto;
    height: 177px;
}

.mobile-emoticons-wrapper .mobile-emoticons-content img {
    max-width: 60px;
}

.chat-emoticons-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.chat-emoticons-content::after {
    content: "";
    flex: auto;
}

.chat-emoticons-wrapper .chat-emoticons-content img {
    max-width: 60px;
}

.buy-emo-link {
    background-color: #ccc;
}

.mobile-emoticons-wrapper .user-bought-emo-cat:last-child {
    border-right: 1px solid rgb(202, 202, 202);
}

.mobile-emoticons-wrapper .user-bought-emo-cat:hover, .mobile-emoticons-wrapper .user-bought-emo-cat-active, .mobile-emoticons-wrapper .buy-emo-link:hover {
    background: white;
}

.mobile-emoticons-wrapper .user-bought-emo-cat img, .mobile-emoticons-wrapper .buy-emo-link img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
}

.video-chat-emots-wrapper.chat-emoticons-wrapper .user-bought-emo-cat-active {
    background: white;
}

.mobile-emoticons-wrapper .customLink {
    vertical-align: middle;
}

.mobile-emoticons-wrapper .chat-emoticons-content--1 span {
    margin: 14px;
    display: inline-block;
}

.mobile-emoticons-wrapper .chat-emoticons-content > img {
    margin: 10px;
}

.chat-page .panel-footer {
    position: relative;
}

.chat-page .mobile-emoticons-wrapper
{
    top: -220px;
    bottom: inherit;
}
.chat-page > .panel-footer
{
    padding: 10px 5px;
}
/* -------------- */

/* Notifications */
#notification-unread-count, #unreadSystemNotificationsBtn {
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    cursor: pointer;
}

#notifications-wrap .nav-tabs > li {
    width: 50%;
    text-align: center;
}

#notifications-wrap .base-notification-wrap {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #aaa;
}

#notifications-wrap .notification-time {
    color: #909090;
    font-size: 11px;
    line-height: 1;
}

#notifications-wrap .notification-text-span {
    word-wrap: break-word;
}

#notifications-wrap .notification-unread, .user-message.msg-unread, #openchat-container .unread {
    background: #E4E4E4;
}

.base-notification-wrap .notification-base-icon img {
    vertical-align: top;
    width: 50px;
}

.base-notification-wrap.valign-mid .notification-base-icon img {
    vertical-align: middle;
}

.base-notification-wrap .approve-decline-actions {
    font-size: 28px;
    position: absolute;
    width: 82px;
    height: 33px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.base-notification-wrap .btn-holder-vip {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 34px;
}

.base-notification-wrap .approve-decline-actions .approve-action {
    margin-right: 7px;
    color: green;
}

.base-notification-wrap .approve-decline-actions .decline-action {
    margin-left: 7px;
    color: #d83e3e;
}

.base-notification-wrap .happy-birthday-img img {
    width: 100%;
}

#userNotificationsWrap .full-width {
    padding: 0;
    margin: 0 0 10px 0;
}

#userNotificationsWrap .full-width .avatar {
    display: none;
}

#userNotificationsWrap .full-width.msg-unread {
    background: none !important;
}

#notifications-wrap .tab-pane {
    background: white;
}

.block-container .notify-btn-section {
    padding: 10px;
}

.block-container .notify-text-section {
    padding: 10px;
    color: #575353;
    font: italic 15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    word-break: break-word;
}

.modal-title {
    font-size: 16px;
}

.modal-header {
    padding: 0 0 10px 0;
}

.modal[style] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal .modal-container {
    padding: 15px;
}

.list-item-custom .block-title > p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-item-custom .hold-img > img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.alert-no-m {
    margin: 0;
}

.m-bot {
    margin-bottom: 15px;
}

.dropdown-menu > li > a {
    line-height: 2;
    font-size: 16px;
}

#menu-list .list-title {
    background: #f6f7f8;
    padding: 2px 7px;
}

#menu-list h6 {
    line-height: 0;
}

#menu-credits-info {
    padding: 5px 0 !important;
}

#menu-list .fa-cog {
    font-size: 30px;
    color: #555;
}

#menu-list .media-body,
#menu-list .media {
    overflow: visible; /*overflow was set to hidden before */
}

#menu-list .media-body:after,
#menu-list .media:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
}

#menu-list .dropdown-menu {
    padding: 0;
    border: 0;
}

#menu-list .dropdown-menu li:not(:last-child) {
    margin-bottom: 8px;
}

#menu-list .dropdown-menu li label {
    font-weight: normal;
}

#menu-list .dropdown-menu .panel {
    margin-bottom: -1px;
    border-radius: 0;
}

#menu-list #chat-drop-down .fa-circle {
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#menu-list .dropdown-menu .panel .panel-heading {
    color: #4c7785;
    font-weight: bold;
}

#menu-list .sp-preview {
    margin-right: 0 !important;
    height: 16px;
    width: 16px;
}

#menu-list .sp-replacer {
    padding: 0;
}

.sp-palette .sp-thumb-el {
    height: 30px;
    width: 30px;
}

#menu-list .input-group-left {
    width: 15px;
}

.chat-page .input-group {
    width: 100%;
}

/* ------------- */

/* Send gift ajax */
.send-message-block textarea#text {
    resize: none;
}

/* -------------- */

/* USER PROFILE PAGE */
#profile-gifts li a {
    line-height: 2;
    font-size: 16px;
}

#profile-page .useravatar .dropdown ul {
    left: -28px;
    right: -28px;
}

#profile-page .useravatar img,
.profile-page.useravatar img{
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

#profile-page .useravatar {
    padding-top: 5px;
}

.unlikeable {
    color: #f25e61 !important;
}

.card-info {
    margin-top: 5px;
}

.card-title {
    font-weight: bold;
    color: #4c7785;
}

.profile-info {
    position: relative;
}

.hovercard {
    position: relative;
    padding-bottom: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,dddddd+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(bottom, #ffffff 0%, #f6f6f6 47%, #dddddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #f6f6f6 47%, #dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #ffffff 0%, #f6f6f6 47%, #dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.profile-menu {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 25px;
}

.profile-likes {
    position: absolute;
    right: 10px;
    top: 7px;
}

.profile-likes {
    font-size: 20px;
}

#profile-content #accordion {
    margin-top: 7px;
}

.profile-collapse {
    cursor: pointer;
}

#profile-page .view-all {
    display: none;
}

#profile-page [aria-expanded="true"] .view-all {
    display: block;
}

#profile-page #seeMyProfile .visitors-row {
    margin-bottom: 7px;
}

/* Video greetings */
#videoIframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#videoIframeWrap iframe,
#videoIframeWrap object,
#videoIframeWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------- */

/* Email confirm module */
#confirmEmailForm .text-section {
    margin: 0 50px;
}

.chat i {
    color: red;
}

.openchat-container .page-title {
    display: none;
}

.chat-container-class, #chat-text-phrases {
    height: calc(100vh - 98px);
    overflow-y: auto;
}
#sendForm .send-text-btn, #sendForm .send-text-btn button
{
    height: 100%;
}

/* -------------------- */

/* Home page greetings */
#emotIcons span {
    padding: 10px;
    display: inline-block;
}

#emailMessageAreaAjax {
    resize: none;
}

#emotsBtnPopup {
    position: absolute;
    top: 60px;
    right: 0;
}

/* ------------------- */

/* Cards send ajax */
.cards-block .tab-content {
    margin: 0 -26px;
}

.cards-block .list-item-custom {
    padding: 0;
}

.nav-btn-holder {
    margin: -16px -30px 15px -30px;
}

.nav-btn-holder .btn-group > a {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 13px 0;
}

.nav-btn-holder .btn-pref.btn-group:first-child {
    border-top: 1px solid #ccc;
}

/* --------------- */

/* Sendables ajax */
.sendable-container .page-title {
    position: relative;
}

.sendable-container .page-title .report-insult {
    font-size: 20px;
    position: absolute;
    right: 11px;
    top: 6px;
}

.fade-in-on-load {
    animation-duration: 0.2s;
    animation-name: fadeInOnLoad;
}

/* -------------- */

/* Picture View */
@keyframes fadeInOnLoad {
    0%, 50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.album-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
    padding: 7px 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}

.album-menu a {
    color: #fff;
}

.album-menu .comment {
    text-align: left;
    color: #8c8c8c;
    word-break: break-all;
    margin-bottom: 10px;
}

.album-menu .liked {
    color: #45a4bb;
}

.album-menu i {
    font-size: 18px;
}

.picture-upper-wrap {
    height: calc(100vh - 125px);
    overflow-y: auto;
}

.comments-holder {
    padding: 5px 0;
}

.comments-footer {
    position: relative;
    margin: 0 -15px -30px -15px;
}

.comments-footer .alert {
    margin: 0;
    padding: 5px 15px;
    height: 55px;
    text-align: center;
}

.comments-footer #picCommForm .send-text-btn, .comments-footer #picCommForm .send-text-btn button
{
    height: 100%;
}

.media-template .media-heading {
    color: #4c7785;
    font-weight: bold;
}

.media-template h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.media-template .media {
    padding: 5px 0;
}

.media-template:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.picture-comments-wrap {
    margin: -15px;
}

.media-template .media-left {
    position: relative;
}

.media-template .media-body, .media-template .media {
    overflow: visible;
}

.media-template .right-side .dropdown > a {
    color: #b9b9b9;
}

.media-template .right-side {
    width: 45px;
    text-align: center;
}

/* -------------- */

.badge-default {
    background-color: #999999;
}

.badge-primary {
    background-color: #428bca;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-danger {
    background-color: #d9534f;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.nav-justified > li > a {
    margin-bottom: 0;
}

/* Messages module */
.user-message {
    padding: 8px 5px;
    margin: 0;
}

.user-message:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.user-message .messages-right-side {
    width: 45px;
    text-align: center;
}

.user-message h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.user-message .media-heading {
    color: #4c7785;
    font-weight: bold;
}

.user-message .last-message {
    color: #333;
}

.user-message.inside-conversation-message:first-child {
    border-top: none;
}

.user-message .media-body img:not(.emot-img) {
    width: 100%;
}

.user-message .media-body, .user-message.media {
    overflow: visible;
}

.user-message .media-right .dropdown > a {
    color: #b9b9b9;
}

.messages-read-content {
    overflow-x: hidden;
    overflow-y: auto;
}

#message-read > form {
    position: relative;
}

#message-read #write-answer {
    padding-right: 42px;
}

#message-read .send-text-btn, #message-read .send-text-btn button
{
    height: 100%;
}


.msg-form-container {
    padding: 10px;
}

.msg-form-container .send-message-holder {
    position: relative;
}

.msg-form-container .send-message-holder #emotsBtnPopupMailSend {
    position: absolute;
    top: 65px;
    right: 0;
}

/* --------------- */

/* Inactive template */
.sessExp-modal .sessExp-container .sessExp-btn > a span:first-child {
    border-right: 1px solid;
    padding-right: 6px;
}

/* ----------------- */

/* Layout */
#menu-unread-count {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

/* ------ */

/* Bootstrap notify */
[data-notify="progressbar"] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

[data-notify="container"] {
    z-index: 9999 !important;
}

/* --------------- */

/* Dropdown */
.base-dropdown-group .dropdown.dropdown-lg {
    position: static !important;
}

.base-dropdown-group .dropdown.dropdown-lg .dropdown-menu {
    padding: 6px 20px;
    width: calc(100vw - 30px);
    margin: -1px auto;
}

.base-dropdown-group .input-group-btn > .btn-group {
    display: flex !important;
}

.base-dropdown-group .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.base-dropdown-group .btn-group > .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.base-dropdown-group .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/* ---------- */

/* Users search module */
#users-search .users-options .users-option {
    margin-bottom: 10px;
}

#search-users-content .user-mood-small {
    position: absolute;
    /*top: 0px;*/
    /*right: 1px;*/
}

.medal {
    display: inline-block;
    width: 21px;
    height: 29px;
    background: transparent 0 0 no-repeat;
}

.medal-gold {
    background-image: url(../../img/icons/medal_gold.png)
}

.medal-silver {
    background-image: url(../../img/icons/medal_silver.png)
}

.medal-bronze {
    background-image: url(../../img/icons/medal_bronze.png);
}

.rank {
    position: relative;
    width: 103px;
    height: 8px;
    border: 1px solid #8c8c8c;
    background: #e0dedc;
    background: -moz-linear-gradient(top, #e8e6e6 0, #e0dedc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e8e6e6), color-stop(100%, #e0dedc));
    background: -webkit-linear-gradient(top, #e8e6e6 0, #e0dedc 100%);
    background: -o-linear-gradient(top, #e8e6e6 0, #e0dedc 100%);
    background: -ms-linear-gradient(top, #e8e6e6 0, #e0dedc 100%);
    background: linear-gradient(to bottom, #e8e6e6 0, #e0dedc 100%);
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 0 fade(@white, 30%), 0 1px 0 fade(@white, 44%);
    -moz-box-shadow: inset 0 1px 0 fade(@white, 30%), 0 1px 0 fade(@white, 44%);
    box-shadow: inset 0 1px 0 fade(@white, 30%), 0 1px 0 fade(@white, 44%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.rank-meter {
    height: 100%;
    background: transparent url(../../img/rank_meter.png) 0 0 no-repeat
}

.rank-seps {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.rank-sep {
    float: left;
    width: 25%;
    height: 100%;
    background: transparent url(../../img/rank_separator.png) right center no-repeat
}
/* ------------------- */
.marquee {
    text-align: left;
    white-space: nowrap;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
    animation: linear infinite;
    animation-duration: 16s;
    animation-name: movement-smooth;
    animation-direction: normal;
}

.marquee.marquee-speed-drowsy:before {
    animation-duration: 30s;
}

@keyframes movement-smooth {
    from {
        transform: translateX(0%);
        left: 100%;
    }
    to {
        transform: translateX(-100%);
        left: 0;
    }
}

/* Users Profile module */
#sidebar-wrapper, #mass-chat-sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    max-width: 300px;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f8f6f6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper a, #mass-chat-sidebar-wrapper a, #sidebar-wrapper-game a {
    color: #337ab7;
    text-transform: none;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#sidebar-wrapper::-webkit-scrollbar, #sidebar-wrapper-game::-webkit-scrollbar, #sidebar-chat-wrapper::-webkit-scrollbar, #sidebar-friends-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper, #mass-chat-wrapper.toggled #mass-chat-sidebar-wrapper {
    width: 78%;
    max-width: 300px;
}

#sidebar-overlay, #sidebar-overlay-game, #sidebar-overlay-chat, #sidebar-overlay-friends {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .4);
    z-index: 2;
}

#sidebar-overlay-game, #sidebar-overlay-chat, #sidebar-overlay-friends {
    background-color: rgba(0, 0, 0, .4);
}

.album-thumbnail {
    padding: 1px;
    background: #b1b1b1;
    object-fit: cover;
}

#profile-page .album-thumbnail {
    border: 6px solid #fff;
}

.profile-album-preview {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

#cardsAndGifts .thumbnail {
    margin-top: 10px;
}

#cardsAndGifts blockquote {
    word-break: break-word;
}

#cardsAndGifts blockquote .msg {
    font-size: 14px;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

#profile-page #myGames .active > a > img {
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    -o-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    filter: none !important; /* IE 6-9 */
}

#profile-page #myGames .nav > li > a {
    padding: 6px 8px;
}

#profile-page #myGames .panel-body {
    padding: 1px 0;
}

#profile-page #myGames .tab-content {
    padding: 15px;
}

#profile-page #myGames .well {
    padding: 10px;
}

#profile-page #myGames .rank-row {
    margin-bottom: 7px;
}

#profile-page #myGames .medal {
    margin-top: 2px;
}

#profile-page #myGames .gold-trophy .fa-trophy {
    font-size: 24px;
    color: #fda240;
}

#myHrono .panel-body, #myActivity .panel-body {
    padding: 0;
}

#myHrono .media-left, #myHrono .media > .pull-left {
    padding-right: 5px;
}

#myHrono .media-left, #myHrono .media {
    padding: 0 4px;
    margin: 8px 0 8px 0;
}

#myHrono .media-left, #myHrono .media-heading {
    margin-bottom: 2px;
}

#myHrono .cf {
    border-bottom: 1px solid #e8e8e8;
    padding: 3px 0;
}

#myHrono .log-game-entry .cell {
    width: calc(100vw - 135px);
    display: inline-block;
    vertical-align: top;
}

#profile-page #accordion .profile-collapse {
    padding: 10px 15px;
    margin: -10px -15px;
}

#profile-page #seeMyProfile .media-left, .media > .pull-left {
    padding-right: 5px;
}

@media (max-width: 350px) {

    #profile-page #seeMyProfile .visitors-row {
        width: 100%;
    }
}

.log-game-entry .cf > span.cell {
    padding-right: 5px;
    color: #7f7f7f;
}

.cell-r {
    float: right;
    margin: 3px 2px 0 0;
    color: #7f7f7f;
    font-size: 12px;
}

.win {
    color: #519d2b;
}

.lose {
    color: #d43b3b;
}

#profile-page #myHrono .fa-arrow-up {
    color: #519d2b;
}

#profile-page #myHrono .fa-arrow-down {
    color: #d43b3b;
}

/* ------------------- */
/* Friend ajaxes */
#send-msg-form .textarea-holder {
    position: relative;
}

#send-msg-form #emotsBtnPopupMessage {
    position: absolute;
    top: 85px;
    right: 0;
}

/* ------------- */
.tt-dropdown-menu {
    width: 100%
}

.tt-dropdown-menu p {
    margin: 0
}

.tt-dropdown-menu .tt-dataset-recipient {
    position: relative;
    margin-top: 12px;
    padding: 5px 10px;
    border: 1px solid #a6a6a6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.tt-dropdown-menu .tt-dataset-recipient:before, .tt-dropdown-menu .tt-dataset-recipient:after {
    content: "";
    position: absolute;
    left: 50%;
    border-style: solid
}

.tt-dropdown-menu .tt-dataset-recipient:before {
    top: -6px;
    z-index: 1;
    margin-left: -6px;
    border-color: transparent transparent #a6a6a6 transparent;
    border-width: 0 6px 6px
}

.tt-dropdown-menu .tt-dataset-recipient:after {
    top: -5px;
    z-index: 2;
    margin-left: -5px;
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 5px
}

.tt-dropdown-menu .tt-suggestion {
    color: #9e9e9e;
    line-height: 1.8
}

.tt-dropdown-menu .tt-suggestion:hover {
    color: #4c7785
}

.tt-hint {
    display: none;
}

.twitter-typeahead {
    width: 100%;
}

.btn-flat {
    border-radius: 0;
}

/* Pictures module */
.photo-grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.photo-grid .photo-grid-img {
    position: relative;
}

.gridify-photo-grid .gridify-photo-grid-img {
    position: relative;
    display: none;
}

.photo-grid .photo-grid-img img {
    border: 6px solid #f8f6f6;
}

.photo-grid .photo-grid-img img, .gridify-photo-grid .gridify-photo-grid-img img {
    width: 100%;
}

#most-liked .photo-grid .photo-grid-img .total-image-likes {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 6px 7px;
}

@media (min-width: 670px) {
    .photo-grid {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.vote-block .vote-image-btns-wrap {
    position: relative;
    margin-bottom: -5px;
}

.vote-block .vote-image-btns-wrap img {
    min-width: 220px;
    max-height: 100vh;
}

.vote-btns button {
    border-radius: 52px;
    border: none;
    font-size: 36px;
    /* padding: 10px; */
    width: 55px;
    height: 55px;
    outline: none;
}

@media (max-width: 410px) {
    .photo-grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.vote-btns {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.vote-btns button.vote-btn-like {
    color: #f25e61;
    width: 70px;
    height: 70px;
    font-size: 46px;
}

.vote-btns button.vote-btn-continue {
    position: absolute;
    right: 15px;
    bottom: 7px;
}

#likeZone {
    min-height: calc(100vh - 206px);
    position: relative;
}

#likeZone .loader {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* --------------- */

/* Custom icons */
.icon {
    width: 18px;
    height: 24px;
    margin-right: 6px;
    display: inline-block;
    background: transparent 0 0 no-repeat
}

.icon-flame {
    background-image: url(../../img/icons/flame.png)
}

.icon-user-visitors {
    background-image: url(../../img/icons/eyes.png);
    background-position: -3px 0px;
    width: 33px;
    height: 24px;
}
.icon-coin {
    height: 18px;
    background-image:url(../../img/icons/coin.png);
    background-position: 0 -1px;
}
.icon-blocked {
    background-image: url(../../img/icons/blocked.png)
}
.icon-warning {
    background-image: url(../../img/icons/warning.png)
}
.icon-close {
    background-image: url(../../img/icons/close.png)
}

.btn-greeting-report {
    position: absolute;
    background-color: #ffc36d;
    border: 1px solid #ecac44;
    right: 37px;
    z-index: 2;
    padding: 6px 8px;
}

/* ------------ */

/* Most liked profiles module */
.most-liked-profiles-holder {
    margin: 5px;
}

.most-liked-profiles-holder .right-side .hearts-in-ratings {
    font-size: 22px;
    color: #f25e61;
}

.most-liked-profiles-holder .right-side {
    width: 84px;
}

.most-liked-profiles-holder .media-right {
    vertical-align: middle;
}

/* -------------------------- */

/* Smiles on home page module */
.smiled-profiles-holder {
    margin: 5px;
}


.smiled-profiles-holder .right-side {
    width: 150px;
}

.smiled-profiles-holder .media-right {
    vertical-align: middle;
}

/* -------------------------- */

/* Polls module */
#pollsContainer {
    padding: 20px 10px 10px 10px;
}

#commentsBlock .media-template {
    padding: 0 5px;
}

#commentsBlock .media {
    margin-bottom: 0;
}

#commentsBlock .write-comment {
    position: relative;
}

#commentsBlock .write-comment #emotsBtnPolls {
    position: absolute;
    top: 117px;
    right: 0;
}

/* ------------ */

/* payment page */

#credits .panel-body {
    padding: 15px 5px 5px 5px;
}

#credits .panel {
    margin-bottom: 0;
}

#credits .payment-method-row {
    margin-bottom: 10px;
}

#credits .payment-method-row a {
    background-color: #fff !important;
    outline: none;
    width: 145px;
}

#credits .payment-method-row img {
    border-radius: 10px;
}

#credits .action-payment {
    margin: 10px auto;
}

#packages .action-vip {
    margin: 15px 0 5px 0;
}

#credits #sms-payment label {
    min-height: 46px;
    height: auto;
    font-weight: normal;
}

#credits #paypal-payment label {
    font-weight: normal;
    height: auto;
}

#credits .input-group-addon .title {
    font-size: 18px;
}

#credits .input-group, #packages .input-group {
    margin-bottom: 8px;
}

#credits #paypal-payment .title {
    font-size: 18px;
}

#credits .payment-price-label {
    font-weight: normal;
}

#packages .payment-price-label {
    font-weight: normal;
}

#credits form label {
    height: auto;
}

#packages label {
    height: auto;
}

#credits form .title, #packages .panel-title.title, #packages .payment-price-label .title {
    font-size: 18px;
}

.card-process, .epay-process {
    height: 100%;
}

.card-process span, .epay-process span {
    display: block;
    width: auto;
    text-align: center;
    height: 20px;
    padding-top: 60px;
    font-weight: bold;
}

.easypay-payment {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.step {
    width: 100%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    margin-bottom: 10px;
}

.bank-payment.easypay-payment #step-1 {
    background: rgb(195, 195, 195); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195, 195, 195, 1)), color-stop(100%, rgba(183, 183, 183, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(195, 195, 195, 1) 0%, rgba(183, 183, 183, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c3c3', endColorstr='#b7b7b7', GradientType=0); /* IE6-9 */
}

.easypay-payment #step-2 {
    background: #89c403; /* Old browsers */
    background: -moz-linear-gradient(top, #89c403 0%, #78a909 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c403), color-stop(100%, #78a909)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #89c403 0%, #78a909 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #89c403 0%, #78a909 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #89c403 0%, #78a909 100%); /* IE10+ */
    background: linear-gradient(to bottom, #89c403 0%, #78a909 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#78a909', GradientType=0); /* IE6-9 */

}

.easypay-payment #step-1 {
    background: #01b0f1; /* Old browsers */
    background: -moz-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01b0f1), color-stop(100%, #0086cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #01b0f1 0%, #0086cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b0f1', endColorstr='#0086cf', GradientType=0); /* IE6-9 */
}

.bank-payment.easypay-payment #step-3 {
    background: #01b0f1; /* Old browsers */
    background: -moz-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01b0f1), color-stop(100%, #0086cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #01b0f1 0%, #0086cf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #01b0f1 0%, #0086cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b0f1', endColorstr='#0086cf', GradientType=0); /* IE6-9 */
}

.bank-payment.easypay-payment #step-4 {
    background: #f1a144; /* Old browsers */
    background: -moz-linear-gradient(top, #f1a144 0%, #e29244 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1a144), color-stop(100%, #e29244)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1a144 0%, #e29244 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1a144 0%, #e29244 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1a144 0%, #e29244 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1a144 0%, #e29244 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1a144', endColorstr='#e29244', GradientType=0); /* IE6-9 */
}

.easypay-code-box {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    border-radius: 6px;
    background: rgb(143, 215, 248);
    border: 1px solid rgb(100, 100, 100);
}

.easypay-payment .step-wrap {
    padding: 0 5px 0 5px;
}

#bank-payment .easypay-code-box {
    height: 110px;
}

.bank-payment #step-1 .easypay-code-box {
    min-width: 245px;
    height: 170px;
    background: #E0E0E0;
}

.bank-payment #step-2 .easypay-code-box {
    background: rgb(128, 197, 147);
}

.easypay-payment .step div {
    margin-top: 15px;
    color: #000;
    font-size: 14px;
}

.bank-payment .step div {
    margin-top: 8px;
}

.easypay-text {
    width: 90%;
    margin: 0 auto;
    padding: 7px;
    text-align: left;
}

.easypay-code-box code {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
}

.bank-payment .easypay-code-box code {
    font-size: 17px;
    letter-spacing: 0;
}

.easypay-code-box div {
    margin-bottom: 9px;
}

.bank-payment .easypay-code-box div {
    margin-bottom: 0;
}

.easypay-payment #step-1 header {
    background: #1f85d0;
}

.easypay-payment #step-2 header {
    background: #76A311;
}

.bank-payment.easypay-payment #step-3 header {
    background: #1f85d0;
}

.bank-payment.easypay-payment #step-4 header {
    background: #d57525;
}

.bank-payment.easypay-payment #step-1 header {
    background: #919191;
}

.easypay-payment .step header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 30px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
}

.easypay-payment .step span {
    color: white;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding-top: 10px;
    font-weight: bold;
    text-shadow: 0 1px #4D4D4D;
}

/* ------------ */
/* Achievements module */
.block-achievement-rankings .month-title.page-title {
    padding: 7px;
}

.block-achievement-rankings .avatar img {
    width: 59px;
    height: 59px;
    object-fit: cover;
}
.achievements-rankings-wrapper td
{
    vertical-align: top !important;
    width: 33%;
}
.achievements-rankings-wrapper td .block-user-info
{
    height: 20px;
    overflow: hidden;
    width: 70%;
    text-overflow: ellipsis;
    margin: auto;
}

/* ------------------- */
/* Profile friends module */
.friends-right-side {
    width: 60px;
}

#invitation-panel .media-template {
    margin-top: 6px;
}

#invitation-panel .media-left {
    vertical-align: middle;
}

/* ---------------------- */
/* Mute box */
.mute-box {
    border: 1px solid #930000;
    margin: 10px auto;
    width: 98%;
    border-radius: 3px;
}

.mute-box .mute-box-delete-btn {
    float: right;
    margin: 2px 8px 3px 3px;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: white;
}

.mute-box .mute-box-heading {
    text-shadow: 1px 1px 1px #333;
    font-size: 11pt;
    background-color: #d72020;
    color: #fff;
    margin: 0px;
    padding: 7px;
    border-bottom: 4px solid #c41111;
    border-top: 1px solid #eb3030;
    position: relative;
    padding-left: 36px;
}

.mute-box .mute-box-heading > img {
    height: 28px;
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
}

.mute-box .mute-box-secondary-heading {
    padding: 10px;
    font-size: 9pt;
    margin: 0px;
    background-color: #f7f6f4;
    border-radius: 3px;
}

.mute-box.force-show {
    margin: 0px auto;
    width: 700px;
}

.mute-box.force-show .mute-box-heading > img {
    margin: 1px 10px 0 6px;
}

/* -------- */
/* Profile album module */
.image-wraper {
    display: inline-block;
    display: none;
    cursor: pointer;
    padding: 0;
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.image-wraper img {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    min-height: 90px;
}

.image-wraper .pic-alert {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: white;
    height: 31px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.image-wraper .likes, .image-wraper .comments, .image-wraper i {
    color: white;
    vertical-align: middle;
    margin-bottom: 3px;
}

.image-wraper .pic-settings {
    float: right;
}

.image-wraper footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    color: white;
    font-weight: bold;
    padding: 6px 0px 0px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-wraper footer .pic-info {
}

.image-wraper footer .pic-settings {
}

.image-wraper footer .pic-settings #pic-settings-delete {
    padding: 0 7px;
}

.dz-error .album-add-comment, .album-add-comment {
    display: none;
}

.dz-preview .album-delete {
    display: none;
}

.dz-preview.dz-success .album-delete, .dz-preview.dz-error .album-delete {
    display: inline-block;
}

.dropzone-holder .dz-preview {
    margin: 0 0 13px 0;
    width: 100%;
}

.dropzone-holder .dz-message i {
    font-size: 100px;
    color: #45a4bb;
}

.dropzone-holder.dz-started .dz-message {
    display: none;
}

.dropzone-holder .dz-preview .dz-details img {
    position: static;
    width: 100%;
    height: auto;
}

.dropzone-holder .dz-preview .dz-details {
    width: auto;
    height: auto;
}

.dropzone-holder .dz-preview .dz-progress {
    top: auto;
    bottom: 50px;
}

/* -------------------- */
/* Game chrono module */
#myHrono .lightbulbInfo {
    font-size: 20px;
}

#myHrono .report-suspicious-users {
    font-size: 20px;
}

/* ------------------ */
/* Credits history module */
#creditsHistoryModule #del-cred-history {
    font-size: 20px;
    vertical-align: top;
}

/* ---------------------- */
/* Profile gifts modules */
.user-profile-gift {
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}

.user-profile-gift .hold-img {
    width: 90px;
}

.user-profile-gift blockquote {
    padding: 10px 10px;
}

/* --------------------- */
/* Profile cards module */
.in-profile-cards .thumbnail {
    max-width: 244px;
}

.in-profile-cards .thumbnail .msg {
    word-wrap: break-word;
}

.in-profile-cards #profile-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.in-profile-cards .profile-card-item {
    position: relative;
}

.in-profile-cards .profile-card-item .report-card {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 18px;
    background: white;
    width: 26px;
    text-align: center;
    border-radius: 38px;
    height: 26px;
    padding-top: 2px;
}

/* -------------------- */

/* AvatarChange module */
#avatarChange .fa-cloud-upload {
    font-size: 100px;
    color: #45a4bb;

}

#avatarChange .panel-body .btn {
    max-width: 150px;
}

/* ---------------------- */

/* Profile settings module */
#settings-container .settings-form-row {
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
    padding: 8px 0;
}

/* ----------------------- */

/* Profile achievements module */
#profileAchievements #myGames.nav > li > a {
    padding: 3px 4px;
    margin-right: 0;
    border-radius: 4px;
}

#profileAchievements .achievements-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* --------------------------- */

/* Send chips */
#send-chips-wrapper {
    margin: -15px;
}

#send-chips-wrapper .nav-tabs > li > a {
    border-radius: 0;
}

#send-chips-wrapper .nav > li > a {
    padding: 5px 9px;
}

#send-chips-wrapper .slider-navigation {
    font-size: 22px;
    color: #337ab7;
}

#send-chips-wrapper .paper-module {
    font-weight: bold;
    font-size: 20px;
}

/* ---------- */

/* Invitations */
.popup-inv
{
    position: fixed;
    z-index: 3;
    max-width: 350px;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
}
.popup-inv > .alert
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.popup-inv > .media
{
    box-shadow: 1px 1px 7px #000000;
}
.popup-inv .inv-img-container
{
    width: 50px;
}
.popup-inv .Inv-actionss
{
    width: 62px;
    height: 36px;
    font-size: 25px;
}
/* ----------- */

/* Return to table modal */
#SocketAskImg > i
{
    font-size: 106px;
    margin-top: -38px;
    margin-bottom: -7px;
}

#reloadAskImg > i
{
    font-size: 80px;
    margin-top: -10px;
}
/* --------------------- */

.shop-items-container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.shop-items-container .title
{
    margin-bottom: 12px;
    flex-basis: 100%;
}

/* Emo shop */
.block-emo-shop
{
    margin: -15px;
}
.block-emo-shop .emo-shop-sticker-category
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-end;
}
.block-emo-shop .emo-shop-sticker-category .stickers-panel-heading
{
    flex-basis: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}
.block-emo-shop .emo-shop-sticker-category .emo-sticker-wrap
{
    margin-left: 10px;
    margin-right: 10px;
}
.block-emo-shop .emo-shop-sticker-category > a
{
    margin: 7px;
}
.block-emo-shop .emo-shop-category-icon img
{
    max-width: 100%;
}
.block-emo-shop .emo-shop-cat-icons
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.block-emo-shop .emo-shop-cat-icons img
{
    max-width: 80px;
    margin: 6px;
}
.block-emo-shop .emoticons-view
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.block-emo-shop .emoticons-view img
{
    margin: 4px;
}
/* -------- */

/* Game module */
#game-page .block-head-breadcrumb
{
    position: absolute;
    width: 100%;
    z-index: 1;
}
#game-page .block-head-breadcrumb .breadcrumb
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#game-page .block-head-breadcrumb li a, #game-page .block-head-breadcrumb li.active
{
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    font-size: 16px;
}
#game-page .block-head.page-title
{
    padding: 5px;
}
#game-page .game-base-image
{
    overflow: hidden;
    width: 100%;
    position: relative;
}
#game-page .game-base-image img
{
    width: inherit;
    object-fit: cover;
    height: 180px;
}
#game-page .game-base-image .num-played-games
{
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 1px #000;
    z-index: 1;
}
#game-page .game-info-container
{
    padding: 10px;
}
#game-page .game-stats
{
    color: #777777;
}
#game-page .gameDescription p
{
    line-height: 1.2;
}

.quick-tour-box .panel-body {
    padding:5px;
}

.quick-tour-box .rake-goal, .quick-tour-box .quick-prize {
    font-size: 16px;
    font-weight: bold;
}
.quick-tour-box .rake-goal.red {
    color: #ff0000;
}

.quick-tour-box .rake-goal.green {
    color: #18441d;
}

.quick-tour-box .fa-trophy {
    color: #45a4bb;
}

.tab-content #rules {
    padding:15px 15px;
}

.tab-pane#achievements #achievements-wrapper
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* ----------- */

/* Mass chat in games */
#massChat .real-chat
{
    background-color: #f7f7f7;
}
#massChat .real-chat .messages-history
{
    height: calc(100vh - 133px);
    overflow-y: auto;
}
#massChat .video-chat-emots-wrapper
{
    position: absolute;
    left: 0;
    bottom: 54px;
    text-align: center;
    border: 1px solid #d1d1d1;
    z-index: 2;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 100%;
}
#massChat .video-chat-emots-wrapper .video-chat-emots-header {
    text-align: left;
    border: 1px solid #aaa;
    background: #dae1e4;
}
#massChat .video-chat-emots-wrapper .video-chat-emots-header .bought_wrapper
{
    overflow-x: auto;
    position: relative;
    /*height: 39px;*/
    width: calc(100vw - 56px);
    vertical-align: middle;
}
#massChat .video-chat-emots-wrapper .video-chat-emots-header .bought_wrapper .user-bought-emo-cat,
#massChat .video-chat-emots-wrapper .buy-emo-link,
.mobile-emoticons-wrapper .user-bought-emo-cat, .mobile-emoticons-wrapper .buy-emo-link {
    display: inline-block;
    width: 49px;
    height: 38px;
    position: relative;
    border-left: 1px solid rgb(202, 202, 202);
    cursor: pointer;
    margin: 0 -4px 0 0;
    vertical-align: middle;
}
#massChat .video-chat-emots-wrapper .buy-emo-link,
.mobile-emoticons-wrapper .buy-emo-link{
    width: 45px;
    margin: 0;
}
#massChat .video-chat-emots-wrapper .user-bought-emo-cat img, #massChat .video-chat-emots-wrapper .buy-emo-link img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
}
#massChat .video-chat-emots-wrapper .video-chat-emoticons-content {
    padding-top: 7px;
    text-align: left;
    overflow: auto;
    height: 177px;
}
#massChat .video-chat-emots-wrapper #video-chat-emoticons-content--1 span
{
    margin: 4px;
    display: inline-block;
}
#massChat .video-chat-emots-wrapper .video-chat-emos-inside-content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#massChat .video-chat-emots-wrapper .video-chat-emos-inside-content img
{
    margin: 10px;
}
#massChat .message-sended
{
    padding: 5px;
    margin-top: 0;
}
#massChat #list-room .v-uchat-wrap
{
    border-bottom: 1px solid #aaa;
    /*margin-top: -12px;*/
    line-height: 1;
    padding: 10px;
}
#massChat .chatbox #users-trigger i:first-child
{
    font-weight: bold;
}
#massChat .mass-chat-yt-video {
    background-color: #000;
    position: relative;
    -webkit-transition: width 1s, height 1s; /* Safari */
    transition: width 1s, height 1s;
}
#massChat .mass-chat-yt-video.small-yt-video
{
    width: 208px;
}

#massChat .mass-chat-yt-video:hover .play-button {
    background: #cc181e;
    opacity: 1;
}
#massChat .mass-chat-yt-video img {
    width: 100%;
    opacity: 0.7;
}
#massChat .mass-chat-yt-video .play-button {
    position: absolute;
    width: 42px;
    height: 29px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 8px;
}
#massChat .mass-chat-yt-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
}
#massChat .mass-chat-yt-video img,
#massChat .mass-chat-yt-video .play-button {
    cursor: pointer;
}
#massChat .mass-chat-yt-video img,
#massChat .mass-chat-yt-video iframe,
#massChat .mass-chat-yt-video .play-button,
#massChat .mass-chat-yt-video .play-button:before {
}
#massChat .mass-chat-yt-video .play-button,
#massChat .mass-chat-yt-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
#massChat .mass-chat-yt-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.mass-chat-settings-content {
    display: none;
    border: 1px solid #d1d1d1;
    width: 220px;
    top: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
    background: #e6e5e4;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.chat-settings-content-list {
    padding: 1px;
    margin: 0;
    list-style: none;
}

.chat-settings-content-list li {
    line-height: 23px;
}

.chat-settings-content-list li {
    border-bottom: 1px solid #d1d1d1;
    padding: 3px;
}

.chat-settings-content-list li:hover {
    background-color: #D6D6D6;;
}
/* ------------------ */
/* Game rankings */
.rank-list>tbody>tr>td, .rank-list>tbody>tr>th, .rank-list>tfoot>tr>td, .rank-list>tfoot>tr>th, .rank-list>thead>tr>td, .rank-list>thead>tr>th
{
    vertical-align: middle;
    padding: 4px;
}
.rank-list>tbody>tr>td.rank-pos, .rank-list>tbody>tr>th.rank-pos
{
    text-align: center;
}
.rank-list>tbody>tr:first-child>th
{
    border-top: 0;
}
.rank-list>tbody>tr>td.rank-btn a i.fa-rocket, .rank-list>tbody>tr>td.rank-btn a i.fa-vip
{
    font-size: 25px;
    color: #777;
}
#ranking .panel-daily-winners .panel-body
{
    padding: 15px 0;
}
#ranking .panel-daily-winners .panel-body .meta-username
{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ------------- */

/* Game friends standings */
#friendsStanding .trm-game-history .friend-game-play > span
{
    font-size: 17px;
    font-weight: bold;
}
#friendsStanding .trm-game-history.table>tbody>tr>td
{
    vertical-align: middle;
    text-align: center;
}
#friendsStanding .trm-game-history .rank
{
    margin: auto;
}
/* ---------------------- */

/* Special items */
.yellow-nav
{
    position:relative;
    height:32px;
    padding:0 15px;
    border-bottom:1px solid #ebcf1d;
    background:#fce04c url(../../img/buttons/sub_nav.png) 0 0 repeat-x;
    font-weight:bold;
    line-height:32px
}
.yellow-nav > ul
{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.yellow-nav a
{
    display:block;
    padding:0 10px;
    border-color:transparent;
    border-style:solid;
    border-width:0 1px;
    color:#80730b;
    font-size:12px;
    text-transform:uppercase;
    text-shadow:1px 1px 0 rgba(255,255,255,0.5)
}
.yellow-nav li
{
    float:left
}
.yellow-nav li:hover a, .yellow-nav li.active a
{
    border-color:#fdd71c;
    background:url(../../img/buttons/sub_nav.png) 0 100% repeat-x;
    color:#508091
}

.yellow-nav li.active > a > img {
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    -o-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    filter: none !important;
}

#items .block-game-item {
    width: 128px;
    margin: auto;
}

#items .block-game-item-list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
#items .block-game-item-btn{display:block;font-weight:bold;}
#items .block-game-item-btn > span
{
}
#items .block-game-item .block-game-item-container .game-item-info
{
    padding: 3px 4px;
}
/* ------------- */

/* Partner games */
#partner-games .partner-games-list .partner-games-users
{
    position: relative;
}
#partner-games .partner-games-list .partner-games-users .separator
{
    font-size: 21px;
    font-weight: bold;
}
#partner-games .partner-games-users .rank
{
    margin: auto;
}
/* ------------- */

/* Casino tables */
#casinoSection .stack-holder .box-stack .casino-table-entry-number
{
    height: 38px;
    padding-top: 4px;
    border-top: 2px solid transparent;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}

.stack-holder .panel-body {
    padding: 15px 0;
}

.stack-container .buttons-td.hasSeparateObserveBtn .observer-btn {
    opacity: 0.75;
    margin-top: 9px;
    padding: 2px 8px;
    display: inline-block;
    background-color: initial;
}

@media (orientation: landscape) {
    .stack-container .buttons-td.hasSeparateObserveBtn {
        min-width: 156px;
    }

    .stack-container .buttons-td.hasSeparateObserveBtn .observer-btn {
        float: left;
        margin-top: 6px;
    }
}

@media (orientation: portrait) {
    .stack-container .buttons-td.hasSeparateObserveBtn {
        text-align: center;
    }
}

/* ------------- */

/* Game ads preloader */
.preloader {
    background: url('../../images/preloader_glow.png') top center no-repeat;
    background-color: rgb(214,214,214);
    width:100%;
    height: 100vh;
    font-family: Arial, serif;
    display:block;
    z-index:1;
    font-size:120%;
}

.preloader_a, .preloader_game_link {
    color: #FFFFFF;
    text-decoration:none;
}

.preloader_img {
    border:none;
    padding:0px;
    margin:0px;
}

.preloader_wrapper {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    display:block;
    top:5%;
    position: relative;
}

.preloader_central_banner, .preloader_load_holder  {
    background-color: rgb(250,250,250);
    box-shadow: 0px 0px 5px #555;
    border-radius:5px;
    padding:3px;
    margin: 0 10px 15px 10px;
}

.preloader_load_holder {
    margin: auto;
    width: 300px;
    height:33px;
}

.preloader_load_bar {
    background: url('../../images/preloader_bar.png') top left repeat-x;
    height:30px;
    float:left;
}

.preloader_load_button, .preloader_load_button_inactive  {
    background: url('../../images/preloader_button_bg.png') top left no-repeat;
    margin-left:1px;
    height: 26px;
    width: 103px;
    text-decoration:none;
    float: right;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    padding: 5px 3px 1px 3px;
    text-shadow: 0px 1px 1px black;
    vertical-align: middle;
    font-weight: bold;

}

.preloader_load_button_inactive  {
    background: url('../../images/preloader_button_bg_inactive.png') top left no-repeat;
}

.preloader_button_activate {
    background: url('../../images/preloader_button_bg.png') top left no-repeat;
}

.preloader_load_button:hover {
    background: url('../../images/preloader_button_bg_hover.png') top left no-repeat;
}

.preloader_text {
    color: rgb(20,106,181);
    margin: 25px 0px 0px 0px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.preloader_text a {
    font-weight:bold;
    color: rgb(20,106,181);
}

.preloader_text a:hover {
    text-decoration:underline;
}
.preloader_load_bar_wrap
{
    width: calc(100% - 106px);
}
/* ------------------ */

/* Forum */
#forum-page-wrapper .comment-forum-btn, #forum-page-wrapper .comment-forum-btn button
{
    height: 100%;
}
#forum-page-wrapper .posts-container .forum-post:not(:first-child) {
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
}
#forum-page-wrapper .posts-container .forum-post .media-body
{
}
.comment-bubble-section.deleted-post-container {
    border-top: 1px solid #aaa;
    padding: 4px;
    color: #a00909;
    width: 100%;
}
#forum-page-wrapper .admin-thread-settings
{
    overflow: visible;
}
/* ----- */

/* Blog */
.blog-wrapper .blog-article-row .blog-article-content .comment img
{
    max-width: 100%;
    margin: auto !important;
    display: block;
    float: none !important;
    height: auto !important;
    padding: 5px 0;
}
.blog-wrapper .blog-article-row .blog-article-content iframe
{
    max-width: 100%;
    min-height: 200px;
    height: auto;
}
.blog-wrapper .blog-article-row .social-btns > div, .blog-wrapper .blog-article-row .social-btns > iframe
{
    vertical-align: middle !important;
}
/* -----*/

/* Video chat */
.calling-container
{
    padding: 13px;
}
.calling-container .user-avatar
{
    width: 100px;
    margin: auto;
    text-align: center;
}
.calling-container .user-avatar > span
{
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
.calling-container .user-avatar > img
{
    background: #fff;
    position: relative;
    border-radius: 100%;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
}
.calling-container .user-answer-actions
{
    width: 130px;
    margin: 25px auto 10px auto;
}
.calling-container .user-answer-actions .user-answer-action
{
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.calling-container .user-answer-actions .user-answer-action:hover
{
    transform: scale(1.2);
}
.calling-container .user-answer-actions .user-answer-action.answer-ok
{
    background-image: url('../../img/accept_call.png');
}
.calling-container .user-answer-actions .user-answer-action.answer-no
{
    background-image: url('../../img/reject_call.png');
}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(204, 204, 204, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(204, 204, 204, 0.4), 0 0 0 20px rgba(204, 204, 204, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(204, 204, 204, 0.4), 0 0 0 30px rgba(204, 204, 204, 0.2);
    }

}
/* ---------- */

/* Casino tables */
.player-slot
{
    border: 1px solid #c5c5c5;
    background: #fff;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 3px;
    position: relative;
}
.stack .player-slot i
{
    font-size: 2em;
}
.stack .player-slot img
{
    width: 100%;
    height: 100%;
}
.stack .gameState
{
    min-width: 70px;
}
.stack .table {
    margin: 0;
}
.stack .vs {
    font-size: 10px;
}
/* ---------- */

/* Helpdesk */
.helpdesk #posts-container-wrapper .media-text img
{
    max-width: 100%;
}
.helpdesk .ticket-rating-holder
{
    display: none;
}
.helpdesk .block-ticket-item .ticket-rating-holder
{
    margin-top:5px;
}
.helpdesk .ticket-rating-holder .rating-title
{
    font-weight: bold;
}
.helpdesk .ticket-rating-holder .rateYo
{
    margin: auto;
}
/* -------- */

.cell {
    float: left
}

.block-thead {
    background: #eff0ef;
    background: -moz-linear-gradient(top, #eff0ef 0, #e7ecee 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #eff0ef), color-stop(100%, #e7ecee));
    background: -webkit-linear-gradient(top, #eff0ef 0, #e7ecee 100%);
    background: -o-linear-gradient(top, #eff0ef 0, #e7ecee 100%);
    background: -ms-linear-gradient(top, #eff0ef 0, #e7ecee 100%);
    background: linear-gradient(to bottom, #eff0ef 0, #e7ecee 100%);
    color: #666;
    border-top: 1px solid #dedddc;
    border-bottom: 1px solid #e4e3e2;
    -webkit-box-shadow: inset 0 1px 0 #f6f5f4, 0 1px 0 #f8f7f7;
    -moz-box-shadow: inset 0 1px 0 #f6f5f4, 0 1px 0 #f8f7f7;
    box-shadow: inset 0 1px 0 #f6f5f4, 0 1px 0 #f8f7f7
}

.block-thead .polls-tcol-1 {
    width: 340px
}

.block-thead .polls-tcol-4 {
    width: 170px
}

.block-trow {
    background: #f7f7f6;
    border: 1px solid #d1cece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #898989;
    /*font-size: 0*/
}

.block-trow + .block-trow {
    margin-top: 10px
}

.block-trow .polls-tcol-1 {
    width: 329px
}

.block-trow .polls-tcol-4 {
    width: 159px
}

.block-trow > div {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle
}

.tcell {
    padding: 10px;
    text-align: center
}

.tcell.polls-tcol-1, .tcell.users-tcol-1 {
    text-align: left
}

.users-tcol-1 .avatar {
    margin-right: 10px;
}

.vip-user {
    display: inline-block;
    position: absolute;
    margin-top: 59px;
    margin-left: 11px;
    width: 43px;
    height: 21px;
    font-size: 1px;
    background: transparent url('../../img/vip_small.png') 0 0 no-repeat;
    background-size: 64%;
}

.users-tcol-1 {
    width: 203px;
}

.media-heading.nickname {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

#dailySpinPreloader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*margin-top:50%*/
}

.dailySpinPreloaderText {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 25pt;
    color: #4c0300;
    text-align: center;
}

.dailySpinPreloaderText.small {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 20pt;
    color: #4c0300;
    text-align: center;
}

.stack .user-blocked {
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 2;
    color: red;
}

/*-------------------------------------------*/
#powerTip {
    max-width: 380px;
    display: none;
    position: absolute;
    z-index: 99999;
    padding: 2px 6px;
    border: 1px solid #909090;
    background: #fff;
    color: #424141;
    font-weight: bold;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#powerTip span {
    color: #666
}

#powerTip b {
    color: #4c7785
}

#powerTip:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    width: 11px;
    height: 9px;
}

#powerTip.n:before {
    background: transparent url(../../img/tooltip_arrow.png) 0 0 no-repeat
}

#powerTip.ne:before {
    left: 5%;
    background: transparent url(../../img/tooltip_arrow.png) 0 0 no-repeat
}

#powerTip.nw:before {
    left: 95%;
    background: transparent url(../../img/tooltip_arrow.png) 0 0 no-repeat
}

#powerTip .high {
    color: #f74f38
}

#powerTip .middle {
    color: #fc9c38
}

#powerTip .low {
    color: #8cdc35
}
/*-------------------------------------------*/
.cell.user-tooltip {
    padding-left: 4px;
    line-height: 20px;
}

.game-buttons-margin {
    margin-top: 15px;
    margin-left: 15px;
}

.video-play-button {
    position: absolute;
    width: 60px;
    height:60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.moods-free-slots-info {
    margin: 5px 10px;
    color: grey;
}

.video-play-button.fix-play-icon {
    top: 35%;
}

.observer-btn {
    opacity: .65;
    padding-left: 8px;
    padding-right: 8px;
}

.scrollable-fullscreen-popover {
    height: 100%;
    overflow-y: auto;
}

.popover button.close {
    margin-right:20px; margin-top: 7px; margin-bottom: 7px;
}

#my-moods-container .block-img.image-holder {
    margin: 20px 15px 5px 15px;
}

.block-img.image-holder {
    margin: 20px 20px 5px 20px;
}

.block-img.image-holder.mood-free-slot {
    margin: 0 8px 5px 8px;
}

.gold-nav
{
    border-bottom:1px solid #ebcf1d;
    background-color:#fce04c;
}
.gold-nav a
{
    color:#80730b;
}
.gold-nav li:hover a, .gold-nav li.active a
{
    border-color:#fdd71c;
    background-color: #fdeb89;
}
.gold-nav > li.active > a, .gold-nav > li.active > a:focus, .gold-nav > li.active > a:hover, .gold-nav-pills > li.active > a, .gold-nav-pills > li.active > a:focus, .gold-nav-pills > li.active > a:hover {
    color: #80730b;
}

.css-arrow {
    border: solid #14aeff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.ar-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ar-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.ar-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.ar-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bordered {
    border: 1px solid #14aeff;
    border-radius: 4px;
    padding: 4px 10px 4px 14px;
}

.chosenGiftCount {
    position: absolute;
    margin-top: -32px;
    margin-left: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: x-large;
    color: #3c3a3a;
    border-radius: 18px;
    padding: 0 4px;
    display: inline-block;
}

.chosenGiftCount.forCard {
    margin-top: -35px;
    margin-left: 198px;
}

.chosenGiftCount.forNotification {
    margin-top: initial;
    margin-left: initial;
    bottom: 1px;
    right: 3px;
}

.icon-circle-red-check {
    background-image: url(../../img/icons/icon_circle_red_check.png)
}

.gifts-block .selected-gift, .cards-block .selected-gift {
    -webkit-box-shadow: 0 0 3px #3e97ac;
    border: 1px solid #3e97ac;
    -moz-box-shadow: 0 0 3px #3e97ac;
    box-shadow: 0 2px 12px #3e97ac !important;
}

.gifts-block .hold-img .icon {
    position: absolute;
    margin-left: 69px;
    color: #129de6;
}

.cards-block .hold-img .icon {
    position: absolute;
    margin-left: 206px;
    color: #129de6;
}

#chosenGiftsContainer {
    display: none;
    position: sticky;
    bottom: 0;
    margin: 5px -29px;
    z-index: 3;
}

#chosenGiftsContainer td {
    padding: 20px 10px;
}

.tabHeaderEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: auto 5px;
}

.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.menu-promo {
    top: -8px;
    z-index: 1;
    font-size: 70%;
    position: relative;
}

.tables-list-message-holder.onlyBetPanel {
    text-align: center;
    margin: 37px 10px 10px auto;
}

.tables-list-message-holder.betAndPrizePanel {
    text-align: center;
    margin: 100px 10px 10px auto;
}

/* casino games switch for the tables list */
.switch-reservation {
    float: right;
    position:relative;
    margin-top: 6px;
}
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 40px;
    height: 23px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
    width: 22px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
    z-index: 1;
}
input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 22px;
}
.reservation-queue {
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 1px;
}

.ajax-content-friend {
    padding: 15px;
}

.ajax-content-friend .avatar {
    display: inline-block;
}

.ajax-content-friend .avatar img {
    width: 55px;
    height: 55px;
}

.flash-invite-friend {
    padding: 8px 15px !important;
}

.flash-invite-friend .avatar {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.flash-invite-friend .avatar img {
    width: 32px !important;
    height: 32px !important;
}

.flash-invite-friend .btn-invite {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.flash-invite-friend .ajax-right-content {
    display: inline-block;
    font-size: medium;
}

.flash-invite-friend .ajax-right-content .facebox-u-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flash-invite-friend .invite-friend-left-side {
    display: inline-block;
    vertical-align: middle;
}

.invite-friend-window-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #337ab7;
    text-transform: uppercase;
}

.game-history-wrap {
    width: 225px;
    height: 219px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    color: #4587ca;
    border-radius: 4px;
}

.game-history-wrap.belot-history-wrap {
    background: url('../../img/belot-replay.png');
}

.game-history-wrap.chess-history-wrap {
    background: url('../../img/chess-replay.png');
}

.game-history-wrap .title-top {
    text-align: center;
}

.game-history-wrap .title-top span.head-title {
    font-weight: bold;
    display: block;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.74);
    font-size: 33px;
    line-height: 1;
}

.body-domain-6 .game-history-wrap .title-top span.head-title {
    font-size: 28px;
}

.body-domain-6 .game-history-wrap .title-top {
    margin-top: 4px;
}

.game-history-wrap .title-top span.second-title {
    font-size: 16px;
    color: #3A3A3A;
}

.game-history-wrap .title-bottom {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 200px;
    color: #043357;
    font-size: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

/* game start buttons on play page */
.block-game-start {
    text-align: center;
    line-height: 3.5em;
}

.block-game-start-single-button {
    margin: 0px 5px 10px 5px;
}

.block-game-start-single-button a {
    min-width: 150px;
}

.block-game-start-single-button.play-button-long a {
    min-width: 314px;
}

@media (min-width: 440px) {
    .block-game-start-single-button a, .block-game-start-single-button.play-button-long a {
        min-width: 150px;
    }
}

.game-add-btns {
    width: 100%;
    display: flex;
}

.elim-invitation {
    color: white;
    background: rgb(60,161,196);
    background: linear-gradient(0deg, rgb(24 64 78) 0%, rgb(157 227 251) 100%);
    border-color: #377b9c;
}

.elim-invitation-success {
    color: white;
    background: rgb(39 78 24);
    background: linear-gradient(0deg, rgb(39 78 24) 0%, rgb(144, 223, 102) 100%);
    border-color: #24770d;
}

.elim-invitation-danger {
    color: white;
    background: rgb(78 24 24);
    background: linear-gradient(0deg, rgb(78 24 24) 0%, rgb(251 157 157) 100%);
    border-color: #8a1111;
}

.elim-invitation .btn {
    color: #234d64;
}

.elim-invitation-success .btn {
    color: #0a3e0d;
}

.elim-inv-ok-btn {
    margin-left: 10px;
    position: relative;
}

.elim-invitation-danger .btn {
    color: #420404;
}

.elim-invitation a {
    color: #00253a;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    padding: 7px 0px 8px 0px;
    border-radius: 35px;
    font-size: 26px;
    text-align: center;
    z-index: 1039;  /* the modal has 1040 and should be above */
}

.panel-store {
    margin-bottom: 5px;
}

.tournament-position-div {
    float: right;
    display: table-cell;
    position: relative;
    right: 0;
    margin-bottom: -44px;
    background-color: #f8f6f6;
}

.block-tournament-played-games {
    position: relative;
    border: 1px solid #d1d1d1;
    background: #f7f7f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 5px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

/* tournament games history 1 vs 1 */
@media (orientation: landscape) {
    .block-tournament-played-games > div {
        min-width: 33%;
    }
    .block-tournament-played-games .left-player {
        text-align: left;
    }
    .block-tournament-played-games .left-player > a {
        margin-right: 10px;
    }
    .block-tournament-played-games .right-player {
        text-align: right;
    }
    .block-tournament-played-games .right-player > a {
        margin-left: 10px;
    }
}

.tournament-game-result {
    font-size: x-large;
}

.tournament-game-result > span {
    margin: 2px;
}

/* tournament games history 2 vs 2 */
.block-tournament-played-games.free-for-all .left-player, .block-tournament-played-games.free-for-all .right-player {
    max-width: 34%;
}
.block-tournament-played-games.free-for-all .left-player .block-tournament-team-member {
    float: left;
    width: 100%;
    text-align: left;
}
.block-tournament-played-games.free-for-all .left-player .block-tournament-team-member > a {
    margin-right: 10px;
    margin-bottom: 10px;
}
.block-tournament-played-games.free-for-all .right-player .block-tournament-team-member {
    float: right;
    width: 100%;
    text-align: right;
}
.block-tournament-played-games.free-for-all .right-player .block-tournament-team-member > a {
    margin-left: 10px;
    margin-bottom: 10px;
}
.block-tournament-played-games.free-for-all .cell-r {
    margin: 0;
    font-size: 14px;
}

.stack .rank-name {
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}

.stack .row-content .rank-name.alerts {
    margin-bottom: 2px;
}

.icon-coins {
    background-image: url(../../img/icons/coins.png)
}

.icon-chipsSilder {
    background-image: url(../../img/icons/chips.png);
    width: 22px;
    line-height: 22px;
}

#eliminationsTab .label {
    font-size: 100%;
}

#eliminationsTab .kkcount-down {
    padding: 0.2em 0.6em 0.3em 0
}

/* elim tnm start pop-up */
#extra-menu-btn:focus{
    outline: none;
}

.popover.special-class {
    background-color: #e4ffda;
    max-width: 100%;
}

@media (orientation: portrait) {
    .popover.special-class {
        min-width: 60%;
    }
}

@media (orientation: landscape) {
    .popover.special-class {
        min-width: 1%;
    }
}

.popover.special-class.bottom>.arrow:after {
    border-bottom-color: #e4ffda;
}

/* helpdesk bug report image */
.bug-img-thumbnail {
    cursor: pointer;
    width: 150px;
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bug-img-thumbnail-in-list {
    cursor: pointer;
    height: auto;
    display: inline;
    width: 60px;
    max-width: 100%;
    padding: 2px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 5px;
}

@media (orientation: landscape) {
    .screenshot-bug-report {
        width: 50%;
    }
}
@media (orientation: portrait) {
    .screenshot-bug-report {
        width: 100%;
    }
}

.label-black {
    font-size: 11px;
    border: 1px solid #000000;
    background: #404040;
}

#tournament-game-info-rake {
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#tournament-game-info-rake .highlight-text {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 7px;
    font-size: medium;
}

#tournament-game-info-rake .tournament-btn-game {
    margin: 10px;
}

#tournament-game-info-rake .highlight-text span {
    color: #ed0002;
}

.flag-wrapper.same-site-change-lang {
    z-index: 2;
    position: relative;
}

.flag-wrapper.same-site-change-lang.same-row {
    float: right;
}

.flag-wrapper.same-site-change-lang.different-row {
    margin-top: 6px;
    text-align: center;
}

.flag-wrapper.same-site-change-lang img {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-central-buttons .badge {
    position: absolute;
    right: 0;
    z-index: 10;
}

.delete-notification-btn {
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    color: grey;
}

.tab-number-aside-mail {
    display: inline-block;
    position: relative;
    min-width: 7px;
    padding: 3px 3px 1px 3px;
    background-color: #d0cfcea8;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 40%);
    line-height: 10px;
    vertical-align: middle;
    top: -1px;
    margin-left: 12px;
}

.tnm-start-pop-up {
    float: right;
    margin-bottom: 8px;
}

.inf-from-header {
    padding: 5px;
}

.inf-from-header .media-right {
    padding-right: 10px;
}


/*.eliminationCompetitors-flex::after {*/
    /*content: "";*/
    /*flex: auto;*/
/*}*/

/*.chats-holder.chat-container-class .page-title {*/
    /*position: fixed;*/
    /*width: 100%;*/
    /*z-index: 1;*/
    /*background-color: white;*/
    /*padding-top: 13px;*/
/*}*/

/*.chats-holder.chat-container-class .user-chat-lines {*/
    /*margin-top: 40px;*/
/*}*/


.chats-holder .video-greet {
    background-color: #f7f7c3;
}

.video-greet-user-info {
    margin-top: -5px;
    margin-bottom: 3px;
}

.video-greet-user-info.scribble-chat {
    margin-top: initial;
}

.mail.screenshot {
    cursor: pointer;
    width: 150px !important;
    margin-top: 10px;
}

.mail.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mail.screenshot-report {
    width: auto !important;
}

.valign-mid {
    vertical-align: middle;
}

.icon-goal {
    background-image: url(../../img/icons/goal-achievements.png);
    background-position: 0 50%;
    background-size: 100%;
}

.icon-golden-crown {
    background-image: url(../../img/icons/golden_crown.png);
}

/* <uniquifier>: Use a unique and descriptive class name*/
/* <weight>: Use a value from 300 to 800*/
.shantell-sans {
    font-family: "Shantell Sans", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
            "BNCE" 0,
            "INFM" 0,
            "SPAC" 0;
}

.group-chat-icon
{
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 55px;
    width: 55px;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    color: #f8f6f6;
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.group-chat-icon.icon-smaller
{
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.dropdown-menu.chat-group-menu {
    padding: 0 0;
}

.chat-group-menu .panel {
    margin-bottom: 0;
}

.chat-group-menu .panel-heading {
    border-bottom: initial;
    color: #4c7785;
    background-color: #ffffff;
}

.chat-group-button-chats-page {
    padding: 0;
}

.group-chat-invite-section #users-info-more {
    display: none;
}

.round-checkbox {
    position: relative;
}

.round-checkbox label {
    background-color: #fff;
    border: 1px solid #7e7e7e;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.round-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 9px;
}

.round-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.round-checkbox input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/*.group-chat-invite-section {*/
    /*text-align: center;*/
/*}*/

.group-chat-invite-section .alert-bloks {
    text-align: left;
    width: 380px;
    margin: 10px auto;
}

.group-chat-invite-section #users-info-more {
    display: none;
}

.group-chat-invite {
    text-align: left;
    max-height: 60vh;
    overflow: auto;
}
.group-chat-invite .flash-invite-friend .ajax-right-content {
    vertical-align: middle;
    line-height: 34px;
}
.group-chat-invite .round-checkbox label {
    top: -4px;
    left: -10px;
}

#chgroup-name, #chgroup-search {
    width: 100%;
    margin: 12px auto 10px;
    font-size: larger;
    border: 1px solid #9f9f9f;
    border-radius: 7px;
    padding: 3px 5px;
}

#chgroup-search {
    background: #fffdce;
    line-height: 20px;
    margin: 6px auto 20px;
}

#chgroup-spinner {
    text-align: center;
    margin: 10px auto;
}

#chgroup-no-users-selected
{
    margin-bottom: 8px;
}

.group-chat-participant-row .media-body {
    vertical-align: middle;
}

.group-chat-participant-row .media-right {
    min-width: 25vw;
    font-size: larger;
    vertical-align: middle;
}

.block-chat-group-invitation {
    color: #8a6d3b;
    background-color: #fff7ae;
    border-color: #ffee74;
}

.chat-group-create-button {
    float: right;
}

.blackFridayBanner {
    max-width: 100vw;
    max-height: 50vh;
}

.browsehappy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5vw;
    z-index: 99999;
    background-color: #000000e8;
    color: #ffffff;
    text-align: center;
    font-size: larger;
}

.fb-like iframe {
    width: 225px !important;
}

.fb-like > span {
    width: 225px !important;
}

.fb-login {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: "Google Sans",arial,sans-serif;
    font-weight: 500;
    /*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25)*/
    width: 178px;
    height: 32px;
    line-height: 30px;
    background-color: #4567a4;
    border-radius: 4px;
    border: 1px solid grey;
    text-align: center;
}

.fb-login .fb-icon {
    background: transparent url(../../img/f-icon-white.png) 0 0 / 16px 16px no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 7px 0 7px 9px;
    float: left;
}

.settings-absolute-submit-btn {
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 10px;
    z-index: 3;
    text-align: center;
    margin-left: -7px;
    border-top: 1px solid #dfdfdf;
    background-color: #f6f6f6;
}

.settings-absolute-submit-btn button {
    width: 90vmin;
    margin: 0 auto 15px auto;
}

.list-group-item:has(> .shop-button)
{
    padding: 10px 0;
    text-align: center;
}

.shop-button {
    max-width: 95vmin;
    margin: 0 auto;
}

.shop-button-promo-label {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: medium;
    border: 2px solid #a0061b;
    text-shadow: 1px 1px #000000d9;
}

.social-network-follow-img {
    width: 50px;
    height: 50px;
    margin: 0 -6px 0 -3px;
}

#onlineGameUsers tr td:first-child a {
    max-width: 30vw;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}