.fa-warning::before {
  content: "\f071";
}
.fa-info-circle::before {
    content: "\f05a";
}
.alert-warning .fa-times-circle::before{
  content: "\f071";
}
.clear{
  clear: both;
}
.alerts_with_arrow.modal{
  width: 600px;
  position: relative;
}
.alerts_with_arrow .alert {
  padding:15px;
  margin-bottom:20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: calc(100% - 77px);
}
.alerts_with_arrow .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;
}
.alerts_with_arrow .alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alerts_with_arrow .alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alerts_with_arrow .alert-white .icon {
  text-align: center;
  width: 45px;
  height: calc(100% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}
.alerts_with_arrow .alert-white:not(.none) .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;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alerts_with_arrow .alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
/*============ colors ========*/
.alerts_with_arrow .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alerts_with_arrow .alert-white.alert-success .icon,
.alerts_with_arrow .alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}
.alerts_with_arrow .alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}
.alerts_with_arrow .alert-white.alert-info .icon,
.alerts_with_arrow .alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}
.alerts_with_arrow .alert-white.alert-warning .icon,
.alerts_with_arrow .alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}
.alerts_with_arrow .alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}
.alerts_with_arrow .alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}
.alerts_with_arrow .alert-white.alert-danger .icon,
.alerts_with_arrow .alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}
.alerts_with_arrow .alert-white.none{
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.alerts_with_arrow .alert-white.none strong{
  color: #666;
}
.alerts_with_arrow .alert-white.none .icon{
  height: 1px;
  border: none;
  background: none;
}
.alerts_with_arrow .alert-white.none .icon i{
  color: #666;
}
.alerts_with_arrow .radio-pretty{
  width: auto;
  line-height: 22px;
}
.alerts_with_arrow .radio-pretty label.text{
  width: auto;
  padding-left: 8px;
  padding-right: 10px;
}
.alerts_with_arrow .modal-footer {
  padding: 15px 15px 5px;
  background-color: #f3f5f6 !important;
}
.alerts_with_arrow .grid_loading_item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.alerts_with_arrow .grid_loading_item .glyphicon-spin{
  display: block !important;
}
.alerts_with_arrow .grid_loading_item .glyphicon-spin-text{
  display: block !important;
  top: calc(50% + 3px);
  left: calc(50% + 28px);
}
