@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.headlineBg{
  background-color: #dbd9d6 !important;
  color: #696057;
}

#notificationsModal{
  z-index: 1501;
}
.headline:active:after{
  content: "\002B";
}

.notificationBody{
  padding: 40px 20px;

}

.notificationBody ul{
  list-style-type: unset;
  margin-left: unset;
}
.notificationBody a{
  text-decoration: none !important;
  color:#ff5f00 !important;
}
.notificationBody a:hover{
  text-decoration: underline !important;
  color:#ff5f00 !important;
}


.lower{
  text-transform: lowercase;
}
#closeNotificationsModal{
  cursor: pointer;
  padding: 10px;
  color: #f2f2f2;
  font-size: 36px;
  font-family: 'Montserrat-Regular';
  position: absolute;
  right: 0px;
  text-decoration: none; 
}

.notificationsLabel{
  text-align: center;
  font-size: 40px;
  color: #dbd9d6;
  font-weight: unset;
  font-family: 'Montserrat-Medium';
}
@media screen and (max-width: 768px) {
 .notificationsLabel{
  font-size: 30px;
}
}
#notificationsModal.modal-content{
  background-color: #696057;
  border:0;

}
.notificationsModalDialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto!important;
  padding: 0 !important;
}

.notificationsModalContent {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #696057 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  max-width: 1200px;
  margin: 0 auto;
}
.notificationsModalHeader {
  border-bottom: none !important;
  padding-top: 150px !important;
  padding-bottom: 30px !important;
  text-align: center;
}

.notificationBar{
  text-align: center;
  top: 90px;
  position: absolute;
  background-color: #696057;
  color: #f2f2f2;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
  max-height: 30px;
}
@media screen and (min-width: 481px) and (max-width: 1025px) {

  .notificationBar{
    top: 93px;
  }
}

@media screen and (max-width: 480px) {

  .notificationBar{
    top: 87px;
  }
}

.barText{    
  margin: 5px 0px 5px;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .barText{
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#notificationsModal.modal.in {
  height: 100%;
  width: 100%;
  background: #696057;
}
#closeNotificationsModal {
  float: right;
  margin-right: 13px;
  color: #dbd9d6;
  font-size: 35px;
  font-family: 'Montserrat-Regular';
  text-decoration: none;
  cursor: pointer;
  z-index: 1; 

}
#closeNotificationsModal:hover {
  color: #dbd9d6 !important;
}

#notificationsModal{
  color: #dbd9d6 !important;
}

hr {
  border: 0;
  clear:both;
  display:block;
  background-color:#dbd9d6;
  height: 1px !important;
}
.line {
 margin: 0 auto;
 border: none;              
}

.modalNotificationHeadline{
  display: flex;
  align-items: center;
  font-family: 'Montserrat-Regular', verdana;
  max-width: 1200px !important;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 5px 20px;
  height: 80px;
  border-top: 1px solid #dbd9d6;
  text-align: center;
}
.minusIcon, .plusIconExtra {
  margin: 0 !important;
  width: 10px;
}
/*
.modalNotificationHeadline:after {
  content: "\002B";
} */
/*  .headlineBg:active:after {
  content: "\2212";
  }*/
  .modalNotificationHeadline span{
    margin: 0 auto;
  }

  .modalNotificationHeadline:hover{
    background-color: #dbd9d6;
    color: #696057;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
   .modalNotificationHeadline{
    font-size: 10px;
  }
}
@media screen and (max-width: 1025px) {
 .modalNotificationHeadline{
  font-size: 14px;
}

@media screen and (max-width: 1025px) {
  .notificationImage{
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .notificationsGrid{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.notificationsGrid > .ng-binding > span,
.notificationsGrid > .ng-binding > p > span {
  font-family: 'Montserrat-Regular' !important;
  font-size: 16px !important;
}

