/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: white;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: white;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: white;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: white;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: white;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: white;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: white;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: white;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: white;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: white;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  height: 33px;
  width: 33px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 7px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* custom style 31.8.2015 */
.dataTables_paginate span span.ellipsis {
	display:inline;
}

/*
  category:      general table layouts 
  task:          all tables at least version 3 
  description:   table version x.x, hits all 
*/

table.dataTable thead {
	/* 
	background-color: #e1e1e2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$colortop, endColorstr=$colorbottom);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e2), color-stop(100% #c3c3c4));
	background-image: -webkit-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -moz-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -ms-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -o-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%); 
	*/
 }
 
  table.dataTable thead th {
    /* border-top: 1px solid #666; */
	/* border-right: 1px solid #666; */
	border-bottom: 1px solid #666;
	/* border-left: 1px solid #fff; */
	/* padding-right: 0; */
	position: relative; 
}
  table.dataTable thead th:nth-of-type(1) {
    /* border-left: 1px solid #666; */
    /* 
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
	*/
}
  table.dataTable thead th:nth-last-of-type(1) {
    /*
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
	*/
}
  table.dataTable thead th:after {
    font-family: "icons", sans-serif;
    position: absolute;
    right: 1px;
    bottom: 3px;
    content: " ";
    float: none;
    margin-right: 0;
    font-size: 20px;
	/* font-size: 32px; */
    line-height: 32px;
    font-weight: normal; }
  table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting {
    background-image: none; }
  table.dataTable thead th.sorting_desc:after {
    content: "\E703"; }
  table.dataTable thead th.sorting_asc:after {
    content: "\E703";
    bottom: -1px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

table.dataTable td {
  overflow: hidden; }

.paginate_button.current {
  background-color: #e1e1e2;
  /*
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$colortop, endColorstr=$colorbottom);
  */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e2), color-stop(100% #c3c3c4));
  background-image: -webkit-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
  background-image: -moz-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
  background-image: -ms-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
  background-image: -o-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
  background-image: linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; 
}

/* length field */
.dataTables_length, .dataTables_filter {
  margin-bottom: 10px; }

.dataTables_length label {
  line-height: 32px; }

.dataTables_length .selectboxit-container .selectboxit {
  width: 90px; }




table.dataTable {
    margin: 0;
}

table.dataTable tbody tr td span.duration, table.dataTable tbody tr td span.storage {
	float:right;
	padding-right: 8px;
}

table.dataTable thead tr th[aria-label="Date"], table.dataTable tbody tr td:nth-child(3) {
    /* width: 25%; */
}




/*
  category:      single table layouts 
  task:          move up some layouts to general
  description:   table version 1 or 2
*/


table.dataTable tbody th, table.dataTable#router_table tbody td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 24px;
}

/* new styles job site */

#jobtype_table_reorg_wrapper table.dataTable tbody tr td:nth-child(1),
#jobtype_table_reorg_wrapper table.dataTable tbody tr td:nth-child(2),
#jobtype_table_reorg_wrapper table.dataTable tbody tr td:nth-child(3),
#jobtype_table_format_wrapper table.dataTable tbody tr td:nth-child(1),
#jobtype_table_format_wrapper table.dataTable tbody tr td:nth-child(2),
#jobtype_table_format_wrapper table.dataTable tbody tr td:nth-child(3),
#jobtype_table_export_wrapper table.dataTable tbody tr td:nth-child(1),
#jobtype_table_export_wrapper table.dataTable tbody tr td:nth-child(2),
#jobtype_table_export_wrapper table.dataTable tbody tr td:nth-child(3)
 {
	 padding: 2px 15px 2px 10px;
 }

