
/** ------------------
 *      Main frame
 */

html {
    height:100%;
    width:100%;
}

body {
    background:url('../img/bg.png') 0 0;
    color: #444;
    font-size: 13px;
    overflow-y:scroll;
    font-family: 'Orbitron', sans-serif;
    height:100%;
    width:100%;
}

#desktop {
    height:100%;
    width:100%;
    position:relative;
    overflow:hidden;
}

#desktop nav {
    display:inline-block;
    left:50%;
    position:absolute;
    margin: 0 auto;
    padding:4px 10px 4px;
    background:#aaa9ad;
    height:20px;
    border-radius: 0 0 10px 10px;
}

#desktop nav ul {
    overflow:hidden;
}

#desktop nav ul li{
    cursor:pointer;
    float:left;
    display:inline-block;
    line-height:20px;
    font-size:18px;
    font-weight:500;
    color:#EDEDED;
    padding:0 10px 0 4px;
    border-right:1px dotted #EDEDED;
}

#desktop nav ul li:first-child{
    padding-left:4px;
}

#desktop nav ul li:last-child{
    border-right:none;
    padding-right:4px;
    padding-left:10px;
}


#desktop nav ul li:hover{
    color:#2BB1FF;
}

#desktop .window {
    width:300px;
    height:100px;
    background:#999;
    position:absolute;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}

#desktop .window .topbar{
    position:relative;
    cursor:pointer;
    background:#2BB1FF;
    font-size:18px;
    line-height:24px;
    overflow:hidden;
    padding:2px 4px 2px;
}

#desktop .window .topbar ul {
    position:absolute;
    right:0;
    display:inline-block;
    overflow:hidden;
}

#desktop .window .topbar ul li{
    background:#2BB1FF;
    display:inline-block;
    padding:2px 4px;
    float:left;
    border-left:1px solid #000;
}

#desktop .window .content {
    height:calc(100% - 24px);
    overflow:scroll;
}



/** ------------------
 *   Lightview base styles
 */
#lv-back {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity:.7;
    display:none;
    z-index:9001;
}

#lv-front {
    position:fixed;
    background:#f2f2f2;
    z-index:9002;
    width:600px;
    padding:10px;
    border-radius:5px;
    border:1px solid #e5e5e5;
    display:none;
    box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    margin: auto;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

#lv-front h2, #lv-front p{
    font-size:14px;
    color:#fff;
    margin-bottom:15px;
    display:block;
}

#lv-front h2 {
    font-size:16px;
}

#lv-front #lv-close {
    margin-left:610px;
    margin-top:-35px;
    display:block;
    color:#777;
}

#lv-front #lv-close:hover {
    color:#000;
    cursor:pointer;
}



/** ------------------
 *   Approve dialog based on lightview
 */
#lv-front .adh {
    margin-bottom:60px;
    border-bottom:1px dotted #b3b3b3;
    padding-bottom:10px;
    color:#777;
    font-size:20px;
    text-align:center
}

#lv-front > .ada {
    display:inline-block;
    background:red;
    border:1px dotted #b3b3b3;
    line-height:22px;
    font-size:16px;
    color:red;
    bottom:10px;
    left:15px;
    position:absolute;
    margin-bottom:0px;
    padding:2px 8px;
    background:red;
    border:1px dotted red;
    color:#fff;
    cursor:pointer;
    opacity:.8;
}

#lv-front > .ada:hover {
    opacity:1;
}


#lv-front .adp {
    display:inline-block;
    padding:2px 5px;
    background:green;
    border:1px dotted green;
    line-height:22px;
    font-size:18px;
    color:#fff;
    bottom:10px;
    right:15px;
    position:absolute;
    cursor:pointer;
    opacity:.8;
}

#lv-front .adp:hover {
    opacity:1;
}



/** ------------------
 *      Notes Application
 */
[data-app="notes"] .main {
    padding:10px;
}

[data-app="notes"] .main .create{
    display:block;
    padding:3px 5px 4px;
    background:#fff;
    border:1px solid #b3b3b3;
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    text-align:center;
    cursor:pointer;
    color:#2b2b2b;
    font-weight:700;
    -webkit-box-shadow: 0 0 5px #000;
    margin-bottom:15px;
}

