﻿.chip-card
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
    width:400px;
}

	.chip-card a
	{
		color: #1571b8;
	}

#chipcard-img, #chipcard-img2
{
    opacity:0;
}

.chipcard-owner
{
    height: 20px;
    max-height: 20px;
    overflow:hidden;
    width: 100%;
    text-align:left;
    font-size: 1.1666667em;
    margin-left: 14px;
}
.chipcard-links
{
	height: 30px;
	line-height: 30px;
}

.back-link
{
	float: left;
	margin-left: 14px;
}

.back-bullet
{
	display: inline-block;
	margin-right: 7px;
	height: 8px;
}

.delete-link
{
	float: right;
	margin: 3px 1px 0 0;
    text-indent:-9999px;
}

.src-link
{
	float: right;
	margin: 3px 1px 0 0;
    text-indent:-9999px;
}
.print-link
{
    float: right;
	margin: 3px 0px 0 0;
    text-indent:-9999px;
}
.report-link
{
    float: right;
	margin: 3px 0px 0 0;
    text-indent:-9999px;
}
/*.share-link
{
    float: right;
	margin: 3px 0px 0 0;
    text-indent:-9999px;
}*/


 

.img-container
{
	height: 399px;
	position: relative;
	box-shadow: 0px 3px 12px #aaa;
    behavior: url(Content/css/PIE.htc);
	overflow: hidden;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
}

    .img-container .chip-reorder-msg
    {
        bottom: 9px;
        position: absolute;
        right: 20px;
        text-align: right;
        width: 100%;
        color: #1571B8;
        display:none;
    }

	.img-container img
	{
		position: absolute;
		left: 0;
		top: 0;
	}


.chip-list-container-out
{
	height: 399px;
	width: 260px;
	position: absolute;
	top: 0;
	right: -130px;
	background-color: #ffffff;
    opacity:0;  
}

.chip-list-container
{
	width: 240px;
	height: 375px;
	display: inline-block;
	position: absolute;
	overflow: hidden;
	top: 12px;
	left: 0;
	margin-right: -4px;
}

.chip-list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 132px;
	display: inline-block;
	float: left;
	margin-right: -45px;
	margin-top: -5px;
	position: relative;
}

	/*
        3/2015:Changed to nth-of-type because of iOS8 bug http://stackoverflow.com/questions/26032513/ios8-safari-after-a-pushstate-the-nth-child-selectors-not-works
        kept old way for ie* only
    .chip-list:nth-child(1) li
	{
		z-index: 3;
	}

	.chip-list:nth-child(2) li
	{
		z-index: 2;
		left: -110px;
		visibility: hidden;
	}*/

    .chip-list:nth-of-type(1) li
	{
		z-index: 3;
	}

	.chip-list:nth-of-type(2) li
	{
		z-index: 2;
		left: -110px;
		visibility: hidden;
	}
    .ie8 .chip-list:nth-child(1) li
	{
		z-index: 3;
	}

	.ie8 .chip-list:nth-child(2) li
	{
		z-index: 2;
		left: -110px;
		visibility: hidden;
	}
    
   
	.chip-list li
	{
		margin-bottom: -6px;
		position: relative;
		width: 132px;
		height: 82px;
		overflow: no-content;
	}

		.chip-list li .drop-shadow
		{
			box-shadow: 17px 10px 28px 0px rgba(50, 50, 50, 0.75);
			/*behavior: url(Content/css/PIE.htc);*/
            width: 26px;
			height: 72px;
			position: absolute;
			top: 2px;
			right: 31px;
			z-index: 9;
			pointer-events: none;
			visibility: hidden;            
		}




.ui-sortable-helper .drop-shadow
{
	display: none;
}

.ui-sortable li.openHand
{
	  cursor: url(https://mail.google.com/mail/images/2/openhand.cur), default !important;
}
.ui-sortable li.closedHand
{
	  cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), default !important;
}

ul.chip-list:not(.ui-sortable) li
{
    cursor: pointer;
}



.chip-color
{
	width: 107px;
	height: 72px; /*69*/
	background: gray;
	border: 4px solid white;
	border-radius: 17% / 70%;
	border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px; 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	font-family: "myriad-pro",Tahoma,Sans-Serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	letter-spacing: 1.2px;

}
.ie8 .chip-color
{
    border-radius: 0 17% 17% 0 / 70% 70%;
    behavior: url(Content/css/PIE.htc);
}
    .chip-color.dark-true
    {
        color: #000000;
    }
	.chip-color span
	{
		display: table;
		width: 107px;
		height: 62px;
		position: relative;
	}

		.chip-color span span
		{
			display: table-cell;
			vertical-align: bottom;
			padding: 5px;
            line-height: 1.1666667em;
            opacity:1;
            transition: opacity .3s ease;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
		}
