.tabs-right .nav-tabs > li.active > a {
  -webkit-box-shadow: 2px 0 0 #57889c;
  -moz-box-shadow: 2px 0 0 #57889c;
  box-shadow: 2px 0 0 #57889c;
  border-top-width: 1px !important;
  border-right: none !important;
  margin-right: 1px !important;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-pills > li,
.tabs-right > .nav-pills > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-pills > li > a,
.tabs-right > .nav-pills > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
  /* DDD */
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}


/*
	 * BACKGROUNDS
	 */
.bg-color-btn-warning {
  background-color: #f8ac59 !important;
  color: #fff !important
}
.bg-color-btn-success {
  background-color: #1a7bb9 !important;
  color: #fff !important
}
.bg-color-btn-primary {
  background-color: #1ab394 !important;
  color: #fff !important
}
.bg-color-blue {
  background-color: #57889c !important;
}
.bg-color-blueLight {
  background-color: #41b6e6 !important;
  /*background-color: #92a2a8 !important;*/
}
}
.bg-color-blueDark {
  background-color: #3491b8 !important;
  /*background-color: #4c4f53 !important;*/
}
.bg-color-green {
  background-color: #5cb85c !important;
  /*background-color: #356e35 !important;*/
}
.bg-color-greenLight {
  background-color: #71843f !important;
}
.bg-color-greenDark {
  background-color: #00793a !important;
  /*background-color: #496949 !important;*/
}
.bg-color-red {
  background-color: #b85c5c !important;
  /*background-color: #a90329 !important;*/
}
.bg-color-redDark {
  background-color: #8f1e26 !important;
}
.bg-color-yellow {
  background-color: #f0ad4e !important;
  /*background-color: #b09b5b !important;*/
}
.bg-color-yellowDark {
  background-color: #cccc00 !important;
  /*background-color: #b09b5b !important;*/
}

.bg-color-orange {
  background-color: #c79121 !important;
}
.bg-color-orangeDark {
  background-color: #a57225 !important;
}
.bg-color-pink {
  background-color: #ac5287 !important;
}
.bg-color-pinkDark {
  background-color: #a8829f !important;
}
.bg-color-purple {
  background-color: #6e587a !important;
}
.bg-color-darken {
  background-color: #404040 !important;
}
.bg-color-lighten {
  background-color: #d5e7ec !important;
}
.bg-color-white {
  background-color: #ffffff !important;
}
.bg-color-grayDark {
  background-color: #525252 !important;
}
.bg-color-magenta {
  background-color: #6e3671 !important;
}
.bg-color-teal {
  background-color: #337ab7 !important;
  /*background-color: #568a89 !important;*/
}
.bg-color-redLight {
  background-color: #a65858 !important;
}

/*
	 * TEXT COLOR
	 */
.txt-color-blue {
  color: #57889c !important;
}
.txt-color-blueLight {
  color: #41b6e6 !important;
  /*color: #92a2a8 !important;*/
}
.txt-color-blueDark {
  color: #4c4f53 !important;
}
.txt-color-green {
  color: #5cb85c !important;
  /*color: #356e35 !important;*/
}
.txt-color-greenLight {
  color: #71843f !important;
}
.txt-color-greenDark {
  color: #00793a !important;
}
.txt-color-red {
  color: #b85c5c !important;
  /*color: #a90329 !important;*/
}
.txt-color-redDark {
  color: #8f1e26 !important;
}
.txt-color-yellow {
  color: #f0ad4e !important;
  /*color: #b09b5b !important;*/
}
.txt-color-yellowDark {
  color: #cccc00 !important;
}
.txt-color-orange {
  color: #c79121 !important;
}
.txt-color-orangeDark {
  color: #a57225 !important;
}
.txt-color-pink {
  color: #ac5287 !important;
}
.txt-color-pinkDark {
  color: #a8829f !important;
}
.txt-color-purple {
  color: #6e587a !important;
}
.txt-color-darken {
  color: #404040 !important;
}
.txt-color-lighten {
  color: #d5e7ec !important;
}
.txt-color-white {
  color: #ffffff !important;
}
.txt-color-grayDark {
  color: #525252 !important;
}
.txt-color-magenta {
  color: #6e3671 !important;
}
.txt-color-teal {
  color: #568a89 !important;
}
.txt-color-redLight {
  color: #a65858 !important;
}


/*
 * SIGNS
 */
.percent-sign:after,
.degree-sign:after {
  content: " %";
  line-height: normal;
}
.degree-sign:after {
  content: "°F";
}

/*
 * Font Weights
 */
.semi-bold {
  font-weight: 400 !important;
}
.ultra-light {
  font-weight: 300 !important;
}
/*
 * Font Sizes
 */

.font-xxs {
  /*font-size: 85% !important;*/
  font-size: 50% !important;
}
.font-xs {
  /*font-size: 85% !important;*/
  font-size: 85% !important;
}
.font-sm {
  /*font-size: 95% !important;*/
  font-size: 95% !important;
}
.font-md {
  /*font-size: 130% !important;*/
  font-size: 100% !important;
}
.font-lg {
  /*font-size: 160% !important;*/
  font-size: 160% !important;
}
.font-xl {
  /*font-size: 200% !important;*/
  font-size: 140% !important;
}
.font-xxl {
  font-size: 200% !important;
  /* font-size: 140% !important; */
}
.font-400 {
  /*font-size: 400% !important;*/
  font-size: 180% !important;
}



.well .form-actions {
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: -19px;
}
.well.well-lg .form-actions {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}
.well.well-sm .form-actions {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -9px;
}


.no-padding > .table-bordered,
.no-padding > .table-responsive > .table-bordered {
  border: none !important;
}
.no-padding > .table-bordered thead tr th:first-child,
.no-padding > .table-bordered thead tr td:first-child,
.no-padding > .table-bordered tbody tr td:first-child,
.no-padding > .table-responsive > .table-bordered thead tr th:first-child,
.no-padding > .table-responsive > .table-bordered thead tr td:first-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
  border-left-width: 0px !important;
}
.no-padding > .table-bordered thead tr th:last-child,
.no-padding > .table-bordered tbody tr td:last-child,
.no-padding > .table-responsive > .table-bordered thead tr th:last-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
  border-right-width: 0px !important;
}
.no-padding > .table-bordered tbody tr:last-child td,
.no-padding > .table-responsive > .table-bordered tbody tr:last-child td {
  border-bottom-width: 0px !important;
}
.no-padding .table-responsive .table {
  margin-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-left > .tab-content {
  margin-left: 109px;
}


.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav-tabs.bordered + .tab-content {
  border: 1px solid #dddddd;
  border-top: none;
}
.tab-content.transparent {
  background-color: transparent;
}
 /* @media print {
   .print-only {
     display: block;
   }
   .no-print {
     display: none;
   }
 } */