@charset "UTF-8";
/* CSS Document */

html {
    height: 100%;
    width:100%;
    margin: 0px;
    padding: 0px;
    min-width: 1200px;
}

body {
    height: 100%;
    width: 100%;
    background-color: #383838;
    margin: 0px;
    padding: 0px;
    min-width: 1024px;
    font-size: 100%;
    overflow-y: scroll;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-image: url('noise.svg');
    background-repeat: repeat;
    color: #FFFFFF;
}

#app {
    margin: 0 auto;
    padding: 0;
}

.stw {
    margin-left: 10px;
    font-size: 18px;
}
.str {
    margin-left: 10px;
    font-size: 18px;
    color: #FF7700;
}

/*Login Form*/
.lbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: none;
  color: #494949;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 0px 8px #000000;  
}
.lbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.lbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.lbutton:hover span {
  padding-right: 25px;
}
.lbutton:hover span:after {
  opacity: 1;
  right: 0;
}
input[type=text] {
    padding: 12px 20px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    background-color: #FFFFFF;
    color: #494949;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 8px #000000;  
}
input[type=password] {
    padding: 12px 20px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    background-color: #FFFFFF;
    color: #494949;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 8px #000000;  
}
#loginform {
    margin: auto;
    width: 400px;
    height: 360px;
    text-align: center;
    margin: auto;
    padding-top: calc(25% - 170px);
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0px 0px 6px #000000;
}
#login {
    width: 400px;
    margin: auto;
}
#passwd {
    width: 400px;
    margin: auto;
}
#loginbtn {
    width: 400px;
}
#email {
    color: #FFFFFF;
    margin-top: 10px;
    height: 30px;
}
#loginstatus {
    margin-top: 10px;
    color: #FF0000;
    font-size: 18px;
    text-shadow: 0px 0px 6px #000000;
}


/*Menu*/
#vmstatus {
    overflow: hidden;
    width: 260px;
    font-size: 16px;
}

#vmheader {
    float: left;
    font-size: 16px;
}

.vmheadera {
    text-decoration: none;
    font-weight: bold;
    color:#FF7700;
    white-space:nowrap;
    text-shadow: 0px 0px 6px #000000;
    font-size: 16px;
}

#domainname {
    font-weight: bold;
    color:#FF7700;
    white-space:nowrap;
    text-shadow: 0px 0px 6px #000000;
}

#idvm {
    width: 192px;
    height: 25px;
    margin-left: 16px;
    margin-top: 1.05em;
    margin-bottom: 1.05em;
    box-sizing: border-box;
    border: 1px #FFFFFF solid;
    background-color: #080d11;
    color: #FFFFFF;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
#idvm:hover {
    background: #15191d;
}

#space {
    padding-top: 30px;
}

#credinfo {
    color: #FFFFFF;
    margin-top: 20px;
    padding-left: 55px;
    font-size: 0.8em;
}

/*VM*/
#main {
    position: absolute;
    top: 0;
    left: 17em;
    width: calc(100% - 17em);
    height: 100%;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

.topology {
    margin-top: 50px;
}

.menufiller {
    width: 10em;
}

#fr {    
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.basechoice {
    margin-top: 50px;
    margin-left: 50px;
}

.selectbox {
    width: 200px;
    height: 25px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px #FFFFFF solid;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.selectbox:hover {
    background: #15191d;
}

.bt {
    width: 200px;
    height: 25px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px #FFFFFF solid;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

.bt:hover {
    background: #15191d;
}

#osstatus {
    font-size: 0.75em;
    margin-top: 3px;
    margin-bottom: 3px;
}

#basestatus {
    font-size: 0.75em;
    margin-top: 5px;
}

.mainmargin {
    margin-top: 50px;
    margin-left: 50px;
}

.table {
    border-color: #FFFFFF;
    margin-bottom: 50px;
}

.user_admin {
    padding-left: 50px;
    padding-top: 50px;
    overflow: auto;
    height: calc(100% - 50px);
}

#nlab {
    position: absolute;
    bottom: 4px;
    right: 20px;
    font-size: 15px;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px #000000;
    font-weight: bold;
}
#pro {
    position: absolute;
    bottom: 22px;
    right: 20px;
    font-size: 15px;
    color: #FF7700;
    text-shadow: 0px 0px 3px #000000;
    font-weight: bold;
}