html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 386px;
    font-size: 75%;
    background: rgba(0, 0, 0, 0.04);
}

/* backToTop */
a.backToTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #f7931a;
    color: #0e131b;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 0 0 3px rgba(247, 147, 26, 0.28);
    z-index: 9999; 
}
a.backToTop:hover {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
#top-link-block.hidden a.backToTop {
    transform: scale(0);
}
#top-link-block a.backToTop {
    transform: scale(1);
}


/*Bootstrap*/
.btn-primary {
    color: #fff;
    background-color: #f7931a;
    border-color: #f7931a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f7931a;
    border-color: #c36e08;
}

.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #f4f4f4;
    background-color: #f28b0e;
    border-color: #c36e08;
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgb(247, 147, 26);
    box-shadow: 0 0 0 2px rgba(247, 147, 26, 0.51);
    color: #f7931a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f28b0e;
    border-color: #c36e08;
}


.btn-outline-primary {
    color: #f7931a;
    border-color: #f7931a;
}
.btn-outline-primary.active, .btn-outline-primary:active, .show>.btn-outline-primary.dropdown-toggle {
    color: #f4f4f4;
    background-color: #f7931a;
    border-color: #c36e08;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgb(247, 147, 26);
    box-shadow: 0 0 0 2px rgba(247, 147, 26, 0.51);
    color: #f7931a;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #f7931a;
    border-color: #c36e08;
}
.btn {
    cursor: pointer;
    pointer-events: auto;
}


.sticky-top {
    z-index: 1029;
}
.navbar {
    background: #0b0f16;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(221, 221, 221, 0.08);
    height: 66px;
    /* z-index: 9999; */
    transition: all 0.2s ease-in-out 0s;
}
.navbar-brand {
    height: 66px;
}
.menu-dropdown {
    margin-top: 21px;
    min-width: 180px;
    border-radius: 0;
    border-top: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
    border-color: #ddd;
    padding: 0;
    margin: 0;
    border-width: 0;
}
.menu-dropdown li:hover > a {
    background: #f7931a;
}
.navbar-inverse .navbar-toggler {
    margin-top: 10px;
}
.nav-item {
    color: rgba(255,255,255,.5);
}
.nav-item .nav-link {
    padding: 15px 15px;
}
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .show > .nav-link {
    background: #fff;
    color: #0e131b;
}
.navbar-inverse .navbar-text {
    font-size: 24px;
    /*color: rgb(221, 222, 224);*/
    color: #f7931a;
    text-align: center;
    margin-top: 8px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}
.dropdown-submenu.show > .dropdown-menu {
    display: block;
}
.dropdown-submenu.show > a {
    background: #f7931a;
}
.navbar-brand {
    width: 350px;
    margin-left: -15px;
    /* border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid #ddd; */
    text-align: center;
    /* background: #fff; */
    margin-right: 0;
}

