body {}

ul {
    list-style: none;
}

.main-body {
    margin: 60px 0px 10px 0px;
    min-height: 82%;
    border-radius: 4px;
    font-size: 12px;
    /*white theme*/
    background-color: rgba(255, 255, 255, 0.95);
    /*blace theme*/
    /*background-color: rgba(0, 0, 0, 0.9);*/
    /*color: #fff;*/
}


/*.input-group {*/


/*min-width: 100%;*/


/*margin-bottom: 1%;*/


/*}*/


/*.form-control {*/


/*margin-bottom: 1%;*/


/*}*/

.well {
    background: rgba(245, 245, 245, 0.4) !important;
}

.hidden {
    display: none;
}

.table,
.row {
    font-size: 12px;
    /*background-color: #fff;*/
}

.table th {
    background-color: #e0e0e0;
}

.table thead th {
    background-color: #337ab7 !important;
    color: #FFFFFF;
}

.modal-footer button {
    margin-left: 8px;
}

.borderless td,
.borderless th {
    border: none !important;
}


/*.modal-body .container {*/


/*max-width: 99%;*/


/*}*/

.blue {
    color: #0e90d2;
}

.alert {
    padding: 6px;
    font-size: 11px;
    font-weight: bold;
}

.isloading-wrapper.isloading-right {
    margin-left: 10px;
}

.isloading-overlay {
    position: relative;
    text-align: center;
}

.isloading-overlay .isloading-wrapper {
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    top: 10%;
    z-index: 9000;
}

.errorAlert {
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
}

.errorClass {
    border: 1px solid red;
}

.errorText {
    font-size: 11px;
    font-weight: bold;
    color: red;
    margin-top: 4px;
}

.btn {
    font-size: 12px;
    padding: 6px;
}

.left-panel {
    padding: 8px;
    height: 80%;
    overflow: scroll;
    /*background-color: rgba(0,0,0,0.6);*/
}

.upcoming {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.upcoming h5 {
    margin: 0;
    margin-bottom: 6px;
}

.right-panel {
    padding: 8px;
    min-height: 80%;
    border-left: 1px solid #AAA;
}

.empty-player {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 12px;
    border: 1px solid #AAA;
    background-image: linear-gradient(#f0f0f0, #c0c0c0);
    /*-webkit-filter: blur(3px);*/
    margin-bottom: 5px;
}

.empty-player div {
    vertical-align: top;
    line-height: 20px;
}

.empty-player i {
    font-size: 30px;
    line-height: 100px;
}

.empty-player-red {
    /*background-color: red;*/
    background-image: linear-gradient(#F10, #A00);
    color: white;
}

.empty-player-red .bg-value {
    background-color: darkblue;
}

#options {
    height: 90%;
    overflow: auto;
    padding: 0;
}

#options li {
    padding: 5px;
    /*border-top: 1px solid #EEE;*/
    /*border-bottom: 1px solid #EEE;*/
    margin: 8px 0px;
}

#options li div {
    display: inline-block;
    vertical-align: top;
}

.bg-value {
    background-color: red;
    position: relative;
    left: -15px;
    top: -4px;
}

#options li:hover {
    background-color: #DDD;
    cursor: pointer;
}

#options img {
    height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 4px;
    border: 2px solid #DDD;
}

.inline-block {
    display: inline-block;
}

.squad img {
    height: 80px;
    max-width: 80px;
    margin: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#team_val {
    margin-top: 5px;
    color: #FFF;
    background: linear-gradient(#e4412c, #e4111c);
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.player-sm {
    height: 60px;
    max-width: 60px;
    border: 1px solid #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.player-lg {
    border: 1px solid #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}

#my_team {
    background: url('../img/ground.png') no-repeat;
    background-size: contain;
    min-height: 550px;
    text-align: center;
    color: #FFF;
}

#my_team .row {
    margin-top: 50px;
    width: 520px;
}

#standing {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #000;
    height: 90px;
    width: 120px;
    /*background: linear-gradient(#0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);;*/
    background: linear-gradient(#e4412c, #e4111c);
    color: #FFF;
    text-align: center;
}

#standing .point {
    font-family: Verdana;
    font-size: 35px;
}

