html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

b, strong, mark {
  font-weight: bold; }

:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

.ct-h1, .ct-h2, .ct-h3, .ct-h4, .ct-h5, .ct-h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: none; }
  .ct-h1 small,
  .ct-h1 .ct-small, .ct-h2 small,
  .ct-h2 .ct-small, .ct-h3 small,
  .ct-h3 .ct-small, .ct-h4 small,
  .ct-h4 .ct-small, .ct-h5 small,
  .ct-h5 .ct-small, .ct-h6 small,
  .ct-h6 .ct-small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

.ct-h1,
.ct-h2,
.ct-h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  .ct-h1 small,
  .ct-h1 .ct-small,
  .ct-h2 small,
  .ct-h2 .ct-small,
  .ct-h3 small,
  .ct-h3 .ct-small {
    font-size: 65%; }

.ct-h4,
.ct-h5,
.ct-h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  .ct-h4 small,
  .ct-h4 .ct-small,
  .ct-h5 small,
  .ct-h5 .ct-small,
  .ct-h6 small,
  .ct-h6 .ct-small {
    font-size: 75%; }

.ct-h1 {
  font-size: 36px; }

.ct-h2 {
  font-size: 30px; }

.ct-h3 {
  font-size: 24px; }

.ct-h4 {
  font-size: 18px; }

.ct-h5 {
  font-size: 14px; }

.ct-h6 {
  font-size: 12px; }

p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px; }

