/*---------Revision 1.0 Todd 1.7.2016--------------*/
/* Custom colors - change to use alternate colour scheme*/
.navbar-custom, .footer, .footer-logo {
	color:#fff;	
}
.footer a {
	color:#fff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  border-right: 1px solid #fff;
}
.navbar-custom .navbar-nav > li > a {
	border-left: 1px solid #fff;
}
/*
.modal {
  -webkit-overflow-scrolling: auto !important;
}
*/
.btn-activeradio {
	border-color: #aaa;
}

.btn-activeradioregion {
	min-width: 90px;	
}

.btn-activeradio.active {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
    color: #F0F0F0;
}

.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
    text-decoration: none;
}

.ui-datepicker-month,.ui-datepicker-year {
	color: #000;
}
/* calendar css */
.horizontal-scroll-except-first-column {
    width: 75%;
    overflow: auto;
    margin-left: 25%;
}

.horizontal-scroll-except-first-column > table > * > tr > th:first-child,
.horizontal-scroll-except-first-column > table > * > tr > td:first-child {
    position: absolute;
    width: 25%;
    margin-left: -25%;
}

.horizontal-scroll-except-first-column > table > * > tr > th,
.horizontal-scroll-except-first-column > table > * > tr > td {
    /* Without this, if a cell wraps onto two lines, the first column
     * will look bad, and may need padding. */
    /*white-space: nowrap;*/
}
.defaultcell {
	min-height: 28px;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	border-bottom:1px solid #ddd !important;
	padding: 6px 4px;
	border-top:0 !important;
}
table#bookingassettable {
	border-collapse: unset !important;
}
.timecell {
	text-align: center; 
	vertical-align: middle;
	border-right: 0 !important;
	margin: 0;
}
.headerrow {
	border-left: 1px solid #ddd !important;
	border-bottom:0 !important;
	padding: 6px 4px;
}
.footerrow {
	border-left: 1px solid #ddd !important;
	border-top:0 !important;
	padding: 6px 4px;
}
.lastcolumn {
	border-right: 1px solid #ddd !important;
}
.cursordefault {
	cursor: default;
}

