/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
:root {
	--axis-purple: #821C6B;
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
 
 
#amcregistration {
	width: 75%;
}
 
 .breadcrumbs {
	 font-size: .8rem;
	 
 }
/* AJAX */
#load-wait, #lightbox, #mobilenav-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	background-color: rgba(0,0,0,.8);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#lightbox, #mobilenav-lightbox {
	z-index: 998;
}
#load-wait.waiting, #lightbox.active, #mobilenav-lightbox.active {
	opacity: 1;
	visibility: visible;
}
#form-messages { 
	padding: 5px;
}
#form-messages.error {
	margin: 10px 0;
}

img.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

form .hp {
	display: none;
	visibility: hidden;
}

#lightbox-form-container {
	padding: 45px;
	position: fixed;
	z-index: 999;
	top: 10%;
	bottom: 10%;
	width: 100%;
	max-width: 600px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
}
#lightbox-form-container.active {
	opacity: 1;
	visibility: visible;
}

#lightbox-form-container .closebox {
	position: absolute;
	font-size: 1em;
	font-family: arial;
	text-align: center;
	height: 24px;
	top: 1em;
	right: 1em;
	color: #8A2473;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
}
#lightbox-form-container .closebox:hover {
	background-color: #8A2473;
	color: #fff;
}
#lightbox-form-container  h4 {
    background-color: #8A2473;
    border-bottom: 2px solid 1px;
    padding: 10px;
    font-weight: bold;
    color: #FFF;
	margin-bottom: 1em;
}
#lightbox-form-container form {
	width: 100%;
}
#lightbox-form-container p.formlabel {
	font-family: Arial;
	font-size: .9em;
	color: #777;
	padding-bottom: 0;
	margin-bottom: 4px;	
	
}
#lightbox-form-container input {
	box-sizing : border-box;
	height: 2em;
	line-height: 1.2em;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#lightbox-form-container select {
	box-sizing : border-box;
	height: 2em;
	line-height: 1.2em;
	display: block;
	margin-bottom: 1em;
}

#lightbox-form-container input[type="submit"] {
	width: auto;
}
#lightbox-form-container input[type="submit"]:hover {
	/*border: 2px solid #8A2473;
	background-color: #8A2473;
	color: #fff;*/
}
#lightbox-form-container .spamtrap {
	display: none;
}
#lightbox-form-container #success_close {
	margin: 20px;
	text-align: center;
}
#lightbox-form-container #success_close a {
}

#lightbox-form-container a img {
	border: 2px solid #872676;
	margin: 1em auto;
	display: block;
}
#lightboxCompleteForm {
	overflow: hidden;
}


/* newsletter */
.newsletter {

}

.newsletter .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 0;
}
.newsletter .title h3 {
	font-family: 'proxima-nova-n4', 'proxima-nova', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
	font-weight: normal;
	padding-bottom: .6em;
	color: #872676;
	font-size: 26px;
	white-space: normal;
	
}

#product .newsletter .title .author {
	font-weight: bold;
}
/* newsletter sidebar */
#newsletterside {
  width: 30%;
  float: right;
  margin-top: 15px;
  padding-left: 25px; 
  box-sizing: border-box;
}
#newsletterside h4 {
  color: #872676;
  margin-bottom: 20px;
  font-size: 1.3em;
}
#newsletterside p {
  margin-top: 0px;
  line-height: 1.4em;
  font-size: 1.1em;

}

/* don't reveal H1 until wf-loaded */
html.wf-loading  h1 {
	opacity: 0;
}


table.client-escalation-contacts {
	width: 100%;
}
table.client-escalation-contacts td {
	border-spacing: .5em;
	padding: .5em;
	
}

table.client-escalation-contacts tr.header td {
	background-color: #555;
	color: #fff;
}
table.client-escalation-contacts td.role {
	width: 40%;
}
	
table.client-escalation-contacts td.name {
	width: 25%;
}

table.client-escalation-contacts td.email {
	width: 25%;
}


table.client-escalation-contacts tr:nth-child(even) {
    background-color: #ddd;
}
table.client-escalation-contacts tr:nth-child(odd) {
    background-color: #eee;
}

	
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.defaultshadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.defaultradius {
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.boxnatural {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.btn [class^="icon-"].icon-spin,
.nav-tabs [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav-tabs [class*=" icon-"].icon-spin {
  line-height: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.spinner.left {
  margin-right: 5px;
}
.spinner.right {
  margin-left: 5px;
}
.has-spinner {
  cursor: progress;
}
.has-spinner .spinner {
  opacity: 1;
}
.has-spinner.btn-mini .spinner {
  width: 10px;
}
.has-spinner.btn-small .spinner {
  width: 13px;
}
.has-spinner.btn .spinner,
.spinner.active {
  width: 16px;
}
.has-spinner.btn-large .spinner {
  width: 19px;
}
.box--container {
  overflow: hidden;
}
.box--row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
}
.box--cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.box--05 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 4.166666666%;
}
.box--1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 8.333333333%;
}
.box--2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 16.666666666%;
}
.box--3,
.box--quarter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.box--4,
.box--third {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 33.333333333%;
}
.box--5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 41.666666666%;
}
.box--6,
.box--half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.box--7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 58.333333333%;
}
.box--8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 66.666666666%;
}
.box--9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.box--10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 83.333333333%;
}
.box--11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 91.666666667%;
}
.box--12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.box--vmiddle {
  vertical-align: middle;
}
.box--vbottom {
  vertical-align: bottom;
}
.box--hcenter {
  text-align: center;
}
.box--hright {
  text-align: right;
}

/* Bootstrap Responsive v2.3.2 moved to EOF */
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.disabled {
  cursor: not-allowed;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 2px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	transform: scale(1.25);
	border: 1px solid #555;

  margin: 4px 0 0;
  margin-top: 0;
  margin-right: .25em;
  vertical-align: baseline;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}


input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  /*HCEdit margin-left: 120px;*/
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.table_default {
  border-collapse: separate !important;
  /*width: 100% !important;*/
  width: 100%;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.table_default th,
.table_default td {
  padding: 8px 5px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: none;
  font-size: 14px;
}
.table_default tr th:first-child {
  border-left: solid 1px #b4b4b4;
}
.table_default tr th:last-child {
  border-right: solid 1px #b4b4b4;
}
.table_default th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.table_default label {
  margin-bottom: 0px;
}
.table_default a {
  text-decoration: none;
  vertical-align: middle;
}
.table_default a:hover {
  text-decoration: underline;
}
.table_default tr:first-child td:first-child,
.table_default th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.table_default tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.table_default tr:first-child td:last-child,
.table_default th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.table_default tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.table_default tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.table_default tr td:first-child {
  border-left: solid 1px #b4b4b4;
}
.table_style {
  margin-top: 10px;
} 
.table_style td {
  vertical-align: top;
}
.table_style th {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  padding-top: 8px;
  padding-bottom: 8px;
}
.table_style th:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: none;
}
.table_style tr:first-child td,
.table_style .headerrow td {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 8px;
  padding-bottom: 8px;
}
.table_style input {
  margin-bottom: 0px;
}
.table_default .reports_table_header label {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.table_review {
  float: left;
  margin-top: 2px;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.table_review div {
  width: 100%;
  white-space: nowrap;
}
.table_review tr td:first-child {
  white-space: normal !important;
}
.table_review td {
  border-bottom: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  vertical-align: top;
  line-height: 15px;
  font-size: 14px !important;
  width: 50%;
}
.table_review td th {
  font-size: 14px !important;
  line-height: 16px;
  background-color: #FFF !important;
}
.table_review td label {
  margin: 0px;
  font-size: inherit !important;
}
.table_review tr td:last-child {
  border-right: none !important;
}
.table_review tr:last-child td {
  border-bottom: none !important;
}
.table_firstcolumn tr:nth-child(n+2) td:first-child {
  background-color: #eeeeee;
  width: 25%;
}
.table_reset {
  background-color: #FFF !important;
  border-radius: 0px !important;
  background: none !important;
}
.table_reset td {
  background: none !important;
  border: none !important;
  border-radius: 0px;
  vertical-align: middle !important;
}
.orderdetails td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table_nogrid {
  width: 100% !important;
  float: left;
}
.table_nogrid input[type="text"],
.table_nogrid textarea,
.table_nogrid input[type="password"],
.table_nogrid input[type="file"] {
  width: 90% !important;
  margin-bottom: 0px;
  box-sizing: content-box;
  margin-top: -2px;
}
.table_nogrid input[type="radio"],
.table_nogrid input[type="checkbox"] {
  float: left !important;
  margin-right: 12px;
  margin-top: 0px !important;
  height: 14px !important;
}
.table_nogrid td {
  padding-left: 5px;
  padding-top: 8px;
  padding-right: 5px;
  padding-left: 5px !important;
  vertical-align: middle !important;
}
.table_nogrid tr td:first-child {
  white-space: nowrap;
}
.table_nogrid p {
  font-size: 12px;
  margin: 0px;
  white-space: normal !important;
}
.table_nogrid label {
  float: left;
  margin-top: 0px !important;
  padding-right: 8px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  padding-top: 0px !important;
  display: inline-block;
  margin-right: 10px;
}
.table_nogrid tr td > label {
  margin-right: 40px;
}
.table_nogrid select {
  margin-bottom: 0px;
  width: 90%;
  box-sizing: content-box;
}
.table_nogrid tr td h2 {
  margin-top: 15px;
}
.table_nogrid th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  border-bottom: solid 1px #b4b4b4;
}
.table_nogrid #compaddress2 {
  margin-top: 4px;
}
.table_nogrid .input-append input[type=text] {
  width: 79.25%;
}
.table_nogrid .input-append input[type=text] .add-on {
  margin-top: -1px;
}
.sortable {
  font-size: 13px;
  width: 100% !important;
  float: left;
  -webkit-font-smoothing: subpixel-antialiased;
}
.sortable th {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 6px;
  padding-right: 6px;
  color: #292929;
  border-bottom: 1px solid #b3b3b3;
  background-color: #E6E6E6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: all .35s ease;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.sortable th:hover {
  background-color: #cccccc;
  *background-color: #cccccc;
}
.sortable th span {
  cursor: pointer;
}
.orderrows,
.vendorrows {
  background-color: #FFF;
  cursor: pointer;
  -moz-transition: all .35s ease;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.orderrows td,
.vendorrows td {
  border-bottom: solid 1px #b4b4b4;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
}
.orderrows:hover,
.vendorrows:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.comps_table input[type="text"] {
  width: 90% !important;
}
.comps_table .comps_upload,
.comps_table .btn-inverse {
  width: 90% !important;
  white-space: nowrap;
}
.comps_table .comps_upload img,
.comps_table .btn-inverse img {
  width: 90% !important;
}
.bodywood {
  background-image: url('/common/companyfiles.php?logo=1&filename=clear.gif');
  background-color: #f7f7f7 !important;
  float: none !important;
}
.login_background {
  background: #f7f7f7;
}
.public_background {
  background-color: #f7f7f7;
}
#footercontainer {
  clear: both;
  float: left;
  padding: 20px 0px;
  width: 100%;
  top: auto;
  bottom: 0;
  background-repeat: repeat-x;
  margin-bottom: 0px;
  position: relative;
  display: block;
  text-align: left;
  color: #555555;
  font-size: 13px;
}
#footercontainer p,
#footercontainer a,
#footercontainer a:visited,
#footercontainer a:hover {
  color: #555555;
  line-height: 16px;
}
#footercontent {
  padding: 20px;
  clear: both;
  width: 100%;
  color: #555555;
  overflow: hidden;
}
#footerlogo p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 15px;
}
#footerlogo img {
  margin-bottom: 5px;
  height: 50px;
}
.smalltype {
  font-size: 11px !important;
  font-family: arial, sans-serif;
  line-height: 14px;
  float: right;
}
.smalltype span,
.smalltype a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.smalltype a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1.0 !important;
  opacity: 1.0 !important;
  text-decoration: underline;
  transition: opacity ease-in 0.05s;
  -webkit-transition: opacity ease-in 0.05s;
  -moz-transition: opacity ease-in 0.05s;
  -o-transition: opacity ease-in 0.05s;
}
.standardfooter img {
  height: 50px;
}
#logoheader .logo {
  height: 45px;
  width: auto;
}
#loginpageheader .logo {
  height: 60px;
}
#loginlink {
  float: right;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 14px;
  display: block !important;
  padding: 10px 20px !important;
}
.navigation_positioner {
	float: right;
	width: 10%;
	display: block;
	height:28px;
}
.loginset {
  clear: right;
  float: right;
  /*margin-top: 24px;*/
  margin-bottom: 18px;
  padding-right: 10px;
}
.loginset a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px !important;
}
#navheader {
  z-index: 1000;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.vendorheader {
  float: left;
}
#logincontainer {
  width: 475px !important;
  padding: 0px;
  z-index: 1;
  display: block;
  background-color: #FFF;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  border-radius: 3px;
}
#logincontainer #check_form_error {
  margin-bottom: 15px;
}
.formcontent {
  background: #FFF;
  border-radius: 3px;
  float: left;
}
#login_block,
#vendor_notification,
#goto_assignment_box {
  position: absolute;
  margin: 175px auto;
  background: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  z-index: 3000;
  text-align: center;
  -moz-box-shadow: 0px 0px 15px #000;
  -webkit-box-shadow: 0px 0px 15px #000;
  box-shadow: 0px 0px 15px #000;
}
#login_block form,
#vendor_notification form,
#goto_assignment_box form {
  margin-bottom: 0px;
}
#login_block .btn,
#vendor_notification .btn,
#goto_assignment_box .btn {
  width: 170px !important;
  box-sizing: border-box;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login_header {
  margin-bottom: 8px;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
  text-align: left;
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
#shadebackground {
  background: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #CCC;
  padding-top: 300px;
  top: 0px;
  left: 0px;
  z-index: 2100;
}
.userbox {
  width: 380px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.userbox td {
  font-size: 15px;
  color: #505050;
  padding-top: 15px;
}
.userbox td:first-child {
  padding-right: 3px;
}
input#login_email,
input#login_password {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  width: 290px !important;
  padding: 8px 5px;
  margin-left: 5px;
}
.newpass {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  width: 185px !important;
  padding: 8px 5px;
  margin-left: 5px;
}
.login_container {
  padding: 3px 20px 15px 20px;
  float: left;
}
.logintb {
  width: 380px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 8px;
}
.logintb td {
  font-size: 13px;
}
.logintb input {
  margin-top: 0px;
  margin-left: 4px;
}
.logintb a {
  text-decoration: none;
  color: #0c5178;
}
.logintb a:hover {
  text-decoration: underline;
}
#login_submit {
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  box-sizing: border-box;
}
#loginpageheader {
  margin: 75px auto 0px auto;
  display: block;
  box-sizing: border-box;
  height: 60px;
  width: 475px;
}
#loginpageheader #logoheader {
  margin: 0px;
}
.loginsplit > div {
  width: 49%;
}
.loginclose {
  margin-right: 5px;
}
.login_background #footercontainer {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}
#poweredby {
  width: 165px;
  height: 70px;
  clear: both;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  float: right;
  margin-top: -15px;
  background-image: url(/common/images/platform/poweredby.svg);
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
#usercontent a {
	text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.0212766%;
  *margin-left: 1.96808511%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.0212766%;
}
.row-fluid .span12 {
  width: 95%;
  *width: 94.94680851%;
}
.row-fluid .span11 {
  width: 86.91489362%;
  *width: 86.86170213%;
}
.row-fluid .span10 {
  width: 78.82978722999999%;
  *width: 78.77659574%;
}
.row-fluid .span9 {
  width: 70.74468084999999%;
  *width: 70.69148936000001%;
}
.row-fluid .span8 {
  width: 62.65957447%;
  *width: 62.60638298%;
}
.row-fluid .span7 {
  width: 54.57446809%;
  *width: 54.5212766%;
}
.row-fluid .span6 {
  width: 46.4893617%;
  *width: 46.43617021%;
}
.row-fluid .span5 {
  width: 38.40425532%;
  *width: 38.35106383%;
}
.row-fluid .span4 {
  width: 30.31914894%;
  *width: 30.26595745%;
}
.row-fluid .span3 {
  width: 22.23404255%;
  *width: 22.18085106%;
}
.row-fluid .span2 {
  width: 14.14893617%;
  *width: 14.09574468%;
}
.row-fluid .span1 {
  width: 6.06382979%;
  *width: 6.0106383%;
}
.row-fluid .offset12 {
  margin-left: 99.04255319000001%;
  *margin-left: 98.93617021%;
}
.row-fluid .offset12:first-child {
  margin-left: 97.02127659999999%;
  *margin-left: 96.91489362%;
}
.row-fluid .offset11 {
  margin-left: 90.95744680999999%;
  *margin-left: 90.85106383%;
}
.row-fluid .offset11:first-child {
  margin-left: 88.93617021%;
  *margin-left: 88.82978722999999%;
}
.row-fluid .offset10 {
  margin-left: 82.87234042999999%;
  *margin-left: 82.76595745%;
}
.row-fluid .offset10:first-child {
  margin-left: 80.85106383%;
  *margin-left: 80.74468084999999%;
}
.row-fluid .offset9 {
  margin-left: 74.78723404%;
  *margin-left: 74.68085105999999%;
}
.row-fluid .offset9:first-child {
  margin-left: 72.76595745%;
  *margin-left: 72.65957447%;
}
.row-fluid .offset8 {
  margin-left: 66.70212766%;
  *margin-left: 66.59574468%;
}
.row-fluid .offset8:first-child {
  margin-left: 64.68085105999999%;
  *margin-left: 64.57446809%;
}
.row-fluid .offset7 {
  margin-left: 58.61702128%;
  *margin-left: 58.5106383%;
}
.row-fluid .offset7:first-child {
  margin-left: 56.59574468%;
  *margin-left: 56.4893617%;
}
.row-fluid .offset6 {
  margin-left: 50.53191489%;
  *margin-left: 50.42553191%;
}
.row-fluid .offset6:first-child {
  margin-left: 48.5106383%;
  *margin-left: 48.40425532%;
}
.row-fluid .offset5 {
  margin-left: 42.44680851%;
  *margin-left: 42.34042553%;
}
.row-fluid .offset5:first-child {
  margin-left: 40.42553191%;
  *margin-left: 40.31914894%;
}
.row-fluid .offset4 {
  margin-left: 34.36170213%;
  *margin-left: 34.25531915%;
}
.row-fluid .offset4:first-child {
  margin-left: 32.34042553%;
  *margin-left: 32.23404255%;
}
.row-fluid .offset3 {
  margin-left: 26.27659574%;
  *margin-left: 26.17021277%;
}
.row-fluid .offset3:first-child {
  margin-left: 24.25531915%;
  *margin-left: 24.14893617%;
}
.row-fluid .offset2 {
  margin-left: 18.19148936%;
  *margin-left: 18.08510638%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.17021277%;
  *margin-left: 16.06382979%;
}
.row-fluid .offset1 {
  margin-left: 10.10638298%;
  *margin-left: 10%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.085106379999999%;
  *margin-left: 7.9787234%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* ********************* */
/*  TEMPLATE COMPONENTS  */
/* ********************* */
.container-fluid {
  margin-left: auto !important;
  margin-right: auto !important;
}
.widescreen {
  max-width: 1600px;
  min-width: 1280px;
}
.vendorscreen,
.clientscreen {
  max-width: 1366px;
  min-width: 1000px;
}
.publicscreen {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.publicscreen.wide {
	max-width: 1600px;
}
#product .publicscreen {
	max-width: 1100px;
}
#product .publicscreen.wide {
	max-width: 1600px;
}

#product .publicscreen.full-width {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
/*.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  .border-radius(0);
}
.nav-tabs.nav-stacked > li:first-child > a {
  .border-top-radius(4px);
}
.nav-tabs.nav-stacked > li:last-child > a {
  .border-bottom-radius(4px);
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
*/
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  /*margin-bottom: 20px;*/
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #f8f8f8;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #f8f8f8;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #f8f8f8;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #d2d2d2;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #ebebeb, #d2d2d2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#d2d2d2));
  background-image: -webkit-linear-gradient(top, #ebebeb, #d2d2d2);
  background-image: -o-linear-gradient(top, #ebebeb, #d2d2d2);
  background-image: linear-gradient(to bottom, #ebebeb, #d2d2d2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffd2d2d2', GradientType=0);
  border-color: #d2d2d2 #d2d2d2 #ababab;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d2d2d2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #d2d2d2;
  *background-color: #c5c5c5;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #d2d2d2;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* .pagination: removed */

.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  background-color: #b5b5b5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  background: red;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.dropnavcorners {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.dropnavgradient_ul {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e5e5), color-stop(99%, #dddddd));
  background: -webkit-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -o-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -ms-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: linear-gradient(to bottom, #e5e5e5 1%, #dddddd 99%);
}

/* .dropnavcontainer: removed */

#dropnav li:nth-child(1) ul {
  box-shadow: none;
  border: none;
}
#dropnav li:nth-child(n+2) ul {
  border: solid 1px #b4b4b4;
}
/* Public Navbar */
.publicnav {
  font-size: 14px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  float: right;
  /*margin-top: 24px;*/
}
.publicnav .navbar-inner {
  padding: 0px;
}
.publicnav a {
  margin: 0px 5px;
  color: #872676;
}
.publicnav i {
  font-family: 'icomoon';
  color: #872676;
  font-size: 120%;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 1px;
  width: 8px !important;
}
.publicnav ul.nav {
  margin-right: 5px;
  margin-left: 20px;
}
.publicnav > ul li {
  padding: 0px 10px;
}
.publicnav ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.publicnav .navbar .nav > li > a {
  color: #872676;
  text-shadow: none;
}
.publicnav ul.nav a {
  border: solid 1px #872676;
  border-radius: 4px;
}
.publicnav ul.nav a:hover {
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  transition: background .25s ease;
  -webkit-transition: background .25s ease;
  color: #FFF !important;
}
.publicnav .navbar-inner,
.publicnav #navbar-example {
  background: none !important;
  background-color: none;
  border: none !important;
  box-shadow: none !important;
  padding-right: 0px;
}
.publicnav .dropdown {
  text-shadow: none !important;
}
.publicnav .dropdown-toggle:hover i {
  color: #FFF;
}
.publicnav .dropdown-menu {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.98);
  margin-top: -3px;
  margin-left: 5px;
}
.publicnav .dropdown-menu > li > a {
  padding: 8px 20px;
  border: none !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  /*font-family: 'Arial', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.publicnav .dropdown-menu > li > a:hover,
.publicnav .dropdown-menu > li > a:focus,
.publicnav .dropdown-submenu:hover > a,
.publicnav .dropdown-submenu:focus > a {
  background: #ABABAB;
  color: #FFF !important;
}
.publicnav .active a {
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.publicnav .navbar .nav > li > .dropdown-menu:after {
  border-bottom: 6px solid rgba(255, 255, 255, 0.9);
}
.publicnav .navsection {
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 5px;
  border-bottom: solid 1px #ABABAB;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/*nav searchbar */
#search {
  float: right;
  margin-right: 0px;
  margin-top: 6px;
  margin-bottom: -15px;
}
#searchfield {
  background-image: url(/common/images/toolbuttons/search_lg.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #b4b4b4;
  padding: 8px 15px 8px 5px;
  font-size: 13px;
  width: 270px;
  box-shadow: none !important;
  margin-top: 3px;
}
#searchfield.clear {
  background-image: url(/common/images/toolbuttons/search_clear.png) !important;
}
#searchfield.pointer {
  cursor: pointer;
}
@-webkit-keyframes searchresults-flash-error {
  0% {
    background-color: #0e0e0e;
  }
  50% {
    background-color: #9d261d;
  }
  100% {
    background-color: #0e0e0e;
  }
}
@-moz-keyframes searchresults-flash-error {
  0% {
    background-color: #0e0e0e;
  }
  50% {
    background-color: #9d261d;
  }
  100% {
    background-color: #0e0e0e;
  }
}
@-ms-keyframes searchresults-flash-error {
  0% {
    background-color: #0e0e0e;
  }
  50% {
    background-color: #9d261d;
  }
  100% {
    background-color: #0e0e0e;
  }
}
@-o-keyframes searchresults-flash-error {
  0% {
    background-color: #0e0e0e;
  }
  50% {
    background-color: #9d261d;
  }
  100% {
    background-color: #0e0e0e;
  }
}
@keyframes searchresults-flash-error {
  0% {
    background-color: #0e0e0e;
  }
  50% {
    background-color: #9d261d;
  }
  100% {
    background-color: #0e0e0e;
  }
}

/* #searchresults: removed */

.searchpoint {
  margin-bottom: -24px;
  margin-right: 200px;
  float: right;
  position: relative;
  top: -25px;
  height: auto;
  width: 25px;
}
div#tabs {
  font-family: 'pragmatica-web', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  margin-top: 15px;
  box-sizing: border-box;
  clear: both;
  float: left;
  z-index: 10;
  width: 100%;
  min-width: 1325px;
}
div#tabs ul {
  list-style-type: none;
  padding: 0px;
  width: 100%;
  border-bottom: solid 1px #b4b4b4;
  float: left;
  margin: 0px;
}
div#tabs li {
  margin-bottom: -1px;
  color: #FFF;
  float: left;
  display: inline;
  margin-right: 2px;
  padding: 10px 15px;
  white-space: nowrap;
  background: #757575;
  background: -moz-linear-gradient(top, #757575 0%, #757575 93%, #515151 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(93%, #757575), color-stop(97%, #515151));
  background: -webkit-linear-gradient(top, #757575 0%, #757575 93%, #515151 97%);
  background: -o-linear-gradient(top, #757575 0%, #757575 93%, #515151 97%);
  background: -ms-linear-gradient(top, #757575 0%, #757575 93%, #515151 97%);
  background: linear-gradient(to bottom, #757575 0%, #757575 93%, #515151 97%);
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
div#tabs li .badge {
  font-size: 14px;
  margin-left: 6px;
  background-color: #626262;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  letter-spacing: -1px;
}
div#tabs li a {
  color: #FFF;
  margin: -10px -15px;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}
div#tabs li:hover {
  background: #595959;
  *background-color: #595959;
}
div#tabs li:hover .badge {
  background: #404040;
  *background-color: #404040;
}
div#tabs li.active,
div#tabs li.active:hover {
  color: #872676 !important;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
  border-left: solid 1px #b4b4b4;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
div#tabs li.active .badge,
div#tabs li.active:hover .badge {
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  border-color: #872676;
}
div#tabs li.active a,
div#tabs li.active:hover a {
  color: #872676;
}
div#tabs li:first-child {
  margin-left: 15px;
}

/* div#mail_panel: removed */

/* Zaio Navigation Fixes */
.navbar .zaionav > li > .dropdown-menu::after {
  left: 153px;
}
.navbar .zaionav > li > .dropdown-menu::before {
  left: 152px;
}
a.icon-help,
a.icon-help:hover {
  text-decoration: none !important;
}
.popover {
  z-index: 5000;
}
.pop_content {
  background: #FFF;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px;
  display: none;
}
.pop_table {
  width: 700px !important;
  margin-bottom: -5px !important;
}
.pop_table td {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px !important;
  line-height: 16px !important;
  border-bottom: solid 1px #CCCCCC !important;
  border-left: none !important;
  color: #000 !important;
  padding: 10px 10px !important;
  background: #FFF !important;
}
.pop_table tr:last-child td {
  border-bottom: none !important;
}
.pop_table tr td:first-child {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: bold !important;
  font-size: 17px !important;
  text-align: center !important;
  padding-top: 16px !important;
  width: 30px !important;
}
.pop_table tr td:last-child {
  width: 70% !important;
}
.pop_table tr td:nth-child(2) {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: bold !important;
}
.pop_table tr td span {
  padding: 5px !important;
  color: #FFF !important;
  border-radius: 4px !important;
  line-height: 30px;
}
.c1 {
  background: #2F7C40;
}
.c2 {
  background: #4DAF54;
}
.c3 {
  background: #FCC032;
}
.c4 {
  background: #F69731;
}
.c5 {
  background: #EE532F;
}
.c6 {
  background: #C52A30;
}
#tabs ul a {
  float: right;
  display: block;
  margin-top: 10px;
}

