/*SMALL INPUTS IN PLAYERS LIST ITEMS    */
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.forceinline{  /* Prevent fieldcontain from doing a BLOCK thing */
    display:inline !important;
}
.textwidth {  /* limit width of input fields */
    width:80px;
}
.closespacing { /* controls spacing between elements */
    margin:0px 5px 0px 0px;
}
.bigselect {   /* centers select with big buttons */
    padding: 0px;
    margin:2px 5px 0px 0px;
}
.biginputheight {   /* matches text input height to big buttons */
    padding-top:10px !important;
    padding-bottom:12px !important;
}
.miniinputheight { /* matches text input height to minibuttons */
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.mini-input-text{
    width: 40px !important;
}
.small-input-text{
    width: 280px !important;
}
.medium-input-text{
    width: 300px !important;
}


.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
    display: block !important;
    padding: 0.9em 75px 0.9em 15px !important;
}
div.ui-slider-switch {
    position: absolute !important;
    right: 0 !important;
    width: 20% !important;
}
.lichk {
    padding: 0;
}

.lichk > div {
    margin: 0;
}


@font-face{
    font-family: text1;
    src: url('Verdana.ttf');
}
@font-face {
    font-family: titles;
    src: url(Blemished.ttf);
}


.titles {
    font-family: text1;
}
.text1 {
    font-family: text1;
}

.defaultPublicHeader{
    background-image: url("/custom/public_banner_default.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100% ;
    background-color: #2e2e2e;
    height: 80px;
}

.customPublicHeader{
    background-image: url("/custom/public_banner.jpg");
    background-size: 100% 100% ;
    height: 10vh;
}

.defaultPublicBackground{
    background-image: url("/custom/public_background_default.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    background-size: contain;
}

.scoreboard{
    background-image: url("/custom/finished.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    background-size: contain;
}

.customPublicBackground{
    background-image: url("/custom/public_background.jpg");
}
