/* 
    Component: alert
------------------------
*/
.alert {
	padding-left: 30px;
	margin-left: 15px;
	position: relative;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
   	
	min-width: 300px;
	max-width: 400px;
	min-height:40px;
	width: 100%;
	/*text-align: left;*/
	z-index: 9999;
}

.alert>.fa, .alert>.glyphicon {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	background: inherit;
	border: inherit;
}

.alert-boxed {
	position: fixed; /*relative;*/
	top: 310px;
	text-align:center;
	/*margin-left: auto;
	margin-right: auto;*/
	left: 100px;
	right:100px;
	/*min-width: 300px;
	max-width: 800px;
	width: 900px;*/
	overflow: auto;
	max-height: 400px;
	z-index: 9999;
}

.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;
  margin-left:auto;
  margin-right: auto;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  /*color: #a94442;*/
  background-color: #f2dede; /*#f2dede;*/
  border-color: #ebccd1;/* #ebccd1;*/
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
       float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #607d8b;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}


.modal-alert {
	margin-top : 10px;
	margin-left : -15px;
}
.center-div {
    margin: 0 auto;
    margin-top: 10px;  
	margin-bottom: -12px;
	width: 45px;
	background-color: #fff;
	border-radius: 36px 36px 0px 0px;
    text-align: center;
    border-top: 1px solid #cfd8dc;
	border-right: 1px solid #cfd8dc;
	border-left: 1px solid #cfd8dc;
}

.top-right-div {
    width: 15px;
    height: 15px;
    position: fixed;
    right: 10px;
    position: absolute;
    top: 0px;
}

.alert-short-message {
	height: 20px;
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}

.btn-action-voir-plus {
	margin-top:2px;
	content:url("../ressources/img/icone-nd/page-bas.png");
 	height: 12px;
 	width:15px;
 	vertical-align: middle;
}

.btn-action-voir-moins {
	margin-top:2px;
	content:url("../ressources/img/icone-nd/page-haut.png");
 	height: 12px;
 	width:15px;
 	vertical-align: middle;
}
.alert-box {
 	background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceff1, Direction=134, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	padding:10px;
	margin-bottom: 30px;
 }
 .sba-alerte-titre {
	margin-top: 10px;
	font-size: 18px;
}

.text-danger {
	color: red;
}
.text-warning {
	color: orange;
}
.text-success {
	color: green;
}

.alert-mobile {
	padding-left: 30px;
	position: relative;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
	min-width: 300px;
	max-width: 400px;
	min-height:40px;
	/*text-align: left;*/
	z-index: 9999;
}