﻿.NotificationScreen {
    float: left;
    width: 100%;
    height: 100%;
    max-height: 700px;
}
    .NotificationScreen .top {
        float: left;
        width: 100%;
    }
.NotificationScreen .left { float: left; width: 40%; height: 100%; }
.NotificationScreen .right { float: left; width: 60%; height: 100%; padding-left: 10px; }
.NotificationScreen .bottom { float: left; width: 100%; height: 100%; margin-top: 10px; }
.NotificationScreen .button { float: right; margin-left: 10px; }
/*.NotificationScreen .dx-tag-container { max-height: 100px !important; }*/
.rangeTime {
    height: 90px;
    padding-top: 50px !important;
    padding-right: 10px;
}
.NotificationScreen .dx-field-item-label-text { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 10pt; font-weight: bold; color: #333; }
.NotificationScreen .dx-item-content .dx-toolbar-item-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold !important;
    color: #333;
}
.NotificationScreen .bottom .warning {
    float: left;
    font-weight: bold;
    color: #e23121;
    margin-top: 10px;
    background-color: #fac9c5;
}
.NotificationScreen .dx-overlay-content .dx-popup-normal .dx-resizable {
    max-height: 250px;
    overflow-y: scroll;
}
.dx-field-item-content .contactButton {
    float: right;
    height: 100%;
}