#jobtype_table_reorg_wrapper table.dataTable thead tr th:nth-child(1),
#jobtype_table_reorg_wrapper table.dataTable thead tr th:nth-child(2),
#jobtype_table_reorg_wrapper table.dataTable thead tr th:nth-child(3),
#jobtype_table_format_wrapper table.dataTable thead tr th:nth-child(1),
#jobtype_table_format_wrapper table.dataTable thead tr th:nth-child(2),
#jobtype_table_format_wrapper table.dataTable thead tr th:nth-child(3),
#jobtype_table_export_wrapper table.dataTable thead tr th:nth-child(1),
#jobtype_table_export_wrapper table.dataTable thead tr th:nth-child(2),
#jobtype_table_export_wrapper table.dataTable thead tr th:nth-child(3)
  {
	 padding: 2px 10px 2px 10px;
 }
 
#standard_log_wrapper table.dataTable thead tr th:nth-child(1),
#standard_log_wrapper table.dataTable thead tr th:nth-child(2),
#standard_log_wrapper table.dataTable thead tr th:nth-child(3),
#standard_log_wrapper table.dataTable thead tr th:nth-child(4)
  {
	padding: 2px 10px 2px 10px;
	width:10px;
 }
  
#standard_log_wrapper table.dataTable tbody tr td:nth-child(1),
#standard_log_wrapper table.dataTable tbody tr td:nth-child(2),
#standard_log_wrapper table.dataTable tbody tr td:nth-child(3),
#standard_log_wrapper table.dataTable tbody tr td:nth-child(4)
 {
	 padding: 2px 10px 2px 10px;
	 width:10px;
 } 
#replace_devices_wrapper table.dataTable thead tr th:nth-child(1)
  {
	padding: 2px 10px 2px 10px;
	width:10px;
 }
  
#replace_devices_wrapper table.dataTable tbody tr td:nth-child(1),
#replace_devices_wrapper table.dataTable tbody tr td:nth-child(2),
#replace_devices_wrapper table.dataTable tbody tr td:nth-child(3)
 {
	 padding: 2px 10px 2px 10px;
	 width:10px;
 }
  
#jobtype_table_export_wrapper  input[type="search"],
#jobtype_table_export_wrapper  label select[name="jobtype_table_export_length"],
#jobtype_table_format_wrapper  input[type="search"],
#jobtype_table_format_wrapper  label select[name="jobtype_table_format_length"],
#jobtype_table_reorg_wrapper  input[type="search"],
#jobtype_table_reorg_wrapper  label select[name="jobtype_table_reorg_length"],
#recorded_blocks_camera_wrapper  input[type="search"],
#recorded_blocks_camera_wrapper  label select[name="jobtype_table_reorg_length"],
#standard_log_wrapper  input[type="search"],
#standard_log_wrapper  label select[name="standard_log_length"],
#spanhistory_log_wrapper  input[type="search"],
#spanhistory_log_wrapper  label select[name="spanhistory_log_length"],
#rcpp_log_wrapper  input[type="search"],
#rcpp_log_wrapper  label select[name="rcpp_log_length"],
#replays_wrapper  input[type="search"],
#replays_wrapper  label select[name="replays_length"],
#replace_devices_wrapper  input[type="search"],
#replace_devices_wrapper  label select[name="replace_devices_length"],
#logbook_wrapper  input[type="search"],
#logbook_wrapper  label select[name="logbook_length"],
div[id*="_wrapper"].dataTables_wrapper input[type="search"],
div[id*="_wrapper"].dataTables_wrapper label select[name*="_length"]
{
    position: relative;
    height: 24px;
    /*
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    /* behavior: url('css_pie/PIE.htc'); */
    font-weight: 600;

    /* border: 1px solid #c3c3c4; */
    border: none;
    color: #404245;
    padding: 0 16px;
    background-color: #efefef;
    /*
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e2), color-stop(25% #ffffff));
	background-image: -webkit-linear-gradient(top, #e1e1e2 0%, #ffffff 25%);
    background-image: -moz-linear-gradient(top, #e1e1e2 0%, #ffffff 25%);
    background-image: -ms-linear-gradient(top, #e1e1e2 0%, #ffffff 25%);
    background-image: -o-linear-gradient(top, #e1e1e2 0%, #ffffff 25%);
    background-image: linear-gradient(top, #e1e1e2 0%, #ffffff 25%);
	-pie-background: linear-gradient(#e1e1e2 0%, #ffffff 25%);
	*/
    position: relative;
    /* behavior: url('css_pie/PIE.htc'); */
}

