/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*****
****** General
*****/

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background: rgb(240, 240, 240);
  position: relative;
  overflow-x:hidden!important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.blurBg {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background:url(../images/blur.jpg)no-repeat;
  background-size:cover!important;
  opacity:0.2;
}

.wrapper {
  position:relative;
  width:95%;
  max-width:1200px;
  height:auto;
  margin:0 auto;
}

.wrapper.x33 {
  float:left;
  position:relative;
  width:33.33%;
  max-width:none!important;
  height:auto;
  margin:0 auto;
  padding:20px;
  text-align:center;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
  background-color: #000;
  color:rgba(255,255,255,1);
}

.clear {
  clear:both;
}

.clear.line {
  width:100%;
  height:1px;
  margin:40px 0;
  background:rgba(0,0,0,0.1);
}

main {
  width: 100%;
    height:auto;
  padding: 0 0 60px 0;
    min-height:93vh;
    overflow-x:hidden!important;
}

/*****
****** Fonts
*****/

h1 {
  font-size:40px;
  line-height:50px;
  font-weight:700;
  color:rgba(255,255,255,1);
  letter-spacing: 0px;
  word-spacing: 2px;
  margin:0;
  padding:0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

h2 {
  width:100%;
  text-align:center;
  color:#64bcc1;
  font-size:35px;
  line-height:45px;
  margin:0;
  padding:0;
}

h3 {
  width:100%;
  text-align:center;
  color:#64bcc1;
  font-size:25px;
  line-height:35px;
  margin:20px 0 0 0;
  padding:0;
}

h4 {
  width:100%;
  text-align:center;
  color:#64bcc1;
  font-size:16px;
  line-height:26px;
  margin:20px 0 0 0;
  padding:0;
}


p {
  font-size:15px;
  line-height:20px;
  color: rgba(10, 20, 30, 0.8);
  padding:0;
  margin:10px 0 0 0;
  font-weight:400;
}

p.center {
  width:100%;
  text-align:center;
}

a {
  font-size:15px;
  font-weight:400;
  line-height: 20px;
  color:rgba(255,255,255,1);
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}

a:hover {
  color:rgba(255,255,255,1);
  text-decoration:underline;
}

.icon {
  height:80px;
}

/*****
****** Header
*****/


.container {
  position: relative;
  left:0;
  top:0;
  width: 100%;
  z-index:100;
  margin-bottom: 60px;
  background:rgba(15,95,200,0.9);
}

.main-nav {
  width:95%;
  max-width:1200px;
  margin: 0 auto;
  padding:0;
}
.main-nav:after {
  content: '';
  display: table;
  clear: both;
}

.child-nav {
  display: block;
  max-height: 0em;
  overflow: hidden;
  background:rgba(50,75,100,1);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-left:200px;
  text-align: center;
  transition: all .1s linear;
}
.child-nav li {
  display: inline-block;
  margin: 0 20px;
  padding:5px 0;
  color: white;
  cursor: pointer;
}

.child-nav li a {
  font-size:16px;
}

.parent {
  display: block;
  float: left;
  width: 20%;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.parent:last-of-type {
  border-right: 1px solid rgba(255,255,255,0.1);
}
.parent a {
  display: block;
  font-size: 18px;
  line-height: 3;
  color: white;
  text-align: center;
  text-decoration: none;
  color: rgba(255,255,255,1);
  cursor: default;
}

.parent a img {
  display:inline-block;
  height:15px;
  margin:-1px 5px;
}

.parent a.active {
  background: rgba(50, 75, 100, 0.36);
  color: white;
}

.parent:hover a {
  background:rgba(50,75,100,0.96);
  color: white;
}

.parent .child-nav a {
  cursor: pointer;
}

.parent:hover .child-nav, .parent.show .child-nav {
  max-height: 60px;
  transition: all .1s linear;
}

.parent.show .child-nav {
  z-index: 1;
}

.parent:hover .child-nav {
  z-index: 2;
}

.brand {
  float:left;
  position:relative;
  display:block;
  width:20%;
  height:auto;
  margin:0;
  padding:5px 0
}

.brand img {
  position:absolute;
  left:0;
  top:0;
  width:111px;
  margin:0;
  height:auto;
  padding:12px;
  background:rgba(255,255,255,1);
  z-index:200;
}


/*****
****** Content
*****/

.content {
  position:relative;
  height:auto;
  width:100%;
}

.progressOverview {
  background:rgba(255,255,255,0.66);
  color:rgba(15,95,200,0.96);
  text-align:center;
  padding:30px;
  font-size:20px;
  font-weight:300;
  line-height:25px;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.progressOverview.x50 {
  float:left;
  width: 50%;
}

.overview {
  background:rgba(255,255,255,0.66);
  color:rgba(15,95,200,0.96);
  text-align:center;
  padding:60px 0;
  font-size:40px;
  font-weight:300;
  line-height:25px;
}

.overview span {
  font-size:16px;
  color:rgba(0,0,0,0.56);
  font-weight:400;
}

.headline{
  color:rgba(0,0,0,0.76);
  text-align:left;
  padding:15px 0 5px 0;
  font-size:20px;
  font-weight:300;
}

.progress {
  width: 100%;
  height: 50px;
}

.progress-wrap {
  background: rgba(15,95,200,0.96);
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  border-radius:5px;
}
.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}

.progress-wrap .percentage {
  position:absolute;
  left:20px;
  top:0;
  height:50px;
  line-height:50px;
  color:#FFF;
  font-size:16px;
}



/*****
****** Footer
*****/

footer {
  position:relative;
  width:100%;
  height:auto;
  margin:0;
  padding:40px;
  background:rgba(15,95,200,0.9);
}

footer p {
  float:left;
  position:relative;
  width:auto;
  text-align: center;
  font-size:14px;
  font-weight:400;
  padding:0;
  margin:0;
  color:rgba(255,255,255,1);
  letter-spacing: 0px;
  word-spacing: 2px;
}

footer a {
  float:right;
  position:relative;
  width:auto;
  text-align: center;
  font-size:14px;
  font-weight:500;
  padding:0;
  margin:0 0 0 20px;
  color:rgba(255,255,255,1);
  letter-spacing: 0px;
  word-spacing: 2px;
}

/*****
****** Grid
*****/

.grid {
  position: relative;
  clear: both;
  margin: -3px;
  padding:0;
}

.gridItem {
  position: relative;
  float: left;
  padding:3px;
  overflow: hidden;

  animation-duration: .5s!important;
  -webkit-animation-duration: .5s!important;
  -moz-animation-duration: .5s!important
}

.gridItem.x25 { width: 25%; }
.gridItem.x33 { width: 33.33%; }
.gridItem.x50 { width: 50%; }
.gridItem.x66 { width: 66.66%; }
.gridItem.x100 { width: 100%; }

@media only screen and ( max-width:1024px ) {
  .gridItem.x25 { width: 50%; }
  .gridItem.x33 { width: 50%; }
  .gridItem.x50 {width:50%}
  .gridItem.x66 { width: 50%; }
  .gridItem.x100 { width: 100%; }
}

@media only screen and ( max-width:768px ) {

  .gridItem.x25 { width: 100%; }
  .gridItem.x33 { width: 100%; }
  .gridItem.x50 { width: 100%; }
  .gridItem.x66 { width: 100%; }
  .gridItem.x100 { width: 100%; }
}

/*****
****** Loading
*****/

.loading {
  position:fixed;
  left:0;
  top:0;
  right:0;
  width:100vw;
  height:100vh;
  background:rgba(15,95,200,1);
  z-index:9998;
  pointer-events:none;
}

.spinner {
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  position: relative;
  top:50%;
  width: 150px;
  height: 150px;
  margin: -75px auto 0 auto;
  border: 1px solid rgba(255,255,255,1);
  border-left:1px solid rgba(15,95,200,1);
  border-radius: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*****
****** Flexbox Table
*****/

.flexTable {
  width:100%;
  padding:25px;
  background:rgba(255,255,255,0.9);
  border-bottom: 1px solid rgb(230, 230, 230);
}

.flexTable .row {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.flexTable .row .cell {
  display: table-cell;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-right: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
}

.flexTable .row.head .cell {
  color:rgba(30,30,30,0.6);
  background:rgba(15,95,200,0.05);
  font-size:14px!important;
  padding:15px 20px;
}

.flexTable .row .cell:last-of-type {
  border-right: 1px solid rgba(230, 230, 230, 0);
}

.flexTable .row .cell p {
  padding:15px 20px;
  margin:0;
}

.flexTable .cell a, .identifier {
  color:rgba(15,95,200,0.9);
  font-weight:700;
}

.flexTable .cell .button {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  min-width:50px;
}

.flexTable .cell .button:hover {
  opacity:0.9;
}

.flexTable .cell .button:disabled {
  opacity:0.5;
}

.flexTable .row .cell.buttons {
  width:150px;
}

.flexTable .row .cell.buttons.one, .cell.buttons.one {
  width: 50px;
}

.flexTable .row .cell.buttons.two, .cell.buttons.two {
  width:100px;
}

.flexTable .row .cell.buttons.four, .cell.buttons.four {
  width: 200px;
}

.flexTable .row .cell.buttons.five, .cell.buttons.five {
  width: 250px;
}

.cell.buttons.two .button:nth-child(2) {
  left: 50%;
}

.cell.buttons .button:nth-child(2) {
  left:33.33%;
}

.cell.buttons .button:nth-child(3) {
  left:66.66%;
}

.cell.buttons.four .button:nth-child(2) {
  left: 25%;
}

.cell.buttons.four .button:nth-child(3) {
  left:50%;
}

.cell.buttons.four .button:nth-child(4) {
  left: 75%;
}

.cell.buttons.five .button:nth-child(2) {
  left: 20%;
}

.cell.buttons.five .button:nth-child(3) {
  left: 40%;
}

.cell.buttons.five .button:nth-child(4) {
  left: 60%;
}

.cell.buttons.five .button:nth-child(5) {
  left: 80%;
}

.flexTable .cell .button.add {
  background: rgba(15, 95, 200, 0.9) url(../images/add.svg) no-repeat center center;
  background-size: 20px;
}

.flexTable .cell .button.edit {
  background:rgba(15,95,200,0.9) url(../images/settings.svg)no-repeat center center;
  background-size:20px;
}

.flexTable .cell .button.password {
  background:#2fc511 url(../images/password.svg)no-repeat center center;
  background-size:22px;
}

.flexTable .cell .button.lock {
  background:#56ee37 url(../images/locked.svg)no-repeat center center;
  background-size:18px;
}

.flexTable .cell .button.lock.locked {
  background:#2fc511 url(../images/lock.svg)no-repeat center center;
  background-size:18px;
}

.flexTable .cell .button.restore {
  background:#dd7b1b url(../images/backup.svg)no-repeat center center;
  background-size:22px;
}

.flexTable .cell .button.hotbackup {
  background:#ff3d3d url(../images/hot-backup.svg)no-repeat center center;
  background-size:18px;
}

.flexTable .cell .button.coldbackup {
  background:rgba(15, 95, 200, 0.9) url(../images/hot-backup.svg)no-repeat center center;
  background-size:18px;
}

.flexTable .cell .button.setRDNS {
  background:#dd7b1b url(../images/restart.svg)no-repeat center center;
  background-size:22px;
}

.flexTable .cell .button.restart {
  background:#dd7b1b url(../images/restart.svg)no-repeat center center;
  background-size:22px;
}

.flexTable .cell .button.play {
  background:#2fc511 url(../images/play.svg)no-repeat center center;
  background-size:19px;
}

.flexTable .cell .button.play.pause {
  background:#ff3d3d url(../images/pause.svg)no-repeat center center!important;
  background-size:16px!important;
}

.flexTable .cell .button.delete {
  background:#ff3d3d url(../images/delete.svg)no-repeat center center;
  background-size:26px;
}

.flexTable .cell .button.setRDNS {
  background:#2fc511 url(../images/restart.svg)no-repeat center center;
  background-size:26px;
}

.flexTable .cell .dot {
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  margin:0 0 0 5px;
}

.flexTable .cell .dot.online {
  background:#2fc511;
}

.flexTable .cell .dot.offline {
  background:#ff3d3d;
}

.inlineButtons {
  position:absolute;
  top:0;
  right:0;
  width:auto;
  height: 50px;
}

.inlineButtons a {
  text-decoration: none;
  height:50px;
  line-height:50px;
}

.inlineButtons .delete {
  color:#ff3d3d;
}

.inlineButtons .restore {
  color:rgba(15, 95, 200, 0.9);
}

/*****
****** Forms
*****/

.button {
  display:inline-block;
  border:none;
  outline: none;
  background: rgba(15,95,200,0.96);
  padding:15px 20px;
  color:#FFF;
  font-weight:400;
  font-size:16px;
}

.button:hover {
  text-decoration: none;
  opacity:0.9;
}

.formWrapper {
  position:relative;
  width:100%;
  height:60px;
  clear:both;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.formInfo {
  margin-top: 10px;
  padding-top: 0;
  border-bottom:1px solid rgb(230,230,230);
}

.cell .formWrapper {
  padding:0 20px 0 0;
}

.flexTable .formWrapper {
  position:relative;
  width:100%;
  height:auto;
  clear:both;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.formWrapper.textarea {
  height:auto;
}

.formWrapper:last-of-type {
  border-bottom: none !important;
}

.formWrapper label {
  float:left;
  width:35%;
  height:50px;
  text-align:left;
  color:rgba(0,0,0,0.56);
  font-size:14px;
  line-height:50px;
  margin:5px 0;
  font-weight: 400;
  overflow:hidden;
}

.formWrapper input[type="checkbox"] + label {
  margin: 0;
}

.flexTable .formWrapper label {
  float:left;
  width:35%;
  height:50px;
  text-align:left;
  color:rgba(10,20,30,0.5);
  line-height:normal!important;
  padding:15px 20px;
  margin:0;
  font-weight: 400;
  font-size:15px;
  overflow:hidden;
}

.formWrapper input {
  float:left;
  width:65%;
  font-size: 15px;
  color:rgba(0,0,0,1);
  border:none;
  outline:none;
  height:50px;
  padding: 0 20px;
  margin:5px 0;
  border-left: 1px solid rgb(230, 230, 230);
  background:rgba(255,255,255,0.2);
  font-weight: 400;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

form .formWrapper input, form .formWrapper textarea {
  background: rgba(10, 20, 30, 0.03);
  border-bottom: 1px solid rgba(10, 20, 30, 0.1);
  border-right: 1px solid rgba(10, 20, 30, 0.1);
}

form .formWrapper textarea {
  border: 1px solid rgba(10, 20, 30, 0.1);
  padding: 10px 20px;
}

.flexTable .formWrapper input, .flexTable .formWrapper textarea {
  float:left;
  width:65%;
  height:auto;
  text-align:left;
  color:rgba(10,20,30,1);
  padding:15px 20px;
  margin:0;
  font-weight: 400;
  font-size:15px;
  border-left: 1px solid rgb(230, 230, 230);
}

.formWrapper textarea {
  width:100%;
  font-size: 15px;
  color:rgba(0,0,0,0.6)!important;
  border:none;
  outline:none;
  background:transparent;
  height:auto;
  padding:10px 0px;
  margin:5px 0;
  font-weight: 400;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.formWrapper select {
  float:left;
  width:65%;
  font-size: 15px;
  color:rgba(0,0,0,1);
  border:none;
  outline:none;
  background:transparent url(../images/arrow-down.svg)no-repeat center right!important;
  background-size:20px!important;
  height:50px;
  padding: 0 20px;
  margin:5px 0;
  border-left: 1px solid rgb(230, 230, 230);
  font-weight: 400;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.cell .formWrapper select {
  width:100%;
  border-left: 0px solid rgb(230, 230, 230);
}

form .button {
  float:right;
  margin:25px 0 0 0;
}

form p {
  width:100%;
  text-align:left;
  padding:10px 0;
  line-height:24px;
}

.formWrapper input:focus, .formWrapper textarea:focus {
  background:rgba(255,255,255,1)!important;
}


.showMore {
  position:relative;
  width:100%;
  padding:8px 0;
  text-align:center;
  font-size:13px;
  color: rgba(10, 20, 30, 1);
  cursor:pointer;
  background: rgba(15, 95, 200, 0.3) url(../images/arrow-down.svg) no-repeat right 10px center !important;
  background-size: 20px !important;
}

.spacer {
  position:relative;
  width:100%;
  height:20px;
  border-bottom:1px solid rgba(10,20,30,0.1);
}

.hider .formWrapper {
  display:none;
}

.hider.show .formWrapper {
  display:block;
}

.hider.show .showMore {
  background: rgba(15, 95, 200, 0.3) url(../images/arrow-up.svg) no-repeat right 10px center !important;
  background-size: 20px !important;
}

.hider .row {
  display:none;
}

.hider.show .row {
  display: table;
}

.tagsWrapper {
  float:left;
  width:65%;
  height:auto;
  text-align:left;
  padding:15px 20px;
  margin:0;
  font-weight: 400;
  font-size:15px;
  border-left: 1px solid rgb(230, 230, 230);
}

.tag {
  float:left;
  padding:5px 10px;
  background:rgba(15,95,200,0.9);
  border-radius:5px;
  color:#FFF;
  font-size:14px;
  margin:0 3px 3px 0;
}

.showNav {
  display:none;
}

.login {
  position:fixed;
  left:50%;
  top:50%;
  margin:-150px 0 0 -250px;
  width:500px;
  height:300px;
  background:rgba(255,255,255,0.95);
  padding:15px 30px;
}

.login h1 {
  text-shadow:none;
  color:rgba(15,95,200,1)!important;
  font-size:25px;
  font-weight:500px;
  margin:0;
  padding:0;
}

.login input {
  border:none;
  width:100%;
  padding:10px;
  margin:10px 0 20px 0;
  background: rgba(10, 20, 30, 0.03);
  border-bottom:1px solid rgba(10,20,30,0.1);
  outline:none;
}

.login input.btn {
  float:left;
  border:none!important;
  width:100%;
  padding:10px 0;
  background:rgba(15,95,200,1)!important;
  outline:none;
  margin:15px 0 0 0;
  color: #ffffff;
}

.login input.btn:hover {
  opacity:0.8;
}

.login input.btn:disabled {
  opacity: 0.5;
}

.login label {
  font-size:14px;
  font-weight:300;
}

.link {
  float:right;
  color:rgba(10,20,30,0.5);
  margin:27px 0 0 0;
}

.link:hover {
  color:rgba(10,20,30,1);
}

.alert-message {
  display: none;
}

.alert {
  position:fixed;
  top:-55px;
  left:0;
  width:100%;
  height:55px;
  line-height:54px;
  z-index:9998;
  background:rgba(10,20,30,0.8);
  text-align:center;
  color:#FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}

.alert.show {
  top:0;
}

.alert.success {
  background:rgba(10,215,10,1);
}

.alert.error {
  background:rgba(255,0,0,1);
}

ul.pagination {
  position: relative;
  list-style: none;
  margin: 15px 0 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

ul.pagination li {
  position: relative;
  list-style: none;
  margin: 0 0 0 10px;
}

ul.pagination li a {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid rgb(230, 230, 230);
  color: rgba(10, 20, 30, 0.8);
  padding: 5px;
  width: 40px;
  text-align: center;
}

/*****
****** Querys
*****/

@media (max-width:900px){

  .showNav {
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    width:60px;
    height:60px;
    background:url(../images/menu.svg)no-repeat center center;
    background-size:30px;
    cursor:pointer;
  }

  main {
    width: 100%;
      height:auto;
      padding:70px 0;
      min-height:93vh;
      overflow-x:hidden!important;
  }

  .main-nav {
    width:100%;
    max-width:1200px;
    margin: 0 auto;
    margin-top:50px;
  }
  .main-nav:after {
    content: '';
    display: table;
    clear: both;
  }

  .child-nav {
    display: block;
    max-height: 0em;
    overflow: hidden;
    background:rgba(50,75,100,1);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-left:0px;
    text-align: center;
    transition: all .1s linear;
  }
  .child-nav li {
    display: block;
    width:100%;
    margin:0;
    padding:5px 0;
    color: white;
    cursor: pointer;
  }

  .child-nav li a {
    font-size:16px;
  }

  .parent {
    float: left;
    width: 100%;
    display:none;
    border-left: 1px solid rgba(255,255,255,0.1);
  }
  .parent.show {
    display: block;
  }
  .parent:last-of-type {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .parent a {
    display: block;
    font-size: 18px;
    line-height: 3;
    color: white;
    text-align: center;
    text-decoration: none;
    color: rgba(255,255,255,1);
  }

  .parent a img {
    display:inline-block;
    height:15px;
    margin:-1px 5px;
  }

  .parent a:hover {
    background:rgba(50,75,100,0.96);
    color: white;
  }

  .parent a.active {
    background:rgba(50,75,100,0.36);
    color: white;
  }

  .parent.show .child-nav {
    max-height: 0em;
  }

  .parent:hover ul.child-nav {
    max-height:100vh;
    transition: all .1s linear;
  }

  .brand {
    float:left;
    position:relative;
    display:block;
    width:20%;
    height:100%;
    height:auto;
    margin:0;
    padding:5px 0
  }

  .brand img {
    position:absolute;
    left:0;
    top:0;
    width:113px;
    margin:0;
    height:auto;
    padding:12px;
    background:rgba(255,255,255,1);
    z-index:200;
    margin-top:-50px;
  }

  footer p {
    float:left;
    position:relative;
    width:100%;
    text-align: center;
    font-size:14px;
    font-weight:400;
    padding:0;
    margin:0;
    color:rgba(255,255,255,1);
    letter-spacing: 0px;
    word-spacing: 2px;
  }

  footer a {
    float:right;
    position:relative;
    width:100%;
    text-align: center;
    font-size:14px;
    font-weight:500;
    padding:0;
    margin:10px 0;
    color:rgba(255,255,255,1);
    letter-spacing: 0px;
    word-spacing: 2px;
  }

    .flexTable {
    width:100%;
    padding:15px;
    background:rgba(255,255,255,0.9);
      border-bottom: 1px solid rgb(230, 230, 230);
  }

  .flexTable .row {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .flexTable .row .cell {
    display: block;
    width:100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    border-right: 0px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
  }

  .flexTable .row.head .cell {
    display: none;
  }

  .flexTable .row.onMobile .cell {
    display: block;
  }

  .flexTable .cell.buttons .button {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    min-width:50px;
    width:33.33%;
  }

  .flexTable .cell.buttons.two .button {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    min-width:50px;
    width:50%;
  }

  .flexTable .cell.buttons.one .button {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    min-width:50px;
    width:100%;
  }

  .flexTable .row .cell.buttons {
    width:100%;
    height:50px;
  }

  .flexTable .row .cell.buttons.two {
    width:100%;
  }

  .flexTable .row .cell.buttons.one {
    width:100%;
  }

  .flexTable .cell .button:nth-child(2) {
    left:33.33%;
  }

  .flexTable .cell .button:nth-child(3) {
    left:66.66%;
  }

  .flexTable .row .cell.buttons.two .button:nth-child(2) {
    left:50%;
  }

  .progressOverview.x50 {
    float:none;
    width: 100%;
  }

  .login {
    position: fixed;
    left: 0;
    top: 50%;
    margin: -150px 0 0 0;
    width: 100%;
    height: 300px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
  }

}






 