.tabs {
  position: relative; }
  .tabs .canvas {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0 0 0;
    position: relative;
    top: -1px; }
    .tabs .canvas .row > div > :last-child > :last-child {
      margin-bottom: 1.5rem !important; }
  .tabs .pager {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block; }
    @media (min-width: 992px) {
  .tabs .pager::-webkit-scrollbar {
    height: 4px;
    opacity: 0; }
  .tabs .pager::-webkit-scrollbar-track {
    background: #ddd; }
  .tabs .pager::-webkit-scrollbar-thumb {
    background-color: rgba(91, 103, 112, 1);
    outline: 1px solid rgba(91, 103, 112, 1);
    cursor: pointer; } }
    .tabs .pager ul {
      text-align: left;
      white-space: nowrap;
      font-size: 0px;
      width: auto;
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .tabs .pager ul li {
        display: inline-block;
        margin-right: 5px; }
        .tabs .pager ul li:last-of-type {
          margin-right: 60px; }
      .tabs .pager ul a {
        display: block;
        font-weight: bold;
        letter-spacing: 1px;
        color: #ddd;
        text-decoration: none;
        padding: 0 20px;
        line-height: 44px;
        border: 1px solid transparent;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -ms-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8125rem;
        border-radius: 0px 0px 0 0; }
      .tabs .pager ul li:hover a {
        color: rgba(91, 103, 112, 1); }
      .tabs .pager ul li.act a {
        border: 1px solid #ddd;
        color: rgba(91, 103, 112, 1); }
        .tabs .pager ul li.act a:before {
          content: "";
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0px;
          bottom: -1px;
          display: block;
          background: #e5e5e5; }
          .colAjax .tabs .pager ul li.act a:before {
            background: #e5e5e5; }
  .tabs .prev-next {
    width: 60px;
    background: #e5e5e5;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    display: block;
    z-index: 10;
    display: none; }
    .colAjax .tabs .prev-next {
      background: #e5e5e5; }
    .tabs .prev-next.act {
      display: block; }
    .tabs .prev-next > * {
      width: 30px;
      height: 100%;
      cursor: pointer;
      display: block;
      float: left;
      position: relative; }
      .tabs .prev-next > *:before {
        content: "\2c2";
        width: 25px;
        height: 25px;
        font-size: 1rem;
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        color: #ddd;
        line-height: 25px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease; }
      .tabs .prev-next > *:hover::before {
        color: rgba(91, 103, 112, 1); }
    .tabs .prev-next > .next:before {
      content: "\2c3"; }
