/*
==========================================================================
    Chimps variables
==========================================================================
*/
/* font variables */
/* font size variables */
/* 26-4-2019 */
/*  ---  color for radio  ---  */
/*
==========================================================================
    Chimps mixin
==========================================================================
*/
/*
==========================================================================
    Chimps icons
==========================================================================
*/
.icon-small {
  height: 20px;
  width: 20px;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  display: block; }

.icon-medium {
  height: 24px;
  width: 24px;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  display: block; }

.icon-large {
  height: 30px;
  width: 30px;
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
  display: block; }

.icon-xlarge {
  height: 48px;
  width: 48px;
  -webkit-background-size: 48px 48px !important;
  background-size: 48px 48px !important;
  display: block; }

.chi-rocket {
  background: url(../images/chi-rocket.svg) no-repeat center center; }

.chi-new {
  background: url(../images/chi-new.svg) no-repeat center center; }

.chi-knowledge-sharing {
  background: url(../images/chi-knowledge-sharing.svg) no-repeat center center; }

.chi-company {
  background: url(../images/chi-company.svg) no-repeat center center; }

.chi-information {
  background: url(../images/chi-information.svg) no-repeat center center; }

.chi-glossary {
  background: url(../images/chi-glossary.svg) no-repeat center center; }

.chi-print {
  background: url(../images/chi-print.svg) no-repeat center center; }

.chi-binoculars {
  background: url(../images/chi-binoculars.svg) no-repeat center center; }

/* font-face */
@font-face {
  font-family: 'SourceSansProLight';
  src: url("../fonts/SourceSansProLight.eot");
  src: url("../fonts/SourceSansProLight.eot") format("embedded-opentype"), url("../fonts/SourceSansProLight.woff2") format("woff2"), url("../fonts/SourceSansProLight.woff") format("woff"), url("../fonts/SourceSansProLight.ttf") format("truetype"), url("../fonts/SourceSansProLight.svg#SourceSansProLight") format("svg"); }

@font-face {
  font-family: 'SourceSansProRegular';
  src: url("../fonts/SourceSansProRegular.eot");
  src: url("../fonts/SourceSansProRegular.eot") format("embedded-opentype"), url("../fonts/SourceSansProRegular.woff2") format("woff2"), url("../fonts/SourceSansProRegular.woff") format("woff"), url("../fonts/SourceSansProRegular.ttf") format("truetype"), url("../fonts/SourceSansProRegular.svg#SourceSansProRegular") format("svg"); }

@font-face {
  font-family: 'SourceSansProSemiBold';
  src: url("../fonts/SourceSansProSemiBold.eot");
  src: url("../fonts/SourceSansProSemiBold.eot") format("embedded-opentype"), url("../fonts/SourceSansProSemiBold.woff2") format("woff2"), url("../fonts/SourceSansProSemiBold.woff") format("woff"), url("../fonts/SourceSansProSemiBold.ttf") format("truetype"), url("../fonts/SourceSansProSemiBold.svg#SourceSansProSemiBold") format("svg"); }

