/*
 * Table
 */
.user_room_hist{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 0;
    padding-bottom: 5px;
    min-height: 83px;
}

table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
    float: left;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    font-size: 10px;
    position: relative;
}

@media only screen and (max-width: 750px){
    @media only screen and (orientation: portrait){
        table.dataTable {
            margin: 0 auto;
            clear: both;
            width: 100%;
            float: left;
            font-weight: normal;
            border: none;
            border-collapse: collapse;
            font-size: 10px;
            overflow-x: scroll;
        }
    }
}

.dataTables_length,
.dataTables_length{    
     margin: 0 2px;
}

thead{
    background: #c2c2c2;
}

table.dataTable thead th {
    padding: 5px 18px 5px 10px;
    border-bottom: 1px solid black;
    font-weight: normal;
    cursor: pointer;
    *cursor: hand;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
}

table.dataTable tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold;
}

table.dataTable td {
    padding: 3px 5px;
    border: 1px solid #e8e8e8;
    text-align: center;
    vertical-align: middle;
}

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

table.dataTable tr.odd { background-color: #f5f5f5; }
table.dataTable tr.even { background-color: #fff; }

table.dataTable tr.odd td.sorting_1 { background-color: #dcdcdc; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #efefef; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
div.dataTables_wrapper {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0px auto;
    *zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
    float: left;
}


/*
 * Filter
 */
.dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_filter input{
    width: 91px;
}

/*
 * Table information
 */
.dataTables_info {
    clear: both;
    float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
    float: right;
    text-align: right;
}

.paginate_button:hover,
.paginate_button.current{
    background: #949494;
    color: #fff;
    text-decoration: none;
}

.paginate_button.next.disabled,
.paginate_button.previous.disabled,
.paginate_button.next.disabled:hover,
.paginate_button.previous.disabled:hover{
    background: #dfdfdf !important;
    color: #ccc !important;
    cursor: default !important;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
    text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_enabled_previous { background: url('../img/dtTables/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../img/dtTables/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../img/dtTables/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../img/dtTables/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../img/dtTables/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../img/dtTables/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none;
}

a.paginate_button,
a.paginate_active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333;
    background: #dfdfdf;
    text-decoration: none;
    font-weight: normal;
}

.paginate_button.next:hover ,
.paginate_button.previous:hover {
    background-color: #ffb500;
    color: #fff;
    text-decoration: none !important;
}

/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../img/dtTables/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../img/dtTables/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../img/dtTables/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../img/dtTables/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../img/dtTables/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
    clear: both;
    margin-bottom: 10px;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.user_hist_cont .list_table .table_header {
    color: #FFF;
    font-size: 13px !important;
    font-family: Arial, sans-serif !important;
    /* text-transform: uppercase; */
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

.gameHistory iframe {
    border: none;
    margin-left: 50px;
    width: 100%;
    height: 550px;
    margin: 0 auto;
}

.dataTables_length select{
    width: auto;
    padding-right: 23px;
}

.dataTables_length label {
    position: relative;
}

.dataTables_length label:after {
    content: '';
    position: absolute;
    width: 0;
    z-index: 1;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    transform: translateY(-50%) !important;
    right: 7px !important;
    top: 50% !important;
}

/*/////////////////////////////
/////////FILTER DATA////////////
/////////////////////////////*/

.icosDataFilterBtn,
.icosDataFilter{
    color: #333;
    font-size: 15px;
    float: left;
    margin-right: 5px;
}

.icosDataFilterBtn{
    margin: 0 5px 0 0;
}

.icosDataFilterBtn{
    color: #fff;
    font-size: 1em;
}

.icosDataFilterClose{
    color: #c2c2c2;
    font-size: 20px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

/*.icosDataFilterClose:hover {
    color: #ffb500 ;
}
*/
#filterCont{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 18px 0px #0000009e;
}

.calendarCont{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    font-size: 14px;
}

#calendarContPadding{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.calendarContInput{
    width: 91%;
    float: left;
    padding: 2px 11px !important;
    background: #eaeaea;
    border: none;
    border-radius: 100px;
}

.btnShowFilterCont,
.calendarContData{
    position: relative;
    float: left;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 1px 8px;
    overflow: hidden;
}

.calendarContDataTitu{
    padding: 5px 7px;
    background: #333;
}

.calendarContDataTitu p{
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
    color: #fff !important;
}

.calendarContDataCalendar{
    width: 50%;
    float: left;
}

.btnShowFilterCont{
    background: #c2c2c2;
    color: #fff;
    position: absolute;
    padding: 5px 9px 4px 9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    margin: 0 0 0 8px!important;
}

.calendarContDataActive{
    background: #C2C2C2 !important;
    color: #fff !important;
}

.calendarContData span{    
    position: relative;
    float: left;
    margin: 2px 5px 0 0;
}

.next,
.previous{
    color: #333;
    text-decoration: none;
}

/*:hover .disable:hover,
.previous .disable:hover{
    color: #c2c2c2;
    cursor: pointer;
    text-decoration: none;
}

.next:hover,
.previous:hover{
    color: #ffb500;
    cursor: pointer;
    text-decoration: none;
}
*/
/*/////////////////PANEL DETALLES TABLAS///////////////////*/

.detailsGamerBtn{
    background: #c2c2c2;
    padding: 1px 5px;
    border-radius: 16px;
    color: #fff;
}

.detailsGamerBtn:hover{
    background: #c2c2c2;
    padding: 1px 5px;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
}

#tableGamerDetails{
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background: #dfdfdf;
    overflow: hidden;
}

#tableGamerDetailsCont{
    height: 320px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #dfdfdf;
}

.detailsGamerCloseBtn{
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 27px;
    color: #fff;
}

#tableGamerDetailsContA,
#tableGamerDetailsContB{
    width: 100%;
    background: #333;
    font: 29px 'Myriad Pro Condensed';
    color: #fff;
    float: left;
    padding: 2px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3px;
}

#tableGamerDetailsContA span{
        font-family: 'Myriad Pro bold Condensed';
}

#tableGamerDetailsContB{
    background: #c2c2c2;
    color: #333;
    font-size: 19px;
}

#tableGamerDetailsContA div,
#tableGamerDetailsContB div{
    float: left;
    position: relative;
    margin-right: 25px;
    color: #fff;
    font-size: 17px;
}

#patchCalendarContData{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    float: left;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.selectYearHist{
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
}

.selectYearHist label{
    float: left;
    width: auto;
    margin: 3px 5px 0 0;
}

.selectYearHist select{
    float: left;
    width: auto;
}
