#dtable_count {
    margin-left: 7px;
    position: relative;
    top: -1px;
    color: #3699ff !important;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-size: 15px;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    color: #3C3C3C;
    font-size: 14px;
    font-family: 'Roboto';
    margin-top: 20px;
}

table.dataTable td a {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    max-width: 210px;
    overflow: hidden;
}

table.dataTable .emptytable-holder {
    background-color: rgb(246, 246, 246);
}

table.dataTable thead tr td,
table.dataTable thead tr th {
    border-bottom: 1px solid #ebedf3;
}

table.dataTable tbody tr td {
    border-bottom: 1px solid #ebedf3;
    padding: 20px 0px;
}

table.dataTable thead th,
table.dataTable thead td,
table.deftableheader th {
    height: 52px;
    margin: 0;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    color: #b5b5c3;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

table.dataTable thead th:active,
table.dataTable thead td:active,
table.deftableheader th:active {
    outline: none;
    vertical-align: middle;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    color: #3f4254;
}

table.dataTable tfoot td.altrow:nth-child(2n+1), table.dataTable tfoot td .altrow[nth="odd"] {
    border-bottom: 0px !important;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting_asc span {
    color: #3699ff !important;
    display: inline-block;
    padding-right: 15px;
}

table.dataTable thead .sorting_asc span:after,
table.dataTable thead .sorting_desc span:after {
    font-family: "rca" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 3px;
    left: 10px;
    text-align: center;
}

table.dataTable thead .sorting_desc span {
    color: #3699ff !important;
    display: inline-block;
    padding-right: 15px;
}

table.dataTable thead .sorting_asc span:after {
    content: "\67";
}

table.dataTable thead .sorting_desc span:after {
    content: "\66";
}

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 #dddddd;
    border-right: 1px solid #dddddd;
}

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.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3;
}

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: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 5px 9px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 5px 9px 3px 9px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px 5px;
}

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;
    padding: 35px 10px;
}

table.dataTable td.dataTables_empty a {
    position: relative;
    overflow: visible;
}

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;
    padding-top: 20px;
}

.dataTables_wrapper .top {
    position: relative;
    top: -20px;
}

.dataTables_wrapper span.ellipsis {
    margin-left: 10px !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    font-size: 13px;
	margin-right: 20px;
}

.dataTables_wrapper .dataTables_length div.label_text {
    vertical-align: top;
    line-height: 29px;
    padding-right: 10px;
    display: inline-block;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;
    float: left;
    margin-right: 20px;
}

.dataTableTypeFilter,
.dataTableOrgFilter {
    float: left;
}

.orgfilter_autocomplete {
    color: #3e5a7f;
    font-size: 15px !important;
    font-family: 'Roboto';
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 230px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #9db0c9;
}

.dataTables_wrapper .dataTables_filter input {
    color: #3e5a7f;
    font-size: 15px !important;
    font-family: 'Roboto';
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 230px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #9db0c9;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
}

.dataTables_info {
    font-size: 13px;
    margin-left: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: center;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: 'Roboto';
    font-size: 14px;
    list-style: none outside none;
    padding: 0px !important;
    vertical-align: middle;
    color: #3F4254;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
    
    border-radius: 0.42rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #3699FF !important;
    color: #FFFFFF !important;
    font-family: 'Roboto';
    display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    font-family: "rca" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 2px;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    content: "\61";
    left: 1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    content: "\64";
    left: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    background: #E1F0FF;
    color: #3699FF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-left: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
    background: #3699FF !important;
    color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #b4babe !important;
    display: inline-block;
    font-family: 'open_sansregular' !important;
    cursor: default;
    background-color: #f7f7f7 !important;
}

.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: #333333;
}
.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 #111111;
}
.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;
}

.dataTables_length {
    font-size: 14px !important;
    color: #555555;
}

.dataTables_info {
    margin-left: 20px;
    margin-bottom: 13px;
    font-size: 14px !important;
    margin-top: 15px;
    color: #3C3C3C !important;
}

.dataTables_wrapper .dk_container {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    margin-left: 3px;
    background-color: #fff !important;
}

@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;
  }
}


.ui-widget.ui-widget-content.ui-autocomplete {
    border: solid 1px #ededed;
    background-color: #ffffff !important;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
    max-width: 360px;
}

.ui-menu-item {
    border-left: 3px solid transparent;
    padding: 6px 3px;
    display: block;
}

.ui-menu-item:hover {
    background-color: #f7f7f9 !important;
    border-left: 3px solid #3da4f1 !important;
    color: #3da4f1 !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: transparent !important;
    border-color: transparent !important;
    color: #555 !important;
}

.ui-menu-item .ui-menu-item-wrapper {
    padding-right: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-menu-item:hover .ui-menu-item-wrapper,
.ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-menu-item .ui-menu-item-wrapper.ui-state-focus {
    color: #3da4f1 !important;
    background: transparent url(../gfx/icons/icon_check_plus_active.png) no-repeat center right 2% !important;
    background-size: 16px auto !important;
    image-rendering: -webkit-optimize-contrast;
    border-color: transparent !important;
}

#cockpitadmintable .prof_pic_color {
	background-color: #1E1E2D;
}