*, *:hover, *:active, *:focus{
    outline:none;
}
.fs0{
    font-size: 0;
}
.positiveOutline{
    outline: 2px solid green;
}
.negativeOutline{
    outline: 2px solid #E23B3B;
}
.checkbox input[type=checkbox]{
    display: none;
}
.checkbox input[type=checkbox]:checked ~ .checkbox_swap{
    background-color: #76C2C2;
}
.checkbox .checkbox_swap{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-color: white;
    transition: background-color 0.1s linear;
    cursor: pointer;
}
.suggListCont{
    background-color: white;
    position: absolute;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.suggListElement{
    font-size: 18px;
    padding: 5px;
    transition: background-color 0.1s linear;
    cursor: pointer;
}
.suggListElement.active{
    background-color: #76C2C2;
}
body{
    background-image: url('resources/bg_image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin:0;
    padding:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.loginform{
    background-color: white;
    display: block;
    position: fixed;
    bottom: 100px;
    left: 100px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    background-color: #E28500;
}
.login_label{
    font-size: 18px;
    padding: 10px;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-weight: bold;
    background: linear-gradient(to bottom,  #E69726 0%,#E28500 100%);
}
.loginform input{
    border: none;
    background-color: white;
    display: block;
    margin: 5px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 2px;
    padding: 5px;
    width: 300px;
}
.loginform input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.loginform input[type=submit]{
    cursor: pointer;
    background-color: #E23B3B;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 16px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.unselectable{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
nav{
    background: linear-gradient(to bottom,  #E69726 0%,#E28500 100%);
    height: 50px;
    position: relative;
    font-size: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    z-index: 100;
}
    .menuItem{
        display: inline-block;
        margin: 0;
        padding: 0 5px 0 5px;
        border: none;
        vertical-align: middle;
        font-size: 22px;
        font-weight: bold;
        color: white;
        line-height: 50px;
        background-color: rgba(0,0,0,0.1);
    }
    .activeMenuItem{
        background-color: rgba(255,255,255,0.1);
    }
    .activeSubMenu{
        background-image: url('resources/triangle.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 50%;
    }
        #profile{
            position: absolute;
            top: 0;
            right: 165px;
            display: block;
            font-size: 18px;
            line-height: 50px;
            color: white;
        }
        .Button_indicator{
            position: absolute;
            top: 0;
            display: block;
            width: 50px;
            height: 50px;
            background-color: rgba(0,0,0,0.2);
            z-index: 1;
        }
        #indicator_msg{
            right: 110px;
        }
        #indicator_media{
            right: 55px;
        }
        #indicator_gear{
            right: 0;
        }
        #indicator_msg .number{
            right: 110px;
        }
        #indicator_media .number{
            right: 55px;
        }
        #indicator_gear .number{
            right: 0;
        }
        .number{
            position: absolute;
            top: 0px;
            font-weight: bold;
            font-size: 30px;
            width: 40px;
            height: 40px;
            padding: 0px 5px 5px 5px;
            text-align: right;
            z-index: 21;
        }
        .number span{
            background-color: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.5);
            background-color: red;
            color: white;
            
        }
        #indicator_gear .indicator{
            background-image: url('resources/sys/gear.png');
        }
        #indicator_media .indicator{
            background-image: url('resources/sys/folder.png');
        }
        #indicator_msg .indicator{
            background-image: url('resources/sys/msg.png');
        }
        .indicator{
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            width: 50px;
            height: 50px;
        }
