﻿* {
    font-family: 'PT Sans Narrow', sans-serif !important;
     letter-spacing: 0.7px;
     font-size: 16px;
}

body {
    background-color: #111111;
}

a:hover, a:active,
a:focus {
    color: #ed1651;
}

/* Navigation */
header {
    background-color: #282828;
}

.navbar {
    background-color: #282828;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > li > a:focus {
    color: #ED1651;
}

.log {
    color: #ed1651;
    background-image: url(../../images/icons/key.png);
    font-size: 14px;
    font-weight: bold;
}

.logged {
    color: #ed1651;
}

.logged-time {
    color: #ffffff;
}

.register {
    color: #ed1651;
    background-image: url(../../images/icons/lock.png);
    font-size: 14px;
    font-weight: bold;
}

.logout {
    color: #ffffff;
}

.language {
    color: #ffffff;
}

.language:after {
    border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.content-text {
    background-color: #054662;
    background-image: url("../../images/Ocp/layout/content-text-img.png");
    color: #ffffff;
}

.tab a {
    color: #172f56;
}

.active-menu a {
    color: #ed1651 !important;
}

/* Header */

.header-banner {
    background-color: #283643;
    background-image: url("../../images/Ocp/layout/header.jpg");
    min-height: 812px;
}

.header-box {
    background-image: url("../../images/Ocp/layout/content-logo.png");
    min-height: 576px;
}

.header-button img {
    margin-top: 17px;
}

.welcomeSpan {
    color: #ffffff;
}

.logged-info {
    color: #ffffff;
}

.logged-info > li {
    color: #ed1651;
}

.logged-info div:first-child {
    color: #ed1651;
}

/* Footer */

footer {
    background: #054662; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NDY2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiMzU0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjFlMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #054662 0%, #0b3547 50%, #121e23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054662), color-stop(50%,#0b3547), color-stop(100%,#121e23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #054662 0%,#0b3547 50%,#121e23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #054662 0%,#0b3547 50%,#121e23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #054662 0%,#0b3547 50%,#121e23 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #054662 0%,#0b3547 50%,#121e23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054662', endColorstr='#121e23',GradientType=0 ); /* IE6-8 */
}

.footer-info {
    border-top: 1px solid #535353;
    color: #ffffff;
}

.footer-info p, .footer-info a {
    color: #ffffff;
}

.page-banner {
    background-color: #283643;
    background-image: url("../../images/Ocp/layout/page-header.jpg");
}

.contact-box {
    background-image: url("../../images/Ocp/layout/contact-img.png");
}

.how-to-play-box {
    background-image: url("../../images/Ocp/layout/how-to-play-img.png");
}

.login-box {
    background-image: url("../../images/Ocp/layout/login-img.png");
}

.play-box {
    background-image: url("../../images/Ocp/layout/play-img.png");
    min-height: 251px;
}

.register-box {
    background-image: url("../../images/Ocp/layout/register-img.png");
}

/*Content*/

.content-nav {
    background: #111111;
}

.hiscore h4 {
    background-color: #ed1651;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.hiscore h4:after {
    border-color: #ed1650 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.hiscore ul li {
    color: #fefefe;
    font-size: 14px;
}

.hiscore ul li a {
    color: #fefefe;
    font-size: 16px;
}

.play .hiscore ul {
    padding-left: 15px;
}

/*Contact*/

input.contact-input, textarea.contact-input {
    background-color: #404348;
    border: 1px solid #9c7814;
    color: #c8ae3e;
}

.contact-text {
    color: #c8ae3e;
    font-size: 16px;
}

.captcha {
    background-color: #d2dcf0;
}

.reset-captcha {
    color: #8d8d8d;
    width: 205px;
}

.reset-captcha a {
    color: #8892a4;
}

.reset-captcha a:first-child {
    color: #d2dcf0;
}

.captcha-input {
    background-color: #eaeaea;
    border: 1px solid #a3bbc5;
}

.clear {
    border: 1px solid #946319;
    color: #ffffff;
    background: #decf53; /* Old browsers */
    background: -moz-linear-gradient(top,  #decf53 0%, #bfa23b 50%, #946319 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#decf53), color-stop(50%,#bfa23b), color-stop(100%,#946319)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #decf53 0%,#bfa23b 50%,#946319 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#decf53', endColorstr='#946319',GradientType=0 ); /* IE6-9 */
}

.send {
    border: 1px solid #946319;
    color: #ffffff;
    background: #decf53; /* Old browsers */
    background: -moz-linear-gradient(top,  #decf53 0%, #bfa23b 50%, #946319 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#decf53), color-stop(50%,#bfa23b), color-stop(100%,#946319)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #decf53 0%,#bfa23b 50%,#946319 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#decf53', endColorstr='#946319',GradientType=0 ); /* IE6-9 */
}

/*How to play*/

.how-to-text {
    color: #ffffff;
    font-size: 16px;
}

.how-to-text h2 {
    color: #c8ae3e;
    font-size: 22px;
    font-weight: bold;
}

.how-to-text a {
    color: #ed1651;
}

.how-to-text ul li {
    color: #ffffff;
    font-size: 16px;
}

.registration-link, .payin-link {
    text-decoration: underline;
}

.registration-link:hover, .payin-link:hover {
    text-decoration: underline;
}

/*Login*/

.login-text {
    color: #c8ae3e;
    font-size: 16px;
}

input.login-input {
    background-color: #404348;
    border: 1px solid #9c7814;
    color: #c8ae3e;
}

.creditLimitLabel {
    color: #c8ae3e;
}

.submit {
    background: #decf53; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlY2Y1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JmYTIzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDYzMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #decf53 0%, #bfa23b 50%, #946319 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#decf53), color-stop(50%,#bfa23b), color-stop(100%,#946319)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #decf53 0%,#bfa23b 50%,#946319 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #decf53 0%,#bfa23b 50%,#946319 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#decf53', endColorstr='#946319',GradientType=0 ); /* IE6-8 */

    border: 1px solid #9c7814;
    color: #ffffff;
}

a.submit:hover {
    color: #ffffff;
}

/*Register*/

.subtitle > div {
    color: #d2dcf0;
    font-size: 12px;
}

.glyphicon-asterisk:before {
    color: #ed1651;
}

.register-text {
    color: #c8ae3e;
    font-size: 16px;
}

.register-text:after {
    border-color: #c8ae3e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.content-form select {
    background-color: #404348;
    border: 1px solid #9c7814;
    color: #c8ae3e;
}

.content-form select option {
    color: #c8ae3e;
}

/*Play*/

.play .hiscore ul li a {
    color: #ffffff;
}

.play .hiscore:first-of-type ul li {
    color: #ffffff;
}

.hiscore .credit {
    color: #c8ae3e !important;
}

.play-text {
    color: #c8ae3e;
    border-bottom: 2px dotted #333333;
    font-size: 20px;
    font-weight: bold;
}

.play-content {
    color: #ffffff;
}

.active a {
    color: #ed1651 !important;
}

.play-content .row a {
    color: #ffffff;
}

/*jQuery tabs override*/

.ui-widget-content {
    background-color: #111111 !important;
}

.ui-widget-header {
    background-color: #111111 !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ed1651 !important;
    font-size: 20px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: 2px dotted #333333 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #111111 !important;
}

.ui-tabs .ui-tabs-nav li {
    padding-bottom: 10px !important;
}

.ui-tabs .ui-tabs-panel {
    border-color: #333333 !important;
    border-style: dotted !important;
}

[aria-hidden='true'] {
    border-color: #ffffff !important;
}

/*Home tabs*/

.best-players-tabs li {
    color: #ed1651;
}

.best-players-tabs li a {
    color: #c8ae3e;
    font-size: 20px;
}

.best-games-tabs li a {
    color: #c8ae3e;
    font-size: 20px;
}

.best-games-tabs li {
    color: #ed1651;
}

#tabs {
    padding-bottom: 85px;
}

/*Home slider*/

.slider-header {
    border-bottom: 2px dotted #333333;
    border-top: 2px dotted #333333;
    color: #054662;
    margin-top: 35px;
}

.slider-header a {
    color: #c8ae3e;
    font-size: 16px;
}

.active-slider a {
    color: #ed1651;
}

.slider-button {
    border-bottom: 2px dotted #333333;
    margin-bottom: 85px;
}

.bx-wrapper .bx-prev {
    background-image: url("../../images/Ocp/slides/left-arrow.png") !important;
}

.bx-wrapper .bx-next {
    background-image: url("../../images/Ocp/slides/right-arrow.png") !important;
}

/* Registration validation */

.regFormError {
    background: url('../../images/layout/tooltip-error.png') no-repeat center;
}

.field-validation-error {
    background-color: #fdf1f1;
    border: 1px solid #c33;
    color: #b35757;
}

.toolTipArrow {
    background: url('../../images/layout/tooltipBox-error.png') no-repeat center;
}

.input-validation-error {
    background-color: #fdf1f1 !important;
    border-color: #cc9f9f !important;
}

/*Registration captcha*/

#recaptcha_response_field {
    background-color: #eaeaea;
    border-color: #a3bbc5 !important;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    background-color: #eaeaea;
}

.recaptchatable {
    border: 1px solid #a3bbc5 !important;
}

.captcha-message {
    color: #ed1650;
}

#recaptcha_widget_div {
    border: 1px solid #9c7814;
}

