.notify-container {
  z-index: 500;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  margin-top: -29px;
}

.notify {

}

.notify-close {
  padding: 0px 0px !important;
  /*float: right;*/
  font-size: 25px !important;
  line-height: 1;
  color: #000 !important;
  text-shadow: 0 1px 0 #000000;
  opacity: .3;
  position: absolute;
  top: -3px !important;
  right: 12px !important;
}

.notify-close:hover,.notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.notify-close {
  background: transparent !important;
  -webkit-appearance: none;
  /*margin: 0 !important;
  margin: 7px 0px 0px 0px !important;*/
  border: none !important;
}

.alert {
  padding-right: 33px;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .notify-close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}

.alert-success {
  background-color: #cfffc0;
  border-color: #6fca5a;
  color: #569745;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}

.alert-warning {
  background-color: #ffec8e;
  border-color: #dab56c;
  color: #c09853;
}

.alert-danger {
  background-color: #ec9292;
  border-color: #dd818f;
  color: #b94a48;
}

.alert-white {
  background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  background: #fff;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
  font-size: 30px;
  color: #FFF;
  left: 6px;
  /*margin-top: 5px;*/
  position: absolute;
}

.alert-white .icon-close button {
  /*left: 6px;*/
  /*margin-top: 5px;*/
  position: absolute;
  top: -7px !important;
  right: 3px !important;
}

.alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}

.alert-white.alert-info .icon,.alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}

.alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.fade:not(.show) {
  opacity: 1 !important;
}







/*
.notify {
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
}
*/


/*
#notify.alert-danger:before {
  content: '\f071';
  font-family: 'FontAwesome';
  padding-right: 1em;
}

#notify.alert-success:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  padding-right: 1em;
}
*/
/*
.alert-dismissible .notify-close {
  position: absolute;
  top: 6px !important;
  right: 15px !important;
  z-index: 2;
  font-size: 25px !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
*/
/*
#login #notify {
  display: block;
  position: static;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
}
*/
/*
@media (max-width: 975px) {
  .notifyMobile {
    margin: 0px 15px;
  }
}

@media (max-width: 575px) {
  .wrapper {
    width: 100%;
  }
  .notifyMobile {
    margin: 0px 15px;
  }
}
*/