div.generalView h1 {
  margin: 10px 20px 5px 0;
}
div.generalView a.btn {
  margin: 5px 0;
}
div.listView h1 {
  margin: 10px 10px 5px 20px;
}
div.filesView h1 {
  margin-top: 0px;
  margin-bottom: 6px;
}
div.filesView .ctrls.right {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
div.editView div.leftColumn {
  width: 652px;
}
div.editView div.leftColumn.readOnly {
  width: 957px;
  padding-bottom: 20px;
}
div.editView div.leftColumn.readOnly table {
  margin: 20px 0px 0px 20px;
}
div.editView input[type="text"]:disabled {
  background: transparent;
  border: none;
  padding: 0px;
  font-size: 12px;
}
div.data-status.bypassed,
div.statusIconSCPTbypassed {
  background-color: #4e6485;
}
div.data-status.timed_out,
div.statusIconSCPTtimed_out {
  background-color: #b71d22;
}
table#scriptsShowTable td.tools {
  text-align: center;
}
textarea#validationJsonTextArea {
  width: 765px;
  height: 300px;
  background-image: none;
}
/*** Base ***/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
/*** Dynamic App Loading Container ***/
body.app-loading {
  background-color: #f9f9f9;
}
/*** TEST-SCRIPTS APP ***/
#tab-content > div,
#tab-content .scripts > div,
#tab-content .toggle-contents > div {
  display: none !important;
}
#tab-content > div.active,
#tab-content .scripts > div.active,
#tab-content .toggle-contents > div.active {
  display: block !important;
}
#tab-content > div,
#tab-content .files > div,
#tab-content .toggle-contents > div {
  display: none !important;
}
#tab-content > div.active,
#tab-content .files > div.active,
#tab-content .toggle-contents > div.active {
  display: block !important;
}
/*** OVERRIDES ***/
table.form {
  width: auto;
}
ul.boxTypeMessage {
  padding: 0;
}
ul.boxTypeMessage li.contentBoxHeader {
  margin-bottom: 0 !important;
}
ul.contentBox li.contentBoxContent {
  padding-left: 0 !important;
  overflow: visible !important;
}
ul.contentBox li.contentBoxContent p {
  margin: 0 0 15px 0 !important;
}
.full-screen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
/*** Layout Fixes ***/
div.pageScriptsLeftColumn,
div.pageFilesLeftColumn {
  margin: 2px 259px 2px 2px;
}
div.pageScriptsRightColumn,
div.pageFilesRightColumn {
  width: 250px;
  float: right;
  margin: 32px 2px 0 0;
}
/*** Script Editor ***/
div.infobox {
  float: right;
  width: 266px;
  margin-left: 5px;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.25);
}
div.infobox div.screenshot {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  color: #aaa;
}
div.infobox div.screenshot div.screenshot-placeholder {
  position: relative;
  width: 256px;
  height: 205px;
  background-color: #eee;
  text-align: center;
  font-size: 16px;
  text-shadow: 0px 1px 1px #fff;
}
div.infobox div.screenshot div.screenshot-placeholder span {
  display: block;
  padding: 0;
  margin: 0 30px;
  color: #000;
}
div.infobox div.validation-log {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
div.editor div.formContainer,
div.upload div.formContainer {
  background-color: #f9f9f9;
  min-width: 665px;
}
div.info-container {
  margin: 5px 5px 25px 0;
}
div.codeContainer {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
  background-color: #fff;
  margin: 0;
  padding: 0;
  margin-right: 0;
}
div.history-select-container {
  text-align: right;
  vertical-align: middle;
  margin-bottom: 5px;
}
div.history-select-container div,
div.history-select-container label {
  vertical-align: middle;
}
div.history-select-container .chzn-container {
  text-align: left;
}
/*** Validation Results ***/
.validation-results .tab-contents.log {
  margin: 15px 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #eee;
}
.validation-results .tab-contents.transaction {
  margin-bottom: 15px;
  font-size: 16px;
  text-shadow: 0px 1px 0px #fff;
}
.validation-results .tab-contents.transaction label {
  font-weight: bold;
}
.validation-results .tab-contents.transaction .error {
  border: 2px solid #dbb;
  padding: 10px;
  background-color: #fff;
  color: #944;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*** H5F ***/
input,
textarea,
select {
  background: #fff url("https://static.ultrawpm.com/images/Checkmarkx.png") 237px 30px no-repeat;
  -moz-transition: background-color 1s ease;
  -webkit-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.radchecks input {
  width: auto;
}
.radchecks label {
  width: 105px;
}
.emuBrHandW {
  width: 135px;
  padding: 0px;
}
/* Enhanced error styling */
input.error {
  background-color: #ffc0cb !important;
  background-position: 237px 0px;
  outline: none;
}
input.required {
  background-color: #fff;
  background-position: 237px -27px;
}
input.valid {
  background-color: #fff;
  background-position: 237px -59px;
}
input:required:valid {
  background-color: #fff;
  background-position: 237px -59px;
}
.recentsSpinner {
  left: 320px !important;
  top: 25px !important;
}
table.files td.upload-progress {
  padding: 5px;
}
table.files td.upload-progress .ui-progressbar .ui-progressbar-value {
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  font-weight: normal;
  text-shadow: 0 1px 0;
rgba(255,255,255,0.50)
}
table.files td.upload-progress .ui-progressbar.processing .ui-progressbar-value {
  background-image: url("http://localhost:8080/images/pbar-ani-2.gif");
}
/*
PRODUCT LIST VIEWS
*/
.listview h1 {
  float: left;
  margin: 20px 20px 0;
}
.listview .ctrls {
  float: left;
  margin: 15px 0 0 0;
}
.listview .ctrls.right {
  float: right;
  margin: 15px 20px 0 0;
}
.listview .listActions {
  margin: 0 20px;
  padding: 10px;
  background: #192338;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.listview .listActions .left-set {
  float: left;
}
.listview .listActions .right-set {
  float: right;
}
.listview .listActions a.btn.sort {
  padding: 5px 10px;
  font-size: 11px;
  background: #bbb;
  background-image: linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -o-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -moz-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -webkit-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -ms-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #565656), color-stop(0.8, #777));
}
.listview .listActions .filterResults {
  float: left;
  margin: 0 10px 0 0;
}
.listview .listActions .filterResults input[type="text"] {
  float: left;
  padding: 3px 3px 4px;
  width: 200px;
  font-size: 12px;
  line-height: 1;
  border: none;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.listview .listActions .filterResults input.btn.sort.sm {
  padding: 4px 10px;
  width: auto;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  background-image: linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -o-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -moz-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -webkit-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -ms-linear-gradient(bottom, #565656 20%, #777 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #565656), color-stop(0.8, #777));
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.listview .listActions .button {
  float: left;
  position: relative;
}
.listview .listActions .button a.btn.select {
  padding: 5px 10px;
  font-size: 11px;
  background: #bbb;
  background-image: linear-gradient(bottom, #999 20%, #bbb 80%);
  background-image: -o-linear-gradient(bottom, #999 20%, #bbb 80%);
  background-image: -moz-linear-gradient(bottom, #999 20%, #bbb 80%);
  background-image: -webkit-linear-gradient(bottom, #999 20%, #bbb 80%);
  background-image: -ms-linear-gradient(bottom, #999 20%, #bbb 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #999), color-stop(0.8, #bbb));
}
.listview .listActions .button:hover a.btn.select {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.listview .listActions ul.dropMenu {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 !important;
  width: 200px;
  background: #9a9a9a;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  z-index: 9999;
}
.listview .listActions ul.dropMenu a {
  color: #fff;
}
.listview .listActions ul.dropMenu li.menuBreak {
  background: #bbb;
}
.listview .listActions .chzn-container-multi {
  float: left;
}
.listview .listActions .chzn-container-multi .chzn-choices {
  list-style: none;
  padding: 0 15px 0 3px;
  width: 392px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border: none;
}
.fullScreen {
  float: left;
  margin: 0 0 0 10px;
}
.listWrapper {
  margin: 0 20px 20px 20px;
  border: 1px solid #3b3b3b;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.groupHeader {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background: #7bb55b;
  border-top: 1px solid #97c67d;
  cursor: pointer;
}
.groupHeader .toggle {
  float: right;
  margin: -5px 0 0 0;
  width: 24px;
  height: 24px;
  background: url("img/dashboard-toggle.png") no-repeat 0 -48px;
  cursor: pointer;
}
.groupHeader.closed .toggle {
  background-position: 0 -72px;
}
.listWrapper table {
  width: 100%;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.listWrapper table thead th {
  padding: 8px 5px;
  color: #3b3b3b;
  background: #ddd;
  border-right: 1px solid #b1b1b1;
  border-left: 1px solid #eee;
}
.listWrapper table thead th:first-child {
  border-left: none;
}
.listWrapper table thead th:last-child {
  border-right: none;
}
.listWrapper table thead th.sorted {
  color: #05976a;
  font-weight: bold;
}
.listWrapper table thead th .indicator {
  display: none;
width
}
/*.listWrapper table thead th .indicator.asc {float:right;display:inline-block;margin:5px 10px 0 0;width:9px;height:6px;background:url(//static.ultrawpm.com/images/thead-indicator-up.png) no-repeat 0 0;}
.listWrapper table thead th .indicator.desc {float:right;display:inline-block;margin:6px 10px 0 0;width:9px;height:6px;background:url(//static.ultrawpm.com/images/thead-indicator-down.png) no-repeat 0 0;}*/
.listWrapper table td {
  padding: 4px 5px;
  font-size: 11px;
  color: #444;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: #fff url("//static.ultrawpm.com/images/table-td-bg.jpg") repeat-x left bottom;
}
.listWrapper table td.statusicon {
  width: 10px;
}
.listWrapper table td div.wrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
td.data-checkbox {
  text-align: center;
}
.listWrapper table tbody tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radisu: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.listWrapper table tbody tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radisu: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
/*
SHOPPING CART FLOW
*/
.cartMain h1 {
  float: left;
  margin: 10px 0;
  font-size: 32px;
  color: #333;
}
.cartMain h1 span {
  color: #999;
}
.cartMain .cartCS {
  float: right;
  margin: 20px 0 0 0;
  font-size: 18px;
  color: #333;
}
.cartMain .cartCS strong {
  color: #5f9a3e;
}
.cartMain hr {
  clear: both;
  margin: 20px 0;
}
.cartMain table {
  border: none;
  border-collapse: collapse;
  -moz-border-radius: 0;
  -webkit-border-radisu: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cartMain table th {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
.cartMain table td {
  padding: 20px 10px;
  font-size: 14px;
  color: #666;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
}
.cartMain table td.product {
  font-size: 18px;
  color: #5f9a3e;
}
.cartMain table td.product ul.specs {
  margin: 5px 20px 0;
  font-size: 12px;
  color: #666;
}
.cartMain table td.price {
  text-align: right;
}
.cartMain table td.price strong {
  font-size: 18px;
  color: #5f9a3e;
}
.cartMain table td.remove {
  width: 24px;
  text-align: center;
}
.cartMain table td.total {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  background: #ffe;
}
.cartMain table td.total span {
  color: #5f9a3e;
}
.cartMain table td.proceed {
  border: none;
  text-align: right;
}
.cartMain input.btn {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  color: #fff !important;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.20);
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #0174c3;
  background-image: linear-gradient(bottom, #ff6f01 20%, #ed9836 80%);
  background-image: -o-linear-gradient(bottom, #ff6f01 20%, #ed9836 80%);
  background-image: -moz-linear-gradient(bottom, #ff6f01 20%, #ed9836 80%);
  background-image: -webkit-linear-gradient(bottom, #ff6f01 20%, #ed9836 80%);
  background-image: -ms-linear-gradient(bottom, #ff6f01 20%, #ed9836 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #ff6f01), color-stop(0.8, #ed9836));
  cursor: pointer;
}
.cartMain.payment table td {
  padding: 5px 10px;
  border: none;
}
.cartMain.payment .ctrl {
  float: left;
  width: 500px;
}
#termsOfAgreement {
  width: 450px;
  height: 300px;
  overflow: scroll;
}
.cartMain.payment input.btn {
  float: right;
}
.cartMain .print {
  float: right;
  padding: 10px 20px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cartMain .infoCol {
  float: left;
  width: 50%;
}
.cartMain .infoCol h3 {
  margin: 10px 0 0;
  padding: 0;
}
.cartMain .continue {
  text-align: center;
}
.listWrapper table thead th.tablesorter-headerAsc span.indicator {
  background: rgba(0,0,0,0.00) url("//static.ultrawpm.com/images/thead-indicator-up.png") no-repeat scroll 0 0;
  display: inline-block;
  float: right;
  height: 6px;
  margin: 5px 10px 0 0;
  width: 9px;
}
.listWrapper table thead th.tablesorter-headerDesc span.indicator {
  background: rgba(0,0,0,0.00) url("//static.ultrawpm.com/images/thead-indicator-down.png") no-repeat scroll 0 0;
  display: inline-block;
  float: right;
  height: 6px;
  margin: 6px 10px 0 0;
  width: 9px;
}
.nsPageContent a.btn.secondary-no-hover {
  padding: 8px 10px;
  font-size: 11px;
  background: #4e6485;
}
.uploadFile > input {
  font-size: 1px;
  height: 0;
  width: 0;
  display: none;
}
