  

  /*================================
  reset
  ================================*/
  #webcom html, #webcom body, #webcom div, #webcom span, #webcom applet, #webcom object, #webcom iframe, #webcom h1, #webcom h2, #webcom h3, #webcom h4, #webcom h5, #webcom h6, #webcom p, #webcom blockquote, #webcom pre, #webcom a, #webcom abbr, #webcom acronym, #webcom address, #webcom big, #webcom cite, #webcom code, #webcom del, #webcom dfn, #webcom em, #webcom img, #webcom ins, #webcom kbd, #webcom q, #webcom s, #webcom samp, #webcom small, #webcom strike, #webcom strong, #webcom sub, #webcom sup, #webcom tt, #webcom var, #webcom b, #webcom u, #webcom i, #webcom center, #webcom dl, #webcom dt, #webcom dd, #webcom ol, #webcom ul, #webcom li, #webcom fieldset, #webcom form, #webcom label, #webcom legend, #webcom table, #webcom caption, #webcom tbody, #webcom tfoot, #webcom thead, #webcom tr, #webcom th, #webcom td, #webcom article, #webcom aside, #webcom canvas, #webcom details, #webcom embed, #webcom figure, #webcom figcaption, #webcom footer, #webcom header, #webcom hgroup, #webcom menu, #webcom nav, #webcom output, #webcom ruby, #webcom section, #webcom summary, #webcom time, #webcom mark, #webcom audio, #webcom video,#webcom input[type=text], #webcom input[type=submit], #webcom input[type=password] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#webcom article, #webcom aside, #webcom details, #webcom figcaption, #webcom figure, #webcom footer, #webcom header, #webcom hgroup, #webcom menu, #webcom nav, #webcom section {
  display: block;
}
#webcom body {
  line-height: 1;
}
#webcom ol, #webcom ul {
  list-style: none;
}
#webcom blockquote, #webcom q {
  quotes: none;
}
#webcom blockquote:before, #webcom blockquote:after, #webcom q:before, #webcom q:after {
  content: '';
  content: none;
}
#webcom table {
  border-collapse: collapse;
  border-spacing: 0;
}
#webcom img {
  vertical-align: bottom;
}
#webcom .clearfix {
  zoom: 1;
}
#webcom .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#webcom .clearfix > * {
  float: left;
}
 	/*================================
  decoration
  ================================*/
#webcom .no-decoration {
  text-decoration: none !important;
}

  /*================================
  border
  ================================*/
#webcom .border-all {
  border: 1px solid #d9d9d9;
}
#webcom .border-top {
  border-top: 1px solid #d9d9d9;
}
#webcom .border-right {
  border-right: 1px solid #d9d9d9;
}
#webcom .border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
#webcom .border-left {
  border-left: 1px solid #d9d9d9;
}

  /*================================
  background
  ================================*/

#webcom .bg-subject {
  background: #f0f0f0;
  border-right: 1px solid #d9d9d9;
}
#webcom .bg-primary {
  background: #4982e9;
}
#webcom .bg-important {
  background: #fffccd;
}
  /*================================
  vertical-align
  ================================*/
#webcom .valign-top {
  vertical-align: top;
}
#webcom .valign-middle {
  vertical-align: middle;
}
#webcom .valign-bottom {
  vertical-align: bottom;
}
#webcom .valign-text-top {
  vertical-align: text-top;
}
#webcom .li-mr5 > * {
  margin-right: 5px;
}
#webcom .text-large {
  font-size: 1.3em;
}
#webcom .text-small {
  font-size: 0.8em;
}
#webcom .tex-x-small {
  font-size: 0.6em;
}
#webcom .text-male {
  color: #3485ff;
}
#webcom .text-female {
  color: #ff5757;
}
  /*================================
  margin
  ================================*/
#webcom .mb0 {
  margin-bottom: 0 !important;
}
#webcom .mb5 {
  margin-bottom: 5px !important;
}
#webcom .mb10 {
  margin-bottom: 10px !important;
}
#webcom .mb20 {
  margin-bottom: 20px !important;
}
#webcom .mt10 {
  margin-top: 10px !important;
}
#webcom .mt20 {
  margin-top: 20px !important;
}
#webcom .mr10 {
  margin-right: 10px;
}
  /*================================
  padding
  ================================*/
#webcom .p10 {
  padding: 10px !important;
}
#webcom .pl0 {
  padding-left: 0px !important;
}
#webcom .pr0 {
  padding-right: 0px !important;
}
#webcom .pt0 {
  padding-top: 0px !important;
}
#webcom .pb0 {
  padding-bottom: 0px !important;
}
#webcom .pt0 {
  padding-top: 0px !important;
}
#webcom .pt5 {
  padding-top: 5px !important;
}
#webcom .pt10 {
  padding-top: 10px !important;
}
#webcom .pl5 {
  padding-left: 5px !important;
}
#webcom .pr5 {
  padding-right: 5px !important;
}
  /*================================
  float
  ================================*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.bold {
  font-weight: bold;
}
.inline-content > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1.3;
}

  /*================================
  .comment-baloon
  ================================*/
.comment-baloon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
}
.comment-baloon-comment {
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  -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);
  color: #000;
  font-size: 14px;
}
.comment-baloon-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../../../../image/ymdweb/common/comment-baloon-arrow-bottom.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
  line-height: 20px;
  vertical-align: middle;
  position: absolute;
  bottom: -9px;
  left: 10px;
}
.comment-baloon[class*=top-] {
  margin-top: 10px;
}
.comment-baloon[class*=right-] {
  margin-right: 10px;
}
.comment-baloon[class*=bottom-] {
  margin-bottom: 10px;
}
.comment-baloon[class*=left-] {
  margin-left: 10px;
}
.comment-baloon a:link,
.comment-baloon a:visited,
header .comment-baloon a:link,
header .comment-baloon a:visited {
  color: #33C;
}
.comment-baloon a:hover,
.comment-baloon a:active,
header .comment-baloon a:hover,
header .comment-baloon a:active {
  color: #00F;
}
[class*=top-] .comment-baloon-arrow {
  background: url(../../../../image/ymdweb/common/comment-baloon-arrow-top.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
}
[class*=right-] .comment-baloon-arrow {
  background: url(../../../../image/ymdweb/common/comment-baloon-arrow-right.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}
[class*=bottom-] .comment-baloon-arrow {
  background: url(../../../../image/ymdweb/common/comment-baloon-arrow-bottom.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
}
[class*=left-] .comment-baloon-arrow {
  background: url(../../../../image/ymdweb/common/comment-baloon-arrow-left.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}
.top-left .comment-baloon-arrow {
  top: -9px;
  left: 10px;
}
.top-center .comment-baloon-arrow {
  top: -9px;
  left: 50%;
  margin-left: -10px;
}
.top-right .comment-baloon-arrow {
  top: -9px;
  right: 10px;
}
.right-top .comment-baloon-arrow {
  right: -9px;
  top: 10px;
}
.right-middle .comment-baloon-arrow {
  right: -9px;
  top: 50%;
  margin-top: -10px;
}
.right-bottom .comment-baloon-arrow {
  right: -9px;
  bottom: 10px;
}
.bottom-left .comment-baloon-arrow {
  bottom: -9px;
  left: 10px;
}
.bottom-center .comment-baloon-arrow {
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}
.bottom-right .comment-baloon-arrow {
  bottom: -9px;
  right: 10px;
}
.left-top .comment-baloon-arrow {
  left: -9px;
  top: 10px;
}
.left-middle .comment-baloon-arrow {
  left: -9px;
  top: 50%;
  margin-top: -10px;
}
.left-bottom .comment-baloon-arrow {
  left: -9px;
  bottom: 10px;
}

#webcom .subject-text {
  line-height: 1.2;
}
#webcom .subject-text .subject {
  font-weight: bold;
}
#webcom .subject-text .large {
  font-size: 1.2em;
}
#webcom .subject-text .x-large {
  font-size: 2.5em;
}
#webcom .subject-text .small {
  font-size: 0.8em;
}
#webcom .clear {
  clear: both;
}
#webcom .clearfix {
  *zoom: 1;
}
#webcom .clearfix:before,
#webcom .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .clearfix:after {
  clear: both;
}
#webcom .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#webcom .scroll {
  position: relative;
  overflow: scroll;
}
#webcom .scroll-y {
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
}
#webcom .scroll-x {
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
}
#webcom .scroll-y.scroll-small {
  max-height: 200px;
}
#webcom .scroll-y.scroll-medium {
  max-height: 400px;
}
#webcom .scroll-y.scroll-large {
  max-height: 600px;
}
.input-block-level {
  display: block;
  width: 100%!important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#webcom .highlight {
  font-weight: bold;
  color: #f00;
}
#webcom .highlight.point {
  color: #093;
}
#webcom .highlight.large {
  font-size: 1.3em;
}
#webcom .highlight.x-large {
  font-size: 2.4em;
}
#webcom .help {
  cursor: help;
}
#webcom article,
#webcom aside,
#webcom details,
#webcom figcaption,
#webcom figure,
#webcom footer,
#webcom header,
#webcom hgroup,
#webcom nav,
#webcom section {
  display: block;
}
#webcom audio,
#webcom canvas,
#webcom video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#webcom audio:not([controls]) {
  display: none;
}
#webcom html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#webcom a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#webcom a:hover,
#webcom a:active {
  outline: 0;
}
#webcom sub,
#webcom sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
#webcom sup {
  top: -0.5em;
}
#webcom sub {
  bottom: -0.25em;
}
#webcom img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#webcom #map_canvas img,
#webcom .google-maps img {
  max-width: none;
}
#webcom button,
#webcom input,
#webcom select,
#webcom textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
#webcom button,
#webcom input {
  *overflow: visible;
  line-height: normal;
}
#webcom button::-moz-focus-inner,
#webcom input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#webcom button,
#webcom html input[type="button"],
#webcom input[type="reset"],
#webcom input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
#webcom label,
#webcom select,
#webcom button,
#webcom input[type="button"],
#webcom input[type="reset"],
#webcom input[type="submit"],
#webcom input[type="radio"],
#webcom input[type="checkbox"] {
  cursor: pointer;
}
#webcom input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
#webcom input[type="search"]::-webkit-search-decoration,
#webcom input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#webcom textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  #webcom {
    @page {
      margin: 0.5cm;
}

  }
  #webcom * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #webcom a,
  #webcom a:visited {
    text-decoration: underline;
  }
  #webcom a[href]:after {
    content: " (" attr(href) ")";
  }
  #webcom abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #webcom .ir a:after,
  #webcom a[href^="javascript:"]:after,
  #webcom a[href^="#"]:after {
    content: "";
  }
  #webcom pre,
  #webcom blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #webcom thead {
    display: table-header-group;
  }
  #webcom tr,
  #webcom img {
    page-break-inside: avoid;
  }
  #webcom img {
    max-width: 100% !important;
  }
  #webcom p,
  #webcom h2,
  #webcom h3 {
    orphans: 3;
    widows: 3;
  }
  #webcom h2,
  #webcom h3 {
    page-break-after: avoid;
  }
}
#webcom small {
  font-size: 85%;
}
#webcom strong {
  font-weight: bold;
}
#webcom em {
  font-style: italic;
}
#webcom cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.table p {
	margin: 0;
}
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;
}
#webcom .text-line_through {
  text-decoration: line-through;
}
#webcom .text-underline {
  text-decoration: underline;
}
#webcom label,
#webcom input,
#webcom button,
#webcom select,
#webcom textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
#webcom input,
#webcom button,
#webcom select,
#webcom textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#webcom label {
  display: block;
  margin-bottom: 5px;
}
.popup select,
.popup textarea,
.popup input[type="text"],
.popup input[type="password"],
.popup input[type="datetime"],
.popup input[type="datetime-local"],
.popup input[type="date"],
.popup input[type="month"],
.popup input[type="time"],
.popup input[type="week"],
.popup input[type="number"],
.popup input[type="email"],
.popup input[type="url"],
.popup input[type="search"],
.popup input[type="tel"],
.popup input[type="color"],
.popup .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 5px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#webcom select,
#webcom textarea,
#webcom input[type="text"],
#webcom input[type="password"],
#webcom input[type="datetime"],
#webcom input[type="datetime-local"],
#webcom input[type="date"],
#webcom input[type="month"],
#webcom input[type="time"],
#webcom input[type="week"],
#webcom input[type="number"],
#webcom input[type="email"],
#webcom input[type="url"],
#webcom input[type="search"],
#webcom input[type="tel"],
#webcom input[type="color"],
#webcom .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 5px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#webcom input,
#webcom textarea,
#webcom .uneditable-input {
  width: 206px;
}
#webcom textarea {
  height: auto;
}
select:focus,
input[type="text"],
#webcom textarea,
#webcom input[type="text"],
#webcom input[type="password"],
#webcom input[type="datetime"],
#webcom input[type="datetime-local"],
#webcom input[type="date"],
#webcom input[type="month"],
#webcom input[type="time"],
#webcom input[type="week"],
#webcom input[type="number"],
#webcom input[type="email"],
#webcom input[type="url"],
#webcom input[type="search"],
#webcom input[type="tel"],
#webcom input[type="color"],
#webcom .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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
input[type="text"]:focus,
#webcom textarea:focus,
#webcom input[type="text"]:focus,
#webcom input[type="password"]:focus,
#webcom input[type="datetime"]:focus,
#webcom input[type="datetime-local"]:focus,
#webcom input[type="date"]:focus,
#webcom input[type="month"]:focus,
#webcom input[type="time"]:focus,
#webcom input[type="week"]:focus,
#webcom input[type="number"]:focus,
#webcom input[type="email"]:focus,
#webcom input[type="url"]:focus,
#webcom input[type="search"]:focus,
#webcom input[type="tel"]:focus,
#webcom input[type="color"]:focus,
#webcom .uneditable-input:focus {
  border-color: rgba(254, 101, 201, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  /*
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 101, 201, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 101, 201, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 101, 201, 0.6);
  */
}
#webcom input[type="radio"],
#webcom input[type="checkbox"] {
  /* 	margin: 4px 0 0; */
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
#webcom input[type="file"],
#webcom input[type="image"],
#webcom input[type="submit"],
#webcom input[type="reset"],
#webcom input[type="button"],
#webcom input[type="radio"],
#webcom input[type="checkbox"] {
  width: auto;
}
#webcom select,
#webcom 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;
}
#webcom select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#webcom select {
  vertical-align: baseline;
}
#webcom select.span1 {
  width: 86px;
}
#webcom ul.inline {
  overflow: hidden;
  font-size: 0;
  letter-spacing: -.40em;
}
#webcom ul.inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
  letter-spacing: normal;
}

