﻿#DesignName{
    font-size: x-large;
    font-weight:600;
    color: #ffffff;
}

#ReviewCanvasSmall {
    background-color: transparent;
    border: 5px dashed #79a08f;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#ReviewCanvasLarge {
    background-color: transparent;
    border: 5px dashed #79a08f;
    width: 100%;
    height: 100%;
    max-height: 750px;
    padding: 1.5rem;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#BaseImagePreviewSmall {
    max-height: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
}

#BaseImagePreviewLarge {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#ImageOptions {
    width: 100%;
    color: transparent;
    background-color: transparent;
    border: 0px transparent;
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.btn-group{
    margin-right: 0.25rem;
    margin-top: 0.5rem;
}

.btn-group button {
    background-color: #79a08f;
    border-color: #79a08f;
}

.cropOptions{
    display:none;
    position:relative;
    z-index:1100;
}

.docs-tooltip {
    display: block;
    margin: -0.5rem -0.75rem;
    padding: 0.5rem 0.75rem;
}

.docs-tooltip > .icon {
    margin: 0 -0.25rem;
    vertical-align: top;
}

@media(max-width:767px) {
    #DesignName {
        font-size: large;
    }
}