﻿﻿/*
 * 蒙科立传统蒙古文网页组件V1.3（MenkBootstrap v1.3 && Bootstrap v4.0.0-alpha.4 ）
 * Copyright 2016-2017 内蒙古蒙科立软件股份有限公司
 * Create:  2016-04-07
 * Update:  2016-09-09
 */

/*@font-face {
  font-family: 'Menksoft2012';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Menksoft2012.eot');
  src: url('../fonts/Menksoft2012.eot?#iefix') format('embedded-opentype'), url('../fonts/Menksoft2012.woff') format('woff'), url('../fonts/Menksoft2012.ttf') format('truetype');
}

@font-face {
  font-family: 'MenkGarqag';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/MenkGarqag.eot');
  src: url('../fonts/MenkGarqag.eot?#iefix') format('embedded-opentype'), url('../fonts/MenkGarqag.woff') format('woff'), url('../fonts/MenkGarqag.ttf') format('truetype');
}/*






















/*新添加*/
.menk * {
  font-family: Menksoft2012;
}

/*新添加*/
.menk-font-qagan {
  font-family: Menksoft2012;
}

/*新添加*/
.menk-font-garqag {
  font-family: MenkGarqag;
}

/*新添加*/
.menk-vtcl {
  writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  -webkit-text-orientation: sideways-right;
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
}

/*214*/
.menk textarea {
  display: table-cell;
}

/*449*/
.menk caption {
  caption-side: top;
  text-align: top;
}

/*524*/
.menk h1,
.menk h2,
.menk h3,
.menk h4,
.menk h5,
.menk h6 {
  margin-right: 0.5rem;
  margin-left: 0;
}

/*340*/
.menk p {
  font-size: 1.125rem;
  text-align: justify;
  -webkit-text-align-last: justify;
  text-align-last: left;
  word-break: keep-all;
}

/*389*/
.menk a:focus,
.menk a:hover,
.menk-vtcl a:focus,
.menk-vtcl a:hover {
  text-decoration: underline;
}

/* Table Begin */

/*1689*/
.menk.table {
  width: 40px;
}

/*1695*/
.menk.table th,
.menk.table td {
  border-top: 0;
  border-left: 1px solid #eceeef;
}

/*1702*/
.menk.table thead th {
  border-right: 2px solid #eceeef;
  border-bottom: 0;
}

/*无坐标*/
.menk.table-bordered thead th {
  border-bottom: 1px solid #eceeef;
}

/*1729*/
.menk.table-bordered thead th,
.menk.table-bordered thead td {
  border-bottom-width: 1px;
}

/*1841*/
.menk.table-responsive {
  /*overflow: hidden;*/
  overflow-x: auto;
}

/*无坐标*/
.menk.table-reflow thead th {
  border-right: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
}

/*1858*/
.menk.table-reflow th,
.menk.table-reflow td {
  border-top: 1px solid #eceeef;
  border-right: 1px solid #eceeef;
}

/*1864*/
.menk.table-reflow th:last-child,
.menk.table-reflow td:last-child {
  border-bottom: 1px solid #eceeef;
}

/*1869*/
.menk.table-reflow thead:last-child tr:last-child th,
.menk.table-reflow thead:last-child tr:last-child td,
.menk.table-reflow tbody:last-child tr:last-child th,
.menk.table-reflow tbody:last-child tr:last-child td,
.menk.table-reflow tfoot:last-child tr:last-child th,
.menk.table-reflow tfoot:last-child tr:last-child td {
  border-left: 1px solid #eceeef;
}

/* Table End */

/* Form Control Begin */

/*1888*/
/*.menk .form-control {
  padding: 0;
}*/

/*新添加*/
.menk .form-control input {
  font-size: 1rem;
  line-height: 1.25;
  display: table-column;
  margin: 0;
  padding: 0;
  color: #55595c;
  border: 0;
  outline: none;
  background-color: #fff;
  background-image: none;
  height: 100%;
}

/*1908*/
/*重新修改*/
.form-control input:focus {
  border-color: #66afe9;
  outline: none;
}

/*1915*/
/*重新修改*/
.form-control input::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

/*1920*/
/*重新修改*/
.form-control input::-moz-placeholder {
  opacity: 1;
  color: #999;
}

/*1925*/
/*重新修改*/
.form-control input:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

/*1930*/
.form-control input::placeholder {
  opacity: 1;
  color: #999;
}

/*1999*/
.menk .form-control-sm,
.menk.input-group-sm > .form-control,
.menk.input-group-sm > .input-group-addon,
.menk.input-group-sm > .input-group-btn > .btn {
  font-size: 0.875rem;
  /*line-height: 1.5;*/
  padding: 0.5rem 0.25rem;
  border-radius: 0.2rem;
}

/*2013*/
.menk .form-control-lg,
.menk.input-group-lg > .form-control,
.menk.input-group-lg > .input-group-addon,
.menk.input-group-lg > .input-group-btn > .btn {
  /*padding: 1.5rem 0.75rem;*/
  padding: 1.5rem 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  line-height: 1.25;
}

/*新添加*/
.menk.input-group-lg .form-control input {
  /*padding: 1.5rem 0.75rem;*/
  font-size: 1.25rem;
  /*line-height: 1.25;*/
}

