/* Add here all your CSS customizations */

.del-span{
	cursor: pointer;
}


/* select2 auto height */
/* .select2-container--bootstrap .select2-selection--multiple {
    height: auto;
    padding-bottom: 5px;
}
 */
/* select2 auto width */
/* .wid-custom-select + .select2-container {
    width: calc(100% - 45px) !important;
}
 */

/* select2 placeholder color */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color:#BDBDBD;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color:#BDBDBD; 
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #BDBDBD !important;
}

/* autocomplte border with icon */
.bootstrap-tagsinput {
    border-radius: 0 4px 4px 0;
}

.bootstrap-tagsinput input[placeholder]::-webkit-input-placeholder,
.bootstrap-tagsinput input[placeholder]::placeholder {
    color: #bbb;
}

/* Font awesome colors */
.fa-trash-alt:hover {
    color: #e60000;
}

.fa-edit:hover {
    color: green;
}

.fa-user-check:hover {
    color: green;
}

/* Remove left line from logo */
.header.header-nav-menu .logo:after {
    content: none;
}

/* centerd align select2 */
.dataTables_wrapper .select2-container {
	margin-right: 0;
}

/* Logo image */
.header .logo img {
    color: transparent;
    height: 45px;
    width: 240px;
}


.leftMargin{
	margin-left: 11px;
	margin-right: -10px;
}



.fa-power-off:hover {
    color: red;
}







