      
.notice {
    opacity: 1 ;
    display: block ;
}

.notice.emergency {
    background: #e95530;
}
 .emergencynotice-modal { 
    width: 100%;
    height: 10000px;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    z-index: 9999;
    padding-top: 300px;

}
.notice.warning {
    background: #ffffff;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
	padding:20px;
}



.notice .fa {
    float: right;
    margin: -40px 16px 0 0;
    font-weight: bold;
    color: #0e4966;
    border: 2px solid #0e4966;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
}
.warning .row p {
  width:100%;
  float:left;
}
.warning button {
	float:left;
}
.modal-btns {

    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 1rem;
    background-color: #9e1b34;
    border-color: #7a0512;
    transition: background-color .3s ease-out;
    padding: 1rem 2rem 1.0625rem;
	display: inline-block;
	color:white;
}
.notice.emergency a, .notice.warning a, .notice.emergency .fa, .notice.warning .fa {
    color: #fff;
    border-color: #fff;
}

@media  (max-width: 550px) {
  .notice .row span {    
    margin: 0px 0px 0 0;
  }
}

@media  (max-width: 330px) {
  .notice .row span {    
    margin: -90px 16px 0 0;
  }
}

.notice.closed {
    display: block ;
    transition: opacity 500ms ease-out, max-height 500ms ease-out ;
    max-height: 0 ;
    opacity: 0 ;
}

.notice.closed .fa {
    display: none ;
}

.notice.closed a {
    padding-top: 0 ;
    padding-bottom: 0 ;
    transition: padding 500ms ease-out ;
    max-height: 0 ;
}
.notice.emergency a, .notice.warning a,  {
    color: #fff;
    border-color: #fff;
    color: white;
}
.notice.emergency .fa, .notice.warning .fa {
	color:#474747;
	border: 2px solid #9e1b34;
}
@media  (max-width: 480px) {
.notice.emergency .fa, .notice.warning .fa {
    float: right;
	margin-right:0px;
 }
  .ignore-span {
     margin-bottom:10px !important;
  }

}
.emergencynotice {
	float:left;
	width:100%;
}



/* Change requests*/

.mod-1 {
    width: 10%;
    float: left;
}

.mod-1 img {
    margin-top: -10px;
}

.mod-2 {
    width: 80%;
    float: left;
    min-height: 60px;
    text-align: center;
    padding-top: 10px;
}

.mod-3 {
    width: 10%;
    padding-top: 10px;
    float: left;
    min-height: 60px;
}

.modal-btns {
    margin-top: 20px;
}

.notice .fa {
    float: right;
    padding: 2px;
    font-weight: bold;
    color: #0e4966;
    border: 2px solid #0e4966;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px 0px 0 0;
}

.ignore-span {
    color: #474747;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

@media  (max-width: 750px) {
  .mod-1 {    
    width: 10% !important;
  }
  .mod-1 img {
      margin-top: 10px;
  }
  .mod-2 {    
    width: 78% !important;
  }
  .mod-3 {    
    width: 10% !important;
  }

}
