/*新添加*/
.menk.input-group-sm .form-control input {
  font-size: 0.85rem;
  /*line-height: 1.5;*/
}
/* Form Control End */

/* Form Begin */

/*2027*/
.menk-form .form-group {
  float: left;
  height: 100%;
  margin-right: 1rem;
  margin-bottom: 0;
}

/*新添加*/
.menk-form .form-group label {
  height: 100%;
}

/*新添加*/
.form-control input,
.form-control textarea,
.form-control select {
  resize: none;
  border: 0;
  outline: none;
}

/*新添加*/
.form-control select option {
  height: 100%;
  -webkit-display: inline-table;
}

/*2036*/
.menk-form .form-check {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0;
}

/*2042*/
.menk-form .form-check + .form-check {
  margin-top: 0;
}

/*2051*/
.menk-form .form-check-label {
  font-weight: normal;
  margin-right: 0;
  padding-left: 0;
  white-space: nowrap;
}

/*无坐标*/
/*.menk-form .radio input[type='radio'],
.menk-form .radio-inline input[type='radio'],
.menk-form .checkbox input[type='checkbox'],
.menk-form .checkbox-inline input[type='checkbox'] {
*/
.menk-form .form-check-input {
  margin-top: 0;
  margin-left: 0;
}

.menk-formd .btn {
  -webkit-border-radius: 0;
}

/*Form End*/

/* Button Begin */

/*.menk-btn {
  font-weight: normal;
  line-height: 1.5;
  display: table-cell;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: 0;
  background-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}*/

/*.menk-btn.disabled,
.menk-btn:disabled,
fieldset[disabled] .menk-btn {
  cursor: not-allowed;
  opacity: .65;
}*/

/*新添加*/
.menk-btn {
  display: inline-block;
}

/*新添加*/
button.menk-btn {
  width: 100%;
  height: 100%;
}

/*2242*/
.menk .btn {
  display: table-column;
}

/*2242*/
.menk .btn,
.menk.btn,
.menk.btn-group .btn,
.menk.dropdown .btn {
  font-size: 1.125rem;
  padding: 1rem 0.5rem;
}

/*2242*/
a.btn, a.menk.btn {
  float: left;
}

/*新添加*/
.menk a.btn:focus,
.menk a.btn:hover,
.menk-vtcl a.btn:focus,
.menk-vtcl a.btn:hover {
  text-decoration: none;
}

/*2834*/
.menk.btn-link:focus,/*2834*/
.menk.btn-link:hover {
  text-decoration: overline;
}

/*2845*/
.menk .btn-lg,
.menk.btn-lg,
.menk.btn-group-lg > .btn {
  font-size: 1.25rem;
  /*line-height: 1.333333;*/
  padding: 1.5rem 0.75rem;
  border-radius: 0.3rem;
}

/*2845重新修改*/
.menk.btn-group .menk-btn .btn-lg.btn {
  padding: 1.5rem 0.75rem;
}

/*2851*/
.menk .btn-sm,
.menk.btn-sm,
.menk.btn-group-sm > .btn {
  font-size: .85rem;
  /*line-height: 1.5;*/
  padding: 0.5rem 0.25rem;
  border-radius: 0.2rem;
}

/*2851重新修改*/
.menk.btn-group .menk-btn .btn-sm.btn {
  padding: 0.5rem 0.25rem;
}

/*2857*/
.menk.btn-block {
  width: auto;
  height: 100%;
}

/*2866*/
input[type='submit'].menk.btn-block,
input[type='reset'].menk.btn-block,
input[type='button'].menk.btn-block {
  width: auto;
  height: 100%;
}

/* Collapse Begin */

/*新添加*/
.menk.collapse,
.menk.collapsing {
  float: left;
  height: 100%;
}

/*2891*/
.menk.collapsing {
  width: 0;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}

/* Collapse End */

/* Dropdowns Begin */

/*2906*/
.menk.dropup,
.menk.dropdown {
  display: inline-block;
  /*position: relative;*/
}

/*2911*/
.menk .dropdown-toggle::after {
  margin-left: 0;
  /*margin-right: 0.3em;*/
  /*margin-top: 0.3em;*/
  content: '';
  vertical-align: middle;
  border-top: .3em solid transparent;
  border-left: 0;
  border-bottom: .3em solid transparent;
  border-right: .3em solid;
}

/*2927*/
.menk.dropup .dropdown-toggle::after {
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/*2932*/
.menk .dropdown-menu {
  top: 0;
  left: 100%;
  min-width: 60px;
  min-height: 160px;
  margin: 0 0 0 2px;
  padding: 0 5px;
}

/*2953*/
.menk .dropdown-divider {
  overflow: hidden;
  width: 1px;
  height: 100%;
  margin: 0 .5rem;
  background-color: #e5e5e5;
}

/*2960*/
.menk .dropdown-item {
  height: 100%;
  padding: 20px 3px;
}

/*2973*/
.menk .dropdown-item:focus,
.menk .dropdown-item:hover {
  text-decoration: none;
}

/* Dropdowns End */

/*3006*/
.menk .dropdown-menu-right {
  right: 0;
  left: auto;
}

/*3011*/
.menk .dropdown-menu-left {
  right: auto;
  left: 0;
}

/*3016*/
.menk .dropdown-header {
  font-size: .85rem;
  line-height: 1.5;
  display: block;
  padding: 20px 3px;
  white-space: nowrap;
  color: #818a91;
}

/*3040*/
.menk.dropup .dropdown-menu,
.menk.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  margin-right: 2px;
  margin-bottom: 0;
}

