html {
    position: relative;
    height:100%;
	background: #6ebe37;
}

body {
    font-family: 'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    overflow-x: hidden;
    background: linear-gradient(rgb(74, 83, 110) 0%, rgb(45, 51, 69) 100%) no-repeat;
    background-size: cover;
    color: #212121;
    min-height:100%;
    height:100%;
    margin: 0 0 -50px;
	font-size: 16px;
}

a {
    color: #3e467b;
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: #c0cf27;
    text-decoration: none;
}

ul > hr {
    margin: 4px 0;
}

::selection {
    background: #c0cf27;
    background: rgba(230, 255, 39, .5);
    color: #000;
}

i::selection {
    background: none;
}

.row {
    margin: 0;
}

.center > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container {
    width: auto;
    max-width: 1170px;
}
 
.sidebar {
    float: left;
    font-size: 16px;
    width: 240px;
    z-index: 2000;
}

.navbar-main {
	padding: 0 8px;
}

.main {
    color: #fff;
    min-height: 100%;
    height: 100%;
	margin-top: -56px;
	padding-top: 56px;
}

.main .container-fluid {
    padding: 0;
}

.sidebar + .main {
    margin-left: 240px;
}

.sidebar-menu {
	float: right;
    padding-left: 0;
    padding-top: 10px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom-right-radius: 12px;
	text-align: center;
}

.sidebar-menu > li {
	display: inline-block;
    list-style: none;
    padding-top: 1px;
    padding-bottom: 1px;
}

.sidebar-menu > li i {
	display: none;
    width: 16px;
}

.sidebar-menu > li .text {
    /*margin-left: 8px;*/
}

.sidebar-menu > li > a {
    display: block;
    color: #fff;
    padding: 10px 8px 10px 16px;
    min-height: 40px;
    line-height: 1;
}

.sidebar-menu > li > a > * {
    vertical-align: middle;
}

.sidebar-menu > li > a:hover, .sidebar-menu > li.active > a {
	color: #c0cf27;
}

.sidemenu {
	padding: 10px 0;
	margin: 0 0 16px 0;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
}

.sidemenu > li {
	list-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 18px;
}

.sidemenu > li i {
	width: 16px;
}

.sidemenu > li .text {
	margin-left: 8px;
}

.sidemenu > li > a {
	display: block;
	color: #fff;
	padding: 10px 8px 10px 16px;
	min-height: 40px;
	line-height: 1;
}

.sidemenu > li > a > * {
	vertical-align: middle;
}

.sidemenu > li > a:hover, .sidemenu > li.active > a {
	color: #c0cf27;
}

.navbar-right {
    margin-right: 32px;
}

.header-offset {
    background: #323232;
    width: 100%;
    height: 24px;
}

.navbar {
    background-color: #3c4359;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.navbar-nav {
    padding: 0;
	margin-right: 32px;
}

.navbar .container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-default .navbar-nav > li > .navbar-brand {
    padding: 0;
    margin: 0 0 0 10px;
    height: 56px;
    line-height: 56px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 32px;
    vertical-align: middle;
}

.navbar-default .navbar-nav > li > .navbar-brand > .img {
    display: inline-block;
    width: 56px;
    height: 48px;
    margin-top: 4px;
    margin-right: 8px;
    background: url('../img/logo.png') no-repeat;
    background-size: contain;
    vertical-align: top;
}

.navbar-default .navbar-nav > li > .navbar-brand, .navbar-default .navbar-nav > li > .navbar-brand:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li > .navbar-brand:hover {
    color: #f0ff27;
    text-shadow: 0 0 5px #f0ff27;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #c0cf27;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #c0cf27;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #c0cf27;
}

.navbar-nav .dropdown-menu {
    border: none;
    margin-top: 8px;
}

input.short {
    width: 72px;
    text-align: center;
}

.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #000;
    background-color: #f5f5f5;
    outline: none;
}

.dropdown-menu>li>a:focus:hover, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #c0cf27;
    background-color: inherit;
}

.content {
    width: 100%;
}

.table-container .btn-primary {
    padding: 2px 7px;
}

.panel {
    border: none;
    background-color: rgba(255, 255, 255, 0.93);
    color: rgb(74, 83, 110);
    padding: 24px;
    border-radius: 6px;
}

