body {
    background-color: #1c1f22 !important;
}
/** For loading image**/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/preloader.gif) 50% 50% no-repeat #ffffff;
}
.cards {
    font-size: 11px
}

.CAPTCHA_input {
    float: right;
    width: 64%;
    padding: 12px;
    background: #1c1f22;
    border: 1px solid #1c1f22
}

.CAPTCHA_img {
    float: left;
    width: 30%
}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word
}

.textarea {
    background: #1c1f22;
    border: 0 solid;
    padding: 28px;
    height: 164px;
    margin-bottom: 22px
}

.message {
    padding: 0 20px
}

li.no-results {
    color: #000
}

.valiRate {
    background: #568b30;
    width: 105px;
    border-radius: 55px;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin: 0 auto
}

.valiRate h2 {
    font-size: 36px
}

.valiRate p {
    margin-top: -10px;
    padding-bottom: 4px
}

.bask {
    position: absolute;
    display: none
}

.form-control.edit {
    font-size: 12px;
    height: 24px;
    line-height: 100%
}

.addBoarder {
    border: .5px solid #558c2d
}

.makeIt {
    font-size: 9px;
    float: right;
    margin-top: -8px;
    height: 28px
}

.Blink {
    animation: blinker .5s cubic-bezier(.5, 0, 1, 1) infinite alternate
}

@keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.tooltipx {
    position: relative;
    display: inline-block
}

.tooltipx .tooltiptext {
    visibility: hidden;
    width: 188px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 15%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s
}

.tooltipx .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.tooltipx:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.move2 {
    margin-right: 4px
}

.plan-btc .ic {
    background-color: #ffb61e
}

#help-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 999
}

.sci-help {
    color: #fff;
    font-family: peax, cursive;
    font-weight: 700;
    font-size: 18px;
    position: absolute
}

.qr-rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.amount-rotate {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.address-rotate {
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg)
}

#val {
    font-size: 18px;
    font-weight: 700
}

#val:hover {
    color: #558b2f !important;
    cursor: pointer !important;
    text-decoration: underline solid #1376ff !important
}

#add:hover {
    color: #558b2f !important;
    cursor: pointer !important;
    text-decoration: underline solid #1376ff !important
}

.heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #fc4b6c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.panding {
    width: 16%;
    float: right;
    padding: 23px
}
.destacados{
  text-align: center;
}
.destacados > div > div{
    border: 1px solid #558B2F;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: #558b2f38;
    border-right: 1px solid #558B2F;
    border-left: 1px solid #558B2F;
    transition: 0.5s;
}
.destacados > div:hover > div{
    margin-top: 0px;
    border: 1px solid #3c6f18;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
}
.col-md-13{width:25%;}
.rows {
    margin-left: 0px;
    margin-right: 0px;
}

/** SANDY **/
.no-display {
    display: none;
}
.wrapper {
    margin-top: -20px;
}
#wrapper_all {
    margin-top: 20px;
}
.select2-container .select2-choice {
    background-clip: padding-box !important;
    background-color: #3b3e47 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: 1px solid #292d3b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    display: block !important;
    height: 34px !important;
    line-height: 29px !important;
    margin-top: 3px !important;
    overflow: hidden !important;
    padding: 0 12px 0 8px !important;
    position: relative !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background-color: #3b3e47 !important;
    width: 28px !important;
    text-align: center;
}
.select2-container .select2-choice .select2-arrow b {
    background: none !important;
    display: block;
    height: 100%;
    width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
    content: "\f078";
    display: inline;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}
