/*Colors*/
/*Variables*/
/*Font sizes*/
/*80px*/
/*60px*/
/*40px*/
/*25px*/
/*22px*/
/*20px*/
/*18px*/
/*16px*/
/*19px*/
.mod-header.show-tabs {
  padding-bottom: 0 !important; }

.mod-body.show-tabs {
  margin-top: 0 !important; }
  @media (max-width: 767px) {
    .mod-body.show-tabs {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.tab-wrapper {
  margin-top: 1em;
  margin-left: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (min-width: 768px) {
    .tab-wrapper {
      margin-left: 0; } }
  .tab-wrapper .btn-tab {
    width: 180px;
    margin-right: 5px;
    height: 3em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .tab-wrapper .btn-tab.inactive {
      color: #206FEE;
      border: 1px solid #eeeeee;
      background-color: white;
      border-bottom: none; }

.img-row {
  height: 80px !important; }

.hide-tab {
  display: none !important; }
