2010-03-29 15:41:45 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm div {
|
2010-04-01 05:16:34 +00:00
|
|
|
clear: left;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm h6 {
|
2010-03-30 01:06:45 +00:00
|
|
|
font-size: 110%;
|
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm div.addNewLink {
|
2010-04-01 05:16:34 +00:00
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
margin-left: 5em;
|
|
|
|
margin-top: .9em;
|
2010-04-02 23:11:13 +00:00
|
|
|
width: 200px;
|
2011-02-02 02:59:12 +00:00
|
|
|
padding: .8em;
|
2010-03-29 15:41:45 +00:00
|
|
|
border: 1px solid #9c9c9c;
|
2010-03-30 19:33:54 +00:00
|
|
|
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .existing span.requiredHint,
|
|
|
|
form.customForm .new span.requiredHint {
|
2010-04-13 18:50:38 +00:00
|
|
|
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .existing {
|
2010-03-30 01:03:57 +00:00
|
|
|
float: left;
|
|
|
|
clear: none;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
2010-04-02 22:30:09 +00:00
|
|
|
.existingOrNew {
|
2010-04-01 04:52:08 +00:00
|
|
|
font-style: italic;
|
2010-03-31 14:39:12 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2010-04-02 22:30:09 +00:00
|
|
|
.new {
|
2010-03-29 15:41:45 +00:00
|
|
|
padding: .6em 0 .6em 1.5em;
|
|
|
|
border: 1px solid #9c9c9c;
|
2010-04-02 23:11:13 +00:00
|
|
|
width: 300px;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p.inline input,
|
|
|
|
form.customForm p.inline label {
|
2010-04-01 03:49:53 +00:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p.inline.year input {
|
2010-03-30 01:03:57 +00:00
|
|
|
margin-top: -1.75em;
|
|
|
|
}
|
2010-03-29 15:41:45 +00:00
|
|
|
input,
|
|
|
|
select,
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p {
|
2010-12-17 16:41:24 +00:00
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
2010-12-20 21:04:45 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
2010-03-29 15:41:45 +00:00
|
|
|
}
|
2010-03-29 17:14:24 +00:00
|
|
|
option {
|
|
|
|
padding: 0 2px;
|
2010-03-30 01:03:57 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .hint {
|
2010-03-30 01:03:57 +00:00
|
|
|
color: #9c9c9c;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm .requiredHint {
|
2010-12-17 16:41:24 +00:00
|
|
|
color: #c00;
|
2010-03-30 01:03:57 +00:00
|
|
|
font-weight: normal;
|
2010-12-08 20:45:13 +00:00
|
|
|
font-size: small;
|
2010-03-30 01:03:57 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm #requiredLegend {
|
2010-03-30 01:03:57 +00:00
|
|
|
font-style: italic;
|
2010-12-17 16:41:24 +00:00
|
|
|
margin-top: .5em;
|
2010-04-01 05:55:56 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm p.validationError {
|
2010-04-01 05:55:56 +00:00
|
|
|
clear: both;
|
2010-12-20 20:12:58 +00:00
|
|
|
margin-bottom: 1.8em;
|
|
|
|
margin-top: 0;
|
2010-12-17 16:41:24 +00:00
|
|
|
padding-top: 0;
|
2011-02-02 02:59:12 +00:00
|
|
|
padding-left: .4em;
|
2010-12-20 20:12:58 +00:00
|
|
|
font-size: .8em;
|
2010-04-02 22:30:09 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm a.close {
|
2010-04-04 04:48:41 +00:00
|
|
|
float: right;
|
|
|
|
margin-right: 1em;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm a.close:link,
|
|
|
|
form.customForm a.close:visited {
|
2011-02-02 02:59:12 +00:00
|
|
|
border-color: #ff7700;
|
|
|
|
color: #ff7700;
|
2010-04-05 15:27:20 +00:00
|
|
|
}
|
2010-12-08 17:23:52 +00:00
|
|
|
form.customForm textarea {
|
2010-04-05 15:27:20 +00:00
|
|
|
width: 30%;
|
2010-04-04 04:48:41 +00:00
|
|
|
}
|
2011-02-02 02:59:12 +00:00
|
|
|
div.acSelection {
|
2011-01-24 15:39:51 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2010-07-22 18:50:49 +00:00
|
|
|
#ie67DisableWrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
2011-12-01 18:57:04 +00:00
|
|
|
form.customForm input.concept-search {
|
|
|
|
float: right;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
background-color: #317e95;
|
|
|
|
}
|
2011-12-01 19:07:06 +00:00
|
|
|
form.customForm h5.services {
|
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
2011-12-01 18:57:04 +00:00
|
|
|
|
2011-02-02 02:59:12 +00:00
|
|
|
/* <------ DATE TIME*/
|
2011-11-17 19:54:10 +00:00
|
|
|
form.customForm label.dateTime {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
form.customForm fieldset {
|
|
|
|
display: inline;
|
|
|
|
}
|
2011-01-21 20:13:56 +00:00
|
|
|
fieldset.dateTime label {
|
|
|
|
display: inline;
|
2010-12-21 01:32:25 +00:00
|
|
|
}
|
2011-01-21 20:13:56 +00:00
|
|
|
fieldset.dateTime select {
|
|
|
|
margin-top: 0;
|
2010-12-21 01:32:25 +00:00
|
|
|
}
|