﻿body {
    font-size: 12pt;
    margin: 0;
}
p { font-size:12pt; }
#wrapper { width: 960px; margin:0 auto; }
div {
    font-size: 10pt;
}

.gvhspadding {
    padding:4px;
    font-size:10pt;
}

h1 {
    font-size: 18pt;
    font-weight: 500;
}
.right_align { text-align:right; }
.bold_style { font-weight:600; }
.rate_style { font-size:11pt; color:black; }

a:hover { color: black; }
        .style70
        {
            width: 90%;
        }
.style78 {
    font-size: small;
}
#top {
position:fixed;
top:0px;
left:0px;
width: 100%;
background: #F0F0F0;
text-align: left;
}
.style327 {
}
.style328
    {
    width: 858px;
    font-size: 12pt;
    }
.style330
    {
    width: 350px;
    text-align: right;
    background-color: transparent;
    height:32px;
    color:gray;
    font-size:10pt;
    }
.style335
    {
        width: 277px;
        color:black;
        text-align:left;
    }
select {
    border: 1px solid #d9d9d9;
    padding: 6px;
    font-size:12pt;
}
.btn_yellow {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #f76c6c;
    display: inline-block;
    color: black;
    font-size: 12pt;
    font-style: normal;
    border: 0;
}
    .btn_yellow:hover {
        background-color: #3f3f3f;
        cursor: pointer;
    }
.btn_yellow:active {
	position:relative;
	top:2px;
}
.lbl_yellow {
    background-color: #f76c6c;
    color: black;
    font-size: 12pt;
    padding: 8px 20px;
}
    .lbl_yellow:hover {
        cursor: pointer;
    }
.travel_dates
{
    color:black;
}
.pnl_collapse {
    color:grey; font-style:italic; padding:5px;
}
    .pnl_collapse:hover {
        cursor: pointer;
    }
            .cal_btn {
    background-color:#f8f8f8;
    border:1px solid #e0e0e0;
    font-size:10pt;
             -webkit-appearance:none;
           padding:4px;
           color:gray; 
        }
                .cal_btn:hover {
                    cursor: pointer;
                    background-color: #3f3f3f;
                    color: white;
                }
        .cal_btn:active {
            position:relative;
            top: 1px;
        }
.results_class {
    -webkit-animation:my_results 1s;
    -webkit-animation-iteration-count: infinite;
    animation:my_results 1s;
    animation-iteration-count: infinite;
    font-size:12pt;
    padding:4px;
    border-radius:5px;
}
    .results_class:hover {
        -webkit-animation: 0;
    }
