button {
	font-size: 13pt;
	padding: 5px;
}

input.text {
	/* margin-bottom: 12px; */
	width: 95%;
	padding: .4em;
}

#div_middle_container {
	position: fixed;
    /* top: var(--top-bar-height); */
	top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
}

#div_directory_list_container {
	position: fixed;
    /* top: var(--top-bar-height); */
	top: 70px;
    bottom: 0;
    left: 0;
	/* width: var(--left-menu-width); */
	width: 300px;
}

#div_directory_list {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    background-image: -webkit-radial-gradient(right, #f2f2f2, #ffffff 80%);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #aaa;
    font-size: 11pt;
    z-index: 3;
}

#div_directory_list ul {
	list-style: none;
	margin-left: -20px;
}

#div_directory_list ul:first-child {
	margin: 5px;
	padding-bottom: 50px;
}

#div_directory_list ul li{
	padding-left: 20px;
	margin-top: 10px;
	background-image: url(../img/ic_folder_open_black_24dp_2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 15px;
}

#div_directory_list ul > li.dir_hidden{
	background-image: url(../img/ic_folder_open_black_transparent_24dp_2x.png);
}

#div_directory_list ul li.dir_hidden > span {
	opacity: 0.4;
}

#div_directory_list ul > li.new_badge div.new_badge {
	width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-top: 0.5px;
    background-size: 15px 15px;
    background-image: url(../img/new-badge-2-xxl.png);
    display: inline-block;
    vertical-align: middle;
}

#div_directory_list ul li span.dir_name {
	padding: 1px 3px;
}

#div_directory_list ul > li.new_badge > span.dir_name {
	vertical-align: middle;
}

#div_directory_list ul > li.new_badge > span.comment {
	padding-left: 20px;
}

#div_directory_list ul li span.dir_name.selected {
    /* border: 1px solid #003eff; */
    border-radius: 3px;
	background-color: #346392;
	color: white;
}

#div_directory_list ul li span.comment{
	display: block;
	padding: 1px 3px;
}

#div_directory_list ul li .comment{
	color: #777;
	overflow-x: hidden;
}

#button_notice {
	width: 100%;
	max-height: 54px;
	background-color: #6c2200;
	color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#button_notice a{
	color: white;
}

#button_notice:hover {
	background-color: #b33900;
}

#button_notice span {
	padding-left: 25px;
	background-image: url(../img/ic_mail_outline_white_24dp_2x.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left;
}

#div_image_list_container {
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	/* top: var(--top-bar-height); */
	top: 70px;
	right: 0;
	bottom: 0;
	/* left: var(--left-menu-width); */
	left: 300px;
}

#div_image_list_container h1 {
	text-align: center;
}

#div_directory_list li {
	margin-left: 20px;
}

#div_tool {
    width: 100%;
    height: 27px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaa;
	background: #eee;
}

#div_tool div.right {
    display: inline;
    position: absolute;
    right: 10px;
}

#div_image_list {
	margin: 0 auto;
	margin-top: 60px;
	font-size: 11pt;
	/* text-align: center; */
}

#div_image_list .div_folder {
	position: relative;
	display: inline-block;
    vertical-align: top;
    margin-top: -0.3em;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 200px;
    height: 230px;
    text-align: center;
    cursor: pointer;
}

#div_image_list .div_folder.dir_hidden {
	opacity: 0.3;
}

#div_image_list .div_folder.medium {
	width: 300px;
	height: 330px;
}

#div_image_list .div_folder.large {
	width: 400px;
	height: 430px;
}

#div_image_list .div_folder:hover {
	text-decoration: underline;
}

#div_image_list .div_folder .comment {
	display: block;
	color: #777;
	overflow-x: hidden;
}

#div_image_list div.checkbox {
	position: absolute;
	background-color: white;
	left: 5px;
	top: 5px;
	width: 15px !important;
	height: 15px !important;
	border: 1px solid #cccccc;
	background-size: 15px 15px;
	background-position: center;
	background-image: url(../img/unchecked.png);
}

