* {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.modal-body {
    resize: both;
    overflow: auto;
}

.clear_both {
    clear: both;
}

#data_table {
    width: 100% !important;
}

#data_table tbody td:first-child {
    min-width: 205px !important;
}

#link-recover-password {
    cursor: pointer;
}

.dropup .dropdown-toggle::after {
    color: #000;
}

.bootstrap-select > .dropdown-toggle:after {
    color: #000;
}

.bootstrap-select > .dropdown-toggle {
    background: #fff;
    padding: 3px 5px;
    color: #000;
}

.bootstrap-select > .dropdown-toggle:hover {
    background: #fff;
}

#datesPagination {
    background: transparent;
    font-size: small;
    padding: 1px 5px;
    border: 0px solid #c2c2c2;
    height: auto;
    border-radius: 5px;
}

.topbar .nav-item .nav-link {
    height: auto;
}

#container-button-dash {
    border: 1px solid #c9c9c9;
}

#eps-btns-operation-modal {
    margin-top: 5px;
}

#reportrangeSimcardData {
    background: transparent;
}

.pagination li {
    margin: 0px !important;
}

.installed-color {
    color: #004491;
}

.discovery-color {
    color: #993399;
}

::-moz-selection {
    color: #fff;
    background: #07318b;
}

::selection {
    color: #fff;
    background: #07318b;
}

:focus-visible {
    outline: none;
}

#onerf-make-x {
    display: flex;
    position: absolute;
    width: auto;
    z-index: 990;
    margin-top: 5%;
    background-color: #fff;
    min-height: 133px;
}

#endpoint_filter_project {
    width: 100%;
}

#onerf-make-x-label {
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(14, 26, 51, 1) 0%, rgba(9, 58, 121, 1) 35%, rgba(118, 149, 190, 1) 100%);
}

#onerf-make-x-content {
    color: #000;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: 1px solid #c2c2c2;
    display: none;
}

#onerf-make-x-content textarea {
    min-width: 311px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
    -webkit-text-fill-color: #333;
}

#tableListGWData tbody tr td:last-child {
    width: 100px;
}

#resourcesModal .d-flex .btn-outline-primary {
    margin-right: 1px;
}

#resourcesModal .d-flex .btn-outline-primary:last-child {
    margin-right: 0px;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

label {
    margin-bottom: 0px !important;
    color: #000 !important;
    font-weight: normal !important;
    font-size: 11px !important;
    white-space: nowrap !important;
}

.onerf_filter {
    width: fit-content;
    margin-top: 6px;
    padding: 5px !important;
    padding-top: 10px !important;
    background-color: #fff;
}

.onerf_filter_title {
    width: fit-content;
    background: #fff;
    padding: 0px 3px;
    margin-top: -20px;
    margin-left: 1px;
    position: absolute;
    color: #000;
    border-radius: 4px;
    text-shadow: 1px 1px 0 #fff;
    //box-shadow: 3px 3px 6px 1px rgb(120 120 120 / 25%);
    white-space: nowrap;
    //border: 1px solid #c2c2c2;
}

.onerf_display_flex {
    display: flex;
}

#tableList_filter {
    margin-bottom: 1px;
}

.col-form-label {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 0px;
}

a:active,
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;
}

textarea.form-control {
    height: 149px;
}

input:-internal-autofill-selected {
    /* -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;  */
    background-color: blue;
}

