.form-text {
  border-radius: 5px;
  border-color: #eee;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add-more {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-wrapper.field--widget-string-textfield,
.form-wrapper.field--widget-text-textarea-with-summary,
.form-wrapper.field--widget-options-select
{
  margin-bottom: 20px;
}

.form-select {
  padding: 10px;
  border-radius: 5px;
  border-color: #eee;
  border-style: solid;
  border-width: 2px;
}

.js-form-type-checkbox input,
.js-form-type-checkbox label {
  display: inline-block;
}

a.interact {
  height: 36px;
}

form.confirmation .container {
  text-align: center;
  display: block;
}
form.confirmation .form-actions {
  display: block;
  width: 100%;
}


.paragraph--type--webform .forumcontainer.centre{
  text-align: center;
  justify-content: center;
  display: flex;
}

.paragraph--type--webform .forumcontainer.centre label,.user-login-form label,.user-pass label{
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Chillax, sans-serif;
  font-weight: 500;
}

.form-item--error-message{
  color:red;
}

.form-item--error-message a{
  font-weight: bold;
  color: red;
  text-decoration: none;
}



.text-field-2,.paragraph--type--webform .forumcontainer.centre input,.paragraph--type--webform .forumcontainer.centre textarea,.paragraph--type--webform .forumcontainer.centre select,.paragraph--type--webform .forumcontainer.centre option{
  height: 55px;
  max-width: 80%;
  color: #1d4dd8;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 80px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Chillax,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 8px 12px;
}
.paragraph--type--webform .forumcontainer.centre select{
    padding: 10px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/themes/custom/osw/images/arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 5% top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}
.paragraph--type--webform .forumcontainer.centre textarea{
  height: 275px;
  border-radius: 20px;
}

.paragraph--type--webform .forumcontainer.centre .form-checkbox{
  height: 30px;
  width: 30px;
}

.paragraph--type--webform .forumcontainer.centre .js-form-type-checkbox{
  float: left;
  margin-left: 10%;
}

.paragraph--type--webform .forumcontainer.centre .webform-button--submit {
  border-radius: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px 20px;
    font-family: Chillax, sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background-color: #1d4dd8;
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}

.paragraph--type--webform .forumcontainer.centre .webform-button--submit:hover {
  background-color: #011055;
}

.webform-confirmation__message{
  margin-top: 20px;
  font-family: Chillax, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

.facets-widget-checkbox ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.facets-widget-checkbox ul input {
  margin-right: 5px;
}
.facets-widget-checkbox ul input,
.facets-widget-checkbox ul label {
  display: inline-block;
}

select.dropdown-toggle {
  border-color: transparent;
}
select.dropdown-toggle option {

}

/* Node edit form - specifically for forum post */
.node-forum-form .field-multiple-table th h4 {
  text-align: left;
}
.node-forum-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
.node-forum-form .draggable .form-submit {
  padding: 7px;
  border-radius: 5px;
  margin-left: 10px;
}
.field-multiple-drag .tabledrag-handle .handle {
  padding: 11px;
}
