﻿@import url('https://fonts.googleapis.com/css?family=Raleway|Open+Sans');

body {
    font-weight: 400;
    font-family: Open Sans, Arial, Helvetica;
    background-image: url('Images/greyzz.png');
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

html {
    height: 100%;
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    padding-top: 15px;
    width: 100%;
    margin-bottom: 150px;
}

a.fa,
a.fas,
a.far,
a.fal,
a.fad,
a.fab {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.fa {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#switchClientSearch td:nth-child(2) {
    text-align: center;
}

#switchClientSearch .name {
    vertical-align: middle;
}

.card-table {
    display: table;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

header {
    border-radius: 4px;
    margin: 1rem auto 2rem auto;
}

@media only screen and (max-width : 1439px) {
    .nav-logo .navbar-brand > img {
        max-width: 125px;
        max-height: 35px;
    }
}

nav.navbar {
    border: 1px solid #dadada;
    background-color: #C4C4C4;
    border-radius: .15rem;
}

.navbar-brand img {
    max-height: 75px;
    max-width: 135px;
}

.fullPageBanner {
    width: 100%;
    margin: 0 0;
}
/* Login Controls */
.form-signin-heading {
    text-align: center;
}

.form-signin {
    max-width: 330px;
    padding: 0px 15px;
    margin: 0 auto;
}

    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .form-group {
        margin-bottom: 0;
    }


/* Table Header Fix */
.table thead tr th {
    vertical-align: middle;
}



/* Header sizes */
h6 {
    font-size: x-small;
}

h5 {
    font-size: small;
}

h4 {
    font-size: medium;
}

h3 {
    font-size: large;
}

h2 {
    font-size: x-large;
    margin-top: 1rem;
    font-family: Raleway, Arial, Helvetica;
    font-weight: 800;
}

h1 {
    font-size: xx-large;
}

.branding {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .nav-item-right {
        float: right;
        position: absolute;
        right: .75rem;
    }
}

.card, .table {
    background-color: #fff;
}

.card-header {
    /*JetPay www white*/
    background-color: #fff;
    color: black;
    border-bottom: none;
    text-align: center;
    font-size: large;
    padding: .75rem 1.25rem;
}

.SecondCardOptions {
    border-radius: 0 !important;
}

    .SecondCardOptions a {
        color: #fff;
    }

        .SecondCardOptions a:visited, .SecondCardOptions a:active {
            color: #fff;
        }





.table-bordered th, .table-bordered td {
    border: 1px solid #e4e4e4;
}

.sections > section {
    max-width: 48rem;
    margin: 0 auto;
    display: none;
}

    .sections > section.active {
        display: block;
    }

@media print {
    .print-hide {
        display: none !important;
    }
}


/* Google Pay*/
.gp {
    content: url("Images/GPay_Acceptance_Mark_800.png");
    width: 47px;
    height: 25px;
    display: inline-block;
}

/* credit cards */
.cc {
    background-image: url("Images/card-icons.png?1");
    width: 36px;
    height: 24px;
    display: inline-block;
    background-size: 343px 193px;
    background-position-x: -23px;
    background-position-y: -12px;
    background-repeat: no-repeat;
    opacity: .4;
}

.cc-active {
    opacity: 1;
}

.cc-visa {
    background-position: -180px -85px;
}

.cc-master-card {
    background-position: -232px -85px;
}

.cc-discover {
    background-position: -232px -49px;
}

.cc-amex {
    background-position: -232px -12px;
}

.cc-diners {
    background-position: -180px -158px;
}

.cc-check {
    background-position: -23px -50px;
}

.cc-free {
    background-position: -285px -12px;
}

.cc-cash {
    background-position: -284px -48px;
}

.cc-papercheck {
    background-position: -284px -82px;
}

/* Payment Navigation*/
.nav-progress {
    border-radius: 4px;
    margin-bottom: 1rem;
}

    .nav-progress ul {
        margin: 0;
        padding: 0;
    }

    .nav-progress li {
        margin: 0;
        padding: .75rem 0;
        list-style-position: inside;
        list-style-image: none;
        list-style-type: none;
        text-align: center;
    }

        .nav-progress li.active {
            background-color: #0275d8;
        }

        .nav-progress li.complete {
            background-color: #5cb85c;
        }

        .nav-progress li:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .nav-progress li:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

@media (max-width: 47.9em) {
    .btn {
        display: block;
        width: 100%;
        margin-top: .5rem;
    }

    h2 {
        text-align: center;
    }

    .nav-item {
        display: block;
        width: 100%;
    }

    .nav {
        display: block;
        width: 100%;
    }

    nav .navbar-nav .nav-item {
        margin-left: 1rem;
    }
}

nav .dropdown:hover .dropdown-menu {
    display: block;
}

    nav .dropdown:hover .dropdown-menu.extended {
        min-width: 15rem;
    }

.menu-item-outline:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}

.dropdown-menu {
    margin: 0 0 !important;
}

.activity-feed ul {
    display: block;
    list-style-image: none;
    list-style-position: inside;
    margin: 0 auto;
    padding: 0;
    max-width: 400px;
}

    .activity-feed ul li {
        display: block;
        margin: 0 0 .50rem 0;
        padding: 0;
    }

        .activity-feed ul li > div {
            display: inline-block;
            width: 100%;
            margin: 0;
            padding: 0;
            line-height: 35px;
        }

.activity-feed span {
    vertical-align: middle;
    font-size: smaller;
    float: left;
    clear: right;
}

.activity-feed .total {
    margin-left: 7px;
}

.activity-feed li .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #42B382;
    color: #ffffff;
}

    .activity-feed li .fa:hover {
        background-color: #53C493;
    }

