﻿@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
.process-overlay {
  position: fixed;
  width: 100%;
  height: 150%;
  background: rgba(255, 255, 255, 0.75) url(https://static.koalay.com/Images/KoalayApp/Travel/plane.png) no-repeat
    center;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-animation: fly 3s infinite linear;
  background-size: 30% auto;
}
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active,
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave,
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #0fb8ad;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #444 1px 0 6px 1px;
  -ms-box-shadow: #444 1px 0 6px 1px;
  -webkit-box-shadow: #444 1px 0 6px 1px;
  box-shadow: #444 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
* {
  box-sizing: border-box;
}
body,
html {
  font-family: Arial, sans-serif;
  background: #f9f9f9 url(https://static.koalay.com/images/koalayapp/apps_bg.png);
  color: #505050;
  width: 100%;
  padding-bottom: 64px;
}
a {
  text-decoration: none;
  color: initial;
  display: inline-block;
}
b,
strong {
  font-weight: 700;
}
h1 {
  color: #0fb8ad;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 16px;
}
table {
  display: table;
  width: 100%;
}
td {
  padding: 8px;
}
td:first-child {
  padding-left: 0;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select {
  border: 2px solid #efefef;
  display: block;
  outline: 0;
  padding: 16px 8px;
  font-size: 16px;
  color: #505050;
  -webkit-appearance: none;
  border-radius: 0;
  background: 0 0;
  font-family: Arial, sans-serif;
  width: 100%;
  transition: 0.3s;
}
input:disabled {
  background: #eee;
}
datepicker {
  background: url(https://static.koalay.com/Images/KoalayApp/Travel/ico-calendar.png) no-repeat;
  background-position: 95% center;
  background-size: 20px 20px;
}
input:focus,
select:focus {
  border-color: #999;
}
[type="checkbox"].custom-checkbox:checked,
[type="checkbox"].custom-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"].custom-checkbox:checked + label,
[type="checkbox"].custom-checkbox:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  padding-top: 5px;
  color: #828499;
  font-size: 14px;
}
[type="checkbox"].custom-checkbox:checked + label:before,
[type="checkbox"].custom-checkbox:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 3px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
}
[type="checkbox"].custom-checkbox:checked + label:after,
[type="checkbox"].custom-checkbox:not(:checked) + label:after {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #fff;
  transition: all 0.2s;
  background-color: #0fb8ad;
  text-align: center;
  line-height: 24px;
}
[type="checkbox"].custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].custom-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.dealer-logo {
  max-width: 270px;
  max-height: 40px;
  margin-top: 24px;
}
.container {
  /*width:1170px;*/
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
  min-width: 960px;
  width: calc(100% - 30px);
}
.clearfix {
  clear: both;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.input-container {
  margin-bottom: 16px;
  position: relative;
}
.input-container p {
  margin-bottom: 8px;
  color: #777;
}
.notification-text {
  font-size: 11px;
  color: #828499;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.reverse {
  transform: rotate(90deg);
}
.col-50 {
  width: 50%;
}
.relative {
  position: relative;
}
.green {
  color: #0fb8ad;
}
.align-center {
  text-align: center;
}
.error-input,
input[type="email"].error-input,
input[type="password"].error-input,
input[type="tel"].error-input,
input[type="text"].error-input,
select.error-input {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.btn {
  padding: 16px 48px;
  transition: 0.3s;
  box-shadow: 0 0 10px #999;
  border: none;
  outline: 0;
  font-size: 100%;
  cursor: pointer;
}
.btn-default {
  background-color: #0fb8ad;
  color: #fff;
}
.btn-default:hover {
  transform: scale(0.98);
  background: #0b837b;
}
.btn-blue {
  background-color: #2db5e8;
  color: #fff;
}
.btn-blue:hover {
  transform: scale(0.98);
  background-color: #1d7da0;
}
.btn-selection {
  color: #505050;
  width: 100%;
  padding: 15px 8px;
  border: 2px solid #efefef;
  transition: 0.3s;
  display: block;
}
.btn-selection::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  text-align: center;
}
.btn-selection.active {
  background-color: #0fb8ad;
  border-color: #0fb8ad;
  color: #fff;
}
.btn-selection.active::before {
  border-color: #fff;
  background-color: #fff;
  content: "✓";
  color: #0fb8ad;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #0fb8ad;
}
header {
  width: 100%;
  height: 400px;
  display: block;
  background: linear-gradient(141deg, #0fb8ad 0, #1fc8db 51%, #2cb5e8 75%);
  position: relative;
}
#main-logo {
  width: 270px;
  height: 46px;
  margin-top: 32px;
  background: url(https://static.koalay.com/Images/KoalayApp/Tss/koalay-logo.png) no-repeat center;
  position: relative;
  z-index: 1;
}
#img-travel-insurance {
  width: 280px;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 1;
}
#silhouette {
  width: 100%;
  height: 100%;
  background: url(https://static.koalay.com/Images/KoalayApp/Travel/silhouette.png);
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-container {
  background-color: #fff;
  padding: 64px 32px 48px;
  box-shadow: 0 0 20px #666;
  margin-top: -200px;
  border-radius: 10px;
}
.home-container h1 {
  margin: 33px 0 8px;
}
.home-container h1.first {
  margin-top: 0;
}
.home-container.align-center h1.first {
  text-align: left;
}
.offer-inputs {
  width: 60%;
}
.count {
  width: 40px;
  height: 40px;
  border: 2px solid #0fb8ad;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #0fb8ad;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.btn-schengen {
  color: #0fb8ad;
  font-size: 14px;
  margin-top: 16px;
  display: block;
}
.inner-content {
  margin-left: 58px;
}
.vertical-line {
  width: 2px;
  height: 360px;
  background: #0fb8ad;
  position: absolute;
  top: 30px;
  left: 20px;
}
.btn-add-tckn {
  color: #0fb8ad;
  margin-top: 16px;
  font-size: 14px;
}
.txt-tckn {
  width: 50%;
}
.customer-tckn-item {
  margin-bottom: 8px;
  position: relative;
}
.btn-remove-tckn {
  position: absolute;
  left: -24px;
  top: 18px;
  color: red;
}
.customer-tckn-name {
  position: absolute;
  top: 18px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  left: 52%;
  color: #777;
}
.agreement {
  margin: 36px 0 36px 56px;
}
.notes {
  width: 40%;
  padding-left: 48px;
}
.notes img {
  width: 95%;
  margin: 0 auto;
}
.btn-get-offer {
  margin-left: 56px;
}
.btn-get-offer.disabled {
  background-color: #ccc;
}
.payment-container {
  width: 860px;
  background: #fafafa;
  box-shadow: 0 0 120px #555;
  margin: -20px auto 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}
.offer {
  width: 55%;
  background: #fafafa;
  padding: 32px 64px 32px 32px;
}
.payment {
  width: 45%;
  background: #fff;
  box-shadow: 0 0 40px #333;
  padding: 32px;
}
.price {
  color: #0fb8ad;
  font-size: 20px;
}
.offer-logo {
  width: 160px;
  margin-bottom: 48px;
}
.tbl-offer td:first-child {
  width: 40px;
  font-size: 24px;
  vertical-align: middle;
}
.tbl-offer tr.space-bottom td {
  padding-bottom: 24px;
}
.tbl-offer tr.space-top td {
  padding-top: 24px;
}
.tbl-offer tr:nth-child(2n) {
  border-bottom: 1px dashed #ddd;
}
.commission-container {
  margin-top: 16px;
  font-size: 14px;
}
.commission-container strong,
.commission-container > a {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.commission-container > a {
  color: #0fb8ad;
  font-weight: 600;
}
.commission-container > div {
  display: inline-block;
  float: left;
}
.commission-container > div span {
  display: inherit;
  color: #0fb8ad;
  font-weight: 600;
}
#one-year {
  margin-top: 18px;
  line-height: 20px;
  margin-bottom: 16px;
}
#one-year h1 {
  margin-bottom: 12px;
  font-size: 24px;
}
#one-year p {
  margin-bottom: 20px;
}
.lineth {
  text-decoration: line-through;
  color: #ddd !important;
}
#btn-pdf {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #0fb8ad;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  top: 40px;
  left: 372px;
  box-shadow: 0 0 10px #333;
  font-size: 24px;
  transition: 0.3s;
  -webkit-animation: pulse 1s infinite linear;
}
#btn-pdf span {
  position: absolute;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 16px;
  font-size: 13px;
  line-height: 12px;
  width: 180px;
  left: -190px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  letter-spacing: 1px;
}
#btn-pdf span:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(0, 0, 0, 0.75);
  border-width: 10px;
  margin-top: -10px;
}
#btn-pdf:hover {
  -webkit-animation: none;
}
#btn-pdf:hover span {
  visibility: visible;
  opacity: 1;
  left: -200px;
}
.schengen {
  max-height: 80%;
  overflow: auto;
}
.schengen li {
  float: left;
  margin: 8px 8px 8px 20px;
  width: 28%;
  list-style-type: disc;
}
.btn-download-pdf {
  margin: 36px 0;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes fly {
  0% {
    top: -50%;
  }
  50% {
    top: -45%;
  }
  100% {
    top: -50%;
  }
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 10px #aaa;
  width: 100%;
  z-index: 3;
  padding: 12px 0;
  font-size: 12px;
  color: #555;
}
footer li {
  display: inline-block;
  margin-right: 16px;
}
footer a {
  color: #0fb8ad;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  font-size: 14px;
  line-height: 18px;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal-inner {
  width: 800px;
  max-height: 400px;
  position: absolute;
  top: -400px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 0 100px #777;
  padding: 32px;
  overflow: auto;
  transition: 0.5s;
}
.modal.active .modal-inner {
  top: 0;
}
.modal-inner h1 {
  margin-bottom: 36px;
}
.btn-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #0fb8ad;
  font-size: 24px;
  transition: 0.3s;
}
.btn-modal-close:hover {
  transform: scale(0.8);
}
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: #afe8e8;
}
.btn-homepage {
  color: #0fb8ad;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot);
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-down:before {
  content: "\e259";
}
#silhouette {
  background: url(https://static.koalay.com/Images/KoalayApp/HomeInsurance/home-silhouette.png);
  background-size: auto 100%;
}
.process-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-animation: none;
  background-size: 100%;
}
.checkbox-container {
  line-height: 24px;
}
.row:after,
.row:before {
  clear: both;
  display: table;
  content: " ";
}
.col-33,
.col-50,
.col-66 {
  float: left;
}
.col-33 {
  width: 33.3%;
}
.col-66 {
  width: 66.6%;
}
.col-50 {
  width: 50%;
}
.pad-right-4 {
  padding-right: 4px;
}
.block {
  display: block;
}
.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #505050;
  padding: 15px 32px 15px 46px;
  border: 2px solid #efefef;
  transition: 0.3s;
  margin-bottom: 4px;
  transition: 0.3s;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: 0.3s;
}
.custom-radio:hover input ~ .checkmark {
  background-color: #0fb8ad;
  border: 2px solid #0fb8ad;
}
.custom-radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #fff;
}
.checkmark:after {
  content: "✓";
  position: absolute;
  display: none;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .checkmark:after {
  top: 1px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #0fb8ad;
}
.custom-radio.active {
  background-color: #0fb8ad;
  border-color: #0fb8ad;
  color: #fff;
}
.tooltip {
  position: relative;
}
.tooltip:hover span {
  display: block;
}
.tooltip span {
  position: absolute;
  padding: 8px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: none;
}
sup {
  vertical-align: super;
  font-size: 12px;
}
.home-container h1 {
  margin: 64px 0 8px;
}
#step1 {
  margin-top: 24px;
}
.legend-container {
  position: relative;
  transition: 0.3s;
}
.legend-container:not(.selected) {
  margin-bottom: 50px;
}
.legend-container.selected {
  margin-top: -48px;
}
.legend {
  padding: 48px 32px 32px;
  border: 2px solid #0fb8ad;
  margin-top: 32px;
  display: none;
}
.legend-container.selected .legend {
  display: block;
}
.btn-legend-selection {
  background: #fff;
  color: #0fb8ad;
  padding: 16px 32px 16px 48px;
  border: 2px solid #0fb8ad;
  position: relative;
  top: 16px;
}
.btn-legend-selection::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #0fb8ad;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 16px;
}
.legend-container.selected .btn-legend-selection {
  left: 32px;
  top: 60px;
  margin-top: -60px;
}
.legend-container.selected .btn-legend-selection::before {
  background-color: #0fb8ad;
}
.legend .address {
  line-height: 24px;
}
.filter-item {
  padding: 16px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.filter-item:nth-child(odd) {
  background-color: #f1f1f1;
}
.filter-item:hover {
  background-color: #e8e8e8;
}
.fa-search {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  color: #aaa;
}
.btn-pagination {
  border: none;
  background-color: #0fb8ad;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  cursor: pointer;
  border-right: 1px solid #0b9990;
  outline: 0;
}
#address-container {
  position: absolute;
  top: 66px;
  right: -430px;
  width: 400px;
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
#address-container.selected {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#btn-pdf {
  position: relative;
  top: initial;
  left: initial;
  float: right;
  margin-bottom: 16px;
}
.offers {
  padding: 32px 0;
  box-shadow: 0 0 36px #ddd;
  margin-top: 62px;
}
.h1-offers {
  margin: 0 56px 0 !important;
}
.offer {
  background: #fafafa;
  padding: 32px 64px 32px 32px;
}
.price {
  color: #0fb8ad;
  font-size: 20px;
}
.offer-logo {
  width: 160px;
  margin-bottom: 48px;
}
.tbl-offer {
  display: table;
  width: 100%;
  box-shadow: 0 0 10px #999;
  margin-top: 32px;
}
.tbl-offer td {
  vertical-align: middle;
  text-align: center;
  padding: 32px;
}
.tbl-offer td:first-child {
  width: 40px;
  font-size: 24px;
  vertical-align: middle;
}
.table-striped td {
  padding: 16px;
}
.table-striped tr:nth-child(even) {
  background-color: rgba(15, 184, 173, 0.1);
}
select {
  background: url(https://static.koalay.com/images/koalayapp/general/dropdown.svg) no-repeat 95% 50%;
  background-size: 16px;
}
.coverages {
  display: none;
}
.tbl-coverages td {
  padding: 10px 32px;
}
.tbl-coverages tr:nth-child(odd) {
  background-color: rgba(15, 184, 173, 0.1);
}
.user-agreement h4 {
  font-weight: 700;
  margin: 8px 0;
}
.kvkk li {
  list-style: disc;
  padding: 8px 0;
}
.select-paging {
  display: inline-block;
  width: 80px;
  padding: 9px;
  background-color: #0fb8ad;
  border-color: #0fb8ad;
  color: #fff;
}
.insurance-type {
  color: #e43232;
  font-weight: 700;
  width: 150px;
  margin: auto;
}
.insurance-currency {
  color: #0fb8ad;
  font-size: 21px;
  font-weight: 700;
}
.confirmation-dashed-border {
  padding: 32px;
  border: 2px dashed #0fb8ad;
  margin-left: 48px;
  margin-top: 16px;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot);
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-down:before {
  content: "\e259";
}
#btn-pdf {
  position: relative;
  top: auto;
  left: auto;
}
.dealer-logo {
  max-width: 200px;
  max-height: 40px;
}
#tss-faq-field {
  position: absolute;
  top: 64px;
  right: 64px;
  width: 340px;
  padding: 16px;
  border: 2px dashed #efefef;
  font-size: 14px;
  line-height: 20px;
}
#img-health-insurance {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}
.accord li {
  background: #f1f1f1;
  margin: 4px 0;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.accord li:hover {
  background: #fafafa;
}
.accord li h5 i {
  float: right;
  font-size: 24px;
  margin-top: -6px;
  transition: 0.3s;
}
.accord li h5 i.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accord li h5:hover {
  cursor: pointer;
}
.accord li .content {
  background-color: #fff;
  padding: 16px;
  display: none;
}
.accord li h5 {
  padding: 16px 24px;
}
.ul-circle li {
  background: 0 0;
  list-style: disc;
  border: none;
  margin-left: 32px;
}
.line-through {
  text-decoration: line-through;
}
.modal {
  background: rgba(15, 184, 173, 0.8);
}
.user-opt-in {
  margin-top: 16px;
  font-size: 14px;
  color: #828499;
}
.btn-tckn {
  position: relative;
  top: 27px;
  left: -2px;
}
.step-right-info {
  position: absolute;
  top: 138px;
  right: 84px;
  width: 30%;
  border: 2px dashed #efefef;
  padding: 16px;
  font-size: 14px;
  color: #828499;
}
.step-right-info span {
  line-height: 20px;
}
.fa-question-circle {
  font-size: 48px;
  color: #efefef;
  vertical-align: middle;
  float: left;
  margin-right: 16px;
}
.info-box {
  font-size: 13px;
  padding: 16px;
  background: #f1f1f1;
  display: inline-block;
  color: #888;
}
.table-insured {
  margin: 32px 0 0 -24px;
}
.table-insured td {
  padding: 0;
  padding-right: 4px;
  padding-top: 16px;
}
.btn-add-new-insured {
  font-weight: 700;
  text-decoration: underline;
  margin: 24px 0 0;
}
.col-20 {
  width: 20%;
  float: left;
}
.col-80 {
  width: 80%;
  float: left;
}
.tbl-offer td {
  padding: 32px 0;
}
.error-input {
  border-color: red !important;
}
.quote-filtering-container {
  position: relative;
  top: -200px;
}
.quote-filtering {
  background: #fff;
  padding: 16px 24px;
  margin-right: 8px;
  border-radius: 8px;
  font-weight: 700;
}
.offers-header {
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 16px #999;
}
.input-container span {
  font-size: 13px;
}
.tbl-confirmation-customer .input-container {
  padding: 4px;
  margin-bottom: 0;
}
.tbl-confirmation-customer tr:nth-child(2n) {
  background: #fcfcfc;
}
.txt-small {
  width: 80px !important;
  display: inline-block !important;
  padding: 4px !important;
  font-size: 13px !important;
}
.tbl-confirmation-customer td {
  vertical-align: middle;
}
select:disabled {
  background: #eee;
}
#summary {
  background: #f9f9f9 url(https://static.koalay.com/images/koalayapp/apps_bg.png);
  position: relative;
  z-index: 2;
}
.btn-summary-header {
  padding: 12px 24px;
  background-color: #eaeaea;
  color: #737373;
  border-bottom: 2px solid #7a7d7d;
  font-weight: 400;
}
.offer-count {
  float: right;
  background: #3ebee9;
  color: #fff;
  padding: 8px 8px 8px 12px;
  border-radius: 4px;
}
.offer-count span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 4px;
  display: inline-block;
  border-radius: 4px;
}
#summary-footer {
  width: 100%;
  background: #eee;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  position: fixed;
  font-size: 12px;
  box-shadow: 0 0 10px #333;
  text-align: center;
}
.tbl-offer {
  background: #fff;
}
.tbl-offer td:first-child {
  padding: 0 32px;
}
.offer-scroller {
  overflow: auto;
  position: absolute;
  width: 100%;
}
.ico-remove-insured {
  color: red;
  font-size: 18px;
}
.btn-remove-insured {
  position: relative;
}
.btn-remove-insured:hover span {
  display: inline-block;
}
.btn-remove-insured span {
  font-size: 12px;
  position: absolute;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  top: 0;
  left: -100px;
  display: none;
}
.coverege-group-name-title {
  font-weight: 700;
  font-size: 18px;
  margin: 16px 0;
}
.tbl-coverages td:first-child {
  width: 50%;
}
.summary-details-container {
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
.summary-detail {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-right: 2px solid #ddd;
  padding: 16px;
  overflow: auto;
}
.btn-close-summary-detail {
  position: absolute;
  bottom: 0;
  left: 0;
}
.summary-detail-scrollable {
  max-height: 80%;
  overflow: auto;
}
.ico-plan-legend {
  font-size: 18px;
  margin: -4px 4px 10px 4px;
  position: relative;
}
.ico-plan-legend span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  white-space: nowrap;
  left: 0;
  top: -28px;
  display: none;
  font-weight: 700;
}
.ico-plan-legend:hover span {
  display: block;
}
.process-heart {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 180px;
  margin-left: -90px;
  margin-top: -90px;
  background: url(https://static.koalay.com/Images/KoalayApp/Tss/Heart.png) no-repeat center;
  animation: heartbeat 1s infinite;
}
.payment-insurer-logo {
  width: 120px;
  margin: 24px;
}
.confirmation-coverages.summary {
  border: 2px dashed #ddd;
  padding: 16px;
  margin-top: -16px;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
.tbl-payment-offer {
  box-shadow: 0 0 10px #ddd;
}
.tbl-payment-offer td {
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
.tbl-payment-offer .logo {
  max-width: 100px;
  max-height: 50px;
}
.insurance-currency span {
  font-size: 13px;
  color: #999;
  display: block;
  margin-top: 8px;
}
.home-container.align-center .insurance-currency span {
  display: inline-block;
}
.offer-counter {
  float: right;
  background: #3ebee9;
  color: #fff;
  padding: 8px 8px 8px 12px;
  border-radius: 4px;
}
.offer-counter #quote-len {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 4px;
  display: inline-block;
  border-radius: 4px;
}
.show-after-complete {
  display: none;
}
.progress-slider {
  position: relative;
  height: 5px;
  overflow: hidden;
}
.progress-line {
  position: absolute;
  opacity: 0.6;
  background: #19c2ca;
  width: 100%;
  height: 5px;
}
.subline {
  position: absolute;
  background: #246d86;
  height: 5px;
}
.inc {
  animation: increase 2s infinite;
}
.dec {
  animation: decrease 2s 0.5s infinite;
}
.dot-one,
.dot-three,
.dot-two {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0ms;
  animation: dot 1.3s infinite;
  animation-delay: 0ms;
}
.dot-two {
  animation-delay: 0.2s;
}
.dot-three {
  animation-delay: 0.3s;
}
rzslider .rz-bubble {
  bottom: 20px;
  font-weight: 700;
}
.quote-td {
  width: 200px;
}
.quote-td._1 img {
  max-height: 40px;
  max-width: 140px;
}
.subtitle {
  font-size: 12px;
  margin-left: 4px;
  font-weight: 700;
  color: #2082a7;
}
.btn-toggle-coverages {
  background-color: #fff;
  color: #555;
  padding: 12px 20px;
  border: 1px solid #ddd;
  font-weight: 700;
  font-size: 12px;
}
.btn-toggle-coverages:hover {
  border-color: #555;
  background: #f8f8f8;
}
.tooltip {
  position: relative;
  color: orange;
}
.tooltip span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 16px;
  font-size: 12px;
  z-index: 2;
}
.tooltip:hover span {
  display: block;
}
.teklifler-sayac-container {
  text-align: center;
  margin-top: 20%;
}
.kasko-teklif,
.trafik-teklif {
  width: 230px;
  height: 242px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  animation: shadow 1.3s infinite;
}
.kasko-teklif,
.trafik-teklif {
  background: #0fb8ad;
  margin-right: 16px;
}
.counter-container {
  background: rgba(0, 0, 0, 0.25);
  margin: 16px;
  border-radius: 10px;
}
.counter {
  font-size: 130px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 150px;
}
.counter-type {
  font-size: 28px;
  margin-top: 0;
}
.tbl-confirmation {
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 32px;
  margin-top: 24px;
}
.tbl-confirmation td {
  vertical-align: middle;
  padding: 16px;
}
hr {
  height: 1px;
  background: #ddd;
  font-size: 0;
  border: 0;
}
hr.seperator {
  margin: 24px 0;
}
.payment-subtitle {
  color: #bbb;
  font-weight: 700;
  margin: 16px;
}
.payment-premium {
  font-size: 22px;
  font-weight: 700;
  color: #0fb8ad;
  margin-bottom: 16px;
}
.rzslider .rz-bubble {
  bottom: 20px;
}
.rzslider .rz-pointer,
.rzslider .rz-selection {
  background-color: #0fb8ad;
}
.ccc-header-table .ccc-sub-header {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
.fab-button-group.right {
  padding-right: 20px;
  padding-top: 10px;
}
.fab-button-group.right .fab-button {
  float: right;
  text-align: right;
}
.fab-button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  background: #29b6f6;
  text-align: center !important;
  color: #fff;
  position: relative;
  transition: 0.4s;
  animation-name: fabAnim;
  animation-duration: 0.4s;
  margin-left: 8px;
  display: inline-block;
}
.fab-button.unvisible {
  display: none;
}
.fab-button span {
  font-size: 12px;
  padding: 4px 8px;
  background: #555;
  line-height: 14px;
  border-radius: 4px;
  position: absolute;
  top: 56px;
  left: -32px;
  width: 100px;
  display: none;
  animation-name: fabAnim;
  animation-duration: 0.3s;
  color: #fff;
}
.fab-button span.long  {
	width: auto;
}
.fab-button span.active {
  display: block;
  box-shadow: 0 0 10px #29b6f6;
}
.fab-button.hover,
.fab-button:hover {
  box-shadow: 0 0 10px #29b6f6;
}
.fab-button:hover span {
  display: block;
}
.fab-button:hover {
  color: #fff !important;
}
.fab-button-group:hover .fab-button.unvisible {
  display: inline-block;
}
button:disabled,
button:hover:disabled {
  background-color: #999;
  cursor: not-allowed;
}
.tab-container {
  border: 1px solid #0fb8ad;
  padding: 16px;
  margin-top: -20px;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 36px #333;
  }
  50% {
    box-shadow: 0 0 16px #333;
  }
  100% {
    box-shadow: 0 0 36px #333;
  }
}
@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
.not-tooltip {
  position: absolute;
  min-width: 260px;
  left: 120%;
  top: -20px;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #aaa;
  padding: 6px;
  display: none;
  text-align: left;
  z-index: 10;
}
.ccc-header-tooltip {
  position: relative;
}
.ccc-header-tooltip:hover .not-tooltip {
  display: inline-block;
}
.ccc-header-tooltip td:nth-child(2) {
  width: initial !important;
}

