/*ZMAX媒体管理组件CSS*/

.current_category_container {
    border-top: solid 1px #ddd;
    padding: 5px 0;
}

.layui-well {
    background: #eee;
    padding: 15px 10px;
}

.layui-well .btn{
	border:none;
}

ul#tree-category {
    padding: 0px;
    margin: 0px;
}

.text-box{
    padding: 5px 2px;
}
.active-category {
    padding: 5px 0;
    border-top: solid 1px #ddd;
    margin: 5px 0;
}

.layui-input-inline input#filter_search {
    width: 200px !important;
    height: 30px !important;
    line-height: 30px;
}

.zmaxcdn-items-field-container .layui-tab-content {
    padding: 0;
}
.zmaxcdn-attach-detail-container h4 {
    font-size: 15px;
    padding-bottom: 5px;
}

.zmaxcdn-itemlist-container .zitem {
    margin: 5px 10px;
    border: solid 1px #ddd;
    height: 80px;
	cursor:pointer;
}

.layui-form-item .chzn-container {
    display: none;
}

.layui-form-item .modal__jform_uid {
    display: none;
}
/*admin 控制面板*/
#dashboard-icons .btn {
    margin: 5px;
	border:none;
}

table#itemslist .zmaximage {
    max-width: 80px;
    margin: 5px;
    border: solid #ddd 2px;
    border-radius: 5px;
}

/*资源列表界面*/
.zmedia-container {
    background: #eee;
	margin-top: 10px;
    border-top: solid 4px #eee;
	height: 480px;
}
.zdir-container {
    border-right: solid 2px #dedede;
    padding: 10px;
	padding-bottom: 0px;
    height: 100%;
}
#tree-category {
    max-height: 400px;
    overflow-y: auto;
}

#tree-category a[href="javascript:void(0);"] ,#tree-category a[href="javascript:void(0);"] i{
    color: #5fb878 !important;
}


.zdir-container hr {
    border-bottom: solid #fff 1px;
}
.zitems-container {
    /*height: 420px;*/
	overflow-y: auto;
}
.ztoolbar-container {
    border-top: solid 2px #ddd;
    height: 60px;
    padding: 2px 5px;
}
.zmedia-container .zitem-list {
    background: #fff;
}
.zmedia-container .items {
    padding-top: 10px;
    height: 420px;
    overflow-y: auto;
	overflow-x: hidden;
}
.zitemlist-container {
    padding: 5px;
}

.zpagination-container {
    margin: 10px 0;
}    

/*-- 搜索部分--*/

.zfilter-container{
	border-bottom: solid 1px #eee;
	padding: 2 5px;
}
.zfilter-container input {
    width: 120px;
	height: 30px !important;
	margin:0px !important;
	display: inline-block !important;;
}
.zfilter-container select {
    min-width: 150px;
	max-width: 350px;

}

.zfilter-container .zpull-right {
    float: right;
	text-align: right;
}



select#select_catid {
    width: 200px;
}
/*-- 单个素略图项目部分--*/
.zitem-container {
    background: #eee;
    display: inline-block;
    padding: 0px;
	margin: 2px 5px;    
    border: solid 3px #efefef;
    border-radius: 3px;
    text-align: center;
    height:80px;
	width:100px;
	transition: all 0.2s ease;
	cursor:pointer;
}
.zimg-thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
}
.zimg-thumb-inside {
    display: block;
    line-height: 60px;
    position: relative;
	height: 80px;
    border-radius: 3px;
    overflow: hidden;
}
.zimg-thumb-inside img {
    width: 100%;
}
#wrapper.uploader-wrapper {
    margin: 0px !important;
}

.layui-tab-content.zmaxcdn-tab {
    padding: 5px 0;
}

