﻿@media only screen and (max-width : 768px) {
    .logon-image {
        display: none;
    }
}

.mapdisplay {
    height: calc(100% - 51px);
    padding: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
    .mapdisplay {
        height: 100%;
        padding: 0px 0px 0px 0px;
    }
}

.mapremovepadding {
    padding-left: 0px;
    padding-right: 0px;
    margin-left : 0px;
    margin-right: 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.toolbar {
    padding-left: 10px;
    float: right;
}

.cursor-pointer {
    cursor: pointer;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.container-fluid-center {
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
    position: fixed;
}

.users-disabled {
    color: gray;
    font-size: 20px !important;
}

.users-enabled {
    color: green;
    font-size: 20px !important;
}

.users-expired {
    color: red;
    font-size: 20px !important;
}

.users-warning {
    color: yellow;
    font-size: 20px !important;
}

.checkbox-move-left {
    padding-left: 25px;
}

.user-winman-ok {
    font-size: 20px !important;
    color: green;
}

.user-winman-bad {
    font-size: 20px !important;
    color: gray;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.state-icon {
    left: -10px;
    padding-right: 10px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well.list-group {
    margin-bottom: 0px;
}

.vcenter {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.iconshiftpixel {
    margin-left: 1px;
}

.servertable > tbody tr {
    height: 40px;
}

.servertable > tbody > tr > td:first-child {
    width: 300px;
    vertical-align: middle;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.valign-middle {
    display: flex;
    align-items: center;
}

.top-buffer {
    margin-top: 10px;
}

.validation-summary-valid.alert.alert-danger {
    display: none;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 22px;
    }

    .left-inner-addon span {
        position: absolute;
        padding: 7px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 7px 12px;
    pointer-events: none;
}

@keyframes fade {
    from {
        opacity: 0.5;
    }
}

.blinking {
    animation: fade 1s infinite alternate;
}

.navbar-brand-center {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-center-topbar{
    width: 25%;
    left: 50%;
}

.topbar {
    font-size: 22px;
    background-color: red;
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -250px;
    display: none;
    z-index: 999;
}

@media (max-width: 768px) {
    .topbar-bottom {
        top: 90% !important;
    }
}

.editgeofencebar {
    background-color: blue;
    color: white;
}

.emergencydisplay {
    background-color: red !important;
    color: white;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.custombutton-save {
    background-image: none !important;
}

.not-bold {
    font-weight: normal !important;
}

.center-div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-height: 550px;
        min-width: 750px;
        max-width: 1000px;
        padding: 40px;
    }

.loginouter-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.logininner-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}

.report-ok {
    color: black;
    background-color: green;
}

.report-ng {
    color: black;
    background-color: red;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.vis-item.poweron {
    color: green;
    border-color: green;
}

.vis-item.poweroff {
    color: red;
    border-color: red;
}

.vis-item.channelchange {
    color: blue;
    border-color: blue;
}

.vis-item.network {
    color: lightblue;
    border-color: lightblue;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.sim-error {
    background-color: yellow !important
}

.sim-ok {
    background-color: lightgreen !important
}

.animate-flicker {
    animation: fadeIn 1s infinite alternate;
}

.loadingbox {
    position: absolute;
    display: inline-flex;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1000;
    background-color: white;
    width: 150px;
    height: 50px;
    border: 1px solid;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: relative;
}

#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.checkbox-inline.no_indent,
.checkbox-inline.no_indent + .checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}

    .checkbox-inline.no_indent:last-child {
        margin-right: 0;
    }

.fa-18 {
    font-size: 18px;
}

.activity-hidden {
    display: none;
}


table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    display: none;
    font-family: "Font Awesome\ 5 Free";
    content: "\f055"
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
    display: none;
    font-family: "Font Awesome\ 5 Free";
    content: "\f056"
}

/* get rid of the :before elements */
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 {
    display: none;
}

/* sort both */
table.dataTable thead .sorting::after {
    display: none;
    font-family: "Font Awesome\ 5 Free" !important;
    content: "\f0dc" !important;
}

/* sort asc */
table.dataTable thead .sorting_asc::after {
    display: none;
    font-family: "Font Awesome\ 5 Free" !important;
    content: "\f0de" !important;
}

/* sort desc */
table.dataTable thead .sorting_desc::after {
    display: none;
    font-family: "Font Awesome\ 5 Free" !important;
    content: "\f0dd" !important
}

/* Keeps the FA icons aligned correctly in the TH */
th .svg-inline--fa {
    float: right;
    margin-right: -1.2em;
    margin-top: .25em;
}

.leaflet-container-fontfix {
    font-size: 12px !important;
}
