
body {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
/*	overflow-y: auto !important; */
}


.erp {
  padding: 0;
  margin: 0;
  font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
  color: #4c4c4c;
  font-size: 13px;
  background: white;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);

}

.erp a {
  text-decoration: none;
  cursor: pointer !important;
}

.erp img {
  vertical-align: middle;
}

.erp table {
  padding: 0;
  border-collapse: collapse;
}

.erp th, .erp td {
  padding: 0;
  text-align: left;
}

.erp td {
  vertical-align: top;
}

.erp input, .erp textarea, .erp select {
  padding: 2px 4px;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: white;
}

.erp a.button:link, .erp a.button:visited, .erp button, .erp input[type='submit'], .erp .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #4c4c4c;
  margin: 0;
  padding: 3px 12px;
  font-size: 13px;
  text-align: center;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
  background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
  background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
  background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
  background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-font-smoothing: antialiased;
  outline: none;
}




.erp .oe_webclient {
  width: 100%;
  height: 100%;
  border-spacing: 0px;
}

.erp.erp_webclient_container {
  height: 100%;
}
.erp .oe_webclient .oe_star_on, .erp .oe_webclient .oe_star_off {
  color: #cccccc;
  text-shadow: 0 0 2px black;
  vertical-align: top;
  position: relative;
  top: -5px;
}
.erp .oe_webclient .oe_star_on:hover, .erp .oe_webclient .oe_star_off:hover {
  text-decoration: none;
}
.erp .oe_webclient .oe_star_on {
  color: gold;
}

.erp .oe_application {
  width: 100%;
  height: 100%;
}

.erp .oe_application a {
  color: #7c7bad;
}

.erp .oe_application > div {
  height: 100%;
}

.erp .oe_application a:hover {
  text-decoration: underline;
}



.erp .oe_enterprise {
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  display: table;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background: -webkit-radial-gradient(#ffffff, #dddddd);
  background: -moz-radial-gradient(#ffffff, #dddddd);
  background: -o-radial-gradient(#ffffff, #dddddd);
  background: radial-gradient(#ffffff, #dddddd);
  font-family: "Open Sans", "Lucida Grande", "Helvetica neue", "Helvetica", "Verdana", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.erp .oe_enterprise a {
  color: #6d57e0;
}

.erp .oe_enterprise .oe_enterprise_content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.erp .oe_enterprise .oe_enterprise_pane {
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  padding: 40px;
  width: 550px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(62%, #ffffff), color-stop(62%, #f8f8f8), color-stop(100%, #f8f8f8));
  background-image: -webkit-linear-gradient(left, #ffffff 62%, #f8f8f8 62%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(left, #ffffff 62%, #f8f8f8 62%, #f8f8f8 100%);
  background-image: -o-linear-gradient(left, #ffffff 62%, #f8f8f8 62%, #f8f8f8 100%);
  background-image: linear-gradient(left, #ffffff 62%, #f8f8f8 62%, #f8f8f8 100%);
}

.erp .oe_enterprise form {
  margin: 0;
  padding: 0;
}

.erp .oe_enterprise .oe_enterprise_pane .col {
  display: inline-block;
}
.erp .oe_enterprise .oe_enterprise_pane .col:first-child {
  width: 300px;
}

.erp .oe_enterprise form p {
  padding: 0;
  margin: 0;
  color: #828282;
  font-size: 14px;
  margin-bottom: 16px;
}

.erp .oe_enterprise form fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.erp .oe_enterprise form fieldset label {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
  margin: 0;
  display: block;
}

.erp .oe_enterprise form fieldset input, .erp .oe_enterprise form fieldset select {
  font-size: 16px;
  font-family: "Open Sans";
  padding: 4px 7px;
  border-radius: 3px;
  border: solid 1px #d6d6d6;
  box-shadow: 0px 2px #e6e6e6;
  background: #fafafa;
  font-weight: 300;
  outline: none;
  width: 220px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}


.erp .oe_enterprise .oe_enterprise_submit {
  margin-top: 16px;
  margin-bottom: 8px;
}
.erp .oe_enterprise form button {
  position: relative;
  bottom: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 8px 14px;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
  background: #ff4444;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 0px #eba8a8;
  -webkit-transition-property: bottom, background;
  -moz-transition-property: bottom, background;
  -o-transition-property: bottom, background;
  transition-property: bottom, background;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}

.erp .oe_enterprise form .oe_enterprise_checker_message {
  display: none;
  position: absolute;
  background: #111111;
  padding: 10px 10px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  width: 174px;
  left: 293px;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.erp .oe_enterprise form .oe_signup_reset_password {
  font-size: 12px;
}

.erp .oe_enterprise .oe_enterprise_pane .col:last-child {
  float: right;
  width: 160px;
  vertical-align: top;
  margin-top: 30px;
}

.erp .oe_enterprise .oe_enterprise_bottom {
  clear: both;
  text-align: center;
}

.erp .oe_enterprise .oe_enterprise_bottom p {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  padding: 0;
  margin: 0;
  word-break: break-word;
}

