@font-face {
    font-family: FuturaStd-CondensedBold;
    src: url('/static/asrek/fonts/FuturaStd-CondensedBold.otf');
}

@font-face {
    font-family: FuturaStd-Bold;
    src: url('/static/asrek/fonts/FuturaStd-Bold.otf');
}

@font-face {
    font-family: FuturaStd-CondensedExtraBd;
    src: url('/static/asrek/fonts/FuturaStd-CondensedExtraBd.otf');
}

@font-face {
    font-family: FuturaStd-Light;
    src: url('/static/asrek/fonts/FuturaStd-Light.otf');
}

body {
    font-family: FuturaStd-Bold;
    background-color: #da3a00;
    color: white;
}

#login-credentials {
    text-align: center;
    margin-bottom: 50px;
}

#login-credentials table {
    display: inline-block;
}

label[for="id_username"], #id_username,
label[for="id_password"], #id_password {
    font-size: 75%;
}

label[for="id_username"], label[for="id_password"] {
    margin-right: 10px;
}

#logout-header {
    text-align: center;
    margin-bottom: 50px;
}

.panel {
    border: 0;
    border-color: #da3a00;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #da3a00;
    border: 0;
    color: white;
}

.highlight-claimed {
    background-color: #da3a00;
    color: white;
    padding: 8px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    border-radius: 10px;
}

input:focus {
    background-color: white;
}

.asrek-main-container {
    font-size: 120%;
    width: 95%;
    margin-top: 2%;
}

.panel-body {
    background-color: #da3a00;
    border-color: #da3a00;
    box-shadow: none;
}

#asrek-bottom-text {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}

#asrek-cat-logo {
    width: 50px;
}

.asrek-regular-font {
    font-size: 70%;
}

.asrek-small-font {
    font-size: 50%;
}

.asrek-indent {
    margin-left: 20px;
}

.asrek-prize-panel {
    display: block;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    border: 0;
    box-shadow: 0 0 0.6em white;
    background-color: white;
    color: black;
}

.asrek-prize-panel-body {
    display: table;
    width: 100%;
}

#prizes-header div:first-child {
    float: left;
}

#prizes-header div:last-child {
    float: right;
}

.prize-level-name-container {
    font-size: 100%;
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    height: 100%;
}

.prize-level-name {
    background-color: green;
    padding-top: 0.3em;
    border-radius: 100%;
    height: 2em;
    width: 2em;
    color: white;
    margin-bottom: 5px;
    left: 50%;
    transform: translateX(-1em);
    position: relative;
}

.prize-level-hits-text {
    text-transform: uppercase;
    position: relative;
}

.prize-selection-container {
    display: inline-block;
    position: relative;
    font-size: 100%;
    margin-left: 20px;
}

.prize-selection {
    display: inline-block;
    vertical-align: top;
    font-size: 50%;
    margin-right: 25px;
    margin-bottom: 0px;
}

.prize-img img, .prize-name {
    width: 100px;
    font-size: 150%;
    font-family: FuturaStd-Light;
    font-weight: bold;
}

@media (min-width: 1000px)
{
    .prize-img img {
        width: 40px;
    }

    .prize-name {
        width: 140px;
        font-size: 50%;
        margin-top: 5px;
    }

    .prize-level-name-container {
        font-size: 55%;
        display: table-cell;
        width: 1px;
    }

    .prize-selection-container {
        display: inline-block;
        position: relative;
        font-size: 100%;
        margin-left: 20px;
    }

    .prize-selection {
        display: inline-block;
        vertical-align: top;
        font-size: 120%;
        margin-right: 25px;
        margin-bottom: 0px;
    }

    .asrek-top {
        margin-bottom: 5%;
    }
    .asrek-panel {
        height: 175px;
    }
    .asrek-main-container {
        font-size: 200%;
    }
    .asrek-lucky-numbers-header {
        font-size: 90%;
    }
    .asrek-lucky-numbers-win-prefix {
        font-size: 100%;
    }
    .asrek-lucky-numbers {
        white-space: nowrap;
        font-size: 140%;
    }
    .asrek-lucky-numbers-smaller {
        white-space: nowrap;
        font-size: 115%;
    }
    .asrek-input-group input {
        font-size: 50%;
    }
    #asrek-datetime-date {
        font-size: 80%;
    }
    #asrek-datetime-time {
        font-size: 145%;
    }
    .asrek-paging .current {
        font-size: 50%;
    }
    .asrek-lucky-numbers-win {
        font-size: 100%;
        text-align: center;
        float: right;
        width: 30%;
    }
    #asrek-cat-logo {
        transform: translateY(-35px) translateX(360px);
    }
    .highlight-claimed {
        font-size: 400%;
    }
}