#jobtype_table_export_wrapper tbody td ,
#jobtype_table_format_wrapper tbody td ,
#jobtype_table_reorg_wrapper tbody td  {
	    text-indent: 1px;
}

#jobtype_table_export_wrapper thead tr th:first-child:after ,
#jobtype_table_format_wrapper thead tr th:first-child:after ,
#jobtype_table_reorg_wrapper   thead tr th:first-child:after  {
	    display:none;
}

div a.paginate_button.first,
div a.paginate_button.next,
div a.paginate_button.previous,
div a.paginate_button.last {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1em;
}


#standard_log_wrapper  label select[name="standard_log_length"],
#spanhistory_log_wrapper  label select[name="spanhistory_log_length"],
#rcpp_log_wrapper  label select[name="rcpp_log_length"]  {
	padding-right: 1px;
	padding-left: 1px;
}

.page_replace_device table.dataTable tbody tr.selected td{
	background-color:  #d3e7f2;
}

.page_replace_device  table.dataTable.display tbody tr.even.selected > .sorting_1,
.page_replace_device  table.dataTable.display tbody tr.odd.selected > .sorting_1 {
    background-color: #d3e7f2;
}

.page_system_information table.dataTable#event_log td {
	text-indent:0px;
}

.page_logbook #logbook_wrapper table.dataTable tbody th, .page_logbook table.dataTable tbody td {
    padding: 3px 3px 3px 3px;
	text-indent:0px;
}

.page_logbook #logbook_wrapper table.dataTable tbody tr td:nth-child(1) {
	text-indent: 8px;
}


.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr{
	border-bottom: 0px;
}

.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(1) th:nth-child(1){
	border-bottom:0px;
	/* border-radius: 5px 0px 0px 0px; */
}

.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(1) th:nth-child(2){
	/* border-radius: 0px 0px 0px 0px; */
	border-left:0px;
	border-bottom:0px;
}

.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(1) th:nth-child(3){
	/* border-radius: 0px 5px 0px 0px; */
	border-bottom:0px;
	border-left:0px;
}

.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(2) th:nth-child(1){
	/* border-radius: 0px 0px 0px 5px; */
	border-left: 1px solid #666;
}
.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(2) th:nth-child(11){
	/* border-radius: 0px 0px 5px 0px; */
}
.page_devices #devices_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(2) th{
	border-left:0px;
}

.page_cameras #cameras_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(1) th:nth-child(1){
	border-bottom:0px;
	/* border-radius: 5px 0px 0px 0px; */
}

.page_cameras #cameras_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(1) th:nth-child(2){
	border-bottom:0px;
	border-left:0px;
	/* border-radius: 0px 5px 0px 0px; */
}

.page_cameras #cameras_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(2) th:nth-child(1){
	/* border-radius: 0px 0px 0px 5px; */
}

.page_cameras #cameras_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(2) {
	border-left:0px;
}
.page_cameras #cameras_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr:nth-child(2) th:nth-child(7){
	border-left:0px;
	/* border-radius: 0px 0px 5px 0px; */
}

.page_targets #targets_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable tbody tr td:nth-child(8),
.page_targets #targets_default_118114109095109111095112114101115101116095109117108116105112097116104105110103_wrapper .dataTable thead tr th:nth-child(8){
	text-indent:0px;
	overflow: auto;
	min-width:250px;
}

.page_blocklist #blocklist_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable tbody tr td:nth-child(3),
.page_blocklist #blocklist_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable thead tr th:nth-child(3),
.page_blocklist #blocklist_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable tbody tr td:nth-child(4),
.page_blocklist #blocklist_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTable thead tr th:nth-child(4){
	text-indent:0px;
	width:100px;
}

.dataTable tbody tr td {
	text-indent:0px;
}

table.dataTable tbody TR:hover .sorting_1 {
	/*color:yellow !important;*/
}

