/*
    Document   : forms
    Created on : Mar 18, 2011, 2:30:48 PM
    Author	: Shane Bartosh
    Description:
	   This stylesheet is for forms on rmr.
*/
/** Forms **/
form {
  clear: both;
  margin-right: 20px;
  padding: 0;
  width: 100%;
}

form div {
  clear: both;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 0;
  vertical-align: text-top;
}

form div.submit {
  border: 0;
  clear: both;
  margin-top: 10px;
}

form .input {
  color: #787878;
}

form .required {
  font-weight: bold;
}

form .required label:after {
  color: #f66c39;
  content: "*";
  display: inline;
}

form .error {
  background: #fdd9cb;
  border-radius: 7px;
}

form .error-message {
  border-radius: 0;
  border: none;
  background: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 0;
}

form .error, form .error-message {
  color: #f66c39;
  box-shadow: none;
  text-shadow: none;
}

fieldset {
  border: 1px solid #dedede;
  margin-bottom: 1em;
  padding: 16px 20px;
  width: 970px;
}

fieldset legend {
  background: #f4f4f4;
  color: #6dabc2;
  font-size: 100%;
  font-weight: bold;
}

fieldset fieldset {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 16px 10px;
}

fieldset fieldset legend {
  font-size: 100%;
  font-weight: normal;
}

fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}

label {
  display: block;
  font-size: 100%;
  margin-bottom: 0.1em;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea, input[type=number] {
  border: 1px solid #dedede;
  clear: both;
  font-size: 100%;
  font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
  padding: 0.8ex 0.6em;
  width: 50%;
  border-radius: 7px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

select {
  border: 1px solid #dedede;
  clear: both;
  font-size: 100%;
  font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
  padding: 0.8ex 0.6em;
  width: 51.2%;
  vertical-align: text-bottom;
  border-radius: 7px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

input[type=radio] + label {
  display: inline-block;
  padding-left: 0.5em;
  float: left;
  margin: 0 3px 7px 0;
}

input[type=checkbox] + label {
  display: inline-block;
  padding-left: 0.5em;
  float: left;
  margin: 0 6px 7px 0;
}

option {
  font-size: 100%;
}

input[type=checkbox] {
  clear: left;
  float: left;
  margin: 3px 6px 7px 2px;
  width: auto;
}

input[type=radio] {
  clear: left;
  float: left;
  width: auto;
  margin: 2px 3px 7px 0;
}

input[type=submit], button, .submit button {
  background: #6dabc2;
  background: #6dabc2;
  background: linear-gradient(to bottom, #6dabc2, rgb(74.2608695652, 149.7391304348, 177.7391304348));
  border: 1px solid rgb(59.231884058, 119.4347826087, 141.768115942);
  color: #f4f4f4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0.8ex 1.2em;
  font-weight: bold;
  font-size: 100%;
  display: inline-block;
  width: auto;
  cursor: pointer;
  border-radius: 7px;
  transition: background 0.2s, transform 0.1s;
}

input[type=submit]:hover, button:hover, .submit button:hover {
  background: rgb(126.9855072464, 181.347826087, 201.5144927536);
  background: linear-gradient(to bottom, rgb(126.9855072464, 181.347826087, 201.5144927536), #6dabc2);
}

input[type=submit]:active, button:active, .submit button:active {
  transform: translateY(1px);
}

.hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.active {
  visibility: visible;
  height: auto;
}

.form_subtitle {
  clear: both;
  font-size: 100%;
  font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  font-weight: bold;
  color: #6dabc2;
}

hr {
  margin-bottom: 5px;
}

input:focus, select:focus, textarea:focus {
  border-color: #6dabc2;
  box-shadow: 0 0 0 3px rgba(109, 171, 194, 0.3);
  outline: 0;
  border-radius: 7px;
}

table {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

table tr {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
}

table tr td input[type=text], table tr td textarea {
  width: 100%;
}

table tr td a:hover {
  cursor: pointer;
}

/*
    Document   : forms
    Created on : Mar 18, 2011, 2:30:48 PM
    Author	: Shane Bartosh
    Description:
	   This stylesheet is for forms on rmr.

*/
aside {
  background: rgb(247.5, 247.5, 247.5);
  padding: 1.5em;
  border-radius: 7px;
  margin-bottom: 2em;
  border: 1px solid #dedede;
}
aside form {
  margin-right: 0;
}

input[type=submit], button {
  display: inline-block;
  font-size: 100%;
  width: auto;
  float: left;
  margin: 0.5em 0.5em;
  background: #6dabc2;
  background: linear-gradient(to bottom, #6dabc2, rgb(74.2608695652, 149.7391304348, 177.7391304348));
  border: 1px solid rgb(59.231884058, 119.4347826087, 141.768115942);
}

input[type=submit]:hover, button:hover {
  background: rgb(126.9855072464, 181.347826087, 201.5144927536);
  background: linear-gradient(to bottom, rgb(126.9855072464, 181.347826087, 201.5144927536), #6dabc2);
}

input[type=text] {
  float: left;
  width: 50%;
  margin: 0.5em 1em 0.5em 0;
  display: inline-block;
  border: 1px solid #dedede;
}

input[type=checkbox] {
  clear: none;
  float: left;
  margin: 3px 6px 7px 2px;
  width: auto;
}

input[type=checkbox] + label {
  display: inline-block;
  padding-left: 0.2em;
  float: left;
  margin: 0 6px 7px 0;
}

#results {
  padding: 10px 0;
}

#advanced {
  display: block;
  width: max-content;
  clear: both;
  padding: 0.5ex 1em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 90%;
  color: #6dabc2;
  text-decoration: none;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: #f4f4f4;
  transition: background 0.2s, color 0.2s;
}
#advanced:hover {
  background: #6dabc2;
  color: #f4f4f4;
  border-color: #6dabc2;
}

#advanced_options {
  display: none;
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #dedede;
}

#sub_genres, #genres {
  width: 100%;
  margin-top: 0.5em;
}

#sub_genres .checkbox, #genres .checkbox {
  margin: 0;
  padding: 0.3em 0;
  float: left;
  width: 33%;
  display: inline;
  clear: none;
  font-size: 90%;
}

h5 {
  margin-bottom: 0.5em;
  font-size: 110%;
}

.toggle {
  clear: both;
}

/*# sourceMappingURL=search_forms.css.map */
