﻿@charset "utf-8";
/* CSS Document */

blockquote {
  background: #fff;
  padding: 5%;
  margin: 30px 0 0;
  border: none;
}

label {
  color: #333;
}

.table {
  margin-bottom: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.btn {
  margin-bottom: 5px;
}

.btn-group {
  margin: 0 auto 1%;
}

.btn-default {
  background-color: #dddddd;
}

.section-wrap .image {
  text-align: center;
}

.section-wrap h3 {
  color: #000;
  letter-spacing: 1.5px;
  font-size: 2.1em;
  margin: 20px;
  /* width: 95%; */
  padding: 5px;
  /* background: #ffffff; */
  /* border-radius: 5px; */
  border-bottom: 1px solid #333;
}

.section-wrap h5 {
  color: #333;
  display: block;
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 30px;
}

section ol li,
section p,
section ul li {
  font-size: 1em;
  color: #4E5066;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  line-height: 30px;
}

.section-wrap p {
  font-size: 18px;
}

/* .section-wrap a {
  font-size: 16px;
} */

.btn-xs {
  padding: 0;
  color: #000 !important;
}

.btn-page a {
  color: #fff;
  font-size: 21px;
}

.btn-deault a {
  font-size: 1.5em;
  color: #333;
}

.btn-group a {
  border: none;
}

.class-img {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.class-img a {

  margin-top: 5px;
}

#menu1 .class-img .more,
#menu2 .class-img .more {
  text-align: center;
  padding: 20px;
  min-height: 210px;
}

.class-img .more {
  text-align: center;
  padding: 20px;
  min-height: auto;
}

.more {
  text-align: center;
  /* padding: 20px; */
}

.more a {
  font-size: 21px;
}

.box {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.box-img {
  overflow: hidden;
  padding: 20px;
  text-align: center;
}

.box p {
  background-color: #f4f4f4;
}

.box-contain {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 20px;
  margin-bottom: 30px;
}

.box-contain h3 {
  text-align: center;
  color: red;
  font-weight: 600;
  margin: 15px 0;
}

.box-contain p {
  line-height: 1;
}

.class-row {
  /* margin: 0; */
  /* padding: 0 15px; */
}

.class-row p {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.story-box p {
  padding: 10px 20px;
  line-height: 30px;
  text-align: left;
}

.story-box img {
  width: 100%;
}

.story-box h5 {
  font-size: 21px;
  text-align: center;
}

.class-column {
  color: #fff;
}

.class-column h2 {
  font-size: 28px;
}

.class-column img {
  width: 100%;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff !important;
  height: 4px;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.class-info {
  padding: 10px 5px;
  min-height: 200px;
}

.class-info h5 {
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.panel {
  text-align: left;
}

.panel-heading h3 {
  color: #354b60;
  font-size: 1.5em;
  margin: 20px 0;
}

.panel-title a {
  font-size: 16px;
}

.panel-heading {
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  font-size: 21px;
}

.panel-body {
  font-size: 16px;
}

.title-h4 {
  color: #f00;
  font-size: 1.5em;
  margin-bottom: .5em;
  text-align: center;
}

.analysis ul li {
  display: block;
  text-align: center;
}

.analysis {
  text-align: center;
  margin: 10px 0;
}

.wrap {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding-bottom: 5px;
  overflow: hidden;
  margin: 2px;
}

.wrap h2 {
  color: #fff;
  background: #3361aa;
  font-size: 1.3em;
  letter-spacing: 1.5;
  margin: 5px 10px;
  text-align: center;
  transform: skewX(-15deg);
  /* position: relative; */
  /* left: -30px; */
  /* overflow: hidden; */
}
@media only screen and (max-width: 1921px) and (min-width: 1680px) {
  .btnJoin {
    color: #fff;
    font-size: 16px;
    position: absolute;
    padding: 5px;
    right: 20%;
  }
}

.tip {
  margin: 15px 0;
}

.tip a {
  background-color: #1a89e7 !important;
  border: none;
  text-align: center;
  display: block;
  width: 220px;
  padding: 4px;
  margin: 10px auto;
}

.tip img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 90px;
  height: 90px;
}

.dashed-border {
  border-bottom: 1px dashed #ccc;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #373737;
  background-color: #f6f6f6;
  background-image: none;
  border: 2px solid #dddddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.heading-center {
  text-align: center;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  /* margin: 1% 0 1%; */
}

.center {
  text-align: center;
}

.color-white {
  color: rgb(255, 255, 255) !important;
}

.hero_text {
  color: rgb(252, 78, 51);
  font-size: 42px;
  font-weight: 600;
  margin: 10px 0;
}

.mbr-hero h3 {
  color: #333;
  margin: 5px 0;
  font-size: 21px;
}

.mbr-hero p {
  color: #333;
  width: 80%;
  margin: 5px 0;
  font-size: 18px;
}

#div2 .btn-page {
  width: 200px;
  margin: 5;
  vertical-align: inherit;
}

.btn-page,
.btn-page:active,
.btn-page:focus,
.btn-page:hover,
.btn-page:visited {
  color: #fff;
  background-color: #e95146;
  box-shadow: none;
  border: none;
  display: inline-block;
  font-size: 21px;
  vertical-align: baseline;
}

.pricing-table-1 .plan {
  -moz-box-shadow: rgba(10, 10, 10, 0.0588235) 0 2px 2px;
  -webkit-box-shadow: rgba(10, 10, 10, 0.0588235) 0 2px 2px;
  box-shadow: rgba(10, 10, 10, 0.0588235) 0 2px 2px;
  color: rgb(72, 79, 90);
  padding-bottom: 39px;
  text-align: center;
  background: rgb(255, 255, 255);
  margin: 0 15px;
}

.marginbottom25 {
  margin-bottom: 25px;
}

.card-box {
  margin-top: 20px;
}

.card-box .my-view img {
  padding: 10px;
  max-height: 250px;
}

.cardbox_wrapper {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: all .35s ease 0s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s;
  -moz-transition: all .35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s;
  -o-transition: all .35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s;
  transition: all .35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) .2s;
}

.cardbox-content {
  /* background: #f4f4f4; */
  border-radius: 10px;
  /* border: 1px solid #ccc; */
  display: block;
  padding: 30px;
  /* margin: 15px auto; */
  /* max-width: 600px; */
  /* height: 250px; */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}

.section-wrap .container {
  background: #ffffff;
}

/*自適應RWD*/
@media only screen and ( min-width:1922px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 600px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .item img {
    position: absolute;
    right: 23%;
    top: 40px;
    z-index: 999;
    width: 300px;
  } */
}
@media only screen and ( min-width:1922px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 600px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .item img {
    position: absolute;
    left: 57%;
    top: 35px;
    width: 300px;
  } */
}
@media only screen and ( min-width:1680px) and (max-width :1921px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 600px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  /* .item img {
    position: absolute;
    left: 55%;
    top: 35px;
    width: 380px;
  } */
}
@media only screen and ( min-width:1279px) and (max-width :1679px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 600px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .item img {
    position: absolute;
    right: 18.5%;
    top: 40px;
    z-index: 999;
    width: 350px;
  } */
}
@media only screen and ( min-width:960px) and (max-width :1278px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 400px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .item img {
    position: absolute;
    right: 9%;
    top: 35%;
    width: 250px;
    z-index: 999;
  } */
}
@media only screen and ( min-width:768px) and (max-width :959px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 400px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .item img {
    position: absolute;
    right: 10%;
    top: 35%;
    width: 250px;
    z-index: 999;
  } */
}
@media only screen and ( min-width:481px) and (max-width :767px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 400px;
  }

  .container {
    position: relative;
    /* top: 50px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /*主視覺*/
  .view_pic {
    background-image: none;
    background: #e74c3c;
  }

  /* .item img {
    position: absolute;
    right: 20%;
    top: 500px;
    width: 300px;
    z-index: 999;
  } */
}
@media only screen and ( min-width:321px) and (max-width :480px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 400px;
  }

  .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_text {
    /* color: rgb(0, 0, 0); */
    font-size: 28px;
    font-weight: bold;
    left: -2px;
    letter-spacing: 1px;
    line-height: 40px;
    padding-bottom: 8px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    margin: 5px 0;
  }

  .view_pic {
    background-image: none;
    background: #e74c3c;
  }

  .heading h2 {
    font-size: 1.8em;
  }

  .mbr-hero {
    padding-left: 25px;
    position: relative;
  }

  .width90 {
    width: 90%;
  }

  .width100 {
    width: 100%;
  }

  /* .item img {
    position: absolute;
    right: 20%;
    top: 290px;
    z-index: 999;
    width: 230px;
  } */
}
@media only screen and ( max-width:320px) {
  .banner {
    height: 100%;
    margin-top: 10%;
    display: block;
    min-height: 400px;
  }

  .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_text {
    /* color: rgb(0, 0, 0); */
    font-size: 1.6em;
    font-weight: bold;
    left: -2px;
    letter-spacing: 0;
    line-height: 40px;
    padding-bottom: 5px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    /* margin: 5px 0px; */
  }

  .view_pic {
    background-image: none;
    background: #e74c3c;
  }

  .heading h2 {
    font-size: 1.8em;
  }

  .mbr-hero {
    padding: 25px;
    /* min-height: 200px; */
    position: relative;
  }

  .width90 {
    width: 90%;
  }

  /* .item img {
    position: absolute;
    right: 20%;
    top: 245px;
    z-index: 999;
    width: 200px;
  } */
}

.bookshelf {
  margin: 2% auto;
  position: relative;
  bottom: 20px;
  padding: 2%;
}

/*slider banner*/
.carousel-indicators {
  position: absolute;
  bottom: -50px;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
@media only screen and ( min-width:768px) {
  .top-banner {
    position: relative;
    margin-top: 50px;
  }

  #carousel-example {
    /* margin: 0 auto; */
  }
}
@media only screen and ( min-width:960px) and (max-width :1278px) {
  .top-banner {
    position: relative;
    overflow: hidden;
  }
}
@media only screen and ( min-width:481px) and (max-width :959px) {
  .top-banner {
    position: relative;
    overflow: hidden;
  }

  #div2 .class-column {
    color: #000;
    display: block !important;
    margin: 0 auto 130px;
    padding: 0 40%;
    text-align: center;
  }
}
@media only screen and ( min-width:321px) and (max-width :480px) {
  .top-banner {
    position: relative;
    margin: 0;
    width: 100%;
  }

  #div2 .class-column {
    color: #000;
    display: block !important;
    margin: 0 auto 120px;
    text-align: center;
  }
}
@media only screen and ( max-width:320px) {
  .top-banner {
    position: relative;
    margin: 0;
    width: 100%;
  }

  #div2 .class-column {
    color: #000;
    display: block !important;
    margin: 0 auto 120px;
    text-align: center;
  }
}