.panel input, .panel textarea, .panel button {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(74, 83, 110);
}

.panel-heading > h3 {
    font-weight: bold;
}

.panel-default>.panel-heading {
    background: none;
    color: rgb(74, 83, 110);
}

.panel-default a {
    text-decoration: underline;
}

.main-section {
    padding: 40px 30px 80px 30px;
    border-radius: 0;
    width: 100%;
    color: #fff;
}

.deposit-form-section {
    padding: 40px 30px;
    border-radius: 0;
    background-color: #fff;
    color: #212121;
}

.deposits-section {
    margin-top: 24px;
}

.profile-header-section {
    padding: 10px 30px 20px;
    background-color: #3e467b;
    color: #fff;
}

.profile-section {
    padding: 20px 30px 10px 30px;
    background-color: #fff;
    color: #212121;
}

.requests-section {
    padding: 20px 30px;
    background-color: #fff;
    color: #212121;
    font-size: 16px;
}

.form-control:focus {
    border-color: #4e568b;
}

.btn-primary {
    border-radius: 25px;
    padding: 6px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #4e568b;
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #3e467b;
    border-color: #4e568b;
}

.btn-primary:focus {
    background-color: #3e467b;
    border-color: #4e568b;
}

.btn-primary:active {
    background-color: #3e467b;
    border-color: #4e568b;
}

.btn-primary:active:focus {
    background-color: #3e467b;
    border-color: #4e568b;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #4e566b;
    opacity: 1.0;
    border-color: #5e667b;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #4e566b;
    border-color: #5e667b;
}

textarea.form-control {
    min-height: 80px;
    height: 80px;
    resize: vertical;
}

.footer {
    background-color: #212121;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.login-to-deposit {
    font-size: 14px;
}

.bold { font-weight: bold; }

.table { display:table }
.table > .tbody { display:table-row-group }
.table > .thead { display:table-header-group }
.table .tr { display:table-row; }
.table .td, .table .th { display:table-cell; }

.table {
    width: auto;
    margin: 0;
}

.table-container {
    overflow: auto;
    max-width: 100%;
}

.deposits-container {
    padding-bottom: 8px;
}

.table-container > * {
    margin: 0 auto;
}

.table-wrapper {
    display: table;
    padding: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
}

.table button {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    min-width: 26px;
}

.table-wrapper .tr > .th,
.table-wrapper .tr > .td {
    background-color: rgba(74, 83, 110, 0.2);
}

.table th, .table td,
.table .th, .table .td {
    min-width: 0;
    padding: 4px;
    text-align: center;
    text-overflow: ellipsis;
}

.table tr > th, .table tr > td,
.table .tr > .th, .table .tr > .td {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.table th, .table .th {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.table tr > th:first-of-type, .table tr > td:first-of-type,
.table .tr > .th:first-of-type, .table .tr > .td:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.table tr .new, .table .tr .new {
    color: #777;
}

.table .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.table .extent {
    display: table-cell;
    padding-left: 4px;
    width: 1px;
}

.table .extent .th, .table .extent .td {
    border: none;
    padding: 4px 2px;
    width: 24px;
}

.dropdown-menu {
    padding: 0;
}

.requests .status {
    width: 300px;
}
.deposit-config {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.deposit-config .table .tr .th, .deposit-config .table .tr .td {
    border: none;
}

.alert {
    margin: 8px 0;
}

.withdrawals {
    padding: 0;
}

.withdrawals li {
    margin: 6px 0;
    list-style: none;
}

.withdrawals li > .item {
    display: block;
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #d3e0e9;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    color: #212121;
}

.withdrawals li > a:hover {
    color: #c0cf27;
}

.pagination {
    margin: 16px;
}

.pagination-panel {
    display: table;
    margin: 0 auto;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #3e467b;
    border-color: #4e568b;
    cursor: default;
 }

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #212121;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    color: #4e568b;
}

.form-horizontal .output {
    padding-top: 7px;
}

.form-horizontal button {
    margin-right: 8px;
}

.join-partner {
    margin-top: 16px;
}

#deposit-form {
    padding: 24px 32px 24px 32px;
    max-width: 480px;
    border-radius: 25px;
    background: #fff;
    color: #212121;
}

#deposit-form .header {
    text-align: center;
    padding: 20px 0;
}

