@import url("../../../../stellar2/styles/scuba.css");
body.modal-open { position: fixed; width: 100%; }


html{
 max-width: 100%;
}

.customHeader {background-color:white;margin:5px;}
#page-wrapper
{
  width:100%;

}
body {font-family: Arial,Helvetica,sans-serif;}
.customLogonHeader div {background-color: #e9e6e1;}
.customLogo {height:87px; margin: auto;}
.navbar-right{
    margin-right:0px;
    margin-top: 12px; /* change this if image is different height */
}
.navbar-nav>li>a{
font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.customFooter {background-color:#ffffff;margin:5px;background-image: url('../customimages/footer-xx-large.jpg');background-repeat: no-repeat;background-position: right bottom; background-size: cover;}
.customFooter .headerText {color: #fff;}
.customFooter .text {color:#ccc;}

.customFooter li>a {color:#000000; text-decoration: none;}
.customFooter a {color:#000000;cursor:pointer; text-decoration: none;}

.dcs-web-controller {width:95vw; margin:auto;}

/*add price band colours here */
.dcs-band-O {background-color:#10b196;}

.minor-nav , .minor-nav a{
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
	text-decoration: underline;
    font-size: 11px;
    color: #707070;
	padding-left: 5px;
	padding-right: 5px;
}

.centreDiv {text-align: center;}
.inlineList {display: inline-block;}
.adr {font-size: 1em; padding-left: 10px;}
.site-info {font-size: 1em; display:inline-block; padding-left: 10px; padding-right: 15px; padding-top: 30px; padding-bottom: 30px;}

@media (max-width: 800px) {
.customFooter {
 background-image:none;
 } 
}

/* changes to colours for Uni Sussex accessibility: */
.dcs-booking-grid-cell-myBooking {
    background-color: yellow;
	border: 2px solid #000;
}

.dcs-booking-grid-cell:hover .dcs-booking-grid-activity-tip {
    visibility: visible;
		border: 2px solid #000;
		border-radius: 5px;
}

.has-success .form-control {
    border-color: #00ff00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control {
    border: 2px solid #ee0000;
}