/* app center */
#search {
    position: relative;
    margin: 0px auto 30px;
    width: 165px;
}
#search input.filterinput {
    height: auto;
    width: 90%;
}
#apps {
    margin: auto;
    width: 88vw;
}
#apps li {
    float: left;
    width: 260px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}
#apps span.userview-icon {
    display: inline-block;
    height: 70px;
    overflow: hidden;
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    box-shadow: #555 0px 0px 1px 0px;
}
#apps img {
    width: 100%;
}
#apps a.app-link {
    text-decoration: none;
}
#apps div.userview-name {
    font-weight: 500;
    font-size: 14px;
    color: #555;
    word-wrap: break-word;
}
#apps div.app-name {
    display: block;
    font-size: 80%;
    color: #999;
    max-height: 14px;
    overflow: hidden;
}
#apps div.userview-description {
    display: none;
    font-size: 80%;
    color: #999;
}
#apps div.userview-summary {
    background-color: #eeeeee; 
    display: none; 
    position: absolute; 
    width: 100px; 
    height: 70px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
a.print-button {
    display: none;
}
#section-actions {
    display: none;
}
.app-design-button {
    cursor: pointer;
    background: #37C8A9;
    padding: 4px;
    color: white;
    border-radius: 12px;
    margin-top: 4px;
    position: absolute;
    display: none;
    box-shadow: #666 1px 1px 2px 0px;
}    

/** banner positioning **/
div#appcenter_banner {
    position: absolute;
    top: -95px;
    left: -15%;
    width: 130%;
}

/** mobile app icons **/
@media (max-width:767px) {
    #apps li {
        float: none;
        width: 45%;
        display: inline-block;
        margin-bottom: 50px;
        margin-right: 10px;
        text-align: center;
        vertical-align: top;
    }
    div.userview-name {
        clear: both;
    }
    #apps span.userview-icon {
        float: none;
        margin: auto;
    }
}
/*
@media (max-width:630px) {
    #apps li {
        margin-bottom: 0px;
        width: 100%;
        border-top: solid 1px #ddd;
        padding-top: 10px;
    }
}
*/

/* help hint icon */
#main-action-help {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0px;
    position: absolute;
    right: -8px;
    top: -267px;
    color: white;
}
#main-action-help i {
    font-size: 20px;
    line-height: 20px;
}