.page_storage_management table.dataTable tbody TR.active td.sorting_1,
.page_storage_management table.dataTable tbody TR.active,
.page_storage_management table.dataTable tbody TR:hover,
.page_storage_management table.dataTable tbody TR:hover .sorting_1 {
    /*background: none !important;*/
    /*background-color: #d3e7f2 !important;*/
    /*position: relative;*/
}

.page_storage_management table.dataTable tbody th,
.page_storage_management table.dataTable tbody td,
.step_storage_management table.dataTable tbody th,
.step_storage_management table.dataTable tbody td {
    padding: 5px 0px;
}

.table-spinner {
	margin-top:20px;
	height:100px;
	background:url("../../shared/img/blue_anim.gif") no-repeat center center;
}

.list-controls-top {
	margin-bottom:1em; 
}

td.details-control {
    z-index:10;
    /*background: url('../img/details_open.png') no-repeat center center;*/
    cursor: pointer;
}
tr.shown td.details-control {
    /*background: url('../img/details_close.png') no-repeat center center;*/
}



#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_length,
#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_filter,
#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTables_scrollHead ,
#lun_details_sink_default_118114109095109111095112114101115101116095098097115105099_length,
#lun_details_sink_default_118114109095109111095112114101115101116095098097115105099_filter,
#lun_details_sink_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTables_scrollHead {
	/* display:none; */
}

/*


div[id*="_wrapper"]
p[id^="lorem"][id$="Ipsum"]
*/

/*div[id^="storage_management_sink_target_"][id$="_default_118114109095109111095112114101115101116095098097115105099_length"],
div[id^="storage_management_sink_target_"][id$="_default_118114109095109111095112114101115101116095098097115105099_filter"],
div[id^="storage_management_sink_target_"][id$="_default_118114109095109111095112114101115101116095098097115105099_wrapper"] .dataTables_scrollHead,
div[id^="storage_management_sink_target_"][id$="_default_118114109095109111095112114101115101116095098097115105099_info"],
div[id^="storage_management_sink_target_"][id$="_default_118114109095109111095112114101115101116095098097115105099_paginate"],*/

div[id^="storage_management_sink_lun_"][id$="_default_118114109095109111095112114101115101116095098097115105099_length"],
div[id^="storage_management_sink_lun_"][id$="_default_118114109095109111095112114101115101116095098097115105099_filter"],
div[id^="storage_management_source_default_118114109095109111095112114101115101116095098097115105099_filter"],
div[id^="storage_management_source_2_default_118114109095109111095112114101115101116095098097115105099_filter"],
div[id^="storage_management_source_default_118114109095109111095112114101115101116095098097115105099_paginate"],
div[id^="storage_management_source_2_default_118114109095109111095112114101115101116095098097115105099_paginate"],
div[id^="storage_management_sink_lun_"][id$="_default_118114109095109111095112114101115101116095098097115105099_wrapper"] .dataTables_scrollHead,
div[id^="storage_management_sink_lun_"][id$="_default_118114109095109111095112114101115101116095098097115105099_info"],
div[id^="storage_management_sink_lun_"][id$="_default_118114109095109111095112114101115101116095098097115105099_paginate"]{
	 display:none;
}

div[id^="storage_management_sink_target_"][id$="_default_118114109095109111095112114101115101116095098097115105099_wrapper"] .dataTables_scrollBody,
div[id^="storage_management_sink_lun_"][id$="_default_118114109095109111095112114101115101116095098097115105099_wrapper"] .dataTables_scrollBody{
    border-bottom: none;
}

/*tr.shown td.details-control {
    !*background: url('../img/details_close.png') no-repeat center center;*!
    float: left;
    content:'\e700';


}
tr.shown td.details-control.close {
    !*background: url('../img/details_close.png') no-repeat center center;*!
    float: left;
    content:'\e700';
}*/

tr td.tree-control {
    /* background: url('../img/details_close_tree.png') repeat center center; */
}

