﻿#mnusignout {
    display: none;
}

.hidden {
    display: none;
}

.dashboard-loading {
    padding-top: 80px;
    padding-bottom: 40px;
}

a, a:link, a:visited {
    color: #00aeef;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #0ca2da;
    }


.accountrow {
    cursor: pointer;
}

    .accountrow:hover {
        background-color: #00aeff;
        color: #fff;
    }

.accountcolheader {
    padding-left: 15px;
    padding-top: 5px;
    font-weight: bold;
}

.accountcol {
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 3px;
}


.approw {
    cursor: pointer;
}

    .approw:hover {
        background-color: #00aeff;
        color: #fff;
    }

.appcolheader {
    padding-left: 15px;
    padding-top: 5px;
    font-weight: bold;
}

.appcol {
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 3px;
}

.addbutton {
    width: 32px;
    height: 32px;
    padding-right: 10px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}

.classlistrow {
    cursor: pointer;
}

    .classlistrow:hover {
        background-color: #00aeff;
        color: #fff;
    }

.classlistname {
    font-weight: bold;
}

.classlistdesc {
    font-size: 12px;
}


.addoption {
    cursor: pointer;
    font-size: .9em;
    color: #666;
    clear: both;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}


#divNewAccount {
    display: none;
    margin: 40px auto 0;
    text-align: left;
    width: 310px;
}

#divNewApp {
    display: none;
    margin: 40px auto 0;
    text-align: left;
    width: 310px;
}

#divNewAccount input {
    font-size: 1.4em;
    padding: 8px;
    margin: 0 0 20px 0;
    width: 290px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}


#divNewApp input {
    font-size: 1.4em;
    padding: 8px;
    margin: 0 0 20px 0;
    width: 290px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

#popselector p {
    display: block;
    clear: both;
    text-transform: uppercase;
    font-weight: 100;
    color: #333;
    font-size: .75em;
    letter-spacing: .2em;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: left;
    text-shadow: 0px 1px #fff;
}

#popselector .btn {
    height: 39px;
}

.btn img {
    margin-top: 2px;
    margin-right: 6px;
    width: 30px;
}

#newaccount_sending {
    display: none;
}

#newapp_sending {
    display: none;
}

#tNewAccount {
    width: 340px;
}

#content {
    display: none;
}

.dashboard-view h1 {
    padding-top: 10px;
}

.dashboard-view h3 {
    padding-bottom: 30px;
}


.profilesection h1 {
    padding-bottom: 20px;
}

.rightsection {
    padding-left: 30px;
    padding-right: 10px;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.managementsection {
    padding-bottom: 40px;
}

    .managementsection h1 {
        padding-bottom: 20px;
    }

.masonryitem {
    width: 220px;
    height: 240px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 #aaa;
    box-shadow: 0 2px 6px 0 #aaa;
    vertical-align: top;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: #444;
}

.sidecontent {
    width: 300px;
}

#masonry-appdomain-container .appdomain-tile-title {
    cursor: pointer;
}

.tile-add {
    background: #f4fcff;
}

.appdomain-tile-title {
    font-size: 18px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.appdomain-tile-add-ico img {
    position: absolute;
    display: block;
    left: 51px;
    top: 85px;
    cursor: pointer;
}

.appdomain-tile-ico img {
    position: absolute;
    display: block;
    left: 51px;
    top: 95px;
    cursor: pointer;
}

.appdomain-tile-ico .googlecourse {
    position: absolute;
    display: block;
    left: 68px;
    top: 90px;
    width: 85px;
    cursor: pointer;
}

.appdomain-tile-ico .mscourse {
    position: absolute;
    display: block;
    left: 68px;
    top: 93px;
    width: 85px;
    cursor: pointer;
}

.appdomain-tile-options {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 10px;
    width: 190px;
}

    .appdomain-tile-options .medbtn {
        float: left;
    }

.archive-btn {
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    display: inline-block;
}

    .archive-btn a {
        font-size: 14px;
    }

.delete-btn {
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    display: inline-block;
}

    .delete-btn a {
        font-size: 14px;
    }



#divPopNewAppDomain .progressbar {
    display: none;
    height: 24px;
    width: 100%;
    position: relative;
    margin: 14px 0 10px 0;
    border: 1px solid #eee;
}

    #divPopNewAppDomain .progressbar .active {
        position: absolute;
        top: 0;
        left: 0;
        background: #00aeff;
        width: 0;
        height: 100%;
        z-index: 2;
    }

    #divPopNewAppDomain .progressbar .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: #efefef;
    }

.taskmonitor-feed {
    height: 185px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #ccc;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
}

.msimport-taskmonitor-feed {
    height: 285px;
    width: 538px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #ccc;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    margin-bottom: 20px;
}

#taskmonitor-status {
    font-weight: bold;
    color: #666;
}

#appdomainprog-feed {
    height: 256px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #ccc;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
}

    #appdomainprog-feed img {
        max-width: 50px;
    }

.share-view #featuretitle {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.share-view #featuresection {
    font-size: 16px;
    text-align: center;
}

.share-view #featureterm {
    font-size: 11px;
    color: #999;
    text-align: center;
}

.customizeprofileprompt {
    padding: 10px;
    height: 20px;
    width: 180px;
    left: 8px;
    top: 241px;
    background-color: #333;
    position: absolute;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: .9;
}

    .customizeprofileprompt a {
        color: #fff;
    }

.profile-icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.demolabel {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 2px;
    color: #fff;
    background-color: #00a486;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.classImportOptions {
    padding-bottom: 20px;
}
