/*
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: 100%;*/
    height: 2px;
    top: 15px;
    left: 0;
    background-image: linear-gradient(to right, #3600000f,#360000eb,#bb9426,#3600000f,#bb9426,#36000057,#3600000f);
    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{
    z-index: 1;
    position: relative;
    padding: 0 0px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0px 0 5px 0;
    color: #ffff;
    font-family:  'Titillium Web', sans-serif;
}
.panel-info
{
    position: relative;
    z-index: 1;
    background-color : transparent;
    /*background-color: #000;*/

}

.forgotPassword{
    width: 240px; 
    height:240px;
    min-height: 221px;
    background-image: linear-gradient(to bottom left, #840000, #190000);
    border-radius: 10px;
    box-shadow: inset 0px 0px 10px 3px #962a00,0px 0px 10px 3px #962a00;
    
    border: 2px solid #e6b796;
}
.panel-info {
    border-radius: 14px;
    position: absolute;
    background-image: linear-gradient(to bottom left, #840000, #190000);
    box-shadow: inset 0px 0px 10px 3px #962a00;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*opacity: .6;*/
    width: 100%;
    height: 100%;

}
.bg-home
{
    background: url(bg.png) no-repeat #000;
    width: 100%;
    background-size: cover;
    padding-bottom: 56.07%;
    
    background-position: center;

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

}

.input-extra-textbox
{
    background-color: #ffffff;
    border:1px solid  #424141;
    color: #000;
    border-radius: 4px !important;
    margin-left: 15px;
    font-weight: normal;
}
.panel
{
    width: 310px;
    border: 3.5px solid #e6b796;
    box-shadow: 0px 0px 10px 3px #962a00;
    border-radius: 17px;
    margin-bottom:0px;
}

.clickable-img{


    cursor: pointer;


}

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

.help-block
{
    float: right;
}

#btn-send
{
    background: url('sendbtn.png') 0 0 no-repeat;
    height: 36px;
    width: 76px;
    /*border: 1px solid #000;*/
}

#btn-send:hover
{
    background: url('sendbtn_over.png') 0 0 no-repeat;
    height: 36px;
    width: 76px;
    /*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;
}
.card-control {
    height: 50px;
    font-size: 13px;
}
.cursor
{
    cursor: pointer;
}

.navbar
{
    min-height: 0px;
}

.modal-dialog{
    width:800px;
}
.payment-content
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #550005; /* Old browsers */
    background: -moz-linear-gradient(top,  #550005 10%, #0e0001 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #550005 10%,#0e0001 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #550005 10%,#0e0001 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550005', endColorstr='#0e0001',GradientType=0 ); /* IE6-9 */
    border: 3px solid #ffdc72 !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: #ffdc72;
    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;
}


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

.copyright{
    color: darkgray;
    top: -25px;
    position: relative;
}
.links{
    left: -117px;
    position: relative;
}
.bbc-logo{
    left: -117px;
    padding-top: 7px;
    position: relative;
    width: 75px;
}
.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;
}
.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: 535px !important;
}
#fb-root {
    position:fixed;
    top:-50%;
    left: 20%;
}
.logo{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 47%;
}
.logo img{
    width:100%;
}
.checkbox p 
{
    font-size: 15px;
    color: #ffff;

}
.rubyCharector
{
    padding-right: 0px;
}
.rubyCharector div{
    width: 190px;
    margin-top: 160px;
}
.rubyCharector img{
    width: 100%;
}
.mainbox{
    padding-left: 0px;
}

#loginform{
    margin-bottom:0px;
}


.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;
}
