﻿@import url('../fonts/open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #12344d;
}

.timeline-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26,54,126,0.125);
    border-radius: .25rem;
}

.timeline-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 0.5rem 0 0rem;
}

    .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 100px;
        height: 100%;
        width: 4px;
        background: #e9ecef;
        border-radius: .25rem;
    }

.vertical-timeline-element {
    position: relative;
    margin: 0 0 0.5rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 88px;
}

    .vertical-timeline-element-icon .badge-dot-xl {
        box-shadow: 0 0 0 5px #fff;
    }

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 150px;
    font-size: .8rem;
}

    .vertical-timeline-element-content .timeline-title {
        font-size: .8rem;
        text-transform: uppercase;
        margin: 0 0 .5rem;
        padding: 2px 0 0;
        font-weight: bold;
    }

    .vertical-timeline-element-content .vertical-timeline-element-date {
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        padding-right: 10px;
        text-align: right;
        color: #adb5bd;
        font-size: .7619rem;
        white-space: nowrap;
    }

    .vertical-timeline-element-content:after {
        content: "";
        display: table;
        clear: both;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.navigation-panel {
    position: fixed;
    height: 30px;
    top: 60px;
    left: 70px;
    width: calc(100% - 60px);
    z-index: 200;
    background: white;
}

.top-panel {
    border: 1px solid #dee2e6;
    height: 55px;
    position: fixed;
    background-color: #ffffff;
    top: 90px;
    left: 70px;
    width: calc(100% - 60px);
    z-index: 200;
}

.blank-panel {
    margin-top: -10px;
    margin-left: -45px;
    margin-right: -45px;
}

.blank-nonavigation-panel {
    margin-top: -40px;
    margin-left: -45px;
    margin-right: -45px;
}

.detail-nonavigation-panel {
    margin-top: -40px;
    margin-left: -45px;
    margin-right: -45px;
}

.listing-content-panel {
    margin-right: calc(300px - 45px);
    margin-top: 45px;
    margin-left: -45px;
}

.listing-content-panel-expanded {
    margin-right: -45px;
}

.listing-right-panel {
    position: fixed;
    right: 0;
    top: 145px;
    width: 300px;
    height: calc(100% - 155px);
}

.fixed-right-panel {
    position: fixed;
    right: 0;
    top: 145px;
    height: calc(100% - 155px);
}

.listing-left-panel {
    position: fixed;
    left: 0;
    top: 145px;
    width: 300px;
    height: calc(100% - 155px);
}

.detail-no-expander-content-panel {
    margin-right: -45px;
    margin-top: 45px;
    margin-left: -45px;
}

.detail-content-panel {
    margin-right: calc(300px - 45px);
    margin-top: 45px;
    margin-left: -45px;
}



.detail-content-panel-expanded {
    margin-right: calc(60px - 45px);
}

.detail-right-panel {
    position: fixed;
    right: 0;
    top: 145px;
    width: 300px;
    height: calc(100% - 155px);
}

.detail-right-panel-collapsed {
    width: 60px;
}

.detail-left-panel {
    position: fixed;
    left: 0;
    top: 145px;
    width: 300px;
    height: calc(100% - 155px);
}

.detail-left-panel-collapsed {
    width: 60px;
}



.blazored-toast-container {
    z-index: 1250;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
}


.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-dialog .modal-content .modal-body,
.modal.right .modal-dialog .modal-content .modal-body {
    padding: 0px;
}

.modal.left .modal-dialog {
    left: 0;
}

.modal.right .modal-dialog {
    right: 0;
}

.link-test {
    text-decoration: underline;
    color: #0366d6;
}

.expired-text
{
    color: #8f1c1b;
}

.text-link {
    text-decoration: underline;
    color: #0366d6;
}

.ql-editor {
    min-height: 150px;
}

.text-large {
    font-size: 20px;
}

table.MyOpenCases td.briefcase {
    text-align: right;
}

table.MyOpenCases tr {
    width: 100%
}

.collapse .card-body{
    padding-right : 0px;
}

.badge-tertiary {
    background-color: #B70F0A;
    border-color: #B70F0A;
    color: #ffffff;
}

.bg-lightblue {
    background-color: #ecf6fb;
}

.count-cart-cust {
    position: relative;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 100%;
    background: white;
    font-size: 9px;
    top: -28px;
    margin-left: 14px;
    display: block;
    font-weight: 600;
    line-height: .95rem;
    border: none;
    text-align: center;
}
.count-cart-main {
    position: relative;
    width: 1.95rem;
    height: 0.95rem;
    border-radius: 100%;
    background: white;
    font-size: 9px;
    top: 11px;
    margin-left: -13px;
    margin-right: 20PX;
    display: block;
    line-height: .95rem;
    border: none;
    text-align: center;
}
.count-cart-text {
    position: relative;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 100%;
    background: red;
    color: white;
    font-size: 9px;
    top: -34px;
    margin-left: 27px;
    display: block;
    font-weight: 600;
    line-height: .95rem;
    border: none;
    text-align: center;
}

.YotPoLoyalty:after {
    content: '';
    display: block;
    height: 30px; /*height of icon */
    width: 36px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: transparent url('../icons/yotpo-loyalty.svg') no-repeat 0px 0px;
}

.removecaret.dropdown-toggle::after {
    display: none;
}