﻿@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);

/*@-ms-viewport{width: device-width;}*/
@viewport {width: device-width;}

hr{
    
    border: 1px solid transparent;
        
}

/* The Overlay Menu (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 600px;
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    /* left: 0;
    top: 0;*/
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #3B686E;  /*dimgray;rgb(0,0,0);*/ /* Black fallback color */
    opacity: 0.95;
    -moz-opacity: 0:95;
    -webkit-opacity: 0:95;
    -khtml-opacity: 0:95;
    /*background-color: (dimgray, 0.9);*/ /*rgba(0,0,0, 0.9); */ /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px !important;
    text-decoration: none;
    font-size: 36px !important;
    color: white !important;
    display: block !important; /* Display block instead of inline */
    transition: 0.3s !important; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: ghostwhite !important;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
        color: white !important;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        color: white !important;
    }
}



#tooltip {
    font-family: Julius Sans One;
    text-align: center;
    color: #fff;
    background: #3B686E; /*dimgray;*/
    position: absolute;
    z-index: 1000;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #3B686E; /*dimgray;*/
        content: '';
        position: absolute;
        left: 50%;
        bottom: -9px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

/*safari square input style */ 
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

input[type=text ] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

/* hyperlinks e.g calendar and background and main text colour */
a:link {
    color: dimgray;
    font-family: Julius Sans One ;
    font-size: 14pt;
    text-decoration: none;
}
a:visited {
    color: dimgray
}
a:active {
    color: dimgray
}
a:focus {
    color: transparent !important;
    background-color: transparent;
    border-color: transparent;
    background-image: url("loading.gif");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
   /* height: 28px;
    width: 28px;*/
}
a:hover {
    color: darkgray;
    text-decoration: none;
    background-image:none;
}

