/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Your Name
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/
.fa-3 {
  font-size: 1.8em;
}

.fa-3-gold {
    color: #D9A441;
}

.fa-3-silver {
    color: #A8A8A8;
}

.fa-3-bronze {
    color: #965A38;
}

#spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	z-index: 999;
	border: 1px solid black;
	padding: 15px;
	display: none;
}

.dt-buttons {
	padding-left: 10px;
}

.quick-access-item {
	min-height: 85px;
}

.bg-primary {
  color: #000;
  background-color: #fff;
}

.red {
	color: red;
}

.gold {
    color: #D9A441;
}

.pointer {
	cursor: pointer;
}

textarea {
	min-height: 300px;
    resize: both;
    overflow: auto;
}