@import url("./dashboard.css");
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 18px;
  background: none;
  margin-top:0px;
  padding-top:0px;
  background-color:#fff;

  background-repeat: none;
  background-size: cover;
}


body > .main {
    display: block;
    min-width: 560px;
    padding: 0 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none;
    border:none;
    box-shadow: none;
}

body > header {
    background: none;
    display: block;
    width: 99%;
    margin: auto;
    height: 90px;
    padding: 0px !important;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
}

header .logoLauncher {
    width: 80%;
    float: left;
    height: 91px;
    padding-top: 10px;
}
header .logoLauncher img{
    max-height: 124px;
}
header .header-utils {
    width: 20%;
    float: left;
    padding-top: 20px;
    text-align: right;
}

body > footer {
    background: none;
    display: block;
    width: 96%;
    margin: auto;
    height: 10px;
    padding: 0px !important;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    text-align: right;
}

.dashboardContainer {
    padding: 0 34px;

}

header .appVersion {
    padding-top: 40px;
    font-size: 13px;
    font-style: italic;
    color: #a0a0a0;
}

.grid-stack-item-content {
    cursor: pointer;
}

.grid-stack h4 {
    font-size: 14px;
    color:#fff;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 5px;
}