#storage_management table.dataTable tbody tr.shown + tr > td {
    padding:0px;
}
lun_details_source_default_118114109095109111095112114101115101116095098097115105099_wrapper
#lun_details_default_118114109095109111095112114101115101116095098097115105099_paginate.dataTables_paginate.paging_full_numbers,
#lun_details_default_118114109095109111095112114101115101116095098097115105099_info ,
#lun_details_source_2_default_118114109095109111095112114101115101116095098097115105099_paginate.dataTables_paginate.paging_full_numbers,
#lun_details_source_2_default_118114109095109111095112114101115101116095098097115105099_info ,
#lun_details_source_2_default_118114109095109111095112114101115101116095098097115105099_length ,
#lun_details_source_2_default_118114109095109111095112114101115101116095098097115105099_filter ,
#lun_details_source_2_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTables_scrollHead,

#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_paginate.dataTables_paginate.paging_full_numbers,
#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_info ,
#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_length ,
#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_filter ,
#lun_details_source_default_118114109095109111095112114101115101116095098097115105099_wrapper .dataTables_scrollHead,

#lun_details_sink_default_118114109095109111095112114101115101116095098097115105099_paginate.dataTables_paginate.paging_full_numbers,
#lun_details_sink_default_118114109095109111095112114101115101116095098097115105099_info 
{
	display:none;
}

#storage_management_sink_target_default_118114109095109111095112114101115101116095098097115105099_paginate.dataTables_paginate.paging_full_numbers,
#storage_management_sink_target_default_118114109095109111095112114101115101116095098097115105099_info
{
	/*display:none;*/
}

.page_lun_details #lun_details .dataTables_wrapper.no-footer .dataTables_scrollBody{
 border-bottom: 0.7px solid #ccc;
 }


.page_storage_management tbody > tr > td.details-control{
    /*width:25%;*/
}

.page_storage_management tbody > tr > td.details-control.drive {
    background-position-x: 50%;
}
.page_storage_management tbody > tr > td.details-control.target {
    background-position-x: 55%;
}
.page_storage_management tbody > tr > td.details-control.lun {
    background-position-x: 60%;
}

.page_storage_management tbody > tr:nth-child(2) > td {
    width:25%;
}

.page_storage_management tbody > tr:last-child > td {
    width:25%;

}


tbody .target.details-control.icon-close::before{
    float: left;
    /*content:'\e700'; */
    content:'';
    /*color:orangered;*/
    /*transform: rotate(-90deg);*/
    /*transition: all 100ms linear;*/
    margin-top: 3px;
    margin-left: -2px;
    margin-right: 2px;
}

tbody .target.details-control::before{
    float: left;
    /*content:'\e700';*/
    /*transition: all 100ms linear;*/
    /*color:chartreuse;*/
}

tr td.lun-icon {
    background: url('../img/cm/Lun_17x16.png') no-repeat center center;
}


tr td.iSCSI-icon {
    background: url('../img/cm/iSCSI_17x16.png') no-repeat center center;
}


tr td.target-icon {
    background: url('../img/cm/Target_17x16.png') no-repeat center center;
}

div[id^="storage_management_source_2_default_118114109095109111095112114101115101116095098097115105099_wrapper table.dataTable thead tr th:nth-child(1)"]{
    width:30%;
}

/*# sourceMappingURL=datatables.bosch.css.map */

/*
#replace_devices_wrapper
{
    padding: 2px 10px 2px 10px;
    width:10px;
}*/



.removeStorageBtn .icon-Basket:before {
    content: "\E744";
    font-size: 30px;
    line-height: 20px;
}

.monitoringsite #content .page_cameras div table tbody tr.active,
.monitoringsite #content .page_cameras div table tbody tr.active .sorting_1{
    background:#D4E7F2;
}
.monitoringsite #content .page_targets div table tbody tr.active,
.monitoringsite #content .page_targets div table tbody tr.active .sorting_1{
    background:#D4E7F2;
}
.monitoringsite #content .page_pools div table tbody tr.active,
.monitoringsite #content .page_pools div table tbody tr.active .sorting_1{
    background:#D4E7F2;
}

#storage_management_sink_target_default_118114109095109111095112114101115101116095098097115105099_wrapper table.dataTable tbody tr td:nth-child(1){
    
}

