﻿
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #4a423f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #4a423f transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}













.pricing-table{
  background-color: white;
  font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
  /*padding-top: 50px;*/
  /*margin-bottom: 40px;*/
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #eeeddd;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}

.dEventTypeDetection


.EventTypeDetecttttion     {color:#000000;}
.EventTypeTamper        {color:#FFAA4D;}
.EventTypeExternal      {color:#44D62C;}
.EventTypeCloakOn       {color:#7F00FF;}
.EventTypeCloakOff      {color:#327F64;}
.EventTypeBluetoothTTest {color:#EA27C2;}
.EventTypeMove          {color:#651D32;}
.EventTypeDay           {color:#FBFFFD;}
.EventTypeNight         {color:#141414;}
.EventTypeStream         {color: #141414;
}
.EventTypeInitialization{color:#FFE900;}
.EventTypeHeartbeat     {color:#0000FF;}


.DivEventTypeDetecttttion     {text-align:center;background-color:#400000;margin:4px;}
.DivEventTypeTamper        {text-align:center;background-color:#FFAA4D;margin:2px;}
.DivEventTypeExternal      {text-align:center;background-color:#44D62C;margin:2px;}
.DivEventTypeCloakOn       {text-align:center;background-color:#7F00FF;margin:2px;}
.DivEventTypeCloakOff      {text-align:center;background-color:#327F64;margin:2px;}
.DivEventTypeBluetoothTTest {text-align:center;background-color:#EA27C2;margin:2px;}
.DivEventTypeMove          {text-align:center;background-color:#651D32;margin:2px;}
.DivEventTypeDay           {text-align:center;background-color:#FBFFFD;margin:2px;}
.DivEventTypeNight         {text-align:center;background-color:#141414;margin:2px;}
.DivEventTypeStream        {text-align: center;background-color:#141414;margin:2px;
}
.DivEventTypeInitialization{text-align:center;background-color:#FFE900;margin:2px;}
.DivEventTypeHeartbeat     {text-align:center;background-color:#0000FF;margin:2px;}





#debugoutputer 
{
    color:#4059ff;
    resize:none;
    overflow-y:scroll;
    height:100%;
    min-height:150px;
}
                                