@import url('../../../model/admin/css/gritter.css');

/* 默认全局字体 */
* {
	font-family: 'Segoe UI Semilight', 'Microsoft Yahei', Arial;
}

/* 自定义页面，详情页面 */
table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    empty-cells: show;
}
table td {
    border: 1px solid #eee;
    padding: 16px;
    padding-bottom: 15px;
}
.text-justify {
	text-align:justify;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
/*
<link rel="stylesheet" href="${protocol}://${themeDomain}/plugin/redactor/redactor.min.css" />
<div class="redactor-styles">...</div>
*/

/* 客户端上传控件插件的样式 */
/*
//file and mfile
.uploader-plugin .fileinput-new,.uploader-plugin .fileinput-exists{
	font-size: 14px;
}
.uploader-plugin .btn-file{
	background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}
//mfile
.uploader-plugin .fileinput-filename,.uploader-plugin .btn-file{
	margin-top:10px;
}
//image
.uploader-plugin .btn-file{
	background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}
.uploader-plugin .fileinput-preview {
	text-align:center;
	border:2px solid #32c5d2;
	background:transparent;
	cursor:pointer;
	width: 200px; 
	height: 150px;
	border-radius: 5px;
}
.uploader-plugin svg {
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	fill:#32c5d2;
	margin-top:33px;
}
//mimage
.uploader-plugin .dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.uploader-plugin form {
	cursor:default;
}
.uploader-plugin #addPictureBtn .dz-image {
	text-align:center;
	border:2px solid #0087F7;
	background:transparent;
	cursor:pointer;
}
.uploader-plugin #addPictureBtn svg {
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	fill:#0087F7;
	margin-top:20px;
}
.uploader-plugin #addPictureBtn p {
	color:#0087F7;
	font-size:13px;
	margin-top:0px;
	font-weight:700;
	cursor:pointer;
}
*/

.no-border {
	border: 0px !important;
}

.no-border-left-side {
	border-left: 0px !important;
}

.no-border-right-side {
	border-right: 0px !important;
}

.no-border-both-side {
	border-left: 0px !important;
	border-right: 0px !important;
}