.table th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: var(--base-font-size);
    border-top: 0;

    color: var(--kanban-col-title-color);
    background:var(--kanban-col-title-bg);
}

.table th.centeralign, .table td.centeralign {
    text-align: center;
}


.table.table-bordered th {
    border-color: var(--neutral);
}

.table .con0 {
    background: var(--content-bg);
}

.table .con1 {
    background: var(--kanban-col-bg);
}

.table-bordered th,
.table-bordered td {
    border-right: 1px solid var(--neutral);
    border-left:0px;
}

.table-bordered th:last-child,
.table-bordered td:last-child {
    border-right: 0px solid var(--neutral);
}


.dataTable {
    margin-bottom: 0;
}

.dataTable th, .dataTable td {
    font-size: var(--base-font-size);
}

.dataTables_wrapper {
    position: relative;
    overflow-x:auto;
}

.dataTables_length, .dataTables_info {
    background: var(--kanban-col-title-bg);
    padding: 10px;
    font-size: var(--font-size-s);
    border: 1px solid var(--neutral);
}

.dataTables_length {
    border-bottom: 0;
    padding-bottom: 20px;
}

.dataTables_info {
    border-top: 0;
}

.dataTables_filter {
    position: absolute;
    margin-top: -45px;
    right: 10px;
}

.dataTables_filter input {
    width: 150px;
    margin: 0 0 0 10px;
}

