﻿.hide {
    display: none;
}

.player-name {
    color:#1ba2dc;
    font-weight:normal;
}

.page-container {
    min-height: 850px;
}

#upSellMessage {
    position: absolute;
    top: 20%;
    z-index: 1;
    padding: 20px;
}

.btn-success {
    line-height: 30px;
}

.label-on {
    background: rgb(108, 148, 0) !important;
    font-size: 12px;
}

.label-off {
    background: red;
    font-size: 12px;
}

.sub-header {
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    background-color: #57595b;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.5em;
    padding-left: 20px;
}

.setting {
    display: inline-block;
    position: relative;
    border: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    font-size: 14px;
    min-height: 35px !important;
    border-radius: 4px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #292929;
    min-width: 195px;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 96%;
}
.row {
    margin-right: -10px !important;
}
.ag-header-group-text {
    margin-right: 2px;
    font-weight: bold;
    font-size: 1.1em;
}
.ag-header-group-cell-with-group {
    background-color: #00B9F7;
    border-bottom: 1px solid #00B9F7; 
    color: white;
}
.fp-border-left {
    border-left: 1px solid #00B9F7;
}
.fp-border-right {
    border-right: 1px solid #00B9F7 !important;
}
.team-players {
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #919191;
}
.team-player-detail {
    padding:0px;
    padding-top:5px;
    font-size:.9em;
}
.team-player-detail > span {
    font-weight:bold;
    margin-left:10px;
}
.team-player-detail > img {
    height:60px;
    width:60px;
}
.right {
    right:0px;
}
#banner{
    margin: auto;
    padding: 5px 5px 0px 0px;
}
#diffGrid .rating-100 {
    background-color: #1BFB21;
}
#diffGrid .rating-90  {
    background-color: #1BFB21;
}
#diffGrid .rating-80  {
    background-color: #7FFE7D;
}
#diffGrid .rating-70  {
    background-color: #7FFE7D;
}
#diffGrid .rating-60  {
    background-color: #A1FFA3;
}
#diffGrid .rating-50 {
    background-color: #CBFDC8;
}
#diffGrid .rating-40  {
    background-color: #CBFDC8;
}
#diffGrid .rating-30 {
    background-color: #FFE2E4;
}
#diffGrid .rating-20  {
    background-color: #FC9E9F;
}
#diffGrid .rating-10 {
    background-color: #FF797A;
}
#diffGrid .rating-0  {
    background-color: #FF797A;
}

@media (max-width: 500px) {
    .team-player-detail > span{
        display:block;
    }
}
@media (min-width: 768px) and (max-width: 1500px) {
    .team-player-detail > span{
        display:block;
    }
}
@media (max-width: 991px) {
    .team-players {
        position: relative;
        float:left;
    }
}