/*无坐标*/
.menk label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}

/*3054*/
.menk.btn-group > .menk-btn {
  position: relative;
  float: left;
}

/*3072*/
.menk.btn-group .menk-btn + .menk-btn,
.menk.btn-group .btn + .btn,
.menk.btn-group .btn + .btn-group,
.menk.btn-group .btn-group + .btn,
.menk.btn-group .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/*3094*/
.menk.btn-toolbar > .btn,
.menk.btn-toolbar > .btn-group,
.menk.btn-toolbar > .input-group {
  margin-top: 5px;
  margin-left: 0;
}

/*3100*/
.menk.btn-group > .menk-btn:not(:first-child):not(:last-child) > .btn:not(.dropdown-toggle) {
  border-radius: 0;
}

/*3104*/
.menk .btn-group > .menk-btn:first-child {
  margin-top: -1px;
}

/*3108*/
/*3108重新修改*/
/*.menk.btn-group > .btn:first-child:not(:last-child) > .btn:not(.dropdown-toggle) {*/
.menk.btn-group > .menk-btn:first-child:not(:last-child) > .btn:not(.dropdown-toggle),
.menk.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*3113*/
/*3113重新修改*/
/*.menk.btn-group > .menk-btn:last-child:not(:first-child) > .btn,
.menk.btn-group > .menk-btn:not(:first-child) > .dropdown-toggle {*/
.menk.btn-group > .menk-btn:last-child:not(:first-child) > .btn,
.menk.btn-group > .menk-btn:not(:first-child) > .dropdown-toggle,
.menk.btn-group > .btn:last-child:not(:first-child),
.menk.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
}

/*3133*/
/*3133重新修改*/
.menk.btn-group > .btn-group:last-child:not(:first-child) > .menk-btn:first-child > .btn,
.menk.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: 0;
}

/*3240*/
.menk.input-group {
  width: auto;
  height: 100%;
  display: block;
}

/*3247*/
.menk .input-group .form-control {
  float: none;
  width: auto;
  height: 100%;
}

/*3271*/
.menk .input-group-addon,
.menk .input-group-btn {
  width: auto;
  height: 1%;
}

/*3278*/
.menk .input-group-addon {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.75rem 0.5rem;
  text-align: center;
  color: #55595c;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background-color: #eceeef;
}

/*3312*/
/*.menk .input-group .form-control:first-child,
.menk .input-group-addon:first-child {*/
.menk .input-group-btn:not(:last-child) > .menk-btn > .btn,
.menk.input-group .form-control:not(:last-child),
.menk .input-group-addon:not(:last-child),
.menk .input-group-btn:not(:last-child) > .btn,
.menk .input-group-btn:not(:last-child) > .btn-group > .btn,
.menk .input-group-btn:not(:last-child) > .dropdown-toggle,
.menk .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.menk .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn 
{
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*3323*/
/*.menk .input-group-addon:first-child {*/
.menk .input-group-addon:not(:last-child) {
  /*border-right: 1px solid #ccc;*/
  border-bottom: 0;
}

/*3327*/
/*.menk .input-group .form-control:last-child,
.menk .input-group-addon:last-child,
.menk .input-group-btn:last-child > .btn,
.menk .input-group-btn:last-child > .btn-group > .btn,
.menk .input-group-btn:last-child > .dropdown-toggle,
.menk .input-group-btn:first-child > .btn:not(:first-child),
.menk .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {*/
.menk.input-group .form-control:not(:first-child),
.menk .input-group-addon:not(:first-child),
.menk .input-group-btn:not(:first-child) > .btn,
.menk .input-group-btn:not(:first-child) > .btn-group > .btn,
.menk .input-group-btn:not(:first-child) > .dropdown-toggle,
.menk .input-group-btn:not(:last-child) > .btn:not(:first-child),
.menk .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
/*  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
/*
.menk.input-group .form-control:last-child,
.menk.input-group-addon:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}*/

/*3360*/
/*.menk .input-group-btn:first-child > .btn,
.menk .input-group-btn:first-child > .btn-group {*/
.menk .input-group-btn:not(:last-child) > .menk-btn,
.menk .input-group-btn:not(:last-child) > .menk-btn > .btn,
/*.input-group-btn:not(:last-child) > .btn-group,*/
.menk .input-group-btn:not(:last-child) > .btn,
.menk .input-group-btn:not(:last-child) > .btn-group {
  margin-right: 0;
  margin-bottom: -1px;
}

/*3365*/
/*.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {*/
.menk .input-group-btn:not(:first-child) > .btn,
.menk .input-group-btn:not(:first-child) > .btn-group {
  margin-left: 0;
  margin-top: -1px;
}

/*无坐标*/
.menk .input-group-addon:last-child,
.menk .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top: 0;
  border-left: 1px solid #ccc;
}

/* NavTabs Begin */