body {
  padding-bottom: 16px;
}

.btn-back {
  position: absolute;
  bottom: 48px;
  font-weight: bold;
  color: #666;
}

.btn-back:hover {
  color: #222;
}

.img-confirmation-logo {
  max-width: 120px;
  margin-bottom: 8px;
}

#btn-pdf {
  position: relative;
  top: auto;
  left: auto;
  float: right;
  margin: 32px 18px 16px;
}

.btn-purchase-coverage,
.btn-toggle-coverage {
  background-color: #fff;
  color: #555;
  padding: 12px 20px;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 12px;
}

.btn-toggle-coverage:hover {
  border-color: #555;
  background: #f8f8f8;
}

.dealer-logo {
  max-width: 200px;
  max-height: 40px;
}

#tss-faq {
  position: absolute;
  top: 76px;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

#img-health-insurance {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}

.accord li {
  background: #f1f1f1;
  margin: 4px 0;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accord li:hover {
  background: #fafafa;
}

.accord li h5 i {
  float: right;
  font-size: 24px;
  margin-top: -6px;
  transition: 0.3s;
}

.accord li h5 i.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accord li h5:hover {
  cursor: pointer;
}

.accord li .content {
  background-color: #ffffff;
  padding: 16px;
  display: none;
}

.accord li h5 {
  padding: 16px 24px;
}

.ul-circle li {
  background: none;
  list-style: disc;
  border: none;
  margin-left: 32px;
}

.labelled {
  border: none;
  background: #fff !important;
}

.line-through {
  text-decoration: line-through;
}

.modal {
  background: rgba(15, 184, 173, 0.8);
}

.user-opt-in {
  margin-top: 16px;
  font-size: 14px;
  color: #828499;
}

.btn-tckn {
  position: relative;
  top: 27px;
  left: -2px;
}

.step-right-info {
  position: absolute;
  top: 138px;
  right: 84px;
  width: 30%;
  border: 2px dashed #efefef;
  padding: 16px;
  font-size: 14px;
  color: #828499;
}

.step-right-info span {
  line-height: 20px;
}

.fa-question-circle {
  font-size: 48px;
  color: #efefef;
  vertical-align: middle;
  float: left;
  margin-right: 16px;
}

.info-box {
  font-size: 13px;
  padding: 16px;
  background: #f1f1f1;
  display: inline-block;
  color: #888;
}

.table-insured {
  margin: 32px 0 0 -24px;
}

.table-insured td {
  padding: 0;
  padding-right: 4px;
  padding-top: 16px;
}

.btn-add-new-insured {
  font-weight: bold;
  text-decoration: underline;
  margin: 24px 0 0;
}

.col-20 {
  width: 20%;
  float: left;
}

.col-80 {
  width: 80%;
  float: left;
}

.clear {
  clear: both;
}

.offer-container {
  margin-top: 16px;
  box-shadow: 0 0 10px #999;
  margin-bottom: 40px;
}

.tbl-offer {
  margin-top: 0;
}

.tbl-offer td {
  padding: 32px 0;
}

.error-input {
  border-color: red !important;
}

.quote-filtering-container {
  position: relative;
  top: -200px;
}

.quote-filtering {
  background: #fff;
  padding: 16px 24px;
  margin-right: 8px;
  border-radius: 8px;
  font-weight: bold;
}

.offers-header {
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 16px #999;
}

.input-container span {
  font-size: 13px;
}

.tbl-confirmation-customer .input-container {
  padding: 4px;
  margin-bottom: 0;
}

.tbl-confirmation-customer tr:nth-child(2n) {
  background: #fcfcfc;
}

.txt-small {
  width: 80px !important;
  display: inline-block !important;
  padding: 4px !important;
  font-size: 13px !important;
}

.tbl-confirmation-customer td {
  vertical-align: middle;
}

select:disabled {
  background: #eee;
}

#summary {
  background: #f9f9f9 url("https://static.koalay.com/images/koalayapp/apps_bg.png");
  position: relative;
  z-index: 2;
}