@-webkit-keyframes my_results
{
    0% {
        color: #f8f8f8;
    }
50% { color: white; }
    100% {
        color: #f8f8f8;
    }
}
@keyframes my_results
{
    0% {
        background-color: #f8f8f8;
    }
50% { color: white; }
    100% {
        background-color: #f8f8f8;
    }
}
.check_availability {
    -webkit-animation: my_availability .5s;
    -webkit-animation-iteration-count: infinite;
    animation: my_availability .5s;
    animation-iteration-count: infinite;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #ff7b00;
    display: inline-block;
    color: white;
    font-style: normal;
    border: none;
    font-size: 12pt;
}
.check_availability:hover {
	background-color:#8cb82b;
	cursor:pointer;
}
.check_availability:active {
	position:relative;
	top:2px;
}
@-webkit-keyframes my_availability
{ 
0% { background-color:#ff7b00; }
50% { background-color:#8cb82b; }
100% { background-color:#ff7b00; }
}
@keyframes my_availability
{
0% { background-color:#ff7b00; }
50% { background-color:#8cb82b; }
100% { background-color:#ff7b00; }
}
.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color:white;
    opacity:0.5;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

    .tb_style { width:80px; height:18px; text-align:center; }
    .ui-accordion-header.ui-state-active {
            background-color: #67b0d1;
            color:white;
        }
    .ratingStar
        {
            font-size: 0pt;
            width: 25px;
            height: 25px;
            margin: 2px;
            display: inherit;
            background-repeat: no-repeat;
        }
    .filledRatingStar
        {
            background-image: url('../igemsimages/gold_star.png');
        }
input {
        padding: 5px;
        font-size:11pt;
        }
        .hover_style { font-size:12pt;}
        .hover_style:hover { cursor:pointer; }
        .align_right {text-align: right;}
.loader {
  text-indent: -9999em;
  width:80px;
  height:80px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin:0 auto;
}
.loader:before {
    opacity:.9;
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #dedede;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}.ui-accordion-header.ui-state-active {
    background-color: #24305e;
    color:white;
}
#tabs { 
    background: transparent; 
    border:0; 
} 
#tabs .ui-widget-header {
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(../igemsimages/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
}
    #tabs .ui-tabs-nav .ui-state-default a {
        color: gray;
        font-size: 12pt;
    }
#tabs .ui-tabs-nav .ui-state-active a { 
    color: black;
    outline : none;
} 
#tabs .ui-tabs-nav .ui-state-hover a { 
    color: #24305e;
}    
#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6, #tabs-7 {
    border-right:1px solid #c0c0c0; border-left:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0;
}
.ui-datepicker-trigger { position: relative; top: 3px; }
.my_class { font-weight:400; }
.style26 {
    font-size: 14pt;
    text-decoration: none;
    color: gray;
}
    .style26:hover {
        text-decoration: underline;
    }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dedede;
    margin: 1em 0;
    padding: 0;
}

.right_div {
    float: left;
    width: 600px;
}



.table_dates {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

    .table_dates td {
        display: inline-block;
    }
/* Container for flexboxes */
.mypanel {
    display: flex;
    flex-wrap: wrap;
}

/* Create four equal columns */
.column {
    background-color: white;
    color: dimgray;
    display: inline-block;
    flex: 31%;
}

.date_column {
    font-size:12pt;
    display: inline-block;
    margin-left:10px;
    margin-top:10px;
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
.image_div {
    float: left;
    text-align: left;
}

#div_description {
    float: left;
    padding-right: 5px;
    padding-left: 15px;
    width: 40%;
}

#div_rates {
    clear:both;
    font-size: 12pt;
    padding-bottom:10px;
    color:GrayText;
}

.thumb {
    
    width: 100%;
    max-width:600px;
}

    .thumb:hover {
        cursor: pointer;
    }

.date_mypanel {
    margin-top: 5px;
    float:left;
}
.ChkBoxClass input {
    display: none;
}

.payment_div {
    text-align: left;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

input {
    padding: 7px;
}



#cart_div {
    background-color: #404040;
    color: white;
    width: 120px;
    text-align: center;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 3px;
    z-index: 1000;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 0 10px 5px #888;
    -webkit-box-shadow: 0 10px 5px #888;
    box-shadow: 0 10px 5px #888;
}
.select_button {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    outline-style: none;
    border: 6px solid white;
    background-color: #f76c6c;
    color: black;
    font-size: 12pt;
    -webkit-appearance: none;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}

.active_select {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    outline-style: none;
    color: forestgreen;
    background-color: forestgreen;
    border: 6px solid white;
    font-size: 12pt;
    -webkit-appearance: none;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}

.BookingProcess {
    color:GrayText;
    font-size:16pt;
    line-height:60px;
    font-weight:400;
}

#div_title {
    width: 100%;
    text-align: center;
    /*background-color: #404040; */
    padding: 6px 0;
    /* opacity:.0; */
}

