﻿@charset "UTF-8";
.card-boxes {
  border: 0;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
  -webkit-will-change: transform;
  -moz-will-change: transform;
  -o-will-change: transform;
  will-change: transform;
  border-color: #17a2b8;
  border-style: solid;
  border-width: 1px;
}

.card-boxes:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #17a2b8;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-boxes:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-width: 0;
}

.card-boxes:hover:after {
  width: 100%;
}

.card-boxes .card-header {
  background-color: white;
  padding-left: 2rem;
  border-bottom: 0px;
  margin-left: 1px;
  margin-right: 1px;
}

.card-boxes .list-group-item {
  border: 0px;
  padding: 0.25rem;
  color: #808080;
}

.display-2 {
  font-size: 2rem;
}

/*#tabBody0 .btn:not(.ignore-me) {
    font-size: 0.9rem;
    -moz-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    color: black;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    letter-spacing: 1px;
}*/
#tabBody0 .btn-gradient {
  background-color: #eee;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #666;
}

#tabBody0 .btn-gradient:hover {
  color: black;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #17a2b8;
}

.fancyTab {
  text-align: center;
  padding: 10px 0 10px 0;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top: 5px;
  transition: top 0.2s;
  position: relative;
  display: block;
  float: left;
}

.fancyTab.active {
  top: 0;
  transition: top 0.2s;
}

.whiteBlock {
  display: none;
}

.fancyTab.active .whiteBlock {
  display: block;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  width: 99%;
  position: absolute;
  z-index: 1;
}

.fancyTab a {
  font-family: "Source Sans Pro";
  font-size: 1em;
  font-weight: 300;
  transition: 0.2s;
  color: #333;
}

/*.fancyTab .hidden-xs {
          white-space:nowrap;
        }*/
.fancyTabs {
  border-bottom: 2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top: -15px;
  padding-bottom: 0;
}

li.fancyTab.active a {
  padding-top: inherit;
  color: #555;
  cursor: default;
  border: 1px solid #ddd;
}

.fancyTab .fa {
  font-size: 20px;
  width: 100%;
  padding: 15px 0 5px;
  color: #666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
  outline: none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position: relative;
  background-color: #fff;
}

.nav-tabs > li.fancyTab.active > a,
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
  border-width: 0;
}

.nav-tabs > li.fancyTab:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
  border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle=tab] {
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs > li.fancyTab > a {
  margin-right: 0;
  border-top: 0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
  margin-right: 0;
  margin-bottom: 0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
  box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
  box-shadow: none;
  top: 0;
}

.fancyTab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (min-width: 1025px) {
  .padding-custom {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 1366px) {
  .padding-custom {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 1200px) {
  .fancyTab .fa {
    font-size: 20px;
  }
  .fancyTab .hidden-xs {
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .fancyTab .fa {
    font-size: 20px;
  }
  .fancyTab .hidden-xs {
    font-size: 1em;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .fancyTab > a {
    font-size: 1em;
  }
  .nav > li.fancyTab > a {
    padding: 15px 0;
    margin-bottom: inherit;
  }
  .fancyTab .fa {
    font-size: 20px;
  }
  .nav-tabs > li.fancyTab > a {
    border-right: 1px solid transparent;
    padding-bottom: 0;
  }
  .fancyTab.active .fa {
    color: #333;
  }
}
.sagetuta-gog {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 21px solid #e8eaf6;
  position: absolute;
  content: “”;
  top: 0;
  right: -20px;
  z-index: 2;
}

.gog-tabs > li > a {
  position: relative;
}

.gog-tabs > li > a.active {
  background-color: #e8eaf6 !important;
  font-weight: 600;
}
.gog-tabs > li > a.active > i {
  /*color: #42a5f5;*/
}

.gog-tabs > li > a.active::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #e8eaf6;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.gog-tabs > li:hover {
  background-color: #f5f5f5;
}

@keyframes hoverParcariIcon {
  0% {
    fill: #9DA0A4;
    color: #9DA0A4;
  }
  100% {
    fill: #2a2c30;
    color: #2a2c30;
  }
}
@media (min-width: 1200px) {
  .parking-container {
    margin: 0 105px;
  }
}
.parking-container .parking-header {
  color: #9DA0A4;
}

.vertical-line {
  content: "";
  width: 0;
  height: 70%;
  position: relative;
  border: 0.5px solid #dfdfdf;
}

.card-parcari .card-parcari-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-parcari .card-parcari-icon svg {
  width: 100px;
  height: 100px;
  fill: #9DA0A4;
}
.card-parcari h4 {
  text-align: left;
  font-family: inherit;
  color: #9DA0A4;
}
.card-parcari .card-parcari-action {
  display: flex;
  justify-content: left;
}
.card-parcari .card-parcari-action .btn {
  color: #9DA0A4;
  border-color: #9DA0A4;
  width: 100%;
}
.card-parcari .card-parcari-action .btn:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.card-parcari:hover .card-parcari-icon svg {
  animation: hoverParcariIcon 0.5s ease-in;
  fill: #2a2c30;
}
.card-parcari:hover h4 {
  animation: hoverParcariIcon 0.5s ease-in;
  color: #2a2c30;
}
.card-parcari:hover .card-parcari-action .btn {
  color: #007bff;
  border-color: #007bff;
}
.card-parcari:hover .card-parcari-action .btn:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.fancyTab {
  padding: 15px 0 30px 0;
}
.fancyTab svg {
  width: 100%;
  height: 48px;
  fill: #9DA0A4;
  display: block;
  align-self: center;
  padding: 15px 0 5px;
}
.fancyTab.active svg {
  fill: #cfb87c;
}
