/* STYLE TO PERSONALICE SELECT2 STYLE*/
	.select2-container-multi .select2-choices {
		background-image: none !important;
		background-color: #FFFFFF !important;
	}
	.select2-container--default .select2-selection--single {
		border: 1px solid #cccccc !important;
		border-radius: 0px !important;
	}
	.select2-container .select2-selection--single {
		height: 38px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 36px !important;
		width: 28px !important;
		border-left: 1px solid #cccccc !important;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-right: 36px !important;
	}
	span.select2.select2-container.select2-container--default {
		width: 100% !important;
	}
	.select2-container--default .select2-selection--multiple {
		border: solid #cccccc 1px !important;
		border-radius: 0 !important;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		color: #fffcfc !important;
		margin-right: 10px !important;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		color: #fff !important;
		background-color: #79ba38 !important;
		border-color: #316d00 !important;
	}


	.dataTables_filter,
	.dataTables_paginate.paging_simple_numbers {
		text-align: right;
		padding-right: 50px;
	}
	ul.dropdown-menu {
		left: inherit;
		right: 0px;
	}
	table.dataTable thead .sorting_asc:after {
		content: "\e155" !important; /* sort-by-attributes */
	}
	table.dataTable thead .sorting_desc:after {
		content: "\e156" !important; /* sort-by-attributes-alt */
	}
	table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc,
	table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled,
	table.dataTable thead .sorting {
		background-image: none !important;
	}

	.logo-top{
		padding-top:7px;
	}
	.logo-login{
		display: initial;
	}

	.active a span.fa {
		margin-right: 0px !important;
	}


	.heading i {
		color: #d86918;
	}
	.heading .fa-plus-circle {
		float: left;
	}
	.heading h4 {
		line-height: 38px !important;
		margin: 0;
		padding-left: 40px;
		font-weight: normal;
		font-size: 15px;
	}