.watermark {
  color: #999;
}

/*  rebranding forms - start */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ababab;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #212121;
  font-size: 16px;
  height: 42px;
  padding: 0px 10px 0 10px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.gantthead-form form input[type="text"],
.gantthead-form form input[type="text"],
.gantthead-form form input[type="password"],
.gantthead-form form input[type="datetime"],
.gantthead-form form input[type="datetime-local"],
.gantthead-form form input[type="date"],
.gantthead-form form input[type="month"],
.gantthead-form form input[type="time"],
.gantthead-form form input[type="week"],
.gantthead-form form input[type="number"],
.gantthead-form form input[type="email"],
.gantthead-form form input[type="url"],
.gantthead-form form input[type="search"],
.gantthead-form form input[type="tel"],
.gantthead-form form input[type="color"],
.gantthead-form form select,
#searchTabs select {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #212121;
  font-size: 16px;
  height: 44px;
  padding: 0px 10px 0 10px;
  width: 93%;
  box-sizing: border-box;
}

.gantthead-form form input[type="radio"] {
  margin-bottom: 8px;
}
.gantthead-form form input[type="radio"]:last-child {
  margin-bottom: 0;
}

textarea:focus,
select:focus,
div#section_filters input#searchBox:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

#searchTabs select {
  width: 272px;
}

.gantthead-form div.grey-large-text {
  /* rewrite inline style */
  text-align: left !important;
  margin-left: 6px;
}

.gantthead-form form li {
  margin: 15px 0 10px 0;
}

#pmcom-login-form input[type="text"],
#pmcom-login-form input[type="password"] {
  width: 100%;
}

/* on-demand searchBox inline styles rewriting */
div#section_filters input#searchBox {
  width: 206px !important;
  height: 25px !important;
  border-radius: 4px;
  border: 1px solid #ababab !important;
}

div#section_filters button.btn {
  height: 27px !important;
  margin-left: 5px;
}

/* on-demand end */

/* discussion - search form  */

form[name="discussionSearch"] input[type="text"] {
  height: 25px !important;
  font-size: 12px !important;
}

form[name="discussionSearch"] input[type="submit"] {
  margin-bottom: 1px;
}

.bdr-br form input[type="text"] {
  margin-bottom: 7px;
  background-color: #fff;
}

.bdr-br form input.btn {
  padding: 12px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 18px;
}

.gantthead-form form select {
  width: 92.5%;
}

ul > div > div:nth-child(2) {
  margin-left: 3px !important;
}

/* rebranding forms end  */

/* from the old ganttheadStyle.css */

.gantthead-form {
  text-align: left;
}

.gantthead-form ul {
  margin-left: 3px;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.gantthead-form li {
  display: block;
  margin: 15px 0 10px 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  clear: both;
}

li.highlight {
  background-color: #e0dfdd;
}
li.disabled {
  background-color: #ccc;
}
input.disabled {
  background-color: #ccc;
}
li.extraMarginTop {
  margin-top: 10px;
}

.gantthead-form label.desc,
label.desc {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #212121;
  margin-bottom:3px;
}

.gantthead-form li label.radio {
  display: inline;
  font-weight: normal;
  font-size: 14px;
}

.gantthead-form li label.checkbox {
  font-size: 14px;
}

/* rewrite inline style */
.gantthead-form li label.checkbox div {
  font-size: 11px !important;
}

label.checkbox {
  display: inline;
  font-size: 11px;
}

.gantthead-button {
  margin: 0 7px 0 0;
  background-color: #2e87bf;
  border: 2px solid #000000;
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 20px 5px 20px;
}

.gantthead-button-small {
  margin: 0 7px 0 0;
  background-color: #000000;
  border: 1px solid #000000;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 2px 2px 2px;
  text-align: center;
}

li.twoColumns div.col span {
  width: 48%;
  margin: 0 5px 0 0;
}

.third {
  width: 32% !important;
}
.half {
  width: 50% !important;
}
.full {
  width: 100% !important;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both !important;
}

input.small,
select.small,
textarea.small,
li.small {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 25% !important;
}
input.medium,
select.medium,
textarea.medium,
li.medium {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50%;
}
input.mediumLarge,
select.mediumLarge,
textarea.mediumLarge,
li.mediumLarge {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 75%;
}
input.almostLarge,
select.almostLarge,
textarea.almostLarge,
li.almostLarge,
div.almostLarge {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 96%;
}

input.large,
li.large {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 98%;
}

textarea.large {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 93%;
}

input.fullSize,
textarea.fullSize,
li.fullSize {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}

textarea.textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}

textarea.large,
textarea.almostLarge,
textarea.medium,
textarea.mediumLarge,
textarea.small {
  height: 100px;
}

select.large {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 95%;
}

.returnPath {
  border: 2px solid #b6b7bb;
  padding: 5px;
}
.formInstructions,
.instructions {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin: 3px;
}
#helper {
  cursor: pointer;
}

.reconsider {
  font-size: 11px;
  font-weight: bold;
  color: #ec0030;
}

.errorMessage {
  display: block;
  padding: 0;
  clear: both;
  line-height: normal;
  position: relative;
  border: 1px solid #ec0030;
  margin: 6px 0;
  width: auto;
  background: #ffffff;
  color: #ec0030;
  padding: 25px 25px 25px 70px;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/images/alert.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.alertMessage {
  display: block;
  padding: 0;
  clear: both;
  line-height: normal;
  position: relative;
  border: 1px solid #ec0030;
  padding: 5px;
  margin: 6px 0;
  width: auto;
  background: #ffffff;
  color: #ec0030;
  padding: 10px;
  font-size: 11px;
}

input.alert,
select.alert,
label.alert {
  background-color: #f5f5f5;
  border: 1px solid #ec0030;
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

#usernameValidationResult {
  display: inline;
  color: #ec0030;
}
#emailValidationResult {
  display: inline;
  color: #ec0030;
}
#profileCodeValidationResult {
  display: inline;
  color: #ec0030;
}
