﻿.divHeader {
    font-size: 16px;
    color: #515151;
}
.DisableGrayedoutIcon {
    cursor:context-menu !important;
    color:gray !important;
}

.divLoading {
    position:relative;align-self:center; color:black;height:100px;width:100px;background-color:white;left:47%;top:30%;padding-left:13px;padding-top:13px; border-radius: 15px;border:2px solid rgb(220,220,220);
}

.loadingText {
    position:relative;left:18px;top:-54px;color:black;font-size:13px;
}

.highlightPlayerTree {
    background-color:red;
    color:white;
}
.passwordValidation {
    position:relative;
    top:-16px;
    left:18px;

}

.CommonPaddlingClass 
{
    padding:0px;
}

.dots {
     overflow: hidden;
     text-overflow: ellipsis; 
     white-space: nowrap;
     width: 97%;
     float:left;
     
}
.dots2 {
     overflow: hidden;
     text-overflow: ellipsis; 
     white-space: nowrap;
     width: 40%;
     float:left;
     
}
.dots3 {
     overflow: hidden;
     text-overflow: ellipsis; 
     white-space: nowrap;
     width: 30%;
     float:left;
     
}
.keyUpColor {
    background-color:white;
}
 .divEditable {
     -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;  
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
    width: 250px;
}

.Custom-Multi-Selected {
    background-color:red;
}