body{font-family: 'Open Sans';}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.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,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
 /* background-color: #dff0d8;
  border-color: #dff0d8;
  color: #4caf50;*/
	
	background-color: #73bc56;
border-color: #dff0d8;
color: #fff;

}

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

.alert-success .alert-link {
  color: #3d8b40;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #2196f3;
}

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

.alert-info .alert-link {
  color: #0c7cd5;
}

.alert-warning {
  background-color: #ffedd6;
  border-color: #ffedd6;
  color: #ff9800;
}

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

.alert-warning .alert-link {
  color: #cc7a00;
}

.alert-danger {
 /* background-color: #f2dede;
  border-color: #f2dede;
  color: #f44336;*/
	background-color: #f87777;
border-color: #f2dede;
color: #fff;
}

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

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

.alert {
  padding-left: 30px;
  font-size: 13px;
}

.alert span {
  cursor: pointer;
}

.alert:not(.alert-dismissible) {
  padding-right: 30px;
}

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

.alert-inverse {
  background: rgba(51, 51, 51, 0.9);
/*  box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);*/
  color: #fff;
}

.alert-inverse a {
  color: #fff;
}

.growl-animated {
  border: 0;
  color: #fff;
}

.growl-animated.alert-info {
  background: rgba(33, 150, 243, 0.8);
/*  box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);*/
}

.growl-animated.alert-success {
  background: rgba(76, 175, 80, 0.8);
/*  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);*/
}

.growl-animated.alert-warning {
  background: rgba(255, 152, 0, 0.8);
/*  box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);*/
}

.growl-animated.alert-danger {
  background: rgba(244, 67, 54, 0.8);
/*  box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);*/
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: -21px;
    color: inherit;
}

.close:hover {
    color: inherit;
    opacity: 1;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.close {
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}
.close {
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
	background-color:transparent;
	border-style:none;
    opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}