#webcom {
  /*================================
  select-original
  ================================*/

  /*
  .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);
  }
  */
}
#webcom select.small {
  font-size: 12px;
  height: auto;
}
#webcom select.inline {
  width: auto;
}
#webcom select[multiple],
#webcom select[size] {
  height: auto;
}
#webcom select:focus,
#webcom input[type="file"]:focus,
#webcom input[type="radio"]:focus,
#webcom input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#webcom .uneditable-input,
#webcom .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  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);
}
#webcom .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
#webcom .uneditable-textarea {
  width: auto;
  height: auto;
}
#webcom input:-moz-placeholder,
#webcom textarea:-moz-placeholder {
  color: #999999;
}
#webcom input:-ms-input-placeholder,
#webcom textarea:-ms-input-placeholder {
  color: #999999;
}
#webcom input::-webkit-input-placeholder,
#webcom textarea::-webkit-input-placeholder {
  color: #999999;
}
#webcom .radio,
#webcom .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
#webcom .radio input[type="radio"],
#webcom .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
#webcom .controls > .radio:first-child,
#webcom .controls > .checkbox:first-child {
  padding-top: 5px;
}
#webcom .radio.inline,
#webcom .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
#webcom .radio.inline + .radio.inline,
#webcom .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;
}
#webcom input[class*="span"],
#webcom select[class*="span"],
#webcom textarea[class*="span"],
#webcom .uneditable-input[class*="span"],
#webcom .row-fluid input[class*="span"],
#webcom .row-fluid select[class*="span"],
#webcom .row-fluid textarea[class*="span"],
#webcom .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
#webcom .input-append input[class*="span"],
#webcom .input-append .uneditable-input[class*="span"],
#webcom .input-prepend input[class*="span"],
#webcom .input-prepend .uneditable-input[class*="span"],
#webcom .row-fluid input[class*="span"],
#webcom .row-fluid select[class*="span"],
#webcom .row-fluid textarea[class*="span"],
#webcom .row-fluid .uneditable-input[class*="span"],
#webcom .row-fluid .input-prepend [class*="span"],
#webcom .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
#webcom input,
#webcom textarea,
#webcom .uneditable-input {
  margin-left: 0;
}
#webcom .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
#webcom input.span12,
#webcom textarea.span12,
#webcom .uneditable-input.span12 {
  width: 926px;
}
#webcom input.span11,
#webcom textarea.span11,
#webcom .uneditable-input.span11 {
  width: 846px;
}
#webcom input.span10,
#webcom textarea.span10,
#webcom .uneditable-input.span10 {
  width: 766px;
}
#webcom input.span9,
#webcom textarea.span9,
#webcom .uneditable-input.span9 {
  width: 686px;
}
#webcom input.span8,
#webcom textarea.span8,
#webcom .uneditable-input.span8 {
  width: 606px;
}
#webcom input.span7,
#webcom textarea.span7,
#webcom .uneditable-input.span7 {
  width: 526px;
}
#webcom input.span6,
#webcom textarea.span6,
#webcom .uneditable-input.span6 {
  width: 446px;
}
#webcom input.span5,
#webcom textarea.span5,
#webcom .uneditable-input.span5 {
  width: 366px;
}
#webcom input.span4,
#webcom textarea.span4,
#webcom .uneditable-input.span4 {
  width: 286px;
}
#webcom input.span3,
#webcom textarea.span3,
#webcom .uneditable-input.span3 {
  width: 206px;
}
#webcom input.span2,
#webcom textarea.span2,
#webcom .uneditable-input.span2 {
  width: 126px;
}
#webcom input.span1,
#webcom textarea.span1,
#webcom .uneditable-input.span1 {
  width: 46px;
}
#webcom .controls-row {
  *zoom: 1;
}
#webcom .controls-row:before,
#webcom .controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .controls-row:after {
  clear: both;
}
#webcom .controls-row [class*="span"],
#webcom .row-fluid .controls-row [class*="span"] {
  float: left;
}
#webcom .controls-row .checkbox[class*="span"],
#webcom .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
#webcom input[disabled],
#webcom select[disabled],
#webcom textarea[disabled],
#webcom input[readonly],
#webcom select[readonly],
#webcom textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
#webcom input[type="radio"][disabled],
#webcom input[type="checkbox"][disabled],
#webcom input[type="radio"][readonly],
#webcom input[type="checkbox"][readonly] {
  background-color: transparent;
}
#webcom .control-group.warning .control-label,
#webcom .control-group.warning .help-block,
#webcom .control-group.warning .help-inline {
  color: #c09853;
}
#webcom .control-group.warning .checkbox,
#webcom .control-group.warning .radio,
#webcom .control-group.warning input,
#webcom .control-group.warning select,
#webcom .control-group.warning textarea {
  color: #c09853;
}
#webcom .control-group.warning input,
#webcom .control-group.warning select,
#webcom .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);
}
#webcom .control-group.warning input:focus,
#webcom .control-group.warning select:focus,
#webcom .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;
}
#webcom .control-group.warning .input-prepend .add-on,
#webcom .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
#webcom .control-group.error .control-label,
#webcom .control-group.error .help-block,
#webcom .control-group.error .help-inline {
  color: #b94a48;
}
#webcom .control-group.error .checkbox,
#webcom .control-group.error .radio,
#webcom .control-group.error input,
#webcom .control-group.error select,
#webcom .control-group.error textarea {
  color: #b94a48;
}
#webcom .control-group.error input,
#webcom .control-group.error select,
#webcom .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);
}
#webcom .control-group.error input:focus,
#webcom .control-group.error select:focus,
#webcom .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;
}
#webcom .control-group.error .input-prepend .add-on,
#webcom .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
#webcom .control-group.success .control-label,
#webcom .control-group.success .help-block,
#webcom .control-group.success .help-inline {
  color: #468847;
}
#webcom .control-group.success .checkbox,
#webcom .control-group.success .radio,
#webcom .control-group.success input,
#webcom .control-group.success select,
#webcom .control-group.success textarea {
  color: #468847;
}
#webcom .control-group.success input,
#webcom .control-group.success select,
#webcom .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);
}
#webcom .control-group.success input:focus,
#webcom .control-group.success select:focus,
#webcom .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;
}
#webcom .control-group.success .input-prepend .add-on,
#webcom .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
#webcom .control-group.info .control-label,
#webcom .control-group.info .help-block,
#webcom .control-group.info .help-inline {
  color: #3a87ad;
}
#webcom .control-group.info .checkbox,
#webcom .control-group.info .radio,
#webcom .control-group.info input,
#webcom .control-group.info select,
#webcom .control-group.info textarea {
  color: #3a87ad;
}
#webcom .control-group.info input,
#webcom .control-group.info select,
#webcom .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);
}
#webcom .control-group.info input:focus,
#webcom .control-group.info select:focus,
#webcom .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;
}
#webcom .control-group.info .input-prepend .add-on,
#webcom .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
#webcom input:focus:invalid,
#webcom textarea:focus:invalid,
#webcom select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
#webcom input:focus:invalid:focus,
#webcom textarea:focus:invalid:focus,
#webcom 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;
}
#webcom .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
#webcom .form-actions:before,
#webcom .form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .form-actions:after {
  clear: both;
}
#webcom .help-block,
#webcom .help-inline {
  color: #595959;
}
#webcom .help-block {
  display: block;
  margin-bottom: 10px;
}
#webcom .help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
#webcom .input-append,
#webcom .input-prepend {
  display: inline-block;
  /* 	margin-bottom: 10px; */
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: -.40em;
}
#webcom .input-append input,
#webcom .input-prepend input,
#webcom .input-append select,
#webcom .input-prepend select,
#webcom .input-append .uneditable-input,
#webcom .input-prepend .uneditable-input,
#webcom .input-append .dropdown-menu,
#webcom .input-prepend .dropdown-menu,
#webcom .input-append .popover,
#webcom .input-prepend .popover {
  font-size: 14px;
  letter-spacing: normal;
}
#webcom .input-append input,
#webcom .input-prepend input,
#webcom .input-append select,
#webcom .input-prepend select,
#webcom .input-append .uneditable-input,
#webcom .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#webcom .input-append input:focus,
#webcom .input-prepend input:focus,
#webcom .input-append select:focus,
#webcom .input-prepend select:focus,
#webcom .input-append .uneditable-input:focus,
#webcom .input-prepend .uneditable-input:focus {
  z-index: 2;
}
#webcom .input-append .add-on,
#webcom .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;
}
#webcom .input-append .add-on,
#webcom .input-prepend .add-on,
#webcom .input-append .btn,
#webcom .input-prepend .btn,
#webcom .input-append .btn-group > .dropdown-toggle,
#webcom .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .input-append .active,
#webcom .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
#webcom .input-prepend .add-on,
#webcom .input-prepend .btn {
  margin-right: -1px;
}
#webcom .input-prepend .add-on:first-child,
#webcom .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#webcom .input-append input,
#webcom .input-append select,
#webcom .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#webcom .input-append input + .btn-group .btn:last-child,
#webcom .input-append select + .btn-group .btn:last-child,
#webcom .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#webcom .input-append .add-on,
#webcom .input-append .btn,
#webcom .input-append .btn-group {
  margin-left: -1px;
}
#webcom .input-append .add-on:last-child,
#webcom .input-append .btn:last-child,
#webcom .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#webcom .input-prepend.input-append input,
#webcom .input-prepend.input-append select,
#webcom .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .input-prepend.input-append input + .btn-group .btn,
#webcom .input-prepend.input-append select + .btn-group .btn,
#webcom .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#webcom .input-prepend.input-append .add-on:first-child,
#webcom .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#webcom .input-prepend.input-append .add-on:last-child,
#webcom .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#webcom .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
#webcom 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;
}
#webcom .form-search .input-append .search-query,
#webcom .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .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;
}
#webcom .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;
}
#webcom .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;
}
#webcom .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;
}
#webcom .form-search input,
#webcom .form-inline input,
#webcom .form-horizontal input,
#webcom .form-search textarea,
#webcom .form-inline textarea,
#webcom .form-horizontal textarea,
#webcom .form-search select,
#webcom .form-inline select,
#webcom .form-horizontal select,
#webcom .form-search .help-inline,
#webcom .form-inline .help-inline,
#webcom .form-horizontal .help-inline,
#webcom .form-search .uneditable-input,
#webcom .form-inline .uneditable-input,
#webcom .form-horizontal .uneditable-input,
#webcom .form-search .input-prepend,
#webcom .form-inline .input-prepend,
#webcom .form-horizontal .input-prepend,
#webcom .form-search .input-append,
#webcom .form-inline .input-append,
#webcom .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
#webcom .form-search .hide,
#webcom .form-inline .hide,
#webcom .form-horizontal .hide {
  display: none;
}
#webcom .form-search label,
#webcom .form-inline label,
#webcom .form-search .btn-group,
#webcom .form-inline .btn-group {
  display: inline-block;
}
#webcom .form-search .input-append,
#webcom .form-inline .input-append,
#webcom .form-search .input-prepend,
#webcom .form-inline .input-prepend {
  margin-bottom: 0;
}
#webcom .form-search .radio,
#webcom .form-search .checkbox,
#webcom .form-inline .radio,
#webcom .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#webcom .form-search .radio input[type="radio"],
#webcom .form-search .checkbox input[type="checkbox"],
#webcom .form-inline .radio input[type="radio"],
#webcom .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
#webcom .control-group {
  margin-bottom: 10px;
}
#webcom legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
#webcom .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
#webcom .form-horizontal .form-row {
  margin-bottom: 10px;
  *zoom: 1;
}
#webcom .form-horizontal .form-row:last-child {
  margin-bottom: 0;
}
#webcom .form-horizontal .control-group:before,
#webcom .form-horizontal .control-group:after,
#webcom .form-horizontal .form-row:before,
#webcom .form-horizontal .form-row:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .form-horizontal .control-group:after,
#webcom .form-horizontal .form-row:after {
  clear: both;
}
#webcom .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
#webcom .form-horizontal .form-label {
  float: left;
  width: 60px;
  padding-top: 5px;
  text-align: right;
}
#webcom .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
#webcom .form-horizontal .forms {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 80px;
  *margin-left: 0;
}
#webcom .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
#webcom .form-horizontal .help-block {
  margin-bottom: 0;
}
#webcom .form-horizontal input + .help-block,
#webcom .form-horizontal select + .help-block,
#webcom .form-horizontal textarea + .help-block,
#webcom .form-horizontal .uneditable-input + .help-block,
#webcom .form-horizontal .input-prepend + .help-block,
#webcom .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
#webcom .form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.popup .table,
.table {
  width: 100%!important;
  margin-bottom: 20px!important;
}
.popup .table-inline,
.table-inline {
  width: auto!important;
}
.table th,
.table td {
  padding: 8px!important;
  line-height: 20px!important;
  text-align: left!important;
  vertical-align: top!important;
  border-top: 1px solid #dddddd!important;
}
.table th.text-right,
.table td.text-right {
  text-align: right!important;
}
.table th {
  font-weight: bold!important;
}
.table thead th {
  vertical-align: bottom!important;
}
.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!important;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd!important;
}
.table .table {
  background-color: #ffffff!important;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px!important;
}
.table-bordered {
  border: 1px solid #dddddd!important;
  border-collapse: separate!important;
  *border-collapse: collapse!important;
  border-left: 0!important;
  -webkit-border-radius: 4px!important;
  -moz-border-radius: 4px!important;
  border-radius: 4px!important;
}
.table-bordered.no-round,
.table-bordered.no-round tr,
.table-bordered.no-round th,
.table-bordered.no-round td,
.table-bordered.no-round tbody {
  border-radius: 0 !important;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd!important;
}
.table-bordered th {
  background: #F5F5F5!important;
  vertical-align: middle!important;
}
.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: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.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: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.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: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.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: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 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: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.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: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.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-hover .active > td {
  background-color: #e8efff !important;
}
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;
}
#webcom .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
#webcom .nav > li > a {
  display: block;
}
#webcom .nav > li > a:hover,
#webcom .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
#webcom .nav > li > a > img {
  max-width: none;
}
#webcom .nav > .pull-right {
  float: right;
}
#webcom .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;
}
#webcom .nav li + .nav-header {
  margin-top: 9px;
}
#webcom .nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
#webcom .nav-list > li > a,
#webcom .nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#webcom .nav-list > li > a {
  padding: 3px 15px;
}
#webcom .nav-list > .active > a,
#webcom .nav-list > .active > a:hover,
#webcom .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
#webcom .nav-list [class^="icon-"],
#webcom .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
#webcom .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#webcom .nav-tabs,
#webcom .nav-pills {
  *zoom: 1;
}
#webcom .nav-tabs:before,
#webcom .nav-pills:before,
#webcom .nav-tabs:after,
#webcom .nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .nav-tabs:after,
#webcom .nav-pills:after {
  clear: both;
}
#webcom .nav-tabs > li,
#webcom .nav-pills > li {
  float: left;
}
#webcom .nav-tabs > li > a,
#webcom .nav-pills > li > a,
#webcom .nav-tabs > li > label,
#webcom .nav-pills > li > label {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
#webcom .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#webcom .nav-tabs > li {
  margin-bottom: -1px;
}
#webcom .nav-tabs > li > a,
#webcom .nav-tabs > li > label {
  margin-bottom: 0;
  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;
}
#webcom .nav-tabs > li > a:hover,
#webcom .nav-tabs > li > a:focus,
#webcom .nav-tabs > li > label:hover,
#webcom .nav-tabs > li > label:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
#webcom .nav-tabs > .active > a,
#webcom .nav-tabs > .active > a:hover,
#webcom .nav-tabs > .active > a:focus,
#webcom .nav-tabs > .active > label,
#webcom .nav-tabs > .active > label:hover,
#webcom .nav-tabs > .active > label:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#webcom .nav-pills > li > a,
#webcom .nav-pills > li > label {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#webcom .nav-pills > .active > a,
#webcom .nav-pills > .active > a:hover,
#webcom .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
#webcom .nav-stacked > li {
  float: none;
}
#webcom .nav-stacked > li > a,
#webcom .nav-stacked > li > label {
  margin-right: 0;
}
#webcom .nav-tabs.nav-stacked {
  border-bottom: 0;
}
#webcom .nav-tabs.nav-stacked > li > a,
#webcom .nav-tabs.nav-stacked > li > label {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .nav-tabs.nav-stacked > li:first-child > a,
#webcom .nav-tabs.nav-stacked > li:first-child > label {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}
#webcom .nav-tabs.nav-stacked > li:last-child > a,
#webcom .nav-tabs.nav-stacked > li:last-child > label {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
#webcom .nav-tabs.nav-stacked > li > a:hover,
#webcom .nav-tabs.nav-stacked > li > a:focus,
#webcom .nav-tabs.nav-stacked > li > label:hover,
#webcom .nav-tabs.nav-stacked > li > label:focus {
  z-index: 2;
  border-color: #ddd;
}
#webcom .nav-pills.nav-stacked > li > a,
#webcom .nav-pills.nav-stacked > li > label {
  margin-bottom: 3px;
}
#webcom .nav-pills.nav-stacked > li:last-child > a,
#webcom .nav-pills.nav-stacked > li:last-child > label {
  margin-bottom: 1px;
}
#webcom .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#webcom .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
#webcom .nav .dropdown-toggle:hover .caret,
#webcom .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
#webcom .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
#webcom .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#webcom .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
#webcom .nav > .dropdown.active > a:hover,
#webcom .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
#webcom .nav-tabs .open .dropdown-toggle,
#webcom .nav-pills .open .dropdown-toggle,
#webcom .nav > li.dropdown.open.active > a:hover,
#webcom .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
#webcom .nav li.dropdown.open .caret,
#webcom .nav li.dropdown.open.active .caret,
#webcom .nav li.dropdown.open a:hover .caret,
#webcom .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
#webcom .tabs-stacked .open > a:hover,
#webcom .tabs-stacked .open > a:focus {
  border-color: #999999;
}
#webcom .tabbable {
  *zoom: 1;
}
#webcom .tabbable:before,
#webcom .tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .tabbable:after {
  clear: both;
}
#webcom .tab-content {
  overflow: auto;
}
#webcom .tabs-below > .nav-tabs,
#webcom .tabs-right > .nav-tabs,
#webcom .tabs-left > .nav-tabs {
  border-bottom: 0;
}
#webcom .tab-content > .tab-pane,
#webcom .pill-content > .pill-pane {
  display: none;
}
#webcom .tab-content > .active,
#webcom .pill-content > .active {
  display: block;
}
#webcom .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
#webcom .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
#webcom .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;
}
#webcom .tabs-below > .nav-tabs > li > a:hover,
#webcom .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
#webcom .tabs-below > .nav-tabs > .active > a,
#webcom .tabs-below > .nav-tabs > .active > a:hover,
#webcom .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
#webcom .tabs-left > .nav-tabs > li,
#webcom .tabs-right > .nav-tabs > li {
  float: none;
}
#webcom .tabs-left > .nav-tabs > li > a,
#webcom .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
#webcom .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
#webcom .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;
}
#webcom .tabs-left > .nav-tabs > li > a:hover,
#webcom .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
#webcom .tabs-left > .nav-tabs .active > a,
#webcom .tabs-left > .nav-tabs .active > a:hover,
#webcom .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
#webcom .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
#webcom .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;
}
#webcom .tabs-right > .nav-tabs > li > a:hover,
#webcom .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
#webcom .tabs-right > .nav-tabs .active > a,
#webcom .tabs-right > .nav-tabs .active > a:hover,
#webcom .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
#webcom .nav > .disabled > a {
  color: #999999;
}
#webcom .nav > .disabled > a:hover,
#webcom .nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
#webcom .navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}
#webcom .navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -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);
}
#webcom .navbar-inner:before,
#webcom .navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .navbar-inner:after {
  clear: both;
}
#webcom .navbar .container {
  width: auto;
}
#webcom .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
#webcom .navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
#webcom .navbar .brand:hover,
#webcom .navbar .brand:focus {
  text-decoration: none;
}
#webcom .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
#webcom .navbar-link {
  color: #777777;
}
#webcom .navbar-link:hover,
#webcom .navbar-link:focus {
  color: #333333;
}
#webcom .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}
#webcom .navbar .btn,
#webcom .navbar .btn-group {
  margin-top: 5px;
}
#webcom .navbar .btn-group .btn,
#webcom .navbar .input-prepend .btn,
#webcom .navbar .input-append .btn,
#webcom .navbar .input-prepend .btn-group,
#webcom .navbar .input-append .btn-group {
  margin-top: 0;
}
#webcom .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
#webcom .navbar-form:before,
#webcom .navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .navbar-form:after {
  clear: both;
}
#webcom .navbar-form input,
#webcom .navbar-form select,
#webcom .navbar-form .radio,
#webcom .navbar-form .checkbox {
  margin-top: 5px;
}
#webcom .navbar-form input,
#webcom .navbar-form select,
#webcom .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
#webcom .navbar-form input[type="image"],
#webcom .navbar-form input[type="checkbox"],
#webcom .navbar-form input[type="radio"] {
  margin-top: 3px;
}
#webcom .navbar-form .input-append,
#webcom .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
#webcom .navbar-form .input-append input,
#webcom .navbar-form .input-prepend input {
  margin-top: 0;
}
#webcom .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
#webcom .navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  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;
}
#webcom .navbar-static-top {
  position: static;
  margin-bottom: 0;
}
#webcom .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .navbar-fixed-top,
#webcom .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
#webcom .navbar-fixed-top .navbar-inner,
#webcom .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
#webcom .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
#webcom .navbar-fixed-top .navbar-inner,
#webcom .navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .navbar-static-top .container,
#webcom .navbar-fixed-top .container,
#webcom .navbar-fixed-bottom .container {
  width: 940px;
}
#webcom .navbar-fixed-top {
  top: 0;
}
#webcom .navbar-fixed-top .navbar-inner,
#webcom .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#webcom .navbar-fixed-bottom {
  bottom: 0;
}
#webcom .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
#webcom .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
#webcom .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
#webcom .navbar .nav > li {
  float: left;
}
#webcom .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
#webcom .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
#webcom .navbar .nav > li > a:focus,
#webcom .navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
#webcom .navbar .nav > .active > a,
#webcom .navbar .nav > .active > a:hover,
#webcom .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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);
}
#webcom .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
#webcom .navbar .btn-navbar:hover,
#webcom .navbar .btn-navbar:focus,
#webcom .navbar .btn-navbar:active,
#webcom .navbar .btn-navbar.active,
#webcom .navbar .btn-navbar.disabled,
#webcom .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
#webcom .navbar .btn-navbar:active,
#webcom .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
#webcom .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);
}
#webcom .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
#webcom .navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
#webcom .navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
#webcom .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
#webcom .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
#webcom .navbar .nav li.dropdown > a:hover .caret,
#webcom .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
#webcom .navbar .nav li.dropdown.open > .dropdown-toggle,
#webcom .navbar .nav li.dropdown.active > .dropdown-toggle,
#webcom .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}
#webcom .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
#webcom .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#webcom .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#webcom .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
#webcom .navbar .pull-right > li > .dropdown-menu,
#webcom .navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#webcom .navbar .pull-right > li > .dropdown-menu:before,
#webcom .navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}
#webcom .navbar .pull-right > li > .dropdown-menu:after,
#webcom .navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}
#webcom .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
#webcom .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#webcom .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;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
#webcom .navbar-inverse .brand,
#webcom .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#webcom .navbar-inverse .brand:hover,
#webcom .navbar-inverse .nav > li > a:hover,
#webcom .navbar-inverse .brand:focus,
#webcom .navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
#webcom .navbar-inverse .brand {
  color: #999999;
}
#webcom .navbar-inverse .navbar-text {
  color: #999999;
}
#webcom .navbar-inverse .nav > li > a:focus,
#webcom .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}
#webcom .navbar-inverse .nav .active > a,
#webcom .navbar-inverse .nav .active > a:hover,
#webcom .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
#webcom .navbar-inverse .navbar-link {
  color: #999999;
}
#webcom .navbar-inverse .navbar-link:hover,
#webcom .navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
#webcom .navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}
#webcom .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
#webcom .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
#webcom .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}
#webcom .navbar-inverse .nav li.dropdown > a:hover .caret,
#webcom .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#webcom .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
#webcom .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
#webcom .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
#webcom .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#webcom .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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#webcom .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
#webcom .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
#webcom .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
#webcom .navbar-inverse .navbar-search .search-query:focus,
#webcom .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}
#webcom .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .navbar-inverse .btn-navbar:hover,
#webcom .navbar-inverse .btn-navbar:focus,
#webcom .navbar-inverse .btn-navbar:active,
#webcom .navbar-inverse .btn-navbar.active,
#webcom .navbar-inverse .btn-navbar.disabled,
#webcom .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
#webcom .navbar-inverse .btn-navbar:active,
#webcom .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
#webcom [class^="icon-"],
#webcom [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  /* 	margin-top: 1px; */
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  /* 	vertical-align: middle; */
  background-image: url(../../../image/ymdweb/common/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
#webcom [class^="icon-"].ss,
#webcom [class*=" icon-"].ss {
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}
#webcom .btn [class^="icon-"].ss,
#webcom .btn [class*=" icon-"].ss {
  margin-bottom: 2px;
}
#webcom .btn-small [class^="icon-"].ss,
#webcom .btn-small [class*=" icon-"].ss {
  margin-bottom: 2px;
}
#webcom [class^="icon-"].s,
#webcom [class*=" icon-"].s {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
}
#webcom [class^="icon-"].m,
#webcom [class*=" icon-"].m {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-position: 0 0;
  background-size: contain;
}
#webcom [class^="icon-"].l,
#webcom [class*=" icon-"].l {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-position: 0 0;
  background-size: contain;
}
#webcom .icon-white,
#webcom .nav-pills > .active > a > [class^="icon-"],
#webcom .nav-pills > .active > a > [class*=" icon-"],
#webcom .nav-list > .active > a > [class^="icon-"],
#webcom .nav-list > .active > a > [class*=" icon-"],
#webcom .navbar-inverse .nav > .active > a > [class^="icon-"],
#webcom .navbar-inverse .nav > .active > a > [class*=" icon-"],
#webcom .dropdown-menu > li > a:hover > [class^="icon-"],
#webcom .dropdown-menu > li > a:focus > [class^="icon-"],
#webcom .dropdown-menu > li > a:hover > [class*=" icon-"],
#webcom .dropdown-menu > li > a:focus > [class*=" icon-"],
#webcom .dropdown-menu > .active > a > [class^="icon-"],
#webcom .dropdown-menu > .active > a > [class*=" icon-"],
#webcom .dropdown-submenu:hover > a > [class^="icon-"],
#webcom .dropdown-submenu:focus > a > [class^="icon-"],
#webcom .dropdown-submenu:hover > a > [class*=" icon-"],
#webcom .dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(../../../image/ymdweb/common/glyphicons-halflings-white.png);
}
#webcom .icon-glass {
  background-position: 0 0;
}
#webcom .icon-music {
  background-position: -24px 0;
}
#webcom .icon-search {
  background-position: -48px 0;
}
#webcom .icon-envelope {
  background-position: -72px 0;
}
#webcom .icon-heart {
  background-position: -96px 0;
}
#webcom .icon-star {
  background-position: -120px 0;
}
#webcom .icon-star-empty {
  background-position: -144px 0;
}
#webcom .icon-user {
  background-position: -168px 0;
}
#webcom .icon-film {
  background-position: -192px 0;
}
#webcom .icon-th-large {
  background-position: -216px 0;
}
#webcom .icon-th {
  background-position: -240px 0;
}
#webcom .icon-th-list {
  background-position: -264px 0;
}
#webcom .icon-ok {
  background-position: -288px 0;
}
#webcom .icon-remove {
  background-position: -312px 0;
}
#webcom .icon-zoom-in {
  background-position: -336px 0;
}
#webcom .icon-zoom-out {
  background-position: -360px 0;
}
#webcom .icon-off {
  background-position: -384px 0;
}
#webcom .icon-signal {
  background-position: -408px 0;
}
#webcom .icon-cog {
  background-position: -432px 0;
}
#webcom .icon-trash {
  background-position: -456px 0;
}
#webcom .icon-home {
  background-position: 0 -24px;
}
#webcom .icon-file {
  background-position: -24px -24px;
}
#webcom .icon-time {
  background-position: -48px -24px;
}
#webcom .icon-road {
  background-position: -72px -24px;
}
#webcom .icon-download-alt {
  background-position: -96px -24px;
}
#webcom .icon-download {
  background-position: -120px -24px;
}
#webcom .icon-upload {
  background-position: -144px -24px;
}
#webcom .icon-inbox {
  background-position: -168px -24px;
}
#webcom .icon-play-circle {
  background-position: -192px -24px;
}
#webcom .icon-repeat {
  background-position: -216px -24px;
}
#webcom .icon-refresh {
  background-position: -240px -24px;
}
#webcom .icon-list-alt {
  background-position: -264px -24px;
}
#webcom .icon-lock {
  background-position: -287px -24px;
}
#webcom .icon-security {
  background-position: -287px -24px;
}
#webcom .icon-flag {
  background-position: -312px -24px;
}
#webcom .icon-headphones {
  background-position: -336px -24px;
}
#webcom .icon-volume-off {
  background-position: -360px -24px;
}
#webcom .icon-volume-down {
  background-position: -384px -24px;
}
#webcom .icon-volume-up {
  background-position: -408px -24px;
}
#webcom .icon-qrcode {
  background-position: -432px -24px;
}
#webcom .icon-barcode {
  background-position: -456px -24px;
}
#webcom .icon-tag {
  background-position: 0 -48px;
}
#webcom .icon-tags {
  background-position: -25px -48px;
}
#webcom .icon-book {
  background-position: -48px -48px;
}
#webcom .icon-bookmark {
  background-position: -72px -48px;
}
#webcom .icon-print {
  background-position: -96px -48px;
}
#webcom .icon-camera {
  background-position: -120px -48px;
}
#webcom .icon-font {
  background-position: -144px -48px;
}
#webcom .icon-bold {
  background-position: -167px -48px;
}
#webcom .icon-italic {
  background-position: -192px -48px;
}
#webcom .icon-text-height {
  background-position: -216px -48px;
}
#webcom .icon-text-width {
  background-position: -240px -48px;
}
#webcom .icon-align-left {
  background-position: -264px -48px;
}
#webcom .icon-align-center {
  background-position: -288px -48px;
}
#webcom .icon-align-right {
  background-position: -312px -48px;
}
#webcom .icon-align-justify {
  background-position: -336px -48px;
}
#webcom .icon-list {
  background-position: -360px -48px;
}
#webcom .icon-indent-left {
  background-position: -384px -48px;
}
#webcom .icon-indent-right {
  background-position: -408px -48px;
}
#webcom .icon-facetime-video {
  background-position: -432px -48px;
}
#webcom .icon-picture {
  background-position: -456px -48px;
}
#webcom .icon-pencil {
  background-position: 0 -72px;
}
#webcom .icon-map-marker {
  background-position: -24px -72px;
}
#webcom .icon-adjust {
  background-position: -48px -72px;
}
#webcom .icon-tint {
  background-position: -72px -72px;
}
#webcom .icon-edit {
  background-position: -96px -72px;
}
#webcom .icon-share {
  background-position: -120px -72px;
}
#webcom .icon-check {
  background-position: -144px -72px;
}
#webcom .icon-move {
  background-position: -168px -72px;
}
#webcom .icon-step-backward {
  background-position: -192px -72px;
}
#webcom .icon-fast-backward {
  background-position: -216px -72px;
}
#webcom .icon-backward {
  background-position: -240px -72px;
}
#webcom .icon-play {
  background-position: -264px -72px;
}
#webcom .icon-pause {
  background-position: -288px -72px;
}
#webcom .icon-stop {
  background-position: -312px -72px;
}
#webcom .icon-forward {
  background-position: -336px -72px;
}
#webcom .icon-fast-forward {
  background-position: -360px -72px;
}
#webcom .icon-step-forward {
  background-position: -384px -72px;
}
#webcom .icon-eject {
  background-position: -408px -72px;
}
#webcom .icon-chevron-left {
  background-position: -432px -72px;
}
#webcom .icon-chevron-right {
  background-position: -456px -72px;
}
#webcom .icon-plus-sign {
  background-position: 0 -96px;
}
#webcom .icon-minus-sign {
  background-position: -24px -96px;
}
#webcom .icon-remove-sign {
  background-position: -48px -96px;
}
#webcom .icon-ok-sign {
  background-position: -72px -96px;
}
#webcom .icon-question-sign {
  background-position: -96px -96px;
}
#webcom .icon-info-sign {
  background-position: -120px -96px;
}
#webcom .icon-screenshot {
  background-position: -144px -96px;
}
#webcom .icon-remove-circle {
  background-position: -168px -96px;
}
#webcom .icon-ok-circle {
  background-position: -192px -96px;
}
#webcom .icon-ban-circle {
  background-position: -216px -96px;
}
#webcom .icon-arrow-left {
  background-position: -240px -96px;
}
#webcom .icon-arrow-right {
  background-position: -264px -96px;
}
#webcom .icon-arrow-up {
  background-position: -289px -96px;
}
#webcom .icon-arrow-down {
  background-position: -312px -96px;
}
#webcom .icon-share-alt {
  background-position: -336px -96px;
}
#webcom .icon-resize-full {
  background-position: -360px -96px;
}
#webcom .icon-resize-small {
  background-position: -384px -96px;
}
#webcom .icon-plus {
  background-position: -408px -96px;
}
#webcom .icon-minus {
  background-position: -433px -96px;
}
#webcom .icon-asterisk {
  background-position: -456px -96px;
}
#webcom .icon-exclamation-sign {
  background-position: 0 -120px;
}
#webcom .icon-gift {
  background-position: -24px -120px;
}
#webcom .icon-leaf {
  background-position: -48px -120px;
}
#webcom .icon-fire {
  background-position: -72px -120px;
}
#webcom .icon-eye-open {
  background-position: -96px -120px;
}
#webcom .icon-eye-close {
  background-position: -120px -120px;
}
#webcom .icon-warning-sign {
  background-position: -144px -120px;
}
#webcom .icon-plane {
  background-position: -168px -120px;
}
#webcom .icon-calendar {
  background-position: -192px -120px;
}
#webcom .icon-random {
  width: 16px;
  background-position: -216px -120px;
}
#webcom .icon-comment {
  background-position: -240px -120px;
}
#webcom .icon-magnet {
  background-position: -264px -120px;
}
#webcom .icon-chevron-up {
  background-position: -288px -120px;
}
#webcom .icon-chevron-down {
  background-position: -313px -119px;
}
#webcom .icon-retweet {
  background-position: -336px -120px;
}
#webcom .icon-shopping-cart {
  background-position: -360px -120px;
}
#webcom .icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}
#webcom .icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}
#webcom .icon-resize-vertical {
  background-position: -432px -119px;
}
#webcom .icon-resize-horizontal {
  background-position: -456px -118px;
}
#webcom .icon-hdd {
  background-position: 0 -144px;
}
#webcom .icon-bullhorn {
  background-position: -24px -144px;
}
#webcom .icon-bell {
  background-position: -48px -144px;
}
#webcom .icon-certificate {
  background-position: -72px -144px;
}
#webcom .icon-thumbs-up {
  background-position: -96px -144px;
}
#webcom .icon-thumbs-down {
  background-position: -120px -144px;
}
#webcom .icon-hand-right {
  background-position: -144px -144px;
}
#webcom .icon-hand-left {
  background-position: -168px -144px;
}
#webcom .icon-hand-up {
  background-position: -192px -144px;
}
#webcom .icon-hand-down {
  background-position: -216px -144px;
}
#webcom .icon-circle-arrow-right {
  background-position: -240px -144px;
}
#webcom .icon-circle-arrow-left {
  background-position: -264px -144px;
}
#webcom .icon-circle-arrow-up {
  background-position: -288px -144px;
}
#webcom .icon-circle-arrow-down {
  background-position: -312px -144px;
}
#webcom .icon-globe {
  background-position: -336px -144px;
}
#webcom .icon-wrench {
  background-position: -360px -144px;
}
#webcom .icon-tasks {
  background-position: -384px -144px;
}
#webcom .icon-filter {
  background-position: -408px -144px;
}
#webcom .icon-briefcase {
  background-position: -432px -144px;
}
#webcom .icon-fullscreen {
  background-position: -456px -144px;
}
#webcom .icon-mic.s {
  background-image: url(../../../image/ymdweb/common/icon-mic-s-c@2x.png);
}
#webcom .icon-mic.m {
  background-image: url(../../../image/ymdweb/common/icon-mic-m-c@2x.png);
}
#webcom .icon-mic.l {
  background-image: url(../../../image/ymdweb/common/icon-mic-l-c@2x.png);
}
#webcom .icon-login.s {
  background-image: url(../../../image/ymdweb/common/icon-login-s-c@2x.png);
}
#webcom .icon-login.m {
  background-image: url(../../../image/ymdweb/common/icon-login-m-c@2x.png);
}
#webcom .icon-login.l {
  background-image: url(../../../image/ymdweb/common/icon-login-l-c@2x.png);
}
#webcom .icon-menu.l {
  background-image: url(../../../image/ymdweb/common/icon-menu-l-c@2x.png);
}
#webcom .icon-menu.l.w {
  background-image: url(../../../image/ymdweb/common/icon-menu-l-w@2x.png);
}
#webcom .icon-favorite.s {
  background-image: url(../../../image/ymdweb/common/icon-favorite-s-c@2x.png);
}
#webcom .icon-favorite.m {
  background-image: url(../../../image/ymdweb/common/icon-favorite-m-c@2x.png);
}
#webcom .icon-favorite.l {
  background-image: url(../../../image/ymdweb/common/icon-favorite-l-c@2x.png);
}
#webcom .icon-search.s {
  background-image: url(../../../image/ymdweb/common/icon-search-s-c@2x.png);
}
#webcom .icon-search.m {
  background-image: url(../../../image/ymdweb/common/icon-search-m-c@2x.png);
}
#webcom .icon-search.l {
  background-image: url(../../../image/ymdweb/common/icon-search-l-c@2x.png);
}
#webcom .icon-barcode.s {
  background-image: url(../../../image/ymdweb/common/icon-barcode-s-c@2x.png);
}
#webcom .icon-barcode.m {
  background-image: url(../../../image/ymdweb/common/icon-barcode-m-c@2x.png);
}
#webcom .icon-barcode.l {
  background-image: url(../../../image/ymdweb/common/icon-barcode-l-c@2x.png);
}
#webcom .icon-ranking.s {
  background-image: url(../../../image/ymdweb/common/icon-ranking-s-c@2x.png);
}
#webcom .icon-ranking.m {
  background-image: url(../../../image/ymdweb/common/icon-ranking-m-c@2x.png);
}
#webcom .icon-ranking.l {
  background-image: url(../../../image/ymdweb/common/icon-ranking-l-c@2x.png);
}
#webcom .icon-tv.s {
  background-image: url(../../../image/ymdweb/common/icon-tv-s-c@2x.png);
}
#webcom .icon-tv.m {
  background-image: url(../../../image/ymdweb/common/icon-tv-m-c@2x.png);
}
#webcom .icon-tv.l {
  background-image: url(../../../image/ymdweb/common/icon-tv-l-c@2x.png);
}
#webcom .icon-home.s {
  background-image: url(../../../image/ymdweb/common/icon-home-s-c@2x.png);
}
#webcom .icon-home.m {
  background-image: url(../../../image/ymdweb/common/icon-home-m-c@2x.png);
}
#webcom .icon-home.l {
  background-image: url(../../../image/ymdweb/common/icon-home-l-c@2x.png);
}
#webcom .icon-sax.s {
  background-image: url(../../../image/ymdweb/common/icon-sax-s-c@2x.png);
}
#webcom .icon-sax.m {
  background-image: url(../../../image/ymdweb/common/icon-sax-m-c@2x.png);
}
#webcom .icon-sax.l {
  background-image: url(../../../image/ymdweb/common/icon-sax-l-c@2x.png);
}
#webcom .icon-book.s {
  background-image: url(../../../image/ymdweb/common/icon-book-s-c@2x.png);
}
#webcom .icon-book.m {
  background-image: url(../../../image/ymdweb/common/icon-book-m-c@2x.png);
}
#webcom .icon-book.l {
  background-image: url(../../../image/ymdweb/common/icon-book-l-c@2x.png);
}
#webcom .icon-cart.s {
  background-image: url(../../../image/ymdweb/common/icon-cart-s-c@2x.png);
}
#webcom .icon-cart.m {
  background-image: url(../../../image/ymdweb/common/icon-cart-m-c@2x.png);
}
#webcom .icon-cart.l {
  background-image: url(../../../image/ymdweb/common/icon-cart-l-c@2x.png);
}
#webcom .icon-cart.s.white {
  background-image: url(../../../image/ymdweb/common/icon-cart-s-white@2x.png);
}
#webcom .icon-cart.m.white {
  background-image: url(../../../image/ymdweb/common/icon-cart-m-white@2x.png);
}
#webcom .icon-cart.l.white {
  background-image: url(../../../image/ymdweb/common/icon-cart-l-white@2x.png);
}
#webcom .icon-hand.s.white {
  background-image: url(../../../image/ymdweb/common/icon-hand-s-white@2x.png);
}
#webcom .icon-hand.m.white {
  background-image: url(../../../image/ymdweb/common/icon-hand-m-white@2x.png);
}
#webcom .icon-hand.l.white {
  background-image: url(../../../image/ymdweb/common/icon-hand-l-white@2x.png);
}
#webcom .icon-camera.s {
  background-image: url(../../../image/ymdweb/common/icon-camera-s-c@2x.png);
}
#webcom .icon-camera.m {
  background-image: url(../../../image/ymdweb/common/icon-camera-m-c@2x.png);
}
#webcom .icon-camera.l {
  background-image: url(../../../image/ymdweb/common/icon-camera-l-c@2x.png);
}
#webcom .icon-toy {
  background-image: url(../../../image/ymdweb/common/icon-toy-l-c@2x.png);
}
#webcom .icon-sports {
  background-image: url(../../../image/ymdweb/common/icon-sports-l-c@2x.png);
}
#webcom .icon-outdoor {
  background-image: url(../../../image/ymdweb/common/icon-outdoor-l-c@2x.png);
}
#webcom .icon-capsule.s {
  background-image: url(../../../image/ymdweb/common/icon-capsule-s-c@2x.png);
}
#webcom .icon-capsule.m {
  background-image: url(../../../image/ymdweb/common/icon-capsule-m-c@2x.png);
}
#webcom .icon-capsule.l {
  background-image: url(../../../image/ymdweb/common/icon-capsule-l-c@2x.png);
}
#webcom .icon-clock.s {
  background-image: url(../../../image/ymdweb/common/icon-clock-s-c@2x.png);
}
#webcom .icon-clock.m {
  background-image: url(../../../image/ymdweb/common/icon-clock-m-c@2x.png);
}
#webcom .icon-clock.l {
  background-image: url(../../../image/ymdweb/common/icon-clock-l-c@2x.png);
}
#webcom .icon-computer.s {
  background-image: url(../../../image/ymdweb/common/icon-computer-s-c@2x.png);
}
#webcom .icon-computer.m {
  background-image: url(../../../image/ymdweb/common/icon-computer-m-c@2x.png);
}
#webcom .icon-computer.l {
  background-image: url(../../../image/ymdweb/common/icon-computer-l-c@2x.png);
}
#webcom .icon-lock.s {
  background-image: url(../../../image/ymdweb/common/icon-lock-s-c@2x.png);
}
#webcom .icon-lock.m {
  background-image: url(../../../image/ymdweb/common/icon-lock-m-c@2x.png);
}
#webcom .icon-lock.l {
  background-image: url(../../../image/ymdweb/common/icon-lock-l-c@2x.png);
}
#webcom .icon-security.s {
  background-image: url(../../../image/ymdweb/common/icon-lock-s-c@2x.png);
}
#webcom .icon-security.m {
  background-image: url(../../../image/ymdweb/common/icon-lock-m-c@2x.png);
}
#webcom .icon-security.l {
  background-image: url(../../../image/ymdweb/common/icon-lock-l-c@2x.png);
}
#webcom .icon-mobilephone.s {
  background-image: url(../../../image/ymdweb/common/icon-mobilephone-s-c@2x.png);
}
#webcom .icon-mobilephone.m {
  background-image: url(../../../image/ymdweb/common/icon-mobilephone-m-c@2x.png);
}
#webcom .icon-mobilephone.l {
  background-image: url(../../../image/ymdweb/common/icon-mobilephone-l-c@2x.png);
}
#webcom .icon-pencil.s {
  background-image: url(../../../image/ymdweb/common/icon-pencil-s-c@2x.png);
}
#webcom .icon-pencil.m {
  background-image: url(../../../image/ymdweb/common/icon-pencil-m-c@2x.png);
}
#webcom .icon-pencil.l {
  background-image: url(../../../image/ymdweb/common/icon-pencil-l-c@2x.png);
}
#webcom .icon-pet.s {
  background-image: url(../../../image/ymdweb/common/icon-pet-s-c@2x.png);
}
#webcom .icon-pet.m {
  background-image: url(../../../image/ymdweb/common/icon-pet-m-c@2x.png);
}
#webcom .icon-pet.l {
  background-image: url(../../../image/ymdweb/common/icon-pet-l-c@2x.png);
}
#webcom .icon-light.s {
  background-image: url(../../../image/ymdweb/common/icon-light-s-c@2x.png);
}
#webcom .icon-light.m {
  background-image: url(../../../image/ymdweb/common/icon-light-m-c@2x.png);
}
#webcom .icon-light.l {
  background-image: url(../../../image/ymdweb/common/icon-light-l-c@2x.png);
}
#webcom .icon-card.s {
  background-image: url(../../../image/ymdweb/common/icon-card-s-c@2x.png);
}
#webcom .icon-card.m {
  background-image: url(../../../image/ymdweb/common/icon-card-m-c@2x.png);
}
#webcom .icon-card.l {
  background-image: url(../../../image/ymdweb/common/icon-card-l-c@2x.png);
}
#webcom .icon-ripstick.s {
  background-image: url(../../../image/ymdweb/common/icon-ripstick-s-c@2x.png);
}
#webcom .icon-ripstick.m {
  background-image: url(../../../image/ymdweb/common/icon-ripstick-m-c@2x.png);
}
#webcom .icon-ripstick.l {
  background-image: url(../../../image/ymdweb/common/icon-ripstick-l-c@2x.png);
}
#webcom .icon-treasurebox.s {
  background-image: url(../../../image/ymdweb/common/icon-treasurebox-s-c@2x.png);
}
#webcom .icon-treasurebox.m {
  background-image: url(../../../image/ymdweb/common/icon-treasurebox-m-c@2x.png);
}
#webcom .icon-treasurebox.l {
  background-image: url(../../../image/ymdweb/common/icon-treasurebox-l-c@2x.png);
}
#webcom .icon-tshirt.s {
  background-image: url(../../../image/ymdweb/common/icon-tshirt-s-c@2x.png);
}
#webcom .icon-tshirt.m {
  background-image: url(../../../image/ymdweb/common/icon-tshirt-m-c@2x.png);
}
#webcom .icon-tshirt.l {
  background-image: url(../../../image/ymdweb/common/icon-tshirt-l-c@2x.png);
}
#webcom .icon-info.s {
  background-image: url(../../../image/ymdweb/common/icon-info-s-c@2x.png);
}
#webcom .icon-info.m {
  background-image: url(../../../image/ymdweb/common/icon-info-m-c@2x.png);
}
#webcom .icon-info.l {
  background-image: url(../../../image/ymdweb/common/icon-info-l-c@2x.png);
}
#webcom .icon-cross.s {
  background-image: url(../../../image/ymdweb/common/icon-cross-s-blue@2x.png);
}
#webcom .icon-cross.m {
  background-image: url(../../../image/ymdweb/common/icon-cross-m-blue@2x.png);
}
#webcom .icon-cross.l {
  background-image: url(../../../image/ymdweb/common/icon-cross-l-blue@2x.png);
}
#webcom .icon-star.s {
  background-image: url(../../../image/ymdweb/common/icon-star-s-c@2x.png);
}
#webcom .icon-star.m {
  background-image: url(../../../image/ymdweb/common/icon-star-m-c@2x.png);
}
#webcom .icon-star.l {
  background-image: url(../../../image/ymdweb/common/icon-star-l-c@2x.png);
}
#webcom .icon-baloon.ss {
  background-image: url(../../../image/ymdweb/common/icon-baloon-ss-c@2x.png);
}
#webcom .icon-baloon.s {
  background-image: url(../../../image/ymdweb/common/icon-baloon-s-c@2x.png);
}
#webcom .icon-baloon.m {
  background-image: url(../../../image/ymdweb/common/icon-baloon-m-c@2x.png);
}
#webcom .icon-baloon.l {
  background-image: url(../../../image/ymdweb/common/icon-baloon-l-c@2x.png);
}
#webcom .icon-megaphone.ss {
  background-image: url(../../../image/ymdweb/common/icon-megaphone-l-c@2x.png);
}
#webcom .icon-megaphone.s {
  background-image: url(../../../image/ymdweb/common/icon-megaphone-l-c@2x.png);
}
#webcom .icon-megaphone.m {
  background-image: url(../../../image/ymdweb/common/icon-megaphone-l-c@2x.png);
}
#webcom .icon-megaphone.l {
  background-image: url(../../../image/ymdweb/common/icon-megaphone-l-c@2x.png);
}
#webcom .icon-pin.ss {
  background-image: url(../../../image/ymdweb/common/icon-pin-ss-c@2x.png);
}
#webcom .icon-pin.s {
  background-image: url(../../../image/ymdweb/common/icon-pin-s-c@2x.png);
}
#webcom .icon-pin.m {
  background-image: url(../../../image/ymdweb/common/icon-pin-m-c@2x.png);
}
#webcom .icon-pin.l {
  background-image: url(../../../image/ymdweb/common/icon-pin-l-c@2x.png);
}
#webcom .icon-square-arrow-bottom.s,
#webcom .icon-square-arrow-bottom.s.black {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-s-black@2x.png);
}
#webcom .icon-square-arrow-bottom.m,
#webcom .icon-square-arrow-bottom.m.black {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-m-black@2x.png);
}
#webcom .icon-square-arrow-bottom.l,
#webcom .icon-square-arrow-bottom.l.black {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-l-black@2x.png);
}
#webcom .icon-square-arrow-bottom.s.blue {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-s-blue@2x.png);
}
#webcom .icon-square-arrow-bottom.m.blue {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-m-blue@2x.png);
}
#webcom .icon-square-arrow-bottom.l.blue {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-l-blue@2x.png);
}
#webcom .icon-square-arrow-bottom.s.red {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-s-red@2x.png);
}
#webcom .icon-square-arrow-bottom.m.red {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-m-red@2x.png);
}
#webcom .icon-square-arrow-bottom.l.red {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-l-red@2x.png);
}
#webcom .icon-square-arrow-bottom.s.green {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-s-green@2x.png);
}
#webcom .icon-square-arrow-bottom.m.green {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-m-green@2x.png);
}
#webcom .icon-square-arrow-bottom.l.green {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-l-green@2x.png);
}
#webcom .icon-square-arrow-bottom.s.orange {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-s-orange@2x.png);
}
#webcom .icon-square-arrow-bottom.m.orange {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-m-orange@2x.png);
}
#webcom .icon-square-arrow-bottom.l.orange {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-l-orange@2x.png);
}
#webcom .icon-square-arrow-top.s,
#webcom .icon-square-arrow-top.s.black {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-s-black@2x.png);
}
#webcom .icon-square-arrow-top.m,
#webcom .icon-square-arrow-top.m.black {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-m-black@2x.png);
}
#webcom .icon-square-arrow-top.l,
#webcom .icon-square-arrow-top.l.black {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-l-black@2x.png);
}
#webcom .icon-square-arrow-top.s.blue {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-s-blue@2x.png);
}
#webcom .icon-square-arrow-top.m.blue {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-m-blue@2x.png);
}
#webcom .icon-square-arrow-top.l.blue {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-l-blue@2x.png);
}
#webcom .icon-square-arrow-top.s.red {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-s-red@2x.png);
}
#webcom .icon-square-arrow-top.m.red {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-m-red@2x.png);
}
#webcom .icon-square-arrow-top.l.red {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-l-red@2x.png);
}
#webcom .icon-square-arrow-top.s.green {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-s-green@2x.png);
}
#webcom .icon-square-arrow-top.m.green {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-m-green@2x.png);
}
#webcom .icon-square-arrow-top.l.green {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-l-green@2x.png);
}
#webcom .icon-square-arrow-top.s.orange {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-s-orange@2x.png);
}
#webcom .icon-square-arrow-top.m.orange {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-m-orange@2x.png);
}
#webcom .icon-square-arrow-top.l.orange {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-top-l-orange@2x.png);
}
#webcom .icon-arrow-right.s.black {
  background-image: url(../../../image/ymdweb/common/icon-arrow_right-s-black@2x.png);
}
#webcom .icon-arrow-left.s.black {
  background-image: url(../../../image/ymdweb/common/icon-arrow_left-s-black@2x.png);
}
#webcom .icon-arrow-right.s.white {
  background-image: url(../../../image/ymdweb/common/icon-arrow_right-s-white@2x.png);
}
#webcom .icon-arrow-left.s.white {
  background-image: url(../../../image/ymdweb/common/icon-arrow_left-s-white@2x.png);
}
#webcom .icon-arrow-right.s.gray {
  background-image: url(../../../image/ymdweb/common/icon-arrow_right-s-gray@2x.png);
}
#webcom .icon-plus.s.blue {
  background-image: url(../../../image/ymdweb/common/icon-plus-s-blue@2x.png);
}
#webcom .icon-plus.s.gray {
  background-image: url(../../../image/ymdweb/common/icon-plus-s-gray@2x.png);
}
#webcom .icon-plus.l.gray {
  background-image: url(../../../image/ymdweb/common/icon-plus-l-gray@2x.png);
}
#webcom .icon-minus.s.gray {
  background-image: url(../../../image/ymdweb/common/icon-minus-s-gray@2x.png);
}
#webcom .icon-target.s.black {
  background-image: url(../../../image/ymdweb/common/icon-s-black@2x.png);
}
#webcom .icon-target.m.black {
  background-image: url(../../../image/ymdweb/common/icon-m-black@2x.png);
}
#webcom .icon-target.l.black {
  background-image: url(../../../image/ymdweb/common/icon-l-black@2x.png);
}
#webcom .icon-help.s {
  background-image: url(../../../image/ymdweb/common/icon-help-s-c@2x.png);
}
#webcom .icon-help.m {
  background-image: url(../../../image/ymdweb/common/icon-help-m-c@2x.png);
}
#webcom .icon-help.l {
  background-image: url(../../../image/ymdweb/common/icon-help-l-c@2x.png);
}
#webcom .icon-arrow-left.ss {
  background-image: url(../../../image/ymdweb/common/icon-arrow-left-ss-blue@2x.png);
}
#webcom .icon-arrow-right.ss {
  background-image: url(../../../image/ymdweb/common/icon-arrow-right-ss-blue@2x.png);
}
#webcom .icon-arrow-top.ss {
  background-image: url(../../../image/ymdweb/common/icon-arrow-top-ss-blue@2x.png);
}
#webcom .icon-arrow-bottom.ss {
  background-image: url(../../../image/ymdweb/common/icon-arrow-bottom-ss-blue@2x.png);
}
#webcom .icon-post.ss {
  background-image: url(../../../image/ymdweb/common/icon-post-ss-black@2x.png);
}
#webcom .icon-post.s {
  background-image: url(../../../image/ymdweb/common/icon-post-s-black@2x.png);
}
#webcom .icon-post.m {
  background-image: url(../../../image/ymdweb/common/icon-post-m-black@2x.png);
}
#webcom .icon-post.l {
  background-image: url(../../../image/ymdweb/common/icon-post-l-black@2x.png);
}
#webcom .icon-clipbord.ss {
  background-image: url(../../../image/ymdweb/common/icon-clipbord-ss-c@2x.png);
}
#webcom .icon-clipbord.s {
  background-image: url(../../../image/ymdweb/common/icon-clipbord-s-c@2x.png);
}
#webcom .icon-clipbord.m {
  background-image: url(../../../image/ymdweb/common/icon-clipbord-m-c@2x.png);
}
#webcom .icon-clipbord.l {
  background-image: url(../../../image/ymdweb/common/icon-clipbord-l-c@2x.png);
}
#webcom .icon-flash.ss {
  background-image: url(../../../image/ymdweb/common/icon-flash-ss-c@2x.png);
}
#webcom .icon-flash.s {
  background-image: url(../../../image/ymdweb/common/icon-flash-s-c@2x.png);
}
#webcom .icon-flash.m {
  background-image: url(../../../image/ymdweb/common/icon-flash-m-c@2x.png);
}
#webcom .icon-flash.l {
  background-image: url(../../../image/ymdweb/common/icon-flash-l-c@2x.png);
}
#webcom .icon-minus.ss {
  background-image: url(../../../image/ymdweb/common/icon-minus-ss@2x.png);
}
#webcom .icon-plus.ss {
  background-image: url(../../../image/ymdweb/common/icon-plus-ss@2x.png);
}
#webcom .icon-cross.ss {
  background: url(../../../image/ymdweb/common/icon-cross-ss-gray@2x.png);
}
#webcom .price-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 45px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-top: -2px;
}
#webcom .price-icon.real_price {
  background-image: url(../../../image/ymdweb/common/price-icon-real_price.png);
}
#webcom .price-icon.point_price {
  background-image: url(../../../image/ymdweb/common/price-icon-point_price.png);
}
#webcom .price-icon.point {
  background-image: url(../../../image/ymdweb/common/price-icon-point.png);
}
#webcom .dropup,
#webcom .dropdown {
  position: relative;
}
#webcom .dropdown-toggle {
  *margin-bottom: -3px;
}
#webcom .dropdown-toggle:active,
#webcom .open .dropdown-toggle {
  outline: 0;
}
#webcom .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: "";
}
#webcom .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#webcom .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;
}
#webcom .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#webcom .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#webcom .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
#webcom .dropdown-menu > li > a:hover,
#webcom .dropdown-menu > li > a:focus,
#webcom .dropdown-submenu:hover > a,
#webcom .dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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);
}
#webcom .dropdown-menu > .active > a,
#webcom .dropdown-menu > .active > a:hover,
#webcom .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
#webcom .dropdown-menu > .disabled > a,
#webcom .dropdown-menu > .disabled > a:hover,
#webcom .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
#webcom .dropdown-menu > .disabled > a:hover,
#webcom .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .open {
  *z-index: 1000;
}
#webcom .open > .dropdown-menu {
  display: block;
}
#webcom .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
#webcom .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#webcom .dropup .caret,
#webcom .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
#webcom .dropup .dropdown-menu,
#webcom .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
#webcom .dropdown-submenu {
  position: relative;
}
#webcom .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;
}
#webcom .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#webcom .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;
}
#webcom .dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
#webcom .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
#webcom .dropdown-submenu.pull-left {
  float: none;
}
#webcom .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;
}
#webcom .dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
#webcom .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#webcom .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
}
#webcom .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#webcom .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .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;
}
#webcom .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;
}
#webcom .collapse.in {
  height: auto;
}
#webcom button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.popup .btn,
.popup input[type=submit].btn,
#webcom .btn,
#webcom input[type=submit].btn {
  display: inline-block;
  *display: inline;
  padding: 5px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  behavior: url(PIE-1.0.0/PIE.htc);
  position: relative;
}
#webcom .btn:link,
#webcom .btn:visited,
#webcom input[type=submit]:link,
#webcom input[type=submit]:visited {
  color: #000;
}
#webcom .btn.small,
#webcom input[type=submit].btn.small {
  padding: 3px 8px;
}
#webcom .btn.round,
#webcom input[type=submit].btn.round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#webcom {
  /*================================
  original
  ================================*/
}
#webcom .btn.no-shadow,
#webcom input[type=submit].btn.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*
#webcom .flat[class^="btn"],
#webcom .flat[class*=" btn"],
#webcom input[type=submit].flat[class^="btn"],
#webcom input[type=submit].flat[class*=" btn"] {
  background-image: none;
}
#webcom .flat-popup[class^="btn"],
#webcom .flat-popup[class*=" btn"],
#webcom input[type=submit].flat-popup[class^="btn"],
#webcom input[type=submit].flat-popup[class*=" btn"] {
  background-image: none;
  box-shadow: 0 2px 0 #B9B9B9;
  margin-top: -2px;
  font-weight: bold;
}
#webcom .flat-popup[class^="btn"]:hover,
#webcom .flat-popup[class*=" btn"]:hover,
#webcom .flat-popup[class^="btn"].hover,
#webcom .flat-popup[class*=" btn"].hover,
#webcom .flat-popup[class^="btn"]:active,
#webcom .flat-popup[class*=" btn"]:active,
#webcom .flat-popup[class^="btn"].active,
#webcom .flat-popup[class*=" btn"].active,
#webcom input[type=submit].flat-popup[class^="btn"]:hover,
#webcom input[type=submit].flat-popup[class*=" btn"]:hover,
#webcom input[type=submit].flat-popup[class^="btn"].hover,
#webcom input[type=submit].flat-popup[class*=" btn"].hover,
#webcom input[type=submit].flat-popup[class^="btn"]:active,
#webcom input[type=submit].flat-popup[class*=" btn"]:active,
#webcom input[type=submit].flat-popup[class^="btn"].active,
#webcom input[type=submit].flat-popup[class*=" btn"].active {
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: -2px;
}
*/

