﻿body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#left-shaddow {
    background-image: url(../../../PlayRoom/Assets/img/ck-left-shaddow-background.png);
    left: 0;
    position: fixed;
    height: 100%;
    width: 301px;
    z-index: -1;
}

#right-shaddow {
    background-image: url(../../../PlayRoom/Assets/img/ck-right-shaddow-background.png);
    right: 0;
    position: fixed;
    height: 100%;
    width: 301px;
}


.form-control {
    width: 35px;
    height: 18px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ed0808;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c1bdb8;
    border-top: 1px solid #a9a49d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1),0px 2px 2px #fff;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.1),0px 2px 2px #fff;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

.card {
    height: 20px;
    padding: 0 0 0 0;
}

h1 {
    padding: 0 0 0 0;
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
    padding: 0 0 0 0;
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.timestyle {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: solid;
    font-size: 18px;
    background-color: #2E64FE;
    color: white;
}

.btn-primary {
    color: #ffffff;
    background-color: #2980b9;
    border-color: #20638f;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.3),0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.3),0px 1px 3px 0px rgba(0,0,0,0.1);
    text-shadow: -1px -1px 1px #164666;
    border-bottom: 1px solid #164666;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #226998;
        border-color: #15405d;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #2980b9;
        border-color: #20638f;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.3),0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.3),0px 1px 3px 0px rgba(0,0,0,0.1);
    text-shadow: -1px -1px 1px #c77c11;
    border-bottom: 1px solid #df8a13;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

b {
    font-size: 12px;
}

fieldset {
    background-color: #fff;
}

.legend {
    float: right;
}

.reptable {
    border-spacing: 2px;
    border-collapse: collapse;
}

    .reptable th {
        padding: 5px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 16px;
        font-weight: bold;
    }

    .reptable td {
        padding: 5px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 15px;
    }

.caltable {
    border-spacing: 0;
    border-collapse: collapse;
}

    .caltable th {
        padding: 2px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 15px;
        font-weight: bold;
    }

    .caltable td {
        padding: 2px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 13px;
    }

.game {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.chart {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #164666;
}

.head {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.sr {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.font {
    font-size: 20px;
    color: #faf508;
}

.black {
    font-size: 20px;
    color: #0a0a0a;
}

.red {
    font-size: 18px;
    color: #fb103c;
    font-weight: bold;
}

.name {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    color: Black;
}

.result {
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    color: Black;
}
