#go-to-top {
    display: none;
    position: fixed;
    bottom: 4em;
    right: 2.5em;
    cursor: pointer;
    color: #004D91;
}

.default-table thead {
    color: white;
}

.default-table {
    background-color: #004D91;
    border: 1px solid #004D91;
    margin-bottom: 1em;
    border-radius: 5px;
}

.default-table .table-striped > tbody > tr:nth-of-type(even) {
    background: white;
}

.default-table .table-striped > tbody > tr:nth-of-type(even) {
    background: #ccc;
}

.default-table .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.default-table .table > thead > tr > th {
    border-bottom: 1px solid transparent;
}

.default-table a:hover, .default-table a:focus {
    text-decoration: none;
}

.default-table .actions-col {
    text-align: right;
    font-size: 0;
}

.default-table .actions-col .btn {
    margin-right: 5px;
}

.default-table .ui-paginator {
    color: white;
}

.default-table.ui-datatable .ui-paginator .ui-state-hover .ui-icon {
    background-image: url("/service-portal/javax.faces.resource/img/themeroller-iconset-custom.png?ln=acbis-commons");
}

.default-table .ui-icon {
    background-image: url("/service-portal/javax.faces.resource/img/themeroller-iconset-white.png?ln=acbis-commons");
}

.default-table .ui-paginator-first, .default-table .ui-paginator-prev,
.default-table .ui-paginator-next, .default-table
.ui-paginator-last {
    border: 1px solid white;
}

.default-table.ui-datatable .ui-paginator .ui-state-hover {
    background-color: white;
}

.default-table .ui-column-filter {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.default-table .table > thead > tr > th {
    vertical-align: top;
}

.tab-content {
    padding: 1em;
}

.delete-container {
    display: inline-block;
}

.hidden-action-helper {
    display: none;
}

.modal-header .close, .modal-header h4 {
    color: white;
}

.modal-header {
    background: #004D91;
}

.scrollable-content {
    overflow: auto;
}