.select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before {
    content: "\f077";
}
.select2-container-multi .select2-choices {
    background-image: none !important;
    background-color: #393e45 !important;
    border: 1px solid #494d50;
}
.select2-drop {
    background-color: #000000;
}
.select2-drop-active {
    border: #0e0e0e;
    border-radius: 0px;
}
.select2-results .select2-highlighted {
    background: #33383e;
    color: #fff;
}
.select2-results li {
    color: #949ba2;
}
.select2-search input {
    background: url(select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #3b3e47), color-stop(0.99, #3b3e47));
}
.cardoption .row label {
    font-weight: normal !important;
}
table tr td.tdCol {
    font-weight: normal !important;
    font-size: 12px !important;
}
.cardoption input[type="text"] {
    background: #000000;
}
.cardoption {
    padding-bottom: 10px;
    display: flow-root;
}
.table.table-striped tr:first-child {
    font-size: 12px;
    color: #ffffff;
}
.well {
    background-color: #1c1f22;
    border: 1px solid #2c3136;
}
.col-sm-8 .well {
    height: auto !important;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #1c1f22;
    border-color: #3d404c;
}
.pricing-table {
    background-color: #1c1f22 !important;
}
.pricing-table .top {
    background-color: #354534 !important;
    min-height: 50px;
    border-radius: 10px 10px 0 0;
}
.pricing-table .alert-info {
    color: #fff;
    background-color: #2c3135 !important;
    border-color: #1c1f22 !important;
}
.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #1c1f22;
    background-color: #1c1f22 !important;
    padding: 6px 12px !important;
}

/** For FAQ**/
.tabbable {
    margin-bottom: 15px;
}
.nav-tabs {
    border-color: #DDDDDD;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: 1px;
}
.tabs-left > .nav-tabs {
    border-color: #DDDDDD;
    float: left;
    margin-bottom: 0;
    top: auto;
}
.tabs-left > .nav-tabs > li {
    float: none;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
    background-color: transparent;
    border-color: #DDDDDD;
    border-radius: 0 0 0 0 !important;
    color: #999999;
    line-height: 16px;
    margin-right: -1px;
    position: relative;
}
.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
    border-color: #DDDDDD;
    margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
    border-color: #DDDDDD;
    border-right: none;
    border-left: 2px solid #DDDDDD;
    border-top-width: 1px;
    margin: 0 -1px;
}
.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
    border-color: #DDDDDD;
    border-top: 2px solid #569099;
}
.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
    border-color: #DDDDDD;
    border-right: none;
    border-left: 2px solid #569099;
}
.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto;
}
.tab-content {
    border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}
.accordion-custom .panel {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
    font-size: 11px;
    padding: 0 5px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}
.panel-title .accordion-toggle {
    font-size: 16px !important;
}
.accordion-teal .panel-heading .accordion-toggle {
    background: #F3F7F8;
    border-left: 2px solid #569099;
    color: #437278;
}
.accordion-custom .panel-heading .accordion-toggle {
    background-color: #1c1f22;
    color: #606060;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    position: relative;
}
.accordion-custom .panel-heading .accordion-toggle > .icon-arrow::before {
    content: "\f078";
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
#accordion .panel-heading {
    padding: 0px !important;
}
#pricing_table_example2 .pricing-table {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    padding: 0 0 20px 0;
}
#pricing_table_example2 .top h2 {
    color: #FFFFFF;
    font: 300 30px/50px Helvetica, Verdana, sans-serif;
    text-align: center;
    margin: 0;
}
#pricing_table_example2 .pricing-table ul {
    font: 300 18px/2 Helvetica, Verdana, sans-serif;
    list-style-type: none;
    margin: 20px 20px 0 20px;
    padding: 0;
}
#pricing_table_example2 .pricing-table ul {
    font: 300 18px/2 Helvetica, Verdana, sans-serif;
    font-family: Helvetica, Verdana, sans-serif;
    list-style-type: none;
}
.well table h4.text-success {
    text-align: center;
}
.pricing-table .well {
    height: auto;
}
#pricing_table_example2 .pricing-table h1 {
    font: bold 88px/1 Helvetica, Verdana, sans-serif;
    margin: 20px 0 0;
}
#pricing_table_example2 .pricing-table h1 sup {
    font-size: 45px;
}
.btn-bricky, .btn-bricky:hover, .btn-bricky:focus, .btn-bricky:active, .btn-bricky.active {
    background-color: #b33426;
    border-color: #9e2e21;
    color: #ffffff;
}
.dropdown-menu {
    background: #2c3135;
    border-radius: 0px;
    border: 1px solid #3d404c !important;
    top: 70px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: solid 1px #51565f !important;
    color: #fff !important;
}
.dropdown-menu li:last-child > a {
    border: none !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.active a, nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li.active a {
    background-color: transparent !important;
}

/**Invoice**/
.row.deposit-payment-form {
    padding: 20px;
}
div#row.invoice input {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.ssl-image {
    position: relative;
}
span.site-domain {
    position: absolute;
    top: 7px;
    color: #756d6d;
    left: 183px;
}