﻿@import url('animate.css');

.topMenulogo {
    right: 0px;
    width: 60px;
    position: absolute;
    overflow: hidden;
}

    .topMenulogo img {
        width: 100%;
    }

    .topMenulogo:hover {
        width: 250px;
        height: 150px;
        position: absolute;
        right: 0px;
        border: 1px solid rgba(255, 255, 255, 0.96);
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.92);
        padding: 5px;
        padding-right: 15px;
        margin: 2px;
        box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.16);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        z-index: 10000;
        overflow: hidden;
    }

        .topMenulogo:hover img {
            width: 100px;
            margin-top: 17px;
            height: 100px;
            float: left;
            margin-left: 17px;
            border-radius: 100px;
            -webkit-transition: all 100ms ease-in-out;
            -moz-transition: all 100ms ease-in-out;
            -ms-transition: all 100ms ease-in-out;
            -o-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
            -moz-transform: rotate(-360deg);
            -webkit-transform: rotate(-360deg);
            -o-transform: rotate(-360deg);
            -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }

@keyframes blink {
    20% {
        border: 3px solid rgba(255, 0, 0, 0.17);
    }
}

.blinkwarning { /*or other element you want*/
    animation: blink .5s step-end infinite alternate;
}

.turnAround {
    -webkit-animation: spin1 2s infinite linear;
    -moz-animation: spin1 2s infinite linear;
    -o-animation: spin1 2s infinite linear;
    -ms-animation: spin1 2s infinite linear;
    animation: spin1 2s infinite linear;
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin1 {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin1 {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-keyframes spin1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bookingbg .hotelholder {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 3px;
    box-shadow: -1px 4px 9px rgba(0,0,0,0.6);
}

    .bookingbg .hotelholder > div {
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .bookingbg .hotelholder input, .bookingbg .hotelholder select {
        background-color: rgba(255,255,255, 0.6);
        color: black;
        border-color: rgba(255,255,255, 0.5);
    }

    .bookingbg .hotelholder a {
        color: white;
        text-shadow: 1px 1px 9px rgba(255,255,255, 0.5);
    }
    .bookingbg .hotelholder span {
        color: white;
    }

    .bookingbg .hotelholder .input-group-addon {
        background-color: rgba(255,255,255, 0.3);
        color: white;
        border-color: rgba(255,255,255, 0.5);
    }

    .bookingbg .hotelholder label {
        color: white;
        font-weight: 100;
        margin-right: 5px;
        letter-spacing: 1px;
    }
.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}



/*Touch friendly checkbox*/

label.btn span {
    
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    /*color: #7AA3CC;*/
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.calculator input {
    border: 1px solid #ff00f7 !important;
    background-color: #ececec !important;
}

.calculator {
    border: 1px solid silver;
    background-color: #ecec;
}