/******************************************************************************  *
 *	$Content
 *
\******************************************************************************/
/*
 *	$Content  		->基本结构
 *
 *	$reset          ->重置浏览器默认样式
 *
 *	$Element		->标签级样式控制
 *
 *	$Component		->组件级样式控制
 *
 *  $tool 			->帮助
 */
/******************************************************************************  *
 *	$reset	
 *
\******************************************************************************/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.styl | git.io/K_LmVg */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small,
.label,
.badge {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
/* 1 */
  font-size: 100%;
/* 2 */
  margin: 0;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
/* 1 */
  vertical-align: top;
/* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 11px;
  color: #333;
}
code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
/******************************************************************************  *
 *	$Element
 *
\******************************************************************************/
/*
 *	scaffolding 		                      ->脚手架
 *  paragraph 			                      ->段落
 *	head				                      ->标题
 */
html {
  word-break: break-all;
  word-wrap: break-word;
  word-wrap: normal\9;
  _zoom: 1;
}
body {
  margin: 0;
  font-family: tahoma, arial, '宋体', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  color: #f71;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #646464;
}
h1,
/*hN*/.alpha {
  font-size: 44px;
}
h2,
/*hN*/.beta {
  font-size: 36px;
}
h3,
/*hN*/.gamma {
  font-size: 30px;
}
h4,
/*hN*/.delta {
  font-size: 24px;
}
h5,
/*hN*/.epsilon {
  font-size: 18px;
}
h6,
/*hN*/.zeta {
  font-size: 12px;
}
/******************************************************************************  *
 *	$Component/$OOCSS
 *
\******************************************************************************/
/**
 *  
 *  inline-block 						   ->行内块
 *	clearfix2 		                         ->清浮
 *  sprites                                ->图标
 *  caret                                  ->脱字符
 *  holder                                 ->持有者
 *  grid 			                             ->网格布局
 *	font-size		                           ->字体大小
 *	text			                             ->文本			
 *	poster			                           ->提示框
 *	list 			                             ->列表
 *  table                                  ->表格
 *	block-center	                         ->垂直居中
 *	media			                             ->媒介体
 *	pagination		                         ->页码
 *	close			                             ->关闭按钮(X)
 *  button			                           ->按钮
 *  button-group                           ->按钮群
 *  nav                                    ->导航
 *  nav-tabs                               ->标签{依赖于 nav }
 *  nav-menu                               ->菜单{依赖于 nav }
 *  nav-bar                                ->导航栏{依赖于 nav }
 *  dropdown                               ->下拉框
 *  modal                                  ->模态
 *  breadcrumb                             ->面包屑
 *  label                                  ->标签
 *  form                                   ->表单元素
 *  tooltip                                ->提示框
 *  thumbnail.styl                         ->缩略图
 *  accordion.styl                         ->手风琴
 *  slide.styl                             ->幻灯片 
 *  placeholder.styl                       ->占位符 
 *  progress.styl                          ->进度条 
 *  rolltitle.styl                         ->文字滚动  
 *  autocomplete.styl											 ->自动补全
 *  help                                   ->辅助样式
**/
.clearfix,
.grid,
.btn-group,
.tabs,
.inp-append,
.inp-prepend,
.inp-shoulder,
.accordion_vertical,
.rolltitle-list {
  *zoom: 1;
}
.clearfix:before,
.grid:before,
.btn-group:before,
.tabs:before,
.inp-append:before,
.inp-prepend:before,
.inp-shoulder:before,
.accordion_vertical:before,
.rolltitle-list:before,
.clearfix:after,
.grid:after,
.btn-group:after,
.tabs:after,
.inp-append:after,
.inp-prepend:after,
.inp-shoulder:after,
.accordion_vertical:after,
.rolltitle-list:after {
  display: table;
  content: "";
}
.clearfix:after,
.grid:after,
.btn-group:after,
.tabs:after,
.inp-append:after,
.inp-prepend:after,
.inp-shoulder:after,
.accordion_vertical:after,
.rolltitle-list:after {
  clear: both;
}
.icon,
.tabs_vertical .nav-item_active a .icon,
.tabs_vertical .nav-item_active a:hover .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url("../../img/common/sprite.png");
  background-repeat: no-repeat;
}
.icon_white,
.nav-item a:hover .icon,
.nav-item_active a .icon,
.submenu_on .on .icon,
.submenu_hover .on .icon {
  background-image: url("../../img/common/sprite-white.png");
}
.icon_glass {
  background-position: 0 0;
}
.icon_home {
  background-position: 0 -24px;
}
.icon_tag {
  background-position: 0 -48px;
}
.icon_tags {
  background-position: -24px -48px;
}
.icon_align_left {
  background-position: -264px -48px;
}
.icon_align_center {
  background-position: -288px -48px;
}
.icon_align_right {
  background-position: -312px -48px;
}
.icon_align_justify {
  background-position: -336px -48px;
}
.icon_pencil {
  background-position: 0 -72px;
}
.icon_mark_plus {
  background-position: 0 -96px;
}
.icon_arrow_left,
.submenu_right .menu .nav-item .submenu-more-icon {
  background-position: -240px -96px;
}
.icon_arrow_right,
.menu-nav .nav-item a .submenu-more-icon {
  background-position: -264px -96px;
}
.icon_arrow_top {
  background-position: -288px -96px;
}
.icon_arrow_bottom {
  background-position: -312px -96px;
}
.icon_mark_exclamation {
  background-position: 0 -120px;
}
.icon_hdd {
  background-position: 0 -144px;
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ibs-wrap {
  font-size: 0;
  *word-spacing: -1px;
}
.ibs-wrap .ib {
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .ibs-wrap {
    letter-spacing: -5px;
  }
}
.list-type,
/*span*/.list-type_square {
  display: inline-block;
  width: 4px;
  height: 4px;
  line-height: 4px;
  font-size: 0;
  background: #555;
  zoom: 1;
}
.arrow-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-top-color: #000;
}
.arrow-top {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-bottom-color: #000;
}
.arrow-right,
.menu-nav .nav-item a .submenu-more-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-left-color: #000;
}
.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-right-color: #000;
}
.holder {
  padding: 8px 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.holder_clean {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.holder_panel {
  padding: 1.25em;
  margin-bottom: 0;
}
.grid-item {
  float: left;
}
.grid_fluid {
  width: 100%;
}
.grid_fluid .grid-item1 {
  width: 8.333333333333332%;
}
.grid_fluid .grid-item2 {
  width: 16.666666666666664%;
}
.grid_fluid .grid-item3 {
  width: 25%;
}
.grid_fluid .grid-item4 {
  width: 33.33333333333333%;
}
.grid_fluid .grid-item5 {
  width: 41.666666666666664%;
}
.grid_fluid .grid-item6 {
  width: 50%;
}
.grid_fluid .grid-item7 {
  width: 58.33333333333333%;
}
.grid_fluid .grid-item8 {
  width: 66.66666666666666%;
}
.grid_fluid .grid-item9 {
  width: 75%;
}
.grid_fluid .grid-item10 {
  width: 83.33333333333333%;
}
.grid_fluid .grid-item11 {
  width: 91.66666666666666%;
}
.grid-wrap {
  width: 720px;
}
.grid_fixed {
  width: 740px;
  margin-left: -20px;
}
.grid_fixed .grid-item {
  margin-left: 20px;
}
.grid_fixed .grid-item-head {
  margin-left: 0;
}
.grid_fixed .grid-item-tail {
  margin-right: 0;
}
.grid_fixed .grid-item12 {
  width: 720px;
}
.grid_fixed .grid-item1 {
  width: 41.666666666666664px;
}
.grid_fixed .grid-item-pullleft1 {
  padding-left: 61.666666666666664px;
}
.grid_fixed .grid-item-pullright1 {
  padding-right: 61.666666666666664px;
}
.grid_fixed .grid-item2 {
  width: 103.33333333333333px;
}
.grid_fixed .grid-item-pullleft2 {
  padding-left: 123.33333333333333px;
}
.grid_fixed .grid-item-pullright2 {
  padding-right: 123.33333333333333px;
}
.grid_fixed .grid-item3 {
  width: 165px;
}
.grid_fixed .grid-item-pullleft3 {
  padding-left: 185px;
}
.grid_fixed .grid-item-pullright3 {
  padding-right: 185px;
}
.grid_fixed .grid-item4 {
  width: 226.66666666666666px;
}
.grid_fixed .grid-item-pullleft4 {
  padding-left: 246.66666666666666px;
}
.grid_fixed .grid-item-pullright4 {
  padding-right: 246.66666666666666px;
}
.grid_fixed .grid-item5 {
  width: 288.3333333333333px;
}
.grid_fixed .grid-item-pullleft5 {
  padding-left: 308.3333333333333px;
}
.grid_fixed .grid-item-pullright5 {
  padding-right: 308.3333333333333px;
}
.grid_fixed .grid-item6 {
  width: 350px;
}
.grid_fixed .grid-item-pullleft6 {
  padding-left: 370px;
}
.grid_fixed .grid-item-pullright6 {
  padding-right: 370px;
}
.grid_fixed .grid-item7 {
  width: 411.66666666666663px;
}
.grid_fixed .grid-item-pullleft7 {
  padding-left: 431.66666666666663px;
}
.grid_fixed .grid-item-pullright7 {
  padding-right: 431.66666666666663px;
}
.grid_fixed .grid-item8 {
  width: 473.3333333333333px;
}
.grid_fixed .grid-item-pullleft8 {
  padding-left: 493.3333333333333px;
}
.grid_fixed .grid-item-pullright8 {
  padding-right: 493.3333333333333px;
}
.grid_fixed .grid-item9 {
  width: 535px;
}
.grid_fixed .grid-item-pullleft9 {
  padding-left: 555px;
}
.grid_fixed .grid-item-pullright9 {
  padding-right: 555px;
}
.grid_fixed .grid-item10 {
  width: 596.6666666666666px;
}
.grid_fixed .grid-item-pullleft10 {
  padding-left: 616.6666666666666px;
}
.grid_fixed .grid-item-pullright10 {
  padding-right: 616.6666666666666px;
}
.grid_fixed .grid-item11 {
  width: 658.3333333333333px;
}
.grid_fixed .grid-item-pullleft11 {
  padding-left: 678.3333333333333px;
}
.grid_fixed .grid-item-pullright11 {
  padding-right: 678.3333333333333px;
}
@media screen and (min-width: 1200px) {
  .grid-wrap {
    width: 900px;
  }
  .grid_fixed {
    width: 930px;
    margin-left: -30px;
  }
  .grid_fixed .grid-item {
    margin-left: 30px;
  }
  .grid_fixed .grid-item-head {
    margin-left: 0;
  }
  .grid_fixed .grid-item-tail {
    margin-right: 0;
  }
  .grid_fixed .grid-item12 {
    width: 900px;
  }
  .grid_fixed .grid-item1 {
    width: 47.5px;
  }
  .grid_fixed .grid-item-pullleft1 {
    padding-left: 77.5px;
  }
  .grid_fixed .grid-item-pullright1 {
    padding-right: 77.5px;
  }
  .grid_fixed .grid-item2 {
    width: 125px;
  }
  .grid_fixed .grid-item-pullleft2 {
    padding-left: 155px;
  }
  .grid_fixed .grid-item-pullright2 {
    padding-right: 155px;
  }
  .grid_fixed .grid-item3 {
    width: 202.5px;
  }
  .grid_fixed .grid-item-pullleft3 {
    padding-left: 232.5px;
  }
  .grid_fixed .grid-item-pullright3 {
    padding-right: 232.5px;
  }
  .grid_fixed .grid-item4 {
    width: 280px;
  }
  .grid_fixed .grid-item-pullleft4 {
    padding-left: 310px;
  }
  .grid_fixed .grid-item-pullright4 {
    padding-right: 310px;
  }
  .grid_fixed .grid-item5 {
    width: 357.5px;
  }
  .grid_fixed .grid-item-pullleft5 {
    padding-left: 387.5px;
  }
  .grid_fixed .grid-item-pullright5 {
    padding-right: 387.5px;
  }
  .grid_fixed .grid-item6 {
    width: 435px;
  }
  .grid_fixed .grid-item-pullleft6 {
    padding-left: 465px;
  }
  .grid_fixed .grid-item-pullright6 {
    padding-right: 465px;
  }
  .grid_fixed .grid-item7 {
    width: 512.5px;
  }
  .grid_fixed .grid-item-pullleft7 {
    padding-left: 542.5px;
  }
  .grid_fixed .grid-item-pullright7 {
    padding-right: 542.5px;
  }
  .grid_fixed .grid-item8 {
    width: 590px;
  }
  .grid_fixed .grid-item-pullleft8 {
    padding-left: 620px;
  }
  .grid_fixed .grid-item-pullright8 {
    padding-right: 620px;
  }
  .grid_fixed .grid-item9 {
    width: 667.5px;
  }
  .grid_fixed .grid-item-pullleft9 {
    padding-left: 697.5px;
  }
  .grid_fixed .grid-item-pullright9 {
    padding-right: 697.5px;
  }
  .grid_fixed .grid-item10 {
    width: 745px;
  }
  .grid_fixed .grid-item-pullleft10 {
    padding-left: 775px;
  }
  .grid_fixed .grid-item-pullright10 {
    padding-right: 775px;
  }
  .grid_fixed .grid-item11 {
    width: 822.5px;
  }
  .grid_fixed .grid-item-pullleft11 {
    padding-left: 852.5px;
  }
  .grid_fixed .grid-item-pullright11 {
    padding-right: 852.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .grid-wrap {
    width: 630px;
  }
  .grid_fixed {
    width: 640px;
    margin-left: -10px;
  }
  .grid_fixed .grid-item {
    margin-left: 10px;
  }
  .grid_fixed .grid-item-head {
    margin-left: 0;
  }
  .grid_fixed .grid-item-tail {
    margin-right: 0;
  }
  .grid_fixed .grid-item12 {
    width: 630px;
  }
  .grid_fixed .grid-item1 {
    width: 43.333333333333336px;
  }
  .grid_fixed .grid-item-pullleft1 {
    padding-left: 53.333333333333336px;
  }
  .grid_fixed .grid-item-pullright1 {
    padding-right: 53.333333333333336px;
  }
  .grid_fixed .grid-item2 {
    width: 96.66666666666667px;
  }
  .grid_fixed .grid-item-pullleft2 {
    padding-left: 106.66666666666667px;
  }
  .grid_fixed .grid-item-pullright2 {
    padding-right: 106.66666666666667px;
  }
  .grid_fixed .grid-item3 {
    width: 150px;
  }
  .grid_fixed .grid-item-pullleft3 {
    padding-left: 160px;
  }
  .grid_fixed .grid-item-pullright3 {
    padding-right: 160px;
  }
  .grid_fixed .grid-item4 {
    width: 203.33333333333334px;
  }
  .grid_fixed .grid-item-pullleft4 {
    padding-left: 213.33333333333334px;
  }
  .grid_fixed .grid-item-pullright4 {
    padding-right: 213.33333333333334px;
  }
  .grid_fixed .grid-item5 {
    width: 256.6666666666667px;
  }
  .grid_fixed .grid-item-pullleft5 {
    padding-left: 266.6666666666667px;
  }
  .grid_fixed .grid-item-pullright5 {
    padding-right: 266.6666666666667px;
  }
  .grid_fixed .grid-item6 {
    width: 310px;
  }
  .grid_fixed .grid-item-pullleft6 {
    padding-left: 320px;
  }
  .grid_fixed .grid-item-pullright6 {
    padding-right: 320px;
  }
  .grid_fixed .grid-item7 {
    width: 363.33333333333337px;
  }
  .grid_fixed .grid-item-pullleft7 {
    padding-left: 373.33333333333337px;
  }
  .grid_fixed .grid-item-pullright7 {
    padding-right: 373.33333333333337px;
  }
  .grid_fixed .grid-item8 {
    width: 416.6666666666667px;
  }
  .grid_fixed .grid-item-pullleft8 {
    padding-left: 426.6666666666667px;
  }
  .grid_fixed .grid-item-pullright8 {
    padding-right: 426.6666666666667px;
  }
  .grid_fixed .grid-item9 {
    width: 470px;
  }
  .grid_fixed .grid-item-pullleft9 {
    padding-left: 480px;
  }
  .grid_fixed .grid-item-pullright9 {
    padding-right: 480px;
  }
  .grid_fixed .grid-item10 {
    width: 523.3333333333334px;
  }
  .grid_fixed .grid-item-pullleft10 {
    padding-left: 533.3333333333334px;
  }
  .grid_fixed .grid-item-pullright10 {
    padding-right: 533.3333333333334px;
  }
  .grid_fixed .grid-item11 {
    width: 576.6666666666667px;
  }
  .grid_fixed .grid-item-pullleft11 {
    padding-left: 586.6666666666667px;
  }
  .grid_fixed .grid-item-pullright11 {
    padding-right: 586.6666666666667px;
  }
}
.giga,
.mega,
.kilo,
.milli,
.micro {
  line-height: 1.2;
}
.giga {
  font-size: 60px;
}
.mega {
  font-size: 48px;
}
.kilo {
  font-size: 36px;
}
.milli {
  font-size: 18px;
}
small,
/*any*/.micro,
.label,
.badge {
  font-size: 12px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-muted {
  color: #999;
}
.text-success {
  color: #46a546;
}
.text-warn {
  color: #f89406;
}
.text-error {
  color: #e61f00;
}
.text-info {
  color: #048cc5;
}
strong,
.text-blod {
  font-weight: 700;
}
.poster {
  position: relative;
  padding: 10px 20px 10px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  *zoom: 1;
}
.poster .close {
  right: 2px;
  top: 11px;
}
.poster .epsilon {
  font-size: 18px;
  font-weight: 700;
}
.poster_multi p {
  margin-bottom: 0;
  margin-top: 10px;
}
.poster_multi h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
.poster_multi .close {
  top: 5px;
  right: 4px;
}
.poster_warn {
  background-color: #feefda;
  color: #cf7b06;
  border-color: #faa939;
}
.poster_success {
  background-color: #e2f3e2;
  color: #3e953e;
  border-color: #6ec36e;
}
.poster_error {
  background-color: #ffded9;
  color: #d41c00;
  border-color: #ff4f34;
}
.poster_info {
  background-color: #d5f2fe;
  color: #0593cd;
  border-color: #35c1fa;
}
ul,
ol {
  padding-left: 0;
  margin: 0 0 20px 25px;
}
dl {
  margin-left: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 10px;
}
.list-unstyle,
/*ul|ol*/.list-inline,
.tabs-content,
.validate-error-list,
.rolltitle-list {
  list-style: none;
  margin-left: 0;
}
.list-inline li,
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 0.3em;
}
.list-parallel dt {
  width: 140px;
  float: left;
  text-align: right;
  clear: both;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-parallel dd {
  margin-left: 145px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  font-weight: 700;
}
.table {
  margin-bottom: 20px;
}
.table th,
.table td,
.table caption {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.table th {
  font-weight: 700;
  border-top-width: 0;
}
.table .odd {
  background-color: #fafafa;
}
.table .even {
  background-color: #f0f0f0;
}
.table .success,
.table .warn,
.table .error,
.table .info {
  color: #fff;
}
.table .success td,
.table .warn td,
.table .error td,
.table .info td {
  border-bottom-color: #fff;
}
.table .success {
  background-color: #8bce8b;
}
.table .warn {
  background-color: #fbbf69;
  color: #fff;
}
.table .error {
  background-color: #ff7a66;
}
.table .info {
  background-color: #56cbfc;
}
.table .hover {
  background-color: #eee;
}
.table .cell-left {
  text-align: left;
}
.table .cell-center {
  text-align: center;
}
.table .cell-right {
  text-align: right;
}
.table_gridline th,
.table_gridline td {
  border: 1px solid #ddd;
}
.table_gridline caption {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 0;
}
.table_hover tbody tr:hover {
  background-color: #eee;
}
.table_center th,
.table_center td,
.table_center caption {
  text-align: center;
}
.table_right th,
.table_right td,
.table_right caption {
  text-align: right;
}
.table_flat th,
.table_flat td,
.table_flat caption {
  padding-top: 4px;
  padding-bottom: 4px;
}
.vcenter {
  height: 100%;
}
.vcenter .floated {
  float: left;
  height: 50%;
  margin-bottom: -200px;
  width: 1px;
}
.vcenter .centered {
  clear: both;
  height: 400px;
  position: relative;
}
.vcenter-mid .centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  min-width: 400px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media {
  padding: 8px 4px 4px 8px;
}
.media .media {
  margin-top: 15px;
  padding-left: 0;
}
.media-head img,
.media-head a {
  display: block;
}
.media-head_left {
  float: left;
  margin-right: 8px;
}
.media-head_right {
  float: right;
  margin-left: 8px;
}
.media-title {
  margin-bottom: 6px;
  margin-top: 0;
}
.media-content {
  margin-bottom: 4px;
  font-size: 12px;
}
.page form {
  *margin: 0;
}
.page_right {
  text-align: right;
}
.page_simple .pageskip,
.page_simple .pageinfo {
  display: none;
}
.page_flat .pagination-mark {
  padding-left: 8px;
  padding-right: 8px;
  height: 22px;
  line-height: 22px;
}
.page_flat .pageskip-input {
  height: 22px;
  line-height: 22px;
}
.page_flat .pageskip-btn {
  height: 22px;
  line-height: 22px;
  line-height: 24px\9;
}
.page_flat .page-text {
  height: 24px;
  line-height: 24px;
  line-height: 26px\9;
}
.page-text {
  display: inline-block;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
  line-height: 30px\9;
  vertical-align: top;
}
.pagination,
.pageskip,
.pageinfo {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagination-mark {
  float: left;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 1px;
  color: #c2c2c2;
}
.pagination-mark_link {
  color: #999;
  cursor: pointer;
  text-decoration: none;
}
.pagination-mark_link:hover {
  color: #ff7300;
}
.pagination-mark_current {
  cursor: default;
  color: #ff7300;
  border-color: #f1cb76;
  background-color: #fffddd;
}
.pagination-mark_next {
  border-right: 1px solid #ccc;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 28px\9;
}
.pagination-mark_prev {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  line-height: 28px\9;
}
.pagination-mark_elipses {
  border: 0;
  background-color: transparent;
}
.pageskip-input {
  vertical-align: top;
  padding: 0;
  width: 36px;
  margin: 0 -9px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  text-align: center;
}
.pageskip-btn {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 26px;
  line-height: 26px;
  line-height: 28px\9;
  border: 1px solid #ccc;
  vertical-align: top;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  background-color: #f5f5f4;
  background-image: -moz-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffffe), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: -o-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: linear-gradient(top, #fffffe, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffe', endColorstr='#e6e6e6', GradientType=0);
}
.pageskip-btn:hover {
  text-decoration: none;
  color: #222;
}
.pageskip-btn:active {
  background-color: #f0f0ef;
  background-image: -moz-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: -ms-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fffffe));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: -o-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: linear-gradient(top, #e6e6e6, #fffffe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fffffe', GradientType=0);
}
.close {
  position: absolute;
  font-weight: 700;
  font-family: Tahoma;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.close:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.btn {
  display: inline-block;
  height: 26px;
  padding: 0 14px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  color: #555;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f4;
  background-image: -moz-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffffe), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: -o-linear-gradient(top, #fffffe, #e6e6e6);
  background-image: linear-gradient(top, #fffffe, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffe', endColorstr='#e6e6e6', GradientType=0);
  line-height: 28px\9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  overflow: visible;
}
.btn .btn-txt {
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}
.btn:hover,
.btn_hover {
  color: #555;
  text-decoration: none;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fffffe, #eaeaea);
  background-image: -ms-linear-gradient(top, #fffffe, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffffe), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fffffe, #eaeaea);
  background-image: -o-linear-gradient(top, #fffffe, #eaeaea);
  background-image: linear-gradient(top, #fffffe, #eaeaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffe', endColorstr='#eaeaea', GradientType=0);
}
.btn:active,
.btn_active,
.btn_active:hover,
.dropdown_on .btn_on {
  background-color: #f0f0ef;
  background-image: -moz-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: -ms-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fffffe));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: -o-linear-gradient(top, #e6e6e6, #fffffe);
  background-image: linear-gradient(top, #e6e6e6, #fffffe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fffffe', GradientType=0);
}
.btn .icon {
  vertical-align: top;
  margin-top: 6px;
}
.btn_metro {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-txt_lefticon {
  margin-left: 3px;
}
.btn-txt_righticon {
  margin-right: 3px;
}
.btn_kilo {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 31px\9;
}
.btn_milli {
  padding-left: 8px;
  padding-right: 8px;
  line-height: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 21px\9;
}
.btn_disabled {
  background: #f0f0f0;
  border-color: #d8d8d8;
  color: #ccc;
  filter: none;
}
.btn_disabled:hover,
.btn_disabled:active {
  background: #f0f0f0;
  cursor: default;
  color: #ccc;
  filter: none;
}
.btn_success,
.btn_warn,
.btn_info {
  color: #fff;
}
.btn_success .btn-txt,
.btn_warn .btn-txt,
.btn_info .btn-txt {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.btn_success:hover,
.btn_warn:hover,
.btn_info:hover,
.btn_success.btn_hover,
.btn_info.btn_hover,
.btn_warn.btn_hover {
  color: #fff;
}
.btn_success {
  border-color: #3f943f;
  background-color: #5cb35c;
  background-image: -moz-linear-gradient(top, #6ec26e, #429d42);
  background-image: -ms-linear-gradient(top, #6ec26e, #429d42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ec26e), to(#429d42));
  background-image: -webkit-linear-gradient(top, #6ec26e, #429d42);
  background-image: -o-linear-gradient(top, #6ec26e, #429d42);
  background-image: linear-gradient(top, #6ec26e, #429d42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec26e', endColorstr='#429d42', GradientType=0);
}
.btn_success:hover,
.btn_success.btn_hover {
  background-color: #5cb35c;
  background-image: -moz-linear-gradient(top, #6ec26e, #429d42);
  background-image: -ms-linear-gradient(top, #6ec26e, #429d42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ec26e), to(#429d42));
  background-image: -webkit-linear-gradient(top, #6ec26e, #429d42);
  background-image: -o-linear-gradient(top, #6ec26e, #429d42);
  background-image: linear-gradient(top, #6ec26e, #429d42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec26e', endColorstr='#429d42', GradientType=0);
}
.btn_success:active,
.btn_success.btn_active,
.btn_success.btn_active:hover {
  background-color: #53ab53;
  background-image: -moz-linear-gradient(top, #429d42, #6ec26e);
  background-image: -ms-linear-gradient(top, #429d42, #6ec26e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#429d42), to(#6ec26e));
  background-image: -webkit-linear-gradient(top, #429d42, #6ec26e);
  background-image: -o-linear-gradient(top, #429d42, #6ec26e);
  background-image: linear-gradient(top, #429d42, #6ec26e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#429d42', endColorstr='#6ec26e', GradientType=0);
}
.btn_info {
  border-color: #048cc5;
  background-color: #1cade9;
  background-image: -moz-linear-gradient(top, #2cbefb, #0494d0);
  background-image: -ms-linear-gradient(top, #2cbefb, #0494d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2cbefb), to(#0494d0));
  background-image: -webkit-linear-gradient(top, #2cbefb, #0494d0);
  background-image: -o-linear-gradient(top, #2cbefb, #0494d0);
  background-image: linear-gradient(top, #2cbefb, #0494d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbefb', endColorstr='#0494d0', GradientType=0);
}
.btn_info:hover,
.btn_info.btn_hover {
  background-color: #1cade9;
  background-image: -moz-linear-gradient(top, #2cbefb, #0494d0);
  background-image: -ms-linear-gradient(top, #2cbefb, #0494d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2cbefb), to(#0494d0));
  background-image: -webkit-linear-gradient(top, #2cbefb, #0494d0);
  background-image: -o-linear-gradient(top, #2cbefb, #0494d0);
  background-image: linear-gradient(top, #2cbefb, #0494d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbefb', endColorstr='#0494d0', GradientType=0);
}
.btn_info:active,
.btn_info.btn_active,
.btn_info.btn_active:hover {
  background-color: #14a4e1;
  background-image: -moz-linear-gradient(top, #0494d0, #2cbefb);
  background-image: -ms-linear-gradient(top, #0494d0, #2cbefb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0494d0), to(#2cbefb));
  background-image: -webkit-linear-gradient(top, #0494d0, #2cbefb);
  background-image: -o-linear-gradient(top, #0494d0, #2cbefb);
  background-image: linear-gradient(top, #0494d0, #2cbefb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0494d0', endColorstr='#2cbefb', GradientType=0);
}
.btn_warn {
  border-color: #df8505;
  background-color: #f4a12b;
  background-image: -moz-linear-gradient(top, #faaf44, #ec8d06);
  background-image: -ms-linear-gradient(top, #faaf44, #ec8d06);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faaf44), to(#ec8d06));
  background-image: -webkit-linear-gradient(top, #faaf44, #ec8d06);
  background-image: -o-linear-gradient(top, #faaf44, #ec8d06);
  background-image: linear-gradient(top, #faaf44, #ec8d06);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaf44', endColorstr='#ec8d06', GradientType=0);
}
.btn_warn:hover,
.btn_warn.btn_hover {
  background-color: #f4a12b;
  background-image: -moz-linear-gradient(top, #faaf44, #ec8d06);
  background-image: -ms-linear-gradient(top, #faaf44, #ec8d06);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faaf44), to(#ec8d06));
  background-image: -webkit-linear-gradient(top, #faaf44, #ec8d06);
  background-image: -o-linear-gradient(top, #faaf44, #ec8d06);
  background-image: linear-gradient(top, #faaf44, #ec8d06);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaf44', endColorstr='#ec8d06', GradientType=0);
}
.btn_warn:active,
.btn_warn.btn_active,
.btn_warn.btn_active:hover {
  background-color: #f19a1e;
  background-image: -moz-linear-gradient(top, #ec8d06, #faaf44);
  background-image: -ms-linear-gradient(top, #ec8d06, #faaf44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec8d06), to(#faaf44));
  background-image: -webkit-linear-gradient(top, #ec8d06, #faaf44);
  background-image: -o-linear-gradient(top, #ec8d06, #faaf44);
  background-image: linear-gradient(top, #ec8d06, #faaf44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec8d06', endColorstr='#faaf44', GradientType=0);
}
.btn_addon_prepend {
  border-left: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn_addon_append {
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-upload {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 28px;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.btn-upload .btn-file {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 58px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  cursor: pointer;
}
.btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 0.3em;
  vertical-align: top;
}
.btn-group .btn {
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left-width: 0;
}
.btn-group .dropdown {
  float: left;
}
.btn-group .btn-group-head {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 1px;
}
.btn-group .btn-group-tail {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  font-size: 12px;
}
.nav-item {
  margin-left: 0;
  margin-top: 0;
  zoom: 1;
}
.nav-item a {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.nav-item a:hover,
.submenu_on .on,
.submenu_hover .on {
  background-color: #a4c2e4;
  color: #fff;
}
.nav-item .icon {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
}
.nav-item_active a {
  cursor: default;
  color: #fff;
  background-color: #08c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.nav-item_active a:hover {
  color: #fff;
  background-color: #08c;
}
.nav-item_disabled a {
  color: #999;
  cursor: not-allowed;
}
.nav-item_disabled a:hover {
  background-color: transparent;
  color: #999;
}
.nav_inline,
.nav_ball,
/*ul*/.nav_tab,
.navbar-inner .nav,
.tabs-nav {
  *zoom: 1;
}
.nav_inline:before,
.nav_ball:before,
/*ul*/.nav_tab:before,
.navbar-inner .nav:before,
.tabs-nav:before,
.nav_inline:after,
.nav_ball:after,
/*ul*/.nav_tab:after,
.navbar-inner .nav:after,
.tabs-nav:after {
  display: table;
  content: "";
}
.nav_inline:after,
.nav_ball:after,
/*ul*/.nav_tab:after,
.navbar-inner .nav:after,
.tabs-nav:after {
  clear: both;
}
.nav_inline .nav-item,
.nav_ball .nav-item,
/*ul*/.nav_tab .nav-item,
.navbar-inner .nav .nav-item,
.tabs-nav .nav-item {
  float: left;
  margin-right: 5px;
}
.nav_ball .nav-item a {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.navbar {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: -ms-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: -o-linear-gradient(top, #fdfdfd, #f6f6f6);
  background-image: linear-gradient(top, #fdfdfd, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f6f6f6', GradientType=0);
}
.navbar-inner {
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e1e3e6;
  position: relative;
  zoom: 1;
/*nav*/
}
.navbar-inner .brand {
  float: left;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  color: #777;
  margin-right: 10px;
}
.navbar-inner .adorn {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
.navbar-inner .nav {
  float: left;
  margin-left: 15px;
}
.navbar-inner .right-nav {
  float: right;
}
.navbar-inner .nav-item a {
  display: block;
  line-height: 32px;
  line-height: 34px\9;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 32px;
}
.navbar-inner .nav-item .icon {
  margin-top: 9px;
}
.navbar-inner .divider {
  float: left;
  margin-right: 5px;
  width: 1px;
  height: 32px;
  background-color: #ebebeb;
}
.tabs-nav .to-right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.tabs-nav .nav-item a {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  background-color: #f7f7f7;
}
.tabs-nav .nav-item a:hover {
  border-top-color: #006da3;
  border-right-color: #006da3;
  border-left-color: #006da3;
  background-color: #006da3;
  -webkit-box-shadow: inset 0 1px 7px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 7px rgba(0,0,0,0.15);
}
.tabs-nav .nav-item_active {
  margin-bottom: -1px;
  position: relative;
}
.tabs-nav .nav-item_active a {
  border-top-color: #006da3;
  border-right-color: #006da3;
  border-left-color: #006da3;
  background-color: #006da3;
  -webkit-box-shadow: inset 0 1px 7px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 7px rgba(0,0,0,0.15);
}
.tabs-nav .nav-item_active a:hover {
  background-color: #006da3;
  color: #fff;
}
.tabs-content {
  overflow: auto;
  border: 1px solid #006da3;
}
.tabs-content .tab-content {
  padding: 10px;
  display: none;
}
.tabs-content .tab-content_active {
  display: block;
}
.tabs_vertical {
  overflow: hidden;
}
.tabs_vertical .tabs-nav {
  float: left;
  zoom: 1;
  *width: 80px;
}
.tabs_vertical .nav-item {
  margin: 0;
  float: none;
}
.tabs_vertical .nav-item a {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-left: 0;
  border-top: 0;
  text-align: right;
  background-color: #fff;
}
.tabs_vertical .nav-item_active a,
.tabs_vertical .nav-item_active a:hover {
  background-color: #fff;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right-color: #fff;
}
.tabs_vertical .tabs-content {
  border: 0;
  margin: 0;
}
.tabs_vertical .tabs-content .tab-content {
  padding-top: 0;
  padding-bottom: 0;
  zoom: 1;
}
.menu {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.menu-nav .nav-item {
  float: none;
  margin-right: 0;
}
.menu-nav .nav-item a {
  overflow: hidden;
  font-weight: 700;
  padding-left: 2em;
/*.icon*/
}
.menu-nav .nav-item a .submenu-more-arrow,
.menu-nav .nav-item a .submenu-more-icon {
  float: right;
}
.menu-nav .nav-item a .submenu-more-arrow {
  margin-top: 6px;
}
.menu-nav .nav-item a:hover .submenu-more-arrow {
  border-left-color: #fff;
}
.menu-nav .nav-item_active a .submenu-more-arrow {
  border-left-color: #fff;
}
.menu-nav .nav-head {
  font-weight: 700;
  color: #999;
  padding-left: 10px;
}
.menu-nav .divider {
  height: 1px;
  background-color: #ddd;
  margin: 2px 0;
  -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.75);
  box-shadow: 0 1px 1px rgba(255,255,255,0.75);
  line-height: 0;
  font-size: 0;
}
.submenu {
  position: relative;
}
.submenu .menu {
  float: left;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 200;
}
.submenu .submenu-menu_on {
  display: block;
}
.submenu_right .menu {
  left: auto;
  right: 100%;
}
.submenu_right .menu .nav-item {
  text-align: right;
}
.submenu_right .menu .nav-item .submenu-more-icon {
  float: left;
}
.submenu_bottom .menu {
  top: auto;
  bottom: 100%;
  margin-bottom: -27px;
}
.submenu_on .on .submenu-more-arrow,
.submenu_hover .on .submenu-more-arrow {
  border-left-color: #fff;
}
.submenu-menu {
  padding-top: 0;
  padding-bottom: 0;
  width: 120px;
}
.submenu-menu .nav-item a {
  padding-left: 1em;
}
.dropdown {
  position: relative;
  z-index: 100;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dropdown-menu .divider {
  height: 1px;
  width: 100%;
  margin: 5px 0;
  line-height: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
  *font-size: 0;
}
.dropdown-item a {
  display: block;
  padding: 4px 15px;
  line-height: 20px;
  color: #555;
  white-space: nowrap;
}
.dropdown-item a:hover {
  background-color: #08c;
  color: #fff;
  text-decoration: none;
}
.dropdown_on .dropdown-menu {
  display: block;
}
.modal-cover {
  width: 100%;
  height: 100%;
  background: #999;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  _position: absolute;
}
.modal {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  border: 1px solid #a3a3a3;
  z-index: 1001;
  text-align: left;
  background-color: #fff;
  _position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.modal_open {
  display: block;
}
.modal_alert .modal-body,
.modal_confirm .modal-body {
  padding-top: 25px;
  padding-bottom: 35px;
}
.modal-header {
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #d8d8d8;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f1f1f1;
}
.modal-header h2 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
.modal-header .close {
  right: 2px;
  top: 4px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-foot {
  padding: 4px 15px 4px 0;
  border-top: 1px solid #d8d8d8;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f1f1f1;
  text-align: right;
}
.modal-foot .btn {
  margin-left: 4px;
}
.breadcrumb {
  padding: 6px 15px;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #fff;
/*span*/
/*li*/
}
.breadcrumb .divider {
  display: inline-block;
  padding-left: 3px;
  padding-right: 1px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999;
}
.breadcrumb-frame {
  border: 1px solid #e6e6e6;
}
.label,
.badge {
  display: inline-block;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #999;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
}
.label {
  padding: 0 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.label_warn {
  background-color: #f89406;
}
.label_success {
  background-color: #46a546;
}
.label_info {
  background-color: #049cdb;
}
.badge {
  padding: 0 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.badge_warn {
  background-color: #f89406;
}
.badge_success {
  background-color: #46a546;
}
.badge_info {
  background-color: #049cdb;
}
.inp_text,
.simulate-input .simulate-text,
.autocomplete-inp,
.autocomplete-hint-inp {
  width: 220px;
  height: 26px;
  padding: 0 0 0 4px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(189,189,189,0.55);
  box-shadow: inset 0 1px 2px rgba(189,189,189,0.55);
  color: #555;
  line-height: 26px;
}
.inp_text:focus,
.simulate-input .simulate-text:focus,
.autocomplete-inp:focus,
.autocomplete-hint-inp:focus {
  outline: none;
  border-color: #049cdb;
  -webkit-box-shadow: 0 0 5px rgba(4,156,219,0.55);
  box-shadow: 0 0 5px rgba(4,156,219,0.55);
}
.inp_text_success,
.inp_text.validate-success,
.inp_textarea.validate-success {
  border-color: #46a546;
  color: #46a546;
  -webkit-box-shadow: inset 0 1px 2px rgba(70,165,70,0.55);
  box-shadow: inset 0 1px 2px rgba(70,165,70,0.55);
}
.inp_text_success:focus,
.inp_text.validate-success:focus,
.inp_textarea.validate-success:focus {
  border-color: #46a546;
  -webkit-box-shadow: 0 0 5px rgba(70,165,70,0.55);
  box-shadow: 0 0 5px rgba(70,165,70,0.55);
}
.inp_text_error,
.inp_text.validate-error,
.inp_textarea.validate-error {
  border-color: #f20;
  color: #f20;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,34,0,0.55);
  box-shadow: inset 0 1px 2px rgba(255,34,0,0.55);
}
.inp_text_error:focus,
.inp_text.validate-error:focus,
.inp_textarea.validate-error:focus {
  border-color: #f20;
  -webkit-box-shadow: 0 0 5px rgba(255,34,0,0.55);
  box-shadow: 0 0 5px rgba(255,34,0,0.55);
}
.inp_text_disabled {
  background-color: #e8e8e8;
  color: #a3a3a3;
  cursor: not-allowed;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inp_text_disabled:focus {
  border-color: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inp_text_mini {
  width: 60px;
}
.inp_text_small {
  width: 90px;
}
.inp_text_medium {
  width: 150px;
}
.inp_text_large {
  width: 210px;
}
.inp_text_xlarge {
  width: 270px;
}
.inp_text_flat {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inp_text_flat:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inp-append,
.inp-prepend,
.inp-shoulder {
  vertical-align: top;
  display: inline-block;
}
.inp-append .addon,
.inp-prepend .addon,
.inp-shoulder .addon,
.inp-append .inp_text,
.inp-prepend .inp_text,
.inp-shoulder .inp_text,
.inp-append .btn,
.inp-prepend .btn,
.inp-shoulder .btn,
.inp-shoulder .addon_ahead,
.inp-shoulder .addon_rear,
.inp-shoulder .inp_text {
  float: left;
}
.inp-append .addon,
.inp-prepend .addon,
.inp-shoulder .addon,
.inp-shoulder .addon_ahead,
.inp-shoulder .addon_rear {
  border: 1px solid #bdbdbd;
  height: 26px;
  line-height: 26px;
  background-color: #d1d1d1;
  padding-left: 6px;
  padding-right: 6px;
}
.inp-append .addon .icon,
.inp-prepend .addon .icon,
.inp-shoulder .addon .icon,
.inp-shoulder .addon_ahead .icon,
.inp-shoulder .addon_rear .icon {
  float: left;
  margin-top: 7px;
}
.inp-append .btn,
.inp-prepend .btn,
.inp-shoulder .btn {
  padding-left: 8px;
  padding-right: 8px;
}
.inp-append .addon,
.inp-append .btn,
.inp-shoulder .addon_ahead {
  border-right: 0;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-right: -1px;
}
.inp-append .btn {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inp-prepend .addon,
.inp-prepend .btn,
.inp-shoulder .addon_rear {
  border-left: 0;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.inp-prepend .inp_text,
.inp-shoulder .inp_text {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inp-prepend .btn {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inp-shoulder .shoulder-btn_ahead {
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inp-shoulder .shoulder-btn_rear {
  border-left: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inp_textarea {
  height: 60px;
  width: 220px;
  padding: 0 0 0 4px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 22px;
  -webkit-box-shadow: inset 0 2px 2px #eaeaea;
  box-shadow: inset 0 2px 2px #eaeaea;
  color: #555;
}
.inp_checkbox,
.inp_radio {
  vertical-align: middle;
}
.inp_select {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #bdbdbd;
}
.simulate-input {
  height: 26px;
  display: inline-block;
}
.simulate-input .simulate-label,
.simulate-input .simulate-combox {
  float: left;
}
.simulate-input .simulate-label {
  height: 26px;
  padding-right: 5px;
  line-height: 26px;
}
.simulate-input .simulate-text {
  width: 150px;
  padding-right: 20px;
}
.simulate-input .simulate-ico {
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
  height: 26px;
  background-image: url("../../img/common/simulate-icos.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.simulate-input .simulate-combox {
  position: relative;
}
.simulate-input .simulate-combox .simulate-ico {
  background-position: 0 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #5e5e5e;
  border-bottom: 1px solid #ddd;
}
.form-label,
.form-remind,
.form label {
  display: block;
}
.form-remind {
  color: #999;
}
.form-remind_inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.form-remind_error {
  color: #f20;
}
.form-remind_success {
  color: #46a546;
}
.form {
  color: #4c4c4c;
  margin: 0;
}
.form label {
  vertical-align: top;
}
.form_block label,
.form_block .inp_text,
.form_block .form-label,
.form_block .form-remind {
  margin-bottom: 10px;
}
.form_inline,
.form_group .controller-group {
  line-height: 28px;
}
.form_inline .inp,
.form_group .controller-group .inp {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.form_inline label,
.form_group .controller-group label,
.form_inline .btn,
.form_group .controller-group .btn {
  display: inline-block;
}
.form_inline .inp-prepend,
.form_group .controller-group .inp-prepend {
  display: inline-block;
}
.form_group .controller-group {
  margin-bottom: 10px;
  overflow: hidden;
}
.form_group .controller-label {
  float: left;
  width: 130px;
  text-align: right;
}
.form_group .controller-body {
  float: left;
}
.form_group .controller-body label {
  display: block;
}
.form_group .controller-body .inp_text,
.form_group .controller-body .inp_select {
  vertical-align: top;
}
.form_group .controller-group-nolabel .controller-body {
  margin-left: 135px;
}
.validate-error-list {
  margin-bottom: 0;
}
.tooltip {
  position: absolute;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: 1500;
}
.tooltip-inner {
  padding: 8px 6px;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  max-width: 200px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  font-size: 0;
}
.tooltip_top .tooltip-arrow,
.tooltip_bottom .tooltip-arrow {
  left: 50%;
  margin-left: -6px;
}
.tooltip_top {
  padding-bottom: 6px;
  margin-top: -6px;
}
.tooltip_top .tooltip-arrow {
  bottom: -5px;
  border-top-color: #000;
}
.tooltip_bottom {
  padding-top: 6px;
  margin-bottom: -6px;
}
.tooltip_bottom .tooltip-arrow {
  top: -5px;
  border-bottom-color: #000;
}
.tooltip_left .tooltip-arrow,
.tooltip_right .tooltip-arrow {
  top: 50%;
  margin-top: -6px;
}
.tooltip_left {
  padding-right: 6px;
  margin-left: -6px;
}
.tooltip_left .tooltip-arrow {
  right: -5px;
  border-left-color: #000;
}
.tooltip_right {
  padding-left: 6px;
  margin-right: -6px;
}
.tooltip_right .tooltip-arrow {
  left: -5px;
  border-right-color: #000;
}
.thumbnail {
  display: inline-block;
  padding: 4px;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.thumbnail:hover {
  border-color: #049cdb;
  -webkit-box-shadow: 0 0 5px rgba(4,156,219,0.65);
  box-shadow: 0 0 5px rgba(4,156,219,0.65);
}
.thumbnail img {
  display: block;
}
.thumbnail_primitive {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.thumbnail_primitive:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail_mixed {
  position: relative;
}
.thumbnail-caption {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 1px;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.thumbnail-caption .title {
  display: block;
  background-color: #000;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  text-shadow: 1px 0 0 #fff;
  color: #fff;
}
.thumbnail-caption .title:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-decoration: none;
}
.accordion {
  background-color: #fff;
}
.accordion-group {
  border: 1px solid #e5e5e5;
  margin-top: 1px;
}
.accordion-head .title {
  padding: 7px 15px;
  display: block;
  cursor: pointer;
}
.accordion-head .title:hover {
  text-decoration: none;
  cursor: pointer;
}
.accordion-body {
  height: 0;
  overflow: hidden;
}
.accordion-body .accordion-content {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.accordion-body .accordion-content p {
  margin: 0;
}
.accordion-expand {
  height: auto;
}
.accordion_vertical {
  height: 100%;
}
.accordion_vertical .accordion-inner {
  height: 100%;
}
.accordion_vertical .accordion-group {
  float: left;
  height: 100%;
  width: 40px;
  margin-right: -1px;
  margin-top: 0;
  overflow: hidden;
}
.accordion_vertical .accordion-head {
  float: left;
  width: 40px;
  height: 100%;
  overflow: hidden;
}
.accordion_vertical .accordion-head .title {
  height: 100%;
  padding: 9px 12px;
  text-align: center;
}
.accordion_vertical .accordion-body {
  width: 0;
  height: 100%;
  margin-left: 40px;
}
.accordion_vertical .accordion-body .accordion-content {
  border-top: 0;
}
.accordion_vertical .accordion-expand {
  border-left: 1px solid #e5e5e5;
}
.slide {
  position: relative;
}
.slide-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-list {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 100%;
}
.slide-item {
  float: left;
}
.slide-arrow {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -19px;
}
.slide-arrow a {
  position: absolute;
  width: 32px;
  height: 38px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../../img/common/slide-arrow.png");
}
.slide-prev-btn {
  background-position: 0 100%;
  left: 0;
}
.slide-prev-btn:hover {
  background-position: 0 0;
}
.slide-next-btn {
  background-position: 100% 100%;
  right: 0;
}
.slide-next-btn:hover {
  background-position: 100% 0;
}
.slide-indicator {
  margin: 0;
  position: absolute;
  list-style: none;
}
.slide-indicator li {
  float: left;
}
.slide-indicator a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  cursor: pointer;
}
.slide-indicator a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.slide-indicator .on {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.placeholder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ccc;
  z-index: 50000;
}
.placeholder-text em {
  display: block;
  font-style: normal;
  margin-left: 5px;
}
.progress {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0d90d1;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-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(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-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;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress_kilo {
  height: 30px;
  line-height: 30px;
}
.progress_kilo .bar {
  font-size: 14px;
}
.progress_mega {
  height: 50px;
  line-height: 50px;
}
.progress_mega .bar {
  font-size: 22px;
}
.rolltitle {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.rolltitle-holder {
  position: relative;
  zoom: 1;
}
.rolltitle-list {
  white-space: nowrap;
  margin: 0 0 0 -10px;
}
.rolltitle-item {
  float: left;
  margin-left: 10px;
}
.rolltitle_vertical .rolltitle-list {
  margin-left: 0;
  white-space: normal;
}
.rolltitle_vertical .rolltitle-item {
  float: none;
  margin-left: 0;
}
.autocomplete-wrapper {
  vertical-align: top;
}
.autocomplete-inp,
.autocomplete-hint-inp {
  vertical-align: top;
}
.autocomplete-hint-inp {
  color: #999;
}
.autocomplete-menu {
  width: 100%;
  margin-top: 1px;
}
.autocomplete-suggestions {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.autocomplete-suggestion {
  line-height: 22px;
  padding: 4px;
}
.autocomplete-is-under-cursor {
  background-color: #08c;
  color: #fff;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.gap {
  margin-bottom: 10px;
}
.gap_top {
  margin-top: 10px;
}
.clean {
  clear: both;
}
.bg-text {
  display: none;
}
