/*
Breaks express styling
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
body,
html {
  font-size: 100%;
}

.advHandicapping *, .productGroup *, .shopping-cart *, .payment-methods * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ts-wrap {
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
}

.ts-wrap img.loading {
  height: 1em;
  width: 1em;
}

.ts-wrap .session-error {
  width: 100%;
  padding: 1em 0;
}
.ts-wrap .session-error > h1 {
  width: 100%;
  color: #f00;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}
.ts-wrap .session-error h1 ~ h2 {
  width: 100%;
  font-size: 1.5em;
  text-align: center;
}

/* reset styles hijacked by site.css */
.ts-wrap table {
  border-collapse: initial;
}
.ts-wrap h1,
.ts-wrap h2,
.ts-wrap h3,
.ts-wrap h4,
.ts-wrap h5 {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-weight: normal;
  background: none;
  text-transform: none;
}
.ts-wrap .button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  white-space: inherit;
  text-transform: none;
}
.ts-wrap .right {
  float: none;
  margin: 0;
  padding: 0;
}
.ts-wrap .left {
  float: none;
  margin: 0;
  padding: 0;
}
select {
  color: inherit;
  font-weight: normal;
}
select:focus, input:focus, textarea:focus {
  outline: thin solid #107dc5;
}
input[type='radio']:focus {
  outline: none;
}
/* end site.css un-hijacking */

.pointer {
  cursor: pointer;
}

