@media only screen and (max-width: 320px) {
  .container-fluid {
    min-width: 320px; } }

/*@media only screen and (min-width: 992px) {
  #divMessage h4 {
    display: initial; } }
@media only screen and (max-width: 991px) {
  #divMessage h4 {
    margin: 0; } }
@media only screen and (min-width: 1200px) {
  #divMessage .sys-time {
    font-size: 1.33em !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #divMessage .sys-time {
    font-size: 1.2em !important; } }*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 1.2em !important; } }
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 1em !important; } }

.navbar-header .imgheaders {
  /*width: 1021px;*/
  height: 94px;
  background-image: url(../Content/images/Common/IWS_Header.png);
  background-repeat: no-repeat;
  background-color: #a6ce4d;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .navbar-header .imgheaders {
      width: 100%; } }
.navbar-header .textheaders {
  width: 420px;
  height: 80px;
  position: absolute;
  top: 15px;
  left: 150px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-header .textheaders {
      width: 360px;
      height: 70px;
      left: 80px; } }
  @media only screen and (max-width: 767px) {
    .navbar-header .textheaders {
      width: 360px;
      height: 70px;
      top: 20px;
      left: 10px; } }
  @media only screen and (max-width: 375px) {
    .navbar-header .textheaders {
      width: 290px;
      height: 55px;
      top: 25px;
      left: 10px; } }
.navbar-header .textWra {
  width: 120px;
  position: absolute;
  top: 0px;
  left: 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-header .textWra {
      width: 110px; } }
  @media only screen and (max-width: 767px) {
    .navbar-header .textWra {
      width: 100px; } }
.navbar-header .textSys {
  width: 140px;
  top: 30px;
  position: absolute;
  left: 470px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-header .textSys {
      width: 120px;
      left: 352px;
      top: 31px; } }
  @media only screen and (max-width: 767px) {
    .navbar-header .textSys {
      width: 120px;
      left: 26px;
      top: 57px; } }
  @media only screen and (max-width: 375px) {
    .navbar-header .textSys {
      width: 120px;
      top: 54px;
      left: 20px; } }

@media only screen and (max-width: 767px) {
  .navbar-toggle {
    position: absolute;
    float: none;
    top: 0px;
    right: 0px; } }

div#divMessage {
    padding: 8px 18px;
    background: whitesmoke;
    font-size: 15px;
    color: #59768e;
    letter-spacing: 1.5px;
    /* border-bottom: 1px solid #e8e8e8; */
}

    div#divMessage .sys-time-realtime {
        float: right;
        margin-right: 20px;
    }

@media only screen and (max-width: 992px) {
    div#divMessage .sys-time-realtime {
        float: initial;
        margin-right: initial;
    }
}


/*# sourceMappingURL=Layout.css.map */
