@media only screen
and (max-width : 999px) {
    .nav-desktop{
        display: none;
    }
    .nav-top{
        display: none;
    }
    .nav-dashboard{
        display: none;
    }
    .logo{
        position: relative;
        left: 20px;
        top: 15px;
        height:  40px;
        z-index: 1;
    }
}

@media only screen
and (min-width : 1000px) {
    #nav-menuToggle{
        display: none;
    }
    .logo{
        position: relative;
        left: 40px;
        top: 15px;
        width:  400px;
        z-index: 1;
    }
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(Raleway.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



html, body {
    font: 16px Neucha,Verdana,Georgia,Vegur-Regular,Arial,Helvetica, sans-serif;
    color: #000000;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    background: url("../img/blue.png") repeat #12608c;
    -webkit-font-smoothing: antialiased;
    box-sizing:border-box;
    /*max-width: 100%;*/
    /*overflow-x: hidden;*/
}
h1{
    font-family: Raleway,sans-serif,Madefor, Helvetica Neue;
    color:#6291a1;
    text-align: center;
}
h2{
    font-family: Raleway,sans-serif,Madefor, Helvetica Neue;
    color:#6291a1;
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
a{
    color: #000000;
}

.button {
    background-color: #6291a1;
    color: white;
    font-weight: bold;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: Raleway,sans-serif,Madefor, Helvetica Neue;
    border: 2px solid #000000;
    box-shadow: 1px 1px 0 #c0c0c0 inset;
    cursor: pointer;
}
.button:hover {
    background-color: #75a4b5;
}

.icon {
    font-size: 20px;

}

.login {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}
.login form {
    width: 100%;
}

.form {
    width: 75%;
    margin: 20px auto;
}
.form form {
    width: 100%;
}

.formtable{
    width: 100%;
    border:1px solid #000000;
}
.cell-description{
    /*width: 25%;*/
    /*text-align: right;*/
    white-space: nowrap;
    font-size: 14px;
    padding-right: 5px;
}
.hn-blue{
    background-color: rgb(98, 145, 161);
}
.hn-blue-border{
    border-color: rgb(98, 145, 161);
}

.hn-green{
    background-color: #62a170;
}

.hn-yellow{
    background-color: #b9ba75;
}

input {
    color: #000000;
    /*margin-bottom: 10px;*/
    padding: 10px;
    width: 100%;
}

select {
    color: #000000;
    /*margin-bottom: 10px;*/
    padding: 10px;
    width: 100%;
}


.headerbar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    border:0px solid;
    background: url("../img/nav.png");
    border-radius: 5px;
    min-height: 50px; !important; /* browser fill */
    height: auto;
    /*z-index: 0;*/
}
.content-container{
    position: relative;
    width: 100%;
    max-width: 1300px;
    border:0px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    align-content: center;
}

.whitebox{
    position: relative;
    max-width: 1300px;
    border:0px solid;
    background: url("../img/nav.png");
    border-radius: 5px;
    min-height: 500px; !important; /* browser fill */
    height: auto;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.whitebox-bg{
    background: url("../img/nav.png");
}

.body {
    position: relative;
    padding: 10px;
}
.toast-success {
    position: relative;
    padding: 10px;
    background: url("../img/success.png");
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.toast-error {
    position: relative;
    padding: 10px;
    background: url("../img/error.png");
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.footer{
    font: 12px Verdana,Georgia,Vegur-Regular,Arial,Helvetica, sans-serif;
    position: relative;
    max-width: 1300px;
    border:0px solid;
    background: url("../img/lightgrey.png");
    border-radius: 5px;
    height: auto;
    margin: 10px;
}

.nav-desktop{
    position:relative;
    width: 200px;
    height: 300px;
    background: url("../img/lightblue.png");
    border-radius: 5px;
    color: #ffffff;
}

/********************top nav*/
.nav-top {
    position: absolute;
    top: 15px;
    right: 15px;
    /*width: calc(100% - 632px);*/
    border: 1px solid #ccc;
    background: url("../img/lightblue.png");
    border-radius: 5px;
    /*min-height: 50px; !important; !* browser fill *!*/
    height: 40px;
    overflow: hidden;
    z-index: 1;
}
.nav-top a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 17px;
}
.nav-top a:hover {
    background: url("../img/nav.png");
    color: black;
}
.nav-top a.active {
    background: url("../img/nav.png");
    color: black;
    font-weight: bold;
}

/********************top nav*/
.nav-dashboard {
    position: relative;
    /*top: 15px;*/
    /*right: 15px;*/
    /*width: calc(100% - 632px);*/
    border: 1px solid #ccc;
    background: url("../img/lightblue.png");
    border-radius: 5px;
    /*min-height: 50px; !important; !* browser fill *!*/
    height: 40px;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 10px;
}
.nav-dashboard a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 17px;
}
.nav-dashboard a:hover {
    background: url("../img/nav.png");
    color: black;
}
.nav-dashboard a.active {
    background: url("../img/nav.png");
    color: black;
    font-weight: bold;
}


/***************menu nav*/
#nav-menuToggle{
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
}
#nav-menuToggle a{
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}
#nav-menuToggle a.active {
    font-weight: bold;
}
#nav-menuToggle a:hover{
    color: black;
}
#nav-menu{
    position: absolute;
    width: 300px;
    /*left: 100px;*/
    margin: 18px 0 0 -247px;
    /*padding: 50px;*/
    /*padding-top: 125px;*/

    border:0px solid;
    background: url("../img/lightblue.png");
    border-radius: 5px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(0%, -1000%);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#nav-menu li{
    /*margin-top: 5px;*/
    padding: 2px;
    font-size: 17px;
    /*background-color: #4a5568;*/
    /*background: url("img/nav.png");*/
}

