﻿/*  
---------------------------------------------------
Alert 
---------------------------------------------------  
*/
/* Component only */
/*
.component.usn_cmp_alertbox { }*/
/* Split component block */
/*
.item_block.usn_cmp_alertbox { }*/
.alert {
  margin: 0;
  border: none;
  background-color: #C61625;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  border-radius: 0;
  padding: 0.01rem 1.25rem 0.01rem 1.25rem;
}
.alert a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.alert a:not(.btn):hover, .alert a:not(.btn):focus, .alert a:not(.btn):active {
  color: #fff;
}
.alert .info p {
  margin-bottom: 14px;
}
.alert button.close:not(:disabled):not(.disabled):focus, .alert button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.alert button.close span {
  text-shadow: none;
  font-size: 50px;
}

.alert button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-top: -10px !important;
}
