body {
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    color: #555f6e;
    background-color: #f1f1f1;
    -webkit-text-size-adjust: none;
}
form {
    margin: 0;
}
h1, h2 {
    font-family: "Arial", "sans-serif";
}
input {
    font-size: 10px;
}
h2.grey {
    background-color: #f1f1f1;
    padding: 8px;
    margin: 10px 0;
    text-align: left;
}
td {
    font-size: 12px;
    text-align: center;
    position:relative;
}
th {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #2866b1;
    color: #fff;
}
th span#hint {
    font-weight: normal;
    font-size: 10px;
    font-family: Arial;
}
input {
    padding: 2px;
    font-size: 10px;
    background-color: #fff;
}
input[type="text"] {
    width: 70px;
}
input.uc {
    text-transform: uppercase;
}
input, select, textarea {
    border-style:solid;
    border-color: #e1e1e1;
    border-width: 1px;
    margin: 0;
}
input#skipperEmail, input#skipperMobile, input#skipperLicence, input#vhfLicence {
    width: calc(100% - 10px);
}
input#arrivalTime, input#flightNumber {
    width: 90px;
}
select {
    font-size: 10px;
    background-color: #fff;
}
select.countrySelect {
    width: 90px;
}
div#wrapper {
    max-width: 1140px;
    width: calc(100% - 42px);
    margin: auto;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
}
div.tableWrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}
div#logo {
    width: 210px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 8px;
    text-align: right;
}
div#infobox{
    float: right;
    background-color: #fff;
    margin-top: 20px;
    padding-right: 20px;
    font-size: 10pt;
    line-height: 18px;
}
span#label {
    display: inline-block;
    width: 90px;
    font-weight: bold;
}
span#value {
    padding-left: 5px;
}
div#submitBtn {
    text-align: center;
}
button {
    font-size: 16px;
    background-color: #00aeb1;
    color: #fff;
    padding: 10px 15px;
    margin: 20px auto;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease 0s;
    cursor: pointer;
    outline: none;
}

button:hover {
    /*background-color: #2EE59D;*/
    box-shadow: 0px 15px 20px rgba(0,0,0,0.3);
    color: #fff;
    transform: translateY(-1px);
}

div.message {
    float: left;
    width: 100%;
    font-size: 13px;
    font-size: 12pt;
}

div.message > p {
    border-radius: 8px;
    padding: 20px;
}

div.message > h3 {
    margin: 20px 20px;
}
div.message > ol {
    margin: 20px;
}

div.message.success p {
    background-color: green;
    color: white;
}
div.message.error p {
    background-color: red;
    color: white;
}

.green {
    color: green;
}
.red {
    color: red;
}

div#footer {
    width: 100%;
    padding-top: 8px;
    font-size: 11px;
    color: #888;
    text-align: center;
}
label.error {
    display: block;
    color: red;
    text-align: left;
    font-size: 10px;
}
i.fa {
    margin-right: 5px;
}
i.fa-right {
    margin-right: 0px;
    margin-left: 5px;
}
div.info-div {
    font-size: 11pt; 
    line-height: 18px; 
    background-color: #b3ecff; 	
    padding: 20px; 
    border-radius: 10px; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(214,214,214,1); 
    -moz-box-shadow: 4px 4px 5px 0px rgba(214,214,214,1);
    box-shadow: 4px 4px 5px 0px rgba(214,214,214,1);
}

div.error-div {
    background-color: lightpink;
}

input.inputDate {
    width: 52px;
}

div.additionalInfoTable > div {
    width: calc(100% / 3 - 10px);
    float: left;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media(max-width: 640px) {
    div.additionalInfoTable > div {
        width: 100%;
    }

    div.additionalInfoTable table th {
        width: 50%;
    }

    div.additionalInfoTable table td input {
        width: 100% !important;
    }
}