/*3576*/
.menk.nav {
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

/*3586*/
.menk .nav-link:focus,
.menk .nav-link:hover {
  text-decoration: none;
}

/*3609*/
.menk.nav-tabs {
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 0;
}

/*3619*/
.menk.nav-tabs .nav-item {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
}

/*3624*/
.menk.nav-tabs .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

/*3628*/
.menk.nav-tabs .nav-link {
  padding: 1em 0.5em;
  border-radius: 0.25rem 0 0 0.25rem;
}

/*3636*/
.menk.nav-tabs .nav-link:focus,
.menk.nav-tabs .nav-link:hover {
  border-color: #eceeef #ddd #eceeef #eceeef;
}

/*3646*/
.menk.nav-tabs .nav-link.active,
.menk.nav-tabs .nav-link.active:focus,
.menk.nav-tabs .nav-link.active:hover,
.menk.nav-tabs .nav-item.open .nav-link,
.menk.nav-tabs .nav-item.open .nav-link:focus,
.menk.nav-tabs .nav-item.open .nav-link:hover {
  border-color: #ddd transparent #ddd #ddd;
}

/*3655*/
.menk.nav-tabs .dropdown-menu {
  margin-top: 0;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

/*新添加*/
.menk .tab-content {
  float: left;
}

/*3671*/
.menk.nav-pills .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

/*3675*/
.menk.nav-pills .nav-link {
  display: block;
  padding: 1em 0.5em;
  border-radius: 0.25rem;
}

/* NavTabs End */

/* Navbar Begin */

/*无坐标*/
.menk .navbar-nav {
  /*display: -webkit-flex;*/
/*  display: -moz-flex;
  display: -ms-flex;
  display: flex;*/
}

/*3815*/
.menk .navbar-nav .nav-item {
  font-size: 1.125rem;
}

/*新添加*/
.menk .navbar-brand.menk-bnr {
  width: 100%;
}

/* Navbar End */

/*3905*/
@media (max-width: 543px) {
  .menk .navbar-toggleable-xs .navbar-nav .nav-item {
    float: left;
    margin-left: auto;
	margin-top:0;
    white-space: nowrap;
    min-height: 100px;
  }
}
@media (max-width:767px) {
  .menk .navbar-toggleable-sm .navbar-nav .nav-item {
    float: left;
    margin-left: auto;
	margin-top:0;
    white-space: nowrap;
    min-height: 250px;
  }
}

/*3956*/
.menk .card {
  margin-right: 0.75rem;
  margin-bottom: 0;
}

/* Breadcrumb Begin */

/*4259*/
.menk.breadcrumb {
  margin-right: 1rem;
  margin-bottom: 0;
 /* padding: 1rem 0.75rem;*/
}

/*4273*/
.menk. breadcrumb-item {
  display: inline-block;
}

/*4277*/
.menk .breadcrumb-item + .breadcrumb-item::before {
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
}

/* Breadcrumb End */

/* Pager Begin */

/*4297*/
.menk.pagination {
  margin-top: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-left: 0;
}

/*4309*/
.menk .page-item:first-child .page-link {
  margin-top: 0;
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

/*4315*/
.menk .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/*4336*/
.menk .page-link {
  margin-top: -1px;
  margin-left: 0;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
}

/*4353*/
.menk.pagination-lg .page-link {
  font-size: 1.25rem;
  /*line-height: 1.333333;*/
  padding: 1.5rem 0.75rem;
}

/*4358*/
.menk.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
}

/*4363*/
.menk.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/*4368*/
.menk.pagination-sm .page-link {
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 0.75rem 0.275rem;
}

/*4373*/
.menk.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0;
}

/*4378*/
.menk.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/*无坐标*/
.menk.pager {
  margin-top: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-left: 0;
}

/*无坐标*/
.menk.pager li > a,
.menk.pager li > span {
  padding: 14px 5px;
}

/* Pager End */

/*Label*/

/*4383*/
.menk.tag, .menk .tag {
  padding: .4em 0.25em;
}

/*4411*/
.menk.tag-pill,
.menk .tag-pill {
  padding-top: 0.6em;
  padding-right: 0;
  padding-bottom: 0.6em;
  padding-left: 0;
}

/*Label End*/

/* Alerts Begin */

/*4488*/
.menk.alert {
  height: 100%;
}

/*4503*/
.menk.alert-dismissible {
  padding-right: 15px;
  padding-bottom: 35px;
}

/*4507*/
.menk.alert-dismissible .close {
  position: relative;
  top: auto;
  right: auto;
  bottom: -21px;
  left: auto;
  color: inherit;
}

/* Alerts End */

/* List Group Begin */

/*4844*/
.menk.list-group {
  height: 100%;
  margin-right: 0;
  padding-top: 0;
}

/*4849*/
.menk .list-group-item {
  height: 100%;
  margin-right: -.0625rem;
  margin-bottom: 0;
  padding: 1.25rem 0.75rem;
  border: 1px solid #ddd;
}

/*4849*/
.menk.menk-btn .list-group-item {
  display: table-cell;
  padding: 1.25rem .75rem;
  text-align: left;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #ddd;
}

/*4849*/
.menk.list-group .menk-btn {
  margin-right: -1px;
}

.menk.list-group .menk-btn:not(:first-child):not(:last-child) > .list-group-item {
  border-radius: 0;
}

/*4858*/

.menk.list-group .menk-btn:not(:last-child) > .list-group-item,
.menk .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}

/*4863*/

