/* TEMP */

@font-face {
	font-family: 'Sansa';
	src: url('/fonts/SansaPro-Normal.otf') format('opentype'), url('/fonts/SansaPro-Normal.eot'), url('/fonts/SansaPro-Normal.eot?#iefix') format('embedded-opentype'), url('/fonts/SansaPro-Normal.woff') format('woff'), url('/fonts/SansaPro-Normal.ttf') format('truetype');
}

body {
	color: Black;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #283897;
	background-color: white;
}

.bodybackground {
	background-color: #FFFFFF;
	color: #283897;
	width: 100%;
	margin: 0 auto;
}

.upper {
	font-size: 2em !important;
	text-transform: uppercase;
}

.myrewardsBox {
	background-color: white;
	color: black;
	margin-top: 10px;
}

.myrewardsInner {
	padding: 5px;
}

.myrewardsTitle {
	color: #8282dc;
	font-size: 2.0em;
	text-transform: uppercase;
	display: inline-block;
}

.balanceBox {
	background-color: #2a295c;
	padding: 6px;
	color: white;
	text-transform: uppercase;
	font-size: 1.1em;
}

.balanceText {
	float: right;
	color: white;
	font-size: 2.3em;
	line-height: 45px;
	display: table-cell;
	position: relative;
	top: -22px;
	vertical-align: middle;
	margin-right: 10px;
}

