#mainCanvas{
    border: 5px solid #6c757d;
    border-radius: 20px;
}

.containerButton{
    margin-top: 5px;
}

.logo-container{

    text-align: center;
    margin-bottom: 5px;
    width: auto;
}
.logo{
    height: 60px;
    width: auto;
    padding: 5px;
    border: 1px dashed #6c757d;
}

.customImage{
    margin-top: 5px;
    height: 60px;
    width: auto;
    padding: 5px;
    border: 1px dashed #6c757d;
}

.overview .decorate-button,
.variant-overview .decorate-button {
    height: 43px;
    border: none;
    background-color: #187171;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}

    .overview .decorate-button:hover,
    .variant-overview .decorate-button:hover {
        background-color: #006060;
    }


.modal-dialog {
    margin-top: 100px;
}

.modal-content {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.modal-content-viz {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.modal-header, .modal-header h4 {
    background-color: #5cb85c;
    color: white !important;
    text-align: center;
    font-size: 22px;
}

.modal-footer {
    background-color: #f9f9f9;
}

#lblDecorationCharges {
    margin-right: 20px;
}
