/* XPages Application CSS */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ /* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('css/font-awesome-4.0.3/fonts/fontawesome-webfont.eot?');
	src: url('css/font-awesome-4.0.3/fonts/fontawesome-webfont.eot?#iefix')
		format('embedded-opentype'), url('css/font-awesome-4.0.3/fonts/fontawesome-webfont.woff')
		format('woff'), url('css/font-awesome-4.0.3/fonts/fontawesome-webfont.ttf')
		format('truetype'),	url('css/font-awesome-4.0.3/fonts/fontawesome-webfont.svg#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: 0.14285714285714285em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571428572em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@
-moz-keyframes spin { 0% {
	-moz-transform: rotate(0deg);
}

100%
{
-moz-transform


:

 

rotate


(359
deg
);


  

}
}
@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
}

100%
{
-webkit-transform


:

 

rotate


(359
deg
);


  

}
}
@
-o-keyframes spin { 0% {
	-o-transform: rotate(0deg);
}

100%
{
-o-transform


:

 

rotate


(359
deg
);


  

}
}
@
-ms-keyframes spin { 0% {
	-ms-transform: rotate(0deg);
}

100%
{
-ms-transform


:

 

rotate


(359
deg
);


  

}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform


:

 

rotate


(359
deg
);


  

}
}
.fa-rotate-90 {
	filter: progid :   DXImageTransform.Microsoft.BasicImage (   rotation =
		  1 );
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid :   DXImageTransform.Microsoft.BasicImage (   rotation =
		  2 );
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid :   DXImageTransform.Microsoft.BasicImage (   rotation =
		  3 );
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid :   DXImageTransform.Microsoft.BasicImage (   rotation =
		  0, mirror =   1 );
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid :   DXImageTransform.Microsoft.BasicImage (   rotation =
		  2, mirror =   1 );
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-asc:before {
	content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-desc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-mail-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before
	{
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "\f158";
}

.fa-won:before,.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}
.searchIcon{
float:left;
background:transparent;
cursor:pointer;
margin-left:-30px;
width:30px;
text-align:center;
font-weight:bold;
height:50px;
-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 

}
.searchIcon span i{
line-height:50px;
font-size:14px;
color:#ccc;


/* Firefox */-moz-transition: color 0.3s ease-in;
/* WebKit */-webkit-transition: color 0.3s ease-in;
/* Opera */-o-transition: color 0.3s ease-in;
/* Standard */transition: color 0.3s ease-in;
}

.searchIcon:hover span i
{
color:#bbb;
}






html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}




/*Twisty*/
.twistyOpen {
	background: url('jQueryTwistyPlugin/barrowd.png') no-repeat center left;
}

.twistyClosed {
background: url('jQueryTwistyPlugin/barrow.png') no-repeat center left;
}


/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.col:hover .float{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}

/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/* Pop */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover, .pop:focus, .pop:active {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */
.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.rotate:hover, .rotate:focus, .rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}




