/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Layout */
div.auth {
    width: 100%;
    display: inline-block
}

div.auth div.slide-container {
    margin: 0
}

div.start p {
    margin: 7px 0
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Form Payment */
form#payment {
    padding: 0 0 30px 0
}

input#terms_payment {
    padding: 0 8px 0 0;
}

/* Form Payment - Amount input */
div.amount {
    margin: 0
}

div.amount label {
    line-height: 44px;
    float: left;
    margin-right: 6px;
    cursor: default
}

div.amount label.after {
    margin-left: 6px
}

div.amount input {
    height: 41px;
    width: 73px !important;
    padding-left: 7px !important;
    float: left;
    margin: 0
}


/* Form > Refill */
div#refill_conf_active form > div,
div#refill_add_inactive form > div {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 7px 0;
    display: inline-block
}

div#refill_conf_active form > div *,
div#refill_add_inactive form > div * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Terms of service */
div.terms-wrap {
    height: 260px !important;
    width: 90% !important;
    padding: 20px 5% 5% 5% !important;
    background: #f7f7f7 !important;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 130%;
    font-size: 13px !important
}

div.terms-wrap h1 {
    font-size: 18px;
    padding: 0 0 10px 0
}

div.terms-wrap em {
    font-size: 14px;
    padding: 0 0 10px 0;
    font-style: italic
}

div.terms-wrap p {
    padding: 0 0 10px 0;
    line-height: 130%;
    font-size: 13px !important
}

div.terms-wrap strong {
    font-weight: 600
}

div.terms-wrap > ol {
    list-style: decimal;
    padding-left: 28px
}

div.terms-wrap > ol p {
    padding: 0 0 4px 0;
    margin: 0 0 4px 0
}

div.terms-wrap > ol > li {
    padding-left: 2px
}

div.terms-wrap > ol > li > ol li {
    list-style: decimal;
    padding-left: 0;
    margin-left: 16px
}

div.terms-wrap table {
    font-size: 13px !important
}

div.terms-wrap table tr.head {
    border-bottom: 1px solid #333
}

div.terms-wrap table tr.head strong {
    font-size: 15px;
    display: inline-block;
    padding: 0 0 4px 0
}

div.terms-wrap table strong {
    padding: 8px 0 0 0;
    display: inline-block
}

div.terms-wrap table {
    margin: 0 0 20px 0
}

div.terms-wrap table tr td {
    width: 60%
}

div.terms-wrap table tr td + td {
    width: 40%
}

div.terms-wrap a {
    color: #333;
    font-size: 14px
}

div.terms-wrap a:hover {
    color: #000;
    text-decoration: none
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Table - Order history */
table {
    display: table;
    width: 100%;
    max-width: 544px;
    text-align: left;
    font-size: 14px;
    color: #333
}

div.history-head-wrap {
    background: #d4d4d4;
    font-weight: 600
}

div.history-head-wrap table.history-head tr th.first {
    padding: 9px 0
}

div.history-body-wrap {
    width: 100%;
    height: auto;
    max-height: 288px;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: scroll
}

/* Table - Order history - Width & indents */
.history-head.old tr th.first, .history-body td:nth-child(1) {
    width: 27%;
    padding-left: 1% !important
}

.history-head.old tr th.second, .history-body td + td {
    width: 22.5%
}

.history-head.old tr th.third, .history-body td + td + td {
    width: 15.6%
}

.history-head.old tr th.fourth, .history-body td + td + td + td {
    width: 19.1%;
    text-align: right
}

.history-head.old tr th.fifth, .history-body td + td + td + td + td {
    width: 13.3%;
    text-align: right;
    padding-right: 1.5%
}

/* Table - Order history - Width & indents NEW */
#transactionhistorydivWt h5 {
    margin-top: 30px;
    padding-bottom: 6px;
    font-weight: bold !important;
    font-size: 20px
}

.historyWithTransactions #transactionhistorydivWt {
    margin: 0 0 15px 0
}

.historyWithTransactions #transactionhistorydivWt > div {
}

.historyWithTransactions > .balance-settings {
    margin-top: 15px
}

.history-head.new tr td {
    padding-top: 6px;
    padding-bottom: 5px
}

.history.new tr td:nth-child(1) {
    padding-left: 1%;
    width: 25%;
    text-align: left
}

.history.new tr td:nth-child(2) {
    width: auto;
    text-align: left
}

.history.new tr td:nth-child(3) {
    width: 17%;
    text-align: left
}

.history.new tr td:nth-child(4) {
    width: 15%;
    text-align: right
}

.history.new tr td:nth-child(5) {
    width: 10%;
    text-align: right
}

.history.new tr td:nth-child(6) {
    width: 10%;
    text-align: right
}

/* Table - Order history - Row style (height & switching background) */
.history-body tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 130%;
    vertical-align: middle
}

.history-body tr:nth-child(2n) {
    background: #f0f0f0
}

/* Note */
.note {
    background: #fffcc5;
    padding: 3px 4px;
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #323232;
    font-style: italic;
}

div.checkbox-wrap {
    padding-bottom: 8px;
}

/* transfer funds */
form[name="transferFunds"] {
    display: inline-block;
    width: 100%;
    background: #EEE;
    border: 1px solid #DDD;
    text-align: center;
    border-top: none;
}

form[name="transferFunds"] select,
form[name="transferFunds"] input {
    font-size: 14px;
    font-weight: bold;
}

form[name="transferFunds"] select {
    height: 32px;
    min-width: 250px
}

form[name="transferFunds"] select {
    text-indent: 2px !important; /*! margin-left: 15px; */
}

form[name="transferFunds"] input {
    text-align: right;
    width: 100px;
    padding: 0 6px;
    margin: 0 15px;
    height: 30px;
}

form[name="transferFunds"] input[type=submit] {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

form[name="transferFunds"] input::-webkit-input-placeholder {
    text-align: center;
}

form[name="transferFunds"] input::-moz-placeholder {
    text-align: center;
}

form[name="transferFunds"] input:-ms-input-placeholder {
    text-align: center;
}

form[name="transferFunds"] input:-moz-placeholder {
    text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Block card */
div.block form div.slide-container div label {
    cursor: default;
    padding: 6px 0 0 0
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Refill */
label.before {
    width: 70px
}
