.search-btn-p {
    padding: 7px 5px 4px 5px !important;
}

.main-icons {
    top: 5px;
}
.table td {
	padding:0px 5px;
}
.table td input,.table .select2-selection,.table td select {
	border:none;
	background:none;
}

.table td input,.table td select{
	min-width:150px;
}
.table .btn {
	margin:3px;
	font-size:12px;
}
.arrow-left {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}
.arrow-right {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid blue;
    float:right !important;
    opacity:0.5
}