.alert{
  margin: 1em 0;
}
.chm-alerts.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  display: table;
  width: 100%;
  padding: 8px 5px 8px 60px !important;
  /*margin-bottom: 0px;*/
}
.chm-alerts.alert-white {
  /*background-image: linear-gradient(to bottom, #fff, #f9f9f9);*/
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.chm-alerts.alert strong {
  vertical-align: text-top;
}
.chm-alerts.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.chm-alerts.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.chm-alerts.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #bdbdbd;
/*  padding-top: 15px;*/
}
.chm-alerts.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
}
.chm-alerts.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.chm-alerts.alert-white .refresh {
  position: absolute;
  right: 8px;
  top: 32%;
}
.chm-alerts ul {
  text-transform: none !important;
  margin: 0 30px 0 0 !important;
  padding: 0px !important;
}
.chm-alerts ul li {
  list-style: none;
}
.chm-alerts button.close {
  position: initial;
  opacity: .2;
}
.chm-alerts.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.chm-alerts.alert-white.alert-success .icon {
  border-color: #54a754;
  background: #60c060;
}

/*============ colors ========*/
.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.chm-alerts.alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}
.chm-alerts.alert-white.alert-info .icon {
  border-color: #3a8ace;
  background: #4d90fd;
}

.alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}

.chm-alerts.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.chm-alerts.alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}
.chm-alerts.alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}
.chm-alerts.alert-white.alert-danger .icon {
  border-color: #ca452e;
  background: #da4932;
}

.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}