.content{
    height: calc(100vh - 100px);
    background-color: #ddd;
    font-size: 0;
}
    aside, main{
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }
    aside{
        width: calc(20% - 1px);
        background-color: #fff;
        font-size: 18px;
        color: #333;
    }
    #primary_slave{
        border-right: 1px solid #666;
    }
    #secondary_slave{
        border-left: 1px solid #666;
        position: relative;
        z-index: 20;
    }
    .subMenu{
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    .subMenu:not(:last-child){
        border-bottom: 1px solid #ddd;
    }
    main{
        width: 60%;
        height: calc(100% - 100px);
        padding-bottom: 100px;
        position: relative;
        overflow-y: auto;
    }
    main h3{
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        padding: 10px 40px 10px 10px;
        margin: 0;
        background: linear-gradient(to bottom,  #E69726 0%,#E28500 100%);
        color: white;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
        main .header{
            background-color: #222;
            color: #eee;
            font-size: 22px;
            line-height: 30px;
            padding: 5px 10px 5px 10px; 
            font-weight: bold;
        }
        main .formContainer{
            padding: 10px;
        }
            main label{
                font-size: 18px;
            }
            main .tipic{
                width: 80%;
                display: block;
                margin: 10px auto;
                background: white;
                padding: 10px;
                color: #333;
                border-radius: 2px;
                border: none;
                font-size: 16px;
                box-sizing: border-box;
            }
            main textarea{
                resize: none;
            }
            main .picUploader{
                display: block;
                margin: 10px auto;
                box-sizing: border-box;
                height: 200px;
                width: 80%;
                background-image: url('resources/missing_image.png');
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
            }
            main .picUploader img{
                max-height: 100%;
                max-width: 100%;
                display: block;
                margin: auto;
            }
            main .clientBox{
                max-height: 200px;
                overflow-y: auto;
            }
            main .clientBox label{
                padding: 10px;
                width: calc(90% - 10px);
                display: inline-block;
            }
            main .clientBox div:nth-child(even){
                background-color: rgba(0,0,0,0.1);
            }
            .hoverListing{
                position: relative;
                top: 0;
                left: 0;
                cursor: help;
            }
            .hoverListing:hover > .hoverList{
                display: block;
            }
            .hoverListing .hoverList{
                display: none;
                position: absolute;
                top: 100%;
                right: 90%;
                background-color: white;
                box-shadow: 0 1px 3px black;
                z-index: 12;
                border-radius: 2px 0px 2px 2px;
            }
            .hoverListing .hoverList div:nth-child(even){
                background-color: rgba(0,0,0,0.1);
            }
            .hoverListing .hoverList div{
                line-height: 22px;
                padding: 5px;
            }
            .listAction{
                min-width: 30px !important;
                width: 30px !important;
                max-width: 30px !important;
                min-height: 30px !important;
                height: 30px !important;
                max-height: 30px !important;
                display: inline-block;
                background-color: #222;
                background-size: 70%;
                background-repeat: no-repeat;
                background-position: center center;
                border-radius: 4px;
                cursor: pointer;
                margin: 0 auto !important;
                padding: 0 !important;
                font-size: 0 !important;
                line-height: 0 !important;
            }
            .editListItem{
                background-image: url('resources/edit.png');
            }
            .deleteListItem{
                background-image: url('resources/remove.png');
            }
footer{
    font-size: 0;
    text-align: right;
    padding-right: 20%;
    height: 50px;
    background-color: #333;
}
#launcher, #tray{
    display: inline-block;
    vertical-align: top;
}
#launcher{
    width: 50px;
    height: 50px;
    background-image: url('resources/iss.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
#launcherList{
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 100;
    font-size: 18px;
    background-color: #333333;
    box-shadow: 0 0 3px #333;
}
#launcherList .program{
    padding: 5px;
    color: white;
    border-bottom: 2px solid #444;
}
#launcherList .user{
    background-color: #E28500;
    color: white;
    text-align: left;
    font-size: 0;
}
#launcherList .user .profilePic{
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#launcherList .user .profileName{
    text-align: right;
    width: calc(100% - 50px);
    font-size: 18px;
    padding: 5px;
}
#launcherList .user .profilePic, #launcherList .user .profileName{
    display: inline-block;
    vertical-align: bottom;
}
#tray{
    width: calc(100% - 50px);
}
.submitButton{
    cursor: pointer;
    line-height: 50px;
    background-color: orange;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

#COVER{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
#askBackContainer{
    position: fixed;
    z-index: 1001;
    background-color: white;
    box-shadow: 0 1px 3px black;
    width: 300px;
    height: 150px;
    left: calc(50% - 150px);
    top: calc(50vh - 75px);
}
#askBackContainer table{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.askBackAnswer{
    cursor: pointer;
    color: blue;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.loadingContainer{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.loadingSign{
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 2;
    background-image: url('resources/loading.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    animation: rotating 1s linear infinite;
}
.mainLoadingAnimation{
    z-index: 1001;
    background-color: rgba(0,0,0,0.2);
    width: 60%;
    height: calc(100% - 100px);
    position: fixed;
    top: 50px;
    left: 20%;
}

.CMSGTCBarRevoke {
    float: right;
}