a:visited {
	color: #590da7;
	text-decoration: none;
}

body a:link {
	color: #590da7;
	text-decoration: none;
}

body a:active {
	color: #590da7;
	text-decoration: underline;
}

body a:hover {
	color: #590da7;
	text-decoration: underline;

}

.mailtoolsHeader {
	background-color: #590da7;
	color: white;
	font-weight: bold;
}

.mailtoolsNotice {
	background-color: #fae4b8;
	color: #cc0000;
}

.mailtoolsStriped {
	background-color: #eaeaea;
}

.mailtoolsRow {
	border: 1px solid #c7c7c7;
}

.mailtoolsLeftCell {
	border-top: 1px solid #c7c7c7;
}
.mailtoolsRightCell {
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}
.mailtoolsFooter {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 9px;
}




.bodyContent {
	background-color: #F0ECF2;
	color: black;
	border: 1px solid;
}

.instructions {
	background-color: #FAE4B8;
	color: black;
}

.header1 {
	background-color: #8772B8;
	color: white;
	font-weight: bold;
}

a.workshopIsRequired {
	color: red !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.cellGold {
	background-color: #fdd023;
	width: 20px;
}

.cellPurple{
	background-color: #461d7c;
	width: 20px;
}

.cellGoldEnd {
	background-color: #fdd023;
	width: 2px;
}

.cellPurpleEnd{
	background-color: #461d7c;
	width: 2px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 5px !important;
    width: 90% !important;
}

.form-group {
    margin-bottom: 0px !important;
}

div#gradeValues.col-sm-2 {
	float: none;
	margin-right: none;
}

div#gradeValues.col-sm-1 {
    float: none;
    margin-top: 2% !important;
    margin-left: 1%;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	
}

.btn-group>.btn:first-child:not(:last-child) {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.btn-group>.btn:last-child:not(:first-child) {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: 0px !important;
}

.btn-group, .btn-group-vertical {
	display: -moz-box !important;
}

.btn-group, .btn-group-vertical{
	position: relative; 
	display: -webkit-box !important; 
	vertical-align: middle;
}

div.Footer{
	margin-top: 2% !important;
}

button#consultationSubmit.btn.btn-default {
	margin-left: -4%;
}

form#sensoryForm .form-control {
    display: block;
    width: 100%;
   	height:64px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none !important;
    border-radius: 4px;
}

.pull-left {
    float: left!important;
    padding-top: 16px;
}

div#searchRow.row {
	padding-bottom: 10px !important;
}

div.container {
	box-shadow: 10px 10px 100px #ddd !important;
}