﻿.modal {
            top: 2em;
        }
        .input-group-addon2 
        {
            padding: 0 11px;
            font-size: 15px;
        }
        .glyphicon {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .hotelsearchfield {
    border: 1px solid 
#d9e3e2;
padding: 11px;
height: 36px;
border-radius: 5px;
width: 100%;
font-size: 14px;
color:
    #3b3e3b;
}
        .hotelsearchbtn {
    float: right;
    margin-right: 1px;
    margin-top: -36px;
    background-color: 
#60b739;
color:
    #fff;
    position: relative;
    height: 36px;
    width: 38px;
    border-radius: 0 5px 5px 0;
    padding-top: 7px;
}
 .textblack13cont1 img, .textblack13cont1 div
        {
            display: inline-block;
            vertical-align: middle;
        }
        .textblack13cont1 ul li {
    list-style-type: none;
}
a, dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

.error {
    box-shadow: 0 0 5px 0px #CC0000 !important;
    border:2px solid red !important;
}
.load-bar
        {
            position: relative;
            margin-top: 5px;
            width: 100%;
            height: 6px;
            background-color: #fdba2c;
        }
        .bar
        {
            content: "";
            display: inline;
            position: absolute;
            width: 0;
            height: 100%;
            left: 50%;
            text-align: center;
        }
        .bar:nth-child(1)
        {
            background-color: #da4733;
            animation: loading 3s linear infinite;
        }
        .bar:nth-child(2)
        {
            background-color: #3b78e7;
            animation: loading 3s linear 1s infinite;
        }
        .bar:nth-child(3)
        {
            background-color: #fdba2c;
            animation: loading 3s linear 2s infinite;
        }
        
         @keyframes animation {
            50.0% {
                background-color: #E3E3E3;
            }
        }
        
        sdf
        {
            width: 100% !important;
        }
        .amenitiesarea_border
        {
            font-size: 10px !important;
            font-weight: 500 !important;
        }
        .amenitiesarea_border
        {
            list-style: none;
            display: inline-block;
            border: 1px solid #60b739;
            text-decoration: none;
            padding: 5px 4px;
            color: #60b739;
            border-radius: 4px;
            -webkit-transition: background-color 0.3s ease-out;
            -moz-transition: background-color 0.3s ease-out;
            -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
        }
        
        @keyframes loading {
            from {
                left: 50%;
                width: 0;
                z-index: 100;
            }

            33.3333% {
                left: 0;
                width: 100%;
                z-index: 10;
            }

            to {
                left: 0;
                width: 100%;
            }
        }
		