.ng-invalid-min, .ng-invalid-max {
    color: #fff;
    background-color: #dc3545;
}

/* Object Detail */
.obj-thumbnail {
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.obj-thumbnail .obj-content {
    background-color: #00000099;
}

.obj-thumbnail .obj-content .loading {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.obj-thumbnail .obj-content .placeholder-image {
    opacity: 0.2;
}

.obj-thumbnail .obj-content .image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.obj-thumbnail .obj-content:hover .image {
    opacity: 0.5;
}

.obj-thumbnail .obj-content .edit {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.obj-thumbnail .obj-content:hover .edit {
    opacity: 1;
}

.obj-thumbnail .obj-content:hover .image {
    transform: scale(0.9);
}

.obj-thumbnail .obj-detail {
    min-height: 40px;
    padding: 8px;
    opacity: 1;
    transition: .5s ease;
    background-color: #000001bf;
    backface-visibility: hidden;
}

.obj-thumbnail .obj-detail .display {
    color:snow;
    font-weight: bold;
} 

/* People Detail */
.obj-thumbnail.people .obj-content {
    height: 100%;
    background-color: #00000099;
}

.select2-dropdown {
    z-index: 9001;
}

.angucomplete-title:hover {
    background: rgb(51, 51, 51);
}

.cursor-pointer {
    cursor: pointer;
}

.btn--icon-sm {
    cursor: pointer;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 0rem;
}

.no-border {
    border: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.dt-center {
    vertical-align: middle !important;
}

/* License Plate */
.license-plate {
    margin-bottom: 1rem;
    background-color: #06060630;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 2px solid #00000000;
    border-radius: 3px;
    font-weight: bold;
}

.license-plate svg {
    border-radius: 3px;
}

.license-plate .plate-title {
    font-size: medium;
    color: snow;
}

.license-plate .plate-content {
    color: #fbfbfbb8;
}

/* Face */
.face-information {
    margin-bottom: 1rem;
    background-color: #06060630;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 2px solid #00000000;
    border-radius: 3px;
    font-weight: bold;
}

.face-information svg {
    border-radius: 3px;
}

.face-information .face-title {
    font-size: medium;
    color: snow;
}

.face-information .face-content {
    color: #fbfbfbb8;
}

/* Service Instance */
.service-instance .obj-content img {
    transform: scale(0.8);
}

/* Video Serial */
.video-serial-instance .obj-content img {
    transform: scale(0.8);
}

.video-serial-instance .obj-detail {
    padding: 6px;
}

.video-serial-instance .active {
    color: limegreen !important;
}

.video-serial-instance .in-active {
    color: darksalmon !important;
}

/* Notification Alert */
.notify {
    padding: 0;
    border: 0;
    cursor: pointer;
}

.notify-content:hover {
    background-color: rgb(25, 25, 25) !important; 
    transition: background-color 300ms;
}

.notify-content .listview__item {
    background-color: unset !important;
}

.notify-content {
    border: 0;
    background-color: black;
    padding: 8px 10px;
    margin: 0;
}

.notify-content .btn-close {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    line-height: 1.2rem
}

.notify-content img {
    border-radius: 2px;
}

.notify-content .listview_content {
    color:wheat !important;
}

.notify-content .listview__item .listview__img{
    width: 4rem;
    height: 4rem;
}

.notify-content .listview__heading {
    font-weight: bold;
}

.notify-content p {
    color: #a0a0a0;
    opacity: 0.7;
    font-size: smaller;
}

.notify-content .bg-image {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    border-radius: 2px;
    background-position: center;
    background-size: cover;
}

.notify-default .listview__heading, .notify-default .message, .notify-default p {
    color: white; 
}

.notify-danger .listview__heading, .notify-danger .message, .notify-danger p {
    color: red; 
}

.notify-warning .listview__heading, .notify-warning .message, .notify-warning p {
    color: yellow; 
}

.notify-success .listview__heading, .notify-success .message, .notify-success p {
    color: greenyellow; 
}

.notify-info .listview__heading, .notify-info .message, .notify-info p {
    color: deepskyblue; 
}

.custom-search {
    flex: 1;
    position: relative;
}

.custom-search .custom-search__text {
    border: 0;
    border-radius: 2px;
    height: 2.9rem;
    padding-left: 3rem;
    width: 100%;
    transition: background-color 300ms, color 300ms;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.custom-search .custom-search__text::placeholder {
    color: #ffffff;
}

.custom-search .custom-search__helper {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3rem;
    height: 100%;
    width: 3rem;
    text-align: center;
    line-height: 2.9rem;
    cursor: pointer;
    transition: color 300ms, transform 400ms;
}

.server-instance-active {
    opacity: 1;
    background: linear-gradient(183deg, #07edb2, #ffffff);
    background-size: 400% 400%;

    animation: borderAnimate 5s ease infinite;
}

.search-box {
    min-height: 32px;
}

@keyframes borderAnimate { 
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}

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

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

.ds-selector {
    border: 3px solid white !important;
    background-color: rgba(165, 165, 165, 0.35) !important;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.table-cell.table-middle {
    vertical-align: middle;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.max-width {
    width: 100% !important;
}

.max-height {
    height: 100% !important;
}

.horizontal-scroll-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    transform-origin: right top;
}

.horizontal-scroll-wrapper > div {
    transform-origin: right top;
}

.horizontal-scroll-wrapper .history-block {
    margin-bottom: 6px;
    padding: 6px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.438);
    font-weight: bold;
}

.image-fit {
    object-fit: contain;
}

.mirrored {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); /* Safari and Chrome */
    -moz-transform: rotateY(180deg); /* Firefox */
}

.selection {
    stroke          : lightsteelblue;
    stroke-width    : 1px;
    stroke-dasharray: 4px;
    stroke-opacity  : 0.8;
    fill            : transparent;
}

.frame {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}

.text-bold {
    font-weight: bold !important;
}

.no-padding {
    padding: 0 !important;
}

/* Mission Timeline */
.mission-timeline.line {
    width: 3px;
    margin: auto;
    height: 100%;
    background-color: white;
}

.mission-timeline.line.start {
    height: 50%;
    margin-top: 40px;
}

.mission-timeline.line.end {
    height: 50%;
}

.mission-timeline .circle {
    width: 20px;
    height: 20px;
    background-color: limegreen;
    position: absolute;
    bottom: 50%;
    right: 50%;
    border: 2px solid white;
    border-radius: 50%;
    transform: translate(10px,10px);
}

.car-owner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.car-owner img {
    border: 1px solid black;
    border-radius: 50%;
    background-color: white;
}

.feed {
    cursor: pointer;
    position: relative;
    background-color: #00000061;
    margin-bottom: 6px;
    min-height: 200px;
    transform: scale(1);
}

.feed .feed-image {
    text-align: center;
}

.feed .feed-image .image, .latest-notification .image {
    width: 100%;
    height: 200px;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    transition: 400ms ease;
}

.feed .feed-image .image-placeholder, .latest-notification .image-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.feed .feed-status {
    position: absolute;
    top: 3px;
    left: 3px;
    transition: 400ms ease;
}

.feed .feed-actions {
    position: absolute;
    top: 3px;
    right: 3px;
}

.feed .feed-center-actions {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 400ms ease;
    opacity: 0;
}

.feed .feed-center-actions {

}

.feed h6 {
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 3px;
    transition: 400ms ease;
}

.feed h5 {
    transition: 400ms ease;
}

.feed .robot-des {
    font-size: smaller;
    text-align: right;
}

.feed .feed-info {
    width: 100%;
    min-height: 40px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 400ms ease;
}

.feed:hover {
    z-index: 10;
    transform: scale(1.025);
}

.feed:hover .feed-info {
    color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.01);
}

.feed:hover h6, .feed:hover h5 {
    color: rgba(255, 255, 255, 0.1);
}

.feed:hover .feed-status {
    opacity: 0.05;
}

.feed:hover.feed-call .feed-image .image {
    opacity: 0.2;
}

.feed:hover .feed-center-actions {
    opacity: 1;
}

.feed .feed-info .robot-info {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.service {
    display: flex;
}

.service .service-info {
    margin-top: 12px;
    margin-left: 12px;
}

.robot {
    display: flex;
    min-height: 64px;
    background-color: #00000054;
    margin-left: 3px;
    margin-bottom: 3px;
}

.robot .robot-info {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
}

.robot .robot-info .robot-map, .robot .robot-info .robot-state{
    font-size: smaller;
}

.robot .robot-info .robot-videos {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.robot .robot-info .robot-process-icon {
    margin-right: 2px;
}

.latest-notification {
    background-color: #00000061;
}

.btn-group input[type=radio] {
    display: none;
}

.list-object-class {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    align-items: center;
    line-height: 32px;
  }
  .list-object-class>* {
      flex: 0 0 20%;
  }

.face-user-thumbnail {
    flex: 1 0 auto;
    margin: 0 auto;
}

.face-user-thumbnail .face-user-content {
    border-radius: 50%;
    width: 100%;
}
  
.pulse {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}
  
@keyframes pulsate {
    0% {
      transform: scale(1.5, 1.5);
      opacity: 0;
    }
  
    50% {
      opacity: 0.5;
    }
  
    100% {
      transform: scale(2, 2);
      opacity: 0;
    }
 }