*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.comp-tradeTiles .comp-tradeTiles__wrapper {
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 20px;
    display:flex;
	  /* flex-wrap: wrap; */
}


.comp-item-tradeTile {
    position: relative;
    left:0;
}

.comp-tradeTiles .comp-item-tradeTile {

    margin: 10px 1% 10px;
    border: solid 1px #ddd;
    cursor:pointer;
}


.comp-tradeTiles .comp-item-tradeTile:hover
{
	border:1px solid #000;
}
.comp-tradeTiles .comp-tradeTiles_body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 2;
}

.comp-item-tradeTile .c2-box-static {
    padding: 20px;
    height: 300px;
    position: relative;
   
}
.comp-item-tradeTile .c2-data-content {
    height: 100%;
}
 
.comp-item-tradeTile .c2-data-content {
    position: relative;
    z-index: 1;
}

.comp-item-tradeTile .devAvatar
{
	position: absolute;
    right: -14px;
    top: -13px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
}
.comp-item-tradeTile .c2-data-head {
    position: relative;
}

.comp-item-tradeTile .c2-data-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.comp-item-tradeTile .c2-manager-name {
    font-size: 14px;
    color: #9b999e;
    font-weight: normal;
}
.comp-item-tradeTile .c2-system-name {
    font-size: 24px;
    color: #353437;
    font-weight: 400;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.comp-item-tradeTile h3
{
	line-height: 120%
}
.comp-item-tradeTile .c2-system-name .c2-name {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-right: 10px;
}

.comp-item-tradeTile .c2-system-name .c2-line {
    flex: 1 1 auto;
    height: 1px;
    border-top: solid 1px #ddd;
    position: relative;
    top: 4px;
}

.comp-item-tradeTile .c2-data-head .c2g-list-badge {
    position: absolute;
    right: 0;
    top: 0;
}
 
.c2g-list-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.comp-item-tradeTile .c2-data-head .c2g-list-badge li {
    margin-left: 4px;
    margin-right: 0;
}
 
.c2g-list-badge li {
    margin-right: 4px;
    flex: 0 0 auto;
    position: relative;
}
 
 .comp-item-tradeTile .c2-data-head .c2g-list-badge li .c2-badge-img {
    width: 24px;
    height: 24px;
}
 
.c2g-list-badge li .c2-badge-img {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.comp-item-tradeTile .c2-data-head .c2g-list-badge li .c2-badge-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.comp-item-tradeTile .c2-data-head .c2g-list-badge li .c2-badge-title {
    width: 180px;
    left: auto;
    right: 0;
    top: 24px;
}
 
.c2g-list-badge li .c2-badge-title {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 8px 10px;
    width: 240px;
    -webkit-box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
}

.comp-item-tradeTile .c2-data-chart-label {
    font-size: 26px;
    font-weight: 300;
    color: #000;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.comp-item-tradeTile .c2-data-chart {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}
.comp-item-tradeTile .c2g-tag {
    background-color: #333;
}
 
.c2g-list-tags .c2g-tag {
    display: inline-block;
}
 
.c2g-tag {
    background-color: #AAA;
    color: #fff;
    display: inline-block;
    margin: 2px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    padding: 0 16px;
}


.comp-item-tradeTile .c2-returnPercent-value {
    font-size: 41px;
    font-weight: 300;
    color: #79BB00;
    margin-top: 30px;
    margin-bottom: 10px;
}

.comp-item-tradeTile .c2-data-returnDate {
    display: inline-block;
    font-size: 12px;
    color: #9b999e;
    background-color: rgba(255,255,255,0.5);
    padding: 2px 10px 2px 0;
}

.growable { transition: all .2s ease-in-out; }
.grow { transform: scale(1.1); }


#pickedTiles
{
	height:175px;
	margin-bottom:20px;
}

#refpoint
{
    display: inline-block;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}


#replaceTarget
{
   display: inline-block;
    width: 10px;
    height: 10px;
    z-index: 195;
    background-color: red;
    flex: 1 0 1px;
}


.newbiePicker
{
	position: relative;
}

.comp-item-tradeTile.clonedAfterClick
{
	border: 1px solid #b0b0b0;
    background-color: white;
    overflow: hidden;
}

.newbiePicker h1.ctr
{
	display:block;
	text-align: center;
	z-index: -1;
	color:#888;
	margin-top: 114px !important;
}

.newbiePicker p.ctr
{
    text-align: center;
    z-index: -1;
    color: #aaa;
    font-size: 13px;
    margin-top: -3px;
}
.newbiePicker p.describeNumLeft
{
	color:green;
	
}

.comp-tradeTiles.goToArea
{
	border:1px dashed #c0c0c0;
	height: 370px;
}
.newbiePicker.maxedout .comp-tradeTiles.goToArea
{
	border:none;
}
.comp-tradeTiles .comp-tradeTiles_body.gotoArea
{
	height: 295px;
}

.newbiePicker .needed,
.newbiePicker.numNeeded0 .hideWhenZeroNeeded
{
	display:none;
}

.newbiePicker.numNeeded6 .showOnNumNeeded6,
.newbiePicker.numNeeded5 .showOnNumNeeded5,
.newbiePicker.numNeeded4 .showOnNumNeeded4,
.newbiePicker.numNeeded3 .showOnNumNeeded3,
.newbiePicker.numNeeded2 .showOnNumNeeded2,
.newbiePicker.numNeeded1 .showOnNumNeeded1,
.newbiePicker.numNeeded0 .showOnNumNeeded0
{
	display:inline;
}

.newbiePicker p.describeNumLeft
{
	font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-top: 29px;
}
.newbiePicker.numNeeded4 p.describeNumLeft
{
	color:#F05922;
	font-size:24px;
}

.strategyRoll
{
	margin-top:40px;
}




.comp-item-tradeTile.clonedAfterClick
{
	cursor:pointer;
}
.comp-item-tradeTile.clonedAfterClick:hover
{
	 background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
    border: solid red 2px;
}


.buildNotification
{
	z-index: 999999;
}
.midScreenWrap
{
	width: 100%;
	position: absolute;
	top: 100px;
	z-index:  9999999;
}

.midscreenUnit
{
	width:400px;
	border:1px solid #444;
	background-color:white;
	padding:40px 30px;
	text-align:center;
	margin:0 auto 0 auto;
	border-radius:6px;
	-moz-box-shadow: 0 2px 3px 6px rgba(165, 165, 165, 0.9);
	-webkit-box-shadow: 2px 3px 6px rgba(165, 165, 165, 0.9);
	box-shadow: 2px 3px 6px rgba(165, 165, 165, 0.9);
}

.midscreenUnit p
{
	font-size:17px;
	color: #F05922;
	text-transform:uppercase;
}

.midscreenUnit p.smaller
{
	font-size:13px;
	color:#666;
}

.midscreenUnit .iChillax
{
	font-size: 37px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #dcdcdc;
}
.newbieWarningArea h2.newbieHeadline
{
	margin-top: 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
}
.newbieWarningArea .bottomSystemWarning h3:first-of-type
{
	display:none;
}










.comp-tradeTiles .comp-item-tradeTile
{
	overflow: hidden;
}
.comp-item-tradeTile .banner
{
	position: absolute;
    z-index: 2;
    top: 32px;
    right: -78px;
    text-align: center;
    padding: 3px 40px;
    color: #fff;
    background-color: #303030;
    width: 220px; 
    
    -ms-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
	transform: rotate(36deg);

}

.comp-item-tradeTile .bannertext
{
    text-align: center;
    line-height: 1.8;
    max-width: 144px;
    font-size: 11px;
    margin: 4px auto;
    padding-left: 5px;
    padding-right: 5px;
}	
   
   
 


@media screen and (max-height: 568px)
{
	.comp-tradeTiles__scroll
	{
		top:auto !important;
		bottom:-20px !important;
	}
}
@media screen and (max-width: 420px), screen and (max-height: 520px)
{
	.comp-item-tradeTile .c2-box-static
	{
		flex: 0 0 200px;
		height: 200px;
		padding:15px;
	}
	.comp-item-tradeTile .c2-system-name .c2-name
	{
		white-space: normal !important;
		max-width:200px !important;
	}
	.comp-item-tradeTile .c2-returnPercent-value
	{
		font-size:30px !important;
		margin-top:15px !important;
	}
	.comp-tradeTiles.goToArea
	{
		height: 295px;
	}
}



@media screen and (max-height: 320px),  screen and (max-width: 320px)
{
	
	.c2-returnPercent-value
	{
		margin-top:0;
	}
	.c2-data-chart-label
	{
		font-size:14px;
		right: 8px;
		bottom: 8px;
	}
	.strategyTile .c2g-tag
	{
		height: 22px;
		font-size: 11px;
		line-height: 21px;
		padding: 0 11px;
	}
	.devAvatar
	{
		top:-10px;
		right:-10px;
	}
	.c2-system-name .c2-name
	{
		font-size:18px;
	}
}

@media screen and (max-height: 320px)
{
	.comp-tradeTiles .comp-item-tradeTile
	{
	    flex: 0 0 200px;
		height: 145px;
		padding: 7px;
	}
}

@media screen and (max-width: 450px)
{
	.comp-tradeTiles .comp-item-tradeTile
	{
		flex: 0 0 180px;
		height: 195px;
		padding:15px;
		min-width: auto !important;
	}
	.comp-item-tradeTile .c2-data-footer
	{
		display: none;
	}
	.comp-item-tradeTile .c2-data-chart-label
	{
		font-size:13px;
		right: 13px;
		bottom: 30px;
	}
	.comp-item-tradeTile .c2-data-chart {
    	right: -16px;
		bottom: 19px;
	}
	.c2-dashboard--2017 .sim .c2-your_portfolio__summary
	{
		margin-bottom:0 !important;
	}
	.newbiePicker h1.ctr
	{
		font-size:19px !important;
		top:-90px !important;
	}
	.comp-tradeTiles.goToArea
	{
		height:200px;
	}
	.newbiePicker p.describeNumLeft.hideOnEmpty
	{
		width:100%;
		text-align:center !important;
		font-size: 11px !important;
	}
	 
	h1.ctr.emptyIndicator
	{
		font-size:22px !important;
	}
	.newbiePicker.numNeeded4 p.describeNumLeft
	{
		font-size:14px !important;
	}
	.newbiePicker p.describeNumLeft.hideOnEmpty
	{
		font-size:14px !important;
		text-align: center !important;
		padding-right:inherit;
	}
	.midscreenUnit
	{
		width:76%;
	}
}
@media screen and (max-width: 460px)
{
	h1.ctr.emptyIndicator
	{
		font-size:22px;
	}
	.newbiePicker p.describeNumLeft.hideOnEmpty
	{
		width:100%;
		text-align:center !important;
		
	}
	 
	h1.ctr.emptyIndicator
	{
		font-size:22px !important;
	}
	.newbiePicker.numNeeded4 p.describeNumLeft
	{
		font-size:14px !important;
	}
	#newbieLoadingStatus p
	{
		font-size:18px !important;
	}
}
 
@media screen and (max-width: 375px) 
{
 	h1.ctr.emptyIndicator {
    	font-size: 20px !important;
	}
}