.menk.list-group .menk-btn:not(:first-child) > .list-group-item,
.menk .list-group-item:last-child {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/*无坐标*/
.menk.list-group .menk-btn {
  padding: 0;
  /*float: left;*/
  height: 100%;
  display: table;
  /*display: inline-table;*/
}

/*无坐标*/
.menk.menk-btn .list-group-item:focus,
div.list-group-item:focus,
div.list-group-item:hover {
  text-decoration: none;
  color: #555;
  outline: none;
  background-color: #f5f5f5;
}

/* List Group End */

/* Modal Begin */

/*5126*/
.modal-open .menk.modal {
  overflow: auto;
}

/*5139*/
.menk.modal.fade .modal-dialog {
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -o-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}

/*5151*/
.menk.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*5169*/
.menk .modal-content {
  width: 100%;
}

/*5197*/
.menk .modal-header {
  border-right: 1px solid #e5e5e5;
  border-bottom: 0;
}

/*5217*/
.menk .modal-body {
  text-align: justify;
  -webkit-text-align-last: justify;
  text-align-last: left;
  word-break: keep-all;
}

/*5222*/
.menk .modal-footer {
  border-top: 0;
  border-left: 1px solid #e5e5e5;
}

/*无坐标*/
.menk .modal-footer .btn + .btn {
  margin-top: 5px;
  margin-left: 0;
}

/*无坐标*/
.menk .modal-footer .btn {
  -webkit-border-radius: 0;
}

/*新添加*/
.menk.modal .form-control input,
.menk.modal .form-control textarea {
  height: 100%;
  resize: none;
  border: 0;
  outline: none;
}

/*新添加*/
@media (min-width:34em) {
  .menk .modal-dialog {
  width: auto;
  margin: auto 30px;
  }
}

/*新添加*/
@media (min-height:34em) {
  .modal-dialog {
  height: 600px;
  margin: auto 30px;
  }
  .modal-sm {
  height: 300px;
  }
}

/*新添加*/
@media (min-height:48em) {
  .modal-lg {
  height: 900px;
  }
}

/* Modal End */

/* Tooltip Begin */

/*5337*/
/*.menk.tooltip .tooltip-inner {*/
.menk .tooltip-inner {
  font-size: 1.125rem;
  max-height: 200px;
  padding: 8px 3px;
  text-align: justify;
  -webkit-text-align-last: justify;
  text-align-last: left;
  word-break: keep-all;
}

/* Tooltip End */

/* Popover Begin */

/*5354*/
.menk.popover {
  max-height: 276px;
}

/*5465*/
.menk.popover .popover-title {
  font-size: 1.125rem;
  padding: 14px 8px;
  text-align: justify;
  -webkit-text-align-last: justify;
  text-align-last: left;
  word-break: keep-all;
  border-right: 1px solid #ebebeb;
  border-bottom: 0;
  border-radius: -.7rem 0 0 -.7rem;
}

/*5478*/
.menk.popover .popover-content {
  font-size: 1.125rem;
  padding: 14px 9px;
  text-align: justify;
  -webkit-text-align-last: justify;
  text-align-last: left;
  word-break: keep-all;
}

/* Popover End */

/* Upload file Begin */

.btn-file {
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  text-align: right;
  opacity: 0;
  background: none;
}

.file-caption-main {
  overflow: hidden;
  height: 100%;
  padding: .75rem 0;
}

.file-caption-name {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  border: 0;
  background-color: #fff;
}

/* Upload file End */


tag.menk {
  display: inline-block;
  margin-right: .5rem;
}
/*
.menk.input-group-sm > .input-group-addon,
.menk.input-group-sm .form-control {
  padding: 0.5rem 0.25rem;
}*/

/*.menk.dropdown .btn {
  float: left;
}*/

/* Button End */

/* Button Group Begin */

/*.menk.btn-group > .btn + .dropdown-toggle {
  width: 100%;
  
}*/
/*padding: 8px .375rem;*/


/* Button group dropdown End* /

/* Input Begin */



/*.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}*/

/*蒙古文下拉菜单*/
.mgl-dropdown.dropup .dropdown-toggle::after,
.menk.dropup .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.mgl-dropdown.dropup .dropdown-menu,
.menk.dropup .dropdown-menu,
.menk.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  margin-right: 2px;
  margin-bottom: 0;
}

.mgl-dropdown {
  position: relative;
  display: inline-block;
  line-height: 1;
  height: 100%;
}

.mgl-dropdown .dropdown-menu {
  font-size: 1.125rem;
}

.mgl-dropdown .dropdown-item.over {
  background: #f5f5f5;
}

.dropdown-select .dropdown-toggle {
  height: 100%;
  font-size: 1.125rem;
  cursor: pointer;
}

.mgl-dropdown .dropdown-toggle::after {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  font-size: 1.125rem;
  float: right;
}

.mgl-dropdown.open .dropdown-toggle::after {
  border-left: 0.3em solid;
  border-right: 0;
}

.mgl-dropdown.dropup.open .dropdown-toggle::after {
  border-right: 0.3em solid;
  border-left: 0;
}

/*蒙古文下拉菜单 End*/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: '\2a';
}

.glyphicon-plus:before {
  content: '\2b';
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: '\20ac';
}

.glyphicon-minus:before {
  content: '\2212';
}

.glyphicon-cloud:before {
  content: '\2601';
}

.glyphicon-envelope:before {
  content: '\2709';
}

.glyphicon-pencil:before {
  content: '\270f';
}

.glyphicon-glass:before {
  content: '\e001';
}