/* Bootstrap responsive 2.2.1 was moved from here,
it should not be in the middle of other CSS declarations 
Moved to EOF */
								
								
								
								
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
/*
.btn-primary {
  .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
}
*/
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
/*
// Danger and error appear as red
.btn-danger {
  .buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
}
*/
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #349242;
  background-image: -moz-linear-gradient(top, #349041, #359443);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#349041), to(#359443));
  background-image: -webkit-linear-gradient(top, #349041, #359443);
  background-image: -o-linear-gradient(top, #349041, #359443);
  background-image: linear-gradient(to bottom, #349041, #359443);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff349041', endColorstr='#ff359443', GradientType=0);
  border-color: #359443 #359443 #215c2a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #359443;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #359443;
  *background-color: #2e813b;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  background-position: 0 -30px;
}
.btn-xlarge {
  padding: 9px 20px;
  font-size: 16px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-xlarge [class^="icon-"],
.btn-xlarge [class*=" icon-"] {
  margin-top: 4px;
  font-size: 12px !important;
}
.btn-large {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
  font-size: 16px;
}
.btn-chicle {
  font-size: 17px !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  padding: 4px 8px !important;
  line-height: 22px;
}
.btn-chicle a {
  color: #FFF !important;
  text-decoration: none;
}
.btn-chicle a:hover {
  text-decoration: none !important;
  color: #FFF !important;
}
.btn-chicle i {
  margin-right: 0px !important;
}
.btn {
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8b2779;
  background-image: -moz-linear-gradient(top, #9b2c87, #732065);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b2c87), to(#732065));
  background-image: -webkit-linear-gradient(top, #9b2c87, #732065);
  background-image: -o-linear-gradient(top, #9b2c87, #732065);
  background-image: linear-gradient(to bottom, #9b2c87, #732065);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b2c87', endColorstr='#ff732065', GradientType=0);
  border-color: #732065 #732065 #371030;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #732065;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #FFF !important;
}
.axis-buttons .btn-primary a {
	font-size: 2em;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #732065;
  *background-color: #5f1b53;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b80000;
  background-image: -moz-linear-gradient(top, #cc0000, #990000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#990000));
  background-image: -webkit-linear-gradient(top, #cc0000, #990000);
  background-image: -o-linear-gradient(top, #cc0000, #990000);
  background-image: linear-gradient(to bottom, #cc0000, #990000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ff990000', GradientType=0);
  border-color: #990000 #990000 #4d0000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #990000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #FFF !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #990000;
  *background-color: #800000;
}
a.btn:hover,
a.btn:hover {
  text-decoration: none !important;
}
a.btn-danger {
  color: #FFF !important;
}
.btn:hover {
  transition: background .25s;
  -webkit-transition: background .25s;
}
.btn-outline,
a.btn-outline {
  background: none;
  text-shadow: none;
  font-size: 14px;
  box-shadow: none !important;
}
.btn-outline i,
a.btn-outline i {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 0px;
  width: 8px !important;
}
.outline-invert {
  border-color: #FFF;
}
.outline-invert:link,
.outline-invert:visited {
  color: #FFF !important;
}
.outline-invert:hover {
  color: #565051;
  transition: background .25s;
  -webkit-transition: background .25s;
}
.outline-dark {
  border-color: #333;
}
.outline-dark:link,
.outline-dark:visited {
  color: #333 !important;
}
.outline-dark:hover {
  color: #565051;
  border-color: #ABABAB;
  transition: background .25s;
  -webkit-transition: background .25s;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #a70000;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #359443;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/*div.Growler-notice: removed */



/** Plain Theme **/
div.plain {
  color: #000000;
  width: 253px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  display: none;
  min-height: 40px;
  background-color: #EDEDED;
  border: 1px solid #777777;
}
div.plain div.Growler-notice-head {
  font-weight: bold;
  font-size: 10px;
  padding: 2px 10px;
}
div.plain div.Growler-notice-exit {
  float: right;
  cursor: pointer;
  margin: 0px;
  padding: 0px 0px 2px 2px;
  width: 10px;
  height: 10px;
  color: #BFBFBF;
}
div.plain div.Growler-notice-body {
  padding: 5px;
}
.error {
  -moz-box-shadow: 0px 0px 2px #900000 !important;
  -webkit-box-shadow: 0px 0px 2px #900000 !important;
  box-shadow: 0px 0px 2px #900000 !important;
  border: solid 1px #990000 !important;
  background-color: #ffdfdf !important;
}
#check_form_error,
.vendorerror,
#upload_check_form_error {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #FFF !important;
  background: #6d0019;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: url(/common/images/icons/warning.png), -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
  text-align: center;
  font-size: 14px;
  padding: 15px 5px 15px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: 2px solid #6d0019;
  width: 80%;
  margin-left: 8%;
  margin-right: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
#success_banner {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-align: center;
  font-size: 14px;
  color: #FFF;
  padding: 15px 5px 15px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid #217709;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
  z-index: 9000;
  position: absolute;
  float: none !important;
  background: #217709;
  background: url(/common/images/icons/checkbox.png), -moz-linear-gradient(top, #30a50d 19%, #217709 76%);
  background: url(/common/images/icons/checkbox.png), -webkit-gradient(linear, left top, left bottom, color-stop(19%, #30a50d), color-stop(76%, #217709));
  background: url(/common/images/icons/checkbox.png), -webkit-linear-gradient(top, #30a50d 19%, #217709 76%);
  background: url(/common/images/icons/checkbox.png), -ms-linear-gradient(top, #30a50d 19%, #217709 76%);
  background: url(/common/images/icons/checkbox.png), linear-gradient(to bottom, #30a50d 19%, #217709 76%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: left center;
}
.alert-fix {
  position: fixed;
  width: 800px;
  top: 25%;
  left: 50%;
  margin-left: -400px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-large {
  width: 1000px;
  margin-left: -500px;
}
.modal {
  border-color: #B4B4B4;
}
.modal-header h3 {
  font-size: 24px;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* .tooltip: removed */


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  /*margin: 0;*/
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
form h2 {
  display: block;
  clear: both;
  float: none;
  text-align: left;
  margin-bottom: 0px;
}
form P {
  text-align: left;
  display: block;
}
.leftcolumn,
.rightcolumn {
  width: 49%;
}
.leftcolumn > div,
.rightcolumn > div {
  float: left;
}
.leftcolumn p,
.rightcolumn p {
  margin-bottom: 2px !important;
}
.leftcolumn h2,
.rightcolumn h2 {
  clear: both !important;
}
.leftcolumn table,
.rightcolumn table {
  margin-bottom: 10px;
}
.leftcolumn table tr td,
.rightcolumn table tr td {
  white-space: normal !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.leftcolumn table tr td:first-child,
.rightcolumn table tr td:first-child {
  width: 50%;
}
.leftcolumn table tr td > label,
.rightcolumn table tr td > label {
  margin-right: 5px !important;
}
.leftcolumn table tr td input[type=text],
.rightcolumn table tr td input[type=text] {
  width: 90%;
}
.leftcolumn table tr select,
.rightcolumn table tr select {
  width: 98%;
}
.leftcolumn table tr th,
.rightcolumn table tr th,
.leftcolumn table tr .vendorheader,
.rightcolumn table tr .vendorheader {
  text-align: left !important;
  font-size: 14px;
  border-bottom: solid 1px #b4b4b4;
}
.leftcolumn {
  float: left;
}
.rightcolumn {
  float: right;
}
/* W-9 Form Styles */
.formcontainer {
  width: 100%;
  float: left;
}
.geocontainer {
  width: 900px;
  position: relative;
  float: left;
  margin-left: 19px;
}
.geocontainer h2 {
  font-weight: 700;
  font-size: 16px;
  color: #0c5178;
  margin-bottom: 2px;
  margin-top: 0px;
}
.formcontainer td,
.formcontainer,
.geocontainer p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 0px;
  color: #333;
}


.w9signature {
  font-weight: 400;
  font-size: 16px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: solid 1px #808080;
}
.w9docname {
  font-family: helvetica, arial, sans-serif;
  float: left;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  list-style-type: none;
}
.w9companyblock {
  width: 100%;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
.w9companyblock td {
  border-bottom: solid 1px #000;
  vertical-align: top;
  white-space: nowrap;
  padding: 5px;
}
.w9companyblock td input {
  width: 95% !important;
  margin-bottom: 0px !important;
}
.w9companyblock label {
  font-size: 11px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.w9label {
  margin-bottom: 5px;
  font-size: 12px;
  clear: both;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
}
.w9companytype,
.w9company,
.taxidnumber,
.taxidnumber_header {
  width: 100%;
  border-left: solid 1px #000;
}
.w9companytype td,
.w9company td,
.taxidnumber td,
.taxidnumber_header td {
  vertical-align: top;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px;
}
.w9companytype input,
.w9company input,
.taxidnumber input,
.taxidnumber_header input {
  margin-bottom: 0px;
}
.w9companytype #entity_block input,
.w9company #entity_block input,
.taxidnumber #entity_block input,
.taxidnumber_header #entity_block input,
.w9companytype #entity_block label,
.w9company #entity_block label,
.taxidnumber #entity_block label,
.taxidnumber_header #entity_block label,
.w9companytype #exempt_tax_block input,
.w9company #exempt_tax_block input,
.taxidnumber #exempt_tax_block input,
.taxidnumber_header #exempt_tax_block input,
.w9companytype #exempt_tax_block label,
.w9company #exempt_tax_block label,
.taxidnumber #exempt_tax_block label,
.taxidnumber_header #exempt_tax_block label {
  float: left;
}
.w9companytype #entity_block label,
.w9company #entity_block label,
.taxidnumber #entity_block label,
.taxidnumber_header #entity_block label {
  margin-left: 5px;
  margin-right: 10px;
}
.w9companytype #exempt_tax_block label,
.w9company #exempt_tax_block label,
.taxidnumber #exempt_tax_block label,
.taxidnumber_header #exempt_tax_block label,
.w9companytype #exempt_tax_block input,
.w9company #exempt_tax_block input,
.taxidnumber #exempt_tax_block input,
.taxidnumber_header #exempt_tax_block input {
  margin-left: 4px;
  margin-right: 4px;
}
.w9companytype #exempt_tax_block input,
.w9company #exempt_tax_block input,
.taxidnumber #exempt_tax_block input,
.taxidnumber_header #exempt_tax_block input {
  margin-bottom: 10px;
}
.w9companytype #entity_block select,
.w9company #entity_block select,
.taxidnumber #entity_block select,
.taxidnumber_header #entity_block select {
  margin-top: -6px;
}
.w9companytype p,
.w9company p,
.taxidnumber p,
.taxidnumber_header p {
  margin-top: 10px;
}
.taxidnumber_header {
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}
.taxidnumber_header td {
  font-size: 14px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  font-weight: bold;
  padding: 4px !important;
}
.w9formheaders {
  background-color: #000;
  color: #FFF !important;
  text-align: center;
  width: 75px !important;
}
.cert_block {
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  width: 100%;
  padding: 10px;
}
.withhold {
  width: 100%;
}
.withhold td {
  vertical-align: top;
}
.w9signaturetable {
  width: 100%;
  border: solid 1px #000;
}
.w9signaturetable td {
  vertical-align: top;
}
.w9signaturetable td:first-child {
  border-right: 1px solid #000;
}
.w9signaturetable input {
  height: 40px;
  width: 300px;
}
#vendor_notification {
  width: 600px !important;
}
#vendor_alert,
.alert-order {
  margin-left: 3%;
  margin-right: 3%;
  float: left;
  width: 94%;
  box-sizing: border-box;
  margin-top: 25px;
}
.alertcontent {
  padding: 20px;
}
#goto_assignment_box {
  position: absolute;
  top: 160px;
  z-index: 2101;
  background: #FFF;
  border: 1px solid #000;
  width: 400px;
  padding: 7px;
  font-family: sans-serif;
  text-align: center;
}
.delete_repair,
#add_repair {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: bold;
  line-height: 16px;
  color: #FFF !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  text-align: center;
  width: 16px !important;
  height: 17px;
  overflow: hidden;
}
#repairssumary {
  float: right;
  width: 40% !important;
  margin: 20px 0px;
}
#repairssumary input,
#repairssumary label {
  margin: 0px;
}
#repairssumary td {
  text-align: right;
  white-space: nowrap;
  padding: 15px 10px;
  border: 1px solid #b4b4b4;
}
#repairssumary td:first-child {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  text-align: left;
  border-top-left: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}
#repairssumary td:last-child {
  border-top-right: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
}
#repairssumary .notneeded {
  display: none !important;
}
#add_repair,
div.repairbutton {
  background: url(/common/images/icons/add_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #006e2e;
  color: #FFF !important;
}
#add_repair:hover,
div.repairbutton:hover {
  background: url(/common/images/icons/add_white_hover.png);
  border: solid 1px #00722d;
  background-position: center center;
}
div.repairbutton {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  top: -2px;
}
.delete_repair {
  background: url(/common/images/icons/delete_white.png);
  background-position: -1px -1px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top !important;
  margin-top: 5px;
  border: solid 1px #960322;
  vertical-align: bottom;
}
.delete_repair:hover {
  background: url(/common/images/icons/delete_white_hover.png);
  border: solid 1px #7f021d;
  text-decoration: none !important;
  background-position: center center;
}
.delete_repair a {
  text-decoration: none !important;
}
#new_repairstable tr td:first-child {
  width: 180px;
}
#new_repairstable td {
  border-bottom: solid 1px #b4b4b4;
  border-right: solid 1px #FFF;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
#new_repairstable input[type=text],
#new_repairstable input[type=password] {
  width: 90% !important;
  margin-bottom: 0px;
}
#new_repairstable input[type=radio],
#new_repairstable input[type=checkbox] {
  margin-top: 0px !important;
  top: 1px;
}
#new_repairstable select {
  width: 100%;
}
.categolbl {
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  color: #fff;
  padding: 8px 4px !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.otherdivcontainer {
  width: 130px;
}
.currency,
.currency2 {
  text-align: right;
}
#repairs_new td:last-child,
.repairs_exist td:last-child,
.repairrows td:last-child {
  text-align: left;
}
#checkbox_container {
  width: 25%;
  float: left;
  font-size: 13px;
  padding-top: 15px;
  margin-right: 15px;
}
#checkbox_container ul {
  background-color: #ededed !important;
  margin: 0px;
  display: block !important;
}
#checkbox_container ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  border-bottom: solid 1px #b4b4b4;
  color: #000 !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-left: 16% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  float: inherit;
  display: block !important;
  box-sizing: border-box;
  height: auto;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#checkbox_container .uncheck {
  background-image: url(/common/images/unchecked.png);
}
#checkbox_container .checked {
  background-image: url(/common/images/checked.png);
}
.checkboxheader {
  width: 100%;
  background-position: 8px center;
  background-color: #6e6e6e;
  padding-bottom: 10px;
  padding-top: 13px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 13px;
  color: #fff;
  background-image: url(/common/images/camera.png);
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  text-align: center;
}
#imagetable {
  width: 71%;
  margin-right: 10px;
  float: right;
}
#imagetable td {
  padding: 15px;
  border-bottom: solid 1px #b4b4b4;
  vertical-align: top;
}
#imagetable td .otherlabels {
  width: 95%;
}
#imagetable td .labels,
#imagetable td input {
  width: 95%;
  float: left !important;
}
#imagetable td textarea {
  width: 95% !important;
  margin-left: 0px !important;
  margin-top: 10px !important;
  float: left;
}
#imagetable td img {
  margin-top: 10px;
}
#imagetable .deleteinspection {
  margin-bottom: -25px;
  margin-right: -15px;
  position: relative;
  float: right;
  text-decoration: none;
  color: #ffffff;
  background-image: url(/common/images/unassignlabel.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 25px;
  width: 25px;
  z-index: 1500;
  cursor: pointer;
}
#imagetable .deleteinspection:hover {
  background-position: -27px 0px;
}
#imagetable .deleteinspection .inspectionimage {
  float: left;
  border: solid 8px #FFF;
  -moz-box-shadow: 1px 1px 5px #000;
  -webkit-box-shadow: 1px 1px 5px #000;
  box-shadow: 1px 1px 5px #000;
  z-index: 1200;
  width: 90% !important;
  box-sizing: border-box;
}
#inspection_complete_container {
  float: left;
  margin-top: 10px;
}
#inspection_complete_container input {
  height: 14px;
  margin-top: 0px;
}
#subject_mls_image,
#overheadmap_results,
#tiltviewresults_block,
#streetgmap,
#streetmap_results {
  width: 100%;
}
#subject_mls_image img,
#overheadmap_results img,
#tiltviewresults_block img,
#streetgmap img,
#streetmap_results img {
  width: 100%;
  margin-bottom: 5px;
}
#retry_overhead,
#retry_tiltview,
#retry_street,
#upload_subject_mls_image,
#capture_overhead_subject {
  float: right;
}
#comptable {
  width: 100%;
  float: left;
}
#comptable td {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #b4b4b4;
  padding: 6px !important;
  background-color: #f4f4f4;
  border-left: solid 4px #FFF;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  line-height: 14px;
  vertical-align: top;
  max-width: 200px !important;
}
#comptable td .amenities {
  width: 100% !important;
}
#comptable td input[type='text'],
#comptable td textarea {
  width: 95% !important;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 13px;
}
#comptable td select {
  width: 98% !important;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 13px;
}
#comptable td input[type='radio'] {
  margin-top: 3px;
  margin-right: 5px;
}
#comptable .compleftcolumn {
  background-color: #DBDBDB !important;
  font-size: 13px !important;
}
#comptable .compleftcolumn label {
  font-size: 13px;
  float: left;
  margin-right: 8px;
}
#comptable .compheaderrow {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  vertical-align: middle;
  font-size: 15px;
}
#comptable label {
  margin-bottom: 0px;
}
#comptable .compcell {
  text-align: center;
  color: #FFF;
}
#comptable img {
  width: 100%;
}
#comptable .site_size_units_container {
  margin-top: 5px;
}
.imagetable {
  width: 100%;
  margin-top: 15px;
  float: left;
}
.imagetable td {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #b4b4b4;
  border-right: solid 4px #FFF;
  text-align: center;
  width: 30% !important;
  vertical-align: top;
}
.imagetable td:last-child {
  border-right: none !important;
}
.imagetable img {
  margin-bottom: 10px;
  width: 100%;
}
.imagetable th {
  background-color: #3D3D3D;
  color: #FFF;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border-right: solid 4px #FFF;
}
.imagetable th:last-child {
  border-right: none !important;
}
#nbhd_market_condition_container label,
#nbhd_markettrend_container label,
#overall_markettrend_container label,
#reo_activity_container label,
#market_supply_container label,
#market_inventory_container label,
#market_trend_container label,
.market_container label,
.market_princetype_trend label {
  margin-top: 1px !important;
  display: inline-block;
  width: 120px;
  margin-right: 5px !important;
}
#nbhd_market_condition_container img,
#nbhd_markettrend_container img,
#overall_markettrend_container img,
#reo_activity_container img,
#market_supply_container img,
#market_inventory_container img,
#market_trend_container img,
.market_container img,
.market_princetype_trend img {
  margin-right: 5px;
  margin-top: -2px;
  width: 13px !important;
  float: left;
}
#nbhd_market_condition_container input,
#nbhd_markettrend_container input,
#overall_markettrend_container input,
#reo_activity_container input,
#market_supply_container input,
#market_inventory_container input,
#market_trend_container input,
.market_container input,
.market_princetype_trend input {
  margin-bottom: 0px !important;
  margin-top: -1px;
  margin-right: 1px;
}
#nbhd_market_condition_container input[type=radio],
#nbhd_markettrend_container input[type=radio],
#overall_markettrend_container input[type=radio],
#reo_activity_container input[type=radio],
#market_supply_container input[type=radio],
#market_inventory_container input[type=radio],
#market_trend_container input[type=radio],
.market_container input[type=radio],
.market_princetype_trend input[type=radio],
#nbhd_market_condition_container input[type=checkbox],
#nbhd_markettrend_container input[type=checkbox],
#overall_markettrend_container input[type=checkbox],
#reo_activity_container input[type=checkbox],
#market_supply_container input[type=checkbox],
#market_inventory_container input[type=checkbox],
#market_trend_container input[type=checkbox],
.market_container input[type=checkbox],
.market_princetype_trend input[type=checkbox] {
  margin-right: 5px;
  margin-top: 0px !important;
  top: 1px;
}
.market_pricing_table img {
  margin-top: -2px;
}
#negative_nbhd_feature {
  width: 90% !important;
}
.table_priceopinion td,
.table_priceopinion th {
  border-right: 2px #FFF solid;
  vertical-align: middle;
}
.table_priceopinion td:last-child,
.table_priceopinion th:last-child {
  border-right: none;
}
.table_priceopinion tr td:first-child {
  padding-left: 10px !important;
}
.table_priceopinion tr td:first-child label {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.table_priceopinion tr td {
  border-bottom: 1px solid #b4b4b4;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  background: #e7e7e7;
}
.table_priceopinion tr th {
  font-size: 14px !important;
  color: #FFF;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  border-bottom: 2px #FFF solid !important;
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  padding: 10px 5px !important;
}
.audittable {
  width: 100%;
}
.audittable input {
  width: 95%;
}
.audittable textarea {
  width: 98%;
  border-radius: 0px;
  -moz-border-radius: 0px;
}
.audittable td {
  vertical-align: top;
}
.audittable_item {
  padding: 10px;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #222;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 15px;
  float: left;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  width: 100%;
}
.auditalert {
  float: left;
  border: solid 2px #FFF;
  margin-right: 10px;
}
.audittable_comments {
  border-bottom: solid 1px #b4b4b4;
  font-size: 14px;
}
.min-char {
  color: #990000;
}
.min-char-error {
  -moz-box-shadow: 0px 0px 2px #A60000;
  -webkit-box-shadow: 0px 0px 2px #A60000;
  box-shadow: 0px 0px 2px #A60000;
  border: solid 1px #A60000;
  background-color: #FFDFDF;
}
h1.thanksmessage {
  font-size: 50px;
  font-family: 'pragmatica-web-n2', 'proxima-nova', 'RobotoLtRegular', arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}
p.thanksbody {
  font-size: 18px !important;
  line-height: 24px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}
.acceptable {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.acceptable td {
  border-bottom: solid 1px #b4b4b4;
  padding: 0px 5px;
}
.acceptable tr td:first-child {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  background-color: #f7f7f7;
}
.acceptable .subhead td {
  background-color: #FFF !important;
  color: #872676;
}
.table_avmreview {
  margin-top: 10px;
  border-collapse: separate !important;
  width: 100% !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
}
.table_avmreview th,
.table_avmreview td {
  padding: 8px 5px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: none;
  font-size: 14px;
}
.table_avmreview tr th:first-child {
  border-left: solid 1px #b4b4b4;
}
.table_avmreview tr th:last-child {
  border-right: solid 1px #b4b4b4;
}
.table_avmreview th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.table_avmreview label {
  margin-bottom: 0px;
}
.table_avmreview a {
  text-decoration: none;
  vertical-align: middle;
}
.table_avmreview a:hover {
  text-decoration: underline;
}
.table_avmreview tr:first-child td:first-child,
.table_avmreview th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.table_avmreview tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.table_avmreview tr:first-child td:last-child,
.table_avmreview th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.table_avmreview tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.table_avmreview tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.table_avmreview tr td:first-child {
  border-left: solid 1px #b4b4b4;
}
.table_avmreview td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  font-size: 14px;
}
.table_avmreview tr:first-child td:last-child {
  border-bottom: none;
  text-align: center;
  border-left: 1px solid #b4b4b4;
}
.table_avmreview tr td:first-child {
  width: 30% !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.table_avmreview tr:last-child td {
  border-bottom: none;
}
.answers {
  width: 100%;
  float: left;
}
.answers input,
.answers label {
  float: left;
}
.answers input {
  margin-top: 2px;
  margin-bottom: 0px !important;
}
.answers label {
  margin-left: 15px;
  margin-right: 30px;
}
.answers .comptable th {
  width: 15%;
}
.answers .comptable th:first-child {
  width: 40% !important;
}
.answers .btn {
  white-space: nowrap !important;
}
.answers textarea {
  width: 98% !important;
}
.questionblock {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.questions {
  width: 100%;
  clear: both;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.typecolumn {
  white-space: nowrap;
}
.rentdata {
  background: #f7f7f7;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px;
}
.rentesstimate td {
  border: solid 1px #b4b4b4;
  padding-left: 10px !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  font-size: 16px !important;
}
.rentesstimate td:first-child {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
}
.renttable tr td img,
.renttable tr td label {
  margin-top: -3px !important;
}
.renttable tr td label {
  white-space: nowrap;
}
.rentcompheader td {
  background-color: #DADADA;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.vendor_instructions {
  float: left;
  width: 50%;
}
.vendor_instructions #description,
.vendor_instructions #instructions p {
  float: left;
  font-size: 14px !important;
  line-height: 20px !important;
}
.vendororder_address {
  font-size: 18px;
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.vendororder_rightcolumn {
  width: 45%;
  float: right;
}
.vendororder_inspection {
  float: right;
  width: 100%;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
}
.vendororder_inspection p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 17px;
}
.vendororder_inspection .insp_date {
  float: left;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-bottom: 0px !important;
  margin-top: 5px;
}
.vendororder_inspection .input-append {
  float: left;
  margin-lefT: 5px;
}
.vendororder_inspection #inspection_dts_nice {
  margin-bottom: 0px;
  width: 90%;
}
.tabcenter ul {
  margin-top: 15px;
}
.btncontainer span a {
  color: #FFF !important;
  margin-left: 0px !important;
}
.btncontainer span a:hover {
  text-decoration: none !important;
}
.agree_box {
  float: left;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
  margin-right: 0px;
  border: solid 1px #b4b4b4;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e5e5), color-stop(99%, #dddddd));
  background: -webkit-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -o-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -ms-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: linear-gradient(to bottom, #e5e5e5 1%, #dddddd 99%);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.agree_box label,
.agree_box input {
  float: left;
}
.agree_box label {
  margin-bottom: 0px;
}
.agree_box input {
  margin-top: 3px;
  margin-right: 10px;
}
.agree_box .certification {
  width: 50%;
  float: left;
  border: solid 1px #900;
  padding: 20px;
}
.agree_box .certification label {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  color: #FFF !important;
  text-shadow: rgba(0, 0, 0, 0.496094) 0px -1px 0px;
}
.agree_box .certagree {
  background: #00a040;
  background: -moz-linear-gradient(top, #00a040 0%, #006e2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a040), color-stop(100%, #006e2e));
  background: -webkit-linear-gradient(top, #00a040 0%, #006e2e 100%);
  background: -o-linear-gradient(top, #00a040 0%, #006e2e 100%);
  background: -ms-linear-gradient(top, #00a040 0%, #006e2e 100%);
  background: linear-gradient(to bottom, #00a040 0%, #006e2e 100%);
  border: solid 1px #006e2e;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.agree_box .certdisagree {
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 11%, #7f021d 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #a90329), color-stop(99%, #7f021d));
  background: -webkit-linear-gradient(top, #a90329 11%, #7f021d 99%);
  background: -o-linear-gradient(top, #a90329 11%, #7f021d 99%);
  background: -ms-linear-gradient(top, #a90329 11%, #7f021d 99%);
  background: linear-gradient(to bottom, #a90329 11%, #7f021d 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#7f021d', GradientType=0);
  border: solid 1px #7f021d;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.agree_box #agree_msj {
  margin-top: 10px;
}
.tiltviewpleasewait,
.overheadpleasewait {
  margin-top: 5px;
  width: 16px !important;
  height: 16px !important;
}
/* Market Trends */
.select-declining {
  background: url(/common/images/reports/decline_icon_sm.jpg);
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px;
}
.select-stable {
  background: url(/common/images/reports/stable_icon_sm.jpg);
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px;
}
.select-increasing {
  background: url(/common/images/reports/increase_icon_sm.jpg);
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px;
}
/** overrides bootstrap select to align background images **/
.bootstrap-select {
  margin-bottom: 3px !important;
}
.bootstrap-select:not([class*="span"]) {
  width: 99% !important;
}
.bootstrap-select a {
  text-align: left;
  padding-left: 40px !important;
}
/** overrides bootstrap-select hover background **/
.select-declining:hover,
.select-declining:focus {
  background: url(/common/images/reports/decline_icon_sm.jpg) #c0c0c0 !important;
}
.select-stable:hover,
.select-stable:focus {
  background: url(/common/images/reports/stable_icon_sm.jpg) #c0c0c0 !important;
}
.select-increasing:hover,
.select-increasing:focus {
  background: url(/common/images/reports/increase_icon_sm.jpg) #c0c0c0 !important;
}
.select-declining:hover,
.select-declining:focus,
.select-stable:hover,
.select-stable:focus,
.select-increasing:hover,
.select-increasing:focus {
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px !important;
}
.no-select-background:hover,
.no-select-background:focus {
  background: #fff !important;
}

/* .comparables-container: removed */

/* link success button overrride */
a.btn-success {
  color: #FFF !important;
}
/* Vendor Instrucitons Styles */
#instructions {
  float: left;
  clear: both;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  border: solid 1px #DDD;
  padding: 5px;
}
#instructions .category {
  margin-top: 5px;
}
#instructions .requirements {
  font-size: 14px !important;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}
#instructions .requirements .requirement {
  line-height: 20px !important;
}
#instructions .requirements ul li,
#instructions .requirements span {
  list-style: none;
  font-size: 14px !important;
  line-height: 16px !important;
}
#instructions .requirements ol li {
  list-style: decimal;
}
#instructions .requirements .category-requirements li {
  margin-top: 5px;
}
.callaxis {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #900;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  clear: both;
  font-size: 16px;
}
.acceptsow {
  margin-top: 5px;
  font-size: 16px;
  float: left;
  width: 100%;
}
.acceptsow input,
.acceptsow label {
  font-size: 16px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.acceptsow input {
  margin-top: 3px;
}
.acceptsow > div {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  padding: 10px 10px 5px 10px;
  border: solid 1px #FFF;
  border-radius: 2px;
}
.pac-container {
  z-index: 2000;
}
.propsummary_table tr td:first-child {
  width: 50%;
}
#images_required_list .material-icons {
  color: #872676;
}
#images_required_list::-webkit-scrollbar {
  width: 6px;
  padding-right: 2px;
}
#images_required_list::-webkit-scrollbar-thumb {
  background: #872676;
  border: 1px solid #872676;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
#images_required_list::-webkit-scrollbar-thumb {
  background: #5f1b53;
  border: 1px solid #5f1b53;
}
#images_required_list::-webkit-scrollbar-track {
  background: #e0e0e0;
}
#images_required_list::-webkit-scrollbar-track:hover {
  background: #c7c7c7;
}
.image_list_header {
  width: 100%;
  background: #872676;
  padding: 12px;
  color: #FFF;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
}
.photo-container {
  background-color: #872676;
}
#inspection_photos {
  margin-top: 15px;
  float: left;
  width: 100%;
}
#inspection_photos #images_uploaded {
  min-height: 500px;
  border: dashed 2px #ddd;
  background-color: #f7f7f7;
  border-radius: 4px;
  background-image: url(/common/images/uploadimage.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 75%;
  float: right;
  transition: all 0.25s ease-out;
  padding: 0px 0px 80px 15px;
  margin-bottom: 15px;
}
#inspection_photos .upload_btn_container {
  clear: both;
  text-align: center;
  width: 75%;
  float: right;
  margin-top: -70px;
  opacity: 1;
  transition: all .25s;
}
#inspection_photos.hover .upload_btn_container {
  opacity: 0;
  transition: all .25s;
  display: none;
}
#inspection_photos.hover #images_uploaded {
  border-color: #48874A;
  background: green;
  background-color: #DFF0D9;
  background-image: url(/common/images/uploadimage.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.25s ease-in;
  padding: 0px 0px 80px 15px;
}
#inspection_photos.contains_images #images_uploaded {
  background-image: url(/common/images/uploadimage_clear.png);
  transition: background-image 0.25s ease-in;
}
#image_list {
  position: fixed;
  width: 295px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#images_required_list {
  text-align: left;
  font-size: 10px;
  overflow-y: auto;
  height: 500px;
  min-height: 200px;
}
#images_required_list div label {
  border-bottom: #E0E0E0 solid 1px;
  padding: 10px 8px;
  margin: 0px;
}
#images_required_list .material-icons {
  font-size: 24px;
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
#upload_holder {
  display: none;
}
.photo-container {
  max-width: 30%;
  width: 30%;
  display: block;
  vertical-align: top;
  margin-right: 3%;
  box-sizing: border-box;
  padding-top: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  float: left;
  margin-top: 20px;
}
.photo-container:nth-child(3n+1) {
  clear: left;
}
.photo-container:nth-child(3n+3) {
  clear: right;
}
.photo-container img {
  z-index: 50;
  margin-top: 5px;
  width: 100%;
  height: auto;
  left: 0px;
}
.photo-container .remove_photo {
  vertical-align: top;
  position: relative;
  top: -10px;
  right: 0px;
  margin-left: -8px;
  margin-top: -12px;
  z-index: 100;
}
.photo-container .other_descrip {
  width: 90%;
  margin-left: 8px;
}
.remove_photo:link {
  font-weight: bold;
  width: 24px;
  height: 24px;
  color: #000;
  border-radius: 50%;
  background-image: url(/common/images/material-design-icons/ic_clear_white_24px.svg);
  background-color: #D32F2F;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px !important;
  right: -12px;
  float: right;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.remove_photo:link:hover {
  background-image: url(/common/images/material-design-icons/ic_clear_white_24px.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #B71C1C;
}
#images_required_list label,
#images_required_list input {
  cursor: default;
}
.labelselect {
  margin-bottom: 5px;
}
#inspection_photos .dropimage {
  z-index: 5000;
  text-align: center;
  position: absolute;
  width: 15%;
  float: right;
  bottom: 70px;
  opacity: 0;
  left: 54%;
  transition: opacity .45s;
}
#inspection_photos.hover .dropimage {
  display: block !important;
  opacity: 1;
  z-index: 7000;
  transition: opacity .45s;
}
#inspection_photos .dropimage .material-icons {
  display: block;
  font-size: 70px;
  line-height: 60px;
  padding-left: 10%;
  color: #872676;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: bounce 1s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-5px);
  }
}
#inspection_photos .dropimage p {
  background-color: #872676;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-weight: bold;
}
.photo-container select.image_descrip {
  font-family: inherit;
  background-color: transparent;
  border-radius: 0px;
  width: 95%;
  margin: 8px 6px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.photo-container select.image_descrip option {
  color: #000;
}
/* Remove focus */
select:focus {
  outline: none;
}
/* Hide label */
.photo-container label {
  display: none;
}
/* Use custom arrow */
.photo-container select.image_descrip {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.photo-container {
  position: relative;
}
.photo-container:after {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #FFF;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .photo-container:after {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 0;
    height: 0;
    padding: 0;
    content: ' ';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #666;
    pointer-events: none;
  }
}
.photo-container div.progress.progress-striped.active {
  z-index: 4000;
  position: absolute;
  bottom: -10px;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  box-sizing: border-box;
}
/* stickylist styles */
.stickylist {
  position: static;
  float: left;
}
.stickylist .scrolled {
  position: fixed;
  top: 0px;
}
.stickylist .scrolled-bottom {
  position: absolute;
  bottom: 0px;
}
.publicscreen f p,
.publicscreen f .smalltype,
.publicscreen f a {
  color: #555 !important;
}
#publiccontainer {
  width: 100%;
  padding: 0px;
  min-height: 500px;
  position: relative;
  float: left;
  z-index: 1;
  display: inline-block;
  background-color: #FFF;
}
.p_headercontainer #logo {
  margin-top: 20px;
  height: 50px;
  width: auto;
}
.a_headercontainer #logo {
  margin-top: 15px;
  margin-bottom: 5px;
  height: 70px;
  width: auto;
}
.publicdropnav {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.publicdropnav ul,
.publicdropnav li {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
#navheader {
  z-index: 1000;
  width: 100%;
  clear: both;
}
.navdark {
  background: #222;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/* Slider Adjustments */
#myCarousel {
  margin-bottom: 0px;
  /*HC min-width: 1030px;*/
}
#myCarousel h1 {
  font-family: 'pragmatica-web-n2', 'proxima-nova', 'RobotoLtRegular', arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: light;
  font-size: 44px;
  line-height: 46px;
  margin-top: 0px;
  float: left;
  clear: both;
}
#myCarousel .carousel-inner {
  -webkit-box-shadow: inset 0px -4px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -4px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -4px 7px -3px rgba(0, 0, 0, 0.75);
}
#myCarousel .carousel-inner .active {
  z-index: 10 !important;
}
#myCarousel .carousel-control {
  color: #FFF !important;
  top: 45% !important;
  z-index: 1000;
  background: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
