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 #ff751a;
    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;
}

.wmbar{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #333333;
    overflow: hidden; 
}
.wmbar > li{
    float: left;
}

.wmbar li > a{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.wmbar > li > a:hover{background-color: #ff751a;}

#wmbut:hover{
    /* background-color: #ff751a; */
    box-shadow: 0 2px 10px rgba(255, 117, 26, 1);
    /* mask-image: url(icons/outline_pending_actions_black_24dp.png); */
    /* mask-mode: alpha; */
}

.sideMenu{
    background-color: #333333;
    color: white;
    padding: 14px;
    margin: 0;
}

.sidebar > section{
    float: left;
    width: 100%;
}

.flex_center_wrapper{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

div.template-cell{
    background-color: white;   
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
div.template-cell:hover{  
    box-shadow: 0 2px 10px rgba(255, 117, 26, 1);
}
.flex-container{
    display:flex;
    flex-wrap:wrap;
    max-width: 1000px;
    /* justify-content: center; */
}

.flex-item{
    width:270px;
    height:270px;
    margin:8px;
    border-top: none;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 2px 3px 8px -5px, rgb(0 0 0 / 4%) 0px 5px 3px 1px;
}