* {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-style: inherit;
	font-size: 100%;
}

header {
	background-color: #707070;
	height: 50px;
}


.path_div {
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 12px;
	font-size: 15px;
	direction: rtl;
	color: rgba(221, 221, 221, .5);
	white-space: nowrap;
}

.logout_button {
	float: right;
}

.header_button, .logout_button {
	margin-top: 10px;
	background-color: #707070;
	border: none;
	color: #ddd;
	/* transition: .5s; */
}

.header_button:hover, .logout_button:hover {
	color: white;
}

body {
	background-color: #eee;
	margin: 0;
	padding: 0;
}

video {
	margin-top: 10px;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

p {
	text-align: center;
}

.main_container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.checkmark {
	position: relative;
    height: 25%;
    float: right;
    z-index: 2;
    margin: 60% 6% 0 0;
    bottom: 0;
}

@media screen and (min-width: 992px) {
	.main_container {
		width: 900px;		
	}
	.checkmark {
		margin: 55% 6% 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.9px) {
	.main_container {
		width: 700px;		
	}
	.checkmark {
		margin: 55% 6% 0 0;
	}
}

@media screen and (min-width: 768px) {
	.folder_image, .thumbnail_container, .thumbnail {
		width: 100px;
	}
}

@media screen and (max-width: 767.9px) {
	.main_container {
		width: device-width;
	}

	.folder_image, .thumbnail_container, .thumbnail {
		width: 90px;
	}

	.folder_name {
		margin-top: 7px;
	}
}

.grid_cell {
	height: 150px;
	border-radius: 10px;
	/* transition: .5s; */
	padding-left: 0;
	padding-right: 0;
}

.grid_cell:hover {
	background-color: #ddd;
}

.grid_item {
	height: 150px;
	margin: 0 auto;
}

.folder_image {
	margin: 0 auto;
	display: block;
}

.back {
	font-size: 75px;
}

.thumbnail_container {
	position: relative;
	background-color: #333;
	height: 80px;
	margin: 11px auto 6px;
	border-radius: 5px;
}

.thumbnail {
	max-height: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.i_gif_j {
	display: none;
}

.i_jpg_j {
	display: block;
}


.folder_name, .video_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	margin-bottom: 0;
}

.date {
	font-size: 12px;
}

.centred_block {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.auth_form {
	display: flex;
	flex-direction: column;
}
.style_hid { 
	visibility: hidden; 
}

.input_item {
	border-radius: 5px;
	margin-top: 10px;
	border: none;
}

.input_item_pwd {
	border-radius: 5px;
	padding: 10px 0 10px 10px;
	border: none;
}

.input_item_padding {
	padding: 10px 0 10px 10px;
}

.bottom_row_icon {
	height: 50px;
}

.bottom_row_icon_full_size {
	height: 70px;
}

#authpassword, .button {
	margin-top: 10px;
}

.button {
	mask-type: 20px;
	padding-right: 10px;
	background-color: #bbb;
	/* transition: .5s; */
	color: white;
}

.button:hover {
	background-color: #999;
	cursor: pointer;
}

.button:disabled {
	background-color: #ddd;
	cursor: default;
}

#videoPlayer {
	display: flex;
	align-items: center;
	width: 100%;
}

.button_row {
	display: flex;
	justify-content: space-between;
}

.button_row_mark {
	display: flex;
	justify-content: space-around;
}

.single_video_name {
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
	overflow-wrap: break-word;
}
