.ExtraLarge{
    width:1080px;
    height: 720px;
}
.extraLargeF{
    width: 1200px !important;
}
.extraLarge{
    height:510px !important;
}
.TFw700>div>div>div{
    width: 700px !important;
}
.cue{
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #575D6A;
    border-radius: 3px;
    box-shadow: 0 0 1px 0px rgba(255,255,255,.5);
    position:absolute;
    left: 48px;
    color: white;
    text-align: center;
    line-height:30px;
    font-weight: 500;
    font-size: 12px;
}
.cue:before
{
    content: "";
    position: absolute;
    top: 7px;
    left:-16px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-right-color: #575D6A;

}
.sign,.select2-hidden-accessible.sign+span>span>span{
    background-color: yellow!important;
    color: red!important;
}
.select2-hidden-accessible.sign+span>span>span>span{
    color: red!important;
}
.btnShow{
    line-height: 18px!important;
    background-color: #f2f2f2!important;
    height: 18px!important;
    padding: 4px 6px!important;
    cursor: default !important;
    border: 1px solid #a6a6a6!important;
    outline: 0;
    box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
    display: inline-block;
    float: left;
    border-radius: 3px;
}
.btnShow:hover{
    background-color: #ccc!important;
}