.testBox{
	background-color: #d5d9de;
	border: 1px solid #a9acb0;
	padding: 10px 20px;
}
/*.logo {
  width: 100px;
}*/
.slogan {
  width: 180px;
}


.barleft {
    background-color: black;
    height: 100%;
    width: 240px;
    overflow-y: visible;
    position: absolute;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 150;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
#blazor-network-error{
	background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 150;
}
.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.package-added{
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.25s ease 0s;
  width: 1595px;
  padding-left: 100px;
  padding-right: 100px;
}
.package-added > div, .my-owl-item-container {
  width: 455px; margin-right: 10px;
}


/* Tablets */
@media (min-width: 576px) {
 /* .logo {
    width: 150px;
  }*/
  .slogan {
    width: 200px;
  }

}

/* Desktops */
@media (min-width: 992px) {
  .logo {
    width: 250px;
  }

  .slogan {
    width: 250px;
  }

}