.activity-feed .text-xs-right {
    float: right !important;
    margin-right: 7px;
}

.company-logo {
    max-width: 100px !important;
    max-height: 100px !important;
}

.fadeIn {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav-link-special, .nav-link-special:visited {
    color: red !important;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-family: Raleway, Arial, Helvetica;
    font-weight: 900;
}

.navbar-light .navbar-nav .dropdown-item {
    color: black;
}

    .navbar-light .navbar-nav .dropdown-item:visited {
        color: black;
    }

.highlight tr {
    background-color: #f7f7f9;
}

.highlight td {
    background-color: #f7f7f9;
    border-left-color: #f7f7f9;
    border-right-color: #f7f7f9;
}

    .highlight td:first-child {
        border-left-color: #eceeef;
    }

    .highlight td:last-child {
        border-right-color: #eceeef;
    }

.shopping-cart ul {
    display: block;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    margin: 0 auto;
    padding: 0;
}

    .shopping-cart ul li {
        display: block;
        margin: 0 0 .50rem 0;
        padding: 0;
    }

        .shopping-cart ul li > div {
            display: inline-block;
            width: 100%;
            margin: 0;
            padding: 0;
            line-height: 35px;
        }

.shopping-cart .fa {
    margin-left: .25rem;
}

/*

    Client Details Collapsible window styling

*/

.panel-collapse {
    padding: 4px;
    background-color: #CDF2D9;
    border: solid 1px #BDE2C9;
    border-radius: 4px;
    margin-bottom: 16px;
    margin-top: -8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .panel-collapse dt {
        border: solid 1px #77CC36;
        border-left: 0px;
        border-top: 0px;
        border-right: 0px;
    }

.panel-heading {
    background-color: #EE7736;
    border-radius: 3px;
    padding: 0px 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .panel-heading a {
        color: black;
        font-weight: bold;
    }

.breaker {
    clear: both;
}

dt {
    font-weight: normal;
}

#virtualKeyboard {
    width: 850px;
    margin: 0 auto;
}

/*
    Payment Tye List Icon Selection
*/
#type-list ul {
    list-style-type: none;
    padding: 0;
}

    #type-list ul li {
        list-style-position: inside;
        border-bottom: 1px solid #ccc;
        margin: .5rem 0 .5rem 0;
        padding: 0;
    }

        #type-list ul li input[type=radio], #type-list ul li img {
            margin-right: .5rem;
        }

        #type-list ul li img {
            max-height: 48px;
            max-width: 48px;
        }

        #type-list ul li label {
            display: block;
        }

/* Footer Styles */

.footer-menu {
    font-family: Raleway, Arial, Helvetica;
    font-size: 11px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #595959;
    color: white;
}

    .footer-menu .text-center {
        padding: 7px;
    }
/*
    Full Screen Modal
*/
footer .container-fluid {
    padding-top: 50px;
}

.modal-fullscreen {
    background: transparent;
    text-align: center;
}

    .modal-fullscreen:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .modal-fullscreen .modal-backdrop-fullscreen {
        background-color: #ffffff;
        opacity: .55;
        filter: alpha(opacity=90);
    }

    .modal-fullscreen .modal-content {
        z-index: 1059;
        display: inline-block;
        vertical-align: middle;
    }

        .modal-fullscreen .modal-content .modal-dialog {
            z-index: 1060;
            display: inline-block !important;
            vertical-align: middle !important;
        }

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 400px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 400px;
    }
}

/*
    Button inside input group align fix
*/


label.required::after {
    content: "*";
    color: #f00
}

/*
    Updated resend button
*/


.fa-fnix-container {
    position: relative;
}

.fa-fnix-sub {
    bottom: -1px;
    right: -5px;
    font-size: 10px;
    position: absolute;
}

.btn-sm .fa-fnix-sub {
    right: -4px;
    font-size: 8px;
}

