@charset "utf-8";
/* CSS Document */
/*-- --------------------   Var   ------------------------ ---*/
/*-- 240px X 120px ; png format ---*/
/*-- Theme Primary Color---*/
/*-- Theme Secondary Color---*/
/*-- value = light or dark; Only change it when ur header image is changed ---*/
/*-- Theme Header Image url---*/
/*-- Theme Body Image url---*/
/*-- Link Color---*/
/*-- --------------------  Mixin   ------------------------ ---*/
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.box-shadow {
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
}
.hover-transition {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
/*-- --------------------   Style   ------------------------ ---*/
@font-face {
  font-family: 'websymbols';
  src: url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/websymbols-regular.eot');
  src: url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/websymbols-regular.eot?#iefix') format('embedded-opentype'), url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/websymbols-regular.woff') format('woff'), url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/websymbols-regular.ttf') format('truetype'), url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/websymbols-regular.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
.webfont {
  font-family: websymbols;
  font-weight: bold;
  margin-left: 10px;
}
body {
  background: url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/textured_paper.png') 0 0 repeat;
  font-family: Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f26522;
}
p {
  color: #5b5b5b;
  font-size: 12px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #f26522;
  text-decoration: none;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
a:hover {
  color: #f69161;
}
/*-- -------   Header   ------ ---*/
#header {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #e12f12;
  min-height: 100px;
  background-image: url('/jw/plugin/com.tms.theme.TabbedTheme/themes/wide/background_header.jpg');
  background-repeat: repeat-x;
  background-position: bottom center;
  border-top: 8px solid #f26522;
  padding: 10px;
  min-width: 940px;
  color: #ffffff;
}
#header #header-info {
  background-image: url('/jw/web/json/plugin/com.tms.theme.LoadLogo/service?themeStyleId=3f0561cc-7f000010-2ca71724-9ab33dac&logoName=AIMS2-230x70.png');
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 100px;
  padding-left: 250px;
  display: inline-block;
  margin: 0px;
}
#header #header-info #header-name {
  margin-bottom: 10px;
  padding-top: 20px;
}
#header #header-info #header-name #name {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
#header #header-info #description {
  color: #5b5b5b;
  font-size: 12px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#header #header-message {
  float: right;
}
#header #header-message #header-welcome-message {
  font-size: 12px;
  color: #a6a6a6;
  margin-bottom: 20px;
}
#header #header-message #header-logout-text a {
  background-repeat: repeat-x;
  border: 1px solid #333333;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  background-color: #f26522;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26522), to #a43b0a);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #f26522, #a43b0a);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f26522, #a43b0a);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #f26522, #a43b0a);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f26522, #a43b0a);
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
#header #header-message #header-logout-text a:hover {
  background-color: #a43b0a;
  background-position: 0px -15px;
  transition: background-position 0.2s linear;
}
#header #header-message #header-logout-text a:active {
  background-color: #d44d0d;
  background-image: none;
  transition: background-position 0.2s linear;
}
#main {
  min-width: 960px;
  position: relative;
  z-index: 2;
}
/*-- -------   Navi   ------ ---*/
#navigation {
  width: 250px;
  position: absolute;
}
#navigation #category-container {
  width: 250px;
}
#navigation #category-container .current-category .category-label {
  background-color: #bc440b;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from #8c3308, to #d44d0d);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #8c3308, #d44d0d);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #8c3308, #d44d0d);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #8c3308, #d44d0d);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #8c3308, #d44d0d);
}
#navigation #category-container .current-category .category-label a {
  color: #ffffff;
  position: relative;
}
#navigation #category-container .current-category .category-label a:hover {
  color: #ffffff;
}
#navigation #category-container .current-category .category-label a:after {
  font-family: websymbols;
  font-weight: bold;
  margin-left: 10px;
  content: "]";
  float: right;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */

  -webkit-transform: rotate(-180deg);
  /* Safari and Chrome */

  font-size: 25px;
  position: absolute;
  z-index: 9999;
  right: -1px;
  top: 20%;
  color: #f2f2f2;
}
#navigation #category-container .category-label {
  background-color: #f5f5f5;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to #c2c2c2);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5, #c2c2c2);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f5f5f5, #c2c2c2);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #f5f5f5, #c2c2c2);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f5f5f5, #c2c2c2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 0px rgba(51, 51, 51, 0.19999999999999996);
  margin-bottom: 1px;
}
#navigation #category-container .category-label a,
#navigation #category-container .category-label > span {
  color: #333333;
  display: block;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
}
#navigation #category-container .category-label a span:after,
#navigation #category-container .category-label > span span:after,
#navigation #category-container .category-label a :after,
#navigation #category-container .category-label > span :after {
  font-family: websymbols;
  font-weight: bold;
  margin-left: 10px;
  content: "{";
}
#navigation #category-container .category-label a:hover,
#navigation #category-container .category-label > span:hover {
  color: #f26522;
}
#navigation #category-container .category-label.active {
  background-color: #f26522;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26522), to #a43b0a);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #f26522, #a43b0a);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f26522, #a43b0a);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #f26522, #a43b0a);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f26522, #a43b0a);
}
#navigation #category-container .category-label.active a,
#navigation #category-container .category-label.active > span {
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
#navigation #category-container .category-label.active a span:after,
#navigation #category-container .category-label.active > span span:after {
  font-family: websymbols;
  font-weight: bold;
  margin-left: 10px;
  content: "}";
}
#navigation #category-container .menu-container {
  background-color: rgba(51, 51, 51, 0.25);
}
#navigation #category-container .menu-container .menu a {
  padding: 10px 20px;
  display: block;
  font-size: 14.399999999999999px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19999999999999996);
  box-shadow: 0px 1px 0px rgba(51, 51, 51, 0.19999999999999996);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  color: #333333;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #CCCCCC\9;
  border-top: 1px solid #a4a4a4\9;
  background-color: #c3c3c3\9;
}
#navigation #category-container .menu-container .menu a:hover {
  background-color: rgba(51, 51, 51, 0.15000000000000002);
  background-color: #adadad\9;
  color: #bc440b;
}
#navigation #category-container .menu-container .menu a:hover:first {
  border-top: none\9;
}
#navigation #category-container .menu-container .menu a .rowCount {
  font-style: italic;
  font-size: 12px;
}
/*-- -------   Content   ------ ---*/
#content {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  box-shadow: -2px 0px 7px rgba(0, 0, 0, 0.18);
  min-width: 690px;
  padding: 10px;
  margin-left: 250px;
  position: relative;
  top: -20px;
  z-index: 999;
  display: block;
}
#content:after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
/*-- -------   Datalist   ------ ---*/
#content > * {
  margin-bottom: 10px;
}
.dataList > * {
  margin-bottom: 10px;
}
#main .filters {
  background-color: #ffffff;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to #cccccc);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  padding: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 97.5%;
  background-color: #e8e8e8\9;
  border-color: #d0d0d0\9;
}
#main .filters input,
.filters select {
  padding: 5px;
  border: 1px solid #CCCCCC\9;
}
#main .filters input[type="submit"] {
  background-repeat: repeat-x;
  border: 1px solid #333333;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  background-color: #f26522;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26522), to #a43b0a);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #f26522, #a43b0a);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f26522, #a43b0a);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #f26522, #a43b0a);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f26522, #a43b0a);
  color: #ffffff;
  cursor: pointer;
  padding: 5px 15px;
}
#main .filters input[type="submit"]:hover {
  background-color: #a43b0a;
  background-position: 0px -15px;
  transition: background-position 0.2s linear;
}
#main .filters input[type="submit"]:active {
  background-color: #d44d0d;
  background-image: none;
  transition: background-position 0.2s linear;
}
#main .dataList form {
  margin-bottom: 10px;
}
#main .dataList form table {
  width: 100%;
  font-size: 12px;
  border-left: none;
  margin-bottom: 10px;
}
#main .dataList form table thead {
  background-color: #333333;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to #000000);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #333333, #000000);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #333333, #000000);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #333333, #000000);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #333333, #000000);
  color: #ffffff;
}
#main .dataList form table thead th {
  padding: 8px;
  text-align: left;
  border-left: 1px solid #a6a6a6;
}
#main .dataList form table thead th a {
  color: #ffffff;
}
#main .dataList form table tbody tr {
  padding: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#main .dataList form table tbody tr:nth-child(odd) {
  background-color: rgba(51, 51, 51, 0.050000000000000044);
}
#main .dataList form table tbody tr:hover {
  background-color: rgba(51, 51, 51, 0.8);
  background-color: #5b5b5b\9;
  /*-- FOr IE 8 only--*/

  color: #ffffff;
}
#main .dataList form table tbody tr:hover a {
  color: #fbcab2;
}
#main .dataList form table tbody tr:hover a:hover {
  color: #ffffff;
}
#main .dataList form table tbody td {
  padding: 8px;
  border-left: 1px solid #ffffff;
}
#main .dataList form table tbody td:first-child {
  border-left: none;
}
#main .dataList th {
  background-color: #333333;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to #000000);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #333333, #000000);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #333333, #000000);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #333333, #000000);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #333333, #000000);
  color: #ffffff;
}
.odd {
  background-color: #e9e9e9;
}
.pagebanner {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
.pagelinks {
  display: block;
  padding: 10px;
  text-align: right;
}
.pagelinks strong {
  background-color: #f26522;
  color: #ffffff;
}
.pagelinks a {
  color: #333333;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.pagelinks a:hover {
  color: #f69161;
  background-color: #333333;
}
.pagelinks > * {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background-color: #a6a6a6;
  padding: 3px 6px;
  margin-left: 2px;
}
.exportlinks {
  padding: 10px;
  border-top: 1px dotted #a6a6a6;
  text-align: right;
  color: #EEEEEE;
}
.exportlinks a {
  display: inline-block;
  background-repeat: repeat-x;
  border: 1px solid #333333;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to #cccccc);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  color: #ffffff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #a6a6a6;
  color: #333333;
}
.exportlinks a:hover {
  background-color: #cccccc;
  background-position: 0px -15px;
  transition: background-position 0.2s linear;
}
.exportlinks a:active {
  background-color: #e6e6e6;
  background-image: none;
  transition: background-position 0.2s linear;
}
.exportlinks a span {
  padding-left: 20px;
}
.exportlinks a .csv {
  background: url(doc_csv.png) left center no-repeat;
}
.exportlinks a .excel {
  background: url(doc_excel.png) left center no-repeat;
}
.exportlinks a .xml {
  background: url(doc_xml.png) left center no-repeat;
}
.exportlinks a .pdf {
  background: url(doc_pdf.png) left center no-repeat;
}
/* latest css for form */
#main #form-canvas .label {
  color: #535353;
}
#main #form-canvas {
  display: block;
  font-size: 13px;
  margin: 5px;
  padding: 10px;
  background: none;
}
#main #form-canvas textarea {
  font-size: 13px;
}
#main .form-section,
#main .form-column,
#main .form-cell,
#main .subform-section,
#main .subform-column,
#main .subform-cell {
  border: 1px none #ddd;
  margin: 0;
  padding: 0;
}
#main .form-section {
  background: none;
}
#main .form-section,
#main .subform-section {
  border: 2px none #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}