#webcom {

  /*================================
  /original
  ================================*/

  @-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;
    }
}
}
  /*================================
  .multi-buttons
  ================================*/

#webcom .multi-buttons:after {
  content: '';
  display: table;
  clear: both;
}
#webcom .multi-buttons {
  *zoom: 1;
}
#webcom .multi-buttons > div {
  float: left;
  margin-bottom: 10px;
}
#webcom .multi-buttons .flat-popup {
  margin-bottom: 5px;
}
#webcom .btn:hover,
#webcom .btn:focus,
#webcom .btn:active,
#webcom .btn.active,
#webcom .btn.disabled,
#webcom .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#webcom .red[class^="btn"],
#webcom .red[class*=" btn"] {
  background: #ee6161;
  box-shadow: 0 2px 0 #c75252;
  border: none;
  color: white !important;
}
#webcom .red[class^="btn"]:hover,
#webcom .red[class*=" btn"]:hover,
#webcom .red[class^="btn"]:active,
#webcom .red[class*=" btn"]:active {
  background: #db5656;
  box-shadow: none;
}
/*
#webcom .flat-popup.btn-default,
#webcom input[type=submit].flat-popup.btn-default {
  -webkit-box-shadow: 0 2px 0 #B9B9B9;
  -moz-box-shadow: 0 2px 0 #B9B9B9;
  box-shadow: 0 2px 0 #B9B9B9;
}
#webcom .flat-popup.btn-primary,
#webcom input[type=submit].flat-popup.btn-primary {
  -webkit-box-shadow: 0 2px 0 #3864b5;
  -moz-box-shadow: 0 2px 0 #3864b5;
  box-shadow: 0 2px 0 #3864b5;
}
#webcom .flat-popup.btn-important,
#webcom input[type=submit].flat-popup.btn-important {
  -webkit-box-shadow: 0 2px 0 #942a25;
  -moz-box-shadow: 0 2px 0 #942a25;
  box-shadow: 0 2px 0 #942a25;
}
#webcom .flat-popup.btn-warning,
#webcom input[type=submit].flat-popup.btn-warning {
  -webkit-box-shadow: 0 2px 0 #c67605;
  -moz-box-shadow: 0 2px 0 #c67605;
  box-shadow: 0 2px 0 #c67605;
}
#webcom .flat-popup.btn-danger,
#webcom input[type=submit].flat-popup.btn-danger {
  -webkit-box-shadow: 0 2px 0 #c75252;
  -moz-box-shadow: 0 2px 0 #c75252;
  box-shadow: 0 2px 0 #c75252;
}
#webcom .flat-popup.btn-success,
#webcom input[type=submit].flat-popup.btn-success {
  -webkit-box-shadow: 0 2px 0 #408140;
  -moz-box-shadow: 0 2px 0 #408140;
  box-shadow: 0 2px 0 #408140;
}
#webcom .flat-popup.btn-info,
#webcom input[type=submit].flat-popup.btn-info {
  -webkit-box-shadow: 0 2px 0 #24748c;
  -moz-box-shadow: 0 2px 0 #24748c;
  box-shadow: 0 2px 0 #24748c;
}
#webcom .flat-popup.btn-inverse,
#webcom input[type=submit].flat-popup.btn-inverse {
  -webkit-box-shadow: 0 2px 0 #080808;
  -moz-box-shadow: 0 2px 0 #080808;
  box-shadow: 0 2px 0 #080808;
}
*/
.button.green,
input[type=submit].button.green {
  background: #4fac47;
  border: 1px solid #4fac47;
  box-shadow: 0 2px 0 #377831;
  color: #fff;
}
.button.yellow,
input[type=submit].button.yellow {
  background: #eaa223;
  border: 1px solid #eaa223;
  box-shadow: 0 2px 0 #bd892f;
  color: #fff;
}
.button.orange,
input[type=submit].button.orange {
  background: #e46939;
  border: 1px solid #e46939;
  box-shadow: 0 2px 0 #bd572f;
  color: #fff;
}
.button.purple,
input[type=submit].button.purple {
  background: #9b30df;
  border: 1px solid #9b30df;
  box-shadow: 0 2px 0 #7826ab;
  color: #fff;
}
.button.black,
input[type=submit].button.black {
  background: #404040;
  border: 1px solid #404040;
  box-shadow: 0 2px 0 #0d0d0d;
  color: #fff;
}
.btn:active,
.btn.active,
input[type=submit].btn:active {
  background-color: #cccccc \9;
}
.btn:first-child,
input[type=submit].btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus,
input[type=submit].btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -50px;
  -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,
