﻿.outline-home.view-container {
    height: auto;
}

    .outline-home .inner-wrapper {
        padding: 20px;
    }

    .outline-home.with-alert {
        /*background: rgba(35,31,32,0.7);*/
        /*height: 100%;*/
    }

    .outline-home .alert {
        display: inline-block;
        background: #FEFFFB url('images/bg-dots-2percent.png');
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
        padding: 15px;
        color: #231F20;
    }

        .outline-home .alert.error {
            background-color: #9B1D26;
            color: #fff;
        }

    .outline-home .button-wrapper {
        text-align: right;
        margin-top: 15px;
    }

    .outline-home .outlined-house img {
        width: 100%;
        border: 1px solid rgba(36,82,126,.85);
    }


#start-over-container {
    font-size: 13px;
    font-style: italic;
    line-height: 26px;
    display: none;
}

    #start-over-container button {
        float: right;
        font-style: normal;
        line-height: normal;
    }




/* Desktop drawing instructional bubble styling */
.bubble {
    background-color: #F2F6F9;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 3px rgba(0,0,0,.5);
    box-shadow: 0 4px 3px rgba(0,0,0,.5);
    line-height: normal;
    position: relative;
    width: 170px;
    padding: 6px 10px;
    white-space: pre-wrap;
    font-size: 13px;
    color: #231F20;
    border: 1px solid #404041;
}

.bubbleWrapper {
    opacity: 0;
    position: absolute;
}

    .bubbleWrapper.top {
        bottom: 18px;
        left: -23px;
    }

    .bubbleWrapper.right {
        left: 18px;
        top: -23px;
    }

    .bubbleWrapper.top .bubble {
        width: 176px;
        padding-right: 16px;
    }

    .bubbleWrapper .arrow-down,
    .bubbleWrapper .arrow-down-stroke {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #F2F6F9;
        position: absolute;
        left: 14px;
        bottom: -7px;
    }

    .bubbleWrapper .arrow-down-stroke {
        bottom: -8px;
        border-top-color: #404041;
    }

    .bubbleWrapper .arrow-left,
    .bubbleWrapper .arrow-left-stroke {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #F2F6F9;
        position: absolute;
        left: -7px;
        top: 50%;
        margin-top: -8px;
    }

    .bubbleWrapper .arrow-left-stroke {
        border-right-color: #404041;
        left: -8px;
    }

    .bubbleWrapper .number {
        width: 24px;
        height: 24px;
        position: absolute;
        right: -8px;
        top: -8px;
        border-radius: 100px;
        padding-top: 11px;
        color: #fff;
        background: #869EB6;
        text-align: center;
        font-size: 14px;
        padding: 2px;
    }

#outline-house-help-container {
    text-align: center;
}

#outline-house-video-help {
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #5a7c38;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    animation: shadow-pulse-home 1.5s infinite;
}

    #outline-house-video-help a {
        color: #fff;
    }

#outline-house-help-container a:hover {
    color: #d5e3f0;
}

@keyframes shadow-pulse-home {
    0% {
        box-shadow: 0 0 0 0px #5a7c38;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}


/*.box {
    width: 60px;
    height: 60px;
    background-color: red;
    margin: 30px auto;
    &:hover

{
    animation: nudge .4s linear;
}

}*/

/*@keyframes nudge {

    0% {
        transform: rotate(-7deg);
    }

    33% {
        transform: rotate(7deg);
    }

    66% {
        transform: rotate(-7deg);
    }
}*/
