.sim-status-dot {
    margin-right: 6px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
}

.sim-color-activated {
    background-color: #3abc00;
}

.sim-color-ready {
    background-color: #fec92f;
}

.sim-color-test-ready {
    background-color: #ff9900;
}

.sim-color-deactivated {
    background-color: #cc0000;
}

.sim-color-retired {
    background-color: #000000;
}

table.dataTable th,td {
  font-size: 1.2em;
  padding: 6px 6px 6px 6px !important;
}

/*
div.DTE_Field > label {
    width: 0px !important;
    display: none !important;
}
 */

div.DTE_Field > label {
    width: 0;
    display: none;
}

div.selectize-input {
    width:150% !important;
    border: #0a53be 2px solid !important;
    background: #f0f0ff !important;
}

div.DTE_Inline div.DTE_Field textarea.form-control,
div.DTE_Inline div.DTE_Field input.form-control {
    width:150% !important;
    font-size: 1em;
    background: #f0f0ff;
    border: #0a53be 2px solid;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
}

div.DTE_Inline div.DTE_Field select.form-control {
    width:150% !important;
    font-size: 1em;
    /* background: #f0f0ff; */
    border: #0a53be 2px solid;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
}

/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */

/*
 * Sort styling
 */
 table.dataTable thead th {
    position: relative;
    background-image: linear-gradient(to bottom, #f8f9fa 0%, #dee2e6 100%) !important; /* Gradient for table header */
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}

table.dataTable thead th.sorting:after {
  font-weight: 900; /* regular style/weight */
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
  font-weight: 900; /* regular style/weight */
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
  font-weight: 900; /* regular style/weight */
    content: "\f0dd";
}

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
    content: "";
}

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
    top: 8px;
}


/*
 * DataTables style pagination controls
 */
div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
    position: relative;
    padding-left: 24px;
}

div.dataTables_paginate a.paginate_button.next,
div.dataTables_paginate a.paginate_button.last {
    position: relative;
    padding-right: 24px;
}

div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}

div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}

div.dataTables_paginate a.first:before {
  font-weight: 900;
    content: "\f100";
}

div.dataTables_paginate a.previous:before {
  font-weight: 900;
    content: "\f104";
}

div.dataTables_paginate a.next:after {
  font-weight: 900;
    content: "\f105";
}

div.dataTables_paginate a.last:after {
  font-weight: 900;
    content: "\f101";
}


/*
 * Bootstrap and foundation style pagination controls
 */
div.dataTables_paginate li.first > a,
div.dataTables_paginate li.previous > a {
    position: relative;
    padding-left: 24px;
}

div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
    position: relative;
    padding-right: 24px;
}

div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
    position: absolute;
    top: 6px;
    left: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}

div.dataTables_paginate li.next a:after,
div.dataTables_paginate li.last a:after {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    font-family: "Font Awesome 5 Pro";
}

div.dataTables_paginate li.first a:before {
  font-weight: 900; /* regular style/weight */
    content: "\f100";
}

div.dataTables_paginate li.previous a:before {
  font-weight: 900; /* regular style/weight */
    content: "\f104";
}

div.dataTables_paginate li.next a:after {
  font-weight: 900; /* regular style/weight */
    content: "\f105";
}

div.dataTables_paginate li.last a:after {
  font-weight: 900; /* regular style/weight */
    content: "\f101";
}

/* In Foundation we don't want the padding like in bootstrap */
div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.previous a:before,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.last a:after {
    top: 0;
}

.auth-img-forest {
  background-image: url("../static/images/forest.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.clickable-column {
    color:#03314d;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #5fd0f3;
}

table.dataTable tbody tr:hover {
  background-color: #ffa;
}

table.dataTable tbody tr:hover > .sorting_1 {
  background-color: #ffa;
}

table.dataTable thead:hover {
  background-color: #ffa;
}

div.dt-top-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

div.dt-center-in-div {
  margin: 0 auto;
}

div.dt-btn-container {
  margin: 0 0 0 auto;
}

/* Dark mode overrides for custom styles */
body[data-layout-mode="dark"] table.dataTable thead th {
    background-image: linear-gradient(to bottom, #0a4a6e 0%, #03314d 100%) !important;
    color: #ced4da;
}
body[data-layout-mode="dark"] a {
    color: #5fd0f3;
}

body[data-layout-mode="dark"] a:hover {
    color: #fff;
}

body[data-layout-mode="dark"] .clickable-column {
    color: #5fd0f3;
    text-decoration-color: #5fd0f3;
}

body[data-layout-mode="dark"] .clickable-column:hover {
    color: #fff;
}

body[data-layout-mode="dark"] table.dataTable tbody tr:hover,
body[data-layout-mode="dark"] table.dataTable tbody tr:hover > .sorting_1 {
    background-color: #043a5a;
}

body[data-layout-mode="dark"] table.dataTable thead:hover {
    background-color: #043a5a;
}

body[data-layout-mode="dark"] div.selectize-input {
    background: #04304b !important;
    border-color: #1a6fb5 !important;
    color: #ced4da;
}

body[data-layout-mode="dark"] div.DTE_Inline div.DTE_Field textarea.form-control,
body[data-layout-mode="dark"] div.DTE_Inline div.DTE_Field input.form-control {
    background: #04304b;
    border-color: #1a6fb5;
    color: #ced4da;
}

body[data-layout-mode="dark"] div.DTE_Inline div.DTE_Field select.form-control {
    border-color: #1a6fb5;
    color: #ced4da;
}

body[data-layout-mode="dark"] .sim-color-retired {
    background-color: #666666;
}

/* Dark mode for account/login pages */
body[data-layout-mode="dark"] .bg-overlay.bg-white {
    background-color: #03273c !important;
}