/* Add here all your CSS customizations */
.datepicker.dropdown-menu {
	z-index: 10002 !important;
}
.colorpicker.dropdown-menu {
	z-index: 10003 !important;
}
.select2-drop-mask {
    z-index: 10010;
}

.select2-drop {
    z-index: 10011;
}

.select2-search {
    z-index: 10012;
}
.t-one{
	background-color:#175207;
	color:white;
}
.t-two{
	background-color:#095683;
	color:white;
}
.t-three{
	background-color:#831a09;
	color:white;
}
.t-four{
	background-color:#837f09;
	color:white;
}
.t-five{
	background-color: #697706;
	color:white;
}