
@media all and (min-width : 481px)  {


/*input#header_query {
	display : none;
}

img#search_button {
	display : none;
}*/

a#directory_link {
	margin-left : 5vw;
	font-size : calc(var(--font-size) * 1.5);
	/*font-weight : normal;*/
}

a.action {
	display : inline-block;
	margin-right : 0.5vw;
}

		a.action#go_back {
			margin-left : 0.5vw;
		}

		a.action#move {
			margin-left : 31.5vw;
		}

		a.action#remove {
			/*margin-left : 43.5vw;*/
		}

		a#tuto {
			position : absolute;
			margin-top : 2.5vw;
			display : none;
			margin-left : 3.5vw;
		}

		a.action.freezed {
			background-color : rgba(var(--button-color), 0.4);
			color : rgb(var(--font-color), 0.4);
		}

		a.action.freezed:hover {
			cursor : default;
			color : rgb(var(--font-color), 0.4);
		}

div#charts {
	margin-left : 4.5vw;
}

div#content_list {
	margin-top : 1vw; 
	width : 91vw; 
	min-height : 40vw;
	padding-bottom : 0vw;
	margin-bottom : 4vw;
	/*box-shadow : 0vw 0vw 1vw 0.5vw #999; */
	/*border-radius: 2vw;*/
}

		table {
			/*padding-top : 1vw;*/
			/*padding-left : 1vw;*/
			/*padding-bottom : 4vw;*/
		}

				th {
					height : 3vw;
					font-family : Avenir;
					font-weight : normal;
					font-size : calc(var(--font-size) * 1);
					text-align : center;
					background-color : rgba(var(--button-color), 0.6);
				}

				a.raw_name {
					color : rgba(var(--font-color));
					text-decoration : none;
				}

				th.raw_padding {background-color : rgba(var(--main-color));}

				th.raw_check {width : 3vw;}
				th.raw_icon {width : 3vw;}
				th.raw_name {padding-left : 1vw; width : 23vw; text-align : left;}
				th.raw_status {width : 10vw;}
				th.raw_size {width : 10vw;}
				th.raw_duration {width : 10vw;}
				th.raw_resolution {width : 10vw;}
				th.raw_date {width : 10vw;}
				th.raw_rename {width : 3vw;}
				th.raw_stats {width : 3vw;}
				th.raw_link {width : 3vw;}

/*				th.title.raw_check {border-radius : 2vw 0vw 0vw 0vw;}
				th.title.raw_link {border-radius : 0vw 2vw 0vw 0vw;}

				th.footer.raw_check {border-radius : 0vw 0vw 0vw 2vw;}
				th.footer.raw_link {border-radius : 0vw 0vw 2vw 0vw;}*/

				th.title, th.footer {
					height : 3vw; 
					color : rgba(var(--font-color)); 
					background-color : rgba(var(--button-color));
					text-align : center;
				}

				img.raw_check {
					width : 1.5vw;
					margin-top : 0.5vw;
				}

				img.raw_icon, img.raw_rename, img.raw_stats, img.raw_link, img.raw_private, img.raw_public {
					width : 2vw;
				}

						img.raw_icon:hover, img.raw_rename:hover, img.raw_stats:hover, img.raw_link:hover, img.raw_private:hover, img.raw_public:hover {
							cursor : pointer
						}

						img.raw_icon.freezed {
							filter : saturate(0);
						}

						img.raw_icon.freezed:hover {
							cursor : auto;
						}

				a.raw_name:hover, img.raw_icon:hover, img.raw_check {
					cursor : pointer
				}

						a.raw_name.freezed {
							color : rgb(200, 200, 200);
						}

						a.raw_name.freezed:hover {
							cursor : auto;
						}

/*************************************** CREATE FILE POP UP **************************************/

/*div#rename_back_layer {
	display : none;
	position : absolute;
	z-index : 400;
	top : 0px;
	left : 0px;
	width : 100vw;
	height : 100vh;
	background-color : transparent;
}*/

div#create_file_pop_up {
	display : none;
	position : fixed;
	z-index : 10000;
	top : 50%;
  	transform : translateY(-50%);
	left : 35vw;
	width : 26vw;
	height : 8vw;
	padding : 2vw;
	border-radius : 2vw;
	text-align : center;
	background-color : rgba(var(--main-color));
	box-shadow : 0vw 0vw 1vw 0.5vw rgba(var(--shadow-color)); 
}

img#close_pop_up.rename {
	margin-top : -1.5vw;
    margin-left : 11.5vw;
}

a.rename_text {
	margin-top : -0.5vw;
	margin-left : 4.5vw;
	text-align : center;
	font-size : calc(var(--font-size) * 1.2);
	color : rgba(var(--font-color));
}

}


