@font-face {
    font-family: 'Pictos';
    src: url("../pictos/pictos.eot");
    src: url("../pictos/pictos.eot?#iefix") format("embedded-opentype"), url("../pictos/pictos.woff") format("woff"), url("../pictos/pictos.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

a {
    outline-style: none;
    color: #2d6416;
}

.logo a {
    display: block;
    max-width: 240px;
    margin: 0 auto;
}

.logo a img {
    max-width: 100%;
}

.x-container-test {
    background: red;
}

.x-container-normal {
    background: #e2edd7;
}

.x-container-normal .x-splitter {
    background-color: #469C23;
}

.pageHeader {
    position: relative;
    background: #469C23 url(../images/bg-pageheader.png) repeat-x bottom left;
}

.pageHeader a.logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.pageHeader a img {
    display: block;
}

.pageFooter {
    position: relative;
    background: #469C23 url(../images/bg-pagefooter.png) repeat-x;
    background-size: auto 100%;
}

.navigationTree .x-tree-elbow-img {
    display: none;
}

.navigationTree .separator {
    height: 10px;
    background-color: white!important;
}

.navigationTree .separator div {
    display: none;
}

.navigationTree .level1 .x-tree-icon {
    display: none;
}

.navigationTree .level1 {
    border-bottom: 2px solid #737373;
    background-color: white!important;
}

.navigationTree .special-icon {
    margin-top: 0;
    margin-bottom: 0;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.navigationTree .x-tree-node-text {
    font-size: 14px;
    line-height: 24px;
}

.pageFooter .column {
    width: 20%;
    float: left;
    color: white;
    font-size: 10px;
    line-height: normal;
}

.pageFooter .column p {
    margin: 0;
    padding: 5px;
}

.pageFooter a {
    color: white;
}

.loginok {
    color: #469C23;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.errormessage {
    color: #cc0000;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.pageHeader .title {
    position: absolute;
    left: 264px;
    top: 33px;
    color: white;
    font-size: 26px;
}

.x-boundlist table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.x-boundlist th {
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding-right: 5px;
}

.x-boundlist td {
    font-size: 11px;
    vertical-align: top;
    padding-right: 5px;
}

.userinfo {
    position: relative;
    margin: 10px;
    color: white;
    font-size: 11px;
}

.userinfo .small {
    font-size: 9px;
}

.userinfo .x-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.userinfo table {
    width: 100%;
}

.userinfo td.user {
    width: 35%;
}

.userinfo td.last-login {
    width: 45%;
}

.userinfo td.version {
    width: 20%;
    text-align: right;
}

.navigationTree .x-tree-view {
    background: white;
}

.navigationTree .x-panel-body-default {
    background: #575756;
    border-color: #575756;
}

.navigationTree .x-panel-body-default .x-form-item-label {
    color: white;
}

.orderForm .x-form-readonly .x-form-field,
.gucalculator .x-form-readonly .x-form-field {
    background: transparent;
}

.statistics {
    padding: 20px;
    color: #214910;
}

.statistics table {
    margin-bottom: 20px;
}

.statistics table th,
.statistics table td {
    padding: 0;
    color: #337119;
}

.statistics table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.statistics table th {
    text-align: left;
    padding-right: 50px;
}

.x-grid-row.invalid {
    color: gray;
}

.newsPanel .date {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.newsPanel h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.newsPanel .x-dataview-item {
    font-size: 13px;
    border-bottom: 1px solid #337119;
    padding: 10px 0;
}

.newsPanel .x-dataview-item:last-child {
    border: none;
}

.x-boundlist .matchcode td {
    padding: 3px 0;
    line-height: normal;
}

a.x-tree-node-text {
    text-decoration: none;
    color: black;
    display: inline-block;
}

fieldset.attachement .attachement-list {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

fieldset.attachement .attachement-list p {
    padding: 0;
    margin: 0;
}

.x-btn-default-small.grey{
    background-color: #aaaaaa;
    background-image: none;
    border: none;
}

.x-btn-default-small-over.grey{
    background-color: #999999;
    background-image: none;
    border: none;
}

.x-btn-default-small-pressed.grey{
    background-color: #888888;
    background-image: none;
    border: none;
}

.x-btn-default-medium.grey{
    background-color: #aaaaaa;
    background-image: none;
    border: none;
}

.x-btn-default-medium-over.grey{
    background-color: #999999;
    background-image: none;
    border: none;
}

.x-btn-default-medium-pressed.grey{
    background-color: #888888;
    background-image: none;
    border: none;
}

.swx-field-required input,
.swx-field-required textarea,
.swx-field-required .x-form-trigger-wrap {
    /*background-color: #ffe8d1;*/
    border-color: #FFED00;
}

.swx-field-required input.x-form-invalid-field {
    border: 1px solid #cf4c35!important;
}

.x-viewport body {
    background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), white url(../images/login-background.jpg) no-repeat center right;
    background-size: cover;
}

.login-window {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.login-window .x-window-body-default {
    background: transparent;
    border: 0;
}

.login-window .x-panel-body-default {
    border: 0;
    background: transparent;
}

.login-window .x-form-item-label {
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.login-window .x-form-item-label,
.login-window .x-form-cb-label {
    color: white;
}

.login-window .x-form-text {
    height: 36px;
}

.login-window .x-form-item, .login-window .x-form-field {
    font: normal 15px helvetica, arial, verdana, sans-serif;
}

.login-window .forgot-password {
    color: white;
    opacity: 0.65;
}

.login-window .forgot-password:hover {
    text-decoration: underline;
}

.pendent-orders-count {
    border-radius: 50%;
    background-color: #cc0000;
    color:white;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
}

.pendent-orders-count.hidden {
    display: none;
}

.x-form-email {
    color: black;
    padding: 4px 6px 3px 6px;
    background: white repeat-x 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: silver #d9d9d9 #d9d9d9;
    height: 24px;
    line-height: 15px;
}

.x-fieldset-header-text {
    font-size: 13px;
}

.cell-vertical-middle {
    vertical-align: middle;
}

.status-btn {
    text-align: center;
}

.status-btn span {
    display: inline-block;
    border-radius: 5px;
    background-color: #efefef;
    padding: 4px 8px;
}

.info-icon {
    float: right;
    display: inline-block;
    /*margin-left: 20px;*/
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    text-align: center;
    color: white;
    background-color: #021c74;
    padding-top: 1px;
    padding-right: 1px;
}

.changes-grid .x-column-header-inner {
    position: relative;
    overflow: hidden;
    height: 44px;
}

.changes-grid .x-column-header-inner span {
    position: absolute;
    left: 10px;
}

.changes-grid .x-column-header-inner img {
    position: absolute;
    right: 5px;
    bottom: 10px;
    max-width: 36px;
}

.gu-calculator-result table {
    text-align: left;
    width: 100%;
}

.gu-calculator-result table td:nth-child(2) {
    text-align: right;
}

.x-btn-icon-el.fa-solid {
    color: white;
    font-size: 18px;
    padding: 2px;
    opacity: 0.65;
}

.x-btn-default-small .x-btn-icon-el.fa-solid {
    font-size: 13px;
    padding-top: 1px;
    padding-left: 1px;
}