.btn-summary-header {
  padding: 12px 24px;
  background-color: #eaeaea;
  color: #737373;
  border-bottom: 2px solid #7a7d7d;
  font-weight: normal;
}

.offer-counter {
  float: right;
  background: #3ebee9;
  color: #fff;
  padding: 8px 8px 8px 12px;
  border-radius: 4px;
}

.offer-counter #quote-len {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 4px;
  display: inline-block;
  border-radius: 4px;
}

.show-after-complete {
  display: none;
}

#summary-footer {
  width: 100%;
  background: #eeeeee;
  padding: 10px 0;
  bottom: 0px;
  left: 0px;
  z-index: 8;
  position: fixed;
  font-size: 12px;
  box-shadow: 0 0 10px #333;
  text-align: center;
}

.tbl-offer {
  background: #fff;
}

.tbl-offer td:first-child {
  padding: 0 32px;
}

.offer-scroller {
  overflow: auto;
  position: absolute;
  width: 100%;
}

.ico-remove-insured {
  color: red;
  font-size: 18px;
}

.btn-remove-insured {
  position: relative;
}

.btn-remove-insured:hover span {
  display: inline-block;
}

.btn-remove-insured span {
  font-size: 12px;
  position: absolute;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  top: 0;
  left: -100px;
  display: none;
}