.glyphicon img {
  width: 90px;
}

.info {
  color: #000;
  background-color: #fffa65;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  font-size: 1.2em;
  padding: 5px 10px;
  margin: 10px auto;
  border: none;
  width: 90%;
}

#gotop {
  bottom: 30px;
  background: rgba(233, 81, 70,.6);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  font-family: arial;
  position: fixed;
  padding: 16px;
  width: 55px;
  height: 57px;
  right: 10px;
  z-index: 99;
}

/*bottom style*/

#bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 1em;
  padding: 0;
}

.fixFooterRow {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  height: 100px;
  vertical-align: middle;
}

.fixFooterRow img {
  width: 36px;
  margin: 0 10px;
}

.animate-bottom {
  position: relative;
  -moz-animation: animatebottom .4s;
  -o-animation: animatebottom .4s;
  -webkit-animation: animatebottom .4s;
  animation: animatebottom .4s;
}

.hide {
  display: none !important;
}

.show,
.show-block {
  display: block !important;
}

.show-inline-block {
  display: inline-block !important;
}

.banner-google {
  margin: 0 10px 30px;
  padding: 0;
  border: 1px solid #fff;
  display: inline-block;
}

.banner-google img {
  max-width: 336px;
  width: 100%;
}
@media (min-width: 768px) {


  .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin: 5px 3% 0px 3%;
}

  .carousel-control {
    border-radius: 20px;
    font-size: 2em;
  }

  .video-wrapper {

    width: 60%;
    margin: 2% auto;
  }

  .wrap h3 {
    background: #000000;
    color: #fff;
    font-size: 1.8em;
    margin: 0 auto;
    padding: 0;
  }

  .modal-dialog {
    width: 800px;
    /*調整尺寸*/
    margin: 30px auto;
  }

  .treasure img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .btn-group .btn {
    font-size: 1.5em;
  }

}
@media (max-width: 768px) {
  .col-xs-6 {
    width: 50%;
    padding: 0;
  }

  .tab-wrap .nav-tabs li {
    width: 48%;
    margin-left: 5px;
  }

  .nav-tabs a {
    color: #000;
    font-size: 18px!important;
    padding: 8px !important;
  }

  .carousel-control {
    font-size: 2em;
  }

  .video-wrapper {

    width: 100%;
    margin: 2% auto;
  }

  .wrap {
    border-radius: 5px;
  }

  .wrap h3 {
    background: #000000;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    line-height: 24px;
  }

  .treasure img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .testimonial-image {
    margin-top: 10px !important;
  }

  h3.hero_text {
    /* top: 80px; */
    padding-top: 130px;
  }

  .mbr-hero p {
    color: #333;
    width: 100%;
    margin: 30px 0;
    font-size: 18px;
  }

  .mbr-hero {
    padding: 5px 0;
  }

  .btn-page,
  .btn-page:active,
  .btn-page:focus,
  .btn-page:hover,
  .btn-page:visited {

    vertical-align: baseline;
  }

  .mbr-section__container--isolated {
    padding-bottom: 0;
    padding-top: 0;
  }

  .btn-group .btn {
    font-size: 15px;
    padding: 6px;
  }

}

