body {
    font-family: Tahoma;
    margin: 0 50px;
    color: #000;
    font-size: 10pt;
    background-color: #b2db80;
}
a, a:visited, a:active {
  color: #000;
  text-decoration: none;
}
a:hover { color: #67BD01; }

.sc { clear: both; height: 0px; font-size: 0px; background-color: transparent; }



#flashMessage {
    position: relative;
    float: left;
    padding: 7px;
    margin-top: 33px;
    width: 584px;
    border: 1px solid #67bd01;
}
#flashMessage .closer {
    position: absolute;
    top: -1px;
    right: -1px;
}
#flashMessage.error,
#flashMessage.failed {
    color: #fff;
    background: orange;
}

#flashMessage.success {
    background: #cfff95;
    color: #000;
}
#header-none {
    display: none;
}
#header .left,
#header .right {
    position: absolute;
    width: 50%;
    padding: 10px;
    height: 100px;
    top: 0;
}
span.white,
span.white a {
    color: #fff;
}
#header .left {
    left: 0;
    z-index: 1;
    background-color: #67bd01;
    height: 112px;
}
#header .right {
    right: 0;
    z-index: 2;
    background-color: #b2db80;
    text-align: right;
    height: 112px;
}
#header .center {
    position: relative;
    width: 600px;
    margin: auto;
    z-index: 3;
    height: 100px;
    top: -95px;
    background-image: url(/img/webtraxx-headbg.jpg);
}

#content ul {
  list-style-type: square;
  padding-left: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
}

#users-login {
    width: 270px;
    margin: 150px auto 0 auto;
    background-color: #fff;
}
#users-login #flashMessage {
    width: 235px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#users-login form {
    padding: 10px;
    float: left;
}
#users-login .logo {
    text-align: center;
    background-color: #67bd01;
    padding: 7px 0;
}
#users-login .input label {
    width: 70px;
    float: left;
    line-height: 25px;
}
#users-login .input {
    float: left;
    margin-bottom: 4px;
    padding: 3px;
}
#users-login .input input {
    width: 166px;
    padding: 3px;
    border: 1px solid #ccc;
}
#users-login form button {
    float: right;
    margin-right: 3px;
    margin-top: 5px;
}

#header .right .chosen-container {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* chosen not yet implemented because of z-index problem */
/*
.chosen-container .chosen-results li.highlighted {
  background-image: none ! important;
  background-color: #67bd01 ! important;
}
.chosen-container-single .chosen-single {
    height: 26px ! important;
}
*/

.products-dropdown select,
.branches-dropdown select {
    padding: 2px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 26px;
    margin: 5px 0;    
}

/* if trees are empty horizontal scrollbar appears */
.x-tree-view { overflow: hidden ! important; }


/* fix: bottom toolbar in form panels has a "margin-top"
   this is a quick fix, but does not show top border of toolbar */
div[id^='formpanel-'][id$='-body']:not([id*='header']) {
    height: 100% ! important;
}

.grid-link {
    float: left;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 16px;
    min-height: 15px;
}
.autoDimensionHasManyGridField {
    left: -1px ! important;
    top: -3px ! important;
}
.autoDimensionHasManyGridField .x-grid-body {
    border-color: white;
}