/* modal */
.modal-error .modal-content{
	background-color: #fbc4c4;
	color: #921f1f;
}

.modal-error .modal-content ul{
	margin-bottom: 0;
}

.modal-message .modal-content{
	background-color: #c4fbcc;
	color: #1f922c;
}

.modal-message .modal-content ul{
	margin-bottom: 0;
}

.modal-confirm .modal-header,
.modal-logout .modal-header,
.modal-drop .modal-header{
    background-color: #3f6c7d;
    color: #fff;
}

.modal-confirm-delete .modal-header{
    background-color: #bc5353;
    color: #fff;
}