@charset "utf-8";

html { background:#fff; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height:100%;overflow: hidden; }
body { margin:0px;padding:0px;font:small/normal arial,sans-serif;overflow: hidden;height: 100%;min-height: -webkit-fill-available; }
*html .content { height: 100%; }
td, th, div { font-size:13px;color:#333;padding:0px;margin:0px; }
img { border:0px; image-rendering: -webkit-optimize-contrast;}
div a { color:#333;text-decoration:none; }

input[type=radio], input[type=check], select, button {
	cursor:pointer;
}

input, select, textarea {
	font-family: monospace;
	font-size: 14px;
}

input[type=text], input[type=password], input[type=email], input[type=number], textarea {
	width: 100%;
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
  width: 100%;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow: hidden;
}

.form-check-input, .form-check-label, custom-control-input, .custom-control-label {
	cursor: pointer !important;
}
.form-control::-moz-placeholder {
	color: #ccc;
}
.form-control:-ms-input-placeholder {
	color: #ccc;
}
.form-control::-webkit-input-placeholder {
	color: #ccc;
}
textarea::-webkit-scrollbar {
	width: 5px;
}
textarea::-webkit-scrollbar-track {
	background: #f9f9f9;
}
textarea::-webkit-scrollbar-thumb {
	background: #c3c3c3;
}
textarea::-webkit-scrollbar-thumb:hover {
	background: #7d7d7d;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #b7b7b7;
}
.input-group-text-sm {
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
}
.form-check {
	min-height: initial;
	margin-bottom: initial;
}
.form-check-sm {
	margin-bottom: 0;
}
.form-check-input-sm {
	margin-top: 2px;
	margin-left: -1.4em!important;
}
.form-check-label-sm {
	font-size: .875rem;
	line-height: 100%
}
.form-check-label-sm-w100 {
	font-size: .875rem;
	line-height: 100%;
	width: 100px;
}
.form-checkbox {
	min-height: unset;
}
.form-checkbox-label {
	margin-top: 6px;
}
.form-checkbox-input {
	width: 1.2rem;
	height: 1.2rem;
}
.form-check-inline-sm {
	margin-right: 5px;
	padding-left: 1em;
}
.top-form-check {
	margin-top: 3px;
}
.form-check-label-2 {
	font-size: 1rem;
	line-height: 100%
}
.form-control-2 {
	padding: .30rem .75rem;
}
.row {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.row-no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.req {
	border: 1px solid #c2acd3!important;
	background-color: #e6e6ff!important;
	color: #6d00c3!important;
}
.req:hover {
	border: 1px solid #9B6FBF!important;
	background-color: #BFBFFF!important;
	color: #6d00c3!important;
}
.req:focus {
	border: 1px solid #9B6FBF!important;
	background-color: #e6e6ff!important;
	color: #6d00c3!important;
}
.req::-moz-placeholder {
	color: #c5c5e3!important;
}
.req:-ms-input-placeholder {
	color: #c5c5e3!important;
}
.req::-webkit-input-placeholder {
	color: #c5c5e3!important;
}
.col-w100 {
	width: 100px;
}
.col-sm-title {
	flex: 0 0 auto;
	width: 120px;
	padding-left: 0px;
	padding-right: 0px;
}
.col-sm-title-100 {
	flex: 0 0 auto;
	width: 100px;
}
.n-0 {
	margin: 0px;
	padding: 0px;
}
.t-0 {
	margin-top: 0px;
	padding-top: 0px;
}
.t-13px {
	margin-top13px;
}
.r-0 {
	margin-right: 0px;
	padding-right: 0px;
}
.b-0 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.l-0 {
	margin-left: 0px;
	padding-left: 0px;
}
.t-2px {
	margin-top: 2px;
}
.r-3px {
	margin-right: 3px;
	padding-right: 0px;
}
.r-4px {
	margin-right: 4px;
	padding-right: 0px;
}
.r-5px {
	margin-right: 5px;
	padding-right: 0px;
}
.upper {
	text-transform:uppercase;
}
.lower {
	text-transform:lowercase;
}
.invalid-feedback {
	font-size: 0.73rem;
	line-height: 1;
	margin-top: 0.5rem;
}

.modal-header {
	font-size: 1.1rem;
	background-color: #f9f9f9;
	padding: 0.64rem 1rem 0.5rem 1rem;
}
.modal-title {
	font-size: 1.1rem;
}
.modal-footer {
	border-top: 0px;
	padding: 15px 25px 25px 25px;
}
.modal-footer .btn {
	cursor: pointer;
}
.hidden {
	display: none;
}
.w120p {
	width: 120px;
}
.btn-w50 {
	width: 50px;
}
.btn-w60 {
	width: 60px;
}
.btn-w70 {
	width: 70px;
}
.btn-w80 {
	width: 80px;
}
.btn-w90 {
	width: 90px;
}
.btn-w100 {
	width: 100px;
}
.btn-w100p {
	width: 100%;
}
.btn-w120p {
	width: 120px;
}
.btn-w150 {
	width: 150px;
}
.btn-w200 {
	width: 200px;
}
.btn-w250 {
	width: 250px;
}
.btn-grey {
	color: #212529;
	background-color: #E6E6E6;
	border-color: #ccc;
}
.btn-grey:hover {
	background-color: #D6D6D6;
}
.btn-light-blue {
	color: #fff;
	background-color: #4c85db;
	border-color: #4374bf;
	letter-spacing: -1px;
}
.btn-light-blue:hover {
	color: #fff;
	background-color: #1b76ff;
	border-color: #3176de;
	letter-spacing: -1px;
}
.btn-light-red {
	color: #fff;
	background-color: #ef5c5c;
	border-color: #c45a5a;
	letter-spacing: -1px;
}
.btn-light-red:hover {
	color: #fff;
	background-color: #ff2d2d;
	border-color: #c45a5a;
	letter-spacing: -1px;
}
.btn-micro {
	padding: 0px 5px;
	font-size: 0.8rem;
}
.pointer {
	cursor: pointer;
}
.light-blue {
	background-color: #299ed0;
}
.light-green {
	background-color: #938dcb;
}

.datepicker table {
	width: 100%;
}
.datepicker table tr td, .datepicker table tr th {
	height: 26px;
}
.datepicker.dropdown-menu {
	min-width: 250px;
	z-index: 9000;
}
.datepicker-days {
	padding: 8px;
}
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
	color: #000;
}
.datepicker table tr td.new, .datepicker table tr td.old {
	color: #aaa;
}

.datepicker-days > table > thead > tr:nth-child(3) > th:nth-child(1), .datepicker-days > table > thead > tr:nth-child(3) > th:nth-child(7) {
	color: #f00;
}
.datepicker-days > table > thead > tr:nth-child(2) {
	height: 36px;
}

.readonly-label {
	width: 100%;
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #f5f5f5;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.readonly-label-req {
	width: 100%;
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6d00c3;
	background-color: #e6e6ff;
	background-clip: padding-box;
	border: 1px solid #c2acd3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.float-label {
	color: #9d9d9d;
}
.topic {
	border-left: 5px solid #666666;
	height: 120px;
}
.photo-file-input {
	width:150px;
  font-size: 12px;
  font-family: monospace;
}
.photo-preview-box a {
  width: 150px;
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.photo-preview-box img {
	height: 100px;
	border-radius: 5px;
}
.rakotel-premium-box {
	min-width: 20%;
}
.rakotel-premium-preview-box img {
	width: 163px;
	height: 129px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.rakotel-popular-box {
	min-width: 16.66666666%;
}
.rakotel-popular-preview-box img {
	width: 150px;
	height: 115px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.center-1065 {
	width: 1065px;
	padding: 15px 30px 150px 30px;
	display: block;
}

.bottom-command-box {
	position: fixed !important;
	bottom: 0 !important;
	width: calc(100vw - 178px);
	background-color: #0000001f;
	border-top: 1px solid #b9b9b9;
}

.pick-photo-img {
	width: 223px;
	height: 149px;
}
.pick-subject {
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #fffee5;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #fffee5;
	border-radius: 0px;
	color: #ba4c29;
	background-color: #fffee5;
	padding: 0.3rem 0.5rem;
	height: 62px;
	line-height:120%;
	resize: none;
}
.pick-subject:hover {
	color: #ba4c29;
	background-color: #fffee5;
}
.pick-subject:focus {
	color: #ba4c29;
	background-color: #fffee5;
}
.pick-subject::-moz-placeholder {
	color: #cdb05a;
}
.pick-subject:-ms-input-placeholder {
	color: #cdb05a;
}
.pick-subject::-webkit-input-placeholder {
	color: #cdb05a;
}
.pick-card-body {
	padding: 10px;
}
.pick-list-image-box {
	position: relative;
	float: left;
	width: 180px;
	height: 119px;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.pick-crop-img {
	width: 100%;
	height: auto;
}
.news-no {
	font-size:18px;
	font-family: sans-serif;
	font-weight: 400;
	color: #0080C0;
}
.news-no-sm {
	font-family: sans-serif;
	font-weight: 600;
	color: #0080C0;
	text-decoration: underline;
}
.valid-use {
	color: #009BE6;
	font-weight: bold;
	margin-top: 5px;
}
.invalid-use {
	color: #AA0000;
	font-weight: bold;
	margin-top: 5px;
}
.tip {
	color:#799299;
}
.tip-white {
	color: #fff;
}

.report-table {
	caption-side: bottom;
	border-collapse: collapse;
}

.report-table thead th, .report-table tbody th {
	background-color: #f5f5f5;
	color: #303030 !important;
	font-size: 14px !important;
	border: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	font-family: monospace;
	padding: 0.1rem 0.4rem;
}

.report-table tbody td {
	font-size: 14px !important;
	border: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	font-family: monospace;
	padding: 0.1rem 0.4rem;
}

.report-table tbody, .report-table td, .report-table tfoot, .report-table th, .report-table thead, .report-table tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.cs-main {
	width:100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: light;
	position: relative;
  background-color: #777777;
  padding: 30px 30px;
}
.cs-main::-webkit-scrollbar {
	width: 5px;
}
.cs-main::-webkit-scrollbar-track {
	background: #f9f9f9;
}
.cs-main::-webkit-scrollbar-thumb {
	background: #c3c3c3;
}
.cs-main::-webkit-scrollbar-thumb:hover {
	background: #7d7d7d;
}
.cs-cmd-title {
	color: #DD4B39;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
}
.cs-page-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.cs-center {
	margin-bottom: 70px;
	padding: 25px 25px;
	background-color: #fff;
	border-radius: 3px;
}
.cs-card {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 0px;
}

.table thead th {
	color: #303030 !important;
	font-size: 0.8rem !important;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	font-family: monospace;
}
.thead-light-grey {
	background-color: #f5f5f5;
}

.report-category {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #4f85ae;
	overflow: hidden;
	line-height: 100%;
	height: 1rem;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.report-category-count {
	font-family: arial;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	color: #5e5d5d;
	margin: 0px;
	line-height: 100%;
}
.chart {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 0px;
}
.chart-title {
	font-size:18px;
	font-weight: 600;
	text-align: center;
}

.news-feed {}
.news-feed .card-header {
	background-color: #fff;
}
.news-feed .card-body {
	padding: 0px;
}
.news-feed .card-body .list-group-item {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	height: 132px;
}
.news-feed .news-title {
	font-size: 13px;
	line-height: 110%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
}
.news-feed .pubdate {
	color: #f32727;
	font-size: 10px;
	margin-top: 5px;
}
.news-feed .logo {
	background-color: #fff;
	text-align:center;
	padding: 20px 10px 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.news-feed .logo img {
	height: 40px;
}
.news-feed .thumb {
	max-width: 107px;
	height: 50px;
	border-radius: 5px;
}
.news-feed .video {
	max-width: 107px;
	height: 60px;
	border-radius: 5px;
}
.news-feed .dscr {
	color: #666;
	font-size: 10px;
	margin: 5px 0px 3px 0px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.note-editing-area {
	height: calc(100vh - 590px);
}
.note-editable {
	height: calc(100vh - 590px) !important;
}

.yna-editor {
	position: fixed;
	top: 142px;
	left: 41vw;
	width: calc(100vw - 43vw);
	height: calc(100vh - 168px);
}
.yna-list-icon {
	padding-right: 0px!important;
	font-size: 16px;
}
.yna-list-icon .bi-file-image-fill {
	color: #8994a9;
}
.yna-list-text {
	line-height: 110%;
	font-size: 12px;
}
.yna-list-date {
	font-size: 12px;
	font-family: 'arial';
	font-weight: 400;
	line-height: 100%;
	text-align: center;
}
.yna-list-time {
	margin-top: 2px;
	font-size: 11px;
	font-family: 'arial';
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.3px;
	color: #989898;
}
.yna-ready {
	color: #adada4;
}
.yna-registered {
	color: #007bd4;
	font-weight: bold;
}
.yna-topic {
	border-left: 5px solid #666666;
	height: 100px;
}
.yna-active {
	background-color: #dbd6ff;
}

.osen-editor {
	position: fixed;
	top: 142px;
	left: 41vw;
	width: calc(100vw - 43vw);
	height: calc(100vh - 168px);
}
.osen-list-icon {
	padding-right: 0px!important;
	font-size: 16px;
}
.osen-list-icon .bi-file-image-fill {
	color: #8994a9;
}
.osen-list-text {
	line-height: 110%;
	font-size: 12px;
}
.osen-list-date {
	font-size: 12px;
	font-family: 'arial';
	font-weight: 400;
	line-height: 100%;
	text-align: center;
}
.osen-list-time {
	margin-top: 2px;
	font-size: 11px;
	font-family: 'arial';
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.3px;
	color: #989898;
}
.osen-ready {
	color: #adada4;
}
.osen-registered {
	color: #007bd4;
	font-weight: bold;
}
.osen-topic {
	border-left: 5px solid #666666;
	height: 100px;
}
.osen-active {
	background-color: #dbd6ff;
}

.right-result {
	position: fixed;
	top: 116px;
	left: 45vw;
	width: 500px;
}

.legend-bar { clear:both; background: url("/images/legend_dot.gif") repeat-x left center; width:100%; min-height:14px; text-align:center; margin-top:10px; margin-bottom:15px; }
.legend-bar span { color:#888; background-color:#fff; padding-left:10px; padding-right:10px; }

.clear { clear: both; display: block; float: none; font-size: 0 !important; width: 1035px; height: 0; line-height: 0 !important; margin: 0 !important; overflow: hidden; padding: 0 !important; }
.blank { clear:both;line-height:1px;font-size:1px;background:url('/images/blank.gif'); }

.paging_nav { padding-left:20px; padding-top:2px; min-width: 550px; }
.paging_nav, .paging_nav a, .paging_nav span, .paging_nav .disabled {clear:both;font-size:12px}
.paging_nav a, .paging_nav span {border-radius: 3px; background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); padding-top:3px;padding-bottom:3px;padding-left:8px;padding-right:8px}
.paging_nav a:hover { cursor: pointer; border: 1px solid rgb(198, 198, 198); transition:all; color: rgb(51, 51, 51); text-decoration: none; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(248, 248, 248), rgb(241, 241, 241)); background-color: rgb(248, 248, 248); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.0s; -moz-transition: all 0.0s; -o-transition: all 0.0s;}
.paging_nav .disabled {color:#999999; border-radius: 2px; background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); padding-top:3px;padding-bottom:3px;padding-left:8px;padding-right:8px}
.paging_nav .current { border-radius: 2px%; background:#FBBC05; border: 1px solid #FBBC05; padding-top:3px;padding-bottom:3px;padding-left:8px;padding-right:8px}


/* Header */
.header { position: fixed; width:100%; height: 60px; overflow: hidden; border-bottom: 1px solid #dbdcdd; background-color:#F1F1F1; }
.header .logo {
	float: left;
	height: 20px;
	margin: 19px 0px 0px 24px;
}
.header .signin-button { margin: 22px 25px 0px; float: right; }
.header .signin-button a { font-size: 13px; font-weight: normal; }

/* Header - Right */
#sign-status { font-weight:bold; cursor:pointer; background: url("/images/arrow_bottom.png") no-repeat right; padding-right:12px; }
#sign-status-not { font-weight:bold; cursor:pointer; }

/* Header - Signout Menu */
#signout-menu { display:none; position: absolute; right: 280px; top: 60px; left: auto; background-color:#ffffff; }
.gbmt { width:18px; height:10px; background: url("/images/arrow_top.png") no-repeat 0px 0px; margin-top:-10px; margin-left:170px; z-index: 1000; position: absolute; }
.gbm { width:260px; text-align: left; border: 1px solid #bebebe; position: absolute; z-index: 999; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); background-color: rgb(255, 255, 255); margin-top:-1px; }
.gbmc { padding-top: 10px 0px 10px 0px; margin: 0px; display: block; position: relative; z-index: 2; zoom: 1; background-color: rgb(245, 245, 245); }
.gbmpdv { border-bottom: 1px solid #bebebe; position: relative; z-index: 1; background-color: rgb(255, 255, 255); }
.gbpc { padding-right: 50px; margin: 16px 0px 10px 0px; vertical-align: top; display: inline-block; }
.gbpc .gbps { color: #000; font-weight: bold; margin: 0px 20px 0px 20px; display: block; line-height: 20px; }
.gbpc .gbps2 { color: #666; margin: 0px 20px 0px 20px; display: block; line-height: 18px; }
.gbmpal { width: 100%; margin: 0px; border: 0px; white-space: nowrap; border-spacing: 0; }
.gbmpala { text-align: left; padding-left: 0px; }
.gbmpala, .gbmpalb { line-height: 27px; padding: 10px;}
.gbqfba, .gbqfbb, .gbqfbr { height: 29px; text-align: center; line-height: 29px; padding: 0px 8px 0px 8px; font-weight: bold; text-decoration: none !important; display: inline-block; cursor: pointer !important; min-width: 54px; border-radius: 2px; }
.gbqfba { color: #fff !important; font-size: 12px; border: 1px solid #3079ed; }
.gbqfba { margin: 0px 20px 0px 20px; background-image: -ms-linear-gradient(rgb(77, 144, 254), rgb(71, 135, 237)); background-color: rgb(77, 144, 254); }
.gbqfbb { color: #444 !important; font-size: 12px; border: 1px solid rgba(0,0,0,0.1); }
.gbqfbb { margin: 0px 20px 0px 20px; background-image: -ms-linear-gradient(rgb(255, 255, 255), rgb(251, 251, 251)); background-color: rgb(255, 255, 255); }
.gbqfbr { color: #fff !important; font-size: 12px; border: 1px solid #AE0000; }
.gbqfbr { margin: 0px 20px 0px 20px; background-image: -ms-linear-gradient(rgb(176, 40, 26), rgb(221, 75, 57)); background-color: rgb(221, 75, 57); }

/* Main */
.content { width: 100%; overflow: hidden; min-width:600px; height:calc(100vh - 60px); margin-top: 60px; }

/* Singin Box */
.service-content { padding-top: 40px; margin-bottom: 2.5em; text-align: center; }
.service-content h1 { text-align: center; font-family:segoe ui, arial, helvetica, sans-serif; font-size:32px; color:#222; font-weight:normal; padding-top:0px; margin-top:0px; }
.service-content p { text-align: center; font-family: segoe ui, arial, helvetica, sans-serif; color:#666; }

.sign-in { width:360px; margin:auto; }
.sign-in-warning { width:600px; margin:auto; color:#777; text-align:center; padding-top:30px; line-height:130%; }
.signin-box { background: rgb(241, 241, 241); margin: 12px 0px 0px; padding: 20px 25px 15px; border: 1px solid rgb(229, 229, 229); }
.signin-box h2 { margin: 0px 0px 1.2em; height: 16px; line-height: 17px; font-size: 16px; position: relative; min-width: 100%; font-size: 17px !important; font-weight:normal; }
.signin-box h2 strong { background: url("/images/logo_gray_s.png") no-repeat; top: -2px; width: 100px; height: 16px; right: 0px; display: inline-block; position: absolute; }
.signin-box div { margin: 0px 0px 1.5em; }
.signin-box label { display: block; }
.signin-box input[type=email] { width: 100%; height: 32px; font-size: 15px; direction: ltr; }
.signin-box input[type=text] { width: 100%; height: 32px; font-size: 15px; direction: ltr; }
.signin-box input[type=password] { width: 100%; height: 32px; font-size: 15px; direction: ltr; }
.signin-box input[type=submit] { margin: 0px 1.5em 1.2em 0px; height: 32px; font-size: 13px; }
.signin-box .loginid-label { margin: 0px 0px 0.5em; font-weight: bold; display: block; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.signin-box .passwd-label { margin: 0px 0px 0.5em; font-weight: bold; display: block; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.signin-box .g-button { height: 37px !important; line-height: 37px !important; padding-right: 14px; padding-left: 14px; }
.signin-box #loginid { height:37px; }
.signin-box #passwd { height:37px; }

.errormsg { margin: 0.5em 0px 0px; color: rgb(221, 75, 57); line-height: 17px; display: block; }

/* Left Menu */
.content .left { float:left; width: 178px; height:100%; display:block; overflow-y: auto; overflow-x: hidden; background-color: #293042; color: #fff;}
.content .left::-webkit-scrollbar {	width: 5px; }
.content .left::-webkit-scrollbar-track {	background: #DBDFE8; }
.content .left::-webkit-scrollbar-thumb {	background: #7988AA; }
.content .left::-webkit-scrollbar-thumb:hover {	background: #6B7CA3; }
.content .left { 	scrollbar-width: thin; scrollbar-color: light; }
.content .left .menu-gr { padding-top:8px; padding-bottom:5px; }
.content .left .menu-d1 { font-weight:bold; font-size:13px; color: #fff;width: 100%; padding-left:20px; padding-bottom: 4px; background: url("/images/arrow_right.png") no-repeat 10px 4px; }
.content .left .menu-d2 { font-size:13px; color: #fff;width:100%; padding: 2px 0px 2px 20px; }

.menu_active { cursor:pointer; background-color: #7d8699!important; color: #ffeb4e!important}
.menu_active a { cursor:pointer; background-color: #7d8699!important; color: #ffeb4e!important}
.menu_selected { cursor:pointer; background-color: #ffffff33!important; font-weight:bold; color: #ffeb4e!important}
.menu_selected a { cursor:pointer; background-color: #ffffff33!important; font-weight:bold; color: #ffeb4e!important}

.menu_select { cursor:pointer; background-color:#f1f1f1; color:#DD4B39; font-weight:bold; }
.menu_select a { cursor:pointer; background-color:#f1f1f1; color:#DD4B39; font-weight:bold; }

.content .right { float:left; width: calc(100vw - 180px); height: 100%; }
.content .right .title { padding:10px 15px; border-bottom: 1px solid #ebebeb; min-width:550px;}
.content .right .title .subject { color:#DD4B39; font-weight:bold; font-size:16px; min-width: 120px;}
.content .right .title .title-box .subject {padding-top: 0px;padding-bottom: 0px;}
.content .right .title .title-box td { padding-right: 3px; }
.content .right .title .cat { padding-left:10px; }
.content .right .title .q { }

.content .right .cmd {border-bottom: 1px solid #ebebeb;padding: 10px 15px 10px 15px;display: block;}
.content .right .cmd .cmd-box td { padding-right:3px; color:#000; }

.content .right .main { width:100%; height: 100%; overflow-y: scroll; overflow-x:auto; scrollbar-width: thin; scrollbar-color: light; position: relative;}
.content .right .main::-webkit-scrollbar {	width: 5px; }
.content .right .main::-webkit-scrollbar-track {	background: #f9f9f9; }
.content .right .main::-webkit-scrollbar-thumb {	background: #c3c3c3; }
.content .right .main::-webkit-scrollbar-thumb:hover {	background: #7d7d7d; }
.content .right .main .center { padding: 15px;margin-bottom: 70px;}
.content .right .main .center .line { clear:both; margin-bottom: 5px; }
.content .right .main .center .line .sub { float:left; width:100px; padding-top:6px; }
.content .right .main .center .line .sub_s { float:left; width:50px; padding-top:8px; }
.content .right .main .center .line .inp { float:left; }
.content .right .main .center .line .inp .thumb { padding:5px 0px; line-height:150%; }
.content .right .main .center .line .inp .company { border:1px solid #d9d9d9; background-color:#e6e6e6; margin: 0px; padding: 3px 8px; border-radius: 3px; display: inline-block; width:452px; margin-bottom:9px; }
.content .right .main .center .line .inp .txt { padding: 2px 0px; height: 21px; line-height: 22px; }
.content .right .main .center .line .inp .txt_s { padding: 2px 0px; height: 21px; font-size:12px; display:block;}
.content .right .main .center .line .inp .pic-list {padding: 0px; table-layout: fixed; zoom: 1; border-spacing: 0;}
.content .right .main .center .line .inp .pic-list .browse-btn {width:150px;padding-top:3px;}
.content .right .main .center .line .inp .pic-list .check-del {text-align:center;padding-bottom:5px;margin-top:5px;}
.content .right .main .center .line .inp .pic-list img { width:150px; height:100px; border:1px solid #d9d9d9; }
.content .right .main .center .line::after {clear:both;display: block;content: "";}
.content .right .main .center .bar { clear:both; border-bottom:1px dotted #ccc; width:750px; height:1px; margin-top:10px;margin-bottom:18px; }
.content .right .main .ads {min-height: 1800px;}
.news-level-ico {float:left;padding-right:3px}
.news-level-txt {float:left;}

.red-star { background: url("/images/red_star.png") no-repeat; padding-left:16px; }
.content .legend { clear:both; background: url("/images/legend_dot.gif") repeat-x left center; width:1035px; min-height:14px; text-align:center; padding-top:8px; padding-bottom:8px; margin-bottom:10px; }
.content .legend span { color:#888; background-color:#fff; padding-left:10px; padding-right:10px; }
.content .bar { float:left; width: 0px; }
.content .legend_w { clear:both; background: url("/images/legend_dot.gif") repeat-x left center; width:1111px; min-height:14px; text-align:center; padding-top:8px; padding-bottom:8px; margin-bottom:10px; }
.content .legend_w span { color:#888; background-color:#fff; padding-left:10px; padding-right:10px; }

#com-result { width: 100%; padding: 0px; border-spacing: 0; border-top:1px solid #d9d9d9; border-right:1px solid #d9d9d9; border-left:1px solid #d9d9d9; margin-top:5px; }
#com-result tr { white-space: nowrap; empty-cells: show; }
#com-result td { border-bottom: 1px solid #EBEBEB; padding:5px 10px; font-size:12px; }
#com-result-cmd { width: 100%; padding: 0px; border-spacing: 0; }
#com-result-cmd td { padding:10px; }

.tb { width: 100%; padding: 0px; border-spacing: 0; }
.tb .tbdl { padding-top:8px; font-size:12px; text-align:center; line-height:150%; }
.tb .tbdr { padding-top:8px; padding-left:5px; font-size:12px; text-align:center; line-height:150%; }
.tb .tbd { padding-top:8px; padding-right:15px; padding-bottom:10px; font-size:12px; text-align:center; line-height:150%; }
.ib { border:1px solid #d9d9d9; }

.search-button-blue {
	height: 29px; text-align: center; line-height: 29px; padding-top: 0px 8px; font-weight: bold; text-decoration: none !important; display: inline-block; cursor: pointer !important; min-width: 54px;
	border-radius: 2px; color: #fff !important; margin:0px; border: 1px solid #3079ed; background-image: -ms-linear-gradient(rgb(77, 144, 254), rgb(71, 135, 237)); background-color: rgb(77, 144, 254);
}
.search-white { background-image: url("/images/search_white.png"); 	width: 13px; height: 13px; display: inline-block; }

.doclist-table { width: 100%; padding: 0px; table-layout: fixed; zoom: 1; border-spacing: 0; }
.doclist-header { color: #555; font-family: arial,sans-serif; font-weight: bold; padding: 0px; margin: 0px; }
.doclist-header th { height:34px; text-align: left; overflow: hidden; white-space: nowrap; empty-cells: show; text-transform: uppercase; z-index: 1; zoom: 1; }
.doclist-header th { padding-top:2px; padding-left:5px; background-color: #F5F5F5; border-bottom: 1px solid #EBEBEB; border-top: 1px solid #EBEBEB; }
.doclist-tbody  tr { height: 33px; white-space: nowrap; empty-cells: show; }
.doclist-tbody  td { border-bottom: 1px solid #EBEBEB;overflow:hidden; white-space: nowrap; padding-left:5px; }
.doclist-tbody  td .en { font-size:12px;}

.doclist640-table { width: 640px; padding: 0px; table-layout: fixed; zoom: 1; border-spacing: 0; }
.doclist640-header { color: #555; font-family: arial,sans-serif; font-weight: bold; padding: 0px; margin: 0px; }
.doclist640-header th { height:34px; text-align: left; overflow: hidden; white-space: nowrap; empty-cells: show; text-transform: uppercase; z-index: 1; zoom: 1; }
.doclist640-header th { padding-top:2px; padding-left:5px; background-color: #F5F5F5; border-bottom: 1px solid #EBEBEB; border-top: 1px solid #EBEBEB; }
.doclist640-tbody  tr { height: 33px; white-space: nowrap; empty-cells: show; }
.doclist640-tbody  td { border-bottom: 1px solid #EBEBEB;overflow:hidden; white-space: nowrap; padding-left:5px; cursor:pointer; }
.doclist640-tbody  td .en { font-size:12px; }

/* INPUT BOX */
/*
input[type=text] { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
input[type=text]:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=text]:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
input[type=text][disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
input[type=text][disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=text][readonly=readonly] { border: 1px solid rgb(217, 217, 217); }
input[type=text][readonly=readonly]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=text][readonly=readonly]:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=text].form-error { border: 1px solid rgb(221, 75, 57); }

input[type=password] { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
input[type=password]:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=password]:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
input[type=password][disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
input[type=password][disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=password][readonly=readonly] { border: 1px solid rgb(217, 217, 217); }
input[type=password][readonly=readonly]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=password][readonly=readonly]:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=password].form-error { border: 1px solid rgb(221, 75, 57); }

input[type=radio] { cursor:pointer; top: auto;float: none;vertical-align: middle;}
input[type=checkbox] { cursor:pointer; top: auto;float: none;vertical-align: middle;}

input[type=email] { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
input[type=email]:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=email]:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
input[type=email][disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
input[type=email][readonly=readonly] { border: 1px solid rgb(217, 217, 217); }
input[type=email][disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=email][readonly=readonly]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=email][readonly=readonly]:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=email].form-error { border: 1px solid rgb(221, 75, 57); }

input[type=number] { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px }
input[type=number]:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=number]:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
input[type=number][disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
input[type=number][disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=number][readonly=readonly] { border: 1px solid rgb(217, 217, 217); }
input[type=number][readonly=readonly]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=number][readonly=readonly]:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=number].form-error { border: 1px solid rgb(221, 75, 57); }

input[type=url] { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
input[type=url]:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=url]:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
input[type=url][disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
input[type=url][disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=url][readonly=readonly] { border: 1px solid rgb(217, 217, 217); }
input[type=url][readonly=readonly]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=url][readonly=readonly]:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=url].form-error { border: 1px solid rgb(221, 75, 57); }

input[type=tel] { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
input[type=tel]:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=tel]:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
input[type=tel][disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
input[type=tel][disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
input[type=tel].form-error { border: 1px solid rgb(221, 75, 57); }

select { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 0px 0px 0px 8px; border-radius: 1px; height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
select:hover { cursor:pointer; border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
select:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
select[disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
select[disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
select.form-error { border: 1px solid rgb(221, 75, 57); }

textarea { background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); margin: 0px; padding: 8px; border-radius: 1px; min-height: 31px; display: inline-block; box-sizing: border-box; -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; }
textarea:hover { border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
textarea:focus { border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
textarea[disabled=disabled] { background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229); }
textarea[disabled=disabled]:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
textarea.form-error { border: 1px solid rgb(221, 75, 57); }
*/

/* BUTTON */
* + html .g-button { min-width: 70px; }
* + html .g-button img { margin: 4px 0px 0px; }
* + html button.g-button { overflow: visible; }
* + html input[type=submit].g-button { overflow: visible; }

button.g-button { margin: 0px; height: 31px; vertical-align: bottom; cursor: pointer; }
input[type=submit].g-button { margin: 0px; height: 31px; vertical-align: bottom; cursor: pointer; }
input[type=submit][disabled].g-button {cursor: default; opacity: 0.5; pointer-events: none;}

.g-button { padding: 0px 8px; border-radius: 2px; border: 1px solid rgb(220, 220, 220); text-transform: uppercase; transition:0.21s; height: 27px; text-align: center; color:#666666; line-height: 27px; font-size: 12px; font-weight: bold; display: inline-block; cursor: default; min-width: 46px; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(241, 241, 241)); background-color: rgb(245, 245, 245); -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-transition: all 0.218s; -moz-transition: all 0.218s; -o-transition: all 0.218s; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.g-button:hover { cursor: pointer; border: 1px solid rgb(198, 198, 198); transition:all; color: rgb(51, 51, 51); text-decoration: none; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(248, 248, 248), rgb(241, 241, 241)); background-color: rgb(248, 248, 248); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.0s; -moz-transition: all 0.0s; -o-transition: all 0.0s; }
.g-button:hover img { opacity: 0.72; }
.g-button:active { box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(246, 246, 246), rgb(241, 241, 241)); background-color: rgb(246, 246, 246); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.g-button:active img { opacity: 1; }
.g-button:visited { color: rgb(102, 102, 102); }
.g-button img { margin: -3px 0px 0px; vertical-align: middle; display: inline-block; opacity: 0.55; pointer-events: none; }

.g-button-submit { border: 1px solid rgb(48, 121, 237); color: rgb(255, 255, 255); text-transform: uppercase; text-shadow: 0px 1px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(77, 144, 254), rgb(71, 135, 237)); background-color: rgb(77, 144, 254); }
.g-button-submit:hover { cursor: pointer; border: 1px solid rgb(47, 91, 183); color: rgb(255, 255, 255); text-shadow: 0px 1px rgba(0,0,0,0.3); background-image: -ms-linear-gradient(rgb(77, 144, 254), rgb(53, 122, 232)); background-color: rgb(53, 122, 232); }
.g-button-submit:active { box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); background-image: -ms-linear-gradient(rgb(77, 144, 254), rgb(53, 122, 232)); background-color: rgb(53, 122, 232); -webkit-box-shadow: inset 0 1px 2px rgb a(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
.g-button-submit:visited { color: rgb(255, 255, 255); }
.g-button-submit:focus { box-shadow: inset 0px 0px 0px 1px #fff; -webkit-box-shadow: inset 0 0 0 1px #fff; -moz-box-shadow: inset 0 0 0 1px #fff; }
.g-button-submit:hover:focus { box-shadow: inset 0px 0px 0px 1px #fff, 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); }

.g-button-cancel { background: rgb(255, 255, 255); border: 1px solid rgb(220, 220, 220); color: rgb(102, 102, 102); height:29px; }
.g-button-cancel:hover { cursor: pointer; background: rgb(255, 255, 255); border: 1px solid rgb(198, 198, 198); color: rgb(51, 51, 51); box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.g-button-cancel:active { background: rgb(255, 255, 255); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.g-button-share { border: 1px solid rgb(41, 105, 29); color: rgb(255, 255, 255); text-transform: uppercase; text-shadow: 0px 1px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(61, 148, 0), rgb(57, 138, 0)); background-color: rgb(61, 148, 0); cursor:pointer;}
.g-button-share:hover { cursor: pointer; border: 1px solid rgb(45, 98, 0); color: rgb(255, 255, 255); text-shadow: 0px 1px rgba(0,0,0,0.3); background-image: -ms-linear-gradient(rgb(61, 148, 0), rgb(54, 130, 0)); background-color: rgb(54, 130, 0); }
.g-button-share:active { box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
.g-button-share:visited { color: rgb(255, 255, 255); }
.g-button-share:focus { box-shadow: inset 0px 0px 0px 1px #fff; -webkit-box-shadow: inset 0 0 0 1px #fff; -moz-box-shadow: inset 0 0 0 1px #fff; border-color: rgb(41, 105, 29); }
.g-button-share:hover:focus { box-shadow: inset 0px 0px 0px 1px #fff, 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); }

.g-button-white { background: rgb(255, 255, 255); border: 1px solid rgb(220, 220, 220); color: rgb(102, 102, 102); }
.g-button-white:hover { cursor: pointer; background: rgb(255, 255, 255); border: 1px solid rgb(198, 198, 198); color: rgb(51, 51, 51); box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.g-button-white:active { background: rgb(255, 255, 255); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.g-button-red { border: 1px solid transparent; color: rgb(255, 255, 255); text-transform: uppercase; text-shadow: 0px 1px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(221, 75, 57), rgb(209, 72, 54)); background-color: rgb(209, 72, 54); }
.g-button-red:hover { cursor: pointer; border: 1px solid rgb(176, 40, 26); color: rgb(255, 255, 255); box-shadow: 0px 1px 1px rgba(0,0,0,0.2); text-shadow: 0px 1px rgba(0,0,0,0.3); background-image: -ms-linear-gradient(rgb(221, 75, 57), rgb(197, 55, 39)); background-color: rgb(197, 55, 39); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.g-button-red:active { border: 1px solid rgb(153, 42, 27); color: rgb(255, 255, 255); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); background-image: -ms-linear-gradient(rgb(221, 75, 57), rgb(176, 40, 26)); background-color: rgb(176, 40, 26); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
.g-button-red:visited { color: rgb(255, 255, 255); }
.g-button-red:focus { box-shadow: inset 0px 0px 0px 1px #fff; -webkit-box-shadow: inset 0 0 0 1px #fff; -moz-box-shadow: inset 0 0 0 1px #fff; border-color: rgb(209, 72, 54); }
.g-button-red:hover:focus { box-shadow: inset 0px 0px 0px 1px #fff, 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); }

.selected.g-button { border: 1px solid rgb(204, 204, 204); color: rgb(51, 51, 51); text-transform: uppercase; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-image: -ms-linear-gradient(rgb(238, 238, 238), rgb(224, 224, 224)); background-color: rgb(238, 238, 238); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.disabled.g-button { cursor: default; opacity: 0.5; pointer-events: none; }
.disabled.g-button:hover {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button:active {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-submit {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-submit:hover {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-submit:active {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-share {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-share:hover {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-share:active {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-red {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-red:hover {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button-red:active {cursor: default; opacity: 0.5; pointer-events: none;}
.disabled.g-button img { opacity: 0.5; }

/* yonhap news */
#preview { position:fixed; top:124px; left:850px; width:900px; height: 800px; }
#preview .subject input { font-size:13px; width:782px; border-radius:0px; padding:5px; border:1px solid #CCCCCC; }
#preview input::placeholder { color: #ccc;opacity: 1;}
#preview input::-ms-input-placeholder { color: #ccc;opacity: 1;}
#preview textarea::placeholder { color: #ccc;opacity: 1;}
#preview textarea::-ms-input-placeholder { color: #ccc;opacity: 1;}

#preview .editor { padding-top:5px; }
#preview .field { text-align:center; padding-top:10px; }
#preview .field .filelist { width:780px; height: 100px; }
#preview .field .btn { width:140px; height:26px; }
.loading { position:absolute; top:300px; left:270px; width:250px; height:40px; display:none; text-align:center; z-index:1000; border:1px solid #999; background-color:#fff; }
.loading .img { float:left; padding-top:8px;padding-left:25px;  }
.loading .msg { float:left; padding-top:12px;padding-left:5px; font-size:12px;color:#666; }

/* home news */
#yna_home { width:1000px; padding-top:20px; }
#yna_home .news_items { clear:both; height:150px;}
#yna_home .news_items h3 { margin:0px; padding-bottom:5px;}
#yna_home .news_items .home_pick_left {float:left;}
#yna_home .news_items .home_pick_left .subj {padding-left:20px; padding-top:10px;}
#yna_home .news_items .home_pick_left .subj .subj_title { padding-right:20px; font-weight:bold; }
#yna_home .news_items .home_pick_left .subj .txt { padding-right:20px; width:400px; }
#yna_home .news_items .home_pick_left .item_btn { padding-top:20px;padding-left:63px; }

#yna_home .news_items .item_left { padding:5px; margin-top:5px; border:4px solid #fff; }
#yna_home .news_items .item_left h3 { margin:0px; padding-bottom:5px;}
#yna_home .news_items .item_left .item_field { float:left; display:inline-block; }
#yna_home .news_items .item_left .item_field .subj .subj_title { padding-right:20px; }
#yna_home .news_items .item_left .item_field .subj .txt { width:330px; }
#yna_home .news_items .item_left .item_field .addr { padding-top:5px; }
#yna_home .news_items .item_left .item_field .addr .addr_title { padding-right:20px; }
#yna_home .news_items .item_left .item_field .addr .txt { width:330px; font-size:12px; font-family:arial; }
#yna_home .news_items .item_left .item_btn { float:left; display:inline-block; padding-top:14px; padding-left:8px; }

#yna_home_popup { display:none; position:fixed; top:132px; left:950px; width:600px; height: 700px; }
#yna_home_popup .news_header { width:100%; height:20px; background-color:#ccc; text-align:center; padding-top:3px; font-weight:bold; }
#yna_home_popup .news_contents { display:inline-block; width:100%; height:800px; padding:10px; border:1px solid #ccc; background-color:#fff; overflow-x: hidden; overflow-y: scroll; }
#yna_home_popup .news_contents .stored_list {display: flex !important;background-color:#fff; border:4px solid #fff; width:100%; border-radius: 5px; cursor:pointer; padding:5px; }
#yna_home_popup .news_contents .stored_list img { width:100px; }
#yna_home_popup .news_contents .stored_list .subject { font-size:14px; cursor:pointer; }
#yna_home_popup .news_contents .stored_list .url { font-size:11px; cursor:pointer;margin-top: 3px;margin-left: 2px;}
.list_on, #yna_home_popup .stored_list:hover { background-color:#F9F9F9; border:4px solid #FF8000; width:100%; height:65x; padding:5px; }

#yna_crop_popup { display:none; position:fixed; top:134px; left:420px; width:662px; height: 700px; }
#yna_crop_popup .crop_header { width:1122px; height:20px; background-color:#ccc; text-align:center; padding-top:3px; font-weight:bold; }
#yna_crop_popup .crop_contents { width:1100px; height:700px; padding:10px; border:1px solid #ccc; background-color:#fff; overflow-x: hidden; overflow-y: scroll; }


#comm_home { width:1000px; padding-top:20px; }
#comm_home .pic-thumbnail {width:199px;height:128px;}

#comm_home_popup { display:none; position:fixed; top:132px; left:950px; width:600px; height: 700px; }
#comm_home_popup .board_header { width:100%; height:20px; background-color:#ccc; text-align:center; padding-top:3px; font-weight:bold; }
#comm_home_popup .board_contents { display:inline-block; width:100%; height:650px; padding:10px; border:1px solid #ccc; background-color:#fff; overflow-x: hidden; overflow-y: scroll; }
#comm_home_popup .board_contents .stored_list { clear:both; background-color:#fff; border:4px solid #fff; width:100%; height:85px; cursor:pointer; padding:5px; }
#comm_home_popup .board_contents .stored_list .pic { width:120px; float:left; }
#comm_home_popup .board_contents .stored_list .pic img { width:100px;height:66px; }
#comm_home_popup .board_contents .stored_list .subject { font-size:12px; cursor:pointer;float:left; }

.list_on, #comm_home_popup .stored_list:hover { background-color:#F9F9F9; border:4px solid #FF8000; width:100%; height:85px; padding:5px; }

#comm_home_crop_popup { display:none; position:fixed; top:134px; left:420px; width:762px; height: 700px; }
#comm_home_crop_popup .crop_header { width:100%; height:20px; background-color:#ccc; text-align:center; padding-top:3px; font-weight:bold; }
#comm_home_crop_popup .crop_contents { width:100%; height:640px; padding:10px; border:1px solid #ccc; background-color:#fff; overflow-x: hidden; overflow-y: scroll; }



#shop_home {padding-top:20px; }
#shop_home .shop_items {height:150px; float:left; margin-right:30px;}
#shop_home .shop_items h3 { margin:0px; padding-bottom:5px;}
#shop_home .shop_items .home_pick_left {float:left;}
#shop_home .shop_items .home_pick_left img {width:90px;height:120px;}
#shop_home .shop_items .home_pick_left .subj {padding-left:20px; padding-top:10px;}
#shop_home .shop_items .home_pick_left .subj .subj_title { padding-left:10px; font-weight:bold; float:left; width:50px; }
#shop_home .shop_items .home_pick_left .subj .shop_title { width:150px; }
#shop_home .shop_items .home_pick_left .subj .shop_landing { padding-right:20px; width:220px; }
#shop_home .shop_items .home_pick_left .item_btn { padding-top:12px;padding-left:80px; }
#shop_home .shop_items .home_pick_left .item_btn .shop_img_add{ width:220px; }

#shop_home .shop_items .item_left { padding:5px; margin-top:5px; border:4px solid #fff; }
#shop_home .shop_items .item_left h3 { margin:0px; padding-bottom:5px;}
#shop_home .shop_items .item_left .item_field { float:left; display:inline-block; }
#shop_home .shop_items .item_left .item_field .subj .subj_title { padding-right:20px; }
#shop_home .shop_items .item_left .item_field .subj .txt { width:330px; }
#shop_home .shop_items .item_left .item_field .addr { padding-top:5px; }
#shop_home .shop_items .item_left .item_field .addr .addr_title { padding-right:20px; }
#shop_home .shop_items .item_left .item_field .addr .txt { width:330px; font-size:12px; font-family:arial; }
#shop_home .shop_items .item_left .item_btn { float:left; display:inline-block; padding-top:14px; padding-left:8px; }

#view-video { width:390px; height:260px; padding-top:5px; display:none; }
#view-video .video-close { text-align:center; margin-top:5px; }


#preview2 { position:fixed; top:162px; left:1000px; width:800px; height: 800px; }
#preview2 .subject input { font-size:13px; font-weight:bold; width:700px; border-radius:0px; padding:5px; border:1px solid #CCCCCC; }
#preview2 .editor { padding-top:5px; }
#preview2 .field { text-align:center; padding-top:10px; }
#preview2 .field .filelist { width:780px; height: 100px; }
#preview2 .field .btn { width:140px; height:26px; }

.loading { position:absolute; top:300px; left:270px; width:250px; height:40px; display:none; text-align:center; z-index:1000; border:1px solid #999; background-color:#fff; }
.loading .img { float:left; padding-top:8px;padding-left:25px;  }
.loading .msg { float:left; padding-top:12px;padding-left:5px; font-size:12px;color:#666; }

.doclist900-table { width: 800px; padding: 0px; table-layout: fixed; zoom: 1; border-spacing: 0; }
.doclist900-header { color: #555; font-family: arial,sans-serif; font-weight: bold; padding: 0px; margin: 0px; }
.doclist900-header th { height:34px; text-align: left; overflow: hidden; white-space: nowrap; empty-cells: show; text-transform: uppercase; z-index: 1; zoom: 1; }
.doclist900-header th { padding-top:2px; padding-left:5px; background-color: #F5F5F5; border-bottom: 1px solid #EBEBEB; border-top: 1px solid #EBEBEB; }
.doclist900-tbody  tr { height: 33px; white-space: nowrap; empty-cells: show; }
.doclist900-tbody  td { border-bottom: 1px solid #EBEBEB;overflow:hidden; white-space: nowrap; padding-left:5px; cursor:pointer; }
.doclist900-tbody  td .en { font-size:12px; }

#com_sub:hover { text-decoration:underline; }

#obituaries_item {margin-bottom:5px;}

.yt_box { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.yt_video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.doclist900-header th { padding-top:2px; padding-left:5px; background-color: #F5F5F5; border-bottom: 1px solid #EBEBEB; border-top: 1px solid #EBEBEB; }
.doclist900-tbody  tr { height: 33px; white-space: nowrap; empty-cells: show; }
.doclist900-tbody  td { border-bottom: 1px solid #EBEBEB;overflow:hidden; white-space: nowrap; padding-left:5px; cursor:pointer; }
.doclist900-tbody  td .en { font-size:12px; }

.darla {border: 1px solid #956ed9;background-color: #9981c3;color: #ffffff;}
.darla-r {border-top-right-radius: 0.25rem!important;border-bottom-right-radius: 0.25rem!important}
.comments {border: 1px solid #cbbc3c;color: #ba4c29;background-color: #fff8bc;padding: 0.7rem 1rem;height: 125px;}
.comments:hover {border: 1px solid #ff9800;color: #ba4c29;background-color: #fff8bc;}
.comments:focus {border: 1px solid #ff9800;color: #ba4c29;background-color: #fff8bc;}
.comments::-moz-placeholder {color: #cdb05a;}
.comments:-ms-input-placeholder {color: #cdb05a;}
.comments::-webkit-input-placeholder {color: #cdb05a;}
.form-text-sm {font-size:0.9rem}
.form-text-sm a {color:#1b73f9;}
.form-text-sm a:hover {text-decoration:underline;}
.form-readonly {border: 1px solid #ced4da;background-color: #f5f5f5;padding: 0.7rem 1rem;height: 125px;border-radius: 0.25rem;}
.form-readonly-sm {border: 1px solid #ced4da;background-color: #f5f5f5;padding: 0.5rem 0.7rem;border-radius: 0.25rem;}
.form-readonly-text-sm {font-size:0.8rem}
.bd-callout {padding: 0.3rem 0.7rem;border: 1px solid #ced4da;border-left-width: 0.25rem;border-radius: 0.25rem;font-size: 1rem;}
.bd-callout-teal {border-left-color: #5bc0de!important;}
.bd-callout-blue {border-left-color: #4791ff!important;}


.note-editable{background: #fff;}
.note-editable p, .note-editable div, .note-editable strong {line-height: 1.7;margin: 0px;font-size: 16px;}
.note-editable p {/*margin-bottom:8px;*/}
.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {font-size: 16px;}
.note-btn.dropdown-toggle:after {content: none;}
.note-btn[aria-label="Help"]{display: none;}
.note-modal-footer {height: 53px!important;}
/*.note-dropdown-menu>:last-child {margin-right: 0;margin-top: 10px;}*/
a.note-dropdown-item, a.note-dropdown-item:hover {height:18px;}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu{min-width: 346px!important;}
.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {min-width: 180px!important;}
.note-editor .note-toolbar .note-para .note-dropdown-menu, .note-popover .popover-content .note-para .note-dropdown-menu {min-width: 238px!important;}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {margin: 7px 7px;border: 0px;font-weight: bold;}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {margin: 5px 0px 5px 0px;border: 1px solid #ccc;}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {font-size: 18px;}}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {font-size: 18px;}
.note-editor .note-toolbar .note-btn-group .note-table, .note-popover .popover-content .note-btn-group .note-table {font-size: 18px;}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {font-size: 18px;}
.note-modal .note-modal-content .note-modal-footer {height:60px!important;}
.note-modal .note-modal-body label input[type="checkbox"] {margin-right: 5px;}

.image-copyright {margin-top:8px!important;color:#999;text-align:center;}
.round-box {background-color:#fff;border-radius:16px;padding: 25px;}
