

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 460px;
	font-family: Roboto, arial; /*allerregular;*/
	background: #fff;
}


a.plain,
a.plain:link,
a.plain:visited,
a.plain:active,
a.plain:hover {
	text-decoration: none;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 460px;
	background: rgba(0,177,170,0.08);
	background: rgba(0,0,0,0.04);
	border-top: 2px solid #ddd;
	font-family: allerregular;
	font-family: roboto;

}

.footer.relative {
	position: relative;
	bottom: auto;
	margin-top: 100px;
}

.footer p {
	font-size: 16px;
	line-height: 26px;
	font-family: roboto;
}

.footer h2 {
	margin-top: 50px;
}


.icd-ten-bg {
	background: rgba(0,100,190, 0.05);
}

.icd-nine-bg {
	background: rgba(150,0,150, 0.05);
}


*::-webkit-scrollbar {
	width: 14px;
}

*::-webkit-scrollbar-thumb {
	/*border: 5px solid rgba(0, 0, 0, 0);*/
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 159, 153, 0.2);
	background-color: rgba(0,0,0,0.05);
}

*::-webkit-scrollbar-thumb:hover {
	/*border: 5px solid rgba(0, 0, 0, 0);*/
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 159, 153, 1);
	background-color: rgba(0,0,0,0.15);
}

*::-webkit-scrollbar-track {
	background-color: #fff;
}

div.codeSearchContainer {
	position: relative;
	width: 100%;
}

div.codeSearchContainer.onlyData {
	width: 90%;
	margin: 0 auto;
}

div.codeSearchContainer:after {
	content: " ";
	display: table;
	clear: both;
}

*.leftColumn {
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
	min-height: 800px;
	border-right: 1px solid rgba(0,0,0,0.1);
	background: rgb(249,249,249);
	float: left;
	width: 65%;
}

/*
.container-fluid.no-left-padding {
	padding-left: 0;
}
*/

.rightColumn {
width: 35%;
float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	background: #fff;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px; 
	/*padding: 0 0 30px 0;*/
	padding: 30px;
	padding-bottom: 120px;
	background: #fff;
}

.rightColumn.fixed {
	position: fixed;
}
	
			

/*
nav.top-nav {
	width: 100%;
	height: 100px;
	height: 100px;
	line-height: 100px;
	background: #fff;
	background: #00b1aa;
	color: white;
	border-bottom: 1px solid #eaeaea;
}
*/



nav.top-nav a, nav.top-nav a:link, nav.top-nav a:visited, nav.top-nav a:active, nav.top-nav a:hover {
	color: white;
}

nav.top-nav button {
	background: transparent;
	border: 0;
}


nav.top-nav .left {
	float: left;
	padding-left: 20px;
}

nav.top-nav h1 {
	font-size: 40px;
	margin: 30px 0 0 0;
	font-family: allerregular;
}

nav.top-nav h1 img {
	width: 80px; 
	margin-left: 4px;
	margin-top: 6px;
}

nav.top-nav h1 span.by {
	font-size: 15px;
	margin-left: 4px;
}	

nav.top-nav .logo {
	line-height: 20px;
	padding-left: 33px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

nav.top-nav .logo > .by {
	position: absolute;
	color: #aaa;
	font-size: 16px;
	top: 3px;
	left: 3px;
}


nav.top-nav .logo > img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic; 
}



nav.top-nav ul.buttons > li.selected > a,
nav.top-nav ul.buttons > li.selected > a:link,
nav.top-nav ul.buttons > li.selected > a:active,
nav.top-nav ul.buttons > li.selected > a:visited,
nav.top-nav ul.buttons > li.selected > a:hover {
	padding: 10px;
	background: rgba(255,255,255,0.3);
	border-radius: 6px;
	text-decoration: none;
}



nav.top-nav ul.buttons > li:not(.selected) > a:hover {
	background: rgba(255,255,255,0.05);
	text-decoration: none;
}

nav.top-nav ul.buttons > li {
	position: relative;
}

nav.top-nav ul.buttons > li button {
	position: relative;
}

div.moreNav {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
  	width: 360px;
  	right: -5px;
  	top: 110%;
  	border-radius: 4px;
  	border: 3px solid #00b1aa;
	color: #555;
	line-height: 20px;
	font-size: 15px;
}

div.moreNav span.explanation {
	font-size: 13px;
}


div.moreNav::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid #00b1aa;
    top: -19px;
    right: 9px;
}
div.moreNav::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #f0f0f0;
    border-bottom: 17px solid rgba(0,100,190, 0.05);
    border-bottom: 17px solid #fff;
    top: -16px;
    right: 11px;
}


div.moreNav a:link,
div.moreNav a:active,
div.moreNav a:visited,
div.moreNav a:hover {
	color: #00b1aa;
}
	
div.moreNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.moreNav ul > li {
	margin: 0;
	padding: 15px;
}

div.moreNav ul > li:first-child {
	margin: 0;
	padding-bottom: 0;
}

div.moreNav ul > li:last-child {
	border-top: 1px solid #ccc;
}	


/* ******* */

			
nav.top-nav.condensed {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	background: #00b1aa;
	color: white;
	/*border-bottom: 1px solid #eaeaea;*/
	border-bottom: 0;
	top: 0;
	left: 0;
	z-index: 100000;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
}

nav.top-nav.condensed:after {
	content: " ";
	display: table;
	clear: both;
}

nav.top-nav.condensed.fixed {
	position: fixed;
}

/*
nav.top-nav .left {
	float: left;
}
*/


nav.top-nav.condensed h1 {
	/*display: inline-block;*/
	/*float: left;*/
	font-size: 24px;
	/*line-height: 100px;
	height: 100px;*/
	height: 50px;
	line-height: 50px;
	/*margin: 30px 0 20px 0;*/
	font-family: 'Aller Regular'; /*allerregular;*/
	margin: 0;
}

nav.top-nav.condensed h1 img {
	width: 60px; 
	margin-left: 4px;
	margin-top: 0px;
}



nav.top-nav.condensed h1 span.by {
	font-size: 12px;
	margin-left: 4px;
}	

/*
nav.top-nav .logo {
	line-height: 20px;
	padding-left: 33px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

nav.top-nav .logo > .by {
	position: absolute;
	color: #aaa;
	font-size: 16px;
	top: 3px;
	left: 3px;
}
*/


nav.top-nav.condensed .logo > img {
	vertical-align: top;
}



/* ***** */
	
	
div.rightButton {
	padding: 0;
}

div.rightButton span.icon {
	display: inline-block;
	font-size: 18px;
	top: 4px;
	margin-right: 6px;
	color: rgba(0,0,0,0.2);
}

div.rightButton span.icon.favoritesIcon {
	color: gold;
	color: rgba(0,177,170,0.5);
}

div.rightButton span.icon.recentIcon {
	color: orange;
	color: rgba(0,177,170,0.5);
}	

div.rightButton button {
	height: 50px;
	width: 100%;
	text-align: center;
	background: transparent;
	border: 0;
	color: #999;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

div.rightButton button:hover {
	background: rgba(0,0,0,0.05);
}

div.rightButton button:focus {
	outline: 0;
}

div.rightButton button.selected {
	color: #333;
	border-bottom: 4px solid rgba(0,0,0,0.3);
	border-bottom: 4px solid rgba(0,177,170,0.2);
}

/*
input[type=checkbox] { 
	display: none;
}

label {
	position: relative;
	line-height: 40px;
	font-weight: normal;
	margin-right: 0px;
	cursor: pointer;
}

label:before {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: -30px;
	content: " ";
	border: 1px solid rgba(0,0,0,0.1);
	background: transparent;
	width: 18px;
	height: 18px;
	cursor: pointer;
}



input[type=checkbox]:checked + label:after { 
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -28px;
	content: " ";
	border: 1px solid rgba(0,0,0,0.1);
	width: 14px;
	height: 14px;
	cursor: pointer;
}

input[type=checkbox].icdTen:checked + label:after { 
	background: rgba(0,100,190, 0.2);
}

input[type=checkbox].icdNine:checked + label:after { 
	background: rgba(150,0,150, 0.2);
}

.codeSetCheckboxes {
	margin: 22px auto 10px auto;
	text-align: center;
}
*/


nuemd-icd-sign-in.headerSignIn {
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 1000;
	-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.4);
  	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.4);
  	box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.4);

}	

nuemd-icd-user-profile.userProfile {
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 1000;
}	

body.onlyData {
	margin-bottom: 60px;
}

nuemd-icd-crosswalk.onlyData {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 0;
	padding: 30px 0 50px 0;
}

div.activate {
	text-align: center;
}

div.activate h1 {
	margin: 50px 0;
}

div.activate p {
	margin: 40px 0;
}

div.activate iframe:not(.wistia_embed) {
	display: none;
}


div.icd10basics {
	text-align: center;
}

div.icd10basics h1 {
	text-align: left;
	color: rgba(0,20,110,0.5);
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 42px;
}

div.icd10basics p {
	margin: 50px;
}

div.icd10basics div.videos p {
	margin: 0;
}

div.icd10basics div.videos {
	margin-top: 50px;
	margin-bottom: 50px;
}

