@charset "utf-8";
/* CSS Document */
.base-container{
	margin:0 auto; width:1100px;min-width: 1100px;
}
.base-container-lg{
	margin:0 auto; width:1300px;min-width: 1300px;
}
.base-container-sm{
	margin:0 auto; width:900px;min-width: 900px;
}
.base-label{
	font-weight: normal;text-align: right;padding-right: 5px;
}
.base-unit{
	font-weight: normal;padding-;padding-left: 0px;
}
.block-title>th{
	color:#fff;
	background-color: #3280fc !important;
	font-size:20px;
}
.block-srv>th{
	color:#fff;
	background-color: #AFAF61 !important;
	font-size:20px;
}
.important_input{
	 background-color: #FFD5E2;
}
.cancelled{
	color: lightgray;
}
.psnote{
	font-size:10px;
}
.truncate {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
