.dataTables_paginate {
    width: auto;
}
.filterLabel {
    display:inline-block;
    width: 100px;
    margin-right: 5px;
    font-weight: bold;
}
.filterItem {
    margin-right: 15px;
    margin-bottom: 7px;
}
.summaryFilters .chosen-container {
    font-size: 11px;
}
.summaryFilters .chosen-container input {
    min-width: 150px;
}
.summaryFilters .chosen-results {
    max-height: 160px !important;
}
.top {
    background-image: "";
    background-repeat: repeat-x;
    height: 0;
}
#tableWidget .dataTables_length {
    padding-top:12px;
    padding-bottom:10px;
    float: right;
}
#tableWidget .dataTables_filter {
    padding-top:10px;
    padding-bottom:10px;
    float: left;
}
#tableWidget .dataTables_info {
    padding-left: 25px;
    padding-top:17px;
    padding-bottom:10px;
    clear: none;
    float: right;
    width:auto;
    /*text-align: right;*/
}
#tableWidget .dataTables_paginate {
    padding-top:10px;
    padding-bottom:10px;
}
#tableWidget .dataTables_disabled {
    background-color: rgba(0,0,0, .1);
}
.summaryFilters {
    background-color: #EEEEEE;
    padding: 10px;
    border: 1px solid lightgrey;
}
#tableWidget th {
    vertical-align: middle;
    font-size: 11px;
    background-color: #EEEEEE;
    /*background-color: darkgray;*/
}
#tableWidget thead .sorting_disabled {
    color: darkgray;
    border: 1px solid #d3d3d3;
}
#tableWidget thead .sorting{
    background-color : #EEEEEE;
    border: 1px solid lightgrey;
}
#tableWidget thead .sorting_asc {
    background-color: lightgrey;
}
#tableWidget thead .sorting_desc {
    background-color: lightgrey;
}
#tableWidget .onOff {
    text-align: center;
}

.summaryFilters .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.summaryFilters .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.summaryFilters .clearFilters {
    float: right;
    cursor: pointer;
    margin: -25px 5px;
    color: #333333;
    background-color: #ffffff;
    font-family: arial;
    font-size: .8em;
    font-weight: bold;
    border: 1px solid #999999;
}
.showHideButton {
    float: left;
    cursor: pointer;
    margin-left: 35px;
    margin-top: 13px;
    color: #333333;
    background-color: #ffffff;
    font-family: arial;
    font-size: .8em !important;
    font-weight: bold;
    border: 1px solid #999999;
}

.backToTopButton{
    float: right;
    cursor: pointer;
    margin-left: 35px;
    margin-top: 13px;
    color: #333333;
    background-color: #ffffff;
    font-family: arial;
    font-size: .8em;
    font-weight: bold;
    border: 1px solid #999999;
}

.healthCheckbox, 
.migrationSourceHealthCheckbox,
.migrationDestinationHealthCheckbox {
    margin-right: 5px;
}
#healthCheckbox img, 
#migrationSourceHealthCheckbox img, 
#migrationDestinationHealthCheckbox img,
#healthCheckbox1 img,
#healthCheckbox2 img {
	margin-right: 5px;
	padding-bottom: 3px;
}
.headingDescriptions {
    border: 1px solid black;
}
.vaultFilter{
    width:45%;
    max-width:45%;
    min-width: 400px;
    float: left;
    height:100%;
}
#generalVaultFilter {
    padding-top: 10px;
    width:99%;
    max-width:99%;
    float: left;
    height:100%;
}
.deviceFilter{
    width:45%;
    max-width:45%;
    min-width: 400px;
    float: left;
    height:100%;
}
#generalDeviceFilter {
    padding-top: 10px;
    width:99%;
    max-width:99%;
    float: left;
    height:100%;
}

.dialog-button.showHideButton {
    float:left !important;
}

.line-separator{
    border-bottom:1px solid lightgrey;
}

table.drawerTable td {
    vertical-align: bottom;
}

table.drawerTable td.drawerChildLabel {
    width: 90px;
    text-align: right;
    vertical-align: middle;
}

.dataTable th.details-control,
.dataTable td.details-control{
    background: url("../images/ico_circular_plus.png") no-repeat center center;
    /*background-color: #FFFFFF;*/
    cursor: pointer;
}
.dataTable tr.shown th.details-control,
.dataTable tr.shown td.details-control{
    background: url("../images/ico_circular_minus.png") no-repeat center center;
    /*background-color: #EEEEEE;*/
    cursor: pointer;
}

.drawerTable td {
    background-color: lightgrey;
}

table.display tbody tr.even:hover td{
    background-color: #f2f2f2 !important;
}

table.display tbody tr.odd:hover td {
    background-color: #f2f2f2 !important;
}

table.dataTable.display {
    border: solid lightgrey 1px !important; /* $header-border; */
    border-collapse: collapse;
    box-sizing: border-box;
}

table.dataTable.display th {
	background-color: #f4f7fb !important; /* $header-background; */
    border: solid lightgrey 1px !important; /* $header-border; */
    border-top: none !important;
    font-weight: bold !important;
    padding: 10px 18px !important;
    user-select: none !important;
}

table.dataTable.display tr:nth-child(even) {
	background-color: #f4f7fb !important; /* $header-background; */
}

table.dataTable.display tr:nth-child(even) td {
    background-color: #f4f7fb !important; /* $header-background; */
}

table.dataTable.display tr:nth-child(odd) {
	background-color: white !important;
}

table.dataTable.display tr:nth-child(odd) td {
    background-color: white !important;
}

div#optionFilterItem .chosen-drop {
	width: max-content;
}

div#optionFilterItem li.search-choice span,
div#optionFilterItem li.search-choice svg {
	vertical-align: middle;
}

table#optionFilterTable {
	border-collapse: collapse;
}

table#optionFilterTable tr{
	height: 27px;
}

table#optionFilterTable th {
	background-color: #FFFFFF;
	padding: 5px;
}

table#optionFilterTable th span,
table#optionFilterTable th svg {
	vertical-align: middle;
}

table#optionFilterTable tbody tr:nth-child(odd) {
	background-color: #f4f7fb !important;
}

table#optionFilterTable tbody tr:nth-child(odd) td {
    background-color: #f4f7fb !important;
}

table#optionFilterTable tbody tr:nth-child(even) {
	background-color: white !important;
}

table#optionFilterTable tbody tr:nth-child(even) td {
    background-color: white !important;
}

table#optionFilterTable tr {
	border: solid lightgrey 1px !important;
}

table#optionFilterTable td {
	padding: 5px 0;
}

table#optionFilterTable td:first-child {
	padding: 7px 10px 5px;
}

table#optionFilterTable input {
	min-width: 75px;
}
