﻿.cmdButtonPage {
    padding: 10px;
    border-width: 1px;
    border-color: #034C8C;
    animation: inherit;
    border-radius: 5px;
    color: #ffffff;
    animation: wheelHueColor 100s infinite;
    animation-duration: 1.5s;
    background-color: #034C8C;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    width: 150px;
}
.divVerification {
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.divVerSection {
    width: 100%;
    padding: 10px;
    border-style: solid;
    border-width: thin;
    border-radius: 20px;
}
.divLoading {
    text-align: center;
    margin: -50px;
    left: 0;
    right: 0;
}

.imgLoading {
    width: 100%;
  /*  border-radius: 25px;*/
    overflow:clip;
   
}
.DoRight{
    text-align:right;
}

.divReservation {
    width: 100%;
    background-color: aliceblue;
    border-radius: 25px;
    padding: 20px;
    border-style: solid;
    border-width: thin;
    border-color: navy;
}
.imgNavLogo{
    width:25%;
/*    top:-20px;
    position:relative;*/
}
.divNag {

    border-radius: 25px;
    background-color: transparent;
    border-style: none;
    border-width: 3px;
    border-color: #034C8C;
    width: 90%;
    max-width: 400px;
    margin: auto;
    left: 0;
    right: 0;
    padding:20px;
/*    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;*/
    background-image: linear-gradient(transparent, #034C8C);
}
.picHeader {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.cmdButtonPage:hover {
    background-color: #05C7F2;
    color: #ffffff;
    animation-duration: 0s;
}

@keyframes wheelHueColor {
    from, to {
        background-color: #01213D;
    }

    7% {
        background-color: #012F56;
    }

    14% {
        background-color: #023B6B;
    }

    28% {
        background-color: #02447A;
    }

    35% {
        background-color: #035496;
    }

    42% {
        background-color: #035FA5;
    }

    49% {
        background-color: #0374C4;
    }

    56% {
        background-color: #047DCE;
    }

    63% {
        background-color: #0374C4;
    }

    70% {
        background-color: #035FA5;
    }

    77% {
        background-color: #035496;
    }

    84% {
        background-color: #02447A;
    }

    91% {
        background-color: #023B6B;
    }

    98% {
        background-color: #012F56;
    }
}

.divFade {
    display: block;
    width: 400px;
    height: 300px;
    background-color: #034C8C;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}

.fade-in-image {
    animation: fadeIn 2s;
    /*       height: 300px;*/
    border-radius: 50px;
    border-color: black;
    border-width: thin;
    width: 98%;
    /*     padding: 15px;*/
}

.hotelDisplay {
    display: block;
    width: 80%;
    background-color: #034C8C;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
}

.imgHotel {
    animation: fadeIn 2s;
    width: 100%;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 50px;
}

.txtHotel {
    animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    25% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}

.divFixed {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
    height: 255px;
    width: 350px;
    /*         background-color: #000000;*/
    background-color: #034C8C;
    border-radius: 30px;
    /*   padding: 10px;*/
}

.divBlack {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*    height: 300px;*/
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    /*        top: 25px;
            left: 25px;*/
    top: 0px;
    position: absolute;
    z-index: 100;
}

.divMoveAround {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    /*        top: 25px;
          left: 25px;*/
    top: 0px;
    position: absolute;
    z-index: 200;
    animation: fadeIn 3s;
}

.divMarqueeText {
}
.divFooter {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #034C8C;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #F2E750;
    margin-top: 50px;
}

.lnk {
    cursor: pointer;
    text-decoration: none;
}

.FooterInfo {
    font-size: larger;
    color: #ffffff;
}
.feather {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

}

.feather2 {
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-top:25px;
}

.divImgLogo {

  width:80%;
}

.divSelection {
  padding:25px;
    border-radius: 25px;
    background-color: lightgrey;
}

.divSelectionNB {
    padding-top:25px;
    padding-bottom:25px;
 
    border-radius: 25px;
    background-color: lightgrey;
}

/*    .divSelection:hover {
        background-color: azure;
    }*/
.btnCollapse {
    padding: 20px;
    border: none;
    color: #000000;
    width: 100%;
    /*  height: 25px;*/
    font-size: large;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background-color: lightgrey;
}


    .btnCollapse:hover {
        background-color: #034C8C;
        color: #ffffff;
        border-color: #034C8C;
    }

.divSelections {
    padding: 25px;
    border-radius: 25px;
    /*      border-top-left-radius: 25px;
            border-top-right-radius:25px;*/
    /*      background-color: #034C8C;*/
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient( #034C8C,transparent);
}

.divSelections2 {
    padding: 25px;
    /*     border-radius: 25px;*/
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*      background-color: #034C8C;*/
    text-align: center;
    color: #034C8C;
    background-image: linear-gradient(transparent, #034C8C);
}

.SelectionImg {
    width: 90%;
    border-radius: 25px;
}

.divReservation2 {
    width: 100%;
    background-color: transparent;
    border-radius: 25px;
    padding: 20px;
    border-style: dotted;
    border-width: thin;
    border-color: navy;
}
.divReservation3 {
    width: 100%;
    background-color: transparent;
    border-radius: 25px;
    padding: 20px;
    border-style: none;
    border-width: thin;
    border-color: navy;
}


.divSelectOne {
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: aliceblue;
    border-color: navy;
    border-style: none;
    /*   border-radius: 25px;*/
    font-size: 20px;
    font-weight: bold;
}

.divShowBig {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.divShowBigger {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.divShowSmall {
    display: none;
}
.divShowSmaller {
    display: none;
}

.sectionheader {
    text-align: left;
}

.divweirdselect {
    width: 100%;
    border-style: solid;
    border-width: thin;
    padding: 15px;
    background-color: #034C8C;
    color: #ffffff;
    /*        border-color:#034C8C;
            border-style:solid;*/
    border-radius: 25px;
    cursor: pointer;
}

    .divweirdselect:hover {
        background-color: #05C7F2;
    }

.divweirdselected {
    width: 100%;
    border-style: solid;
    border-width: thin;
    padding: 15px;
    background-color: #05C7F2;
    color: #ffffff;
    /*        border-color:#034C8C;
         border-style:solid;*/
    border-radius: 25px;
    cursor: pointer;
}

.divDestImage {
}
@media screen and (max-width:900px) {

    .divFade {
        display: none;
    }
    /*         .divFixed{
                display:none;
            }*/
    .hotelDisplay {
        font-size: medium;
        width: 100%;
    }

    .divImgLogo {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .FooterInfo{
        font-size:large;
    }
    .divFixed {
        max-width: 100%;
    }

    .DoRight {
        text-align: center;
    }

    .imgLoading{
        width:auto;
        height:1000px;
    }
}

@media screen and (max-width:400px) {
    .divShowBigger {
        display: none;
    }

    .divShowSmaller {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width:900px) {
    .divShowBig {
        display: none;
    }

    .divShowSmall {
        display: block;
        text-align: center;
    }
}

    @media screen and (max-width:500px) {
        .sectionheader {
            text-align: center;
        }

        .divReservation2 {
            width: 100%;
            padding: 5px;
            border-style: none;
        }

        .divSelections {
            padding: 5px;
        }

        .SelectionImg {
            width: 100%;
        }

        .divSelectOne {
            width: 90%;
            font-size: 18px;
            font-weight: bold;
        }



 
    }