﻿[v-cloak] {
    display: none !important;
}

.divAdv a img {
    display: block;
    margin: auto;
}

.lang-min-width {
    min-width: 0px;
}

.lang-min-width li a{
    text-align: left;
    font-size: 14px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.sortcontrols-with-offset {
    margin-left: 10px;
}

/*.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes li a {
    padding: 1px 0px;
    text-decoration: none;
    color: #777;
    white-space: nowrap;
}*/

/*.dropdown-menu-fttypes {
    background-color: white !important;
    min-width: 300px; // TODO test for mobile 
}*/

@media screen and (max-height: 1050px) {
    .dropdown-menu-fttypes {
        overflow-y: scroll;
        max-height: 550px;
    }
}
@media screen and (max-height: 654px) {
    .dropdown-menu-fttypes {
        overflow-y: scroll;
        max-height: 350px;
    }
}
@media screen and (max-width: 480px) {
    .dropdown-menu-fttypes {
        max-width: 300px;
    }
}
@media screen and (max-width: 3200px) {
    .dropdown-menu-fttypes {
        max-width: 250px;
    }
}


.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes li.ddl-fttype:hover {
    background-color: #aaabad;
}

.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes li input[type=checkbox] {
    margin-left: 4px;
}

.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes .checkbox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes .checkbox label{
    display: block;
    white-space: nowrap;
}

.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes .dropdown-header {
    padding: 1px 20px;
    font-weight: bold;
}

.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes li a.btn {
    color: white;
}

.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes li a.btn:hover,
.cashbox_filter_list .dropdown-menu.dropdown-menu-fttypes li a.btn:focus{
    background-color: #008d4c;
}

.pagination-ontop {
    margin: 0 0 -10px 0;
}

.tooltip.in {
    opacity: 1;
}

.ftcopylink{
    margin-left: 5px;
    cursor: pointer;
}

.promo {
    /*padding: 10px 0 10px 65px;*/
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: bold;
}

.promo .promo-logo {
    color: darkorange;
}

.promo .promo-code {
    color: darkgreen;
    margin-left: 20px;
}

.promo-desc {
    min-height: 50px;
}

/* стили выпадающего списка с фильтром произвольных задач */
.cashbox_filter_list {
    list-style-type: none;
    margin-top: 20px;
    padding: 0;
    /*margin-bottom: 0;*/
    margin-bottom: 5px;
    padding-left: 10px;
}
.cashbox_filter_list > li {
    display: inline-block;
    margin-right: 10px;
}

.cashbox_filter_list li a {
    color: #00a65a;
    text-decoration: underline;
}

.cashbox_filter_list li > span {
    position: relative;
}

.cashbox_filter_list .dropdown-menu > li > a {
    text-decoration: none;
    color: #777;
}

.task-buttons .label {
    margin-left: 5px;
    font-size: 10px;
}

.tasks-table-container .box_decripton_task {
    max-height: 200px;
}

.banSelectorRadio .ban img {
    max-width: 100%;
}

.tab-label-withdraw {
    padding: 10px 0;
}

.nav-item.active {
    font-weight: bold;
}


.label-wmt {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 6px;
}

.label-wmt > .label-wmt-question {
    position: absolute;
    font-size: 28px;
    left: 8px;
    top: 4px;
}

.label-wmt > .label-wmt-first {
    margin-left: 26px;
    font-size: larger;
    font-style: italic;
}

.label-wmt > .label-wmt-second {
    margin-left: 26px;
    font-weight: 400;
    font-size: small;
}

.nav-item-wmz, .nav-item-wmt {
    z-index: 10;
}

.runpay-logo
{
    height: 34px;
    padding-left: 5px;
}

/* исправление для Fr версии */
.navbar-static-top .dropdown-menu > .user-footer {
    padding: 9px;
}
