@CHARSET "UTF-8";

* {
    font: 14px Arial, Helvetica,"Lucida Grande", serif;
}

body {
    margin:0;
    padding:0;
    line-height: 1.4em;
    word-spacing:1px;
    letter-spacing:0.2px;    
    color: #000;
}

h2 {
    color:#000;
    font-size:25px;
}

a:link, a:visited {
    background: transparent;
    color:#333;
    text-decoration:none;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 11px;
}

a[href^="http://"] {
    color:#000;
} 

img, img a, .more-link a {
    border:none;
}

#footer {margin-top:10px;}

.tab-sidebar, .tab-item .tab-title, .one-button, .list-box select, #apps-menu, #footer, #loadingIcon,
#logo, #catnavi, .topnavi, .more-link, .navigation, #sidebartop, #related, #social, #sponsors, .tabs,
#allpost, .toolbar, .splitbox, #commentform, #commentabs .idTabs, .postmeta-content .comments, #respond h3,
.tag, .footerlinks, .title-action, input[type="checkbox"], .select-all {
    display:none;
}

.one-table-view .scroll-container {
    height: auto !important;
}

.one-table-view .scroll-container:after {
    content: "ONE ERP © ONE (http://www.onesoftware.ro) 2011-2020";
}

#app-header div {
    background-color: transparent !important;
    display: none;
}

#one-erp-logo {
    background: transparent url(/res/OneERPUI/images/one-erp-logo.svg) center no-repeat;
    width: 160px;
    height:60px;
    -webkit-print-color-adjust: exact;
}

.with-sidebar .tab-content {    
    margin-left: 0px !important;
    width: 100%;
}

.section-title {
    font-weight: bold;
    margin-top: 5px;
}


.one-control-decorator-title {
    float: left;
    margin-right: 5px;
}

.one-control-decorator-title:after {
    content: ":";
}

.one-control-decorator textarea, .one-control-decorator input, .listBox .selectedText, .one-CheckBox label {
    font-style: italic;
    padding: 0;
    margin: 0;

    border: none;
    resize: none;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;    
}

.one-control-decorator.textAreaInside {
    height: auto;
}

.one-control-decorator textarea {
    width: 100%;
}

.one-CheckBox label {
    display: block;
}


div.gwt-TabPanelBottom>div>table[style] {
   width: 100% !important;
   height: 100% !important;
}