.fa-fnix-sub-bg {
    text-shadow: 0 0 1px black;
}

.busy {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0, .5);
    text-align: center;
}

.busy-content {
    width: auto;
    min-width: 200px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: 2rem auto 2rem auto;
    padding: 1rem;
    text-align: left;
}


.input-group .form-control {
    height: calc(2.25rem + 2px);
}

select.form-control.is-valid {
    background-position: right calc(.375em + .7rem) center;
}

@media (min-width:1198px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.card-stack {
    margin-bottom: .75rem;
}

    .card-stack > .card, .card-stack > .card > .card-header, .card-stack > .card > .card-footer {
        border-radius: 0;
    }

        .card-stack > .card:last-child, .card-stack > .card:last-child > .card-footer:last-child {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

        .card-stack > .card:first-child, .card-stack > .card:first-child > .card-header:first-child {
            border-top-right-radius: .25rem;
            border-top-left-radius: .25rem;
        }

    .card-stack > .card {
        margin-bottom: 0
    }

.edit-payment-profile-btn {
    background-color: #F6895A;
    color: white;
    border-color: #F6895A;
}

.customer-details-btn {
    border-color: white;
}

.add-new-btn {
    background-color: #DDE4E6;
    color: #7e888c;
    border-color: #DDE4E6;
}

.form-radio-label {
    text-align: left !important;
}

a.site-language-lnk:hover {
    text-decoration: none !important;
}

a.site-language-lnk {
    color: gray !important;
}

    a.site-language-lnk:hover {
        color: #058a9c !important;
    }

a {
    color: #1CABFF;
    font-family: raleway, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

    a:hover {
        color: #1B1EC6;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #D4DDE0 !important;
}

/* .verifiedBadge { display: none; } */


/*--- Bootstrap Overwrites ---*/

.btn-primary {
    background-color: #1CABFF;
    border-color: #1CABFF;
}

    .btn-primary:hover {
        background-color: #1795E6;
        border-color: #1795E6;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(28,171,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #1CABFF;
        border-color: #1CABFF
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(28,171,255,.5)
    }


.btn-warning {
    border-color: #FFCC00;
}

.btn-secondary {
    color: #595959;
    border-color: #C4C4C4;
    background-color: #FFF;
}

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(89,89,89,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #595959;
        border-color: #FFFFFF;
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(89,89,89,.5)
    }


    

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FDA052
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FDA052
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.7)
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.input-group-password-text {
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.password-box-padding {
    padding-right: 50px;
}

.input-group-card-text {
    -ms-flex-align: center;
    width: 2.5rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    right: 0px !important;
    margin-top: -38px !important;
}

/*Changes made while Upgrading to Bootstrap 5*/

.form-group {
    margin-bottom: 1rem;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.btn:hover {
    text-decoration: none;
}
.dropdown-item:hover {
    text-decoration: none;
}
.nav-link:hover {
    text-decoration: none;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.form-control:disabled, .form-control[readonly] {
    background-color: #;
    opacity: 1;
}

.input-group-text {
    display: -ms-flexbox;
    -ms-flex-align: center;
    margin-bottom: 0;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-control {
    border: 1px solid #ced4da;
}

.navbar {
    padding: .5rem 1rem;
}

.alert {
    padding: .75rem 1.25rem
}

.card-footer {
    padding: .75rem 1.25rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .input-group{
    flex-wrap:nowrap;
}

@media (min-width:576px) {
    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-2, .my-2 {
        margin-bottom: .5rem !important;
    }

    .form-inline .form-select {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
@media (min-width: 768px) {
    .form-inline .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.form-check-input[type="checkbox"], .form-check-input[type="radio"] {
    border-color: grey;
}

.table-success {
    --bs-table-bg: rgba(25,135,84, 0.5) ;
    --bs-table-striped-bg: rgba(25,135,84, 0.1) ;
    --bs-table-border-color: white ;
}

.table-warning {
    --bs-table-bg: rgba(255,193,7, 0.5) ;
    --bs-table-striped-bg: rgba(255,193,7, 0.1) ;
    --bs-table-border-color: white ;
}

.table-danger {
    --bs-table-bg: rgba(220, 53, 69, 0.5) ;
    --bs-table-striped-bg: rgba(220, 53, 69, 0.1) ;
    --bs-table-border-color: white ;
}

.table-primary {
    --bs-table-bg: rgba(13, 110, 253, 0.5) ;
    --bs-table-striped-bg: rgba(13, 110, 253, 0.1) ;
    --bs-table-border-color: white ;
}

.table-info {
    --bs-table-bg: rgba(13, 202, 240, 0.5) ;
    --bs-table-striped-bg: rgba(13, 202, 240, 0.1) ;
    --bs-table-border-color: white ;
}

