.App, label {
  /* text-align: center; */
  font-size: 13px;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: #636363;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ==================== DFDS-WCF ==================== */
.App-header{
  display: none;
}

.wcs-winheader{
  background-color: #004c79;
  color:#ffffff;
  text-align: left;
  padding: 5px;
  font-size: 13px;
}
.wcs-wincontent{
  border:solid 1px #00acd7;
  padding: 5px;
  background-color: #ffffff;
}
button{
  background-color: #00acd7;
  border:solid 1px #00acd7;
  color: #ffffff;
  border-radius: 7px;
}
.btnGrey{
  background-color: #dedede !important;
  border:solid 1px #dedede !important;
  color: #000000 !important;
  border-radius: 7px;
}
.wcs-close{
  float: right;
  font-size: 20px;
}
.msgCount{
  background-color: #ff0000;
  position: absolute;
  border-radius: 50%;
  font-size: 11px;
  padding: 3px;
  right: 10px;
  top: 5px;
}
/* ==================== DFDS-WCF ==================== */
.wcs-panelgroup{
  display: inline-block;
  float: left;
}