body {
    margin:0px;
    background-color:#FFFAFA;
    font-size: 16px;
    font-family: Tahoma, Calibri, Sans-serif;
    overflow: hidden;
}


body > div#startup {
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    text-align:center;
    font-size: 1.3em;
    z-index: 99;
    background-color: #AAA;
}

body > div#startup {
    padding-top: 100px;
}

body > div#startup > div#loading >  span:first-child {
    margin-right: 15px;
}

body > div#startup > div#loading >  span.block {
    border-radius: 4px;
    background-color: #DDD;
    display: inline-block;
    width:15px;
    height:15px;
    vertical-align: middle;
    animation: loadingblock 1.5s infinite;
    animation-timing-function: linear;
    -webkit-animation: loadingblock 1.5s infinite;
    -webkit-animation-timing-function: linear;
}

body > div#startup > div#loading > span.block.block-one {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

body > div#startup > div#loading >  span.block.block-two {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

body > div#startup > div#loading >  span.block.block-three {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes loadingblock {
    from {background-color: #FFF;}
to {background-color: #555;}

}

@keyframes loadingblock {
    from {background-color: #FFF;}
to {background-color: #555;}
}




body > div.nettime > div.header {
    background-color: #333;
    height: 60px;
    border-bottom: 5px solid #ff6336;
    color: #FFF;
}

body > div.nettime > div.header > div {
    height: 100%;
    vertical-align:top;
    display:inline-block;
}


body > div.nettime > div.header > div.site-name > span {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    margin: 10px 80px 0 10px;
    display: inline-block;
}

body > div.nettime > div.header > div.menu > ul {
    margin: 0px;
    padding:0px;
    height:100%;
    list-style: none;
}

body > div.nettime > div.header > div.menu > ul > li {
    display: inline-block;
    font-size: 18px;
    height: 100%;
}

body > div.nettime > div.content-container {
    position: absolute;
    top: 64px;
    bottom:27px;
    left:0px;
    right:0px;
    z-index:0;
    font-size: 12px;
}

body > div.nettime > div.content-container > div{
    position: absolute;
    top: 0px;
    bottom:0px;
    z-index:1;
    font-size: 12px;
}
body > div.nettime > div.content-container > div#nav{
    left:0px;
    width:300px;
}
body > div.nettime > div.content-container > div#slider-container{
    left:300px;
    width:5px;
    background-color: red
}
body > div.nettime > div.content-container > div#slider-container > div#slider{
    position: absolute;
    top: 0px;
    bottom:0px;
    left:0px;
    right:0px;
    cursor: col-resize;
    background-color: white;
    z-index: 3;
}
body > div.nettime > div.content-container > div#slider-container > div#drop-zone{
    background-color: rgba(240,240,240, 0.4);
    position:fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom:0px;
    display:none;
    z-index: 2;
}

body > div.nettime > div.footer {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-color: #333;
    padding:8px;
    font-size: 11px;
    color: #DDD;
}

body > div.nettime > div.footer a {
    color: #DDD;
}

body > div#loading-status {
    position: fixed;
    bottom: 35px;
    right: 15px;
    background-color: #FFF;
    border: 1px solid #333;
    border-radius: 6px;
}

body > div#loading-status > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body > div#loading-status > ul {
    padding: 5px 10px;
}

div.table-position {
    position: absolute;
    top:85px;
    left:10px;
    right:10px;
    bottom:20px;
    overflow:auto;
}

div.nettime-readWriteBtn {
    position: absolute;
    top: 6.7%;
    left: 24.5%
}

div.userName {
    position: absolute;
    top: 4%;
    left: 80%;
    font-size: 16pt;
    font-weight: bold;
}

div.nettime-period {
    position: absolute;
    top: 2%;
    left: 0.5%
}

div.userName {
    position: absolute;
    top: 4%;
    left: 80%;
    font-size: 16pt;
    font-weight: bold
}

.middel-panel {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #999999;
    height: 40px;
}

.middel-panel td:hover{
    background-color: #ff6336;
    cursor: pointer;
}

.selected { 
    /*background-color: rgb(239, 239, 239);*/
    background-color: rgb(153, 153, 153);
}

.k-widget .k-upload{
    width: 300px
}

@media only screen and (min-width: 1024px) {
    .issue-create{
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) {
    .issue-create{
        height: 750px;
    }
}