.glyphicon-music:before {
  content: '\e002';
}

.glyphicon-search:before {
  content: '\e003';
}

.glyphicon-heart:before {
  content: '\e005';
}

.glyphicon-star:before {
  content: '\e006';
}

.glyphicon-star-empty:before {
  content: '\e007';
}

.glyphicon-user:before {
  content: '\e008';
}

.glyphicon-film:before {
  content: '\e009';
}

.glyphicon-th-large:before {
  content: '\e010';
}

.glyphicon-th:before {
  content: '\e011';
}

.glyphicon-th-list:before {
  content: '\e012';
}

.glyphicon-ok:before {
  content: '\e013';
}

.glyphicon-remove:before {
  content: '\e014';
}

.glyphicon-zoom-in:before {
  content: '\e015';
}

.glyphicon-zoom-out:before {
  content: '\e016';
}

.glyphicon-off:before {
  content: '\e017';
}

.glyphicon-signal:before {
  content: '\e018';
}

.glyphicon-cog:before {
  content: '\e019';
}

.glyphicon-trash:before {
  content: '\e020';
}

.glyphicon-home:before {
  content: '\e021';
}

.glyphicon-file:before {
  content: '\e022';
}

.glyphicon-time:before {
  content: '\e023';
}

.glyphicon-road:before {
  content: '\e024';
}

.glyphicon-download-alt:before {
  content: '\e025';
}

.glyphicon-download:before {
  content: '\e026';
}

.glyphicon-upload:before {
  content: '\e027';
}

.glyphicon-inbox:before {
  content: '\e028';
}

.glyphicon-play-circle:before {
  content: '\e029';
}

.glyphicon-repeat:before {
  content: '\e030';
}

.glyphicon-refresh:before {
  content: '\e031';
}

.glyphicon-list-alt:before {
  content: '\e032';
}

.glyphicon-lock:before {
  content: '\e033';
}

.glyphicon-flag:before {
  content: '\e034';
}

.glyphicon-headphones:before {
  content: '\e035';
}

.glyphicon-volume-off:before {
  content: '\e036';
}

.glyphicon-volume-down:before {
  content: '\e037';
}

.glyphicon-volume-up:before {
  content: '\e038';
}

.glyphicon-qrcode:before {
  content: '\e039';
}

.glyphicon-barcode:before {
  content: '\e040';
}

.glyphicon-tag:before {
  content: '\e041';
}

.glyphicon-tags:before {
  content: '\e042';
}

.glyphicon-book:before {
  content: '\e043';
}

.glyphicon-bookmark:before {
  content: '\e044';
}

.glyphicon-print:before {
  content: '\e045';
}

.glyphicon-camera:before {
  content: '\e046';
}

.glyphicon-font:before {
  content: '\e047';
}

.glyphicon-bold:before {
  content: '\e048';
}

.glyphicon-italic:before {
  content: '\e049';
}

.glyphicon-text-height:before {
  content: '\e050';
}

.glyphicon-text-width:before {
  content: '\e051';
}

.glyphicon-align-left:before {
  content: '\e052';
}

.glyphicon-align-center:before {
  content: '\e053';
}

.glyphicon-align-right:before {
  content: '\e054';
}

.glyphicon-align-justify:before {
  content: '\e055';
}

.glyphicon-list:before {
  content: '\e056';
}

.glyphicon-indent-left:before {
  content: '\e057';
}

.glyphicon-indent-right:before {
  content: '\e058';
}

.glyphicon-facetime-video:before {
  content: '\e059';
}

.glyphicon-picture:before {
  content: '\e060';
}

.glyphicon-map-marker:before {
  content: '\e062';
}

.glyphicon-adjust:before {
  content: '\e063';
}

.glyphicon-tint:before {
  content: '\e064';
}

.glyphicon-edit:before {
  content: '\e065';
}

.glyphicon-share:before {
  content: '\e066';
}

.glyphicon-check:before {
  content: '\e067';
}

.glyphicon-move:before {
  content: '\e068';
}

.glyphicon-step-backward:before {
  content: '\e069';
}

.glyphicon-fast-backward:before {
  content: '\e070';
}

.glyphicon-backward:before {
  content: '\e071';
}

.glyphicon-play:before {
  content: '\e072';
}

.glyphicon-pause:before {
  content: '\e073';
}

.glyphicon-stop:before {
  content: '\e074';
}

.glyphicon-forward:before {
  content: '\e075';
}

.glyphicon-fast-forward:before {
  content: '\e076';
}

.glyphicon-step-forward:before {
  content: '\e077';
}

.glyphicon-eject:before {
  content: '\e078';
}

.glyphicon-chevron-left:before {
  content: '\e079';
}

.glyphicon-chevron-right:before {
  content: '\e080';
}

.glyphicon-plus-sign:before {
  content: '\e081';
}

.glyphicon-minus-sign:before {
  content: '\e082';
}

.glyphicon-remove-sign:before {
  content: '\e083';
}

.glyphicon-ok-sign:before {
  content: '\e084';
}

.glyphicon-question-sign:before {
  content: '\e085';
}

.glyphicon-info-sign:before {
  content: '\e086';
}

.glyphicon-screenshot:before {
  content: '\e087';
}

.glyphicon-remove-circle:before {
  content: '\e088';
}

.glyphicon-ok-circle:before {
  content: '\e089';
}

