.u-vmenu ul li {
	width: 100%;
	list-style: none;
}
.u-vmenu ul ul{
	display: none;
}
.u-vmenu > ul > li {
	background: url(../images/vmenu/zakladka.png) left top no-repeat;
	background-size: 100% auto;
}
.u-vmenu ul li a {
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 15px;
	color: #006dd5;
	text-decoration: none;
	outline: none;
}
.u-vmenu > ul > li > a {
	height: 42px;
	line-height: 42px;
}
.u-vmenu ul li a[data-option='on'] {
	background: #65d9e5 url(../img/off.png) left center no-repeat;
	padding-left: 25px;
}
.u-vmenu ul li a[data-option='off'] {
	background: url(../img/on.png) left center no-repeat;
	padding-left: 25px;
}
#output_content_wrapper .property_list_collection_item {
	padding: 0;
}

/*======== POPUP FILE MANAGER =========*/
/*======== POPUP FILE MANAGER =========*/
/*======== POPUP FILE MANAGER =========*/
#popupFileManager .modal-header {
	margin: 0;
	padding: 5px;
	background-color: #0f598a;
	color: #fff;
}
#popupFileManager .modal-header button {
	opacity: 1;
	border: none;
	outline: none;
}
#popupFileManager .modal-header button span {
    color: #ff8b06;
    font-size: 18px;
    text-shadow: none;
}
#popupFileManager .modal-header button span:hover {
	opacity: 0.8;
}
#popupFileManager p {
	margin: 0; padding: 0;
}
#popupFileManager .modal-body {
	margin: 0; padding: 0;
	min-height: 300px;
}
#popupFileManager .modal-body .btnControl {
	background-color: #fafafa;
    background-image: linear-gradient(180deg,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #bbb;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
}
#popupFileManager .modal-body .btnControl a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #d3d3d3;
}
#popupFileManager .modal-body .btnControl a:last-child {
	border-right: none;
}
#popupFileManager .modal-body .btnControl a:hover {
	opacity: 0.8;
}

/*====== MENU TREE FILE MANAGER ======*/
.modal-body .u-vmenu ul li {
	border-bottom: 1px dotted #a4a4a4;
}
.modal-body .u-vmenu ul li a {
	color: #000;
}
.modal-body .u-vmenu ul li a[data-option='on'].foPlus:first-child {
	display: block;
    width: 10px;
    float: left;
	background: url(../img/folder_icon.png) left center no-repeat;
	padding-left: 25px;
}
.modal-body .u-vmenu ul li a[data-option='off'].foPlus:first-child {
	background: url(../img/folder_icon.png) left center no-repeat;
	padding-left: 25px;
	display: block;
    width: 10px;
    float: left;
}


.modal-body {
	overflow:  hidden;
	background: #fff;
}
.modal-body .u-vmenu ul li a.file {
	background: none;
	padding-left: 0;
}
.modal-body .u-vmenu ul {
	margin: 0;
	padding-left: 5px;
}
.modal-body .btnControl {
	width: 100%;
}
.modal-body .u-vmenu {
	float: left;
	width: 30%;
	background-color: #dfdfdf;
}
.modal-body #jigyouFolder {
	float: left;
	width: 100%;
}
#innerBody {
	overflow: hidden;
}

/*========== jigyo_all_folders ==========*/
/*========== jigyo_all_folders ==========*/
/*========== jigyo_all_folders ==========*/
div#jigyo_all_folders .u-vmenu ul li {
	padding-left: 15px !important;
}
div#jigyo_all_folders .u-vmenu ul li a[data-option='off'] {
	background: url(../img/folder_icon.png) left center no-repeat;
    padding-left: 25px;
}
div#jigyo_all_folders .u-vmenu ul li a[data-option='on'] {
	background: #65d9e5 url(../img/folder_icon.png) left center no-repeat;
    padding-left: 25px;
}
div#jigyouFolder > div {
	height: 98px;
}
div#jigyouFolder > div > a {
	background: url(../img/folder_icon_md.png) top center no-repeat;
    display: block;
    width: 100%;
    height: 32px;
    padding-top: 46px;
    text-align: center;
}
div#jigyouFolder > div > a.file {
	background: inherit;
	padding-top: 0;
}

#jigyouFolder a.file_xlsx,
#jigyouFolder a.file_pdf,
#jigyouFolder a.file_txt,
#jigyouFolder a.file_docx,
#jigyouFolder a.file_pptx,
#jigyouFolder a.file_image,
#jigyouFolder a.file_nan {
	display: block;
    height: 64px;
    line-height: 20px;
    padding-top: 68px !important;
}
#jigyouFolder a.file_xlsx {
	background: url(../img/excel_md.png) no-repeat top center !important;
}
#jigyouFolder a.file_pdf {
	background: url(../img/pdf_md.png) no-repeat top center !important;
}
#jigyouFolder a.file_txt {
	background: url(../img/txt_md.png) no-repeat top center !important;
}
#jigyouFolder a.file_docx {
	background: url(../img/doc_md.png) no-repeat top center !important;
}
#jigyouFolder a.file_pptx {
	background: url(../img/ppt_md.png) no-repeat top center !important;
}
#jigyouFolder a.file_mp4 {
	display: block;
	background: url(../img/mp4.png) no-repeat top center !important;
    padding-top: 50px;
    height: 50px;
    line-height: 145px;
}
#jigyouFolder a.link_web {
	display: block;
	background: url(../img/web.png) no-repeat top center !important;
    padding-top: 60px;
    height: 50px;
    line-height: 145px;
}
#jigyouFolder a.file_nan {
	background: url(../img/file.png) no-repeat top center !important;
}