small,
.ct-small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.ct-mark {
  background-color: #fcf8e3;
  padding: .2em; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

table {
  background-color: transparent; }

th {
  text-align: left; }

.ct-table {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 20px; }
  .ct-table > thead > tr,
  .ct-table > tbody > tr,
  .ct-table > tfoot > tr {
    padding: 0;
    margin: 0; }
    .ct-table > thead > tr > th,
    .ct-table > thead > tr > td,
    .ct-table > tbody > tr > th,
    .ct-table > tbody > tr > td,
    .ct-table > tfoot > tr > th,
    .ct-table > tfoot > tr > td {
      font-size: 14px;
      padding: 9px;
      line-height: 1.42857;
      vertical-align: top;
      border-top: 1px solid #eeeeee; }
  .ct-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #eeeeee; }
  .ct-table > caption + thead > tr:first-child > th,
  .ct-table > caption + thead > tr:first-child > td,
  .ct-table > colgroup + thead > tr:first-child > th,
  .ct-table > colgroup + thead > tr:first-child > td,
  .ct-table > thead:first-child > tr:first-child > th,
  .ct-table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .ct-table > tbody + tbody {
    border-top: 2px solid #eeeeee; }
  .ct-table .ct-table {
    background-color: white; }

.ct-table_condensed > thead > tr > th,
.ct-table_condensed > thead > tr > td,
.ct-table_condensed > tbody > tr > th,
.ct-table_condensed > tbody > tr > td,
.ct-table_condensed > tfoot > tr > th,
.ct-table_condensed > tfoot > tr > td {
  padding: 5px; }

.ct-table_bordered {
  border: 1px solid #eeeeee; }
  .ct-table_bordered > thead > tr > th,
  .ct-table_bordered > thead > tr > td,
  .ct-table_bordered > tbody > tr > th,
  .ct-table_bordered > tbody > tr > td,
  .ct-table_bordered > tfoot > tr > th,
  .ct-table_bordered > tfoot > tr > td {
    border: 1px solid #eeeeee; }
  .ct-table_bordered > thead > tr > th,
  .ct-table_bordered > thead > tr > td {
    border-bottom-width: 2px; }

.ct-table_striped > tbody > tr:nth-child(odd) > td,
.ct-table_striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.ct-table_striped-even > tbody > tr:nth-child(even) > td,
.ct-table_striped-even > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9; }

.ct-table_hover > tbody > tr:hover > td,
.ct-table_hover > tbody > tr:hover > th {
  background-color: #fbfbfb; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.ct-table > thead > tr > td.active,
.ct-table > thead > tr > th.active, .ct-table > thead > tr.active > td, .ct-table > thead > tr.active > th,
.ct-table > tbody > tr > td.active,
.ct-table > tbody > tr > th.active,
.ct-table > tbody > tr.active > td,
.ct-table > tbody > tr.active > th,
.ct-table > tfoot > tr > td.active,
.ct-table > tfoot > tr > th.active,
.ct-table > tfoot > tr.active > td,
.ct-table > tfoot > tr.active > th {
  background-color: #fbfbfb; }

.ct-table-hover > tbody > tr > td.active:hover,
.ct-table-hover > tbody > tr > th.active:hover, .ct-table-hover > tbody > tr.active:hover > td, .ct-table-hover > tbody > tr:hover > .active, .ct-table-hover > tbody > tr.active:hover > th {
  background-color: #eeeeee; }

.ct-table > thead > tr > td.success,
.ct-table > thead > tr > th.success, .ct-table > thead > tr.success > td, .ct-table > thead > tr.success > th,
.ct-table > tbody > tr > td.success,
.ct-table > tbody > tr > th.success,
.ct-table > tbody > tr.success > td,
.ct-table > tbody > tr.success > th,
.ct-table > tfoot > tr > td.success,
.ct-table > tfoot > tr > th.success,
.ct-table > tfoot > tr.success > td,
.ct-table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.ct-table-hover > tbody > tr > td.success:hover,
.ct-table-hover > tbody > tr > th.success:hover, .ct-table-hover > tbody > tr.success:hover > td, .ct-table-hover > tbody > tr:hover > .success, .ct-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.ct-table > thead > tr > td.info,
.ct-table > thead > tr > th.info, .ct-table > thead > tr.info > td, .ct-table > thead > tr.info > th,
.ct-table > tbody > tr > td.info,
.ct-table > tbody > tr > th.info,
.ct-table > tbody > tr.info > td,
.ct-table > tbody > tr.info > th,
.ct-table > tfoot > tr > td.info,
.ct-table > tfoot > tr > th.info,
.ct-table > tfoot > tr.info > td,
.ct-table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.ct-table-hover > tbody > tr > td.info:hover,
.ct-table-hover > tbody > tr > th.info:hover, .ct-table-hover > tbody > tr.info:hover > td, .ct-table-hover > tbody > tr:hover > .info, .ct-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.ct-table > thead > tr > td.warning,
.ct-table > thead > tr > th.warning, .ct-table > thead > tr.warning > td, .ct-table > thead > tr.warning > th,
.ct-table > tbody > tr > td.warning,
.ct-table > tbody > tr > th.warning,
.ct-table > tbody > tr.warning > td,
.ct-table > tbody > tr.warning > th,
.ct-table > tfoot > tr > td.warning,
.ct-table > tfoot > tr > th.warning,
.ct-table > tfoot > tr.warning > td,
.ct-table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.ct-table-hover > tbody > tr > td.warning:hover,
.ct-table-hover > tbody > tr > th.warning:hover, .ct-table-hover > tbody > tr.warning:hover > td, .ct-table-hover > tbody > tr:hover > .warning, .ct-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.ct-table > thead > tr > td.danger,
.ct-table > thead > tr > th.danger, .ct-table > thead > tr.danger > td, .ct-table > thead > tr.danger > th,
.ct-table > tbody > tr > td.danger,
.ct-table > tbody > tr > th.danger,
.ct-table > tbody > tr.danger > td,
.ct-table > tbody > tr.danger > th,
.ct-table > tfoot > tr > td.danger,
.ct-table > tfoot > tr > th.danger,
.ct-table > tfoot > tr.danger > td,
.ct-table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.ct-table-hover > tbody > tr > td.danger:hover,
.ct-table-hover > tbody > tr > th.danger:hover, .ct-table-hover > tbody > tr.danger:hover > td, .ct-table-hover > tbody > tr:hover > .danger, .ct-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .ct-table_responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch; }
    .ct-table_responsive > .ct-table {
      margin-bottom: 0; }
      .ct-table_responsive > .ct-table > thead > tr > th,
      .ct-table_responsive > .ct-table > thead > tr > td,
      .ct-table_responsive > .ct-table > tbody > tr > th,
      .ct-table_responsive > .ct-table > tbody > tr > td,
      .ct-table_responsive > .ct-table > tfoot > tr > th,
      .ct-table_responsive > .ct-table > tfoot > tr > td {
        white-space: nowrap; }
    .ct-table_responsive > .ct-table_bordered {
      border: 0; }
      .ct-table_responsive > .ct-table_bordered > thead > tr > th:first-child,
      .ct-table_responsive > .ct-table_bordered > thead > tr > td:first-child,
      .ct-table_responsive > .ct-table_bordered > tbody > tr > th:first-child,
      .ct-table_responsive > .ct-table_bordered > tbody > tr > td:first-child,
      .ct-table_responsive > .ct-table_bordered > tfoot > tr > th:first-child,
      .ct-table_responsive > .ct-table_bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .ct-table_responsive > .ct-table_bordered > thead > tr > th:last-child,
      .ct-table_responsive > .ct-table_bordered > thead > tr > td:last-child,
      .ct-table_responsive > .ct-table_bordered > tbody > tr > th:last-child,
      .ct-table_responsive > .ct-table_bordered > tbody > tr > td:last-child,
      .ct-table_responsive > .ct-table_bordered > tfoot > tr > th:last-child,
      .ct-table_responsive > .ct-table_bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .ct-table_responsive > .ct-table_bordered > tbody > tr:last-child > th,
      .ct-table_responsive > .ct-table_bordered > tbody > tr:last-child > td,
      .ct-table_responsive > .ct-table_bordered > tfoot > tr:last-child > th,
      .ct-table_responsive > .ct-table_bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.ct-input {
  display: inline-block;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .ct-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .ct-input::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .ct-input:-ms-input-placeholder {
    color: #777777; }
  .ct-input::-webkit-input-placeholder {
    color: #777777; }
  .ct-input[disabled], .ct-input[readonly], fieldset[disabled] .ct-input {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.ct-input {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 20px;
  line-height: 1.42857 \0; }
  input[type="date"].ct-input_sm,
  input[type="time"].ct-input_sm,
  input[type="datetime-local"].ct-input_sm,
  input[type="month"].ct-input_sm {
    line-height: 18px; }
  input[type="date"].ct-input_lg,
  input[type="time"].ct-input_lg,
  input[type="datetime-local"].ct-input_lg,
  input[type="month"].ct-input_lg {
    line-height: 24px; }

.ct-input_sm {
  height: 18px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.ct-input_sm {
  height: 18px;
  line-height: 18px; }

textarea.ct-input_sm,
select[multiple].ct-input_sm {
  height: auto; }

.ct-input_lg {
  height: 24px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0; }

select.ct-input_lg {
  height: 24px;
  line-height: 24px; }

textarea.ct-input_lg,
select[multiple].ct-input_lg {
  height: auto; }

.ct-input_block {
  display: block; }

.ct-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*  &,
    &:active,
    &.active {
      &:focus {
        @include tab-focus();
      }
    }*/ }
  .ct-btn .ct-icon {
    position: relative;
    top: 1px; }
  .ct-btn:hover, .ct-btn:focus {
    color: #333333;
    text-decoration: none; }
  .ct-btn:active, .ct-btn.active {
    outline: 0;
    background-image: none; }
  .ct-btn.disabled, .ct-btn[disabled], fieldset[disabled] .ct-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.ct-btn_default {
  color: #333333;
  background-color: white;
  border-color: #979797; }
  .ct-btn_default:hover, .ct-btn_default:focus, .ct-btn_default:active, .ct-btn_default.active, .open > .ct-btn_default.dropdown-toggle {
    color: #333333;
    /*background-color: darken($background, 10%);
        border-color: darken($border, 12%);*/ }
  .ct-btn_default:active, .ct-btn_default.active, .open > .ct-btn_default.dropdown-toggle {
    background-image: none; }
  .ct-btn_default .badge {
    color: white;
    background-color: #333333; }
  .ct-btn_default.disabled, .ct-btn_default.disabled:hover, .ct-btn_default.disabled:focus, .ct-btn_default.disabled:active, .ct-btn_default.disabled.active, .ct-btn_default[disabled], .ct-btn_default[disabled]:hover, .ct-btn_default[disabled]:focus, .ct-btn_default[disabled]:active, .ct-btn_default[disabled].active, fieldset[disabled] .ct-btn_default, fieldset[disabled] .ct-btn_default:hover, fieldset[disabled] .ct-btn_default:focus, fieldset[disabled] .ct-btn_default:active, fieldset[disabled] .ct-btn_default.active {
    color: white;
    background-color: #777777;
    border-color: #555555; }

.ct-btn_primary {
  color: white;
  background-color: #cc0000;
  border-color: #b30000; }
  .ct-btn_primary:hover, .ct-btn_primary:focus, .ct-btn_primary:active, .ct-btn_primary.active, .open > .ct-btn_primary.dropdown-toggle {
    color: white;
    /*background-color: darken($background, 10%);
        border-color: darken($border, 12%);*/ }
  .ct-btn_primary:active, .ct-btn_primary.active, .open > .ct-btn_primary.dropdown-toggle {
    background-image: none; }
  .ct-btn_primary .badge {
    color: #cc0000;
    background-color: white; }
  .ct-btn_primary.disabled, .ct-btn_primary.disabled:hover, .ct-btn_primary.disabled:focus, .ct-btn_primary.disabled:active, .ct-btn_primary.disabled.active, .ct-btn_primary[disabled], .ct-btn_primary[disabled]:hover, .ct-btn_primary[disabled]:focus, .ct-btn_primary[disabled]:active, .ct-btn_primary[disabled].active, fieldset[disabled] .ct-btn_primary, fieldset[disabled] .ct-btn_primary:hover, fieldset[disabled] .ct-btn_primary:focus, fieldset[disabled] .ct-btn_primary:active, fieldset[disabled] .ct-btn_primary.active {
    color: white;
    background-color: #777777;
    border-color: #555555; }

.ct-btn_success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .ct-btn_success:hover, .ct-btn_success:focus, .ct-btn_success:active, .ct-btn_success.active, .open > .ct-btn_success.dropdown-toggle {
    color: white;
    /*background-color: darken($background, 10%);
        border-color: darken($border, 12%);*/ }
  .ct-btn_success:active, .ct-btn_success.active, .open > .ct-btn_success.dropdown-toggle {
    background-image: none; }
  .ct-btn_success .badge {
    color: #5cb85c;
    background-color: white; }
  .ct-btn_success.disabled, .ct-btn_success.disabled:hover, .ct-btn_success.disabled:focus, .ct-btn_success.disabled:active, .ct-btn_success.disabled.active, .ct-btn_success[disabled], .ct-btn_success[disabled]:hover, .ct-btn_success[disabled]:focus, .ct-btn_success[disabled]:active, .ct-btn_success[disabled].active, fieldset[disabled] .ct-btn_success, fieldset[disabled] .ct-btn_success:hover, fieldset[disabled] .ct-btn_success:focus, fieldset[disabled] .ct-btn_success:active, fieldset[disabled] .ct-btn_success.active {
    color: white;
    background-color: #777777;
    border-color: #555555; }

.ct-btn_info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .ct-btn_info:hover, .ct-btn_info:focus, .ct-btn_info:active, .ct-btn_info.active, .open > .ct-btn_info.dropdown-toggle {
    color: white;
    /*background-color: darken($background, 10%);
        border-color: darken($border, 12%);*/ }
  .ct-btn_info:active, .ct-btn_info.active, .open > .ct-btn_info.dropdown-toggle {
    background-image: none; }
  .ct-btn_info .badge {
    color: #5bc0de;
    background-color: white; }
  .ct-btn_info.disabled, .ct-btn_info.disabled:hover, .ct-btn_info.disabled:focus, .ct-btn_info.disabled:active, .ct-btn_info.disabled.active, .ct-btn_info[disabled], .ct-btn_info[disabled]:hover, .ct-btn_info[disabled]:focus, .ct-btn_info[disabled]:active, .ct-btn_info[disabled].active, fieldset[disabled] .ct-btn_info, fieldset[disabled] .ct-btn_info:hover, fieldset[disabled] .ct-btn_info:focus, fieldset[disabled] .ct-btn_info:active, fieldset[disabled] .ct-btn_info.active {
    color: white;
    background-color: #777777;
    border-color: #555555; }

.ct-btn_warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .ct-btn_warning:hover, .ct-btn_warning:focus, .ct-btn_warning:active, .ct-btn_warning.active, .open > .ct-btn_warning.dropdown-toggle {
    color: white;
    /*background-color: darken($background, 10%);
        border-color: darken($border, 12%);*/ }
  .ct-btn_warning:active, .ct-btn_warning.active, .open > .ct-btn_warning.dropdown-toggle {
    background-image: none; }
  .ct-btn_warning .badge {
    color: #f0ad4e;
    background-color: white; }
  .ct-btn_warning.disabled, .ct-btn_warning.disabled:hover, .ct-btn_warning.disabled:focus, .ct-btn_warning.disabled:active, .ct-btn_warning.disabled.active, .ct-btn_warning[disabled], .ct-btn_warning[disabled]:hover, .ct-btn_warning[disabled]:focus, .ct-btn_warning[disabled]:active, .ct-btn_warning[disabled].active, fieldset[disabled] .ct-btn_warning, fieldset[disabled] .ct-btn_warning:hover, fieldset[disabled] .ct-btn_warning:focus, fieldset[disabled] .ct-btn_warning:active, fieldset[disabled] .ct-btn_warning.active {
    color: white;
    background-color: #777777;
    border-color: #555555; }

.ct-btn_danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .ct-btn_danger:hover, .ct-btn_danger:focus, .ct-btn_danger:active, .ct-btn_danger.active, .open > .ct-btn_danger.dropdown-toggle {
    color: white;
    /*background-color: darken($background, 10%);
        border-color: darken($border, 12%);*/ }
  .ct-btn_danger:active, .ct-btn_danger.active, .open > .ct-btn_danger.dropdown-toggle {
    background-image: none; }
  .ct-btn_danger .badge {
    color: #d9534f;
    background-color: white; }
  .ct-btn_danger.disabled, .ct-btn_danger.disabled:hover, .ct-btn_danger.disabled:focus, .ct-btn_danger.disabled:active, .ct-btn_danger.disabled.active, .ct-btn_danger[disabled], .ct-btn_danger[disabled]:hover, .ct-btn_danger[disabled]:focus, .ct-btn_danger[disabled]:active, .ct-btn_danger[disabled].active, fieldset[disabled] .ct-btn_danger, fieldset[disabled] .ct-btn_danger:hover, fieldset[disabled] .ct-btn_danger:focus, fieldset[disabled] .ct-btn_danger:active, fieldset[disabled] .ct-btn_danger.active {
    color: white;
    background-color: #777777;
    border-color: #555555; }

.ct-btn_link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .ct-btn_link, .ct-btn_link:active, .ct-btn_link[disabled], fieldset[disabled] .ct-btn_link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ct-btn_link, .ct-btn_link:hover, .ct-btn_link:focus, .ct-btn_link:active {
    border-color: transparent; }
  .ct-btn_link:hover, .ct-btn_link:focus {
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent; }
  .ct-btn_link[disabled]:hover, .ct-btn_link[disabled]:focus, fieldset[disabled] .ct-btn_link:hover, fieldset[disabled] .ct-btn_link:focus {
    color: #777777;
    text-decoration: none; }

.ct-btn_lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0; }

.ct-btn_sm {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.ct-btn_xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.ct-btn_block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.ct-btn_block + .ct-btn_block {
  margin-top: 5px; }

input[type="submit"].ct-btn_block,
input[type="reset"].ct-btn_block,
input[type="button"].ct-btn_block {
  width: 100%; }

/* icons 16x16 */
.ct-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/etc/designs/canadian-tire/images/redesign/global/sprite/icons.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0; }

.ct-icon-arrow-top-white {
  background-position: -51px -17px; }

.ct-icon-arrow-bottom-white {
  background-position: -34px -17px; }

.ct-icon-arrow-left-white {
  background-position: -51px 0; }

.ct-icon-arrow-right-white {
  background-position: -34px 0; }

.ct-icon-checkbox {
  background-position: -289px 0; }

.ct-icon-checkbox-active {
  background-position: -289px -17px; }

.ct-icon-arrow-top-red {
  background-position: -17px -17px; }

.ct-icon-arrow-bottom-red {
  background-position: 0 -17px; }

.ct-icon-arrow-left-red {
  background-position: -17px 0; }

.ct-icon-arrow-right-red {
  background-position: 0 0; }

.ct-icon-arrow-top-grey {
  background-position: -170px -17px; }

.ct-icon-arrow-bottom-grey {
  background-position: -153px -17px; }

.ct-icon-arrow-left-grey {
  background-position: -170px 0; }

.ct-icon-arrow-right-grey {
  background-position: -153px 0; }

.ct-icon-round-cross {
  background-position: -68px 0; }

.ct-icon-round-check {
  background-position: -68px -17px; }

.ct-icon-round-minus {
  background-position: -119px 0; }

.ct-icon-round-plus {
  background-position: -119px -17px; }

.ct-icon-round-minus-deselect {
  background-position: -272px 0; }

.ct-icon-round-plus-deselect {
  background-position: -272px -17px; }

.ct-icon-check-white {
  background-position: -85px -17px; }

.ct-icon-cross-white {
  background-position: -85px 0; }

.ct-icon-minus-white {
  background-position: -102px 0; }

.ct-icon-plus-white {
  background-position: -102px -17px; }

.ct-icon-arrow-top-filed-grey {
  background-position: -221px -17px; }

.ct-icon-arrow-bottom-filed-grey {
  background-position: -204px -17px; }

.ct-icon-arrow-left-filed-grey {
  background-position: -221px 0; }

.ct-icon-arrow-right-filed-grey {
  background-position: -204px 0; }

.ct-icon-arrow-top-filed-grey-deselect {
  background-position: -255px -17px; }

.ct-icon-arrow-bottom-filed-grey-deselect {
  background-position: -238px -17px; }

.ct-icon-arrow-left-filed-grey-deselect {
  background-position: -255px 0; }

.ct-icon-arrow-right-filed-grey-deselect {
  background-position: -238px 0; }

.ct-icon-full-screen {
  background-position: -136px -17px; }

.ct-icon-question {
  background-position: -187px -17px; }

.ct-icon-star {
  background-position: -136px 0; }

.ct-icon-cart {
  background-position: -187px 0; }

/* icons 48x48 */
.ct-icon_lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-image: url(/etc/designs/canadian-tire/images/redesign/global/sprite/icons_lg.png); }

.ct-icon-print {
  background-position: 0 0; }

.ct-icon-download {
  background-position: -48px 0; }

.ct-icon-email {
  background-position: -98px 0; }

/* icons 16x16 */
/* icons 48x48 */
.ct-modal {
  z-index: 10000 !important; }
  .ct-modal #fancybox-title {
    padding-top: 0; }
  .ct-modal #fancybox-title-inside {
    line-height: 1.42857;
    background: #e5e5e5;
    font-weight: bold;
    font-size: 18px;
    padding: 12px; }
  .ct-modal #fancybox-close {
    top: 13px;
    right: 23px;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    background: #949494;
    text-decoration: none; }
    .ct-modal #fancybox-close:after {
      content: "X";
      display: block;
      line-height: 24px;
      color: #fff;
      text-align: center;
      font-size: 11px; }

.ct-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .ct-tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .ct-tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .ct-tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .ct-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .ct-tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.ct-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0; }

.ct-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.ct-tooltip.top .ct-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.ct-tooltip.top-left .ct-tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.ct-tooltip.top-right .ct-tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.ct-tooltip.right .ct-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.ct-tooltip.left .ct-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.ct-tooltip.bottom .ct-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.ct-tooltip.bottom-left .ct-tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.ct-tooltip.bottom-right .ct-tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.ct-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  white-space: normal; }
  .ct-popover.top {
    margin-top: -32px; }
  .ct-popover.right {
    margin-left: 32px; }
  .ct-popover.bottom {
    margin-top: 32px; }
  .ct-popover.left {
    margin-left: -32px; }

.ct-popover-big {
  max-width: 400px; }

.ct-popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.ct-popover-content {
  padding: 9px 10px; }

.ct-popover > .arrow, .ct-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.ct-popover > .arrow {
  border-width: 17px; }

.ct-popover > .arrow:after {
  border-width: 16px;
  content: ""; }

.ct-popover.top > .arrow {
  left: 50%;
  margin-left: -17px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -16px; }
  .ct-popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -16px;
    border-bottom-width: 0;
    border-top-color: white; }
.ct-popover.right > .arrow {
  top: 50%;
  left: -16px;
  margin-top: -17px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .ct-popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -16px;
    border-left-width: 0;
    border-right-color: white; }
.ct-popover.bottom > .arrow {
  left: 50%;
  margin-left: -17px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -16px; }
  .ct-popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -16px;
    border-top-width: 0;
    border-bottom-color: white; }
.ct-popover.left > .arrow {
  top: 50%;
  right: -16px;
  margin-top: -17px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .ct-popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -16px; }

.ct-popover_success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .ct-popover_success a {
    color: white; }
    .ct-popover_success a:hover, .ct-popover_success a:focus, .ct-popover_success a:active {
      color: white; }
  .ct-popover_success.top > .arrow {
    border-top-color: #4cae4c; }
    .ct-popover_success.top > .arrow:after {
      border-top-color: #5cb85c; }
  .ct-popover_success.right > .arrow {
    border-right-color: #4cae4c; }
    .ct-popover_success.right > .arrow:after {
      border-right-color: #5cb85c; }
  .ct-popover_success.bottom > .arrow {
    border-bottom-color: #4cae4c; }
    .ct-popover_success.bottom > .arrow:after {
      border-bottom-color: #5cb85c; }
  .ct-popover_success.left > .arrow {
    border-left-color: #4cae4c; }
    .ct-popover_success.left > .arrow:after {
      border-left-color: #5cb85c; }

.ct-popover_info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .ct-popover_info a {
    color: white; }
    .ct-popover_info a:hover, .ct-popover_info a:focus, .ct-popover_info a:active {
      color: white; }
  .ct-popover_info.top > .arrow {
    border-top-color: #46b8da; }
    .ct-popover_info.top > .arrow:after {
      border-top-color: #5bc0de; }
  .ct-popover_info.right > .arrow {
    border-right-color: #46b8da; }
    .ct-popover_info.right > .arrow:after {
      border-right-color: #5bc0de; }
  .ct-popover_info.bottom > .arrow {
    border-bottom-color: #46b8da; }
    .ct-popover_info.bottom > .arrow:after {
      border-bottom-color: #5bc0de; }
  .ct-popover_info.left > .arrow {
    border-left-color: #46b8da; }
    .ct-popover_info.left > .arrow:after {
      border-left-color: #5bc0de; }

.ct-popover_warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .ct-popover_warning a {
    color: white; }
    .ct-popover_warning a:hover, .ct-popover_warning a:focus, .ct-popover_warning a:active {
      color: white; }
  .ct-popover_warning.top > .arrow {
    border-top-color: #eea236; }
    .ct-popover_warning.top > .arrow:after {
      border-top-color: #f0ad4e; }
  .ct-popover_warning.right > .arrow {
    border-right-color: #eea236; }
    .ct-popover_warning.right > .arrow:after {
      border-right-color: #f0ad4e; }
  .ct-popover_warning.bottom > .arrow {
    border-bottom-color: #eea236; }
    .ct-popover_warning.bottom > .arrow:after {
      border-bottom-color: #f0ad4e; }
  .ct-popover_warning.left > .arrow {
    border-left-color: #eea236; }
    .ct-popover_warning.left > .arrow:after {
      border-left-color: #f0ad4e; }

.ct-popover_danger {
  color: white;
  background-color: #cc0000;
  border-color: #b30000; }
  .ct-popover_danger a {
    color: white; }
    .ct-popover_danger a:hover, .ct-popover_danger a:focus, .ct-popover_danger a:active {
      color: white; }
  .ct-popover_danger.top > .arrow {
    border-top-color: #b30000; }
    .ct-popover_danger.top > .arrow:after {
      border-top-color: #cc0000; }
  .ct-popover_danger.right > .arrow {
    border-right-color: #b30000; }
    .ct-popover_danger.right > .arrow:after {
      border-right-color: #cc0000; }
  .ct-popover_danger.bottom > .arrow {
    border-bottom-color: #b30000; }
    .ct-popover_danger.bottom > .arrow:after {
      border-bottom-color: #cc0000; }
  .ct-popover_danger.left > .arrow {
    border-left-color: #b30000; }
    .ct-popover_danger.left > .arrow:after {
      border-left-color: #cc0000; }

/* Custom Variables */
/* Main  */
.ct-tabs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  zoom: 1;
  position: relative; }

.ct-tabs__header {
  background: white;
  float: left;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  padding: 0 16px;
  position: relative;
  left: 10px;
  margin-right: -1px;
  cursor: pointer;
  color: #cc0000;
  font-family: "Lato", sans-serif;
  font-weight: bold; }
  .ct-tabs__header:hover {
    color: #cc0000; }
  .ct-tabs__header.ct-tabs__active {
    color: #333333;
    z-index: 3;
    cursor: auto; }

.ct-tabs__content-wrapper {
  background: white;
  display: none;
  float: right;
  width: 100%;
  margin: 40px 0 0 -100%;
  position: relative;
  z-index: 2; }
  .ct-tabs__content-wrapper.ct-tabs__active {
    display: block; }
  .ct-tabs__content-wrapper .ct-tabs__content {
    border-top: 1px solid #eeeeee;
    padding: 10px; }

