﻿/*****************FORMS*****************/

.form-label {
    font-weight: normal !important;
}


/**************HEADER*************/

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-user {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: #fff !important;
}

    .nav-user .account-user-name {
        font-weight: normal !important;
    }

/*************SIDEBAR*************/

.side-nav-second-level li a {
    color: #fff !important;
}

    .side-nav-second-level li a.active {
        background-color: #fff !important;
        color: #005193 !important;
    }

/***************COMPONENTS**************/

.btn-app-primary {
    background-color: #005193 !important;
    color: #fff !important;
}

/**************DEVEXTREME**************/

.dx-checkbox .dx-checkbox-text {
    font-size: 16px !important;
    color: #6c757d !important;
}

.status-indicator {
    display: inline-block;
}

    .status-indicator.true::before {
        content: '\2713';
        font-weight: 800;
        color: #00c706; /* Green color */
    }

    .status-indicator.false::before {
        content: "\00d7"; /* This will render the 'X' */
        font-weight: 800;
        color: #d14b4b; /* Red color */
    }

.btn‐modern {
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 10px;
    width: 50px;
    font-family: Segoe UI, Tahoma, sans-serif;
    color: #444;
    cursor: pointer;
}

    .btn‐modern:hover {
        background: #28a745;
        color: #fff;
    }

    .btn‐modern.success {
        background: #5cb85c;
        border-color: #28a745;
        color: #fff;
    }

        .btn‐modern.success:hover {
            background: #28a745;
            color: #fff;
        }

    .btn‐modern.warning {
        background: #ffbc00;
        border-color: #ffbc00;
        color: #000;
    }

        .btn‐modern.warning:hover {
            background: #dba40f;
            color: #000;
        }

#video-recording-view-container {
    max-width: 300px;
}

#playVideoButton:active {
    transform: scale(0.98);
}

video {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}