﻿/* Demo White */

.WelcomeMessage {
    margin-top:-2px;
    margin-right:49px;
    border-right: solid 1px #333;
    padding-right:10px;
    text-transform:uppercase;
}

#MyAccountMenu {
    top:10px;
    padding: 0 20px;
    box-sizing: border-box;
    text-transform:uppercase;
}

    #MyAccountMenu > #MyAccountMenuContainer {
        width: 1200px;
        max-width: 100%;
    }

    #MyAccountMenu li a {
        color: #333;
        font-family: Oxygen;
        font-weight: 700;
        text-transform: uppercase; 
    }

#MyAccountMenu li.TopLevelMenuItem > a {
    padding: 0 15px;
}

#MyAccountMenu .Login {
    margin: 0;
}

div#MyStatement {
    font-size: 12px;
}

div#MyStatement .InvoiceListColumn, div#BookingInvoices .InvoiceListColumn {
    width:12%;
}

    div#MyStatement .PayInvoice, div#BookingInvoices .PayInvoice {
        margin-left: 40px;
    }

.RightColumn .RightColumnContent ul.DSImageGallery li,
.RightColumn .RightColumnContent ul.DSImageGallery li img {
    width:95px;
}

input.input-validation-error {
    background-color: #fee;
    border: 1px solid #ff0000;
}

#ContactDetails #Email {
    width:380px !important;
}

a.LinkButton:hover {
    color:#fff;
}

.QuotationForm #ContactDetails input {
    width: 380px !important;
}

.QuotationForm #ContactDetails select {
    width: 150px !important;
}

.QuickQuote form input[type=submit] {
    width: 175px;
}

.QuotationSummary div {
    margin:10px 0;
}

legend {
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}

span.charcounter {
    color: #333;
}

.ErrorSummary {
	color: #ff0000;
    background: rgba(255, 0, 0, 0.25);
	border:solid rgba(255, 0, 0, 0.5);
	border-radius: 25px;	
	padding:20px;
	margin-bottom:20px;
}

.ErrorSummary h2 {
	color: #ff0000;
}

.ForgottenPassword {
    display: inline-block;
    margin-top: 10px;
}

#tooltip {
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    padding: 10px;
}

/* Image Gallery */
.DSImageGallery {
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}

    .DSImageGallery li {
        background-color: none;
        display: table-cell;
        float: left;
        height: 100px;
        margin-bottom: 5px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
        width: 100px;
    }

        .DSImageGallery li a {
            margin: 0 auto;
        }

            .DSImageGallery li a img {
                border: none;
                height: auto;
                width: 100px;
            } 


/* Login Page */

.LoginContent {
    border: 1px solid #9c9ea1;
    padding: 10px;
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

.LoginContent .Field {
    width:800px;
}

.LoginContent .ButtonBar .LoginButton {
    margin-right: 0px;
}

.CombinedLogin .PageHeader {
    position: initial;
    width: auto;
}


div.QuotationList div.QuotationContainer, 
div.BookingsList div.BookingContainer {
    border:1px #c2c3c9 solid;
    margin:2px 0;
}

table#Quotations,
table#Bookings {
    border-bottom:1px solid #c2c3c9;
}

table#Quotations tr.First td,
table#Bookings tr.First td {
    border-top:1px solid #c2c3c9;
}

table#Quotations tbody tr:first-child td,
table#Bookings tbody tr:first-child td {
    border-top:none;
}

#LoginDiv .SingleColumnContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}