#myCarousel .carousel-indicators {
  position: absolute;
  right: 50% !important;
  z-index: 1000;
  top: 95%;
}
#myCarousel .maincarousel {
  font-size: 20px !important;
  line-height: 28px !important;
  height: 28px !important;
  width: 28px !important;
  display: block;
}
#myCarousel .banner {
  width: 100%;
  max-width: 1390px;
  height: 400px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  border: none;
}
#myCarousel .banner > div {
  float: left;
}
#myCarousel .banner img {
  float: left;
  clear: both;
}
#myCarousel .banner .btn {
  float: right;
  clear: both;
  margin-top: 10px;
}
#myCarousel .banner .btn:hover {
  color: #565051 !important;
}
#myCarousel .banner p {
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
  display: block;
  margin-top: 10px;
  text-align: center;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  clear: both;
  float: left;
  width: 100%;
}
#myCarousel .banner .productintro {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 22px;
  text-align: left;
  margin: 0px;
}
.dark {
  -webkit-box-shadow: none !important;
  box-shadow: none;
}
.dark h1,
.dark .productintro {
  color: #333 !important;
}
.dark .carousel-control a {
  color: #333;
}
.reversed h1,
.reversed h2,
.reversed .productintro {
  color: #FFF !important;
}
.reversed .carousel-control a {
  color: #FFF;
}
.reversed h2 {
  clear: both;
  font-size: 20px;
  color: #FFF;
}
/* Features Block */
#features {
  margin: 0px auto;
  padding: 20px 0px;
  width: 100%;
  background: #FFF;
  float: left;
}
#features > div {
  /*	padding: 0px 50px;*/
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
#features p {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  color: #565051;
  font-size: 16px;
  line-height: 150%;
  float: left;
}
#features h2 {
  font-family: 'proxima-nova-n4', 'proxima-nova', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #872676;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
}
#features table {
  width: 100%;
}
#features table a {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#features table td {
  width: 33.33%;
  border-left: solid 1px #b4b4b4;
  height: 200px;
  vertical-align: top;
  padding: 0px 10px;
  text-align: center;
}
#features table td h2 {
  text-align: center;
}
#features table td:first-child {
  border-left: none;
}
#features table td img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 125px;
  width: 125px;
  float: none;
  border: none;
}
#features table td a:first-child {
  display: block;
  float: left;
  border: solid 1px #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 150px 40px 20px 40px;
  text-decoration: none;
}
#features table td a:first-child:hover {
  border: solid 1px #d4d1d1;
  text-decoration: none;
}
#features table td .feature_blank {
  background: #FFF;
}
#features table td .feature_blank:hover {
  background: #f7f7f7;
}
#features table td button {
  float: none;
  margin-top: 10px;
  color: #872676 !important;
  border-color: #872676;
}
#features table td button:hover {
  color: #FFF !important;
  background: #872676;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.outline-theme {
  float: none;
  margin-top: 10px;
  color: #872676 !important;
  border-color: #872676;
}
.outline-theme:hover {
  color: #FFF !important;
  background: #872676;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
/* Page Items */
.bannerinset {
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
}

span.line {
	display: inline-block;
}
#banner {
position: relative;
  width: 100%;
  box-sizing: border-box;
  display: block;
  /*float: left;*/
  height: 475px;
  height: 400px;
  clear: both;
  /* Should we need to use a full width banner, center it */
  background-position: center center;
 }
#banner .header {
	position: absolute;
	top: 40%;
	left: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 60%;
	z-index: 1;
}
#banner .header.high-contrast {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	background: rgba(67,6,66,.85);
	padding: 10px 30px;
	padding-bottom: 20px;
	margin-left: -30px;
	margin-top: 5px;
}
#banner .header.high-contrast h1 {
	
}

#banner > div {
  box-sizing: border-box;
  width: 100%;
  /* GHCEdit: prevent shadow on banner images on wide screens */
  /*-webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);*/
  height: 475px;
  height: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  padding: 0px 25px;
  max-width: 1390px;
  background-size: auto 100%;
  background-position: 50% 0%;
}
#banner > div > div {
  margin: auto;
}

.banner-inner {
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;

	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 5%;
	right: 5%;
	
}
#banner h1 {
  display: block;
  padding-top: 20px;
  text-align: left;
  /*width: 100%;*/
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  font-family: 'proxima-nova', arial, sans-serif;
  font-family: "alternate-gothic-no-2-d",sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #FFF;
  font-size: 62px;
  line-height: 106%;
  margin: 0px auto;
  white-space: normal;
  text-shadow: 0 0 9px rgba(0,0,0,.6);
}
#banner h1 .small {
	font-size: .7em;
}
#banner div .btn {
  float: right;
  clear: both;
  margin-top: 10px;
}
#banner div .btn:hover {
  color: #565051 !important;
  border-color: #ddd !important;
}
#zbanner {
  width: 100%;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 475px;
  clear: both;
}
#zbanner > div {
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  height: 475px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  padding: 0px 25px;
}
#zbanner > div > div {
  max-width: 1390px;
  margin: auto;
}
#zbanner h1 {
  display: block;
  padding-top: 20px;
  width: 100%;
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  font-family: 'pragmatica-web-n2', 'proxima-nova', 'RobotoLtRegular', arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #FFF;
  font-size: 60px;
  line-height: 110%;
  margin: 0px auto;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  padding-top: 80px;
  padding-left: 0px;
}
#zbanner div .btn {
  float: right;
  clear: both;
  margin-top: 10px;
}
#zbanner div .btn:hover {
  color: #565051 !important;
  border-color: #ddd !important;
}
#banner_headline {
  width: 100%;
  display: block;
  min-width: none !important;
  float: left;
  height: 200px;
  clear: both;
}
#banner_headline > div {
  width: 100%;
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
  height: 190px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  clear: both;
  background-color: #872676;
}
#banner_headline h1 {
  display: block;
  width: 100%;
  padding-top: 60px;
  text-align: left;
  font-family: 'pragmatica-web-n2', 'proxima-nova', 'RobotoLtRegular', arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #FFF;
  font-size: 60px;
  line-height: 110%;
  margin-left: 100px;
  margin-right: auto;
  white-space: normal;
}
#product {
  width: 100%;
  float: left;
  position: relative;
  /*HC min-width: 1000px;*/
  padding: 20px 0px;
  background: #FFF;
}
#product h1,
#product h2,
#product h3 {
  clear: both;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
#product h1:first-child {
  margin-top: 0px;
}
#product > div {
  padding: 0px 50px;
  margin: auto;
}
#product ul {
  display: block;
}
#product p,
#product li {
  font-family: 'pragmatica', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  color: #565051;
  font-size: 16px;
  line-height: 140%;
  max-width: 1000px;
 
  /*float: left;*/
}
#product p {
  margin-bottom: 15px;
}
#product li {
  margin-bottom: 10px;
}
#product h2 {
  font-family: 'proxima-nova-n4', 'proxima-nova', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #872676;
  font-size: 26px;
  line-height: 120%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  /*float: left;*/
}
#clientbanner {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #872676;
}
#clientbanner > div {
  width: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  clear: both;
  padding-left: 100px;
  padding-left: 20px;
}
#clientbanner > .publicscreen {
	max-width: 1100px;
}
#clientbanner h1 {
  font-family: 'pragmatica-web-n2', 'proxima-nova', 'RobotoLtRegular', arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #FFF;
  font-size: 44px;
  line-height: 110%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  /*text-align: center;*/
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
#clientwelcome {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  text-align: center !important;
  display: block;
  margin-top: 0px !important;
}
/* Product Content */
#product_content {
  width: 70%;
  padding-right: 25px;
  border-right: solid 1px #b4b4b4;
  float: left;
  min-height: 300px;
}
.contacttable {
	width: 100%;
	max-width: 510px;
}
/*publiccontact form */
.contactform td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contactform {
  margin-top: 10px;
}
.contactform td {
  font-size: 14px;
}
.contactform td .contactfield {
  border: solid 1px #BABABA !important;
  border-radius: 0px;
}


/* feature sidebar */
#featureside {
  width: 30%;
  float: right;
  margin-top: 15px;
  padding-left: 25px; 
  box-sizing: border-box;
}
#featureside h4 {
  color: #872676;
  margin-bottom: 20px;
  font-size: 1.3em;
}
#featureside p {
  margin-top: 0px;
  line-height: 1.4em;
  font-size: 1.1em;

}
/* Features Table */
.table_productfeature {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.table_productfeature td {
  text-align: center;
}
.table_productfeature th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table_productfeature tr td:first-child {
  text-align: left;
  background-color: #f7f7f7;
}
.table_productfeature i {
  font-size: 20px;
  color: #872676;
}
.table_productfeature i.icon-remove-2 {
  color: #980006;
  font-size: 24px;
}
.table_productfeature .subrow {
  background-color: #E3E3E3 !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-align: left;
}
/* Axis Bullets */
.axisbullets,
#usercontent ul li {
  list-style-image: url(/common/images/axis/arrow_bullet.gif);
}
.axisbullets {
	padding-top: 1em;
	padding-bottom: 1em;
}
.axisbullets li, .axisbullets p {
	padding-left: 5px;
}
/* Social Media */
#socialmedia, .socialmedia {
  float: right;
  margin-top: 5px;
  clear: both;
}
.socialmedia.static {
	float: none;
	margin-top: 0;
}

#socialmedia a, .socialmedia a {
  border: none;
  opacity: .8;
}
#socialmedia a:hover, .socialmedia a:hover {
  opacity: 1.0;
  text-decoration: none;
}
/* Leadership Page */
#leadershipboard {
  width: 100%;
  float: left;
  position: relative;
  background: green;
  padding: 20px 50px;
  background: #FFF;
}
#leadershipboard h1,
#leadershipboard h2,
#leadershipboard h3 {
  clear: both;
  display: block;
  margin-bottom: 5px;
}
#leadershipboard h1:first-child {
  margin-top: 0px;
}
#leadershipboard > div {
  padding: 0px 50px;
  margin: auto;
}
#leadershipboard ul {
  display: block;
}
#leadershipboard p,
#leadershipboard li {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  color: #565051;
  font-size: 16px;
  line-height: 200%;
  float: left;
}
#leadershipboard p {
  margin-bottom: 15px;
}
#leadershipboard li {
  margin-bottom: 10px;
}
#leadershipboard h2 {
  font-family: 'proxima-nova-n4', 'proxima-nova', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #872676;
  font-size: 26px;
  line-height: 120%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0px;
  float: left;
}
#leadershipboard h3 {
  color: #565051;
}
#leadershipboard h1 {
  width: 100%;
  display: block;
  border-bottom: 1px solid #555555;
  float: left;
  color: #555555;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