.glyphicon-ban-circle:before {
  content: '\e090';
}

.glyphicon-arrow-left:before {
  content: '\e091';
}

.glyphicon-arrow-right:before {
  content: '\e092';
}

.glyphicon-arrow-up:before {
  content: '\e093';
}

.glyphicon-arrow-down:before {
  content: '\e094';
}

.glyphicon-share-alt:before {
  content: '\e095';
}

.glyphicon-resize-full:before {
  content: '\e096';
}

.glyphicon-resize-small:before {
  content: '\e097';
}

.glyphicon-exclamation-sign:before {
  content: '\e101';
}

.glyphicon-gift:before {
  content: '\e102';
}

.glyphicon-leaf:before {
  content: '\e103';
}

.glyphicon-fire:before {
  content: '\e104';
}

.glyphicon-eye-open:before {
  content: '\e105';
}

.glyphicon-eye-close:before {
  content: '\e106';
}

.glyphicon-warning-sign:before {
  content: '\e107';
}

.glyphicon-plane:before {
  content: '\e108';
}

.glyphicon-calendar:before {
  content: '\e109';
}

.glyphicon-random:before {
  content: '\e110';
}

.glyphicon-comment:before {
  content: '\e111';
}

.glyphicon-magnet:before {
  content: '\e112';
}

.glyphicon-chevron-up:before {
  content: '\e113';
}

.glyphicon-chevron-down:before {
  content: '\e114';
}

.glyphicon-retweet:before {
  content: '\e115';
}

.glyphicon-shopping-cart:before {
  content: '\e116';
}

.glyphicon-folder-close:before {
  content: '\e117';
}

.glyphicon-folder-open:before {
  content: '\e118';
}

.glyphicon-resize-vertical:before {
  content: '\e119';
}

.glyphicon-resize-horizontal:before {
  content: '\e120';
}

.glyphicon-hdd:before {
  content: '\e121';
}

.glyphicon-bullhorn:before {
  content: '\e122';
}

.glyphicon-bell:before {
  content: '\e123';
}

.glyphicon-certificate:before {
  content: '\e124';
}

.glyphicon-thumbs-up:before {
  content: '\e125';
}

.glyphicon-thumbs-down:before {
  content: '\e126';
}

.glyphicon-hand-right:before {
  content: '\e127';
}

.glyphicon-hand-left:before {
  content: '\e128';
}

.glyphicon-hand-up:before {
  content: '\e129';
}

.glyphicon-hand-down:before {
  content: '\e130';
}

.glyphicon-circle-arrow-right:before {
  content: '\e131';
}

.glyphicon-circle-arrow-left:before {
  content: '\e132';
}

.glyphicon-circle-arrow-up:before {
  content: '\e133';
}

.glyphicon-circle-arrow-down:before {
  content: '\e134';
}

.glyphicon-globe:before {
  content: '\e135';
}

.glyphicon-wrench:before {
  content: '\e136';
}

.glyphicon-tasks:before {
  content: '\e137';
}

.glyphicon-filter:before {
  content: '\e138';
}

.glyphicon-briefcase:before {
  content: '\e139';
}

.glyphicon-fullscreen:before {
  content: '\e140';
}

.glyphicon-dashboard:before {
  content: '\e141';
}

.glyphicon-paperclip:before {
  content: '\e142';
}

.glyphicon-heart-empty:before {
  content: '\e143';
}

.glyphicon-link:before {
  content: '\e144';
}

.glyphicon-phone:before {
  content: '\e145';
}

.glyphicon-pushpin:before {
  content: '\e146';
}

.glyphicon-usd:before {
  content: '\e148';
}

.glyphicon-gbp:before {
  content: '\e149';
}

.glyphicon-sort:before {
  content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}

.glyphicon-sort-by-order:before {
  content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}

.glyphicon-sort-by-attributes:before {
  content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}

.glyphicon-unchecked:before {
  content: '\e157';
}

.glyphicon-expand:before {
  content: '\e158';
}

.glyphicon-collapse-down:before {
  content: '\e159';
}

.glyphicon-collapse-up:before {
  content: '\e160';
}

.glyphicon-log-in:before {
  content: '\e161';
}

.glyphicon-flash:before {
  content: '\e162';
}

.glyphicon-log-out:before {
  content: '\e163';
}

.glyphicon-new-window:before {
  content: '\e164';
}

.glyphicon-record:before {
  content: '\e165';
}

.glyphicon-save:before {
  content: '\e166';
}

.glyphicon-open:before {
  content: '\e167';
}

.glyphicon-saved:before {
  content: '\e168';
}

.glyphicon-import:before {
  content: '\e169';
}

.glyphicon-export:before {
  content: '\e170';
}

.glyphicon-send:before {
  content: '\e171';
}

.glyphicon-floppy-disk:before {
  content: '\e172';
}

.glyphicon-floppy-saved:before {
  content: '\e173';
}

.glyphicon-floppy-remove:before {
  content: '\e174';
}

.glyphicon-floppy-save:before {
  content: '\e175';
}

.glyphicon-floppy-open:before {
  content: '\e176';
}

.glyphicon-credit-card:before {
  content: '\e177';
}

.glyphicon-transfer:before {
  content: '\e178';
}

.glyphicon-cutlery:before {
  content: '\e179';
}

