﻿
    a.glyphicon-remove {
        cursor: pointer;
        position: relative;
        filter:alpha(opacity=30);
        opacity:0.3;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        
    }

        a.glyphicon-remove:hover {
            text-decoration: none;
            opacity:1;
        }

    .childrenApps {
        margin-left: -15px;
        margin-right: -15px;
    }

    .appLabel {
        font-size: smaller;
        line-height: 1.25em;
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
        right: 0;
        padding: 5px;
    }

    .btn {
        transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
    }

    .ccpsAppContainer {
        padding: 5px 0;
        position: relative;
        text-align: center;
        margin: auto;
    }

        .ccpsAppContainer > a,
        .ccpsAppContainer > button {
            cursor: pointer;
            white-space: normal !important;
            text-decoration: none;
            text-align: center;
            width: 85px;
            height: 105px;
            position: relative;
            margin: auto;
        }

            .ccpsAppContainer > a > img,
            .ccpsAppContainer > button > img {
                display: block;
                width: 50px;
                height: 50px;
                margin-left: auto;
                margin-right: auto;
            }

    .ccpsAppContainer > button[aria-expanded="true"],
    .ccpsAppContainer > a[aria-expanded="true"] {
        color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=121, Color=#000000)"; /*IE 8*/
        -moz-box-shadow: 3px 5px 5px 1px rgba(0,0,0,0.5) inset; /*FF 3.5+*/
        -webkit-box-shadow: 3px 5px 5px 1px rgba(0,0,0,0.5) inset; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 3px 5px 5px 1px rgba(0,0,0,0.5) inset; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
    }

