html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #000000;
    margin: 0;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 15pt;
}

/* Layout */

#edict_game_layer {
    transform: scale(1);
}

#main {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 4px 4px #666;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#head {
    border-bottom: 1px solid #000000;
    height: 60px;
    width: 100%;
}

#head img {
    float: left;
    margin-right: 40px;
}

#menu {
    border-bottom: 1px solid #000000;
    height: 40px;
    width: 100%;
}

#menu .menuStatus {
    float: left;
    font-size: 8pt;
    margin-left: 5px;
}

#menu .menuLanguage {
    float: left;
    font-size: 8pt;
    margin-left: 10px;
}

#menu ul {
    margin: 5px;
    padding: 0px;
}

#menu ul li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin-right: 10px;
}

#menu #menuStatusTrue {
    display: none;
}

#content {
    padding-left: 5px;
    width: 100%;
}

/* Layout end */

/* Build versions */

#buildVersions {
    font-size: 8pt;
}

/* Build versions end */

/* Menu */

.menuLoggedIn {
    display: none;
}

/* Menu end */

/* Login Box on Home */

#loginFormLoggedIn {

}

#loginFormLoggedIn p {
    margin: 100px auto 100px auto;
    width: 200px;
}

#loginForm {
    margin: 100px auto 100px auto;
    width: 200px;
}

#loginForm .formRow {
    clear: both;
    width: 100%;
}

#loginForm label {
    width: 100px;
}

#loginForm input {
    float: right;
}

/* Login Box on Home end */

/* Password request */

#passwordRequestAnswer {
    display: none;
}

#passwordRequestButton2 {
    display: none;
}

/* Password request end */

/* PayIn Box */

.payInForm {
    margin: 100px auto 100px auto;
    width: 350px;
}

.payInForm .formRow {
    clear: both;
    width: 100%;
}

.payInForm label {
    width: 150px;
}

.payInForm input {
    float: right;
}

#payInProcessFrame {
    height: 400px;
    margin-bottom: 50px;
    margin-left: 50px;
    width: 700px;
}

/* PayIn Box end */

/* PayOut */

.payOutForm {
    margin: 100px auto 100px auto;
    width: 350px;
}

.payOutForm .formRow {
    clear: both;
    width: 100%;
}

.payOutForm input {
    float: right;
}

#payOutAccountDetailsForm {
    margin: 100px auto 100px auto;
    width: 350px;
}

#payOutAccountDetailsForm .formRow {
    clear: both;
    width: 100%;
}

#payOutAccountDetailsForm input {
    float: right;
}

#payOutFormCancel {
    margin-top: 20px;
}

#payOutFormCancel .entry {
    width: 500px;
}

#payOutFormCancel input {
    clear: both;
    float: left;
}

#payOutFormCancel .description {
    clear: none;
}

/* PayOut end */

/* Top wins */

#topWins {
    margin: 50px auto 100px 5px;
    width: 800px;
}

.topWinsTable {
    border: 1px solid #000000;
    border-collapse: collapse;
}

.topWinsTable td {
    border: 1px solid #000000;
    padding: 5px;
}

/* Top wins end */

/* Open Games */

#openGames {
    margin: 50px auto 100px 5px;
    width: 800px;
}

.openGamesTable {
    border: 1px solid #000000;
    border-collapse: collapse;
}

.openGamesTable td {
    border: 1px solid #000000;
    padding: 5px;
}

/* Open Games end */

/* GameSelector */

#gameSelector {
    border: 1px solid #000000;
    margin: 50px auto 50px auto;
    width: 600px;
}

#gameSelectorNavigation {
    border-bottom: 1px solid #000000;
    height: 20px;
}

#gameSelectorNavigation .gameNavigationItem {
    float: left;
    height: 20px;
    list-style: none;
    margin-right: 10px;
}

#gameSelectorNavigation li.menuActive a {
    color: #00AA00;
}

#gameSelectorContent {
    clear: both;
    min-height: 100px;
}

#gameSelectorContent .addToFavourite {
    text-decoration: none;
}

/* GameSelector end */

/* Game Layer */

#gameLayer {
    color: #ffffff;
    display: none;
    background-color: black;
    outline: none;
    overflow: hidden;
    position: fixed;
    z-index: 1002;
}