.fix-button-box {
  position: fixed;
  bottom: 4px;
  display: grid;
  right: 10px;
  z-index: 999;
  padding: 4px;
}

.fix-button-box a {
  padding: 0 !important;
  border: none;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;
  border-radius: unset;
  margin-bottom: 10px;
}

.fix-button-box img {
  width: 45px;
  height: 45px;
}

.fix-button-box img:hover {
  opacity: .6;
}

.footer-banner img {
  border: 1px solid #EBEBEB;
  width: 100%;
}

.wrap > .title {
  margin: 0;
  font-size: 24px;
  text-align: center;
}

.heading h2 {
  color: #fff;
  font-size: 26px;
  background: #603814;
  letter-spacing: 3px;
  line-height: 35px;
  padding: 5px;
  margin: 10px 0 5px;
}

.book-list-wrap {
  padding: 10px;

}

.book-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;

}

.book-wrap h3 {
  color: #333;
  font-size: 1.8em;
  margin: 0;
  padding: 5px;
  text-align: left;
}

.book-wrap p {
  text-align: right !important;
}

.book-wrap a {
  margin: 0;
  font-size: 16px;
}

.book-wrap img {
  padding: 0;
  height: 50px;
}

.wrap p {
  color: #333;
  line-height: 35px;
  margin: 10px auto;
  text-align: center;
}

