.modal-header {
    color: white;
    background: black;
}

.alert-stack-section {
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 9999;
	width: 35%;
}

.alert-stack-mode {
  position: relative!important;
  width: 100%!important;
}

.alert {
	margin-bottom: 10px;
	position: fixed;
	top: 60px;
	right: 10px;
	z-index: 9999;
	cursor: pointer;
	width: 35%;
	padding: 20px 20px 20px 30px;
	border-right: solid 10px #000000eb;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	color:white;
}

.alert h4 {
	font-weight: 600;
}

.alert .icon {
	margin-right: 10px;
}

.alert .close {
	color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.alert > ul {
	margin-bottom: 0;
	list-style-type: none;
	-webkit-padding-start: 10px;
}

.alert-success {
	border-color: #008d4c;
	background-color: #00a65a !important;
}

.alert-danger,
.alert-error {
	border-color: #d73925;
	background-color: #dd4b39 !important;
}

.alert-warning {
	border-color: #e08e0b;
	background-color: #f39c12 !important;
	font-size: large;
	text-align: center;
}

.alert-info {
	border-color: #00acd6;
	background-color:#3f7caf !important;
}

.note-editor .note-editable {
    font-size: 14px;
}