
.sync-tpl {
	display: none;
}

.date {
	width: 80px;
}

/* Common Dialog */
.cdlg-matt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.cdlg {
	position: fixed;
	margin: 0 auto;
	background-color: #fff;
	border: 1px #ccc solid;
	border-radius: 4px;
	box-shadow: 1px 3px 8px rgba(0,0,0,.3);
	text-align: center;
	top: 100px;
	/*max-height: calc(100% - 200px);*/
	display: none;
}
.cdlg .dlg-title-wrap {
	position: relative;
	height: 40px;
	background-color: #1c94c4;
	color: #fff;
	cursor: grab;
}
.cdlg .dlg-title {
	color: #fff;
	font-size: 14px;
	padding-top: 14px;
}
.cdlg .dlg-title-wrap .close {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	background: url(images/btn-close-white.png) no-repeat center center;
	cursor: pointer;
}

.cdlg .dlg-body {

}
.cdlg .dlg-content {
	padding: 20px 20px;
}

.cdlg .dlg-desc {
	padding: 10px;
	line-height: 150%;
	border: 1px #ccc solid;
	background-color: #f1f1f1;
	text-align: left;
}


.cdlg .dlg-item-help {
	padding: 5px 0;
	color: #888;
}
.cdlg .dlg-table-item {
	width: 100%;
	border-spacing: 0;
	border: 1px #ccc solid;
	border-collapse: collapse;
}
.cdlg .dlg-table-item th {
	border: 1px #ccc solid;
	background-color: #eee;
	padding: 4px 5px;
	font-weight: normal;
	text-align: center;
}
.cdlg .dlg-table-item td {
	border: 1px #ccc solid;
	padding: 4px 5px;
	text-align: left;
}

.cdlg .dlg-table-item input[type=text],
.cdlg .dlg-table-item input[type=number],
.cdlg .dlg-table-item input[type=tel],
.cdlg .dlg-table-item input[type=email] {
	width: calc(100% - 10px);
	border: 1px #d7d7d7 solid;
	padding-left: 4px;
	padding-right: 4px;
}

.cdlg .dlg-table-item textarea {
	width: calc(100% - 10px);
	height: 70px;
	padding: 5px;
	line-height: 130%;
}


.cdlg .dlg-foot {
	padding: 10px;
	text-align: center;
	border-top: 1px #ccc solid;
	background-color: #f1f1f1;
}

.cdlg .dlg-foot input[type=button],
.cdlg .dlg-foot input[type=submit] {
	padding: 0 20px 0 20px;
	height: 28px;
	background-color: #1c94c4;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 12px;
}
.cdlg .dlg-foot input[type=button]:hover,
.cdlg .dlg-foot input[type=submit]:hover {
	background-color: #f80;
}

/* Toast message */
.toastbox {
	position: fixed;
	top: 50%;
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	display: none;
	z-index: 99999;
}


/* width */
.w30 {width: 30px !important}
.w50 {width: 50px !important}
.w70 {width: 70px !important}
.w80 {width: 80px !important}
.w100 {width: 100px !important}
.w120 {width: 120px !important}
.w150 {width: 150px !important}
.w200 {width: 200px !important}
.w300 {width: 300px !important}
.w400 {width: 400px !important}
.w500 {width: 500px !important}
.w600 {width: 600px !important}
.w700 {width: 700px !important}
.w800 {width: 800px !important}
.w900 {width: 900px !important}
.w1000 {width: 1000px !important}

.ml10 {margin-left: 10px !important}
.ml20 {margin-left: 20px !important}

.mt5 {margin-top: 5px !important}
.mt10 {margin-top: 10px !important}



.nowrap {white-space: nowrap !important}