/*Contact captcha*/

.language-list {
    background-color: rgba(40, 40, 40, 0.3);
}

.language li {
    background-color: rgba(40, 40, 40, 0.3);
}

.language li a {
    color: #ffffff;
}

.other-languages li:hover, .other-languages li:focus {
    background-color: rgba(40, 40, 40, 0.65);
}

.active-lang-bar {
    background-color: rgba(40, 40, 40, 0.65) !important;
}

.EN {
    background-image: url("../../images/icons/en-flag.png");
}

.RS {
    background-image: url("../../images/icons/rs-flag.png");
}

/*Admin*/

.admin .content-nav {
    background: none repeat scroll 0 0 #ffffff;
}

.nodes-info {
    border: 1px solid #054662;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-top: 20px;
}

/*.nodes-info {
    border: 1px solid #054662;
    float: right !important;
    left: auto !important;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-top: 20px;
    position: fixed !important;
    right: 0 !important;
    width: 43% !important;
}*/

.nodes-info > div {
    color: #054662;
}

.admin button {
    border: 1px solid #054662;
}

.admin .nodes-info div, .admin .nodes-info button {
    color: #054662;
        line-height: 24px;
    vertical-align: top;
}

.date {
    color: #808080;
}

.blocked {
    color: #EE0428 !important;
}