div.icd10basics div.videos > div.row {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

div.icd10basics iframe.basicsVideo {
	display: block;
}

div.icd10basics div.basicsVideoDescription {
	display: block;
	text-align: left;
}

div.icd10basics div.basicsVideoDescription h2 {
	margin-top: 0;
}

div.icd10basics div.basicsVideoDescription p {
	font-size: 18px;
	line-height: 30px;
}

li.userProfile {
	position: relative; 
	min-width: 150px;
	text-align: center; 
	background: rgba(255,255,255,0.5);
}

li.userProfile:hover {
	background: rgba(255,255,255,0.7);
}

h1.passwordReset {
	margin: 50px 0;
	font-weight: 400;
	font-size: 33px;
}

nuemd-icd-password-reset {
	display: block;
	width: 50%;
	margin: 0 auto;
}

div.sectionButtonContainer {
	/*border: 1px solid #ccc;*/
	max-width: 450px;
}

div.sectionButtonContainer:hover {
	opacity: 0.9;
}

img.sectionIcon {
	width: 100%;
}

div.sectionButton {
	line-height: 50px;
	font-size: 36px;
	font-family: 'Reklame Script Regular';
}	

div.sectionButtonContainer a, 
div.sectionButtonContainer a:link, 
div.sectionButtonContainer a:visited, 
div.sectionButtonContainer a:active, 
div.sectionButtonContainer a:hover {
	color: #555;
	text-decoration: none;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



button.closeDetailsButton {
	position: absolute;
	top: 60px;
	left: -20px;
	padding: 12px;
	border: 2px solid #00b1aa;
	border-radius: 4px;
	color: #00b1aa;
	background: #fff;
	font-size: 24px;
}


/*@media (max-width: 1076px) {*/
@media (max-width: 1122px) {

	*.leftColumn {
		padding-left: 10px;
		padding-right: 10px;
		border-right: 0;
		padding-top: 20px;
	}

	nav.top-nav {
		padding-right: 0;
	}
	
	nav.top-nav .left {
		padding-left: 0;
	}
	
	nav.top-nav .byNueMD {
		display: none;
	}
	
	nav.top-nav button.menu {
		position: absolute;
		top: 2px;
		right: -5px;
		background: transparent;
		color: #fff;
		border: 0;
		font-size: 30px;
	}

	nav.top-nav button.closeMenu {
		position: absolute;
		top: 2px;
		right: -5px;
		background: transparent;
		color: #fff;
		border: 0;
		font-size: 30px;
	}
	
	nav.top-nav ul.buttons {
		float: none;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		list-style-type: none;
		height: 100%;
		background: #00b1aa;
		width: 300px;
		padding-top: 70px;
		padding-left: 0;
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		overflow-y: auto;
	}
	
	nav.top-nav ul.buttons.hideMenu {
		display: none;
	}


	nav.top-nav ul.buttons li {
	}

	nav.top-nav ul.buttons li > a {
		display: block;
		width: 100%;
		padding: 0px 20px;
	}
	
	nav.top-nav ul.buttons > li.selected > a,
	nav.top-nav ul.buttons > li.selected > a:link,
	nav.top-nav ul.buttons > li.selected > a:active,
	nav.top-nav ul.buttons > li.selected > a:visited,
	nav.top-nav ul.buttons > li.selected > a:hover {
		border-radius: 0;
	}


	nav.top-nav nuemd-icd-sign-in {
		width: 100%;
	}

	nav.top-nav nuemd-icd-user-profile {
		width: 100%;
	}
}


/*@media (min-width: 1077px) {*/
@media (min-width: 1123px) {

	nav.top-nav button.menu {
		display: none;
	}
	
	nav.top-nav ul.buttons {
		position: relative;
		height: 
		display: block;
		float: right;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	nav.top-nav ul.buttons.hideMenu {
		 display: block;
	}
	
	nav.top-nav ul.buttons > li {
		float: left;
		margin-left: 40px;
		line-height: 100px;
		height: 100px;
		font-size: 15px;
	}


	nav.top-nav.condensed ul.buttons {
		float: right;
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	nav.top-nav.condensed ul.buttons > li {
		float: left;
		margin-left: 35px;
		line-height: 50px;
		height: 50px;
	}


}


@media (max-width: 370px) {

	html, body {
		overflow-x: hidden;
	}
	
	.rightColumn {
		margin-top: 0;
		padding-top: 0px;
	}
	

}
body {
	background: rgb(249,249,249);
}

div.wrapper {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

div.wrapper:after {
	content: " ";
	display: table;
	clear: both;
}

div.leftSide {
	position: relative;
	padding-top: 0;
	border: 0;
	width: 100%;
	float: left;
	height: 100%;
	overflow-y: auto;
}

div.leftWrapper {
	width: 80%;
	margin: 0 10%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

div.rightSide {
	position: absolute;
	padding: 0;
	padding-top: 50px;
	margin: 0;
	height: 100%;
	top: 0;
	right: 0;
	display: none;
	width: 60%;
	z-index: 1000;
	border-left: 1px solid #ccc;
	background: rgb(249,249,249);
/*	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
*/
}

h1.title {
	/*margin-top: 40px;*/
	margin-bottom: 40px;
	font-weight: 400;
	color: #555;
}

a.allSpecialties {
	display: block;
	margin-top: 40px;
}

h1.specialtyTitle {
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: 400;
	color: #555;
}

h1.title > span.bySpecialty {
	color: #888;
	font-size: 22px;
}

h1.specialtyTitle > span.forSpecialty {
	color: rgba(0,20,110,0.5);
}


ul.chapterList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

ul.chapterList > li {
	border: 1px solid transparent;
}

ul.chapterList > li > div {
	padding: 15px;
	cursor: pointer;
	background: rgba(0,0,0,0.02);
	background: rgba(0,20,110,0.4);
	color: rgb(50,50,50);
	color: #fff;
	background: transparent;
	margin: 0px 0;
}

ul.chapterList > li.expanded {
/*	background: rgba(0,0,0,0.03);*/
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
}

ul.chapterList > li.expanded > div {
/*	margin: 0;*/
}

ul.chapterList > li > div.expanded {
	background: rgba(0,0,0,0.03);
	background: rgba(0,20,110,0.4);
	border-bottom: 1px solid #e0e0e0;
}


ul.chapterList > li > div > .chapterName {
	color: rgba(0,20,110,0.5);
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

/*
ul.chapterList > li > div.expanded > .chapterName {
	color: rgba(0,20,110,0.5);
	font-weight: bold;
	font-size: 20px;
}*/

/*ul.chapterList > li > div:not(.expanded):hover {*/
ul.chapterList > li > div:hover {
	/*background: rgba(0,0,0,0.03);*/
}

ul.sectionList {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	margin: 0;
	font-size: 15px;
}

ul.sectionList > li > div {
	padding: 15px;
	cursor: pointer;
	background: rgba(0,0,0,0.0);
	margin: 3px 0 3px 20px;
	margin: 3px 0;
	color: rgb(65,65,65);
}

ul.sectionList > li > div.info:after {
	content: " ";
	display: table;
	clear: both;
}

ul.sectionList > li > div.info > span {
	display: inline-block;
	float: left;
}

ul.sectionList > li > div.info > span.dash {
	margin: 0 12px;
}

ul.sectionList > li > div.info > div.desc {
	overflow: hidden;
}

ul.sectionList > li > div > .sectionId {
	color: rgba(0,20,110,0.5);
	font-weight: bold;
}

/*
ul.sectionList > li > div.expanded > .sectionId {
	color: rgba(0,20,110,0.5);
	font-weight: bold;
	font-size: 20px;
}
*/


ul.sectionList > li > div:hover {
	background: rgba(0,0,0,0.01);
}

ul.chapterList ul.sectionList.collapsed {
	display: none;
}

ul.chapterList ul.sectionList ul.codeList {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

ul.chapterList ul.sectionList ul.codeList.collapsed {
	display: none;
}

ul.chapterList .expander {
	display: inline-block;
	width: 20px;
	font-size: 16px;
	color: #aaa;
	margin-left: 10px;
}



li.codeListCard {
	margin: 0 0 0 80px;
	margin: 0 0 0 40px;
	margin: 0 0 0 -30px;
	padding: 15px 15px 15px 30px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	border: 0;
  	cursor: pointer;
}

li.codeListCard > div.code {
	float: left;
	width: 130px;
	padding-left: 15px;
	font-size: 17px;
}

li.codeListCard > div.code.icd10 > span {
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	padding: 7px;
}

li.codeListCard > div.code.icd9 > span {
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	padding: 7px;
}

li.codeListCard > div.desc {
	margin-left: 100px;
}

li.codeListCard:not(.selected):hover {
	background: rgba(0,0,0,0.02);
	background: rgba(0,100,190, 0.15);
	/*border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;*/
}

li.codeListCard.selected {
	/*background: rgba(0,100,190, 0.7);*/
	/*border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;*/
}

li.codeListCard.selected a:link,
li.codeListCard.selected a:visited,
li.codeListCard.selected a:active {
	color: #fff;
	text-decoration: none;
}

iframe.detailsFrame {
	display: block;
	position: relative;
	border: 0;
	width: 100%;
	height: 100%;
}


*.smallScrollbar::-webkit-scrollbar {
	width: 14px;
}

*.smallScrollbar::-webkit-scrollbar-thumb {
	/*border: 5px solid rgba(0, 0, 0, 0);*/
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 159, 153, 0.2);
	background-color: rgba(0,0,0,0.7);
}

*.smallScrollbar::-webkit-scrollbar-thumb:hover {
	/*border: 5px solid rgba(0, 0, 0, 0);*/
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 159, 153, 1);
	background-color: rgba(0,0,0,0.3);
}

*.smallScrollbar::-webkit-scrollbar-track {
	background-color: transparent;
}

button.close {
	border: 0;
	background: transparent;
	font-size: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 12000;
}

button.close:focus {
	outline: 0;
}	


ul.specialtyList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

ul.specialtyList > li {
	font-size: 16px;
	margin-bottom: 8px;
}

ul.specialtyList > li > a, 
ul.specialtyList > li > a:link,
ul.specialtyList > li > a:visited,
ul.specialtyList > li > a:active { 
	color: rgba(0,40,170,0.7);
	text-decoration: none;
}

ul.specialtyList > li > a:hover {
	color: rgba(0,40,170,0.95);
	text-decoration: underline;
}


ul.codeList {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

ul.codeList > li {
	display: block;
	margin: 0;
	padding: 0px 12px;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
  	height: 40px;
  	line-height: 40px;
}

ul.codeList > li:hover {
	background: rgba(0,0,0,0.02);
}

ul.codeList > li:after {
	content: " ";
	display: table;
	clear: both;
}

ul.codeList > li div.codeSet {
	float: left;
	width: 40px;
	padding-left: 0px;
	font-size: 14px;
}

ul.codeList > li div.codeSet.icd10 > span {
	position: relative;
	display: block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;

}

ul.codeList > li div.codeSet.icd9 > span {
	position: relative;
	display: block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;
}

ul.codeList > li div.code {
	position: relative;
	float: left;
	width: 115px;
	padding-left: 15px;
	font-size: 17px;
}

ul.codeList > li div.desc {
	margin-left: 100px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}


div.flashcardsBox {

	box-sizing: border-box;
	border: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div.boxHeading {
	background: rgba(0,20,110,0.5);
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
}

div.boxContent {
	padding: 20px;
	box-sizing: border-box;
}




/*
ul.codeList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.codeListCard {
	margin: 0;
	padding: 19px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
  	cursor: pointer;
}

li.codeListCard > div.code {
	float: left;
	width: 130px;
	padding-left: 15px;
	font-size: 17px;
}

li.codeListCard > div.code.icd10 > span {
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	padding: 7px;
}

li.codeListCard > div.code.icd9 > span {
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	padding: 7px;
}

li.codeListCard > div.desc {
	margin-left: 100px;
}

li.codeListCard:hover {
	background: rgba(0,0,0,0.02);
}

li.codeListCard.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

li.codeListCard.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

li.codeListCard.ng-enter-active {
	opacity: 1.0;
}

*//*.dataOnlyCrosswalk {
	display: block;
	width: 90%;
	margin: 0 auto;
}*/

button.close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100001;
	font-size: 20px;
}

.rightButtons {
	width: 100%;
}

.rightButtons:after {
	content: " ";
	display: table;
	clear: both;
}

.rightButton  {
	width: 33.333%;
	float: left;
}

@media (min-width: 991px) {

	.rightButtons.mobile {
		display: none;
	}

	.rightButtons.desktop {
		display: block;
	}

	.rightButton  {
		width: 50%;
		float: left;
	}

}

@media (max-width: 990px) {


	.rightButtons.mobile {
		display: block;
	}

	.rightButtons.desktop {
		display: none;
	}
	
	.leftColumn {
		width: 100%;
	}

	.rightColumn {
		width: 100%;
	}
	
	/*
	.rightColumn {
		width: 100%;
		position: absolute;
		top: -80px;
		left: 0;
		height: 80px;
	}*/
	
	.rightColumn .recentSearches, 
	.rightColumn .savedLists {
		/*display: none;*/
	}
	
	/*
	.rightColumn .recentButton {
		width: 50%;
	}
	.rightColumn .savedButton {
		width: 50%;
	}
	*/
	
}


div.gameContainer {
	padding: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	border: 0;
	margin-bottom: 30px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	max-width: 450px;
}


div.gameContainer:hover {
	opacity: 0.8;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

h1.games {
	margin-top: 0;
	font-size: 40px;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.8);
}

p {
	font-size: 17px;
	margin-bottom: 20px;
}

p.intro {
	margin-bottom: 40px;
}

div.gameContainer:after {
	content: " ";
	display: table;
	clear: both;
}

div.gameContainer > a.game {
	display: block;
	border-radius: 4px;
	font-size: 30px;
	text-align: center;
}

div.gameContainer > a.game:hover {
	background: rgba(0,0,0,0.02);
	text-decoration: none;
}

div.gameContainer img {
	width: 100%;
}

div.gameContainer button.playButton {
	width: 140px;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 7px;
	text-align: center;
	float: right;
	margin: 10px 10px 10px 0;
	font-size: 16px;
	background: #00b1aa;
	opacity: 0.8;
}

div.gameContainer button.playButton:hover {
	opacity: 0.75;
}

/*
div.gameContainer button.playButton.memory {
	background: green;
}

div.gameContainer button.playButton.nineorten {
	background: purple;
}

div.gameContainer button.playButton.hangman {
	background: blue;
}
*/

a.learnMore {
	cursor: pointer;
}

div.learnMore {
	position: relative;
	background: rgba(0, 200, 200, 0.1);
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 40px;
}

div.learnMore > h3 {
	font-size: 20px;
}

div.learnMore > p {
	font-size: 15px;
}

div.learnMore > div.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

h2.rightHeading {
	margin-top: 44px;
	font-size: 22px;
	margin-bottom: 30px;
}

div.subeVideo {
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.1);
	line-height: 200px;
	text-align: center;
}

div.comingSoon {
	width: 100%;
	color: #fff;
	background: orange;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
}

div.notifyNewGames {
	margin-top: 40px;
	border-radius: 8px;
	background: #FEE3CD;
	text-align: center;
}

div.notifyNewGames p {
	margin: 0;
}

div.notifyNewGames div.top {
	background: orange;
	color: #fff;
	padding: 6px 30px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

div.notifyNewGames div.bottom {
	padding: 15px 30px 30px 30px;
}

h2.notifyNewGames {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}nuemd-icd-game-memory {
	display: block;

/*
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	*/
	
	
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border: 0;
  width: 100%;
  float: left;
  height: 100%;
  overflow-y: auto;	
 	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 
}

/*
nuemd-icd-game-memory .scoreBar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,0.07);
}

nuemd-icd-game-memory .scoreBar > * {
	line-height: 70px;
	height: 70px;
}


nuemd-icd-game-memory .scoreBar .level {
	position: absolute;
	left: 50px;
	font-size: 20px;
}




nuemd-icd-game-memory .scoreBar .time {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 20px;
}


nuemd-icd-game-memory .scoreBar .score {
	position: absolute;
	right: 50px;
	font-size: 20px;
	top: 0px;

}

*/



nuemd-icd-game-memory div.tileContainer {
	position: relative;
	width: 80%;
	height: 100%;
	margin: auto;
	/*min-height: 400px;*/
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
}

nuemd-icd-game-memory div.tileContainer.ng-hide {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}

nuemd-icd-game-memory .incorrect {
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	color: red;
	font-size: 100px;
	background: rgba(255,255,255,0.9);
	padding: 40px;
	z-index: 10000;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

nuemd-icd-game-memory .correct {
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	color: green;
	font-size: 100px;
	background: rgba(255,255,255,0.9);
	padding: 40px;
	z-index: 10000;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}











nuemd-icd-game-memory-tile {
	display: block;
	float: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	max-height: 200px;
	padding: 12px;
}

nuemd-icd-game-memory-tile .front {
	position: relative;
	height: 100%;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 3px;
	background: rgba(0,0,0,0.2);
	background: url(/icd10/training-lab/images/IuijDCu.png);
}

nuemd-icd-game-memory-tile .valueContainer {
	position: relative;
	height: 100%;
	width: 100%;
	border: 1px solid gray;
	border-radius: 3px;
	background: #fff;
}	

nuemd-icd-game-memory-tile .value {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	text-align: center;
	width: 90%;
}

nuemd-icd-game-memory-tile .code {
	font-size: 40px;
}

nuemd-icd-game-memory div.tileContainer.big nuemd-icd-game-memory-tile .code {
	font-size: 40px;
}

nuemd-icd-game-memory div.tileContainer.medium nuemd-icd-game-memory-tile .code {
	font-size: 30px;
}

nuemd-icd-game-memory div.tileContainer.small nuemd-icd-game-memory-tile .code {
	font-size: 20px;
}


nuemd-icd-game-memory-tile .description {
	font-size: 16px;
}

nuemd-icd-game-memory div.tileContainer.big nuemd-icd-game-memory-tile .description {
	font-size: 16px;
}

nuemd-icd-game-memory div.tileContainer.medium nuemd-icd-game-memory-tile .description {
	font-size: 14px;
}

nuemd-icd-game-memory div.tileContainer.small nuemd-icd-game-memory-tile .description {
	font-size: 12px;
}


nuemd-icd-game-memory-tile div.redEx {
	color: rgba(255,0,0,0.3);
	font-size: 80px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-memory-tile div.greenCheck {
	color: rgba(0,255,0, 0.3);
	font-size: 80px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}


nuemd-icd-game-nineorten {
	display: block;

/*
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	*/
	
	
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border: 0;
  width: 100%;
  float: left;
  height: 100%;
  overflow-y: auto;	
 	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 


}

nuemd-icd-game-nineorten div.game {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
}

nuemd-icd-game-nineorten div.game div.code {
	font-size: 86px;
	width: 100%;
	text-align: center;
	color: #fff;
}

nuemd-icd-game-nineorten div.game div.description {
	font-size: 25px;
	width: 70%;
	margin: 0 15%;
	text-align: center;
	color: #fff;
	height: 135px;
}

nuemd-icd-game-nineorten div.game div.buttons {
	margin-top: 0px;
}

nuemd-icd-game-nineorten div.game div.buttons > div.icd9 {
	padding-right: 50px;
	text-align: right;
}

nuemd-icd-game-nineorten div.game div.buttons > div.icd10 {
	padding-left: 50px;
	text-align: left;
}


nuemd-icd-game-nineorten div.game div.buttons button {
	border: 3px solid rgba(255,255,255,0.9);
	width: 200px;
	height: 80px;
	text-align: center;
	color: rgba(255,255,255,0.9);
	line-height: 77px;
	font-size: 40px;
	border-radius: 20px;
	cursor: pointer;
	-moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
  	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);

}

nuemd-icd-game-nineorten div.game div.buttons button.icd9 {
	background: rgba(150,0,150, 0.8);
}

nuemd-icd-game-nineorten div.game div.buttons button.icd9:hover {
	background: rgba(150,0,150, 1);
}

nuemd-icd-game-nineorten div.game div.buttons button.icd10 {
	background: rgba(0,100,190, 0.8);
}

nuemd-icd-game-nineorten div.game div.buttons button.icd10:hover {
	background: rgba(0,100,190, 1);
}


nuemd-icd-game-nineorten div.redEx {
	color: rgba(255,10,10,0.7);
	font-size: 80px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-nineorten div.greenCheck {
	color: rgba(30,255,30, 0.7);
	font-size: 80px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}


nuemd-icd-game-nineorten div.arrowKeys {
	margin-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
nuemd-icd-game-hangman {
	display: block;

/*
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	*/
	
	
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	border: 0;
	width: 100%;
	float: left;
	height: 100%;
	overflow-y: auto;	
 	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 


}

nuemd-icd-game-hangman div.game {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	width: 82%;
	color: rgba(0,0,0,0.8);
	min-height: 400px;
}

nuemd-icd-game-hangman div.game:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-hangman div.game div.doctor {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
}

nuemd-icd-game-hangman div.game div.words {
	float: right;
	width: 100%;
	padding-left: 300px;
	padding-right: 70px;
	color: rgba(0,0,0,0.8);
 	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nuemd-icd-game-hangman div.game div.words div.description {
	font-size: 30px;
}

nuemd-icd-game-hangman div.game div.words div.description:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-hangman div.game div.words div.code {
	display: inline-block;
	margin: 40px auto;
}


nuemd-icd-game-hangman div.game div.words div.code > div.codeLetter {
	display: inline-block;
	float: left;
	margin-left: 20px;
	border-bottom: 2px solid rgba(0,0,0,0.5);
	font-size: 60px;
	width: 60px;
	text-align: center;
}

nuemd-icd-game-hangman div.game div.words div.code > div.codeLetter:first-child {
	margin-left: 0;
}

nuemd-icd-game-hangman div.game div.words div.code > div.codeLetter > input[type=text] {
	font-size: 60px;
	width: 60px;
	text-align: center;
}

nuemd-icd-game-hangman div.game div.words div.bank {
	position: relative;
}

nuemd-icd-game-hangman div.game div.words div.bank div.letters {
	float: left;
	width: 69%;
}

nuemd-icd-game-hangman div.game div.words div.bank div.numbers {
	float: right;
	width: 29%;
}

nuemd-icd-game-hangman div.game div.words div.bank:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-hangman div.game div.words div.bank {
	border-radius: 8px;
	padding: 12px;
	border: 1px solid rgba(0,0,0,0.2);
}


nuemd-icd-game-hangman div.game div.words div.bank div.letter {  
	position: relative;
	float: left;
	font-size: 20px;
	margin: 5px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	width: 30px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

nuemd-icd-game-hangman div.game div.words div.bank div.letter.disabled {  
	color: rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.05); 
	cursor: default;
}

nuemd-icd-game-hangman div.game div.doctor > img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	max-height: 400px;
}

nuemd-icd-game-hangman div.redEx {
	color: rgba(255,0,0,0.7);
	font-size: 30px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-hangman div.greenCheck {
	color: rgba(0,255,0, 0.7);
	font-size: 30px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-hangman div.bigRedEx {
	color: rgba(255,0,0,0.7);
	font-size: 100px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-hangman div.bigGreenCheck {
	color: rgba(0,255,0, 0.7);
	font-size: 100px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-hangman div.resultMessage {
	z-index: 10001;
	max-width: 80%;
	background: rgba(255,255,255,0.96);
	border-radius: 30px;
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	border: 5px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
 	transform: translate(-50%, -50%);	
 	opacity: 1;
 	padding: 30px;
 	text-align: center;
 	color: #444;
 	border: 4px solid #4BC7E8;
 }

nuemd-icd-game-hangman div.resultMessage.ng-hide {
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}


nuemd-icd-game-hangman div.resultMessage h1 {
	font-size: 36px;
}

nuemd-icd-game-hangman div.resultMessage h2 {
	font-size: 20px;
}

nuemd-icd-game-hangman div.resultMessage p {
	font-size: 16px;
}

nuemd-icd-game-hangman div.resultMessage p > span.countDown {
	background: rgba(0,0,0,0.1);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	font-size: 30px;
}

nuemd-icd-game-hangman div.resultMessage div.code {
	border: 1px solid #eee;
	border-radius: 2px;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
	min-width: 500px;
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
  	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
  	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
}

nuemd-icd-game-hangman div.resultMessage div.code div.name {
	font-size: 26px;
}

nuemd-icd-game-hangman div.resultMessage div.code div.description {
	font-size: 18px;
}

nuemd-icd-game-hangman div.resultMessage button.nextCode {
	background: rgba(184, 205, 70, 1);
	color: #fff;
	font-size: 19px;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

nuemd-icd-game-hangman div.resultMessage button.nextCode:hover {
	background: rgba(184, 205, 70, 0.8);
}
nuemd-icd-game-flashcards {
	display: block;

/*
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	*/
	
	
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	border: 0;
	width: 100%;
	float: left;
	height: 100%;
	overflow-y: auto;	
 	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 


}

nuemd-icd-game-flashcards div.game {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	width: 82%;
	color: rgba(0,0,0,0.8);
	min-height: 400px;
}

nuemd-icd-game-flashcards div.game:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-flashcards div.game button.showOnCards {
	border: 0;
	border-radius: 5px;
	background: #eee;
	color: #bbb;
	padding: 5px 12px;
}

nuemd-icd-game-flashcards div.game button.showOnCards.left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

nuemd-icd-game-flashcards div.game button.showOnCards.right {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

nuemd-icd-game-flashcards div.game button.showOnCards.selected {
	background: rgba(165, 135, 190, 0.8);
	color: #fff;
}

nuemd-icd-game-flashcards div.game button.showOnCards:not(.selected):hover {
	background: rgba(165, 135, 190, 0.6);
	color: #fff;
}

nuemd-icd-game-flashcards div.game button.showOnCards:focus {
	outline: 0;
}

nuemd-icd-game-flashcards div.game div.words {
	width: 100%;
	color: rgba(0,0,0,0.8);
 	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	height: 320px;
}

nuemd-icd-game-flashcards div.game div.words:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-flashcards div.game div.words div.description {
	font-size: 20px;
	display: inline-block;
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	text-align: center;
	background: rgba(255,255,255,0.7);
}

nuemd-icd-game-flashcards div.game div.words div.description.bigText {
	font-size: 40px;
}

nuemd-icd-game-flashcards div.game div.words div.description:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-flashcards div.game div.words button.flipCard {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.04);
	color: #555;
	border: 0;
	border-radius: 4px;
	padding: 5px 12px;
}

nuemd-icd-game-flashcards div.game div.words button.flipCardNext {
	background: rgba(75, 199, 232, 0.9);
	color: white;
	font-size: 20px;
}

nuemd-icd-game-flashcards div.game div.words div.backInfo {
	font-size: 40px;
	display: inline-block;
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	text-align: center;
}

nuemd-icd-game-flashcards div.game div.words div.backInfo div.code {
	font-size: 40px;
}

nuemd-icd-game-flashcards div.game div.words div.backInfo div.desc {
	margin-top: 15px;
	font-size: 20px;
}

nuemd-icd-game-flashcards div.game div.words div.options {
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
	opacity: 1;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
}

nuemd-icd-game-flashcards div.game div.words div.options.ng-hide {
	opacity: 0;
}

nuemd-icd-game-flashcards div.game div.words div.options:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption {
	position: relative;
	float: left;
	width: 100%;
	height: 76px;
	box-sizing: border-box;
	padding: 7px;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer {
	position: relative;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 100%;
	background: #fff;
}


nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer.disabled {
	color: #ccc;
	cursor: default;
	opacity: 0.5;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer.correct {
	background: green;
}


nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer div.content {
	display: inline-block;
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	text-align: center;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer div.content.smallText {
	font-size: 14px;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer:not(.disabled):hover {
	background: rgba(240,240,240,1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer.codeAnswer {
	font-size: 30px;
}

nuemd-icd-game-flashcards div.game div.words div.options div.answerOption div.answer.descriptionAnswer {
	font-size: 16px;
}

nuemd-icd-game-flashcards div.redEx {
	color: rgba(255,0,0,0.7);
	font-size: 50px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-flashcards div.greenCheck {
	color: rgba(0,255,0, 0.7);
	font-size: 50px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-flashcards div.bigRedEx {
	color: rgba(255,0,0,0.7);
	font-size: 100px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-flashcards div.bigGreenCheck {
	color: rgba(0,255,0, 0.7);
	font-size: 100px;
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

nuemd-icd-game-flashcards div.resultMessage {
	z-index: 10001;
	max-width: 80%;
	background: rgba(255,255,255,0.96);
	border-radius: 30px;
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	border: 5px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
 	transform: translate(-50%, -50%);	
 	opacity: 1;
 	padding: 30px;
 	text-align: center;
 	color: #444;
 	border: 4px solid #4BC7E8;
 }

nuemd-icd-game-flashcards div.resultMessage.ng-hide {
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}


nuemd-icd-game-flashcards div.resultMessage h1 {
	font-size: 36px;
}

nuemd-icd-game-flashcards div.resultMessage h2 {
	font-size: 20px;
}

nuemd-icd-game-flashcards div.resultMessage p {
	font-size: 16px;
}

nuemd-icd-game-flashcards div.resultMessage p > span.countDown {
	background: rgba(0,0,0,0.1);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	font-size: 30px;
}

nuemd-icd-game-flashcards div.resultMessage div.code {
	border: 1px solid #eee;
	border-radius: 2px;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
	min-width: 500px;
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
  	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
  	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
}

nuemd-icd-game-flashcards div.resultMessage div.code div.name {
	font-size: 26px;
}

nuemd-icd-game-flashcards div.resultMessage div.code div.description {
	font-size: 18px;
}

nuemd-icd-game-flashcards div.resultMessage button.nextCode {
	background: rgba(184, 205, 70, 1);
	color: #fff;
	font-size: 19px;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

nuemd-icd-game-flashcards div.resultMessage button.nextCode:hover {
	background: rgba(184, 205, 70, 0.8);
}




#f1_container {
  position: relative;
  margin: 10px auto 30px auto;
  width: 460px;
  height: 275px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
}
/*#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}*/

#f1_container.flipped #f1_card {
  transform: rotateY(180deg);
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #ccc;
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
  	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
  	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
  	background: url(/icd10/training-lab/images/flashcard.png);
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
	background: #fff;

}








#f1_container.IE {
  position: relative;
  margin: 10px auto 30px auto;
  width: 460px;
  height: 275px;
  z-index: 1;
}
#f1_container.IE {
  perspective: auto;
  -webkit-perspective: auto;
  -moz-perspective: auto;
}
#f1_card.IE {
  width: 100%;
  height: 100%;
  transform-style: auto;
  transition: all 0.4s linear;
}

#f1_container.IE.flipped #f1_card.IE {
  transform: none;
}

.face.IE {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: auto;
  border: 1px solid #ccc;
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
  	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
  	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
  	background: url(/icd10/training-lab/images/flashcard.png);
}
.face.IE.back {
  display: block;
  transform: none;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
	background: #fff;

}

#f1_container.IE .front.IE {
	display: block;
}

#f1_container.IE .back.IE {
	display: none;
}


#f1_container.IE.flipped .front.IE {
	display: none;
}

#f1_container.IE.flipped .back.IE {
	display: block;
}
nuemd-icd-game-bottom {
	position: absolute;
	display: block;
	width: 100%;
	height: 150px;
	bottom: 0px;
	overflow: hidden;
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	pointer-events: none;
}

nuemd-icd-game-bottom.ng-hide {
	opacity: 1;
	transform: translate(-0%, 100%);
	transition: all 1s;
	-webkit-transition: all 1s;
}

nuemd-icd-game-bottom .scoreBar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,0.07);
}

nuemd-icd-game-bottom .scoreBar > * {
	line-height: 70px;
	height: 70px;
}


nuemd-icd-game-bottom .scoreBar .left {
	position: absolute;
	left: 50px;
	font-size: 20px;
	color: #fff;
}


nuemd-icd-game-bottom .scoreBar .time {
	position: relative;
	margin: 0 auto;
	width: 20%;
	text-align: center;
	font-size: 40px;
	color: #fff;
}


nuemd-icd-game-bottom .scoreBar .timeCircle {
	position: absolute;
	display: inline-block;
	top: -30px;
	margin: 0 auto;
	transform: translate(-50%,0);
	width: 300px;
	height: 300px;
	border-radius: 150px;
	background: #00b1aa;
	background: #B8CD46;
	z-index: 10;
	
}

nuemd-icd-game-bottom .scoreBar .counter {
	position: relative;
	z-index: 100;
	top: 24px;
}



nuemd-icd-game-bottom .scoreBar .score {
	position: absolute;
	right: 50px;
	font-size: 20px;
	top: 0px;

}

nuemd-icd-game-bottom .scoreBar .scoreCircle {
	position: absolute;
	right: -100px;
	top: -80px;
	width: 280px;
	height: 280px;
	border-radius: 140px;
	background: #4BC7E8;
	color: #fff;
}

nuemd-icd-game-bottom .scoreBar .scoreCircle .scoreLabel {
	position: absolute;
	top: 20px;
	left: 72px;
	font-size: 24px;
	color: rgba(255,255,255,0.5);
}

nuemd-icd-game-bottom .scoreBar .scoreCircle .scoreNumber {
	position: absolute;
	left: 50px;
	top: 70px;
	width: 160px;
	text-align: center;
	font-size: 50px;
}
nuemd-icd-game-top {
	position: absolute;
	display: block;
	width: 100%;
	height: 90px;
	top: 0px;
	/*overflow: hidden;*/
	z-index: 1000;
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
}

nuemd-icd-game-top.ng-hide {
	opacity: 1;
	transform: translate(-0%, -100%);
	transition: all 1s;
	-webkit-transition: all 1s;
}


nuemd-icd-game-top .gameTopBar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.07);
	background: rgba(251,251,251,0.3);
}

nuemd-icd-game-top .gameTopBar > * {
	line-height: 90px;
	height: 90px;
}


nuemd-icd-game-top .gameTopBar .title {
	position: absolute;
	left: 50px;
	font-size: 40px;
	color: #fff;
}

nuemd-icd-game-top .gameTopBar .title > img {
	height: 70px;
}


nuemd-icd-game-top .gameTopBar .reset {
	position: absolute;
	right: 150px;	
	width: 400px;
	text-align: left;
}

nuemd-icd-game-top .gameTopBar .reset button {
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 0px;
	height: 46px;
	font-size: 16px;
	background: rgba(75, 199, 232, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
	color: #fff;
	border: 2px solid #fff;
}

nuemd-icd-game-top .gameTopBar .specialty {
	position: absolute;
	right: 150px;	
	width: 400px;
	text-align: left;
}

nuemd-icd-game-top .gameTopBar .specialty .boxWrapper {
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 0px;
	height: 46px;
	font-size: 16px;
	background: rgba(75, 199, 232, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
}

nuemd-icd-game-top .gameTopBar .specialty .boxWrapper > button {
	background: transparent;
	border: 0;
	color: #fff;
}

nuemd-icd-game-top .gameTopBar .specialty .boxWrapper > button > span.usingCodesFrom {
	color: rgba(255,255,255,0.6);
}
nuemd-icd-game-top .gameTopBar .specialty .boxWrapper > button:focus {
	outline: 0;
}

nuemd-icd-game-top .gameTopBar .help {
	position: absolute;
	right: 50px;
	top: 4px;
	line-height: 90px;
	width: 40px;
}


nuemd-icd-game-top .gameTopBar .help button {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #F68933;
	border: 2px solid #fff;
	font-size: 24px;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

nuemd-icd-game-top .gameTopBar .specialty nuemd-icd-game-list-select {
	position: absolute;
	right: 0px;
	
}

nuemd-icd-game-top h2 {
	font-size: 22px;
}


nuemd-icd-game-top div.gameHelp {
	position: absolute;
	top: 70px;
	left: 10%;
	z-index: 10000;
	width: 80%;
	background: rgba(255,255,255,0.97);
	border-radius: 30px;
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	border: 4px solid #F68933;
	padding: 30px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nuemd-icd-game-top div.gameHelp h2 {
	margin-top: 10px;
	color: #F68933;
}

nuemd-icd-game-top div.gameHelp p {
	margin-bottom: 30px;
}

nuemd-icd-game-top div.gameHelp button.closeHelp {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: 0;
	font-size: 20px;
}

nuemd-icd-game-top div.gameHelp button.closeHelp:hover {
	color: #777;
}

nuemd-icd-game-top div.gameHelp button.playAnotherGame {
	display: inline-block;
	height: 46px;
	font-size: 16px;
	background: rgba(75, 199, 232, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
	color: #fff;
	border: 2px solid #fff;
}

nuemd-icd-game-top div.gameHelp button.reportAProblem {
	display: inline-block;
	height: 46px;
	font-size: 16px;
	background: rgba(165, 135, 190, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
	color: #fff;
	border: 2px solid #fff;
}

nuemd-icd-game-top div.gameHelp button.back {
	border: 0;
	background: transparent;
	color: rgba(0,40,170,0.5);
	cursor: pointer;
	margin-bottom: 10px;
}

nuemd-icd-game-list-select {
	display: block;
	background: rgba(255,255,255,0.98);
	width: 300px;
	color: rgb(30,30,30);
	border: 4px solid #4BC7E8;
	border-radius: 3px;
	-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.6);
  	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.6);
}

nuemd-icd-game-list-select .buttons:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-list-select .buttons button {
	line-height: 50px;
	height: 50px;
	border: 0;
	border-bottom: 5px solid transparent;
	background: rgba(75, 199, 232, 0.1);
	float: left;
	width: 50%;
	font-size: 14px;
	color: rgba(0,0,0,0.3);
}

nuemd-icd-game-list-select .buttons button.selected {
	border-bottom: 5px solid rgba(75, 199, 232, 0.5);
	color: rgb(30,30,30);
}

nuemd-icd-game-list-select .buttons button:focus {
	outline: 0;
}

nuemd-icd-game-list-select ul {
	max-height: 300px;
	overflow-y: scroll;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;	
}

nuemd-icd-game-list-select ul > li {
	line-height: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	color: rgb(30,30,30);
	font-size: 14px;
	text-align: left;
	padding: 0 15px;
	cursor: pointer;
}

nuemd-icd-game-list-select ul > li.selected {
	background: rgba(75, 199, 232, 0.35);
}

nuemd-icd-game-list-select ul > li:hover {
	background: rgba(0,0,0,0.03);
}

nuemd-icd-game-list-select ul > li:first-child {
	margin-top: 15px;
}


[ng:cloak], 
[ng-cloak], 
[data-ng-cloak], 
[x-ng-cloak], 
.ng-cloak, 
.x-ng-cloak {
  display: none !important;
}	 nuemd-icd-game-start {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	position: relative;
	height: 100%;
}

nuemd-icd-game-start div.gameStart.light {
	color: rgba(0,0,0,0.8);
}

nuemd-icd-game-start div.gameStart {
	position: absolute;
	top: -50px;
	width: 100%;
	opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

nuemd-icd-game-start div.gameStart.ng-hide {
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

nuemd-icd-game-start div.gameStart div.gameStartTopContainer {
	width: 100%;
	margin: 70px auto 30px auto;
	
	
}

nuemd-icd-game-start div.gameStart div.gameStartTopContainer:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-start div.gameStart div.gameStartLeftSide {
	float: left;
	width: 37%;
}

nuemd-icd-game-start div.gameStart div.gameStartRightSide {
	float: left;
	width: 63%;
}


nuemd-icd-game-start img {
	display: block;
	margin: 0 auto;
	height: 90px;
}


nuemd-icd-game-start div.countDown {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 140px;
}

nuemd-icd-game-start div.countDown.light {
	color: rgba(0,0,0,0.8);
}

nuemd-icd-game-start h1 {
	font-size: 42px;
}

nuemd-icd-game-start h2 {
	font-size: 24px;
}

nuemd-icd-game-start p {
	text-align: left;
	padding: 10px;
}




nuemd-icd-game-start nuemd-icd-game-list-select {
	position: absolute;
	left: 0px;
}

nuemd-icd-game-start div.listSelectWrapper {
	display block;
}

nuemd-icd-game-start nuemd-icd-list-select {
	z-index: 10001;
}


nuemd-icd-game-start button.startGame {
	background: rgba(184, 205, 70, 1);
	color: #fff;
	font-size: 32px;
	border: 3px solid #fff;
	padding: 20px;
	border-radius: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nuemd-icd-game-start button.startGame:disabled {
	background: rgba(160,160,160,1);
	border: 3px solid rgba(220,220,220,1);
	color: rgba(230,230,230,0.5);
}



nuemd-icd-game-start .levelWrapper {
	display: inline-block;
	position: relative;
	/*top: 22px;
	right: 0px;*/
	height: 46px;
	font-size: 16px;
	background: rgba(165, 135, 190, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
	z-index: 9999;
	margin-top: 40px;
	/*margin-left: 30px;*/
}

nuemd-icd-game-start .levelWrapper > button {
	background: transparent;
	border: 0;
	color: #fff;
}

nuemd-icd-game-start .levelWrapper > button > span.playingLevel {
	color: rgba(255,255,255,0.6);
}
nuemd-icd-game-start .levelWrapper > button:focus {
	outline: 0;
}


nuemd-icd-game-start .levelWrapper ul {
	position: absolute;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255, 1);
	border: 3px solid rgba(165, 135, 190, 1);
}

nuemd-icd-game-start .levelWrapper ul > li {
	margin: 0;
	padding: 0;
}

nuemd-icd-game-start .levelWrapper ul > li > div {
	padding: 0px 12px;
	margin: 0;
	color: #444;
	min-width: 200px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	line-height: 38px;
}

nuemd-icd-game-start .levelWrapper ul > li > div:hover {
	background: rgba(0,0,0,0.05);
}

nuemd-icd-game-start .levelWrapper ul > li > div.disabled {
	color: rgba(150,150,150,1);
}

nuemd-icd-game-start .levelWrapper ul > li > div.selected {
	background: rgba(165, 135, 190, 0.4);
}



nuemd-icd-game-start div.listExplain {
	position: relative;
	width: 90%;
	margin: 30px auto 0 auto;
	max-width: 500px;
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  	padding: 20px;
  	background: rgba(255,255,255,0.8);
  	color: rgba(0,0,0,0.7);
	border-radius: 10px;
}

nuemd-icd-game-start div.listExplain.codeSetError {
	background: rgb(255,240,240);
	color: rgba(230,0,0,1);
}


nuemd-icd-game-start div.listExplain p {
	margin: 0 0 20px 0;
  	font-size: 15px;
	padding: 0;
}

nuemd-icd-game-start div.listExplain p:last-child {
	margin: 0;
}

nuemd-icd-game-start div.listExplain h3 {
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 20px;
}

nuemd-icd-game-start div.listExplain::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f0f0f0;
	border-bottom: 18px solid rgba(0,100,190, 0.05);
	border-bottom: 18px solid rgba(255,255,255,0.8);
	left: 46%;
	top: -18px;

}

nuemd-icd-game-start div.listExplain.codeSetError::after {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid rgb(255,240,240);
}
nuemd-icd-game-end {
	/*opacity: 1;*/
	/*transform: translate(0,0);*/
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;	*/
}

nuemd-icd-game-end.ng-hide {
	/*opacity: 0;*/
	/*transform: translate(0,-100%); */
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}

nuemd-icd-game-end div.gameEnd {
	position: absolute;
	top: 70px;
	left: 10%;
	z-index: 10001;
	width: 80%;
	background: rgba(255,255,255,0.96);
	border-radius: 30px;
	border-radius: 2px;
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.5);
  	border: 4px solid rgba(214, 12, 140, 1);
  	border: 5px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
 	transform: translate(-50%, -50%);	
 	min-height: 550px;
} 


nuemd-icd-game-end div.screen {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3000px;
	z-index: 10000;
	background: rgba(0,0,0,0.4);
}

nuemd-icd-game-end div.playAnotherGame {
	padding-top: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: inherit;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 100000;
}

nuemd-icd-game-end div.reviewCodes {
	padding: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: inherit;
	top: 0;
	left: 0;
	overflow-y: auto;
}


nuemd-icd-game-end ul.codesToReview {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

nuemd-icd-game-end ul.codesToReview > li {
	display: block;
	margin: 0;
	padding: 0px 12px;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
  	height: 40px;
  	line-height: 40px;
}

nuemd-icd-game-end ul.codesToReview > li:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-game-end ul.codesToReview > li:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-game-end ul.codesToReview > li div.codeSet {
	float: left;
	width: 40px;
	padding-left: 0px;
	font-size: 14px;
}

nuemd-icd-game-end ul.codesToReview > li div.codeSet.icd10 > span {
	position: relative;
	display: block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;

}

nuemd-icd-game-end ul.codesToReview > li div.codeSet.icd9 > span {
	position: relative;
	display: block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;
}

nuemd-icd-game-end ul.codesToReview > li div.code {
	position: relative;
	float: left;
	width: 115px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-game-end ul.codesToReview > li div.desc {
	margin-left: 100px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}




nuemd-icd-game-end button.back {
	border: 0;
	background: transparent;
	color: rgba(0,40,170,0.5);
	cursor: pointer;
	margin-bottom: 30px;
}

nuemd-icd-game-end .top {
	width: 100%;
	height: 160px;
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
}

nuemd-icd-game-end .bottom {
	position: relative;
	min-height: 390px;
	border-top: 2px solid #fff;
	background: rgba(255,255,255,0.9);
	text-align: center;
	padding: 30px;
	color: #444;
	/*border-bottom-left-radius: 29px;
	border-bottom-right-radius: 29px;*/
}

nuemd-icd-game-end .scoreCircle {	
	position: relative;
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 280px;
	border-radius: 140px;
	background: #4BC7E8;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}

nuemd-icd-game-end .scoreCircle .scoreLabel {
	position: relative;
	width: 100%;
	font-size: 24px;
	color: rgba(255,255,255,0.4);
}

nuemd-icd-game-end .scoreCircle .scoreNumber {
	position: relative;
	width: 100%;
	font-size: 50px;
}

nuemd-icd-game-end div.messages {
	position: relative;
}

nuemd-icd-game-end div.messages.withSignInMessage {
	padding-right: 340px;
}

nuemd-icd-game-end div.signInMessage {
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
 	overflow-y: auto;
 	max-height: 100%;
	overflow-x: hidden;
}

nuemd-icd-game-end h2 {
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: 400;
	width: 100%;
}


nuemd-icd-game-end button.nextLevel {
	background: rgba(184, 205, 70, 1);
	color: #fff;
	font-size: 28px;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nuemd-icd-game-end button.nextLevel:disabled {
	background: rgba(160,160,160,1);
	border: 3px solid rgba(220,220,220,1);
	color: rgba(230,230,230,0.5);
}	
	
nuemd-icd-game-end button.playCurrentLevelAgain {
	background: rgba(184, 205, 70, 1);
	color: #fff;
	font-size: 28px;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}

nuemd-icd-game-end div.or {
	margin-top: 40px;
	margin-bottom: 15px;
}

nuemd-icd-game-end button.playDifferentGame {
	background: rgba(165, 135, 190, 1);
	background: transparent;
	color: #fff;
	color: rgba(165, 135, 190, 1);
	font-size: 18px;
	border: 3px solid #fff;
	border: 0;
	padding: 12px;
	padding: 0;
	border-radius: 24px;
	border-radius: 0;
	margin-top: 15px;
}

nuemd-icd-game-end button.playDifferentGame:hover { 
	border-bottom: 2px solid rgba(165, 135, 190, 1);
}

nuemd-icd-game-end button.reviewCodes {
	background: rgba(238, 128, 179, 1);
	color: #fff;
	font-size: 17px;
	border: 3px solid #fff;
	padding: 12px;
	border-radius: 20px;
	margin-top: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
 	-webkit-animation-name: pinkGlow;
  	-webkit-animation-duration: 2s;
  	-webkit-animation-iteration-count: infinite;
}


@-webkit-keyframes pinkGlow {
  from { background-color: rgba(238, 128, 179, 0.8); -webkit-box-shadow: 0 0 9px rgba(0,0,0,0); }
  50% { background-color: rgba(238, 128, 179, 1); -webkit-box-shadow: 0 0 30px rgba(238,128,179,1); }
  to { background-color: rgba(238, 128, 179, 0.8); -webkit-box-shadow: 0 0 9px rgba(0,0,0,0); }
}





nuemd-icd-game-end .levelWrapper {
	display: inline-block;
	position: relative;
	/*top: 22px;
	right: 0px;*/
	height: 46px;
	font-size: 16px;
	background: rgba(165, 135, 190, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
	/*z-index: 10000;*/
	z-index: 11000;
}

nuemd-icd-game-end .levelWrapper > button {
	background: transparent;
	border: 0;
	color: #fff;
}

nuemd-icd-game-end .levelWrapper > button > span.playingLevel {
	color: rgba(255,255,255,0.6);
}
nuemd-icd-game-end .levelWrapper > button:focus {
	outline: 0;
}


nuemd-icd-game-end .levelWrapper ul {
	position: absolute;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255, 1);
	border: 3px solid rgba(165, 135, 190, 1);
}

nuemd-icd-game-end .levelWrapper ul > li {
	margin: 0;
	padding: 0;
}

nuemd-icd-game-end .levelWrapper ul > li > div {
	padding: 0px 12px;
	margin: 0;
	color: #444;
	min-width: 200px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	line-height: 38px;
}

nuemd-icd-game-end .levelWrapper ul > li > div:hover {
	background: rgba(0,0,0,0.05);
}

nuemd-icd-game-end .levelWrapper ul > li > div.disabled {
	color: rgba(150,150,150,1);
}

nuemd-icd-game-end .levelWrapper ul > li > div.selected {
	background: rgba(165, 135, 190, 0.4);
}

nuemd-icd-game-end div.playAgain {
	margin: 40px 0 0 0;
}


/* same as nuemd-icd-game-end */

nuemd-icd-game-end div.listExplain {
	position: relative;
	width: 90%;
	margin: 30px auto 0 auto;
	max-width: 500px;
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
  	padding: 20px;
  	background: rgba(255,255,255,0.8);
  	color: rgba(0,0,0,0.7);
	border-radius: 10px;
	z-index: 10999;
}

nuemd-icd-game-end div.listExplain.codeSetError {
	background: rgb(255,240,240);
	color: rgba(230,0,0,1);
}


nuemd-icd-game-end div.listExplain p {
	margin: 0 0 20px 0;
  	font-size: 15px;
	padding: 0;
}

nuemd-icd-game-end div.listExplain p:last-child {
	margin: 0;
}

nuemd-icd-game-end div.listExplain h3 {
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 20px;
}

nuemd-icd-game-end div.listExplain::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f0f0f0;
	border-bottom: 18px solid rgba(0,100,190, 0.05);
	border-bottom: 18px solid rgba(255,255,255,0.8);
	left: 48%;
	top: -18px;

}

nuemd-icd-game-end div.listExplain.codeSetError::after {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid rgb(255,240,240);
}

/* ******** */nuemd-icd-game-play-another-game button.back {
	border: 0;
	background: transparent;
	color: rgba(0,40,170,0.5);
	cursor: pointer;
	margin-bottom: 30px;
}
nuemd-icd-game-leaderboard {
	display: block;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

nuemd-icd-game-leaderboard div.currentLeaders {
	width: 100%;
	background: rgba(255,255,255,0.85);
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 3px solid #F68933;
	padding: 10px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #555;
}

nuemd-icd-game-leaderboard table {
	width: 100%;
}

nuemd-icd-game-leaderboard table td {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	color: #444;
	font-size: 17px;
}nuemd-loading {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s; 
    transition: all 0.3s;
}

nuemd-loading.ng-hide {
	opacity: 0;
	-webkit-transition: all 0.3s; 
    transition: all 0.3s;
}

nuemd-loading > .contents {
    position: absolute;
    left: 0;
    right: 0;
	margin: auto;
    background-color: transparent;
  	-webkit-animation: spin 0.7s linear infinite;
	animation: spin 0.7s linear infinite;
}

nuemd-loading > .contents.big {
	width: 100px;
    height: 100px;
    border-radius: 50px;
    border-left: 7px solid rgba(0,0,0, 0.7);
    border-top: 7px solid rgba(0,0,0, 0.7);
    border-right: 7px solid rgba(0,0,0, 0.2);
    border-bottom: 7px solid rgba(0,0,0,0.2);
}

nuemd-loading > .contents.small {
	width: 20px;
    height: 20px;
    border-radius: 10px;
    border-top: 2px solid rgba(0,0,0, 0.7);
    border-left: 2px solid rgba(0,0,0, 0.7);
    border-right: 2px solid rgba(0,0,0, 0.2);
    border-bottom: 2px solid rgba(0,0,0, 0.2);
}

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


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


nuemd-icd-sign-in {
	display: block;
	border: 1px solid #eaeaea;
	background: #fff;
	line-height: 30px;
	font-size: 17px;
	width: 340px;
	color: #000;
  	padding: 0px;
  	border-radius: 2px;
  	cursor: default;
  	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}


nuemd-icd-sign-in input {
	margin-bottom: 20px;
	padding: 4px 10px;
	width: 100%;
	border: 1px solid #ccc;
}

nuemd-icd-sign-in input:focus {
	outline: 0;
}

nuemd-icd-sign-in button.signIn {
	background: rgba(0,177,170,0.9);
	color: rgb(40,40,40);
	color: #fff;
	display: block;
	width: 80%;
	border-radius: 8px;
	margin: 0 auto;
	border: 0;
}

nuemd-icd-sign-in button.signIn:hover {
	background: rgba(0,177,170,0.7);
}

nuemd-icd-sign-in button.signIn:focus {
	outline: 0;
}

nuemd-icd-sign-in  div.signInButton button {
	margin: 20px auto;
}

nuemd-icd-sign-in div.signIn {
	padding: 30px;
}

nuemd-icd-sign-in div.signUp {
	margin: 0;
	padding: 30px 30px 15px 30px;
	text-align: center;
	background: rgba(238,127,178,0.1);
	padding-bottom: 15px;
}

nuemd-icd-sign-in button.forgotPassword {
	display: block;
	margin: 15px auto 0 auto;
	border: 0;
	background: transparent;
	color: rgba(0,40,170,0.5);
	font-size: 15px;
}

nuemd-icd-sign-in p.signUpMessage {
	padding: 20px;
	font-size: 15px;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(238,127,178,0.6);
}


nuemd-icd-sign-in p.message {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #888;
}

nuemd-icd-sign-in button.signUp {
	background: rgba(238,127,178,1);
	color: rgb(40,40,40);
	color: #fff;
	display: block;
	width: 80%;
	border-radius: 8px;
	margin: 15px auto 15px auto;
	border: 0;
	opacity: 1;
}

nuemd-icd-sign-in button.signUp:hover {
	opacity: 0.8;
}

nuemd-icd-sign-in button.signUp:focus {
	outline: 0;
}

nuemd-icd-sign-in button.back {
	color: #888;
	border: 0;
	background: rgba(0,0,0,0.1);
	font-size: 14px;
	padding: 4px 15px;
	border-radius: 3px;
	width: 140px;
	display: block;
}

nuemd-icd-sign-in button.back:focus {
	outline: 0;
}

nuemd-icd-sign-in div.loginError {
	background: rgba(255,0,0,0.1);
	color: rgba(230,0,0,1);
	width: 100%;
	padding: 15px;
	font-size: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}


nuemd-icd-sign-in div.forgotPassword {
	padding: 30px;
}

nuemd-icd-sign-in div.forgotPassword > p {
	font-size: 15px;
	line-height: 23px;
	margin-top: 20px;
}

nuemd-icd-sign-in div.resetPasswordSuccess {
	padding: 30px;
}

nuemd-icd-sign-up {
	display: block;
	background: #fff;
	line-height: 30px;
	width: 100%;
	color: #444;
  	padding: 20px;
  	border-radius: 2px;
  	cursor: default;
	background: rgba(238,127,178,0.1);

}

nuemd-icd-sign-up::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f0f0f0;
	border-bottom: 18px solid rgba(0,100,190, 0.05);
	border-bottom: 18px solid #fff;
	top: -18px;
	right: 10px;

}

nuemd-icd-sign-up input {
	margin-bottom: 20px;
	padding: 4px 10px;
	width: 100%;
	border: 1px solid #ccc;
}

nuemd-icd-sign-up input:focus {
	outline: 0;
}

nuemd-icd-sign-up button.signUp {
	background: #ee7fb2;
	color: rgb(40,40,40);
	color: #fff;
	display: block;
	width: 80%;
	border-radius: 8px;
	margin: 0 auto;
	border: 0;
	opacity: 1;
}

nuemd-icd-sign-up button.signUp:hover {
	opacity: 0.8;
}

nuemd-icd-sign-up button.signUp:focus {
	outline: 0;
}

nuemd-icd-sign-up select {
	margin-bottom: 20px;
}


nuemd-icd-sign-up div.displaySuccessMessage span.email {
	font-weight: bold;
}

nuemd-icd-sign-up div.alreadyExists {
	background: rgba(255,0,0,0.1);
	color: rgba(230,0,0,1);
	width: 100%;
	padding: 15px;
	font-size: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}
nuemd-icd-header-user {
	text-align: left;
}

nuemd-icd-header-user button {
	width: 100%;
}


nuemd-icd-header-user nuemd-icd-sign-in::before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 19px solid #eaeaea;
	top: -19px;
	right: 9px;

}

nuemd-icd-header-user nuemd-icd-sign-in::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f0f0f0;
	border-bottom: 18px solid rgba(0,100,190, 0.05);
	border-bottom: 18px solid #fff;
	top: -18px;
	right: 10px;

}



@media (max-width: 990px) {
	
	nuemd-icd-header-user nuemd-icd-sign-in::before,
	nuemd-icd-header-user nuemd-icd-sign-in::after {
		display: none;
	}

}nuemd-icd-crosswalk {
	display: block;
}

button.selected {
	background: #000;
	color: #fff;
}

button:focus {
	outline: 0;
}

div.breadcrumbs span.glyphicon-triangle-right {
	font-size: 10px;
	color: #888;
	margin: 0 10px;
}

div.codeSetHeading {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	padding: 7px;
	margin-top: 40px;
}

div.message {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}


div.scenario {
	margin-top: 30px;
	/*border-bottom: 1px solid #eee;*/
	text-align: left;
	/*background: #f0f0f0;*/
	/*border-radius: 4px;
	padding: 20px;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
	background: #fff;*/
	z-index: 50;
}

div.scenario h3 {
	margin-bottom: 40px;
}

div.scenarioCodeWrapper {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-left: 40px;*/
	/*border-left: 5px solid purple;*/
	padding: 0;
}


div.scenarioCodeDetails h4 {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 30px;
	
}

div.clusterWrapper {
	padding-left: 50px;
}

div.firstClusterWrapper {
	padding-left: 0;
	margin-left: 0;
}

div.firstCluster {
	margin-left: 0;
	/*border-left: 5px solid green;*/
}

div.with {
	padding: 12px 0;
	color: #888;
	margin-left: 50px;
}

div.or {
	padding: 20px 0;
	padding-left: 20px;
	color: #888;
	text-align: left;
	border-left: 3px solid rgba(0,40,170,0.3);
	margin-left: 2%;
	width: 40%;
}
			
		
div.searchWrapper {
	position: relative;
	width: 100%;
}
		
input.codeInput {
	font-size: 28px;
	line-height: 60px;
	height: 60px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 15px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #555;
	width: 100%;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
	-webkit-appearance: none;
}
		
input.codeInput:focus {
	outline: 0;
}

button.searchButton {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	line-height: 60px;
	background: rgba(0,140,0,0.5);
	background: rgba(0,0,0,0.05);
	background: rgba(0,177,170,0.05);
	padding: 0 15px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	color: #777;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #fff;

}

button.searchButton:hover {
	background: rgba(0,140,0,0.2);
	background: rgba(0,177,170,0.2);
	/*border: 1px solid rgba(0,140,0,0.4);*/
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

button.searchButton:focus {
	outline: 0;
}				

div.down-arrow {
	font-size: 60px;
	text-align: center;
	color: rgba(0,0,0,0.2);
	height: 100px;
	line-height: 100px;
}

div.down-arrow > span {
	height: 120px;
	line-height: 120px;
}

div.scenarioHeader h3 {
	text-align: center;
}	

div.scenarioNumbersContainer {
	text-align: center;
}			

div.scenarioNumbers {
	display: inline-block;
	margin: 30px auto 0 auto;
	z-index: 100;
}


button.scenarioNumberButton {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background: rgba(0,0,0,0.1);
	background: rgba(0,177,170,0.1);
	background: #fff;
	color: #999;
	color: #fff;
	color: rgba(0,130,125,0.5);
	border: 1px solid #eaeaea;
	border: 0;
	font-size: 24px; 
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transform: scale(1,1);
	margin: 0 20px;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);

}

button.scenarioNumberButton:not(.selected):hover {
	/*transform: scale(1.1,1.1);*/
	transition: all 0.2s;
	color: #fff;
	-webkit-transition: all 0.2s;
	background: rgba(0,140,0,0.3);
	border: 1px solid rgba(0,100,0,0);
	background: rgba(0,177,170,.4);
}

button.scenarioNumberButton:focus {
	outline: 0;
}

button.scenarioNumberButton.selected {
	background: rgba(0,100,0,0.5);
	border: 1px solid rgba(0,100,0,0);
	color: #fff;
	background: rgba(0,177,170,.7);

}

nuemd-icd-crosswalk div.subcodes {
}

nuemd-icd-crosswalk div.subcodes > div.subcodeMessage {
	font-size: 19px;
	margin: 40px 0 40px 15px;
}

/*
button.scenarioNumberButton.selected::before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #eaeaea;
	top: 100%;
	left: 30px;
}*/

/*
button.scenarioNumberButton.selected::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #f0f0f0;
	border-bottom: 22px solid rgba(0,100,190, 0.05);
	border-bottom: 22px solid #fff;
	top: 57px;
	left: 2px;

}
*/


/*

nuemd-icd-crosswalk ul.searchResults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nuemd-icd-crosswalk li.searchResultCard {
	position: relative;
	margin: 0;
	padding: 19px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
  	cursor: pointer;
}

nuemd-icd-crosswalk li.searchResultCard > div.codeSet {
	float: left;
	width: 70px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-crosswalk li.searchResultCard > div.codeSet.icd10 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	padding: 5px;
	width: 36px;
	text-align: center;
}

nuemd-icd-crosswalk li.searchResultCard > div.codeSet.icd9 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 36px;
	padding: 5px;
	text-align: center;
}

nuemd-icd-crosswalk li.searchResultCard > div.code {
	position: relative;
	top: -2px;
	float: left;
	width: 120px;
	padding-left: 15px;
	font-size: 20px;
}

nuemd-icd-crosswalk li.searchResultCard > div.desc {
	margin-left: 100px;
	margin-right: 50px;
}

nuemd-icd-crosswalk li.searchResultCard > button.expand {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	border: 0;
	background: transparent;
	color: #aaa;
}

nuemd-icd-crosswalk li.searchResultCard > button.expand:hover {
	color: #888;
}

nuemd-icd-crosswalk li.searchResultCard > button.expand:focus {
	outline: 0;
}

nuemd-icd-crosswalk li.searchResultCard:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-crosswalk li.searchResultCard.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

nuemd-icd-crosswalk li.searchResultCard.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

nuemd-icd-crosswalk li.searchResultCard.ng-enter-active {
	opacity: 1.0;
}
*/



nuemd-icd-crosswalk div.suggestions {
	background: #fff;
	width: 100%;
	position: absolute;
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
  	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
  	z-index: 10000;
	
}

nuemd-icd-crosswalk div.suggestions > div.suggestion {
	position: relative;
	padding: 7px 12px;
	cursor: pointer;
}

nuemd-icd-crosswalk div.suggestions > div.suggestion > span.tabForSpecific {
	position: absolute;
	right: 10px;
	top: 5px;
	background: rgba(0,40,170,0.4);
	color: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 13px;
}

nuemd-icd-crosswalk div.suggestions > div.suggestion > span.billable {
	position: absolute;
	right: 10px;
	top: 5px;
	color: green;
    background: rgba(0,200,0,0.2);
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 13px;
}

nuemd-icd-crosswalk div.suggestions > div.suggestion:hover {
	background: rgba(0,0,0,0.1);
}

nuemd-icd-crosswalk div.suggestions > div.suggestion.selected {
	background: rgba(0,40,170,0.1);
}

nuemd-icd-crosswalk div.suggestions > div.suggestion.selected.leaf {
	background: rgba(0,180,10,0.15);
}


/* no longer in crosswalk directive */


.replacementsMessage {
	padding: 0 40px 40px 15px;
	font-size: 18px;
}

.replacementsMessage .gray {
	color: #888;
}

.replacementsMessage span.replacements {
	font-weight: 700;
	font-style: italic;
}


div.searchOptions {
	margin: 30px 15px;
}
nuemd-icd-crosswalk-js {
	display: block;
}

button.selected {
	background: #000;
	color: #fff;
}

button:focus {
	outline: 0;
}

div.breadcrumbs span.glyphicon-triangle-right {
	font-size: 10px;
	color: #888;
	margin: 0 10px;
}

div.codeSetHeading {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	padding: 7px;
	margin-top: 40px;
}

div.message {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}


div.scenario {
	margin-top: 30px;
	/*border-bottom: 1px solid #eee;*/
	text-align: left;
	/*background: #f0f0f0;*/
	/*border-radius: 4px;
	padding: 20px;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
	background: #fff;*/
	z-index: 50;
}

div.scenario h3 {
	margin-bottom: 40px;
}

div.scenarioCodeWrapper {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-left: 40px;*/
	/*border-left: 5px solid purple;*/
	padding: 0;
}


div.scenarioCodeDetails h4 {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 30px;
	
}

div.clusterWrapper {
	padding-left: 50px;
}

div.firstClusterWrapper {
	padding-left: 0;
	margin-left: 0;
}

div.firstCluster {
	margin-left: 0;
	/*border-left: 5px solid green;*/
}

div.with {
	padding: 12px 0;
	color: #888;
	margin-left: 50px;
}

div.or {
	padding: 20px 0;
	padding-left: 20px;
	color: #888;
	text-align: left;
	border-left: 3px solid rgba(0,40,170,0.3);
	margin-left: 2%;
	width: 40%;
}
			
		
div.searchWrapper {
	position: relative;
	width: 100%;
}
		
input.codeInput {
	font-size: 28px;
	line-height: 60px;
	height: 60px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 15px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #555;
	width: 100%;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
	-webkit-appearance: none;
}
		
input.codeInput:focus {
	outline: 0;
}

button.searchButton {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	line-height: 60px;
	background: rgba(0,140,0,0.5);
	background: rgba(0,0,0,0.05);
	background: rgba(0,177,170,0.05);
	padding: 0 15px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	color: #777;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #fff;

}

button.searchButton:hover {
	background: rgba(0,140,0,0.2);
	background: rgba(0,177,170,0.2);
	/*border: 1px solid rgba(0,140,0,0.4);*/
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

button.searchButton:focus {
	outline: 0;
}				

div.down-arrow {
	font-size: 60px;
	text-align: center;
	color: rgba(0,0,0,0.2);
	height: 100px;
	line-height: 100px;
}

div.down-arrow > span {
	height: 120px;
	line-height: 120px;
}

div.scenarioHeader h3 {
	text-align: center;
}	

div.scenarioNumbersContainer {
	text-align: center;
}			

div.scenarioNumbers {
	display: inline-block;
	margin: 30px auto 0 auto;
	z-index: 100;
}


button.scenarioNumberButton {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background: rgba(0,0,0,0.1);
	background: rgba(0,177,170,0.1);
	background: #fff;
	color: #999;
	color: #fff;
	color: rgba(0,130,125,0.5);
	border: 1px solid #eaeaea;
	border: 0;
	font-size: 24px; 
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transform: scale(1,1);
	margin: 0 20px;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);

}

button.scenarioNumberButton:not(.selected):hover {
	/*transform: scale(1.1,1.1);*/
	transition: all 0.2s;
	color: #fff;
	-webkit-transition: all 0.2s;
	background: rgba(0,140,0,0.3);
	border: 1px solid rgba(0,100,0,0);
	background: rgba(0,177,170,.4);
}

button.scenarioNumberButton:focus {
	outline: 0;
}

button.scenarioNumberButton.selected {
	background: rgba(0,100,0,0.5);
	border: 1px solid rgba(0,100,0,0);
	color: #fff;
	background: rgba(0,177,170,.7);

}

nuemd-icd-crosswalk-js div.subcodes {
}

nuemd-icd-crosswalk-js div.subcodes > div.subcodeMessage {
	font-size: 19px;
	margin: 40px 0 40px 15px;
}

/*
button.scenarioNumberButton.selected::before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #eaeaea;
	top: 100%;
	left: 30px;
}*/

/*
button.scenarioNumberButton.selected::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #f0f0f0;
	border-bottom: 22px solid rgba(0,100,190, 0.05);
	border-bottom: 22px solid #fff;
	top: 57px;
	left: 2px;

}
*/


/*

nuemd-icd-crosswalk-js ul.searchResults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nuemd-icd-crosswalk-js li.searchResultCard {
	position: relative;
	margin: 0;
	padding: 19px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
  	cursor: pointer;
}

nuemd-icd-crosswalk-js li.searchResultCard > div.codeSet {
	float: left;
	width: 70px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-crosswalk-js li.searchResultCard > div.codeSet.icd10 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	padding: 5px;
	width: 36px;
	text-align: center;
}

nuemd-icd-crosswalk-js li.searchResultCard > div.codeSet.icd9 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 36px;
	padding: 5px;
	text-align: center;
}

nuemd-icd-crosswalk-js li.searchResultCard > div.code {
	position: relative;
	top: -2px;
	float: left;
	width: 120px;
	padding-left: 15px;
	font-size: 20px;
}

nuemd-icd-crosswalk-js li.searchResultCard > div.desc {
	margin-left: 100px;
	margin-right: 50px;
}

nuemd-icd-crosswalk-js li.searchResultCard > button.expand {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	border: 0;
	background: transparent;
	color: #aaa;
}

nuemd-icd-crosswalk-js li.searchResultCard > button.expand:hover {
	color: #888;
}

nuemd-icd-crosswalk-js li.searchResultCard > button.expand:focus {
	outline: 0;
}

nuemd-icd-crosswalk-js li.searchResultCard:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-crosswalk-js li.searchResultCard.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

nuemd-icd-crosswalk-js li.searchResultCard.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

nuemd-icd-crosswalk-js li.searchResultCard.ng-enter-active {
	opacity: 1.0;
}
*/


nuemd-icd-crosswalk-js .replacementsMessage {
	padding: 0 40px 40px 15px;
	font-size: 18px;
}

nuemd-icd-crosswalk-js .replacementsMessage .gray {
	color: #888;
}

nuemd-icd-crosswalk-js .replacementsMessage span.replacements {
	font-weight: 700;
	font-style: italic;
}


nuemd-icd-crosswalk-js div.searchOptions {
	margin: 30px 15px;
}


nuemd-icd-crosswalk-js div.suggestions {
	background: #fff;
	width: 100%;
	position: absolute;
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
  	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
  	z-index: 10000;
	
}

nuemd-icd-crosswalk-js div.suggestions > div.suggestion {
	position: relative;
	padding: 7px 12px;
	cursor: pointer;
}

nuemd-icd-crosswalk-js div.suggestions > div.suggestion > span.tabForSpecific {
	position: absolute;
	right: 10px;
	top: 5px;
	background: rgba(0,40,170,0.4);
	color: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 13px;
}

nuemd-icd-crosswalk-js div.suggestions > div.suggestion > span.billable {
	position: absolute;
	right: 10px;
	top: 5px;
	color: green;
    background: rgba(0,200,0,0.2);
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 13px;
}

nuemd-icd-crosswalk-js div.suggestions > div.suggestion:hover {
	background: rgba(0,0,0,0.1);
}

nuemd-icd-crosswalk-js div.suggestions > div.suggestion.selected {
	background: rgba(0,40,170,0.1);
}

nuemd-icd-crosswalk-js div.suggestions > div.suggestion.selected.leaf {
	background: rgba(0,180,10,0.15);
}nuemd-icd-code-card  {
	display: block;
	position: relative;
	background: #fff;
}

nuemd-icd-code-card.fixed {
	position: fixed;
	top: 0px;
	height: 70px;
	overflow-y: hidden;
	background: #fff;
	display: none;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}


nuemd-icd-code-card div.codeDetails {
	/*background: rgba(0,0,0,0.05);*/
	border-radius: 5px;
	margin-top: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
}


nuemd-icd-code-card div.codeDetails {
	border-radius: 2px;
	margin-top: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgb(230,230,230);
	/*border-top: 2px solid rgba(0,100,190, 0.5);*/
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
}

nuemd-icd-code-card div.topWrapper {
	position: relative;
	padding: 20px 20px 20px 20px;
}

nuemd-icd-code-card div.topWrapper > h2 {
 	display: inline-block;
}

nuemd-icd-code-card div.topWrapper.scenarioTop {
	padding: 20px 20px 16px 20px;
}


nuemd-icd-code-card div.fixedCodeDetails {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
	height: 70px;
}



nuemd-icd-code-card div.fixedCodeDetails div.codeInfo {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

nuemd-icd-code-card div.fixedCodeDetails div.codeInfo > span.code {
	font-size: 22px;
}

nuemd-icd-code-card div.scenarioCodeDetails {
	/*background: rgba(0,0,0,0.05);
	background: rgba(255,255,255,0.98);*/
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid rgb(230,230,230);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);

}


nuemd-icd-code-card .codeDetails h2 {
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	font-size: 44px;
	color: #444;
	font-weight: normal;
}

nuemd-icd-code-card .codeDetails h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	color: #444;
}


nuemd-icd-code-card .scenarioCodeDetails h2 {
	line-height: 30px;
	height: 30px;
	margin-top: 0px;
	font-size: 22px;
	display: inline-block;
}

nuemd-icd-code-card .scenarioCodeDetails h3 {
	line-height: 28px;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 15px;
}

nuemd-icd-code-card .scenarioCodeDetails h3.bold {
	font-weight: 700;
}

nuemd-icd-code-card .labels {
	display: inline-block;
	position: relative;
	top: -9px;
}

nuemd-icd-code-card .codeSetLabelWrapper {
	line-height: 50px;
	height: 50px;
	position: relative;
	top: -2px;
}


nuemd-icd-code-card .codeSetLabel {
	font-size: 13px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 15px;
	vertical-align: middle;
}

nuemd-icd-code-card .codeSetLabel.icd-ten {
	background: rgba(0,100,190, 0.3);
	color: #fff;
}


nuemd-icd-code-card .codeSetLabel.icd-nine {
	background: rgba(150,0,150, 0.3);
	color: #fff;
}

nuemd-icd-code-card .billableWrapper {
	line-height: 50px;
	height: 50px;
	position: relative;
	top: -2px;
}


nuemd-icd-code-card .isBillable {
	font-size: 13px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 15px;
	vertical-align: middle;
}

nuemd-icd-code-card .isBillable.billable {
	color: green;
	background: rgba(0,200,0,0.2);
}


nuemd-icd-code-card .isBillable.notBillable {
	color: rgba(200,0,0,0.7);
	background: rgba(200,0,0,0.1);
}

nuemd-icd-code-card button.favoriteStar {
	position: absolute;
	top: 10px;
	right: 10px;
	color: rgba(0,0,0,0.3);
	background: rgba(0,0,0,0.04);
	border: 0;
	line-height: 32px;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid transparent; 
}

nuemd-icd-code-card button.favoriteStar.saved {
	background: rgba(245,205,0, 0.7);
	border: 1px solid transparent;
	color: #fff;
}

nuemd-icd-code-card button.favoriteStar:not(.saved):hover {
	background: rgba(0,0,0,0.09);
	
}

nuemd-icd-code-card nuemd-icd-favorite-dialog {
	z-index: 1000;
}

nuemd-icd-code-card button.favoriteStar > span.glyphicon {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 24px;
}

nuemd-icd-code-card button.favoriteStar:focus {
	outline: 0;
}


nuemd-icd-code-card span.glyphicon-star {
}

nuemd-icd-code-card span.glyphicon-star-empty {
}

nuemd-icd-code-card button.favoriteStar span.save {
	font-size: 15px;
}


nuemd-icd-code-card button.showAdditionalInfo {
	background: transparent;
	border: 0;
	color: rgba(0,40,170,0.5);
	padding: 0;
}

nuemd-icd-code-card button.showAdditionalInfo:focus {
	outline: 0;
}

nuemd-icd-code-card div.additionalInfo {
	background: #fff;
	border-top: 1px solid #eee;
}

nuemd-icd-code-card span.additionalInfoLabel {
	color: rgba(0,40,170,0.8);
	font-weight: bold;
	font-size: 15px;
}

nuemd-icd-code-card button.additionalInfoTab {
	border: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background: transparent;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: rgba(0,0,0,0.7);
}

nuemd-icd-code-card button.additionalInfoTab.selected {
	border-bottom: 3px solid rgba(0,40,170,0.5);
	color: rgba(0,40,170,0.5);
	font-weight: 700;
}

nuemd-icd-code-card button.additionalInfoTab.disabled {
	color: rgba(0,0,0,0.2);
	font-weight: 300;
	cursor: default;
}

nuemd-icd-code-card div.additionalInfoTopContents {
	padding: 10px 30px;
}

nuemd-icd-code-card div.additionalInfoTopContents:first-child {
	margin-top: 30px;
}

nuemd-icd-code-card div.additionalInfoTopContents:last-child {
	margin-bottom: 30px;
}

nuemd-icd-code-card div.additionalInfoContents {
	padding: 30px;
}

nuemd-icd-code-card div.additionalInfoContents > ul {
	margin-bottom: 30px;
}

nuemd-icd-code-card div.additionalInfoContents > div.heading {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 400;
}

nuemd-icd-code-card div.additionalInfoContents > div.description {
	font-size: 17px;
	margin-bottom: 20px;
}

nuemd-icd-code-card span.unbold {
	font-weight: 400;
}


@media (max-width: 370px) {
	
	nuemd-icd-code-card div.labels {
		display: block;
		/*position: absolute;
		bottom: 100%;*/
		left: 0;
	}
	
	nuemd-icd-code-card .codeSetLabel {
		margin-left: 0;
	}
	
	nuemd-icd-code-card button.favoriteStar {
		display: inline-block;
		top: 25px;
		right: 20px;
		width: 44px;
		padding: 0;
		height: 40px;
	}

	nuemd-icd-code-card button.favoriteStar span.save {
		display: none;
	}
}




nuemd-icd-code-card-js  {
	display: block;
	position: relative;
	background: #fff;
}

nuemd-icd-code-card-js.fixed {
	position: fixed;
	top: 0px;
	height: 70px;
	overflow-y: hidden;
	background: #fff;
	display: none;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}


nuemd-icd-code-card-js div.codeDetails {
	/*background: rgba(0,0,0,0.05);*/
	border-radius: 5px;
	margin-top: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
}


nuemd-icd-code-card-js div.codeDetails {
	border-radius: 2px;
	margin-top: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgb(230,230,230);
	/*border-top: 2px solid rgba(0,100,190, 0.5);*/
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
}

nuemd-icd-code-card-js div.topWrapper {
	position: relative;
	padding: 20px 20px 20px 20px;
}

nuemd-icd-code-card-js div.topWrapper > h2 {
 	display: inline-block;
}

nuemd-icd-code-card-js div.topWrapper.scenarioTop {
	padding: 20px 20px 16px 20px;
}


nuemd-icd-code-card-js div.fixedCodeDetails {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
	height: 70px;
}



nuemd-icd-code-card-js div.fixedCodeDetails div.codeInfo {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

nuemd-icd-code-card-js div.fixedCodeDetails div.codeInfo > span.code {
	font-size: 22px;
}

nuemd-icd-code-card-js div.scenarioCodeDetails {
	/*background: rgba(0,0,0,0.05);
	background: rgba(255,255,255,0.98);*/
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid rgb(230,230,230);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);

}


nuemd-icd-code-card-js .codeDetails h2 {
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	font-size: 44px;
	color: #444;
	font-weight: normal;
}

nuemd-icd-code-card-js .codeDetails h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	color: #444;
}


nuemd-icd-code-card-js .scenarioCodeDetails h2 {
	line-height: 30px;
	height: 30px;
	margin-top: 0px;
	font-size: 22px;
	display: inline-block;
}

nuemd-icd-code-card-js .scenarioCodeDetails h3 {
	line-height: 28px;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}

nuemd-icd-code-card-js .scenarioCodeDetails h3.bold {
	font-weight: 700;
}

nuemd-icd-code-card-js .labels {
	display: inline-block;
	position: relative;
	top: -9px;
}

nuemd-icd-code-card-js .codeSetLabelWrapper {
	line-height: 50px;
	height: 50px;
	position: relative;
	top: -2px;
}


nuemd-icd-code-card-js .codeSetLabel {
	font-size: 13px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 15px;
	vertical-align: middle;
}

nuemd-icd-code-card-js .codeSetLabel.icd-ten {
	background: rgba(0,100,190, 0.3);
	color: #fff;
}


nuemd-icd-code-card-js .codeSetLabel.icd-nine {
	background: rgba(150,0,150, 0.3);
	color: #fff;
}

nuemd-icd-code-card-js .billableWrapper {
	line-height: 50px;
	height: 50px;
	position: relative;
	top: -2px;
}


nuemd-icd-code-card-js .isBillable {
	font-size: 13px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 15px;
	vertical-align: middle;
}

nuemd-icd-code-card-js .isBillable.billable {
	color: green;
	background: rgba(0,200,0,0.2);
}


nuemd-icd-code-card-js .isBillable.notBillable {
	color: rgba(200,0,0,0.7);
	background: rgba(200,0,0,0.1);
}

nuemd-icd-code-card-js button.favoriteStar {
	position: absolute;
	top: 10px;
	right: 10px;
	color: rgba(0,0,0,0.3);
	background: rgba(0,0,0,0.04);
	border: 0;
	line-height: 32px;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid transparent; 
}

nuemd-icd-code-card-js button.favoriteStar.saved {
	background: rgba(245,205,0, 0.7);
	border: 1px solid transparent;
	color: #fff;
}

nuemd-icd-code-card-js button.favoriteStar:not(.saved):hover {
	background: rgba(0,0,0,0.09);
	
}

nuemd-icd-code-card-js nuemd-icd-favorite-dialog {
	z-index: 1000;
}

nuemd-icd-code-card-js button.favoriteStar > span.glyphicon {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 24px;
}

nuemd-icd-code-card-js button.favoriteStar:focus {
	outline: 0;
}


nuemd-icd-code-card-js span.glyphicon-star {
}

nuemd-icd-code-card-js span.glyphicon-star-empty {
}

nuemd-icd-code-card-js button.favoriteStar span.save {
	font-size: 15px;
}


nuemd-icd-code-card-js button.showAdditionalInfo {
	background: transparent;
	border: 0;
	color: rgba(0,40,170,0.5);
	padding: 0;
}

nuemd-icd-code-card-js button.showAdditionalInfo:focus {
	outline: 0;
}

nuemd-icd-code-card-js div.additionalInfo {
	background: #fff;
	border-top: 1px solid #eee;
}

nuemd-icd-code-card-js span.additionalInfoLabel {
	color: rgba(0,40,170,0.8);
	font-weight: bold;
	font-size: 15px;
}

nuemd-icd-code-card-js button.additionalInfoTab {
	border: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background: transparent;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: rgba(0,0,0,0.7);
}

nuemd-icd-code-card-js button.additionalInfoTab.selected {
	border-bottom: 3px solid rgba(0,40,170,0.5);
	color: rgba(0,40,170,0.5);
	font-weight: 700;
}

nuemd-icd-code-card-js button.additionalInfoTab.disabled {
	color: rgba(0,0,0,0.2);
	font-weight: 300;
	cursor: default;
}

nuemd-icd-code-card-js div.additionalInfoTopContents {
	padding: 10px 30px;
}

nuemd-icd-code-card-js div.additionalInfoTopContents:first-child {
	margin-top: 30px;
}

nuemd-icd-code-card-js div.additionalInfoTopContents:last-child {
	margin-bottom: 30px;
}

nuemd-icd-code-card-js div.additionalInfoContents {
	padding: 30px;
}

nuemd-icd-code-card-js div.additionalInfoContents > ul {
	margin-bottom: 30px;
}

nuemd-icd-code-card-js div.additionalInfoContents > div.heading {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 400;
}

nuemd-icd-code-card-js div.additionalInfoContents > div.description {
	font-size: 17px;
	margin-bottom: 20px;
}

nuemd-icd-code-card-js span.unbold {
	font-weight: 400;
}


@media (max-width: 370px) {
	
	nuemd-icd-code-card-js div.labels {
		display: block;
		/*position: absolute;
		bottom: 100%;*/
		left: 0;
	}
	
	nuemd-icd-code-card-js .codeSetLabel {
		margin-left: 0;
	}
	
	nuemd-icd-code-card-js button.favoriteStar {
		display: inline-block;
		top: 25px;
		right: 20px;
		width: 44px;
		padding: 0;
		height: 40px;
	}

	nuemd-icd-code-card-js button.favoriteStar span.save {
		display: none;
	}
}
nuemd-icd-recent-searches {
	display: block;
	min-height: 200px;	
}

nuemd-icd-recent-searches .codeSetButton {
	padding: 0;
	text-align: center;
	margin: 30px 0;
}

nuemd-icd-recent-searches .codeSetButton > button {
	width: 82%;
	background: gray;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
}

nuemd-icd-recent-searches .codeSetButton > button:focus {
	outline: 0;
}


nuemd-icd-recent-searches .codeSetButton > button.icdNine {
	background: rgba(150,0,150, 0.2);
	color: rgba(150,0,150, 0.8);
}

nuemd-icd-recent-searches .codeSetButton > button.icdTen {
	background: rgba(0,100,190, 0.2);
	color: rgba(0,100,190, 0.9);
}

nuemd-icd-recent-searches .codeSetButton > button.description {
	background: rgba(250,150,0, 0.12);
	color: rgba(250,150,30, 0.8);
}

nuemd-icd-recent-searches .codeSetButton > button.disabled {
	background: rgba(0,0,0,0.07);
	color: rgba(0,0,0,0.2);
}


/*
nuemd-icd-recent-searches ul.recent {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nuemd-icd-recent-searches ul.recent > li {
	height: 40px;
	position: absolute;
	left:0;
	width: 100%;
	
	margin: 0;
	padding: 7px 15px;
	font-size: 18px;
	font-size: 16px;
	cursor: pointer;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;

}	

nuemd-icd-recent-searches ul.recent > li:nth-child(1) { top: 0px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(2) { top: 40px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(3) { top: 80px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(4) { top: 120px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(5) { top: 160px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(6) { top: 200px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(7) { top: 240px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(8) { top: 280px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(9) { top: 320px; }
nuemd-icd-recent-searches ul.recent > li:nth-child(10) { top: 360px; }

nuemd-icd-recent-searches ul.recent > li > span.desc {
	color: rgba(0,0,0,0.5);
	font-size: 14px;
}

nuemd-icd-recent-searches ul.recent > li.icdTen:hover {
    background: rgba(0,100,190, 0.05); 
}

nuemd-icd-recent-searches ul.recent > li.icdNine:hover {
    background: rgba(150,0,150, 0.05); 
}

nuemd-icd-recent-searches ul.recent > li.icdTen.selected {
    background: rgba(0,100,190, 0.05); 
}

nuemd-icd-recent-searches ul.recent > li.icdNine.selected {
    background: rgba(150,0,150, 0.5);
    color: #fafafa;
}

nuemd-icd-recent-searches ul.recent > li.icdTen:before {
    content: "• ";
    color: rgba(0,100,190, 0.4); 
	position: relative;
    left: -5px;
}

nuemd-icd-recent-searches ul.recent > li.icdNine:before {
    content: "• ";
    color: rgba(150,0,150, 0.4); 
	position: relative;
    left: -5px;
}
*/

nuemd-icd-recent-searches div.message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	font-size: 17px;
	line-height: 31px;
	text-align: center;
	color: rgb(100,100,100);
	opacity: 1;
}

nuemd-icd-recent-searches div.message.ng-hide {
	opacity: 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;

}









nuemd-icd-recent-searches ul.recent {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

nuemd-icd-recent-searches ul.recent > li {
	display: block;
	margin: 0;
	padding: 0px 12px;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
  	height: 40px;
  	line-height: 40px;
}

nuemd-icd-recent-searches ul.recent > li:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-recent-searches ul.recent > li> div.codeSet {
	float: left;
	width: 40px;
	padding-left: 0px;
	font-size: 14px;
}

nuemd-icd-recent-searches ul.recent > li > div.codeSet.icd10 > span {
	position: relative;
	display: block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;

}

nuemd-icd-recent-searches ul.recent > li > div.codeSet.icd9 > span {
	position: relative;
	display: block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;
}

nuemd-icd-recent-searches ul.recent > li > div.code {
	position: relative;
	float: left;
	width: 115px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-recent-searches ul.recent > li > div.desc {
	margin-left: 100px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}

nuemd-icd-recent-searches ul.recent > li:hover {
	background: rgba(0,0,0,0.02);
}
nuemd-icd-saved-codes {
	display: block;
	position: relative;
}

nuemd-icd-saved-codes:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-saved-codes nuemd-icd-sign-in {
	width: 100%;
}


nuemd-icd-saved-codes div.lists {
	width: 30%;
	float: left;
	padding-top: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


nuemd-icd-saved-codes div.list {
	width: 70%;
	float: left;
	border-left: 1px solid #ccc;
	padding: 15px 30px;
}


nuemd-icd-saved-codes ul.lists {
	list-style-type: none;
}



nuemd-icd-saved-codes li {
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 17px;
}

nuemd-icd-saved-codes li:hover {
	background: rgba(0,0,0,0.07);
}

nuemd-icd-saved-codes li.selected {
	background: rgba(0,100,190, 0.6);
	color: #fff;
}

nuemd-icd-saved-codes li > div.listName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}




nuemd-icd-saved-codes div.dropdownContainer {
	position: relative;
	margin-top: 30px;
	width: 100%;
}

nuemd-icd-saved-codes button.listsButton {
	position: relative;
	background: transparent;
	font-size: 18px;
	font-weight: 200;
	border: 0;
	text-align: left;
	/*font-family: aller_lightregular;*/
	border-radius: 3px;
	padding: 8px 20px;
	width: 100%;
	background: rgba(0,0,0,0.02);
	border: 1px solid #ddd;
}

nuemd-icd-saved-codes button.listsButton span.arrow {
	position: absolute;
	right: 12px;
	top: 8px;
	color: rgba(0,0,0,0.4);
}

nuemd-icd-saved-codes button.listsButton:hover {
	background: rgba(0,0,0,0.04);
	border: 1px solid #ccc;
}

nuemd-icd-saved-codes button.listsButton:focus {
	outline: 0;
}

nuemd-icd-saved-codes ul.favoritesLists {
	position: relative;
	left: 0px;
	width: 100%;
	background: #fff;
	list-style-type: none;
	/*border: 1px solid #eaeaea;*/
	margin: 0;
	padding: 0 20px;
	/*-moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);*/
	z-index: 10000;
	font-size: 17px;
}

/*
nuemd-icd-saved-codes ul.favorites {
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	
}

nuemd-icd-saved-codes ul.favorites > li {
	position: relative;
	margin: 0;
	padding: 7px 15px;
	font-size: 18px;
	cursor: pointer;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555;
}	

nuemd-icd-saved-codes ul.favorites > li > span.desc {
	color: rgba(0,0,0,0.5);
	font-size: 14px;
}

nuemd-icd-saved-codes ul.favorites > li.icdTen:hover {
    background: rgba(0,100,190, 0.05); 
}

nuemd-icd-saved-codes ul.favorites > li.icdNine:hover {
    background: rgba(150,0,150, 0.05); 
}

nuemd-icd-saved-codes ul.favorites > li.icdTen.selected {
    background: rgba(0,100,190, 0.05); 
}

nuemd-icd-saved-codes ul.favorites > li.icdNine.selected {
    background: rgba(150,0,150, 0.5);
    color: #fafafa;
}

nuemd-icd-saved-codes ul.favorites > li.icdTen:before {
    content: "• ";
    color: rgba(0,100,190, 0.4); 
	position: relative;
    left: -5px;
}

nuemd-icd-saved-codes ul.favorites > li.icdNine:before {
    content: "• ";
    color: rgba(150,0,150, 0.4); 
	position: relative;
    left: -5px;
}
*/


nuemd-icd-saved-codes ul.favorites {
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0;
}

nuemd-icd-saved-codes ul.favorites > li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 12px;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
  	height: 40px;
  	line-height: 40px;
}

nuemd-icd-saved-codes ul.favorites > li:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-saved-codes ul.favorites > li:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-saved-codes ul.favorites > li> div.codeSet {
	float: left;
	width: 40px;
	padding-left: 0px;
	font-size: 14px;
}

nuemd-icd-saved-codes ul.favorites > li > div.codeSet.icd10 > span {
	position: relative;
	display: block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;

}

nuemd-icd-saved-codes ul.favorites > li > div.codeSet.icd9 > span {
	position: relative;
	display: block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;
}

nuemd-icd-saved-codes ul.favorites > li > div.code {
	position: relative;
	float: left;
	width: 115px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-saved-codes ul.favorites > li > div.desc {
	margin-left: 100px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}


nuemd-icd-saved-codes ul.favorites > li > div.remove {
	display: none;
	position: absolute;
	height: 39px;
	line-height: 43px;
	width: 39px;
	right: 0;
	top: 0;
	color: #aaa;
	text-align: center;
	opacity: 0.9;
	background: rgba(255,255,255,0.9);
}

nuemd-icd-saved-codes ul.favorites > li > div.remove:hover {
	background: rgba(255,255,255,1);
	opacity: 1;
	color: #222;
}

nuemd-icd-saved-codes ul.favorites > li:hover > div.remove {
	display: block;
}



nuemd-icd-saved-codes ul.favoritesLists > li.newList {
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 17px;
}

nuemd-icd-saved-codes ul.favoritesLists > li.newList:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-saved-codes ul.favoritesLists > li.createNewList {
	background: rgba(0,0,0,0.02);
	background: #fff;
	font-size: 16px;
	border-top: 1px solid #eaeaea;
	cursor: default;
}

nuemd-icd-saved-codes ul.favoritesLists > li.createNewList:hover {
	background: #fff;
}


nuemd-icd-saved-codes div.message {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 20px 30px;
	font-size: 17px;
	line-height: 31px;
	text-align: center;
	color: rgb(100,100,100);
	opacity: 1;
	margin: 30px 0 0 0 ;
}

nuemd-icd-saved-codes div.message.ng-hide {
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;

}


nuemd-icd-saved-codes h2 {
    margin-bottom: 40px;
    font-weight: 400;
    color: #555;
    font-size: 36px;
}


nuemd-icd-saved-codes h3 {
    margin-bottom: 30px;
    font-weight: 400;
    color: #555;
    font-size: 30px;
}


nuemd-icd-saved-codes div.controls {
	width: 100%;
	margin-bottom: 30px;
}

nuemd-icd-saved-codes div.controls > *{
	float: left;
}

nuemd-icd-saved-codes div.controls:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-saved-codes div.filter {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	display: inline-block;
	border-radius: 8px;
	padding: 0 20px;
	background-color: rgba(0,100,230, 0.15);
}

nuemd-icd-saved-codes div.filter input[type=text] {
	font-size: 20px;
	line-height: 34px;
	border: 1px solid #ccc;
	padding: 0 10px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	margin-left: 10px;
}

nuemd-icd-saved-codes div.filter input[type=text]:focus {
	outline: 0;
	border: 1px solid rgba(0,100,190, 0.9);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}



nuemd-icd-saved-codes div.sort {
	font-size: 18px;
	display: inline-block;
	border-radius: 8px;
	padding: 0 20px;
	background-color: rgba(200,200,0, 0.4);
	height: 58px;
	line-height: 58px;
	margin-left: 20px;
	color: #444;
}

nuemd-icd-saved-codes div.sort button {
	background: transparent;
	border: 0;
	font-weight: 300;
	color: #999;
	font-size: 16px;
}

nuemd-icd-saved-codes div.sort button.selected {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
	/*background: rgba(255,255,255,0.2);*/
	
}

nuemd-icd-saved-codes div.sort button:hover {
	background: rgba(255,255,255,0.2);
}

nuemd-icd-saved-codes div.sort button:focus {
	outline: 0;
}nuemd-icd-favorites {
	display: block;
	position: relative;
}

nuemd-icd-favorites nuemd-icd-sign-in {
	width: 100%;
}

nuemd-icd-favorites div.dropdownContainer {
	position: relative;
	margin-top: 30px;
	width: 100%;
}

nuemd-icd-favorites button.listsButton {
	position: relative;
	background: transparent;
	font-size: 18px;
	font-weight: 200;
	border: 0;
	text-align: left;
	/*font-family: aller_lightregular;*/
	border-radius: 3px;
	padding: 8px 20px;
	width: 100%;
	background: rgba(0,0,0,0.02);
	border: 1px solid #ddd;
}

nuemd-icd-favorites button.listsButton span.arrow {
	position: absolute;
	right: 12px;
	top: 8px;
	color: rgba(0,0,0,0.4);
}

nuemd-icd-favorites button.listsButton:hover {
	background: rgba(0,0,0,0.04);
	border: 1px solid #ccc;
}

nuemd-icd-favorites button.listsButton:focus {
	outline: 0;
}

nuemd-icd-favorites ul.favoritesLists {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	background: #fff;
	list-style-type: none;
	border: 1px solid #eaeaea;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
	z-index: 10000;
	font-size: 17px;
}

/*
nuemd-icd-favorites ul.favorites {
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	
}

nuemd-icd-favorites ul.favorites > li {
	position: relative;
	margin: 0;
	padding: 7px 15px;
	font-size: 18px;
	cursor: pointer;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555;
}	

nuemd-icd-favorites ul.favorites > li > span.desc {
	color: rgba(0,0,0,0.5);
	font-size: 14px;
}

nuemd-icd-favorites ul.favorites > li.icdTen:hover {
    background: rgba(0,100,190, 0.05); 
}

nuemd-icd-favorites ul.favorites > li.icdNine:hover {
    background: rgba(150,0,150, 0.05); 
}

nuemd-icd-favorites ul.favorites > li.icdTen.selected {
    background: rgba(0,100,190, 0.05); 
}

nuemd-icd-favorites ul.favorites > li.icdNine.selected {
    background: rgba(150,0,150, 0.5);
    color: #fafafa;
}

nuemd-icd-favorites ul.favorites > li.icdTen:before {
    content: "• ";
    color: rgba(0,100,190, 0.4); 
	position: relative;
    left: -5px;
}

nuemd-icd-favorites ul.favorites > li.icdNine:before {
    content: "• ";
    color: rgba(150,0,150, 0.4); 
	position: relative;
    left: -5px;
}
*/


nuemd-icd-favorites ul.favorites {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

nuemd-icd-favorites ul.favorites > li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 12px;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
  	height: 40px;
  	line-height: 40px;
}

nuemd-icd-favorites ul.favorites > li:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-favorites ul.favorites > li:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-favorites ul.favorites > li> div.codeSet {
	float: left;
	width: 40px;
	padding-left: 0px;
	font-size: 14px;
}

nuemd-icd-favorites ul.favorites > li > div.codeSet.icd10 > span {
	position: relative;
	display: block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;

}

nuemd-icd-favorites ul.favorites > li > div.codeSet.icd9 > span {
	position: relative;
	display: block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 34px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	top: 4px;
}

nuemd-icd-favorites ul.favorites > li > div.code {
	position: relative;
	float: left;
	width: 115px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-favorites ul.favorites > li > div.desc {
	margin-left: 100px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}


nuemd-icd-favorites ul.favorites > li > div.remove {
	display: none;
	position: absolute;
	height: 39px;
	line-height: 43px;
	width: 39px;
	right: 0;
	top: 0;
	color: #aaa;
	text-align: center;
	opacity: 0.9;
	background: rgba(255,255,255,0.9);
}

nuemd-icd-favorites ul.favorites > li > div.remove:hover {
	background: rgba(255,255,255,1);
	opacity: 1;
	color: #222;
}

nuemd-icd-favorites ul.favorites > li:hover > div.remove {
	display: block;
}



nuemd-icd-favorites ul.favoritesLists > li.newList {
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 17px;
}

nuemd-icd-favorites ul.favoritesLists > li.newList:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-favorites ul.favoritesLists > li.createNewList {
	background: rgba(0,0,0,0.02);
	background: #fff;
	font-size: 16px;
	border-top: 1px solid #eaeaea;
	cursor: default;
}

nuemd-icd-favorites ul.favoritesLists > li.createNewList:hover {
	background: #fff;
}


nuemd-icd-favorites div.message {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 20px 30px;
	font-size: 17px;
	line-height: 31px;
	text-align: center;
	color: rgb(100,100,100);
	opacity: 1;
	margin: 30px 0 0 0 ;
}

nuemd-icd-favorites div.message.ng-hide {
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;

}

nuemd-icd-favorite-dialog  {
	display: block;
	position: absolute;
	/*left: -312px;*/
	/*top: -8px;*/
	right: 64px;
	top: 2px;
	width: 300px;
	background: #fff;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	border-radius: 4px;
	font-size: 14px;
	text-align: left;
	color: #555;
	padding: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	border: 3px solid gold;
}

nuemd-icd-favorite-dialog div.message {
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,177,170,0.7);
	background: rgba(255,215,0,0.3);
	background: #fff;
	background: rgba(0,0,0,0.02);
	background: rgba(255,215,0,0.03);
	border-bottom: 1px solid rgba(255,215,0,0.3);
	border-bottom: 1px solid rgba(255,215,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid #eaeaea;
	background: rgba(255,215,0,0.03);
	color: #333;
	margin: 0;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	/*border-top: 4px solid gold;*/
	z-index: 10000;
}

nuemd-icd-favorite-dialog ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nuemd-icd-favorite-dialog ul > li {
	position: relative;
	padding: 0 20px 0 56px;
	margin: 0;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


nuemd-icd-favorite-dialog ul > li:hover {
	background: rgba(0,0,0,0.03);
}


nuemd-icd-favorite-dialog ul > li span.count {
	color: #888;
	font-style: italic;
}

nuemd-icd-favorite-dialog .checkbox {
	position: absolute;
	top: 6px;
	left: 20px;
	height: 18px;
	width: 18px;
	border: 1px solid #ccc;
	cursor: pointer;
}

nuemd-icd-favorite-dialog .checkbox.selected {
	background: gold;
	background: rgba(0,177,170,0.7);
	border: 1px solid rgba(0,177,170,0.7);
}


nuemd-icd-favorite-dialog .newList {
	text-align: center;
	cursor: pointer;
	padding: 25px;
	color: #888;
	background: #fff;
}

nuemd-icd-favorite-dialog .newList:hover {
	background: rgba(0,0,0,0.05);
}

nuemd-icd-favorite-dialog::after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-bottom: 14px solid transparent;
	border-left: 14px solid gold;
	border-top: 14px solid transparent;
	top: 5px;
	right: -16px;

}

nuemd-icd-favorite-dialog nuemd-icd-sign-in {
	width: 100%;
}

nuemd-icd-favorite-dialog nuemd-icd-sign-in:after {
	display: none;
}

nuemd-icd-favorite-dialog div.listWrapper {
	position: relative;
}

nuemd-icd-favorite-dialog div.screen {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
}

nuemd-icd-favorite-dialog nuemd-icd-favorites-new-list {
	border-top: 1px solid #eaeaea;
}
nuemd-icd-favorites-new-list {
	display: block;
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

nuemd-icd-favorites-new-list:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-favorites-new-list input {
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 18px;
}

nuemd-icd-favorites-new-list input:focus {
	outline: 0;
}

nuemd-icd-favorites-new-list > button {
	background: rgba(0,177,170,0.2);
	color: rgb(40,40,40);
	display: block;
	width: 80%;
	border-radius: 3px;
	margin: 0 auto;
	border: 0;
	padding: 6px 0;
}

nuemd-icd-favorites-new-list > button:focus {
	outline: 0;
}

nuemd-icd-favorites-new-list > button.cancel {
	background: rgba(225,50,50,0.7);
	color: #fff;
	float: left;
	width: 40%;
}

nuemd-icd-favorites-new-list > button.create {
	background: rgba(70,170,70,0.7);
	color: #fff;
	float: right;
	width: 40%;
}

nuemd-icd-favorites-new-list > div.createMessage {
	font-size: 16px;
	color: #444;
	margin-bottom: 12px;
}
nuemd-icd-favorites-list-li {
	display: block;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


nuemd-icd-favorites-list-li > li {
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 17px;
}

nuemd-icd-favorites-list-li > li > div.listName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

nuemd-icd-favorites-list-li > li > button.listConfig {
	position: absolute;
	right: 0;
	top: 7px;
	color: #ddd;
	font-size: 20px;
	border: 0;
	background: transparent;

}

nuemd-icd-favorites-list-li > li > button.listConfig.close {
	right: 6px;
	top: 8px;
	color: rgba(0,0,0,0.4);
}

nuemd-icd-favorites-list-li > li > button.listConfig:hover {
	color: #888;
}

nuemd-icd-favorites-list-li > li > button.listConfig:focus {
	outline: 0;
}



nuemd-icd-favorites-list-li > li.dimmed {
	opacity: 0.15;
	/*pointer-events: none;*/
	cursor: default;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

nuemd-icd-favorites-list-li > li.selected {
	background: rgba(0,0,0,0.05);
	color: rgba(0,0,0,0.6);
}

nuemd-icd-favorites-list-li.blue > li.selected {
	background: rgba(0,100,190, 0.6);
	color: #fff;	
}

nuemd-icd-favorites-list-li > li.newList {
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}

nuemd-icd-favorites-list-li > li:not(.selected):not(.editing):hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-favorites-list-li > li.editing {
	background: rgba(200,200,255, 0.2);
}

nuemd-icd-favorites-list-li.blue > li.editing {
	color: #222;
	background: rgba(200,200,255, 0.2);
	border: 1px solid #ccc;
}


nuemd-icd-favorites-list-li > li.editing div.config {
	text-align: left;
	margin: 20px 0 15px 0;
	color: #777;
	font-size: 16px;
}

nuemd-icd-favorites-list-li > li.editing div.config:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-favorites-list-li > li.editing div.config button {
	display: inline-block;
	background: transparent;
	border: 0;
	color: rgba(0,40,170,0.5);
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}

nuemd-icd-favorites-list-li > li.editing div.config button:focus {
	outline: 0;
}

nuemd-icd-favorites-list-li > li.editing div.config button:hover {
	opacity: 0.8;
}


/*
nuemd-icd-favorites-list-li > li.editing div.config button {
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: white;
	padding: 7px;
	font-size: 16px;
	margin: 0 10px;
	width: 100px;
	margin-top: 15px;

}

nuemd-icd-favorites-list-li > li.editing div.config button:focus {
	outline: 0;
}

nuemd-icd-favorites-list-li > li.editing div.config button:hover {
	opacity: 0.8;
}

nuemd-icd-favorites-list-li > li.editing div.config button.rename {
	background: rgba(200,200,255,1);
}

nuemd-icd-favorites-list-li > li.editing div.config button.delete {
	background: rgba(220,160,160,1);
}
*/

nuemd-icd-favorites-list-li > li.editing div.config button.yes {
	float: right;
	background: rgba(0,40,170,0.3);
	padding: 6px 10px;
	margin-top: 20px;
	border-radius: 3px;
}

nuemd-icd-favorites-list-li > li.editing div.config button.no {
	float: left;
	padding: 6px 10px;
	margin-top: 20px;
}

nuemd-icd-favorites-list-li > li.editing div.config input[type=text] {
	border: 1px solid #eee;
	padding: 5px 12px;
	width: 100%;
	margin: 15px 0 0 0;
}

nuemd-icd-favorites-list-li > li.editing div.config input[type=text]:focus {
	outline: 0;
	border: 1px solid #aaa;
}nuemd-icd-user-profile {
	/*display: block;*/
	border: 1px solid #eaeaea;
	background: #fff;
	line-height: 30px;
	width: 500px;
  	padding: 20px;
  	border-radius: 2px;
  	cursor: default;
	font-size: 18px;
	color: #888;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

nuemd-icd-user-profile div {
	margin: 20px 0 0 0;
}

nuemd-icd-user-profile h3 {
	color: #222;
}

nuemd-icd-user-profile::before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 19px solid #eaeaea;
	top: -19px;
	right: 9px;

}

nuemd-icd-user-profile::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f0f0f0;
	border-bottom: 18px solid rgba(0,100,190, 0.05);
	border-bottom: 18px solid #fff;
	top: -18px;
	right: 10px;

}

nuemd-icd-user-profile input {
	margin-bottom: 20px;
	padding: 4px 10px;
	width: 100%;
	border: 1px solid #ccc;
}

nuemd-icd-user-profile input:focus {
	outline: 0;
}

nuemd-icd-user-profile div.signOut {
	text-align: right;
	border-top: 1px solid #eee;
	margin-top: 20px;
}

nuemd-icd-user-profile button.signOut {
	background: rgba(0,177,170,0.9);
	color: rgb(40,40,40);
	color: #fff;
	display: inline;
	width: 140px;
	border-radius: 8px;
	margin-top: 20px;
	border: 0;
}

nuemd-icd-user-profile button.signOut:focus {
	outline: 0;
}
nuemd-icd-list-select .boxWrapper {
	display: inline-block;
	position: absolute;
	position: relative;
	/*top: 22px;
	right: 0px;*/
	height: 46px;
	font-size: 16px;
	background: rgba(75, 199, 232, 0.7);
	border-radius: 15px;
	line-height: 46px;
	padding: 0 15px;
	z-index: 10000;
}

nuemd-icd-list-select .boxWrapper:after {
	content: " ";
	display: table;
	clear: both;
}

nuemd-icd-list-select .boxWrapper > button {
	background: transparent;
	border: 0;
	color: #fff;
}

nuemd-icd-list-select .boxWrapper > button > span.usingCodesFrom {
	color: rgba(255,255,255,0.6);
}
nuemd-icd-list-select .boxWrapper > button:focus {
	outline: 0;
}
nuemd-icd-search-results ul.searchResults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nuemd-icd-search-results {
	display: block;
	position: relative;
	margin: 0;
	padding: 19px 0;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
}

nuemd-icd-search-results > div.codeSet {
	float: left;
	width: 70px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-search-results > div.codeSet.icd10 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	padding: 5px;
	width: 36px;
	text-align: center;
}

nuemd-icd-search-results > div.codeSet.icd9 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 36px;
	padding: 5px;
	text-align: center;
}

nuemd-icd-search-results > div.code {
	position: relative;
	top: -2px;
	float: left;
	width: 120px;
	padding-left: 15px;
	font-size: 20px;
}

nuemd-icd-search-results > div.desc {
	margin-left: 100px;
	margin-right: 100px;
}

nuemd-icd-search-results > div.desc.canExpand {
	margin-right: 150px;
}

nuemd-icd-search-results > button.expand {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 14px;
	border: 0;
	background: transparent;
	color: #888;
	background: rgba(0,40,170,0.1);
	padding: 6px 8px;
	border-radius: 2px;
}

nuemd-icd-search-results > button.expand:hover {
	color: #444;
	background: rgba(0,40,170,0.3);
}

nuemd-icd-search-results > button.expand:focus {
	outline: 0;
}

nuemd-icd-search-results:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-search-results.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

nuemd-icd-search-results.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

nuemd-icd-search-results.ng-enter-active {
	opacity: 1.0;
}




/*     subResult     */


nuemd-icd-search-results.subResult ul.searchResults {
}

nuemd-icd-search-results.subResult {
	border-bottom: 0;
}

nuemd-icd-search-results.subResult:first-child {
	margin-top: 19px;
}

nuemd-icd-search-results.subResult > div.codeSet {
	display: none;
}

nuemd-icd-search-results.subResult > div.codeSet.icd10 > span {
}

nuemd-icd-search-results.subResult > div.codeSet.icd9 > span {
}

nuemd-icd-search-results.subResult > div.code {
	position: relative;
	top: -2px;
	float: left;
	width: 120px;
	padding-left: 85px;
	font-size: 20px;
}

nuemd-icd-search-results.subResult > div.desc {
	margin-left: 190px;
	margin-right: 100px;
}

nuemd-icd-search-results.subResult > div.desc.canExpand {
	margin-right: 150px;
}

nuemd-icd-search-results.subResult > button.expand {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 14px;
	border: 0;
	background: transparent;
	color: #888;
	background: rgba(0,40,170,0.1);
	padding: 6px 8px;
	border-radius: 2px;
}

nuemd-icd-search-results.subResult > button.expand:hover {
	color: #444;
	background: rgba(0,40,170,0.3);
}

nuemd-icd-search-results.subResult > button.expand:focus {
	outline: 0;
}

nuemd-icd-search-results.subResult:hover {
	background: rgba(0,0,0,0.02);
}

nuemd-icd-search-results.subResult.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

nuemd-icd-search-results.subResult.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

nuemd-icd-search-results.subResult.ng-enter-active {
	opacity: 1.0;
}

nuemd-icd-search-results .billableWrapper {
	position: absolute;
	right: 10px;
	top: 2px;
	line-height: 50px;
	height: 50px;
}


nuemd-icd-search-results .isBillable {	
	font-size: 13px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 15px;
	vertical-align: middle;
	color: green;
	background: rgba(0,200,0,0.2);
}


@media (max-width: 370px) {

/*
	nuemd-icd-search-results span.moreSpecific {
		display: none;
	}
*/

	nuemd-icd-search-results {
		border-bottom: 1px solid rgba(0,0,0,0.08);
	}

	nuemd-icd-search-results > div.codeSet {
		display: none;
	}
	
	
	nuemd-icd-search-results > div.code,
	nuemd-icd-search-results.subResult > div.code {
		display: block;
		float: none;
		position: relative;
		top: -2px;
		width: 120px;
		padding-left: 15px;
		font-size: 24px;
	}
	
	nuemd-icd-search-results > div.desc,
	nuemd-icd-search-results.subResult > div.desc {
		display: block;
		margin-right: 0px;
		margin-left: 16px;
		margin-top: 10px;
	}

	nuemd-icd-search-results > div.desc.canExpand,
	nuemd-icd-search-results.subResult > div.desc.canExpand {
		margin-right: 0px;
	}


}nuemd-icd-search-results-js ul.searchResults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nuemd-icd-search-results-js {
	display: block;
	position: relative;
	margin: 0;
	padding: 19px 0;
	/*border-radius: 2px;*/
	border-bottom: 1px solid rgba(0,0,0,0.04);
	/*-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);
  	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.07);*/
  	cursor: pointer;
}

nuemd-icd-search-results-js > div.codeSet {
	float: left;
	width: 70px;
	padding-left: 15px;
	font-size: 17px;
}

nuemd-icd-search-results-js > div.codeSet.icd10 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(0,100,190, 0.9);
	color: #fff;
	background: rgba(0,100,190, 0.5);
	border-radius: 3px;
	padding: 5px;
	width: 36px;
	text-align: center;
}

nuemd-icd-search-results-js > div.codeSet.icd9 > span {
	position: relative;
	top: -7px;
	display: inline-block;
	color: rgba(150,0,150, 0.8);
	color: #fff;
	background: rgba(150,0,150, 0.5);
	border-radius: 3px;
	width: 36px;
	padding: 5px;
	text-align: center;
}

nuemd-icd-search-results-js > div.code {
	position: relative;
	top: -2px;
	float: left;
	width: 120px;
	padding-left: 15px;
	font-size: 20px;
}

nuemd-icd-search-results-js > div.desc {
	margin-left: 100px;
	margin-right: 100px;
}

nuemd-icd-search-results-js > div.desc.canExpand {
	margin-right: 150px;
}

nuemd-icd-search-results-js > button.expand {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 14px;
	border: 0;
	background: transparent;
	color: #888;
	background: rgba(0,40,170,0.1);
	padding: 6px 8px;
	border-radius: 2px;
}

nuemd-icd-search-results-js > button.expand:hover {
	color: #444;
	background: rgba(0,40,170,0.3);
}

nuemd-icd-search-results-js > button.expand:focus {
	outline: 0;
}

nuemd-icd-search-results-js:hover {
	background: rgba(0,0,0,0.02);
}

/*
nuemd-icd-search-results-js.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

nuemd-icd-search-results-js.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

nuemd-icd-search-results-js.ng-enter-active {
	opacity: 1.0;
}
*/



/*     subResult     */


nuemd-icd-search-results-js.subResult ul.searchResults {
}

nuemd-icd-search-results-js.subResult {
	border-bottom: 0;
}

nuemd-icd-search-results-js.subResult:first-child {
	margin-top: 19px;
}

nuemd-icd-search-results-js.subResult > div.codeSet {
	display: none;
}

nuemd-icd-search-results-js.subResult > div.codeSet.icd10 > span {
}

nuemd-icd-search-results-js.subResult > div.codeSet.icd9 > span {
}

nuemd-icd-search-results-js.subResult > div.code {
	position: relative;
	top: -2px;
	float: left;
	width: 120px;
	padding-left: 85px;
	font-size: 20px;
}

nuemd-icd-search-results-js.subResult > div.desc {
	margin-left: 190px;
	margin-right: 100px;
}

nuemd-icd-search-results-js.subResult > div.desc.canExpand {
	margin-right: 150px;
}

nuemd-icd-search-results-js.subResult > button.expand {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 14px;
	border: 0;
	background: transparent;
	color: #888;
	background: rgba(0,40,170,0.1);
	padding: 6px 8px;
	border-radius: 2px;
}

nuemd-icd-search-results-js.subResult > button.expand:hover {
	color: #444;
	background: rgba(0,40,170,0.3);
}

nuemd-icd-search-results-js.subResult > button.expand:focus {
	outline: 0;
}

nuemd-icd-search-results-js.subResult:hover {
	background: rgba(0,0,0,0.02);
}

/*
nuemd-icd-search-results-js.subResult.ng-enter {
	opacity: 0;
	transition: all ease 80ms;
}

nuemd-icd-search-results-js.subResult.ng-enter-stagger {
    transition-delay: 0.04s;
    -webkit-transition-delay: 0.04s;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

nuemd-icd-search-results-js.subResult.ng-enter-active {
	opacity: 1.0;
}
*/

nuemd-icd-search-results-js .billableWrapper {
	position: absolute;
	right: 10px;
	top: 2px;
	line-height: 50px;
	height: 50px;
}


nuemd-icd-search-results-js .isBillable {	
	font-size: 13px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 15px;
	vertical-align: middle;
	color: green;
	background: rgba(0,200,0,0.2);
}


@media (max-width: 370px) {

/*
	nuemd-icd-search-results-js span.moreSpecific {
		display: none;
	}
*/

	nuemd-icd-search-results-js {
		border-bottom: 1px solid rgba(0,0,0,0.08);
	}

	nuemd-icd-search-results-js > div.codeSet {
		display: none;
	}
	
	
	nuemd-icd-search-results-js > div.code,
	nuemd-icd-search-results-js.subResult > div.code {
		display: block;
		float: none;
		position: relative;
		top: -2px;
		width: 120px;
		padding-left: 15px;
		font-size: 24px;
	}
	
	nuemd-icd-search-results-js > div.desc,
	nuemd-icd-search-results-js.subResult > div.desc {
		display: block;
		margin-right: 0px;
		margin-left: 16px;
		margin-top: 10px;
	}

	nuemd-icd-search-results-js > div.desc.canExpand,
	nuemd-icd-search-results-js.subResult > div.desc.canExpand {
		margin-right: 0px;
	}


}
nuemd-icd-feedback-form {

}


nuemd-icd-feedback-form div.hiddenForm {
	display: none;
}	

nuemd-icd-feedback-form input[type=text] {
	font-size: 16px;
	width: 80%;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

nuemd-icd-feedback-form textarea {
	font-size: 16px;
	width: 100%;
	height: 100px;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

nuemd-icd-feedback-form button {
	display: inline-block;
	font-size: 16px;
	background: rgba(75, 199, 232, 0.7);
	border-radius: 7px;
	padding: 7px 15px;
	color: #fff;
	border: 2px solid #fff;
}	

nuemd-icd-feedback-form button.bigButton {
	font-size: 26px;
}
nuemd-icd-password-reset {

}


nuemd-icd-password-reset div.hiddenForm {
	display: none;
}	

nuemd-icd-password-reset input[type=password] {
	font-size: 16px;
	width: 100%;
	margin-bottom: 17px;
	padding: 7px 12px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

nuemd-icd-password-reset textarea {
	font-size: 16px;
	width: 100%;
	height: 100px;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

nuemd-icd-password-reset button {
	display: inline-block;
	font-size: 16px;
	background: rgba(75, 199, 232, 0.7);
	border-radius: 7px;
	padding: 7px 15px;
	color: #fff;
	border: 2px solid #fff;
	margin-top: 30px;
}	

nuemd-icd-password-reset button.bigButton {
	font-size: 26px;
}

nuemd-icd-password-reset button[disabled] {
	background: rgba(0,0,0,0.1);
}nuemd-icd-intelligent-message {
	display: block;
}

nuemd-icd-intelligent-message div.message {
	background: rgba(0,100,190, 0.68);
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-top: 0;
}


nuemd-icd-intelligent-message a:link, 
nuemd-icd-intelligent-message a:visited,
nuemd-icd-intelligent-message a:active,
nuemd-icd-intelligent-message a:hover {
	color: #fff;
	text-decoration: underline;
} 

nuemd-icd-intelligent-message.floating {
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 500px;
}

nuemd-icd-intelligent-message.floating div.message {
	background: rgba(0,100,190, 0.90);
    	padding: 16px;
	-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.4);
    	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.4);
    	box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.4);
	margin-bottom: 0;
}

nuemd-icd-intelligent-message.floating h2 {
	font-size: 24px;
	margin-top: 6px;
}

nuemd-icd-intelligent-message.floating p {
	font-size: 16px;
}


