﻿.device-window {
    border: 1px solid #d0d0d0;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.device-alert {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    width: calc(100% - 4px);
    height: 40px;
    font-size: 20px;
    text-align: center;
    opacity: 0.93;
    border-radius: 5px;
    padding-top: 5px;
    cursor: pointer;
}

    .device-alert:hover {
        opacity: 0.9;
    }

.bg-device-alert-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.bg-device-alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.bg-device-alert-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.device-image {
    position: relative;
}

.device-image-timestamp {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.device-actions {
    font-size: 20px;
    background-color: #2a3f54;
    padding: 0px 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 5px;
}

    .device-actions a {
        color: #f9fafd;
        margin-left: 5px;
    }


.rotation-wrapper-outer {
    display: table;
}

.rotation-wrapper-inner {
    padding: 50% 0;
    height: 0;
}

.element-to-rotate {
    display: block;
    transform-origin: top left;
    margin-top: -50%;
    white-space: nowrap;
}