.modalPopup {
    border-width: 2px;
    border-radius: 6px;
    border-style: solid;
    border-color: dimgray;
    background-color: white;
    opacity: 0.95;
    -moz-opacity: 0:95;
    -webkit-opacity: 0:95;
    -khtml-opacity: 0:95;
    padding: 3px;
    width: 550px;
    position: absolute;
  float: none;
  /*  left: 0px;  center the popup */
    left: 50%;
 /*  top: 50%;*/
    transform: translate(-50%);
    top: 100px;
    /*transform:trandimgray(-50%);*/
    z-index: 999;
    box-shadow: 0 1rem 2rem #000a;
    height: auto
}
.buttonBack {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: dimgray;
    border-color: dimgray;
    Border-Style: Solid;
    border-radius: 20px;
    color: white;
    height: 35px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px; /* 24 Preferred icon size */
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: pre-line;
    direction: ltr;
    /*nowrap width: 1em;height: 1em;*/
    line-height: 1.25;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/*best price on calendar*/
.buttonCalendar {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent ;
    border-color: transparent ;
    Border-Style: none;
    border-radius: 5px;
    color: white;
    font-family: Julius Sans One ;
    font-size: 14pt;
    font-weight: normal;
    height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .buttonCalendar:focus {
        background-color: transparent !important;
        border-color: transparent;
        color: transparent !important;
        font-size: 1pt;
        background-image: url("loading.gif");
        background-size: 14px;
        background-position: center;
        background-repeat: no-repeat;
        height: 28px;
    }

    .buttonCalendar:hover {
        font-weight: bold !important;
        background-image: none;
    }

html {
    font-size: 100%;
}



/*- image is repeat or no-repeat*/
body
{
    
    background-image: url("background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-color: silver;
    min-height: 100%;
    min-width: 100%;
    width:100%;
    height:auto;
    top:0;
    left:0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: black;
    -webkit-text-size-adjust: none;
    margin: 0;
}


/* hyperlinks in grid colour */
.linkinGridView
{
    color: dimgray !important;
    font-family: Julius Sans One ;
    font-size: 12pt;
    text-decoration: none;
    }
    linkinGridView:Hover 
    {
         color: darkgray !important;
    font-family: Julius Sans One ;
    font-size: 12pt;
    text-decoration: none;

    }

.Master
{
    border-color: Silver;
    Border-Style: Solid;
    min-width: 480px;
    background-color: white; opacity:0.95; -moz-opacity: 0:95; -webkit-opacity:0.95; -khtml-opacity:0.95;
    background-image: none;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}
/*Backround color*/
.calendar {
    background-color: transparent !important;
}

/*text and background of cells, Month Year, and unavailable*/
    .calendar td {
        font-family: Julius Sans One  !important;
        background-color: transparent !important;
        font-size: 1.2rem !important;
        line-height: 1.6rem;
    }
/*text of calender links*/
    .calendar a {
        
        font-weight: 300;
        font-size: 1.2rem;
        color: black !important;
        
    }
/*text of 'Call' and prices */
    .calendar span {
        font-family: Julius Sans One  !important;
        font-size: 0.75rem !important;
        font-weight: 300 !important;
        color: gray !important;
        height: auto !important;
    }
/*background of cells in past */
.calendar .calendar-day {
    background-color: transparent !important;
}
/*days of week title*/
.calendar .calendar-day-header {
    font-family: Julius Sans One ;
    font-size: 1rem !important;
    font-weight: 300 !important;
    background-color: transparent !important;
    color: gray !important;
}
.calendar .calendar-title {
    
    font-family: Julius Sans One ;
    font-size: 1.5rem !important ;
    font-weight: 400 !important;
    background-color: transparent !important;
    color: black !important;
}

.calendar .calendar-day-weekend {
    background-color: transparent !important;
}

.calendar .calendar-day-past {
    background-color: orange !important;
}
/*available room*/
.calendar .calendar-day-available {
    background-color: forestgreen !important;
    border-radius: 8px;
    
}
/*last room*/
.calendar .calendar-day-last {
    background-color: orange !important;
    border-radius: 8px;
}
.calendar .calendar-day-selected {
    background-color: yellow !important;
    border-radius: 8px;
}

   
/*active Hyperlink cell colours*/
.calendar .calendar-day-available a, .calendar .calendar-day-last a {
    color: white !important;
}
    /*clicked cell make font size big to allow for loading image width*/
    .calendar .calendar-day-available a:focus, .calendar:focus .calendar-day-last a:focus {
        font-size: 40pt;
        color: transparent !important;
    }


/*active best price*/
.calendar .calendar-day-available span:nth-child(2n+1), .calendar .calendar-day-last span:nth-child(2n+1)  {
    color: white !important;
}
/*active %discount*/
.calendar .calendar-day-available span, .calendar .calendar-day-last span {
    color: red !important;
}

/* GREEN = Available  */
.Available
{
    background-color: Green;
    color:forestgreen;
    border-radius: 8px;
}
.Lastone {
    background-color: Orange;
    color: Orange;
    border-radius: 8px;
}
.Rounding
{
    margin-top: 30px;
    border-radius: 8px;
    width: 120px;
    height: auto;
}

/*round images*/
img {
    border-radius: 8px;
   max-width: 550px;
}

/* table caption colour on Availability page */
.tableView th,
caption {
    background-color: transparent;
    color: black;
    font-family: Julius Sans One ;
    font-size: 14pt;
    font-weight: normal;
    height: 40px;
    text-align: left;

}
/* headers */
.Head
{
    background-color: transparent;
    color: black;
    font-family: Julius Sans One ;
    font-size: 18pt;
    font-weight:normal;
    text-align:center;
    height:30px;
    margin-top:10px;
}

/* important labels */
.LabelCap 
{
    background-color: transparent;
    color: Black;
    font-family: Julius Sans One ;
    font-size: 14pt;
    font-weight:normal;
    
}
.Labels
{
    background-color: transparent;
    color: Black;
    font-family: Julius Sans One ;
    font-size: 12pt;
}
.Dropdowns {
    background-color: transparent;
    color: black;
    font-family: Julius Sans One ;
    font-size: 12pt;
}
/* warning message colour */
.Warning
{
    background-color: transparent;
    color: Red;
    font-family: Julius Sans One ;
    font-weight:normal;
    font-size: 12pt;
}
.Micons {
    font-family: Material Icons;
    font-size: 18pt;
    background-color: transparent;
}
.Icons:before{
    
    font-family: Material-Icons;
    content: "cancel";
    font-size: 18pt;
background-color: transparent;}

/* most important buttons colour */
.buttonStyle {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: white;
    border-color: black;/* dimgray;*/
    Border-Style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
    font-family: Julius Sans One ;
    font-size: 14pt;
    font-weight: normal;
    height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-image: none;
}

/* less important buttons colour */
.buttonStyleOther {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: white;
    border-color: black; /*dimgray;*/
    Border-Style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
    font-family: Julius Sans One ;
    font-size: 14pt;
    font-weight: normal;
    height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-image: none;
}
.buttonStyle:hover {
    background-color: black;
    border-color: black;
    color: white;
    background-image: none;
}
.buttonStyleOther:hover {
    background-color: black;
    border-color: black;
    color: white;
    background-image: none;
}
.buttonStyle:focus {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    background-image: url("loading.gif");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
  
}

.buttonStyleOther:focus {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    background-image: url("loading.gif");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    
}



.buttonStyleCrop
{
    
 height: 28px; margin-top: 4px; margin-bottom: 4px;

}
@media only screen and (max-width: 640px)  {
 }
 