#nav-menuToggle input:checked ~ ul{
    transform: none;
    list-style: none;
    padding: 10px 10px 10px 15px;
}

#nav-menuToggle input ~ ul{
    list-style: none;
    padding: 10px 10px 10px 15px;
}

#nav-menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    list-style: none;
    padding: 10px 10px 10px 15px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}
#nav-menuToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #000000;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}
#nav-menuToggle span:first-child{
    transform-origin: 0% 0%;
}
#nav-menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}
#nav-menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
#nav-menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#nav-menuToggle input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
}






/* make drag container visible */
div#redips-drag {
    /*border: 2px dashed LightBlue;*/
    display: table;
    margin: auto;
    width:95%;
}

/* table */
div#redips-drag table {
    background-color: #eee;
    border-collapse: collapse;
    margin: 7px;
    width: 100%;
}

/* table cells */
div#redips-drag td {
    border: 1px solid navy;
    height: 50px;
    width: 33%;
    text-align: center;
    font-size: 10pt;
}

/* drag object */
.redips-drag {
    margin: auto;
    text-align: center;
    width: 200px;
    display: flex;
    justify-content: center;
    height: 35px;
    line-height: 35px;
    border: 2px solid SteelBlue;
    background-color: white;
    font-size: 10pt; /* needed for cloned object */
    /* round corners */
    border-radius: 4px; /* Opera, Chrome */
    -moz-border-radius: 4px; /* FF */
}

/*!* orange elements *!*/
/*.orange {*/
/*    border: 2px solid #FF8A58;*/
/*}*/

/*!* forbidden cells *!*/
/*.redips-mark {*/
/*    background-color: #ccc;*/
/*}*/

/*!* trash cell *!*/
/*.redips-trash {*/
/*    color: white;*/
/*    background-color: SteelBlue;*/
/*}*/

/*!* styles for user defined overflow td *!*/
/*td#overflow {*/
/*    padding-bottom: 6px;*/
/*}*/
/*td#overflow div {*/
/*    float: left;*/
/*    margin-left: 5px;*/
/*    margin-top: 5px;*/
/*}*/

/*!* space between radio/checkbox and text *!*/
/*div#redips-drag input {*/
/*    margin-right: 10px;*/
/*}*/




.stat-header {
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 5px;
}

