/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:14px;
  background: #777;
}

div#wrapper {
  position: relative;
  /*float: left;*/
  margin: 0 auto 20px auto;
  padding: 10px;
  width: 960px;
}

a, a:link, a:visited {
  color:teal;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color:lightseagreen;
}

ul#tabs li a:link, ul#tabs li a:visited {text-decoration:none;}

html.js textarea.tinymce { display: none; }

ul#tabs { position: relative; float: left; border-bottom: 1px solid #CCC; }

ul#tabs li {
  position: relative;
  float: left;
  margin-right:1px;
  background: #edebe6;
  padding: 10px;
  font-weight:bold;
  font-size: 1em;
  color: #FFF;
}

ul#tabs li.active {
  background: teal;
}

ul#tabs a { color: teal; }
ul#tabs li.active a { color: #FFF; }

div#mainContent {
  position: relative;
  background:none repeat scroll 0 0 #edebe6;
  float:left;
  padding: 10px;
  margin-bottom: 30px;
  width:940px;
  clear: both;
}
div.column {
  position: relative;
  float: left;
  width: 50%;
}

div.column img {
  max-width: 300px;
  height: auto;
}

div#loginContent {
 background:none repeat scroll 0 0 #EFEFEF;
  margin:auto;
  width:300px;
}

fieldset {
  border: 1px solid #CCC;
  padding: 10px;
  margin: 10px;
}

fieldset legend {
  padding: 0.2em 0.4em;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: bold;
  color: teal;
}

div.input {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 5px 0;
  margin-bottom: 10px;
}

div.inline30 {
  clear: none;
  width: 29%;
  padding-right: 1%;
}

div.inline {
  clear: none;
  width: auto;
  padding-right: 10px;
}

input.file {
  position: relative;
  float: left;
  clear: both;
}

input.text,
input.password {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
  clear: both;
  font-size: 1.083em;
  border: 1px solid #CCC;
}
div.inline30 input.text {
  width: 90%;
}

div.first {
  clear: left;
}

select {
  padding: 5px;
  font-size: 1.083em;
  border: 1px solid #CCC;
  position: relative;
  float: left;
  clear: both;
}

.chzn-container {
  clear: both;
  display: block !important;
}

textarea {
  display:block;
  width:50%;
  padding: 5px;
  min-height:80px;
  font-size: 1.083em;
  font-family: Arial, sans-serif;
  border: 1px solid #CCC;
}

input, textarea {
  margin-left: -1px;
  color: #222;
  font-family: Arial, Verdana, sans-serif;
}

input.text:focus,
textarea:focus,
select:focus {
  border: 1px solid #AAA;
}

input.readOnly,
textarea.readOnly {
  background: #F5F5F5;
  color: #333;
  font-style: italic;
  border: 1px solid #CCC;
}

div.input label {
  display: block;
  padding: 5px 0 10px 5px;
  font-size: 1.4em;
  line-height: 1.1;
  color: #555;
  width: 100%;
  padding-left: 5px;
  border-left: 5px solid #DDD;
}

div.checkbox label,
div.radio label {
  font-size: 1.2em;
  margin-bottom: 0;
  border: 0;
  padding-left: 0;
}

div.hidden { display: none; }

div.input input.shopBrand {
  width: inherit;
  display:inherit;
  margin-bottom:10px;
}

div.input input#loginUsername {
  width:200px;
}

div.input input#loginPassword {
  width:200px;
}

div.input input#postSubmit {
  margin-bottom:0px;
}

div#shopImg {
  float:left;
  width:200px;
  text-align:center;
  margin-right:10px;
}

