@charset "utf-8";

/* CSS Document */

.dx-field {
	margin: 0 0 0px;
	min-height: 45px;
}

.dx-field-value {
	width: 70%;
}

.dx-field-label {
	float: unset;
	width: 100%;
	font-size: 18px;
	text-align: left;
	padding: 15px 0px 6px 0;
}

.dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
	width: 100%;
}

.dx-item-content, .dx-lookup-field {
	font-size: 18px;
}

.dx-texteditor-input {
	font-size: 14px;
}

.dx-toast-message {
	white-space: pre-line;
}

.dx-toast-content {
	min-width: 300px;
	max-width: 600px;
}

.contact-wrapper {
	padding: 15px;
	padding-top: 0;
}

.contact-form {
	max-width: 600px;
	margin-top: 0px;
}

.form-container {
	padding-left: 0px;
	padding-right: 0px;
}

.formField {
	width: 100%;
}

.donateStep {
	margin: 0 auto;
	width: 36px;
	height: 36px;
	border: 1px solid #d46864;
	background-color: #fa928e;
	font-size: 24px;
	text-align: center;
	line-height: 35px;
	font-weight: bolder;
	border-radius: 18px;
}

.donateStepHL:after {
	content: '';
	position: absolute;
	width: 26px;
	top: 20%;
	margin-left: 18px;
	border-top: 4px solid #ab8483;
}

.donateStepItem {
	display: inline-block;
	min-width: 48px;
	position: relative;
}

.section-header
{
    padding: 0px 15px 0px 15px;
}

.donateStepTxt {
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	width: 46px;
}

.donateStepTxtSpan {
	display: inline-block;
}

.btnENew {
	width: 49%;
}

#donateStep {
	margin-top: 60px;
	text-align: center;
}

.pinfoWarning {
	height: 2rem;
	font-size: 1rem;
	font-weight: bolder;
	line-height: 1rem;
	width: 168px;
	padding: 0px 20px;
	border-radius: 18px;
	margin-top: 4px;
}

.mainCaption {
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 15px;
}

.subtotalV {
	height: 46px;
}

.donateStepActive {
	background-color: #8bcfb7;
	border: 2px solid #52937c;
}
.donateStepFocus {
    background-color: #f5ff0c;
    border: 2px solid #d2db00;
    font-size: 32px;
    font-weight: bolder;
    line-height: 32px !important;
    box-shadow: 3px 3px 6px 1px rgb(0 0 0 / 58%);
}
.cDonateTypeSDRFix{
	font-size: 17px;
    border: 1px solid #523b2b;
    display: inline-block;
    padding: 1px 9px;
    margin: 6px;
	height: 34px;
	line-height: 28px;
    border-radius: 8px;
    background-color: #7c614f;
    color: aliceblue;
}

.low.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
	background: gray;
}

.normal.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
	background: green;
}

.urgent.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
	background: orange;
}

.high.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
	background: red;
}

.popoverX {
	margin-left: 3px;
	color: #dc461b;
	cursor: pointer;
}

#radio-group-with-selection {
	margin-bottom: 10px;
}

#tasks-list {
	margin: 0 0 10px 10px;
	white-space: normal;
}

#list {
	margin: 10px 0 0 20px;
	padding-left: 0;
	text-align: left;
}

.yXItem
{
    width: 28% !important;
}

.blockCaption {
	font-size: 150%;
	font-weight: bolder;
	color: #6b5a4d;
	border-bottom: 3px #bdad9f solid;
	padding-bottom: 2px;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.illustrateNUL {
	padding-left: 14px;
	font-size: 15px;
	color: #5a5a5a;
	line-height: 22px;
	margin: 5px 0px;
}

.illustrateNUL li {
	text-indent: -23px;
	margin-bottom: 6px;
}

.illustrateCUL {
	padding-left: 17px;
	font-size: 15px;
	line-height: 22px;
	color: #5a5a5a;
	margin: 5px 0px;
}

.illustrateCUL li {
	text-indent: -15px;
	margin-bottom: 6px;
}

.cAmtGroup {
	width: 100%;
	margin-top: 6px;
}

.cAmtLabel {
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 20%;
	height: 28px;
	line-height: 25px;
}

.moneyStyle input {
	font-size: 20px;
	color: #dc461a;
	font-weight: 600;
}

.clickItem {
	background-color: #2f9255;
}

#submitBtn {
	font-size: 18px;
	width: 50%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .contact-wrapper {
	padding: 30px;	
}
	.dx-field {
    margin: 6px 0px 0px 0px;
}
	
.dx-field-label {
    float: left;
    width: 30%;
    font-size: 18px;
    text-align: right;
    padding: 8px 10px 9px 0px;
}
	

	
	.dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 70%;
}
	
.donateStepHL:after {
    width: 50px;
    top: 26%;
    margin-left: 25px;
    border-top: 1px solid #fa928e;
}
	.donateStep {	
	width: 50px;
	height: 50px;
	line-height: 50px;	
	border-radius: 25px;
}
	.donateStepItem {	
	min-width: 96px;	
}
	.donateStepTxt
	{
		width: auto;
	}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.donateStepFocus {
		font-size: 36px;
		line-height: 46px !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}