[data-app="notes"] .main .create:hover{
    color:#3366FF;
}

[data-app="notes"] .main hr{
    color:#e5e5e5;
    margin-bottom:10px;
}

[data-app="notes"] .live {
    background:#fff;
    display:inline-block;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

[data-app="notes"] #results {
    background:#fff;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

[data-app="notes"] #results span{
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    cursor:pointer;
    color:#2b2b2b;
}

[data-app="notes"] #results span:hover{
    color:#3366FF;
}

[data-app="notes"] .editor {
    height:100%;
}


[data-app="notes"] .editor .label{
    background:#fff;
    display:inline-block;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

[data-app="notes"] .editor #title{
    width:220px;
}

[data-app="notes"] .editor textarea{
    width:100%;
    height:calc(100% - 175px);
    margin-bottom:15px;
}

[data-app="notes"] .editor .button{
    display:block;
    padding:3px 5px 4px;
    background:#fff;
    border:1px solid #b3b3b3;
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    text-align:center;
    cursor:pointer;
    color:#2b2b2b;
    font-weight:700;
    -webkit-box-shadow: 0 0 5px #000;
    margin-bottom:15px;
}

[data-app="notes"] .editor .button:hover {
    color:#3366FF;
}


/** ------------------
 *      Bookmark Application
 */
[data-app="bookmark"] .main {
    padding:10px;
}

[data-app="bookmark"] .main .create{
    display:block;
    padding:3px 5px 4px;
    background:#fff;
    border:1px solid #b3b3b3;
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    text-align:center;
    cursor:pointer;
    color:#2b2b2b;
    font-weight:700;
    -webkit-box-shadow: 0 0 5px #000;
    margin-bottom:15px;
}

[data-app="bookmark"] .main .create:hover{
    color:#3366FF;
}

[data-app="bookmark"] .main hr{
    color:#e5e5e5;
    margin-bottom:10px;
}

[data-app="bookmark"] .live {
    background:#fff;
    display:inline-block;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

[data-app="bookmark"] #results {
    background:#fff;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

[data-app="bookmark"] #results span{
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    cursor:pointer;
    color:#2b2b2b;
}

[data-app="bookmark"] #results span:hover{
    color:#3366FF;
}

[data-app="bookmark"] .editor {
    height:100%;
}


[data-app="bookmark"] .editor .label{
    background:#fff;
    display:inline-block;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

[data-app="bookmark"] .editor #title{
    width:220px;
}

[data-app="bookmark"] .editor textarea{
    width:100%;
    height:calc(100% - 175px);
    margin-bottom:15px;
}

[data-app="bookmark"] .editor .button{
    display:block;
    padding:3px 5px 4px;
    background:#fff;
    border:1px solid #b3b3b3;
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    text-align:center;
    cursor:pointer;
    color:#2b2b2b;
    font-weight:700;
    -webkit-box-shadow: 0 0 5px #000;
    margin-bottom:15px;
}

[data-app="bookmark"] .editor .button:hover {
    color:#3366FF;
}



/** ------------------
 *      Auth Mask
 */
#lv-front .login {
    padding:15px;
}


#lv-front .login  .label{
    background:#fff;
    display:inline-block;
    font-family:Verdana;
    font-size:14px;
    line-height:16px;
    color:#2b2b2b;
    font-weight:500;
    -webkit-box-shadow: 0 0 5px #000;
    padding:2px 3px 2px;
    margin-bottom:5px;
}

#lv-front .login .user, #lv-front .login .password{
    width:220px;
}

#lv-front .login .button{
    display:block;
    padding:3px 5px 4px;
    background:#fff;
    border:1px solid #b3b3b3;
    font-family:Verdana;
    font-size:16px;
    line-height:22px;
    text-align:center;
    cursor:pointer;
    color:#2b2b2b;
    font-weight:700;
    -webkit-box-shadow: 0 0 5px #000;
    margin-bottom:15px;
}

#lv-front .login .button:hover {
    color:#3366FF;
}


