#id_query{
        width: calc(90%);
        font-size: 18px;
        height: 35px;
        border: solid 1px lightgray;
        border-radius: 30px 20px 20px 30px;
        box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7);
        background-image: url();
        background-repeat: no-repeat;
        background-size: 27px;
        text-indent: 50px !important;
        background-position-x: 5px;
        background-position-y: 4px;
        z-index:0;
        position:relative;
    }
    
.magSubmit{
        position: absolute;
        left: 2%;
        top: 7%;
        height: 30px;
        background-image: url("/static/images/search_icon_small.png");
        width: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color:transparent;
        border:none;
        z-index:1;
    }
    
.dropArrow{
        position: absolute;
        right: 1%;
        top: -3%;
        height: 38px;
        width: 38px;
        border:none;
        pointer-events:none;
        z-index:2;
}


    
.dropArrow > img{
    width: 100%;
    height: auto;
}
    
.magSelect{
        position: absolute;
        width: calc(30%);
        right: 1%;
        font-size: 18px;
        height: 37px;
        box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7);
        background-size: contain;
        background-repeat: no-repeat;
        background-color:#F3F3F3;
        border-radius:15px 30px 30px 15px;
        border: solid 1px lightgray;
        border-left:none;
        z-index:1;
        padding-left: 2%;
    }
    
@media only screen and (max-width: 539px){
	.magSelect{
	   font-size: 12px;
	}
	
	#id_query{
	   font-size: 12px;
	}
}
    
.magSelect:hover{
    background-color:#E8E8E8;
}

.magSelect:focus::-ms-value {
    color:black;
    height:20px;
    background-color: transparent;  
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
}
    
select::-ms-expand {
    display: none;
}
        
#id_query:focus{
   outline: 0;
   /*outline: -webkit-focus-ring-color auto 30px;*/
}

.red{
    color:red;
}

.green{
    color:green;
}

.Column{
    width:50%;
    float:left;
    height:100%;
    }
    
    
    .columnHead{height:48px;
                border-bottom:solid 1px #b5b5b5;
                }
    
    
    .columnHead > Span {
        left: 15px;
        top: 15px;
        position: relative;
        font-size: 20px;
        
    }
    
    .Column.Left > .columnHead{
    border-right:solid .5px #b5b5b5;
    }
    
    .Column.Left > .trendRow{
    border-right:solid .5px #b5b5b5;
    }
    
    .Column.Right > .columnHead{
    border-left:solid .5px #b5b5b5;
    }
    
    .Column.Right > .trendRow{
    border-left:solid .5px #b5b5b5;
    }
    
    .Column.Right > .columnHead{
    
    }

