﻿.existingStagePlans, .existingStagePlans .whatIsNew {
    background-color: #191919; /*#d3d2d3;*/
    margin: 12px;
    padding: 10px;
    border: 1px solid #000;
    /* border-radius: 8px; */
    /* max-width: 350px; */
    /*display: inline-block;*/
    color: #b1b1b1; /*#515050;*/
}

    .existingStagePlans h1 {
        color: #8ab7da;
    }

    .existingStagePlans h2 {
        color: #79a0bd;
        width: 100%;
    }

    .existingStagePlans .plans h2:hover {
        border: dashed 1px #aaa;
    }

    .existingStagePlans a:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    .existingStagePlans .webLink {
        background: #f3f2f3;
        padding: 8px;
        margin: 10px;
        border: solid 1px #999;
    }

    .existingStagePlans .hackHover {
        opacity: .85;
        display: inline-block;
    }

        .existingStagePlans .hackHover:hover {
            opacity: 1;
            cursor: pointer;
            text-decoration: underline;
        }

        .existingStagePlans .hackHover a {
            width: inherit;
            height: inherit;
        }

    .existingStagePlans a {
        color: var(--main-blue);
    }

    .existingStagePlans .inline {
        display: inline-block;
        width: 100%;
    }

    .existingStagePlans .mouse:hover {
        cursor: pointer;
    }

    .existingStagePlans .whiteText {
        color: white !important;
    }

    .existingStagePlans .sideMenu a {
        text-decoration: none !important;
    }

    .existingStagePlans .sideMenu img.sideMenuImg {
        width: 90%;
        max-width: 200px;
        padding: 5%;
    }

    .existingStagePlans a {
        text-decoration: none;
    }


    .existingStagePlans .warning {
        color: #ed5656;
        padding: 15px;
    }



    .existingStagePlans .upgradeMessage {
        padding: 2%;
        margin: 1%;
        border: solid 1px #ccc;
        background: #f1f1f1;
        color: #333;
        border-radius: 5px;
    }

        .existingStagePlans .upgradeMessage img {
            max-width: 18px;
        }

        .existingStagePlans .upgradeMessage .fakeLink {
            text-decoration: underline;
            cursor: pointer;
        }

    .existingStagePlans .filter select {
        max-width: 70%;
        /*max-height: 30px;*/
        color: #333;
    }


    .existingStagePlans .existingPlanTemplate {
        margin: 30px 10px;
        background-color: #000;
        border-radius: 5px;
        color: #333;
        /*border: solid #ccc 2px;*/
    }

        .existingStagePlans .existingPlanTemplate .plotName {
            border: dashed 1px #999;
            padding: 3px;
            background: white;
            cursor: pointer;
        }

            .existingStagePlans .existingPlanTemplate .plotName:hover {
                border: solid 1px #ccc;
            }

    .existingStagePlans img.icon {
        max-width: 40px;
    }


    .existingStagePlans .header {
        background-color: #8ab7da; /*var(--main-blue);*/
        color: #f1f1f1;
        padding: 20px 10px;
        text-align: left;
    }

        .existingStagePlans .header.expired {
            background-color: #ff9b9b; /*var(--main-blue);*/
        }

        .existingStagePlans .header .cancelled {
            background-color: var(--main-red);
        }

        .existingStagePlans .header span {
            margin-right: 10px;
        }

        .existingStagePlans .header.proServiceHeader {
            background-color: #5F8575;
        }

    .existingStagePlans .proServiceHeaderTitle {
        color: #5F8575;
    }


    .existingStagePlans .existingPlanTemplate .header .makeOptionVisible { /*used in javascript*/
        padding: 5px;
        background: #f6f6f6;
        border-radius: 5px;
        margin-top: 10px;
    }

    .existingStagePlans .body {
        text-align: left;
    }

        .existingStagePlans .body .row {
            padding-top: 10px;
        }


    .existingStagePlans .existingPlanTemplate .sharing {
        margin: 3px;
        padding: 3px 0;
    }


    .existingStagePlans .existingPlanTemplate .body span:nth-child(even) {
        margin-right: 15px;
    }

    .existingStagePlans .existingPlanTemplate .header .icons, existingStagePlans .existingPlanTemplate .body .row .icons {
        color: var(--main-blue);
    }

    .existingStagePlans .existingPlanTemplate .icons img {
        max-width: 30px;
        margin-right: 10px;
    }


    .existingStagePlans .body .rowItem {
        padding: 1.5%;
        /* width: 97%; */
    }

        .existingStagePlans .body .rowItem div div {
            padding: .5%;
        }

    .existingStagePlans .existingPlanTemplate .sharedEditorUrl {
        padding: 2%;
        border: solid 1px #333;
        border-radius: 3px;
        background: #fff;
        min-width: 90%;
        color: #333;
    }

    .existingStagePlans .body .rowItem:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .existingStagePlans .body .rowItem:nth-child(even) {
        background-color: #e0e0e0;
    }


    .existingStagePlans .preview img {
        max-width: 200px;
        max-height: 200px;
    }

    .existingStagePlans .whiteBox {
        background: white;
        border: solid 1px #ddd;
        border-radius: 2px;
        margin: 5px;
    }


        .existingStagePlans .whiteBox img {
            margin: 4px 7px;
        }



    .existingStagePlans hr {
        /*background:#aaa;*/
        border: 1px solid #aaa;
    }


    .existingStagePlans .centered {
        text-align: center;
        margin: auto;
        width: 50%;
    }

    .existingStagePlans .newPurchaseOptions img {
        max-width: 150px;
        padding: 10px;
    }

    .existingStagePlans .buy {
        padding: 10px;
        border-radius: 3px;
        border: solid 1px #414141;
        background: #ebf2ff;
        width: 150px;
        text-align: center;
        color: var(--main-blue);
    }

        .existingStagePlans .buy:hover {
            background: #9c9c9c;
            color: #ebf2ff;
            cursor: pointer;
        }

    .existingStagePlans .existingPlans_proservices img {
        max-width: 150px;
    }
