.devinfo{
	display: none;
	cursor:default;
}
.deviceRow{
	cursor: pointer;
}
.modal-xxl {
    max-width: 90%;
}
.PhotoItem {
    border: 1px solid;
    margin: 1px;
    cursor: pointer;
    font-size: 0.875rem;
}
.status-indicators {
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    display: flex;
    gap: 2px;
}
.devinfo .status-indicators {
    margin-left: 0px;
}
.status-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: 0.5;
}
.green-st {
    background-color: green;
}

.red-st {
    background-color: red;
}
.blue-st {
    background-color: blue;
}

.grey-st {
    background-color: rgb(187, 183, 183);
}

.progressbar {
    position: relative;
    background-color: #d4cece; 
    border-radius: 8px;
}
.progress {
    height: 18px;
    background-color: #69a143;
    width: 0;
}
.progress-label {
    position: relative;
    width: 100%;
    line-height: 30px; 
    top: 4px;
    text-align: left;
    text-shadow: 1px 1px 0 #ffffff;
    color: #214409;
}
.RowMouseOver{
	background-color: #e0e0e0;
}

.CommandStatus_1{}
.CommandStatus_2{color:orange;}
.CommandStatus_3{color:red;}
.CommandStatus_4{color:green;}
