body {
  background-color: #EDEDED;
}

.loading-text {
  color: dimgray
}

.loading {
  width: 80%;
  max-width: 500px;
  margin-top: 60px;
}

/*top dot bar*/

#dcrui-header-top {
  border-top: 11px solid #2B4888
}

#dcrui-header-bottom {
  border-top: 5px solid #c9c9c9
}

.dots {
  background-image: url(../img/dot.png);
  min-width: 100%;
  position: absolute;
  top: 4px;
  height: 3px;
}

/*core header section*/

.header-core {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 60px;
}

.header-text {
  font-size: 22px;
  text-align: left;
  padding-top: 13px
}

.left-logo {
  padding: 0 10px;
  float: left;
}

.right-logo {
  padding-right: 10px;
  float: right;
}

.logo-large {
  display: initial;
}

.logo-small {
  display: none;
}

@media only screen and (max-width: 768px) {
  .right-logo {
    padding-right: 10px;
  }
  .header-text {
    visibility: hidden;
    /*height: */
  }
  .header-core {
    height: 60px;
  }
  .logo-small {
    display: initial;
  }
  .logo-large {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .right-logo {
    padding-right: 10px;
  }
  .header-text {
    visibility: hidden;
    /*height: */
  }
  .header-core {
    height: 60px;
  }
  .logo-small {
    display: initial;
  }
  .logo-large {
    display: none;
  }
}

@media only screen and (max-width: 300px) {
  .right-logo img {
    display: none;
  }
}

.header {
  z-index: 999999;
}