@media (min-width: 1200px)
{
    .prize-img img {
        width: 100px;
    }

    .prize-name {
        width: 180px;
        font-size: 80%;
        margin-top: 5px;
    }

    .prize-level-name-container {
        font-size: 100%;
        display: table-cell;
        width: 1px;
    }

    .prize-selection-container {
        display: inline-block;
        position: relative;
        font-size: 100%;
        margin-left: 20px;
    }

    .prize-selection {
        display: inline-block;
        vertical-align: top;
        font-size: 120%;
        margin-right: 25px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1900px)
{
    .prize-img img {
        width: 100px;
    }

    .prize-name {
        width: 250px;
        font-size: 55%;
        margin-top: 10px;
    }

    .prize-level-name-container {
        font-size: 65%;
        display: table-cell;
        width: 1px;
    }

    .asrek-prize-panel {
        max-width: 1500px;
        margin: 0 auto;
    }

    .asrek-prize-panel-top {
        margin-bottom: 25px;
    }

    .asrek-top {
        margin-bottom: 1%;
    }
    .asrek-panel {
        height: 250px;
    }
    .asrek-main-container {
        font-size: 300%;
    }
    .asrek-lucky-numbers-header {
        font-size: 90%;
    }
    .asrek-lucky-numbers-win-prefix {
        font-size: 100%;
    }
    .asrek-lucky-numbers {
        white-space: nowrap;
        font-size: 165%;
    }
    .asrek-lucky-numbers-smaller {
        white-space: nowrap;
        font-size: 130%;
    }
    .asrek-input-group input {
        font-size: 60%;
    }
    #asrek-datetime-date {
        font-size: 60%;
    }
    #asrek-datetime-time {
        font-size: 110%;
    }
    .asrek-paging .current {
        font-size: 60%;
    }
    .asrek-lucky-numbers-win {
        font-size: 130%;
        text-align: center;
        float: right;
        width: 30%;
    }
    #asrek-cat-logo {
        width: 80px;
        transform: translateY(-55px) translateX(540px);
    }

    input[type=checkbox]
    {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
    }
    .highlight-claimed {
        font-size: 400%;
    }
}

.checkbox-label {
    margin-left: 10px;
    font-weight: normal;
}

.asrek-lucky-numbers-panel {
    margin-bottom: 35px;
}

.asrek-tight {
    margin: 0px;
    padding: 0px;
}

.asrek-panel-bottom {
    margin-top: 3%;
    height: 0px;
}

.asrek-small-padding {
    padding: 1px;
}

.asrek-vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.asrek-notification {
    padding: 0px;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
}

.bg-info {
    color: black;
    background-color: white;
}

.bg-error {
    color: red !important;
    background-color: white;
}

#asrek-datetime {
    color: white;
    float: left;
}

#asrek-logo {
    float: right;
}

.asrek-panel .label-default {
    background-color: white;
    color: black;
}

.asrek-panel .label-success {
    color: #da3a00;
    background-color: white;
}

.asrek-blind-horizontal-separator {
    padding-left: 20px;
    padding-right: 20px;
}

.asrek-panel, asrek-prize-panel {
    position: relative;
    color: black;
    background-color: white;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 0.6em white;
    padding: 10px 20px 10px 20px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important;
    padding-bottom:0 !important;
    height: 28px;
}

.navbar {min-height:28px !important;}
.asrek-hidden {
    display: none;
}

.asrek-centrify {
    text-align: center;
}

.asrek-lucky-numbers-container {
    margin-left: 20px;
    float: left;
}

.asrek-lucky-number {
    margin: 0px 10px 0px 0px;
    padding: 2px 5px 2px 5px;
}

.asrek-table {
    font-size: 75%;
}

.asrek-table th {
    text-align: center;
}

.asrek-float-left {
    float: left;
    margin-right: 20px;
}

.asrek-float-left {
    float: left;
}

.asrek-float-right {
    float: right;
}

.asrek-card-number {
    margin-left: 5px;
}

form select,
form input {
    background-color: white;
    color: black;
}

.modal-content {
    background-color: white;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 0.6em white;
    margin-top: 25%;
    border: 0px !important;
    padding: 20px;
}

.win-description {
    margin-left: 20px;
}

.additional-prize-container {
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
}

.additional-prize-box {
    position: relative;
    color: white;
    vertical-align: middle;
    font-family: FuturaStd-Bold;
    font-weight: bold;
    background-color: #ddffdd;
    color: green;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
}

.additional-prize-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 20px;
}

.hits-circle {
    background-color: green;
    color: white;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    padding-top: 0.3em;
    padding-left: 0.7em;
}