.ImgHeader {
    /*background-image: url('../igemsimages/img-header.jpg');*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height:150px;
    background-color:grey;
}

.div_title_bottom {
    width: 100%;
    text-align: center;
    background-color: rgba(40,40,40,0.7);
    padding: 6px 0;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    color: white;
    font-size:12pt;
}

.MinRate {
    float:right;
    text-align:right;
}

/**************************************** MEDIA 960px width *******************************************/
/*@media only screen and (max-width:960px) {
    .MainCol {
        width: 100% !important;
    }
    .left-right-inner {
        max-width: 100% !important;
        margin-left: 0px !important;
    }
}*/

/**************************************** MEDIA 800px width *******************************************/

/*@media only screen and (max-width: 800px) {*/
  /*  .image_div {
        width: 60% !important;
    } */

    /*.ImgHeader {
        height: 150px;
    }

    .RoomDescription {
        width: 100% !important;
    }

    #div_rates {
        width: 100% !important;
    }

    .DetailsWrapper {
        width: 100% !important;
    }

    .DetailsInner {
        width: 100% !important;
    }

}*/

/**************************************** MEDIA 375px width *******************************************/

/*@media only screen and (max-width: 414px) {
    .LeftCol {
        width: 100%;
    }

    .RightCol {
        width: 97%;
    }
    .RoomImg {
        width:100% !important;
    }
    .MinRate {
        width:100%;
    }
    .ImgHeader {
        height:158px;
    }
    .image_div {
        width: 100% !important;
    }

    #div_description {
        width: 98% !important;
    }

    #div_rates {
        width: 100% !important;
    }

    .date_mypanel {
        margin-left: 20px;
    }

    .mypanel {
        flex-direction: column;
    }
    .left-right-inner {
        max-width: 100% !important;
        margin-left: 0px !important;
    }

}*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: forestgreen;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 10pt;
}
#myBtn:hover {
    background-color: #555;
}
.modalStyle {
    max-width:99%;
    max-height:90%;
    overflow:auto;
}

.DetailsInner {
    float:left;
    width:400px;

}


/*



*/

.MainCol {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    overflow: auto;
}

.DetailsRow {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right:10px;
}

.left-left-inner {
    flex: 25%;
    text-align: left;
    background-color: white;
}

.left-right-inner {
    flex: 25%;
    text-align: left;
    font-size: 12pt;
    color: GrayText;
    margin-left:10px;
}

.outer-right {
    float: right;
    width: 300px;
    height: 4000px;
    padding-right: 10px;
    padding-left: 10px;
}

.inner-right {
    float: left;
    width: 300px;
    min-height: 50px;
}

.sticky {
    top: 0;
    position: fixed;
}
.sticky + .inner-right {
    padding-top: 100px;
}
.SearchRow {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.SearchInner {
    flex: 50%;
    text-align: center;
    font-size: 12pt;
    color: White;
}
.myLeftTable {
    width: auto;
    margin-right: 0px;
    margin-left: auto;
}
#imgThumb1, #imgThumb2, #imgThumb3, #imgThumb4 {
    width: 80px;
}
@media screen and (max-width: 1100px) {
    .DetailsRow {
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .outer-right {
        float: left;
        height: auto;
        width: 98%;
        position: relative;
    }
    .inner-right {
        float: left;
        width: 98%;
    }
    .mypanel {
        flex-direction: column;
    }

    .left-right-inner {
        max-width: 100% !important;
        margin-left: 0px !important;
    }
    .SearchRow {
        flex-direction: column;
    }

    .myLeftTable, .myRightTable {
        margin: 0 auto !important;
    }
    .DetailsInner {
        width: 300px;
    }
}
#imgThumb1, #imgThumb2, #imgThumb3, #imgThumb4 {
    width: 70px;
}
#btnSearch {
    font-size: 12pt;
    height: 24px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #f76c6c;
    font-style: normal;
    border: 0;
    border-radius: 4px;
    margin-top:1px;
}
#btnCalendar {
    font-size: 12pt;
    height: 24px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-style: normal;
    border: 0;
    border-radius: 4px;
    margin-top: 1px;
    margin-left:8px;
}
.HeaderText {
    color: red;
    text-shadow: none;
    text-transform:uppercase;
    /*display: none;*/
}