﻿/* ROOMS-LIST */
.room {
    display: block;
    padding: 10px;
    line-height: 1.42857143;
    font-size: 16px;
    color: #fcfcfc;
    font-weight: 300;
    background-color: #1d1d1d;
    border: 1px solid rgba(16, 16, 16, 0.50);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .room h3 {
        margin-top: 5px;
        text-align: left;
        text-transform: uppercase;
    }

        .room h3 > i, .room h3 > span {
            margin-top: 8px;
            margin-right: 5px;
            font-size: 16px;
        }

    .room hr {
        margin: 10px 0px;
    }

    .room .table, .room .table thead, .room .table tbody, .room .table tr, .room .table th, .room .table td {
        margin: 0 0;
        padding: 0 0;
        border: 0px;
        text-align: center
    }

        .room .table th, .room .table td {
            padding: 2px 4px
        }

        .room .table th {
            font-size: 16px
        }

            .room .table th > span {
                color: #ffeb3b
            }

        .room .table td {
            font-size: 18px;
        }

            .room .table td > i {
                font-size: 12px;
                color: #ffe000;
            }

    .room p > i {
        color: #ffeb3b;
        font-size: 16px;
        margin-left: 4px;
        margin-right: 4px
    }
/* LIVE */
.live {
    color: #fff;
    margin-bottom: 45px;
    background-color: #40004a;
}

    .live h3 > i, .live h3 > span {
        color: #ff0000;
    }

    .live p > i, .live .table th > span {
        color: #ffe000;
    }

.container-fluid .live hr {
    border-top: 1px solid rgba(50, 0, 58, 0.7);
}
/* AUTO */
.auto {
    color: #f7f7f7;
    margin-bottom: 28px;
    background-color: #2c0033;
}

    .auto h3 > i, .auto h3 > span {
        color: #c4c4c4;
    }

    .auto p > i, .auto .table th > span {
        color: #ffe000;
    }

.container-fluid .auto hr {
    border-top: 1px solid rgba(32, 0, 37, 0.7);
}

.scrollViewRoom {
    overflow-y: scroll;
    height: 779px;
}

/* RESIZE */
@media (max-width: 1600px) {

    .scrollViewRoom {
        overflow-y: scroll;
        height: 720px;
    }
}
@media (max-width: 1440px) {
    .scrollViewRoom {
        overflow-y: scroll;
        height: 675px;
    }
}
@media (max-width: 1024px) {
    /* LOTTO-LISTS */
    .lotto-box > .lotto-inner ul li {
        height: 34px;
    }

        .lotto-box > .lotto-inner ul li span {
            line-height: 32px;
            font-size: 14px;
        }
    /*--- EXTRA ---*/
    .lotto-box.purchased .lotto-inner:after {
        line-height: 105px;
        font-size: 20px;
    }
    .scrollViewRoom {
        overflow-y: scroll;
        height: 580px;
    }
}

@media (max-width: 768px) {
    .auto, .live {
        margin-top: 10px;
    }
    .scrollViewRoom {
        overflow-y: scroll;
        height: 440px;
    }
}
