.card-no-border-radius {
  border-radius: 0px!important;
  border: 0 solid rgba(0,0,0,0)!important;

  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important;
}

.sidebar-style {
  /* background-color: black !important;
  background-image: url('../img/map.jpg');
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: rgba(0,0,0,.2)!important;
  /* padding: 0 !important; */
  padding: 1rem !important;
  width: 320px !important;
}

/* .navbar-style {
  left: 320px;
  padding-left: 0px!important;
} */

@media (min-width: 1024.02px) {
  .navbar-style {
    left: 320px;
    padding-left: 0px!important;
  }
}

@media (max-width: 1023.98px) {
  .navbar-style {
    left: 0px;
    padding-left: 0px!important;
  }
}

.map-background-style {
  background-color: black !important;
  background-image: url('../img/map.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.services-bottom {
  margin-left: -48px;
  margin-right: -48px;
  margin-top: -150px;
  position: relative;
  overflow-x: hidden;
  z-index: -1;
  height: 270px;
}

.footer-style {
  background-color: #000!important;
  line-height: 30px;
}

.footer-text {
  text-align: center;
}

.copyrights {
  display: inline-block;
}

.terms{
  display: inline-block;
}

.policy {
  display: inline-block;
}

.list-group-item {
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
}

.list-group-text {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.list-ferry-icon {
  background-image: url('../img/ferry.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-dashboard-icon {
  background-image: url('../img/dashboard.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.heading-text {
  font-size: 24px;
  font-weight: 900;
}

.success-icon {
  background-image: url('../img/success.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.failure-icon {
  background-image: url('../img/failure.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.ferry-icon {
  background-image: url('../img/01ferry.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.train-icon {
  background-image: url('../img/02train.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.tunnel-icon {
  background-image: url('../img/03tunnels.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.eurotunnel-icon {
  background-image: url('../img/04eurotunnel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.bridge-icon {
  background-image: url('../img/05bridges.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.toll-icon {
  background-image: url('../img/06tolls.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.trucking-icon {
  background-image: url('../img/07trucking.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.fuelcard-icon {
  background-image: url('../img/07fuelcard.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.customer-icon {
  background-image: url('../img/08customer.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.orders-icon {
  background-image: url('../img/orders.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  height: 84px;
}

.list-train-icon {
  background-image: url('../img/train.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-tunnels-icon {
  background-image: url('../img/tunnels.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-eurotunnel-icon {
  background-image: url('../img/eurotunnel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-bridges-icon {
  background-image: url('../img/bridges.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-tolls-icon {
  background-image: url('../img/tolls.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-fuelcard-icon {
  background-image: url('../img/fuelcard.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-trucking-icon {
  background-image: url('../img/trucking.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 32px;
}

.list-customer-icon {
  background-image: url('../img/customer.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 32px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.success-color {
  background-color: #99b28b!important;
}

.failure-color {
  background-color: #a93737!important;
}

.ferry-services-color {
  background-color: #628FBC!important;
}

.train-services-color {
  background-color: #99b18b!important;
}

.tunnel-services-color {
  background-color: #aea798!important;
}

.eurotunnel-services-color {
  background-color: #d18812!important;
}

.bridge-services-color {
  background-color: #977a73!important;
}

.toll-services-color {
  background-color: #4bc3b4!important;
}

.trucking-services-color {
  background-color: #b1ab4f!important;
}

.fuelcard-services-color {
  background-color: #07b4d2!important;
}

.customer-services-color {
  background-color: #a93536!important;
}

.orders-color {
  background-color: #009ca8!important;
}

.greca-color {
  background-color: #f96400!important;  
}

.card-login {
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0)!important;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0)!important;
  background-color: rgba(0,0,0,0)!important;
}

.login-input {
  width: 440px;
  background-color: rgba(0,0,0,0)!important;
  /* border: 1px!important; */
  border-bottom: 0px;
  border-color: #fff!important;
  color: #fff!important;
}

.login-input:focus {
  color: #fff!important;
}

.login-button {
  background-color: #009ca8!important;
  border: 0;
  color: #fff;
  border-radius: 0;
}

/** autocomplete styles - start */
.selected-routes-container {
  display: flex;
  flex-wrap: wrap;
  /* background-color: DodgerBlue; */
}

.selected-routes-container>div {
  /* background-color: #f1f1f1;
width: 100px; */
  min-width: 100px;
  margin: 2px;
  /* text-align: left;
line-height: 75px;
font-size: 30px; */
}

.selected-routes-container-break {
  flex-basis: 100%;
  height: 0;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

/* input {
border: 1px solid transparent;
background-color: #f1f1f1;
padding: 10px;
font-size: 16px;
}

input[type=text] {
background-color: #f1f1f1;
width: 100%;
}

input[type=submit] {
background-color: DodgerBlue;
color: #fff;
cursor: pointer;
} */

.autocomplete-items {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 210px;
  padding-left: 0;
  background: #fff;
}

.autocomplete-items div {
  text-align: left;
  padding: 12px 15px;
  cursor: pointer;
  font-size: .875rem;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/** end - autocomplete styles */


.sidebar-fixed {
  height: 100vh;
  width: 320px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1050;
  background-color: #fff;
  padding: 1.5rem;
  padding-top: 0; }
  .sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .sidebar-fixed .logo-wrapper {
    padding: 2.5rem; }
    .sidebar-fixed .logo-wrapper img {
      max-height: 50px; }

@media (min-width: 1024.02px) {
  .navbar,
  .page-footer,
  main {
    padding-left: 320px; } }

@media (max-width: 1199.98px) {
  .sidebar-fixed {
    display: none; } }

    
footer.page-footer{
    position: relative;
    width: 100%;
    visibility: visible;
}
    
.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.btn:hover{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important; 
}

.custom-select{
  border: 0px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  color: #495057;
  font-weight: 400;
}

.custom-control-label{
  color: #495057;
  font-weight: 400;
}
/*
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea, .custom-select {
  background-color: #ced4da;
}
*/

.btn.submit{
  background-color: #007bff!important;
  border-color: #007bff!important;
  color: white!important;
}

.card .md-form label {
  padding-left: 12px!important;
}

.ADR {
  display: none;
}

.viewADR {
  display: none;
}