input[type=submit].btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active,
input[type=submit].btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#webcom .btn.disabled,
#webcom .btn[disabled],
#webcom input[type=submit].btn.disabled,
#webcom input[type=submit].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;
}
#webcom .btn-middle,
#webcom input[type=submit].btn-middle {
  padding: 10px 15px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .btn-middle [class^="icon-"].l,
#webcom .btn-middle [class*=" icon-"].l {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -2px;
}
#webcom .btn-large,
#webcom input[type=submit].btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .btn-large [class^="icon-"],
#webcom .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
#webcom .btn-m-large,
#webcom input[type=submit].btn-m-large {
  padding: 16px 16px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .btn-m-large [class^="icon-"],
#webcom .btn-m-large [class*=" icon-"] {
  margin-top: 4px;
}
#webcom .btn-x-large,
#webcom input[type=submit].btn-x-large {
  padding: 11px 20px;
  font-weight: bold;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .btn-small,
#webcom input[type=submit].btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#webcom .btn .equal[class^="icon-"],
#webcom .btn .equal[class*=" icon-"] {
  vertical-align: middle;
  margin-top: -2px;
}
#webcom .btn-small [class^="icon-"],
#webcom .btn-small [class*=" icon-"] {
  margin-top: 0;
}
#webcom .btn-mini [class^="icon-"],
#webcom .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
#webcom .btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#webcom .btn-block {
  display: inline-block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#webcom .btn-block + .btn-block {
  margin-top: 5px;
}
#webcom input[type="submit"].btn-block,
#webcom input[type="reset"].btn-block,
#webcom input[type="button"].btn-block {
  width: 100%;
}
#webcom .btn-default.active,
#webcom .btn-primary.active,
#webcom .btn-important.active,
#webcom .btn-warning.active,
#webcom .btn-danger.active,
#webcom .btn-success.active,
#webcom .btn-info.active,
#webcom .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
#webcom .btn-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-default:link,
#webcom .btn-default:visited {
  color: #333333 !important;
}
#webcom .btn-default:hover,
#webcom .btn-default:focus,
#webcom .btn-default:active,
#webcom .btn-default.active,
#webcom .btn-default.disabled,
#webcom .btn-default[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#webcom .btn-default:active,
#webcom .btn-default.active {
  background-color: #cccccc \9;
}
#webcom .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4982e9;
  *background-color: #4982e9;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-primary:link,
