body{
	background-color:Beige;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield !important;
}

.color-1{
	background-color:SteelBlue;
	Color:White;
}

.xtitle{
	font-family: 'Staatliches', cursive;
}

.ztitle{
	font-family: 'Titillium Web', sans-serif;
}

.dropdown-menu{
	background-color:SteelBlue;
	Color:White;
}
	
	
.fa-sum:before {
	content: "\03a3";
	font-family: sans-serif;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}


.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.preloader{

}

#calendar {
	width: 400px;
	margin: 5px 5px;
	overflow:auto;
}

