﻿@font-face {
    font-family: 'RotisSansSerif';
    src: url('/css/fonts/ATRotisSansSerif.eot'); /* IE9 Compat Modes */
    src: url('/css/fonts/ATRotisSansSerif.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/css/fonts/ATRotisSansSerif.woff') format('woff'), /* Modern Browsers */
    url('/css/fonts/ATRotisSansSerif.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/css/fonts/ATRotisSansSerif.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {    
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('/img/background_tile.png');
    background-repeat: repeat-x;
}

input {
    padding: 10px;
}

.flatButton {
    background-color: black;
    color: white;
    border: 0px;
    margin: 0px;
}

h3 {
    font-size: 21px;
    color: #333;
}

.offwhiteWrap {
    background-color: #dfe2e3;
}

.whiteWrap {
    background-color: white;
    padding: 15px;
    margin-bottom: 15px;
}

.whiteWrapSmall {
    background-color: white;
    padding: 15px;
    margin-bottom: 15px;
}

.blackWrap {
    background-color: black;
    padding: 5px;
    min-height: 80px;
}

    .blackWrap h3 {
        color: white !important;
    }

    .blackWrap a {
        display: inline-block;
        height: 70px;
        color: white;
        font-size: 21px;
        padding-top: 6%;
    }

        .blackWrap a:hover {
            text-decoration: none;
        }

.greyWrap {
    background-color: #4a5255;
    color: white;
}

    .greyWrap h1 {
        color: white !important;
    }

.nav img {
    padding-right: 10px;
}

.heroImage {
    background-image: url('/img/rockbeare-manor.jpg');
    background-size: cover;
    min-height: 210px;
}

.guestWrap {
    padding: 20px;
    background-color: #eeebeb;
    margin: 10px;
}

.transactionComments {
    margin: 0px;
    width: 517px;
    height: 100px;
}

#CreateBookingModal {
    display: none;
    width: 700px;
    padding: 20px;
}

.createBookingWrap {
    padding: 20px;
}

.concurrencyErrorWrap{
    margin:20px;
    padding:20px;
    width:360px;
    height:150px;
}

.AdminImage {
    width: 80px;
    height: 70px;
}

#headerCenter p span.first {
    color: #313638;
    font-size: 26px;
    font-family: "RotisSansSerif",Arial,sans-serif;
    letter-spacing: 5px;
}

#headerCenter p span.second {
    color: #4a5255;
    font-size: 26px;
    font-family: "RotisSansSerif",Arial,sans-serif;
    letter-spacing: 5px;
}


#headerCenter p {
    color: #fff;
    font-size: 26px;
    font-family: "RotisSansSerif",Arial,sans-serif;
    letter-spacing: 5px;
}

/* unvisited link */
.sub:link {
    color: #000000;
    text-decoration: none;
}

/* visited link */
.sub:visited {
    color: #000000;
    text-decoration: none;
}

/* mouse over link */
.sub:hover {
    color: #000000;
    text-decoration: none;
}

/* selected link */
.sub:active {
    color: #000000;
    text-decoration: none;
}

.errorText {
    color: red !important;
    font-size: 10px !important;
}

.bookingDetailsSpacer {
    padding-bottom: 30px;
}

.bookingDetailsDetail {
    min-height: 300px;
}


.active li {
    color: white !important;
}

.pagination li a {
    background-color: white;
    color: black;
}

    .pagination li a:hover {
        background-color: white;
        color: black;
    }

.active a {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.logoLoader {
    width: 33px;
    height: 33px;
}

.whiteWrapSmallGuestDetails {
    background-color: white;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 170px;
}

.whiteWrapSmallGuest {
    background-color: white;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 218px;
}

.loginPanel {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
}

.ActiveButton {
    background-color: #3F3F3F;
}

.CreateBookingButton {
    padding-right: 20px;
}

.GuestlistBookingCompleted {
    background-color: lightgray;
}

.centerModifier {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.BasePrice {
    font-size: 21px;
    color: #333;
}

.table-hover tbody tr:hover td {
    background-color: #bbbbbb;
}

.ErrorPanel{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding : 15px;
    background-color: white;
    min-height:146px;
}


.GuestNoEmail{

}

.GuestNoEmail label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.GuestNoEmail input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
  
.concurrencyErrorWrap{    
    padding:20px;
    width:360px;
    height:180px;
    text-align:center;
}

.MangeRoomBedConfigurationRow{
    padding:10px;
}

.printButton{
    padding:10px;    
    background-color: black;
    color: white;
    border: 0px;
    margin-right: 15px;
    float:right;
}

.RockbeareManorBackgroundColour{
    color: rgb(115, 120, 123);
}

.RoomDescription {
    height:200px !important;
}