.btn-light:hover {
    color: #000;
    background: linear-gradient(to bottom, #f5f5f5 0%, #dbdbdb 100%);
    border-color: #ddd;
}

.modal-footer > * {
    margin: 1px;
}

.btn {
    font-family: "Lato", sans-serif;
    outline: 0;
    border: 1px solid #d1d1d1;
    -moz-outline-style: none;
    box-shadow: none;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 8px 5px 8px;
    border-radius: 4px;
    box-shadow: 3px 3px 5px 0px rgb(120 120 120 / 16%);
    text-align: left;
    text-transform: capitalize;
}

.btn-warning {
    background: linear-gradient(to bottom, #ebcd49 0%, #c5a515 100%);
    color: #fff;
    text-shadow: 1px 1px 0 #3f350a;
    border: 1px solid #ad931c !important;
}

.btn-info {
    /* background: linear-gradient(to bottom, rgb(57, 96, 204) 0%, #100e64 100%);
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #100e64 !important; */

    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

.color_red {
    color: red;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    /* background: linear-gradient(to bottom, rgb(31, 63, 151) 0%, #090846 100%);
    color: rgb(201, 201, 201) !important; */

    border: 1px solid #999 !important;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #999 !important;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;
}

.btn-secondary {
    /* background: linear-gradient(to bottom, rgb(141, 141, 141) 0%, #424242 100%);
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid rgb(141, 141, 141) !important; */

    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    /* background: linear-gradient(to bottom, rgb(177, 177, 177) 0%, #242424 100%);
    color: #fbfbfb !important; */

    border: 1px solid #999 !important;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #999 !important;
}

#select_dashboard {
    width: fit-content;
}

.btn-danger {
    background: linear-gradient(to bottom, rgb(238, 104, 104) 0%, #460a0a 100%);
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #722121 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: linear-gradient(to bottom, rgb(147 57 57) 0%, #d97d7d 100%);
    color: #fbfbfb !important;
}

.btn-success {
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    text-shadow: 1px 1px 0 #fff;

    /* background: linear-gradient(to bottom, #475c50 0%, #76bd84 100%);
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #21834d !important; */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:disabled,
.btn-success.disabled {
    /* background: linear-gradient(to bottom, #2da163 0%, #053119 100%);
    color: #fbfbfb !important; */

    border: 1px solid #999 !important;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #999 !important;
}

.btn-primary {
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: 1px solid #999 !important;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #999 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    /* outline: 0;
  border: none;
  -moz-outline-style: none;
  box-shadow: none */
}

.text-primary {
    color: #000 !important;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.btn:focus,
.btn:active {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arial", cursive;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: 22px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 17px;
}

.font-weight-bold {
    font-weight: normal;
}

.form-control,
.bootstrap-tagsinput input {
    font-size: 12px;
    border-radius: 0px;
    padding: 0px 10px;
    border: 1px solid #c2c2c2;
    box-shadow: none;
    font-weight: normal;
    background: #fff;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    height: 26px;
}

.bootstrap-tagsinput {
    border: 1px solid #d9d9d9 !important;
    padding: 0px !important;
}

select option {
    margin: 40px;
    background: rgba(255, 255, 255, 0.63);
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select {
    height: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 0px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: auto;
    padding: 0px 5px;
}

.table {
    color: #000;
    white-space: nowrap;
}

.checkbox-inline {
    margin-right: 3px;
}

.modal-title {
    margin-top: 7px;
    font-size: 18px;
    padding: 10px 0px;
    text-shadow: 1px 1px 0 #000;
}

button:focus {
    outline: none;
}

#map {
    height: 100%;
    margin-bottom: 7px;
    border: 1px solid #c2c2c2;
    margin-top: 5px;
}

.card {
    border-radius: 5px;
}

.sidebar-dark .sidebar-brand img {
    width: 100%;
}

.sidebar .sidebar-brand {
    padding: 3px;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sidebar-dark .nav-item.active .nav-link {
    font-weight: bold;
    background: #5695c1;
    text-shadow: 1px 1px 0 #000;
}

.table button,
.table a {
    cursor: pointer;
}

.table td,
.table th {
    padding: 2px 10px 2px 10px;
    font-weight: normal;
    vertical-align: middle;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: #fff;
    border-color: #c2c2c2;
}

#tableList thead th:first-child {
    min-width: 244px !important;
    max-width: 244px !important;
}

thead th {
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    border: 0px solid #fff;
    text-shadow: 1px 1px 0 #fff;
}

thead > tr {
    border: 1xp solid #000;
}

.table-bordered td,
.table-bordered th {
    border: 0px solid #fff;
}

.table-bordered {
    border: 0px solid #fff;
}

table {
    border: 1px solid #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.table thead .filters th {
    /* border-bottom: 1px solid #999; */
    padding: 0px;
    border: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 1px;
    background: none;
    border-bottom: 1px solid #c9c9c9;
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
}

.table thead .filters th:first-child {
    border-left: 1px solid #c9c9c9;
}

.table thead .filters th:last-child {
    border-right: 1px solid #c9c9c9;
}

.table thead .filters th input {
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    border-radius: 16px;
    background: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table thead .filters th select {
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    border-radius: 16px;
    background: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

table .fixedHeader-floating {
    margin-top: 0px !important;
}

.table thead th {
    /* border-bottom: none !important;
  border-top: none !important; */

    border: 1px solid #c9c9c9;
    font-weight: bold;
    color: #282828;
    /* border-bottom: 0px; */
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background: linear-gradient(to bottom, #ffffff 0%, #d3d3d3 100%);
    color: #000;
}

tbody tr:hover {
    background: linear-gradient(#f1f1f1, #ffffff, #f5f5f5);
    color: #000;
}

table.table-bordered.dataTable thead th,
table.table-bordered.dataTable thead td {
    border-left-width: 1px !important;
    border-right-width: 0px !important;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

table.table-bordered.dataTable th:last-child {
    border-right-width: 1px !important;
}

table.table-bordered.dataTable td:last-child {
    border-right-width: 1px !important;
    border-right: 1px solid #c9c9c9;
}

table.table-bordered.dataTable td:first-child {
    border-left-width: 1px !important;
    border-left: 1px solid #c9c9c9;
}

/* table.table-bordered.dataTable td:last-child:hover {
  border-right-width: 1px !important;
  border-right: 1px solid #c9c9c9 !important;
}

table.table-bordered.dataTable td:first-child:hover {
  border-left-width: 1px !important;
  border-left: 1px solid #c9c9c9 !important;
} */

#wrapper #content-wrapper {
    background-color: #fdfdfd !important;
}

.shadow {
    -webkit-box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.3);
}

.navbar {
    background-image: url("/images/top_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    /**background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);*/
}

table .fa,
table .far,
table .fas {
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    padding: 4px;
    border-radius: 5px;
    color: #8d8d8d;
    border: 1px solid #999;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 2px !important;
}

footer {
    background-color: rgb(237 237 237);
    color: #2a2a2a;
    border-top: 1px solid #c2c2c2;
    text-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #000;
}

.topbar {
    height: 39px;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
}

.card-header {
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    padding: 0px;
    padding-left: 7px;
}

.card-body {
    padding: 5px 5px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #cdcdcd;
}

#nav_menu_name {
    color: #fff;
}

.bg-gradient-primary {
    background-color: #0a294b;
    background-image: linear-gradient(180deg, #0a294b 10%, #1a338d 100%);
    background-size: cover;
}

textarea {
    padding: 10px !important;
}

.form-control:disabled,
.form-control[readonly] {
    color: #8b8b8b;
    border: 1px solid rgb(199, 199, 199);
    background-color: #e7e7e7;
}

.page-item.active .page-link {
    background: linear-gradient(180deg, rgb(243 243 243) 0%, rgb(255 255 255) 35%, rgb(231 231 231) 100%);
    border-color: #ababab;
    color: blue;
}

.page-link {
    border: 1px solid #999;
    color: #000;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    padding: 5px 10px;
}

.page-link:focus {
    border: 1px solid #999;
    box-shadow: none;
    color: #000;
}

.page-link:hover {
    color: #000;
    font-weight: normal;
    font-style: italic;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 1 !important;
    border-bottom: 1px solid #c9c9c9;
}

footer.sticky-footer {
    padding: 2rem 0px;
    margin-top: 200px;
}

.alert {
    padding: 5px 12px;
    border-radius: 2px;
    font-weight: bold !important;
    margin-bottom: 5px;
    box-shadow: 3px 3px 5px 0px rgb(120 120 120 / 16%);
}

#tableListResourceData_wrapper {
    margin-top: 9px;
}

table .fa-ban,
table .fa-exclamation-circle,
table .fa-exclamation-triangle,
table .fa-check,
table .fa-ban,
button .fa-ban {
    background: none;
    padding: 0px;
    border-radius: 5px;
    color: #999;
    border: 0px solid #999;
}

.onerf_left_detail {
    /* border-left: 5px solid #153b81 !important; */
}

table .fa-check,
.fa-check {
    color: #1edd1e;
    margin-left: 2px;
}

table .fa-ban {
    color: red;
    margin-left: 2px;
}

button .fa-ban {
    color: red;
    margin-left: 2px;
}

.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

#endPoint_app_type,
#endPoint_icon_link,
tbody tr:hover a {
    color: #000;
}

.onerf_btn_test_grid {
    padding: 2px 5px;
    font-size: x-small;
}

#tableList a,
#tableList button,
#tableListLight a,
#tableListLight button {
    margin-right: 3px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    border: 1px solid #999 !important;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #999 !important;
    cursor: not-allowed;
    pointer-events: none;
}

/**
*/

.form-group {
    margin-bottom: 5px;
}

.modal-header .close {
    margin-top: 16px !important;
    padding: 0px 0px !important;
    color: #173862;
    opacity: 1;
    margin: 0px;
    text-shadow: 1px 1px 3px #adadad;
    margin-right: 2px;
}

.modal-header {
    padding: 0px 5px;
    background: left;
    color: #4551e7;
    border-radius: 0px;
    opacity: 1;
    position: absolute;
    z-index: 999;
    margin-top: -17px;
    width: 100%;
    border: 0px;
    display: inline;
}

.modal-header h3,
.modal-header h5 {
    display: -webkit-inline-box;
    background: linear-gradient(to bottom, #4b74bf 0%, #12244c 100%);
    color: #fff;
    padding: 1px 20px;
    margin-left: 15px;
    border-radius: 21px;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 5px 5px 10px 1px rgb(120 120 120 / 25%);
    line-height: 1.5;
    text-shadow: 1px 1px 0 #000;
    width: max-content;
    max-width: 89%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 7px;
    font-style: italic;
}

.modal-body {
    padding: 24px 15px 11px 15px;
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    box-shadow: 5px 5px 10px 1px rgb(120 120 120 / 25%);
    color: #000;
}

#onerf-appapi-version {
    color: #ffffff;
    font-size: 10px;
}

button.dt-button {
    background-color: rgb(31 52 121 / 0%) !important;
    background-image: none !important;
    color: #000 !important;
    border: 1px solid #bfbfbf !important;
    border-radius: 0px !important;
    padding: 3px 10px !important;
    margin: 0px !important;
    text-shadow: 1px 1px 0 #fff !important;
}

button.dt-button:hover {
    background-color: rgb(233, 233, 233) !important;
}

button.buttons-columnVisibility {
    margin-bottom: 1px !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: max-content;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    outline: 0;
    max-width: 100%;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.range_inputs .applyBtn {
    margin-bottom: 2px;
}

.btn-light {
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

.btn-light:hover,
.btn-outline-primary:hover,
.btn-light.focus,
.btn-light:focus {
    border: 1px solid #999 !important;
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    color: #999 !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    border: 1px solid #090846;
    color: #090846;
    font-weight: bold;
}

.btn-outline-primary {
    background: linear-gradient(180deg, rgb(243 243 243) 0%, rgb(255 255 255) 35%, rgb(231 231 231) 100%);
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

.btn-outline-primary:hover {
    /* color: #fff !important;
    border-color: #090846;
    background: linear-gradient(to bottom, rgb(31, 63, 151) 0%, #090846 100%);
    font-weight: bold;
    text-shadow: 1px 1px 0 #000; */

    background: linear-gradient(180deg, rgb(243 243 243) 0%, rgb(255 255 255) 35%, rgb(231 231 231) 100%);
    color: blue !important;
    border: 1px solid #d1d1d1 !important;
    text-shadow: 1px 1px 0 #fff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    background: linear-gradient(180deg, rgb(243 243 243) 0%, rgb(255 255 255) 35%, rgb(231 231 231) 100%);
    color: blue !important;
    border: 1px solid #d1d1d1 !important;
    text-shadow: 1px 1px 0 #fff;
}

.form-control:focus {
    color: #000;
    box-shadow: none;
    background: #fff;
    font-weight: normal;
    border: 1px solid rgb(8 56 245);
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0px;
    border-top: 0px;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    margin-top: 7px;
}

p {
    margin-bottom: 0px;
}

.badge-info {
    color: #fff;
    background: linear-gradient(to bottom, #417bad 0%, #192b52 100%);
}

a {
    color: #14275e;
}

a:hover,
a:active,
a:focus {
    color: #0a1431;
    font-weight: normal;
    text-decoration: none;
}

tr {
    background-color: #fff;
}

.onerf-btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

#ControllerResourceEndpointLog {
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 100%);
    color: #000;
    box-shadow: 3px 3px 5px 0px rgb(120 120 120 / 16%);
    border: 1px solid #c2c2c2;
}

/**
3d4a62
*/

.onerf_hidden {
    display: none;
}

.onerf_border {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
}

.onerf_background_white {
    background-color: #fff;
}

.alert-danger .close {
    margin-top: -1px;
    cursor: pointer;
    opacity: 1;
    text-shadow: 1px 1px 0 #000;
    font-size: 18px;
}

.alert-danger {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background: linear-gradient(to bottom, #bb3333 0%, #851717 100%);
    border: none;
}

#onerf_fieldset_endpoint_filter {
    display: inline-flex;
}

#onerf_fieldset_endpoint_filter label {
    margin-right: 5px;
    margin-bottom: 0px;
}

#onerf_message_box {
    z-index: 990;
    position: absolute;
    min-height: auto;
    right: 3px;
    top: 3px;
}

#onerf_message_box .fade {
    transition: opacity 0.1s linear !important;
}

.toast-header {
    padding: 1px 12px;
}

.toast-body {
    font-size: 12px;
    padding: 6px 14px;
    background: #fff;
}

.toast-header .close {
    font-size: 16px;
    margin-top: 4px;
}

.toast {
    margin-bottom: 3px !important;
    max-width: 600px;
}

#onerf_message_box .text-muted {
    margin-left: 39px;
    width: 110px;
}

.modal-backdrop.show {
    z-index: 910;
}

.modal {
    z-index: 911;
}

.message_box_copy {
    margin-left: 7px;
    border-radius: 10px;
    padding: 0px 17px;
    border: 1px solid #c2c2c2;
    line-height: 20px;
    color: #696969;
    background: linear-gradient(to bottom, #fff 0%, #cacaca 100%);
    float: right;
}

#selectcmdGW {
    width: 35%;
    margin: auto;
}

#qr-video {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0px;
}

div.dt-buttons {
    margin-bottom: 1px;
}

table.dataTable {
    margin-top: 0px !important;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    top: 0px;
}

table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::after {
    top: 0px;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    top: 0px;
}

.limit-width {
    max-width: 250px;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
}

#controllers-maps {
    background: #ffffff;
    padding: 5px;
    border: 1px solid #c9c9c9;
}

#map_network_design {
    height: 450px;
    margin-bottom: 12px;
    border: 1px solid #c2c2c2;
}

#MapsDatas {
    width: max-content;
    white-space: nowrap;
    display: flex;
}

#sidebarToggleTop {
    border: 0px solid #6a8995;
    height: 24px;
    width: 3.5rem !important;
    margin-right: 10px;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    text-shadow: 1px 1px 0 #000;
    display: none;
}