/*
    3/2015:Changed to nth-of-type because of iOS8 bug http://stackoverflow.com/questions/26032513/ios8-safari-after-a-pushstate-the-nth-child-selectors-not-works
     kept old way for ie8 only  
.chip-list:nth-child(2) .chip-color span span
{
	padding-left: 20px;
}
.chip-list:nth-child(2) li:not(.ui-sortable-helper) .chip-color span
{
	display: table-cell;
}*/

    .chip-list:nth-of-type(2) .chip-color span span
{
	padding-left: 20px;
}
.chip-list:nth-of-type(2) li:not(.ui-sortable-helper) .chip-color span
{
	display: table-cell;
}
.ie8 .chip-list:nth-child(2) .chip-color span span
{
	padding-left: 20px;
}
.ie8 .chip-list:nth-child(2) li:not(.ui-sortable-helper) .chip-color span
{
	display: table-cell;
}


.chipcard-bottom
{
	position: relative;
    min-height: 50px;
    overflow:hidden;
    padding-bottom: 10px;
}

.more-btn, .undo-btn, .save-btn
{
	background-color: #1572b8;
	padding: 8px 10px;
	color: #ffffff;
	display: inline;
	cursor: pointer;
	position: absolute;
	top: 0;
    background: rgb(51,86,137); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(51,86,137,1) 0%, rgba(67,113,180,1) 33%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,86,137,1)), color-stop(33%,rgba(67,113,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335689', endColorstr='#4371b4',GradientType=0 ); /* IE6-9 */

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    box-shadow: 0px 2px 4px #aaa;
    behavior: url(Content/css/PIE.htc);
    transition: padding .33s;
    -webkit-transition: padding .33s;
    -moz-transition: padding .33s;
    -o-transition: padding .33s;
}

.more-btn
{
	right: 17px;
}

.undo-btn
{
	right: 141px;
	top:-40px;
}

.save-btn
{
	right: 20px;
	top: -40px;
}
    .more-btn:hover, .undo-btn:hover, .save-btn:hover
    {
        padding-top: 15px;
    }

.tag-list
{
	position: relative;
	top: 10px;
    text-align:left;
}

.chip-tag, .chip-tag-input
{
	display: inline-block;
	position: relative;
	padding: 5px 0px;
	margin-top: 6px;
    margin-left: 6px;
	background-color: #ffffff;
	border-radius: 4px;
    behavior: url(Content/css/PIE.htc);
	color: #1571B8;
	font-size: inherit;
    cursor:pointer;
    box-shadow: none;
}
.ie8 .chip-tag-input,
.ie9 .chip-tag-input
{
    padding: 0;
    padding-bottom: 3px;
}

.chip-tag
{
    opacity: 0;
    display:none;
    padding: 5px 8px;
}



	.chip-tag a
	{
		text-decoration: none;
	}

.chip-tag .delete
{
    display: none;
	position: absolute;
	top: -6px;
    right: -6px;
    cursor: pointer;
}

.tag-list input.add-tag
{
	border: none;
	margin: 0;
	outline: none;
	padding-left: 8px;
    padding-right: 8px;
	background-color: transparent;
	text-transform: uppercase;
	color: #1571B8;
	font: inherit;
    letter-spacing: inherit;
    width: 71px;
    cursor:pointer;
}
.ie8 .tag-list input.add-tag,
.ie9 .tag-list input.add-tag
{
    padding-top: 5px;
    padding-bottom: 5px;
}


.rechip-link
{
    cursor:pointer;
    width: 60px;
    height: 25px;
    display: inline-block;
    position:relative;
    margin: 8px 10px 0 0px;
    overflow:hidden; 
}
.rechip-link .button
{
    line-height: 25px;
}

.rechip-link  .button .buttonTxt{
     margin-left: 14px;
}



.login-to-save-btn
{
    position: relative;
    width: 135px;
    height: 25px;
    display:none;
    cursor:pointer;
    float:left;
    margin: 8px 10px 0 0;
    overflow:hidden;
}
.login-to-save-btn .button
    {
        line-height: 25px;
    }
.login-to-save-btn  .button .buttonTxt{
     margin-left: 0px;
     position:relative;
}