.disableinput {
    pointer-events: none;
    color: blue;
}

tfoot.msheet {
    border-top: 1px solid rgb(180,180,180);
}

.footer.msheet {
    display:inline-block;
    width:120px;
    text-align:center;
    font-weight:bold;
}

.manualplayer {
    background-color: rgb(255,255,153);
    border: 1px dotted rgb(0,0,0);
}

.popignore {
    background-color: rgb(240,255,255);
    border: 1px dotted rgb(0,0,0);
    color: #3e4cb7;     /* indigo */
}

.nolegplayer {
    background-color: rgb(255,240,240);
    border: 1px dotted rgb(0,0,0);
    color: #f6402b;     /* indigo */
}

.newplayer {
    color: black !important;
    background-color: rgb(180,220,255);
/*    font-weight: bold !important; */
}

.newplayersub {
    color: black !important;
    background-color: #d5a6e6;  /* rgb(255,255,200) */
/*    font-weight: bold !important; */
}

.playermenu {
    width:20px;
    height:26px;
    text-align: center;
    padding-top: 5px;
    border-right:1px solid rgb(180,180,180);
    float:left;
}

.pm-empty {
    background-color:rgb(220,220,220);
}

.pm-selected {
    background-color:rgb(255,255,120);
}

.draggableplayer {
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.draggableplayer.hasrank {
    width: 115px;
}

.draggableplayer.norank {
    width: 140px;
}

.draggablerank {
    white-space: nowrap;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.playerdiv:hover {
    background-color: rgb(200,200,200);
}

.playerlistheader {
    font-weight:bold;
    width: 160px;
    padding: 5px;
    text-align:center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autogreen {
    color: rgb(0, 128, 0);
}

.autoblue {
    color: rgb(0, 0, 255);
}

.ms-notplayed {
/*    font-weight: bold; */
    background-color: rgb(220,220,255);
    color: rgb(0,0, 255);
    border-color: rgb(0,0,255) !important;
    border-style: solid !important;
}

.ms-notplayed-fft {
/*    font-weight: bold; */
    background-color: rgb(220,220,255);
    color: rgb(0,0, 255);
    border-color: rgb(0,0,255) !important;
    border-style: solid !important;
}

.ms-notplayed-aban {
/*    font-weight: bold; */
    background-color: rgb(220,220,220);
    color: rgb(0,0, 0);
    border-color: rgb(0,0,0) !important;
    border-style: solid !important;
}

.selmatchstatus {
    font-weight: bold !important;
    color: rgb(255,0,0) !important;
}

.btn-warning2 {
    color: rgb(80,80,80);
    background-color: #f0ad4e;
    border-color: #eea236;
}

.input-group-addon {
    background-color: rgb(200,200,200);
    border: 1px solid rgb(180,180,180);
    font-weight: bold;
}

.text-warning2 {
 color:#8a6d3b
}

a.text-warning2:hover {
 color:#66512c
}

table.dialogscore {
    margin-top: 10px;
    margin-bottom: 0px;
}

table.dialogscore td {
    padding: 5px;
}

.addplayerbtn {
    margin-right: 5px;
}
.tooltip-inner {
    min-width: 220px;
    color: black;
    background-color: rgb(255,255,255);
    border: 2px solid black;
    text-align: left;
    font-size: 1.2em;
}

.tooltip-inner td {
    padding: 0px;
}

.tooltip.in {
    opacity: 1;
}


.mscodes {
/*    padding-left:5px; */
    width:25px;
    text-align:center;
    border-style: solid;
    border-radius: 7px;
}

.legendcode {
/*    background-color:rgb(240,240,240);
    border-color:rgb(100,100,100);
    color:rgb(0,0,0); */
}

.legendhtag {
    width: 50px;
}

.rank {
    width: 40px;
    text-align: center;
}

.statsummary {
    width: 50px;
    text-align: center;
}

.statscode {
    background-color:rgb(240,240,240);
    border-color:rgb(100,100,255);
    color:rgb(0,0,255);
}

ul.ui-autocomplete {
    z-index: 1100;
}

.Hhtag, .Ahtag, .Hpoints, .Apoints, .statsplayer, .rank, .legendhtag, .statsummary  {
    border: 1px solid rgb(200,200,200);
    padding: 4px 3px;
    border-radius: 3px;
}

.statsplayer.new {
    font-size: 1.4rem;
}

.statsplayer {
    width:170px;
    font-size: 1.4rem;
/*    border: 1px solid rgb(200,200,200);
    padding: 2px; */
}

.statsplayer.legend {
    width:140px;
}

table.plegend, table.pstats {
/*    margin-bottom: 0; */
}

table.plegend td, table.plegend th, table.pstats td, table.pstats th {
    padding: 2px 2px;
}

.mscodes.legendcode {
    width: 35px;
}

.statsplayer.legend.new {
    width:170px;
    font-size:1.4rem;
}

.statsplayer.pts {
    width:154px;
/*    border: 1px solid rgb(200,200,200); */
}

.input-other {
    display: inline-block;
}

.legelem.home {
    margin-left:4px
}

.legelem.away {
    margin-right:4px
}

.legrow.home {
    float: left;
}

.legrow.away {
    float: right;
}

.btn.stats {
    width: 43px;
}

.input-group.pts {
    width: 190px
}

.input-group.home, input-other.home, .margin-home {
    margin-right: 4px;
}

.input-group.away, input-other.away, .margin-away {
    margin-left: 4px;
}

.statsSpoints {
    width: 40px;
    size: .6em;
    text-align: center;
}

.statsDpoints {
    width: 40px;
    size: .6em;
    text-align: center;
}

.statsShtag {
    width: 50px;
    size: .6em;
    border: 1px solid rgb(200,200,200);
}

 .statsDhtag {
    width: 50px;
    size: .6em;
    border: 1px solid rgb(200,200,200);
}

.statsBreakY {
/*    margin-left:3px;
    margin-right:3px; */
    height:16px;
    width:16px;
    line-height:16px;
    font-size:12px;
    border:0px;
    background-color: #1BA1E2;
    color:white;
    text-align:center;
    vertical-align: middle;
    border-color:#1BA1E2;
    border-radius:3px;
    cursor:pointer;
    padding: 0px;
}

.statsBreakN {
/*    margin-left:3px;
    margin-right:3px; */
    height:16px;
    width:16px;
    line-height:16px;
    border:0px;
    background-color: #BBB;
    border-color:#1BA1E2;
    border-radius:3px;
    cursor:pointer;
}

.statsBreakX {
    margin-left:3px;
    margin-right:3px;
    height:16px;
    width:16px;
    line-height:16px;
    border:0px;
    color: #FFF;
    background-color: #FFF;
}

.legendsummary {
    width: 80px;
    text-align: center;
    size: 8px;
}

.codedvalue {
    border-style: solid;
    border-radius: 7px;
    text-align: center;
}

.autovalue {
    color: rgb(40,150,40);
    background-color: rgb(200,255,200);
    border-color: rgb(40,150,40);
}

.requiredvalue {
    color: rgb(255,0,0);
    background-color: rgb(255,200,200);
    border-color: rgb(255,0,0);
}

.tableno {
    width: 50px;
}

.timevalue {
    width: 100px;
}

.matchwin {
    background-color: rgb(200,255,200);
    border-color: rgb(40,150,40);
    color: rgb(40,150,40);
}

.matchloss {
    background-color: rgb(255,200,200);
    border-color: rgb(255,0,0);
    color: rgb(255,0,0);
}

.overmaxpoints {
    position: static;
    background-color: rgb(205,133,63);
/*    border-color: rgb(255,0,0); */
}

.tdwarn {
    position: static;
    background-color: rgb(255,180,180);
/*    border-color: rgb(0,0,255); */
}

.matchdraw {
    background-color: rgb(200,200,200);
    border-color: rgb(0,0,0);
    color: rgb(0,0,0);
}

div.teamcontrol {
    position: fixed;
    top: 200px;
    width: 170px;
/*    width: 150px; */
    padding: 1px;
/*    background-color: '; */
    border: 1px solid #000000;
}
.playerlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.playeritem {
    margin: 1px;
/*    padding: 5px; */
    width: 165px;
}

.candrop {
    border: 2px solid #289628;
    background-color: #C8FFC8;
}

.dragging {
    color: blue;
}

.modal-dialog {
    width: 800px;
    left: -100px;
}