/* Vendor Modal */
#vendormodal .modal-body > div,
#clientmodal .modal-body > div {
  padding: 15px;
  width: 49.5%;
}
#vendormodal .loginclose,
#clientmodal .loginclose {
  margin-top: 5px;
  margin-right: 5px;
  background: none !important;
}
#vendormodal .modal-body div:first-child,
#clientmodal .modal-body div:first-child {
  border-right: #d3d3d3 solid 1px;
  float: left;
}
#vendormodal .modal-body div:last-child,
#clientmodal .modal-body div:last-child {
  float: right;
}
#vendormodal .modal-body h1,
#clientmodal .modal-body h1 {
  margin-top: 0px;
  text-align: center;
}
#vendormodal .modal-body p,
#clientmodal .modal-body p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 10px 0px;
}
#vendormodal .modal-body a,
#clientmodal .modal-body a {
  margin-left: 50%;
  float: none;
  /* GHCEdit: center buttons */
      transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
}
body,
td,
p {
  /*font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;*/
  font-family: 'pragmatica', arial, sans-serif;
  /*font-weight: 400;*/
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
strong,
b,
h2,
h4,
input.bluebutton,
input.greybutton,
input.redbutton,
input.orangebutton,
a.greybutton,
.login_header,
input.submitbutton,
.vtassignnumberA,
.vtassignnumberB,
.vtassignnumberC,
.vtassignnumberI,
.vtunassignnumber,
input.newlogblue,
#qc_concerns,
input.approvebutton,
a.actionbutton,
td.compmaprable_th,
.Header_A,
.Header_B,
.Header_C,
.Header_overall,
.compgridhdr,
#availableteam,
.departholder,
.teamdrag,
.addoption,
.removeoption,
.removeaudit,
#vendor_inst_add,
a.removeinstructions,
.novendor,
#countdown,
.btn,
.table_orderreview tr:last-child td,
.dropnavcontainer #dropnav a {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  color: #222;
}
input,
button,
select,
textarea {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
}
html {
  webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
}
h1,
h2 {
  color: #872676;
  margin-bottom: 0px;
  margin-top: 10px;
}
h1,
h3 {
  white-space: nowrap;
  line-height: 90%;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  /*font-weight: 400;*/
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
h3,
h4,
p {
  color: #222;
  margin-bottom: 5px;
  margin-top: 0px;
}
h1 {
  font-size: 24px;
  line-height: 100%;
}
h3 {
  font-size: 20px;
  line-height: 100% !important;
}
h2 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
}
h4 {
  font-size: 16px;
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
p {
  line-height: 16px;
}
form {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
small {
  font-size: 90%;
  float: left;
  margin-bottom: 5px;
}
label {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: normal;
}
span.required {
  color: #900;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a {
  color: #872676;
}
a:link,
a:visited {
  color: #872676;
}
a:hover {
  color: #005580;
}
a.btn {
  color: #282828;
}
.btn:link {
  color: #111;
}
.modal-header {
  background-color: #F5F5F5;
}
.controls label.checkbox,
.controls label.radio {
  margin-right: 10px !important;
}
.progress .bar {
  background-color: #9f2d8b;
  background-image: -moz-linear-gradient(top, #af3199, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#af3199), to(#872676));
  background-image: -webkit-linear-gradient(top, #af3199, #872676);
  background-image: -o-linear-gradient(top, #af3199, #872676);
  background-image: linear-gradient(to bottom, #af3199, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf3199', endColorstr='#ff872676', GradientType=0);
}
.progress-striped .bar {
  background-color: #872676;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #87000a;
  background-image: -moz-linear-gradient(top, #990000, #6d0019);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#6d0019));
  background-image: -webkit-linear-gradient(top, #990000, #6d0019);
  background-image: -o-linear-gradient(top, #990000, #6d0019);
  background-image: linear-gradient(to bottom, #990000, #6d0019);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff990000', endColorstr='#ff6d0019', GradientType=0);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #00682c;
  background-image: -moz-linear-gradient(top, #006e2e, #006028);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006e2e), to(#006028));
  background-image: -webkit-linear-gradient(top, #006e2e, #006028);
  background-image: -o-linear-gradient(top, #006e2e, #006028);
  background-image: linear-gradient(to bottom, #006e2e, #006028);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006e2e', endColorstr='#ff006028', GradientType=0);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #f39131;
  background-image: -moz-linear-gradient(top, #ff9933, #e2852d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9933), to(#e2852d));
  background-image: -webkit-linear-gradient(top, #ff9933, #e2852d);
  background-image: -o-linear-gradient(top, #ff9933, #e2852d);
  background-image: linear-gradient(to bottom, #ff9933, #e2852d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9933', endColorstr='#ffe2852d', GradientType=0);
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
}
.backtransition {
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.defaulttextshadow {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6899999999999999);
}
.avisited {
  color: #333333;
}
#logoheader {
  margin: 20px 0px 15px 0px;
  float: left;
  height: 50px !important;
}
#panelcontainer {
  width: 100%;
  padding: 0px;
  position: relative;
  float: left;
  z-index: 1;
  display: inline-block;
  background-color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-height: 500px;
  min-width: 1240px !important;
}
.admincontainer {
  min-width: 1440px !important;
  min-height: 500px;
}
.vendorpanel_container {
  min-width: 1225px !important;
  width: 100%;
  min-height: 500px;
  clear: both;
  float: left;
}
.vendorpanel_container > div {
  float: left;
}
#usercontainer,
#vendordetails,
#vendorassign,
#logs,
#orderdetails,
#orderdocuments,
#orderedit,
#productpref,
.tabcontent {
  width: 100%;
  padding: 15px;
  float: left;
}
#logs {
  background-color: #e7e7e7;
}
.btncontainer {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: both;
  padding-right: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btncontainer a {
  float: right;
  margin-left: 10px;
}
.btncontainer input {
  float: right;
  margin-left: 10px;
}
.btncontainer button {
  float: right;
  margin-left: 10px;
}
#info_processing {
  position: static;
  position: absolute;
  z-index: 5000;
  text-align: center;
  left: 50%;
  top: 50%;
}
.div_default,
.div_default_nohover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #b4b4b4;
  margin-top: 10px;
}
.div_default:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.placeholder_fix {
  /* this class is applied to form elements becuase IE doesnt support the placeholder attribute */
  color: #a3a3a3;
}
#inspection_dts_nice {
  padding: 4px;
  width: 134px;
}
div.input-prepend .add-on {
  font-size: 20px;
  color: #333333;
}
div.input-append .add-on {
  font-size: 20px;
  color: #333333;
}
.form-inline input[type=radio] {
  margin-top: 0px !important;
  margin-right: 10px;
  top: -1px;
}
.orderoptions {
  border-top: solid 1px #dfdfdf;
}
.optionstable,
#vendor_inst_table {
  width: 100%;
  border-collapse: separate !important;
  width: 100% !important;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.optionstable th,
#vendor_inst_table th,
.optionstable td,
#vendor_inst_table td {
  padding: 8px 5px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: none;
  font-size: 14px;
}
.optionstable tr th:first-child,
#vendor_inst_table tr th:first-child {
  border-left: solid 1px #b4b4b4;
}
.optionstable tr th:last-child,
#vendor_inst_table tr th:last-child {
  border-right: solid 1px #b4b4b4;
}
.optionstable th,
#vendor_inst_table th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.optionstable label,
#vendor_inst_table label {
  margin-bottom: 0px;
}
.optionstable a,
#vendor_inst_table a {
  text-decoration: none;
  vertical-align: middle;
}
.optionstable a:hover,
#vendor_inst_table a:hover {
  text-decoration: underline;
}
.optionstable tr:first-child td:first-child,
#vendor_inst_table tr:first-child td:first-child,
.optionstable th:first-child,
#vendor_inst_table th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.optionstable tr:last-child td:first-child,
#vendor_inst_table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.optionstable tr:first-child td:last-child,
#vendor_inst_table tr:first-child td:last-child,
.optionstable th:last-child,
#vendor_inst_table th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.optionstable tr:last-child td:last-child,
#vendor_inst_table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.optionstable tr:last-child td,
#vendor_inst_table tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.optionstable tr td:first-child,
#vendor_inst_table tr td:first-child {
  border-left: solid 1px #b4b4b4;
}
.optionstable td,
#vendor_inst_table td {
  padding: 4px;
  text-align: left;
}
.optionstable th,
#vendor_inst_table th {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #333333;
  padding: 6px 2px;
  margin-bottom: 15px;
}
.optionstable th:hover,
#vendor_inst_table th:hover {
  background-color: red !important;
}
.optionstable th:first-child,
#vendor_inst_table th:first-child {
  border-top-left-radius: 3px;
}
.optionstable th:last-child,
#vendor_inst_table th:last-child {
  border-top-right-radius: 3px;
}
.optionstable tr td:last-child {
  width: 200px;
}
.optionstable .btn {
  width: 175px;
  text-align: left;
}
.optionstable p {
  margin-bottom: 10px;
}
.optionstable input {
  margin-top: 0px !important;
  margin-bottom: 3px !important;
}
.optionstable label {
  margin: 0px 6px !important;
}
.optionstable tr:first-child td:first-child {
  border-top-left-radius: 3px !important;
  -moz-border-radius-topleft: 3px !important;
}
.optionstable tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.optionstable_firstcolumn tr td:first-child {
  background-color: #eeeeee;
  font-family: .fontbold;
  color: #333;
}
.vendor_inst_table_hdr {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #333333;
  padding: 6px 2px;
}
#vendor_inst_table tr:first-child td {
  border: none !important;
  padding-bottom: 5px;
}
#vendor_inst_table td {
  border-bottom: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
}
#vendor_inst_table tr:last-child td {
  border-bottom: none !important;
}
#vendor_inst_table td:last-child {
  border-right: none !important;
}
td.removeoptionrow {
  background-image: url(/common/images/subline.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 20px !important;
}
.uploadphotobox {
  background-repeat: repeat;
  font-size: 18px;
  border-radius: 5px;
  -moz-border-radius: 6px solid #FFF;
  text-align: center;
  width: 300px;
  opacity: 1.0 !important;
  padding: 15px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.uploadphotobox p {
  font-size: 12px !important;
  font-weight: normal !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.uploadphotobox a {
  color: #FFF !Important;
}
#upload_limit {
  color: #1D766F;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #1D766F;
  text-align: center;
}
#bulkorder h2 {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin: 10px 0px 0px 20px;
  padding: 0px;
  color: #000;
}
#bulkorder p {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0px 20px;
  padding: 0px;
  color: #000;
  font-size: 13px;
}
#upload_client {
  width: 294px;
}
.nicEdit-main {
  background-color: #FFF !important;
}
.emailbody {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e5e5), color-stop(99%, #dddddd));
  background: -webkit-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -o-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -ms-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: linear-gradient(to bottom, #e5e5e5 1%, #dddddd 99%);
  background-attachment: fixed;
  float: left;
  padding: 10px;
  width: 97%;
  height: 101%;
  overflow: hidden;
}
.emailbody .MsoNormalTable {
  width: 450px !important;
}
.emailtable {
  width: 100%;
  float: left;
  margin: auto !important;
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.emailtable input {
  margin-bottom: 0px;
}
.emailtable tr td {
  padding: 4px 5px !important;
}
.emailaddressing {
  width: 227px;
}
.emailsubject {
  width: 480px;
}
#message {
  font-family: sans-serif;
}
.useractivebtn {
  float: right;
  margin-top: 15px;
}
.paymentbalance {
  margin-top: 20px;
  border-color: #872676;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  line-height: 100%;
}
.paymentbalance label {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.paymentbalance td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  vertical-align: middle;
}
.paymentbalance td:first-child {
  background-color: #9a2b87 !important;
  background-image: -moz-linear-gradient(top, #a72f92, #872676) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676)) !important;
  background-image: -webkit-linear-gradient(top, #a72f92, #872676) !important;
  background-image: -o-linear-gradient(top, #a72f92, #872676) !important;
  background-image: linear-gradient(to bottom, #a72f92, #872676) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0) !important;
  color: #FFF !important;
}
.paymentbalance td:first-child label {
  color: #FFF !important;
}
#checktable {
  float: right;
}
#checktable input {
  margin-bottom: 0px;
}
#checktable input[type=text] {
  width: 87%;
}
#checktable td {
  width: auto;
}
#navi {
  margin-top: 20px;
  float: left;
  width: 100%;
  border-top: solid 1px #b4b4b4;
  padding-top: 5px;
}
.recordpayment {
  width: 62%;
  float: right;
}
.recordpayment h2 {
  margin-top: 0px;
}
.selectclient {
  width: 400px;
  float: left;
}
.selectclient h2 {
  margin-top: 0px;
}
.termsandconditions {
  border: solid 1px #b4b4b4;
  padding: 10px;
}
.termsandconditions p {
  font-size: 13px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
  margin-top: 13px;
}
.termsandconditions h4 {
  font-size: 14px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-align: center;
  color: #000;
}
.termsandconditions h4:first-child {
  margin-top: 0px;
}
.termsandconditions li {
  list-style: square;
}
/*  Progress Bar Order Entry */
#progressbarcontainer {
  background-color: #363636 !important;
  background-image: -moz-linear-gradient(top, #3f3f3f, #282828) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f3f3f), to(#282828)) !important;
  background-image: -webkit-linear-gradient(top, #3f3f3f, #282828) !important;
  background-image: -o-linear-gradient(top, #3f3f3f, #282828) !important;
  background-image: linear-gradient(to bottom, #3f3f3f, #282828) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f3f', endColorstr='#ff282828', GradientType=0) !important;
  margin-top: -18px;
  margin-left: -15px;
  box-sizing: content-box;
  padding-right: 30px;
  text-align: left;
  float: left;
  width: 100%;
  background: none;
}
#progressbarcontainer h1 {
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  float: left;
  color: #FFF !important;
  font-size: 24px;
  margin-top: 22px;
  margin-left: 20px;
}
.admintitle #progressbarcontainer {
  background: none !important;
  margin-bottom: 0px;
}
#progressbar {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  float: right;
  margin-top: 15px;
  margin-bottom: 0px;
  width: 500px;
  z-index: 2100;
  background: none !important;
  margin-bottom: 5px;
}
.allsteps {
  background: #0f0f0f;
  background: -moz-linear-gradient(top, #0f0f0f 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f0f0f), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #0f0f0f 0%, #282828 100%);
  background: -o-linear-gradient(top, #0f0f0f 0%, #282828 100%);
  background: -ms-linear-gradient(top, #0f0f0f 0%, #282828 100%);
  background: linear-gradient(to bottom, #0f0f0f 0%, #282828 100%);
  border: solid 1px #0f0f0f;
  height: 15px;
  padding: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.stepscompleted {
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  border: solid 1px #872676;
  height: 15px;
  z-index: 3500;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.allsteps,
.stepscompleted {
  width: 460px;
  float: left;
}
#previousstep,
#arrownextstep,
#inactivepreviousstep,
#inactivenextstep {
  width: 8px;
  height: 15px;
  background-image: url(/common/images/progressbar/steparrows2.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 0px;
}
#previousstep {
  background-position: 0px 0px;
  cursor: pointer;
}
#previousstep:hover {
  background-position: 0px -17px;
}
#inactivepreviousstep {
  background-position: 0px 0px;
}
#arrownextstep {
  background-position: -10px 0px;
  cursor: pointer;
}
#arrownextstep:hover {
  background-position: -10px -17px;
}
#inactivenextstep {
  background-position: -10px 0px;
}
#steps {
  padding: 0px;
  line-height: 14px;
  display: block;
  width: 255px;
  height: 20px;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
  margin-top: 10px;
}
#steps strong {
  margin-right: 5px;
}
#steps div a {
  padding: 6px 0px 6px 30px;
  z-index: 4500;
  display: block;
  text-decoration: none;
  color: #FFF;
  border-top: 1px solid #b4b4b4;
}
div#stepholder {
  margin-bottom: 2px;
  width: 430px !important;
  height: 220px;
  position: relative;
  z-index: 2100 !important;
  color: #FFF;
}
div#stepholder a {
  color: #FFF;
}
#stepholder:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e5e5), color-stop(99%, #dddddd));
  background: -webkit-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -o-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -ms-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: linear-gradient(to bottom, #e5e5e5 1%, #dddddd 99%);
  overflow-y: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#stepholder:hover a {
  color: #333333 !important;
}
#steps a.active {
  background-image: url(/common/images/progressbar/toggle.png);
  background-repeat: no-repeat;
  background-position: 9px 5px;
}
#steps a.active:hover {
  background-image: url(/common/images/progressbar/toggle_roll.png);
  background-repeat: no-repeat;
}
#steps a:hover {
  background-color: #a4a4a4;
}
.markcomplete {
  background-image: url(/common/images/progressbar/check.png) !important;
  background-repeat: no-repeat;
  background-position: 3px 4px !important;
}
.notcomplete {
  color: #b4b4b4 !important;
}
#nextstep {
  margin-left: 15px;
  margin-right: 15px !important;
}
.repairs_header_line {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  text-align: center;
}
.repairs_header_line td {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
#audit_rule {
  border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  top: 400px;
  left: 30% !important;
  background: #FFF;
  min-height: 100px;
  _height: 100px;
  width: 40%;
  z-index: 2200;
  font-size: 14px;
  text-align: center;
  font-family: sans-serif;
  -webkit-box-shadow: 3px 3px 12px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 3px 3px 12px rgba(20, 20, 20, 0.5);
  box-shadow: 3px 3px 12px rgba(20, 20, 20, 0.5);
}
#audit_rule input [type="text"] {
  width: 100%;
}
#audit_rule #audit_ok,
#audit_rule #audit_change {
  margin-bottom: 15px;
}
#audit_rule span {
  display: block;
  box-sizing: border-box;
}
#audit_rule .vendor_alert {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
  margin-left: -5px;
}
#audit_rule p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#audit_rule .login_header {
  width: 100%;
}
#didyoumean {
  position: absolute;
  top: 500px;
  left: 0px;
  background: #FFF;
  min-height: 100px;
  _height: 100px;
  width: 350px;
  z-index: 2200;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 12px #141414;
  -moz-box-shadow: 3px 3px 12px #141414;
  box-shadow: 3px 3px 12px #141414;
}
#didyoumean h1 {
  margin: 0px;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#didyoumean a {
  margin-left: 10px;
  margin-right: 10px;
  line-break: 17px;
  color: #0c5178;
}
#didyoumean a:hover {
  color: #990000;
}
a.greybutton,
a.greybutton:hover {
  color: #575757 !Important;
}
.horizonalizer {
  border: solid 1px #900;
}
.horizonalizer label {
  float: left;
}
.horizonalizer input [type='checkbox'] {
  float: left;
  height: 14px !important;
}
.dev {
  border: dashed 1px #900;
}
.devblue {
  border: dashed 2px blue;
}
/* dashboard */
.dashboard {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.dashboard h1 {
  margin-top: 10px;
  float: left !important;
  width: 50%;
}
.dashboard .chosen-container {
  margin-top: 0px;
}
/* Order Details */
#countdown {
  letter-spacing: -1px;
}
#admintitlecontainer {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  text-align: left;
}
.admintitle {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #3f3f3f, #282828);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f3f3f), to(#282828));
  background-image: -webkit-linear-gradient(top, #3f3f3f, #282828);
  background-image: -o-linear-gradient(top, #3f3f3f, #282828);
  background-image: linear-gradient(to bottom, #3f3f3f, #282828);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f3f', endColorstr='#ff282828', GradientType=0);
  color: #FFF;
  height: 70px;
}
.admintitle td {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}
.admintitle td:first-child,
.admintitle td.titlecard {
  border-right: 1px solid #FFF !important;
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  width: 10%;
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.admintitle td:first-child *,
.admintitle td.titlecard * {
  color: inherit;
}
.admintitle td:only-child {
  border-right: none !important;
}
.timetable {
  color: #3f3f3f;
  border-collapse: separate !important;
  width: 100% !important;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}
.timetable th,
.timetable td {
  padding: 8px 5px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: none;
  font-size: 14px;
}
.timetable tr th:first-child {
  border-left: solid 1px #b4b4b4;
}
.timetable tr th:last-child {
  border-right: solid 1px #b4b4b4;
}
.timetable th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.timetable label {
  margin-bottom: 0px;
}
.timetable a {
  text-decoration: none;
  vertical-align: middle;
}
.timetable a:hover {
  text-decoration: underline;
}
.timetable tr:first-child td:first-child,
.timetable th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.timetable tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.timetable tr:first-child td:last-child,
.timetable th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.timetable tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.timetable tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.timetable tr td:first-child {
  border-left: solid 1px #b4b4b4;
}
.timetable strong {
  font-size: 14px;
  line-height: 18px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #3f3f3f;
  vertical-align: top;
}
.timetable .timeval {
  line-height: 24px;
  font-size: 24px;
}
.timetable td {
  padding: 7px 10px 5px;
  width: 33%;
  border-right: solid 1px #b4b4b4;
}
.timetable td:first-child {
  border-left: none !important;
  border-left: solid 1px #b4b4b4 !important;
}
.tag-editor {
  min-height: 30px;
  padding: 2px 4px;
  margin: 0 3px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.tag-editor.focused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.tag-editor .tag-input {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 100px;
}
.tag-editor .tag-input > input {
  border: none;
  padding: 0 3px;
  margin: 0;
  background: none;
  line-height: 1;
  outline: none;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.tag-editor .tag-input .dropdown-menu {
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 3px;
}
.tag-editor .tag-input .dropdown-menu em {
  font-style: italic;
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 13px;
}
.tag-editor > .caret {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
}
.tag-editor > .save-tags {
  display: none;
  padding: 1px 6px;
  font-size: 11px;
  margin-left: 5px;
}
.tag-editor.dirty .save-tags {
  display: inline-block;
}
.tag-editor > .label {
  cursor: default;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 2px 5px 2px 0;
  font-size: 12px;
  background: #872676;
}
.tag-editor > .label a.close {
  cursor: pointer;
  line-height: 12px;
  font-size: 16px;
  margin-left: 5px;
  font-family: Helvetica;
}
.tag-editor > .label + .pill-select-input {
  padding-left: 0;
}
.timeleft {
  color: #3f3f3f;
}
.outoftime {
  color: #900;
}
#cancel_panel {
  width: 70%;
  position: absolute;
  margin-left: -100px;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e5e5), color-stop(99%, #dddddd));
  background: -webkit-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -o-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: -ms-linear-gradient(top, #e5e5e5 1%, #dddddd 99%);
  background: linear-gradient(to bottom, #e5e5e5 1%, #dddddd 99%);
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 15px;
  padding: 10px;
}
#cancel_panel textarea {
  width: 98.5%;
  float: left;
  margin-top: 10px;
}
#cancel_panel h3 {
  font-size: 14px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 14px;
}
#vendordetailtable tr td:nth-child(n+2) {
  width: 20%;
}
.quality,
.communication,
.turntime {
  width: 40%;
}
#vendordetailtable .requirements * {
  white-space: normal !important;
}
#vendordetailtable .requirements {
  max-width: 400px;
  overflow: auto;
}
.clientlist a {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  border: solid 1px #b4b4b4;
  text-decoration: none;
  width: 28%;
  margin-left: 1.25%;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.clientlist a:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.clientlist a .clientlist div {
  float: left;
}
.client_table {
  border-collapse: separate !important;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100% !important;
  margin-bottom: 10px;
}
.client_table th,
.client_table td {
  padding: 8px 5px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: none;
  font-size: 14px;
}
.client_table tr th:first-child {
  border-left: solid 1px #b4b4b4;
}
.client_table tr th:last-child {
  border-right: solid 1px #b4b4b4;
}
.client_table th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.client_table label {
  margin-bottom: 0px;
}
.client_table a {
  text-decoration: none;
  vertical-align: middle;
}
.client_table a:hover {
  text-decoration: underline;
}
.client_table tr:first-child td:first-child,
.client_table th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.client_table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.client_table tr:first-child td:last-child,
.client_table th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.client_table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.client_table tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.client_table tr td:first-child {
  border-left: solid 1px #b4b4b4;
}
.client_table tr:first-child td {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.client_table tr:nth-child(n+2) td:first-child {
  background-color: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 50px;
}
.client_table i {
  font-size: 20px;
  color: #555555;
}
.clientgrey {
  background: #eeeeee !important;
  width: 50px !important;
}
.temptable td {
  border: solid 1px #900;
}
.productzone {
  margin-top: 50px;
  background-color: yellow;
  float: left;
  width: 100%;
}
.optioncontainer {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.optionsseperator {
  border-top: solid 1px #b4b4b4;
}
.custombrandtable td {
  padding-right: 25px;
}
#accounting {
  margin: 20px !important;
  width: 96% !important;
}
#general table label {
  margin-right: 10px;
}
#general table td {
  padding: 5px 0px;
}
#userlist {
  width: 650px;
}
#userlist_chzn .search-choice {
  width: 610px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#users td {
  width: 50%;
  vertical-align: top;
}
#users td:last-child {
  padding-left: 30px;
}
#mls_picked_chzn {
  margin-bottom: -15px;
}
#coverage #gmap {
  width: 100% !important;
  float: left;
  height: 600px !important;
}
#coverage #gmap img {
  max-width: none;
}
/*
.pop {
	font-size: 13px;
	border-collapse: separate;
	position: absolute;
	background: rgba(246,246,246,.9);
	left: -23px;
	border:  solid 3px rgba(41, 41, 41, 1);
	top: -87px;
	border-radius: @defaultcorners;
	-moz-border-radius: @defaultcorners;
	font-weight: normal;
	color:#000;
	z-index: 8000;
	width: 600px;
	&:before {
		content:"";
		position: absolute;
		width: 0;
		height: 0;
		border-top: 13px solid transparent;
		border-right: 13px solid rgba(41, 41, 41, 1);
		border-bottom: 13px solid transparent;
		margin: 85px 0 0 -13px;
		z-index: 8000;
		}
	table {
		width: 600px;
		background: red !important;
		}	
}
	th:first-child {border-radius: 2px 0 0 0; -moz-border-radius: 2px 0 0 0; -webkit-border-radius: 2px 0 0 0;}
	th:last-child{border-radius: 0 2px 0 0; -moz-border-radius: 0 2px 0 0; -webkit-border-radius: 0 2px 0 0;}
	tr:last-child td:first-child {border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px;}
	tr:last-child td:last-child {border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0;}
	tr:last-child td {background: rgb(202,202,202);	.fontbold;}
	tr:last-child td {border-bottom: none;}
	td, th {padding: 10px;}
	td {border-bottom: @defaultborder; .fontregular;		&:last-child{padding-right: 10px;}
	}
	th {
		font-size: 14px;
		.fontbold;
		background: rgb(76,76,76);
		background: -moz-linear-gradient(top,  rgb(76,76,76) 0%, rgb(71,71,71) 45%, rgb(19,19,19) 60%, rgb(19,19,19) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(76,76,76)), color-stop(45%,rgb(71,71,71)), color-stop(60%,rgb(19,19,19)), color-stop(100%,rgb(19,19,19)));
		background: -webkit-linear-gradient(top,  rgb(76,76,76) 0%,rgb(71,71,71) 45%,rgb(19,19,19) 60%,rgb(19,19,19) 100%);
		background: -o-linear-gradient(top,  rgb(76,76,76) 0%,rgb(71,71,71) 45%,rgb(19,19,19) 60%,rgb(19,19,19) 100%);
		background: -ms-linear-gradient(top,  rgb(76,76,76) 0%,rgb(71,71,71) 45%,rgb(19,19,19) 60%,rgb(19,19,19) 100%);
		background: linear-gradient(to bottom,  rgb(76,76,76) 0%,rgb(71,71,71) 45%,rgb(19,19,19) 60%,rgb(19,19,19) 100%);
		color: #FFF;
		text-align: center;
		}
		&:before {
		content:"";
		position: absolute;
		width: 0;
		height: 0;
		border-top: 13px solid transparent;
		border-right: 13px solid rgba(41, 41, 41, 1);
		border-bottom: 13px solid transparent;
		margin: 85px 0 0 -13px;
		z-index: 8000;
		}
}
*/
.rated {
  position: absolute;
  top: 5px;
  right: 40px;
  font-size: 12px;
  font-weight: normal;
  height: 16px;
  z-index: 99;
  width: 90px;
  color: #969696;
}
.rated span:first-child {
  color: white;
  float: right;
  font-weight: bold;
}
.v_rating {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  width: 66px;
  background: #7c7c7c;
  background: -moz-linear-gradient(top, #7c7c7c 1%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7c7c7c), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #7c7c7c 1%, #cccccc 100%);
  background: -o-linear-gradient(top, #7c7c7c 1%, #cccccc 100%);
  background: -ms-linear-gradient(top, #7c7c7c 1%, #cccccc 100%);
  background: linear-gradient(to bottom, #7c7c7c 1%, #cccccc 100%);
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.v_rating > span {
  display: block;
  height: 100%;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #6ba009;
  background: -moz-linear-gradient(top, #9dd53a 0%, #99c94c 42%, #6fa814 60%, #6ba009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(42%, #99c94c), color-stop(60%, #6fa814), color-stop(100%, #6ba009));
  background: -webkit-linear-gradient(top, #9dd53a 0%, #99c94c 42%, #6fa814 60%, #6ba009 100%);
  background: -o-linear-gradient(top, #9dd53a 0%, #99c94c 42%, #6fa814 60%, #6ba009 100%);
  background: -ms-linear-gradient(top, #9dd53a 0%, #99c94c 42%, #6fa814 60%, #6ba009 100%);
  background: linear-gradient(to bottom, #9dd53a 0%, #99c94c 42%, #6fa814 60%, #6ba009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#6ba009', GradientType=0);
  position: relative;
  overflow: hidden;
  height: 15px;
  border: solid 1px #6ba009;
}
.vendor-approval-needed {
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 15px;
}
.vendor-approval-needed strong {
  line-height: 32px;
}
.vendor-approval-needed .changes-pending {
  font-size: 11px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  margin: 0 0 0 20px;
}
.vendor-approval-needed .changes-pending li {
  line-height: 15px;
}

/* .useradmin - moved to removed */


.userboxes {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  border: solid 1px #b4b4b4;
  text-decoration: none;
  width: 31.5%;
  margin-left: 1.33%;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.userboxes:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.adminsearch {
  padding: 30px 0px;
  text-align: center;
  border: solid 1px #b4b4b4;
  width: 500px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  clear: both;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
}
.adminsearch input {
  width: 60%;
}
.newuser_container {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #b4b4b4;
  clear: both;
  padding: 25px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}
.newuser_container table td {
  white-space: nowrap;
}
#usersnav {
  background: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 5px;
}
#coverage #gmap {
  width: 878px;
  height: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#coverage #gmap img {
  max-width: none;
}
span.maplabels {
  position: relative;
  left: -50%;
  top: -8px;
  white-space: nowrap;
  padding: 2px;
  display: block;
  background-color: white;
  font-size: 10px;
  font-family: sans-serif;
  -moz-box-shadow: 0px 0px 2px #000000;
  -webkit-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
}
#license_upload_error {
  color: #F00;
  font-weight: bold;
  text-align: center;
}
#ordheader {
  width: 100%;
  padding-left: 23px;
}
#ordheader div {
  float: left;
  margin-left: 15px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.ordcol1 {
  width: 250px;
  margin-left: 0px;
}
.ordcol2 {
  width: 55px;
}
.ordcol3 {
  width: 120px;
}
.ordcol4 {
  width: 90px;
}
.orderrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.orderrows td,
.sortable td,
.pastorders td {
  border-bottom: solid 1px #dfdfdf;
  padding: 5px;
  height: 30px;
}
.currentorder td {
  color: #B3B3B3;
}
.orderrows:hover {
  background: #dfdfdf;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
tr.neworder td:first-child {
  background: url(/images/new.png);
  background-repeat: no-repeat;
  background-position: left top;
}
tr.rowalert td:first-child {
  background: url(/images/rowalert.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#vendorcapacity,
#order_capacity {
  text-align: right;
}
#usercontainer {
  clear: both;
  float: left;
}
/* !RATINGS TAB STYLING */
div#rating_tabs {
  margin-top: 20px;
  clear: both;
}
div#rating_tabs {
  margin-left: 15px;
  display: inline-block;
  border-bottom: solid 1px #C8C8C8;
  cursor: pointer;
  font-weight: normal !important;
  float: left;
}
div#rating_tabs ul li:hover {
  background-image: url(/common/images/tab_off_background.png);
  background-color: #777;
  border-color: #777 !important;
}
div#rating_tabs li {
  font-size: 14px;
  color: white;
  float: left;
  display: inline;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: -1px;
  margin-left: 1px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  border-left: 1px solid #949494;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  border-bottom: none;
  background-image: url(/common/images/tab_off_background.png);
  background-color: #949494;
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
div#rating_tabs ul {
  list-style-type: none;
}
div#rating_tabs {
  cursor: pointer;
  font-weight: normal !important;
}
#ratings table {
  border-collapse: collapse !important;
}
#ratings td {
  border-bottom: solid 1px silver !important;
}
#ratings th,
#ratings td {
  padding-left: 15px;
}
#averages td:nth-child(3) {
  width: 200px;
  border-right: 1px solid silver;
  padding-left: 0px;
}
.rating_bar {
  background: #b4ddb4;
  background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4ddb4), color-stop(17%, #83c783), color-stop(33%, #52b152), color-stop(67%, #008a00), color-stop(83%, #005700), color-stop(100%, #002400));
  background: -webkit-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -o-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -ms-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4', endColorstr='#002400', GradientType=0);
}
/* red */
.rating_bar_red {
  background: #ddb4b4;
  background: -moz-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddb4b4), color-stop(17%, #c78383), color-stop(33%, #ac5252), color-stop(67%, #8a0000), color-stop(83%, #570000), color-stop(100%, #240000));
  background: -webkit-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: -o-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: -ms-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddb4b4', endColorstr='#240000', GradientType=0);
}
#deliv_prefs th {
  padding-left: 46px;
  padding-right: 47px;
}
.departholder {
  border: 2px solid #222;
  margin: 10px 20px 0px 0px;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #222;
  background-image: url(/common/images/header_gloss.png);
  background-repeat: repeat-x;
  padding: 6px 4px 4px 4px;
  color: #FFF;
  float: left;
  width: 229px;
  z-index: 200;
  -webkit-box-shadow: 2px 2px 9px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 9px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 9px rgba(50, 50, 50, 0.75);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.departholder div {
  margin-top: 3px;
}
.departholder div:first-child {
  margin-top: 0px !important;
}
.departdrop {
  background: #FFF !Important;
  margin-top: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #000;
  float: left;
  width: 219px;
  min-height: 30px;
  cursor: move;
}
.departmentdropzone,
.teamdropzone {
  -moz-box-shadow: 0px 0px 5px 1px #FFF;
  -webkit-box-shadow: 0px 0px 5px 1px #FFF;
  box-shadow: 0px 0px 5px 1px #FFF;
  background-color: #af3199;
  float: left;
}
.teamdrag {
  min-height: 20px;
  color: #FFF;
  cursor: move;
  background-color: #872676;
  border: solid 1px #872676;
  border-radius: 4px;
  float: left;
  padding: 4px 4px;
  width: 219px;
  transition: background-color ease-in-out 0.2s;
  -webkit-transition: background-color ease-in-out 0.2s;
  -moz-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
}
.teamdrag div {
  margin-top: 1px;
}
.teamdrag:hover {
  background-color: #6b1e5e;
}
.departaccess {
  width: 254px !important;
}
.accessgroup {
  height: 350px !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  width: 230px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.accessgroup:hover {
  background: #000 !important;
}
div.accessgroup::-webkit-scrollbar {
  width: 5px;
}
div.accessgroup::-webkit-scrollbar-thumb {
  background: #872676;
  border: 1px solid #872676;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
div.accessgroup::-webkit-scrollbar-track {
  background: #000;
}
.teamdrag_client {
  background-color: #872666 !important;
  border-color: #872666 !important;
}
.teamdrag_client:hover {
  background-color: #6b1e51 !important;
}
.admindrag {
  border: solid 1px #b4b4b4;
  cursor: move;
  clear: both;
  padding: 6px 5px 6px 5px;
  width: 209px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #f9f9f9), color-stop(56%, #ededed));
  background: -webkit-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: -o-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: -ms-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: linear-gradient(to bottom, #f9f9f9 46%, #ededed 56%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 13px;
  color: #000 !important;
  float: left;
  margin-top: 2px;
  transition: background-image ease-in-out 0.25s;
  -webkit-transition: background-image ease-in-out 0.25s;
  -moz-transition: background-image ease-in-out 0.25s;
  -o-transition: background-image ease-in-out 0.25s;
}
.admindrag span {
  margin: -2px;
}
.admindrag:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.ordercount {
  padding-top: 2px !important;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #FFF;
  z-index: 1001;
  border-width: 1px;
  border-style: solid;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  background-color: #808080 !important;
  border-color: #808080;
  float: right;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 2px;
}
.dordercount {
  padding-top: 0px !important;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #FFF;
  z-index: 1001;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
  background-color: #000 !important;
  border-color: #000;
  float: right;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 3px;
  width: 50px;
}
.undercapacity {
  background-image: url(/common/images/undercapacity.gif);
}
.overcapacity {
  background-image: url(/common/images/overcapacity.gif);
}
.undercapacity,
.overcapacity {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 2px;
  padding-left: 6px;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  width: 44px;
  float: left;
}
.teamdrop {
  min-height: 30px;
  background: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  width: 210px;
  background: none;
  margin-top: 8px !important;
  float: left;
}
.ordercount {
  float: right;
}
#availableteam {
  float: left;
  width: 250px;
  margin-right: -250px;
}
#availableteam .teamdrop span {
  visibility: hidden;
}
#availableteam .teamdrop {
  width: 240px;
  margin: 0px;
  padding-left: 20px;
  min-height: 400px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  float: left;
  margin-top: 0px !important;
  padding-top: 10px;
  padding-bottom: 30px;
}
#availableteam .teamdrop div:first-child {
  margin-top: 5px;
}
#availableteam .teamdropzone {
  background: #1e1e1e !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#availableteam .teamdropzone div:first-child {
  margin-top: 5px;
}
#departmentpool {
  float: left;
  margin-left: 0px;
  margin-right: 0px !important;
  padding: 15px 15px 20px 270px;
  width: 100%;
}
.columns {
  background-image: url(/common/images/2column_brn.png) !important;
  width: 100%;
  background-repeat: repeat-y;
  float: left;
  background-position: -300px 0px;
}
#manage_department_modal .modal-body,
#manage_team_modal .modal-body {
  min-height: 350px;
}
#manage_department_modal .chzn-container,
#manage_team_modal .chzn-container {
  width: 200px;
}
a.editdepartment,
a.editteam {
  position: relative;
  right: -93%;
  display: block;
  clear: both;
  padding-top: 5px !important;
  padding-right: 5px !important;
  width: 18px;
}
a.editdepartment span,
a.editteam span {
  color: #FFF;
  opacity: .4;
  transition: opacity ease-in 0.1s;
  -webkit-transition: opacity ease-in 0.1s;
  -moz-transition: opacity ease-in 0.1s;
  -o-transition: opacity ease-in 0.1s;
}
a.editdepartment span:hover,
a.editteam span:hover {
  opacity: .999;
}
.editdepartment:hover,
.editteam:hover {
  text-decoration: none;
}
#department_error,
#team_error {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #FFF !important;
  background: #6d0019;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: url(/common/images/icons/warning.png), -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
  text-align: center;
  font-size: 14px;
  padding: 15px 5px 15px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: 2px solid #6d0019;
  width: 80%;
  margin-left: 8%;
  margin-right: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