@font-face {
  font-family: 'SourceSansProBold';
  src: url("../fonts/SourceSansProBold.eot");
  src: url("../fonts/SourceSansProBold.eot") format("embedded-opentype"), url("../fonts/SourceSansProBold.woff2") format("woff2"), url("../fonts/SourceSansProBold.woff") format("woff"), url("../fonts/SourceSansProBold.ttf") format("truetype"), url("../fonts/SourceSansProBold.svg#SourceSansProBold") format("svg"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small {
  font-size: 80%;
  font-weight: 400; }

mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

input[type="text"] {
  padding: 0 10px;
  background-color: #ffffc1;
  color: #131111;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  input[type="text"]:focus {
    border: 1px solid #8f91a2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

body {
  font-family: "SourceSansProRegular";
  font-size: 14px;
  color: #131111;
  min-height: 100vh; }

.container {
  padding: 0 15px; }

/*
==========================================================================
	Header
==========================================================================
*/
.header-container {
  background-color: #fff; }
  .header-container .header {
    padding: 5px 0;
    height: 40px; }
    .header-container .header .logo {
      max-width: 174px; }

/*
==========================================================================
	Welcome
==========================================================================
*/
.welcome-container {
  background: #cce5ff; }
  .welcome-container .welcome-content {
    padding: 5px 0;
    display: grid;
    grid-template-columns: auto 350px; }
    @media (max-width: 992px) {
      .welcome-container .welcome-content {
        grid-template-columns: auto;
        justify-items: center; } }
  .welcome-container h1 {
    font-size: 18px;
    font-weight: normal;
    font-family: "SourceSansProRegular";
    margin: 3px 0 0 0;
    padding-top: 3px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 992px) {
      .welcome-container h1 {
        justify-content: center; } }
  .welcome-container .btn-binocular {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -3px; }
  .welcome-container .search {
    height: 34px;
    width: 100%;
    background: #FFFFFF url(../images/chi-search.svg) no-repeat 1px 1px !important;
    background-size: 30px auto !important;
    padding: 0 10px 0 40px; }

/*
==========================================================================
	top-container
==========================================================================
*/
.top-container {
  background: #F5F5F5; }

.top-content {
  padding: 5px 0;
  display: grid;
  grid-template-columns: auto 350px; }
  @media (max-width: 992px) {
    .top-content {
      grid-template-columns: auto;
      justify-items: center; } }

.top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 992px) {
    .top-right {
      justify-content: flex-end; } }
  .top-right .btn-print {
    margin-right: 10px; }
  .top-right select.form-control {
    background-color: #FFFFFF !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 240px;
    height: 30px;
    border: 1px solid #8f91a2;
    padding: 4px 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .top-right select.form-control:focus {
      border-color: #8f91a2;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.breadcrumbs {
  float: left;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0;
  display: flex;
  list-style: none; }
  .breadcrumbs li a {
    color: #131111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .breadcrumbs li a:hover {
      color: #37c5ab; }
  .breadcrumbs li.active {
    color: #8f91a2; }
  .breadcrumbs li:before {
    content: "/";
    padding: 0 5px;
    display: inline-block; }
  .breadcrumbs li:first-child:before {
    display: none; }

/*
==========================================================================
	help-container
==========================================================================
*/
.help-container {
  background: #f9f9f9;
  padding: 0; }
  .help-container .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: auto 1fr;
    grid-template-columns: auto 1fr; }
    .help-container .content.is-mechanic {
      -ms-grid-template-columns: auto;
      grid-template-columns: auto; }
      @media (min-width: 768px) {
        .help-container .content.is-mechanic {
          -ms-grid-template-columns: 200px 1fr;
          grid-template-columns: 200px 1fr; } }

.tab-pane {
  display: none; }
  .tab-pane.active {
    display: block; }

.btn-booking {
  background: #3a88ce;
  color: #FFFFFF;
  padding: 8px 20px;
  font-size: 16px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-decoration: none; }
  .btn-booking:hover {
    text-decoration: none;
    background: #3a88ce;
    color: #FFFFFF; }

.tab-content {
  display: block; }

.nav-tabs-help,
.nav-tabs-help-vertical {
  border: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-tabs-help li a,
  .nav-tabs-help-vertical li a {
    background-color: #e4e4e4;
    color: #131111;
    display: block;
    margin: 0;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .nav-tabs-help li a:hover,
  .nav-tabs-help li.active a,
  .nav-tabs-help-vertical li a:hover,
  .nav-tabs-help-vertical li.active a {
    background: #3a88ce;
    color: #FFFFFF !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

.nav-tabs-help {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .nav-tabs-help li {
    background: #e4e4e4;
    color: #131111;
    text-align: center;
    font-family: "SourceSansProSemiBold";
    font-size: 16px;
    border-right: 2px solid #FFFFFF; }
    .nav-tabs-help li a {
      float: left;
      padding: 10px 12px; }
      @media (min-width: 992px) {
        .nav-tabs-help li a {
          width: 170px; } }

.nav-tabs-help-vertical li {
  float: none;
  padding: 0;
  margin: 5px 0 0 0; }
  .nav-tabs-help-vertical li:first-child {
    margin: 0; }
  .nav-tabs-help-vertical li a {
    text-align: center;
    padding: 5px 10px; }

.help-side-bar {
  padding: 15px 0 15px 15px; }
  @media (max-width: 768px) {
    .help-side-bar {
      padding: 15px; } }

.side-bar-icon {
  background-color: #cce5ff;
  width: 80px;
  padding: 0; }
  .side-bar-icon ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .side-bar-icon ul li {
      background-color: #cce5ff;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      padding: 10px 10px;
      text-align: center;
      cursor: pointer; }
      .side-bar-icon ul li:hover, .side-bar-icon ul li.active {
        background-color: #FFFFFF; }
      .side-bar-icon ul li i {
        position: relative;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
        background-size: 40px 40px;
        background-position: center center; }

.help-content {
  padding: 15px; }

.help-content_nav {
  margin-bottom: 10px;
  background-color: #e4e4e4;
  overflow: hidden; }

.help-content_body {
  padding: 20px;
  background-color: #FFFFFF;
  min-height: 100%; }
  @media (min-width: 1200px) {
    .help-content_body {
      min-height: calc(100vh - 164px); } }
  .help-content_body h2 {
    color: #3a88ce; }

@media (min-width: 1200px) {
  .is-nav-tabs .help-content_body {
    min-height: calc(100vh - 168px) !important; } }

@media (min-width: 1200px) {
  .is-mechanic .help-content_body {
    min-height: calc(100vh - 204px) !important; } }

.card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px 0 20px; }

.card {
  margin: 20px;
  text-align: center;
  padding: 40px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
  width: 300px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden; }
  .card:hover {
    background-color: #cce5ff; }
    .card:hover .card-icon {
      background-color: #FFFFFF; }
  .card h3 {
    font-size: 20px;
    margin-bottom: 26px; }
  .card ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .card ul li {
      padding: 2px 0; }
      .card ul li a {
        text-decoration: underline;
        color: #131111;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .card ul li a:hover {
          color: #37c5ab; }
  .card .card-icon {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
    background: #F5F5F5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    .card .card-icon i {
      position: relative;
      left: initial;
      top: initial;
      background-size: 40px 40px;
      background-position: center center;
      width: 40px;
      height: 40px;
      display: block;
      margin: 0 auto; }

.btn-area {
  text-align: center;
  margin-top: 20px; }

.item-row {
  padding-bottom: 30px; }

.item-row-title,
.item-title,
.item-content {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.item-title {
  background: #99ccff;
  padding: 9px 10px;
  font-family: "SourceSansProSemiBold";
  font-size: 16px;
  text-align: center;
  height: 42px; }

.item-content {
  background: #f9f9f9;
  padding: 5px 10px 0 10px;
  display: block; }

.item-row--dashboard .item-group .item-title {
  background: #e4e4e4; }

.item-group::after {
  content: '';
  display: table;
  clear: both; }

.item-group .item-row {
  padding-bottom: 0; }

.item-group .item-title {
  width: 140px;
  float: left;
  margin-right: 20px; }

.item-group .item-group1 .item-title {
  background: #99ccff; }

.item-group .item-group2 .item-title {
  background: #deebf7; }

.item-group.item-group1, .item-group.item-group2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 140px auto;
  grid-template-columns: 140px auto;
  grid-column-gap: 20px; }

.item-group.item-group2 {
  margin-top: 20px; }
  .item-group.item-group2:first-child {
    margin-top: 0; }

.item {
  width: 200px;
  position: relative;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  cursor: pointer; }
  .item.width-auto {
    width: auto; }
  .item h4 {
    font-weight: normal;
    font-size: 16px;
    padding: 6px 10px;
    text-align: center;
    margin: 0;
    height: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .item h4:hover {
      background: #3a88ce;
      color: #FFFFFF; }
  .item ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    display: none;
    background-color: #FFFFFF;
    width: 100%;
    max-height: 120px;
    overflow: auto;
    border: 1px solid #cbced7; }
    .item ul li a {
      text-decoration: none;
      display: block;
      padding: 5px 10px;
      color: #131111; }
      .item ul li a:hover {
        background: #f9f9f9; }
  .item:hover ul {
    display: block; }
  .item:hover h4 {
    background: #3a88ce;
    color: #FFFFFF; }
