#save_as_cont{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
div.save_as_win{
	position: absolute;
	width: 640px;
	height: 640px;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -320px;
	background-color: #ffffff;
}

input.save_pr{
	background-color: #9b7db9;
    color: #FFFFFF;
    border: solid 1px #555555;
    padding: 3px 10px;
    margin-left: 10px;
}

a.back{
	font-weight: bold;
    color: #222222;
}

#buttons_container{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	padding: 0 5px;
    box-sizing: border-box;
	height: 547px;
    overflow-y: auto;
}

div.button_container{
	position: relative;
	display: inline-block;
	width: 123px;
	height: 90px;
	padding: 1px;
	margin: 0 0 26px 0;
	border: solid 1px #cccccc;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	color: #808080;
	font-family: 'Myriad Pro Bold';
	font-size: 16px;
}

div.button_container:hover > div.del, div.button_container:hover > div.backup_button{
	display: inline-block;
}

div.new_container{
	cursor: pointer;
	text-align: center;
}

div.space{
	display: inline-block;
	width: 31px;
	margin: 0;
	padding: 0;
}

div.button_pic{
	position: relative;
	width: 103px;
	height: 71px;
	padding: 1px;
	line-height: 125px;
	margin: 8px 0 12px 8px;
	border: solid 1px #cccccc;
	text-align: center;
	overflow: hidden;
}
div.dir_pic:hover, div.new_folder:hover{
	padding: 0;
	border: solid 2px #7a52a2;
}


div.dir_pic{
	border: solid 1px transparent;
	cursor: pointer;
}

div.new_proj, div.new_folder{
	position: relative;
	background-color: #FFFFFF;
	box-sizing: border-box;
}


div.new_folder{
	border: solid 2px transparent;
	cursor: pointer;
}

img.new_proj{
	position: absolute;
	width: 30px;
    height: 30px;
    top: 24px;
    left: 34px;
}

img.new_folder{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

div.mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 125px;
	display: none;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
img.project{
	margin: -1px 0 0 -1px;
	width: 232px;
	height: 125px;
}
div.edit{
	position: relative;
	margin-top: 40px;
	display: inline-block;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	background-color: rgba(122,82,162,0.75);
	text-align: center;
	font-family: 'Myriad Pro Bold';
	font-size: 26px;
}
div.del, div.backup_button{
	position: absolute;
    display: none;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 20px;
    padding: 2px 0;
    background-color: rgba(122,82,162,0.75);
    cursor: pointer;
    text-align: center;
}
div.del:hover, div.backup_button:hover{
	background-color: rgba(122,82,162,1);
}
div.backup_button{
	right: auto;
	left: -1px;
}

div.proj_name, div.dir_name{
	position: absolute;
	bottom: -25px;
	display: inline-block;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 14px;
    overflow-x: hidden;
    width: 100%;
}

div.dir_name input{
	width: 120px;
    border: none;
    font-size: 14px;
    height: 20px;
}

div.link360{
	position: absolute;
	bottom: 12px;
	right: 80px;
	cursor: pointer;
}

div.camera_cont{
	position: absolute;
	bottom: 9px;
	right: 3px;
	cursor: pointer;
	width: 45px;
	height: 25px;
	padding: 5px 0 0 5px;
	line-height: 20px;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 14px;
	vertical-align: bottom;
	color: #7a52a2;
}
div.camera_cont:hover{
	background-color: #7a52a2;
	color: #FFFFFF;
}
div.camera_cont:hover > div.camera_img{
	background-position: 0 20px;
}

div.camera_img{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./img/camera.png);
	vertical-align: bottom;
	margin-right: 5px;
}

#delete_confirm{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 346px;
	height: 180px;
	margin: -90px 0 0 -173px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial;
	font-size: 18px;
	color: #808080;
}

#delete_background, #win_pro{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.85);
	display: none;
}
#win_pro{
	z-index: 1;
}

div.del_title{
	position: relative;
	width: 330px;
	height: 33px;
	background-color: #7a52a2;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial;
	font-size: 24px;
	padding: 7px 0 0 16px;
	margin-bottom: 33px;
}

div.del_close{
	position: absolute;
	top: 10px;
	right: 17px;
	cursor: pointer;
	width: 21px;
	height: 21px;
	background-image: url(./img/close.png);
	background-repeat: no-repeat;
}
div.del_close:hover{
	background-position: 0 -21px;
}

div.button_yes, div.button_cancel, div.pro_ok{
	position: absolute;
	bottom: 17px;
	left: 17px;
	height: 40px;
	line-height: 40px;
	width: 62px;
	background-color: #7a52a2;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: Arial Narrow, Arial;
	cursor: pointer;
}

div.button_yes:hover, div.pro_ok:hover{
	background-color: #553970;
}

div.pro_buy{
	left: auto;
	right: 17px;
	width: 170px;
}

div.button_cancel{
	left: auto;
	right: 17px;
	width: 85px;
	background-color: #f5f5f5;
	color: #999999;
}

div.button_cancel:hover{
	background-color: #e6e6e6;
}

#backup_list{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
}

#back_win{
	position: absolute;
    width: 400px;
    height: 580px;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -200px;
    background-color: #d8dee4;
    padding-bottom: 30px;
}

#back_title{
	background-color: #78559e;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-family: Arial;
    font-size: 26px;
    height: 79px;
    line-height: 79px;
    margin-bottom: 10px;
}

#back_content{
	position: absolute;
	top: 79px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}

img.close{
	position: absolute;
    top: 8px;
    right: 8px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

div.back_item, div.back_item_button{
	display: inline-block;
	margin: 5px;
	border-radius: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
}

div.back_item{
	border-color: #78559e;
	border-style: solid;
	border-width: 1px;
	color: #000000;
}

div.back_item_button{
	padding: 0 10px;
	cursor: pointer;
	background-color: #78559e;
	color: #FFFFFF;
}

a.back_item_eye{
	margin: 0 20px;
	vertical-align: middle;
}

#win360_cont{
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	display: none;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
}

#win360{
	position: absolute;
    width: 500px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    background-color: #ffffff;
}

div.proj_save_top {
    height: 30px;
    background-color: #78559e;
	margin-bottom: 20px;
	color: #FFFFFF;
	line-height: 30px;
	font-family: Arial;
}

div.proj_save_top img {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

#win360 input[type="text"]{
	width: 340px;
}

#win360 input[type="button"]{
	margin-top: 10px;
    background-color: #926abd;
    color: #FFFFFF;
}