﻿@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

html, body {
    height: 100%;
    font-family: Nunito,sans-serif;
    color: #005BAA !important;
}

.landing {
    background: url(/images/pw_mainpg.png) no-repeat;
    background-size: cover;
}

.row-fluid {
    width: auto !important;
    height: auto !important
}

.landing-body {
    background: #fff;
    height: 100%
}

.full-height {
    height: 100vh
}

a, a:hover, a:link, a:visited :not(.btn) {
    color: #50B848;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #50B848;
}

.shopLogo {
    max-width: 250px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.quickview-notfound {
    height: 100vh;
}

.m-text-center img {
    margin: 0 auto;
}

.loan-header-logo {
    max-width: 250px;
    margin: 0 auto;
}

.fixed-logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    display: none;
}

#title {
    color: #ff0000 !important;
    font-family: Nunito,sans-serif;
}

.card-inner h3 {
    color: #50B848 !important;
}

.login-content {
    color: #005BAA;
}

.login-content .header {
    font-weight: bold;
    font-size: 24px;
}

.login-content .started {
    font-size: 24px;
}

.login-content .header p {
    font-size: 20px;
    font-weight: 400;
}

.login-box a {
    font-size: 13px;
    text-decoration: none;
    color: #777
}

.login-box .msg {
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center
}

.login-logo {
    text-align: center;
    margin-top: 20px
}

.login-logo img {
    margin: 0 auto
}

.login-logo p {
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-weight: 500
}

.btn-mypawn {
    background-color: #50B848;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
}

.copyright {
    font-size: 13px;
}

.form-group label.error {
    color: #F44336;
    font-size: 80%;
    font-weight: 400;
}

.quickview-error, .quickview-error-nz, .quickview-notfound, .quickview-notfound-nz, .quickview-page, .quickview-page-nz {
    background-color: #50B848;
    background-repeat: no-repeat;
    background-size: auto,cover;
    background-position: top left,unset;
    background-attachment: fixed;
}

.quickview-page {
    background-image: url(/images/pennywise_small.png),url(/images/pw_background.png);
    background-attachment: fixed;
    height: 0;
}

.quickview-page-nz {
    background-image: url(/images/pennywise_small.png),url(/images/pw_background.png);
    background-attachment: fixed;
}

.quickview-notfound {
    background-image: url(/images/pennywise_small.png),url(/images/pw_background.png);
    background-attachment: fixed;
}

.quickview-notfound-nz {
    background-image: url(/images/pennywise_small.png),url(/images/pw_background.png);
    background-attachment: fixed;
}

.quickview-error, .quickview-error-nz {
    background-image: url(/images/pennywise_small.png),url(/images/pw_background.png);
    background-attachment: fixed;
}

.quickview-logo {
    background: url(/images/logo_trans.png) left top no-repeat;
    text-align: center;
    margin-top: 20px
}

.quickview-page .quickview-box a {
    font-size: 13px;
    text-decoration: none;
    color: #777
}

.quickview-page .quickview-box .msg {
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center
}

.quickview-logo img {
    margin: 0 auto
}

.quickview-logo p {
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-weight: 500;
}

.pastdue {
    margin-top: -15px;
}

.card {
    padding: 0px;
}

.card-border {
    border-left: solid 3px #50B848;
}

.card-border .card-body {
    font-size: small;
}

.card-header {
    background: #FFF;
    color: #005BAA;
    font-size: 1.25rem;
}

table th {
    background-color: #50B848;
    color: #fff;
}

.custom-control-label:before {
    background-color: #ffffff;
}

.custom-control-label {
    font-size: small;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #50B848;
    border-color: #50B848;
}

.modal-title {
    color: #fff !important;
}

.modal-header {
    background-color: #50B848 !important;
    color: #fff !important;
}

#green-text
{
    color: green;
}

div #details {
    margin-top: 100px;
}

.col-width {
    width: 25%;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.50);
    z-index: 10000;
}

.borderblink {
    animation: borderblink 2s linear infinite;
}

@keyframes borderblink {
    0% {
        box-shadow: 0 0 0 1px rgba(0, 91, 170, 1);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(0, 91, 170, 1);
    }

    100% {
        box-shadow: 0 0 0 1px rgba(0, 91, 170, 1);
    }
}


/*@media only screen and (max-width: 2000px) {
    .table > tbody > tr > td > span {
        visibility: hidden;
    }
}*/


    @media only screen and (max-width: 767px) {
        .table > tbody > tr > td,
        .table > tbody > tr > th,
        .table > tfoot > tr > td,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > thead > tr > th {
            display: block;
            min-width: 100% !important;
            text-align: right !important;
        }

        .table > tbody > tr > td > span {
            visibility: visible;

        }

        .table > thead > tr > th {
            display: none;
        }

        .table .filterBody span {
            display: block;
        }
    }

    /*@media (max-width:1366px) {
    .not-found-res, .mt-top-res {
        margin-top: 85px;
    }

    .form-group-lg .form-control {
        padding: 10px 10px;
    }
}

@media (max-width:1280px) {
    .not-found-res, .mt-top-res {
        margin-top: 85px;
    }
}

@media (max-width:1199px) {
    .not-found-res, .mt-top-res {
        margin-top: 85px;
    }
}

@media (max-width:999px) {
    .not-found-res, .mt-top-res {
        margin-top: 85px;
    }
}

@media (max-width:767px) {
    .mt-top-res {
        margin-top: 85px;
    }

    .fixed-logo.fixed-logo-show {
        display: block;
        z-index: 99;
    }
}

@media (max-width:567px) {
    .btn-loan-res {
        float: none !important;
        margin-top: 15px;
    }

    .shopLogo {
        max-width: 100%;
    }
}

@media (max-width:567px) {
    .profile_body .tab-content {
        padding: 15px;
    }
}*/
