@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700|Lato:400,700,900');
body {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility;
}
footer, header, .page_content {
  text-align:center;
}
header {
  margin-top:10px;
  margin-bottom:40px;
}
.logo img {
  max-width:90%;
  height:auto;
}
.logo a span {
  text-decoration: none;
  color:#000;
  letter-spacing:3px;
  font-weight: 700;
}
footer {
  background: linear-gradient(to right, #e9e9e9, #fff, #e9e9e9);
  border-top:1px solid #ececec;
  padding-top:50px;
  padding-bottom:50px;
}
.ssh_form-container {
  margin:0 auto;
  text-align:center;
  max-width:400px;
  background:url('images/bg.jpg') no-repeat;
  background-size:cover;
  background-position: center;
  border:1px solid #a6a6a6;
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  padding:24px;
}
@media screen and (max-width: 576px){
  .ssh_form-container {
    padding:20px;
    border:0;
    box-shadow: none;
    max-width:100%;
  }
}
.ssh-form .inputcontainer {
  display:flex;
}
.ssh-form .inputicon {
  width:65px;
  height:34px;
  line-height: 32px;
  background: #e6e6e6;
  border:1px solid #cacbcb;
  border-right:0;
  text-align: center;
}
.ssh-form input {
  padding:0 0 0 20px;
  margin-bottom:25px;
  border:1px solid #cacbcb;
  border-left:0;
  background: rgba(255,255,255,0.6);
  line-height: 32px;
  flex-grow: 1;
}
.ssh-button-lines {
  width:100%;
  border-bottom:1px solid #cbcbcb;
  border-top:1px solid #cbcbcb;
  padding-top:16px;
  padding-bottom:16px;
  display: block;
}
.ssh-form button {
  padding:15px 50px;
  color:#fff;
  background: #5388b9;
  border:0;
  cursor: pointer;
  margin-left:18px;
}
.ssh-form button:hover {
  background-color:#101020;
}

.res-cont section h2 {
  font-size:30px;
  font-weight: 700;
  text-align: center;
  margin-bottom:0;
  padding-top:25px;
  padding-bottom:25px;
}
.res-sec {
  font-size:22px;
  padding-top:60px;
  padding-bottom:60px;
}
.col-val {
  text-align:left;
  color:#666;
}

.mage-sec {
  background: linear-gradient(to right, #dfe6ec, #fff, #dfe6ec);
  padding-top:80px;
  padding-bottom:100px;
}
.mage-res {
  max-width:1240px;
  margin:0 auto;
  border-radius:25px;
  border:1px solid #cae8ff;
  background: linear-gradient(to right, #f5fafe, #fff, #f5fafe);
  overflow: hidden;
  padding-top:0;
}
.mage-title {
  background:#d9eeff;
  position:relative;
}
.mage-title h2 {
  color:#ec6737;
  font-size:34px;
  font-weight: 700;
}
.mage-title .pdf-download {
  background:#f0f8ff;
  width:250px;
  font-size:22px;
  height:100%;
  position:absolute;
  top:0;
  right:0;
  border-top-right-radius: 25px;
  border:1px solid #cae8ff;
}
#iconpdf {
  display:none;
}
#textpdf {
  display:inline;
}
.mage-title .pdf-download a,
.mage-title .pdf-download a:link,
.mage-title .pdf-download a:visited,
.mage-title .pdf-download a:active,
.mage-title .pdf-download a:hover {
  color:#406d9a;
  display:flex;
  align-items: center;
  width:100%;
  height:100%;
}
.mage-title .pdf-download p {
  margin:0 15px 0 0;
  text-align:right;
  line-height: 28px;
}
.mage-title .pdf-download img#dl_img {
  margin-right: 35px;
}
.mage-sec h3.no-mage {
  color:#880;
}
.mage-sec h3.one-mage {
  color:#0a0;
}
.mage-sec h3.more-mage {
  color:#f00;
}
.mageshdr {
  margin-top:50px;
}
.magver-txt {
  font-size:24px;
  margin-bottom:0;
}
.magver {
  font-size:56px;
  font-weight: 900;
}
.mage-url {
  display:flex;
  align-items: center;
  justify-content: center;
}
.mag-col1, .mag-col2, .mag-col3 {
  padding-top:10px;
  padding-bottom:10px;
}
.mag-col1 {
  border-right: 1px solid #ccf6ff;
  border-bottom: 1px solid #ccf6ff;
}
.mag-col2 {
  border-bottom: 1px solid #ccf6ff;
}
.mag-col3 {
  border-left: 1px solid #ccf6ff;
  border-bottom: 1px solid #ccf6ff;
}
.mag-col3 a {
  display:inline-block;
  border:1px solid #c9e4ff;
  padding:6px 18px;
  border-radius:6px;
  box-shadow:0 0 8px 0 rgba(201,228,255,0.9);
  float:right;
}
.mag-col3 a:hover {
  text-decoration: none;
  color:#000;
  background: #c9e4ff;
}
.mg_info { color:#888; }
.mg_crit { color:#f00; }
.mg_warn { color:#c60; }
.mg_great { color:#093; }


.app-sec {
  background: linear-gradient(to right, #ddebde, #fff, #ddebde);
  border-top:1px solid #dbf0e9;
  padding-bottom:115px;
}
.app-sec h2 {
  color:#31a037;
}
.app-res {
  max-width:1240px;
  margin:0 auto;
  border-top:1px solid #a8d7ad;
  border-bottom:1px solid #a8d7ad;
}
.svctxt {
  padding-left:55px;
  display:flex;
  align-items: center;
}


.sys-sec {
  background: linear-gradient(to right, #eee7d5, #fff, #eee7d5);
  border-top:1px solid #f1f3dd;
  padding-bottom:115px;
}
.sys-sec h2 {
  color:#b77403;
}
.sys-res {
  max-width:1240px;
  margin:0 auto;
  border-top:1px solid #e2c792;
  border-bottom:1px solid #e2c792;
}

.srv-sec {
  background: linear-gradient(to right, #e1e1e1, #fff, #e1e1e1);
  border-top:1px solid #ededed;
  padding-bottom:115px;
}
.srv-sec h2 {
  color:#4a4a4a;
}
.srv-res {
  max-width:1240px;
  margin:0 auto;
  border-top:1px solid #b7b7b7;
  border-bottom:1px solid #b7b7b7;
}
.srv-res img {
  margin-bottom:40px;
}

.srvlogo img {
  max-width:70%;
  height:auto;
}
.srvlogo h3 {
  margin-bottom:8px;
  text-align:center;
  font-size:2rem;
  font-weight: 700;
}
.srvtxt {
  padding-top:10px;
  padding-bottom:10px;
}
.srv-sec h3 {
  text-align: center;
  border-top:1px solid #b7b7b7;
  padding-top:60px;
  margin-top:60px;
  margin-bottom:60px;
  font-size:30px;
  font-weight: 700;
}
.srv-sec h4 {
  text-align:left;
  font-size:36px;
  margin-bottom:40px;
}
.srv-sec h5 {
  margin-top:14px;
  margin-bottom:0;
  font-size:20px;
  font-weight: 700;
}
.col-lbl {
  text-align:right;
  font-weight:700;
}
.big1 {
  font-size:18px;
}
.txtgreat, .txtgood, .txtok, .txtbad, .txtcrit { font-weight: 700; }
.txtgreat {color:#0a0;}
.txtgood {color:#8a0;}
.txtok {color:#880;}
.txtbad {color:#a00;}
.txtcrit {color:#f00;}
.rawtitle {
  text-align:center;
  font-size:18px;
  background:#222;
  color:#fff;
  padding:10px 6px;
  width:100%;
}
.raw {
  background-color:#000;
  color:#eee;
  padding:6px;
  width:100%;
  font-family:'Ubuntu Mono', monospace;
  white-space: nowrap;
  overflow-x:scroll;
}
.cmd {color:#bfc;}
.prompt {color:#7c8;}
.timer {color:#888;}
.bar-cont {
  width:100%;
}
/*.bar-cont div:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.bar-cont div:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}*/
.used, .free, .buffers, .cache, .resv, .dirt {
  display:inline-block;
  height:38px;
}
.msg_error {
  margin:80px auto;
  border:5px solid #f00;
  padding:40px 80px;
  max-width:1000px;
  font-size:26px;
}
.warnbox {
  background:#ff8;
  padding:10px;
  margin:10px auto;
  border:3px solid #aa0;
}
.warnbox p {
  text-align:center;
}
.warnbox h4 {
  text-align:center;
}
.used, .usedl {background: #ed5757 url('images/pipe-shadow.png');}
.free, .freel {background: #bcbcbc url('images/pipe-shadow.png');}
.resv, .resvl {background: #000 url('images/pipe-shadow.png');}
.dirt, .dirtl {background: #633 url('images/pipe-shadow.png');}
.buffers, .buffersl {background: #7e58ee url('images/pipe-shadow.png');}
.cache, .cachel {background: #093 url('images/pipe-shadow.png');}

@media screen and (max-width: 576px){
  #iconpdf {
    display:inline;
  }
  #textpdf {
    display:none;
  }
  #iconpdf img {
    height:24px;
    width:auto;
  }
  .res-sec {
    font-size:18px;
  }
  .mage-sec {
    padding-top:0;
    padding-bottom:0;
  }
  .mage-res {
    border-radius:0;
  }
  .mage-title .pdf-download {
    width:120px;
    font-size:19px;
    border-top-right-radius: 0;
    background:url('images/download-report.png') no-repeat;
    background-size:contain;
  }
  .mage-title .pdf-download p {
  	margin: 0;
  	text-align: center;
  }
  .mage-title .pdf-download img#dl_img {
    display:none;
  }
  .res-cont section .mage-title h2 {
    text-align:left;
    margin-left:20px;
  }
  .mage-sec h3.no-mage, .mage-sec h3.one-mage, .mage-sec h3.more-mage {
    margin-top:10px;
  }
  .ram .col-lbl, .storage .col-lbl {
    text-align:left;
  }
}
