body {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
    /*background:rgba(0, 0, 0, 0.76);*/
}

a {
    color: #00B358;
}

a:hover {
    color: #00B358;
}

.btn-primary {
    font-size: 1.2rem;
    font-weight: bold;
    border-style: solid;
    border-color: #00B358;
    background-color: #00B358;
    border-width: 1px 1px 1px 1px;
}

.btn-primary:hover {
    color: #00B358;
    border-color: #00B358;
    background-color: #fff;
}

#particles-js {
    width: 100%;
    height: 100vh;
    background-color: #000000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.guest {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    height: 100%;
}

a {
    text-decoration: none !important;
}

.login-form {

    h1,
    h2,
    h3 {
        font-family: 'Kaushan Script', cursive;
    }
}

img.logo {
    max-width: 170px;
    max-height: 100px;
}

body.account {
    margin-top: 20vh;
}

.signup-form {

    h1,
    h2,
    h3 {
        font-family: 'Kaushan Script', cursive;
    }
}

.forgot-form {

    h1,
    h2,
    h3 {
        font-family: 'Kaushan Script', cursive;
    }
}

.reset-form {

    h1,
    h2,
    h3 {
        font-family: 'Kaushan Script', cursive;
    }
}

.login-form,
.signup-form,
.forgot-form,
.reset-form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.25rem;
    outline: 0;
}

.tx-tfm {
    text-transform: uppercase;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.google {
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
}

form .error {
    color: #ff0000;
}

.navbar-brand {
    font-family: 'Kaushan Script', cursive;
}

.success::first-letter,
.error::first-letter,
.info::first-letter {
    text-transform: capitalize;
}

.cursor {
    cursor: pointer;
}

.bg-light {
    border: 1px solid #eee;
}

.font-white {
    color: #fff;
}

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 5px 8px;
}

span.input-group-btn {
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    max-width: 300px;
    text-align: center;
    margin: 1.85rem auto 0.8rem;
    border: 1px solid #ccc;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background: none;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: rgba(0, 0, 0, .5);
    background: none;
}

.chart-shadow {
    box-shadow: 0 .2rem 0.5rem rgba(0, 0, 0, .5) !important;
    border: 1px solid #ddd;
    height: 440px;
    /*padding-top: 20px;*/
}

/*.chart-shadow .highcharts-title {
    visibility: hidden;
}*/
.report .nav-link.active:before {
    content: '';
    position: absolute;
    top: 39px;
    left: calc(50% - 18px);
    width: 0;
    height: 0;
    border-bottom: solid 23px #ddd;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    /*box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.5)!important;*/
}

.report .nav-link.active:after {
    content: '';
    position: absolute;
    top: 42px;
    left: calc(50% - 12px);
    width: 0;
    height: 0;
    border-bottom: solid 15px #fff;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    /* box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.5)!important; */
}

.report .nav-link.active {
    position: relative;
}

.d-inherit {
    display: inherit;
}

.recent-scale-info .jsgrid-grid-body {
    overflow: hidden;
}

.recent-scale-info td.jsgrid-cell {
    font-size: 13px;
    padding: 5px 0px 5px 5px;
    border: none;
}

.recent-scale-info tr.jsgrid-row:last-child,
.recent-scale-info tr.jsgrid-alt-row:last-child {
    border-bottom: none;
}

.recent-scale-info tr.jsgrid-row,
.recent-scale-info tr.jsgrid-alt-row {
    border-bottom: 1px solid #ddd;
}

.recent-scale-info .jsgrid-pager-container {
    display: none !important;
}

.address-mapping .list-group-item {
    z-index: 1;
}

.pdf-page {
    display: none;
    position: relative;
    z-index: 1;
}

.page_1 {
    display: block;
}

#pdf-canvas {
    border: 1px solid #000;
}

.w-0 {
    width: 0px;
}

.jsgrid-row.active>td {
    font-weight: 600;
}

.cursor.text-primary:hover {
    color: #0056b3 !important;
}

.history .nav-link {
    color: rgba(0, 0, 0, .5);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.history .nav-link.active {
    border-color: #ddd;
    background: #EEE;
    border-bottom-color: transparent;
}

.terms.m-h-350 {
    max-height: 60vh;
    overflow-y: scroll;
}

.hide {
    display: none;
}

.no-btn {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}


@media (max-width: 414px) {
    .mob {
        font-size: 100%;
    }

    .capture-banner {
        color: #fff;
        padding: 2rem 3rem;
        margin-top: 10vh;
    }

    #img-upload {
        width: 260px;
        margin: 10px auto 10px calc(50% - 130px);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}