.playerimage{
    float:left;
    width: 35%;
    margin-bottom: -3px;
    
    }
    
    .playerimage img{
    border-right: solid 1px #b5b5b5;
    max-width: 100%;
    }
    
    .playermeta{
    float: left;
    width: 61%;
    position: relative;
    padding-left: 4%;
    padding-top: 3%;
    padding-bottom:5px;
    height:97%;
    }
    
    .Column > .trendRow{
    position:relative;
    border-bottom:solid 1px #b5b5b5;
    
    }
    
    .Column > .trendRow.odd{
        background: linear-gradient(to right, #f1f1f1 63%,#d6d6d6 100%);
        background-repeat: repeat-y;
        background-position: left top;
        background-color: #e4e6e0;
    }
    
    .Column > .trendRow.even{
    
    }
    
    .Column > .trendRowFooter{
    position:relative;
    height:40px;
    }
    
    .Column.Left > .trendRowFooter{
    border-right:solid 1px #b5b5b5;
    text-align:right;
    }
    
    .Column.Right > .trendRowFooter > a{
    padding-right: 15px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    }
    
    .trendgraphic {float:left;}
    .trendgraphic img {
    width: 30px;
    height:30px;
    
    }
    
.magSubmit:hover{
    background-color:lightblue;    
}

.magSubmit:active{
    right:2.5%;
}

.playerknownby{
        padding-bottom:5px;
        font-size:larger;
        
    }
    
    .playerknownby a{
    color:black;
    }
        
.playerstats{float:left;padding-left:10px;}

#showme {
    display: none;
}
@media only screen and (max-width: 539px) {
    #hideme {
        display: none;
    }
    #showme {
        display: inline;
    }
}
.top50table {
    font-family: arial, helvetica;
    font-size: 10pt;
    cursor: default;
    margin: 0;
    border-spacing: 0;
    width: 100%;
    box-shadow: 1px 1px 2px lightgray;
    margin-bottom: 30px;
    border-collapse: collapse;
}
.tableBottom{
            background: linear-gradient(to right, #ffffff 63%, #d6d6d6 100%);
            padding-top: 10px;
            padding-bottom: 13px;
            background-size: contain;
            border-left: 1px solid lightgray;
            border-right: 1px solid lightgray;
            border-top: 1px solid lightgray;
            box-shadow: 1px 1px 1px lightgray;
            border-radius: 0px 0px 30px 30px;
        
}
.tabletitleBlock {
            font-size: 20px;
            background: linear-gradient(to right, #ffffff 63%, #d6d6d6 100%);
            padding-top: 10px;
            padding-left: 15px;
            padding-bottom: 13px;
            background-size: contain;
            border-left: 1px solid lightgray;
            border-right: 1px solid lightgray;
            border-top: 1px solid lightgray;
            box-shadow: 1px 1px 1px lightgray;
            border-radius: 30px 30px 0px 0px;
            display:block;
        }
#ranking {
    font-size: 16px;
}
.tdgradient {
    border: 1px solid #eee;
    padding: 6px;
    text-align: center;
    text-overflow: ellipsis;
}

#table-container{
        border-style: solid;
        border-width: 1px;
        border-color:gray;
        box-sizing: border-box;
        width:100%;
        /* height:75px; */
        display:table-row;
    }
    
