body {
    font-size: 1.5em !important;
    line-height: 1.1em;
    font-family: Tahoma,Arial;
    background: #fff;
    margin: 0;
    padding: 0
}

.win-box {
    color: #fff;
    padding: 12px;
    margin: 0 auto 15px
}

    .win-box.x2 {
        width: 320px;
        height: 320px
    }

    .win-box:hover {
        background: rgba(0,0,0,.5);
        transform: scale(1.1,1.1);
        transition: ease-in-out .2s
    }

hr {
    margin: 7px
}

input[type=text], select, textarea {
    padding: 8px;
    width: 100%;
    font-size: .9em
}

label {
    padding-top: 8px;
    font-size: .85em
}

h2 {
    padding: 0
}

.list-header {
    border-bottom: 1px #ccc solid;
    border-top: 3px #eee solid;
    color: #aaa;
    font-size: .9em;
    padding: 8px 0;
    margin-bottom: 12px
}

.red-box {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    background-color: #b20000
}

    .red-box:hover {
        color: #000;
        cursor: pointer
    }

.orange-box {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    background-color: #994d00
}

    .orange-box:hover {
        color: #000;
        cursor: pointer
    }

.yellow-box {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    background-color: #990
}

    .yellow-box:hover {
        color: #000;
        cursor: pointer
    }

.green-box {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    background-color: #004c26
}

    .green-box:hover {
        color: #000;
        cursor: pointer
    }

.blue-box {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    background-color: #004c4c
}

    .blue-box:hover {
        color: #000;
        cursor: pointer
    }

.purple-box {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    background-color: #020
}

    .purple-box:hover {
        color: #000;
        cursor: pointer
    }

.red-text {
    color: #b20000
}

.orange-text {
    color: #994d00
}

.yellow-text {
    color: #990
}

.green-text {
    color: #004c26
}

.blue-text {
    color: #004c4c
}

.purple-text {
    color: #020
}

.red-background {
    background-color: #b20000
}

.orange-background {
    background-color: #994d00
}

.yellow-background {
    background-color: #990
}

.green-background {
    background-color: #004c26
}

.blue-background {
    background-color: #004c4c
}

.purple-background {
    background-color: #020
}

.btn-primary {
    background-color: #020;
    border-color: #001e00
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #001e00
    }

.top3 {
    padding-top: 3px !important
}

.top5 {
    padding-top: 5px !important
}

.top7 {
    padding-top: 7px !important
}

.top10 {
    padding-top: 10px !important
}

.bottom3 {
    padding-bottom: 3px !important
}

.bottom5 {
    padding-bottom: 5px !important
}

.bottom7 {
    padding-bottom: 7px !important
}

.bottom10 {
    padding-bottom: 10px !important
}

.size-12 {
    font-size: 12px
}

.size-14 {
    font-size: 14px
}

.size-16 {
    font-size: 16px
}

.size-18 {
    font-size: 18px
}

.size-21 {
    font-size: 21px
}

.size-24 {
    font-size: 24px
}

.size-48 {
    font-size: 48px
}

.size-60 {
    font-size: 60px
}

.size-72 {
    font-size: 72px
}

.BT {
    border-top: 1px solid #eaeaea
}

.BR {
    border-right: 1px solid #eaeaea
}

.BB {
    border-bottom: 1px solid #eaeaea
}

.BL {
    border-left: 1px solid #eaeaea
}

.BX {
    border: 1px solid #eaeaea
}

html {
    margin: 0;
    padding: 0
}

hr.spacer {
    margin-top: 5px;
    margin-bottom: 5px
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

header {
    background: #020;
    padding: .5em 1.5em 0 0;
    min-height: 77px;
    margin: 0;
    color: #FFF
}

    header img {
        margin-bottom: -50px;
    }

    header.header-mb {
        margin-bottom: 2.5em;
        border-bottom: 25px solid #000
    }

nav {
    padding: .35em 0 0 !important;
    background: #eaeaea !important;
    border: 5px solid #eaeaea !important;
    border-radius: 0 !important
}

    nav li {
        margin: 0 .25em !important;
        padding: 0 !important;
        color: #FFF
    }

        nav li a {
            margin: 0 !important;
            padding: .65em 1.15em !important
        }

    nav ul li.main > a {
        border-radius: 5px;
        color: #020 !important
    }

        nav ul li.main > a:hover {
            color: #FFF !important;
            background-color: #001e00 !important;
            border-color: #eaeaea !important
        }

    nav .btn-nex {
        float: none !important;
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center !important;
        color: #020 !important;
        border: 1px solid #020 !important;
        background: 0 0 !important
    }

        nav .btn-nex:hover {
            background: #001e00 !important;
            border: 1px solid #001e00 !important;
            color: #eaeaea !important
        }

footer {
    text-align: center;
    display: block;
    height: 100px;
    margin: 1em auto 0;
    border-top: 1px solid #EFEFEF
}

.ui-tile {
    min-width: 150px;
    min-height: 150px;
    padding: .5em;
    display: block;
    color: #FFF
}

    .ui-tile:hover {
        cursor: pointer
    }

    .ui-tile .fa {
        text-align: center;
        display: block;
        margin: .35em auto
    }

    .ui-tile .sub-title {
        text-align: center;
        font-size: 14pt;
        display: block;
        margin: 0 auto
    }

.wrapper-2 {
    width: 95%;
    margin: 0 auto
}

.wait-container {
    width: 275px;
    height: 75px;
    background: #FFF;
    border: 1px solid #000;
    box-shadow: 10px 10px rgba(0,0,0,.4);
    display: none;
    margin: 0
}

    .wait-container .message {
        font-size: 16pt;
        text-align: center;
        padding-top: 1em
    }

.modal-backdrop {
    z-index: -1
}

.nav.nav-pills > li {
    margin: 0
}

    .nav.nav-pills > li:active a {
        color: #FFF !important;
        background-color: #5cb85c !important;
        border-color: #4cae4c !important
    }

    .nav.nav-pills > li a {
        color: #4cae4c !important;
        margin: 0
    }

        .nav.nav-pills > li a:hover {
            color: #FFF !important;
            background-color: #4cae4c !important;
            border-color: #5cb85c !important
        }

.size-36 {
    font-size: 36px
}

.size-11 {
    font-size: 11px
}

div {
    text-rendering: optimizeLegibility
}

.row-centered {
    text-align: center
}

.col-centered {
    vertical-align: top;
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    padding-bottom: 1.5em
}
