.print {
	display: none;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 20px;
	display:none;
	margin: 15px;
	padding: 15px 20px;
	z-index: 999;
}

table.dataTable thead .sorting{
	background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc{
	background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc{
	background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
}

#error_details, #error_message {
	margin: 5px 0;
	font-size: 24px !important;
}
#error_details .alert > p, #error_details .alert > ul {
	padding-left: 15px;
}

.validationError {
	color: red;
	font-weight: bold;
}

div.textareaBorder {
	padding: 10px;
	border: 1px solid #666 !important;
	border-radius: 5px;
}

.width20pc{
	width:20% !important;
}

.width60pc{
	width:60% !important;
}

.width20px{
	width:20px !important;
}

.width25px{
	width:25px !important;
}

.width30px{
	width:30px !important;
}

.width80px{
	width:80px !important;
}

.width90px{
	width:90px !important;
}

.width100px{
	width:100px !important;
}

.width130px{
	width:130px !important;
}

.width150px{
	width:150px !important;
}

.width160px{
	width:160px !important;
}

.width180px{
	width:180px !important;
}

.width200px{
	width:200px !important;
}

.width250px{
	width:250px !important;
}

.width300px{
	width:300px !important;
}

.width600px{
	width:600px !important;
}

.width1024px{
	width:1024px !important;
}

.width1200px{
	width:1200px !important;
}

.height35px{
	height:35px !important;
}

.height65px{
	height:65px !important;
}

.minHeight100vh{
	min-height:100vh !important;
}

.margin10pc{
	margin:10% !important;
}

.margin10pc{
	margin:10% !important;
}

.fs-7 {
	font-size: 0.875rem !important;
}

.fs-8 {
	font-size: 0.75rem !important;
}

.c-line-title {
	padding: 1rem !important;
}

.c-line {
	padding-top: 0.5rem !important;
}

#printPage .c-line {
	padding-top: 0.1rem !important;
}

.c-line-btn {
	padding: 1rem !important;
}

.c-indent-1 {
	padding-left: 1rem !important;
}

.c-indent-2 {
	padding-left: 2rem !important;
}

.c-indent-3 {
	padding-left: 3rem !important;
}

.c-indent-4 {
	padding-left: 4rem !important;
}

.c-indent-5 {
	padding-left: 5rem !important;
}

input[type=checkbox], input[type=radio] {
	width: 1rem;
	height: 1rem !important;
	margin-left: 0.2rem !important;
	margin-right: 0.2rem !important;
}

.btn {
	margin-top: 0.2rem !important;
	margin-bottom: 0.2rem !important;
}