.ba {
    border-style: solid;
    border-width: 1px;
}

.b--black {
    border-color: #45131d;
}

.b--red {
    border-color: #aa5030;
}

.b--transparent {
    border-color: transparent;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.b {
    font-weight: bold;
}

.m-plus 1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.2em;
}

.m-plus 1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus 1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus 1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nav-tabs > li > a {
    color: #6e071d;

  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.2em;
}

main {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.2em;
}

a {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.2em;
}

.fw6 {
    font-weight: 600;
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.b:disabled {
    opacity: 50%;
}

.input-reset::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lh-copy {
    line-height: 1.5;
}

.link {
    text-decoration: none;
    transition: color .15s ease-in;
    color: #0d0609;
}

.link:link, .link:visited {
    transition: color .15s ease-in;
}

.link:hover {
    color: #33060e;
    transition: color .15s ease-in;
    text-decoration: none;

}

.link:active {
    transition: color .15s ease-in;
}

.link:focus {
    transition: color .15s ease-in;
    outline: 1px dotted currentColor;
}

.w-100 {
    width: 100%;
}

.black-80 {
    color: rgba(0, 0, 0, .8);
}

.black {
    color: #000;
}

.bg-transparent {
    background-color: transparent;
}

.hover-white:hover {
    color: #fff;
}

.hover-white:focus {
    color: #fff;
}

.hover-bg-black:hover {
    background-color: #696969;
}

.hover-bg-black:focus {
    background-color: #696969;
}

.pa0 {
    padding: 0;
}

.pa2 {
    padding: .5rem;
}

.pa4 {
    padding: 2rem;
}

.pv2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.ph0 {
    padding-left: 0;
    padding-right: 0;
}

.ph3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ma0 {
    margin: 0;
}

.mt3 {
    margin-top: 1rem;
}

.mv3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mh0 {
    margin-left: 0;
    margin-right: 0;
}

.f4 {
    font-size: 1.25rem;
}

.f6 {
    font-size: .875rem;
}

.measure {
    max-width: 30em;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

.dim {
    opacity: 1;
    transition: opacity .15s ease-in;
}

.dim:hover, .dim:focus {
    opacity: .5;
    transition: opacity .15s ease-in;
}

.dim:active {
    opacity: .8;
    transition: opacity .15s ease-out;
}

.grow {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out;
}

.grow:hover, .grow:focus {
    transform: scale(1.05);
}

.grow:active {
    transform: scale(.9);
}

.pointer:hover {
    cursor: pointer;
}

/* iotparser-related */
.iotparser__layout {
}

.iotparser__nav {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.9em;

  list-style-type: none;
}

.iotparser__nav-wrapper {
}

.iotparser__overview-chart-wrapper {
    position: relative;
}
.iotparser__parser-vendor {
    border-left: 4px solid #EB3214;
    cursor:pointer;
}

.iotparser__parser-vendor-subitem {
    padding-left: 20px;
}

.iotparser__logout {
  width: 30px;
}

.iotparser__main {
    min-height: 640px;
}

.iotparser-notification__wrapper {
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    position: fixed;
    width: 840px;
    display: flex;
    /*height: 50px;*/
    color: white;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    z-index: 9999999;
}

.iotparser-notification__wrapper--error {
    background-color: #EB3214;
    color: #fff;
    font-weight: bold;
}

.iotparser-notification__wrapper--warning {
    background-color: #EF5B43;
    color: #fff;
    font-weight: bold;
}

.iotparser-notification__wrapper--success {
    /*background-color: #20a790;*/
    background-color: #14EB32;
    color: #fff;
    font-weight: bold;
}
.iotparser-notification__msg {
}

.iotparser-logo__wrapper {
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.iotparser__footer {
    border-top: 1px solid #ddd;
}

.iotparser-logo__img_wrapper {
    min-width:125px;
}
.iotparser-logo__img {
    width: 125px;
}

.spinner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}