.button {
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  height: 39px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.grey-button {
/*background: -webkit-linear-gradient(top, #868686 49%, #5C5C5C 51%);*/
/*background: -moz-linear-gradient(top, #868686 49%, #5C5C5C 51%);*/
/*background: -o-linear-gradient(top, #868686 49%, #5C5C5C 51%);*/
/*background: -ms-linear-gradient(top, #868686 49%, #5C5C5C 51%);*/
/*background: linear-gradient(to bottom, #868686 49%, #5C5C5C 51%);*/
/*width:75%;*/
  background: url("https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12") repeat-x 0 -40px;
  border: 1px solid #444;
  margin-left: 10px;
}
.grey-button:hover {
  box-shadow: 0 0 12px #5c5c5c;
}
.blue-button {
/*background: -webkit-linear-gradient(top, #38A5D0 49%, #048DC1 51%);*/
/*background: -moz-linear-gradient(top, #38A5D0 49%, #048DC1 51%);*/
/*background: -o-linear-gradient(top, #38A5D0 49%, #048DC1 51%);*/
/*background: -ms-linear-gradient(top, #38A5D0 49%, #048DC1 51%);*/
/*background: linear-gradient(to bottom, #38A5D0 49%, #048DC1 51%);*/
  background: url("https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12") repeat-x 0 0px;
  width: 75%;
}
.blue-button:hover {
  box-shadow: 0 0 12px #048dc1;
}
.black-button {
  background-color: #000;
  margin-left: 10px;
}
.black-button:hover {
  box-shadow: 0 0 12px #fff;
}
.sprite {
  background: url("../images/sprites/images/TS_BRIS_Sprite_v-3.18.12.png") no-repeat;
}
.sprite1px {
  background: url("https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12") repeat-x;
}
.sprite.inline {
  display: inline-block;
  vertical-align: baseline;
}
.sprite.magnifying-glass,
.sprite.view-product {
  width: 12px;
  height: 12px;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  background-position: 0 0;
}
.sprite.red-circle-minus,
.sprite.remove-from-cart {
  width: 15px;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  background-position: 0 -48px;
}
.sprite.red-circle-x {
  width: 19px;
  height: 19px;
  min-width: 19px;
  min-height: 19px;
  max-width: 19px;
  max-height: 19px;
  background-position: 0 -710px;
}
.sprite.white-check-mark,
.sprite.free-with-daypass {
  background-position: 0 -350px;
  width: 17px;
  height: 17px;
  min-width: 17px;
  max-width: 17px;
  min-height: 17px;
  max-height: 17px;
}
.sprite.dark-info-badge,
.sprite.product-info-badge {
  background-position: -1px -330px;
  width: 13px;
  height: 14px;
  min-width: 13px;
  min-height: 14px;
  max-width: 13px;
  max-height: 14px;
}
.sprite.light-info-badge,
.sprite.day-pass-info-badge {
  background-position: -1px -310px;
  width: 13px;
  height: 14px;
}
.sprite.calendar,
.sprite.pick-date {
  width: 42px;
  height: 44px;
  min-width: 42px;
  min-height: 44px;
  max-width: 42px;
  max-height: 44px;
  background-position: 0 -370px;
}
.sprite.white-arrow-down {
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  max-width: 23px;
  max-height: 23px;
  background-position: 0 -190px;
}
.sprite.grey-circle-green-check {
  width: 39px;
  height: 39px;
  min-width: 39px;
  min-height: 39px;
  max-width: 39px;
  max-height: 39px;
  background-position: 0 -610px;
}
.sprite.grey-circle-no-check {
  width: 39px;
  height: 39px;
  min-width: 39px;
  min-height: 39px;
  max-width: 39px;
  max-height: 39px;
  background-position: 0 -660px;
}
.sprite.blue-translucent-sun {
  width: 84px;
  height: 84px;
  min-width: 84px;
  min-height: 84px;
  max-width: 84px;
  max-height: 84px;
  background-position: 0 -220px;
}
.sprite.shopping-cart-black-icon {
  width: 29px;
  height: 22px;
  min-width: 29px;
  min-height: 22px;
  max-width: 29px;
  max-height: 22px;
  background-position: 0 -20px;
}
.sprite.shopping-cart-white-icon {
  width: 31px;
  height: 24px;
  min-width: 31px;
  min-height: 24px;
  max-width: 31px;
  max-height: 24px;
  background-position: 0 -580px;
}
.sprite.shopping-cart-white-icon {
  width: 20px;
  height: 14px;
  min-width: 20px;
  min-height: 14px;
  max-width: 20px;
  max-height: 14px;
  background-position: -1px -815px;
}
.sprite.shopping-cart-add-white-icon {
  width: 30px;
  height: 20px;
  min-width: 30px;
  min-height: 20px;
  max-width: 30px;
  max-height: 20px;
  background-position: 0 -809px;
}
.sprite.shopping-cart-remove-white-icon {
  width: 30px;
  height: 20px;
  min-width: 30px;
  min-height: 20px;
  max-width: 30px;
  max-height: 20px;
  background-position: 0 -841px;
}
.sprite.download-page-white-icon {
  width: 17px;
  height: 21px;
  min-width: 17px;
  min-height: 21px;
  max-width: 17px;
  max-height: 21px;
  background-position: -1px -739px;
}
.sprite.view-page-white-icon {
  width: 19px;
  height: 22px;
  min-width: 19px;
  min-height: 22px;
  max-width: 19px;
  max-height: 22px;
  background-position: -1px -774px;
}
.sprite1px.grey-bevel {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  background-color: #b5b5b5;
  background-position: 0 -120px;
}
.sprite1px.light-grey-bevel {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  background-color: #dadada;
  background-position: 0 -151px;
}
.sprite1px.red-bevel,
.sprite1px.red-bevel-white-gradient {
  height: 39px;
  min-height: 39px;
  max-height: 39px;
  background-color: #d7242e;
  background-position: 0 -80px;
}
.sprite1px.blue-bevel,
.sprite1px.blue-bevel-white-gradient {
  height: 39px;
  min-height: 39px;
  max-height: 39px;
  background-color: #005fb3;
  background-position: 0 0;
}
.sprite1px.black-bevel,
.sprite1px.black-bevel-white-gradient {
  height: 39px;
  min-height: 39px;
  max-height: 39px;
  background-color: #333;
  background-position: 0 -40px;
}
.sprite1px.blue-bevel-white-gradient {
  background: -webkit-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 0;
  background: -moz-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 0;
  background: -o-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 0;
  background: -ms-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 0;
  background: linear-gradient(170deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 0;
}

.sprite1px.red-bevel-white-gradient {
  background: -webkit-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -80px;
  background: -moz-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -80px;
  background: -o-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -80px;
  background: -ms-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -80px;
  background: linear-gradient(170deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -80px;
}

.sprite1px.green-bevel-white-gradient {
  background: -webkit-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -254px;
  background: -moz-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -254px;
  background: -o-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -254px;
  background: -ms-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -254px;
  background: linear-gradient(170deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -254px;
}

.sprite1px.black-bevel-white-gradient {
  background: -webkit-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -40px;
  background: -moz-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -40px;
  background: -o-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -40px;
  background: -ms-linear-gradient(280deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -40px;
  background: linear-gradient(170deg, transparent, rgba(255,255,255,0.6) 2px, transparent 40%),
    url('https://www.twinspires.com/tsui/widgets/images/sprites/images/TS_BRIS_1px_Sprite.png?v=3.18.12') repeat-x 0 -40px;
}

.accordion-select {
  position: relative;
}
.accordion-select .select {
  border: 1px solid #000;
  padding: 0.25em;
  min-height: 1em;
  font-weight: bold;
}
.accordion-select .select .loading {
  height: 0.9em;
}
.accordion-select .select .expander {
  float: right;
  width: 0;
  height: 0;
  margin-top: 0.25em;
  border: 0.5em solid transparent;
  -webkit-transition: border ease-out 0.4s;
  -moz-transition: border ease-out 0.4s;
  -o-transition: border ease-out 0.4s;
  transition: border ease-out 0.4s;
}
.accordion-select.expanded .select .expander {
  border-top-width: 0em;
  border-bottom-width: 1em;
  border-bottom-color: #000;
}
.accordion-select.contracted .select .expander {
  border-top-width: 1em;
  border-top-color: #000;
  border-bottom-width: 0em;
}
.accordion-select .accordion {
  z-index: 1000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 24em;
  padding: 0.1em;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  transform-origin: top left;
  transform: scale(1, 1);
  opacity: 1;
}
.accordion-select .accordion.ng-hide-add,
.accordion-select .accordion.ng-hide-remove {
  display: block !important;
}
.accordion-select .accordion.ng-hide {
  transform: scale(1, 0);
  opacity: 0;
}
.accordion-select .accordion-pane {
  margin-bottom: 1px;
}
.accordion-select .accordion-pane:last-of-type {
  margin-bottom: 0;
}
.accordion-pane .accordion-head {
  color: #333;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #ccc;
  height: 32px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0.25em;
  border: thin outset #aaa;
  background-color: #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-pane .accordion-pane .accordion-head {
  color: #444;
  text-shadow: 1px 1px 1px #eee;
  padding-left: 1.2em;
  border: thin outset #bbb;
  background-color: #eee;
}
.accordion-pane .accordion-pane .accordion-pane .accordion-head {
  padding-left: 2.2em;
}
.accordion-pane .accordion-head .expander {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: 50%;
  margin-top: -12px;
  margin-right: 0.25em;
  text-align: center;
  font-weight: bolder;
  color: #000;
  text-shadow: none;
  background-color: #fff;
  border: thin inset #999;
}
.accordion-pane.expanded .accordion-head .expander::before {
  content: "-";
}
.accordion-pane.contracted .accordion-head .expander::before {
  content: "+";
}
.accordion-pane .accordion-head,
.accordion-select .select,
.accordion-select .option {
  cursor: pointer;
}
.accordion-pane ul {
  list-style-type: none;
}
.accordion-pane ul li {
  padding: 0.3em;
  padding-left: 1.5em;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff;
}
.accordion-pane .accordion-pane ul li {
  padding-left: 2.7em;
}
.accordion-pane .accordion-pane .accordion-pane ul li {
  padding-left: 3.9em;
}
.accordion-pane ul li.odd {
  background-color: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.accordion-pane ul li:hover {
  background-color: #ddd;
}
.accordion-pane ul li.selected {
  background-color: #444;
}
.accordion-pane ul li a {
  color: #3086ca;
  font-weight: normal;
  text-decoration: none;
}
.accordion-pane ul li:hover a {
  text-decoration: underline;
}
.accordion-pane ul li.selected a {
  color: #fff;
}

.date-picker {
  text-align: center;
  font-weight: normal;
  min-width: 10.5em;
  padding: 0.75em;
  box-sizing: content-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  transform-origin: top left;
  transform: scale(1, 1);
  opacity: 1;
}
.date-picker.ng-hide-add,
.date-picker.ng-hide-remove {
  display: block !important;
}
.date-picker.ng-hide {
  transform: scale(0, 0);
  opacity: 0;
}
.date-picker .month-header {
  position: relative;
}
.date-picker .month-header .prev,
.date-picker .month-header .next {
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
  top: 0.25em;
  border: 0.5em solid transparent;
}
.date-picker .month-header .prev {
  left: -0.5em;
  border-right-color: inherit;
}
.date-picker .month-header .next {
  right: -0.5em;
  border-left-color: inherit;
}
.date-picker .day-header,
.date-picker .week {
  height: 1.5em;
  min-height: 1.5em;
}
.date-picker .day {
  float: left;
  width: 1.5em;
  min-width: 1.5em;
  max-width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border-style: solid;
  box-sizing: border-box !important;
  text-decoration: none;
}
.date-picker .week .day {
  border-width: 1px 0 0 1px;
}
.date-picker .week .day:last-child {
  border-right-width: 1px;
}
.date-picker .week:last-child > .day {
  border-bottom-width: 1px;
}
.date-picker .day.valid {
  font-weight: bold;
  background-color: #060;
}
.date-picker .day.valid:hover {
  cursor: pointer;
  text-decoration: underline;
}
.date-picker .day.invalid {
  background-color: #700;
}
.date-picker .day.invalid:hover {
  cursor: not-allowed;
  text-decoration: line-through;
}
.date-picker .day.invalid * {
  opacity: 0.8;
}
.date-picker .day.last-month,
.date-picker .day.next-month {
  background-color: #444;
}
.date-picker .day.last-month *,
.date-picker .day.next-month * {
  opacity: 0.4;
}

.app-modal,
.app-modal .app-modal-box {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.app-modal.ng-hide-add,
.app-modal.ng-hide-remove {
  display: block !important;
}
.app-modal .app-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 90000;
}
.app-modal .app-modal-box {
  position: fixed;
  background: #000;
  z-index: 100000;
  border: thin solid #aaa;
  opacity: 1;
  transform: scale(1, 1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 800px;
  height: 640px;
  margin: auto;
  overflow: auto;
}
.app-modal.ng-hide .app-modal-box {
  opacity: 0;
  transform: scale(0, 0);
}
.app-modal .app-modal-box .app-modal-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 800px) {
  .app-modal .app-modal-box {
    width: 100%;
  }
  .app-modal .app-modal-box .app-modal-content {
    min-width: 400px;
  }
}
@media all and (max-height: 600px) {
  .app-modal .app-modal-box {
    height: 100%;
  }
}
.app-modal .app-modal-box .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 2em;
}
.app-modal .modal-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.app-modal .modal-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30%;
  left: 0;
  text-align: left;
  overflow: auto;
}
.app-modal .modal-left-center {
  vertical-align: middle;
  position: static;
}
.app-modal .modal-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 70%;
  overflow: auto;
  border-left: 1px solid #cbcbcb;
  outline: thin solid transparent;
}
.app-modal .modal-right-center {
  font-weight: bold;
}

.tooltip-wrapper {
  position: relative !important;
  display: inline !important;
  overflow: visible !important;
  max-height: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
.tooltip {
  z-index: 1000000 !important;
  position: absolute !important;
  display: inline-block;
  color: #000;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  width: 12em;
  padding: 12px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.tooltip.ng-hide-add,
.tooltip.ng-hide-remove {
  opacity: 1;
  display: block !important;
}
.tooltip.ng-hide {
  opacity: 0;
}
.tooltip:after,
.tooltip:before {
  content: '' !important;
  position: absolute !important;
  border-width: 14px;
  border-color: #fff;
  border-style: solid !important;
  border-left-width: 14px !important;
  border-left-color: transparent !important;
  border-right-width: 14px !important;
  border-right-color: transparent !important;
}
.tooltip.top {
  bottom: 13px !important;
  bottom: calc(100% + 13px) !important;
}
.tooltip-wrapper.bottom {
  top: 100% !important;
}
.tooltip.bottom {
  top: 13px !important;
  top: calc(100% + 13px) !important;
}
.tooltip.right {
  left: -46px !important;
}
.tooltip.left {
  right: -46px !important;
}
.tooltip.top:after {
  border-bottom: none !important;
  bottom: -12.8px !important;
}
.tooltip.top:before {
  border-bottom: none !important;
  border-top-width: 14px;
  border-top-color: inherit !important;
  bottom: -14px !important;
}
.tooltip.bottom:after {
  border-top: none !important;
  top: -12.8px;
}
.tooltip.bottom:before {
  border-top: none !important;
  border-bottom-color: inherit !important;
  top: -14px !important;
}
.tooltip.right:after,
.tooltip.right:before {
  left: 31px !important;
}
.tooltip.left:after,
.tooltip.left:before {
  right: 31px !important;
}
.tooltip .tooltip-title {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 6px 0;
  margin: 0;
}
.tooltip .tooltip-text {
  font-size: 12px;
  padding: 0;
  margin: 0;
}