a {
	color: #67B346;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #67B346;
	background-color: rgba(233, 244, 234, 1);
}

div.paginationControl a {
        color: rgba(78, 152, 10, 1);
}

div#main div#content div.gridSimple div.gridContainer table th.sort.up {
	background-image: url('/icon/arrowUpS-green.png');
}
div#main div#content div.gridSimple div.gridContainer table th.sort.down {
	background-image: url('/icon/arrowDownS-green.png');
}
div#main div#content div.contentContainer.collapsible h3 {
    background-image: url('/icon/arrowUpS-green.png');
    padding-right: 15px;
}
div#main div#content div.contentContainer.collapsible.collapsed h3 {
    background-image: url('/icon/arrowDownS-green.png');
    padding-right: 15px;
}

/* override select 2 for searunner */

.select2-results .select2-highlighted {
	background: #67B346 !important;
}

.select2-drop-active {
        border: 1px solid #67B346 !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #67B346 !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #67B346 !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #67B346 !important;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #67B346 !important;
}
