﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body[data-layout=horizontal] .page-content {
    margin-top: 40px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-1 {
    margin-bottom: 10px;
}

.m-t-1 {
    margin-top: 10px;
}

.cursor {
    cursor: pointer;
}

.bg-soft-primary, .avatar-title, .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number {
    background-color: #2993d1;
    border-color: #2993d1 !important;
    color: #FFF;
}

.avatar-title {
    border-radius: 50% !important;
}

.bt-soft-primary {
    border-radius: 10px 10px 0 0;
}

.twitter-bs-wizard .twitter-bs-wizard-nav {
    padding: 4px;
    background-color: rgba(41,147,209,.1);
    border-color: #2993d1;
}

    .twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
        border-color: #2993d1;
        color: #2993d1;
    }

.doc-id {
    padding: 0 32px;
}

.e-pager {
    font-size: 11px;
}

.text-primary {
    color: #2993d1 !important;
    text-transform: uppercase;
    margin-top: 3px;
}

.m-l-2 {
    margin-left: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.f-16 {
    font-size: 16px;
}

.m-t-0 {
    margin-top: 0;
}

.n-p-r {
    padding-right: 0 !important;
}

.n-p-l {
    padding-left: 0 !important;
}

hr {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.c-white{
    color: #FFF;
}

.bg-white {
    background-color: #FFF;
}

.custom-swal-container .swal2-icon.swal2-warning {
    border-color: #dc3545;
    color: #dc3545;
}

label.checkbox-label {
    position: relative;
    top: 5px;
    left: 5px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-header h3 {
    color: #FFF;
    text-decoration: underline;
}

.btn {
    text-transform: uppercase;
}

    .btn.btn-link:focus {
        border-color: transparent;
    }

.btn-primary, .twitter-bs-wizard .twitter-bs-wizard-pager-link li a {
    background-color: #4dc8f0;
    border-color: #4dc8f0;
    color: #000;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .twitter-bs-wizard .twitter-bs-wizard-pager-link li a:not(:disabled):not(.disabled).active, .twitter-bs-wizard .twitter-bs-wizard-pager-link li a:not(:disabled):not(.disabled):active, .show > .twitter-bs-wizard .twitter-bs-wizard-pager-link li a.dropdown-toggle {
        background-color: #2993d1;
        border-color: #2993d1;
    }

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

    .btn-warning:hover {
        background-color: #f4b804;
        border-color: #f4b804;
        color: #000;
    }

.btn-menu a, .btn-menu a:hover {
    color: #FFF;
    text-decoration: none;
}

#logoutForm .btn.btn-link,
.btn.btn-menu {
    padding-top: 25px;
}

#logoutForm button, #logoutForm button:hover {
    border: none;
    color: #FFF;
    text-decoration: none;
}

.logo, .logo:hover {
    color: #FFF;
    font-size: 150%;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background-color: #2993d1;
    border-color: #2993d1;
}

.id-picture {
    max-height: 105px;
    position: absolute;
    right: 15px;
}

span#inputGroupFileAddonwithlabel {
    min-width: 59px;
    font-size: 14px;
}

#transactionWizard .twitter-bs-wizard-tab-content, #customerWizard .twitter-bs-wizard-tab-content {
    min-height: 300px;
}

#transactionWizard .tab-content > .active {
    min-height: 220px;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li {
    border-radius: 10%;
    text-transform: uppercase;
}

    .twitter-bs-wizard .twitter-bs-wizard-pager-link li a {
        padding: .55rem .75rem;
    }

span.e-control-wrapper.e-numeric.e-input-group.input-amount {
    position: relative;
    top: 1px;
}

input#ejs_amount, #calcAWG, #calcUSD, input#payment, input#Amount, input#startAmountDollars, input#startAmountAwg, input#ejsMaximumAmount, input#amountDollars, input#amountAwg {
    height: 37px;
    font-size: 19px;
    padding-top: 3px;
}

input#ejsMaximumAmount {
    font-size: 17px;
    margin-top: 3px;
}

input#payment {
    height: 38px;
    margin-top: 0px;
    top: 1px;
    position: relative;
}

.start_amount {
    font-size: 30px;
}

label#withdrawAmount {
    font-size: 20px;
}

input#numberTransactions {
    font-size: 17px;
    margin-top: 3px;
    height: 34px;
}

.e-input-group.e-control-wrapper textarea.e-input {
    min-height: 57px !important;
}

.e-autocomplete {
    position: relative;
    top: -3px
}

.btn-save, .btn-save:hover {
    display: inline-block;
    padding: .47rem .75rem;
    background-color: #556ee6;
    color: #fff;
    border-radius: .25rem;
}

.table .row {
    padding: .25rem .75rem 0;
    vertical-align: top;
    border-top: 1px solid #eff2f7;
}

    .table .row.first {
        margin-top: 1rem;
    }

    .table .row label {
        padding: .25rem .75rem 0;
        float: left;
        width: 130px;
    }

    .table .row .value {
        padding: .25rem .75rem;
    }

.twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a {
    display: none;
}

.warning {
    color: #ff0000;
    padding: 5px 0;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#logout {
    color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

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

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Check box*/

.checkbox label,
.radio label {
    padding-left: 10px;
    position: relative;
    top: 11px;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 14px;
    border: 1px solid #ccc;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 9px;
}

    .checkbox input:checked + .input-helper:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .checkbox input:checked + .input-helper:after {
        -webkit-transform: scale(1) rotate(-50deg);
        -ms-transform: scale(1) rotate(-50deg);
        -o-transform: scale(1) rotate(-50deg);
        transform: scale(1) rotate(-50deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }

.checkbox .input-helper:before {
    top: 14px;
    width: 17px;
    height: 17px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 22px;
    height: 9px;
    border-bottom: 2px solid #009688;
    border-left: 2px solid #009688;
    border-bottom-left-radius: 2px;
    left: 8px;
    top: 13px;
}

.e-toast-container {
    z-index: 2000 !important;
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 100%;
    }
}

.toggle-password{}

#loadingMsg.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('/img/loading.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('/img/loading.gif') 50% 50% no-repeat;
}

#loadingMsg.loading p {
    position: relative;
    z-index: 1000;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    top: 50%;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading {
    display: block !important;
}