/*
 * SimpleeUI v1.2.0
 * Copyright 2013 Homolo,Inc
 * Licensed under the MIT License
 */

 @charset "utf-8";

 /* Reset */
html, body, p, div, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset {
  margin: 0;
  padding: 0;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
img, fieldset { 
  border: 0; 
}

/* 清除浮动 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

/* 设置全局字体颜色大小行高 */
body {
    color: #333;
    font-size: 14px;
    line-height: 1.42857142857143; /* 20px line-height */
    background-color:#333;
}
/* 去虚线框 */
:focus{outline:none;}

/* 根据编码设置字体 */
[lang=en] {
    font-family: Arial, sans-serif !important;
}

[lang="zh"] {
    font-family:"SimSun",  sans-serif !important;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:0;font-variant:normal;
}

/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}

/* 设置默认margin */
p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre {
    margin: 10px 0 0 0;
}

/* 预设标题样式 */
h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25; /* 30px line-height */
    margin: 30px 0 0 0;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5; /* 30px line-height */
    margin: 30px 0 0 0;
}
h3 {
    font-size: 16px;
    line-height: 1.5; /* 24px line-height */
    margin: 30px 0 0 0;
}
h4 {
    font-size: 14px;
    line-height: 1.42857142857143; /* 20px line-height */
    margin: 20px 0 0 0;
}
h5 {
    color: #707070;
    font-size: 12px;
    line-height: 1.66666666666667;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
h6 {
    color: #707070;
    font-size: 12px;
    line-height: 1.66666666666667;
    margin: 20px 0 0 0;
}

/* 设置盒内首个元素顶部margin */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child,
pre:first-child {
    margin-top: 0;
}

/* 标题组合排版 */
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
    margin-top: 10px;
}

