/* For body color*/
body {
    background-color: #F3F3F3 !important;
    color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    font-family: RobotoDraft,Roboto;
    font-size: 14px;

}
body.boxed.logged-in {
    background: #EBEFF2 !important;
    /*font-weight: 300;*/
    font-family: 'Exo 2', sans-serif;
}

/** For loading image**/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/reload.gif) 50% 50% no-repeat rgb(249,249,249);
}

/**
 * Login. page
 */
.login header {
    position: relative;
    width: 100%;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
    text-align: center;
    line-height: 75px;
    background: rgb(3, 169, 245);
    top: -21px;
}

.logo-container {
    margin: 40px auto;
}

.login header label {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}

.help-icon {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.help-icon i.fa.fa-question {
    width: 20px;
    height: 20px;
    background: #7c7c7c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

/*---------  Animation  ---------*/
.main-login .photo {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgb(223, 223, 223);
    border: 13px solid rgb(223, 223, 223);
    overflow: hidden !important;
}

.main-login .photo:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    top: 0px;
    right: 20px;
    border-radius: 50%;
    background: #aaa;
    border: 2px solid #fff;
    transform: scale(0);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation: user-head 0.5s 0s forwards;
    -moz-animation: user-head 0.5s 0s forwards;
    animation: user-head 0.5s 0s forwards;
}

.main-login .photo:after {
    position: absolute;
    content: '';
    width: 140px;
    height: 220px;
    top: 38px;
    right: -32px;
    border-radius: 50%;
    background: #aaa;
    border: 2px solid #fff;
    transform: translateY(36px);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation: user-body 0.5s 0.3s forwards;
    -moz-animation: user-body 0.5s 0.3s forwards;
    animation: user-body 0.5s 0.3s forwards;
}

@-webkit-keyframes user-head {
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-moz-keyframes user-head {
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

@keyframes user-head {
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes user-body {
    100% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -moz-transform: translateY(2px);
    }
}

@-moz-keyframes user-body {
    100% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -moz-transform: translateY(2px);
    }
}

@keyframes user-body {
    100% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -moz-transform: translateY(2px);
    }
}
/*--------- End Animation ----------*/
.main-login span.login-register-text{
    display: block;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
    color: rgba(0,0,0,0.6);
}
.realperson-challenge {
    display: inline-block;
    position: absolute;
    left: -164px;
}
.realperson-regen {
    color: #007dbf;
}

.content:before, .main-login:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -2;
    left: 0;
    right: 0;
    background-position: 50%, 50%;
}
.form-actions button[type="submit"], .form-actions button[type="submit"]:hover {
    position: relative;
    float: right;
    font-family: inherit;
    font-weight: 100;
    font-size: 15px;
    border: 0;
    margin: -3px 0px;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    background: rgb(3, 169, 245);
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.btn-cvv-login {
    color: #949ba2;
    background-color: transparent;
    border-color: #00BFFF;
}

.btn-cvv-login:hover {
    color: #ffffff;
    background-color: #00bfff12;
    border-color: #00BFFF;
}

.btn-cvv-register {
    color: #949ba2;
    background-color: transparent;
    border-color: #616779;
}

.btn-cvv-register:hover {
    color: #ffffff;
    background-color: rgba(97, 103, 121, 0.1);
    border-color: #616779;
}

.btn-cvv-forgot {
    color: #949ba2;
    background-color: transparent;
    border-color: #DB524B;
}

.btn-cvv-forgot:hover {
    color: #ffffff;
    background-color: rgba(219, 82, 75, 0.1);
    border-color: #DB524B;
}

/*---------- Form -----------*/
.form-group {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    font-family: inherit;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(117, 117, 117, 0.15);
}
.form-control:focus {
    border-bottom: 2px solid rgb(3, 169, 245);
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    border-bottom: 2px solid rgb(3, 169, 245);
    outline: none;
    box-shadow: none;
}

.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

.form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.float-label {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    top: -15px;
    font-size: 12px;
}
.has-error .form-control, .has-error .form-control:focus{
    box-shadow: none !important;
}
.login .alert.alert-success {
    background: #228B22;
    border-color: #228B22;
    color: #ffffff;
    padding: 20px;
    border-radius: 0px;
    width: 100%;
    position: relative;
    top: -21px;
    font-size: 15px;
}
.login .alert.alert-success a {
    color: #ffffff;
}
body.login label.checkbox-inline{
    font-size: 13px;
}
/** Background color for chrome autofill**/
/*input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px black inset;
    -webkit-text-fill-color: #949ba2 !important;
}*/

.help-block {
    color: #6d757d;
}
body.login .main-login{
    width: 400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
}
.container-center {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}
.login-footer {
    width: 100%;
    height: 30px;
    line-height: 29px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid rgba(117, 117, 117, 0.15);
}
.login-footer a {
    color: #000;
    vertical-align: middle;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.captcha-section {
    display: flex;
}
.min-deposit-amount p {
    color: green;
    margin: 20px 0 0 0 !important;
}



/**Inner pages css**/
::-webkit-scrollbar {
    width: 12px;
    background: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-button {
    width: 12px;
    height: 0;
}

/*::-webkit-scrollbar-track {
    background: #00BFFF;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 3px;
}*/

::-webkit-scrollbar-thumb {
    background: #1a1d52;
    border-radius: 3px;
}

/*
 * For menu
 */
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
    padding-right: 13px;
}
.navbar-inverse .nav > li a, .navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a {
    color: #ffffff;
    background: transparent;
    font-size: 16px;
    line-height: 23px;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-tools .nav li.dropdown.open > .dropdown-toggle {
    background: #080808 !important;
    color: #ffffff !important;
}
.navbar-inverse .nav li.dropdown .dropdown-menu li a {
    color: #080808;
    font-weight: 300;
}
.dropdown-menu .divider {
    margin: 3px 0;
}
.inner-container {
    margin-top: 70px;
}
@media screen and (min-width: 1200px) {
    .container.frontend-container {
        width: 1170px !important;
    }
}

/*
 * For header
 */
nav div.container-fluid,
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.btn-accent, li.dropdown.current-user .dropdown-toggle {
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #555555;
    border-radius: 0;
}

.btn-accent:hover {
    color: #fff;
    background-color: rgba(16, 16, 16, 0.33) !important;
}

.navbar-tools > ul > li > a.btn .badge, .account-button a.btn .badge {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none !important;
    top: 4px;
    background-color: #E6674A;
}

.navbar-tools > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 23px;
    font-size: 16px;
}

.navbar-tools > ul > li > a:hover,
.navbar-tools > ul > li > a:active,
.navbar-tools > ul > li > a:visited,
.navbar-tools > ul > li > a:focus {
    background: transparent !important;
}

.navbar-tools > ul > li {
    padding: 0;
}

.navbar-tools > ul > li:last-child {
    padding-right: 0px !important;
}

.navbar-tools .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 1px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

.dropdown-menu.user-cart > li {
    display: flex;
}

.dropdown-menu.user-cart > li > a {
    width: 100%;
}

.dropdown-menu.user-cart > li > a > i {
    margin-top: 2px;
    padding-right: 5px;
}

.dropdown-menu.user-cart > li > a > i,
.dropdown-menu.user-cart > li > a > span,
.dropdown-menu.user-cart > li > a > div {
    float: left;
    font-size: 14px;
}

.label-info {
    font-size: 12px !important;
    padding: 3px 5px !important;
    vertical-align: middle;
    font-weight: normal;
    background: #f44336 !important;
    border: 1px solid #f44336;
    line-height: 1.15px;
}

.navigation-toggler, .go-top {
    background-color: #00bfff !important;
    color: #FFF;
    font-weight: bold;
}

.btn .badge {
    top: -5px;
    background: #f44336;
}

.dropdown-menu.user-cart::after, .dropdown-menu.profile::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -8px;
}

ul.nav.navbar-right img {
    height: 32px;
}

.breadcrumb {
    margin: 0 auto !important;
    background-color: transparent;
    border: 1px solid #555
}

/*
 * Footer
 */
.footer {
    background-color: transparent !important;
    padding: 0 !important;
}

.footer-inner {
    margin-left: 46%;
}

ul.footer li {
    display: inline;
    border-right: 2px solid rgba(0, 0, 0, 0.6);
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer > .footer-menu > .footer > li > a {
    color: rgba(0, 0, 0, 0.6);
    padding: 6px;
    font-size: 12px;
}
footer .copyright{
    font-size: 12px;
}

ul.footer li:last-child {
    border: none !important;
}

body.login .copyright {
    color: rgba(0, 0, 0, 0.6);
}


/*
 * For Content area
 */
.page-header h1 {
    color: #FFFFFF;
    font-weight: 500;
}

.page-header h1 > small {
    color: #FFFFFF;
}

.panel {
    border: none;
}

.btn-default {
    color: #949ba2;
    background-color: transparent;
    border-color: #f6a821;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: rgba(246, 168, 33, 0.1) !important;
    border-color: #f6a821;
}

.btn-green {
    border-radius: 4px;
    background: #4CAF50;
    border: 1px solid #4cae4c;
    color: #FFFFFF;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    color: #ffffff;
    background-color: #449d44;
    border: 1px solid #449d44;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

#main > .panel-body {
    padding: 0 !important;
}

.panel-heading {
    border-radius: 0px !important;
    box-shadow: none !important;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom-style: none;
    border-left: 1px solid #dddddd;
    color: #000000 !important;
}

#main > .panel-heading {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

.well {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow b,
.select2-container-multi .select2-choices {
    background-color: #ff5f5f !important;
    color: #ffffff !important;
}

.input-group-btn > .btn-default,
.well > .row > .col-sm-3 > input.form-control {
    border: 1px solid #aaa;
    border-radius: 0;
    padding: 6px 10px;
}

.select2-drop {
    background-color: #ff5f5f;
    color: #ffffff;
    border: 1px solid #fff;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
    background-color: #ff5f5f;
    color: #FFD700 !important;
}

textarea.bin-checker-textarea, form.credit-card-form textarea, #checkresult textarea {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
    box-shadow: none;
    border: 1px solid #CCCCCC !important;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
.bin-checker-example {
    background: #f5f5f5;
    border: 1px solid #CCCCCC;
    display: flex;
}

/*
 * FAQ
 */
.panel-body.message-container{
    border: 1px solid #CCCCCC;
}

.padding-l-0 {
    padding-left: 0;
}

.padding-r-0 {
    padding-right: 0;
}

.recaptcha > img {
    width: 100%;
    height: 35px;
}

.account-button a {
    position: relative;
}

.account-button a span {
    right: 16px !important;
    top: 1px !important;
}

.active-btn {
    color: #fff;
    background-color: rgba(246, 168, 33, 0.1) !important;
}

.wallet-msg {
    color: #f6a821;
}

/* For new section*/
.sidebar-menu.well{
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 1px 1px 0 rgba(0,0,0,.12);
    margin-bottom: 10px;
}
ul.side-bar-menu li i{
    color: #000;
}
ul.side-bar-menu li a {
    line-height: 35px;
    color: #000;
}
ul.side-bar-menu li a:hover {
    color: #CCCCCC;
}
.time-line-container,
.news-footer-ico-contact,
.item-box, .panel-default{
    padding: 20px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 1px 1px 0 rgba(0,0,0,.12);
    margin-bottom: 10px;
    color: #000000;
}
.time-line-container .info-container .info-body .news-section {
    padding: 10px;
    background: #efefef;
    border: 1px solid #ccc;
    height: 380px;
    width: auto;
    overflow: auto;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    font-weight: bold;
    color: #000;
    margin-bottom: 31px;
}
.time-line-container .info-container .info-body .news-section h4{
    margin-bottom: 25px;
}
.news-footer-ico-contact {
    margin-top: 15px;
}
.news-footer-ico-contact.contact-sidebar {
    min-height: 140px;
}
.news-footer-ico-contact.contact-sidebar h3 {
    padding-top: 15px;
}
.news-footer-ico-contact a {
    color: #000000;
}
.news-page-list-item .item-box {
    position: relative;
    min-height: 130px;
}
.news-page-list-item .item-box span.box-heading h3 {
    position: absolute;
    top: 0;
    left: 20%;
    max-width: 100%;
}
.news-page-list-item .item-box.credit-cards {
    background: #fff url(../../images/cards.jpeg) no-repeat 84% 90%;
    background-size: 200px 60px;
}
.news-page-list-item .item-box.dumps {
    background: #fff url(../../images/dumps.jpg) no-repeat 84% 90%;
    background-size: 200px 75px;
}
.news-page-list-item .item-box.add-funds {
    background: #fff url(../../images/add-funds.png) no-repeat 84% 90%;
    background-size: 200px 75px;
}

.item-box{
    position: relative;
    height: 120px;
    cursor: pointer;
}
.item-box span.box-heading h3 {
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 90px;
    text-align: center;
}
.item-box.credit-cards {
    background: #fff url(../../images/cards.jpeg) no-repeat 92% 90%;
    background-size: 90px 50px;
}
.item-box.dumps {
    background: #fff url(../../images/dumps.jpg) no-repeat 92% 90%;
    background-size: 90px 50px;
}
.item-box.add-funds {
    background: #fff url(../../images/add-funds.png) no-repeat 92% 90%;
    background-size: 90px 50px;
}

.inner-main-content {
    padding: 20px;
    background: #ffffff;
}

.payment-container {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.payment-container .payment-input {
    width: 250px;
    margin: 0 auto;
    padding: 0 20px 20px;
}
.payment-container .payment-input input[type="text"] {
    padding: 3px;
}
.choose-amount p {
    margin: 0;
}

div#main {
    position: relative;
}

body.common-pages a.btn.btn-block.btn-lg.btn-success.btn-shop {
    position: absolute;
    right: 0;
    width: 150px;
    background: #00BFFF;
    border: 1px solid #00BFFF;
    border-radius: 0px;
}

.payment-form input[type="text"],
.payment-form span.input-group-addon {
    border-radius: 0px !important;
}

.payment-form span.input-group-addon {
    background: #89868680;
    color: #fff;
    border-color: #777;
}

.label-default, .badge-default, .label-warning, #sample-table-1 span.label {
    border-radius: 0px;
}

.invoice {
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.table-bordered {
    border: 1px solid #ddd !important;
}
.footer.deposit-payment{
    padding: 30px 0 !important;
    text-align: center;
    font-size: 14px;
}
.invoice div h5 {
    font-weight: bold;
}
.invoice input.form-control {
    text-align: center;
    font-weight: bold;
    border-radius: 5px !important;
}
.invoice p.btc-address {
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
.invoice p.btc-address span {
    color: orange;
}
.blockchain-btn p.payment-status {
    font-weight: bold;
    padding:10px;
}
.blockchain-btn p.payment-message {
    font-size: 22px;
    color: red;
}
.blockchain-btn p.use-just-one {
    color: #dddddd;
}
.invoice-msg .msg-btcspeed .wallet-msg{
    max-width: 600px;
}
.msg-btcspeed {
    padding: 20px;
}