.dataTables_paginate {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .paginate_active,
.dataTables_paginate .paginate_button, .dataTables_paginate .next, .dataTables_paginate .last {
    padding: 5px 10px;
    border: 1px solid var(--neutral);
    font-size: var(--font-size-s);
    background: var(--kanban-col-title-bg);
    cursor: pointer;
}

.dataTables_paginate span:hover {
    background-color: var(--secondary-action-hover-bg);
}

.dataTables_paginate .first {
    border-left: 1px solid var(--neutral);
}

.dataTables_paginate .paginate_active {
    background: var(--primary-color);
}

.dataTables_paginate .paginate_button:hover {
    background: var(--kanban-col-title-bg);
}

.dataTables_paginate .paginate_button_disabled {
    cursor: default;
    color: var(--neutral);
    background: var(--kanban-col-title-bg);
}

.dataTables_paginate a {
    color: var(--primary-font-color);
    font-size:var(--font-size-s);
}

.dataTables_paginate a:hover {
    text-decoration: none;
}

.dataTables_length select {
    width: auto !important;
    margin: 0;
}

.dataTables_scrollHead {
    background: var(--primary-font-color);
}

.dataTables_scrollHead table {
    border-bottom: 0;
}

.dataTable thead th.sorting,
.dataTable thead th.sorting_asc,
.dataTable thead th.sorting_desc {
    cursor: pointer;

}

.dataTable thead th.sorting:hover,
.dataTable thead th.sorting_asc:hover,
.dataTable thead th.sorting_desc:hover {
    background: var(--col-hover-bg);
}

.dataTable thead th.sorting:after {
    font-family: FontAwesome;
    content: "\00a0\00a0\f0dc";
}

.dataTable thead th.sorting_asc:after {
    font-family: FontAwesome;
    content: "\00a0\00a0\f0de";
}

.dataTable thead th.sorting_desc:after {
    font-family: FontAwesome;

    content: "\00a0\00a0\f0dd";

}

.maincontentinner .table {
    border:1px solid var(--neutral);
}

.table-bordered {
    border-top-left-radius:var(--box-radius);
    border-top-right-radius:var(--box-radius);
}

.maincontentinner .table th,
.maincontentinner .table.table-bordered th,
.maincontentinner .table tr.dtrg-group td{
    font-weight: normal;
    text-transform:none;
    font-size: var(--base-font-size);
    border-top: 0;

    font-weight: normal;
    text-rendering: optimizelegibility;
    padding: 10px;

    border:0px;
    border-right:1px solid var(--neutral);
    border-color:var(--neutral);
    line-height: 17px;

    color: var(--kanban-col-title-color);
    background:var(--col-title-bg);
}

.table-bordered colgroup+thead tr:first-child th:first-child {
    border-top-left-radius:var(--box-radius);
}

.table-bordered colgroup+thead tr:last-child th:last-child {
    border-top-right-radius:var(--box-radius);
}

.maincontentinner .table th:last-child,
.maincontentinner .table.table-bordered th:last-child {
    border-right:0px;
}


.maincontentinner .table th.sorting_desc,
.maincontentinner .table th.sorting_asc {
    color: var(--primary-font-color);
    background:var(--col-hover-bg);
}


.maincontentinner .table tr.dtrg-group td {
    background:var(--col-hover-bg);
    color: var(--kanban-col-title-color);
    padding: 5px 10px;
}

.maincontentinner .table {
    margin-top:10px;
}

.maincontentinner .table td {
    padding:3px 5px 1px 10px;
    vertical-align: middle;
    min-height:17px;
}

.maincontentinner .table td input {
    margin-bottom:0px;
}

.maincontentinner .table td .ticketDropdown {
    margin-top:2px;
}

.maincontentinner .table td .small-input {
    width:40px;
}

.maincontentinner .dataTables_wrapper  .bottom {
    position:relative;
    background:var(--kanban-col-title-bg);
    border: 1px solid var(--main-border-color);
    border-top:0px;
    height:60px;
}

.maincontentinner .dataTables_wrapper  .dataTables_info {
    position:absolute;
    left:0px;
    top:10px;
    border:0px;
    font-size:12px;
}

.maincontentinner .dataTables_wrapper  .dataTables_length{
    position:absolute;
    left:50%;
    top:10px;
    margin-left:-65px;
    border:0px;
    padding:5px;
    font-size:12px;
}

.maincontentinner .dataTables_wrapper .dataTables_paginate{
    position:absolute;
    right:0px;
    top:10px;
    border:0px;
    padding:10px;
    font-size:12px;
}

.maincontentinner .table tr.dt-rowReorder-moving {
    outline:2px solid var(--neutral);
}

.paginate_button.current {
    color:#fff;
}

.maincontentinner .dt-buttons .dt-button-collection {
    position:absolute;
    z-index:3;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: var(--secondary-background);
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.maincontentinner .dt-buttons .dt-button-collection button {
    display:block;
    width:100%;
    margin:0px;
    background:var(--secondary-background);
    color: var(--main-menu-link-color);
    padding: 5px 10px;
    border:0px;
    text-align:left;
    text-decoration: line-through;

}

.maincontentinner .dt-buttons .dt-button-collection button.active{
    text-decoration: none;
    color: var(--primary-font-color);
}

.maincontentinner .dt-buttons .dt-button-collection button:hover,
.maincontentinner .dt-buttons .dt-button-collection button.active:hover{
    color: var(--dropdown-link-hover-color);
    background:var(--dropdown-link-hover-bg);
}

.maincontentinner .dt-buttons>.dt-button {
    display: inline-block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--neutral);
    border: 1px solid var(--secondary-action-bg);
    margin: 0 0 9px;
    padding: 3px 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: baseline;
    cursor: pointer;
    color: var(--secondary-action-color);
    background: var(--secondary-action-bg);
    text-shadow: none;
    line-height:20px;
}

.maincontentinner .dt-buttons>.dt-button span {
    line-height:20px;
}

.maincontentinner .dt-buttons>.dt-button:hover {
    background:var(--secondary-action-hover-bg);
    color:var(--secondary-action-hover-color);
}
.maincontentinner .dt-buttons .dt-button-collection button {
    border-radius:0px;
}

.maincontentinner .dt-buttons .dt-button-collection button:hover {
    background:var(--main-menu-link-hover-bg);
    color:var(--main-menu-link-hover-color);
}


.timesheetTable td.active,
.timesheetTable th.active{
   background:var(--col-title-bg);
}

.maincontentinner .timesheetTable td input {
    margin-bottom:5px;
}

.maincontentinner .timesheetTable tfoot td {
    padding:10px;
}

.maincontentinner .headtitle table,
.maincontentinner .headtitle .table th,
.maincontentinner .headtitle .table td{
    border:none;
    margin-top:0px;
}

.table th, .table td {
    border-top:1px solid var(--neutral);
}

.project-name {
    cursor: pointer;
}