﻿.UserOperations {
    width: 30px;
    height: 50px;
    position: relative;
    cursor: pointer;
    position: relative;
    background: transparent url(user_btn.svg) center no-repeat padding-box;
    float: right;
    /*margin-right: -10px;*/
    margin-left: 10px;
}

    .UserOperations[status="online"] {
        background: transparent url(user_operations_2.svg) center no-repeat padding-box;
    }

    .UserOperations[status="offline"] {
        background: transparent url(user_operations.svg) center no-repeat padding-box;
    }

    .UserOperations[status="error"] {
        background: transparent url(user_operations.svg) center no-repeat padding-box;
    }

.OperationListGrid {
    width: 100%;
    height: 500px;
}

    .OperationListGrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
        vertical-align: middle !important;
    }

.UserOperationsPopup {
    width: calc(100% + 40px);
    height: auto;
    margin: 0 -20px 0 -20px;
    padding: 0;
    border: none;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.UserOperationsPopupItem {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 20px;
    border: none;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

    .UserOperationsPopupItem:hover {
        background-color: aliceblue;
    }

.UserOperationsPopupItemTitle {
    height: 100%;
    max-width: 100%;
    min-width: calc(100% - 50px);
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

.UserOperationsPopupItemAction {
    height: 100%;
    width: 50px;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.UserOperationsBadgeWrapper {
    float: right;
    width: 100%;
    height: 13px;
    margin-right: -6px;
    margin-top: 10px;
}

.UserOperationsBadge {
    float: right;
    width: 13px;
    height: 100%;
    margin-left: 2px;
    background: no-repeat 0 0 url(badge.png);
}

.OperationIcon {
    float: left;
    height: 27px;
    width: 25px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-right: 20px;
}

.OperationStatusIcon {
    float: right;
    height: 27px;
    width: 25px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-top: -22px;
    margin-right: 20px;
}

.OperationTextDiv, .OperationStatusDiv {
    margin-top: 35px;
}

.OperationText {
    width: 101px;
    height: 19px;
    text-align: left;
    font: 14px/12px Segoe UI;
    font-weight: 600;
    letter-spacing: 0px;
    color: #282828;
    opacity: 1;
}

.OperationTextInfo {
    width: 101px;
    height: 19px;
    text-align: left;
    font: 12px Segoe UI;
    font-weight: 600;
    letter-spacing: 0px;
    color: #282828;
    opacity: 1;
}

.OperationDate {
    width: 97px;
    height: 16px;
    text-align: left;
    font: 12px/12px Segoe UI;
    letter-spacing: 0px;
    color: #A8A8A8;
    opacity: 1;
}

.OperationTemplateNameText {
    width: 97px;
    height: 16px;
    text-align: left;
    font: 12px/12px Segoe UI;
    letter-spacing: 0px;
    color: #A8A8A8;
    opacity: 1;
}

.OperationStatus {
    width: 71px;
    height: 16px;
    text-align: right;
    font: 12px/14px Segoe UI;
    letter-spacing: -0.24px;
    color: #A8A8A8;
}

.OperationDescriptionDiv {
    height: auto;
    width: 100%;
    margin-top: -20px;
}

    .OperationDescriptionDiv .OperationDescriptionDivRow {
        float: left;
        height: 30px;
        width: 100%;
    }

        .OperationDescriptionDiv .OperationDescriptionDivRow .OperationDescriptionTitle {
            float: left;
            height: 30px;
            width: 40%;
            color: #A8A8A8;
        }

        .OperationDescriptionDiv .OperationDescriptionDivRow .OperationDescriptionValue {
            float: left;
            width: auto;
            height: 30px;
            text-align: center;
            line-height: 20px;
            color: #333333;
            font-weight: bold;
        }

.operationTryAgainIcon {
    width: 15px;
    height: 15px;
    background: transparent url(operation_try_again_icon.svg) 0% 0% no-repeat padding-box;
    opacity: 1;
    float: left;
    margin-right: 5px;
}

.operationTryAgain {
    float: right;
    height: 30px;
    width: auto;
    color: #1A8CF2;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 20px;
    line-height: 12px;
}

.operationTryAgainMessageDiv {
    float: left;
    width: 100%;
    height: 100%;
}

    .operationTryAgainMessageDiv .operationMessage {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .operationTryAgainMessageDiv .buttons {
        float: left;
        width: 100%;
        height: 40px;
        margin-top: 10px;
        padding: 0 0 0 35px;
    }

        .operationTryAgainMessageDiv .buttons .tryAgainYes {
            float: left;
            width: 140px;
            height: 36px;
        }

        .operationTryAgainMessageDiv .buttons .tryAgainNo {
            float: left;
            width: 140px;
            height: 36px;
            margin-left: 10px;
        }


.OperationDetailTable {
    width: 100%;
    margin-top: -20px;
    margin-bottom: -20px;
}

.OperationDetailTableText {
    text-align: left;
    font: 12px/14px Segoe UI;
    letter-spacing: -0.24px;
    color: #A8A8A8;
    opacity: 1;
    width: 50%;
    height: 30px;
}

.OperationDetailTableTextSuccess {
    text-align: left;
    font: bold 13px/14px Segoe UI;
    letter-spacing: -0.26px;
    color: #333333;
    opacity: 1;
    width: 20px;
}

.OperationDetailTableTextFail {
    text-align: left;
    font: bold 13px/14px Segoe UI;
    letter-spacing: -0.26px;
    color: #F20B0B;
    opacity: 1;
    width: 20px;
}

.TachographOperationDetailTableShowDiv {
    float: left;
    text-align: left;
    text-decoration: underline;
    font: 12px/12px Segoe UI;
    letter-spacing: -0.24px;
    color: #1A8CF2;
    opacity: 1;
    cursor: pointer;
}

.OperationDetailTableShowDiv {
    width: 60px;
    float: right;
    text-align: left;
    text-decoration: underline;
    font: 12px/12px Segoe UI;
    letter-spacing: -0.24px;
    color: #1A8CF2;
    opacity: 1;
    cursor: pointer;
}

.OperationDetailTableShow {
    width: 19px;
    height: 13px;
    background: transparent url(show_icon.svg) 0% 0% no-repeat padding-box;
    opacity: 1;
    float: left;
    margin-right : 5px;
}

.OperationDetailTableShowText {
    width: 70px;
}

.TachographOperationDetailTableShowText {
    width: 0px;
}

.OperationDetailTableReportText {
    width: 85px;
    height: 16px;
    text-align: right;
    text-decoration: underline;
    font: 12px/14px Segoe UI;
    letter-spacing: -0.24px;
    color: #1A8CF2;
    opacity: 1;
}

.OperationDetailTableReportIcon {
    width: 10px;
    height: 13px;
    background: transparent url(document_icon.svg) 0% 0% no-repeat padding-box;
    opacity: 1;
    float: left;
}


.ErrorTable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .ErrorTable td, .ErrorTable th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .ErrorTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .ErrorTable tr:hover {
        background-color: #ddd;
    }

    .ErrorTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }

.UserOperationsPopup {
    max-height: 700px;
    overflow-y: auto;
}

.UserOperationsNotification {
    width: 15px;
    height: 15px;
    background: #FF3400 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    font: bold 12px/16px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    visibility: hidden;
}

.errorDialogGrid {
    width: 100%;
    height: 260px;
    float: left;
}
.deviceTemplateErrorDialogElement{
    width       :100%;
    height      :260px;
    float       :left;
    overflow-y  :auto;
}

.SnakeWaiterUserOperation {
    position: inherit !important;
    z-index: 1101;
}

.emptyDataDiv {
    width: 100%;
    background: no-repeat 105px 70px url(no_data_img.svg);
    height: 500px;
    text-align: center;
    line-height: 510px;
    text-align: center;
    color: #5A6976;
    opacity: 1;
    font-size: 14px;
    font-family: 'Segoe UI';
}

dx-popover-arrow .ownPopoverArrow {
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 2000;
    overflow: hidden;
}

.ownPopoverArrow:after {
    border: 1px solid #338CDB !important;
    background: #338CDB !important;
}

.notificationDiv {
    float: left;
    height: 88px;
    width: 338px;
    color: #fff;
    font-size: 14px;
    padding-top: 19px;
}

    .notificationDiv .notification {
        width: 49px;
        height: 49px;
        background: transparent url(info_popup_light.svg) 0% 0% no-repeat padding-box;
        opacity: 1;
        float: left;
        padding-left: 50px;
    }

    .notificationDiv .notificationMessage {
        width: 100%;
        height: 49px;
        padding-top: 4px;
    }

.nodeListCount {
    color: #282828 !important;
}