#webcom .btn-primary:visited {
  color: #fff;
}
#webcom .btn-primary:hover,
#webcom .btn-primary:focus,
#webcom .btn-primary:active,
#webcom .btn-primary.active,
#webcom .btn-primary.disabled,
#webcom .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
#webcom .btn-primary:active,
#webcom .btn-primary.active {
  background-color: #003399 \9;
}
#webcom .btn-important,
#webcom input[type=submit].btn-important {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fe65c9;
  *background-color: #fe65c9;
  background-image: -moz-linear-gradient(top, #fe65c9, #ff16a3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe65c9), to(#ff16a3));
  background-image: -webkit-linear-gradient(top, #fe65c9, #ff16a3);
  background-image: -o-linear-gradient(top, #fe65c9, #ff16a3);
  background-image: linear-gradient(to bottom, #fe65c9, #ff16a3);
  background-repeat: repeat-x;
  border-color: #ff16a3 #ff16a3 #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-important:link,
#webcom .btn-important:visited {
  color: #fff;
}
#webcom .btn-important:hover,
#webcom .btn-important:focus,
#webcom .btn-important:active,
#webcom .btn-important.active,
#webcom .btn-important.disabled,
#webcom .btn-important[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#webcom .btn-important:active,
#webcom .btn-important.active {
  background-color: #942a25 \9;
}
#webcom .btn-warning,
#webcom input[type=submit].btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-warning:link,
#webcom .btn-warning:visited {
  color: #fff;
}
#webcom .btn-warning:hover,
#webcom .btn-warning:focus,
#webcom .btn-warning:active,
#webcom .btn-warning.active,
#webcom .btn-warning.disabled,
#webcom .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
#webcom .btn-warning:active,
#webcom .btn-warning.active {
  background-color: #c67605 \9;
}
#webcom .btn-danger,
#webcom input[type=submit].btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-danger:link,
#webcom .btn-danger:visited {
  color: #fff;
}
#webcom .btn-danger:hover,
#webcom .btn-danger:focus,
#webcom .btn-danger:active,
#webcom .btn-danger.active,
#webcom .btn-danger.disabled,
#webcom .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#webcom .btn-danger:active,
#webcom .btn-danger.active {
  background-color: #942a25 \9;
}
#webcom .btn-success,
#webcom input[type=submit].btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #50ac47;
  *background-color: #50ac47;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-success:link,