.filtercontainer {
  width: 100%;
  float: left;
  margin: 10px 0px;
}
#filterblock {
  float: left;
  margin-left: 5px;
}
#filterblock select {
  margin-bottom: 0px !important;
}
#togglefilters {
  clear: right;
  float: left;
}
#oldrequirements .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}
#oldrequirements .nav a {
  cursor: pointer;
}
#oldrequirements .rf-clear a {
  padding-right: 0;
  margin-right: -7px;
}
#oldrequirements .requirements_tail,
#oldrequirements .categories_tail {
  text-align: center;
}
#oldrequirements .requirements_tail b,
#oldrequirements .categories_tail b {
  font-size: 16px;
}
#oldrequirements .requirements_tail {
  padding-bottom: 10px;
}
.requirement_category {
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #f2f2f2;
  margin: 10px 0;
}
.requirement_category .category-editing-toggle {
  display: none;
}
.requirement_category.editing strong {
  display: none;
}
.requirement_category.editing .category-editing-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 3px 0 4px;
}
.requirement_category.editing .category-editing-toggle.c-name {
  width: 300px;
}
.requirement_category.collapsed .requirements,
.requirement_category.collapsed .requirements_tail {
  display: none;
}
.requirement_category_header {
  border-bottom: solid 1px #b4b4b4;
  font-size: 20px;
  background-color: #bcbcbc;
  background-image: -moz-linear-gradient(top, #cecece, #a0a0a0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#a0a0a0));
  background-image: -webkit-linear-gradient(top, #cecece, #a0a0a0);
  background-image: -o-linear-gradient(top, #cecece, #a0a0a0);
  background-image: linear-gradient(to bottom, #cecece, #a0a0a0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ffa0a0a0', GradientType=0);
  line-height: 36px;
  padding-left: 10px;
}
.requirement_category_header .btn-mini {
  font-size: 12px;
  margin-top: 8px;
  margin-right: 6px;
  float: right;
}
.requirement_category_header .btn-mini .icon-large {
  font-size: 10px;
  vertical-align: bottom;
}
.requirement_category_header .icon-menu {
  margin-right: 15px;
  font-size: 28px;
  height: 16px;
  width: 20px;
  margin-top: -4px;
}
.requirement_category_header .icon-menu,
.requirement_category_header .collapse-btn,
.requirement_category_header strong {
  color: #eee;
  vertical-align: middle;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
}
.requirement_category_header .collapse-btn {
  margin-right: 10px;
  font-size: 22px;
  height: 16px;
  width: 20px;
}
.requirements {
  list-style: none;
  padding: 15px 20px 10px;
  margin: 0;
  min-height: 30px;
}
.requirements.hovered {
  background: #f6f3e6;
}
.requirements:empty {
  text-align: center;
}
.requirements:empty::after {
  content: "No Requirements Defined";
  font-size: 16px;
  line-height: 30px;
  color: #ddd;
}
.requirement_container {
  background: #eee;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #b4b4b4;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: border-width 0 linear, margin-bottom 0.4s linear;
  -moz-transition: border-width 0 linear, margin-bottom 0.4s linear;
  -o-transition: border-width 0 linear, margin-bottom 0.4s linear;
  transition: border-width 0 linear, margin-bottom 0.4s linear;
}
.requirement_container.rf-filtered {
  border-width: 0;
  margin-bottom: 0;
  -webkit-transition: border-width 0 linear 0.3s, margin-bottom 0.4s linear;
  -moz-transition: border-width 0 linear 0.3s, margin-bottom 0.4s linear;
  -o-transition: border-width 0 linear 0.3s, margin-bottom 0.4s linear;
  transition: border-width 0 linear 0.3s, margin-bottom 0.4s linear;
}
.requirement_container.rf-filtered .requirement_header {
  height: 0;
}
.requirement_container.rf-filtered .requirement_view,
.requirement_container.rf-filtered .requirement_edit {
  display: none;
}
.requirement_container .requirement_header {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  height: 40px;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
.requirement_container .requirement_header .btn {
  font-size: 12px;
  margin-top: 8px;
  margin-right: 6px;
  float: right;
}
.requirement_container .requirement_header .btn i {
  font-size: 10px;
  vertical-align: bottom;
}
.requirement_container .requirement_header span {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 10px;
  font-size: 14px;
  display: block;
  float: left;
}
.requirement_container .requirement_view {
  border-top: solid 1px #b4b4b4;
  overflow: hidden;
  margin-bottom: -1px;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.requirement_container .requirement_view table {
  width: 100%;
}
.requirement_container .requirement_view .description {
  border-bottom: solid 1px #b4b4b4;
}
.requirement_container .requirement_view .limitations td {
  font-size: 11px;
  padding: 3px 8px;
  width: 16%;
}
.requirement_container.show-view {
  height: auto;
  overflow: visible;
}
.requirement_container.show-view .requirement_view {
  max-height: 500px;
  -webkit-transition: max-height 0.5s linear;
  -moz-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
.requirement_container.show-view .requirement_header,
.requirement_container.show-view .drop_handle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.requirement_container .requirement_edit {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s ease-out, opacity 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-out, opacity 0.2s ease-in;
  -o-transition: max-height 0.2s ease-out, opacity 0.2s ease-in;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-in;
}
.requirement_container.show-edit {
  height: auto;
  overflow: visible;
}
.requirement_container.show-edit .requirement_edit {
  border-top: solid 1px #b4b4b4;
  max-height: 1000px;
  overflow: visible;
  opacity: 1;
  -webkit-transition: max-height 0.5s linear, opacity 0.2s ease-in 0.15s;
  -moz-transition: max-height 0.5s linear, opacity 0.2s ease-in 0.15s;
  -o-transition: max-height 0.5s linear, opacity 0.2s ease-in 0.15s;
  transition: max-height 0.5s linear, opacity 0.2s ease-in 0.15s;
}
.requirement_container.show-edit .requirement_header,
.requirement_container.show-edit .drop_handle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.requirement_edit strong,
.requirement_new strong {
  display: block;
}
.requirement_edit .r-row,
.requirement_new .r-row {
  padding: 0 15px;
  margin-bottom: 20px;
}
.requirement_edit .r-row:first-child,
.requirement_new .r-row:first-child {
  margin-top: 20px;
}
.requirement_edit .r-row .r-full,
.requirement_new .r-row .r-full {
  padding: 0 10px;
}
.requirement_edit .r-row .r-half,
.requirement_new .r-row .r-half {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.requirement_edit .r-row .r-half .btn-primary,
.requirement_new .r-row .r-half .btn-primary {
  float: right;
}
.requirement_edit .r-row .r-third,
.requirement_new .r-row .r-third {
  width: 33.3333333333%;
  float: left;
  padding: 0 10px;
}
.requirement_edit .r-row .r-fourth,
.requirement_new .r-row .r-fourth {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.requirement_edit .r-row .r-fifth,
.requirement_new .r-row .r-fifth {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.requirement_edit input[type="text"],
.requirement_new input[type="text"] {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.requirement_edit .chosen-container,
.requirement_new .chosen-container {
  width: auto !important;
  display: block;
}
.requirement_edit .chosen-container-multi .chosen-choices,
.requirement_new .chosen-container-multi .chosen-choices {
  min-height: 56px;
  max-height: 112px;
  overflow-y: scroll;
}
.requirement_edit .description textarea,
.requirement_new .description textarea {
  width: 100%;
}
.requirement_edit .description > div,
.requirement_new .description > div {
  width: auto !important;
}
.requirement_edit .description > div .nicEdit-main,
.requirement_new .description > div .nicEdit-main {
  width: auto !important;
  min-height: 100px !important;
}
.requirement_edit .description > div:first-child + div,
.requirement_new .description > div:first-child + div {
  background: white;
}
.drop_handle {
  float: left;
  background-color: #900;
  padding: 11px 4px 11px 8px;
  display: inline-block;
  font-size: 24px;
  color: #FFF;
  border-right: groove 2px #fafafa;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.drop_handle:hover {
  background-color: #bcbcbc;
  background-image: -moz-linear-gradient(top, #cecece, #a0a0a0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#a0a0a0));
  background-image: -webkit-linear-gradient(top, #cecece, #a0a0a0);
  background-image: -o-linear-gradient(top, #cecece, #a0a0a0);
  background-image: linear-gradient(to bottom, #cecece, #a0a0a0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ffa0a0a0', GradientType=0);
}
.newreqtable {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.newreqtable td {
  width: 25%;
}
.newreqtable td select {
  width: 98%;
}
#edit_requirement_text {
  width: 100%;
}
#previewrequirements .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}
#previewrequirements .requirements .category {
  list-style: none;
}
#previewrequirements .requirements .category > strong {
  font-size: 1.6em;
}
#previewrequirements .requirements .category > ul {
  list-style: disc;
  margin-top: 5px;
  margin-bottom: 10px;
}
.base_rule_blocks {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #f5f5f5;
  width: 100%;
}
.base_rule_blocks div.baselabel {
  width: 40px;
  display: inline-block;
}
.base_rule_blocks .stateexceptions {
  float: left;
}
.subitem {
  background-image: url(/common/images/subline.svg);
  background-repeat: no-repeat;
  padding-left: 50px;
}
.lineitem {
  width: 175px !important;
  display: inline-block;
}
.except_rule_blocks {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #f5f5f5;
  width: 100%;
}
div.except_rule_blocks {
  width: 100%;
  display: inline-block;
}
.basefeeavg {
  width: 100px;
  display: inline-block;
}
.currency {
  text-align: right;
}
.negativecurrency {
  color: #F00;
}
.delete_rule {
  display: inline-block;
  background-image: url(/common/images/removex.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #949494;
  background-size: 80%;
  background-position: center center;
  width: 15px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 3px #FFF;
  float: right;
  margin-top: 5px;
}
.delete_rule:hover {
  background-color: #7c0000;
}
.feenamecontainer {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.feename {
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #f9f9f9), color-stop(56%, #ededed));
  background: -webkit-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: -o-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: -ms-linear-gradient(top, #f9f9f9 46%, #ededed 56%);
  background: linear-gradient(to bottom, #f9f9f9 46%, #ededed 56%);
  border: 1px solid #b3b3b3;
  padding: 20px;
  width: 40%;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#fee_rules {
  float: left;
  width: 100%;
}
.fee_rule_additions {
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  padding: 10px;
  margin-top: -1px;
  background-color: #ededed;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.active {
  z-index: 1000;
}
.container_border {
  border-right: solid 1px #b4b4b4;
  padding-right: 2.0212766%;
}
.addruletable {
  float: left;
  width: 100%;
}
.addruletable td {
  padding: 4px !important;
}
.addruletable tr:first-child td {
  font-family: 'TeXGyreHerosBold';
  color: #333;
}
#fee_clients {
  padding: 10px 20px 20px 10px;
}
.feeschedulecontainer {
  float: left;
  padding: 20px;
  width: 100%;
}
a.schedule {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  border: solid 1px #b4b4b4;
  text-decoration: none;
  width: 28.3%;
  margin-left: 1.33%;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
a.schedule:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#edit_label_name {
  font-size: 10px;
  clear: both;
  float: none;
}
#label_name {
  height: 24px;
  border: solid 1px #FFF;
  margin-bottom: 4px;
  display: block;
  margin-top: 0px;
  padding: 4px 6px 6px 0px;
  line-height: 24px;
}
#replace_name {
  height: 24px;
  font-size: 24px;
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #872676;
  clear: both;
  float: none;
  display: block;
  width: 300px;
  margin-bottom: 4px;
}
#clientids_chzn .search-choice {
  width: 610px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* New Pipeline Page --------------------------------------------------------------------------------------------------------------------------------*/
.qc_questions {
  float: left;
  padding: 20px 0px;
  text-align: center;
  margin: 0px;
  position: relative;
  margin-bottom: 0px;
  width: 20%;
  background-color: #f7f7f7;
  min-height: 100%;
  border-bottom: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.qc_container {
  width: 80%;
  float: right;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.qccheck {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
  font-size: 13px;
}
.qccheck td {
  padding: 10px;
  border-bottom: solid 1px #b4b4b4;
  text-align: left;
  vertical-align: top;
}
.qccheck td:first-child {
  width: 60%;
}
.qcsummarytable {
  width: 450px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #b4b4b4;
  background-color: #fafafa;
}
.qcsummarytable td {
  padding: 8px;
}
.qcsummarytable td:first-child {
  width: 150px;
}
#compgmap {
  width: 425px;
  height: 520px;
  float: left;
  margin-right: 15px;
}
#compgmap img {
  max-width: none;
}
.gridslide {
  overflow-x: scroll;
  white-space: nowrap;
  text-align: right;
  z-index: 3000;
}
.inplaceeditor-form {
  padding: 0px;
  margin: 0px;
}
.editor_field {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  text-align: right;
}
.comment_edit_inplace .editor_field {
  text-align: left;
}
.simpleedit,
.selectedit,
.numberedit,
.calendaredit,
.mlsimage,
.comment_edit,
.sitesize_edit {
  cursor: pointer;
}
#changecomppanel {
  position: absolute;
  width: 800px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  z-index: 3000;
}
#changecomp_info {
  float: left;
  width: 39%;
  height: 100%;
  margin: 5px;
  padding: 20px;
}
#changecomp_map {
  float: right;
  width: 59%;
  height: 100%;
}
#reconcile_panel {
  padding: 5px 25px 10px 25px;
}
.inspectionimage {
  width: 95%;
  border: solid 8px #FFF;
  -moz-box-shadow: 1px 1px 6px #000;
  -webkit-box-shadow: 1px 1px 6px #000;
  box-shadow: 1px 1px 6px #000;
  z-index: 1200;
}
.inspectionimage:hover {
  -moz-box-shadow: 0px 0px 2px #000;
  -webkit-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
}
#zoom {
  z-index: 1500;
}
#compgmap {
  width: 500px;
  height: 520px;
  float: left;
  margin-right: 15px;
}
#compgmap img {
  max-width: none;
}
.map_property_list {
  cursor: pointer;
}
.recon_inspectiontables {
  float: left;
  width: 100%;
}
.reconcile_table {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.reconcile_table td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.reconcile_comments {
  float: left;
  width: 415px;
  margin-left: 0px;
}
#agents,
#inspection,
#compmap,
#compgrid,
#agentsumm,
#subjecthistory,
#selectedcomps,
#uniquecomps,
#reportimages,
#agentcomments {
  padding: 20px;
  float: left;
  position: relative;
  width: 100%;
}
#reportimages h2 {
  margin-top: 15px;
}
#subjecthistory,
#selectedcomps {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.inspectiondetails,
.repairdetails {
  width: 48%;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.inspectiondetails th,
.repairdetails th {
  text-align: left;
  color: #FFF;
  font-weight: bold;
  background-color: #969696;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  border-right: solid 3px #FFF;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.inspectiondetails td,
.repairdetails td {
  padding: 8px 5px 8px 5px;
  border-right: solid 3px #FFF;
  border-bottom: solid 1px #b4b4b4;
  background-color: #f4f4f4;
  font-size: 12px;
}
#summary_table {
  margin-bottom: 15px;
  table-layout: fixed;
}
#summary_table td {
  padding: 8px 5px 8px 5px;
  border-right: solid 3px #FFF;
  border-bottom: solid 1px #b4b4b4;
  background-color: #f4f4f4;
  font-size: 12px;
}
.inspectiondetails td:last-child,
.inspectiondetails th:last-child,
.repairdetails td:last-child,
.repairdetails th:last-child {
  border-right: none;
}
.repairstable {
  margin: 0px;
  width: 100%;
}
.repairstable td {
  padding: 8px 5px 8px 5px;
  border-bottom: solid 1px #b4b4b4;
  vertical-align: top;
}
.repairstable th {
  font-size: 14px;
  padding: 10px 4px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  text-align: center;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  vertical-align: top;
}
.repairstable th p {
  font-size: 11px !important;
  line-height: 13px;
  font-weight: normal;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
}
#repairstable td {
  font-size: 10px;
  padding: 5px;
  text-align: center;
}
#repairstable td:first-child {
  text-align: left;
}
.repairimage {
  height: 100px !important;
  width: auto;
  border: solid 2px #FFF;
  -moz-box-shadow: 1px 1px 5px #000;
  -webkit-box-shadow: 1px 1px 5px #000;
  box-shadow: 1px 1px 5px #000;
  margin: 5px 20px 5px 0px;
}
.uploadphotobox {
  background-repeat: repeat;
  font-size: 18px;
  border-radius: 5px;
  -moz-border-radius: 6px solid #FFF;
  text-align: center;
  width: 300px;
  opacity: 1.0 !important;
  padding: 15px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.uploadphotobox p {
  font-size: 12px !important;
  font-weight: normal !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.uploadphotobox a {
  color: #FFF !Important;
}
.inspection_notice {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  padding-bottom: 15px;
  margin-top: 20px;
  float: left;
  color: #900;
  line-height: 23px;
}
.categolbl {
  background-color: #0C5178;
  color: #fff !important;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.imagereviewtable {
  width: 100% !important;
}
.imagereviewtable td {
  width: 33%;
}
.imagereviewtable td img {
  width: 100%;
}
.repairsmartrepairs tr th:first-child {
  width: 50%;
}
.closest_value {
  background-color: #bcd1de !important;
  padding: 0px;
}
.Header_A,
.Header_B,
.Header_C,
.Header_overall,
.Header_blank {
  font-weight: bold;
  color: #FFF;
  padding: 12px 5px 12px 5px !important;
}
.Header_A {
  background-color: #14577f !important;
}
.Header_B {
  background-color: #0e7744 !important;
}
.Header_C {
  background-color: #317681 !important;
}
.Header_overall {
  background-color: #832325 !important;
}
.mergecolor {
  background-color: #832325 !important;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.topcompscontainer {
  width: 920px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  z-index: 50;
}
.agentsummarycontainer {
  width: 920px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  z-index: 50;
}
.topcomp_content {
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 20px;
}
.uncheck,
.checked {
  display: block;
  margin-bottom: -4px;
  width: 100px;
  height: 31px;
  background-image: url(/common/images/compcheckbox_sprites.png);
  background-repeat: no-repeat;
}
.uncheck {
  background-position: 0px 0px;
}
.checked {
  background-position: 0px -31px;
}
#imagetable td {
  width: 305px !important;
  text-align: center !important;
  padding-bottom: 20px;
}
.compmaptable {
  width: 400px;
}
.compmaptable td {
  padding: 5px 3px 5px 3px;
  border-right: solid 3px #FFF;
  border-bottom: solid 1px #b4b4b4;
  background-color: #f4f4f4;
  font-size: 12px;
}
.compmaptable td:last-child {
  border-right: none;
}
.compmaptable td:first-child {
  width: 20px;
}
.compmaptable tr {
  background-color: #f6f6f6;
}
.compmaprable_th {
  background-color: #969696 !important;
  color: #FFF;
  padding: 12px 5px 12px 5px !important;
}
.reviewcompmaptable {
  width: 100%;
}
.reviewcompmaptable td {
  padding: 5px 3px 5px 3px;
  border-right: solid 3px #FFF;
  border-bottom: solid 1px #b4b4b4;
  background-color: #f4f4f4;
  font-size: 14px;
}
.reviewcompmaptable td:last-child {
  border-right: none;
}
.reviewcompmaptable td:first-child {
  width: 40px;
  text-align: center;
}
.reviewcompmaptable tr {
  background-color: #f6f6f6;
}
.compmaprable_th {
  background-color: #969696 !important;
  color: #FFF;
  padding: 12px 5px 12px 5px !important;
}
.map_property_list:hover {
  background-color: #dfdfdf;
  cursor: pointer;
}
.propertylist_highlight {
  background: #FFF6CD !Important;
}
.gridslide {
  overflow-x: scroll;
  white-space: nowrap;
  text-align: right;
  z-index: 3000;
  cursor: col-resize;
}
.gridslide_noselect {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.compgridtable td {
  padding: 5px 5px 5px 5px;
  border-right: solid 3px #FFF;
  border-bottom: solid 1px #B3B3B3;
  border-top: none !important;
  background-color: #f4f4f4;
  font-size: 12px;
  text-align: right;
}
.compgridtable tr td:last-child {
  border-right: none !important;
}
.comptableshadow {
  -webkit-box-shadow: 10px 0px 10px -9px #000000;
  -moz-box-shadow: 10px 0px 10px -9px #000000;
  box-shadow: 10px 0px 10px -9px #000000;
  z-index: 4000;
}
.selectcomprow {
  height: 42px;
  vertical-align: center;
}
.selectcomp {
  cursor: pointer;
}
.compgridimage {
  width: 110px;
  height: 95px !important;
  vertical-align: top;
  text-align: center;
}
.compgridhdr {
  color: #FFF !important;
  font-weight: bold;
}
.summaryboxes {
  border: solid 1px #b3b3b3;
  padding: 10px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 15px;
}
.summarystats {
  margin-top: 10px;
}
.summarystats td {
  padding-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 15px;
  border-bottom: solid 1px #b4b4b4;
}
.historytable td {
  border-bottom: solid 1px #b4b4b4;
  border-right: #FFF solid 2px !important;
  padding: 5px;
  background-color: #f4f4f4;
}
.historytable th {
  background-color: #969696 !important;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  border-right: #FFF solid 2px !important;
  padding: 5px;
}
.historytable td:last-child,
.historytable th:last-child {
  border-right: none !important;
}
.historytable tr:last-child td {
  border-bottom: none !important;
}
.historytable th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.historytable th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-right: 3px;
}
.historytable tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.historytable tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.historytable td:nth-child(6) {
  white-space: nowrap;
}
.compbutton {
  margin-left: auto !important;
  margin-right: auto !important;
}
.googletable {
  font-size: 11px;
  margin-left: 3px;
}
.qa_rating table td {
  padding: 4px 0px;
  width: 125px;
  height: 26px;
}
.qa_rating table td:nth-child(2) {
  padding: 0;
  width: 25px;
}
#deliveroption {
  width: 185px;
  float: left;
  position: absolute;
}
#deliveroption a {
  text-decoration: none;
}
#deliveroption ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#deliveroption ul label {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-left: 4px;
}
#deliveroption ul li {
  text-align: left;
  margin-left: 0px;
}
.qc_vendorinstructions {
  float: left;
  clear: both;
  width: 50%;
  padding: 20px 20px 20px 0px;
  border-bottom: solid 1px #b4b4b4;
}
#reconcile_comment {
  width: 525px !important;
  height: 275px !important;
  padding: 5px;
  margin-top: 3px;
}
.trendimages {
  width: 15px !important;
  height: 15px !important;
  vertical-align: middle;
  margin-top: -4px;
}
#sow p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
}
#nbhd_markettrend_container,
#overall_markettrend_container {
  white-space: nowrap !important;
}
#nbhd_markettrend_container label:nth-child(n+2),
#overall_markettrend_container label:nth-child(n+2) {
  margin-right: 10px;
}
#nbhd_markettrend_container input,
#overall_markettrend_container input {
  margin-bottom: 3px;
}
/* Delivery Table */
.deliverytable {
  width: 100%;
  float: left;
}
.deliverytable th {
  font-size: 12px;
  padding: 6px !important;
  line-height: 16px;
}
.deliverytable td {
  font-size: 12px;
}
.deliverytable td label,
.deliverytable td select,
.deliverytable td input {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  display: inline;
}
.deliverytable tr td:nth-child(n+2) {
  white-space: nowrap;
}
select#deliv_fnp,
select.deliv_fnp {
  width: 170px !important;
}
.one_down,
.one_up {
  width: 15px !important;
  text-align: center !important;
  padding: 0px 15px 0px 6px !important;
  font-family: monospace;
}
/* Up Navigation */
#back-top {
  position: fixed;
  margin-left: -25px;
  top: 50%;
}
#back-top a {
  font-size: 12px;
  padding: 4px;
  box-sizing: border-box;
  width: 35px;
  display: block;
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
  border: solid 1px #872676;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 0px 2px rgba(50, 50, 50, 0.75);
  text-align: center;
  /* background color transition */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#back-top i {
  font-size: 18px !important;
  margin-bottom: 2px;
}
#back-top:hover {
  color: #FFF;
  background: #7f246f;
  *background-color: #7f246f;
  text-decoration: none;
}
#back-top h2:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 16px;
  border-style: solid;
  border-color: #5f1b53 transparent transparent;
}
.tablevendordue {
  width: 30% !important;
  float: right;
  margin-top: 20px;
}
.tablevendordue td {
  font-size: 16px !important;
  padding: 8px 8px !important;
}
.tablevendordue td:first-child {
  background-color: #EEE;
  width: 50%;
}
.tablevendordue td:last-child {
  text-align: right;
}
.vendorpaymentsummary th {
  width: 20%;
}
.vendorpaymentsummary th:last-child {
  border-right: none !important;
}
.vendorpaymentsummary td {
  background-color: #f7f7f7;
  font-size: 20px;
  text-align: center;
  padding: 12px 0px;
}
.vendorpaymentsummary tr:first-child td {
  border-bottom: solid 1px #b4b4b4;
}
.vendorpaymentsummary td:first-child {
  background-color: #E7E7E7 !important;
}
/* Market Trends */
.select-declining {
  background: url(/common/images/reports/decline_icon_sm.jpg);
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px;
}
.select-stable {
  background: url(/common/images/reports/stable_icon_sm.jpg);
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px;
}
.select-increasing {
  background: url(/common/images/reports/increase_icon_sm.jpg);
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px;
}
/** overrides bootstrap select to align background images **/
.bootstrap-select {
  margin-bottom: 3px !important;
}
.bootstrap-select:not([class*="span"]) {
  width: 99% !important;
}
.bootstrap-select a {
  text-align: left;
  padding-left: 40px !important;
}
/** overrides bootstrap-select hover background **/
.select-declining:hover,
.select-declining:focus {
  background: url(/common/images/reports/decline_icon_sm.jpg) #c0c0c0 !important;
}
.select-stable:hover,
.select-stable:focus {
  background: url(/common/images/reports/stable_icon_sm.jpg) #c0c0c0 !important;
}
.select-increasing:hover,
.select-increasing:focus {
  background: url(/common/images/reports/increase_icon_sm.jpg) #c0c0c0 !important;
}
.select-declining:hover,
.select-declining:focus,
.select-stable:hover,
.select-stable:focus,
.select-increasing:hover,
.select-increasing:focus {
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 10px 5px !important;
}
.no-select-background:hover,
.no-select-background:focus {
  background: #fff !important;
}
/* Barrify Filter */
#orderfilter {
  -webkit-box-shadow: inset 1px 0px 5px 0px rgba(0, 0, 0, 0.9) !important;
  box-shadow: inset 1px 0px 5px 0px rgba(0, 0, 0, 0.9) !important;
  font-size: 14px;
}
#orderfilter_chosen {
  float: right;
  margin-top: 10px;
  border: solid 1px #b4b4b4;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#orderfilter_chosen .highlighted {
  background: #A19999 !important;
  color: #FFF;
}
#orderfilter_chosen li.group-result {
  color: #872676 !important;
}
#orderfilter_chosen ul {
  border: none !important;
  font-size: 14px;
  padding: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#orderfilter_chosen .chosen-choices {
  background: #F5F5F5 !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
#orderfilter_chosen .chosen-drop {
  margin-top: -3px;
  margin-left: -1px;
  width: 350px;
  padding-bottom: 3px;
  background-color: rgba(245, 245, 245, 0.95);
}
#orderfilter_chosen input {
  color: #999999;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px !important;
  line-height: 14px;
}
#orderfilter_chosen input[type="text"] {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
}
#orderfilter_chosen .badge {
  font-size: 14px;
  margin-left: 3px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #872676;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: -3px;
}
#orderfilter_chosen .badge:hover,
#orderfilter_chosen .badge:focus,
#orderfilter_chosen .badge:active,
#orderfilter_chosen .badge.active,
#orderfilter_chosen .badge.disabled,
#orderfilter_chosen .badge[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
#orderfilter_chosen li.result-selected .badge {
  background-color: #A19999 !important;
  border-color: #A19999 !important;
  background-image: none !important;
}
#orderfilter_chosen .search-choice {
  line-height: 14px;
}
#orderfilter_chosen .search-choice > span {
  padding-top: 3px;
  float: left;
}
#orderfilter_chosen .search-choice .badge {
  margin-left: 8px;
  margin-top: -3px;
}
#statusspreadsheet_chosen {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 14px;
}
#statusspreadsheet_chosen .chosen-single {
  padding-top: 7px;
  padding-bottom: 7px;
  border: solid 1px #b4b4b4;
}
#statusspreadsheet_chosen .chosen-single div {
  padding-top: 6px;
}


/* #clicktotalk  - removed */



