﻿/***************************************************************************************
    Coworker list
****************************************************************************************/

#profile-wrapper {
	width: 1024px;
	height: 748px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}


#profile-wrapper div.loading-div {
	position: absolute;
	
	width: 512px;
	height: 748px;
}

/****************************************************************************************
	Profile (second pages - summary, person's data)
****************************************************************************************/
#profile-persondata {
	width: 512px;
	height: 748px;
	overflow: hidden;
	
	background: transparent url('Images/contact-bg.png') 0 0 repeat-y;
	
	position: absolute;
	
	z-index: 100;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#profile-persondata div.title {
	width: 512px;
	height: 62px;
	background: #1F1F1F;
	position: relative;
}

#profile-persondata .title .menu-prev-icon {
	margin: 9px 18px 0 9px;
	float: left;

	display: none;
}

#profile-persondata .title .menu-prev-icon.active {
	display: block;
}

#profile-persondata .title span.title {
	color: #fff;
	text-shadow: none;
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	top: 15px;
	left: 15px;

	max-width: 400px;
	max-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#profile-persondata .title span.title.active {
	left: 65px;
}

#profile-persondata .title .edit-icon {
	position: absolute;
	right: 11px;
	top: 9px;
}

#profile-persondata .flip-container #profile-data {
	width: 512px;
	height: 748px;
}


#profile-persondata #profile-data #coworker-data-list {
	width: 512px;
	height: 500px;
	
	overflow-x: hidden;
	overflow-y: auto;
}

#profile-persondata #profile-data .key-value-list, #profile-persondata #profile-data .key-value-list-toggle {
	margin: 0 0 0 26px;
	width: 456px;
}

#profile-persondata #profile-data #coworker-data-summary {
    width: 512px;
    height: 185px;
    position: relative;
}

#profile-persondata #profile-data #coworker-data-summary ul {
	width: 472px;
    margin: auto;/*0 0 0 12px;*/
	list-style-type: none;
	position: relative;
	/*top: 10px;*/
    padding-top: 10px;
	/*left: 12px;*/
}

#profile-persondata #profile-data #coworker-data-summary ul li {
	float: left;
	margin: 2px;
	height: 75px;
	width: 150px;
	
	position: relative;
	cursor: pointer;
	
	background: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EFEFEF ), to( #DBDBDB )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EFEFEF , #DBDBDB ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EFEFEF , #DBDBDB ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EFEFEF , #DBDBDB ); /* IE10 */
	background-image:      -o-linear-gradient( #EFEFEF , #DBDBDB ); /* Opera 11.10+ */
	background-image:         linear-gradient( #EFEFEF , #DBDBDB );
	color: #767676 !important;
	text-shadow: none;
	
	-moz-border-radius: 	.3em;
	-webkit-border-radius: 	.3em;
	border-radius: 			.3em;
}

#profile-persondata #profile-data #coworker-data-summary ul li.inactive {
	cursor: default;

	background: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EFEFEF ), to( #DBDBDB )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EFEFEF , #DBDBDB ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EFEFEF , #DBDBDB ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EFEFEF , #DBDBDB ); /* IE10 */
	background-image:      -o-linear-gradient( #EFEFEF , #DBDBDB ); /* Opera 11.10+ */
	background-image:         linear-gradient( #EFEFEF , #DBDBDB );
	color: #767676 !important;
}

#profile-persondata #profile-data #coworker-data-summary ul li.active {
	cursor: default;
	
	background: #459FE5;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #459FE5 ), to( #0B79C0 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #459FE5 , #0B79C0 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #459FE5 , #0B79C0 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #459FE5 , #0B79C0 ); /* IE10 */
	background-image:      -o-linear-gradient( #459FE5 , #0B79C0 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #459FE5 , #0B79C0 );
	color: #fff !important;
}

/* Offer's states */
#profile-persondata #profile-data #coworker-data-summary ul li.sent {
	background: #FFA256;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D2D2D2 ), to( #FFA256 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #D2D2D2 , #FFA256 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #D2D2D2 , #FFA256 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #D2D2D2 , #FFA256 ); /* IE10 */
	background-image:      -o-linear-gradient( #D2D2D2 , #FFA256 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #D2D2D2 , #FFA256 );
	color: #fff !important;
}

#profile-persondata #profile-data #coworker-data-summary ul li.accepted {
	background: #8DFF6D;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D2D2D2 ), to( #8DFF6D )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #D2D2D2 , #8DFF6D ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #D2D2D2 , #8DFF6D ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #D2D2D2 , #8DFF6D ); /* IE10 */
	background-image:      -o-linear-gradient( #D2D2D2 , #8DFF6D ); /* Opera 11.10+ */
	background-image:         linear-gradient( #D2D2D2 , #8DFF6D );
}

#profile-persondata #profile-data #coworker-data-summary ul li img {
	position: absolute;
	left: 8px;
	top: 8px;
	
	width: 30px;
	height: 30px;
}

#profile-persondata #profile-data #coworker-data-summary ul li span.title {
	position: absolute;
	bottom: 10px;
	right: 12px;
	
	font-size: 12px;
	font-weight: bold;
}

#profile-persondata #profile-data #coworker-data-summary ul li span.value {
	position: absolute;
	bottom: 28px;
	right: 12px;
	
	font-size: 12px;
	font-weight: bold;
}

/****************************************************************************************
	Coworker (third pages)
****************************************************************************************/
#profile-persondata-sub {
	width: 512px;
	height: 748px;
	overflow: hidden;
	
	background: transparent url('Images/contact-bg.png') 0 0 repeat-y;
	
	position: absolute;
	
	z-index: 101;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	
	-webkit-transform: translate3d(512px, 0, 0);
	-moz-transform: translate3d(512px, 0, 0);
	transform: translate3d(512px, 0, 0);
}

#profile-persondata-sub #coworker-persondata-sub-data {
	width: 512px;
	height: 748px;
	
	overflow-x: hidden;
	overflow-y: auto;
}

#profile-persondata-sub-data div.title {
	width: 512px;
	height: 62px;
	position: relative;
	background-color: #1F1F1F;
}

#profile-persondata-sub-data div.title .menu-prev-icon {
	display: none;
}

#profile-persondata-sub-data div.title span.title {
	color: #fff;
	text-shadow: none;
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	top: 15px;
	left: 15px;
}

#profile-persondata-sub-data div.title .edit-icon {
	position: absolute;
	right: 11px;
	top: 9px;
}

#profile-persondata-sub-data .key-value-list {
	margin: 10px 25px 0 25px;
}