@charset "UTF-8";
/* basic set */
/* ==================== 基本設定 ==================== */
/* html 最小的寬度 */
/* html 預設的背景顏色 */
/* 側邊欄位的寬度 */
/* Header 的高度 */
/* Nav 的高度 */
/* 物件距離 */
/* 預設字型 */
/* 子字型 */
/* l-content 第一層物件的距離 */
/* ==================== 顏色設定 ==================== */
/* 企業識別主色 */
/* 企業識別次色 */
/* 企業識別替補色 */
/* 文字主要顏色 */
/* 文字子顏色 */
/* 文字說明顏色 */
/* 主要邊框顏色 */
/* 次要邊框顏色 */
/* Placeholder 顏色 */
/* Focus 顏色 */
/* footer bg 顏色 */
/* link 顏色 */
/* pagination 顏色 */
/* 最重要顏色 */
/* 訊息顏色 */
/* 警告顏色 */
/* 反白顏色 */
/* 已失效顏色 */
/* Map ICON 顏色  */
/* App Icon 顏色 */
/* 顏色 */
/* 自訂顏色 */
/* ==================== font size ==================== */
/* ==================== margin & padding ==================== */
/* ==================== border type ==================== */
/* ==================== 動態時間設定 ==================== */
/* ==================== 物件圓角設定 ==================== */
/* Module 圓角 */
/* 表單物件圓角 */
/* background-vertical-gradient */
/* background-horizontal-gradient */
/* transition */
/* placeholder text */
/* text-size-adjust */
/* display */
/* touch-action */
/* appearance  */
/* disabled */
/* button default */
/* border */
/* browsers */
/* RWD */
.m-section {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-section.is-tools-bg .m-section-tools > ul {
  padding: 5px 15px;
  font-size: 15px;
  color: #064;
  background: #fcfff8;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.m-section-hd {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-section-hd > * {
  line-height: 1.4;
}

.m-section-tools {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-section-tools > ul {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-section-bd > ul:first-child {
  margin-top: 0 !important;
}
.m-section-bd > ul.is-full {
  margin-right: 0;
  margin-left: 0;
}
.m-section-bd > ul.is-full .m-section-sub {
  margin-right: 0;
  margin-left: 0;
}
.m-section-bd > ul > li:first-child {
  margin-top: 0 !important;
}
.m-section-bd > ul > li > *:first-child {
  margin-top: 0 !important;
}
.m-section-bd p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.m-section-bd p:last-child {
  margin-bottom: 0;
}

.m-section-sub {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-section-sub:before {
  content: "";
  top: 0;
  left: 7px;
  width: 4px;
  height: 100%;
  background: #064;
  position: absolute;
}
.m-section-sub.b-h3 {
  line-height: 1.4;
}
.m-section-sub > em {
  color: #2A2A2A;
}

.m-section-ft > *:first-child {
  margin-top: 0 !important;
}

@media \0screen {
  .m-section-tools {
    padding-left: 15px;
  }

  .m-section-sub {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .m-section-bd > ul {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-section-bd > ul > li {
    margin-top: 30px;
  }
  .m-section-bd > ul > li > * {
    margin-top: 10px;
  }

  .m-section-ft {
    margin-top: 20px;
  }
  .m-section-ft > * {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .m-section-tools {
    padding-left: 15px;
  }

  .m-section-sub {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .m-section-bd > ul {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-section-bd > ul > li {
    margin-top: 30px;
  }
  .m-section-bd > ul > li > * {
    margin-top: 10px;
  }

  .m-section-ft {
    margin-top: 20px;
  }
  .m-section-ft > * {
    margin-top: 20px;
  }
}
@media \0screen {
  .m-section-hd {
    margin-bottom: 15px;
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-section-hd > .b-h3 {
    /*width       : 1%;*/
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-section-hd > .b-h3 > * {
    display: table-cell;
    vertical-align: top;
    float: none !important;
  }
  .m-section-hd > .b-h3 > *.m-icon-stack, .m-section-hd > .b-h3 > *.m-icon, .m-section-hd > .b-h3 > *.fa {
    top: 1px;
    padding-right: 5px;
  }

  .m-section-tools {
    width: 100%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-section-tools > ul > li {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .m-section-tools > ul > li:first-child {
    margin-left: 0;
  }

  .m-section-sub {
    margin-bottom: 8px;
  }
  .m-section-sub > em {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-section-hd {
    margin-bottom: 15px;
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-section-hd > .b-h3 {
    /*width       : 1%;*/
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-section-hd > .b-h3 > * {
    display: table-cell;
    vertical-align: top;
    float: none !important;
  }
  .m-section-hd > .b-h3 > *.m-icon-stack, .m-section-hd > .b-h3 > *.m-icon, .m-section-hd > .b-h3 > *.fa {
    top: 1px;
    padding-right: 5px;
  }

  .m-section-tools {
    width: 100%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-section-tools > ul > li {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .m-section-tools > ul > li:first-child {
    margin-left: 0;
  }

  .m-section-sub {
    margin-bottom: 8px;
  }
  .m-section-sub > em {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-section-tools {
    padding-left: 10px;
  }

  .m-section-bd > ul {
    margin-top: 20px;
    margin-right: 28px;
    margin-left: 28px;
  }
  .m-section-bd > ul > li {
    margin-top: 20px;
  }
  .m-section-bd > ul > li > * {
    margin-top: 8px;
  }

  .m-section-sub {
    margin-right: -28px;
    margin-left: -28px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .m-section-sub > em {
    font-size: 14px;
  }

  .m-section-ft {
    margin-top: 15px;
  }
  .m-section-ft > * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-section-hd {
    margin-bottom: 10px;
  }
  .m-section-hd > .b-h3 {
    margin-bottom: 5px;
  }

  .m-section-tools {
    font-size: 12px;
  }
  .m-section-tools > ul {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-section-tools > ul > li {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }

  .m-section-sub {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 5px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .m-section-sub > em {
    font-size: 13px;
    display: block;
  }

  .m-section-bd > ul {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .m-section-bd > ul > li {
    margin-top: 10px;
  }
  .m-section-bd > ul > li > * {
    margin-top: 5px;
  }

  .m-section-ft {
    margin-top: 10px;
  }
  .m-section-ft > * {
    margin-top: 10px;
  }
}
.m-article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-article.is-icon .m-article-hd {
  padding-left: 0;
}
.m-article.is-icon .m-article-hd:before {
  display: none;
}
.m-article.is-icon .m-article-bd > ul.row {
  /*margin-right : 0 !important;
  margin-left  : 0 !important;*/
}

.m-article-hd {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-article-hd:before {
  content: "";
  top: 0;
  left: 7px;
  width: 4px;
  height: 100%;
  background: #064;
  position: absolute;
}
.m-article-hd > * {
  line-height: 1.4;
}

.m-article-tools {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-article-tools > ul {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-article-bd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-article-bd > ul {
  position: relative;
}
.m-article-bd > ul.is-full {
  margin-right: 0;
  margin-left: 0;
}
.m-article-bd > ul.is-full .m-article-sub {
  margin-right: 0;
  margin-left: 0;
}
.m-article-bd > ul:first-child {
  margin-top: 0 !important;
}
.m-article-bd > ul.row > li {
  margin-top: 0 !important;
}
.m-article-bd > ul > li:first-child {
  margin-top: 0 !important;
}
.m-article-bd > ul > li > *:first-child {
  margin-top: 0 !important;
}
.m-article-bd p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.m-article-bd p:last-child {
  margin-bottom: 0;
}
.m-article-bd mark, .m-article-bd .b-mark {
  display: block;
}

.m-article-sub {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-article-sub:before {
  content: "";
  top: 0;
  left: 7px;
  width: 4px;
  height: 100%;
  background: #064;
  position: absolute;
}
.m-article-sub.b-h3 {
  line-height: 1.4;
}

.m-article-ft {
  position: relative;
}
.m-article-ft > ul:first-child {
  margin-top: 0 !important;
}
.m-article-ft > ul.row {
  /*> li {
  	margin-top : 0 !important;
  }*/
}
.m-article-ft > ul > li:first-child {
  margin-top: 0 !important;
}
.m-article-ft > ul > li > *:first-child {
  margin-top: 0 !important;
}

@media \0screen {
  .m-article-hd {
    /*padding-right : 30px;*/
    padding-left: 30px;
  }
  .m-article-hd > .b-h3 > *.m-icon-stack, .m-article-hd > .b-h3 > *.m-icon, .m-article-hd > .b-h3 > *.fa, .m-article-hd .b-h4 > *.m-icon-stack, .m-article-hd .b-h4 > *.m-icon, .m-article-hd .b-h4 > *.fa {
    min-width: 30px;
  }

  .m-article-bd > ul {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-article-bd > ul.row {
    margin-right: 0;
    margin-left: 0;
  }
  .m-article-bd > ul.row:before {
    content: "";
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c4c4c4;
    position: absolute;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-article-bd > ul.row.is-full {
    margin-right: -30px;
    margin-left: -30px;
  }
  .m-article-bd > ul.row > li {
    padding: 0 30px;
  }
  .m-article-bd > ul > li {
    margin-top: 30px;
  }
  .m-article-bd > ul > li > * {
    margin-top: 10px;
  }

  .m-article-sub {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .m-article-ft {
    margin-top: 20px;
  }
  .m-article-ft > ul {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-article-ft > ul.row > li {
    padding: 0 30px;
  }
  .m-article-ft > ul > li {
    margin-top: 30px;
  }
  .m-article-ft > ul > li > * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .m-article-hd {
    /*padding-right : 30px;*/
    padding-left: 30px;
  }
  .m-article-hd > .b-h3 > *.m-icon-stack, .m-article-hd > .b-h3 > *.m-icon, .m-article-hd > .b-h3 > *.fa, .m-article-hd .b-h4 > *.m-icon-stack, .m-article-hd .b-h4 > *.m-icon, .m-article-hd .b-h4 > *.fa {
    min-width: 30px;
  }

  .m-article-bd > ul {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-article-bd > ul.row {
    margin-right: 0;
    margin-left: 0;
  }
  .m-article-bd > ul.row:before {
    content: "";
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c4c4c4;
    position: absolute;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-article-bd > ul.row.is-full {
    margin-right: -30px;
    margin-left: -30px;
  }
  .m-article-bd > ul.row > li {
    padding: 0 30px;
  }
  .m-article-bd > ul > li {
    margin-top: 30px;
  }
  .m-article-bd > ul > li > * {
    margin-top: 10px;
  }

  .m-article-sub {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .m-article-ft {
    margin-top: 20px;
  }
  .m-article-ft > ul {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-article-ft > ul.row > li {
    padding: 0 30px;
  }
  .m-article-ft > ul > li {
    margin-top: 30px;
  }
  .m-article-ft > ul > li > * {
    margin-top: 10px;
  }
}
@media \0screen {
  .m-article-hd {
    margin-bottom: 15px;
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-article-hd > .b-h3, .m-article-hd .b-h4 {
    /*width       : 1%;*/
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-article-hd > .b-h3 > *, .m-article-hd .b-h4 > * {
    display: table-cell;
    vertical-align: top;
    float: none !important;
  }
  .m-article-hd > .b-h3 > *.m-icon-stack, .m-article-hd > .b-h3 > *.m-icon, .m-article-hd > .b-h3 > *.fa, .m-article-hd .b-h4 > *.m-icon-stack, .m-article-hd .b-h4 > *.m-icon, .m-article-hd .b-h4 > *.fa {
    top: 1px;
    padding-right: 5px;
  }

  .m-article-tools {
    padding-left: 15px;
    width: 100%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-article-tools > ul > li {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .m-article-tools > ul > li:first-child {
    margin-left: 0;
  }

  .m-article-sub {
    margin-bottom: 8px;
  }

  .m-article-bd > ul.row:before {
    content: "";
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c4c4c4;
    position: absolute;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .m-article-hd {
    margin-bottom: 15px;
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-article-hd > .b-h3, .m-article-hd .b-h4 {
    /*width       : 1%;*/
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-article-hd > .b-h3 > *, .m-article-hd .b-h4 > * {
    display: table-cell;
    vertical-align: top;
    float: none !important;
  }
  .m-article-hd > .b-h3 > *.m-icon-stack, .m-article-hd > .b-h3 > *.m-icon, .m-article-hd > .b-h3 > *.fa, .m-article-hd .b-h4 > *.m-icon-stack, .m-article-hd .b-h4 > *.m-icon, .m-article-hd .b-h4 > *.fa {
    top: 1px;
    padding-right: 5px;
  }

  .m-article-tools {
    padding-left: 15px;
    width: 100%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-article-tools > ul > li {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .m-article-tools > ul > li:first-child {
    margin-left: 0;
  }

  .m-article-sub {
    margin-bottom: 8px;
  }

  .m-article-bd > ul.row:before {
    content: "";
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c4c4c4;
    position: absolute;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  .m-article-hd {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-article-hd {
    padding-left: 28px;
  }
  .m-article-hd > .b-h3 > *.m-icon-stack, .m-article-hd > .b-h3 > *.m-icon, .m-article-hd > .b-h3 > *.fa, .m-article-hd .b-h4 > *.m-icon-stack, .m-article-hd .b-h4 > *.m-icon, .m-article-hd .b-h4 > *.fa {
    min-width: 28px;
  }

  .m-article-tools {
    padding-left: 10px;
  }

  .m-article-bd > ul {
    margin-top: 20px;
    margin-right: 28px;
    margin-left: 28px;
  }
  .m-article-bd > ul.row {
    margin-right: 8px;
    margin-left: 8px;
  }
  .m-article-bd > ul.row > li {
    padding: 0 20px;
  }
  .m-article-bd > ul > li {
    margin-top: 20px;
  }
  .m-article-bd > ul > li > * {
    margin-top: 8px;
  }

  .m-article-sub {
    margin-right: -28px;
    margin-left: -28px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .m-article-ft {
    margin-top: 15px;
  }
  .m-article-ft > ul {
    margin-top: 20px;
    margin-right: 28px;
    margin-left: 28px;
  }
  .m-article-ft > ul.row > li {
    padding: 0 20px;
  }
  .m-article-ft > ul > li {
    margin-top: 20px;
  }
  .m-article-ft > ul > li > * {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .m-article-hd {
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .m-article-hd > .b-h3, .m-article-hd .b-h4 {
    margin-bottom: 5px;
  }
  .m-article-hd > .b-h3 > *.m-icon-stack, .m-article-hd > .b-h3 > *.m-icon, .m-article-hd > .b-h3 > *.fa, .m-article-hd .b-h4 > *.m-icon-stack, .m-article-hd .b-h4 > *.m-icon, .m-article-hd .b-h4 > *.fa {
    min-width: 20px;
  }

  .m-article-tools {
    font-size: 12px;
  }
  .m-article-tools > ul {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-article-tools > ul > li {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }

  .m-article-bd > ul {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .m-article-bd > ul.row > li {
    margin-top: 10px !important;
    padding: 0;
  }
  .m-article-bd > ul.row > li:first-child {
    margin-top: 0 !important;
  }
  .m-article-bd > ul > li {
    margin-top: 10px;
  }
  .m-article-bd > ul > li > * {
    margin-top: 5px;
  }

  .m-article-sub {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 5px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .m-article-ft {
    margin-top: 10px;
  }
  .m-article-ft > ul {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .m-article-ft > ul.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .m-article-ft > ul.row > li {
    padding: 0 15px;
  }
  .m-article-ft > ul > li {
    margin-top: 10px;
  }
  .m-article-ft > ul > li > * {
    margin-top: 5px;
  }
}
.m-breadcrumb {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.m-breadcrumb > li {
  margin-left: -4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-breadcrumb > li:first-child {
  margin-left: 0;
}
.m-breadcrumb > li:first-child:before {
  display: none;
}
.m-breadcrumb > li:before {
  content: "\003E";
  margin: 0 5px;
}
.m-breadcrumb > li > a {
  color: #727272;
}
.m-breadcrumb > li > em {
  color: #2A2A2A;
}

@media screen and (max-width: 767px) {
  .m-breadcrumb:after {
    content: "";
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    position: absolute;
    background: #FFF;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)' , endColorstr='white',GradientType=1);
  }
}
.m-step {
  margin: 0;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-step.is-small > li {
  font-size: 13px;
}
.m-step > li {
  padding: 15px;
  font-size: 15px;
  color: #727272;
  line-height: 20px;
  background: #e5e5e5;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-step > li:first-child:before, .m-step > li:first-child:after {
  display: none;
}
.m-step > li:before, .m-step > li:after {
  content: "";
  position: absolute;
  z-index: 3;
}
.m-step > li:before {
  width: 20px;
  height: 20px;
  background: #d8d8d8;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 0 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 0 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-step > li:after {
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 4;
}
.m-step > li.is-curr {
  color: #FFF;
  background: #064;
}

@media \0screen {
  .m-step > li {
    border-left: 1px solid #c4c4c4;
  }
  .m-step > li:first-child {
    border-left: 0;
  }
  .m-step > li:before, .m-step > li:after {
    top: 50%;
  }
  .m-step > li:before {
    left: -11px;
    margin-top: -10px;
  }
  .m-step > li:after {
    margin-top: -4px;
    left: -3px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #064;
  }
}
@media screen and (min-width: 768px) {
  .m-step > li {
    border-left: 1px solid #c4c4c4;
  }
  .m-step > li:first-child {
    border-left: 0;
  }
  .m-step > li:before, .m-step > li:after {
    top: 50%;
  }
  .m-step > li:before {
    left: -11px;
    margin-top: -10px;
  }
  .m-step > li:after {
    margin-top: -4px;
    left: -3px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #064;
  }
}
@media screen and (max-width: 767px) {
  .m-step > li {
    border-top: 1px solid #c4c4c4;
  }
  .m-step > li:first-child {
    border-top: 0;
  }
  .m-step > li:before, .m-step > li:after {
    left: 50%;
  }
  .m-step > li:before {
    top: -10px;
    margin-left: -11px;
  }
  .m-step > li:after {
    top: -3px;
    margin-left: -5px;
    border-width: 6px 4px 0 4px;
    border-color: #064 transparent transparent transparent;
  }
}
.IE8 .m-step > li {
  font-size: 13px;
  letter-spacing: -1px;
}

.m-tab {
  position: relative;
}
.m-tab.is-unshadow .m-tab-ctrl > li > a {
  border: 1px solid #c4c4c4;
  border-bottom: 0;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
}
.m-tab.is-unshadow .m-tab-bd {
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #c4c4c4;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
}

.m-tab-form-select {
  display: none;
}

.m-tab-ctrl {
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.m-tab-ctrl.is-radius-top > li > a {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px -2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px -2px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px -2px 1px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.m-tab-ctrl.is-radius-top > li > a:after {
  bottom: 0;
}
.m-tab-ctrl.is-radius-bottom > li > a {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 1px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.m-tab-ctrl.is-radius-bottom > li > a:after {
  top: 0;
}
.m-tab-ctrl > li {
  margin-left: -4px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-tab-ctrl > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.m-tab-ctrl > li:first-child > a {
  border-left: 0;
}
.m-tab-ctrl > li.active > a {
  background: #FFF;
}
.m-tab-ctrl > li.active > a:after {
  display: none;
}
.m-tab-ctrl > li.active > a.b-link {
  color: #216f21;
}
.m-tab-ctrl > li > a {
  border-left: 1px solid #c4c4c4;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #DFDFDF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFF 0, #DFDFDF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(100%, #DFDFDF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFF 0, #DFDFDF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFF 0, #DFDFDF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFF 0, #DFDFDF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white' , endColorstr='#dfdfdf',GradientType=0);
}
.m-tab-ctrl > li > a:after {
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  position: absolute;
  overflow: hidden;
  *zoom: 1;
}
.m-tab-ctrl > li > a > * {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  display: table;
  vertical-align: middle;
  table-layout: auto;
  word-wrap: break-word;
  word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-tab-ctrl > li > a > * > .m-icon, .m-tab-ctrl > li > a > * > .fa, .m-tab-ctrl > li > a > * > .m-form-group, .m-tab-ctrl > li > a > * > .m-form {
  top: -1px;
  padding-right: 5px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.m-tab-ctrl > li > a > * > em {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

.m-tab-bd {
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
  background: #FFF;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px -2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px -2px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px -2px 1px;
}
.m-tab-bd > li > *:first-child {
  margin-top: 0 !important;
}

@media \0screen {
  .m-tab.is-unshadow .m-tab-bd {
    margin-right: -30px;
    margin-left: -30px;
  }

  .m-tab-bd > li {
    padding: 20px 30px;
  }
  .m-tab-bd > li > * {
    margin-top: 30px;
  }

  .IE9 .m-tab-ctrl > li[class^="col-"], .IE9 .m-tab-ctrl > li[class*=" col-"] {
    float: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-tab.is-unshadow .m-tab-bd {
    margin-right: -30px;
    margin-left: -30px;
  }

  .m-tab-bd > li {
    padding: 20px 30px;
  }
  .m-tab-bd > li > * {
    margin-top: 30px;
  }

  .IE9 .m-tab-ctrl > li[class^="col-"], .IE9 .m-tab-ctrl > li[class*=" col-"] {
    float: none !important;
  }
}
@media \0screen {
  .m-tab-ctrl.is-radius-top > li.active {
    padding-bottom: 0;
  }
  .m-tab-ctrl > li > a > * {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .m-tab-ctrl.is-radius-top > li.active {
    padding-bottom: 0;
  }
  .m-tab-ctrl > li > a > * {
    height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .m-tab-bd > li {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-tab.is-unshadow .m-tab-bd {
    margin-right: -20px;
    margin-left: -20px;
  }

  .m-tab-bd > li {
    padding: 20px 30px;
  }
  .m-tab-bd > li > * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-tab.is-unshadow .m-tab-bd {
    margin-right: -15px;
    margin-left: -15px;
  }
  .m-tab.m-tab-select.is-unshadow .m-tab-ctrl > li {
    margin-left: 0;
  }
  .m-tab.m-tab-select.is-unshadow .m-tab-ctrl > li.active > a {
    background: #dfdfdf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(100%, #dfdfdf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white' , endColorstr='#dfdfdf',GradientType=0);
  }
  .m-tab.m-tab-select.is-unshadow .m-tab-ctrl > li.active > a.b-link {
    color: #164816;
  }
  .m-tab.m-tab-select.is-unshadow .m-tab-ctrl > li > a {
    border: 0;
  }
  .m-tab.m-tab-select .m-tab-hd {
    margin-bottom: 10px;
  }
  .m-tab.m-tab-select .m-tab-hd.active .m-tab-form-select {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
  }
  .m-tab.m-tab-select .m-tab-hd.active .m-tab-ctrl {
    max-height: 999px;
  }
  .m-tab.m-tab-select .m-tab-form-select {
    height: 35px;
    width: 100%;
    border: 1px solid #0e8829;
    background: #FFF;
    overflow: hidden;
    *zoom: 1;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-radius 0.3s;
    -moz-transition: border-radius 0.3s;
    -ms-transition: border-radius 0.3s;
    -o-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .m-tab.m-tab-select .m-tab-form-select > button {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    line-height: 35px;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-tab.m-tab-select .m-tab-form-select > button .m-icon {
    top: 50%;
    right: 5px;
    margin-top: -13px;
    position: absolute;
  }
  .m-tab.m-tab-select .m-tab-ctrl {
    margin: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    position: absolute;
    /*border     : 1px solid shade($major-color , 20%);*/
    /*border-top : 0;*/
    overflow: hidden;
    *zoom: 1;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
  }
  .m-tab.m-tab-select .m-tab-ctrl > li {
    padding: 0;
    width: 100%;
    display: block;
  }
  .m-tab.m-tab-select .m-tab-ctrl > li[class^="col-xs"], .m-tab.m-tab-select .m-tab-ctrl > li[class*=" col-xs"] {
    float: none;
  }
  .m-tab.m-tab-select .m-tab-ctrl > li[class^="col-xs"] > a, .m-tab.m-tab-select .m-tab-ctrl > li[class*=" col-xs"] > a {
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 0;
  }
  .m-tab.m-tab-select .m-tab-ctrl > li.active > a {
    background: #dfdfdf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(100%, #dfdfdf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF 0, #dfdfdf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white' , endColorstr='#dfdfdf',GradientType=0);
  }
  .m-tab.m-tab-select .m-tab-ctrl > li.active > a.b-link {
    color: #164816;
  }
  .m-tab.m-tab-select .m-tab-bd {
    margin-top: 5px;
    border: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  }
  .m-tab.m-tab-select .m-tab-ft .m-tab-ctrl {
    display: none;
  }

  .m-tab-bd > li {
    padding: 10px 15px;
  }
  .m-tab-bd > li > * {
    margin-top: 10px;
  }

  .m-tab-ctrl > li > a > * {
    padding: 0 8px;
    font-size: 15px;
    line-height: 1;
    height: 45px;
  }
  .m-tab-ctrl > li > a > * .m-icon, .m-tab-ctrl > li > a > * .fa {
    padding-right: 3px;
  }
}
.IE8 .m-tab-ctrl > li.active > a {
  filter: none;
}

.m-table {
  font-size: 13px;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: transparent;
}
.m-table.is-vertical tbody {
  width: 100%;
  display: table;
  vertical-align: middle;
  table-layout: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.m-table.is-vertical tbody tr {
  padding-right: 0;
  padding-left: 0;
}
.m-table.is-vertical tbody tr.is-bg {
  background: #FAFAFA;
}
.m-table.is-vertical tbody tr.is-bg th > span:before, .m-table.is-vertical tbody tr.is-bg td > span:before {
  background: #dbf2e0;
}
.m-table.is-vertical tbody th, .m-table.is-vertical tbody td {
  padding: 0;
  font-size: 0;
  overflow: hidden;
  *zoom: 1;
}
.m-table.is-vertical tbody th > *[class^="col-"], .m-table.is-vertical tbody th > *[class*=" col-"], .m-table.is-vertical tbody td > *[class^="col-"], .m-table.is-vertical tbody td > *[class*=" col-"] {
  float: none !important;
}
.m-table.is-vertical tbody th > span:before, .m-table.is-vertical tbody td > span:before {
  content: "";
  top: -2500%;
  left: 0;
  width: 100%;
  height: 5000%;
  background: #e7f7eb;
  position: absolute;
  z-index: 1;
}
.m-table.is-vertical tbody th > span > *, .m-table.is-vertical tbody td > span > * {
  position: relative;
  z-index: 2;
}
.m-table.is-vertical tbody th > *, .m-table.is-vertical tbody td > * {
  margin-left: 0;
  font-size: 15px;
}
.m-table.is-vertical tbody th {
  font-size: 15px;
  background: #e7f7eb;
}
.m-table thead {
  font-size: 15px;
  width: 100%;
  vertical-align: middle;
  background: #e7f7eb;
}
.m-table thead th, .m-table thead td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-table thead th.is-highlight, .m-table thead td.is-highlight {
  color: #FFF;
  position: relative;
  background: #12b837;
}
.m-table thead th.is-highlight:before, .m-table thead td.is-highlight:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1A3;
  position: absolute;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-table thead th.is-highlight > *, .m-table thead td.is-highlight > * {
  position: relative;
  z-index: 2;
}
.m-table thead th .m-form-addon, .m-table thead th .m-form-box, .m-table thead td .m-form-addon, .m-table thead td .m-form-box {
  padding-top: 0;
  padding-bottom: 0;
}
.m-table thead th .m-form-item, .m-table thead td .m-form-item {
  margin-top: 0;
}
.m-table tbody {
  color: #2F2F2F;
  width: 100%;
  vertical-align: middle;
}
.m-table tbody tr {
  width: 100%;
  background: #FFF;
}
.m-table tfoot {
  font-size: 15px;
  width: 100%;
  vertical-align: middle;
  /*background     : tint($major-color , 90%);*/
}
.m-table tr, .m-table th, .m-table td {
  vertical-align: middle;
}
.m-table th, .m-table td {
  padding: 10px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-table th > *, .m-table td > * {
  margin: 0;
  margin-left: -4px;
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-table th > *:first-child, .m-table td > *:first-child {
  margin-left: 0;
}

@media \0screen {
  .m-table.is-vertical tbody th > *[class^="col-"], .m-table.is-vertical tbody th > *[class*=" col-"], .m-table.is-vertical tbody td > *[class^="col-"], .m-table.is-vertical tbody td > *[class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-table.is-vertical tbody th > *, .m-table.is-vertical tbody td > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-table tbody tr.is-bg {
    background: #FAFAFA;
  }
  .m-table tfoot tr {
    background: #e7f7eb;
  }
  .m-table tfoot tr.is-no-bg {
    background: transparent;
  }

  .m-table-mark:hover {
    color: #535353;
    text-decoration: none;
  }

  .IE9 .m-table th[class^="col-"], .IE9 .m-table th[class*=" col-"], .IE9 .m-table td[class^="col-"], .IE9 .m-table td[class*=" col-"] {
    float: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-table.is-vertical tbody th > *[class^="col-"], .m-table.is-vertical tbody th > *[class*=" col-"], .m-table.is-vertical tbody td > *[class^="col-"], .m-table.is-vertical tbody td > *[class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-table.is-vertical tbody th > *, .m-table.is-vertical tbody td > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-table tbody tr.is-bg {
    background: #FAFAFA;
  }
  .m-table tfoot tr {
    background: #e7f7eb;
  }
  .m-table tfoot tr.is-no-bg {
    background: transparent;
  }

  .m-table-mark:hover {
    color: #535353;
    text-decoration: none;
  }

  .IE9 .m-table th[class^="col-"], .IE9 .m-table th[class*=" col-"], .IE9 .m-table td[class^="col-"], .IE9 .m-table td[class*=" col-"] {
    float: none !important;
  }
}
@media \0screen {
  .m-table.is-vertical tbody th, .m-table.is-vertical tbody td {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .m-table.is-vertical tbody th, .m-table.is-vertical tbody td {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}
@media screen and (max-width: 992px) {
  .m-table:not(.is-vertical) thead {
    display: none;
  }
  .m-table:not(.is-vertical) tbody tr {
    border-bottom: 1px solid #EEF1EB;
    overflow: hidden;
    *zoom: 1;
    display: block;
  }
  .m-table:not(.is-vertical) tbody tr:first-child {
    margin-top: 0;
  }
  .m-table:not(.is-vertical) tbody tr th:after, .m-table:not(.is-vertical) tbody tr td:after {
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    z-index: 5;
  }
  .m-table:not(.is-vertical) tbody th, .m-table:not(.is-vertical) tbody td {
    min-height: 55px;
    position: relative;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-table:not(.is-vertical) tbody th[class^="col-"], .m-table:not(.is-vertical) tbody th[class*=" col-"], .m-table:not(.is-vertical) tbody td[class^="col-"], .m-table:not(.is-vertical) tbody td[class*=" col-"] {
    float: left;
  }
  .m-table:not(.is-vertical) tbody th.is-colspan, .m-table:not(.is-vertical) tbody td.is-colspan {
    background: #e7f7eb;
  }
  .m-table:not(.is-vertical) tbody th.is-colspan:before, .m-table:not(.is-vertical) tbody td.is-colspan:before {
    display: none;
  }
  .m-table:not(.is-vertical) tbody th:before, .m-table:not(.is-vertical) tbody td:before {
    content: attr(data-label);
    padding: 0;
    text-align: center;
    text-transform: none;
    background: #e7f7eb;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-table:not(.is-vertical) tbody th > *, .m-table:not(.is-vertical) tbody td > * {
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-table:not(.is-vertical) tfoot {
    display: block;
  }
  .m-table:not(.is-vertical) tfoot tr {
    border-bottom: 1px solid #EEF1EB;
    overflow: hidden;
    *zoom: 1;
    display: block;
  }
  .m-table:not(.is-vertical) tfoot th {
    width: 100%;
    background: #e7f7eb;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-table:not(.is-vertical) tfoot th[class^="col-"], .m-table:not(.is-vertical) tfoot th[class*=" col-"] {
    float: left;
  }
  .m-table:not(.is-vertical) tfoot th > * {
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-table:not(.is-vertical) tfoot td {
    min-height: 55px;
    position: relative;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-table:not(.is-vertical) tfoot td[class^="col-"], .m-table:not(.is-vertical) tfoot td[class*=" col-"] {
    float: left;
  }
  .m-table:not(.is-vertical) tfoot td:before {
    content: attr(data-label);
    padding: 0;
    text-align: center;
    text-transform: none;
    background: #e7f7eb;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-table:not(.is-vertical) tfoot td:after {
    content: "";
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    z-index: 5;
  }
  .m-table:not(.is-vertical) tfoot td > * {
    padding: 0 10px;
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-table.is-vertical tbody th > *, .m-table.is-vertical tbody td > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-table:not(.is-vertical) tbody tr {
    margin-top: 25px;
  }
  .m-table tbody th:before, .m-table tbody td:before {
    font-size: 15px;
    width: 100px;
  }
  .m-table tfoot tr {
    margin-top: 20px;
  }
  .m-table tfoot td:before {
    font-size: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-table.is-vertical tbody tr.is-bg th:nth-child(even), .m-table.is-vertical tbody tr.is-bg td:nth-child(even) {
    background: #FFF;
  }
  .m-table.is-vertical tbody tr.is-bg th:nth-child(even) > span:before, .m-table.is-vertical tbody tr.is-bg td:nth-child(even) > span:before {
    background: #e7f7eb;
  }
  .m-table.is-vertical tbody th, .m-table.is-vertical tbody td {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-table.is-vertical tbody th.is-bg, .m-table.is-vertical tbody td.is-bg {
    background: #FAFAFA;
  }
  .m-table.is-vertical tbody th.is-bg > span:before, .m-table.is-vertical tbody td.is-bg > span:before {
    background: #dbf2e0;
  }
  .m-table.is-vertical tbody th > *, .m-table.is-vertical tbody td > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-table:not(.is-vertical) tbody tr {
    margin-top: 15px;
  }
  .m-table:not(.is-vertical) tbody th:before, .m-table:not(.is-vertical) tbody td:before {
    font-size: 13px;
    width: 75px;
  }
  .m-table:not(.is-vertical) tfoot tr {
    margin-top: 10px;
  }
  .m-table:not(.is-vertical) tfoot td:before {
    font-size: 13px;
    width: 75px;
  }
}
.m-table-group {
  position: relative;
}

.m-table-group-ft > *:first-child {
  margin-top: 0 !important;
}

@media \0screen {
  .m-table-group.is-full .m-table-group-bd {
    margin-right: -28px;
    margin-left: -28px;
  }

  .m-table-group-hd {
    margin-bottom: 15px;
  }

  .m-table-group-ft {
    margin-top: 15px;
  }
  .m-table-group-ft > * {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .m-table-group.is-full .m-table-group-bd {
    margin-right: -28px;
    margin-left: -28px;
  }

  .m-table-group-hd {
    margin-bottom: 15px;
  }

  .m-table-group-ft {
    margin-top: 15px;
  }
  .m-table-group-ft > * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .m-table-group {
    /*&.is-full {
    	.m-table-group-bd {
    		margin-right : -18px;
    		margin-left  : -18px;
    	}
    }*/
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-table-group-hd {
    margin-bottom: 10px;
  }

  .m-table-group-bd .m-table {
    margin-top: 20px;
  }
  .m-table-group-bd .m-table:first-child {
    margin-top: 0;
  }

  .m-table-group-ft {
    margin-top: 10px;
  }
  .m-table-group-ft > * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-table-group {
    /*&.is-full {
    	.m-table-group-bd {
    		margin-right : -13px;
    		margin-left  : -13px;
    	}
    }*/
  }

  .m-table-group-hd {
    margin-bottom: 5px;
  }

  .m-table-group-bd .m-table {
    margin-top: 10px;
  }
  .m-table-group-bd .m-table:first-child {
    margin-top: 0;
  }

  .m-table-group-ft {
    margin-top: 5px;
  }
  .m-table-group-ft > * {
    margin-top: 10px;
  }
}
.m-form {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", "微軟正黑體", "新細明體", sans-serif, serif;
  color: #2A2A2A;
  position: relative;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}
.m-form.m-form-control {
  padding: 7px 12px !important;
  font: 15px/1.6 "Century Gothic", "微軟正黑體", "新細明體", sans-serif, serif;
  width: 100%;
  height: 34px;
  line-height: 17px;
  border: 1px solid #29b347;
  background: #F3F3F3;
  font-family: "Century Gothic", "微軟正黑體", "新細明體", sans-serif, serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-form.m-form-control::-moz-autofill {
  color: #CCC !important;
  background-color: #FFF !important;
}
.m-form.m-form-control:-ms-autofill {
  color: #CCC !important;
  background-color: #FFF !important;
}
.m-form.m-form-control:-webkit-autofill, .m-form.m-form-control:-webkit-autofill:hover, .m-form.m-form-control:-webkit-autofill:focus {
  color: #CCC !important;
  background-color: #FFF !important;
}
.m-form.m-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-form.m-form-control:-ms-input-placeholder {
  color: #999;
}
.m-form.m-form-control::-webkit-input-placeholder {
  color: #999;
}
.m-form.m-form-control[readonly], .m-form.m-form-control[disabled] {
  cursor: not-allowed;
  border: 1px solid #b8e6c2;
  background: #fbfbfb;
}
.m-form.m-form-control[disabled] {
  color: #6a6a6a;
  text-shadow: #FFF 1px 1px 0;
}
select.m-form.m-form-control {
  padding-right: 5px !important;
  padding-left: 5px !important;
  line-height: 1;
  background: transparent;
}
select.m-form[disabled] {
  color: #989898;
  border-color: #e2e2e2;
  background: #EFEFEF;
  cursor: not-allowed;
  text-shadow: #FFF 1px 1px 0;
}
select.m-form[disabled]:hover {
  color: #989898;
}
select.m-form[multiple] {
  height: auto;
  overflow: auto;
}
select.m-form[multiple] option {
  -webkit-transition: background 0.45s;
  -moz-transition: background 0.45s;
  -ms-transition: background 0.45s;
  -o-transition: background 0.45s;
  transition: background 0.45s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
select.m-form[multiple] option:nth-child(even) {
  background: #d5d5d5;
}
select.m-form[multiple] option:hover {
  background: #cacaca;
}
select.m-form option {
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select.m-form option:disabled {
  color: #cbcbcb;
  cursor: not-allowed;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select.m-form option:disabled::-ms-expand {
  display: none;
}
textarea.m-form.m-form-control {
  min-height: 125px;
  height: auto;
  line-height: 1.4;
  overflow: auto;
  resize: none;
  display: block !important;
}
textarea.m-form.m-form-control[resize] {
  resize: both;
}

.m-form-addon {
  margin: 0;
  padding: 7px 0;
  line-height: 20px;
  display: block;
}
.m-form-addon:first-child .m-icon, .m-form-addon:first-child .fa {
  font-size: 16px;
}
.m-form-addon > .m-icon, .m-form-addon > .fa {
  top: -2px;
  margin-left: 5px;
  position: relative;
}
.m-form-addon > .m-icon:last-child, .m-form-addon > .fa:last-child {
  margin-right: 0;
}
.m-form-addon > .m-icon:first-child, .m-form-addon > .fa:first-child {
  margin-right: 5px;
  margin-left: 0;
}

@media \0screen {
  .m-form.m-form-control.col-md-12 {
    width: 100%;
  }
  .m-form.m-form-control.col-md-11 {
    width: 91.66667%;
  }
  .m-form.m-form-control.col-md-10 {
    width: 83.33333%;
  }
  .m-form.m-form-control.col-md-9 {
    width: 75%;
  }
  .m-form.m-form-control.col-md-8 {
    width: 66.66667%;
  }
  .m-form.m-form-control.col-md-7 {
    width: 58.33333%;
  }
  .m-form.m-form-control.col-md-6 {
    width: 50%;
  }
  .m-form.m-form-control.col-md-5 {
    width: 41.66667%;
  }
  .m-form.m-form-control.col-md-4 {
    width: 33.33333%;
  }
  .m-form.m-form-control.col-md-3 {
    width: 25%;
  }
  .m-form.m-form-control.col-md-2 {
    width: 16.66667%;
  }
  .m-form.m-form-control.col-md-1 {
    width: 8.33333%;
  }
}
@media screen and (min-width: 1000px) {
  .m-form.m-form-control.col-md-12 {
    width: 100%;
  }
  .m-form.m-form-control.col-md-11 {
    width: 91.66667%;
  }
  .m-form.m-form-control.col-md-10 {
    width: 83.33333%;
  }
  .m-form.m-form-control.col-md-9 {
    width: 75%;
  }
  .m-form.m-form-control.col-md-8 {
    width: 66.66667%;
  }
  .m-form.m-form-control.col-md-7 {
    width: 58.33333%;
  }
  .m-form.m-form-control.col-md-6 {
    width: 50%;
  }
  .m-form.m-form-control.col-md-5 {
    width: 41.66667%;
  }
  .m-form.m-form-control.col-md-4 {
    width: 33.33333%;
  }
  .m-form.m-form-control.col-md-3 {
    width: 25%;
  }
  .m-form.m-form-control.col-md-2 {
    width: 16.66667%;
  }
  .m-form.m-form-control.col-md-1 {
    width: 8.33333%;
  }
}
@media \0screen {
  .m-form-addon {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-form-addon {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-form.m-form-control.col-sm-12 {
    width: 100%;
  }
  .m-form.m-form-control.col-sm-11 {
    width: 91.66667%;
  }
  .m-form.m-form-control.col-sm-10 {
    width: 83.33333%;
  }
  .m-form.m-form-control.col-sm-9 {
    width: 75%;
  }
  .m-form.m-form-control.col-sm-8 {
    width: 66.66667%;
  }
  .m-form.m-form-control.col-sm-7 {
    width: 58.33333%;
  }
  .m-form.m-form-control.col-sm-6 {
    width: 50%;
  }
  .m-form.m-form-control.col-sm-5 {
    width: 41.66667%;
  }
  .m-form.m-form-control.col-sm-4 {
    width: 33.33333%;
  }
  .m-form.m-form-control.col-sm-3 {
    width: 25%;
  }
  .m-form.m-form-control.col-sm-2 {
    width: 16.66667%;
  }
  .m-form.m-form-control.col-sm-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 767px) {
  .m-form.m-form-control.col-xs-12 {
    width: 100%;
  }
  .m-form.m-form-control.col-xs-11 {
    width: 91.66667%;
  }
  .m-form.m-form-control.col-xs-10 {
    width: 83.33333%;
  }
  .m-form.m-form-control.col-xs-9 {
    width: 75%;
  }
  .m-form.m-form-control.col-xs-8 {
    width: 66.66667%;
  }
  .m-form.m-form-control.col-xs-7 {
    width: 58.33333%;
  }
  .m-form.m-form-control.col-xs-6 {
    width: 50%;
  }
  .m-form.m-form-control.col-xs-5 {
    width: 41.66667%;
  }
  .m-form.m-form-control.col-xs-4 {
    width: 33.33333%;
  }
  .m-form.m-form-control.col-xs-3 {
    width: 25%;
  }
  .m-form.m-form-control.col-xs-2 {
    width: 16.66667%;
  }
  .m-form.m-form-control.col-xs-1 {
    width: 8.33333%;
  }

  .m-form-addon {
    font-size: 14px;
  }
}
.m-form-group {
  margin: 0;
}

.m-form-ctrl {
  margin: 0;
  position: relative;
  float: none;
  display: block;
}
.m-form-ctrl.is-middle .m-form-addon {
  vertical-align: middle !important;
}
.m-form-ctrl:first-child {
  margin-top: 0;
  padding-left: 0 !important;
}
.m-form-ctrl[class^="col-"], .m-form-ctrl[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.m-form-ctrl .m-form-addon {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
}
.m-form-ctrl .m-form-addon.is-middle-t {
  vertical-align: top;
}
.m-form-ctrl .m-form-addon.is-middle-b {
  vertical-align: bottom;
}
.m-form-ctrl label {
  margin-bottom: 0;
}

.m-form-item {
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  display: block;
}
.m-form-item > * {
  padding: 0;
  display: table;
  vertical-align: middle;
  table-layout: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.m-form-item > * > * {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.m-form-item > * > *.m-icon-stack {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.m-form-box {
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  clear: both;
  position: relative;
  display: block;
}
.m-form-box.is-inline {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-form-box > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-form-box > * [class^="col-"], .m-form-box > * [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.m-form-select {
  height: 34px;
  position: relative;
  background: #F3F3F3;
  display: inline-block !important;
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-form-select select.m-form.m-form-control {
  padding-right: 35px !important;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  *zoom: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-form-select select.m-form.m-form-control::-ms-expand {
  display: none;
}
.m-form-select > .m-icon {
  top: 50%;
  right: 5px;
  margin-top: -12px;
  position: absolute;
  z-index: 1;
}

@media \0screen {
  .m-form-group.is-horizontal-md .m-form-ctrl {
    padding: 0 0 0 10px;
    float: left;
  }
  .m-form-group.is-horizontal-md > * {
    margin-top: 0;
  }
  .m-form-group.is-horizontal-md > *:first-child {
    margin-top: 0;
  }
  .m-form-group > * {
    margin-top: 10px;
  }
  .m-form-group > *:first-child {
    margin-top: 0;
  }

  .m-form-ctrl {
    margin-top: 10px;
  }
  .m-form-ctrl.col-lg-12, .m-form-ctrl.col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-md {
    overflow: hidden;
    *zoom: 1;
    display: block;
  }
  .m-form-ctrl.is-horizontal-md.row:before {
    display: none;
  }
  .m-form-ctrl.is-horizontal-md.row .m-form-item {
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-md > * {
    margin-top: 0;
    padding-left: 10px;
    float: left;
    display: block;
  }
  .m-form-ctrl.is-horizontal-md > *:first-child, .m-form-ctrl.is-horizontal-md > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-md .m-form-item {
    margin-top: 0;
  }
  .m-form-ctrl.is-horizontal-md .m-form-item > * > * {
    margin-top: 0;
    padding-left: 10px;
  }
  .m-form-ctrl.is-horizontal-md .m-form-item > * > *:first-child, .m-form-ctrl.is-horizontal-md .m-form-item > * > *.m-icon-stack {
    padding-left: 0;
  }
  .m-form-ctrl > * {
    margin-top: 10px;
    float: none;
  }
  .m-form-ctrl > *:first-child {
    margin-top: 0;
  }
  .m-form-ctrl > *.col-md-12 {
    float: none;
  }

  .m-form-item > * {
    margin-top: 10px;
  }
  .m-form-item > *:first-child, .m-form-item > *.m-form-box {
    margin-top: 0;
  }
  .m-form-item > * > * {
    margin-top: 10px;
    padding-left: 10px;
  }
  .m-form-item > * > *:first-child, .m-form-item > * > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-item > * > *.is-col-md {
    width: 1%;
    white-space: nowrap;
  }

  .m-form-select.is-full-md {
    padding-left: 0;
    width: 100%;
  }
  .m-form-select:first-child + *.m-form-addon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .m-form-box > label {
    position: relative;
  }
  .m-form-box > label > .m-form {
    top: 0;
    left: -99999px;
    position: absolute;
  }
  .m-form-box > label .m-form:checked ~ .m-icon-stack .m-icon {
    display: block;
  }
  .m-form-box > label .m-icon-stack {
    padding-left: 0;
    cursor: pointer;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-form-box > label .m-icon-stack .m-icon {
    text-align: center;
    display: none;
  }
  .m-form-box > label .m-icon-stack .m-icon:first-child {
    display: block;
  }
  .m-form-box > label > em, .m-form-box > label > span {
    margin-top: 0 !important;
    padding-left: 5px;
    font-weight: normal;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-form-box > label > em .m-icon, .m-form-box > label > em .fa, .m-form-box > label > span .m-icon, .m-form-box > label > span .fa {
    font-size: 165%;
  }
}
@media screen and (min-width: 1000px) {
  .m-form-group.is-horizontal-md .m-form-ctrl {
    padding: 0 0 0 10px;
    float: left;
  }
  .m-form-group.is-horizontal-md > * {
    margin-top: 0;
  }
  .m-form-group.is-horizontal-md > *:first-child {
    margin-top: 0;
  }
  .m-form-group > * {
    margin-top: 10px;
  }
  .m-form-group > *:first-child {
    margin-top: 0;
  }

  .m-form-ctrl {
    margin-top: 10px;
  }
  .m-form-ctrl.col-lg-12, .m-form-ctrl.col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-md {
    overflow: hidden;
    *zoom: 1;
    display: block;
  }
  .m-form-ctrl.is-horizontal-md.row:before {
    display: none;
  }
  .m-form-ctrl.is-horizontal-md.row .m-form-item {
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-md > * {
    margin-top: 0;
    padding-left: 10px;
    float: left;
    display: block;
  }
  .m-form-ctrl.is-horizontal-md > *:first-child, .m-form-ctrl.is-horizontal-md > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-md .m-form-item {
    margin-top: 0;
  }
  .m-form-ctrl.is-horizontal-md .m-form-item > * > * {
    margin-top: 0;
    padding-left: 10px;
  }
  .m-form-ctrl.is-horizontal-md .m-form-item > * > *:first-child, .m-form-ctrl.is-horizontal-md .m-form-item > * > *.m-icon-stack {
    padding-left: 0;
  }
  .m-form-ctrl > * {
    margin-top: 10px;
    float: none;
  }
  .m-form-ctrl > *:first-child {
    margin-top: 0;
  }
  .m-form-ctrl > *.col-md-12 {
    float: none;
  }

  .m-form-item > * {
    margin-top: 10px;
  }
  .m-form-item > *:first-child, .m-form-item > *.m-form-box {
    margin-top: 0;
  }
  .m-form-item > * > * {
    margin-top: 10px;
    padding-left: 10px;
  }
  .m-form-item > * > *:first-child, .m-form-item > * > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-item > * > *.is-col-md {
    width: 1%;
    white-space: nowrap;
  }

  .m-form-select.is-full-md {
    padding-left: 0;
    width: 100%;
  }
  .m-form-select:first-child + *.m-form-addon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .m-form-box > label {
    position: relative;
  }
  .m-form-box > label > .m-form {
    top: 0;
    left: -99999px;
    position: absolute;
  }
  .m-form-box > label .m-form:checked ~ .m-icon-stack .m-icon {
    display: block;
  }
  .m-form-box > label .m-icon-stack {
    padding-left: 0;
    cursor: pointer;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-form-box > label .m-icon-stack .m-icon {
    text-align: center;
    display: none;
  }
  .m-form-box > label .m-icon-stack .m-icon:first-child {
    display: block;
  }
  .m-form-box > label > em, .m-form-box > label > span {
    margin-top: 0 !important;
    padding-left: 5px;
    font-weight: normal;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-form-box > label > em .m-icon, .m-form-box > label > em .fa, .m-form-box > label > span .m-icon, .m-form-box > label > span .fa {
    font-size: 165%;
  }
}
@media \0screen {
  .m-form-box {
    font-size: 15px;
  }
  .m-form-box .m-icon-stack {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-form-box .m-icon-stack .m-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-form-box {
    font-size: 15px;
  }
  .m-form-box .m-icon-stack {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-form-box .m-icon-stack .m-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .m-form-box > label .m-form {
    padding-left: 0;
    position: relative;
  }
  .m-form-box > label .m-form[type="radio"] {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .m-form-box > label .m-form[type="checkbox"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .m-form-box > label .m-icon-stack {
    display: none;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-form-group.is-horizontal-sm .m-form-ctrl {
    padding: 0 0 0 8px;
    float: left;
  }
  .m-form-group.is-horizontal-sm > * {
    margin-top: 0;
  }
  .m-form-group.is-horizontal-sm > *:first-child {
    margin-top: 0;
  }
  .m-form-group > * {
    margin-top: 10px;
  }
  .m-form-group > *:first-child {
    margin-top: 0;
  }

  .m-form-ctrl {
    margin-top: 8px;
    /*margin-bottom : -8px;*/
  }
  .m-form-ctrl.col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-sm {
    /*margin-top : 0;*/
    /*width         : 100%;*/
    overflow: hidden;
    *zoom: 1;
    display: block;
  }
  .m-form-ctrl.is-horizontal-sm.row:before {
    display: none;
  }
  .m-form-ctrl.is-horizontal-sm.row .m-form-item {
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-sm > * {
    margin-top: 0;
    padding-left: 8px;
    float: left;
    display: block;
    /*@include display(table-cell);*/
  }
  .m-form-ctrl.is-horizontal-sm > *:first-child, .m-form-ctrl.is-horizontal-sm > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-sm > *.m-button-group {
    white-space: nowrap;
  }
  .m-form-ctrl.is-horizontal-sm > *.m-form-addon {
    vertical-align: top;
  }
  .m-form-ctrl.is-horizontal-sm .m-form-item {
    margin-top: 0;
  }
  .m-form-ctrl.is-horizontal-sm .m-form-item > * > * {
    margin-top: 0;
    padding-left: 8px;
  }
  .m-form-ctrl.is-horizontal-sm .m-form-item > * > *:first-child, .m-form-ctrl.is-horizontal-sm .m-form-item > * > *.m-icon-stack {
    padding-left: 0;
  }
  .m-form-ctrl > * {
    margin-top: 8px;
    float: none;
  }
  .m-form-ctrl > *:first-child {
    margin-top: 0;
  }
  .m-form-ctrl > *.col-sm-12 {
    float: none;
  }

  .m-form-item > * {
    margin-top: 8px;
  }
  .m-form-item > *:first-child, .m-form-item > *.m-form-box {
    margin-top: 0;
  }
  .m-form-item > * > * {
    margin-top: 8px;
    padding-left: 8px;
  }
  .m-form-item > * > *:first-child, .m-form-item > * > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-item > * > *.is-col-sm {
    width: 1%;
    white-space: nowrap;
  }

  .m-form-select.is-full-sm {
    padding-left: 0;
    width: 100%;
  }
  .m-form-select:first-child + *.m-form-addon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (max-width: 767px) {
  .m-form-group.is-horizontal-xs .m-form-ctrl {
    float: left;
  }
  .m-form-group.is-horizontal-xs > * {
    margin-top: 0;
  }
  .m-form-group.is-horizontal-xs > *:first-child {
    margin-top: 0;
  }
  .m-form-group > * {
    margin-top: 5px;
  }
  .m-form-group > *:first-child {
    margin-top: 0;
  }

  .m-form-ctrl {
    margin-top: 5px;
  }
  .m-form-ctrl.col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-xs {
    /*margin-top : 0;*/
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-12 {
    width: 100% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-11 {
    width: 91.66667% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-10 {
    width: 83.33333% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-9 {
    width: 75% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-8 {
    width: 66.66667% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-7 {
    width: 58.33333% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-6 {
    width: 50% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-5 {
    width: 41.66667% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-4 {
    width: 33.33333% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-3 {
    width: 25% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-2 {
    width: 16.66667% !important;
  }
  .m-form-ctrl.is-horizontal-xs.col-xs-1 {
    width: 8.33333% !important;
  }
  .m-form-ctrl.is-horizontal-xs.row:before {
    display: none;
  }
  .m-form-ctrl.is-horizontal-xs.row .m-form-item {
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-xs > * {
    margin-top: 0;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .m-form-ctrl.is-horizontal-xs > *:first-child, .m-form-ctrl.is-horizontal-xs > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-ctrl.is-horizontal-xs > *.m-button-group {
    white-space: nowrap;
  }
  .m-form-ctrl.is-horizontal-xs > *.m-form-addon {
    vertical-align: top;
  }
  .m-form-ctrl.is-horizontal-xs .m-form-item {
    margin-top: 0;
  }
  .m-form-ctrl.is-horizontal-xs .m-form-item > * > * {
    margin-top: 0;
    padding-left: 5px;
  }
  .m-form-ctrl.is-horizontal-xs .m-form-item > * > *:first-child, .m-form-ctrl.is-horizontal-xs .m-form-item > * > *.m-icon-stack {
    padding-left: 0;
  }
  .m-form-ctrl > * {
    margin-top: 5px;
    float: none;
  }
  .m-form-ctrl > *:first-child {
    margin-top: 0;
  }
  .m-form-ctrl > *:first-child.m-form-addon {
    padding-left: 10px;
    position: relative;
  }
  .m-form-ctrl > *:first-child.m-form-addon:before {
    content: "";
    top: 15%;
    left: 0;
    width: 4px;
    height: 70%;
    background: #064;
    position: absolute;
  }
  .m-form-ctrl > *:first-child.m-form-addon.is-icon {
    padding-left: 0;
  }
  .m-form-ctrl > *:first-child.m-form-addon.is-icon:before {
    display: none;
  }
  .m-form-ctrl > *.col-xs-12 {
    float: none;
  }

  .m-form-item > * {
    margin-top: 5px;
  }
  .m-form-item > *:first-child, .m-form-item > *.m-form-box {
    margin-top: 0;
  }
  .m-form-item > * > * {
    margin-top: 5px;
    padding-left: 5px;
  }
  .m-form-item > * > *:first-child, .m-form-item > * > *.m-icon-stack {
    margin-top: 0;
    padding-left: 0;
  }
  .m-form-item > * > *.is-col-xs {
    width: 1%;
    white-space: nowrap;
  }

  	/*.m-form-box {
  		font-size : 14px;
  
  		> *{
  			padding-left : 0 !important;
  		}
  
  		.m-icon-stack {
  			.m-icon {
  				font-size : 18px;
  			}
  		}
  	}*/
  .m-form-select.is-full-xs {
    padding-left: 0;
    width: 100%;
  }
}
.IE8 .m-form-ctrl:first-child {
  margin-top: 0;
}
.IE8 .m-form-ctrl label {
  max-width: inherit;
}
.IE8 .m-form-select {
  height: auto;
}
.IE8 .m-form-select select.m-form.m-form-control {
  padding: 5px !important;
  height: 34px;
}
.IE8 .m-form-box > label .m-form {
  top: 3px;
  left: 0;
  padding-left: 0;
  width: 16px;
  height: 16px;
  position: relative;
}
.IE8 .m-form-box > label .m-form[type="radio"] {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.IE8 .m-form-box > label .m-form[type="checkbox"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.IE8 .m-form-box > label .m-icon-stack {
  display: none;
}
.IE8 .m-form-box > label > em, .IE8 .m-form-box > label > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@-moz-document url-prefix() {
  .m-form-select select.m-form.m-form-control {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
.IE9 .m-form-select select.m-form.m-form-control {
  padding-right: 5px !important;
}

.IE8 .m-form-select > .m-icon, .IE9 .m-form-select > .m-icon {
  display: none;
}

.m-item {
  line-height: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-item-hd {
  font-size: 13px;
}

.m-item-bd li {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-item-bd li > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.m-item-bd li > p {
  margin: 0;
}
.m-item-bd li:before {
  padding-right: 5px;
  width: 1%;
  white-space: nowrap;
  vertical-align: top !important;
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
ol.m-item-bd {
  counter-reset: section;
}
ol.m-item-bd > li:before {
  counter-increment: section;
  content: counter(section) ".";
}
ol.m-item-bd > li > * > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
ol.m-item-bd > li > * > ul > li:before {
  content: attr(data-label);
}
ol.m-item-bd > li > * > ol {
  counter-reset: section;
}
ol.m-item-bd > li > * > ol > li:before {
  counter-increment: section;
  content: counter(section) ".";
}
ul.m-item-bd > li > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
ul.m-item-bd > li > * > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
ul.m-item-bd > li > * > ul > li:before {
  content: attr(data-label);
}
ul.m-item-bd > li > * > ol {
  counter-reset: section;
}
ul.m-item-bd > li > * > ol > li:before {
  counter-increment: section;
  content: counter(section) ".";
}
ul.m-item-bd > li:before {
  content: attr(data-label);
}

@media \0screen {
  .m-item-bd {
    font-size: 13px;
  }
  .m-item-bd > li * {
    font-size: 13px;
  }
  .m-item-bd:first-child {
    font-size: 15px;
  }
  .m-item-bd:first-child > li * {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-item-bd {
    font-size: 13px;
  }
  .m-item-bd > li * {
    font-size: 13px;
  }
  .m-item-bd:first-child {
    font-size: 15px;
  }
  .m-item-bd:first-child > li * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-item-bd {
    font-size: 12px;
  }
  .m-item-bd > li * {
    font-size: 12px;
  }
  .m-item-bd:first-child {
    font-size: 14px;
  }
  .m-item-bd:first-child > li * {
    font-size: 14px;
  }
}
.IE8 .m-item-bd li:before {
  display: none;
}
.IE8 .m-item-bd li > * {
  display: block;
}
.IE8 ol.m-item-bd {
  margin-left: 20px;
  list-style: decimal;
}
.IE8 ul.m-item-bd ol {
  margin-left: 20px;
  list-style: decimal;
}

.m-frame {
  padding: 15px;
  background: #FDFDFD;
  border: 1px solid #EEF1EB;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-frame > * {
  margin-top: 10px;
}
.m-frame > *:first-child {
  margin-top: 0;
}
.m-frame iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media \0screen {
  .m-frame.is-scroll {
    height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .m-frame.is-scroll {
    height: 320px;
  }
}
@media screen and (max-width: 992px) {
  .m-frame {
    -webkit-overflow-scrolling: touch;
  }
  .m-frame.is-scroll {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-frame.is-scroll {
    height: 220px;
  }
  .m-frame iframe {
    padding: 0 15px;
  }
}
.m-label {
  margin-top: 5px;
  font-size: 15px;
  min-height: 45px;
  line-height: 20px;
  position: relative;
}
.m-label:first-child {
  margin-top: 0;
}

.m-label-addon {
  background: #e7f7eb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-label-cont {
  border: 1px solid #e7f7eb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media \0screen {
  .m-label {
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }

  .m-label-addon {
    padding: 5px 25px;
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }

  .m-label-cont {
    padding: 5px 15px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .m-label {
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
  }

  .m-label-addon {
    padding: 5px 25px;
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }

  .m-label-cont {
    padding: 5px 15px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .m-label, .m-label-addon, .m-label-cont {
    display: block;
  }

  .m-label-addon, .m-label-cont {
    padding: 5px 15px;
  }
}
.m-validate {
  position: relative;
  display: block;
}
.m-validate.is-warning {
  color: #ff9000;
}
.m-validate > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-validate > span > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.m-validate > span > .m-icon-stack, .m-validate > span > .m-icon, .m-validate > span > .fa {
  top: 1px;
  padding-right: 5px;
  white-space: nowrap;
  position: relative;
}
.m-validate > span > .m-icon, .m-validate > span > .fa {
  font-size: 120%;
}
.m-validate > span > em {
  text-align: left;
}

@media \0screen {
  .m-validate {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-validate {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-validate {
    font-size: 14px;
  }
}
.m-tooltip {
  max-width: 200px;
  position: absolute;
  visibility: hidden;
  z-index: 30;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.m-tooltip.is-t .m-tooltip-cont:before {
  left: 50%;
  margin-left: -6px;
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
  border-top-color: #ff9000;
}
.m-tooltip.is-t-r .m-tooltip-cont:before {
  left: 8px;
  border-top-width: 8px;
  border-right-width: 10px;
  border-top-color: #ff9000;
}
.m-tooltip.is-t-l .m-tooltip-cont:before {
  right: 8px;
  border-right-width: 10px;
  border-bottom-width: 8px;
  border-right-color: #ff9000;
}
.m-tooltip.is-b .m-tooltip-cont:before {
  top: -8px;
  bottom: auto;
  left: 50%;
  margin-left: -6px;
  border-right-width: 6px;
  border-bottom-width: 8px;
  border-left-width: 6px;
  border-bottom-color: #ff9000;
}
.m-tooltip.is-b-r .m-tooltip-cont:before {
  top: -8px;
  left: 8px;
  bottom: auto;
  border-top-width: 8px;
  border-left-width: 10px;
  border-left-color: #ff9000;
}
.m-tooltip.is-b-l .m-tooltip-close {
  top: auto;
  bottom: -14px;
}
.m-tooltip.is-b-l .m-tooltip-cont:before {
  top: -8px;
  right: 8px;
  bottom: auto;
  border-bottom-width: 8px;
  border-left-width: 10px;
  border-bottom-color: #ff9000;
}
.m-tooltip.is-r .m-tooltip-cont:before {
  top: 50%;
  left: -8px;
  margin-top: -6px;
  border-top-width: 6px;
  border-right-width: 8px;
  border-bottom-width: 6px;
  border-right-color: #ff9000;
}
.m-tooltip.is-l .m-tooltip-close {
  right: auto;
  left: -14px;
}
.m-tooltip.is-l .m-tooltip-cont:before {
  top: 50%;
  right: -8px;
  margin-top: -6px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 8px;
  border-left-color: #ff9000;
}
.m-tooltip.is-show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.m-tooltip-close {
  top: -14px;
  right: -14px;
  font-size: 12px;
  text-align: center;
  color: #ff9000;
  width: 28px;
  height: 28px;
  line-height: 24px;
  border: 2px solid #ff9000;
  position: absolute;
  z-index: 2;
  background: #FFF;
  overflow: hidden;
  *zoom: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-tooltip-cont {
  font-size: 13px;
  color: #FFF;
  position: relative;
  z-index: 1;
  background: #ff9000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.m-tooltip-cont:before {
  content: "";
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  position: absolute;
}

@media \0screen {
  .m-tooltip-cont {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1000px) {
  .m-tooltip-cont {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .m-tooltip-cont {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-tooltip-cont {
    padding: 5px 10px;
  }
}
.IE8 .m-tooltip-close {
  background: #FFF url('../../images/ie8/m-tootip-times.png?1453130611') no-repeat center center;
}
.IE8 .m-tooltip-close .fa, .IE8 .m-tooltip-close .m-icon {
  display: none;
}
