#mapid {
    width: 100%;
    height: 80vh;
    margin: 0;
    z-index: 1;
    max-height: 1000px;
}

#left-panel {
    background-color: white; 
    width: 100%;
    height: 80vh;
    border: solid #e2e5e7;
    max-height: 1000px;
}

#right-panel {
    background-color: #f1f0f0; 
    width: 100%;
    top: 3%; 
    height: 80vh; 
    border-radius: 5px;
    border: solid #e2e5e7;
    max-height: 80vh;
    overflow-y: scroll;
}


.vertical-scrollable {
    overflow-y: auto;
}
.horizontal-scrollable {
    overflow-x: auto;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 5px 6px -5px black;
	   -moz-box-shadow: 0 5px 6px -5px black;
	        box-shadow: 0 5px 6px -5px black;
}

.logo-bar {
    height: 7vh;
    min-height: 50px;
    max-height: 100px;
}

.card-device:hover {
    background-color: #d6d6d6;
}

.card-device.active {
    background-color: #ca2222 !important;
    color: white;
    border: none;
}

p.small-text {
    font-size: x-small;
}

li.disabled-tab {
    background-color: #cecccc;
}

a.disabled-tab {
    color: #495057;
}

li.active-1 {
    border-bottom: solid 0.5em #ca2222;
    color: #212529;
    font-weight: bold;
}

li.main-nav-item:hover {
    cursor: pointer;
    border-bottom: solid 0.5em #ca2222;
}

.marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #c30b82;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon i {
   position: absolute;
   width: 22px;
   font-size: 22px;
   left: 0;
   right: 0;
   margin: 10px auto;
   text-align: center;
}

.custom-div-icon i.awesome {
   margin: 12px auto;
   font-size: 17px;
}

.icon-image {
    position: absolute;
    width: 30px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

img.client-image {
    border-radius: 50%;
}

h2.tab-title {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
}

div.info-panel-body {
    margin-top: 1em;
    padding: 1em;
    background-color: white;
    border-radius: 10px;
}

.info {
    color: #9e9e9e;
}

div.info-tab {
    background-color: #f1f0f0;
    border-radius: 10px;
}

img.top-logo {
    height: 7vh; 
    max-height: 100px;
    min-width: 20%;
}

i.blink-icon {
    font-size: 2.5em;
    color: #ca2222;
    animation: blink 2s ease-in infinite;
}

@keyframes blink {
    from, to { opacity: 1 }
    50% { opacity: 0 }
}

div.blink-icon{
    height: 100%;
    float: right;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
}

a.list-group-item.active {
    background-color: #ca2222 !important;
    color: white;
    border: none;
}

.mouse-pointer {
    cursor: pointer;
}

.license-icon {
    cursor: pointer;
    font-size: 1.25rem;
}

div#map-curtain {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index: 1; 
    color: white; 
    text-align: center;
}

.active-commands {
    background-color: #ff8686 !important;
}

.hidden {
    display: none !important;
}

.toggle-pointer {
    cursor: pointer;
}

.box {
    display: flex; 
    flex-flow: column;
}

.box .row-header {
    flex: 0 1 auto;
}

.box .row-content {
    flex: 1 1 auto;
}