/*
 * Table styles
 */
table.dataTable {
    max-width: 560px;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    max-height: 290px;
    min-height: 250px;
    height: 250px;
}

div.container {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: inherit;
}

.dataTables_empty {
    color: #FFFFFF;
    text-align: center;
    font-size: 2vw !important;
    font-size: 22px !important; 
    vertical-align: middle;
    padding-top: 80px !important;
}

img.sadface {
    position: absolute; 
    display: block; 
    left: 0; right: 0; 
    bottom: 0; 
    margin: auto; 
    top: 1px;
     
}
table#dataTable {
    width: 100% !important;
    padding: 15px 15px 15px 15px;
    background-color: #242424;
}

.logo {
    position: absolute;   
    right: 0;
    bottom: -26px;
    margin-left: 15px;
    overflow: hidden;
    bottom: -35px;
    padding-right: 10px;
}

a img {
    border: 0;
}

table#dataTable tbody > tr > td {
    white-space: nowrap;
}

.firstColumnData {
    text-align: center !important;
}

table.dataTable thead th {
    text-align: left;
    font-family: "Roboto Light", Arial, sans-serif;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px 5px;
    border-bottom: 1px solid #111111;
    height: 25px !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 1.5px 3px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
}

/* CSS for the dropdownmenu*/
/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

/* Wrapper dropdown 3 */
div.mobileLogo {
    display: none;
}
div#resource {
    min-width: 150px;
    padding-left: 30px;
    display: inline;
}

div#group {
    min-width: 100px;
    max-width: 170px;
    padding-left: 35px;
    display: inline;
    padding-right: 20px;
    white-space: nowrap;    
}

.gradient {
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(204, 204, 204, 0.4));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(204, 204, 204, 0.4));
    background-image: -webkit-gradient(linear, 150 30, 130% 30, from(rgba(0, 0, 0, 0)), to(rgba(204, 204, 204, 0.4)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(204, 204, 204, 0.4));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(204, 204, 204, 0.4));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(204, 204, 204, 0.4)', GradientType=1);
}

.resourceSpan {
    padding-right: 15px;
}

div#time {
    display: inline-block;
    padding-left: 30px;
    max-width: 150px;
    white-space: nowrap;
}

div.wrapper-demo {
    width: 100%;
    height: 41px;

}

div#resource.clicked {
    background-color: #3F3F3F !important;
}

div#group.clicked {
    background-color: #3F3F3F !important;
}

div#time.clicked {
    background-color: #3F3F3F !important;
}

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    margin: 0 auto;
    padding: 10px;
    float: left;
    /* Styles */
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    /* Font settings */
    font-family: "Roboto Light", Arial, sans-serif;
    font-size: 18px;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    margin-left: 25px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #FFFFFF transparent;
}

div#resource:after {
    left: -15px;
}

div#group:after {
    left: -15px;
}

div#time:after {
    left: -15px;
}

div.soloDropdown {
    /* Size and position */
    position: relative;
    margin: 0 auto;
    padding: 10px;
    float: left;
    /* Styles */
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    outline: none;
    /* Font settings */
    font-family: "Roboto Light", Arial, sans-serif;
    font-size: 18px;
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    /* Styles */
    border-radius: inherit;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    list-style: none;
    z-index: 9000;
    white-space: nowrap;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

div.dataTables_processing {
    z-index: 1;
}

div.dataTables_empty {
    text-align: center;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    padding-left: 15px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.wrapper-dropdown-3 .dropdown li.groupListItem a {
    padding-left: 20px;
    padding-right: 20px;
}
/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #3F3F3F;
    opacity: 0.8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

/* Media Queries */

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

@media all and (max-width: 479px) {
    div.mobileLogo {
        display: block !important;
        position: absolute;
        top: 0;
        margin-top: 5px;
        left: 5px;
    }
    #resource {
        width: 100% !important;
        text-align: center;
        padding-left: 10px !important;
        border: 1px;
        background-image: none !important;
        border-bottom: 1px #1A1A1A solid;
        padding-top: 4px !important;
        height: 30px;
        font-size: 18px !important;
    }
    .responsiveBackground {

    }
    .resourceSpan {
        padding-right: 0px !important;
    }
    #resource.clicked {
        background-color: #1A1A1A !important;
    }

    li.resourceListItem {
        margin-right: 0px !important;
        padding-left: 0px !important;
    }

    .wrapper-dropdown-3 .dropdown li a {
        padding-left: 0px !important;
    }

    .wrapper-dropdown-3 .dropdown li.dateListItemgroupListItem a {
        padding-left: 0px !important;
    }

    .wrapper-dropdown-3 .dropdown li.resourceListItem:hover a {
        background: #3F3F3F;
        opacity: 0.8;
    }
    .wrapper-dropdown-3 .dropdown li.groupListItem a {
        padding-right: 0px !important;
    }

    #group {
        min-width: 100% !important;
        text-align: center;
        border-bottom: 1px #1A1A1A solid;
        padding-left: 20px !important;
        padding-top: 4px !important;
        height: 30px;
        font-size: 18px !important;
        white-space: nowrap;
    }
    ul {
        min-width: 100% !important;
    }
    #time {
        width: 100% !important;
        max-width: unset !important;
        text-align: center;
        padding-left: 10px !important;
        padding-top: 4px !important;
        height: 30px;
        font-size: 18px !important;
    }

    div.soloDropdown {
        display: none;
    }
    div#resource:after {
        left: auto;
        right:20px;
    }
    div#group:after {
        left: auto;
        right:20px;
    }
    div#time:after {
        left: auto;
        right:20px;
    }
    img.sadface {
        top: 100px !important;
    }
    .triangle {
        display: none;
    }
}
@media all and (max-width: 425px) {
    .mobile-hide {
        display: none;
    }
    .input-form-dark {
        max-width: 100% !important;
    }
    .extra-padding {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media screen and (max-width: 219px) {
    table#dataTable {
        padding: 0px 0px 0px 0px !important;
    }
    .dataTables_empty {
        font-size: 16px !important;
    }

}

@media screen and (max-width: 159px) {
    .dataTables_empty {
        font-size: 12px !important;
    }
}

.trophySize {
    height: 17px;
    margin-left: -20px;
    margin-right: 5px;
}

.triangle {
    border-top: 41.5px;
    border-right: 40px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
}