html {
    overflow-y: scroll;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #00000012;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#loaderDiv {
    display: none;
    text-align: center;
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

.opacityAnimate {
	transition: opacity 1s ease;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.jumbotron {
    box-shadow: 1px 2px 18px rgba(113, 152, 180, .15);
    background-color: #f8f8f8;
    padding: 32px;
    margin: 16px 0px 32px 0px;
}

.dx-widget {
    box-shadow: 1px 2px 18px rgba(113, 152, 180, .15);
}

body {
    background-color: #efefef;
    background-image: url("../images/PgUd7em2wrJ4.png");
    background-repeat: no-repeat;
}


#neighbourMapChart {
    width: 100%;
    height: 500px;
}

.status-green {
  color: green;
}

.status-red {
  color: red;
}

[data-theme="dark"]
.status-green {
  color: #7dcc7d;
}

[data-theme="dark"]
.status-red {
  color: #dc4d4d;
}

[data-theme="dark"]
.dx-checkbox-icon {
  border: 2px solid #6b6b6b;
}

[data-theme="dark"]
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"]
pre {
  color: #dbdbdb !important;
}

[data-theme="dark"]
.dx-datagrid {
  background-color: #222222;
  color: #dbdbdb;
}

[data-theme="dark"]
.dx-row-alt {
  background-color: #333;
}

[data-theme="dark"]
.dx-datagrid-filter-row {
  background-color: #2c2c2c;
}

[data-theme="dark"]
.jumboTron {
  background-color: #222222ed;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 1) !important;
}

[data-theme="dark"]
.dx-widget {
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0) !important;
}

[data-theme="dark"]
.dx-datagrid .dx-row-alt > td {
    background-color: #2c2c2c !important;
}

[data-theme="dark"]
.dx-texteditor-input {
  color: #dbdbdb !important;
}

[data-theme="dark"] {
  background-color: #333 !important;
  color: #dbdbdb !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .bg-light {
  background-color: #333 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #dbdbdb !important;
}

[data-theme="dark"]
.json-string {
  color: #009688 !important;
}

[data-theme="dark"]
.json-literal {
  color: #7369ba !important;
}

[data-theme="dark"]
.btn-primary {
  background-color: #213471;
  border-color: #003f82;
}

[data-theme="dark"]
.btn-primary:hover {
  background-color: #294393;
  border-color: #003f82;
}

[data-theme="dark"]
.custom-control-input:checked~.custom-control-label::before {
  background-color: #213471;
  border-color: #003f82;
}

[data-theme="dark"]
img {
  opacity: .75;
  transition: opacity .2s ease-in-out;
}

[data-theme="dark"]
img:hover {
  opacity: 1;
}

@media screen and (min-width: 1400px) {
.container {
    max-width: 90% !important;
}
}

[data-theme="dark"]
.dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort-indicator, .dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort {
  color: rgb(0 150 136);
}