.text-bold {
    font-family: "Nimbus Sans Bold";
    font-weight: normal;
}

.row {
	margin-left: 0;
    margin-right: 0;
}
/****** ALERT *****/

.alert-module .sl-icon-add-3{
  font-size: 24px;
  line-height: 36px;
  float: right;
}

.alert-module .sl-icon-minus-3{
  font-size: 24px;
  line-height: 36px;
  float: right;
}
.alert-module a:hover{
	text-decoration: none;
}
.alert-header{
  font-size: 18px;
  line-height: 36px;
}
.alert-body {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 18px;
  color: #3B3B3B;
}
.alert-module, .alert-notice, .alert-blue, .alert-error, .alert-red, .alert-attention, .alert-yellow, .alert-success, .alert-green {
  padding: 4px;
  border-top: 4px solid #00718D;
  border-radius: 0px;
}

.alert-notice, .alert-blue,
.alert-blue {
  color: #00718D;
  background-color: #DBE7ED;
  border-color: #00718D;
}

.alert-error, .alert-red,
.alert-red {
  color: #DA291C;
  background-color: #F8E7DC;
  border-color: #DA291C;
}

.alert-attention, .alert-yellow,
.alert-yellow {
  color: #DAAA00;
  background-color: #F8EFCE;
  border-color: #DAAA00;
}

.alert-success, .alert-green,
.alert-green {
  color: #00843D;
  background-color: #DFEAE3;
  border-color: #00843D;
}
a.sl-icon-add-3, a.sl-icon-minus-3{
    text-decoration: none !important;
    color: #086EA1 !important;
}
