.export-import-warn {
    color: rgb(230, 32, 47);
    font-weight: bold;
    font-size: 1em;
}

.unshow-problem-bt {
    font-weight: bold;
    font-size: 1.1em;
}

.prod-stat-filled, .prod-stat-unfilled, .prod-stat-unclass {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

.prod-stat-filled:hover, .prod-stat-unfilled:hover, .prod-stat-unclass:hover {
    text-decoration: underline;
}

.no-wrap {
    white-space: nowrap;
}

.prod-stat-unclass {
    color: rgb(230, 32, 47);
}

.prod-stat-unfilled {
    color: rgb(200, 154, 67);
}

.prod-stat-filled {
    color: rgb(65, 130, 77);
}

.edit_ilab_confirm {
    display: block;
    font-size: 1.2em;
    margin: .5em .5em .5em;
}

.download-gtin-app h1 {
    margin: 0.5em 0 1em;
}

.shorten-link .access-terms-link .full-link-text {
    display: none;
}

.access-terms-link .short-link-text {
    display: none;
}

.shorten-link .access-terms-link .short-link-text {
    display: inline;
}

.readonly-label {
    font-size: 10pt;
    font-weight: bold;
}

.readonly-label-small {
    font-size: 8pt;
    font-weight: bold;
}

.resp-rej-terms {
    white-space: normal;
}

.resp-rej-terms h1 {
    margin: 0px 0px 1em;
}

.resp-rej-terms p {
    margin-left: 0.7em;
    margin-right: 0.7em;
}

.resp-rej-terms ol {
    margin-right: 0.7em;
}

.staticTextItem .full-access-terms,
[class^="staticTextItem"] .full-access-terms
{
    border: 1px dashed #000000;
    padding: 0.5em 1em;;
    display: block;
}

.labelAnchor-wrap {
    color: black;
    font-family: Arial,Verdana,sans-serif;
    text-decoration: none;
    white-space: normal!important;
}

#root p, #root h, #root dt, #root dd, #root li, #root ul, #root div, #root ol, #root body, #root b, #root table, #root tr, #root td, #root a {
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #444;
    line-height: 130%;
}

#root a {
    text-decoration: underline;
}

#root .panel_text {
    font-weight: normal;
    color: #002C6C;
    font-size: 12px;
}

#root .panel_head {
    font-weight: bold;
    color: #002C6C;
    font-size: 14px;
    margin: 3px 3px 3px 3px;
    text-align: center;
}

#root .curusr_text {
    font-weight: bold;
    color: #002c6c;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    text-align: center;
}

.login-bg {
    position: absolute;
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.login-bg .error-message {
    color: #ff0000;
    white-space: nowrap;
}

.login-block {
    margin-top: 70px;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #99bbe8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #303080;
    background: #dfe8f6;
}

 form.login {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}

 form.login .padding {
    padding: 10px;
}

 form.login table.layout {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

 form.login table.layout>tbody>tr>td {
    padding: 2px 1px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

 form.login table.layout tr.logo {
}

 form.login table.layout tr.logo>td {
    vertical-align: middle;
    background: url('../images/gs1_title.gif') left center no-repeat;
    height: 130px;
    padding-left: 158px;
    text-align: left;
}

 form.login table.layout tr.logo .greeting {
    font-size: 1.5em;
}

 form.login table.layout tr.field {
}

 form.login table.layout tr.field>td {
    padding: 5px 0px;
}

 form.login table.layout tr.field>td>input:focus {
    -webkit-box-shadow: 0px 1px 3px 1px #b0b0b0;
    -moz-box-shadow: 0px 1px 3px 1px #b0b0b0;
    box-shadow: 0px 1px 3px 1px #b0b0b0;
}

 form.login table.layout tr.field>td>input {
    width: 98%;
    border: 1px solid #b5b8c8;
    height: 20px;
    -webkit-box-shadow: 0px 1px 3px 1px #D0D0D0;
    -moz-box-shadow: 0px 1px 3px 1px #D0D0D0;
    box-shadow: 0px 1px 3px 1px #D0D0D0;
}

 form.login table.layout tr.buttons {
    text-align: right;
}

 form.login table.layout tr.buttons>td {
}


body>.overlay {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 10000000;
    text-align: center;
}

body>.overlay .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333333;
    opacity: 0.6;
    z-index: 9999999;
}

body>.overlay table {
    position: relative;
    z-index: 10000001;
    width: 100%;
    height: 100%;
}

body>.overlay td {
    text-align: center;
    vertical-align: middle;
}

body>.overlay img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
}

body>.overlay .msg {
    margin-top: 1.1pt;
    color: #404040;
    font-size: 14px;
}

body>.overlay.active {
    display: block;
}

.multiDisplayCell .staticTextItem,
.multiDisplayCell .staticTextItemDisabled,
.multiDisplayCell .staticTextItemError,
.multiDisplayCell .staticTextItemFocused {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #ababab;
    background: white;
    padding: 1px 2px;
}

html.portal-ua #root .slogan {
}

.info {
    text-align: left;
    font-weight: normal;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
}