table, td, th { border: 1px solid #EAEAEA; }

td, th { text-align: left; padding: 0.4em 0.5em; vertical-align: middle; }

tr.parent td.title { font-weight: bold; }

td.title { font-weight: bold; color: #333; }

tr.parent { background: #E1E1E1 !important; }

tr.child td.title { padding-left: 20px; }

td.disabled { font-style: italic; color: #666; }

div.column table {
  width: 100%;
  margin: 10px 0;
}

th {
  line-height: 1.4;
  color: teal;
  font-size: 1.17em;
  background: #E1E1E1;
}
body table tfoot tr, body table tfoot tr:hover { background: /*#E1E1E1*/ transparent !important; }

tr.odd { background: #FAFAFA; }
tr.even { background: #F5F5F5; }

td.controls,
td.controls2,
td.controls3,
td.controls4,
td.controls5 { text-align: right; }

td.controls { width: auto; }

td.controls2 { width: 55px; }

td.controls3 { width: 75px; }
td.controls4 { width: 95px; }
td.controls5 { width: 125px; }

td.controls a,
td.controls2 a,
td.controls3 a,
td.controls4 a,
td.controls5 a
{ margin-left: 5px; }

h1 { font-size: 2em; margin-bottom: 1em; color: #FFF; line-height: 1.1; }
h2 { font-size: 1.5em; margin: 1em 0 1.5em 0; color: #08326F; line-height: 1.1; }
h3 { font-size: 1.2em; margin-bottom: 1em; line-height: 1.1; }


div.input span.info {
  display: block;
  padding-left: 5px;
  border-left: 5px solid #D7D7D7;
  margin: -5px 0 5px 0;
  font-size: 0.92em;
  color: #444;
  font-family: Arial, sans-serif;
  font-style: italic;
}
div.input span.error {
  float: left;
  padding: 0 5px;
  border-left: 5px solid #D7D7D7;
  margin: -5px 0 5px 0;
  font-size: 0.92em;
  color: black;
  background: yellow;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-style: italic;
}

tr ul { list-style: disc; padding-left: 1em; }
tr ul li { padding: 0.3em; }

p.warning { font-size: 1.17em; background: yellow; }

span.cke_skin_kama * {
  float: none;
}

td.images img {
  width: 30%;
  padding: 1%;
}

div.image dl { padding-top: 5px; }
div.image dl dd { color: #333; padding-bottom: 5px; }

div.pagination {
  position: relative;
  float: right;
  margin: 0.7em -0.7em 0 0;
}

ul.pagination,
ul.pagination li {
  position: relative;
  float: left;
  list-style: none;
}

ul.pagination li { margin-left: 0.3em; }

ul.pagination li a,
ul.pagination li span,
span.pagination {
  position: relative;
  float: left;
  padding: 0.1em;
  line-height: 2em;
  height: 2em; width: 2em;
  border: 1px solid #CCC;
  text-align: center;
}

ul.pagination li a {
  color: #FFF;
  background: teal;
}

ul.pagination li a:hover {
  background: lightseagreen;
}

span.pagination { width: auto; border: none; height: auto; line-height: 2; }

th img { position: relative; top: 2px; }

div.imageInfo, div.image { position: relative; float: left; width: 26%; padding: 1%; border: 1px solid #DDD; margin: 1%; }
div.image { width: 20%; height: 300px; }
div.image img.thumbnail { position: relative; display: block; height: auto; width: auto; max-width: 160px; }
div.image a.edit { position: absolute; top: 5px; right: 5px; }
div.image a.delete { position: absolute; top: 25px; right: 5px; }
div.image a.view { position: absolute; top: 45px; right: 5px; }
div.image a.left { position: absolute; top: 65px; right: 5px; }
div.image a.right { position: absolute; top: 85px; right: 5px; }
div.imageInfo div.input label { font-size: 1.2em; margin-bottom: 3px; }
div.imageInfo div.input { width: 100%; padding: 0; margin-bottom: 5px;  }
div.imageInfo div.input input.text,
div.imageInfo div.input textarea { width: 94%; font-size: 1em; }
div.imageInfo div.input select { font-size: 1em; }


fieldset fieldset {
  min-width: 50%;
  float: left;
  position: relative;
  clear: both;
  margin: 10px 0;
}

fieldset fieldset.full {
  width: 97%;
}

fieldset fieldset div.checkbox { margin-bottom: 0; }

table, p.info { clear: both; }

p.info {
  color: #222;
  position: relative;
  float: left;
  margin: 1em 0;
}
legend + p.info { margin-top: 0; }

ul.lastNames { clear: both; margin-bottom: 1ex; float: left; }
ul.lastNames li { display: inline; float: left; padding: 1ex; font-size: 1.4em;  border-bottom: 1px solid #CCC; }

ul.lastNames li a.active { color: black; }

fieldset table { min-width: 50%; width: 100%; }

div.input table { width: 100%; }

div.orderItemData { position: relative; float: left; width: 100%; padding: 1em 0; border-bottom: 1px solid #CCC; }

dl.info dt,
dl.info dd {
  position: relative;
  float: left;
  clear: both;
  width: 97%;
}

dl.info dt { padding: 0; margin-top: 1em; }
dl.info dt:first-child { margin-top: 0; }
dl.info dd { padding: 0.1em 0 1em 0; }

dl.subinfo { width: 80%; position: relative; float: left; padding: 1em; margin-right: 1em; border-bottom: 1px #CCC solid; }
dl.subinfo dt { color: #333; }

dd.sub { font-size: 1.2em; background: #DDD; }
dd.total { font-size: 1.4em;  }

dt.sub { font-size: 1.2em;  }
dt.total { font-size: 1.4em; }

dl.info { padding: 1em 0; }

dl.info dt { font-weight: bold; }

dl.info dd {
  margin: 0.5em 0;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #F8F8F8;
  color: #222;
}

dl.info dd p {
  margin: 0.5em 0;
}

fieldset.hidden { display: none; }

h3.subLegend { margin: 1em 0 1ex 0; font-size: 1.4em; color: #08326F; }

h3.inactive,
table.inactive,
table.inactive th,
table.inactive td,
table.inactive td.title { color: #888888 !important; }

dl.info div.radio {
  font-size: 0.92em;
  margin-bottom: 0px;
  padding: 0;
}

dl.info div.custom {
  position: relative;
  float: left;
  width: 90%;
}

dl.info div.custom div.input { display: inline; width: auto; clear: none; }

dl.info div.custom div.radio { width: 100%; }

div.radio label { width: auto; position: relative; float: left; }

div.addImage {
  position: relative;
  float: left;
  height: 230px;
  padding-right: 20px;
}

div.addImage strong, div.addImage img { position: relative; float: left; clear: both; padding-bottom: 5px; max-height: 100px; max-width: 100px; }

h2.galleryName { width: 100%; position: relative; float: left; }

div.addImage div.input { font-size: 0.92em; margin: 0; padding: 0; width: auto; }
div.addImage div.checkbox {}

div.addImage div.input input.text { width: 4ex; }

div.orderItemData img { position: relative; float: left; clear: both; }

input.big { font-size: 2em; }

p.loading { position: absolute; top: 30px; left: 15px;}

tr.pageDepth0 { background: #FFFFFF; }
tr.pageDepth1 { background: #F9F9F9; }
tr.pageDepth2 { background: #EEEEEE; }
tr.pageDepth3 { background: #E9E9E9; }
tr.pageDepth4 { background: #DDDDDD; }
tr.pageDepth5 {  }
tr.pageDepth6 {  }
fieldset > table tr:hover { background: #d4ece7 !important; }

tr.pageDepth0 td.title { padding-top: 0.5em; padding-bottom: 0.5em; }
tr.pageDepth1 td.title { padding-left: 2em; padding-top: 0.5em; padding-bottom: 0.5em; }
tr.pageDepth2 td.title { padding-left: 4em; padding-top: 0.5em; padding-bottom: 0.5em; }
tr.pageDepth3 td.title { padding-left: 6em; padding-top: 0.5em; padding-bottom: 0.5em; }
tr.pageDepth4 td.title { padding-left: 8em; }
tr.pageDepth5 td.title {  }
tr.pageDepth6 td.title {  }

span.dbg { color: #888888; display: none; }

span.aemph { color: #888888; }

img.loader { margin-left: 1ex; width: auto; height: 0.75em; }

td.state { color: #777; font-size: 1.17em; }
td.city { color: #555; }

div.adminInfo {
  background: url("/img/ra.png") no-repeat scroll left top transparent;
  color: #FFFFFF;
  float: left;
  height: 110px;
  margin: 10px 0 -25px 0;
  padding: 58px 10px 10px 250px;
  position: relative;
  top: -44px;
  width: 700px;
}

h2.info {
  color: #fff;
}

div.uploadifyQueueItem {
  position: relative;
  width:410px;
}

ul#locationImagesList,
ul#locationImagesList li {
  position: relative;
  float: left;
}

ul#locationImagesList { width: 100%; }

ul#locationImagesList li { padding: 0 10px 10px 0; }

ul#locationImagesList li img {
  position: relative;
  float: left;
  display: block;
  width: 200px;
  height: auto;
}

ul#locationImagesList li a.remove {
  position: relative;
  float: left;
  clear: both;
  cursor: pointer;
}

ul#locationImagesList li a.remove img {
  width: auto;
  float: none;
  display: inline;
}

ul#promoGraphics {
  padding: 10px 0;
  position: relative;
  float: left;
  width: 100%;
}

ul#promoGraphics li > * {
  display:block;
}

ul#promoGraphics.location li > a > img {
  width: 100px;
  height: auto;
}

ul#promoGraphics li {
  position: relative;
  float: left;
  padding: 10px;
  margin: 0 10px 0 0;
  border: 1px solid #DDD;
}

fieldset hr {
  position: relative;
  float: left;
  width: 100%;
  border: 0;
  border-style: solid;
  border-top-color: #DDD;
  border-top-width: 5px;
  margin: 10px 0;
  display: none;
}

ul.actions { margin-bottom: 10px; }

fieldset ul.actions {
  position: relative;
  float: left;
  width: 100%;
}

ul.actions li { margin-bottom: 5px; }
ul.actions li.last-child { margin-bottom: 0px; }

ul.actions li a { line-height: 1.5; }

ul.actions li a img {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 0;
}

fieldset legend span.related, fieldset legend strong { color: gray; }

ul.imageList {
  position: relative;
  float: left;
  width: 100%;
}

ul.imageList li {
  position: relative;
  float: left;
  max-width: 47%;
  min-width: 129px;
  padding: 0 1.5% 3% 1.5%;
}

ul.imageList li img {
  position: relative;
  float: left;
  max-width: 100%;
  max-height: 140px;
}

ul.imageList li a.remove {
  position: relative;
  float: left;
  clear: both;
  margin: 5px 0 0 0;
  line-height: 1.5;
  cursor: pointer;
}

ul.imageList li a.moveUp {
  clear: left;
}

ul.imageList li a.moveUp,
ul.imageList li a.moveDown {
  position: relative;
  float: left;
  padding: 2px;
  margin: 5px 5px 0 0;
  cursor: pointer;
}

div.orderLinks {
  position: relative;
  float: right;
}

form.searchForm table {
  width: auto;
  margin: 10px 0;
}

form.searchForm td {
  padding: 0.2em 0.5em;
}

form.searchForm table div.input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

form.searchForm table div.input label {
  clear: none;
  width: 25%;
  float: left;
  border: 0;
  padding: 0;
  line-height: 2.4;
  font-size: 1em;
  margin: 0;
}

form.searchForm table div.input input {
  clear: none;
  width: 70%;
  float: left;
}

form.searchForm table div.checkbox input {
  width: auto;
  height: 1.6em;
  margin-right: 1em;
}

input.submit {
  background: teal;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 0px;
  padding: 5px 10px;
  cursor: pointer;
}

input.submit:hover {
  background: lightseagreen;
}

input.submit:active {
  background: teal;
}

div.searchFilters {
  position: relative;
  float: left;
  font-size: 1.2em;
  color: gray;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}

div.searchFilters dl {
  position: relative;
  float: left;
  margin: 1em 0;
}

div.searchFilters dt,
div.searchFilters dd {
  position: relative;
  float: left;
}

div.searchFilters dt {
  font-weight: bold;
  margin-right: 1ex;
}

div.searchFilters dd {
  margin-right: 1.5em;
}

div.searchFilters dd:before { content: open-quote; }
div.searchFilters dd:after { content: close-quote; }

span.count {
  position: relative;
  float: right;
  margin-bottom: 1ex;
  color: gray;
}

html.js .editor, html.js .simpleEditor {
  display: none;
}

h3.langContent {
  color: gray;
  font-size: 1.5em;
  margin-top: 1.5em;
  position: relative;
  float: left;
}

p.error,
p.success {
  padding: 5px;
  margin-bottom: 1em;
  color: black;
  background: yellow;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: static;
  display: block;
}

p.success {
  background: #00a413;
  color: white;
}

span.language {
  color: #AAA;
}
select {
  min-width: 460px;
  max-width: 500px;
}
form#applicationsForUsersForm div.listing {
  overflow: auto;
  border-bottom: 1px solid #DDD;
  width: 900px !important;
  max-height: 500px !important;
  padding-top: 35px;
  position: relative;
}
form#applicationsForUsersForm div.listing table {
  width: auto;
  background-color: #FFF;
}
form#applicationsForUsersForm div.listing table th {
  width: 130px !important;
  min-width: 130px !important;
  max-width: 130px !important;
  border-color: #CCC;
  padding: 6px;
}
form#applicationsForUsersForm div.listing table td {
  width: 130px !important;
  min-width: 130px !important;
  max-width: 130px !important;
  border-color: #CCC;
  word-break: break-all;

  padding: 6px;
}
.center {
  text-align: center;
}
form#applicationsForUsersForm div.listing table td.total {
  font-weight: bold;
}
form#applicationsForUsersForm div.listing table td input.checkbox {
  cursor: pointer;
}
div.customCheckbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;

  background: url('/img/checkbox.png') center center no-repeat;
}
div.customCheckbox:hover {
  background: url('/img/checkboxHover.png') center center no-repeat;
}
div.customCheckbox.checked {
  background: url('/img/checkboxChecked.png') center center no-repeat;
}
div.customCheckbox.checked.orange {
  background: url('/img/checkboxCheckedOrange.png') center center no-repeat;
}
div.customCheckbox.checked.green {
  background: url('/img/checkboxCheckedGreen.png') center center no-repeat;
}
div.customRadio {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;

  background: url('/img/radio.png') center center no-repeat;
}
div.customRadio:hover {
  background: url('/img/radioHover.png') center center no-repeat;
}
div.customRadio.disabled:hover {
  background: url('/img/radio.png') center center no-repeat;
  cursor: default;
}
div.customRadio.checked,
div.customRadio.disabled.checked {
  background: url('/img/radioChecked.png') center center no-repeat;
}
div.customCheckbox input.checkbox {
  display: none;
}
form#applicationsForUsersForm div.input.submit {
  text-align: center;
  margin-top: 16px;
}
a.expandCollapse img {
  float: left;
  margin-right: 8px;
  display: inline-block;
}
a.expandCollapse img.collapse {
  display: none;
}
a.expandCollapse.expanded img.collapse {
  display: inline-block;
}
a.expandCollapse.expanded img.expand {
  display: none;
}
div.input.customCheckboxWrapper {
  cursor: pointer;
  display: block;
  padding: 5px 0 10px 5px;
  font-size: 1.4em;
  line-height: 1.1;
  color: #555;
  width: auto;
  padding-left: 24px;

  font-size: 1.2em;
  margin-bottom: 6px;
  line-height: 1.2em;
}
div.input.customCheckboxWrapper .customCheckbox {
  margin-left: -24px;
  float: left;
  margin-top: -3px;
}
table.checkboxes td {
  background-color: #FFF;
}
table.checkboxes {
  margin-bottom: 10px;
}
form#criteriaQuestionAdd table.checkboxes tbody,
form#criteriaQuestionEdit table.checkboxes tbody {
  display: none;
}
table.checkboxes a.label {
  font-weight: normal;
  color: #333 ;
  font-size: 1.1em;
  line-height: 1.2em;
}
table.checkboxes tr:hover td {
  background-color: #F7F7F7;
}
.tableCheckboxesWrapper {
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #CCC;
}
table.applicationCriteriaForm td,
table.applicationCriteriaForm tr:hover td {
  background-color: #FFF;
  background-color: #FFF;
}
table.applicationCriteriaForm th,
table.applicationCriteriaForm td {
  border: 1px solid #C6C6C6;
  padding: 8px;
}
table.applicationCriteriaForm td {
  font-size: 1.1em;
  padding: 12px;
}
table.applicationCriteriaForm td.points {
  font-size: 1.2em;
  padding: 12px;
}
table.applicationCriteriaForm td.points .customRadio {
  float: right;
  margin-top: -3px;
  margin-bottom: -3px;
  margin-right: -3px;
}
table.applicationCriteriaForm td.label {
  background-color: #F6F6F6 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}
td.points a.editIcon {
  width: 16px;
  height: 16px;
  float: right;
  display: block;
  background: url('/img/admin/edit.png') center center no-repeat;
}
td.points a.viewIcon {
  width: 16px;
  height: 16px;
  float: right;
  display: block;
  background: url('/img/admin/view.png') center center no-repeat;
}

tr.criteriaQuestion:hover td {
  background-color: #d4ece7 !important;
}
form#applicationCriteriaQuestionForm legend {
  line-height: 1.35em;
}
.multipleEntries > li > ul.actions {
  margin-top: -37px;
  margin-left: 480px;
}
.multipleEntries > li.onlyChild > ul.actions a.removeEntry {
  display: none;
}
table.inputTable {
  margin-bottom: 1em;
}
table.inputTable input.text {
  background: transparent !important;
  width: 100%;
  padding: 6px 0px;
  border: none !important;
}
table.inputTable td {
  background-color: #FFF;
  padding: 0px 6px;
  border: 1px solid #CCC;
}

table.inputTable th {
  text-align: center;
  border: 1px solid #CCC;
  min-width: 110px !important;
  max-width: 110px !important;
}
ul.multipleEntry.actions {
  margin-top: 2em;
}
dl.info dd.multipleEntry small {
  display: block;
  font-size: 0.9em;
  color: #888;
  margin-top: 0.7em;
  text-align: right;
}
dl.info dd.multipleEntry table th,
dl.info dd.multipleEntry table td {
  border: 1px solid #CCC;
  padding: 0.4em 0.5em;
}
dl.info dd.multipleEntry {

  overflow: hidden;
}
table.inputTable td.required,
table.inputTable th.required {
  background-color: #FDD;
  text-align: center;
}
table.inputTable td.hidden,
table.inputTable th.hidden {
  background-color: #F0F0F0;
  text-align: center;
}
table.inputTable td.function,
table.inputTable th.function {
  background-color: #DEF;
  text-align: center;
}
div.column.wide {
  width: 100%;
}

div.column.wide dd {
  width: 48%;
}

div.column.wide dd.wide {
  width: 98%;
}
form#applicationsForUsersForm dl.info.legend dd {
  text-align: center;
  min-height: 20px;
  line-height: 20px;
}
form#applicationsForUsersForm dl.info.legend dd img {
  width: 20px;
  height: 20px;
  display: inline;
  float: none;
  vertical-align: middle;
  margin-left: 2em;
}
form#criteriaFormCommentForm textarea.large {
  width: 97%;
  min-height: 200px;
  resize: vertical;
}
form#applicationsForUsersForm table {
  min-width: 0;
}
form#applicationsForUsersForm table.firstTable {
  display: block;
  position: absolute;
  margin-top: -35px;
}
form#applicationsForUsersForm table th {
  width: 130px !important;
  min-width: 130px !important;
  max-width: 130px !important;
}
form#applicationsForUsersForm table.sideTable {
  width: auto !important;
  min-width: 0;
  max-width: none;
  display: block;
  position: absolute;
  margin-left: -1px;
  z-index: 200;
  margin-top: -35px;
}
form#applicationsForUsersForm table.sideTable th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
form#applicationsForUsersForm table.mainTable {
  margin-left: 427px;
  z-index: 250;
}
form#applicationsForUsersForm table.firstTable {
  z-index: 100;
  margin-left: 427px;
}
form#applicationsForUsersForm table td,
form#applicationsForUsersForm table th {
  line-height: 32px !important;
  padding: 0px 6px !important;
}
form#applicationsForUsersForm div.listing table.sideTable td,
form#applicationsForUsersForm div.listing table.sideTable th {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  font-size: 12px !important;
}
form#applicationsForUsersForm table td div.customCheckbox {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -5px;
}

