div.theme-showcase {
    margin-top: 60px;
    margin-bottom: 60px;
}

footer {
    border-top: solid 1px #080808;
    background: white;
}

div#MSF_DEBUGBAR {
    top: 50px;
}

div#MSF_DEBUGBAR * {
    font-size: 8px !important;
}

.form-group .required .control-label:after {
  content:"*";color:red;
}

pre.logs { height: 65vh; overflow: scroll; }

.sensor-data .table {
    margin-bottom: 0;
}

.sensor-data .help-block {
    margin-bottom: 0;
}

table.grid-config td {
    vertical-align: bottom !important;
}

.myaction {
    text-align: right;
}

.myaction a {
    margin: 2px 0 2px 4px;
    width: 60px;
}

.input-group-addon.with-select {
    padding: 3px 9px;
}

.input-group-addon.with-select > select {
    border: none;
    margin: 0;
    padding: 0;
}

.no-marge {
    margin: 0;
    padding: 0;
}

.sensor-home {
    position: relative;
    padding: 0;
    margin: 0;
}

.sensor-home img {
    width: 100%;
    border-radius: 4px;
}

.sensor-home .sensor-bull {
    position: absolute;
    left: 50%;
    top: 50%;

    background-color: #fff;
    border: 1px solid grey;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0;
    text-align: center;
    font-size: 80%;
    width: 54px;
    height: 18px;
}

.auto-update-field {
    position: absolute;
    top: 50px;
    right: 20px;
}

.tab-content-top {
    border-top: none;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}