.coverege-group-name-title {
  font-weight: bold;
  font-size: 18px;
  margin: 16px 0;
}

.tbl-coverages td:first-child {
  width: 50%;
}

.summary-details-container {
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

.summary-detail {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-right: 2px solid #ddd;
  padding: 16px;
  overflow: auto;
}

input[type="text"].sm,
input[type="email"].sm,
input[type="password"].sm,
input[type="tel"].sm,
select.sm {
  padding: 8px;
}

.btn-close-summary-detail {
  position: absolute;
  bottom: 0;
  left: 0;
}

.summary-detail-scrollable {
  max-height: 80%;
  overflow: auto;
}

#map-tss-providers {
  height: 318px;
  border: 2px solid #3872ac;
  top: 26px;
}

.ico-plan-legend {
  font-size: 18px;
  margin: -4px 4px 10px 4px;
  position: relative;
}

.ico-plan-legend span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  white-space: nowrap;
  left: 0;
  top: -28px;
  display: none;
  font-weight: bold;
}

.ico-plan-legend:hover span {
  display: block;
}

.occupation-list {
  width: 340px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow: auto;
}

.occupation-list ul {
  margin-top: 60px;
}

.occupation-list li {
  padding: 16px;
  border-bottom: 1px solid #ddd;
  transition: 0.5s;
}

