

/*******
ERROR
********/

#oceanform .error {
    background: rgba(255, 0, 0, .06);
}

#oceanform label.error {
    font-size: 14px;
    color: #C82E2E;
    margin-bottom: 20px;
    display: block;
    margin-top: 0;
    padding: 0 0 0 9px;
    font-style: italic;
    font-weight: 400;
    background: white;
}

/************/


.picker__select--month, .picker__select--year {
    padding: 1px 4px 1px;
}

.select2-container--default .select2-selection--single {
    border: none;
}
span.select2.select2-container.select2-container--default {
    /*max-width: 240px !important;*/
    width: 100% !important;
}

#select2-countrylist-container {
    padding-left: 0px;
    padding-right: 10px;
}

input, .select2-container, select {
    padding: 10px 10px 3px 10px;
    box-sizing: border-box;
    width: 100%;
    border: solid 0 black;
    border-bottom: solid 1px rgba(0, 0, 0,.1);
    position: relative;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 14px;
}

textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 0px 35px 7px;
}

input[type="checkbox"], input[type="radio"] {
    width: initial;
    margin: 20px 10px;
}

input#paxnumber {
}

input#datearrival, input#phone {
}

input#timearrival {
}

input#email1,
input#email2,
input#firstname,
input#lastname
 {
}

input#firstname,
input#lastname {
    width: 45%;
    margin-right: 20px;
}
input#lastname {
    margin-right: 0px;
}

fieldset {
    box-sizing: border-box;
    padding: 2px 20px 10px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, .2);
}

fieldset:last-child {
    /* border-radius: 0 0px 35px 7px; */
}


legend{
    color: rgba(0,0,0,.5);
    font-size: small;
}

label {
    display: inline-block;
}



/* blocks flexboxes */
.flex-container, .flex-container-inline  {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}

 .flex-container-inline  {
    display: flex-inline;
 }
 
.flex-items-default {
    /* width: 300px; */
    /* height: 250px; */
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
            flex-basis: 0;
}
        
 .flex-item-1 {
    /* width: 300px; */
    /* height: 250px; */
    min-width: 220px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    /* flex-basis: 150px; */
}
    
 .flex-item-2 {
    /* width: 300px; */
    /* height: 250px; */
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    min-width: 220px;
    /* flex-basis: 300px; */
}
    
 .flex-item-3 {
    width: <property unused>;
    /* height: 250px; */
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
}


.flex-container .flex-items-default {
    margin: 0px 20px 20px 0;
}


.flex-container .flex-items-default:last-child {
    margin-right: 0px;
}

/* lean modal */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#agree p, #agree li  {
    max-width: initial;
    padding: 0;
    font-size: small;
    line-height: initial;
}
#agree p {
    margin: 10px 0;
    text-align: justify;
}

#agree h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    /*margin-top: 0px;*/
}

#agree h1 {
    color: rgb(128, 136, 151);
    font-size: 46px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
}



div#agree {
    position: fixed !important;
    z-index: 11000;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    opacity: 1;
    width: 80%;
    height: 80% !important;
    background: #eee;
    padding: 50px 0px 70px 50px;
    display: none;
}

#inside {
    display: block;
    width: 100%;
    height: 89%;
    padding-right: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
    overflow-y: scroll;
}

#agree .modal_close {
    cursor: pointer;
    margin: 10px;
    position: absolute;
    color: rgba(0, 0, 0, .3);
    right: 10px;
    top: 10px;
}
#agree .modal_close:hover {
    color: rgba(0, 0, 0, 1);
}

.smhide {
    display: block;
    width: 0;
    height: 0;
    margin: 1px;
    overflow: hidden;
    z-index: 0;
}





/* Smartphones (portrait and landscape) ----------- */
@media screen and (max-width: 975px)  {

    input#firstname,
    input#lastname {
        width: 100%;
    }


    .flex-items-default {
        min-width: 100% !important;
    }


    div#agree {
        position: fixed !important;
        z-index: 11000;
        margin: auto;
        margin-top: -20px;
        margin-bottom: 0;
        box-sizing: border-box;
        opacity: 1;
        width: 89% !important;
        height: 83% !important;
        background: #FFF;
        padding: 25px;
        display: none;
        padding-right: 0px;
        overflow-y: hidden;
    }

    #agree h1 {
        color: rgb(128, 136, 151);
        font-size: 24px;
        letter-spacing: 0px;
        margin-top: 0px;
    }

    #agree h2 {
        font-size: 18px;
        letter-spacing: 0;
    }


}