/* Add here all your css styles (customizations) */

body {
    color: #565656 !important;
}

.table-responsive {
    overflow-y: visible !important;
}

img.flag {
    width: 30px;
}

.mce-tinymce [aria-labelledby],
.mce-container [aria-labelledby],
.mce-panel [aria-labelledby],
.mce-floatpanel [aria-labelledby],
.mce-window [aria-labelledby],
.mce-in [aria-labelledby],
.mce-menu [aria-labelledby],
.mce-menu-sub [aria-labelledby]{
    opacity: 1 !important;
}

div.mce-fullscreen {
    z-index: 1000;
}

[aria-labelledby] {
    opacity: 1;
}

ul.admin-menu li.admin-menu-item {
    display:block;
    Width: 100%;
    padding: 10px;
    background: #f2f2f2;
    margin: 3px;
}

div.mce-edit-area {
    background: black !important;
}

img.thumbnail-w200 {
    width: 200px;
}

img.thumbnail-w150 {
    width: 150px;
}

img.thumbnail-w100 {
    width: 100px;
}

#fixed-block1 {
    padding-top: 20%;
    padding-bottom: 20%;
}

.fixed-block.bg-fixed {
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 50%;
}

.poster {
    max-width: 150px;
}

.text-shadow-black {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.text-shadow-white {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.g-bg-primary {
    background-color: #989898 !important;
    //background-color: #f1f1f1 !important;
    background-color: rgb(25, 25, 25) !important;
}

.without-outline {
    border: none;
}

.logo {
    width: 120px;
    height: 100%;
}

input::placeholder {
    color: #d3d3d3 !important;
}

.form-control {
    color: #0c0c0c;
}

.back-link {
    margin-right: 20px;
    font-size: 2.5em;
}

.bg-paid {
    background: #f5fde7;
}

.bg-to-paid {
    background: #ffebeb;
}

.bg-paid-other {
   background: #f2feff;
}

.payment-list li {
    margin: 3px;
    padding: 0;
    list-style: none;
}

.ms-thumb-frame img {
    width: 100%;
    height: 119px;
    object-fit: cover;
}

.news-icon {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-icon:hover {
    object-fit: contain;
    width: auto;
    transition: 0.3s;
}

.news-icon-container {
    width: 100px;
    height: 100px;
    left: 0;
}

ul.pagination {
    border: 0 solid silver;
    border-width: 0 0 1px 1px;
    float: right;
    margin: 10px;
}
ul.pagination li{
    border: 0 solid silver;
    border-width: 1px 1px 0 0;
}

ul.pagination li.active{
    background: #f2f2f2;
}

ul.pagination li a {
    padding: 5px 10px;
    display: block;
}

ul.pagination li a:hover {
    background: #ccc;
}

ul.pagination li span {
    padding: 5px 10px;
    display: block;
}

.right-panel {
    border-left: 1px solid #f2f2f2;

}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

/*.rounds {*/
    /*display: inline-flex;*/
    /*!*flex-wrap: wrap;*!*/
/*}*/

/*.rounds button {*/
    /*width: 50%;*/
/*}*/

/*.rounds div {*/
    /*width: 100%;*/
/*}*/

/* Color Red */
input[type="checkbox"]:checked + .g-bg-green--checked,
input[type="radio"]:checked + .g-bg-green--checked,
input[type="checkbox"]:checked + * .g-bg-green--checked,
input[type="radio"]:checked + * .g-bg-green--checked {
    background-color: #72c02c !important;
}

.player_color {
    width:10px; height: 10px;
}

.table-no-padding td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.win-block {
    background: #45b900;
    color:#fff;
    padding: 0px 5px;
    font-size: 0.7em;
    margin: 3px;
}

.lose-block {
    background: #000;
    color:#fff;
    padding: 0px 5px;
    font-size: 0.7em;
    margin: 3px;
}

[class*="u-table--v3"] td {
    font-weight: 400;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

#tree {
    overflow: scroll;
    height: 800px;
}