#edict_top_bar {
    display: none;
    background-color: black;
    outline: none;
    overflow: hidden;
    position: fixed;
    z-index: 2000;
    color: lightblue;
    font-size: 14px
}

#edict_regulation_panel {
    display: none;
    background-color: black;
    outline: none;
    overflow: hidden;
    position: absolute;
    z-index: 1002;
    width: 100%;
    height: 24px;
    color: lightblue;
    bottom: 0px;
    font-size: 12px
}

#edict_slot_session_limit,
#slotSessionRemainingTimeActive,
#slotSessionRemainingLimitActive,
#edict_slot_session_statistics {
    float: left;
    padding: 5px 10px 0px 10px;
    display: none;
}

#edict_regulation_panel_clock,
#edict_responsibleGaming {
    float: right;
    padding: 5px 15px 0px 10px;
    display: none;
}

#edict_responsibleGaming img {
    height: 16px;
    vertical-align: middle;
}

#mobile-style {
    clear: none;
}

@media (orientation: landscape) {
    #edict_responsibleGaming img {
        height: 15px;
    }
}

@media (orientation: portrait) {
    #edict_responsibleGaming img {
        height: 11px;
    }

    #edict_regulation_panel_clock,
    #edict_responsibleGaming {
        padding: 5px 7px 0px 0px;
    }

    #mobile-style {
        clear: both;
    }

    #edict_regulation_panel {
        height: 25px;
    }
}

@media (max-width: 750px) {
    #edict_responsibleGaming img {
        height: 11px;
    }

    #edict_regulation_panel_clock,
    #edict_responsibleGaming {
        padding: 5px 7px 0px 0px;
    }

    #mobile-style {
        clear: both;
    }

    #edict_regulation_panel {
        height: 25px;
    }
}

.modalOverlay {
    display: none;
    background-color: #1a1d25;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* Game Layer end */

/* Test Results */

#testResultsTable {
    border: 1px #000000 solid;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 700px;
}

#testResultsTable td {
    border: 1px #000000 solid;
}

#testResultsTable td.false {
    background-color: #FF0000;
    width: 30px;
}

#testResultsTable td.true {
    background-color: #00FF00;
    width: 30px;
}

/* Test Results end */

/* Content with menu */

#contentNavigation {
    border-right: solid #000000 1px;
    float: left;
    width: 180px;
}

#contentNavigation ul li {
    font-size: 12pt;
    list-style: none;
    margin-left: 0px;
}

#contentMain {
    float: left;
    padding: 20px 0px 0px 20px;
    width: 595px;
}

/* Content with menu end */

/* Account forms */

div.entry {
    clear: both;
    position: relative;
    width: 300px;
    display: table;
    vertical-align: middle;
}

div.entry .basicData {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

div.entry .basicDataInput,
div.entry .basicDataInputTop {
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 162px;
}

div.basicDataInput {
    float: left;
    height: 35px;
    line-height: 37px;
    position: relative;
}

.entryLabel {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

label {
    clear: both;
    line-height: 14px;
    float: left;
}

div.error {
    display: block;
    float: right;
    vertical-align: middle;
}

div.error div {
    float: right;
}

.opt {
    width: 90%;
}

/* Account forms end */

/* Limits */

.limitsTable {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.limitsTable td {
    border: 1px solid #000000;
    font-size: 12px;
}

/* Limits end */

/* GameHistory */

.gameHistoryTable {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 780px;
}

.gameHistoryTable tr {
    cursor: pointer;
}

.gameHistoryTable td {
    border: 1px solid #000000;
    font-size: 10px;
    word-break: break-all;
    word-wrap: break-word;
}

.gameHistoryRounds {
    display: none;
}

.gameHistoryRounds table {
    border-collapse: collapse;
}

.gameHistoryRounds table td {
    background-color: #CCCCCC;
    border: 1px solid #000000;
}

/* GameHistory end */

/* TransactionHistory */

.transactionHistoryTable {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 780px;
}

.transactionHistoryTable td {
    border: 1px solid #000000;
    font-size: 10px;
    word-break: break-all;
    word-wrap: break-word;
}

/* TransactionHistory end */

/* jquery ui */

#ui-datepicker-div {
    background-color: #EEEEEE;
}

/* jquery ui end */

/* loading notification */

#loading_notification {
    background-color: #aaaaaa;
    display: none;
    filter: alpha(opacity=50);
    height: 100%;
    left: 0px;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

#loadingAnimation {
    height: 200px;
    left: 50%;
    margin-top: -100px;
    margin-left: -125px;
    position: absolute;
    top: 50%;
    width: 250px;
}

#loadingAnimation img {
    height: 200px;
    width: 250px;
}

