/* SD Live Cam Styles */

.smartcam-dashboard,
.smartcam-add-camera,
.smartcam-browse,
.smartcam-viewer {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.smartcam-dashboard h1,
.smartcam-add-camera h1,
.smartcam-browse h1,
.smartcam-viewer h2 {
    color: #333;
}

.smartcam-dashboard a,
.smartcam-browse a {
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 10px 15px;
    background: #007cba;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.smartcam-dashboard a:hover,
.smartcam-browse a:hover {
    background: #005a87;
}

.smartcam-add-camera form {
    display: flex;
    flex-direction: column;
}

.smartcam-add-camera label {
    margin-top: 15px;
    font-weight: bold;
}

.smartcam-add-camera input,
.smartcam-add-camera select,
.smartcam-add-camera textarea {
    margin-top: 5px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.smartcam-add-camera input[type="submit"] {
    margin-top: 20px;
    padding: 10px;
    background: #007cba;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.smartcam-add-camera input[type="submit"]:hover {
    background: #005a87;
}

.smartcam-browse ul {
    list-style: none;
    padding: 0;
}

.smartcam-browse li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.smartcam-viewer iframe {
    width: 100%;
    max-width: 640px;
    height: 480px;
    border: none;
}
