﻿.ShellImprints .Title {
    margin-top: 10px;
}

.CustomLogo .Remove {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: underline !important;
}

    .CustomLogo .Remove.Hidden {
        display: none !important;
    }

.ShellImprints .ShellLogos {
    float: left;
    clear: both;
    width: 100%;
}

    .ShellImprints .ShellLogos .Logo {
        float: left;
        max-width: 30%;
        box-shadow: 1px 1px 2px #CCCCCC;
        border: 2px solid transparent;
        margin: 1px;
        cursor: pointer;
    }

        .ShellImprints .ShellLogos .Logo.Selected {
            box-shadow: 1px 1px 2px #000;
            border-color: #888;
        }

        .ShellImprints .ShellLogos .Logo img {
            max-width: 100%;
        }

.ShellImprints .CustomLogo {
    float: left;
    clear: both;
    width: 204px;
    margin: 5px 0 10px;
    box-shadow: 1px 1px 2px #ccc;
    padding: 5px;
    text-align: center;
}

    .ShellImprints .CustomLogo .CustomImage {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .ShellImprints .CustomLogo .Label {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .ShellImprints .CustomLogo .Collapsible {
        float: left;
        width: 100%;
    }

    .ShellImprints .CustomLogo.Selected {
        box-shadow: 2px 2px 5px #000;
        border-color: #888;
    }

.ShellImprints .ShellCaptcha .CaptchaMessageLabel {
    display: none;
}

.ShellImprints .UploadText {
    color: red;
    font-size: 15px;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.ShellCaptcha {
    margin-top: 5px;
}

    .ShellCaptcha img {
        width: 100% !important;
        float: left;
    }

    .ShellCaptcha .CaptchaMessageLabel {
        display: block;
        float: left;
        clear: both;
        position: relative;
        top: -6px;
        max-width: 204px;
    }

    .ShellCaptcha input[type="text"].CaptchaTextBox {
        font-size: 14px;
        top: 0;
        width: 95px;
        float: left;
        height: 26px;
    }

.UploadButton {
    float: right;
    height: 35px;
    max-width: 204px;
}
