﻿body {
    padding-top: 60px;
}

th.sorting {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

th.sorting:after {
    float: right;
    font-size: 10px;
    content: '\25b2 \25bc';   
}

th.sorting.sorting_asc:after, th.sorting.sorting_desc:after {
	font-size: 12px;
    margin-top: 2px;
}

th.sorting.sorting_asc:after {
    content: '\25b2';
}

th.sorting.sorting_desc:after {
    content: '\25bc';
}

.datepicker {
    z-index: 1050;
}