@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
	color: #333;
	font-size: 14px;
	font-family: "Open Sans",sans-serif, "微軟正黑體", Verdana,"Microsoft YaHei","宋體",Arial,"Microsoft JhengHei";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, b, i, u, strong, strike, sub, sup, li {
	color: inherit;
	font-size: inherit;
}
ul, ol {
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px auto;
	background-color: #EFEFEF;
	text-align: center;
}

body {
	display: inline-block;
	position: relative;
	min-width: 1100px;
}


/* Side menu */
.fix-menu {
	display: inline-block;
	position: fixed;
	top: 0px;
	height: 100%;
	background-color: #222;
	overflow: auto;
}
.left-menu {
	left: 0px;
}
.right-menu {
	right: 0px;
}

.fix-menu .user-item {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.user-item .user-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 20px 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
}
.user-icon-blank {
	background-image: url('../image/icon-user.png') !important;
	background-size: 60% !important;
	border: 2px solid #EEE !important;
}
.user-item .user-name {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	color: #EEE;
	font-size: 14px;
	text-align: center;
}
.fix-menu .menu-item {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	color: #EEE;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}
.fix-menu .menu-item:hover {
	background-color: #00aeef;
}
.fix-menu .menu-divider {
	display: inline-block;
	width: 130px;
	height: 1px;
	margin: 10px 15px;
	background-color: #CCC;
}
.fix-menu .sub-menu {
	display: inline-block;
	width: 100%;
	background-color: #444;
}
.fix-menu .sub-menu-item {
	display: inline-block;
	width: 100%;
	padding: 8px 15px;
	padding-left: 30px;
	color: #EEE;
	font-size: 13px;
	text-align: left;
	background-image: url('../image/icon-submenu.png');
	background-size: 8px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.fix-menu .sub-menu-item:hover {
	background-color: #00aeef;
}
.fix-menu .title {
	display: inline-block;
	width: 100%;
	color: #FFF;
	margin-top: 20px;
	padding: 0 10%;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.fix-menu .title-divider {
	display: inline-block;
	width: 80%;
	height: 1px;
	margin: 5px 10%;
	margin-bottom: 20px;
	background-color: #CCC;
}
.fix-menu .hide-toggle {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url('../image/icon-cancel-white.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.fix-menu {
	display: inline-block;
	position: fixed;
	top: 0px;
	height: 100%;
	background-color: #444;
	overflow: auto;
}
.left-menu {
	left: 0px;
}
.right-menu {
	right: 0px;
}

.fix-menu .user-item {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.user-item .user-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 25px 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
}
.user-icon-blank {
	background-image: url('../image/icon-user.png') !important;
	background-size: 60% !important;
	border: 2px solid #FFF !important;
}
.user-item .user-name {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.fix-menu .menu-item {
	display: inline-block;
	width: 100%;
	padding: 15px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}
.fix-menu .menu-item:hover {
	background-color: #00aeef;
}
.fix-menu .menu-divider {
	display: inline-block;
	width: 50%;
	height: 1px;
	margin: 15px 20%;
	background-color: #CCC;
}
.fix-menu .vert-section {
	display: inline-block;
	width: 100%;
	height: 50%;
}
.fix-menu .title {
	display: inline-block;
	width: 100%;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.fix-menu .title-divider {
	display: inline-block;
	width: 80%;
	height: 1px;
	margin: 10px 10%;
	background-color: #CCC;
}

.content {
	display: inline-block;
	width: 100%;
	min-height: 100%;
	background-color: #FEFEFE;
}
.container {
	display: inline-block;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	padding: 20px;
}

.page-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	color: #333;
	font-size: 28px;
	text-align: left;
}
.page-load {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url('../image/load.gif');
	background-size: 30px 30px;
	background-position: center 100px;
	background-repeat: no-repeat;
}


/* Columns */
.col-w-2, .col-w-3, .col-w-4, .col-w-5, .col-w-6, .col-w-7, .col-w-8, .col-w-9, .col-w-10,
.col-w-03, .col-w-04, .col-w-05, .col-w-06, .col-w-07, .col-w-08, .col-w-09, .col-w-010,
.col-w-auto {
	display: inline-block;
	float: left;
	min-height: 1px;
}
.col-w-03 {
	width: 66.666666%;
}
.col-w-04 {
	width: 75%;
}
.col-w-05 {
	width: 80%;
}
.col-w-06 {
	width: 83.333333%;
}
.col-w-2 {
	width: 50%;
}
.col-w-3 {
	width: 33.333333%;
}
.col-w-4 {
	width: 25%;
}
.col-w-5 {
	width: 20%;
}
.col-w-6 {
	width: 16.666666%;
}
.col-w-7 {
	width: 14.285713%;
}
.col-w-8 {
	width: 12.5%;
}
.col-w-9 {
	width: 11.111111%;
}
.col-w-10 {
	width: 10%;
}
.col-w-auto {
	width: auto;
}


/* Panel area */
.panel-col {
	display: inline-block;
	float: left;
	width: 24%;
	margin-right: 1%;
}
.panel-col .panel {
	width: 100%;
	margin-bottom: 15px;
}
.panel {
	display: inline-block;
	width: 360px;
	height: auto;
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.panel-s {
	display: inline-block;
	width: auto;
	max-width: 300px;
}
.panel-l {
	
}
.panel-w {
	width: 100%;
	margin-bottom: 20px;
}
.panel-alone {
	margin-top: 120px;
}
.panel-wlogo {
	
}
.panel-top {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.panel-top .info {
	display: inline-block;
	float: right;
	width: 14px;
	height: 14px;
	background-image: url('');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.panel-body {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #FFF;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.panel-body .title {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.panel-body .row {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
}
.panel-body .row:last-child {
	margin-bottom: 0;
}
.panel-body .row-s {
	margin-bottom: 5px !important;
}
.row .align-right {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.panel .linebreak {
	display: inline-block;
	float: left;
	width: 60%;
	height: 1px;
	margin-bottom: 10px;
	background-color: #DDD;
}
.panel .linebreak-w {
	display: inline-block;
	float: left;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #DDD;
}
.panel-body span.label {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	margin-right: 10px;
	color: #999;
	font-size: 14px;
}
.panel-body span.note {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
	text-align: left;
}
.panel-body span.note a {
	color: #999;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.panel-load {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url('../image/load.gif');
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

.item {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .25);
}
.item:last-child {
	margin-bottom: 0;
}
.item.selected {
	background-color: #CCC;
}

/* Navigation */
.nav {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 12px 15px;
	text-align: left;
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.nav .nav-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.nav .nav-item:hover {
	text-decoration: underline;
}
.nav .nav-divider {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 16px;
	margin-right: 10px;
	background-color: #999;
}
.nav .nav-slash {
	
}
.nav .nav-arrow {
	
}
.nav-w {
	width: 100%;
	margin-bottom: 20px;
}
.nav-w-2p {
	
}

/* Simple Table */
table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DDD;
}
th, td {
	text-align: left;
	padding: .8em;
	font-size: 14px;
}
tr:hover {
	background-color: #EEE;
}
th {
	font-weight: normal;
	background-color: #F2F2F2;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}

/* Custom table */
.table {
	display: inline-block;
	width: 100%;
	background-color: #CCC;
	overflow: auto;
}
.table .trow {
	display: inline-block;
	height: 25px;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
}
.table .t-trow {
	
}
.table .c-trow {
	
}
.table .cell {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 120px;
	min-width: 120px;
	height: 100%;
	padding: 2px 5px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #CCC;
	cursor: cell;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.table .t-cell {
	background-color: #DDD;
	font-weight: bold;
}
.table .l-cell {
	background-color: #DDD;
	font-weight: bold;
}
.table .c-cell {
	background-color: #FFF;
}
.table .cell .c-inner {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	background-color: #FFF;
}
.table .cell .c-selected {
	display: none;
	padding: 1px 4px;
	background-color: #CCC;
	border: 1px solid #999;
}
.table .cell input.c-edit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: 1px solid #333;
	cursor: text;
}
.table .cell .c-edit textarea {
	display: inline-block;
	position: absolute;
}

/* Button */
.button {
	display: inline-block;
	padding: .4em 1.2em;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	background-color: #00aeef;
	border-radius: 5px;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.button-w {
	width: 100%;
	min-height: 40px;
	padding: .8em 1.5em;
	background-size: 20px;
}
.button-m {
	padding: .4em 1.2em;
	font-size: 14px;
	background-size: 15px;
}
.button-s {
	margin-right: 5px;
	padding: .4em 1em;
	font-size: 12px;
	background-size: 12px;
}
.button-right {
	float: right;
}
.button-load {
	color: rgba(0, 0, 0, 0) !important;
	background-image: url('../image/load.gif') !important;
	background-size: auto 50% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.button:hover {
	background-color: #039cd5;
}

.button-green {
	background-color: #3bb44a;
}
.button-green:hover {
	background-color: #2a9c38;
}
.button-yellow {
	background-color: #f4951a;
}
.button-yellow:hover {
	background-color: #e08918;
}
.button-red {
	background-color: #bf1e2e;
}
.button-red:hover {
	background-color: #a01220;
}
.button-grey {
	background-color: #EEE;
}
.button-grey:hover {
	background-color: #CCC;
}

/* Form field */
.form-field:not([type='checkbox']) {
	display: inline-block;
	vertical-align: middle;
	min-width: 150px;
	height: 28px;
	margin-right: 10px;
	font-size: 14px;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.form-field:last-child {
	margin-right: 0;
}
.form-field[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	min-width: 0;
	height: 16px;
	cursor: pointer;
}
input.form-field:not([type='checkbox']), textarea.form-field {
	padding: 1px 5px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #DDD;
	color: #666;
	font-weight: 500;
}
select.form-field {
	padding: 1px 15px 1px 5px;
	background: white url('../image/dropdown-arrow-s.png') center right no-repeat !important;
	border: 1px solid #DDD;
	cursor: pointer;
}
textarea.form-field {
	min-height: 200px;
	padding: 8px;
	resize: vertical;
}
.form-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
.form-field::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
.form-field:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
.form-field:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}
select.form-field option:disabled {
	color: #CCC;
}
input:disabled, select:disabled {
	color: #CCC;
	cursor: not-allowed !important;
}
span.form-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.panel span.form-title {
	font-weight: bold;
}
span.form-label {
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
span.form-label span.form-req {
	display: inline-block;
	color: #F00;
	font-size: 12px;
}

.form-w {
	width: 100% !important;
	height: 35px !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	font-size: 16px !important;
	border-radius: 2px !important;
}
.form-ws {
	width: 100% !important;
	height: 28px !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	font-size: 14px !important;
	border-radius: 2px !important;
}
input.form-w {
	padding: 2px 8px !important;
}
select.form-w {
	padding: 2px 25px 2px 8px !important;
	background: white url('../image/dropdown-arrow.png') center right no-repeat !important;
}
.form-c {
	width: 80% !important;
	max-width: 360px !important;
	height: 30px !important;
	font-size: 14px !important;
}
.form-cw {
	width: 100% !important;
	height: 30px !important;
	font-size: 14px !important;
}
.form-s {
	width: 40% !important;
	max-width: 80px !important;
	min-width: 0 !important;
}
.form-m {
	width: 60% !important;
	max-width: 150px !important;
	min-width: 0 !important;
}
.form-l {
	width: 85% !important;
	max-width: 360px !important;
	min-width: 0 !important;
}

.checkbox-group {
	display: inline-block;
	float: left;
}
.checkbox-group input[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.checkbox-group span.label {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: auto;
	margin-left: 3px;
	margin-right: 5px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.form-msg {
	margin-bottom: 6px !important;
	color: #F00;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


/* Text and link */
span.major-link {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
}
span.major-link:hover {
	text-decoration: underline;
}
span.minor-link {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
}
span.minor-link:hover {
	text-decoration: underline;
}

/* Dropbox */
.dropbox {
	display: inline-block;
	position: relative;
	width: auto;
	max-width: 320px;
	height: auto;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0 0px 3px rgba(0,0,0,.13);
	cursor: default;
	overflow: auto;
}
.dropbox-abs {
	position: absolute !important;
	top: 100%;
	left: 0;
	z-index: 2000;
}
.dropbox .row {
	margin-bottom: 10px !important;
}
.dropbox .row:last-child {
	margin-bottom: 0px !important;
}
.dropbox .title {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px !important;
	font-size: 14px;
	font-weight: bold;
}
.dropbox span.form-title {
	font-size: 13px !important;
}
.dropbox .form-msg {
	font-size: 12px !important;
}


/* Toolbox (prompt dialog) */
.toolbox-layout {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3000;
}
.vertical-container {
	display: table;
	width: 100%;
	height: 100%;
}
.vertical-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.toolbox {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	font-family: Lato;
	overflow-x: hidden;
	overflow-y: auto;
}
.toolbox .panel {
	width: auto;
	min-width: 300px;
	height: auto;
}
.toolbox .panel-body {
	max-height: 600px;
	overflow: auto;
}
.toolbox span.title {
	font-weight: bold;
}
.toolbox-s {
	width: 300px;
}
.toolbox-m {
	width: 600px;
}
.toolbox-l {
	width: 800px;
}
.toolbox-s .panel, .toolbox-m .panel, .toolbox-l .panel {
	width: 100%;
	heigth: 100%;
}
.toolbox-s .panel-body, .toolbox-m .panel-body, .toolbox-l .panel-body {
	overflow: auto;
}
.toolbox .exit {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 15px;
	height: 15px;
	background-image: url('../image/icon-cancel.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* Widget tab: to be grouped for all widgets */
.tab-row {
	display: inline-block;
	width: auto;
}
.tab {
	display: inline-block;
	float: left;
	width: auto;
	padding: .8em 1.2em;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
.tab-selected {
	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}
.tab-content {
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 350px;
	padding: 20px;
	background-color: #FFF;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}
.tab-content .tab-load {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url('../image/load.gif');
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-content .tab-overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2500;
}

/* Tag Widget */
#kwidget-tag {
	
}

.tag {
	display: inline-block;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: .5em 1em;
	color: #333;
	font-size: 14px;
	background: #FFF;
	border-right: 5px solid #CCC;
	border-radius: 1px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.25);
	cursor: pointer;
}
.tag-selected {
	background-color: #EEE;
}
.tag-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
.tag-label {
	display: inline-block;
	float: left;
	width: 30%;
	max-width: 100px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.tag-list {
	display: inline-block;
	float: left;
	width: 70%;
	max-width: 700px;
	text-align: left;
}


/* Gallery */
.gallery-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 120px;
	height: 120px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 2px rgba(0, 0, 0, .25);
	cursor: pointer;
	transition: all ease-in-out .2s;
}
.gallery-item:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
.gallery-item .warn {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-image: url('../image/icon-warn.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}
.gallery-item .edit {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url('../image/icon-setting.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}
.gallery-item .remove {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url('../image/icon-cancel.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}
.gallery-item .overlay-warn {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 30%;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	z-index: 10;
}
.gallery-item .overlay-selected {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #039cd5;
	z-index: 10;
}
.gallery-preview {
	display: inline-block;
	float: left;
	width: 250px;
	height: 160px;
	background-image: url('../image/upload-placeholder.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
.gallery-resize {
	display: inline-block;
	min-height: 200px;
	padding: 20px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}
.gallery-resize .preview {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.gallery-resize .preview img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 500px;
}
.gallery-resize .preview canvas {
	display: none;
}


/* Gallary Widget (OLD) */
#kwidget-gallary {
	
}

.gallary-item {
	display: inline-block;
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.15);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .8;
	cursor: pointer;
	transition: all ease-in-out .2s;
}
.gallary-item:hover {
	opacity: 1;
	box-shadow: 0px 0px 2px rgba(0,0,0,.25);
}
.gallary-selected {
	opacity: 1;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5) !important;
	border: 2px solid #999;
}
.gallary-item .remove {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../image/icon-cancel.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2000;
}
.gallary-preview {
	display: inline-block;
	float: left;
	width: 250px;
	height: 160px;
	background-image: url('../image/upload-placeholder.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
.dropbox .ajax-upload-dragdrop {
	width: 100% !important;
}
.dropbox .ajax-file-upload-statusbar {
	width: 100% !important;
}


/* Cards */
.card-container {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 20px;
	background-color: #EEE;
	box-shadow: 0 0px 3px rgba(0,0,0,.25);
}
.card-item {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0 0px 3px rgba(0,0,0,.25);
}
.card-item .thumbnail {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.card-item .name {
	display: inline-block;
	vertical-align: middle;
	padding: .6em 1em;
	font-size: 18px;
	text-align: left;
	white-space: nowrap;
}
.card-item .cancel, .card-item .upper, .card-item .up, .card-item .down {
	display: inline-block;
	position: absolute;
	top: 10px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.card-item .cancel {
	right: 15px;
	background-image: url('../image/icon-cancel.png');
}
.card-item .down {
	right: 45px;
	background-image: url('../image/icon-down.png');
}
.card-item .up {
	right: 75px;
	background-image: url('../image/icon-up.png');
}
.card-item .upper {
	right: 105px;
	background-image: url('../image/icon-upper.png');
}
.card-item .overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 5px;
	z-index: 10;
}


.audio-list {
	display: inline-block;
	
	overflow: auto;
}
.audio-item {
	
}
.audio-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	color: #6f430e;
	font-size: 20px;
	font-weight: bold;
	background-color: #f7941d;
	border: 5px solid #9f6013;
	border-radius: 10px;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.audio-btn:active {
	background-color: #e88a19;
	border-color: #6f430e;
}