.zmedia-container  .zitem {
    position: relative;
}
.zmedia-container  .zimg-detail{
	position: absolute;
    left: 0;
    background-color: #fff;
    border-color: rgba(0,0,0,0.2);
    bottom: 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 0;
    border-radius: 0 3px 0 0;
    z-index: 1;
	padding: 0 0px;
    line-height: 20px;
    color: #555;
	font-size: 11px;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.zmedia-container  .zimg-detail:hover {
    background: #eee;
}

.zmedia-container .zmaximage {
    max-height: 100px;
    max-width: 150px;
	
	width:100%;
    overflow: hidden;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.zimg-thumb .zimg-thumb-inside:before {
    font-family: "IcoMoon";
    font-style: normal;
    content: "G";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #46a546;
    color: #fff;
    line-height: 26px;
    width: 26px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    border-color: rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    border-radius: 0 3px;	
}

/*-- 选中部分高亮--*/
.selected .zimg-thumb-inside:before
{
	-webkit-transform: scale(1);
    transform: scale(1); 
    opacity: 1;
}
.selected .zimg-thumb-inside {
	background:#ddd;
}
.selected .zimg-thumb-inside:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 3px solid #46a546;
    border-radius: 5px;
}



/*详细信息部分*/
.zattach-container {
    overflow-y: auto;
    border-left: solid 1px #dedede;
    padding: 15px;
	font-size: 12px;
}
.zresponsive-img {
    max-width: 80%;
    padding: 5px;
}
.details .filename {
    font-weight: 600;
    color: #444;
    word-wrap: break-word;
}

.zattach-container hr.zline {
    border: none;
    border-top: 1px solid #fff;
}
.details>div {
    line-height: 17px;
}
.delete-attachment {
    display: inline;
    padding: 0;
    color: #bc0b0b;
}

.delete-attachment {
    display: inline;
    padding: 0;
    color: #bc0b0b;
}
.zattach-inner {
    visibility: hidden;
}

.setting {
    display: block;
    float: left;
    width: 100%;
    margin: 1px 0;
}

.setting span {
    float: left;
    min-height: 22px;
    padding-top: 8px;
    line-height: 16px;
    font-weight: 400;
    color: #666;
	min-width: 30%;
    margin-right: 4%;
    font-size: 12px;
    text-align: right;
    word-wrap: break-word;
}
.setting input[type=text]{
    box-sizing: border-box;
    margin: 1px;
    width: 64%;
    float: right;
	height: 25px;
	font-size: 12px;
    border-width: 1px;
    border-style: solid;
	border-radius: 0px;
    border-color: #ddd;
}
.setting textarea {
    height: 62px;
    resize: vertical;
	margin: 1px;
    float: right;
	font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
	    padding: 6px 8px;
		line-height: 1.4;
		border-radius: 0;
}
.attachment-display-settings {
    width: 100%;
    float: left;
}
.setting  select{
    max-width: 65%;
	    line-height: 28px;
    margin-top: 3px;
}
.attach-detail-container:after { 
    display: block;
    content: "";
    clear: both;
}


.window .window-mainbody {
    padding: 0px !important;
}
body.contentpane {
    background: #fff;
	max-height: 560px;
}
.zsite.forminline {
    background: #fff;
}

form#adminForm .row {
    margin: 0px;
}
form#adminForm .row .zmaximage {
    margin: 0px 5px;
}

    

table#info-table {
    width: 80%;
    margin: 15px auto;
}


.system-insert-btn {
    margin-top: 7px;
}

.info-container {
    padding: 15px 25px;
}

.zpicker-container {
    margin-top: 10%;
}


.zmedia-container  .items {
    padding-top: 10px;
}







.system-no-container  {
    padding: 5px;
    font-size: large;
    font-weight: bold;
}


.page-container {
    padding: 15px;
}
.webuploader-dnd-over .zdnd-area-container ,.draging.zdnd-area-container{
	background: #dedede;
	border: dashed 1px #fcfcfc;
}
.zdnd-area-container{
    min-width: 100%;
    height: 300px;
    text-align: center;
    border: dashed 1px #dedede;
    text-indent: inherit;
	background: #fcfcfc;
	box-sizing: border-box;
}
.upload_intro_text {    
    color: #888;
	font-size: 13px;
}

.uploader-set-container {
    padding: 10px 0;
    background: #f3f3f3;
    line-height: 15px;
    padding-left: 10px;
}

.zuploader-container .qiniu-uploader {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
}
.qiniu-uploader  #container {
    margin: 0px;
    border-radius: 0px;
    border-width: 1px;
	border-color: #dedede;
}


.text-right {
    float: right;
    text-align: right;
}


@media screen and (max-width: 767px) {
	.zdir-container,.zitems-container ,.zitems-container .items {
		height: auto;
	}
}