/* 特殊文字排版 */
small {
    color: #707070;
    font-size: 12px;
    line-height: 1.33333333333333; /* 16px equiv line-height */
}
a {
  text-decoration: none;
  color: #373286;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}
cite {
  font-style: normal;
}
cite:before {
    content: "\2014 \2009";
}
blockquote {
  border-left: 5px solid #ddd;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
blockquote small {
  display: block;
  margin-top:5px;
}
q {
    color: #707070;
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
    text-transform: uppercase;
}

/* 定义列表 */
dl {
    margin-bottom: 20px;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 20px;
}
dt,
dd {
    line-height: 1.42857142857143;
}

/* 代码 */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
}
/* 行内代码 */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
  margin: 0 3px;
}
/* 代码块 */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-left-width: 5px;
  text-align: left;
}
/* 表格初始化 */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
/* 表单初始化 */
form {
  margin: 0 0 20px;
  font-family:serif\0/;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  display: inline-block;
  height:20px;
  padding: 4px 6px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -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);
}
textarea,
input[type="text"],
input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
textarea {
  height: auto;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  outline: 0;
  outline: thin dotted \9;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
button::-moz-focus-inner{ border:0; padding:0; margin:0; }/* Firefox Line-height Hack */
/* 扩展：设置代码块最大高度及滚动条 */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* 扩展：表格初始化 */
.m-table {width: 100%;margin-bottom: 18px;}
.m-table th,
.m-table td {padding: 8px;line-height: 18px;text-align: left;vertical-align: middle;border-top: 1px solid #dddddd;}
.m-table th {font-weight: bold;}
.m-table thead th {vertical-align: bottom;}
.m-table thead th,
.m-table thead td{border-top:none;}
.m-table tbody + tbody {border-top: 2px solid #dddddd;}
/* 扩展：常用属性 */
.hide {display: none;}
.show{display: block;}
.invisible {visibility: hidden;}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.close {
  float: right;
  font-family:Impact!important;
  font-size: 20px;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
/* 单行文本截断 */
.ellipsis {
word-wrap: normal;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}

/* 扩展：表格紧凑排版 */
.m-table-condensed th,
.m-table-condensed td {padding: 4px 5px;}
/* 扩展：表格增加边框和圆角 */
.m-table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
}
.m-table-bordered th,
.m-table-bordered td {border-left: 1px solid #dddddd;}
/* 扩展：表格隔行变色及移入反馈 */
.m-table-striped tbody tr:nth-child(odd) td,
.m-table-striped tbody tr:nth-child(odd) th {background-color: #f9f9f9;}
.m-table-hover tbody tr:hover > td,
.m-table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.html-table-first {white-space: nowrap;}
/* 扩展：按钮样式预置 */ 
.u-btn {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
  *border: none;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  *padding: 4px;
  margin: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.u-btn:hover,
.u-btn:focus,
.u-btn:active,
.u-btn.active,
.u-btn.disabled,
.u-btn[disabled] {
  color: #333333;
  background-color: #eee;
  *background-color: #eee;
}
.u-btn:active,
.u-btn.active {
  background-color: #cccccc \9;
}
.u-btn:first-child {
  *margin-left: 0;
}
.u-btn:hover,
.u-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.u-btn:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.u-btn.active,
.u-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.u-btn.disabled,
.u-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;
}
.u-btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
}
.u-btn-large [class^="icon-"],
.u-btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.u-btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}
.u-btn-small [class^="icon-"],
.u-btn-small [class*=" icon-"] {
  margin-top: 0;
}
.u-btn-mini [class^="icon-"],
.u-btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.u-btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
}
.u-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.u-btn-block + .u-btn-block {
  margin-top: 5px;
}

.u-btn-warning {
  color: #ffffff;
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.u-btn-warning:hover,
.u-btn-warning:focus,
.u-btn-warning:active,
.u-btn-warning.active,
.u-btn-warning.disabled,
.u-btn-warning[disabled] {
  color: #ffffff;
  background-color: #eea236;
  *background-color: #ec971f;
}
.u-btn-warning:active,
.u-btn-warning.active {
  background-color: #c67605 \9;
}
.u-btn-error {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.u-btn-error:hover,
.u-btn-error:focus,
.u-btn-error:active,
.u-btn-error.active,
.u-btn-error.disabled,
.u-btn-error[disabled] {
  color: #ffffff;
  background-color: #d43f3a;
  *background-color: #c9302c;
}
.u-btn-error:active,
.u-btn-error.active {
  background-color: #942a25 \9;
}
.u-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.u-btn-success:hover,
.u-btn-success:focus,
.u-btn-success:active,
.u-btn-success.active,
.u-btn-success.disabled,
.u-btn-success[disabled] {
  color: #ffffff;
  background-color: #4cae4c;
  *background-color: #449d44;
}
.u-btn-success:active,
.u-btn-success.active {
  background-color: #408140 \9;
}
.u-btn-info {
  color: #ffffff;
  background-color: #6e2d91;
  border-color: #6e2d91;
}
.u-btn-info:hover,
.u-btn-info:focus,
.u-btn-info:active,
.u-btn-info.active,
.u-btn-info.disabled,
.u-btn-info[disabled] {
  color: #ffffff;
  background-color: #357ebd;
  *background-color: #3071a9;
}
.u-btn-info:active,
.u-btn-info.active {
  background-color: #24748c \9;
}
button.u-btn,
input[type="submit"].u-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.u-btn::-moz-focus-inner,
input[type="submit"].u-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.u-btn.u-btn-large,
input[type="submit"].u-btn.u-btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.u-btn.u-btn-small,
input[type="submit"].u-btn.u-btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.u-btn.u-btn-mini,
input[type="submit"].u-btn.u-btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.u-btn-link,
.u-btn-link:active,
.u-btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.u-btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.u-btn-link:hover,
.u-btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.u-btn-link[disabled]:hover,
.u-btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
/* 标签切换 */
.m-tab {
  position: relative;
}
.m-tab-title {
  border-bottom: 1px solid #ccc;
}
.m-tab-title-item {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-left:0; 
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  position: relative;
  top:1px;
  z-index: 1;
}
.m-tab-title .active {
  background: #fff;
  border-bottom-color: #fff;
  z-index: 2;
}
.m-tab-title-item.first {
  border-left: 1px solid #ccc;
}
.m-tab-title a {
  color: #333;
  padding: 0 18px;
  line-height: 32px;
}
.m-tab-title a:hover {
  color: #3b73af;
  text-decoration: none;
}
.m-tab-content {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 15px;
}
.m-tab-content-pane {
  display: none;
}
.m-tab-content .active {
  display: block;
}
/* 面包屑 */
.m-breadcrumb {
  color: #aaa;
}
.m-breadcrumb li {
  float:left;
}
.m-breadcrumb li i {
  display:inline-block;
  *display:inline;
  *zoom:1;
  width: 20px;
  text-align: center;
  font-style: normal;
}
/* 侧边菜单 */
.m-sidemenu li {
  line-height: 2;
}
.m-sidemenu-header {
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0;
}
.m-sidemenu li a {
  display: block;
  padding-left: 5px;
}
.m-sidemenu li a:hover{
  background: #eee;
}
.m-sidemenu li.active a{
  background: #3b73af;
  color: #fff;
}
/* 分页 */
.m-pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.m-pagination ul li {
  display: inline;
}
.m-pagination ul li a,
.m-pagination ul li span {
  float: left;
  padding: 2px 8px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 5px;
  font-family: arial,\5b8b\4f53;
  font-size: 12px;
}
.m-pagination ul li a:hover {
  background: #eee;
}
.m-pagination ul li.active {
  display: inline;
}
.m-pagination ul li.active a,
.m-pagination ul li.active span {
  background: #eee;
  color: #999;
  cursor: default;
}
.m-pagination ul li.disabled a,
.m-pagination ul li.disabled span{
  color: #999;
  background-color: transparent;
  cursor: default;
}
.m-pagination ul li.ellipsis span {
  color: #666;
  font-family: Arial;
  border: none;
  padding: 0;
}
.m-pagination .prev,.m-pagination .next {
  font-family: \5b8b\4f53;
  font-weight: 700;
}
/* 列表 */
.m-list {
  list-style: none;
  font-size: 12px;
}
.m-list li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  padding-left: 5px;
}
.m-list.m-list-striped li:nth-child(even) {
  background: #f8f8f8;
}
.m-list.m-list-striped li:hover {
  background: #fcffee;
}
.m-list li.active {
  background: #fcffee !important;
}
.m-list .m-list-date,
.m-list .m-list-type {
  display: inline-block;
  display: inline;
  color: #999;
  margin-right: 5px;
}
.m-list .m-list-date {
  float: right;
}
/* 导航 */
.m-nav {
  padding: 0 10px;
}
.m-nav .m-nav-item {
  list-style: none;
  display: inline-block;
  *display: inline;
  float: left;
  position: relative;
}
.m-nav .m-nav-item a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
}
.m-nav .m-nav-item a:hover,
.m-nav .current a {
  color: #06c;
  text-decoration: none;
}
/* Tag */
.u-tag,.u-tag-success,.u-tag-warning,.u-tag-error,.u-tag-info {
  border-radius: 3px;
  color: #fff;
  display:inline-block;
  padding: 2px 5px;
  margin:0 3px;
  font-size: 12px;
}
.u-tag {
  background: #eee;  
  color: #888 !important;  
}
.u-tag-success {
  background: #14892c;
}
.u-tag-warning {
  background: #ffd351;
}
.u-tag-error {
  background: #d04437;
}
.u-tag-info {
  background: #3b73af;
}
a.u-tag:hover,a.u-tag-success:hover,a.u-tag-warning:hover,a.u-tag-error:hover,a.u-tag-info:hover {
  text-decoration: none;
  color: #fff !important;
}
a.u-tag:hover {
  background: #888;
}
a.u-tag-success:hover {
  background: #468847;
}
a.u-tag-warning:hover {
  background: #f89406;
}
a.u-tag-error:hover {
  background: #f22;
}
a.u-tag-info:hover {
  background: #06c;
}
/* Alert */
.m-alert {
  padding: 8px 35px 8px 14px;
  color: #c09853;
  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;
  position: relative;
}
.m-alert .close {
  position: absolute;
  right:8px;
  top:8px;
  line-height: 20px;
}

/* Modal */
.modal-backdrop {
  position: fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:#000\9;
  filter:alpha(opacity=80)\9;
  background:rgba(0,0,0,0.6);
  z-index:1000;
}

.modal {
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 1024;
  border:4px solid #434343;
  background:#fff;
  margin-left: -280px;
  width: 560px;
  display:none;
}
.modal-title {
  background:#eee;
  border-bottom: 1px solid #ccc;
  height:30px;
  line-height:30px;
  padding:0 10px;
}
.modal-content {
  padding:15px 10px;
}
.modal .close {
  position:absolute;
  top:6px;
  right:10px;
}
/* Dropdown */
.dropdown {
  position:relative;
  z-index:12;
  *zoom:1;
}
.dropdown-menu {
  display:none;
  background:#fff;
  position:absolute;
  left:0;
  z-index:12;
  top:30px;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu li a{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li.active a {
 color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.dropdown-open .dropdown-menu {
  display:block;
}
/* Tooltips */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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.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;
}
/* Accordion */
.m-accordion {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.m-accordion-heading {
  border-bottom: 0;
}

.m-accordion-heading .m-accordion-toggle {
  display: block;
  padding: 0 15px;
  line-height:29px;
  cursor: pointer;
  font-weight:700;
  color:#444;
}

.m-accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.collapse.in {
  height: auto;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height .35s ease;
-moz-transition: height .35s ease;
-o-transition: height .35s ease;
transition: height .35s ease;
}
/* scrollUp */
#m-scrollup {
  bottom: 20px;
  right: 20px;
  height: 38px;
  width: 38px;
}