﻿.imageContainer {
    float: left;
    padding: 10px;
    margin: 20px;
    width: 200px;
    clear: left;
}

    .imageContainer.remoteImage {
        border: 1px solid #FF0000;
    }

    .imageContainer:hover {
        opacity: .80;
        cursor: pointer;
    }

    .imageContainer img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .imageContainer .caption {
        text-align: center;
        font-weight: bold;
        color: #333333;
        font-size: 11px;
    }

    .imageContainer.right {
        float: right;
        clear: right;
    }

.Applet-Launcher {
    width: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    /*padding: 10px;*/
    color: #666666;
    text-align: center;
    height: 200px;
    margin-bottom: 40px;
    box-shadow: 3px 3px 10px #cccccc;
}

    .Applet-Launcher:hover {
        border: 1px solid #333333;
        box-shadow: 3px 3px 10px #333333;
        cursor: pointer;
        opacity: .80;
        color: #000000;
    }


    .Applet-Launcher-Title {
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #CCCCCC;
        font-size: 20px;
        background: #F4F4F7;
        font-weight: 500;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }


/*https://css-tricks.com/flexbox-truncated-text/*/
/*https://stackoverflow.com/questions/9249359/vertically-align-text-within-a-div*/
.Applet-Launcher-Icon {
    height: 130px;
    line-height: 130px;
    vertical-align: middle;

    display: flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    font-size: 60px;
}
