/* Colors */
/*Font Sizes */
/*Responsive Size Variables */
/* Functions Start */
/* Rounded Corners Function
	insert code:
	@include rounded(10px);
*/
/*
	Shadow Function
	insert code:
	@include shadow(0px,0px,10px,4px,#000); // requires (X,Y,BLUR,SPREAD,COLOR)
*/
/* Rotation Function
	insert code:
	@include rotate(8)
*/
/* Scale Function
	insert code:
	@include scale(0.8)
*/
/*Functions end */
.ewps-js-holder {
  clear: left; }

.ewps-container ul li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 26px; }

.ewps-container ol li {
  list-style-type: decimal;
  margin-left: 20px;
  line-height: 26px; }

.ewps-container {
  font: arial;
  min-height: 124px;
  z-index: 100;
  top: 0;
  width: 100%;
  margin: 0 0 0px;
  left: 0px;
  padding-bottom: 4px;
  padding-top: 4px;
  display: table;
  background-repeat: repeat; }

/* EMERGENCY BACKGROUND */
#ewps-container-emergency {
  background-color: rgba(153,0,7,1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(147,0,5,1) 35px, rgba(147,0,5,1) 70px); }

/* ALERT BACKGROUND */
#ewps-container-alert {
  background-color: rgba(255,239,157,1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,233,116,1) 35px, rgba(255,233,116,1) 70px);
}
/* MAINTENANCE BACKGROUND */
#ewps-container-maintenance {
  color: white;
  position: relative;
  /*z-index: 1000;*/
  background-color: rgba(0,50,119,1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,44,105,1) 35px, rgba(0,44,105,1) 70px);
}

.alert_center {
  height: 120px;
  margin: 0 auto;
  max-width: 940px; }

.ewps-messagetype-icon {
  /* width: 39%; */
  text-align: right;
  }
  @media (max-width: 320px) {
    .ewps-messagetype-icon {
      display: none; } }

.ewps-messagetype-box {
  width: 260px;
  margin: 0 auto;
  padding-bottom: 10px;
  }

.ewps-message-box {
  margin: 0 auto;
  min-height: 10px;
  max-width: 940px;
  width: 95%; }

.ewps-messagetype-icon {
  /* width: 10%; */
  /* float: left; */
  /* margin-left: 30%; */
  padding-top: 12px;
  display: inline-block;
  position: relative;
  top: 10px;
  }
  @media (max-width: 320px) {
    .ewps-messagetype-icon {
      display: none; } }

/* Emergency Notice */
#ewps-container-emergency .ewps-messagetype {
  color: #FFFFFF;
  text-shadow: 1px 2px 0 #333;
  }

/* Alert Notice */
#ewps-container-alert .ewps-messagetype {
  color: #000; }

.flex-prev {
  margin-top: 40px; }

.ewps-messagetype {
  font-size: 19px;
  text-transform: uppercase;
  /* margin-top: 15px; */
  display: inline-block;
  /*width: 58%;*/
  text-align: left;
  /* float: right; */
  }
  @media (max-width: 320px) {
    .ewps-messagetype {
      width: 100%;
      text-align: center;
      margin-bottom: 6px; } }

/* Emergency Message Color  */
#ewps-container-emergency .ewps-message-title {
  color: #FFFFFF; }

/* orange alert message color */
#ewps-container-alert .ewps-message-title {
  color: #000; }

.ewps-message-title {
  line-height: 19px;
  font-size: 20px;
  height: auto;
  min-height: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-top: 7px;
  /*width: 86%; */
  }
  @media (min-width: 766px) {
    .ewps-message-title {
      margin-top: 5px; } }



.ewps-message {
    padding: 10px;
    line-height: 15px;
    border-radius: 8px;
    min-height: 80px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    background: rgba(0, 0, 0, .25);
}

/* emergency body color message white */
#ewps-container-emergency .ewps-message {
  color: #FFFFFF; }

/* alerte message orange and bold */
#ewps-container-alert .ewps-message {
    color: #000;
    background: rgba(255,255,255, .45)

  }



.ewps-message p{
    margin: 5px 0 15px 0;
    padding: 0;
  line-height: 1.3;
}
  @media (min-width: 766px) {
    .ewps-message {
      width: 100%;
      margin: 0 auto 10px;
      }
  }

@media (min-width: 766px) {
  #ewps-container-maintenance .ewps-messagetype-box {
    margin: 0 auto;
    width: auto;
	    text-align: center;
    /*margin-left: -14%; */
	} 
	}

/*# sourceMappingURL=ewps.message.css.map */