.test {
    color: #000000;
}

.credit-limit-action.confirm-credit {
    margin-left: 5px;
}

.credit-limit-action.cancel-credit {
    margin-left: 5px;
}

.win-amount, .total {
    color: #808080;
    font-style: italic;
}

/*Backoffice*/

.backoffice .content-nav {
    background: none repeat scroll 0 0 #ffffff;
}

.backoffice .jstree-default .jstree-anchor {
    color: #333333;
}



#passwordModal .modal-body input {
    color: #000000;
    padding: 0 5px;
    line-height: 30px;
}

/*IE fix for inputs*/

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c8ae3e;
    border-color: #9c7814;
}

/* Backoffice Dashboard */

.dashboard-table {
    color: #000;
}

/* Backoffice Login */

.password-popup {
    background-color: #ffffff;
    border: 1px solid #000000;
}

.password-popup input {
    border: 1px solid #000000;
    color: #333333;
}

.password-popup input:focus {
    border: 1px solid #428bca;
}

.password-popup button {
    border: 1px solid #333333;
    color: #333333;
}

.password-popup button:hover, .password-popup button:active {
    border: 1px solid #428bca;
}

/*Error202 page*/

.error202 .pageHeadline1 {
    color: #ed1651;
}

.error202 .pageHeadline2 {
    color: #ffffff;
}

.bx-wrapper {
    max-width: 520px !important;
}
.slider-content {
    padding-top: 13px;
}

.win-ammount-period { 
    margin-left: -23px;
}

.get-amount {
    width: 84px;
}

/*Financial statements*/

.financial-statements {
    border: 1px solid #000000;
    padding-bottom: 20px;
    width: 80%;
    min-height: 464px;
}

.statement-debts {
    border: 1px solid #000000;
    width: 80%;
    margin-left: 80px;
    min-height: 464px;
    padding-bottom: 20px;
    position: relative;
}

