.btn-orange {
	background-color: #e74c3c !important;
}

.btn-darkred {
	background-color: #a50c0c !important;
}

.divError {
	width: 100%;
	text-align: center;
	display: none;
}

.Error {
	color: #f44336;
}

.Success {
	color: #25be0c;
}

.dash-header {
	background-color: #0590cb !important; 
}

.right {
	float: right;
}

.main-panel{
	overflow-y: scroll;
}

.pad-top-20 {
	padding-top: 20px;
}

.fullwidth {
	width: 100%;
}

.card {
	min-height: 350px;
}