.page_storage_management table.dataTable thead th,
.page_storage_management table.dataTable thead td,
.page_manage_storage table.dataTable thead th,
.page_manage_storage table.dataTable thead td,
.page_manage_storage table.dataTable thead th,
.page_manage_storage table.dataTable thead td,
.page_device_info table.dataTable thead th,
.page_device_info table.dataTable thead td,
.step_storage_management table.dataTable thead th,
.step_storage_management table.dataTable thead td
{
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 13px;
 }

.page_manage_storage table.dataTable tbody th,
.page_manage_storage table.dataTable tbody td,
.page_manage_storage table.dataTable tbody th,
.page_manage_storage table.dataTable tbody td,
.page_device_info table.dataTable tbody th,
.page_device_info table.dataTable tbody td
{
    padding-left: 4px;
 }

/*cell edit */

.my-input-class {
    padding: 3px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 40%;
}
.my-confirm-class,.my-cancel-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #a94442;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #628cb2 0%, #003b6a 100%);
}
.configurationsite table.dataTable .error {
    border: solid 1px;
    border-color: #a94442;
}
.destroy-button{
    padding:5px 10px 5px 10px;
    border: 1px blue solid;
    background-color:lightgray;
}

.pen_edit:after{
    font-family: 'icons';
    content:"\E713";
    font-size: 24px;
    line-height: 20px;
    float:right;
    color: #c3c3c4;
    cursor: pointer;
}
.cam_type:before{
    font-family: 'icons';
    content:"\E70A";
    font-size: 24px;
    line-height: 20px;
    float:left;
    color: #c3c3c4;
    margin:auto;
    text-align:center;
}

.page_device_info table.dataTable tbody th, .page_device_info table.dataTable tbody td {
    padding:5px 1px 5px 1px;
    text-indent: 1%;
}
.page_manage_devices table.dataTable tbody th, .page_manage_devices table.dataTable tbody td {
    padding:2px 1px 2px 1px;
    text-indent: 1%;
}

.page_manage_devices table.dataTable thead tr th:nth-child(1),
.page_manage_devices table.dataTable tbody tr td:nth-child(1)
{
    padding: 2px 10px 2px 10px;
    width:15px;
}

span.cam_type{
    position: absolute;
    left: 13px;
    top: -11px;
}
span.name{
    position: absolute;
    left: 70px;
    top: -11px;
    width:200px;
}

div.device_name {
    position: relative;
}

/*
.page_storage_management_sink_target .dataTables_scrollHead tr th:last-child,
.page_storage_management_sink_target .dataTables_scrollBody tr td:last-child{
    width:35%;
}*/
/*end cell edit */


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspHorizontalBar,
.jspVerticalBar,
.jspTrack
{
	background: transparent;
	width: 11px !important;
}

.jspDrag
{
	background:  #bbd;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:  10px !important;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background: #8B8B9F;
}


.jspArrow
{
	/*background: url(../image/ui-icons_222222_256x240.png) no-repeat;*/
	background: none !important;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	background-image: url('../image/ui-icons_cd0a0a_256x240.png');
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	background-color: transparent;
	/*background-image: url('../image/ui-icons_888888_256x240.png');*/
}

.jspVerticalBar .jspArrow
{
	height: 10px;
	width: 15px;
}

.jspArrowUp:before {
  content: "\e704";
  text-indent:0px;
  float:left;
  margin-left: -7px;
  margin-top: -9px;
  background: none !important;
  background-color: transparent !important;
  height: 10px;
  width: 15px;
}


.jspArrowDown:before {
  content: "\e700";
  text-indent:0px;
  float:left;
  margin-left: -7px;
  margin-top: -9px;
  background: none !important;
  background-color: transparent !important;
  height: 10px;
  width: 15px;
}






.jspArrowUp
{
	/*background-position: 0 0;*/
}

.jspArrowDown
{
	/*background-position: -64px 0 !important; */
}

.jspArrowLeft
{
	/*background-position: -96px 0 !important;*/
}

.jspArrowRight
{	
	/*background-position: -32px 0 !important;*/
}