.history-modal {

}

.history-modal .title {
	font-size: 1.5em;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #468cc8;
}

.history-modal #close-history-form {
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
}

.history-modal .body {
	padding: 20px 40px;
	background-color: #ffffff;
}

.history-modal .body table .employee {
	width: 25% !important;
}

.history-modal .body table .action {
	width: 15% !important;
}

.history-modal .body table .date {
	width: 20% !important;
}

.history-modal .body table .task {
	width: 40% !important;
	word-wrap: break-word;
}

.history-modal .body .btn-close {
	position: relative;
	height: 32px;
}

.history-modal .body .btn-close button {
    position: absolute;
    right: 0;
}

.history-modal .body .btn-close button:hover {
	background-color: #c0c0c0;
}
.modal-header-modify {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    /*background-image: linear-gradient(to bottom,#428bca 0%,#357ebd 100%);*/
    background-repeat: repeat-x;
    padding: 5px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.clear-format, .clear-format > h1, .clear-format > h2, .clear-format > h3, .clear-format > h4, .clear-format > h5, .clear-format > h6, .clear-format > p{
	font-size: 13px;
	margin-top: 3px;
	word-wrap: break-word; 
}