.zone-editor {
  overflow: hidden;
  position: relative;
}
.zone-editor .zone-map {
  position: relative;
  height: 600px;
  margin-right: 500px;
  z-index: 1;
}
.zone-editor .zone-map img {
  max-width: none;
}
.zone-editor .zone-panel {
  position: relative;
  height: 600px;
  width: 500px;
  float: right;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.zone-editor .zone-panel .search {
  display: block;
  margin: 20px auto;
  width: 440px;
}
.zone-editor .zone-panel .search input {
  width: 350px;
}
.zone-editor .zone-panel .nav-tabs {
  margin-bottom: 0;
}
.zone-editor .zone-panel .search-results {
  padding: 0 20px;
}
.zone-editor .zone-panel .search-results .well {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.zone-editor .zone-panel .search-results .nav-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 420px;
}
.zone-editor .zone-panel .edit-zone {
  padding: 10px 20px;
  overflow-y: auto;
  max-height: 470px;
}
.zone-editor .zone-panel .edit-zone.loading {
  background-color: white;
  background-repeat: no-repeat;
  background-image: url('/common/images/uploading.gif');
  background-position: center center;
  height: 400px;
}
.zone-editor .zone-panel .edit-zone .zone-members {
  list-style: none;
  margin: 0;
}
.zone-editor .zone-panel .edit-zone .zone-member {
  background: #eee;
  margin-bottom: 5px;
  padding: 5px;
}
.zone-editor .zone-panel .edit-zone .zone-member .icon-close {
  float: right;
  margin-top: 3px;
}
.zone-editor .zone-panel .edit-zone .zone-member-input input {
  box-sizing: border-box;
  height: 30px;
  width: 100%;
}
.zone-editor .zone-panel .edit-zone fieldset {
  margin-top: 10px;
}
.zone-editor .zone-panel .edit-zone legend {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.zone-editor .zone-panel .nav-tabs {
  padding-left: 20px;
}
.zone-editor .zone-panel .alert {
  float: left;
  min-width: 300px;
  padding: 5px 10px;
}
.zone-editor progress {
  position: absolute;
  bottom: 2px;
  left: 4px;
  right: 504px;
  width: auto;
  z-index: 3;
}

/* .siren-action: removed */

/* .custom-report: removed */

#excel-dl .progress {
  margin: 6px 0 0;
}
#excel-dl .progress .bar.error {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  -webkit-background-clip: padding-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.65em;
  font-family: icomoon;
  display: inline-block;
  content: "\f005";
}
.ratemeter .rating > label:before {
  font-size: 1.35em;
  margin-left: 2px;
  margin-bottom: 0px;
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating > label {
  color: #ddd;
  float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating[data-edit="true"]:not(:checked) > label:hover,
.rating[data-edit="true"]:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
/* hover previous stars in list */
.rating[data-edit="true"] > input:checked + label:hover,
.rating[data-edit="true"] > input:checked ~ label:hover,
.rating[data-edit="true"] > label:hover ~ input:checked ~ label,
.rating[data-edit="true"] > input:checked ~ label:hover ~ label {
  color: #FFED85;
}
/****** Style Recommended Star Rating  *****/
.recomedation .rating > input:checked ~ label {
  color: #666;
}
/* hover previous stars in list */
#tabs .btn-group[data-toggle^="button"] label input {
  display: none;
}
.unassigned {
  background-color: #ccccc0;
  background-image: -moz-linear-gradient(top, #dcdcc8, #b4b4b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcc8), to(#b4b4b4));
  background-image: -webkit-linear-gradient(top, #dcdcc8, #b4b4b4);
  background-image: -o-linear-gradient(top, #dcdcc8, #b4b4b4);
  background-image: linear-gradient(to bottom, #dcdcc8, #b4b4b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcdcc8', endColorstr='#ffb4b4b4', GradientType=0);
  border-color: solid 1px #b4b4b4;
}
.assigna {
  background-color: #930001;
  background-image: -moz-linear-gradient(top, #a30000, #7a0002);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a30000), to(#7a0002));
  background-image: -webkit-linear-gradient(top, #a30000, #7a0002);
  background-image: -o-linear-gradient(top, #a30000, #7a0002);
  background-image: linear-gradient(to bottom, #a30000, #7a0002);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa30000', endColorstr='#ff7a0002', GradientType=0);
  border-color: #7a0002;
}
.assignb {
  background-color: #459055;
  background-image: -moz-linear-gradient(top, #4fa562, #357042);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4fa562), to(#357042));
  background-image: -webkit-linear-gradient(top, #4fa562, #357042);
  background-image: -o-linear-gradient(top, #4fa562, #357042);
  background-image: linear-gradient(to bottom, #4fa562, #357042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4fa562', endColorstr='#ff357042', GradientType=0);
  border-color: #357042;
}
.assignc {
  background-color: #004f88;
  background-image: -moz-linear-gradient(top, #005fa3, #00365f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005fa3), to(#00365f));
  background-image: -webkit-linear-gradient(top, #005fa3, #00365f);
  background-image: -o-linear-gradient(top, #005fa3, #00365f);
  background-image: linear-gradient(to bottom, #005fa3, #00365f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005fa3', endColorstr='#ff00365f', GradientType=0);
  border-color: #00365f;
}
#vendorlist {
  float: left;
  width: 50%;
  min-width: 600px;
}
#assigngmap {
  width: 48%;
  height: 740px;
  display: block;
  float: right;
  margin: 0px;
}
#assigngmap img {
  max-width: none;
}
#assignedvendors {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.vendors-toobar {
  margin-top: 4px;
}
.vendors-toobar.vendors-toobar .invite-btn {
  color: #ffffff;
  min-width: 140px;
}
.vendors-toobar.vendors-toobar [class*=" icon-"] {
  line-height: 1.2em;
}
.delete-fee,
.delete-fee:hover {
  background-image: url("/common/images/icons/ex.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0px;
  margin-right: 0px;
  box-sizing: border-box;
}
#vendortype {
  margin-bottom: 0px;
}
.unassigndropzone {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  height: 86px;
}
.vtunassignnumber {
  background-color: #bcbcbc;
  background-image: -moz-linear-gradient(top, #cecece, #a0a0a0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#a0a0a0));
  background-image: -webkit-linear-gradient(top, #cecece, #a0a0a0);
  background-image: -o-linear-gradient(top, #cecece, #a0a0a0);
  background-image: linear-gradient(to bottom, #cecece, #a0a0a0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ffa0a0a0', GradientType=0);
}
.vendor_box {
  float: left;
  width: 100%;
  padding: 0px;
  border: solid 1px #b4b4b4;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 5px;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 86px;
}
.vendor_box:hover {
  background-color: #b3b3b3;
  *background-color: #b3b3b3;
}
.vendortable {
  border-collapse: separate !important;
  width: 100% !important;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  width: 100%;
}
.vendortable th,
.vendortable td {
  padding: 8px 5px;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-bottom: none;
  font-size: 14px;
}
.vendortable tr th:first-child {
  border-left: solid 1px #b4b4b4;
}
.vendortable tr th:last-child {
  border-right: solid 1px #b4b4b4;
}
.vendortable th {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.vendortable label {
  margin-bottom: 0px;
}
.vendortable a {
  text-decoration: none;
  vertical-align: middle;
}
.vendortable a:hover {
  text-decoration: underline;
}
.vendortable tr:first-child td:first-child,
.vendortable th:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.vendortable tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.vendortable tr:first-child td:last-child,
.vendortable th:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.vendortable tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.vendortable tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.vendortable tr td:first-child {
  border-left: solid 1px #b4b4b4;
}
.vendortable td {
  padding: 4px 3px;
  height: 28px !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #222222;
}
.vendortable td:first-child {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #FFF;
  font-size: 16px;
}
.vendortable th {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  padding: 5px 0px;
  border-right: solid 1px #b4b4b4;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #333333;
}
.vendortable th:last-child {
  width: 60px !important;
  border-right: solid 1px #b4b4b4;
}
.vendortable th:first-child {
  border-left: solid 1px #b4b4b4;
}
.vendortable tr td:nth-child(2) {
  white-space: nowrap;
}
.vendortable tr td:nth-child(3) {
  white-space: nowrap;
}
.vendortable tr td:last-child {
  white-space: nowrap;
}
.vendortable tr td:nth-child(7) {
  white-space: nowrap;
}
.vendortable tr td:nth-child(6) {
  width: 15%;
}
.vendortable tr:nth-child(n+2) td:last-child {
  text-align: left;
}
.vendortable tr:nth-child(n+2) td:first-child {
  padding: 4px 5px !important;
}
.vendortable .btn-chicle:first-child {
  margin-right: 3px;
}
.orderbox {
  float: left;
  width: 20%;
  line-height: 16px;
  margin-top: 20px;
}
.orderbox a {
  text-decoration: none;
}
.orderbox a:hover {
  text-decoration: underline;
}
.assignedtext {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 14px !important;
}
.vendorcontent {
  display: inline-block;
  color: #000;
  font-weight: normal;
  margin-left: 4px;
  float: left;
  margin-top: 2px;
  font-size: 13px;
  line-height: 15px;
  width: 515px;
}
.vendorcontent table {
  width: 100%;
}
.vendorcontent td {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 175px;
  margin-right: -40px;
}
.vendorcontent tr td:nth-child(2) {
  white-space: nowrap;
}
.vendorcontent tr td:first-child {
  padding-left: 0px;
}
.unassigndropzone table.vendorcontent {
  margin-top: 8px !important;
  float: left;
}
.unassigndropzone table.vendorcontent .vendorcontent_name {
  padding-bottom: 4px !important;
}
.assignnumberA,
.assignnumberB,
.assignnumberC,
.assignnumberD,
.assignnumberI,
.unassignnumber {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  width: 25px;
  height: 84px;
  float: left;
  display: inline-block;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  margin-right: 5px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.vtassignnumberA,
.vtassignnumberB,
.vtassignnumberC,
.vtassignnumberD,
.vtassignnumberI,
.vtunassignnumber {
  text-align: center !important;
  width: 20px !important;
  margin: 0px;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
}
.unassignnumber {
  background: #b4b4b4;
  padding-top: 30px;
}
.vtunassignnumber {
  background: #b4b4b4;
  width: 20px;
}
.assignnumberA,
.assignnumberI,
.vtassignnumberA,
.vtassignnumberI {
  background: #7a0002 !important;
  background: -moz-linear-gradient(top, #a30000 46%, #7a0002 56%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #a30000), color-stop(56%, #7a0002)) !important;
  background: -webkit-linear-gradient(top, #a30000 46%, #7a0002 56%) !important;
  background: -o-linear-gradient(top, #a30000 46%, #7a0002 56%) !important;
  background: -ms-linear-gradient(top, #a30000 46%, #7a0002 56%) !important;
  background: linear-gradient(top, #a30000 46%, #7a0002 56%) !important;
}
.assignnumberB,
.vtassignnumberB {
  background: #357042 !important;
  background: -moz-linear-gradient(top, #4fa562 46%, #357042 56%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #4fa562), color-stop(56%, #357042)) !important;
  background: -webkit-linear-gradient(top, #4fa562 46%, #357042 56%) !important;
  background: -o-linear-gradient(top, #4fa562 46%, #357042 56%) !important;
  background: -ms-linear-gradient(top, #4fa562 46%, #357042 56%) !important;
  background: linear-gradient(top, #4fa562 46%, #357042 56%) !important;
}
.assignnumberC,
.vtassignnumberC {
  background: #00365f;
  background: -moz-linear-gradient(top, #005fa3 46%, #00365f 56%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #005fa3), color-stop(56%, #00365f)) !important;
  background: -webkit-linear-gradient(top, #005fa3 46%, #00365f 56%) !important;
  background: -o-linear-gradient(top, #005fa3 46%, #00365f 56%) !important;
  background: -ms-linear-gradient(top, #005fa3 46%, #00365f 56%) !important;
  background: linear-gradient(top, #005fa3 46%, #00365f 56%) !important;
}
.assignnumberD,
.vtassignnumberD {
  background: #181818;
  background: -moz-linear-gradient(top, #303030 46%, #181818 56%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #303030), color-stop(56%, #181818)) !important;
  background: -webkit-linear-gradient(top, #303030 46%, #181818 56%) !important;
  background: -o-linear-gradient(top, #303030 46%, #181818 56%) !important;
  background: -ms-linear-gradient(top, #303030 46%, #181818 56%) !important;
  background: linear-gradient(top, #303030 46%, #181818 56%) !important;
}
.vendorcontainer {
  width: 99%;
  margin-bottom: 5px;
}
.vendorcontainer .ratemeter {
  float: left;
  width: 100px;
  display: block;
  position: relative;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
  border-radius: 5px;
  min-width: 130px;
  padding-left: 4px;
}
.vendorcontainer .ratemeter > span {
  float: left;
  font-size: 12px;
  padding: 0px 2px;
  border-radius: 4px;
  display: block;
  color: #FFF;
  border: solid 1px #872676;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  background-color: #9a2b87;
  background-image: -moz-linear-gradient(top, #a72f92, #872676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
  background-image: -webkit-linear-gradient(top, #a72f92, #872676);
  background-image: -o-linear-gradient(top, #a72f92, #872676);
  background-image: linear-gradient(to bottom, #a72f92, #872676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
}
.vendorcontainer .ratinglabel {
  float: left;
  margin-right: 5px;
  padding-top: 1px;
}
.vendorcontainer .newunassignlink {
  float: right;
  z-index: 3000;
  position: absolute;
  right: -10px;
  top: -10px;
  text-decoration: none;
  color: #ffffff;
  background-image: url(/common/images/removex.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #b4b4b4;
  background-size: 75%;
  background-position: 2px center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 2px #FFF;
  box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.9);
}
.vendorcontainer .newunassignlink:hover {
  background-color: #7c0000;
}
.vendorcontainer .btn-profile {
  height: 18px;
  width: 20px;
  padding: 0px;
}
.vendorcontainer .btn-profile i {
  margin-left: 2px;
  margin-top: 1px;
  font-size: 16px;
  line-height: 14px;
  color: #555;
}
.vendorcontainer .assigntable {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-collapse: separate;
}
.vendorcontainer .assigntable .hint--bottom::before,
.vendorcontainer .assigntable .hint--bottom::after {
  left: 10%;
}
.vendorcontainer .assigntable td {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  padding: 2px 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.vendorcontainer .assigntable .assignlabel {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: 800;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  width: 15px;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vendorcontainer .assigntable tr:first-child td:nth-child(2) {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  line-height: 14px;
  border-top-left-radius: 3px;
  padding-bottom: 0px;
}
.vendorcontainer .assigntable tr:last-child td {
  border-bottom: solid 1px #b4b4b4;
}
.vendorcontainer .assigntable tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 3px;
}
.vendorcontainer .assigntable tr:first-child td:nth-child(n+2) {
  border-top: solid 1px #b4b4b4;
}
.vendorcontainer .assigntable tr:first-child td:nth-child(n+2):last-child {
  border-top-right-radius: 3px;
}
.vendorcontainer .assigntable tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.vendorcontainer .assigntable tr td:last-child {
  border-right: solid 1px #b4b4b4;
}
.vendorcontainer .assigntable .vinfo {
  width: 25%;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  text-align: center;
  white-space: nowrap;
}
.vendorcontainer .assigntable .vinfo label {
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  display: block;
  clear: both;
  margin-bottom: 0px;
}
.vendorcontainer .assigntable .appraiser,
.vendorcontainer .assigntable .agent,
.vendorcontainer .assigntable .notpanel {
  display: inline-block;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 12px;
  margin-left: 1px;
  padding: 1px 2px;
  /* border: solid 1px #FFF;*/
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: -2px;
}
.vendorcontainer .assigntable .appraiser {
  background-color: #79226a;
  background-image: -moz-linear-gradient(top, #872676, #651c58);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#872676), to(#651c58));
  background-image: -webkit-linear-gradient(top, #872676, #651c58);
  background-image: -o-linear-gradient(top, #872676, #651c58);
  background-image: linear-gradient(to bottom, #872676, #651c58);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff872676', endColorstr='#ff651c58', GradientType=0);
}
.vendorcontainer .assigntable .agent {
  background-color: #017ba7;
  background-image: -moz-linear-gradient(top, #008db5, #036093);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008db5), to(#036093));
  background-image: -webkit-linear-gradient(top, #008db5, #036093);
  background-image: -o-linear-gradient(top, #008db5, #036093);
  background-image: linear-gradient(to bottom, #008db5, #036093);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008db5', endColorstr='#ff036093', GradientType=0);
}
.vendorcontainer .assigntable .notpanel {
  background-color: #930001;
  background-image: -moz-linear-gradient(top, #a30000, #7a0002);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a30000), to(#7a0002));
  background-image: -webkit-linear-gradient(top, #a30000, #7a0002);
  background-image: -o-linear-gradient(top, #a30000, #7a0002);
  background-image: linear-gradient(to bottom, #a30000, #7a0002);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa30000', endColorstr='#ff7a0002', GradientType=0);
}
.assignedvendorbox .assigntable {
  margin-left: -1px;
}
#availablevendors .appraiser,
.assignparts .appraiser,
.availablevendors_hdr .appraiser,
#availablevendors .agent,
.assignparts .agent,
.availablevendors_hdr .agent,
#availablevendors .notpanel,
.assignparts .notpanel,
.availablevendors_hdr .notpanel {
  display: inline;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 12px;
  padding: 1px 2px;
  /*border: solid 2px #FFF;*/
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#availablevendors .appraiser,
.assignparts .appraiser,
.availablevendors_hdr .appraiser {
  background-color: #79226a;
  background-image: -moz-linear-gradient(top, #872676, #651c58);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#872676), to(#651c58));
  background-image: -webkit-linear-gradient(top, #872676, #651c58);
  background-image: -o-linear-gradient(top, #872676, #651c58);
  background-image: linear-gradient(to bottom, #872676, #651c58);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff872676', endColorstr='#ff651c58', GradientType=0);
}
#availablevendors .agent,
.assignparts .agent,
.availablevendors_hdr .agent {
  background-color: #017ba7;
  background-image: -moz-linear-gradient(top, #008db5, #036093);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008db5), to(#036093));
  background-image: -webkit-linear-gradient(top, #008db5, #036093);
  background-image: -o-linear-gradient(top, #008db5, #036093);
  background-image: linear-gradient(to bottom, #008db5, #036093);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008db5', endColorstr='#ff036093', GradientType=0);
}
#availablevendors .notpanel,
.assignparts .notpanel,
.availablevendors_hdr .notpanel {
  background-color: #930001;
  background-image: -moz-linear-gradient(top, #a30000, #7a0002);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a30000), to(#7a0002));
  background-image: -webkit-linear-gradient(top, #a30000, #7a0002);
  background-image: -o-linear-gradient(top, #a30000, #7a0002);
  background-image: linear-gradient(to bottom, #a30000, #7a0002);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa30000', endColorstr='#ff7a0002', GradientType=0);
}
#availablevendors .availablevendorbox,
.assignparts .availablevendorbox,
.availablevendors_hdr .availablevendorbox {
  cursor: pointer;
}
#availablevendors .vendorcontainer,
.assignparts .vendorcontainer,
.availablevendors_hdr .vendorcontainer {
  border-left: solid 1px #b4b4b4;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.assignparts {
  height: 86px;
  width: 100%;
  padding: 0px;
  border: solid 1px #b4b4b4;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 22px;
}
.assignparts .unassignnumber {
  color: #FFF;
}
.assignparts .vendorcontainer {
  width: 100.5%;
}
.assignparts .assigntable tr:first-child td:nth-child(2),
.assignparts .assigntable tr:nth-child(n+2) td:first-child {
  border-left: none;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.assignparts .assigntable {
  margin-top: -1px;
}
.assignparts .assigntable tr:last-child td {
  vertical-align: top;
}
.assignparts .unassigntype {
  width: 200px;
  padding-top: 10px;
}
.assignparts_hover,
.vendor_box_hover {
  border: 1px solid #d9d9d9;
  background: #d9d9d9;
  -moz-box-shadow: 0px 0px 5px 1px rgba(153, 0, 0, 0.75);
  -webkit-box-shadow: 0px 5px 1px 1px rgba(153, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 1px rgba(153, 0, 0, 0.75);
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.assignparts_hover_invalid {
  border: 1px solid #B84949;
  background: #F2DEDE;
}
.assignparts_hover_invalid .unassigntype {
  color: #B84949 !important;
}
.assignparts_hover_invalid .unassignnumber {
  background: #B84949;
  color: #FFF !important;
}
.assignparts_hover_valid {
  border: 1px solid #498749;
  background: #E0EFD9;
}
.assignparts_hover_valid .unassigntype {
  color: #498749 !important;
}
.assignparts_hover_valid .unassignnumber {
  background: #498749;
  color: #FFF !important;
}
.availablevendors_hdr {
  white-space: nowrap;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  padding: 0px 5px;
}
.availablevendors_hdr td:first-child {
  padding-right: 5px !important;
}
.availablevendors_hdr td:nth-child(2) {
  padding-left: 6px;
  padding-right: 6px;
}
.availablevendors_hdr td:last-child {
  padding-top: 3px;
}
.availablevendors_hdr p {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin: 0px;
}
div.input-append .add-on .icon-search {
  font-size: 18px !important;
  line-height: 7px;
}
#availablevendors {
  width: 100%;
  padding-right: 5px;
  float: left;
  height: 550px;
  z-index: 0 !important;
  overflow-x: inherit !important;
  overflow-y: auto;
}
#vendorfade {
  position: relative;
  float: left;
  width: 100%;
  height: 75px;
  margin-bottom: 0px;
  margin-top: -50px;
  bottom: 0px;
  z-index: 2000 !important;
  background-image: url(/common/images/fade.png);
  background-repeat: repeat;
}
.logcontrols {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 100%;
  margin-bottom: 10px;
}
#logs_addnew {
  width: 98%;
  background-color: rgba(226, 226, 226, 0.9);
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: left;
  padding: 8px;
  vertical-align: top;
  margin-top: 35px;
  margin-bottom: 5px;
  float: left;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#logs_partid {
  width: 90px;
  float: left;
}
#logs_entry {
  width: 90%;
  float: right;
}
#logs_addnewbutton {
  clear: both;
  float: right;
}
.new_document_row {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.new_document_row td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new_document_row td:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: solid 1px #b4b4b4;
  border-bottom-right-radius: solid 1px #b4b4b4;
}
.new_document_row td:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: solid 1px #b4b4b4;
  border-top-right-radius: solid 1px #b4b4b4;
}
#addnew_document {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.invoicefee {
  border: none !important;
  border: none;
}
.invoicefee td {
  border: none !important;
  background-image: none !important;
  background-color: #FFF !important;
  padding: 1px 5px !important;
  width: auto;
}
.invoicefee td:first-child {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
#invoiceamount,
#insp_photos_fill_option {
  margin: 0px !important;
}
input.newlogblue {
  float: right;
  margin-top: 10px;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #0d4e6f;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 13px;
  background: #0d4e6f;
  background: -moz-linear-gradient(top, #6d94a9 0%, #0d4e6f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d94a9), color-stop(100%, #0d4e6f));
  background: -webkit-linear-gradient(top, #6d94a9 0%, #0d4e6f 100%);
  background: -o-linear-gradient(top, #6d94a9 0%, #0d4e6f 100%);
  background: -ms-linear-gradient(top, #6d94a9 0%, #0d4e6f 100%);
  background: linear-gradient(top, #6d94a9 0%, #0d4e6f 100%);
  -pie-background: linear-gradient(top, #6d94a9 0%, #0d4e6f 100%);
}
input.newlogblue:hover {
  background: #123b6b;
  background: -moz-linear-gradient(top, #123b6b 23%, #0d2b4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #123b6b), color-stop(100%, #0d2b4c));
  background: -webkit-linear-gradient(top, #123b6b 23%, #0d2b4c 100%);
  background: -o-linear-gradient(top, #123b6b 23%, #0d2b4c 100%);
  background: -ms-linear-gradient(top, #123b6b 23%, #0d2b4c 100%);
  background: linear-gradient(top, #123b6b 23%, #0d2b4c 100%);
  -pie-background: linear-gradient(top, #123b6b 23%, #0d2b4c 100%);
}
.novendor {
  color: #FFF !important;
  background: #a90329;
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: url(/common/images/icons/warning.png), -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: url(/common/images/icons/warning.png), linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  text-align: center;
  font-size: 14px;
  padding: 15px 5px 15px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: 2px solid #6d0019;
  width: 80%;
  margin-left: 8%;
  margin-right: 10%;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}
/* !POPUP STYLING */
.ratepop {
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
}
#ratingdiv {
  position: absolute;
  left: 47%;
}
/* Vendor Invite Styling */
#inviteModal .invite_error_msg {
  font-size: 12pt;
  padding: 10px;
  color: red;
  text-align: center;
}
/* Log Entries */
.logitem {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.logitem > div {
  display: table;
  width: 100%;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.logitem > div > div {
  display: table-row;
}
.logitem > div > div > div {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}
.logitem > div > div table {
  width: 100% !important;
}
.logitem > div > div table td {
  border: none !important;
  padding: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
.logitem > div > div table tr:nth-child(1) td {
  display: none !important;
}
.logitem > div > div table tr:nth-child(2) td {
  display: none !important;
}
.logitem > div > div table tr:last-child td {
  display: none !important;
}
.logitem > div > div table tr:nth-child(4) td {
  display: none !important;
}
.logitem > div > div table td:first-child {
  display: none !important;
}
.logitem > div > div table td:last-child {
  display: none !important;
}
.logitem > div > div h2 {
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1;
  color: #FFF;
  display: block;
  box-sizing: border-box;
  margin-top: 0px;
}
.logitem > div > div .emailentry {
  font-size: 14px !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif !important;
  color: #222 !important;
}
.logitem > div > div .emailentry span,
.logitem > div > div .emailentry font {
  font-size: 14px !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif !important;
  color: #222 !important;
}
.logitem > div > div .readmorelink,
.logitem > div > div .replylink {
  border: solid 1px #872676;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  color: #872676;
  margin-top: 10px;
  text-decoration: none;
}
.logitem > div > div .readmorelink:hover,
.logitem > div > div .replylink:hover {
  background-color: #872676;
  color: #FFF;
  text-decoration: none;
}
.logitem .log-details {
  width: 300px;
  background-color: #757575;
  color: #FFF;
}
.logitem[rel="part_system"] .log-details {
  background-color: #872676 !important;
}
h1.dayheader {
  float: left;
  clear: both;
  margin-bottom: 10px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
h1.dayheader span {
  font-family: 'pragmatica-web-n3', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.logcontactcontainer {
  float: left;
  width: 100%;
  color: #FFF;
}
.logcontactcontainer label {
  width: 20%;
  margin-right: 5px;
  float: left;
  color: #FFF;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  margin-bottom: 8px;
  line-height: 1.1;
}
.logcontactcontainer div {
  float: left;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 79%;
  margin-bottom: 8px;
  line-height: 1.1;
}


/* .io-pipeline: removed */


/* Vendor Status Sprites */
.vendor_blank {
  border-radius: 3px;
  -moz-border-radius: 3px;
  width: 28px;
  height: 28px;
  background-color: #000;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #DDD;
  border-width: 3px;
  border-style: solid;
  border-color: #DDD;
}
.vendor_assignment,
.vendor_waiting,
.vendor_inprogress,
.vendor_complete,
.vendor_alert,
.vendor_stop,
.vendor_message,
.vendor_broadcast,
.vendor_qcreject,
.vendor_qcfixed,
.criticalrow .icon-fire,
.warningrow .icon-warning-2,
.changerow .icon-profile,
.vendorrows .icon-flag,
.vendorrows .icon-user {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #000;
  background-repeat: no-repeat;
  display: inline-block;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 3px;
}
.vendor_assignment,
.vendor_waiting,
.vendor_inprogress,
.vendor_complete,
.vendor_alert,
.vendor_stop,
.vendor_message,
.vendor_broadcast,
.vendor_qcreject,
.vendor_qcfixed {
  background-image: url(/common/images/pipeline_sprites.png);
  width: 28px;
  height: 28px;
}
.criticalrow .icon-fire,
.warningrow .icon-warning-2,
.vendorrows .icon-flag,
.vendorrows .icon-user {
  color: #FFF;
  font-size: 17px;
  line-height: 0px;
  padding: 5px 9px 6px 2px;
  text-align: center;
  height: 11px;
  width: 11px;
}
.vendor_assignment {
  background-position: 3px 3px;
}
.vendor_waiting {
  background-position: -24px 3px;
}
.vendor_inprogress {
  background-position: -50px 4px;
}
.vendor_complete {
  background-position: -80px 4px;
}
.vendor_alert {
  background-position: -105px 3px;
}
.vendor_stop {
  background-position: -132px 4px;
}
.vendor_message {
  background-position: -160px 4px;
}
.vendor_broadcast {
  background-position: -189px 4px;
}
.vendor_qcreject {
  background-position: -218px 4px;
}
.vendor_qcfixed {
  background-position: -245px 3px;
}
/* Vendor Status Colors */
.green {
  background-color: #006418;
  border-color: #006418;
}
.amber,
.warningrow .icon-warning-2 {
  background-color: #F7BA00;
  border-color: #F7BA00;
}
.red,
.criticalrow .icon-fire {
  background-color: #860309;
  border-color: #860309;
}
.grey {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.orange {
  background-color: #e37e2c;
  border-color: #e37e2c;
}
.purple {
  background-color: #410564;
  border-color: #410564;
}
.vendorrows .icon-flag,
.changerow .icon-user {
  background-color: #007FFF !important;
  border-color: #007FFF !important;
}
#inprogress tr.orderrows td:nth-child(3),
#inprogress tr.orderrows td:last-child,
#qcready tr.orderrows td:last-child,
#unassigned tr.orderrows td:nth-child(2),
#onhold tr.orderrows td:nth-child(3),
#onhold tr.orderrows td:nth-child(9),
#unassigned tr.orderrows td:last-child,
.statuscell,
#delivered tr.orderrows td:last-child,
#delivered tr.orderrows td:first-child {
  white-space: nowrap;
}
#onhold tr td:nth-child(2),
#inprogress tr td:nth-child(2) {
  width: 21px;
  padding-left: 5px;
  padding-right: 5px;
}
#onhold tr td:first-child,
#bulkorders tr td:first-child,
#unassigned tr td:first-child,
#inprogress tr td:first-child,
#qcready tr td:first-child,
#completed tr td:first-child,
#onhold th:first-child,
#bulkorders th:first-child,
#unassigned th:first-child,
#inprogress th:first-child,
#qcready th:first-child,
#completed th:first-child {
  padding-left: 30px;
  padding-right: 5px;
  width: 10px;
}
.sortable input {
  margin-top: 0px;
}
#adminteam_chzn,
#statusspreadsheet_chzn {
  float: right;
  margin: 20px !important;
}
a.statusspreadsheet {
  float: right;
  display: inline-block;
  border: solid 1px #b4b4b4;
  margin-left: 50px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 23px;
  padding: 0 8px 0 8px;
  color: #444 !important;
  text-decoration: none;
}
a.statusspreadsheet:hover {
  background-color: #cccccc;
  *background-color: #cccccc;
}
.pipeline_open,
.pipeline_closed {
  margin: 0px 5px 0px 0px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center center;
  width: 10px !important;
  height: 10px !important;
  padding: 4px !important;
  border: solid 2px #FFF !important;
  background-color: #949494;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.pipeline_closed {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
}
.pipeline_closed:hover {
  background-color: #707070;
}
.pipeline_open {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-box-shadow: 1px -1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 1px -1px 3px rgba(50, 50, 50, 0.75);
  background: #872676 !important;
}
.hud {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border: solid 1px #b4b4b4;
  border-top: none !important;
  float: left;
  width: 100%;
  padding: 5px;
}
.hud .btn-danger {
  margin-bottom: 5px !important;
}
.hud_vendor {
  float: left;
  width: 50%;
  border-top: solid 1px #b4b4b4;
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.hud_log {
  float: right;
  height: 76px;
  width: 49%;
  border: solid 1px #b4b4b4;
}
.hud_vendor th,
.hud_log th {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left !important;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
}
.hud_vendor td,
.hud_log td {
  border-bottom: solid 1px #b4b4b4;
  padding: 5px 4px;
  background-color: #FFF;
}
.createlog {
  background-color: #CCC;
  font-weight: bold;
  color: #000 !important;
  display: inline-block;
  text-decoration: none;
  padding: 6px 4px 6px 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-position: left center;
  border: solid 1px #b4b4b4;
  font-size: 11px;
  background-image: url(/common/images/add_button.png);
}
.createlog :hover {
  background-color: #a7a7a7;
  border: solid 1px #a7a7a7;
}
.vendor_assign_column {
  width: 10px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.acceptdup,
.canceldup {
  width: 125px !important;
  white-space: nowrap;
  display: block;
}
.hudpanel {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border: solid 1px #b4b4b4;
  border-bottom: 1px solid red;
}
.in_use td,
.in_use:hover td,
.new_to_pipeline td,
.new_to_pipeline:hover td {
  border-top: solid 1px #FFF !important;
  border-bottom: solid 1px #FFF !important;
}
.in_use td:first-child,
.in_use:hover td:first-child,
.new_to_pipeline td:first-child,
.new_to_pipeline:hover td:first-child {
  background-image: url(/common/images/lock.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
}
.in_use,
.in_use:hover {
  background-color: #faa732 !important;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)) !important;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -o-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0) !important;
  cursor: not-allowed !important;
}
.in_use td:first-child,
.in_use:hover td:first-child {
  background-image: url(/common/images/lock.svg);
}
.new_to_pipeline,
.new_to_pipeline:hover {
  background-color: #87bce3 !important;
  background-image: -moz-linear-gradient(top, #97c4e5, #70b0e0) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97c4e5), to(#70b0e0)) !important;
  background-image: -webkit-linear-gradient(top, #97c4e5, #70b0e0) !important;
  background-image: -o-linear-gradient(top, #97c4e5, #70b0e0) !important;
  background-image: linear-gradient(to bottom, #97c4e5, #70b0e0) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97c4e5', endColorstr='#ff70b0e0', GradientType=0) !important;
}
.new_to_pipeline td:first-child,
.new_to_pipeline:hover td:first-child {
  background-image: url(/common/images/star.svg);
}
.sort_date,
.sort_due {
  width: 120px !important;
  white-space: nowrap;
}
.sort_address {
  white-space: nowrap;
}
.sort_city {
  white-space: nowrap;
}
.sort_state {
  width: 50px;
  text-align: center;
}
.sort_status {
  width: 50px;
}
.sort_icon,
.statuscell {
  width: 31px !important;
  text-align: center;
  border-right: solid 1px #b3b3b3;
  text-align: center !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.stateborder {
  border-right: solid 1px #b3b3b3;
}
#mult_hld_clr,
#mult_hld_clr_chzn,
#bulkactions,
#bulkactions_chzn {
  width: 150px !important;
}
.fix_badge {
  font-size: 14px;
  width: 35px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.blue {
  background-color: #0B4C6C !important;
}
.vendortag {
  width: 174px;
  padding-top: 3px !important;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 6px 6px 0px 0px !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: white;
  background-color: #666666 !important;
  font-weight: bold;
  z-index: 500;
  text-align: center;
  cursor: pointer;
}
.statuscell {
  padding: 2px 1px 2px 1px !important;
}
.duedate {
  width: 110px;
}
.currentvendor {
  border: 5px solid #000000;
}
.pipeline_legend {
  width: 600px;
}
.pipeline_legend tr td {
  padding: 0px 5px;
  text-align: center;
  border-right: #777 solid 1px;
  width: 14%;
  vertical-align: top;
}
.pipeline_legend tr td i {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
.pipeline_legend tr td:last-child {
  border-right: none;
}
.pipeline_legend tr:last-child td {
  font-size: 11px;
  color: #777;
  line-height: 12px;
}
.pipeline_legend .darkgrey {
  background-color: #777;
  border-color: #777;
}

/* .pipelinefilter: removed */


/* ORDER ACCORDION */
#gmap {
  width: 50%;
  height: 400px;
  display: block;
  float: right;
  margin-right: 5px;
}
#gmap img {
  max-width: none;
}
.orderheaders {
  border: solid 1px #b4b4b4;
  border-bottom-color: #848484;
  cursor: pointer;
  color: #FFF;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, #adadad;
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, -moz-linear-gradient(top, #adadad 0%, #848484 100%);
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(100%, #848484));
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, -webkit-linear-gradient(top, #adadad 0%, #848484 100%);
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, -o-linear-gradient(top, #adadad 0%, #848484 100%);
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, -ms-linear-gradient(top, #adadad 0%, #848484 100%);
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, linear-gradient(to bottom, #adadad 0%, #848484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#848484', GradientType=0);
}
.orderheaders:hover {
  background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, #808080;
  *background: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, #808080;
  border-color: url(/common/images/accordion/accordion_closed.png) no-repeat left 3px, #191919;
}
.orderheaders h3 {
  margin: 15px 0px 15px 35px !important;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  line-height: 16px;
  color: #FFF;
  display: block;
  font-size: 14px !important;
}
span#uploaded_file {
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-left: 20px;
  color: #555555;
}
.on,
.on:hover {
  border: 1px solid #872676;
  background: url(/common/images/accordion/accordion_open.png) no-repeat left 3px, #872676;
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}
#selectclientheader,
#uploadheader {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  margin-top: 15px;
}
.productselect {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.ordercontent {
  border: solid 1px #b4b4b4;
  background-color: #f7f7f7;
  font-size: 14px;
}
.ordercontent input {
  font-size: 14px;
}
.ordercontent label {
  margin-right: 5px;
  font-size: 14px;
}
.ordercontent h2 {
  font-size: 14px;
}
.ordercontent_padding {
  padding: 10px;
}
.ordercontent .chzn-single,
.ordercontent label {
  margin-right: 10px;
}
#upload_user,
#uploadorder_type,
#uploadvalue_purpose {
  width: 210px;
}
#order_type,
#order_type_chzn,
#value_purpose_chzn {
  width: 350px !important;
}
.clientselect {
  width: 500px;
}
#propertystate {
  width: 40px !important;
}
.ordermap {
  width: 300px;
  height: 200px;
  display: block;
  float: right;
  margin-right: 5px;
}
#nextbutton,
#uploadnextbutton,
#uploadstartover {
  font-size: 16px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: bold;
}
.selectclient {
  width: 350px;
}
#selectclient table tr td:last-child {
  padding-left: 15px;
}
#errorstable,
#resultstable {
  width: 100%;
}
#resultstable {
  margin-top: 5px;
}
#errorstable td,
#resultstable td {
  border-bottom: 1px solid #bcbcbc;
  padding: 4px 2px 4px 2px;
}
#errorstable tr:first-child td,
#resultstable tr:first-child td {
  font-weight: bold;
}
.error_row td:first-child {
  background-position: 0px 2px;
  font-family: sans-serif;
  font-size: 13px;
  background-image: url(/common/images/warning.png);
  background-repeat: no-repeat;
}
.failed_error_row td:first-child {
  color: #a60000;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 13px;
  background-image: url(/common/images/stop.png);
  background-repeat: no-repeat;
}
#availproducts,
#selectedproducts {
  font-size: 13px;
  font-family: arial, sans-serif;
}
#add_selected,
#remove_selected {
  font-size: 30px;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.fieldmapping_table {
  width: 98%;
}
.fieldmapping_table tr {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fieldmapping_table td {
  padding: 6px;
}
.fieldmapping_table .tablerule {
  border-bottom: solid 1px #b4b4b4;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  color: #333333 !important;
}

/* .hint: removed */

.iPhoneCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden;
}
.iPhoneCheckContainer input {
  position: absolute;
  top: 5px;
  left: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.iPhoneCheckContainer label {
  white-space: nowrap;
  font-size: 13px;
  line-height: 17px;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  cursor: pointer;
  display: block;
  height: 27px;
  position: absolute;
  width: auto;
  top: 0;
  padding-top: 4px;
  overflow: hidden;
}
.iPhoneCheckContainer,
.iPhoneCheckContainer label {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}
.iPhoneCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
label.iPhoneCheckLabelOn {
  color: white;
  background: url('/common/images/iphonecheckboxes/on.png?1284697268') no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px;
}
label.iPhoneCheckLabelOn span {
  padding-left: 8px;
}
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url('/common/images/iphonecheckboxes/off.png?1284697268') no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0;
}
label.iPhoneCheckLabelOff span {
  padding-right: 8px;
}
.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('/common/images/iphonecheckboxes/slider_left.png?1284697268') no-repeat;
  padding-left: 3px;
}
.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url('/common/images/iphonecheckboxes/slider_right.png?1284697268') no-repeat right 0;
}
.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url('/common/images/iphonecheckboxes/slider_center.png?1284697268');
}
/* Hide by default */
.switch .slide-button,
.toggle p span {
  display: none;
}
/* Toggle Switches */
/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox
	 */
  .toggle {
    position: relative;
    padding: 0;
    margin-left: 100px;
  }
  /* Position the label over all the elements, except the slide-button
	 * Clicking anywhere on the label will change the switch-state
	 */
  .toggle label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  /* Don't hide the input from screen-readers and keyboard access
	 */
  .toggle input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggle p {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
  }
  .toggle p span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
  }
  .toggle p span:last-child {
    left: 50%;
  }
  .toggle .slide-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  /* Radio Switch
	 */
  .switch {
    position: relative;
    padding: 0;
  }
  .switch input {
    position: absolute;
    opacity: 0;
  }
  .switch label {
    position: relative;
    z-index: 2;
    font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
  }
  .switch .slide-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-color: green;
  }
  .switch input:last-of-type:checked ~ .slide-button {
    left: 50%;
    background-color: #990000;
  }
  /* Switch with 3 items */
  .switch.switch-three label,
  .switch.switch-three .slide-button {
    width: 33.3%;
  }
  .switch.switch-three input:checked:nth-of-type(2) ~ .slide-button {
    left: 33.3%;
  }
  .switch.switch-three input:checked:last-of-type ~ .slide-button {
    left: 66.6%;
  }
  /* Switch with 4 items */
  .switch.switch-four label,
  .switch.switch-four .slide-button {
    width: 25%;
  }
  .switch.switch-four input:checked:nth-of-type(2) ~ .slide-button {
    left: 25%;
  }
  .switch.switch-four input:checked:nth-of-type(3) ~ .slide-button {
    left: 50%;
  }
  .switch.switch-four input:checked:last-of-type ~ .slide-button {
    left: 75%;
  }
  /* Switch with 5 items */
  .switch.switch-five label,
  .switch.switch-five .slide-button {
    width: 20%;
  }
  .switch.switch-five input:checked:nth-of-type(2) ~ .slide-button {
    left: 20%;
  }
  .switch.switch-five input:checked:nth-of-type(3) ~ .slide-button {
    left: 40%;
  }
  .switch.switch-five input:checked:nth-of-type(4) ~ .slide-button {
    left: 60%;
  }
  .switch.switch-five input:checked:last-of-type ~ .slide-button {
    left: 80%;
  }
  /* Shared */
  .toggle,
  .switch {
    display: block;
    height: 30px;
  }
  .switch *,
  .toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch .slide-button,
  .toggle .slide-button {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .toggle label,
  .toggle p,
  .switch label {
    line-height: 30px;
    vertical-align: middle;
    padding-top: 1px;
  }
  .toggle input:checked ~ .slide-button {
    right: 50%;
  }
  /* Outline the toggles when the inputs are focused */
  .toggle input:focus ~ .slide-button,
  .switch input:focus + label {
    outline: 1px dotted #888;
  }
  /* Bugfix for older Webkit, including mobile Webkit. Adapted from:
	 * http://css-tricks.com/webkit-sibling-bug/
	 */
  .switch,
  .toggle {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
  /* Standalone Themes */
  /* Candy Theme
	 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
	 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
	 */
  .candy {
    background-color: #bcbcbc;
    background-image: -moz-linear-gradient(top, #cecece, #a0a0a0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#a0a0a0));
    background-image: -webkit-linear-gradient(top, #cecece, #a0a0a0);
    background-image: -o-linear-gradient(top, #cecece, #a0a0a0);
    background-image: linear-gradient(to bottom, #cecece, #a0a0a0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ffa0a0a0', GradientType=0);
    color: #555555;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.2);
  }
  .candy input:checked + label {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .candy .slide-button {
    border: 1px solid #333;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
    border-radius: 3px;
  }
  .candy p {
    color: #333;
    text-shadow: none;
  }
  .candy span {
    color: #fff;
  }
  #themeswitch {
    background-color: #9a2b87;
    background-image: -moz-linear-gradient(top, #a72f92, #872676);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a72f92), to(#872676));
    background-image: -webkit-linear-gradient(top, #a72f92, #872676);
    background-image: -o-linear-gradient(top, #a72f92, #872676);
    background-image: linear-gradient(to bottom, #a72f92, #872676);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa72f92', endColorstr='#ff872676', GradientType=0);
    border: solid 1px #872676;
  }
  .candy.yellow .slide-button {
    background-color: #f5e560;
  }
}
#signaturesdiv {
  width: 100%;
  margin-top: 15px;
  float: left;
}
#signatureparent {
  width: 450px;
  padding: 10px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
  float: left;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#signatureparent .labelbar {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  border: none !important;
}
#signatureparent .signlabel {
  float: left;
}
#signatureparent #tools {
  float: right;
  display: inline-block;
}
#signatureparent #tools #toolsinp {
  float: right;
  margin-bottom: 5px;
}
#signaturestable .divrow {
  width: 100%;
  float: inherit;
  margin-top: 4px;
}
.signpass {
  margin-bottom: 5px !important;
}
.reconcile_certify {
  display: inline-block;
  font-family: 'pragmatica', 'pragmatica-web', 'TeXGyreHerosRegular', "HelveticaNeue", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
.jSignature {
  height: 140px !important;
}
#signature {
  width: inherit;
  background: #FFF !important;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
}
#signatureimage {
  width: 100%;
  border: solid 1px #b4b4b4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  height: 135px !important;
  display: block;
  padding-top: 10px;
}
.vendorpayment div {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.vendorpayment #paymentcontainer,
.vendorpayment #rowtemplate {
  clear: both;
  width: 100%;
}
.vendorpayment #header {
  font-weight: bold;
  width: 100%;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-bottom: solid 1px #b4b4b4;
}
.vendorpayment #header div:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: -o-linear-gradient(top, #ebebeb, #dcdcdc);
  background-image: linear-gradient(to bottom, #ebebeb, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffdcdcdc', GradientType=0);
}
.vendorpayment #header [data-sortoption] {
  cursor: pointer;
}
.vendorpayment .row {
  clear: both;
  width: 100%;
  margin-left: 0px;
  border-bottom: solid 1px #b4b4b4;
}
.vendorpayment .row input {
  margin-top: -2px;
}
.vendorpayment .row div {
  float: left;
  vertical-align: top;
  padding: 10px 8px;
  line-height: 16px;
}
.vendorpayment .row div:first-child {
  width: 15%;
}
.vendorpayment .row div:nth-child(2) {
  width: 15%;
}
.vendorpayment .row div:nth-child(3) {
  width: 15%;
}
.vendorpayment .row div:nth-child(4) {
  width: 25%;
}
.vendorpayment .row div:nth-child(5) {
  width: 16%;
}
.vendorpayment .row div:nth-child(6) {
  width: 10%;
  text-align: right;
}
.vendorpayment .row div:nth-child(7) {
  padding-left: 15px;
  padding-right: 15px;
}
.vendorpayment .dateranger {
  clear: both;
  width: 45%;
  float: left;
}
.vendorpayment .vendorfilter {
  width: 400px;
  float: right;
}
.vendorpayment #userlist {
  width: 400px;
}
.vendorpayment #paymentlist h3 {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  margin-top: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.vendorpayment #paymentlist .alert {
  margin-top: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vendorpayment #paymentlist .row:last-child {
  border-bottom: none;
}
.vendorpayment .paymenttotal {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #b4b4b4;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.vendorpayment .paymenttotal div {
  padding: 15px 10px;
}
.vendorpayment .paymenttotal div:first-child {
  width: 85%;
  float: left;
  border-right: solid 1px #b4b4b4;
  text-align: right;
}
.vendorpayment .paymenttotal div:last-child {
  float: right;
  width: 14%;
  text-align: right;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  *margin-right: .3em;
  line-height: 15px;
  vertical-align: text-top;
  background-position: 16px 16px;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-right: 4px;
  font-style: normal !important;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.5em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
.icon-comments,
icon-attachment {
  width: 28px;
}
.icon-price-tag2:before {
  content: "\e9ee";
}
.icon-price-tag3:before {
  content: "\e9f0";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-arrow-up-left-3:before {
  content: "\edd8";
}
.icon-sort-amount-asc:before {
  content: "\ee4d";
}
.icon-sort-amount-desc:before {
  content: "\ee4e";
}
.icon-paragraph-left-3:before {
  content: "\eebe";
}
.icon-paragraph-right-3:before {
  content: "\eec0";
}
.icon-paragraph-justify-3:before {
  content: "\eec1";
}
.icon-embed:before {
  content: "\eec9";
}
.icon-arrow-up-right-2:before {
  content: "\e604";
}
.icon-arrow-down-right-2:before {
  content: "\e605";
}
.icon-rotate3:before {
  content: "\e13d";
}
.icon-menu3:before {
  content: "\e2af";
}
.icon-caret-down:before {
  content: "\e600";
}
.icon-caret-up:before {
  content: "\e601";
}
.icon-caret-left:before {
  content: "\e602";
}
.icon-caret-right:before {
  content: "\e603";
}
.icon-office:before {
  content: "\e000";
}
.icon-home:before {
  content: "\e001";
}
.icon-pencil:before {
  content: "\e003";
}
.icon-pencil-2:before {
  content: "\e004";
}
.icon-download:before {
  content: "\e005";
}
.icon-upload:before {
  content: "\e006";
}
.icon-podcast:before {
  content: "\e009";
}
.icon-radio:before {
  content: "\e00a";
}
.icon-bubble:before {
  content: "\e008";
}
.icon-stats:before {
  content: "\e00b";
}
.icon-pie:before {
  content: "\e00c";
}
.icon-pie-2:before {
  content: "\e00d";
}
.icon-pie-3:before {
  content: "\e00f";
}
.icon-pie-4:before {
  content: "\e011";
}
.icon-bars:before {
  content: "\e012";
}
.icon-bars-2:before {
  content: "\e013";
}
.icon-bars-3:before {
  content: "\e014";
}
.icon-bars-4:before {
  content: "\e015";
}
.icon-stats-up:before {
  content: "\e018";
}
.icon-stats-down:before {
  content: "\e019";
}
.icon-chart:before {
  content: "\e01a";
}
.icon-meter-slow:before {
  content: "\e01b";
}
.icon-meter-medium:before {
  content: "\e01c";
}
.icon-meter-fast:before {
  content: "\e01d";
}
.icon-dashboard:before {
  content: "\e01e";
}
.icon-list:before {
  content: "\e01f";
}
.icon-list-2:before {
  content: "\e020";
}
.icon-numbered-list:before {
  content: "\e022";
}
.icon-menu:before {
  content: "\e02d";
}
.icon-link:before {
  content: "\e031";
}
.icon-link-2:before {
  content: "\e032";
}
.icon-flag:before {
  content: "\e033";
}
.icon-flag-2:before {
  content: "\e034";
}
.icon-warning:before {
  content: "\e035";
}
.icon-warning-2:before {
  content: "\e036";
}
.icon-notification:before {
  content: "\e037";
}
.icon-notification-2:before {
  content: "\e038";
}
.icon-question:before {
  content: "\ed52";
}
.icon-question-2:before {
  content: "\ed53";
}
.icon-spam:before {
  content: "\e03b";
}
.icon-cancel:before {
  content: "\e03c";
}
.icon-checkmark-circle:before {
  content: "\e03d";
}
.icon-close:before {
  content: "\e03e";
}
.icon-checkmark-circle-2:before {
  content: "\e03f";
}
.icon-plus:before {
  content: "\e040";
}
.icon-pause:before {
  content: "\e041";
}
.icon-play:before {
  content: "\e042";
}
.icon-backward:before {
  content: "\e043";
}
.icon-forward:before {
  content: "\e044";
}
.icon-first:before {
  content: "\e045";
}
.icon-last:before {
  content: "\e046";
}
.icon-close-2:before {
  content: "\e047";
}
.icon-close-3:before {
  content: "\e048";
}
.icon-close-4:before {
  content: "\e049";
}
.icon-minus-circle:before {
  content: "\e04a";
}
.icon-minus-circle-2:before {
  content: "\e04b";
}
.icon-info:before {
  content: "\e04c";
}
.icon-info-2:before {
  content: "\e04d";
}
.icon-cancel-circle:before {
  content: "\e04e";
}
.icon-cancel-circle-2:before {
  content: "\e04f";
}
.icon-plus-circle:before {
  content: "\e050";
}
.icon-plus-circle-2:before {
  content: "\e051";
}
.icon-thumbs-up:before {
  content: "\e052";
}
.icon-thumbs-up-2:before {
  content: "\e053";
}
.icon-thumbs-up-3:before {
  content: "\e054";
}
.icon-thumbs-down:before {
  content: "\e055";
}
.icon-heart:before {
  content: "\e056";
}
.icon-heart-2:before {
  content: "\e057";
}
.icon-attachment:before {
  content: "\e058";
}
.icon-lock:before {
  content: "\e059";
}
.icon-unlocked:before {
  content: "\e05a";
}
.icon-search:before {
  content: "\e05f";
}
.icon-zoom-in:before {
  content: "\e061";
}
.icon-zoom-out:before {
  content: "\e062";
}
.icon-search-2:before {
  content: "\e063";
}
.icon-expand:before {
  content: "\e064";
}
.icon-profile:before {
  content: "\e06a";
}
.icon-file:before {
  content: "\e06c";
}
.icon-file-2:before {
  content: "\e06d";
}
.icon-file-3:before {
  content: "\e06e";
}
.icon-file-4:before {
  content: "\e06f";
}
.icon-files:before {
  content: "\e070";
}
.icon-file-plus:before {
  content: "\e071";
}
.icon-file-check:before {
  content: "\e072";
}
.icon-file-remove:before {
  content: "\e073";
}
.icon-file-upload:before {
  content: "\e074";
}
.icon-file-download:before {
  content: "\e075";
}
.icon-file-remove-2:before {
  content: "\e079";
}
.icon-file-check-2:before {
  content: "\e07a";
}
.icon-file-upload-2:before {
  content: "\e07b";
}
.icon-file-download-2:before {
  content: "\e07c";
}
.icon-file-minus:before {
  content: "\e07d";
}
.icon-folder:before {
  content: "\e07f";
}
.icon-folder-download:before {
  content: "\e080";
}
.icon-folder-upload:before {
  content: "\e081";
}
.icon-alarm:before {
  content: "\e083";
}
.icon-print:before {
  content: "\e085";
}
.icon-print-2:before {
  content: "\e087";
}
.icon-calendar:before {
  content: "\e088";
}
.icon-calendar-2:before {
  content: "\e089";
}
.icon-calendar-3:before {
  content: "\e08b";
}
.icon-undo:before {
  content: "\e08d";
}
.icon-redo:before {
  content: "\e08e";
}
.icon-rotate:before {
  content: "\e08f";
}
.icon-rotate-2:before {
  content: "\e090";
}
.icon-reply:before {
  content: "\e091";
}
.icon-reply-2:before {
  content: "\e092";
}
.icon-forward-2:before {
  content: "\e093";
}
.icon-redo-2:before {
  content: "\e094";
}
.icon-undo-2:before {
  content: "\e095";
}
.icon-bubble-cancel:before {
  content: "\e096";
}
.icon-bubble-plus:before {
  content: "\e097";
}
.icon-bubble-minus:before {
  content: "\e098";
}
.icon-user:before {
  content: "\e099";
}
.icon-users:before {
  content: "\e09a";
}
.icon-user-plus:before {
  content: "\e09b";
}
.icon-user-plus-2:before {
  content: "\e09c";
}
.icon-user-minus:before {
  content: "\e09d";
}
.icon-user-minus-2:before {
  content: "\e09e";
}
.icon-user-cancel:before {
  content: "\e09f";
}
.icon-user-block:before {
  content: "\e0a0";
}
.icon-vcard:before {
  content: "\e0a1";
}
.icon-user-2:before {
  content: "\e0a2";
}
.icon-user-3:before {
  content: "\e0a3";
}
.icon-key:before {
  content: "\e0a4";
}
.icon-cog-2:before {
  content: "\e0a7";
}
.icon-cog:before {
  content: "\e0a8";
}
.icon-pie-5:before {
  content: "\e0ae";
}
.icon-remove:before {
  content: "\e0af";
}
.icon-paper-plane:before {
  content: "\e0b0";
}
.icon-thumbs-up-4:before {
  content: "\e0b1";
}
.icon-cursor:before {
  content: "\e0b2";
}
.icon-cursor-2:before {
  content: "\e0b3";
}
.icon-arrow-up-left:before {
  content: "\e0b4";
}
.icon-arrow-up:before {
  content: "\e0b5";
}
.icon-arrow-up-right:before {
  content: "\e0b6";
}
.icon-arrow-right:before {
  content: "\e0b7";
}
.icon-arrow-down-right:before {
  content: "\e0b8";
}
.icon-arrow-down:before {
  content: "\e0b9";
}
.icon-arrow-down-left:before {
  content: "\e0ba";
}
.icon-arrow-left:before {
  content: "\e0bb";
}
.icon-arrow-up-2:before {
  content: "\e0bc";
}
.icon-arrow-right-2:before {
  content: "\e0bd";
}
.icon-arrow-down-2:before {
  content: "\e0be";
}
.icon-arrow-left-2:before {
  content: "\e0bf";
}
.icon-table:before {
  content: "\e0c8";
}
.icon-file-excel:before {
  content: "\e0cb";
}
.icon-file-word:before {
  content: "\e0d2";
}
.icon-file-pdf:before {
  content: "\e0d3";
}
.icon-menu-2:before {
  content: "\e0d4";
}
.icon-checkbox-checked:before {
  content: "\e0d8";
}
.icon-checkbox-unchecked:before {
  content: "\e0d9";
}
.icon-checkbox-partial:before {
  content: "\e0d5";
}
.icon-square:before {
  content: "\e0d6";
}
.icon-minus:before {
  content: "\e0d7";
}
.icon-checkmark:before {
  content: "\e0da";
}
.icon-fire:before {
  content: "\e0dd";
}
.icon-fire-2:before {
  content: "\e0de";
}
.icon-bubble-user:before {
  content: "\e0df";
}
.icon-bubble-check:before {
  content: "\e0e0";
}
.icon-bubble-blocked:before {
  content: "\e0e1";
}
.icon-bubble-quote:before {
  content: "\e0e2";
}
.icon-bubble-notification:before {
  content: "\e0e3";
}
.icon-bubble-reply:before {
  content: "\e0e4";
}
.icon-bubble-forward:before {
  content: "\e0e5";
}
.icon-bubble-forward-2:before {
  content: "\e0e6";
}
.icon-bubble-replu:before {
  content: "\e0e7";
}
.icon-file-xml:before {
  content: "\e0f1";
}
.icon-phone:before {
  content: "\e0f3";
}
.icon-clock:before {
  content: "\e0f4";
}
.icon-drawer:before {
  content: "\e0f5";
}
.icon-drawer-2:before {
  content: "\e0f6";
}
.icon-cloud-download:before {
  content: "\e0f7";
}
.icon-cloud-upload:before {
  content: "\e0f8";
}
.icon-remove-2:before {
  content: "\f00d";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-eye:before {
  content: "\e0f9";
}
.icon-eye-2:before {
  content: "\e0fa";
}
.icon-envelop:before {
  content: "\e0fb";
}
.icon-envelop-2:before,
.icon-envelop2:before {
  content: "\e0fc";
}
.icon-arrow-up-3:before {
  content: "\e010";
}
.icon-file-zip:before {
  content: "\e00e";
}
.icon-list-3:before {
  content: "\e023";
}
.icon-map:before {
  content: "\e007";
}
.icon-camera:before {
  content: "\e002";
}
.icon-mail-send:before {
  content: "\e0fd";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-bubble-plus,
.icon-pencil-2,
.icon-search {
  margin-top: 2px;
}
.icon-search {
  padding-top: 4px !important;
}
.icon-thumbs-up,
.icon-thumbs-up-2 {
  padding-right: 4px;
}
.icon-list-3 {
  padding-top: 2px;
}
.btn .material-icons {
  line-height: .9;
  margin-top: 2px;
  font-size: 18px;
  display: block;
  float: left;
}
.btn-sm .material-icons {
  line-height: .9;
  font-size: 18px;
  display: block;
  float: left;
}
.irs {
  height: 48px;
}
.irs.irs-with-grid {
  height: 68px;
}
.irs .irs-line {
  height: 10px;
  top: 28px;
  background: #EEE;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.irs .irs-line-left {
  height: 8px;
}
.irs .irs-line-mid {
  height: 8px;
}
.irs .irs-line-right {
  height: 8px;
}
.irs .irs-bar {
  height: 10px;
  top: 28px;
  border-top: 1px solid #872676;
  border-bottom: 1px solid #872676;
  background: #872676;
}
.irs .irs-bar-edge {
  height: 10px;
  top: 28px;
  width: 7px;
  border: 1px solid #872676;
  border-right: 0;
  background: #872676;
  border-radius: 3px 0 0 3px;
}
.irs .irs-shadow {
  height: 2px;
  top: 31px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.irs .irs-slider {
  width: 16px;
  height: 20px;
  top: 24px;
  cursor: pointer;
}
.irs .irs-slider:after {
  content: ' ';
  display: block;
  position: absolute;
  border: 1px solid #AAA;
  background: #CCC;
  height: 18px;
  width: 2px;
  left: 6px;
  top: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.irs #irs-active-slider:after,
.irs .irs-slider:hover:after {
  background: #FFF;
}
.irs .irs-min,
.irs .irs-max {
  color: #333;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 4px;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
  color: #fff;
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #872676;
  border-radius: 3px;
  top: 4px;
}
.irs .irs-grid {
  height: 27px;
}
.irs .irs-grid-pol {
  opacity: 0.5;
  background: #872676;
}
.irs .irs-grid-pol.small {
  background: #999;
}
.irs .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}



.axis-buttons {
	margin: 20px 0;
	padding: 10px;
	max-width: 1100px;
	
}
.axis-buttons ul {
	display: flex ! important;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style-type: none;

	margin: 1em auto;
	/*max-width: 700px;*/
	text-align: center;
}
.axis-buttons a:hover {
	text-decoration: none;
}
.axis-buttons li {
	width: auto!important;
	line-height: normal ! important;
	margin: 0 10px;
}
#product .axis-buttons li.btn {
	font-size: 1.4em;
	padding: 14px 18px;
	font-family: Arial;
	margin-left: auto;
	margin-right: auto;
}


.axis-buttons a {
	display: inline-block;
	width: auto;
		
	text-decoration: none ! important;
	
	margin-left: auto;
	margin-right: auto;
}




									/*!
									 * Bootstrap Responsive v2.3.2
									 *
									 * Copyright 2013 Twitter, Inc
									 * Licensed under the Apache License v2.0
									 * http://www.apache.org/licenses/LICENSE-2.0
									 *
									 * Designed and built with all the love in the world by @mdo and @fat.
									 */
									.clearfix {
									  *zoom: 1;
									}
									.clearfix:before,
									.clearfix:after {
									  display: table;
									  content: "";
									  line-height: 0;
									  clear: both;
									}
									.hide-text {
									  font: 0/0 a;
									  color: transparent;
									  text-shadow: none;
									  background-color: transparent;
									  border: 0;
									}
									.input-block-level {
									  display: block;
									  width: 100%;
									  min-height: 30px;
									  -webkit-box-sizing: border-box;
									  -moz-box-sizing: border-box;
									  box-sizing: border-box;
									}
									@-ms-viewport {
									  width: device-width;
									}
									.hidden {
									  display: none;
									  visibility: hidden;
									}
									.visible-phone {
									  display: none !important;
									}
									.visible-tablet {
									  display: none !important;
									}
									.hidden-desktop {
									  display: none !important;
									}
									.visible-desktop {
									  display: inherit !important;
									}

									@media (min-width: 768px) and (max-width: 979px) {
									  .hidden-desktop {
										display: inherit !important;
									  }
									  .visible-desktop {
										display: none !important;
									  }
									  .visible-tablet {
										display: inherit !important;
									  }
									  .hidden-tablet {
										display: none !important;
									  }
									}
									@media (max-width: 767px) {
									  .hidden-desktop {
										display: inherit !important;
									  }
									  .visible-desktop {
										display: none !important;
									  }
									  .visible-phone {
										display: inherit !important;
									  }
									  .hidden-phone {
										display: none !important;
									  }
									}
									.visible-print {
									  display: none !important;
									}
									@media print {
									  .visible-print {
										display: inherit !important;
									  }
									  .hidden-print {
										display: none !important;
									  }
									}
									@media (min-width: 1200px) {
									  .row {
										margin-left: -30px;
										*zoom: 1;
									  }
									  .row:before,
									  .row:after {
										display: table;
										content: "";
										line-height: 0;
										clear: both;
									  }
									  [class*="span"] {
										float: left;
										min-height: 1px;
										margin-left: 30px;
									  }
									  .container,
									  .navbar-static-top .container,
									  .navbar-fixed-top .container,
									  .navbar-fixed-bottom .container {
										width: 1170px;
									  }
									  .span12 {
										width: 1170px;
									  }
									  .span11 {
										width: 1070px;
									  }
									  .span10 {
										width: 970px;
									  }
									  .span9 {
										width: 870px;
									  }
									  .span8 {
										width: 770px;
									  }
									  .span7 {
										width: 670px;
									  }
									  .span6 {
										width: 570px;
									  }
									  .span5 {
										width: 470px;
									  }
									  .span4 {
										width: 370px;
									  }
									  .span3 {
										width: 270px;
									  }
									  .span2 {
										width: 170px;
									  }
									  .span1 {
										width: 70px;
									  }
									  .offset12 {
										margin-left: 1230px;
									  }
									  .offset11 {
										margin-left: 1130px;
									  }
									  .offset10 {
										margin-left: 1030px;
									  }
									  .offset9 {
										margin-left: 930px;
									  }
									  .offset8 {
										margin-left: 830px;
									  }
									  .offset7 {
										margin-left: 730px;
									  }
									  .offset6 {
										margin-left: 630px;
									  }
									  .offset5 {
										margin-left: 530px;
									  }
									  .offset4 {
										margin-left: 430px;
									  }
									  .offset3 {
										margin-left: 330px;
									  }
									  .offset2 {
										margin-left: 230px;
									  }
									  .offset1 {
										margin-left: 130px;
									  }
									  .row-fluid {
										width: 100%;
										*zoom: 1;
									  }
									  .row-fluid:before,
									  .row-fluid:after {
										display: table;
										content: "";
										line-height: 0;
										clear: both;
									  }
									  .row-fluid [class*="span"] {
										display: block;
										width: 100%;
										min-height: 30px;
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										float: left;
										margin-left: 2.48717949%;
										*margin-left: 2.433988%;
									  }
									  .row-fluid [class*="span"]:first-child {
										margin-left: 0;
									  }
									  .row-fluid .controls-row [class*="span"] + [class*="span"] {
										margin-left: 2.48717949%;
									  }
									  .row-fluid .span12 {
										width: 95.56410255999999%;
										*width: 95.51091107000001%;
									  }
									  .row-fluid .span11 {
										width: 87.39316239%;
										*width: 87.3399709%;
									  }
									  .row-fluid .span10 {
										width: 79.22222222000001%;
										*width: 79.16903073%;
									  }
									  .row-fluid .span9 {
										width: 71.05128205%;
										*width: 70.99809055999999%;
									  }
									  .row-fluid .span8 {
										width: 62.88034188%;
										*width: 62.82715039%;
									  }
									  .row-fluid .span7 {
										width: 54.70940171%;
										*width: 54.65621022%;
									  }
									  .row-fluid .span6 {
										width: 46.53846154%;
										*width: 46.48527005%;
									  }
									  .row-fluid .span5 {
										width: 38.36752137%;
										*width: 38.31432988%;
									  }
									  .row-fluid .span4 {
										width: 30.1965812%;
										*width: 30.14338971%;
									  }
									  .row-fluid .span3 {
										width: 22.02564103%;
										*width: 21.97244954%;
									  }
									  .row-fluid .span2 {
										width: 13.85470085%;
										*width: 13.80150937%;
									  }
									  .row-fluid .span1 {
										width: 5.68376068%;
										*width: 5.63056919%;
									  }
									  .row-fluid .offset12 {
										margin-left: 100.53846154%;
										*margin-left: 100.43207856%;
									  }
									  .row-fluid .offset12:first-child {
										margin-left: 98.05128205%;
										*margin-left: 97.94489907000001%;
									  }
									  .row-fluid .offset11 {
										margin-left: 92.36752137000001%;
										*margin-left: 92.26113839%;
									  }
									  .row-fluid .offset11:first-child {
										margin-left: 89.88034188%;
										*margin-left: 89.7739589%;
									  }
									  .row-fluid .offset10 {
										margin-left: 84.1965812%;
										*margin-left: 84.09019822%;
									  }
									  .row-fluid .offset10:first-child {
										margin-left: 81.70940170999999%;
										*margin-left: 81.60301873%;
									  }
									  .row-fluid .offset9 {
										margin-left: 76.02564103%;
										*margin-left: 75.91925805%;
									  }
									  .row-fluid .offset9:first-child {
										margin-left: 73.53846154%;
										*margin-left: 73.43207855999999%;
									  }
									  .row-fluid .offset8 {
										margin-left: 67.85470085%;
										*margin-left: 67.74831788%;
									  }
									  .row-fluid .offset8:first-child {
										margin-left: 65.36752137000001%;
										*margin-left: 65.26113839%;
									  }
									  .row-fluid .offset7 {
										margin-left: 59.68376068%;
										*margin-left: 59.57737771%;
									  }
									  .row-fluid .offset7:first-child {
										margin-left: 57.1965812%;
										*margin-left: 57.09019822%;
									  }
									  .row-fluid .offset6 {
										margin-left: 51.51282051%;
										*margin-left: 51.40643753%;
									  }
									  .row-fluid .offset6:first-child {
										margin-left: 49.02564103%;
										*margin-left: 48.91925805%;
									  }
									  .row-fluid .offset5 {
										margin-left: 43.34188034%;
										*margin-left: 43.23549736%;
									  }
									  .row-fluid .offset5:first-child {
										margin-left: 40.85470085%;
										*margin-left: 40.74831788%;
									  }
									  .row-fluid .offset4 {
										margin-left: 35.17094017%;
										*margin-left: 35.06455719%;
									  }
									  .row-fluid .offset4:first-child {
										margin-left: 32.68376068%;
										*margin-left: 32.57737771%;
									  }
									  .row-fluid .offset3 {
										margin-left: 27%;
										*margin-left: 26.89361702%;
									  }
									  .row-fluid .offset3:first-child {
										margin-left: 24.51282051%;
										*margin-left: 24.40643753%;
									  }
									  .row-fluid .offset2 {
										margin-left: 18.82905983%;
										*margin-left: 18.72267685%;
									  }
									  .row-fluid .offset2:first-child {
										margin-left: 16.34188034%;
										*margin-left: 16.23549736%;
									  }
									  .row-fluid .offset1 {
										margin-left: 10.65811966%;
										*margin-left: 10.55173668%;
									  }
									  .row-fluid .offset1:first-child {
										margin-left: 8.17094017%;
										*margin-left: 8.06455719%;
									  }
									  input,
									  textarea,
									  .uneditable-input {
										margin-left: 0;
									  }
									  .controls-row [class*="span"] + [class*="span"] {
										margin-left: 30px;
									  }
									  input.span12,
									  textarea.span12,
									  .uneditable-input.span12 {
										width: 1156px;
									  }
									  input.span11,
									  textarea.span11,
									  .uneditable-input.span11 {
										width: 1056px;
									  }
									  input.span10,
									  textarea.span10,
									  .uneditable-input.span10 {
										width: 956px;
									  }
									  input.span9,
									  textarea.span9,
									  .uneditable-input.span9 {
										width: 856px;
									  }
									  input.span8,
									  textarea.span8,
									  .uneditable-input.span8 {
										width: 756px;
									  }
									  input.span7,
									  textarea.span7,
									  .uneditable-input.span7 {
										width: 656px;
									  }
									  input.span6,
									  textarea.span6,
									  .uneditable-input.span6 {
										width: 556px;
									  }
									  input.span5,
									  textarea.span5,
									  .uneditable-input.span5 {
										width: 456px;
									  }
									  input.span4,
									  textarea.span4,
									  .uneditable-input.span4 {
										width: 356px;
									  }
									  input.span3,
									  textarea.span3,
									  .uneditable-input.span3 {
										width: 256px;
									  }
									  input.span2,
									  textarea.span2,
									  .uneditable-input.span2 {
										width: 156px;
									  }
									  input.span1,
									  textarea.span1,
									  .uneditable-input.span1 {
										width: 56px;
									  }
									  .thumbnails {
										margin-left: -30px;
									  }
									  .thumbnails > li {
										margin-left: 30px;
									  }
									  .row-fluid .thumbnails {
										margin-left: 0;
									  }
									}
									@media (min-width: 768px) and (max-width: 979px) {
									  .row {
										margin-left: -20px;
										*zoom: 1;
									  }
									  .row:before,
									  .row:after {
										display: table;
										content: "";
										line-height: 0;
										clear: both;
									  }
									  [class*="span"] {
										float: left;
										min-height: 1px;
										margin-left: 20px;
									  }
									  .container,
									  .navbar-static-top .container,
									  .navbar-fixed-top .container,
									  .navbar-fixed-bottom .container {
										width: 724px;
									  }
									  .span12 {
										width: 724px;
									  }
									  .span11 {
										width: 662px;
									  }
									  .span10 {
										width: 600px;
									  }
									  .span9 {
										width: 538px;
									  }
									  .span8 {
										width: 476px;
									  }
									  .span7 {
										width: 414px;
									  }
									  .span6 {
										width: 352px;
									  }
									  .span5 {
										width: 290px;
									  }
									  .span4 {
										width: 228px;
									  }
									  .span3 {
										width: 166px;
									  }
									  .span2 {
										width: 104px;
									  }
									  .span1 {
										width: 42px;
									  }
									  .offset12 {
										margin-left: 764px;
									  }
									  .offset11 {
										margin-left: 702px;
									  }
									  .offset10 {
										margin-left: 640px;
									  }
									  .offset9 {
										margin-left: 578px;
									  }
									  .offset8 {
										margin-left: 516px;
									  }
									  .offset7 {
										margin-left: 454px;
									  }
									  .offset6 {
										margin-left: 392px;
									  }
									  .offset5 {
										margin-left: 330px;
									  }
									  .offset4 {
										margin-left: 268px;
									  }
									  .offset3 {
										margin-left: 206px;
									  }
									  .offset2 {
										margin-left: 144px;
									  }
									  .offset1 {
										margin-left: 82px;
									  }
									  .row-fluid {
										width: 100%;
										*zoom: 1;
									  }
									  .row-fluid:before,
									  .row-fluid:after {
										display: table;
										content: "";
										line-height: 0;
										clear: both;
									  }
									  .row-fluid [class*="span"] {
										display: block;
										width: 100%;
										min-height: 30px;
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										float: left;
										margin-left: 2.67955801%;
										*margin-left: 2.62636652%;
									  }
									  .row-fluid [class*="span"]:first-child {
										margin-left: 0;
									  }
									  .row-fluid .controls-row [class*="span"] + [class*="span"] {
										margin-left: 2.67955801%;
									  }
									  .row-fluid .span12 {
										width: 99.08839779%;
										*width: 99.0352063%;
									  }
									  .row-fluid .span11 {
										width: 90.60773481%;
										*width: 90.55454331999999%;
									  }
									  .row-fluid .span10 {
										width: 82.12707182%;
										*width: 82.07388032999999%;
									  }
									  .row-fluid .span9 {
										width: 73.64640884000001%;
										*width: 73.59321735%;
									  }
									  .row-fluid .span8 {
										width: 65.16574586%;
										*width: 65.11255437%;
									  }
									  .row-fluid .span7 {
										width: 56.68508287%;
										*width: 56.63189138%;
									  }
									  .row-fluid .span6 {
										width: 48.20441989%;
										*width: 48.1512284%;
									  }
									  .row-fluid .span5 {
										width: 39.72375691%;
										*width: 39.67056542%;
									  }
									  .row-fluid .span4 {
										width: 31.24309392%;
										*width: 31.18990243%;
									  }
									  .row-fluid .span3 {
										width: 22.76243094%;
										*width: 22.70923945%;
									  }
									  .row-fluid .span2 {
										width: 14.28176796%;
										*width: 14.22857647%;
									  }
									  .row-fluid .span1 {
										width: 5.80110497%;
										*width: 5.74791348%;
									  }
									  .row-fluid .offset12 {
										margin-left: 104.44751381%;
										*margin-left: 104.34113083%;
									  }
									  .row-fluid .offset12:first-child {
										margin-left: 101.7679558%;
										*margin-left: 101.66157282%;
									  }
									  .row-fluid .offset11 {
										margin-left: 95.96685083%;
										*margin-left: 95.86046785000001%;
									  }
									  .row-fluid .offset11:first-child {
										margin-left: 93.28729282%;
										*margin-left: 93.18090984%;
									  }
									  .row-fluid .offset10 {
										margin-left: 87.48618784999999%;
										*margin-left: 87.37980487%;
									  }
									  .row-fluid .offset10:first-child {
										margin-left: 84.80662983000001%;
										*margin-left: 84.70024685999999%;
									  }
									  .row-fluid .offset9 {
										margin-left: 79.00552485999999%;
										*margin-left: 78.89914188%;
									  }
									  .row-fluid .offset9:first-child {
										margin-left: 76.32596685%;
										*margin-left: 76.21958386999999%;
									  }
									  .row-fluid .offset8 {
										margin-left: 70.52486188%;
										*margin-left: 70.4184789%;
									  }
									  .row-fluid .offset8:first-child {
										margin-left: 67.84530387%;
										*margin-left: 67.73892089%;
									  }
									  .row-fluid .offset7 {
										margin-left: 62.0441989%;
										*margin-left: 61.93781592%;
									  }
									  .row-fluid .offset7:first-child {
										margin-left: 59.36464088%;
										*margin-left: 59.25825791%;
									  }
									  .row-fluid .offset6 {
										margin-left: 53.56353591%;
										*margin-left: 53.45715293%;
									  }
									  .row-fluid .offset6:first-child {
										margin-left: 50.8839779%;
										*margin-left: 50.77759492%;
									  }
									  .row-fluid .offset5 {
										margin-left: 45.08287293%;
										*margin-left: 44.97648995%;
									  }
									  .row-fluid .offset5:first-child {
										margin-left: 42.40331492%;
										*margin-left: 42.29693194%;
									  }
									  .row-fluid .offset4 {
										margin-left: 36.60220994%;
										*margin-left: 36.49582697%;
									  }
									  .row-fluid .offset4:first-child {
										margin-left: 33.92265193%;
										*margin-left: 33.81626895%;
									  }
									  .row-fluid .offset3 {
										margin-left: 28.12154696%;
										*margin-left: 28.01516398%;
									  }
									  .row-fluid .offset3:first-child {
										margin-left: 25.44198895%;
										*margin-left: 25.33560597%;
									  }
									  .row-fluid .offset2 {
										margin-left: 19.64088398%;
										*margin-left: 19.534501%;
									  }
									  .row-fluid .offset2:first-child {
										margin-left: 16.96132597%;
										*margin-left: 16.85494299%;
									  }
									  .row-fluid .offset1 {
										margin-left: 11.16022099%;
										*margin-left: 11.05383802%;
									  }
									  .row-fluid .offset1:first-child {
										margin-left: 8.48066298%;
										*margin-left: 8.374280000000001%;
									  }
									  input,
									  textarea,
									  .uneditable-input {
										margin-left: 0;
									  }
									  .controls-row [class*="span"] + [class*="span"] {
										margin-left: 20px;
									  }
									  input.span12,
									  textarea.span12,
									  .uneditable-input.span12 {
										width: 710px;
									  }
									  input.span11,
									  textarea.span11,
									  .uneditable-input.span11 {
										width: 648px;
									  }
									  input.span10,
									  textarea.span10,
									  .uneditable-input.span10 {
										width: 586px;
									  }
									  input.span9,
									  textarea.span9,
									  .uneditable-input.span9 {
										width: 524px;
									  }
									  input.span8,
									  textarea.span8,
									  .uneditable-input.span8 {
										width: 462px;
									  }
									  input.span7,
									  textarea.span7,
									  .uneditable-input.span7 {
										width: 400px;
									  }
									  input.span6,
									  textarea.span6,
									  .uneditable-input.span6 {
										width: 338px;
									  }
									  input.span5,
									  textarea.span5,
									  .uneditable-input.span5 {
										width: 276px;
									  }
									  input.span4,
									  textarea.span4,
									  .uneditable-input.span4 {
										width: 214px;
									  }
									  input.span3,
									  textarea.span3,
									  .uneditable-input.span3 {
										width: 152px;
									  }
									  input.span2,
									  textarea.span2,
									  .uneditable-input.span2 {
										width: 90px;
									  }
									  input.span1,
									  textarea.span1,
									  .uneditable-input.span1 {
										width: 28px;
									  }
									}
									@media (max-width: 767px) {
									  body {
										padding-left: 0px;
										padding-right: 0px;
									  }
									  .navbar-fixed-top,
									  .navbar-fixed-bottom,
									  .navbar-static-top {
										margin-left: -20px;
										margin-right: -20px;
									  }
									  .container-fluid {
									   padding: 0;
									  }
									  .dl-horizontal dt {
										float: none;
										clear: none;
										width: auto;
										text-align: left;
									  }
									  .dl-horizontal dd {
										margin-left: 0;
									  }
									  .container {
										width: auto;
									  }
									  .row-fluid {
										width: 100%;
									  }
									  .row,
									  .thumbnails {
										margin-left: 0;
									  }
									  .thumbnails > li {
										float: none;
										margin-left: 0;
									  }
									  [class*="span"],
									  .uneditable-input[class*="span"],
									  .row-fluid [class*="span"] {
										float: none;
										display: block;
										width: 100%;
										margin-left: 0;
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
									  }
									  .span12,
									  .row-fluid .span12 {
										width: 100%;
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
									  }
									  .row-fluid [class*="offset"]:first-child {
										margin-left: 0;
									  }
									  .input-large,
									  .input-xlarge,
									  .input-xxlarge,
									  input[class*="span"],
									  select[class*="span"],
									  textarea[class*="span"],
									  .uneditable-input {
										display: block;
										/*HCEdit width: 100%;*/
										min-height: 30px;
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
									  }
									  .input-prepend input,
									  .input-append input,
									  .input-prepend input[class*="span"],
									  .input-append input[class*="span"] {
										display: inline-block;
										width: auto;
									  }
									  .controls-row [class*="span"] + [class*="span"] {
										margin-left: 0;
									  }
									  .modal {
										position: fixed;
										top: 20px;
										left: 20px;
										right: 20px;
										width: auto;
										margin: 0;
									  }
									  .modal.fade {
										top: -100px;
									  }
									  .modal.fade.in {
										top: 20px;
									  }
									}
									@media (max-width: 480px) {
									  .nav-collapse {
										-webkit-transform: translate3d(0, 0, 0);
									  }
									  .page-header h1 small {
										display: block;
										line-height: 20px;
									  }
									  input[type="checkbox"],
									  input[type="radio"] {
										border: 1px solid #ccc;
									  }
									  .form-horizontal .control-label {
										float: none;
										width: auto;
										padding-top: 0;
										text-align: left;
									  }
									  .form-horizontal .controls {
										margin-left: 0;
									  }
									  .form-horizontal .control-list {
										padding-top: 0;
									  }
									  .form-horizontal .form-actions {
										padding-left: 10px;
										padding-right: 10px;
									  }
									  .media .pull-left,
									  .media .pull-right {
										float: none;
										display: block;
										margin-bottom: 10px;
									  }
									  .media-object {
										margin-right: 0;
										margin-left: 0;
									  }
									  .modal {
										top: 10px;
										left: 10px;
										right: 10px;
									  }
									  .modal-header .close {
										padding: 10px;
										margin: -10px;
									  }
									  .carousel-caption {
										position: static;
									  }
									}
									@media (max-width: 979px) {
									  body {
										padding-top: 0;
									  }
									  .navbar-fixed-top,
									  .navbar-fixed-bottom {
										position: static;
									  }
									  .navbar-fixed-top {
										margin-bottom: 20px;
									  }
									  .navbar-fixed-bottom {
										margin-top: 20px;
									  }
									  .navbar-fixed-top .navbar-inner,
									  .navbar-fixed-bottom .navbar-inner {
										padding: 5px;
									  }
									  .navbar .container {
										width: auto;
										padding: 0;
									  }
									  .navbar .brand {
										padding-left: 10px;
										padding-right: 10px;
										margin: 0 0 0 -5px;
									  }
									  .nav-collapse {
										clear: both;
									  }
									  .nav-collapse .nav {
										float: none;
										margin: 0 0 10px;
									  }
									  .nav-collapse .nav > li {
										float: none;
									  }
									  .nav-collapse .nav > li > a {
										margin-bottom: 2px;
									  }
									  .nav-collapse .nav > .divider-vertical {
										display: none;
									  }
									  .nav-collapse .nav .nav-header {
										color: #777777;
										text-shadow: none;
									  }
									  .nav-collapse .nav > li > a,
									  .nav-collapse .dropdown-menu a {
										padding: 9px 15px;
										font-weight: bold;
										color: #777777;
										-webkit-border-radius: 3px;
										-moz-border-radius: 3px;
										border-radius: 3px;
									  }
									  .nav-collapse .btn {
										padding: 4px 10px 4px;
										font-weight: normal;
										-webkit-border-radius: 3px;
										-moz-border-radius: 3px;
										border-radius: 3px;
									  }
									  .nav-collapse .dropdown-menu li + li a {
										margin-bottom: 2px;
									  }
									  .nav-collapse .nav > li > a:hover,
									  .nav-collapse .nav > li > a:focus,
									  .nav-collapse .dropdown-menu a:hover,
									  .nav-collapse .dropdown-menu a:focus {
										background-color: #dfdfdf;
									  }
									  .navbar-inverse .nav-collapse .nav > li > a,
									  .navbar-inverse .nav-collapse .dropdown-menu a {
										color: #999999;
									  }
									  .navbar-inverse .nav-collapse .nav > li > a:hover,
									  .navbar-inverse .nav-collapse .nav > li > a:focus,
									  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
									  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
										background-color: #111111;
									  }
									  .nav-collapse.in .btn-group {
										margin-top: 5px;
										padding: 0;
									  }
									  .nav-collapse .dropdown-menu {
										position: static;
										top: auto;
										left: auto;
										float: none;
										display: none;
										max-width: none;
										margin: 0 15px;
										padding: 0;
										background-color: transparent;
										border: none;
										-webkit-border-radius: 0;
										-moz-border-radius: 0;
										border-radius: 0;
										-webkit-box-shadow: none;
										-moz-box-shadow: none;
										box-shadow: none;
									  }
									  .nav-collapse .open > .dropdown-menu {
										display: block;
									  }
									  .nav-collapse .dropdown-menu:before,
									  .nav-collapse .dropdown-menu:after {
										display: none;
									  }
									  .nav-collapse .dropdown-menu .divider {
										display: none;
									  }
									  .nav-collapse .nav > li > .dropdown-menu:before,
									  .nav-collapse .nav > li > .dropdown-menu:after {
										display: none;
									  }
									  .nav-collapse .navbar-form,
									  .nav-collapse .navbar-search {
										float: none;
										padding: 10px 15px;
										margin: 10px 0;
										border-top: 1px solid #dfdfdf;
										border-bottom: 1px solid #dfdfdf;
										-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
										-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
										box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
									  }
									  .navbar-inverse .nav-collapse .navbar-form,
									  .navbar-inverse .nav-collapse .navbar-search {
										border-top-color: #111111;
										border-bottom-color: #111111;
									  }
									  .navbar .nav-collapse .nav.pull-right {
										float: none;
										margin-left: 0;
									  }
									  .nav-collapse,
									  .nav-collapse.collapse {
										overflow: hidden;
										height: 0;
									  }
									  .navbar .btn-navbar {
										display: block;
									  }
									  .navbar-static .navbar-inner {
										padding-left: 20px;
										/*padding-right: 10px;*/
									  }
									}
									@media (min-width: 980px) {
									  .nav-collapse.collapse {
										height: auto !important;
										overflow: visible !important;
									  }
									}





/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* HERE ARE THE DEFAULT GRID

@gridColumns:             12;
@gridColumnWidth:         60px;
@gridGutterWidth:         20px;
@gridRowWidth:            (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));

// 1200px min
@gridColumnWidth1200:     70px;
@gridGutterWidth1200:     30px;
@gridRowWidth1200:        (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));

// 768px-979px
@gridColumnWidth768:      42px;
@gridGutterWidth768:      20px;
@gridRowWidth768:         (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1));

*/
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  #banner h1 {
	  font-size: 3em;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.48717949%;
    *margin-left: 2.433988%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.48717949%;
  }
  .row-fluid .span12 {
    width: 95.56410255999999%;
    *width: 95.51091107000001%;
  }
  .row-fluid .span11 {
    width: 87.39316239%;
    *width: 87.3399709%;
  }
  .row-fluid .span10 {
    width: 79.22222222000001%;
    *width: 79.16903073%;
  }
  .row-fluid .span9 {
    width: 71.05128205%;
    *width: 70.99809055999999%;
  }
  .row-fluid .span8 {
    width: 62.88034188%;
    *width: 62.82715039%;
  }
  .row-fluid .span7 {
    width: 54.70940171%;
    *width: 54.65621022%;
  }
  .row-fluid .span6 {
    width: 46.53846154%;
    *width: 46.48527005%;
  }
  .row-fluid .span5 {
    width: 38.36752137%;
    *width: 38.31432988%;
  }
  .row-fluid .span4 {
    width: 30.1965812%;
    *width: 30.14338971%;
  }
  .row-fluid .span3 {
    width: 22.02564103%;
    *width: 21.97244954%;
  }
  .row-fluid .span2 {
    width: 13.85470085%;
    *width: 13.80150937%;
  }
  .row-fluid .span1 {
    width: 5.68376068%;
    *width: 5.63056919%;
  }
  .row-fluid .offset12 {
    margin-left: 100.53846154%;
    *margin-left: 100.43207856%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 98.05128205%;
    *margin-left: 97.94489907000001%;
  }
  .row-fluid .offset11 {
    margin-left: 92.36752137000001%;
    *margin-left: 92.26113839%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 89.88034188%;
    *margin-left: 89.7739589%;
  }
  .row-fluid .offset10 {
    margin-left: 84.1965812%;
    *margin-left: 84.09019822%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 81.70940170999999%;
    *margin-left: 81.60301873%;
  }
  .row-fluid .offset9 {
    margin-left: 76.02564103%;
    *margin-left: 75.91925805%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 73.53846154%;
    *margin-left: 73.43207855999999%;
  }
  .row-fluid .offset8 {
    margin-left: 67.85470085%;
    *margin-left: 67.74831788%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 65.36752137000001%;
    *margin-left: 65.26113839%;
  }
  .row-fluid .offset7 {
    margin-left: 59.68376068%;
    *margin-left: 59.57737771%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 57.1965812%;
    *margin-left: 57.09019822%;
  }
  .row-fluid .offset6 {
    margin-left: 51.51282051%;
    *margin-left: 51.40643753%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 49.02564103%;
    *margin-left: 48.91925805%;
  }
  .row-fluid .offset5 {
    margin-left: 43.34188034%;
    *margin-left: 43.23549736%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 40.85470085%;
    *margin-left: 40.74831788%;
  }
  .row-fluid .offset4 {
    margin-left: 35.17094017%;
    *margin-left: 35.06455719%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 32.68376068%;
    *margin-left: 32.57737771%;
  }
  .row-fluid .offset3 {
    margin-left: 27%;
    *margin-left: 26.89361702%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 24.51282051%;
    *margin-left: 24.40643753%;
  }
  .row-fluid .offset2 {
    margin-left: 18.82905983%;
    *margin-left: 18.72267685%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.34188034%;
    *margin-left: 16.23549736%;
  }
  .row-fluid .offset1 {
    margin-left: 10.65811966%;
    *margin-left: 10.55173668%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.17094017%;
    *margin-left: 8.06455719%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
	#myCarousel .banner {
	height: 300px;
	}
  #banner {
	 height: 300px;
  }
  #banner > div {
	 height: 300px;
	  /*background-size: 100% ! important;*/
  }
  #banner h1 {
	  font-size: 2.5em;
  }
  
  
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.67955801%;
    *margin-left: 2.62636652%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.67955801%;
  }
  .row-fluid .span12 {
    width: 99.08839779%;
    *width: 99.0352063%;
  }
  .row-fluid .span11 {
    width: 90.60773481%;
    *width: 90.55454331999999%;
  }
  .row-fluid .span10 {
    width: 82.12707182%;
    *width: 82.07388032999999%;
  }
  .row-fluid .span9 {
    width: 73.64640884000001%;
    *width: 73.59321735%;
  }
  .row-fluid .span8 {
    width: 65.16574586%;
    *width: 65.11255437%;
  }
  .row-fluid .span7 {
    width: 56.68508287%;
    *width: 56.63189138%;
  }
  .row-fluid .span6 {
    width: 48.20441989%;
    *width: 48.1512284%;
  }
  .row-fluid .span5 {
    width: 39.72375691%;
    *width: 39.67056542%;
  }
  .row-fluid .span4 {
    width: 31.24309392%;
    *width: 31.18990243%;
  }
  .row-fluid .span3 {
    width: 22.76243094%;
    *width: 22.70923945%;
  }
  .row-fluid .span2 {
    width: 14.28176796%;
    *width: 14.22857647%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 104.44751381%;
    *margin-left: 104.34113083%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.7679558%;
    *margin-left: 101.66157282%;
  }
  .row-fluid .offset11 {
    margin-left: 95.96685083%;
    *margin-left: 95.86046785000001%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.28729282%;
    *margin-left: 93.18090984%;
  }
  .row-fluid .offset10 {
    margin-left: 87.48618784999999%;
    *margin-left: 87.37980487%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.80662983000001%;
    *margin-left: 84.70024685999999%;
  }
  .row-fluid .offset9 {
    margin-left: 79.00552485999999%;
    *margin-left: 78.89914188%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.32596685%;
    *margin-left: 76.21958386999999%;
  }
  .row-fluid .offset8 {
    margin-left: 70.52486188%;
    *margin-left: 70.4184789%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.84530387%;
    *margin-left: 67.73892089%;
  }
  .row-fluid .offset7 {
    margin-left: 62.0441989%;
    *margin-left: 61.93781592%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.36464088%;
    *margin-left: 59.25825791%;
  }
  .row-fluid .offset6 {
    margin-left: 53.56353591%;
    *margin-left: 53.45715293%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.8839779%;
    *margin-left: 50.77759492%;
  }
  .row-fluid .offset5 {
    margin-left: 45.08287293%;
    *margin-left: 44.97648995%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.40331492%;
    *margin-left: 42.29693194%;
  }
  .row-fluid .offset4 {
    margin-left: 36.60220994%;
    *margin-left: 36.49582697%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.92265193%;
    *margin-left: 33.81626895%;
  }
  .row-fluid .offset3 {
    margin-left: 28.12154696%;
    *margin-left: 28.01516398%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.44198895%;
    *margin-left: 25.33560597%;
  }
  .row-fluid .offset2 {
    margin-left: 19.64088398%;
    *margin-left: 19.534501%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.96132597%;
    *margin-left: 16.85494299%;
  }
  .row-fluid .offset1 {
    margin-left: 11.16022099%;
    *margin-left: 11.05383802%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.48066298%;
    *margin-left: 8.374280000000001%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0 20px; 
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    /*HCEdit width: 100%;*/
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  #myCarousel .banner {
	height: 200px;
	}
  #banner {
	 height: 200px;
  }
  #banner > div {
	 height: 200px;
	  /*background-size: 100% ! important;*/
  }
  #banner h1 {
	  font-size: 2em;
  }
  #product {
	  padding: 20px 0;
  }
  #product > div {
	  padding: 0 20px;
  }
  #features table td {
	  width: auto;
	  display: block;
  }
  
  #lightbox-form-container.active {
	top: 0 ! important;
	bottom: 0 ! important;
	max-width: initial;
	}
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .newsletter {
	  margin: 1em 5px;
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}


/* Icon Font */

@font-face {
  font-family: 'icomoon';
  src: url('/common/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/common/fonts/icomoon.svg#icomoon') format('svg'), url('/common/fonts/icomoon.woff') format('woff'), url('/common/fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fonticon {
  font-family: 'icomoon';
}