#sidebarToggleTop::after {
    content: "Menu";
}

.topbar #sidebarToggleTop:hover {
    background-color: transparent;
    color: #fff;
    border: 0px solid #05192a;
    border-radius: 3px;
}

.modal-dialog {
    max-width: fit-content;
}

#tableListMeterData td {
    overflow-x: auto;
    max-width: 300px;
}

#erroemail {
    color: rgb(194, 10, 10);
}
#modal_footer {
    align-self: center;
}

#rows-number {
    width: 50px;
}

#containerEPDiagram {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.modal-dialog {
    width: auto;
}

.modal.show .modal-dialog {
    /*max-width: max-content; */
    /* width: auto;
    min-width: auto;
    max-width: auto; */

    margin: auto !important;
    margin-top: 15px !important;
}

#smartmeter_resource_list {
    overflow: overlay;
}

.modal-open .modal {
    padding-right: 0px !important;
}

@media (min-width: 992px) {
    #gatewayEPDiagramModal > .modal-lg {
        width: 70% !important;
        height: 70% !important;
    }

    #gatewayEPDiagramModal > canvas {
        width: 100%;
    }

    .modal-lg,
    .modal-xl {
        /*max-width: max-content; */
        width: max-content;
        /* min-width: 450px;     */
        min-width: 30%;
    }
}

@media screen and (max-width: 575px) {
    .modal-dialog {
        width: 100% !important;
    }
}

@media screen and (max-width: 414px) {
    #nav_menu_name {
        font-size: 15px;
        line-height: 13px;
    }
}

@media screen and (max-width: 767px) {
    #sidebarToggleTop {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    div.dt-buttons {
        float: left !important;
        width: 187px;
    }

    #tableList_wrapper {
        position: relative;
        display: contents;
    }
}

.react-select__control {
    min-height: 0px !important;
    min-width: 168px;
}

.react-select__dropdown-indicator {
    padding: 0px !important;
}

.react-select__value-container {
    padding: 0px !important;
    padding-left: 8px !important;
}

.react-select__input-container {
    padding: 0px !important;
}