.occupation-list li:hover {
  background-color: #0fb8ad;
  color: #fff;
  cursor: pointer;
}

.occ-filter {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
}

.occ-filter i {
  position: absolute;
  left: 20px;
  top: 13px;
}

.occ-filter input {
  background-color: #fff;
}

.customer-premiums-container {
  position: absolute;
  white-space: nowrap;
  background: #fff;
  padding: 0 8px;
  box-shadow: 0 0 6px #aaa;
  bottom: -12px;
  display: none;
}

.customer-premiums {
  font-size: 12px;
  text-align: left;
  color: #0fb8ad;
  white-space: nowrap;
  margin: 8px 0;
}

.ico-show-premiums:hover {
  cursor: pointer;
}

.process-heart {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 180px;
  margin-left: -90px;
  margin-top: -90px;
  background: url("https://static.koalay.com/Images/KoalayApp/Tss/Heart.png") no-repeat center;
  animation: heartbeat 1s infinite;
}

.payment-insurer-logo {
  width: 120px;
  margin: 24px 0 8px;
}

.payment-product-subtitle {
  font-size: 12px;
  font-weight: bold;
}

.confirmation-coverages.summary {
  border: 2px dashed #ddd;
  border-top: none;
  padding: 16px;
  font-size: 14px;
}