form#applicationsForUsersForm div.listing table.sideTable th.second a {
  display: block;
  height: 32px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #E1E1E1;
}

form#applicationsForUsersForm div.listing table.sideTable th.second a span {
  display: none;
}

form#applicationsForUsersForm div.listing table.sideTable th.second:hover {
  overflow-x: visible;
}

form#applicationsForUsersForm div.listing table.sideTable th.second a:hover {
  width: 600px !important;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  height: 32px !important;
  margin-top: -1px;
  margin-bottom: -1px;
}

form#applicationsForUsersForm div.listing table.sideTable th.second a:hover span {
  display: inline-block;
  color: #333;
}

div.criteriumTypeDataContainer,
div.hoursColumnWrapper {
  display: none;
}

a.ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: pre !important;
  display: block;
}

div.modalWrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: rgba(0,0,0,0.2);
  display: none;
}
div.modalWrapper div.modal {
  width: 400px;
  min-height: 190px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -95px;
  background: #edebe6;
}
div.modalWrapper fieldset {
  min-height: 150px;
}
div.modalWrapper div.buttonContainer {
  text-align: center;
  padding-top: 6px !important;
  clear: both;
}

div.modalWrapper .chzn-container,
div.modalWrapper .chzn-drop {
  max-width: 360px !important;
  min-width: 360px !important;
  width: 360px !important;
}

div.modalWrapper .chzn-search {
  display: none;
}

div.modalWrapper div.buttonContainer input.button {
  margin-left: 5px;
  margin-right: 5px;
}

a.tabWarning {
  color: #CC2222 !important;
}

ul#tabs li.active a.tabWarning {
  color: inherit !important;
}

dl.hidden {display:none;}
dl.trigger {cursor:pointer;}
dl.trigger dd {width:97% !important;}
dl.trigger dd i {float:right;font-size:16px;}
dl.trigger dd i.fa-caret-up {display:none;}
dl.trigger.active dd i.fa-caret-up {display:block;}
dl.trigger.active dd i.fa-caret-down {display:none;}
td.controls-evaluation {text-align:center;font-size:16px;}
th.controls-evaluation {text-align:center;}
dl.white table td, table.white td {background:#fff;}
dl.white table td a, table.white td a {overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; hyphens: auto;}