#main .form-section-title span,
#main .subform-section-title span {
  border-bottom: 1px dotted #a6a6a6;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 0;
  text-shadow: 1px 1px 0 #ddd;
  background: none;
}
#main .form-section-title span {
  font-size: 20px;
  font-weight: bold;
  border: 0;
  background: none;
}
#main .form-palette-section {
  background: none repeat scroll 0 0 #ccc;
  height: 30px;
  min-width: 200px;
}
#main .form-column,
#main .subform-column {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dddddd;
  border-image: none;
  border-left: 2px none #ddd;
  border-style: none;
  border-width: medium medium medium 2px;
  color: #666;
  float: left;
  min-height: 30px;
  min-width: 250px;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
#main .form-column .hint,
#main .subform-column .hint {
  background: none repeat scroll 0 0 #fff;
  color: #aaa;
  display: block;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
#main .form-cell,
#main .subform-cell {
  clear: left;
  color: #000;
  min-height: 30px;
  padding: 5px 5px;
  position: relative;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
}
#main .form-cell input[type="text"],
#main .form-cell input[type="password"],
#main .form-cell textarea {
  /* min-width: 250px; */

}
#main .form-cell .label,
#main .subform-cell .label {
  display: block;
  float: left;
  width: 20%;
}
#main .form-cell-highlight {
  background: none repeat scroll 0 0 #f0ffcc;
  padding-bottom: 0;
}
#main .form-clear {
  clear: both;
}
#main .form-error-cell {
  border: 1px solid #f00;
}
#main .form-error-message {
  color: #f00;
  display: block;
  font-size: smaller;
}
#main .subform-cell-validator,
#main .form-cell-validator {
  color: #f00;
  font-size: smaller;
}
#main .form-message {
  color: #f00;
  font-weight: bold;
  margin-bottom: 5px;
}
#main .form-cell table,
#main .subform-cell table {
  width: 100%;
}
#main .form-cell table td,
#main .form-cell table th,
#main .subform-cell table td,
#main .subform-cell table th {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 3px;
}
#main .subform-container {
  border: 5px solid #dfdfdf;
  margin-top: 5px;
  padding: 3px;
}
#main .subform-container.no-frame {
  border: 0 none;
  margin-top: 30px;
  padding: 0;
  background-color: #ccc;
}
#main .subform-container,
#main .subform-section {
  background-color: #ccc;
  padding: 10px;
}
#main .subform-title {
  background-color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -12px;
  padding: 5px 10px;
  border: 1px solid #999;
}
#main .subform-container.no-frame .subform-title {
  background-color: #ccc;
  font-weight: bold;
  position: relative;
  top: -5px;
  left: 10px;
}
#main .form-column-horizontal .form-cell {
  clear: none;
  display: block;
  float: left;
  margin-right: 3px;
}
#main .form-fileupload {
  float: left;
}
#main .form-fileupload-value {
  display: block;
}
#main .form-cell-value,
#main .subform-cell-value {
  float: left;
  width: 70%;
}
#main .form-cell-value label,
#main .subform-cell-value label {
  display: block;
  float: left;
  width: 50%;
}
#main .form-cell-full {
  width: 100%;
}
#main #ui-datepicker-div {
  font-size: 13px;
}
#main .form-cell-value label.readonly_label,
#main .subform-cell-value label.readonly_label {
  float: none;
  width: 100%;
}
#main #preview-label {
  background: none repeat scroll 0 0 #222;
  border-radius: 10px;
  color: #fff;
  font-size: 40px;
  opacity: .5;
  padding: 20px;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 500;
}
#main button,
#main input[type='submit'] {
  display: inline-block;
  background-repeat: repeat-x;
  border: 1px solid #333;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#ffffff), to #cccccc);
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #a6a6a6;
  color: #333;
}
#main button:hover,
#main input[type='submit']:hover {
  background-color: #ccc;
  background-position: 0 -15px;
  transition: background-position 0.2s linear;
}
#main button:active,
#main input[type='submit']:active {
  background-color: #e6e6e6;
  background-image: none;
  transition: background-position 0.2s linear;
}
#main .multiPagedForm .page-nav-panel ul,
#main .multiPagedForm .page-nav-panel li {
  list-style: none outside none;
}
#main .multiPagedForm .page-nav-panel .nav_item button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
}
#main .multiPagedForm .page-nav-panel .nav_item.current button {
  font-weight: bold;
  color: #e53012;
}
#main .multiPagedForm.wizard .page-nav-panel .nav_item {
  float: left;
}
#main .multiPagedForm.tab .page-nav-panel .nav_item {
  float: left;
  margin-left: 5px;
}
#main .multiPagedForm.wizard .page-nav-panel .nav_item {
  background: url("arrow_right.png") no-repeat scroll right center;
  float: left;
  padding-right: 15px;
}
#main .multiPagedForm.wizard .page-nav-panel .nav_item:last-child {
  background-image: none;
}
#main .multiPagedForm.wizard .page-nav-panel button {
  border: 0 none;
  float: left;
  box-shadow: none;
}
#main .multiPagedForm.tab .page-nav-panel .nav_item button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: #bbbbbb #bbbbbb -moz-use-text-color;
  border-image: none;
  border-radius: 8px 8px 0 0;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  float: left;
  font-weight: bold;
  margin: 0 1px;
  padding: 5px;
  background-repeat: repeat-x;
  border: 1px solid #333;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
  background-color: #f26522;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26522), to #a43b0a);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #f26522, #a43b0a);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f26522, #a43b0a);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #f26522, #a43b0a);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f26522, #a43b0a);
  color: #fff;
  cursor: pointer;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
}
#main .multiPagedForm.tab .page-nav-panel .nav_item button:hover {
  background-color: #a43b0a;
  background-position: 0 -15px;
  transition: background-position 0.2s linear;
}
#main .multiPagedForm.tab .page-nav-panel .nav_item button:active {
  background-color: #b6260e;
  background-image: none;
  transition: background-position 0.2s linear;
}
#main .multiPagedForm.tab .page-nav-panel .nav_item.current button {
  background: 0;
  color: #f26522;
  border-bottom: 1px solid #f2f2f2;
}
#main .multiPagedForm.tab .page-nav-panel {
  border-bottom: 1px solid #333;
}
#main .multiPagedForm .page-button-panel {
  text-align: right;
}
#main .mpf-container .subform-section {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main .multiPagedForm .page-nav-panel .nav_item.error button span {
  color: #f00;
}
#main .multiPagedForm.wizard .page-nav-panel {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#ffffff), to #cccccc);
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 97.5%;
  background-color: #e8e8e8\9;
  border-color: #d0d0d0\9;
  overflow: hidden;
}
#main #section-actions {
  display: block;
}
#main #section-actions .form-column {
  border-top: 1px dotted #a6a6a6;
  padding-top: 10px;
}
#main .print-button {
  background-position: 0 center;
  bottom: 0;
  padding-left: 20px;
  position: absolute;
  right: 20px;
}
#main .form-cell .form-element table td:last-child,
#main .form-cell .form-element table th:last-child,
#main .subform-cell .form-element table td:last-child,
#main .subform-cell .form-element table th:last-child {
  background: none;
  background-color: transparent;
  width: 60px;
}
#main .subform-container .form-cell .form-element table .odd td:last-child,
#main .subform-container .form-cell .form-element table .odd th:last-child,
#main .subform-container .subform-cell .form-element table .odd td:last-child,
#main .subform-container .subform-cell .form-element table .odd th:last-child {
  background-color: #CCCCCC;
}
#main .form-section .form-cell .form-element table .odd td:last-child,
#main .form-section .form-cell .form-element table .odd th:last-child,
#main .form-section .subform-cell .form-element table .odd td:last-child,
#main .form-section .subform-cell .form-element table .odd th:last-child {
  background-color: #F2F2F2;
}
#main #loginForm {
  padding: 20px;
}
#main #loginForm td {
  padding: 10px;
}
#main .dataList-body-content h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
#page {
  width: 100%;
  border: none;
}
#header-message {
  margin: none;
}
#header-welcome-message {
  float: none;
  width: inherit;
  text-align: right;
  margin-right: 0px;
}
#content {
  width: inherit;
  float: none;
}
#footer-message {
  text-align: center;
  padding: 10px 50px;
}
#main .form-cell table th {
  background-color: #333333;
  /* Safari 4-5, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to #000000);
  /* Safari 5.1, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #333333, #000000);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #333333, #000000);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #333333, #000000);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #333333, #000000);
  color: #ffffff;
}
#navigation #category-container .category-label > span:after {
  font-family: websymbols;
  font-weight: bold;
  margin-left: 10px;
  content: "{";
}
#iframe * {
  margin: 0px;
}
#content ul {
  margin-left: 15px;
}
#main .form-column,
#main .subform-column,
.form-column,
.subform-column,
#main .form-cell,
#main .subform-cell,
.form-cell,
.subform-cell {
  min-height: inherit;
}
/* latest css for tabs */
#content {
  padding: 20px;
}
.title {
  margin: -20px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.title h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
  float: left;
}
.title p {
  clear: both;
}
.title a {
  float: right;
  padding: 10px 15px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.stitle {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.red {
  color: #FF3333;
}
.setitle {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.setitle td {
  background-color: rgba(0, 0, 0, 0.5);
}
tbody tr.total {
  border-top: 3px double #ccc;
  background-color: rgba(0, 0, 0, 0.07) !important;
  border-bottom: 2px solid #ccc !important;
}
.panel {
  border-bottom: 1px solid #CCCCCC;
  background-color: #f5f5f5;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 15px;
  color: #5b5b5b;
}
.panel .title {
  margin: 0px;
  color: #333333;
  background: none;
  padding: 0px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
.panel > * {
  margin-bottom: 15px;
}
.panel > *:last-child {
  margin-bottom: 0px;
}
.panel .style1 td {
  padding: 5px;
}
.panel .style1.twocols td:nth-of-type(odd) {
  width: 25%;
  font-weight: bold;
  text-align: right;
}
.panel .style2 thead {
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
}
.panel .style2 thead tr:first-child {
  text-align: center;
  font-size: 14px;
}
.panel .style2 thead tr:last-child {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.panel .style2 thead td {
  border-color: #666666;
}
.panel .style2 td {
  padding: 8px;
  border: 1px solid #CCCCCC;
}
.panel .action {
  margin-left: -15px;
  margin-bottom: -15px !important;
  margin-right: -15px;
}
.panel .title a {
  font-size: 12px;
  padding: 2px 10px;
  margin-top: -5px;
  margin-left: 10px;
}
table.row tbody tr {
  transition: 0.2s linear background-color;
}
table.row tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
table.row tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.note {
  font-size: 11px;
  color: #999999;
  margin-bottom: 5px;
}
.highlight {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.img_btn * {
  vertical-align: middle;
}
a.help {
  background: url(test/ico_help.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.highlight a {
  float: right;
}
.title .highlight {
  margin-bottom: 0px;
}
.total {
  background-color: #e1e1e1;
  color: #000000;
  font-weight: bold;
}
.gtotal {
  background: rgba(0, 0, 0, 0.3);
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.add {
  background-color: #fff;
  padding: 5px 8px;
  border: 1px solid #CCCCCC;
}
.add img {
  width: 16px;
}
.action {
  margin-left: -20px;
  margin-right: -20px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: -20px !important;
}
.small_action {
  padding: 15px 0px;
  text-align: right;
}
input[type="submit"] {
  background: none;
  background-color: #000000;
}
#header {
  position: relative;
}
#header-message {
  margin: 0;
  padding: 0 10px 0 0;
  display: none;
}
#header-welcome-message {
  display: inline-block;
}
#header-logout-text {
  display: inline-block;
}
#option-tab {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  padding-right: 30px;
}
#option-tab ul li {
  display: inline-block;
  list-style: none;
}
#option-tab li a {
  display: block;
  padding: 10px 12px;
  background-color: #585858;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  transition: 0.2s color linear;
  -webkit-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
}
#option-tab li a span {
  font-size: 12px;
}
#option-tab li a.selected {
  z-index: 999;
  position: relative;
  background-color: #f2f2f2;
  color: #232323;
}
#option-tab li a:hover {
  background-color: #f2f2f2;
  color: #232323;
}
#header #header-info-custom {
  background-image: url('/jw/web/json/plugin/com.tms.theme.LoadLogo/service?themeStyleId=3f0561cc-7f000010-2ca71724-9ab33dac&logoName=AIMS2-230x70.png');
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 100px;
  padding-left: 250px;
  display: inline-block;
  margin: 0px;
}
#header #header-info-custom #header-name-custom {
  margin-bottom: 10px;
  padding-top: 20px;
}
#header #header-info-custom #header-name-custom #name {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
#header #header-info-custom #description {
  color: #5b5b5b;
  font-size: 12px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#header #header-message-custom {
  float: right;
}
#header #header-message-custom #header-welcome-message {
  font-size: 12px;
  color: #a6a6a6;
  margin-bottom: 20px;
  margin-right: 10px;
}
#header #header-message-custom #header-logout-text {
  width: auto;
}
#header #header-message-custom #header-logout-text a {
  background-repeat: repeat-x;
  border: 1px solid #333333;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  background-color: #004b8d;
  /* Safari 4-5, Chrome 1-9 */

  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26522), to #bc440b);
  /* Safari 5.1, Chrome 10+ */

  background-image: -webkit-linear-gradient(top, #f26522, #bc440b);
  /* Firefox 3.6+ */

  background-image: -moz-linear-gradient(top, #f26522, #bc440b);
  /* IE 10 */

  background-image: -ms-linear-gradient(top, #f26522, #bc440b);
  /* Opera 11.10+ */

  background-image: -o-linear-gradient(top, #f26522, #bc440b);
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
#header #header-message-custom #header-logout-text a:hover {
  background-color: #a43b0a;
  background-position: 0px -30px;
  transition: background-position 0s linear;
}
#header #header-message-custom #header-logout-text a:active {
  background-color: #ae3f0a;
  background-image: none;
  transition: background-position 0s linear;
}
#header {
  position: relative;
}
#header-message-custom {
  margin: 0;
  padding: 0 10px 0 0;
}
#header-message-custom #header-welcome-message {
  display: inline-block;
}
#header-message-custom #header-logout-text {
  display: inline-block;
}
#option-tab {
  bottom: -1px;
}
#option-tab ul li {
  margin-left: 4px;
}
