﻿.coupons-container .filters-wrapper .panel {
  overflow: visible;
}
.coupons-container .filters-wrapper .panel-body {
  overflow: visible;
}
.coupons-container .coupons-data-table {
  width: 100%;
  padding: 0 10px;
}
.coupons-container .coupons-data-table .form-group {
  position: relative;
}
.coupons-container .coupons-data-table .form-group .form-control {
  padding-top: 12px;
}
.coupons-container .coupons-data-table .default-btn {
  width: 30%;
  padding: 10px 0;
  border: none;
  color: #ffffff;
  float: right;
}
.coupons-container .coupons-data-table .apply-btn {
  background-color: #3F8FDB;
}
.coupons-container .coupons-data-table .search-btn {
  background-color: #81b8e6;
  margin: 0 5%;
}
.coupons-container .coupons-data-table .clear-btn {
  background-color: #969899;
}
.coupons-container .insert-coupon-form {
  background-color: #ffffff;
}
.coupons-container .insert-coupon-form .required-field {
  position: absolute;
  color: #dd230f;
  font-size: 12px;
}
.coupons-container .insert-coupon-form .heading .separator {
  padding-left: 63px;
  position: absolute;
  left: 151.5px;
}
.coupons-container .insert-coupon-form .heading .icon-info-circle {
  position: relative;
  left: 10px;
  top: 3px;
  font-size: 18px;
  color: #B8C9D1;
  cursor: pointer;
}
.coupons-container .insert-coupon-form .nested-div {
  padding: 0;
}
.coupons-container .insert-coupon-form .ng-material-dropdown .info-icon {
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 5px;
  cursor: pointer;
}
.coupons-container .insert-coupon-form .ng-material-dropdown.active .info-icon {
  font-size: 12px;
}
.coupons-container .coupon-value-label {
  position: relative;
  width: 100%;
}
.coupons-container .coupon-value-label > i {
  position: absolute;
  right: 17px;
  top: 38px;
}
.coupons-container .coupon-code {
  text-transform: uppercase;
}
.coupons-container .coupon-symbol {
  position: absolute;
  right: 30px;
  top: 14px;
  color: #b2b2b2;
}
.coupons-container .table-wrapper {
  overflow-x: auto;
  background-color: #ffffff;
  margin-top: 5px;
}
.coupons-container .tooltip {
  text-transform: capitalize;
}
.list-coupons-table {
  margin-top: 50px;
  margin-bottom: 0;
  color: #717c93;
}
.list-coupons-table td {
  vertical-align: middle;
}
.list-coupons-table .switch {
  position: relative;
  top: 4px;
}
.list-coupons-table .delete-btn {
  padding: 3px 5px;
  cursor: pointer;
}
.list-coupons-table .delete-btn[disabled=disabled],
.list-coupons-table .delete-btn:disabled {
  opacity: 0.5;
}
.list-coupons-table .bootstrap-switch .bootstrap-switch-label {
  width: 15px !important;
}
.list-coupons-table .bootstrap-switch .bootstrap-switch-label::before {
  color: #777;
  display: inline-block;
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.voucher-not-added {
  color: #D0353B;
  font-size: 13px;
  padding-left: 15px;
}
.dotted-table-row th {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.dotted-table-row td {
  border-top: 1px dashed #E2E2E2;
}
.dotted-table-row .td-right {
  text-align: right;
}
.bootstrap-switch-on .bootstrap-switch-label:before {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-aling-center {
  text-align: center;
}
.ng-material-dropdown {
  position: relative;
  height: 36px;
  color: #b2b2b2;
  border-bottom: 1px solid #e6e6e6;
}
.ng-material-dropdown .placeholder {
  position: relative;
  top: 14px;
  left: 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.ng-material-dropdown .placeholder.empty {
  color: #E84C3D;
}
.ng-material-dropdown .selected-item {
  margin-left: 15px;
}
.ng-material-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 36px;
  width: 100%;
  max-height: 300px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-top: none;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}
.ng-material-dropdown .dropdown > li {
  padding: 0 0 0 10px;
  line-height: 23px;
  background-color: #ffffff;
  color: #333333;
}
.ng-material-dropdown .dropdown > li:hover {
  background-color: #4194d9;
  color: #ffffff;
}
.ng-material-dropdown .dropdown.active {
  display: block;
}
.ng-material-dropdown .arrow {
  position: absolute;
  right: 10px;
  bottom: 6px;
  color: #b2b2b2;
}
.ng-material-dropdown.active {
  border-color: #4194d9;
}
.ng-material-dropdown.active .placeholder {
  top: -4px;
  font-size: 10px;
  color: #4194d9;
}
.ng-material-input {
  position: relative;
  color: #b2b2b2;
}
.ng-material-input > label {
  position: absolute;
  top: 15px;
  left: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #b2b2b2;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.ng-material-input > label.empty {
  color: #E84C3D;
}
.ng-material-input > input {
  height: 36px;
  width: 100%;
  padding: 11px 0 0 15px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.ng-material-input > input:focus {
  outline: none;
  border-color: #4194d9;
}
.ng-material-input.active > label {
  top: -3px;
  font-size: 10px;
  color: #4194d9;
}
.ng-material-input.active > input {
  border-color: #4194d9;
}
.ng-material-input .fa-calendar {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
html .clearfix {
  height: 1%;
}
.table-zebra {
  width: 100%;
}
.table-zebra tr td:first-child,
.table-zebra tr th:first-child {
  padding-left: 10px;
}
.table-zebra tr td:last-child,
.table-zebra tr th:last-child {
  padding-right: 10px;
}
.table-zebra thead tr {
  border-bottom: 1px solid #c4dcf1;
}
.table-zebra tbody tr {
  height: 35px;
}
.table-zebra tbody tr td {
  padding: 13px 0;
}
.table-zebra tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.lowercase {
  text-transform: lowercase;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
/*@font-face {
	font-family: 'obicons';
	src:url('../../fonts/obicons/obicons.eot?-gcbfcs');
	src:url('../../fonts/obicons/obicons.eot?#iefix-gcbfcs') format('embedded-opentype'),
		url('../../fonts/obicons/obicons.woff?-gcbfcs') format('woff'),
		url('../../fonts/obicons/obicons.ttf?-gcbfcs') format('truetype'),
		url('../../fonts/obicons/obicons.svg?-gcbfcs#obicons') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
[class^="obicon-"],
[class*=" obicon-"] {
  font-family: 'obicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.obicon-collapse:before {
  content: "\e600";
}
.obicon-expand:before {
  content: "\e601";
}
.obicon-locked:before {
  content: "\e602";
}
.obicon-check:before {
  content: "\e603";
}
.obicon-collapse-02:before {
  content: "\e604";
}
.obicon-expand-02:before {
  content: "\e605";
}
.obicon-info-circle:before {
  content: "\e606";
}
.obicon-left-arrow:before {
  content: "\e607";
}
.obicon-right-arrow:before {
  content: "\e608";
}
.bookings-settings-cnt .dealers-dropdown {
  padding: 0;
}
.bookings-settings-cnt .available-hours {
  padding: 15px 10px;
}
.bookings-settings-cnt .drop-down-div {
  margin-left: 8px !important;
  padding-left: 0;
}
.bookings-settings-cnt .workshop-hours-table.table tr td {
  border: none;
}
.bookings-settings-cnt .workshop-hours-table.table tr td > .save-btn {
  position: relative;
  bottom: 12px;
}
.bookings-settings-cnt .ng-material-dropdown {
  float: left;
  margin-left: 15px;
}
.bookings-settings-cnt .table {
  margin-bottom: 0;
}
.bookings-settings-cnt .table tr td:first-child {
  vertical-align: middle;
}
.search-bookings > .panel {
  overflow: inherit;
}
.search-bookings .panel-bookings {
  min-height: 250px;
  overflow-x: auto;
}
.search-bookings .panel-bookings .panel-heading {
  background-color: transparent;
  font-weight: bold;
  padding: 3px 20px;
}
.search-bookings .panel-bookings .panel-heading .page-count span {
  font-size: 12px;
}
.search-bookings .ng-material-dropdown {
  text-transform: uppercase;
}
.search-bookings .table-zebra .header-visited-date {
  padding-right: 20px;
}
.search-bookings .table-zebra .move-label {
  padding-right: 18px;
}
.search-bookings .table-zebra .count-cell {
  padding: 0;
}
.search-bookings .table-zebra .service-plan-cell {
  padding: 0 10px;
}
.search-bookings .table-zebra .status-heading {
  display: inline-block;
  margin-right: 10px;
}
.search-bookings .table-zebra .list-status-arrow {
  font-size: 11px;
  padding: 4px;
}
.search-bookings .table-zebra .list-status-arrow:hover {
  background-color: #eeeeee;
}
.search-bookings .table-zebra .status-th {
  position: relative;
}
.search-bookings .table-zebra .status-th .status-dropdown {
  position: absolute;
  top: 34px;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  list-style: none;
  box-shadow: 1px 1px 1px 1px #d0cbcb;
  visibility: hidden;
  -moz-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  -o-transform: translateY(-2em);
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  -moz-transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  -o-transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
}
.search-bookings .table-zebra .status-th .status-dropdown > li {
  padding: 3px 30px;
  font-size: 12px;
}
.search-bookings .table-zebra .status-th .status-dropdown > li:hover {
  background-color: #4194d9;
  color: #ffffff;
}
.search-bookings .table-zebra .status-th .status-dropdown.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0s, 0s, 0.1s;
  -o-transition-delay: 0s, 0s, 0.1s;
  -webkit-transition-delay: 0s, 0s, 0.1s;
  transition-delay: 0s, 0s, 0.1s;
}
.search-bookings .table-zebra tr {
  cursor: pointer;
}
.search-bookings .table-zebra tr td .bok {
  font-size: 17px;
}
.search-bookings .table-zebra tr td.icons-cont {
  padding-left: 10px;
  white-space: nowrap;
  width: 1%;
}
.search-bookings .table-zebra tr td.icons-cont > i {
  padding: 0 2px;
}
.search-bookings .table-zebra tr td.icons-cont > i.mobile-icon {
  padding: 0 6px;
}
.search-bookings .table-zebra tr td.eye-cont {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  padding-top: 15px;
  width: 1%;
}
.search-bookings .list-pagination .move-to-top {
  width: 32px;
  height: 32px;
}
.search-bookings .list-pagination .result-on-page-label {
  color: #717c93;
  text-transform: uppercase;
  white-space: nowrap;
}
.search-bookings .list-pagination .results-on-page {
  position: relative;
  top: 3px;
}
.search-bookings .tabs-bar > div {
  position: relative;
  width: 50%;
  padding: 3px 12px;
  float: left;
  border-top-width: 7px;
  border-top-style: solid;
  box-shadow: inset 0 -4px 5px -4px #e6e6e6;
  cursor: pointer;
}
.search-bookings .tabs-bar > div > p {
  margin: 0;
}
.search-bookings .tabs-bar > div .count {
  font-size: 25px;
}
.search-bookings .tabs-bar > div.new {
  border-color: #d5d5d5;
}
.search-bookings .tabs-bar > div.dms {
  border-color: #338ccb;
}
.search-bookings .tabs-bar > div.complete {
  border-color: #5cb85c;
}
.search-bookings .tabs-bar > div:hover,
.search-bookings .tabs-bar > div.active {
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  box-shadow: 4px 0 4px -4px #b2b2b2, -4px 0 4px -4px #b2b2b2;
}
.search-bookings .tabs-bar > div:hover::before,
.search-bookings .tabs-bar > div.active::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  box-shadow: 0 -4px white, 0 5px white, 0 0 5px 0 #b2b2b2, 0 0 #b2b2b2;
}
@media (max-width: 1200px) {
  .filters-wrapper .panel-body {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  .icons-cont {
    padding-right: 0px!important;
  }
  .eye-cont {
    padding-right: 0px!important;
  }
}
#container-aside {
  float: left;
  content: " ";
  position: fixed;
  width: 250px;
  height: auto;
  min-height: 100%;
  margin-right: 20px;
  background-color: #30353f;
  z-index: 100;
  color: #8E9DBA;
  font-size: 12px;
}
#container-aside .dealer-centre {
  padding: 16px;
}
#container-aside .modules-tree {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
#container-aside .modules-tree > li > a {
  height: 36px;
  line-height: 36px;
  color: #d0d0d0;
  /*&.online-bookings {
                    background-color: #c2e6f0;
                    color: #404754;
                }*/
}
#container-aside .modules-tree > li > a .module-icon {
  color: #ffffff;
}
#container-aside .modules-tree > li > a .module-icon .collapsed {
  display: none;
}
#container-aside .modules-tree > li > a .module-title .dropdown-arrow {
  float: right;
  line-height: 36px;
  margin-right: 15px;
}
#container-aside .modules-tree > li > a .module-title .plus-cross-anim-icon {
  margin-right: 10px;
  font-size: 20px;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#container-aside .modules-tree > li > a .module-title .plus-cross-anim-icon.expanded {
  color: #d15167;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#container-aside .modules-tree > li > a.online-bookings {
  background-color: #616c7f;
}
#container-aside .modules-tree > li > a.online-bookings .module-icon {
  background-color: #404754;
}
#container-aside .modules-tree > li .dropdown-settings {
  display: none;
  list-style: none;
  padding: 0;
}
#container-aside .modules-tree > li .dropdown-settings li a {
  display: block;
  width: 100%;
  padding: 5px;
  padding-left: 52px;
  line-height: 26px;
  color: #d0d0d0;
  text-decoration: none;
}
#container-aside .modules-tree > li .dropdown-settings li a:hover {
  background-color: #24282f;
}
#container-aside .modules-tree > li .dropdown-settings li a.active {
  background-color: #24282f;
}
#container-aside .modules-tree > li .dropdown-settings.active {
  display: block;
}
@media all and (max-width: 1024px) {
  #online-bookings #container-view {
    margin-left: 60px;
  }
  #container-aside {
    width: 60px;
  }
  #container-aside .dealer-centre {
    padding: 0;
  }
  #container-aside .dealer-centre .module-icon {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  #container-aside .dealer-centre .open-bookings-label {
    display: none;
  }
  #container-aside .dealer-centre .dealer .centre-input {
    display: none;
    position: absolute;
    left: 60px;
    height: 60px;
    width: 250px;
  }
  #container-aside .dealer-centre .dealer .centre-input.active {
    display: block;
  }
  #container-aside .dealer-centre .dealer .fa-angle-down {
    display: none;
    position: absolute;
    left: 285px;
    top: 13px;
  }
  #container-aside .dealer-centre .dealer .fa-angle-down.active {
    display: block;
  }
  #container-aside .dealer-centre .dealer .dropdown-menu {
    display: none;
    position: absolute;
    left: 60px;
    top: 58px;
    width: 250px;
  }
  #container-aside .dealer-centre .dealer .dropdown-menu.active {
    display: block;
  }
  #container-aside .dealer-centre .dropdown-list {
    display: none;
  }
  #container-aside .dealer-centre .dropdown-list.active {
    display: block;
  }
  #container-aside .administration {
    margin-top: 0;
  }
  #container-aside .modules-tree > li > a {
    height: 60px;
    line-height: 60px;
  }
  #container-aside .modules-tree > li > a .module-icon {
    width: 60px;
  }
  #container-aside .modules-tree > li > a .module-title {
    display: none;
    position: absolute;
    left: 60px;
    width: 200px;
    background-color: #2f353e;
  }
  #container-aside .modules-tree > li .dropdown-settings {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 200px;
    background-color: #2f353e;
    z-index: 1;
  }
}
@font-face {
  font-family: 'booking-font';
  src: url('fonts/booking.eot');
  src: url('fonts/booking.eot') format('embedded-opentype'), url('fonts/booking.ttf') format('truetype'), url('fonts/booking.woff') format('woff'), url('fonts/booking.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ed-bok:before {
  font-family: 'booking-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acc-p-icon:before {
  content: "\e900";
}
.acc-wc-icon:before {
  content: "\e901";
}
.add-services-icon:before {
  content: "\e902";
}
.body-shop-icon:before {
  content: "\e903";
}
.calendar-icon:before {
  content: "\e904";
}
.car-icon:before {
  content: "\e905";
}
.car-rent-icon:before {
  content: "\e906";
}
.car-trade-icon:before {
  content: "\e907";
}
.check-icon:before {
  content: "\e908";
}
.coffee-icon:before {
  content: "\e909";
}
.cogs-icon:before {
  content: "\e90a";
}
.courtesy-car-icon:before {
  content: "\e90b";
}
.details-icon:before {
  content: "\e90c";
}
.dms-icon:before {
  content: "\e90d";
}
.fleet-icon:before {
  content: "\e90e";
}
.info-icon:before {
  content: "\e90f";
}
.ivhc-icon:before {
  content: "\e910";
}
.laptop-icon:before {
  content: "\e911";
}
.location-icon:before {
  content: "\e912";
}
.lock-icon:before {
  content: "\e913";
}
.minus-icon:before {
  content: "\e914";
}
.mobile-icon:before {
  content: "\e915";
}
.motability-icon:before {
  content: "\e916";
}
.MOT-icon:before {
  content: "\e917";
}
.new-motor-icon:before {
  content: "\e918";
}
.parking-icon:before {
  content: "\e919";
}
.phone-icon:before {
  content: "\e91a";
}
.plus-icon:before {
  content: "\e91b";
}
.requirements-icon:before {
  content: "\e91c";
}
.servicing-icon:before {
  content: "\e91d";
}
.shower-icon:before {
  content: "\e91e";
}
.smart-repairs-icon:before {
  content: "\e91f";
}
.special-offers-icon:before {
  content: "\e920";
}
.tyres-icon:before {
  content: "\e921";
}
.used-car-icon:before {
  content: "\e922";
}
.used-motor-icon:before {
  content: "\e923";
}
.wc-icon:before {
  content: "\e924";
}
.wifi-icon:before {
  content: "\e925";
}
.wrench-icon:before {
  content: "\e926";
}
.waiting-room-icon:before {
  content: "\e927";
}
.diagnostics-icon:before {
  content: "\e928";
}
.mail-icon:before {
  content: "\e929";
}
.at-icon:before {
  content: "\e92a";
}
.iconsent-icon:before {
  content: "\e92b";
}
.hyundai-servicing-icon:before {
  content: "\e92c";
}
.hyundai-brochure-icon:before {
  content: "\e92d";
}
.hyundai-dealer-location-icon:before {
  content: "\e92e";
}
.hyundai-test-drive-icon:before {
  content: "\e92f";
}
.hyundai-cross-icon:before {
  content: "\e930";
}
.hyundai-hambuger-menu-icon:before {
  content: "\e931";
}
.hyundai-menu-line-icon:before {
  content: "\e932";
}
.wrench-icon-plus:before {
  content: "\e933";
}
.wrench-icon-tick:before {
  content: "\e934";
}
.full-range-of-demos-icon:before {
  content: "\e935";
}
.business-building-icon:before {
  content: "\e936";
}
.hours-icon:before {
  content: "\e937";
}
.electric-service-icon:before {
  content: "\e938";
}
.empty_tick-icon:before {
  content: "\e939";
}
.geo-location-icon:before {
  content: "\e93a";
}
.location-pin-icon:before {
  content: "\e93b";
}
.tick-icon:before {
  content: "\e93e";
}
.eye-icon:before {
  content: "\e93f";
}
.video-icon:before {
  content: "\e940";
}
.eye-icon-2:before {
  content: "\e941";
}
.geo-location-icon2:before {
  content: "\e942";
}
.shopping-cart-icon:before {
  content: "\e943";
}
.autopoint-lockers-icon:before {
  content: "\e944";
}
.warranty-repair-icon:before {
  content: "\e945";
}