#webcom .btn-success:visited {
  color: #fff;
}
#webcom .btn-success:hover,
#webcom .btn-success:focus,
#webcom .btn-success:active,
#webcom .btn-success.active,
#webcom .btn-success.disabled,
#webcom .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
#webcom .btn-success:active,
#webcom .btn-success.active {
  background-color: #408140 \9;
}
#webcom .btn-info,
#webcom input[type=submit].btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-info:link,
#webcom .btn-info:visited {
  color: #fff;
}
#webcom .btn-info:hover,
#webcom .btn-info:focus,
#webcom .btn-info:active,
#webcom .btn-info.active,
#webcom .btn-info.disabled,
#webcom .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
#webcom .btn-info:active,
#webcom .btn-info.active {
  background-color: #24748c \9;
}
#webcom .btn-inverse,
#webcom input[type=submit].btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#webcom .btn-inverse:active,
#webcom .btn-inverse.active {
  background-color: #24748c \9;
}
#webcom .btn-inverse:hover,
#webcom .btn-inverse:focus,
#webcom .btn-inverse:active,
#webcom .btn-inverse.active,
#webcom .btn-inverse.disabled,
#webcom .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
#webcom .btn-inverse:active,
#webcom .btn-inverse.active {
  background-color: #080808 \9;
}
#webcom button.btn,
#webcom input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
#webcom button.btn::-moz-focus-inner,
#webcom input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#webcom button.btn.btn-large,
#webcom input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
#webcom button.btn.btn-small,
#webcom input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
#webcom button.btn.btn-mini,
#webcom input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
#webcom .btn-link,
#webcom .btn-link:active,
#webcom .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#webcom .btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .btn-link:hover,
#webcom .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
#webcom .btn-link[disabled]:hover,
#webcom .btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
#webcom .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
#webcom .btn-group:first-child {
  *margin-left: 0;
}
#webcom .btn-group + .btn-group {
  margin-left: 5px;
}
#webcom .btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
#webcom .btn-toolbar > .btn + .btn,
#webcom .btn-toolbar > .btn-group + .btn,
#webcom .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
#webcom .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .btn-group > .btn + .btn {
  margin-left: -1px;
}
#webcom .btn-group > .btn,
#webcom .btn-group > .dropdown-menu,
#webcom .btn-group > .popover {
  font-size: 14px;
}
#webcom .btn-group > .btn-mini {
  font-size: 10.5px;
}
#webcom .btn-group > .btn-small {
  font-size: 11.9px;
}
#webcom .btn-group > .btn-large {
  font-size: 17.5px;
}
#webcom .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
#webcom .btn-group > .btn:last-child,
#webcom .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
#webcom .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
#webcom .btn-group > .btn.large:last-child,
#webcom .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
#webcom .btn-group > .btn:hover,
#webcom .btn-group > .btn:focus,
#webcom .btn-group > .btn:active,
#webcom .btn-group > .btn.active {
  z-index: 2;
}
#webcom .btn-group .dropdown-toggle:active,
#webcom .btn-group.open .dropdown-toggle {
  outline: 0;
}
#webcom .btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#webcom .btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}
#webcom .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
#webcom .btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}
#webcom .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#webcom .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
#webcom .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
#webcom .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
#webcom .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
#webcom .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
#webcom .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
#webcom .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
#webcom .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
#webcom .btn-large .caret {
  margin-top: 6px;
}
#webcom .btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
#webcom .btn-mini .caret,
#webcom .btn-small .caret {
  margin-top: 8px;
}
#webcom .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
#webcom .btn-primary .caret,
#webcom .btn-warning .caret,
#webcom .btn-danger .caret,
#webcom .btn-info .caret,
#webcom .btn-success .caret,
#webcom .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#webcom .btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#webcom .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webcom .btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
#webcom .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#webcom .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#webcom .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#webcom .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.popup .alert,
#webcom .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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popup ul {
	margin: 0;
}
.popup .alert,
.popup .alert h4,
#webcom .alert,
#webcom .alert h4 {
  color: #c09853;
}
.popup .alert h4,
#webcom .alert h4 {
  margin: 0;
}
.popup .alert .close,
#webcom .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.popup .alert-success,
#webcom .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.popup .alert-success h4,
#webcom .alert-success h4 {
  color: #468847;
}
.popup .alert-danger,
.popup .alert-error,
#webcom .alert-danger,
#webcom .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.popup .alert-danger h4,
.popup .alert-error h4,
#webcom .alert-danger h4,
#webcom .alert-error h4 {
  color: #b94a48;
}
.popup .alert-info,
#webcom .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.popup .alert-info h4,
#webcom .alert-info h4 {
  color: #3a87ad;
}
.popup .alert-block,
#webcom .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.popup .alert-block > p,
.popup .alert-block > ul,
#webcom .alert-block > p,
#webcom .alert-block > ul {
  margin-bottom: 0;
}
.popup .alert-block p + p,
#webcom .alert-block p + p {
  margin-top: 5px;
}
#webcom .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#webcom .breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}
#webcom .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
#webcom .breadcrumb > .active {
  color: #999999;
}
#webcom .pagination {
  margin: 20px 0;
}
#webcom .pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#webcom .pagination ul > li {
  display: inline;
}
#webcom .pagination ul > li > a,
#webcom .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
#webcom .pagination ul > li > a:hover,
#webcom .pagination ul > li > a:focus,
#webcom .pagination ul > .active > a,
#webcom .pagination ul > .active > span {
  background-color: #f5f5f5;
}
#webcom .pagination ul > .active > a,
#webcom .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
#webcom .pagination ul > .disabled > span,
#webcom .pagination ul > .disabled > a,
#webcom .pagination ul > .disabled > a:hover,
#webcom .pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
#webcom .pagination ul > li:first-child > a,
#webcom .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
#webcom .pagination ul > li:last-child > a,
#webcom .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
#webcom .pagination-centered {
  text-align: center;
}
#webcom .pagination-right {
  text-align: right;
}
#webcom .pagination-large ul > li > a,
#webcom .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
#webcom .pagination-large ul > li:first-child > a,
#webcom .pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
#webcom .pagination-large ul > li:last-child > a,
#webcom .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
#webcom .pagination-middle ul > li > a,
#webcom .pagination-middle ul > li > span {
  padding: 9px 16px;
  font-size: 14px;
}
#webcom .pagination-middle ul > li:first-child > a,
#webcom .pagination-middle ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
#webcom .pagination-middle ul > li:last-child > a,
#webcom .pagination-middle ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
#webcom .pagination-mini ul > li:first-child > a,
#webcom .pagination-small ul > li:first-child > a,
#webcom .pagination-mini ul > li:first-child > span,
#webcom .pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}
#webcom .pagination-mini ul > li:last-child > a,
#webcom .pagination-small ul > li:last-child > a,
#webcom .pagination-mini ul > li:last-child > span,
#webcom .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
#webcom .pagination-small ul > li > a,
#webcom .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
#webcom .pagination-mini ul > li > a,
#webcom .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
#webcom .pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}
#webcom .pager:before,
#webcom .pager:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .pager:after {
  clear: both;
}
#webcom .pager li {
  display: inline;
}
#webcom .pager li > a,
#webcom .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#webcom .pager li > a:hover,
#webcom .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
#webcom .pager .next > a,
#webcom .pager .next > span {
  float: right;
}
#webcom .pager .previous > a,
#webcom .pager .previous > span {
  float: left;
}
#webcom .pager .disabled > a,
#webcom .pager .disabled > a:hover,
#webcom .pager .disabled > a:focus,
#webcom .pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}
#webcom .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
#webcom .modal-backdrop.fade {
  opacity: 0;
}
#webcom .modal-backdrop,
#webcom .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#webcom .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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -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;
}
#webcom .modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
#webcom .modal.fade.in {
  top: 10%;
}
#webcom .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#webcom .modal-header .close {
  margin-top: 2px;
}
#webcom .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
#webcom .modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
#webcom .modal-form {
  margin-bottom: 0;
}
#webcom .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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
#webcom .modal-footer:before,
#webcom .modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .modal-footer:after {
  clear: both;
}
#webcom .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
#webcom .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#webcom .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
#webcom .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
#webcom .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#webcom .popover.top {
  margin-top: -10px;
}
#webcom .popover.right {
  margin-left: 10px;
}
#webcom .popover.bottom {
  margin-top: 10px;
}
#webcom .popover.left {
  margin-left: -10px;
}
#webcom .popover-title {
  padding: 8px 14px;
  margin: 0;
  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;
}
#webcom .popover-title:empty {
  display: none;
}
#webcom .popover-content {
  padding: 9px 14px;
}
#webcom .popover .arrow,
#webcom .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#webcom .popover .arrow {
  border-width: 11px;
}
#webcom .popover .arrow:after {
  border-width: 10px;
  content: "";
}
#webcom .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
#webcom .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
#webcom .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
#webcom .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}
#webcom .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
#webcom .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
#webcom .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
#webcom .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
#webcom .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
#webcom .thumbnails:before,
#webcom .thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}
#webcom .thumbnails:after {
  clear: both;
}
#webcom .row-fluid .thumbnails {
  margin-left: 0;
}
#webcom .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
#webcom .thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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;
}
#webcom a.thumbnail:hover,
#webcom 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);
}
#webcom .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#webcom .thumbnail .caption {
  padding: 9px;
  color: #555555;
}
#webcom .label,
#webcom .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 6px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  line-height: 16px;
  text-decoration: none;
  behavior: url(PIE-1.0.0/PIE.htc);
  position: relative;
}
#webcom .badge [class*=icon] {
  vertical-align: middle;
}
#webcom .label.block,
#webcom .badge.block {
  display: block;
  text-align: center;
}
#webcom .badge[href] {
  text-decoration: none;
}
#webcom .label[href] {
  color: #fff;
}
#webcom .label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#webcom .badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#webcom .label:empty,
#webcom .badge:empty {
  display: none;
}
#webcom a.label:hover,
#webcom a.label:focus,
#webcom a.badge:hover,
#webcom a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#webcom .label-important,
#webcom .badge-important {
  background-color: #b94a48;
}
#webcom .label-important[href],
#webcom .badge-important[href] {
  background-color: #953b39;
}
#webcom .label-red,
#webcom .badge-red {
  background-color: #EE6161;
}
#webcom .label-red[href],
#webcom .badge-red[href] {
  background-color: #EE6161;
}
#webcom .label-warning,
#webcom .badge-warning {
  background-color: #f89406;
}
#webcom .label-warning[href],
#webcom .badge-warning[href] {
  background-color: #c67605;
}
#webcom .label-success,
#webcom .badge-success {
  background-color: #468847;
}
#webcom .label-success[href],
#webcom .badge-success[href] {
  background-color: #356635;
}
#webcom .label-info,
#webcom .badge-info {
  background-color: #3a87ad;
}
#webcom .label-info[href],
#webcom .badge-info[href] {
  background-color: #2d6987;
}
#webcom .label-inverse,
#webcom .badge-inverse {
  background-color: #333333;
}
#webcom .label-inverse[href],
#webcom .badge-inverse[href] {
  background-color: #1a1a1a;
}
#webcom .label-electronics,
#webcom .badge-electronics {
  background-color: #e94949;
}
#webcom .label-windows,
#webcom .badge-windows {
  background-color: #b566ba;
}
#webcom .label-mac,
#webcom .badge-mac {
  background-color: #7466ba;
}
#webcom .label-old_pc_saling,
#webcom .badge-old_pc_saling {
  background-color: #667eba;
}
#webcom .label-old_pc_buying,
#webcom .badge-old_pc_buying {
  background-color: #669aba;
}
#webcom .label-dvd,
#webcom .badge-dvd {
  background-color: #41baac;
}
#webcom .label-cd,
#webcom .badge-cd {
  background-color: #41ba70;
}
#webcom .label-game,
#webcom .badge-game {
  background-color: #63ba41;
}
#webcom .label-game_buying,
#webcom .badge-game_buying {
  background-color: #a0ba41;
}
#webcom .label-mobike_phone_buying,
#webcom .badge-mobike_phone_buying {
  background-color: #ba9841;
}
#webcom .label-book,
#webcom .badge-book {
  background-color: #ed8e53;
}
#webcom .label-toy,
#webcom .badge-toy {
  background-color: #ed5b53;
}
#webcom .label-homeaccessory,
#webcom .badge-homeaccessory {
  background-color: #c73c3c;
}
#webcom .label-car,
#webcom .badge-car {
  background-color: #a05aa5;
}
#webcom .label-watch,
#webcom .badge-watch {
  background-color: #6558a1;
}
#webcom .label-bicycle,
#webcom .badge-bicycle {
  background-color: #56839e;
}
#webcom .label-medicine,
#webcom .badge-medicine {
  background-color: #56959e;
}
#webcom .label-all_electronics,
#webcom .badge-all_electronics {
  background-color: #569e87;
}
#webcom .label-golf,
#webcom .badge-golf {
  background-color: #569e6c;
}
#webcom .label-pc_study,
#webcom .badge-pc_study {
  background-color: #619e56;
}
#webcom .label-ipod,
#webcom .badge-ipod {
  background-color: #839e56;
}
#webcom .label-ipad,
#webcom .badge-ipad {
  background-color: #989e56;
}
#webcom .label-apple,
#webcom .badge-apple {
  background-color: #9e9256;
}
#webcom .label-reform,
#webcom .badge-reform {
  background-color: #9e7c56;
}
#webcom .label-mobike_phone_saling,
#webcom .badge-mobike_phone_saling {
  background-color: #9e6356;
}
#webcom .label-gold,
#webcom .badge-gold {
  background: #e1b130;
  color: #fff;
}
#webcom .label-silver,
#webcom .badge-silver {
  background: #a2a2a2;
  color: #fff;
}
#webcom .label-bronze,
#webcom .badge-bronze {
  background: #a96e34;
  color: #fff;
}
#webcom .label-directreceive,
#webcom .badge-directreceive {
  background: #4982e9;
}
#webcom .label-reserveitem,
#webcom .badge-reserveitem {
  background: #87b830;
}
#webcom .label-staffdelivery,
#webcom .badge-staffdelivery {
  background: #dfb430;
}
#webcom .label-delivery_setting,
#webcom .badge-delivery_setting {
  background: #e98149;
}
#webcom .label-long_guarantee,
#webcom .badge-long_guarantee {
  background: #30b86d;
}
#webcom .label-electronic_guarantee,
#webcom .badge-electronic_guarantee {
  background: #30b8ac;
}
#webcom .label-rapping,
#webcom .badge-rapping {
  background: #e3971c;
}
#webcom .label-construction,
#webcom .badge-construction {
  background: #cd62d4;
}
#webcom .btn .label,
#webcom .btn .badge {
  position: relative;
  top: -1px;
}
#webcom .btn-mini .label,
#webcom .btn-mini .badge {
  top: 0;
}
#webcom .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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);
}
#webcom .progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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;
}
#webcom .progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
#webcom .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;
}
#webcom .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;
}
#webcom .progress-danger .bar,
#webcom .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);
}
#webcom .progress-danger.progress-striped .bar,
#webcom .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);
}
#webcom .progress-success .bar,
#webcom .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);
}
#webcom .progress-success.progress-striped .bar,
#webcom .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);
}
#webcom .progress-info .bar,
#webcom .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);
}
#webcom .progress-info.progress-striped .bar,
#webcom .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);
}
#webcom .progress-warning .bar,
#webcom .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);
}
#webcom .progress-warning.progress-striped .bar,
#webcom .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);
}
#webcom .accordion {
  margin-bottom: 20px;
}
#webcom .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#webcom .accordion-heading {
  border-bottom: 0;
}
#webcom .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
#webcom .accordion-toggle {
  cursor: pointer;
}
#webcom .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
#webcom .carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
#webcom .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#webcom .carousel-inner > .item {
  position: relative;
  display: none;
  -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;
}
#webcom .carousel-inner > .item > img,
#webcom .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
#webcom .carousel-inner > .active,
#webcom .carousel-inner > .next,
#webcom .carousel-inner > .prev {
  display: block;
}
#webcom .carousel-inner > .active {
  left: 0;
}
#webcom .carousel-inner > .next,
#webcom .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#webcom .carousel-inner > .next {
  left: 100%;
}
#webcom .carousel-inner > .prev {
  left: -100%;
}
#webcom .carousel-inner > .next.left,
#webcom .carousel-inner > .prev.right {
  left: 0;
}
#webcom .carousel-inner > .active.left {
  left: -100%;
}
#webcom .carousel-inner > .active.right {
  left: 100%;
}
#webcom .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);
}
#webcom .carousel-control.right {
  right: 15px;
  left: auto;
}
#webcom .carousel-control:hover,
#webcom .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#webcom .carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
#webcom .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;
}
#webcom .carousel-indicators .active {
  background-color: #fff;
}
#webcom .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
#webcom .carousel-caption h4,
#webcom .carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}
#webcom .carousel-caption h4 {
  margin: 0 0 5px;
}
#webcom .carousel-caption p {
  margin-bottom: 0;
}
#webcom .hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#webcom .hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
#webcom .hero-unit li {
  line-height: 30px;
}
#webcom .pull-right {
  float: right;
}
#webcom .pull-left {
  float: left;
}
#webcom .hide {
  display: none;
}
#webcom .show {
  display: block;
}
#webcom .invisible {
  visibility: hidden;
}
#webcom .affix {
  position: fixed;
}

#webcom {
  /*================================
  .icon-overwright
  ================================*/
}
#webcom .icon-star.s {
    background-image: url("../../../../image/ymdweb/common/icon-star-s-c@2x.png");
}
#webcom .icon-baloon.s {
    background-image: url("../../../../image/ymdweb/common/icon-baloon-s-c@2x.png");
}
#webcom .icon-megaphone.s {
    background-image: url("../../../../image/ymdweb/common/icon-megaphone-l-c@2x.png");
}
#webcom .icon-favorite.s {
    background-image: url("../../../../image/ymdweb/common/icon-favorite-s-c@2x.png");
}
#webcom .icon-ranking.s {
    background-image: url("../../../../image/ymdweb/common/icon-ranking-s-c@2x.png");
}
#webcom .icon-ranking.s {
    background-image: url("../../../../image/ymdweb/common/icon-ranking-s-c@2x.png");
}
#webcom .price-icon.point_price {
	background-image: url("../../../../image/ymdweb/common/price-icon-point_price.png");
}
#webcom .price-icon.point {
    background-image: url("../../../../image/ymdweb/common/price-icon-point.png");
}


#foot {
  font-size: 13px;
}
#foot a {
  font-size: 15px;
}
