/*
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;
    overflow: hidden;
}
#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;
    display: block;
    z-index: 0;
    background-image: linear-gradient(to right, #00000000, yellow,#ffff0080,#00000000,#00000000,#ffff0080,yellow, #00000000);
}
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 {
    border-radius: 26px;
    position: absolute;
    /* background-color: #2e0852; */
    background-image: linear-gradient(-45deg,#250e3f,#2e074d,#361580);
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9;
    width: 100%;
    height: 100%;
    border: 2px solid #f6ccfd;
    box-shadow: inset 0px 0px 13px 2px #9d44ad, 0px 0px 13px 2px #9d44ad, inset 0 0 131px 0px #000000;
}
.bg-home
{
    background: url(bg.png) 100% no-repeat #000;
    min-height: 720px;
    width: 1350px;
    /*background-size: cover;*/
    /*padding-bottom: 56.07%;*/

}

/*----------------*/
/* width */
::-webkit-scrollbar {
    width:3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*----------------------*/

.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;
    font-weight: normal;
}
.panel
{
    border: 1px solid #f7cd36;
    border-radius: 10px;
    border-color: #00000000;

}
.clickable-img{


    cursor: pointer;


}

.panel-body
{
    margin-top: -33px;
}
.modal
{
    /*position: relative;*/
    /*overflow: hidden;*/
}

.help-block
{
    float: right;
}

#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,  #32005b 10%, #090011 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #32005b 1 0%,#090011 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #32005b 10%,#090011 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440e5e', endColorstr='#020003',GradientType=0 ); /* IE6-9 */
    border: 3px solid #db8ef8 !important;
    border-radius: 15px !important;
    width: 75%;
    margin-left: 12%;
}
.title{
    padding: 10px  !important;


    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 45px  !important;
}
.payment-title{
    font-weight: bold;
    color: #ffcc66;
    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: #FFD600;
}
.close{
    opacity: 1;
}
.pull-left{
    padding-right: 0px;
    padding-left: 0px;
}
.back{
    float:left;
    margin-top: -17px;
}
.backarrow{
    color: #FFD600;
    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 orange 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;
    min-height:90px;
}
.modal-footer
{
    border-top: none;
}


#card-number {
    position: relative;

}
/* 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;
}

.mainbox {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%,6%);*/
}

.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 orange 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
{
    height: 75px;
    border-top: none;
}

.copyright{
    color: darkgray;
    top: -25px;
    position: relative;
}
.links{
    left: -117px;
    position: relative;
}
.pech-logo{
    left: -180px;
    padding-top: 7px;
    position: relative;
}
.footer{
    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;
}

.login-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 120px;
    padding-left: 0;
}
.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: 580px !important;
    height: 500px !important;
}
#fb-root {
    position:fixed;
    top:-50%;
    left: 20%;
}
.forgotPassword {
    width: 240px;
    height: 240px;
    background-color: rgb(46, 7, 82);
    border-radius: 10px;
    border: 2px solid #f6ccfd;
    box-shadow: inset 0px 0px 13px 2px #9d44ad, 0px 0px 13px 2px #9d44ad, inset 0 0 131px 0px #000000,  0 0 300px 263px #000000a3;
}
.rubyCharacter {
    padding-right: 0px;
    /*padding-top: 6%;*/
    /*transform: translate(22%, 26%);*/
translate(31%, 31%);
}

.rubyCharacter img {
    width: 148px;
}

#loginPanel{
    width:290px;
}

#terms {
    font-size: 80%;
    margin-top: 22%;
    width: 100%;
}
.modal-dialog{
    width:800px;
}

.card-control {
    height: 50px;
    font-size: 13px;
}
.ErrorLabel {
    text-align: left;
    margin-top: 5px;
    margin-bottom: -15px;
    margin-left: 20px;
}
.leftErrorLabel{
    margin-left: 20px;
}
.DetailsErrorLabel {
    text-align: left;
    font-size: 12px;
    /*font-weight: normal;*/
    color: #FF0000;
}
.CardDetailsLabel {
    font-weight: 400;
}

input[type="text"]:focus {
    box-shadow: 0px 0px 0px;
    border-color: #0f0f0f;
}