.popup-test {
	padding: 40px 0;
}
.popup-test p {
	text-align: center;
	font: normal 18px/1.4em "Lato-Regular";	
}

.popup-wrap {
    height: 0;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.popup {
	width: 645px; 
	text-align: left;
	padding: 0;
}
.popup > .inner {
	background-color: #ffffff;
	border-color: #2a7472 #e3e3e3 #e3e3e3;
	border-style: solid;
	border-width: 2px 1px 3px 1px;
}

.popup > .inner > .head {
	position: relative;
	padding: 30px 45px 25px 45px;
	font: normal 14px/1.4em "Montserrat-SemiBold";
	color: #3b3b3b;
	text-transform: uppercase;
}
.popup > .inner > .head .green {
	color: #2a7472;
}

.popup > .inner > .head .close {
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -10px;
	right: 42px;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #888888;	
	font-size: 14px;
	line-height: 16px;
}
.popup > .inner > .head .close:hover {
	color: #3b3b3b;
}





.popup > .inner > .content-file-list {
	background: #f1f1f1;
	border-top: 1px solid #e5e8eb;
}

.popup .content-file-list .upload-file-list {
	padding: 30px 45px 0 45px;
	margin-bottom: 20px;
} 
.popup .content-file-list .upload-file-list .item {
	display: block;
	position: relative;
	height: 43px;
	background: #ffffff;
	border: 1px solid #cbcbcb;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}
.popup .content-file-list .upload-file-list .item.done {
	overflow: visible;
	margin-bottom: 35px;
	background: #ecfbd3;
}
.popup .content-file-list .upload-file-list .item .title {	
	position: relative;
	z-index: 2;
	color: #7b7b7b;
	margin: 0 40px 0 20px;
	font: normal 14px/41px "Lato-Regular";
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.popup .content-file-list .upload-file-list .item .title .fa {
	margin-right: 5px;
	position: relative;
	top: -1px;
	font-size: 14px;	
}
.popup .content-file-list .upload-file-list .item .title span {
	display: inline-block;
	vertical-align: middle;
	font: normal 14px/41px "Lato-Regular";
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.popup .content-file-list .upload-file-list .item.done .title {
	margin-right: 200px;
}
.popup .content-file-list .upload-file-list .item.done::after {
	display: block;
	position: absolute;
	z-index: 3;
	font: normal 14px/1em "FontAwesome";
	color: #7b7b7b;
	top: 14px;
	right: 14px;
	content: "\f05d";
}

.popup .content-file-list .upload-file-list .item .indicator {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	z-index: 1;
	background: #d8dde5;	
}
.popup .content-file-list .upload-file-list .item.done .indicator {
	display: none;	
}


.popup .content-file-list .upload-file-list .item .del {
	display: block;
	position: absolute;
	z-index: 3;
	top: 9px;
	right: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #888888;	
	font-size: 13px;
	line-height: 16px;
}
.popup .content-file-list .upload-file-list .item .del:hover {
	color: #3b3b3b;
}
.popup .content-file-list .upload-file-list .item.done .del {
	display: none;
}



.popup .content-file-list .upload-file-list .item .read,
.popup .content-file-list .upload-file-list .item .give-to-read {
	display: none;
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 160px;
	font: normal 14px/1.4em "Lato-Regular";
}
.popup .content-file-list .upload-file-list .item .read {
	right: 160px;	
}
.popup .content-file-list .upload-file-list .item .give-to-read {
	right: 50px;
}
.popup .content-file-list .upload-file-list .item.done .read,
.popup .content-file-list .upload-file-list .item.done .give-to-read {
	display: block;
}

.popup .content-file-list .bottom {
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 0 45px 27px 45px;
}
.popup .content-file-list .bottom .btn-add-more {
	height: 30px;
	padding: 0 15px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.popup .content-file-list .bottom .btn-add-more span {
	line-height: 32px !important;
}
.popup .content-file-list .bottom span.you-can-see-file {
	display: inline-block;
	vertical-align: middle;
	font: normal 14px/1em "Lato-Regular";
	color: #3b3b3b;
}

.popup .content-file-list .bottom .popup-close {
	display: block;
	float: right;
	margin-top: 4px;
	font: normal 14px/1.4em "Lato-Regular";
}





@media (max-width: 767px) 
{	.popup {
		width: 300px !important; 
	}
	.popup > .inner > .head {
		padding: 15px 15px 12px 15px;		
	}
	.popup .content-file-list .upload-file-list {
		padding: 15px 15px 0 15px;
	}
	.popup .content-file-list .upload-file-list .item.done .title {
		margin-right: 30px;
	}
	.popup .content-file-list .upload-file-list .item .read {
		top: 45px;
		right: auto;
		left: 0;
	}
	.popup .content-file-list .upload-file-list .item.done .give-to-read {
		top: 45px;
		right: 0;		
	}
	.popup .content-file-list .bottom {
		padding: 0 15px 10px 15px;
	}	
	.popup .content-file-list .bottom .btn-add-more {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.popup .content-file-list .bottom span.you-can-see-file {
		display: block;
		float: left;
		margin: 0;
	}
	.popup .content-file-list .bottom .popup-close {
		display: block;
		float: right;
		margin: 0;
	}
}

/* ************************************************************************** */


#popup_login {
	width: 470px;
}

.popup .fields-wrap {
	background: #f1f1f1;
	border-top: 1px solid #e5e8eb;
	padding: 30px 45px 25px 45px;
}
.popup .fields-wrap .field {
	margin-bottom: 20px;
}
.popup .fields-wrap .field .input-wrap > .title {
	width: 120px;
}
.popup .fields-wrap .field .input-wrap > .inner {
	margin-left: 120px;
}

.popup .fields-wrap .buttons {
	overflow: hidden;
}
.popup .fields-wrap .buttons .btn-05 {
	display: block;
	float: left;
	height: 40px;
	padding: 0 30px;
	margin: 0 20px 0 0;	 
	vertical-align: middle;
}
.popup .fields-wrap .buttons .btn-05 span {
	line-height: 41px !important;
}


.popup .social-wrap {
	background: #f1f1f1;
	padding: 0 45px 35px 45px;	
}
.popup .social-wrap {		
}
.popup .social-wrap > p {
	margin: 0 0 15px 0;
	font: normal 14px/1.4em "Montserrat-SemiBold";
	color: #9a9a9a;
	text-align: left;
}
.popup .social-wrap .buttons {
	overflow: hidden;	
}

.popup .social-wrap .buttons .btn {
	display: block;
	float: left;
	width: 100px;
	margin-right: 20px;
}
.popup .social-wrap .buttons .btn span {
	font-size: 14px;
}
.popup .social-wrap .buttons .btn > i {
	width: 36px !important;
}

@media (max-width: 767px) {
	.popup > .inner > .head .close {
		right: 12px;
	}
	.popup .fields-wrap {
		padding: 15px 15px 0 15px;
	}
	.popup .fields-wrap .field {
		margin-bottom: 15px;
	}	
	.popup .fields-wrap .buttons .btn-05 {
		float: none;
		width: 100%;
		height: 30px;
		padding: 0;
		margin: 0 0 15px 0;	
	}
	.popup .fields-wrap .buttons .btn-05 span {
		line-height: 30px !important;
	}
	.popup .social-wrap {
		padding: 0 15px;
	}
	.popup .social-wrap > p {
		text-align: center;
		margin-bottom: 13px;
	}
	.popup .social-wrap .buttons .btn {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		text-align: center;
	}
}






























