img.user_logo{
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    display: block;
    float: left;
    margin-right: 10px;
}

img.platform_image{
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
    margin-top: 25px;
    border-radius: 50%;
    box-shadow: 1px 1px #d5d5d5;
}

a.user-link i {
    position: absolute;
    margin-left: -22px;
    margin-top: 28px;
}

.dataTables_processing{
    display: none !important;
}
.dataTables_wrapper .dataTables_filter > label input {
    height: 28px;
    line-height: 28px !important;
}
.dataTables_wrapper .dataTables_filter {
    padding-top: 10px;
    height: 50px;
}
.dataTables_wrapper .dataTables_length {
    height: 50px;
}

table th.center, table td.center{
    text-align: center;
}

div.table_filters  {
    display: flex;
    width: 100%;
    position: static;
    box-sizing: border-box;
    padding: 16px 16px 8px 16px;
    margin-top: 0;
}

.message.image img {
    max-height: 100px;
    max-width: 200px;
}

div.table_filters .select2-container {
    float: left;
    margin-right: 20px;
}

div.table_filters .select2-container .select2-choice {
    height: 28px;
    line-height: 28px;
    border-radius: 0px;
}

#personification_form{
    position: absolute;
    right: 300px;
    top: 8px;
    display: none;
}

#personification_form a{
    height: 28px;
    line-height: 28px;
    width: 200px;
}

.message.text p{
    margin: 0px;
}

.neon-loading-bar span {
    background: #89C21C;
}

span.nickame{
    padding-top: 13px;
    display: block;
}

form fieldset{             
    margin: 20px 0px 50px;
}
/*form label {*/
/*margin-top: 10px;*/
/*}*/
form .form-control .select2-choice{
    border: none !important;
}

.breadcrumb > .active {
    color: #373e4a;
    font-weight: bold;
}

th.sorting_desc, th.sorting_asc, th.sorting{
    cursor: pointer !important;
}

#main-menu i.glyphicon{
    margin-right: 8px !important;
    margin-left: 3px;
}

i.submit_loading{
    visibility: hidden;
}

.page-body .select2-container .select2-choice {
    height: 29px;
    line-height: 30px; 
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    padding-right: 0px;
    padding-bottom: 5px;
    border: none;
}

.sidebar-collapsed .menu_search{
    display: none;
}


ul#language_choice{
    margin-left: 0px;
    margin-bottom: -1px;
    overflow: hidden;
    display: block;
    border: none;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 30px;
}

ul#language_choice li{
    float: left;
    display: block;
    clear: none;
    text-align: center;
    padding: 5px 15px;
    background: #4a4a4a;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 1px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #4a4a4a;
    border-bottom: none;
}

ul{
    margin: 0px;
    padding: 0px;
}

.page-body .select2-drop .select2-search input {
    padding: 5px 8px !important;
}

.page-body .select2-drop .select2-search:after {
    right: 12px !important;
    top: 8px !important;
}

.page-body .select2-search input, .page-body .select2-search-choice-close, .page-body .select2-container .select2-choice abbr, .page-body .select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
}

.page-body .select2-search-choice-close{
    background: url('/Styles/select2.png') right top no-repeat !important;
    background-image: url('/Styles/select2.png') !important;
}
.page-body .select2-container .select2-choice abbr {
    background: url('/Styles/select2.png') right top no-repeat !important;
    background-image: url('/Styles/select2.png') !important;
}

#modal_fast_login img {
    margin: 15px auto;
    display: block;
}
#modal_fast_login img{
    width: 200px;
    height: 200px;
    border: 1px solid #F7F7F7;
    margin: 0px auto 20px;
}

#main-menu.filtered li, #main-menu.filtered ul {
    display: none;
}

#main-menu.filtered li.filtered, #main-menu.filtered ul.filtered {
    display: block !important;
}
div.circle{
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    margin: 0px auto;
}

div.circle.red{
    background: #d0021b;
}

div.circle.yellow{
    background: #ffcc49;
}

div.circle.green{
    background: #8ac030;
}

.modal-open .page-container {
    padding-right: 0px;
}

.translate_icon{
    display: none !important;
}

.alert a{
    color: #ac1818;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 767px) {
    #personification_form{
        left: 15px;
    }
    #personification_form a{
        height: 28px;
        line-height: 28px;
        width: 200px !important;
    }
}

tr.unsubscribed{
    background-color: #F7F7F7;
}

.panel-body{
    padding: 0px;
}

.dataTables_wrapper table + .row {
    margin-bottom: 0px;
}

div.datepicker-dropdown.datepicker-orient-bottom:after, div.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}

table.datatable tr:hover{
    background: #f9f9f9;
}

.dt-buttons{
    margin: 5px;
    margin-bottom: 0px;
}

body.modal-open{
    overflow: auto;
}

.bootstrap-timepicker-widget{
    z-index: 99999 !important;
}

table.datatable tr td.select-checkbox i.fa-check-square-o{
    display: none;
    font-size: 16px;
    text-align: center;
}
table.datatable tr td.select-checkbox i.fa-square-o{
    display: block;
    font-size: 16px;
    text-align: center;
}
table.datatable tr.selected td.select-checkbox i.fa-check-square-o{
    display: block;
}
table.datatable tr.selected td.select-checkbox i.fa-square-o{
    display: none;
}

table.datatable tr th.select-checkbox:before, table.datatable tr th.select-checkbox:after {
    display: none !important;
}

#fanta_league_creation_form_step_2.day .round{
    display: none !important;
}
#fanta_league_creation_form_step_2.day .day{
    display: block !important;
}
#fanta_league_creation_form_step_2.round .day{
    display: none !important;
}
#fanta_league_creation_form_step_2.round .round{
    display: block !important;
}

table a.link{
    text-decoration: underline;
    color: #778193;
}

table.datatable .btn{
    margin: 2px 0px 2px 1px;
}

@media only screen and (max-width:767px) {
    #players_content .tile-stats.tile-primary {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #players_content .tile-primary h3.col-sm-4.col-md-3 {
        margin: 0 0 10px 0;
        width: 100%;
    }

    #players_content .col-sm-4.col-md-3 {
        padding: 0;
        width: calc(100% - 100px);
    }

    #players_content .tile-primary .input-group {
        width: 100%;
        margin: 0 10px 0 0;
    }

    #players_content .tile-primary .col-sm-4.col-md-6 {
        padding: 0;
        display: flex;
        width: 90px;
        margin: 0 0 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #players_content .tile-primary button.btn.btn-white {
        width: 40px;
    }
}
