.borderBasic {
	border: 1px solid lightgray;
	border-radius: 15px;
}
table.tablesorter thead tr .header {
	/* background-image: url(../icons/tablesorter/bg.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	/* background-image: url(../icons/tablesorter/asc.gif); */
}
table.tablesorter thead tr .headerSortDown {
	/* background-image: url(../icons/tablesorter/desc.gif); */
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.clickable {
	cursor: pointer;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* needed for correct position on narrow devices */
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}