/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
::marker {
  display: none;
}

ul.pagination {
	list-style: none !important;
}

ul.pagination li.paginate_button {
	padding: 0;
}


div.rqp-title {
	font-size: 1.2em;
}

table#dataTable .collapse-toggle.collapsed:after {
    content: "\e080";
    margin-left: 5px;
}

table#dataTable .collapse-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
    margin-left: 5px;
}

table#dataTable .btn-success {
    background-color: #a0c866;
    border-color: #a0c866;
}

.page-link {
    text-decoration: none !important;
    color: #fff !important;
    color: #a0c866 !important;
}

.page-item.active .page-link {
	background-color: #a0c866 !important;
    border-color: rgba(66,139,202,.2) !important;
    border: 1px solid #ddd;
    color: #fff !important;
}