﻿.container {
    display: flex;
    justify-content: center;
}

.leftMargin {
    padding-left: 10px;
}

.heading {
    font-size: 13pt;
}
/* WIZARD */
#wizHeader li .prevStep {
    background-color: #669966;
}

    #wizHeader li .prevStep:after {
        border-left-color: #669966 !important;
    }

#wizHeader li .currentStep {
    background-color: #C36615;
}

    #wizHeader li .currentStep:after {
        border-left-color: #C36615 !important;
    }

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}

    #wizHeader li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #FE9400;
        }

            #wizHeader li a:hover:after {
                border-left-color: #FE9400 !important;
            }

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}

.heading-center {
    font-size: 13px;
    text-align: center;
}

.heading-left {
    font-size: 13px;
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
    padding-right: 5px;
}

.sweetAlert_Cancel > .sa-button-container > .cancel {
    background-color: #FF0000;
    border-color: #DD6B55;
}

    .sweetAlert_Cancel > .sa-button-container > .cancel:hover {
        background-color: #FF0000;
        border-color: #DD6B55;
    }


/*collapsible div */
#Popup {
    position: absolute;
    z-index: 0;
    background-color: white;
    border: solid;
    border-color: blue;
    width: 100%;
    min-height: 30px;
}

#close {
    width: 20px;
    margin-left: 100px;
    cursor: pointer;
}

#footer-container {
    position: relative;
    height: 44px;
}

#footer {
    position: relative;
    z-index: 100;
    height: 30px;
    background-color: #868686;
    color: white;
    text-align: center;
    margin-left: 5px;
}

#FooterLink {
    cursor: pointer;
}

#box {
    overflow: hidden;
}

.FooterStyle {
    background-color: #a33;
    color: White;
    text-align: center;
}

.FooterDivStyle {
    background-color: #a33;
    color: White;
    text-align: center;
    width: 100%;
    align-items: center;
    height: 30px;
    align-content: center;
    display: flex;
    justify-content: center;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            /*background-color: #ffffff;*/
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            /*background-color: #f5f5f5;*/
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            /*background-color: #eeeeee;*/
            border-color: #dddddd;
        }


/*Header*/
.Tab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding-top: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background: url("../../images/tab_active.gif") repeat-x;
    height: 20px;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url("../../images/tab_left_active.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url("../../images/tab_right_active.gif") no-repeat right;
    padding-right: 6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: url("../../images/tab_hover.gif") repeat-x;
    height: 20px;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: url("../../images/tab_left_hover.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: url("../../images/tab_right_hover.gif") no-repeat right;
    padding-right: 6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #666666;
    background: url("../../images/tab_Inactive.gif") repeat-x;
    height: 20px;
}

.Tab .ajax__tab_inner {
    color: #666666;
    background: url("../../images/tab_left_inactive.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_outer {
    color: #666666;
    background: url("../../images/tab_right_inactive.gif") no-repeat right;
    padding-right: 6px;
    margin-right: 2px;
}

/*Style for chart*/

#divLegend {
    height: 50px;
    background: #fff;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

#divLegend span {
    display: inline-block;
    padding: 15px 30px;
    position: relative;
}

#divLegend span:before {
    padding-right: 10px;
    content: '\00a0\00a0\00a0\00a0\00a0\00a0';
    text-decoration: line-through;
}

.headingLeftStyle {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: #fff !important;
}

.headingLeftStyleLight {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: #fff !important;
}

.headingCenterStyle {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #fff !important;
}

.headingCenterStyleLight {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #fff !important;
}

.headingRightStyle {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: right !important;
    color: #fff !important;
}

.headingRightStyleLight {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: right !important;
    color: #fff !important;
}

.itemLeftStyle {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.itemLeftStyleLight {
    font-size: 14px !important;
    text-align: left !important;
}

.itemCenterStyle {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.itemCenterStyleLight {
    font-size: 14px !important;
    text-align: center !important;
}


.itemRightStyle {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: right !important;
}

.itemRightStyleLight {
    font-size: 14px !important;
    text-align: right !important;
}

.saleComparison {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .saleComparison td, .saleComparison th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .saleComparison tr:nth-child(even) {
        background-color: #fff;
    }

    .saleComparison tr:hover {
        background-color: #fff;
    }

    .saleComparison th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #17a2b8;
        /* color: white;*/
    }

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}