#view_input {
    padding-top: 15px;
}

#view_input label {
    margin-right : 15px;
    cursor: pointer;
}

#view_input label input{
    margin: 5px 5px 5px 0px;
    transform: scale(1.2);
}

.row_hidden {
    display: none;
}

.toggleRow .fa {
    font-size: 12px;
}

.toggleRow {
    cursor: pointer;
}

.action-column {
    width:160px;
}

#viewTasks .glyphicon {
    margin-right: 5px;
}

.kv-grid-group-row, .kv-grouped-row, .kv-grid-group-row .kv-grid-group {
    background-color: #c4d4d6 !important;
}

.table-hover .kv-grouped-row:hover, .kv-grid-group-row .kv-grid-group:hover {
    background-color: #c0e7ec !important;
}

.select2-container .select2-selection--single {
	height: 38px !important;
}

.select2-selection.select2-selection--single {
	min-width: 93px;
}

.select2-container .select2-selection--single .select2-selection__clear {
	left: 0px;
	right: 0px;
	/* margin-right:6px; */
}

/* .select2-container .select2-selection--single .select2-selection__rendered {
	margin-top: 4px;
} */
.select2-selection.select2-selection--multiple .select2-selection__choice {
	/* margin-right: 30px; */
	padding-right: 15px;
}
/* .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
	width:0px;
} */

.link-priority:after {
	content: none;
}

.select2-platform-style-no_Remove + .select2-container .select2-selection--single .select2-selection__rendered {
	color: #212529;
	display: block;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-platform-style-no_Remove + .select2-container .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-platform-style-no_Remove + .select2-container .select2-selection {
	cursor: pointer;
	border-left: 4px solid #6797c7;
	box-sizing: border-box;
}
