.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 3em;
    opacity:0.9;
}

.sidenav a {
    padding: 0.3em 0.3em 0.3em 1.5em;
    text-decoration: none;
    font-size: 1.5em;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 30px;
}

.sidenav a.disabled {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 1em;}
  .sidenav a {font-size: 1em;}
}

#ms_advis {
  width: 100%; min-height: 50px; white-space: nowrap;
  overflow: hidden;
  overflow-x:-webkit-marquee;
  -webkit-marquee-direction: forwards;
  -webkit-marquee-style: scroll;
  -webkit-marquee-speed: normal;
  -webkit-marquee-increment: small;
  -webkit-marquee-repetition: 5;
  overflow-x: marquee-line;
  marquee-direction: forward;
  marquee-style: scroll;
  marquee-speed: normal;
  marquee-play-count: 5;
}

.middlescreen {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 480px;
    left: 50%;
    margin-left: -360px;
    margin-top: -240px;
    position: fixed;
    top: 50%;
    width: 720px;
    z-index: 11;
}

.sysscreen {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 120px;
    left: 50%;
    bottom: 15%;
    margin-left: -360px;
    position: fixed;
    width: 720px;
    z-index: 100;
}

.notify1 {
    color: #fcb735;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 0px 3px rgb(226, 226, 226);
    font-family: 'Roboto', sans-serif;
    padding: 8px 7px 7px 8px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    letter-spacing: 1.2px;
    animation-name: example;
    animation-duration: 5s;
    position: relative;
    animation-fill-mode:both;
}

.notify2 {
    color: #fcb735;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 0px 3px rgb(226, 226, 226);
    font-family: 'Roboto', sans-serif;
    padding: 8px 7px 7px 8px;
    margin-left: 10px;
    letter-spacing: 1.2px;
    animation-name: example;
    animation-duration: 5s;
    position: relative;
    animation-fill-mode:both;
}


@keyframes example {
    0%   {left:-250px; top:0px;opacity: 0;}
    14%  {left:0px; top:0px;opacity: 1;}
    70%  {left:0px; top:0px;opacity: 1;}
    100%  {left:-250px; top:0px;opacity: 0;}
}

.nty-icon{
    color: #fcb735;
    padding-right: 8px;
}

.sub {
    color: #ffffff;
    text-align: center;
    font-size: 4em;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 0px 3px #575757;
    -webkit-text-stroke: 1px black;
    margin: auto;
    padding: 5px 10px;
    vertical-align: bottom;         
}

.vmimg {
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.vicenter {
    justify-content: center;
    align-items: center;
    display: flex;
}

.cmdlist {
    font-size:1.2em;
    margin-right:1em;
    height:2.2em;
    overflow:auto;
}

.colw05 {
    width:5%;
    margin-right:1em;
    display:inline-table;
}

.colw1 {
    width:10%;
    margin-right:1em;
    display:inline-table;
}

.colw2 {
    width:20%;
    margin-right:1em;
    display:inline-table;
}

.colw3 {
    width:30%;
    margin-right:1em;
    display:inline-table;
}

.colw5 {
    width:50%;
    margin-right:1em;
    display:inline-table;
}

.colchk {
    margin-right: 1em;
}

.chkbox {
    width:1em;
    height:1em;
    vertical-align:text-bottom;
}

.cmdbar {
    border-radius: 4px;
    background-color: #555555;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
}

.fl {
    margin-top: 0.4em;
}

#startcmd_list {
    list-style-type:none;
    color:#111111;
    width:100%;
    margin-top:0.5em;
}

#startcmd_list a {
    color:#111111;
}

#startcmd_list a:visited {
    text-decoration: none;
}

#startcmd_list a:hover {
    text-decoration: none;
}

#startcmd_list a:link {
    text-decoration: none;
}

#startcmd_list {
    list-style-type:none;
    color:#111111;
    width:100%;
    margin-top:0.5em;
}

#schcmd_list a {
    color:#111111;
}

#schcmd_list a:visited {
    text-decoration: none;
}

#schcmd_list a:hover {
    text-decoration: none;
}

#schcmd_list a:link {
    text-decoration: none;
}

.pctl {
    background-color:transparent;
    z-index:180;
}

.pctl span {
    font-size: 3em;
    font-weight: bold;
}

.pctl a {
    text-decoration: none;
}

.pctl a:hover {
    cursor: pointer;
}

.fredit {
    color:dodgerblue;
}

