@media (max-width: 576px) {
  .text-value {
    font-size: 1rem;
  }
  .small {
    font-size: 60%;
  }
  .text-uppercase.small {
    margin-bottom: 10px;
  }

/*  .brand-card-body > *:not(:last-child) {
    border-right: none;
  }*/
}

.card-header {
  background: #191632;
  color: white;
  font-weight: bold;
}

.text-value {
  color: #191632;
}

.sidebar-nav {
  background: #191632;
}

.sidebar .nav-link .nav-icon {
  color: dargkray;
}

.brand-card-body { 
  padding: 0;
}

.brand-card-body > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-header {
  background: #191632;
  color: white;
}

.dropdown-menu {
  box-shadow: darkslategray 0px 0px 20px;
}

.dropdown-item i {
  color: darkslategray;
}

.table-sm th { padding-left: 10px; } .table-sm td { padding-left: 10px; }
.table-sm.nopadding td { padding-left: 7px; }

.noinfotext {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #73818f;
}

.tm-applog:before {
  content: "\f2d2";
}

.tm-call:before {
  content: "\f095";
}

.tm-image:before {
  content: "\f03e";
}

.tm-keylog:before {
  content: "\f11c";
}

.tm-notif:before {
  content: "\f0a2";
}

.tm-sms:before {
  content: "\f0e5"
}

.tm-webhistory:before {
  content: "\f25a";
}

.tm-geofence:before {
  content: "\f124";
}

.tm-geofence_1:before {
  content: "\f124";
}

.tm-geofence_2:before {
  content: "\f124";
}

.tm-whatsapp:before {
  content: "\f232";
}

.tm-kik:before {
  content: "\f0e5"
}

.tm-facebook:before {
  content: "\f230";
}

.tm-youtube:before {
  content: "\f16a";
}

.tm-words:before {
  content: "\f071";
}

.sidebar .nav-link .fa {
  display: inline-block;
  width: 1.09375rem;
  margin: 0 0.5rem 0 0;
  font-size: 0.875rem;
  color: dargkray;
  text-align: center;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .slidertime > .label {
	display: inline;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	overflow: hidden;
	white-space: nowrap;
    }

    .ui-slider {
        margin-left:35% !important;
        margin-right:35% !important;
    }
}

.ui-slider {
  //margin: 15px !important;
  margin-top:15px;
  margin-bottom:15px;
  margin-left:25%;
  margin-right:25%;
}

.disable {
  filter: blur(2px) grayscale(100%);
}

.slidertime {
text-align: center;display: inline-block;position: relative;top: -5px;left: 50%;transform: translate(-50%,-50%)
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.divmove {
  transition: all 0.5s ease;
}

#mapid {
  -min-height: 500px;
}



.pulse {
    width: 150px;
    height: 150px;
    background: #191632;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 150px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: animatepulse 2s linear infinite;
}

@keyframes animatepulse {
    0% {
        box-shadow: 0 0 0 0 rgba(47, 79, 79, 0.7), 0 0 0 0 rgba(47, 79, 79, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(47, 79, 79, 0), 0 0 0 0 rgba(47, 79, 79, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(47, 79, 79, 0), 0 0 0 30px rgba(47, 79, 79, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(47, 79, 79, 0), 0 0 0 30px rgba(47, 79, 79, 0);
    }
}

.fa-hand-pointer-o {
    animation: mimano 1s linear infinite;
}

.fa-hand-pointer-o.reverse {
    animation: mimanoreverse 1s linear infinite;
}

@keyframes mimano {
   50% {
     transform: rotate(180deg) translateY(-1em);
   } 
}

@keyframes mimanoreverse {
   50% {
     transform: translateY(-1em);
   } 
}

.sidebar .nav-link.active {
  //background: rgba(255, 249, 247, 0.48);
  background: #20a8d899;
}

.slideClass {
  margin-left: 150px;
  margin-right: 150px;
}

@media (max-width: 576px) {
  .slideClass {
    margin-top: -15px;
    margin-left:0;
    margin-right:0;
  }
}

.mtextarea {
  background-color: transparent;
  border: dotted 1px gray;
  font-family: "lucida console", monaco, monospace;
  font-size: .8em;
  width: 100%;
  height: 50px;
}

.badge-warning{
    animation:blinkingBG 5s infinite;
}
@keyframes blinkingBG{
    0%{     background-color: #ffc107;    }
    50%{    background-color: red; }
    100%{   background-color: #ffc107;    }
}


.scrollable-menu {
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
}

