.glyphicon.spinning {
    animation: spin 2s infinite linear;
    -webkit-animation: spin2 2s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.validationMessage {
			color:red;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #464444;
}			
.drop_file{
	border:2px dashed #bbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:25px;
	text-align:center;
	font:20pt bold,"Vollkorn";color:#bbb
}
.kool-table-container table tbody tr.target {
	background-color :#D3FDCB;
}
.kool-table-container table tbody tr.company-writer {
	background-color :#E6F7FF;
}

