#labelcustomerMobile{width:100%;}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  color:#000;
  max-height: 15em; 
  overflow-y: auto;
  font-size:0.9em;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 0.9em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

@media (max-width: 767px){
	#terms{
		float:none !important;
		width:30px !important;
	}
}

hr{
    border-top: 1px solid #337ab7 !important;
}

/*
all ports
// CHANGE 09-07-2019
*/
.tab{
    position:relative;
}
.tab-inner{
    width: 420px;
    background: #0046af;
    position: absolute;
    left: 1%;
    color: #fff;
    top: 8px;
    text-align: center;
    border-radius: 4px;
    z-index:2;
}

.port-names{position:absolute;}

@media (max-width: 767px){
    .tab-inner{
        width:99%;
    }
}
/*
all ports
// CHANGE 09-07-2019
*/

/* remove this on new cookie */
/*
.close-cookie-banner{
	display: block;
	height: 20px;
	width: auto;
    top: 1px;
    right: 0px;
    position: absolute;	
}

.close-cookie-banner button{
	background: #355787;
	color:#fff;
}

#cookie-law{
	width:100%;
	margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}
*/
/* remove this on new cookie */

.loading {
    background-color: #ffffff;
    background-image: url("../../images/loading-man.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.capitalize{text-transform: uppercase;}

.logo-ferries{
	max-width: 130px;
    padding: 0;
    margin: 0;
    left: 55px;
    top: 13px;
    position: absolute;
}

@media (max-width: 767px){
    .tab-inner{
        width:99%;
    }
    .logo-ferries{
        display:none;
    }
}

input.birthdate::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
}
.birthdate
{
    padding-left: 2px;
}

div.birthdate label {
    padding: 2px;
    margin-bottom: 1px;
}