.btn-show-providers {
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  color: #566;
}

.subtitle {
  font-size: 12px;
  margin-left: 4px;
  font-weight: bold;
  color: #2082a7;
}

.quote-td {
  width: 200px !important;
}

.quote-td._1 img {
  max-height: 40px;
  max-width: 140px;
}

.progress-slider {
  position: relative;
  height: 5px;
  overflow: hidden;
}

.progress-line {
  position: absolute;
  opacity: 0.6;
  background: #19c2ca;
  width: 100%;
  height: 5px;
}

.subline {
  position: absolute;
  background: #246d86;
  height: 5px;
}

.inc {
  animation: increase 2s infinite;
}

.dec {
  animation: decrease 2s 0.5s infinite;
}

.dot-one,
.dot-two,
.dot-three {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0s;
  animation: dot 1.3s infinite;
  animation-delay: 0s;
}

.dot-two {
  animation-delay: 0.2s;
}

.dot-three {
  animation-delay: 0.3s;
}

.ccc-header-table .ccc-sub-header {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.fab-button-group.right {
  padding-right: 20px;
  padding-top: 10px;
}

/*FAB Button*/
.fab-button-group.right .fab-button {
  float: right;
  text-align: right;
}

.fab-button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  background: #29b6f6;
  text-align: center !important;
  color: #fff;
  position: relative;
  transition: 0.4s;
  animation-name: fabAnim;
  animation-duration: 0.4s;
  margin-left: 8px;
  display: inline-block;
}

