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

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;
    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.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.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;
}


.vendSplitter .k-splitbar.k-state-default.k-splitbar-horizontal{ 
    width: 10px;
    left: -2px;
    z-index: 1;
    top:0px;
    border-left-color: gray;
    border-right-color: gray;    
}

.vendSplitter  .k-splitbar-horizontal .k-icon{ 
    width: 15px;
    font-size: 18px;
    line-height: 10px;
    left: -2px;
    height: 100%;
    top:0px;    
}

.vendSplitter.collapsed div.k-splitbar.k-state-default.k-splitbar-horizontal{  
    width: 17px;    
    background-color: #ff6336;
    border-color: #f85a00;
}

.vendSplitter.collapsed .k-splitbar-horizontal .k-icon{ 
    width: 20px;
    font-size: 28px;
    line-height: 20px;
    left: -4px;
    height: 100%;
    top:0px;    
}
.kdropdown{
    height: 32px;
    border-radius: 4px;
    border: solid 1px #c5c5c5;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-family: system-ui;
    color: #313131;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box !important;
}