﻿.clsHide
{
    display:none !important;
}
/*!  
    
        // 3. Loader  
        // --------------------------------------------------*/

.AjaxLoader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.7;
    z-index: 10000000;
    background: Black;
    height: 100%;
    width: 100%;
    margin: auto;
    
}
.loader-img
{
    width:10%;
}
.strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
}

.strip-1,
.strip-2,
.strip-3 {
    width: 20px;
    height: 20px;
    background: #0072bc;
    position: relative;
    -webkit-animation: stripMove 2s ease infinite alternate;
    animation: stripMove 2s ease infinite alternate;
    -moz-animation: stripMove 2s ease infinite alternate;
}

.strip-2 {
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    background-color: #23a8ff;
}

.strip-3 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    background-color: #89d1ff;
}

@@-webkit-keyframes stripMove {
    0% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }
}

@@-moz-keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}

@@keyframes stripMove {
    0% {
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transform: translate3d(-50px, 0px, 0px);
        -moz-transform: translate3d(-50px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: scale(4, 1);
        -webkit-transform: scale(4, 1);
        -moz-transform: scale(4, 1);
    }

    100% {
        transform: translate3d(50px, 0px, 0px);
        -webkit-transform: translate3d(50px, 0px, 0px);
        -moz-transform: translate3d(50px, 0px, 0px);
    }
}

.page-heading {
    border-bottom: 1px solid #dddddd;
    border-color: #dddddd !important;
    color: #777777 !important;
}

.page-heading, .pb-center-column h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.page-heading, .advanced-checkout-wrapper h2 {
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 8px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    margin-top: 0;
}
    .page-heading .page-heading, .advanced-checkout-wrapper h2 .page-heading {
        border: none;
        padding: 0;
        margin: 0;
        float: left;
    }
    .page-heading span.heading-counter, .advanced-checkout-wrapper h2 span.heading-counter {
        font-size: 13px;
        line-height: 22px;
        float: right;
        text-transform: none;
        font-weight: normal;
    }
    /*.cpcard:hover {
            background-color: #ced4da !important; 
        }*/

.Search-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px !important;
}

/*a:hover {
    color: #4099ff !important;
}
a.hovertest:hover {
    text-decoration: underline !important;
}

.was-validated .form-control:valid, .form-control.is-valid {
     border-color: none !important;
  }*/
/**Password strength*/

.Short {
    width: 100%;
    background-color: #dc3545;
    margin-top: 6px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
}

.Weak {
    width: 100%;
    background-color: #ffc107;
    margin-top:6px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
}

.Good {
    width: 100%;
    background-color: #28a745;
    margin-top: 6px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
}

.Strong {
    width: 100%;
    background-color: green;
    margin-top:6px;
    height: 3px;
    color: green;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
}
#validationhMessage{
    color:red;
}

.card-w-100{
    width:100% !important;
}
.bg-c-orange {
    background: linear-gradient(45deg, rgb(253, 126, 20), rgb(253, 126, 20));
    background-color:#ff671f !important;
}
.f-22 {
    font-size: 16px !important;
}
.btn {
    padding: 0.375rem 0.55rem !important;
}
.pb-1 {
    padding-bottom: 0.15rem !important;
}

.pt-1 {
    padding-top: 0.15rem !important;
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    font-size:14px;
}
.dt-button {
    top: -44px !important;
    right: 20px !important;
    font-size: 13px !important;
    color: var(--primary) !important;
    font-weight: 400 !important;
    background: var(--rgba-primary-1) !important;
    padding: 5px 12px !important;
    border-radius: 0.25rem !important;
}

.alert-danger {
    background: #ffdede !important;
    border-color: #ffdede !important;
    color: #FF5E5E !important;
}

.alert {
    border-radius: 0.375rem !important;
    padding: 0.75rem 1.5rem !important;
}

.alert-danger {
    --bs-alert-color: #993838 !important;
    --bs-alert-bg: #ffdfdf !important;
    --bs-alert-border-color: #ffcfcf !important;
}

.alert-dismissible {
    padding-right: 3rem !important;
}

[data-letters]:before {
    background: #ff671f !important;
    color: #fff !important;
}
[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1.2em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    color: white;
    margin-right: 5px;
}

.shake1 {
   
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}



@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake2 {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;


}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
}
.img-circle
{
    width:30px;
    height:40px;
}
.fs-16{
    font-size:15px;
    color:#fff;
}



/* Card styles */
.card {
    background-color: #fff;
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,.16);
}

/* Card image loading */
.card__image img {
    width: 100%;
    height: 100%;
}

.card__image.loading {
    height: 300px;
    width: 400px;
}

/* Card title */
.card__title {
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
}

    .card__title.loading {
        height: 1rem;
        width: 50%;
        margin: 1rem;
        border-radius: 3px;
    }

/* Card description */
.card__description {
    padding: 8px;
    font-size: 16px;
}

    .card__description.loading {
        height: 3rem;
        margin: 1rem;
        border-radius: 3px;
    }

/* The loading Class */
.loading {
    position: relative;
    background-color: #e2e2e2;
}

    /* The moving element */
    .loading::after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        /* Adding animation */
        animation: loading 0.8s infinite;
    }

/* Loading Animation */
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
.overflow-auto
{
    overflow:auto;
}


.ui-pnotify-container {
    margin: 13px !important;
}

.close-icon:after {
    content: "X";
    display: block;
    width: 15px;
    height: 16px;
    position: absolute;
    background-color: #FA9595;
    z-index: 1;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    box-shadow: 0 0 2px #E50F0F;
    cursor: pointer;
    line-height: 17px;
}

.search-box:not(:valid) ~ .close-icon {
    display: none;
}

.table > :not(caption) > * > * {
    padding: 0.3rem;
}
.modal-header {
    padding: 0.3rem 0.7rem;
}
@media only screen and (max-width: 575px) {
    .pcoded-content {
        padding: 6px 15px;
    }
}
.brighttheme.ui-pnotify-container {
    padding: 10px 18px !important;
}
    /*
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
}

@media (min-width: 992px) {
    .product-item {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1400px) {
    a {
        font-size: 13px;
    }
}
.table > :not(caption) > * > * {
    padding: 0.5rem;
}
.form-control {
    font-size: 13px;
}
.modal-header {
    padding: 3px 11px;
}*/