/* Wobble Skew */
@-webkit-keyframes wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-skew {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-skew:hover, .wobble-skew:focus, .wobble-skew:active {
  -webkit-animation-name: wobble-skew;
  animation-name: wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




/*UNDERLINE*/
.underline {
	overflow: hidden;
	display: inline-block;
	margin-bottom: -14px; /*Value depends on your design. Fix the awkward space from overflow:hidden.*/
}
.underline:before {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #b6b6b6;
}
.underline:hover:before {
	left: 0;
}
.col a{
	text-decoration: none;
	position: relative;
	transition: all .3s; /*Vendor prefixes required in your code.*/
}
.col a:after, a:before {
	transition: all .3s; /*Once again, vendor prefixes required.*/
}
.col a:hover{
text-decoration:none;
}

.highlight:hover .underline:before {
	left: 0;
	
}
.highlight{
cursor:pointer;
}

*/


/* CSS reset for down-page radio buttons */
fieldset, input{ 
	margin:0;
	padding:0;
}
/*REMOVES BORDER ON RADIO BUTTONS*/


/*CREATES GAP IN RADIO BUTTON
tbody label input{
margin-right:5px;
margin-bottom:3px;

margin-top:7px;
}
tbody label{margin-left:2px; margin-right:8px;}

fieldset{
background-color:white;
	
	
color:#555;
border: 1px solid #F7F7F7;
border-radius: 5px;
height: 35px;
width:100%;

	-webkit-box-shadow: 0 0 1px #8C8C8C;
	-moz-box-shadow: 0 0 1px #8C8C8C;
	box-shadow: 0 0 1px #8C8C8C;
	outline: none;
	padding-left: 5px;
	padding-right:5px;
	margin-top:7px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;       
   float:left;
}

fieldset .xspRadioButton{
border:none;
}*/

fieldset{
border:none;
}

tbody label input{
margin-right:5px;
margin-bottom:3px;

}
tbody label{margin-right:8px;}







/*LOADING INDICATOR*/
.loadingIndicator{
    background-color:#0A0A0A;
    background-repeat:no-repeat;
    background-position:center;
    visibility:hidden;
    background-image:url('loading22.gif'); 
    background-size:90px, 90px;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:99996;
    filter: alpha(opacity=49);
    opacity: 0.49;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=49)";
}
















/*BUTTONS*/






.greyButton{
width:160px;
height:38px;
font-weight:bold;
border-radius:4px;
font-size:13px;
background-color:#b6b6b6;
text-align:center;
color:white;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;
opacity:.8;
filter: alpha(opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";


  
}
.greyButton:hover{
background-color:#a2a2a2;
text-decoration:none;
}
.greyButton span{
line-height:38px;
}




















.buttonGrey:hover{
background:#e8e8e8;
border:1px solid #cdcdcd;
transition: .3s ease-in;
}

.buttonGrey{
height:38px; font-style:italic; background:#FFF; font-weight:bold;  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer; color:grey; border:1px solid #f6f6f6; width:130px;
  text-align:center;

transition: .3s ease-in;	
}

.buttonGrey span{
line-height:38px;
}


.blueButton2{
width:100%;
height:38px;
font-weight:bold;
border-radius:4px;
font-size:13px;
background-color:#4db0d8;
text-align:center;
color:white;
display:block;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;



}
.blueButton2:hover{
background-color:#52afd5;
text-decoration:none;
}
.blueButton2 span{
line-height:38px;
}



.blueButton{
width:100%;
height:38px;
font-weight:bold;
border-radius:4px;
font-size:13px;
background-color:#008dfd;
text-align:center;
color:white;
display:block;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;



}
.blueButton:hover{
background-color:#0273ec;
text-decoration:none;
}
.blueButton span{
line-height:38px;
}




.loginButton{
width:105px;
height:38px;
font-weight:bold;
border-radius:4px;
font-size:13px;
background-color:#b6b6b6;  /**/
text-align:center;
top:13px; right:13px; position:absolute;
color:white;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;
opacity:.7;
filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";


  
}
.loginButton:hover{
background-color:#a2a2a2;;  /**/
text-decoration:none;
}
.loginButton span{
line-height:38px;
}
.loggedIn{
height:38px;
font-weight:bold;
font-size:13px;
text-align:center;
top:13px; right:135px;
position:absolute;
color:#3a3a3a;
line-height:38px;
}
.registerButton{
width:105px;
height:38px;
font-weight:bold;
border-radius:4px;
font-size:13px;
background-color:#3CB371;
text-align:center;
top:13px; right:131px; position:absolute;
color:white;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;
opacity:.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";  



}
.registerButton:hover{
background-color:#2E8B57;
text-decoration:none;
}
.registerButton span{
line-height:38px;
}




/*----------------------------------------------------------*/







/*IMAGES*/
.registerImage{
margin-left:auto;
margin-right:auto;
display:block;
width:180px;
height:165px;
}


/*----------------------------------------------------------------------*/
/*FONTS*/

.bodyText{
-webkit-font-smoothing:antialiased;
color: #6b6b6b;
font-size: 13px;
line-height: 1.6875;	
}
.heading{
font-size: 18px;
line-height: 1.38462;
color:#555;
letter-spacing:.5px;
}

@font-face {
    font-family: 'myFont';
    src: url('OpenSans-Semibold.eot');
    src: url('OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*-----------------------------------------------------------------*/


/*CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
 
/*MENU*/ 
.menuLink span{
line-height:64px;

}

.headerOutside{
background:url('green.png') no-repeat 100%;
           /*#61a5ca;*/
            /*52c6e4*/
            /*#52bae4*/
            
            /*linear-gradient(#52bad5, #4dafd8);*/
}

.topBar{
	left: 0;
    top: 0;
    width: 100%;
	position:fixed;
	background:white;
	z-index:1000;
	-webkit-box-shadow: 0 0 2px rgba(6,8,8,0.15);
	box-shadow: 0 0 2px rgba(6,8,8,0.5);
}



/*-----------------------------------------------------------------*/

/*GRIDS*/
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/* col */
.col {
	background-color: transparent;
	float:left;
	margin-left: 3.2%;
	margin-bottom: 30px;
	text-align:center;
	
}


/* grid4 col */
.grid4 .col {
	width: 22.6%;
}

/* grid3 col */
.grid3 .col {
	width: 31.2%;
}

/* grid2 col */
.grid2 .col {
	width: 48.4%;
}

/*
@media screen and (max-width: 740px) {
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
}
*/
@media screen and (max-width: 850px) {
	/*change grid4 to 2-column*/ 
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	}


@media screen and (max-width: 600px) {
	/* change grid4 to 2-column 
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	*/

	/* change grid3 to 2-column */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

@media screen and (max-width: 400px) {
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
		
	}
}






/*--------------------------------------------------------------------*/

















/*-----------------------------------------------------------------*/
/*MEDIA QUERIES*/

@media screen and (min-width:1200px) and (max-width:3000px){
.DSSImage{
width:700px;
margin-top:45px;
margin-left:-15px;
}
.titleSize{
font-size:44px;
line-height:235px;
}
.head{
height:200px;
}

.list{display:none;}
  	
.toggle{
display:none;
}
.menuLink{
height:100%;
width:115px;
color:#3a3a3a;
float:left;
text-align:center;
font-weight:bold;
letter-spacing: .04em;
font-size:13px;
}
.menuLink span{
line-height:64px;
}
.menuLink:hover{
background-color:#f9f9f9;
text-decoration:none;
color:#52bad5;
}
	
	
	
.parent {
height:100%;text-align: center;
float:left;
padding-left:15px;
padding-right:15px;
font-weight:bold;
font-size:13px;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;
}
  	.parent:hover{
  	background-color:#f8f8f8;
  
  	}
.parent > .child { height:100%; margin: 0 auto; width: 90px;}
.parent > .child2 { height:100%; margin: 0 auto; width: 135px;}		
	
.child, .child2 span{
line-height:64px;
}  	/*.active{
  	border-bottom: 4px solid #52bad5;  
  	color:#52bad5;
  	}*/
  		.activeG{
  	border-bottom: 4px solid #48bdae;  
  	color:#48bdae;
  	}
  	
  		.activeC{
  	border-bottom: 4px solid #B5509C;
  	color:#B5509C;
  	}
  		.activeB{
  	border-bottom: 4px solid #33A1C9;
  	color:#33A1C9;
  	}
  	
  	.notActive{
  	color:#3a3a3a;
  	height:68px; /*HEIGHT OF TOP BAR PLUS WIDTH OF BORDER BOTTOM ON ACTIVE CELL*/
  	}
  	
}
        
        
@media screen and (min-width:600px) and (max-width:1200px){

	
	.parent {height:100%;
	text-align:center;
	float:left;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	font-size:13px;
-webkit-transition:background-color .25s linear;
-moz-transition:background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition:background-color .25s linear;
transition:background-color .25s linear;
	}
  	.parent:hover{
  	background-color:#f9f9f9;
  	transition: .2s all linear;
  	}
.parent > .child { height:100%; margin: 0 auto; width: 60px;}
	.parent > .child2 { height:100%; margin: 0 auto; width: 110px;}	
.child, .child2 span{
line-height:64px;
}  /*	.active{
  	border-bottom: 4px solid #52bad5;
  	color:#52bad5
  	}*/
  		.activeG{
  	border-bottom: 4px solid #48bdae;  
  	color:#48bdae;
  	}
  	
  	
  	.activeC{
  	border-bottom: 4px solid #B5509C;
  	color:#B5509C;
  	}
  	.activeB{
  	  	border-bottom: 4px solid #33A1C9;;
  	color: #33A1C9;
  	
  	}
  	
  	.notActive{
  	color:#3a3a3a;
  	height:68px;
  	}
  	
	
	
	.DSSImage{
width:600px;
margin-top:45px;
margin-left:-15px;
}
.titleSize{
font-size:44px;
line-height:235px;
}
.head{height:235px;}
.toggle{
display:none;
}    
.menuLink{
height:100%;
width:95px;
color:#3a3a3a;
float:left;
text-align:center;
font-weight:bold;
letter-spacing: .04em;
font-size:13px;
}
.menuLink span{
line-height:64px;
}
	
.menuLink:hover{
background-color:#f9f9f9;
text-decoration:none;
color:#52bad5;
}
	

}  
        
 @media screen and (min-width:0px) and (max-width:600px){
.DSSImage{
width:390px;
margin-top:45px;

}
.titleSize{
font-size:35px;
line-height:180px;
}
.head{
height:180px;
}
 	
 	
.nav{
display:none;
}
 	.logo{
 	display:none;
 	}
     
.mobileLink{
height:68px;
width:95px;
color:#3a3a3a;
text-align:left;
font-weight:bold;
letter-spacing: .04em;
font-size:13px;
}
.mobileLink span{
line-height:64px;
}
}






/*PAGE WIDTH*/

/*TEXT PAGE inside BOX*/
.marginWrap{
width:1050px; max-width:93%; margin: 0 auto;

}

/*Registration Login*/
.marginWrap2{
width:650px; max-width:93%; margin: 0 auto;

}


/*TEXT PAGE box*/
.marginWrap3{
	border-radius:10px;
	border: 1px solid #e7e6e6;
	border-bottom:1px solid #d2d2d2;
	background:white;
width:1150px; max-width:95%; margin: 0 auto;
}

/*Home Page*/
.marginWrap4{
width:1300px; max-width:93%; margin: 0 auto;

}
/*SLIDER*/
.marginWrap5{
width:1300px; max-width:85%; margin: 0 auto;

}

































.item {
	float: left;
	width: 25%;
}
.subMenu {
    display: none;
}
.file-wrapper .greybutton {cursor:pointer;color:grey; border: 1px solid #dddddd;background:#FFF;
-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;cursor: pointer;display: inline-block;
font-size: 13px;font-weight: bold;text-align:center;width:140px;height:35px;/*Added by me*/line-height:35px;transition: .3s ease-in;
}
.file-wrapper:hover .greybutton {background:#eae8e8;}


   
    hr.grey {border: 0;
    height: 0;
   
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #fefefe;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);}
    
.input {
	color:#555;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	height: 38px;
	width:100%;
background-color:white;
		
	
	outline: none;
	padding-left: 5px;
	padding-right:5px;
	margin-top:7px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
   float:left;
	/*FOR OVERFLOW and NO CLIPPED TEXT*/
	text-overflow: ellipsis;
	
}

.input:focus {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	
	/*FOR OVERFLOW and NO CLIPPED TEXT*/
	text-overflow: ellipsis;
}

.error {
	color:#555;
	border: 1px solid #ffecec;
	border-radius: 5px;
	height: 35px;
	width: 100%;
	
	-webkit-box-shadow: 0 0 1px #ff6666;
	-moz-box-shadow: 0 0 1px #ff6666;
	box-shadow: 0 0 1px #ff6666;
	outline: none;
	padding-left: 5px;
	BACKGROUND:#ffecec;
	padding-right:5px;
	margin-top:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
   float:left;
	
	
	/*FOR OVERFLOW and NO CLIPPED TEXT*/
	text-overflow: ellipsis;
}

.error:focus {
	border: 1px solid #ffcccc;
	BACKGROUND:#ffecec;
	
	/*FOR OVERFLOW and NO CLIPPED TEXT*/
	text-overflow: ellipsis;
}

.success {
	color:#555;
	border: 1px solid #e5f2e5;
	border-radius: 5px;
	height: 35px;
	width: 100%;
	
	-webkit-box-shadow: 0 0 1px green;
	-moz-box-shadow: 0 0 1px green;
	box-shadow: 0 0 1px green;
	outline: none;
	padding-left: 5px;
	BACKGROUND:#e5f2e5;
	padding-right:5px;
	margin-top:5px;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
   float:left;
	
	/*FOR OVERFLOW and NO CLIPPED TEXT*/
	text-overflow: ellipsis;
  	
}

.success:focus {
	border: 1px solid #cce5cc;
	BACKGROUND:#e5f2e5;
	
	/*FOR OVERFLOW and NO CLIPPED TEXT*/
	text-overflow: ellipsis;
}


	
.errorMes {
	font-weight:bold;
	line-height:1.5;
	color:#a9a9a9;
	font-size: 13px;
	clear:both;
	float:left;
	
}	



 
         

        
        
        
        
        
        
        
        
/*
.header{width:100%;*/
/* background: linear-gradient(#52bad5, #3e8cdf); Standard syntax */
}




.title{
color: white;
font-weight:bold;
text-rendering:optimizeLegibility;
-webkit-font-smoothing: antialiased;
letter-spacing: -.01em;
width:100%;
}





.blackButton{
width:140px;
height:38px;
font-weight:bold;
border-radius:4px;
font-size:13px;
background-color:#737373;
text-align:center;
color:white;
display:block;


}

.blackButton:hover{
background-color:#616161;
text-decoration:none;
}

.blackButton span{
line-height:38px;
}











                                              






	
.errormessages{
line-height:1.5; color:#e40000;
font-weight:bold;
font-size:13px;
opacity:.5;
}
.show{}
.hide{
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  /* IE 5-7 */
  filter: alpha(opacity=25);
  /* Netscape */
  -moz-opacity: 0.25;
  /* Safari 1.x */
  -khtml-opacity: 0.25;
  /* Good browsers */
  opacity: 0.25;
pointer-events:none;

}

hr.fade {
   display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
	width:90%;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#d1d1d1), to(#fff));
}

.headingRegister{
font-family:'Arial';
font-size:22px;
}

.bodyTextRegister{
font-family:'Arial';
font-size:13px;
}


.yes{display:block;}
.no{display:none;}























.footerImage{
opacity:.6;
}




.blue{
transition: color .4s linear;
}

.blue:hover{
color:#52bad5;
}





.flatButtonWhite{
color:#737373;
width:140px;
height:40px;
border-radius:3px;
border:1px solid #d3d3d3;
z-index:2;
background-color:white;
text-align:center;
font-weight:bold;
position:absolute;
transition: all .2s linear;

}
.flatButtonWhite span{
	line-height:40px;
	font-family:'Arial';
	font-size:13px;
	}

.flatButtonWhiteUnder{
position:absolute;
margin-top:1px;
z-index:1;
width:140px;
height:40px;
border-radius:3px;
border:1px solid #d9d9d9;
transition: all .2s linear;
}

.container:hover .flatButtonWhiteUnder{
border: 1px solid #a6a6a6;

}
.container:hover .flatButtonWhite{
border:1px solid #b9b9b9;
color:#555;	
}

.flatButtonWhite:active{
position:absolute;
margin-top:1px;
}
.flatButtonWhite:active{
background-color:white;
text-decoration:none;
}




/*FLATBUTTONGREEN*/

.flatButtonGreen{
color:#737373;
width:140px;
height:40px;
border-radius:3px;
border:1px solid #62d274;
z-index:2;
background-color:#8fd49a;
text-align:center;
font-weight:bold;
position:absolute;
transition: all .2s linear;

}
.flatButtonGreen span{
	line-height:40px;
	font-family:'Arial';
	font-size:13px;
	}

.flatButtonGreenUnder{
position:absolute;
margin-top:1px;
z-index:1;
width:140px;
height:40px;
border-radius:3px;
border:1px solid #d9d9d9;
transition: all .2s linear;
}

.container:hover .flatButtonGreenUnder{
border: 1px solid #a6a6a6;

}
.container:hover .flatButtonGreen{
border:1px solid #b9b9b9;
color:#333333;	
}

.flatButtonGreen:active{
position:absolute;
margin-top:1px;
}
.flatButtonGreen:active{
background-color:white;
text-decoration:none;
}








/*POPUP*/
/*MAKES HIT AREA BIGGER ON HOVER*/
.SRpopup3:hover {
	width:50px;
	height:50px
	}

.SRpopup3 {
	position: absolute;
	float:left;
	width: 10px;
	height: 10px;
	cursor:help;
	
	
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;



}

.bubble3 {
	visibility: hidden;
	opacity:0;
	 transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   -webkit-transition: .5s ease-in-out;
   cursor:help;
	
}

.SRpopup3:hover .bubble3 {
	visibility: visible;
	opacity:1;
	 transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   -webkit-transition: .5s ease-in-out;
  
	
}

.bubble3 {
	
	
	height: 220px;
	width: 400px;
	margin-top: -24px;
	margin-left: 27px;
	background-color: #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 1;
	cursor:help;
}

.triangle3 {
	position: absolute;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 8px solid #e8e8e8;
	margin-left: -7px;
	z-index: 3;
	cursor:help;
}

.border3 {
	position: absolute;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 8px solid #e6e6e6;
	margin-left: -8px;
	z-index: 2;
	cursor:help;
}

.content3 {
	padding: 10px;
	color:#555;
	cursor:help;
}

.questionHeading2{
vertical-align:top; font-weight:bold; font-size:15px; font-style:italic; font-family:'myFont'; 
}


.Footer:hover{
color:#5bc4be;

}





/*FOOTER CENTERING for BOTTOM MENU*/
.foo ul { text-align: center; margin-left:-40px; font-family: 'myFont'; font-size:15px;
}
.foo li { color:#555; display: inline-block; font-weight:bold; padding-left:25px; padding-right:25px; padding-top:10px;padding-bottom:10px;
transition:color .4s linear;
}

.foo li:hover{
color:#555;

}


#hexagon {
	width: 200px;
	height: 110px;
	background: #555;
	position: relative;
}
#hexagon:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 50px solid #555;
}
#hexagon:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 50px solid #555;
}
					