#standing .rank {
    font-size: 13px;
}

#subs .super-sub {
    background: linear-gradient(#2498e4, #0b82e4);
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

#subs input {
    background-color: #0f56e4;
}

.table-score tr td:last-child {
    font-weight: bold;
    background-color: #337ab7;
    color: #FFFFFF;
}

.table-score .playing {
    background-color: #dfe4db;
}

.badge {
    background-color: #e40300 !important;
}

.team-for-super-sub li:hover,
.hovr:hover {
    background-color: #729fe4;
    /* color: #FFF; */
    cursor: pointer;
}

#score_tbl .player {
    font-weight: bold;
    background-color: #EEE;
}

.player_filter {
    border: 1px solid #000;
    padding: 4px;
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 15px;
    cursor: pointer;
}

.unhide {
    display: block;
}

.selected_filter {
    background-color: #0b82e4;
    color: #FFF;
}

.now-playing {}

.loading {
    background: url('../img/loading.gif') center no-repeat;
    background-size: 50px;
}

.rank1 {
    color: #d1570f;
    font-size: 18px;
    font-weight: bold;
    background: url('../img/winner.png') center top no-repeat;
}

.rank2 {
    /*color: #3746bf;*/
    font-size: 16px;
    font-weight: bold;
}

.rank3 {
    /*color: #3746bf;*/
    font-size: 14px;
    font-weight: bold;
}

.player-img {
    height: 50px;
    width: 50px;
}

.live_match {
    background-color: #F00;
    color: #fff;
}

.live_match .panel-footer {
    color: #2b669a;
}

.player-info {
    background: url('../img/info.png') #0e90d2 center center no-repeat;
    width: 25px;
    height: 50px;
    background-size: 95%;
}

.rad {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .60));
}

.home-tile {
    height: 120px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    /*border:1px solid;*/
    cursor: pointer;
}

.home-tile i {
    /*border:2px solid;*/
    padding: 10px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5em;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .60));
}

.home-tile div {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    /*bottom: -30px;*/
}

.tour_history {
    overflow: auto;
    max-height: 100%;
}

.upcoming .winner {
    background-color: red;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}

.head1 {
    background-color: #2b669a;
    font-size: 14px;
    color: #FFF;
    padding: 8px;
    font-weight: bold;
    margin-bottom: 10px;
}

.head2 {
    background-color: #f0f0f0;
    color: #666;
    padding: 16px;
    margin: 0;
    margin-bottom: 10px;
}

.loader {
    border: 26px solid #f3f3f3;
    border-radius: 50%;
    border-top: 26px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    background: #000;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    padding-top: 20%;
    z-index: 9999;
}

.user_img_xs {
    width: 30px;
    height: auto;
    margin-right: 5px;
    border-radius: 50%
}

.user_img_s {
    width: 50px;
    height: auto;
    margin-right: 5px;
    border-radius: 50%
}

.temp-profile-cont {
    background-color: #e0e0e0;
    padding: 6px;
    display: inline-block
}

.user-score {
    background-color: #eeeeee;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid gray;
    font-weight: 600;
}

#score_tbl row {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: white
}

.user-score-card {
    margin: 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 5px;
}

.player-diff {
    color: #002d70;
    font-weight: 600;
    text-decoration: underline;
    background-color: #e6f0ff;
}


/***Kshitij****/

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.w-100 {
    width: 100%;
}

.p-0 {
    padding: 0;
}

.border-r-0 {
    border-radius: 0;
}

.bg-blue-gradient {
    background: linear-gradient(45deg, #f5f6f4, #eeeeee);
    color: #222222;
    font-weight: 700;
}

.clr-black {
    color: #222222;
}

.fw-700 {
    font-weight: 700;
}


/***Kshitij****/