@import 'setup';

/*--------------------------- ALL APPLICATIONS PAGE ----------------------------*/

.category-picker {
    margin: 15px 15px 0;
}

#installbuttons {

    a.btn {
        pointer-events: inherit;
        margin-left: 5px;
    }

}

#installed {

    .dvertical {
        border-top: none;
        height: 647px;
        width: auto;
    }

    h6 {
       margin-top: 0px;
       overflow: hidden;
    }

}

#popular {

     h6 {
         margin-top: 0px;
    }

}

#termsandconditions h3 {
    margin: 16px 0;
}

#latest h4 a,
#latest h4 a:link,
#latest h4 a:active,
#latest h4 a:visited,
#featured h4 a,
#featured h4 a:link,
#featured h4 a:active,
#featured h4 a:visited,
#single_app h4 {
    text-decoration: none;
    word-wrap: break-word
}

#launchArtistsList {

    h6 {
        margin-top: 0px;
    }

}

#modal_overlaypickArtistWindow {

    .modal-body {
 
        .mktplceGoToApp {

            td {
                vertical-align: middle;
            }

            h4.truncate {
                margin: 0;
                white-space: pre-wrap;
            }
          
            .launchInstalledApp {

                h4 {

                    padding-right: 5px;
                    padding-top: 5px;
                    margin: 0;
                }

            }

        }

    }

}

#modal_overlaygetUninstallWindow {

    #uninstallAppBtn {
        margin-right: 5px;
    }

}


#launchAppsArtists {

    #noinstalledapps {

        font-weight: $font-weight-bold;
        margin: 40px auto;
        padding: 0 12px;
        text-align: center;
    }

}

.apps_container_large {

    .appProductCat {

        font-weight: $font-weight-bold;

    }

}

#comments {

    #leaveComment {

        border-bottom: 1px solid $gray-lighter;
        margin-bottom: 18px;
        padding-bottom: 18px

    }

    ul {
        
        li {

            em {

                color: $gray-dark;
                display: inline-block;
                font-size: 12px;
                font-style: normal;
                font-weight: $font-weight-bold;
                margin-bottom: 14px

            }

        }

    }
}

#installed,
#launchArtistsList {

    .view_app {
        display: block;
        text-decoration: none;
    }

}
