BODY {
    margin: 0;
    padding: 0;
    background: url("/public/images/city_bg.jpg") no-repeat center top;
    font: 10pt Tahoma;
    color: #000000;
}

#error-div {
    color: #f00;
    height: 25px;
    line-height: 25px;
}

#container {
    position: relative;
    width: 245px;
    height: 320px;
    margin: 150px auto 0;
    padding: 20px;
    background: #ffffff;
    text-align: center;
}

#user {
    width: 150px;
    height: 25px;
    margin: 0px 0 0;
    padding: 2px 30px 2px 55px;
    background: #e5e5e5 url("/public/images/input_icon_user.png") no-repeat scroll 0 0;
    border: 0;
}

#pass {
    width: 150px;
    height: 25px;
    margin: 15px 0 15px;
    padding: 2px 30px 2px 55px;
    background: #e5e5e5 url("/public/images/input_icon_pass.png") no-repeat scroll 0 0;
    border: 0;
}

div .left {
    float: left;
    margin: 10px 0 0 0;
    text-align: left;
}

div .right {
    float: right;
    margin: 11px 2px 0 0;
    text-align: right;
}

#buildInfoCaption {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.localPanel {
    background-image: url("/public/images/lang_rus.png");
    font-size: 12px;
    background-color: #FAFFBD;
    text-align: left;
    float: left;
    color: black;
    padding: 5px 6px 5px 6px;
    margin: 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 23px 7px;
    cursor: pointer;
    height: auto;
    width: 25px;
}

.localPanel.en {
    background-image: url("/public/images/lang_eng.png");
}

.gwt-DialogBox {
    z-index: 1000;
}

/* RADIBUTTONS OVERFLOW BUG FIX IN "GREEN GLADE" */
.GD51-NSDAID-su-ivt-helios-web-ui-widgets-grid-gwt-WorkHistoryGwtGridWidgetResources-Style-exportPanel {
    float: left;
}
.GD51-NSDLID-su-ivt-helios-web-ui-widgets-grid-gwt-WorkHistoryGwtGridWidgetResources-Style-radioPanel {
    display: block !important;
}
.GD51-NSDFID-su-ivt-helios-web-ui-widgets-grid-gwt-WorkHistoryGwtGridWidgetResources-Style-mainPanel * {
    overflow: hidden;
}
.GD51-NSDKID-su-ivt-helios-web-ui-widgets-grid-gwt-WorkHistoryGwtGridWidgetResources-Style-radioButton {
    display: table-header-group !important;
    margin: 3px;
    margin-left: 10px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
/* NAVPANEL OVERFLOW BUG FIX IN "REPORTS" */
.GD51-NSDN3D-su-ivt-helios-web-ui-widgets-grid-gwt-GwtGridWidget_GwtWidgetUiBinderImpl_GenCss_style-paging {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: flex;
}
.red button {
    box-shadow: 0px 0px 0px 1px red;
}
div[title="Заблокирован"] {
    color:red;
}
