/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 6 Nov, 2015, 12:27:29 PM
Author     : chayowogames
*/
body
{
    background: #000;
    color: #fff;
}
#braintree-paypal-button
{
    width : 70px !important;
    height : 27px !important;
}
.preload{ position: fixed; left: 0; top: -20%; z-index: 99999999; height: 100%; width : 100%; overflow: visible; background: url('loader.gif') no-repeat center center;background-size: 50px 50px; }
div.line-cross {
    text-align: center;
    position: relative;
}
div.line-cross:before {
    content: '';
    position: relative;
    width: 96%;
    height: 1px;
    top: 15px;
    left: 6px;
    background-image: linear-gradient(to right, #00000000, #FF4500, #FF8C00,#00000000,#00000000,#FF8C00,#FF4500, #00000000);
    display: block;
    z-index: 0;
}
div.line-cross:after{
    height: 23px;
    content: '';
    position: absolute;
    /*width: 100%;*/
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 76%, rgba(0,0,0,0) 77%, rgba(0,0,0,0) 81%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 102%, rgba(0,0,0,1) 104%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(19%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(76%,rgba(0,0,0,0)), color-stop(77%,rgba(0,0,0,0)), color-stop(81%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)), color-stop(102%,rgba(0,0,0,1)), color-stop(104%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 102%,rgba(0,0,0,1) 104%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 102%,rgba(0,0,0,1) 104%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 102%,rgba(0,0,0,1) 104%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 81%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 102%,rgba(0,0,0,1) 104%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    top: 19px;
    right: 0;
}
div.line-cross >span{
    background: radial-gradient(#000000,#00000000, #00000000);
    z-index: 1;
    position: relative;
    padding: 0 10px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 1px 0 17px 0;
    color: #fbfbfb;
    font-family:  'Titillium Web', sans-serif;
}
.panel-info
{
    position: relative;
    z-index: 1;
    background-color : transparent;
    /*background-color: #000;*/
}
.panel-info .gamebg {
    border-radius: 10px;
    position: absolute;
    background-color: #000;

    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    width: 100%;
    height: 100%;
}
.bg-home
{
    background: url(bg.png) 100% 0 no-repeat #000;
    min-height: 720px;
    width: 1350px;
}
.login-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: 120px;
}
.mainbox {
    /* position: absolute; */
    /* top: 55%; */
    /* left: 50%; */
    /* transform: translate(-50%,17%); */
}
.input-extra
{
    width: 100%;
    height: 28px;
}
.input-extra-textbox
{
    background-color: #ffffff;
    border:1px solid  #424141;
    color: #000;
    border-radius: 4px !important;
    margin-left: 15px;
}
.panel
{
    border: 2px solid #FF8C00;
    box-shadow: inset 0px 0px 11px 1px #FF8C00, 0px 0px 11px 1px #FF8C00, inset 0 0 37px 26px #030c2b;
    border-radius: 10px;
}
.clickable-img{
    cursor: pointer;
}
.panel-body
{
    margin-top: -33px;
}
.modal
{
    /*position: relative;*/
    /*overflow: hidden;*/
}
.help-block
{
    float: right;
}
/*            .help-block
{
font-size: 12px;
text-align: center;
background: #d10000;
border-radius: 3px;
height: 28px;
position: absolute;
top: 0px;
right: 0px;
margin-left: 0;
padding: 2px 10px;
vertical-align: top;
display: inline-block;
color: #fff !important;
}*/
#fb-button
{
    background:  url('facebookSIgnIn.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
}
#fb-button:hover
{
    background:  url('facebookSignIn_over.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
}
#btn-login
{
    background: url('signin.png') 0 0 no-repeat;
    height: 34px;
    width: 74px;
    border: 1px solid #000;
}
#btn-login:hover
{
    background: url('signin_over.png') 0 0 no-repeat;
    height: 34px;
    width: 74px;
    border: 1px solid #000;
}
#btn-signup
{
    background: url('signup-play.png') 0 0 no-repeat ;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
}
#btn-signup:hover
{
    background: url('signup-play_over.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
}
#btn-signinplay
{
    background: url('signin-play.png') 0 0 no-repeat ;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
    opacity : 0.2s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
}
#btn-signinplay:hover
{
    background: url('signin-play_over.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
}
#btn-guest
{
    background: url('guestplay.png') 0 0 no-repeat ;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
    opacity : 0.2s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
}
#btn-guest:hover
{
    background: url('guestplay.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: 1px solid #000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
}
#btn-send
{
    background: url('sendbtn.png') 0 0 no-repeat;
    height: 34px;
    width: 74px;
    border: 1px solid #000;
}
#btn-send:hover
{
    background: url('sendbtn_over.png') 0 0 no-repeat;
    height: 34px;
    width: 74px;
    border: 1px solid #000;
}
.checkbox, input[type=checkbox]
{
    margin-left: 0px !important;
    position: static !important;
    padding-left: 0px;
    margin: 0 0 0 ;
}
.checkbox label
{
    padding-left: 0px;
}
#btn-reset
{
    background: url('resetpassword.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: #000;
}
#btn-reset:hover
{
    background: url('resetpassword_over.png') 0 0 no-repeat;
    height: 34px;
    width: 178px;
    border: #000;
}
#btn-back
{
    background: url('back.png') 0 0 no-repeat;
    height: 34px;
    width: 74px;
    border: #000;
}
#btn-back:hover
{
    background: url('back_over.png') 0 0 no-repeat;
    height: 34px;
    width: 74px;
    border: #000;
}
.modal-backdrop
{
    opacity: 0.8 !important;
}
.navbar
{
    margin-bottom: 0px;
}
.nav>li>a:hover
{
    background: #000;
}
.nav>li>a:focus
{
    background: #000;
}
.form-control
{
    height: 30px;
    font-size: 13px;
}
.cursor
{
    cursor: pointer;
}
.navbar
{
    min-height: 0px;
}
.payment-content
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #440e5e; /* Old browsers */
    background: -moz-linear-gradient(top,  #440e5e 10%, #020003 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #440e5e 1 0%,#020003 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #440e5e 10%,#020003 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440e5e', endColorstr='#020003',GradientType=0 ); /* IE6-9 */
    border: 3px solid #FF8C00 !important;
    box-shadow: inset 0px 0px 11px 1px #FF8C00, 0px 0px 11px 1px #FF8C00, inset 0 0 37px 26px #030c2b;
    border-radius: 15px !important;
    width: 75%;
    margin-left: 12%;
}
.title{
    padding: 10px  !important;
    background-color: #490433;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 45px  !important;
}
.payment-title{
    font-weight: bold;
    color: #FF8C00;
    text-align: center;
}
.payment-sub-title{
    color: #ffffff;
    margin-top: 3px;
}
.btn-continue{
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.title-close{
    font-weight: bold;
    color: #FF8C00;
}
.close{
    opacity: 1;
}
.pull-left{
    padding-right: 0px;
    padding-left: 0px;
}
.back{
    float:left;
    margin-top: -17px;
}
.backarrow{
    color: #FF8C00;
    font-size: 13px;
}
.label{
    text-align: left;
    margin-top: 13px;
}
.form-container
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#card-type
{
    width:15px;
    height:15px;
}
input[type='radio']
{
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid #45484d;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px #45484d inset;
    background-color: #FDFDFD
}
input[type='radio']:hover {
    box-shadow:0 0 5px 0px #FF8C00 inset;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input[type='radio']:checked:before
{
    background:rgb(70, 7, 112);
}
.modal-header
{
    border-bottom: none;
}
.modal-footer
{
    border-top: none;
}
#card-number {
    position: relative;
    padding: 0 0.5em;
}
/* This is where the magic starts */
.icon-type {
    position: absolute;
    right: 0px;
    /*top: 2px;*/
    width: 45px;
    height: 28px;
    background-image: url('cardview.png');
    background-position: -1000px 0;
    background-repeat: no-repeat;
}
.icon-type-discover {
    background-position: 0 0px;
}
.icon-type-visa {
    background-position: 0 -28px;
}
.icon-type-master-card {
    background-position: 0 -56px;
}
.icon-type-maestro {
    background-position: 0 -84px;
}
.icon-type-american-express {
    background-position: 0 -112px;
}
.icon-type-jcb {
    background-position: 0 -140px;
}
#cvv {
    /*width: 100px;*/
    margin-right: 100%;
}
#braintree-paypal-loggedout
{
    float:left;
}
.login-content{
    background-color: rgba(255, 255, 255, 0);
}
.forgetpassword-modal{
    z-index: 10000;
}
#card-type
{
    width:15px;
    height:15px;
}
input[type='radio']
{
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid #45484d;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px #45484d inset;
}
input[type='radio']:hover {
    box-shadow:0 0 5px 0px #FF8C00 inset;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
.modal-header
{
    border-bottom: none;
}
.modal-footer
{
    border-top: none;
}
.copyright{
    color: darkgray;
    top: -25px;
    position: relative;
}
.links{
    left: -117px;
    position: relative;
}
.msp-logo{
    left: -117px;
    padding-top: 7px;
    position: relative;
    width: 75px;
}
.multistrikepoker-logo{
    left: -180px;
    padding-top: 7px;
    position: relative;
}
.footer{
    height: 75px;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
}
.footer a, #footer a:visited, #footer a:hover {
    color: #ffffff;
    font-weight: bold;
    font-size:11px;
}
* {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.modal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card-title{
    text-align: left;
}
.card{
    margin-left: -15px;
}
.card-option{
    margin-left: -15px;
}
.paypal{
    margin-left: -45px;
}
.braintree-button{
    margin-top: 5px;
}
.FB_UI_Dialog {
    width: 560px !important;
    height: 500px !important;
}
.forgotPassword {
    width: 240px;
    height: 240px;
    background-color: rgb(13,31,75);
    border-radius: 10px;
    border: 2px solid #FF8C00;
    box-shadow: inset 0px 0px 11px 1px #FF8C00, 0px 0px 11px 1px #FF8C00, inset 0 0 37px 26px #030c2b;
}
#fb-root {
    position:fixed;
    top:-50%;
    left: 20%;
}
#loginPanel{
    width: 245px;
    top: 4px;
}
#terms {
    font-size: 80%;
    margin-top: 16%;
    width: 100%;
}