/******************************************************************
Theme Name: Mill on the Brue
Theme URI: http://www.source-design.co.uk
Description: Development theme.
Author: Source Design
Author URI: http://www.source-design.co.uk
Version: 1.1
Tags:
******************************************************************/

.gfield_required {
	color: red;
	font-size: 90%;
	padding-left: 5px;
}

.text-primary-dark {
	color: #044685;
}

.text-lime {
	color: #80bc00;
}

.panel {
	border-radius: 20px;
}

button .icon-next {
	display: inline-block;
	border-top: .5em solid transparent;
	border-bottom: .5rem solid transparent;
	border-left: .5rem solid white;
	margin-left: .5rem;
}

.saved-camper.disabled {
    pointer-events: none;
}

.saved-camper.disabled input[type="checkbox"] {
    cursor: not-allowed;
}

.saved-campers input[type="checkbox"].age-invalid {
    cursor: not-allowed;
    pointer-events: none;
}

.saved-camper .text-danger {
    font-style: italic;
}

.saved-camper.disabled .saved-camper-name{
	display: none;
}