.fab-button.unvisible {
  display: none;
}

.fab-button span {
  font-size: 12px;
  padding: 4px 8px;
  background: #555;
  line-height: 14px;
  border-radius: 4px;
  position: absolute;
  top: 56px;
  left: -32px;
  width: 100px;
  display: none;
  animation-name: fabAnim;
  animation-duration: 0.3s;
  color: #fff;
}

.fab-button span.active {
  display: block;
  box-shadow: 0 0 10px #29b6f6;
}

.fab-button:hover,
.fab-button.hover {
  box-shadow: 0 0 10px #29b6f6;
}

.fab-button:hover span {
  display: block;
}

.fab-button:hover {
  color: #fff !important;
}

.fab-button-group:hover .fab-button.unvisible {
  display: inline-block;
}

button:disabled,
button:hover:disabled {
  background-color: #999;
  cursor: not-allowed;
}

@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }

  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }

  to {
    left: 110%;
    width: 10%;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

#list-tss-providers {
  width: 490px;
  height: 318px;
  overflow: hidden auto;
  position: absolute;
  display: none;
  top: 58px;
  border: 2px solid #3872ac;
}

#list-tss-providers > div {
  padding: 5px;
}

#list-tss-providers > div:nth-child(even) {
  background-color: #dcdcdc;
}