#div_image_list div.checked {
	background-size: 15px 15px;
	background-position: center;
	background-image: url(../img/checked.png);
}

#div_image_list.no_check div.checkbox {
	display: none;
}

#div_image_list .div_folder div.icon {
	display: block;
    position: relative;
    width: 202px;
    height: 182px;
    line-height: 182px;
    /*padding: 70px 80px;*/
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    overflow: hidden;
}

#div_image_list .div_folder.medium div.icon {
	width: 302px;
    height: 282px;
    line-height: 282px;
    /*padding: 120px 130px;*/
}

#div_image_list .div_folder.large div.icon {
	width: 402px;
    height: 382px;
    line-height: 382px;
	/*padding: 170px 180px;*/
}

#div_image_list .div_folder div.icon img {
	max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

#div_image_list .div_folder div.icon div.plValue {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    line-height: initial;
    padding: 10px;
    background: #2d767a;
    color: white;
}

#div_image_list figure {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/* margin-top: var(--image-item-top-margin); */
	margin-top: -0.3em;
	margin-left: 10px;
	margin-bottom: 10px;
}

#div_image_list figure figcaption {
	text-align: center;
	margin-top: 5px;
	padding-bottom: 10px;
	color: #666666;
}

#div_image_list figure a {
	display: block;
	width: 200px;
	height: 230px;
    text-decoration: none;
}

#div_image_list figure a:hover {
	text-decoration: underline;	
}

#div_image_list figure a.medium {
	width: 300px;
	height: 330px;
}

#div_image_list figure a.large {
	width: 400px;
	height: 430px;
}

#div_image_list figure a div.thumbnail {
	display: block;
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	border: 1px solid #eeeeee;
	/*background-color: black;*/
	overflow: hidden;
}

#div_image_list figure a.medium div {
	width: 300px;
	height: 300px;
}

#div_image_list figure a.large div {
	width: 400px;
	height: 400px;
}

#div_image_list figure img {
	position: absolute;

	left: 50%;
    top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#div_image_list figure img.horizontal {
	width: 100%;
	height: auto;
}

#div_image_list figure img.vertical {
	width: auto;
	height: 100%;
}

#div_no_content {
	position: absolute;
    margin: 0 auto;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
}

#div_no_content p {
    width: 100%;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 25pt;
}

.context_menu_info span {
	font-size: 10pt;
	padding: 5px;
	padding-left: 30px;
	background-color: #eeeeee;
	background-image: url(../img/ic_info_outline_black_24dp_2x.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
}

.context_menu_info span {
	font-size: 10pt;
	padding: 5px;
	padding-left: 30px;
	background-color: #eeeeee;
	background-image: url(../img/ic_info_outline_black_24dp_2x.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
}

#film_file_button {
	margin-top: 10px;
	margin-left: 5px;
}

#film_file_button a {
	text-decoration: none;
}

#film_file_button span {
	cursor: pointer;
	margin-top: 5px;
	font-size: 10pt;
	padding: 5px;
	padding-left: 30px;
	background-color: #eeeeee;
	background-image: url(../img/ic_film.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	color: #000;
}

#film_file_button span:hover {
	text-decoration: underline;
}

#film_file_button img {
	left: 5px;
	margin-top: 5px;
	width: 0;
	height: 0;
}

#file_context_menu_info {
	position: absolute;
	right: 0px;
	margin-right: 10px;
	margin-top: 10px;
}

#file_context_menu_info span {
    right: 5px;
    margin-top: 5px;
}

#dir_context_menu_info span {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#div_bottom_message {
	position: absolute;
	/* left: var(--left-menu-width); */
	left: 300px;
	bottom: 0;
	right: 0;
	padding: 10px;
	background: #F1F0F0;
	font-size: 12pt;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

#div_list_title_icon {
	width: 90px;
	height: 90px;
	border: 2px solid #dddddd;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: -50px;
	padding: 15px;
	text-align: center;
}

#img_image_list_title_icon {
	margin: 0 !important;
	width: auto !important;
	height: 100% !important;
}

.div_dialog_description {
	padding: 5px;
}

.div_dialog_description li {
	margin-left: 20px;
}