/* Place here your custom CSS code */

/* Dropdown Content (Hidden by Default) */

.dropdown {
	position: relative;
	float: right;
}

.stic-userinfo {
	height: 90px;
}

.stic-userinfo ul {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    list-style: none;
}

/* Show the dropdown menu on hover */
.stic-userinfo:hover ul,
.stic-userinfo ul:hover
{display: block;}


table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
width: 150px !important;
}