﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/*Primaries
------------------------*/
.bi-card-text {
    font-size: medium !important;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif !important;
    color: #444444;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a {
    color: #106eea;
    text-decoration: none;
}

    a:hover {
        color: #3b8af2;
        text-decoration: none;
    }

a,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}

.breadcrumb-item a {
    color: #3794d1;
    text-decoration: none;
}

#jtsAdminTable {
    display: none;
}

.invalidDate {
    border: 2px solid red !important;
}

.blue-text {
    color: #2e7bae;
}

#mainContainer {
    display: flex; /* establish flex container */
    flex-direction: column; /* make main-axis vertical */
    justify-content: center; /* align items vertically, in this case */
    align-items: center;
    row-gap: 0.8rem;
}

.box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-container {
    display: flex;
    flex-direction: row; /* make main-axis horizontal */
}

    .flex-container > div {
        margin: 5px;
        align-items: center;
        align-self: center;
    }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.invalid-feedback, .valid-feedback {
    font-size: 16px !important;
}

.container, .container-sm, .container-md, .container-lg {
    transition: all 0.5s;
}


    .container main {
        padding-bottom: 200px !important;
    }

.btn-primary {
    color: #fff;
    background-color: #3794d1 !important;
    border-color: #1861ac;
}

a.page-link {
    color: #3794d1
}

.page-item.active .page-link {
    background-color: #3794d1;
    border-color: #3794d1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#jtsDataTable {
    display: none;
}

#groupHeader {
    visibility: hidden;
}

.form-row > [class*=col-] {
    margin-bottom: 1rem;
}

.totals {
    color: mediumseagreen;
    font-size: medium;
}

.emphasis {
    color: salmon;
}

#add-date, #add-department {
    color: mediumseagreen !important;
}

.gif-size {
    height: 20px !important;
    width: 20px !important;
}

/* Tooltip */
.tooltip > .tooltip-inner {
    font-size: 1.2em;
    background-color: #3794d1;
    color: whitesmoke;
    opacity: 1;
}

.finishedBtn {
    /*box-shadow: 0 0px 15px 4px rgb(51 122 183 / 40%);*/
    border: solid 3px #337ab7 !important;
    border-radius: 4px !important;
    border-color: rgba(51, 122, 183, .3) !important;
}

.jtsBtn {
    color: white !important;
    border-radius: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
}

    .jtsBtn:hover {
        cursor: pointer;
        /* color: black !important;
        background-color: whitesmoke !important;
        box-shadow: 1px 1px 10px 1px #3694d1;*/
    }

.modal .vendor-totals {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

tr.green-row > td {
    background-color: lightgreen !important;
}

.btn-jts-primary {
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    background: #3794d1 !important;
    color: #fff !important;
}

    .btn-jts-primary:hover {
        transition: all 0.5s ease 0s;
        background: #2e7bae !important;
        color: #fff !important;
    }

    .btn-jts-primary.disabled, .btn-jts-primary:disabled {
        background: #3794d1;
    }

.btn-jts-light {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    background: #e9ecef;
    color: #000 !important;
    font-weight: bold;
}

    .btn-jts-light:hover {
        transition: all 0.5s ease 0s;
        background: #c8cbcd !important;
    }


table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    color: #3794d1 !important;
}
/*Primaries
------------------------*/
/*Admin Dashbaord
--------------------------------*/
.dashboard-container {
    position: relative;
    padding-bottom: 70.75%;
    height: 0;
    overflow: hidden;
}

    .dashboard-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*Admin Dashbaord
--------------------------------*/



/*Home screen - VP main login page
-----------------------------------------------------*/
.LoginForm {
    background-color: #e9ecef;
    width: 48% !important;
    height: max-content !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin: auto !important;
    color: #000;
    transition: all 0.5s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
}

.loginHeader {
    text-align: center;
}

    .loginHeader img {
        max-width: 50% !important;
        padding-bottom: 20px !important;
    }

#formhr {
    color: whitesmoke;
}

.toggle-handle {
    background-color: lightgrey !important;
}
/*Home screen - VP main login page
-----------------------------------------------------*/



.form-check-input:checked {
    background-color: #3794d1 !important;
    border-color: #3794d1 !important;
}

/*Over Ride the parent CSS for jquery datatables
-----------------------------------------------------*/
.dt-buttons {
    justify-content: center;
    column-gap: 0.3rem !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    flex-wrap: wrap;
}

/*Over Ride the parent CSS for jquery datatables
-----------------------------------------------------*/


/*Remove number type arrows
-----------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*Remove number type arrows
-----------------------------------------------------*/


.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-container > form {
        width: 80%;
    }


/*SnackBar - toast message on the site
-----------------------------------------------*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -110px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 44.5%;
    vertical-align: middle !important;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 2, fadeout 0.5s 2.5s;
        -moz-animation: fadein 2s, fadeout 0.5s 2.5s;
        animation: fadein 2s, fadeout 0.5s 2.5s;
    }


/*SnackBar - toast message on the site
-----------------------------------------------*/


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#addStoreLoader,
#emailStoreLoader,
#emailLoader,
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    /*background: #fff;*/
}
    #addStoreLoader:before,
    #emailStoreLoader:before,
    #emailLoader:before,
    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #3794d1;
        border-top-color: #e2eefd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Sticky footer styles
-------------------------------------------------- */


.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
-------------------------------------------------- */

.navbar {
    border-radius: 5px;
    transition: all 0.5s;
    background: #fff !important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.show-pro-img {
    height: 4em;
}

.bi-currency-dollar {
    color: mediumseagreen !important;
    font-size: medium !important;
}

.fit-me {
    width: fit-content !important;
}

.smooth {
    transition: all 0.5s ease 0s !important;
}
/*Footer
-------------------------------------------*/
footer {
    padding: 0px 15px 0px 15px;
    bottom: 0px;
    position: absolute;
    background: darkgray;
    width: 100%;
    color: white;
}

    footer img {
        height: 4em;
    }

.foot-holder {
    height: 40px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix:after {
    clear: both;
}

.bottom-link {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}
/*Footer
-------------------------------------------*/


/*Responsive UI
-------------------------------------------*/
@media (max-width: 1024px) {
    .display-4 {
        font-size: 2rem !important;
    }

    .LoginForm {
        width: 50% !important;
    }

    #snackbar {
        left: 38% !important
    }
}

@media (max-width: 912px) {
    #snackbar {
        left: 38% !important;
    }
}

@media (max-width: 768px) {
    #snackbar {
        left: 35% !important
    }
}

@media (max-width: 600px) {
    .LoginForm {
        width: 70% !important;
    }
}

@media (max-width: 545px) {
    .pull-left {
        float: unset !important;
    }

    .pull-right {
        margin-right: 106px;
    }

    #snackbar {
        left: 27% !important;
    }
}

@media (max-width: 416px) {
    .pull-right {
        margin-right: 50px;
    }
}

@media (max-width: 412px) {
    #snackbar {
        left: 27% !important;
    }
}

@media (max-width: 375px) {

    .pull-right {
        margin-right: 35px;
    }
}

@media (max-width: 281px) {

    .pull-right {
        margin-right: 5px;
    }
}

/*Responsive UI
-------------------------------------------*/