.statement-title {
    margin-left: 80px;    
}

.financial-statements .row:first-child, .statement-debts > .row:first-child {
    border-bottom: 1px solid;
    margin-left: 25px;
    margin-right: 50px;
}

.financial-statements .row:first-child > div:first-child, .statement-debts > .row:first-child > div:first-child {
    padding-left: 10px;
}

.financial-statements .row:first-child > div, .statement-debts > .row:first-child > div {
    line-height: 30px;
    padding-right: 10px !important;
    padding-top: 15px;
}

.financial-statements .row > div:first-child, .statement-debts .row > div:first-child{
    padding-left: 25px;
    text-align: left;
}

.financial-statements .row > div, .statement-debts .row > div:nth-child(2) {
    padding-right: 50px;
    text-align: right;
}

.show-more {
    padding-right: 135px;
    text-align: right;
}

.show-more a {
    color: #428bca;
    text-decoration: underline;
}

.financial-statements a, .statement-debts a {
    color: #333333;
    line-height: 25px;
}

.financial-statements a:hover, .statement-debts a:hover {
    color: #428bca;
    text-decoration: underline;
}

.slider-button img {
    margin-left: -63px;
}

.bx-wrapper .bx-next {
    background-position: 20px 0 !important;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0 !important;
}

.statement.statement-date p {
    font-size: 14px;
    margin-bottom: 4px;
}

.statement.statement-date span{
    font-size: 14px;
    line-height: 25px !important;
}

.link-statement span {
    font-size: 14px;
    line-height: 25px !important;
}

.link-statement > p, .player-debt, .player-debt span {
    font-size: 14px;
    margin-bottom: 4px;
}

.loading {
    display: none;
    left: 45%;
    position: absolute;
    top: 43%;
}

.bolded {
    color: #054662;
    font-weight: bold;
    font-style: normal;
}

.statement-title > span {
    display: inline-block;
    line-height: 15px !important;
}

.statement.clicked {
    display: inline-block;
}

.player-debt span {
    line-height: 25px !important;
}





.play .content-nav {
    background-image: url("../../../Content/images/Ocp/layout/play-background.png");
    background-position: center -51px;
    background-repeat: no-repeat;
    min-height: 1030px;
}

.play-footer {
    display: none;
}

.game-type-buttons, .home-game-type-buttons {
    padding: 15px 0 20px;
    text-align: center;
}

#login-button {
    background-image: url("../../images/Ocp/layout/game-type-button.png");
    background-position: center center;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 12px;
    color: #ffffff;
    height: 43px;
    margin: 0 25px;
    outline: medium none;
    width: 135px;
}

.game-type-buttons button {
    background-image: url("../../images/Ocp/layout/game-type-button.png");
    background-position: center center;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 12px;
    color: #ffffff;
    height: 43px;
    margin: 0 25px;
    outline: medium none;
    width: 135px;
}

.game-type-buttons a {
    background-image: url("../../images/Ocp/layout/game-type-button.png");
    background-position: center center;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 12px;
    color: #ffffff;
    height: 43px;
    margin: 0 25px;
    outline: medium none;
    width: 135px;
    padding-top: 9px !important;
}


.game-type-buttons .game-filter-selected {
    background-image: url("../../images/Ocp/layout/game-type-button-active.png");
}

#login-button:hover {
    background-image: url("../../images/Ocp/layout/game-type-button-hover.png");
}

.game-type-buttons button:hover {
    background-image: url("../../images/Ocp/layout/game-type-button-hover.png");
}

.game-type-buttons a:hover {
    background-image: url("../../images/Ocp/layout/game-type-button-hover.png");
}

#login-button:active {
    background-image: url("../../images/Ocp/layout/game-type-button-active.png");
}

.game-type-buttons button:active {
    background-image: url("../../images/Ocp/layout/game-type-button-active.png");
}

.game-type-buttons a:active {
    background-image: url("../../images/Ocp/layout/game-type-button-active.png");
}


/*.game-type-buttons .game-filter-selected, .home-game-type-buttons .game-filter-selected {
    background: none;
}*/

.home-game-type-buttons button {
    background: rgba(0, 0, 0, 0) url("../../images/layout/game-type-button.png") repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    height: 38px;
    margin: 0 25px;
    outline: medium none;
    width: 145px;
}