.teampos-footer {
    font-size: 10px;
    padding-top: 5px;
}
.offer-box {
    font-size: 10px;
    color: #fff;
}

.best-offer {
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    padding: 3px;
    background-color: #fff;
    color: #000;
    display: inline;
    border: 3px solid #ddd;
}

.countdown {
    display: inline;
    font-weight: bold;
}




.datatable {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.datatable tr {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding: .35em;
}
/*.datatable tr:hover td{*/
/*    background-color: #eee;*/
/*}*/

/*.datatable tr:nth-child(even){*/
/*    background-color: #dbe3e5;*/
/*}*/

/*.datatable-offer tr:nth-child(even) {background-color: #f8f8f8;}*/
/*.datatable-offer tr:nth-child(4n+3) {background:#dbe3e5;}*/
/*.datatable-offer tr:nth-child(4n+4) {background:#dbe3e5;}*/



.datatable th,
.datatable td {
    padding: 5px;
    text-align: center;
}

.datatable th {
    font-size: .65em;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.col-25 {
    float: left;
    width: 25%;
    margin-top: 8px;
    text-align: right;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
    /*breaks on a select tag if you don't put this*/
    border: 1px solid transparent;
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}



@media screen and (max-width: 600px) {

    .datatable{
        font-size: 10px;
    }

    .icon {
        font-size: 15px;
    }

    .col-25, .col-75 {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    label{
        padding: 12px 0 0 0;
    }

    /*unseen .datatable td:nth-child(4),*/
    /*unseen .datatable th:nth-child(4){display: none;}*/

    /*.datatable {*/
    /*    border: 0;*/
    /*}*/

    /*.datatable thead {*/
    /*    border: none;*/
    /*    clip: rect(0 0 0 0);*/
    /*    height: 1px;*/
    /*    margin: -1px;*/
    /*    overflow: hidden;*/
    /*    padding: 0;*/
    /*    position: absolute;*/
    /*    width: 1px;*/
    /*}*/

    /*.datatable tr {*/
    /*    border-bottom: 3px solid #ddd;*/
    /*    display: block;*/
    /*    margin-bottom: .625em;*/
    /*}*/



    /*.datatable td {*/
    /*    border-bottom: 1px solid #ddd;*/
    /*    display: block;*/
    /*    font-size: .8em;*/
    /*    text-align: right;*/



    /*}*/

    /*.datatable td::before {*/
    /*    !**/
    /*    * aria-label has no advantage, it won't be read inside a table*/
    /*    content: attr(aria-label);*/
    /*    *!*/
    /*    content: attr(data-label);*/
    /*    float: left;*/
    /*    font-weight: bold;*/
    /*    text-transform: uppercase;*/
    /*}*/

    /*.datatable td:last-child {*/
    /*    border-bottom: 0;*/
    /*}*/
}







.data-details {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}


.data-details td{
    font-size: .65em;
        letter-spacing: .1em;
        text-transform: uppercase;
    padding: 3px;
}

.data-details tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}




.player-search {
    background-image: url('/img/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.player-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/*.player-ul li div {*/
/*    border: 1px solid #ddd;*/
/*    margin-top: -1px; !* Prevent double borders *!*/
/*    background-color: #f6f6f6;*/
/*    padding: 12px;*/
/*    text-decoration: none;*/
/*    font-size: 18px;*/
/*    color: black;*/
/*    display: block*/
/*}*/

/*.player-ul li div:hover:not(.header) {*/
/*    background-color: #eee;*/
/*}*/







.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    outline: 1px solid #494a4f;
    border-radius: 1px;
    border: none;
}

.hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pagination button.active {
    background-color: #007bff;
    color: white;
}


.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background: url("../img/lightblue.png");
    border-radius: 5px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 10px;
    /*transition: 0.3s;*/
    font-size: 16px;
    color: #ffffff;
    /*background: url("../img/lightblue.png");*/
}

.tab button:hover {
    background: url("../img/nav.png");
    color: #000000;
}

.tab button.active {
    background: url("../img/nav.png");
    color: black;
    font-weight: bold;
}