.navbar-collapse.show {
    background: rgba(0,0,0,0.95);
}
.navbar-home {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar-home a.nav-link {
    color: #f7931a !important;
}
.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
}
.navbar-home .navbar-brand {
    background: transparent;
    border: none;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar .dropdown-item {
    font-size: 13px;
    padding: 10px 1.5rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown-submenu > a:after {
    border-left-color: #292b2c;
}
/* .form-control {
    height: 2.2em;
} */
#wrapper {
    padding: 85px 15px 50px;
}
.section {
    padding: 80px 0;
    background: transparent;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
}
.home-banner {
    height: 500px;
    /*background: url('../images/background.jpg') no-repeat center center;
    background: url('http://i.imgur.com/fURk1Ig.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;*/
    position: relative;
}
.home-banner:after {
    position: absolute;
    content: "";
    /*background: rgba(0, 0, 0, 0.2);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.home-banner #wrapper {
    pointer-events: none;
}
.banner-header {
    max-width: 400px;
    padding: 80px 0 0;
    position: relative;
    z-index: 2;
}
.banner-header h1 {
    color: #f7931a;
    font-weight: 300;
    font-size: 3rem;
}

.banner-header p {
    /*color: rgba(255, 255, 255, 0.8);*/
    color: #f7931a;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 2rem 0;
    /*text-shadow: 1px 2px 0 rgba(6, 6, 6, 0.8);*/
}

.footer {
    color: #ffffff;
}

.footer p,
.footer a {
    color: #ffffff;
}

.footer-top {
    background: #0e131b;
    padding: 40px 0;
    border-top: 1px solid #141619;
}

.footer-bottom {
    background: #0a0b0c;
    padding: 10px 0;
    border-top: 1px solid #000000;
    height: 42px;
    width: 100%;
}

.footer-social {
    margin: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: block;
    background: none;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.bg-blue {
    background: #051a3a;
    border-bottom: 1px solid #09244c;
    color: rgba(255, 255, 255, 0.5);
}

.bg-blue .content {
    color: inherit;
}

.border-light {
    border-bottom: 1px solid #ddd;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 386px;
    background-color: #f5f5f5;
}

.get-start-row {
    padding: 50px 0;
}

.get-started-h2 {
    color: #0a0b0c;
    font-weight: 300;
    font-size: 3rem;
    margin: 3.5rem 0 2rem;
}

.get-start-row h4 {
    font-size: 2rem;
    font-weight: 300;
    border: 2px solid #000;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    line-height: 200px;
    background: #022446;
    color: #fff;
}

.get-start-row p {
    width: 225px;
    font-size: 1rem;
    margin: 0 auto;
}

.content {
    padding: 50px 30px;
    color: #444;
}

.content h3 a {
    font-size: 12px;
    opacity: 0;
    vertical-align: middle;
}

.content h3:hover a {
    opacity: 1;
}

.content h6 {
    /* text-transform: uppercase; */
}

.sidebar-left {}

.sidebar-left .list-group {
    list-style-type: none;
}

.sidebar-left .list-group .list-group-item {
    border-radius: 0px !important;
    border: none;
    font-size: 13px;
    color: #aeaaaa;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar-left > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.sidebar-left h5 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
}
.list-sub-menu {
  padding: 0;
  margin: 0;
}
.list-sub-menu > li {
  display: block;
}
.list-sub-menu > li > a {
  display: block;
  padding: 5px;
  padding-left: 25px;
}
.bg-blue {
    background: #0b0f15;
    border-bottom: 1px solid #0b0f15;
    color: rgba(255, 255, 255, 0.5);
}

.bg-blue .content {
    color: inherit;
}

.border-light {
    border-bottom: 1px solid #ddd;
}

.api-list {
    padding: 10px 0;
}

.api-list li {
    margin-bottom: 8px;
}

.api-list li > a {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

.api-list li .badge {
    width: 45px;
    margin-right: 10px;
    padding: .5em 0;
}

.blockquote {
    font-size: .9rem;
    background: rgba(96, 123, 162, 0.14);
    border-color: #607ba2;
}

.blockquote.primary {
    background: rgba(91, 192, 222, 0.14);
    border-color: #75c5de;
    color: #5bc0de;
}

.blockquote.secondary {
    background: rgb(222, 222, 222);
    border-color: #717171;
    color: #676565;
}

.blockquote.warning {
    background: rgba(255, 152, 0, 0.15);
    border-color: #b46d17;
    color: #af6d0b;
}

.blockquote.success {
    background: rgba(76, 175, 80, 0.21);
    border-color: #009688;
    color: #009688;
}

pre {
    white-space: pre-wrap;
    color: #bd4147;
}

.hljs-comment::after {
    content: "";
    display: block;
}
.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: -1px;
}
.blog-comparison {
    margin: 15px 0;
}
.form-group.required .control-label:after {
  content:"*";
  color:#d20000;
}
@media (min-width: 768px) {
    .navbar-nav .nav-link {
        padding: 2em 1.5em !important;
    }
}


/*Get started*/
.get-started {
    height: 260px;
    /*background: url(http://i.imgur.com/fURk1Ig.jpg) no-repeat center center; */
    /*background: url('../images/background.jpg') no-repeat center center;
    background-size: cover;*/
    position: relative;
}
.get-started:after {
    position: absolute;
    content: "";
    /*background: rgba(0, 0, 0, 0.2);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.signup-form {
    max-width: 444px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    overflow: hidden;
    padding: 2rem;
    color: #4a4a4a;
    background: #fff;
    margin-top: -9rem !important;
    position: relative;
    z-index: 9999;
}
.signup-form .control-label {
    font-weight: 500;
}
.signup-form-header {
    padding: 0 0 25px;
}
.mission-bg-section {
    background: url('../images/bitcoinChain.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    color: #fff;
    position: relative;
    font-size: 120%;
}
.mission-bg-section:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mission-bg-section .get-started-h2 {
    color: #fff;
}

.mission-bg-section .container {
    z-index: 2;
}
.subscribe {
    padding: 6rem 10rem;
    background: #fff;
}
.btn-subscribe {
    height: 2.7em;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25;
    padding: .75rem 1.5rem;
    font-weight: 600;
}
.sticky-wrapper {

}
.sticky.is-sticky {
    position: fixed;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
}
/* Dashboard */
.dashboard {
    display: flex; 
    background: #fff;
    overflow: hidden;
    padding-top: 66px;
}
.dashboard-sidebar {
    width: 350px; 
    background: #0b0f16;
}
.dashboard-menu {

}
.dashboard-menu > li {

}
.dashboard-menu > li > a.list-group-item {
    background: none;
}
.dashboard-menu > li > a.list-group-item:hover {
    background: #f7931a;
    color: #fff;
}
#dashboard-content {
    width: 100%; 
    /* border-left: 1px solid #ddd; */
    min-height: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
}
#dashboard-content .content {
    margin-bottom: 1.5rem;
    padding: 0;
}
.content .table p {
    margin-bottom: 0
}
.badge-outline {
    border: 1px solid;
    font-weight: 400;
}
.badge-new {
    background: #818181;
}
.badge-paid {
    background: #5cb85c;
}
.badge-expired {
    background: #d9534f;
}
.badge-complete {
    background: #5997cd;
}
.badge-confirmed {
    background: #115a9a;
}
.heading {
    font-size: 2rem;
    font-weight: 300;
}
/* Right Sidebar */
.right-sidebar {
    width: 400px;
    border-left: 1px solid #ddd;
}
.floated-angle {
    position: absolute;
    font-size: 30px;
    left: 17px;
    top: 17px;
}
#payinFilterForm label {
    font-weight: 500;
    color: #051a3a;
}
.page-item.disabled .page-link {
    color: rgba(99, 108, 114, 0.35);
    pointer-events: auto;
    cursor: not-allowed;
    background-color: rgba(158, 156, 156, 0.06);
    border-color: #ddd;
}
.pagination-lg .page-link {
    padding: .5rem 1.2rem;
    font-size: 1.2rem;
}
#stickySearchHeader {
    transition: margin 0.3s ease-in-out;
}
.nav-up {
    margin-top: -134px;
}
.editSettingMode {
    position: absolute;
    top: 7rem;
    left: 1.5rem;
    right: 1.5rem;
    transform: scale(1.03);
    box-shadow: 0 0 0 2000px rgba(0,0,0,0.8);
    z-index: 9999;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.8;
}
.dashboard-sidebar li.divider {
    border-top: 1px solid rgba(208, 208, 208, 0.12);
    margin-top: 1rem;
    padding: 20px;
    color: #717679;
}
.card-header h5.mb-0 {
    font-size: 13px;
    font-weight: 400;
}
.dashboard-submenu {
    margin-left: 30px;
    border: none;
    border-left: 1px solid rgba(221, 221, 221, 0.1);
    background-color: transparent;
    position: static;
    width: calc(100% - 30px);
    box-shadow: none;
}
.dashboard-submenu > li {
    position: relative;
}
.dashboard-submenu > li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    left: 0;
    top: 50%;
    background: rgba(221, 221, 221, 0.1);
}
.dashboardMenu {
	background-color: #0b0f16;
	color: #fff;
}
.sidebar-left > li {
	border-bottom: none;
}
.dashboardMenu:hover {
background-color: #ee7f07;
color: #fff;
}

@media (max-width: 1100px) {
    .navbar-brand {
        width: 250px;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        width: 200px;
    }
}