.modal.network .btn-modal-close {
  z-index: 1;
}

#tabHeads {
  position: absolute;
  top: 19px;
}

#tabHeads a {
  color: #0fb8ad;
  padding: 10px;
  border: solid 1px transparent;
  border-bottom: solid 2px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#tabHeads a.active {
  border: solid 1px #d0d4d8;
  border-bottom: solid 2px #3872ac;
  background-color: #f2f5f9;
}

.tbl-offer-confirmation select {
  float: left;
  width: calc(100% - 40px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: solid 1px #d3d2d2;
  border-right: none;
  cursor: pointer;
}

.tbl-offer-confirmation button {
  float: right;
  height: 52px;
  line-height: 52px;
  width: 40px;
  text-align: center;
  color: #0fb8ad;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: solid 1px #d3d2d2;
  border-left: none;
  cursor: pointer;
  background: rgb(242, 245, 246);
  background: -moz-linear-gradient(
    top,
    rgba(242, 245, 246, 1) 0%,
    rgba(200, 215, 220, 1) 63%,
    rgba(227, 234, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(242, 245, 246, 1) 0%,
    rgba(200, 215, 220, 1) 63%,
    rgba(227, 234, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 245, 246, 1) 0%,
    rgba(200, 215, 220, 1) 63%,
    rgba(227, 234, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#e3eaed',GradientType=0 );
  outline: none;
  position: relative;
}

.tbl-offer-confirmation button:hover {
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}

.tbl-offer-confirmation button .fa {
  font-weight: 400;
}

.tbl-offer-confirmation .tss-tooltip {
  display: none;
  background: rgb(76, 76, 76);
  background: -moz-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 1) 0%,
    rgba(89, 89, 89, 1) 12%,
    rgba(102, 102, 102, 1) 25%,
    rgba(71, 71, 71, 1) 39%,
    rgba(44, 44, 44, 1) 50%,
    rgba(0, 0, 0, 1) 51%,
    rgba(17, 17, 17, 1) 60%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  width: 140px;
  height: auto;
  line-height: 1.4;
  padding: 5px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -70px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: bottom 350ms ease-in-out;
  -moz-transition: bottom 350ms ease-in-out;
  -ms-transition: bottom 350ms ease-in-out;
  -o-transition: bottom 350ms ease-in-out;
  transition: bottom 350ms ease-in-out;
}

.tbl-offer-confirmation .tss-tooltip::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #131313 transparent transparent transparent;
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7.5px;
}

.tbl-offer-confirmation .tss-tooltip.active {
  bottom: 45px;
}

.offer-header {
  background: #eee;
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  box-sizing: border-box;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}

.switch input {
  width: 0;
  height: 0;
  display: none;
}

.switch-label {
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}

.switch-label:hover {
  color: orange;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.add-to-comparison {
  position: relative;
  top: -5px;
}
.tbl-coverages td {
  position: relative;
}
.tbl-coverages td > span {
  display: inline-block;
}
.tbl-coverages td > span .fa-info-circle {
  padding-left: 10px;
  cursor: pointer;
}
.tss-info-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0 0 2px #333;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.closebox {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 2;
}

.single input[type="number"] {
  width: 170px;
}

input[type="number"] {
  border: 2px solid #efefef;
  display: block;
  outline: 0;
  padding: 16px 8px;
  font-size: 16px;
  color: #505050;
  -webkit-appearance: none;
  border-radius: 0;
  background: 0 0;
  font-family: Arial, sans-serif;
  width: 100%;
  transition: 0.3s;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"].error-input {
  background-color: #f2dede;
  border-color: #ebccd1;
}

[type="checkbox"].error.custom-checkbox:checked + label:before, [type="checkbox"].error.custom-checkbox:not(:checked) + label:before {
	content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 3px solid red;
    background: #f8f8f8;
    border-radius: 0;
}