/* loading notification end */

/* Password request */

#passwordRequestForm, #passwordRequestFormEmail {
    margin: 100px auto 100px auto;
    width: 200px;
}

#passwordRequestForm .formRow {
    clear: both;
    width: 100%;
}

#passwordRequestForm label {
    float: left;
    width: 100px;
}

#passwordRequestForm input {
    float: right;
}

/* Password request end */

/* Lobby */

#eocLobbyInfo {
    width: 500px;
}

#eocLobbyInfoHead {

}

#eocLobbyInfoContent {
    clear: both;
}

.eocLobbyInfoRow {
    clear: both;
}

.eocLobbyInfoLabel {
    float: left;
    width: 150px;
}

.eocLobbyInfoValue {
    float: left;
}

/* Lobby end */

/* Game Selector */

#gameSelectorBar {
    background-image: url(../../images/gameselector_background.png);
    background-repeat: repeat-x;
    height: 29px;
    left: 460px;
    position: fixed;
    top: 11px;
    width: 999px;
    z-index: 1003;
    color: white;
    font-size: 10px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#gameSelectorMenu {
    background-image: url(../../images/gameselector_background.png);
    background-repeat: repeat-x;
    height: 19px;
    cursor: pointer;
    width: 200px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: -23px;
}

#gameSelectorButtonsRight {
    color: white;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 5px;
    cursor: pointer;
    width: 24px;
}

#gameSelectorHelpLink {
    float: left;
    padding-right: 5px;
}

#gameSelectorAccordion,
#gameSelectorAccordion ul {
    list-style: none;
}

#gameSelectorAccordion {
    width: 200px;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.75);
}

#gameSelectorAccordion ul {
    padding-left: 5px;
    overflow-y: auto;
    scrollbar-base-color: #464646;
}

#gameSelectorAccordion ul :hover {
    background-color: #222222;
}

#gameSelectorAccordion ul::-webkit-scrollbar {
    width: 6px;
    background: #000;
}

#gameSelectorAccordion ul::-webkit-scrollbar-thumb {
    background: #808080;
    -webkit-border-radius: 2ex;
}

#gameSelectorAccordion div {
    height: 15px;
}

#gameSelectorFunGame {
    float: none;
    text-align: center;
    padding-top: 9px;
    font-size: 12px;
    font-weight: bold;
}

/* Game Selector End */

/* centering the rotate image even on rotating screen */
.ri {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background: #E8D1A7 url('../../images/rotate_device_egb.png') no-repeat center center;
    background-size: 320px 190px;
}

@media screen and (min-width: 620px) and (min-height: 370px) {

    .ri {
        background-size: 600px 356px;
    }
}

@media screen and (orientation: portrait) {
    img.ri {
        max-width: 90%;
    }
}

@media screen and (orientation: landscape) {
    img.ri {
        max-height: 90%;
    }
}

/* Freespins */

.freespin-flex-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: stretch;

    background-color: #272727;
    border: solid 2px #46992d;
    height: 11%;
    width: 34%;
    z-index: 8000;
    bottom: 0;
    position: absolute;
    font-family: MyriadPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: calc(0.5vw + 0.5vh + 1vmin);
    color: #FFFFFF;
    border-radius: 0 2em 2em 0;
    padding: 0.5em;
}

.freespin_flex-items-right-dynamic p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.freespin_flex-items-left-dynamic p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.freespin_flex-items-left-dynamic {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
}

.freespin_flex-items-right-dynamic {
    margin: 0 auto 0 auto;
    text-align: right;

    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    color: #4B992D;
}

.freespin_flex-items-right-image {
    background-image: url(../../images/freespins_swirl.png);
    width: 22%;
    max-height: 100%;
    max-width: 90%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    margin: 0 0.2em 0 2em;
}

@media (orientation: portrait) and (max-width: 430px) {
    .freespin_flex-items-right-image {
        background-image: none;
        width: auto;
        height: auto;
        margin:0;
    }
}