﻿body {
    margin: 0;
    font-family: 'gfrg', Arial, Helvetica, Verdana;
    font-size: 14px;
    line-height: 20px;
    color: #CCCCCC;
    background-color: #000000;
    font-family: agRegular;

}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(fonts/MaterialIcons-Regular.woff2) format('woff2'), url(fonts/MaterialIcons-Regular.woff) format('woff'), url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}


@font-face {
    font-family: 'agBold';
    src: url('fonts/Akzidenz-Grotesk Bold Condensed.woff2') format('woff2'),url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}



@font-face {
    font-family: 'agMedium';
    src: url('fonts/Akzidenz-Grotesk Medium.woff2') format('woff2'),url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}

@font-face {
    font-family: 'agRegular';
    src: url('fonts/Akzidenz-Grotesk Regular.woff2') format('woff2'), url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* 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';
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.required-field {
    float: right;
    color: #BE0000;
    font-size: 12px;
}

    .required-field .material-icons {
        font-size: 15px;
        padding: 0px 5px;
        vertical-align:middle;
    }


.background {
    background-image: url(../images/bg.jpg);
    text-align: center;
    padding-left: calc(100vw - 100%);
    
}


.main-content {
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

.container {
    display: inline-block;
    width: 1170px;
    text-align:left;
}

.logopanel {
    padding: 30px 0px 20px 7px;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.box {
    background-color: #1A1A1A;
    padding:15px;
    display:inline-block;
}


.split {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: black;
    
}

.split-left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    
}


.split-right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}



.split-bottom {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}




.mobile-nav {
background-color:#1a1a1a;
position:absolute;
left:5px;

right:50%;
top:0px;


}




.mobile-nav-item {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 10px 12px;
    border-right: solid 1px #222222;
    border-left: solid 1px #111111;
    text-decoration: none;
    overflow: hidden;
    height: 55px;
    cursor: pointer;
    

}

    .navbar .item {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        display: block;
        text-transform: uppercase;
        color: #999999;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        padding: 15px 0px 12px;
        border-right: solid 1px #222222;
        border-left: solid 1px #111111;
        text-decoration: none;
        overflow: hidden;
        height:55px;
        cursor:pointer;
    }


    .navbar .text {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: #999999;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        padding: 15px 20px 12px;
        display: inline-block;
        text-decoration: none;
    }

        .navbar .item.selected {
            background-color: #111111;
            color: white;
        }


.ui-datepicker td a:hover {
    opacity: 0.5;
}

.event a {
    background-color: #008500 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.noevent a {
    background-color: #850000 !important;
    background-image: none !important;
    color: #ffffff !important;
}



.selectdate a {
    background-color: #006dcc !important;
    background-image: none !important;
    color: #ffffff !important;
}

.date-box {
    width: 320px;
    background-color: white;
    display: inline-block;
    position: relative;
    font-size: 0px;
    line-height: 0px;
}

    .date-box input {
        display: inline-block;
        border: none;
        margin: 0;
        font-size: 20px;
        padding: 7px 10px;
        padding-right: 30px;
    }



    .number-input {
        display: inline-block;
        border: none;
        margin: 0;
        font-size: 20px;
        padding: 7px 0px;
        padding-left: 10px;
     width:100%;   
    }



.input-panel {
    display: inline-block;
    margin-right: 12px;
    margin-top: 20px;
}


.text-box {
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 18px;
    padding: 5px 0px;
    padding-left: 10px;
    width: 388px;
}





.date-panel {
    display: inline-block;
    margin-right: 12px;
    
}



.date-box .icon-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 45px;
}

.icon-box .material-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.form-cell {

padding:5px;
}

.label {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: white;
    text-transform: uppercase;
    color: #0096ff;
    text-align:left;
}

.button {
    background-color: #006dcc;
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 20px;
    padding: 12px 10px;
    color: white;
    cursor: pointer;
    text-align: center;
        text-transform:uppercase;
}

    .button:active {
        outline: 4px solid white;
        outline-offset: -4px;
    }

.buttonModest {
    background-color: #006dcc;
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 14px;
    padding: 8px 6px;
    color: white;
    cursor: pointer;
    text-align: center
}

.calendar-box {
    /*display: inline-block;
    margin: 10px 10px;
    min-width: 420px;
    position: relative;
    vertical-align: top;*/
    margin:10px;
    text-align: left;
 border:solid 1px #333;
}

.calendar-col {
    display: inline-block;
    width: 14%;
    font-size: 15px;
}

.calendar-day {
    vertical-align: top;
    height: 50px;
    position: relative;
}

    .calendar-day .calendar-item {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background-color:#3a3a3a;
    }

        .calendar-day .calendar-item .calendar-item-avail {
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #008500;
            
        }

        .calendar-day .calendar-item .calendar-item-unavail {
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #850000;
            
            
        }


        .calendar-day .calendar-item .calendar-item-selected {
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color:#006dcc;
            /*border: solid 2px #006dcc;*/
        }


        .calendar-day .calendar-item .calendar-item-invalid {
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
         opacity:0.2;
        }

        .calendar-day .calendar-item .calendar-item-text {
            z-index: 10;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: white;
            text-align:left;
            font-size:20px;
            padding:5px;
        }




.calendar-item.disabled {
    text-decoration: line-through;
    opacity: 0.5;
}

.ui-datepicker {
    z-index: 100;
}

.confirmationLabel {
    color: white;
    font-size: 18px;
    text-align: right;
    font-weight: lighter;
    width: 50%;
}

.confirmationData {
    padding-left:10px;
    color: silver;
    font-size: 18px;
    text-align: left;
    width:50%;
}

.confirmationHeader {
    color: #006dcc;
    font-size: 22px;
    padding:10px;
    text-align:center;
    text-transform:uppercase;
}

.confirmationLineBreak {
    border-bottom: 1px solid #cccccc;
    font-size: 1pt;
    padding: 0px;
    margin: 0px;
}

.confirmationBackground {
    
    padding: 10px;
    
}

    .confirmationBackground table {
        width: 100%;
        background-color: #111;
        padding:10px;
        margin-bottom:10px;
    }

    .confirmationBackground .confirmationLabel {
        vertical-align:top;
        width: 120px;
    }
    .confirmationBackground .confirmationData {
        vertical-align: top;
        width: 180px;
    }


.res-list-box {
    padding-bottom: 5px;
}


.res-list-item {
    background-color: #1a1a1a;
    padding: 10px;
    text-align: left;
    font-size: 18px;
}

    .res-list-item.selected {
        background-color: #006dcc;
    }


.hotel-offer.selected {
    /*outline: 2px solid blue;
    outline-offset: -2px;*/
    background-color: #006dcc;
}
    .hotel-offer {
display:block;
background-color:#404040;
padding:10px;
margin:5px;
text-align:left;
}





        .list-item.selected {
            /*outline: 2px solid blue;
    outline-offset: -2px;*/
            background-color: #006dcc;
        }

.list-item {
    display: block;
    background-color: #404040;
    padding: 10px;
    margin: 5px;
    text-align: left;
}
.copyright {
    font-size: 9px;
    text-align: center;
    
    line-height: 11px;
    font-family: Arial;
}

.footerMenu {

    margin: 0px;
    text-align: center;
    
    font-family:Arial;
}

    .footerMenu .footerLink a {
        color: #808080;
    }

        .footerMenu .footerLink a:hover {
            color: #005580;
            text-decoration: underline;
        }

    .footerMenu .footerLink a:hover, a:active {
        outline: 0;
    }


.footerComment {
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.footerComment a {
    color: #808080;
    text-decoration: none;
}