#deposit-form .btn {
    min-width: 120px;
    margin-right: 8px;
}

.navbar-main .sidebar-menu {
	background: none;
}

.btn-link {
    padding-left: 0;
}

.btn-link, .btn-link:focus {
    color: #4e568b;
}

.btn-link:focus:hover, .btn-link:hover {
    color: #3e46ab;
    text-decoration: none;
}

.submit-group {
    margin-top: 24px;
}

.menu .dropdown {
    font-size: 32px;
}

.menu .dropdown > a {
    padding: 0;
}

.menu .dropdown > a > * {
    vertical-align: middle;
}

.menu .dropdown i {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 32px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: inherit;
    color: #c0cf27;
}

.input-group {
    margin: 0 auto;
}

.input-group-addon {
    width: auto;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-color: #aaa;
}

.table-container input:focus, input:focus, .form-control:focus {
    border-color: #c0cf27;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192, 207, 39,.6);
}

input:focus + .input-group-addon, input:focus + * + .input-group-addon {
    border-color: #c0cf27;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192, 207, 39,.6);
}

.main input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #4e568b inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fff;
}

.combobox-selected .dropdown-toggle {
    padding: 4px 10px;
}

.table-container input {
    padding: 2px 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.table-container input[type="number"] {
    width: 100px;
}

input.combobox {
    width: 90px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tr.empty {
    height: 16px;
}

.full-wh {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
	background: url(/img/intro-graph.png) repeat-x bottom right;
	background-size: auto;
}

ol.faq > li {
	font-size: 22px;
}

ol.faq > li > p {
	font-size: initial;
}

.text {
    text-align: center;
}

.output a {
    color: rgb(74, 83, 110);
}

@media (min-width: 768px) {
    .navbar-right .text {
        font-size: 24px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .main-section {
        padding: 20px 0 80px 0;
    }

    .nav>li>a.dropdown-toggle {
        display: none;
    }

    .navbar-right .text {
        display: none;
    }

    .navbar-main {
        width: 100%;
    }
    .navbar-nav {
        float: left;
        margin: 0 32px 0 0;
    }
    .navbar-right {
        float: right;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav > li > .dropdown-menu,
    .navbar-nav > li.open > .dropdown-menu {
        margin-top: 59px;
        display: block !important;
        position: static;
        float: none;
        width: auto;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-nav .dropdown-menu>li>a {
        line-height: 22px;
    }

    .navbar-nav .dropdown-menu .dropdown-header,
    .navbar-nav .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-default .navbar-nav .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #eee;
    }

    .menu {
        margin: -50px 0 0 0;
    }

    .menu .dropdown {
        width: 100%;
    }

    .menu .dropdown > ul {
        float: right;
        width: 100%;
    }

    .dropdown .open i {
        padding-top: 2px;
    }

    .menu .dropdown i {
        float: right;
        padding-right: 16px;
    }

    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a,
    .navbar-default .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #777;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .dropdown-menu>li>a:focus:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus:hover {
        color: #c0cf27;
    }

    .container {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .deposit-form-container {
        margin: 0 auto;
    }
    .profile-info {
        padding: 0 24px;
    }

    .panel-body:after, .panel-body:before,
    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        display: none;
    }
    .sidebar {
        width: 43px;
    }
    .sidebar li > a {
        padding: 10px 16px 5px;
    }
    .sidebar + .main {
        margin-left: 43px;
    }
    .sidebar a .text {
        display: none;
    }
}

@media (max-width: 970px) {
}

@media (min-width: 481px) and (max-width: 970px) {

}

@media (max-width: 480px) {
    .navbar-nav {
        float: left;
        display: table;
        margin: 0;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-right {
        float: right;
        display: block;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > .navbar-brand {
        height: auto;
    }

    .navbar {
        padding: 0;
        float: none;
    }

    .deposit-form-container {
        width: 100%;
    }

    .sidebar {
        float: none;
        width: 100%;
    }

    .sidebar-menu {
        border-bottom-right-radius: 0;
    }
    .sidebar li {
        float: none;
        display: block;
        min-width: 100%;
    }

    .sidebar li > a {
        max-height: 35px;
    }

    .sidebar a .text {
        display: inline-block;
    }

    .sidebar + .main {
        margin: 0;
    }
}