.play .bx-wrapper {
    max-width: 1024px !important;
    width: 1024px;
    min-height: 660px;
}

#content.play .play-content div div img {
    max-width: 300px !important;
    width: 300px !important;
}

.play .bx-wrapper .bx-viewport {
    height: 100% !important;
    min-height: 100%;
}

.play .outside {
    text-align: center;
    position: relative;
}

.outside > div {
    bottom: -93px;
    position: relative;
}

.play .outside div {
    display: inline-block !important;
}

.play .content-form {
    padding-bottom: 0;
}

.play #slider-prev {
    background-image: url("../../../Content/images/Ocp/slides/left-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 84px;
    width: 107px;
}

.play #slider-prev:hover {
    background-image: url("../../../Content/images/Ocp/slides/left-arrow-hover.png");
}

.play #slider-prev:active {
    background-image: url("../../../Content/images/Ocp/slides/left-arrow-focus.png");
}


.play #slider-next {
    background-image: url("../../../Content/images/Ocp/slides/right-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 84px;
    width: 107px;
}

.play #slider-next:hover {
    background-image: url("../../../Content/images/Ocp/slides/right-arrow-hover.png");
}

.play #slider-next:active {
    background-image: url("../../../Content/images/Ocp/slides/right-arrow-focus.png");
}

.play #view-game {
   background-image: url("../../../Content/images/Ocp/slides/small-label.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    margin: 0 10px 0 14px;
    padding: 10px;
    position: relative;
    top: -18px;
    width: 254px;
}

.player #view-game {
   background-image: url("../../../Content/images/Ocp/slides/small-label.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    margin: 0 14px 0 10px;
    padding: 10px;
    position: relative;
    width: 254px;
    top: -18px;
}

.play .bx-next, .play .bx-prev {
    color: transparent;
    display: block;
    height: 100%;
    width: 100%;
}

/*.player .bx-next:last-of-type, .player .bx-prev:last-of-type {
    display: none;
}*/


.player .outside {
    padding: 0 132px 15px;
    position: relative;
    top: -4px;
}

.player .language-bar {
    left: 0;
    margin-left: 132px;
    position: absolute;
    top: 193px;
}

.player .label-credit {
    background-image: url("../../../Content/images/Ocp/slides/large-label.png");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 65px;
    min-width: 492px;
    position: relative;
    text-align: left;
}

.player .hiscore ul li {
    display: inline-block; 
    margin: 0 20px;
}

.player .user-data span {
    display: block;
}

.games {
    min-height: 552px;
}

.player .hiscore {
    bottom: -90px;
    position: relative;
    text-align: center;
}

.player .credit-title {
    color: #fdfdfd;
    display: block;
    font-size: 48px;
    padding-left: 11px;
    position: absolute;
    top: -2px;
}

.player .credit {
    color: #fdfdfd;
    font-size: 48px;
    padding-right: 14px;
    position: absolute;
    right: 0;
}

.player  .bx-wrapper {
    padding: 10px 30px !important;
}
.play .language-bar {
    bottom: -162px;
    left: 0;
    margin-left: 130px;
    position: absolute;
}

.clearAll {
    clear: both;
}

.outside > div::selection,
.outside > div::-moz-selection {
    background-color: transparent;
}

.adoptiveHeight183 {
        height: 183px;
    }

    .adoptiveHeight184 {
        height: 184px;
    }

@media screen and (min-width: 991px) and (max-width: 1366px) { 
    .admin button {
        /*font-size: 12px;*/
    }

    .admin .col-md-4 {
        width: 18.667%;
    }

    .admin .col-md-12 {
        width: 48%;
    }

    .credit-limit-action.confirm-credit {
        margin-left: 5px;
    }

    .credit-limit-action.credit-value {
        margin-top: 0 !important;
        width: 125px;
    }

    /*.nodes-info {
        left: 0 !important;
        margin-top: 50px !important;
        width: 100% !important;
    }*/
    .win-ammount-period { 
        margin-left: -10px;
    }

    .get-amount {
        width: 77px;
    }

    .statement.clicked > p {
        margin-bottom: 0;
    }

    .win-amount.total-out {
        margin-left: 10px;
    }

    .total.total-out-for-period {
        margin-left: 10px;
    }

    .game-title {
        padding-left: 3px !important;
    }


}