.wrap p > img {
  margin: 0 auto;
}

.wrap a {
  border: none;
  font-size: 1.5em;
  padding: 5px 0 0;
}

.card-info-box img {
  width: 100%;
}

.price {
  color: red;
  font-size: 2em;
  top: 10px;
  position: relative;
  padding-right: 10px;
}

.thumbnail {
  margin-bottom: 0;

}

.nav-tabs a {
  color: #000;
  font-size: 21px;
}

.nav-tabs a:focus,
.nav-tabs a:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-tabs > li > a:hover {
  background-color: #ccc;
  border-radius: inherit;
}

.tab-content {
  margin-bottom: 0;
  background: #8aa3ca;
}

.tab-content h1 {
  margin: 0 auto 2%;
  font-size: 2.5em;
  letter-spacing: 2px;
}

.tab-wrap.container {
  padding: 1%;
}

.tab-pane {
  padding: 0;
  margin: 0;
}

.section-wrap {
  padding: 0;
  margin: 0;
}

.tab-content h2 {
  color: #ff0;
  margin: 2% auto;
}

.tab-content p {
  text-align: center;
  padding: 0 0 2%;
  color: #FFF;
}

.item-row {
 padding: 2%;
}

.item-row h2 {
  font-size: 24px;
}

.card-title {
  color: #000;
}

.card-info-box a:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.testimonial-name h4 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.carousel-inner {
  margin: 2% auto 0;
}

.carousel {
  margin: 2%;
}

.btn-group a {
  padding: 2px;
}

.card-box-row {
  padding: 0 2%;
}

.mbr-gallery-item img {
  padding: 2%;
}

.nav-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}