.glyphicon-header:before {
  content: '\e180';
}

.glyphicon-compressed:before {
  content: '\e181';
}

.glyphicon-earphone:before {
  content: '\e182';
}

.glyphicon-phone-alt:before {
  content: '\e183';
}

.glyphicon-tower:before {
  content: '\e184';
}

.glyphicon-stats:before {
  content: '\e185';
}

.glyphicon-sd-video:before {
  content: '\e186';
}

.glyphicon-hd-video:before {
  content: '\e187';
}

.glyphicon-subtitles:before {
  content: '\e188';
}

.glyphicon-sound-stereo:before {
  content: '\e189';
}

.glyphicon-sound-dolby:before {
  content: '\e190';
}

.glyphicon-sound-5-1:before {
  content: '\e191';
}

.glyphicon-sound-6-1:before {
  content: '\e192';
}

.glyphicon-sound-7-1:before {
  content: '\e193';
}

.glyphicon-copyright-mark:before {
  content: '\e194';
}

.glyphicon-registration-mark:before {
  content: '\e195';
}

.glyphicon-cloud-download:before {
  content: '\e197';
}

.glyphicon-cloud-upload:before {
  content: '\e198';
}

.glyphicon-tree-conifer:before {
  content: '\e199';
}

.glyphicon-tree-deciduous:before {
  content: '\e200';
}

.glyphicon-cd:before {
  content: '\e201';
}

.glyphicon-save-file:before {
  content: '\e202';
}

.glyphicon-open-file:before {
  content: '\e203';
}

.glyphicon-level-up:before {
  content: '\e204';
}

.glyphicon-copy:before {
  content: '\e205';
}

.glyphicon-paste:before {
  content: '\e206';
}

.glyphicon-alert:before {
  content: '\e209';
}

.glyphicon-equalizer:before {
  content: '\e210';
}

.glyphicon-king:before {
  content: '\e211';
}

.glyphicon-queen:before {
  content: '\e212';
}

.glyphicon-pawn:before {
  content: '\e213';
}

.glyphicon-bishop:before {
  content: '\e214';
}

.glyphicon-knight:before {
  content: '\e215';
}

.glyphicon-baby-formula:before {
  content: '\e216';
}

.glyphicon-tent:before {
  content: '\26fa';
}

.glyphicon-blackboard:before {
  content: '\e218';
}

.glyphicon-bed:before {
  content: '\e219';
}

.glyphicon-apple:before {
  content: '\f8ff';
}

.glyphicon-erase:before {
  content: '\e221';
}

.glyphicon-hourglass:before {
  content: '\231b';
}

.glyphicon-lamp:before {
  content: '\e223';
}

.glyphicon-duplicate:before {
  content: '\e224';
}

.glyphicon-piggy-bank:before {
  content: '\e225';
}

.glyphicon-scissors:before {
  content: '\e226';
}

.glyphicon-bitcoin:before {
  content: '\e227';
}

.glyphicon-btc:before {
  content: '\e227';
}

.glyphicon-xbt:before {
  content: '\e227';
}

.glyphicon-yen:before {
  content: '\00a5';
}

.glyphicon-jpy:before {
  content: '\00a5';
}

.glyphicon-ruble:before {
  content: '\20bd';
}

.glyphicon-rub:before {
  content: '\20bd';
}

.glyphicon-scale:before {
  content: '\e230';
}

.glyphicon-ice-lolly:before {
  content: '\e231';
}

.glyphicon-ice-lolly-tasted:before {
  content: '\e232';
}

.glyphicon-education:before {
  content: '\e233';
}

.glyphicon-option-horizontal:before {
  content: '\e234';
}

.glyphicon-option-vertical:before {
  content: '\e235';
}

.glyphicon-menu-hamburger:before {
  content: '\e236';
}

.glyphicon-modal-window:before {
  content: '\e237';
}

.glyphicon-oil:before {
  content: '\e238';
}

.glyphicon-grain:before {
  content: '\e239';
}

.glyphicon-sunglasses:before {
  content: '\e240';
}

.glyphicon-text-size:before {
  content: '\e241';
}

.glyphicon-text-color:before {
  content: '\e242';
}

.glyphicon-text-background:before {
  content: '\e243';
}

.glyphicon-object-align-top:before {
  content: '\e244';
}

.glyphicon-object-align-bottom:before {
  content: '\e245';
}

.glyphicon-object-align-horizontal:before {
  content: '\e246';
}

.glyphicon-object-align-left:before {
  content: '\e247';
}

.glyphicon-object-align-vertical:before {
  content: '\e248';
}

.glyphicon-object-align-right:before {
  content: '\e249';
}

.glyphicon-triangle-right:before {
  content: '\e250';
}

.glyphicon-triangle-left:before {
  content: '\e251';
}

.glyphicon-triangle-bottom:before {
  content: '\e252';
}

.glyphicon-triangle-top:before {
  content: '\e253';
}

.glyphicon-console:before {
  content: '\e254';
}

.glyphicon-superscript:before {
  content: '\e255';
}

.glyphicon-subscript:before {
  content: '\e256';
}

.glyphicon-menu-left:before {
  content: '\e257';
}

.glyphicon-menu-right:before {
  content: '\e258';
}

.glyphicon-menu-down:before {
  content: '\e259';
}

.glyphicon-menu-up:before {
  content: '\e260';
}