﻿
.card {
   margin-bottom:10px !important;
   
}


.ProductImage{
    width:50px;
    height:auto;
}


.btn-primary {
    color: #fff;
    background-color: #357ce5 !important;
    border-color: #357ce5 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.DashboardLogo{
    width:60%;
    height:auto;
}

.LiveTracking i{
    color:#0cb40f;
    font-size:15px !important;
    margin-left:10px;
    vertical-align:middle;
    margin-bottom:3px;
}

table {
    -moz-border-radius: 5px !important;
    border-collapse: collapse !important;
    border: none !important;
}

    table th,
    table td {
        border: none !important
    }

        table th:first-child {
            -moz-border-radius: 5px 0 0 0 !important;
        }

        table th:last-child {
            -moz-border-radius: 0 5px 0 0 !important;
        }

    table tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 5px !important;
    }

    table tr:last-child td:last-child {
        -moz-border-radius: 0 0 5px 0 !important;
    }

    table tr:hover td {

    }

[type=search] {
   
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

button, select {
    text-transform: none;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.LiveTracking2 i {
    color: #17d51a;
    font-size: 15px !important;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.MainContentContainer {
    margin-top: 50px !important;
}

.LoginLogo {
    background-image: url("https://images.squarespace-cdn.com/content/v1/60422949e0929446ee517c6c/769ee79c-8c6b-4973-a3a0-23cb3bb12605/payit+ez+logo_horizontal.png?format=300w");
    background-repeat: no-repeat !important;
    background-size: 175px;
    background-position: center !important;
    height: 100px;
    width: 100%;
}

.app-brand {
    background-image: url("https://images.squarespace-cdn.com/content/v1/60422949e0929446ee517c6c/769ee79c-8c6b-4973-a3a0-23cb3bb12605/payit+ez+logo_horizontal.png?format=300w");
    background-repeat: no-repeat !important;
    background-size: 175px;
    background-position: center !important;
    height: 100px;
    width: 100%;
}



.AnimatedBackground {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #357ce5, #357ce5);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.cater3-movingBG {
    height: 100%;
    background-size: 125%;
    background-repeat: repeat-x;
    animation: animatedBackground 15s linear alternate infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 50% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.flyinTxtCont {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 10%;
    margin-left: 2em;
}

.flyIn {
    color: #f3f3f3;
    font-family: 'Helvetica';
    text-transform: uppercase;
    line-height: 1.2em;
    position: relative;
    text-shadow: 2px 2px 40px rgba(0,0,0,0.7);
}

.lineOne {
    transition-delay: .2s;
    transition: .4s ease in;
    animation: txtFlyIn .3s linear;
}

.lineTwo {
    transition-delay: .4s;
    transition: .6s ease in;
    animation: txtFlyIn .6s linear;
}

.lineThree {
    transition-delay: .6s;
    transition: .8s ease in;
    animation: txtFlyIn .9s linear;
}

.lineOne, .lineTwo, .lineThree {
    font-size: 110px;
    font-weight: bold;
    letter-spacing: 3px;
}

.lineFour {
    transition-delay: 2s;
    transition: 8s ease in;
    animation: fadeIn 2s linear;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
    color: #000;
    box-size: border-box;
    max-width: 63%;
    max-width: 35em;
    font-size: 25px;
    padding: .2em .5em;
    margin-top: 30px;
    border-radius:10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes txtFlyIn {
    0% {
        transform: translateX(-100%);
    }
}

::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
    height:10px;
}

::-webkit-scrollbar-track {
    background: #eee; /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: #0994ff; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 1px solid #fff; /* creates padding around scroll thumb */
}


/*Ajax Loader*/

.OverlayContent {
    position: fixed;
    z-index: 9999999999999;
    width: 100%;
    margin-left: 0%;
    text-align: left;
    height: auto;
    /*background: #f5f7fa;*/
    background: #fff;
    /*box-shadow: 0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24);*/
    margin-top: 17%;
}



.Overlay {
    position: fixed;
    z-index: 9999999999999999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .Overlay h4 {
        color: #0994ff !important;
        /*text-shadow: 1px 1px 2px #444;*/
        margin-bottom: 15px !important;
        /*            top:75px;
            left:300px;*/
    }

.PayitezApprovedLender h5 {
    color: #444 !important;
}

.LoadingTextContainer {
    padding-top: 10px;
    padding-bottom: 90px;
    width: 40%;
    height: auto;
    background: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 4px;
}

/*data table*/

.current {
    background: #102252 !important;
    color:#fff !important;
    border-radius:4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff !important;
    color: #fff !important;
    border-radius: 4px;
}

/*Metrics*/
.RevenueItemContainer {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: dashed 1px #ddd;
    vertical-align:middle;
}
.RevenueItemContainer img {
    height:46px;
    width:auto;
}

.TimeBetweenEventsContainer{
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:dashed 1px #eee;
    width:100%;
}

.TimeBetweenEventsContainer i{
    font-size:20px;
}

    .TimeBetweenEventsContainer .bg-label-facebook{
        text-transform:lowercase;
    }

/*Event details*/
.pnlMetaDetails img {
    height: 60px !important;
}

.pnlMetaDetails h4 {
    border-radius: 4px;
    padding: 5px;
    background: #357CE5;
    color: #fff;
    width: 100%;
}

.EventDetailsDataContainer {
    border: solid 1px #eee;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 4px;
}

    .EventDetailsDataContainer td:first-child {
        font-weight: bold;
    }

    /*TIMER*/
.timer {
    background: -webkit-linear-gradient(left, #ef3e45 50%, #eee 50%);
    border-radius: 100%;
    height: calc(var(--size) * 1px);
    width: calc(var(--size) * 1px);
    position: relative;
    -webkit-animation: time calc(var(--duration) * 1s) steps(1000, start) infinite;
    -webkit-mask: radial-gradient(transparent 50%,#000 50%);
    mask: radial-gradient(transparent 50%,#000 50%);
    margin-left:0px;
}

.mask {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    -webkit-animation: mask calc(var(--duration) * 1s) steps(500, start) infinite;
    -webkit-transform-origin: 100% 50%;
}

@-webkit-keyframes time {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes mask {
    0% {
        background: #eee;
        -webkit-transform: rotate(0deg);
    }

    50% {
        background: #eee;
        -webkit-transform: rotate(-180deg);
    }

    50.01% {
        background: #ef3e45;
        -webkit-transform: rotate(0deg);
    }

    100% {
        background: #ef3e45;
        -webkit-transform: rotate(-180deg);
    }
}

/*STEPS*/
step-wizard {
    background-color: #21d4fd;
    background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-wizard-list {
    background: #fff;

    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 5px 5px;
    position: relative;
    z-index: 10;
}

.step-wizard-item {
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 170px;
    position: relative;
}

    .step-wizard-item + .step-wizard-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 19px;
        background: #102252;
        width: 100%;
        height: 2px;
        transform: translateX(-50%);
        z-index: -10;
    }

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

    .progress-count:after {
        content: "";
        height: 40px;
        width: 40px;
        background: #102252;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -10;
    }

    .progress-count:before {
        content: "";
        height: 10px;
        width: 20px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -60%) rotate(-45deg);
        transform-origin: center center;
    }

.progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before {
    display: none;
}

.current-item ~ .step-wizard-item .progress-label {
    opacity: 0.5;
}

.current-item .progress-count:after {
    background: #fff;
    border: 2px solid #102252;
}

.current-item .progress-count {
    color: #102252;
}