/*Play page for tablet*/
@media screen and (max-width: 1200px){
    .play + footer {
        display: none;
    }

    .play .language-bar {
        margin-left: 30px;
    }

    .play .page-banner {
        min-height: 100px !important;
    }

    .play .play-box {
        background-image: url("../../images/Ocp/layout/play-tablet-img.png");
        min-height: 161px;
        top: 5px;
    }

    .player .play-box {
        top: 0;
    }

    header.play-header {
        display: none;
    }

    footer.play-footer {
        display: none;
    }

    header.error-header {
        display: none;
    }

    footer.error-footer {
        display: none;
    }

    .play .content-text {
        max-height: 20px;
    }

    .get-amount {
        width: 72px;
    }

    .edit-credit {
        top: 5px !important;
    }

    .user-data li {
        display: none;
    }

    .user-data li.credit, .user-data li.credit-title {
        display: block;
    }

    .play.player .content-nav .content-form {
         width: 100%;
    }

    .play.player .content-nav .container {
         width: 940px;
    }

    .play .content-nav .content-form {
         width: 100%;
    }

    .play .content-nav .container {
         width: 940px;
    }
}

:root .welcomeSpan {
    padding-top: 15px\0/IE9 !important;
}

:root .logged-info div:first-child {
    padding-top: 16px\0/IE9 !important;
}

:root .datepickerFrom {
    height: 31px\0/IE9;
}

:root .datepickerTo {
    height: 31px\0/IE9;
}

:root .nodes-info .col-md-3 div {
    white-space: nowrap\0/IE9;
} 



@media screen and (max-width: 767px) {
    .play.player .content-nav .container {
         width: 100%;
    }

    .play .content-nav .container {
         width: 100%;
    }
}



@media screen and (max-width: 1024px) {

    .play .language-bar {
        /*bottom: -4px;*/
        bottom: -65px;
    }

    .play .bx-wrapper {
        max-width: 930px !important;
        width: 930px;
        min-height: 680px;
    }

    .play .language-bar {
        margin-left: 55px;
    }
 
    .player .language-bar {
        margin-left: 60px;
        max-height: 49px;
        max-width: 79px;
        /*top: 54px;*/
         top: 108px;
    }

    .player .outside {
        padding: 0 75px;
    }

    #content.play .play-content div div img {
        max-width: 289px !important;
        width: 289px !important;
    }

    .play .content-nav {
        background-image: url("../../../Content/images/Ocp/layout/play-background1024.jpg");
        background-position: center 0;
        /*min-height: 768px;*/
        max-height: 698px;
        min-height: 698px;
    }

    #content.play .play-content div div img {
        width: 230px !important;
    }

    .games {
        min-height: 423px;
    }

    /*    .games {
        min-height: 487px;
    }*/


    .player .outside {
        padding: 0 132px 15px;
        position: relative;
    }

    .content-form.play-content {
        padding-top: 20px;
    }

    .outside > div {
        /*bottom: 44px;*/
        bottom: -12px;
    }

    .hiscore {
        display: none;
    }

    .player .label-credit {
        /*bottom: 45px;*/
        bottom: -8px;
    }

    .adoptiveHeight183 {
        height: 140px;
    }

    .adoptiveHeight184 {
        height: 141px;
    }

}


@media screen and (max-width: 991px) {
    .game-title {
        padding-left: 3px !important;
    }

    .play.player .content-nav .container {
         width: 720px;
    }

    .play .content-nav .container {
         width: 720px;
    }

    .player .outside {
        padding: 0;
    }

    .play .language-bar {
        margin-left: 25px;
    }

    .player .language-bar {
        margin-left: 18px;
    }

}

/*Mozila and Chrome selection background-color fix*/

body div::selection, body img::selection, body p::selection, body a::selection, body ul::selection, body li::selection, body span::selection {
    background-color: transparent;
}


body div::-moz-selection, body img::-moz-selection, body p::-moz-selection, body a::-moz-selection, body ul::-moz-selection, body li::-moz-selection, body span::-moz-selection {
    background-color: transparent;
}

/*end*/
