#map {
height: 60vh;
margin-bottom: 20px
}
#search-options select {
    border: 2px solid #fff;
    background-color: transparent;
    color: #ffffff;
    height: 3em;
}
select option {
    color: #000000;
}
select:hover {
    border-color: #ffffff !important;
}

#search-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#search-options select {
    width: 15%;
    max-width: 200px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}

/* #select-city {
width: 200px;
margin-right: 15px
}
#select-country {
width: 200px;
margin-right: 15px
}
#select-type {
width: 200px;
margin-right: 15px;
} */

/* SCHEPEN */
#inputIMO,#inputName {
    margin-bottom: 15px;
}
#ship-block-wrapper {
    width: 100%;
}

#ship-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ship-blk {
   /* margin-right: 80px;
   margin-top: 20px;
   background: white; */

   position: relative;
   display: flex;
   flex-direction: column;
   /* padding: 0px 40px; */
   padding-right: 30px;
   width: 33%;
   /* margin-right: 80px; */
   margin-top: 20px;
   line-height: 1.4;
   background: white;
}
.ship-blk-content span {
   display: block;
}
.ship-blk-content h3 {
   margin-bottom: 5px;
}
.ship-item-row {
    display: flex;
}
.ship-item-col-name {
    flex: 0 0 140px;
}
.ship-item-col-val {
    flex: 0 0 140px;
    flex-grow: 1;
}

/* LOADER */
.circle-loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.circle-loader div {
    height: 10px;
    width: 10px;
    background-color: #03A9F4;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: 1.3s opaque ease-in-out infinite both;
    animation: 1.3s opaque ease-in-out infinite both;
}

.circle-loader > div:nth-child(1) {
    top: -25px;
    left: 0;
}

.circle-loader > div:nth-child(2) {
    top: -17px;
    left: 17px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.circle-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.circle-loader > div:nth-child(4) {
    top: 17px;
    left: 17px;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.circle-loader > div:nth-child(5) {
    top: 25px;
    left: 0;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.circle-loader > div:nth-child(6) {
    top: 17px;
    left: -17px;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.circle-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.circle-loader > div:nth-child(8) {
    top: -17px;
    left: -17px;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

@-webkit-keyframes opaque {
    0%, 40%, 100% {
      opacity: 0.1;
    }
    40% {
      opacity: 1;
    }
}

@keyframes opaque {
    0%, 40%, 100% {
      opacity: 0.1;
    }
    40% {
      opacity: 1;
    }
}




/* CORRESPONDENTEN */
#corr-block-wrapper {
    width: 100%;
}

#corr-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.corr-blk {
   /* margin-right: 80px;
   margin-top: 20px;
   background: white; */

   position: relative;
   display: flex;
   flex-direction: column;
   /* padding: 0px 40px; */
   padding-right: 30px;
   width: 33%;
   /* margin-right: 80px; */
   margin-top: 20px;
   line-height: 1.4;
   background: white;
}
.corr-blk-content span {
   display: block;
}
.corr-blk-content h3 {
   margin-bottom: 5px;
}

.map-info {
    margin-left: 5px;
    margin-bottom: 5px;
}
img.image-icon {
    float: left;
    padding-right: 10px;
}
.corr-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.corr-title h3 {
    padding-top: initial;
}

h3.infowindow-title {
    color: #005189 !important;
}
a:link {
    color: #009ee2;
}

/* visited link */
a:visited {
    color: #009ee2;
}

/* mouse over link */
a:hover {
    color: #009ee2;
}

/* selected link */
a:active {
    color: #009ee2;
}

.extra-space {
    height: 0px;
}
.gm-style .gm-style-iw-c{
    width: 320px;
    border-radius: 5px;
}
.gm-ui-hover-effect {
    display: none !important;
}

/* ZOEK SCHEPEN */ 
.input-search {
    border-width: 1px !important;
    border-color: #e7e7e7 !important;
}



@media (max-width: 768px) {

    #ship-block-wrapper {
        width: initial;
    }
    .ship-blk {
		width: 100%;
		margin-bottom: 0;
	}
	.ship-blk{
		display: flex;
		flex-direction: row;
		padding: 0px 0px;
		border-bottom: 1px solid var(--border-color);
	}
	.ship-blk-content{
		position: relative;
		/* font-size: 16px; */
		line-height: 1.3;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
    
    #corr-block-wrapper {
        width: initial;
    }
    .corr-blk {
		width: 100%;
		margin-bottom: 0;
	}
	.house-blocks{
		margin: 0;
	}
	.corr-blk{
		display: flex;
		flex-direction: row;
		padding: 0px 0px;
		border-bottom: 1px solid var(--border-color);
	}
	.corr-blk-content{
		position: relative;
		/* font-size: 16px; */
		line-height: 1.3;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}

    #search-options select {
        width: 80%;
        max-width: 80%;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .autoComplete_wrapper {
        width: 80%;
        max-width: 80%;
    }
}