.player-picture {
    width: 17%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    border-left: solid 1px lightgray;
    border-right: solid 1px lightgray;

}
.player-picture img {
    max-width: 100%;
    height: auto;
    margin-bottom: -3px;
    border-bottom: solid 1px lightgray;
}
.player-rank {
    width: 10%;
    height: 100%;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: #919191;
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1px lightgray;
}
.player-details {
    width: -moz-calc(67% - 122px);
    width: -webkit-calc(67% - 122px);
    width: -o-calc(67% - 122px);
    width: calc(67% - 122px);
    height: 100%;
    padding-top: 12px;
    padding-left: 15px;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: top;
    border-bottom: solid 1px lightgray;
}
.player-details.last,
.player-rank.last,
.player-picture.last,
.player-details.last,
.player-votes.last {
    border-bottom: none;
}
.player-rank.last {
    border-bottom-left-radius: 30px;
}
.player-votes.last {
    border-bottom-right-radius: 30px;
}
.table-container.last {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.player-name {
    font-size: 16px;
    text-overflow: ellipsis;
}
.player-alias {
    font-size: 14px;
    text-overflow: ellipsis;
}
.player-sponsor {
    font-size: 14px;
    text-overflow: ellipsis;
}
.player-votes {
    width:15%;
    height: 100%;
    padding-top: 13px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: lightgray;
    box-sizing: border-box;
    padding-left: 15px;
    display: table-cell;
    border-bottom: solid 1px lightgray;
}
.player-rating {
    font-size: 14px;
    text-overflow: ellipsis;
}
.player-value {
    font-size: 14px;
    text-overflow: ellipsis;
}
.player-trend {
    font-size: 14px;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 539px) {
	.columnHead > Span{
	   font-size:17px;
	}
    .table-container {
        height: 50.3281px;
        display:block !important;
    }
    
    .playerimage{
       width:100%;
    }
    
    .playerimage img{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .playermeta {
        width:100%;
        box-sizing: border-box;
    }
    .player-rank {
        font-size: 12px;
        width: 5%;
        padding-top: 0px;
    }
   /* .player-picture {
        width: 30%;
    } */
    .player-details {
        width:34%;
        padding-top: 0%;
    }
    .player-votes {
        width: calc(45% - 2px);
        padding-top: 0%;
    }
    .player-name {
        font-size: 9px;
    }
    .player-alias {
        font-size: 9px;
    }
    .player-sponsor {
        font-size: 9px;
    }
    .player-rating {
        font-size: 9px;
    }
    .player-value {
        font-size: 9px;
    }
    .player-trend {
        font-size: 9px;
    }
    .voteMug img {
        width: 100%;
    }
    
    .voteMug {
        width: 65%;
        display: block;
    }
}
@media only screen and (max-width: 539px) {
    .tdgradient {
        font-size: 10px;
    }
}

@media only screen and (max-width: 539px) {
        .votecontainleft {
            width:65% !important;
            border-radius: 0px !important;
            border-top-left-radius: 30px !important;
          
        }
        .votecontainleft img {
            border-radius: 0px !important;
            border-top-left-radius: 30px !important;
        }
        
        .votecontainright {
            top:85% !important;
            left:51.5% !important;
            width:100% !important;
        }
        .votecontainmiddle{
            width:100% !important;
            border-top: 1px solid rgba(128, 128, 128, 0.67) !important;
        }
        .statSection{
            border:none !important;
            height:158px !important;
            margin-top: -100px !important;
            padding-top:0px !important;
        }
     
     }
.odd {} .even {
    background: linear-gradient(to right, #f1f1f1 63%, #d6d6d6 100%);
    background-attachment: fixed;
    
}
.odd:hover,
.even:hover {
	background:none;
    background-color: #dfdfdf;
}
.tabletitle {
    display: table-row;
}
.table-container {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px lightgray;
    display: table-row;
}
.layouttitle {
    display: table-caption;
    caption-side: top;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 0px;
    position: absolute;
    height: 45px;
    width:100%;
}

.titleLogo{
	float:right;
	margin-top: -15px;
    margin-right: 15px;
}

@media only screen and (max-width: 539px) {
	.layouttitle {
	   font-size:17px;
	   padding-left:0px;
	   text-align:center;
	}
	.titleLogo{
	   opacity: .4;
	   float:none;
	   margin-top: -35px;
	   margin-right: 0px;
	}
	
}
.table-title {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 0px;
}
.tpdGeneralInfo {
    background: linear-gradient(to right, #ffffff 63%, #d6d6d6 100%);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #e4e6e0;
    border: solid 1px #a9a9a9;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7);
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tpdGeneralInfo2 {
    background: linear-gradient(to right, #ffffff 63%, #d6d6d6 100%);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #e4e6e0;
    border: solid 1px lightgray;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}
.tpdGeneralInfo2 > .tabletitle {
    font-size: 20px;
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    margin-top: 20px;
    padding-left: 20px;
}

.tpdBanner{
    border-bottom: 1px solid gray;
    border-radius: 30px;
}

.tpdSocialMedia{
    padding-left: 15px;
    float: left;
    width:100%;
    box-sizing:border-box;
}

.tpdPhotoCredit{
    display: inline;
    float: right;
    padding-right: 15px;
    font-style: italic;
    box-sizing:border-box;
}

.tpdPlayerDetails{
    padding-top: 30px;
    padding-left: 10px;
}

.tpdGameContainer{
    width:100%;
    float:left;
    
}

.tpdMeterRatingContainer{
    float:left;
    padding-left:25px;
}

.tpdMeter {
	margin-bottom: 5px;
    border: solid 1px;
    width: 315px;
    height: 18px;
    background: #FFF;
}

.rounded {
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}

.tpdBlueProgress {
    height: 18px;
    background: #3D4B89;
    background: linear-gradient(to bottom, #75A4E2 0%,#14295e 82%);
}


.tpdGCleft{
    float:left;
    padding:15px;
    border-right: 1px solid rgba(128, 128, 128, 0.67);
    box-sizing: border-box;
    width: 75%;
}

.tpdGCright{
    float:right;
    display:inline;
    padding-top: 11px;
    padding-left: 28px;
    width: 25%;
    box-sizing: border-box;
}

.tpdBreadcrumbs{
    margin-bottom:15px;
}

@media only screen and (max-width: 767px) and (min-width: 540px) {
	.playermeta {
	   box-sizing:border-box;
	   padding-left:7%;
	}
    .tpdMeterRatingContainer{
        width:90%;
    }
    .tpdMeter{
        width:100%;
    }
    .tpdGCleft{
        width:65%;
    }
    .tpdGCright{
        padding-top: 40px;
        padding-left: 10%;
        width:35%;
    }
    
}

@media only screen and (max-width: 539px) {
	#id_query {
	   font-size: 14px;
	   text-indent: 13px;
	}
	
    .tpdMeterRatingContainer{
        width:90%;
        padding-left: 5%;
        text-align: center;
    }
    .tpdMeter{
        width:100%;
    }
    .tpdGCleft{
        width:100%;
        padding:15px 0px 0px 0px;
        border-right:none;
    }
    
    .tpdGCright{
        padding:120px 0px 10px 0px;
        text-align: center;
        float:none;
        display:block;
        width:100%;
    }
    
    .tpdLogoContainer{
        display:flex; 
        justify-content:center;
    }
    .tpdSocialMedia{
        width:100%;
        padding-top: 20px;
    }
    
}

.table-colspan {
    display: table-cell;
    border-bottom: solid 1px lightgray;
    height: 65px;
}

.table-colspan.last{
    border-bottom:none;
    height:30px;
    }
    
.odd:first-of-type {
    border-top: solid 1px lightgray;
}



.votecontainer {
    background-image: url('{{MEDIA_URL}}/images/moves_database/bg_movevote.png');
    background-repeat: y;
    border: solid 1px #b9b9b9;
    border-radius: 30px;
    margin-bottom: 22px;
    box-shadow: 0px 1px 1px 0px #888888;
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    height: 100%;
}

.votecontainer.voteall{
    border:none;
    box-shadow:none;    
    margin-bottom: 0px;
    margin-top:5px;
}

.votebar {
    background-color: rgba(0, 0, 0, 0.02);
    width: calc(100% - 132px);
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    float: left;
    height: 23px;
}

.votebar .ui-slider-handle {
    background-color: gray;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: lightgray;
    border: none;
}

.ui-slider .ui-slider-handle {
    width: 25px;
    border: 1px solid #b3b3b3;
    margin-top: 0px;
    background-color: #dedede;
    border-radius: 25px;
    height: 29px;
    box-shadow: 1px 1px #888888;
    position: absolute;
    margin: 0px -14px;
}
.ui-slider {
    -ms-touch-action: none;
    touch-action: none;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider-range {
    margin-top: 0px;
    -ms-touch-action: none;
    border-radius: 5px;
    touch-action: none;
}
.buttonnum {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #3f3f3f;
}
.charSlideContainer {
    margin-bottom: 12px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 333px;
    left: 9px;
    height: 10px;
    position: relative;
}
.dragIndicator {
    position: absolute;
    top: 3px;
    left: 53px;
}
.leftButton {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 30px solid gray;
    border-bottom: 10px solid transparent;
    border-left: none;
    background: none !important;
    vertical-align: top;
    margin-right: 10px;
    float: left;
    left: -5px;
    position: relative;
}
.rightButton {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 30px solid gray;
    border-bottom: 10px solid transparent;
    border-right: none;
    background: none !important;
    vertical-align: top;
    margin-left: 10px;
    float: left;
    right: -5px;
    position: relative;
}
.leftButton:active {
    vertical-align: top;
    left: -7px;
}
.rightButton:active {
    vertical-align: top;
    right: -7px;
}

#searchform > input[type=submit]{
    font-size:20px;
    }
    
#searchform{
margin-top:10px;
margin-bottom:10px;
position: relative;
}

.voteamount {
    position: relative;
    bottom: 20px;
    z-index: 100;
    color: #656060;
    text-shadow: 1px 1px 1px white;
    margin: 0 auto;
    width: 25px;
    pointer-events:none;
}

.vote-login {
    position: relative;    
    bottom: 20px;
    margin: 0 auto;
    width: 100px;
    pointer-events:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: black;
}

@media only screen and (max-width: 539px){
	.vote-login{
	   font-size: 10px;
	   width: 90px;
	}
	.playerimage img {
    border-right: none;
	}
}

.locked-image{
    position: absolute;
    margin-top: -40px;
    margin-left: 60px;
}

.locked-image > img{
	width: 100%;
	height: auto;

}

.votecontainleft {
    width: 25%;
    float: left;
    text-align: center;
    border-radius: 30px;
    box-shadow: 1px 1px 1px 0px #888888;
    background-image: url('{{MEDIA_URL}}/images/moves_database/bg_movevote.png');
    position: relative;
    z-index: 5;
}
.votecontainleft img {
    max-width: 100%;
    height: auto;
}
.votecontainright {
    float: right;
    width: 75%;
    transform: translate(-50%, -50%);
    top: 61%;
    left: 62.5%;
    position: absolute;
    transition: .6s opacity;
}
.votecontainright.expired {
    opacity: .3;
    transition: .6s opacity;
}
.gameName {
    top: -5px;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}
.expireMessage {
    position: absolute;
    z-index: 5;
    margin: 0% 0% 0 15%;
    text-align: center;
    width: 75%;
    display: none;
    background-color: rgba(201, 204, 67, 0.39);
    border-radius: 0px 30px 30px 0px;
    height: 100%;
    padding-left: 10%;
}
.expireMessage.expired {
    display: inherit;
    transition: .6s opacity;
}

.found-picture{
        width:95px;
        float:left;
        height:100%;
    }
    
    .found-picture img {
        max-width:100%;
        height:auto;
    }
    
    .found-details{
        width: -moz-calc(100% - 97px);
        width: -webkit-calc(100% - 97px);
        width: -o-calc(100% - 97px);
        width: calc(100% - 97px);
        height:100%;
        float:left;
        padding-top:1%;
        padding-left:2px;
        text-overflow:ellipsis;
    }
    
    .found-name{
        width: 100%;
        float:left;
        padding-top:1%;
        padding-left:2px;
        text-overflow:ellipsis;
    }
    
    .found-games{
        width: 100%;
        float:left;
        padding-top:1%;
        padding-left:2px;
        text-overflow:ellipsis;
    }
    
    .found-container{
        width:100%;
        height:59.5781px;
        float:left;
        margin-bottom:20px;
    }

.gameNameMobile {
    display: none;
}
.tpdGeneralInfo {
    float: none;
}


        
@media only screen and (max-width: 767px) {
    .gameName {
        display: none;
    }
    .gameNameMobile {
        display: block;
    }
    
}

@media only screen and (max-width: 767px) and (min-width: 540px) {
	.player-details{
       width: 50%;
    }
    .voteDetails{
        width: 60%;
    }
    .player-votes {
       width: 100%;
    }
    .player-picture {
        width: 19%;
    }
    .playerimage{
        width: 42%;
    }
    .playermeta {
        width:58%;
    }
}

.morelink{    
    position: absolute;
    right: 15px;
    bottom: 15px;}
    
.votePlayer, .voteMug, .voteDetails{
    vertical-align:middle;
    padding-top:0px;
    }

    
    @media only screen and (max-width: 539px) {
        
        
        .voteDetails {
            width:100%;
            border-top: solid 1px lightgray;
            padding-left: 0px;
            display: block;
            padding-top:1%;
        }
        .voteName {
            font-size: 16px;
        }
        .votePlayer {
            display: block;
            width: 30%;
            border:none;
            position: relative;
            left: 70%;
            top: -140px;
        }
        .voteRating, .voteValue, .voteTrend {
            font-size: 16px;
        }
        .player-picture {
            width: 28%;
        }
    }
    
    @media only screen and (max-width: 475px) {
        .votePlayer {
            left: 65%;
            width: 35%;
            top: -125px;
        }
        
        .voteRating, .voteValue, .voteTrend {
            font-size: 14px;
        }
    }
    
        @media only screen and (max-width: 340px) {
        .votePlayer {
            left: 62%;
            width: 38%;
            top: -125px;
        }
        
        .voteRating, .voteValue, .voteTrend {
            font-size: 13px;
        }
    }
            
            
            
            
            @media only screen and (max-width: 539px) {
    .voteMug, .voteDetails, .votePlayer{
    display:block !important;
    }
    .voteDetails{
    width:100% !important;
    padding-left:0px !important;
    border-bottom:none !important;
    }
    
    .votePlayer{
    margin-top:-4% !important;
    border:none !important;
    }
  /*  .table-container.last{
    display:none !important;
    } */
    
    .voteDetails .voteName{
    font-size:16px !important;
    }
    .votecontainer.voteall {
        margin-top:20px;
    }
    .emptyDiv{
        display:none !important;
    }
    .titleDiv{
        height:65px !important;
    } 
}