span.footer a {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

.topLinks {
	background-color: #2a295c;
	display: inline-block;
	color: white;
	height: 30px;
	line-height: 30px;
}

.hallItem {
	text-align: center;
	margin-bottom: 15px;
}

.hallContainer {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #2a295c;
	border-radius: 25px;
	width: 150px;
	padding: 5px;
	min-height:200px;
}

.hallName {
	display: inline-block;
	width: 100%;
	line-height: 1.3em;
}

.hallViewMore {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.3em;
	cursor: pointer;
}

.logo {
	display: block;
	width: 220px;
}

@media only screen and (max-width: 768px) {
	.logo {
		display: block;
		width: 180px;
	}
}

@media only screen and (max-width: 940px) {
	.topLinks {
		display: none;
	}
}

.topLinks a {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

.longServicePanel {
	background-color: #95184b;
	color: white;
	font-weight: bold;
	display: inline-block;
	font-size: 14pt;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.ideasPanel {
	background-color: #96a825;
	color: white;
	font-weight: bold;
	display: inline-block;
	font-size: 14pt;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}



.categoriesDetail {
	display: none;
}

.searchHolder .textbox {
	width: 350px;
}

.itemsHolder .textbox {
	width: 110px;
}

@media only screen and (min-width: 940px) {

	.title-area {
		border-left-width: 0;
	}

	.electric .large-16 .top-bar ul {
		list-style: none outside none;
	}

	.electric .large-16 .top-bar .name {
		border: 0px;
	}


	.electric .large-16 .top-bar ul li {
		/*width: 12.5%; 
		padding: 0;
		text-align:center;
		border: 2px solid #B22222;
		border-radius: 0px;
		
		color:Aqua;*/
		/*background: url("/img/nav-break.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);*/
		float: left;
		color: white;
		padding-right: 2px;
		background-color: #8282dc;
	}

		.electric .large-16 .top-bar ul li a {
			/*background: url("/img/nav-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0);*/
			text-decoration: none;
			color: white;
			background-color: #8282dc;
			float: left;
			font-size: 14px;
			padding: 0 10px;
		}

		.electric .large-16 .top-bar ul li:hover a, .electric .large-16 .top-bar ul li.active a {
			/*background: url("/img/nav-active.jpg") repeat scroll left top rgba(0, 0, 0, 0);*/
			/*background: url("/img/nav-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0);*/
			text-decoration: none;
			color: white;
			float: left;
			font-size: 13px;
			padding: 0 12px;
		}


	@media only screen and (min-width: 768px) {

		.welcome {
			padding: 5px 15px;
			/*background: url(../img/bg-welcome-left-bottom.png) no-repeat bottom left,
					url(../img/bg-welcome-right-bottom.png) no-repeat bottom right,
				url./img/bg-welcome-botom.png) repeat-x bottom left,
					url(../img/bg-welcome-left.png) repeat-y top left,
					url(../im g/bg-welcome-right.png) repeat-y top right;*/
			border-width: 2px;
			background-color: #023D7c;
			border-color: #023D7c;
			border-style: solid;
			height: 5em;
			border-radius: 5px;
		}

		.feature {
			/*border: 1px solid #c0c0c0;*/
			margin-bottom: 20px;
			background-color: White;
		}
	}

	p {
		font-size: 1em;
		margin-bottom: 0em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-size: 1em;
	}

	h1 {
		font-size: 1.2em;
		font-weight: normal;
	}

	h2 {
		font-size: 0.9em;
	}

	a {
		color: #283897;
		text-decoration: none;
		/*color: #16af70;
	text-decoration: underline;*/
		cursor: pointer;
	}

		a:hover {
			color: #8282dc;
		}

	fieldset {
		padding: 1.25em 0 !important;
	}


	.welcome a {
		text-decoration: underline;
	}


	.mainPanel {
		margin-bottom: 10px;
		/*border: 1px solid #c0c0c0;*/
		background-color: White;
		padding: 0;
	}



		.mainPanel table, .mainPanel th, .mainPanel td {
			background: white;
			color: black;
			padding: 4px;
			font-size: 90%;
		}

		.mainPanel ul {
			font-size: 1em;
			margin-left: 15px;
		}

			.mainPanel ul li {
				/*list-style-image: url(/img/bullet.png);*/
			}




	.orbit-container ul li {
		list-style-image: none;
		font-size: 13px;
		background-color: White;
	}

	.feature h2 {
		font-size: 1.0em;
		color: white;
	}


	.feature h3 {
		font-size: 0.8em;
	}

	@media only screen and (min-width: 940px) {

		.feature h3 {
			font-size: 1.1em;
			color: white;
		}
	}

	.feature a {
		text-decoration: none;
		font-size: 1em;
		text-transform: uppercase;
		line-height: 20px;
		color: white;
		font-family: 'Open Sans';
	}

	.caption {
		font-size: 0.7em;
	}

	.footer {
		color: Black;
	}

	fieldset {
		border: none;
		margin: 0;
	}

		fieldset table {
			width: 100%;
			background: #000;
			text-align: left;
			border: none;
		}

			fieldset table th {
				color: #000000;
				background: #000;
				border-bottom: solid 1px #fff;
			}

			fieldset table td {
				color: #000000;
				background: #000;
				vertical-align: top;
			}

	form fieldset table textarea {
		width: 550px;
		max-width: 550px;
	}

	form label {
		/*
	padding: 8px 0;*/
		padding: 18px 0 0 0;
		font-size: 1em;
		display: inline;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
		vertical-align: middle;
	}

	form .dropdown {
		background: url(../img/bg-select-left.png) left top no-repeat,url(../img/bg-select-right.png) right top no-repeat;
		border: none;
		margin-bottom: 0;
	}

	form .textbox, form .textbox:focus {
		padding-left: 0.5em;
		padding-top: 00px;
		padding-bottom: 0px;
		border: 1px solid #C5C5C5;
		box-shadow: none !important;
		background-color: white;
		color: black;
		height: 2em;
		font-size: 1em;
		margin-top: 0.5em;
	}

	form .dropdown .current {
		color: #000000;
		font-size: 0.687em;
	}

	input[type="text"][disabled] {
		background-color: transparent;
		color: #666;
	}

	form .dropdown .current {
		margin-left: 1.5em;
	}

	form .dropdown .selector:after {
		margin-top: -7px;
	}

	form .dropdown:hover a.selector:after {
		border-color: #FFF transparent transparent;
	}

	form .dropdown.open ul {
		/*border: none;*/
		padding: 10px;
		margin: 0 10px;
		min-width: 50%;
		border: solid 1px #C5C5C5;
		border-radius: 15px;
	}

	form textarea, form textarea:hover, form textarea:focus {
		/*max-width: 250px;*/
		min-height: 120px;
		color: #000000;
		height: 120px;
		min-height: 120px;
		overflow-y: auto;
		border: 1px solid #C5C5C5;
		font-size: 1em;
		margin-top: 0.5em;
		background-color: white;
		color: black;
	}

	form .dropdown {
		background: white;
		color: black;
		font-size: 1em;
		border: solid 1px #C0C0C0;
		margin-top: 0.5em;
		/*box-shadow: 2px##008f9#0bbab4x #00387D;*/
		margin-bottom: 0.5em;
		height: 2em;
	}

		form .dropdown option {
			background: white;
		}

	form .button, form .button:focus, form .button:hover, .pager-button {
		background-color: #2a295c;
		border: medium none;
		color: #ffffff;
		font-size: 1em;
		font-weight: normal;
		height: 23px;
		width: 175px;
		padding-bottom: 0em;
		padding-top: 0em;
	}

	 .pager-button:hover{
		 cursor:pointer;
	 }

	.categoriesHolder .button, .categoriesHolder .button:hover {
		width: 200px !Important;
		background-image: none;
	}

	form .radio {
		background: #000 url(../img/bg-radio-off.png) no-repeat top left;
		margin-right: 10px;
	}

		form .radio.checked:before {
			background: #000 url(../img/bg-radio-on.png) no-repeat top left;
			border-radius: 0;
			height: 20px;
			width: 20px;
		}

	form .radio {
		border-radius: none;
		padding: 0;
	}

	form .radio {
		border-radius: 0;
	}

	form {
		border: none;
	}

		form .checkbox.checked:before {
			content: "x";
			position: relative;
			top: 5px;
			left: 2px;
		}

	input[type="checkbox"] {
		margin-left: 10px;
	}

	.highlight {
		color: White;
	}

	.right {
		float: right;
	}

	.white {
		color: white;
	}

	.large {
		font-size: 0.9em;
	}

	.error {
		font-size: 1em;
		position: relative;
		color: red;
	}

	.hidden {
		display: none;
	}

	.sideNav li {
		list-style: none;
		width: 100%;
		line-height: 0.7em;
		background-color: White;
	}

		.sideNav li a {
			width: 100%;
			display: block;
			margin: 0 !important;
			font-size: 1em;
			/*color: #5a9ad3;*/
			color: #16af70;
			padding: 10px 30px !important;
			text-decoration: none;
			/*border: 1px solid #c0c0c0;*/
			margin: 2px;
		}

			.sideNav li a:hover {
				color: #5a9ad3;
			}

	/* CAROUSEL STYLES */

	.orbit-slide-number, .orbit-bullets {
		display: none;
	}

	.orbit-container li {
		background: #000;
	}

		.orbit-container li img {
			float: right;
			margin-left: 0px;
			margin-right: 0px;
		}

	.slideContent {
		float: left;
		padding-left: 40px;
		max-width: 430px;
		padding-top: 20px;
	}

		.slideContent h1 {
			color: #FF0000;
			font-size: 1.7em;
		}

		.slideContent p {
			font-size: 13px;
		}


	.usernameSuggestions {
		cursor: pointer;
	}

	legend {
		background: white !important;
		color: #283897 !important;
	}

		legend .ItemNameLegend {
			padding-bottom: 20px;
		}



	/* Tabbed content */

	.section-container.auto > section .content, .section-container.auto > .section .content {
		background: #000;
		border: none;
	}

	.section-container.auto > section > .title, .section-container.auto > .section.active > .title {
		background: #000 !important;
		border: none !important;
	}

		.section-container.auto > section > .title a, .section-container.auto > section.active > .title a {
			color: #000000;
			text-decoration: none;
		}


	/* Profile images */

	.imageHolder {
		margin-bottom: 20px;
		clear: both;
	}

	.imageContainer {
		border: solid 5px #fff;
		float: left;
		width: 100px;
		height: 130px;
		margin-right: 5px;
		padding: 5px;
	}

		.imageContainer.primary {
			border: solid 5px #00FF00;
		}

			.imageContainer.primary .promote, .imageContainer.primary .delete, .imageContainer.primary .useThis {
				display: none;
			}

		.imageContainer .promote, .imageContainer .delete, .imageContainer .useThis, .refresh {
			display: block;
			width: 19px !important;
			height: 19px !important;
			max-width: 19px !important;
			max-height: 19px !important;
			background-image: url('/img/glyphicons-halflings.png');
			border: solid 1px red;
			margin: 5px 5px 0 0;
			float: left;
			*-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

			.imageContainer .promote:hover, .imageContainer .delete:hover, .imageContainer .useThis:hover, .refresh:hover {
				background-color: #ccc;
			}

		.imageContainer .promote {
			background-position: -286px -94px;
		}

		.imageContainer .delete {
			background-position: -309px 2px;
		}

		.imageContainer .useThis {
			background-position: -286px 2px;
		}

	.refresh {
		background-position: -237px -21px;
		position: relative;
		top: -60px;
		left: 95%;
	}

	.jcrop-holder {
		min-height: 377px !important;
	}

	/* Card Writer */

	.cardWriterPanel {
		background: #000;
		width: 100%;
		float: left;
		padding: 10px;
		border-radius: 5px;
		margin: 10px 0;
	}

	.cardControlPanel {
		float: left;
		width: 520px !important;
		max-width: 520px !important;
	}

	.graphicPanel {
		height: 35px;
		width: 35px;
		float: left;
		position: relative;
		padding: 10px 5px 0 0;
		cursor: pointer;
	}

		.graphicPanel img {
			height: 30px;
		}

	.alphabetPanel .space img {
		background-image: url('/img/bg_sp.png');
	}

	.graphicPanel input {
		position: absolute;
		left: 0;
		top: 10px;
		background: transparent;
		width: 32px;
		height: 50px;
		border: none;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.cardPreviewPanel {
		clear: both;
		float: left;
		width: 500px;
		margin-top: 20px;
	}

	.imagePanel {
		width: 100%;
		height: 400px;
		background-size: 480px 391px;
		background-position: 2px 2px;
		background-repeat: no-repeat;
		border: solid 1px #999;
		border-radius: 5px;
		padding: 120px 2px 2px 20px;
	}

	.characterPanel {
		float: left;
		width: 45px;
		height: 45px;
		margin: 5px;
	}

	.nominationDetails label {
		font-size: 13px;
	}

	.nominationDetails legend {
		margin-bottom: 5px;
	}

	/* ParticipantFinder */

	.participantFinderPanel {
		width: 500px;
		min-height: 100px;
		padding: 5px;
	}

	.tieredStructureFilteringPanel, .flatStructureFilteringPanel {
		width: 230px;
		margin-right: 10px;
	}

	.freeTextSearchPanel {
		width: 330px;
		padding-left: 10px;
	}

	.participantFinderResultsPanel {
		background: #fff;
		max-height: 500px;
		overflow: auto;
		margin: 10px 0;
	}

	.participantResult {
		margin: 2px;
		min-height: 52px;
		background: #C0C0C0;
		position: relative;
		cursor: pointer;
	}

	.simple .participantResult {
		margin: 2px;
		min-height: 22px;
	}

	.participantFinderPanel label {
		font-size: 12px;
	}

	.participantResult:hover {
		background: #023D7C;
		color: White !important;
	}

	.participantResult img {
		margin: 0 5px 1px 1px;
		max-width: 50px;
		float: left;
	}

	.participantResult div {
		color: #000000;
		font-size: 0.9em;
		line-height: 1.4em;
		padding-top: 1px;
	}

	#loadingGIF {
		position: absolute;
		top: 40%;
		left: 45%;
		z-index: 3;
		display: none;
	}




	.participantResult:hover div {
		color: White !important;
	}


	.participantResult input {
		position: absolute;
		right: 3px;
		top: 14px;
	}

	.simple .participantResult input {
		top: 0;
	}

	.ajaxLoading {
		width: 100%;
		height: 32px;
		margin-bottom: 10px;
		background: url(/img/ajax-loader.gif) no-repeat 50% 50%;
		display: none;
	}

	.clear {
		clear: both;
	}

	/* Catalogue styles */




	/* End catalogue styles */

	/* Order history page */

	.orders table, .orders th, .orders td {
		background: #FFF;
		color: #000000;
		border: none !important;
	}

	/* End of order history page */

	/* Hall of fame styles */

	.hofFilterPanel div {
		width: 40%;
		float: left;
		margin-right: 10px;
	}

	.hofFilterPanel label {
	}

	.hofResultsPanel {
		margin-top: 20px;
		float: left;
		clear: both;
	}

	/*
.hofItem {
    clear: both;
    padding: 15px;  
    margin: 5px 0;
    background: url(../img/bg-panel-blue-single-top-left.png) no-repeat top left,
				url(../img/bg-panel-blue-single-top-right.png) no-repeat top right,
				url(../img/bg-panel-blue-single-bottom-left.png) no-repeat bottom left,
				url(../img/bg-panel-blue-single-bottom-right.png) no-repeat bottom right,
				url(../img/bg-panel-blue-single-left.png) repeat-y top left,
				url(../img/bg-panel-blue-single-right.png) repeat-y top right,
				url(../img/bg-panel-blue-single-top.png) repeat-x top left,
				url(../img/bg-panel-blue-single-bottom.png) repeat-x bottom left;
}
*/

	.hofImage {
		max-width: 60px;
		float: left;
		margin-bottom: 10px;
	}

	.hofDetails {
		float: left;
		margin-left: 10px;
		font-size: 13px;
		width: 70%;
	}

	.hofLike {
		float: right;
		margin-left: 10px;
	}

	.hofReason {
		clear: both;
		padding: 5px;
		margin: 5px;
		font-size: 13px;
	}

	.clear {
		clear: both;
	}

	/* End of hall of fame styles */

	/* Color Styles */

	.blue {
		color: #BCCAFD;
	}

	.green {
		color: #2FD255;
	}

	.purple {
		color: #E097FA;
	}

	.red {
		color: #807B80;
	}

	.yellow {
		color: #DCAA19;
	}



	/* recaptcha */
	#recaptcha_widget_div .recaptchatable {
		border: none !important;
	}

		#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
			background-color: transparent;
		}

	#recaptcha_widget_div #recaptcha_privacy, #recaptcha_widget_div #recaptcha_logo {
		display: none;
	}

	#recaptcha_widget_div #recaptcha_response_field {
		color: #000000;
		width: 340px !important;
		padding-left: 20px;
		border: none !important;
		box-shadow: none !important;
		background-color: #FFFFFF;
		color: #000000;
		background: url(../img/bg-neon-top-right.png) no-repeat top right, url(../img/bg-neon-center-right.png) no-repeat center right, url(../img/bg-neon-bottom-right.png) no-repeat bottom right, url(../img/bg-neon-bottom-left.png) no-repeat bottom left, url(../img/bg-neon-center-left.png) no-repeat center left, url(../img/bg-neon-top-left.png) no-repeat top left, url(../img/bg-neon-top.png) repeat-x top left, url(../img/bg-neon-right.png) repeat-y top right, url(../img/bg-neon-bottom.png) repeat-x bottom left, url(../img/bg-neon-left.png) repeat-y top left;
	}

	#recaptcha_widget_div #recaptcha_image {
		position: relative;
		left: -12px;
	}

	#recaptcha_widget_div #recaptcha_reload, #recaptcha_widget_div #recaptcha_switch_audio_btn,
	#recaptcha_widget_div #recaptcha_switch_img_btn, #recaptcha_widget_div #recaptcha_whatsthis_btn {
		position: relative;
		left: -35px;
	}




	.orbit-container .orbit-prev, .orbit-container .orbit-next {
		background-color: transparent;
		color: #7636DA;
		height: 60px;
		line-height: 50px;
		margin-top: -25px;
		position: absolute;
		text-indent: -9999px !important;
		top: 50%;
		width: 50px;
	}

	.orbit-timer .orbit-progress {
		background-color: transparent !important;
	}

	/*label 
{
    display: inline;
    margin-bottom: 0em;
    margin-top: 8px;
}*/


	input[type="radio"] {
		/*margin: 1em 0 1em;*/
		margin-right: 10px;
		margin-top: 8px;
		vertical-align: text-top;
	}



	select {
		width: auto;
	}


	.button.small {
		padding-bottom: 0;
		padding-top: 0;
		font-size: 1em;
	}


	.box-header {
		height: 23px;
		background-color: #2a295c;
		width: 100%;
		max-width: 960px;
	}

		.box-header h1 {
			color: #ffffff;
			font-size: 15px;
			margin-left: 10px;
			margin-top: 2px;
			font-family: 'Open Sans';
		}

			.box-header h1 a {
				color: #ffffff;
			}

	.skew {
		position: relative;
		background: #2a295c;
	}

		.skew:after {
			position: absolute;
			content: '';
			background: inherit;
			z-index: -1;
		}

		.skew.SKright:after {
			height: 100%;
			width: 60%;
		}

		.skew.SKright:after {
			top: 0px;
			right: 0px;
			transform-origin: bottom right;
			transform: skewX(-35deg);
		}



	.box-content {
		padding: 0em 0.5em 0em 0.5em;
	}


	.one-column-padding {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}



	.top-bar {
		background-color: #8282dc;
	}



		.top-bar.expanded .title-area {
			background-color: #8282dc;
		}

	.top-bar-section ul {
		background-color: #8282dc;
	}

	/*
.home-slider
{
    height: 133px !important;
}
*/


	.CatalogueSub {
		border: 1px solid #c0c0c0;
		padding: 1em 2em 1em;
	}


	.mainPanelContainer {
		padding: 0em 4em 2em 0em;
	}


	.borderContainer {
		/*background-color:White;
    padding: 0em 0em 0em 0em;*/

		float: left;
		padding-left: 0;
		padding-right: 0.9375em;
		position: relative;
		width: 100%;
	}


	.MenuStrip {
		background-color: #8282dc;
		height: 45px;
	}

	.CallToActionImage {
		margin: 1em;
	}

	.CallToActionText {
		vertical-align: middle;
		margin-top: 1em;
		height: 100%;
	}

	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content {
		position: relative;
		background-color: #fefefe;
		margin: auto;
		padding: 0;
		border: 12px solid #8282dc;
		width: 50%;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
		-webkit-animation-name: animatetop;
		-webkit-animation-duration: 0.4s;
		animation-name: animatetop;
		animation-duration: 0.4s
	}

	/* Add Animation */
	@-webkit-keyframes animatetop {
		from {
			top: -300px;
			opacity: 0
		}

		to {
			top: 0;
			opacity: 1
		}
	}

	@keyframes animatetop {
		from {
			top: -300px;
			opacity: 0
		}

		to {
			top: 0;
			opacity: 1
		}
	}

	/* The Close Button */
	.close {
		float: right;
		position: relative;
		font-size: 33px;
		font-weight: bold;
		top: 0px;
		left: 0px;
	}

		.close:hover,
		.close:focus {
			color: #000;
			text-decoration: none;
			cursor: pointer;
		}

	.modal-header {
		padding: 10px 16px;
		height: 50px;
		border-bottom: 1px solid #e9ecef;
		/* position: relative; */
	}

	.modal-body {
		padding: 10px 16px;
		min-height: 100px
	}

	.modal-footer {
		padding: 2px 16px;
		background-color: #5cb85c;
		color: white;
	}

	.modal-text-color {
		color: #283897;
		font-size: 1.1rem;
	}


































































































	/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
