/********************************
 *								*
 * Colour theme - Orange		*
 *								*
 * Primary RGB: 243,112,67		*
 * Primary Hex: #f37043			*
 * Primary -1: #f69472			*
 * Primary -3: #f9b7a1			*
 * Primary +1: #dd633c			*
 * Primary +4: #9f4724			*
 * Primary +5: #7c2e10			*
 *								*
 ********************************/

/** Defaults **/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f37043;
}

a {
	color: #f37043;
}

a:hover,
a:focus,
a:active {
	color: #dd633c;
}

input:hover,
textarea:hover,
.form-control:hover {
	border-color: rgba(243,112,67,0.4);
	box-shadow: 0 0 5px 0 rgba(243,112,67,0.25);
}

input:focus,
textarea:focus,
.form-control:focus,
input:active,
textarea:active,
.form-control:active {
	border-color: rgba(243,112,67,0.6);
	box-shadow: 0 0 5px 0 rgba(243,112,67,0.25);
}

.checkmark {
	border-color: #f9b7a1;
}

.checkContainer input:checked ~ .checkmark {
	background-color: #f9b7a1;
}

.checkContainer .checkmark:after {
	border-color: #f37043;
}

.radioContainer .checkmark {
	border-color: #f37043;
}

.radioContainer input:checked ~ .checktext,
.radioContainer input:checked ~ .checktext .checkTextLg,
.radioContainer input:checked ~ .checktext .checkTextMd {
	color: #f37043;
}

.radioContainer .checkmark:after {
	background: #f9b7a1;
}

.btn-orange,
.btn-orange::before,
.btn-orange::after,
.btn-orange:focus,
.btn-orange:active {
	background-color: #f37043;
	background: -webkit-linear-gradient(top, #f37043 0%, #9f4724 100%);
	background: -moz-linear-gradient(top, #f37043 0%, #9f4724 100%);
	background: -ms-linear-gradient(top, #f37043 0%, #9f4724 100%);
	background: -o-linear-gradient(top, #f37043 0%, #9f4724 100%);
	background: linear-gradient(top, #f37043 0%, #9f4724 100%);
}

/** GDPR notice **/

.gdpr a {
	background-color: #f37043;
}

.gdpr a:hover {
	background-color: #dd633c;
}

.gdpr a:focus,
.gdpr a:active,
.gdpr a:active:hover {
	background-color: #dd633c;
}

/** Auth **/

.authPages .authPopup i.fa-user-plus {
	color: #f37043;
}

.authPages .authPopup p span {
	color: #f37043;
}

.authLogo {
	background-color: #9f4724;
}

.authVerify strong {
	color: #f37043;
}

.authVerify .cancelLink button {
	color: #f37043;
	border-bottom-color: #f37043;
}

.authVerify .cancelLink button:hover,
.authVerify .cancelLink button:focus,
.authVerify .cancelLink button:active {
	color: #dd633c;
}