@charset "utf-8";

.link {
	cursor: pointer;
}

.dialog-sub-title {
	color: #265ea0;
	font-weight: 900;
	font-size: 16px;
}

/* YHLEE STYLE START */
form.form-block {
	margin-top : 2rem;
}
md-dialog .box .setting-multi-col {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

md-dialog .box .setting-multi-col .setting-col {
	width: 45%
}

md-dialog.screenshot-detail-dialog div.container-on-screenshot {
	position: absolute;
	height: 80%;
	width: 80%;
	text-align: center;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
}

md-dialog.screenshot-detail-dialog div.container-on-screenshot img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.admin-mode {
	float: right;
	margin-top: 10px;
	margin-left: 15px !important;
	margin-bottom: 0px
}

.sel-language {
	float: right;
	margin: 10px 0 0 -200px;
	height: 20px;
	font-size: 80%;
}

a.trans-return {
	display: inline-block;
	margin-top: 6px;
	padding: 0;
	width: 27px;
	height: 27px;
}

a.trans-return span {
	color: white;
	font-size: 15px;
	top: 0;
}

.popup-select-media>md-tabs>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper
	{
	width: 350px !important;
}

.dropbox.not-available {
	background-color: #F88;
}

.dropbox.over {
	background-color: #bfb;
}

div.flow-overview div {
	text-align: center;
}

div.preview-thumb {
	position: relative;
	display: inline-block;
	line-height: 0px;
}

div.sel-preview-thumb img {
	max-height: 70px !important;
}

div.preview-thumb img.playable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	opacity: 0.8;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
	/*IE fix for alpha transparency, however it doesn't work with transparent .pngs*/
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	/*max-width: 20%; */
}

div.preview-thumb img.playable-30 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0.8;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
	/*IE fix for alpha transparency, however it doesn't work with transparent .pngs*/
	display: inline-block;
	width: 30px !important;
	height: 30px !important;
	/*max-width: 20%; */
}

div.preview-thumb-add img.playable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.8;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
	/*IE fix for alpha transparency, however it doesn't work with transparent .pngs*/
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	/*max-width: 20%; */
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

md-dialog * {
	-webkit-touch-callout: default;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

md-dialog.permit * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.media-dialog .head:after {
	display: block;
	content: "";
	clear: both;
}

.media-dialog  .head .search_a {
	float: right;
	width: 228px;
	height: 34px;
	border: 1px solid #d5d5d5;
	zoom: 1;
}

.media-dialog  .head .search_a:after {
	display: block;
	content: "";
	clear: both;
}

.media-dialog  .head .search_a .input_box {
	float: left;
	width: 190px;
	height: 34px;
}

.media-dialog  .head .search_a .input_box input {
	padding: 0 10px;
	width: calc(100% - 20px);
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 12px;
	border: 0;
}

.media-dialog  .head .search_a .btn_search {
	display: block;
	float: right;
	width: 38px;
	height: 34px;
	background: url('../images/sub/btn_cont_head_search.gif') no-repeat;
}

@font-face {
	font-family: 'Material Icons';
	/* font-family: "Noto Sans KR", sans-serif; */
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'),
		url(../font/MaterialIcons-Regular.woff2) format('woff2'),
		url(../font/MaterialIcons-Regular.woff) format('woff'),
		url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	/* font-family: "Noto Sans KR", sans-serif; */
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

/*
.material-icons.light { opacity: 0.5; }
*/
.material-icons.light {
	color: #41a2d1;
}

td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qu-target {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stretch {
	width: 100%;
	height: 100%;
}

.campaign_editor .campaign_editor_step02 .form_box .ctrl_btns {
	margin-bottom: -1rem;
	display: flex;
	width: 960px;
	justify-content: space-around;
	flex-wrap: nowrap;
}

.campaign_editor .campaign_editor_step02 .form_box .ctrl_btns .btn-edit-campaign
	{
	max-width: 3rem !important;
	min-width: 3rem !important;
}

.create_campaign #iOverview {
	margin-bottom: 30px;
	display: inline-block;
}

.create_campaign #iOverview #iLayout {
	width: 100%;
	height: 100%;
}

.create_campaign #iOverview #iLayout-wrapper {
	overflow: hidden;
}

.create_campaign #iLayout div>span {
	font-size: 0;
}

.create_campaign #iLayout div.layoutFrame>span {
	font-size: 12px;
}

.create_campaign #iLayout div.layoutFrame {
	border: 1px solid #283747;
	z-index: 1;
	font-size: 15px;
}

.create_campaign #iLayout div.selectedDivision {
	/* border: 1px solid #4286f4; */
	z-index: 4;
	cursor: move;
}

.create_campaign #iLayout.no-div-editor div.selectedDivision {
	/* border: 1px solid #4286f4; */
	z-index: 4;
	cursor: pointer;
}

.create_campaign #iLayout div {
	z-index: 0
}

.create_campaign #iOverview #iPreview {
	width: 100%;
	height: 100%;
}

.create_campaign #iOverview #iBackground {
	width: 100%;
	height: 100%;
	background-color: #BFC9CA;
	border: 2px solid #13264c;
}

.create_campaign #iOverview #iBackground img {
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.row {
	display: inherit
}

.create_campaign .form_box .row .material-icons {
	text-align: center;
	border: none;
}

.create_campaign .form_box .row .btn {
	display: block;
	float: left;
	margin-left: 5px;
	width: 35px;
	height: 44px;
}

.create_campaign .form_box .row .label {
	display: inline-block;
	height: 44px;
	color: #41a2d1;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
	margin-right: 20px;
}

.create_campaign .form_box .row .label.inline {
	padding-top: 0 !important;
}

.create_campaign .form_box .row .single {
	float: right !important;
}

.thumbp a {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	text-decoration: none;
}

.thumbp a .play, .thumbp a .overlay {
	opacity: 0
}

.thumbp a:hover .play, .thumbp a:hover .overlay {
	display: block;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.thumbp a:hover .play {
	position: relative;
	font-size: 64px;
	color: #ffffff;
	margin-top: 60px;
	z-index: 1000;
	opacity: 1;
}

.thumbp a:hover .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .7;
}

#iSelTemplate {
	padding: 5px;
	background-color: #ffffff;
}

#iSelTemplate .category {
	margin-bottom: 20px;
}

#iSelTemplate .category ul {
	border-bottom: 1px solid #2454a0;
	zoom: 1;
	background-color: #f5f5f7;
}

#iSelTemplate .category ul:after {
	display: block;
	content: "";
	clear: both;
}

#iSelTemplate .category ul li {
	float: left;
	border: 1px solid #c3c3c3;
	border-bottom: 0;
	background: #f5f5f5;
}

#iSelTemplate .category ul li a {
	display: block;
	width: 164px;
	height: 38px;
	line-height: 38px;
	color: #222;
	font-size: 14px;
	text-align: center;
}

#iSelTemplate .category ul li.curr {
	background: #fff;
	border: 1px solid #2454a0;
	border-bottom: 0;
}

#iSelTemplate .category ul li.curr a {
	position: relative;
	top: 1px;
	color: #2454a0;
	border-bottom: 1px solid #fff;
}

#iSelTemplate .template_list {
	width: 100%;
	height: 138px;
	border: 1px solid #d5d5d5;
}

#iSelTemplate .template_list ul {
	zoom: 1;
	background-color: #f5f5f5;
	border: none;
}

#iSelTemplate .template_list .template-select li.selected {
	-webkit-box-shadow: 0px 0px 0px 2px #ff7e00, 0px 1px 4px 3px
		rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 0px 2px #ff7e00, 0px 1px 4px 3px rgba(0, 0, 0, 0.4);
}

#iSelTemplate .template_list .xOuterBox .xInnerBox .xCoreBox {
	padding: 0 !important
}

#iSelTemplate .template_list .xOuterBox .xInnerBox .xCoreBox span {
	font-size: 15px !important;
	font-weight: 500;
	color: #000000;
}

.div_edit_area {
	display: block;
	border-radius: 5px;
	margin: 0 0 5px 0;
	padding: 10px;
	background: white
}

.div_edit_area .title {
	height: 32px;
	line-height: 32px;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.div_edit_area .label {
	float: left;
	height: 32px;
	line-height: 32px;
	color: #41a2d1;
	font-size: 14px;
	font-weight: light;
	font-family: "Noto Sans KR", sans-serif;
	margin-right: 15px;
}

.div_edit_area_section {
	display: block;
	background: #ffffff;
	border: 1px solid #41a2d1;
	border-radius: 3px;
	margin: 0 0 5px 0;
	padding: 8px 5px 2px 5px !important;
}

.div_edit_area_section .title {
	height: 32px;
	line-height: 32px;
	color: #41a2d1;
	font-size: 18px;
	font-weight: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.div_edit_area_section_line {
	padding: 15px 5px 2px 5px !important;
}

.div_edit_area_subbox {
	display: block;
	margin: 10px;
	padding: 8px 5px 2px 5px;
}

.div_edit_area_subsection {
	display: block;
	margin: 0 0 5px 0;
	padding: 8px 5px 2px 5px !important;
	background: #f5fafd;
	border: 1px solid #41a2d1;
	border-radius: 3px;
}

.div_edit_area_subsection .sub_part {
	width: 95%;
	padding-left: 3%;
}

.div_edit_area_subsection .title {
	height: 32px;
	line-height: 32px;
	color: #75507b;
	font-size: 14px !important;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
}

.div_edit_area_subsection .sub-title {
	margin: 25px 0 5px 0;
	height: 32px;
	line-height: 32px;
	color: #75507b;
	font-size: 12px !important;
	font-weight: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.div_edit_area_subsection .btn-group-bottom {
	display: inline-block;
	text-align: center;
	margin-top: 3px;
	width: 100%
}

.div_edit_area_subsection {
	position: relative;
}

.div_edit_line {
	min-height: 60px;
	flex-wrap: wrap;
	display: block;
	margin: 5px 0 5px 0;
	padding: 15px 5px 2px 5px;
}

.div_edit_line .label {
	float: left;
	height: 32px;
	margin-right: 10px;
	line-height: 32px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.div_edit_area md-input-container {
	margin: 0px !important;
	padding: 0px 5px !important
}

.c_edit_area_head {
	margin-bottom: 10px;
	zoom: 1;
}

.c_edit_area_head:after {
	display: block;
	content: "";
	clear: both;
}

.c_edit_area_head .title {
	float: left;
	height: 32px;
	line-height: 32px;
	color: #666;
	font-size: 14px !important;
	font-weight: normal;
}

.c_edit_area_section {
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid rgb(189, 189, 189) !important;
	clear: both;
}

.c_edit_area_section_line {
	margin-top: 5px;
	zoom: 1;
	padding: 10px
}

.c_edit_area_section_line .label {
	float: left;
	height: 32px;
	margin-right: 10px;
	line-height: 32px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.c_edit_area_section_line md-input-container {
	float: right;
	margin: 0px;
}

.c_edit_area_section_line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.c_edit_area_section_field {
	display: inline;
}

.new_section {
	margin-top: 15px
}

.material-icons.md-24 {
	padding-top: 10px
}

.btn-edit-campaign {
	float: right;
	min-width: 5rem !important;
	min-height: 2.5rem !important;
	background-color: transparent !important;
	margin: .2rem 1rem .5rem .2rem !important;
	width: 5rem !important;
	height: 2.5rem !important;
}

.btn-edit-campaign img {
	height: 100% !important;
}

.div_edit_area .btn_exp_detail {
	float: right;
}

.div_edit_area .btn_exp_detail i {
	padding-top: 0;
}

.left {
	display: block;
	float: left !important;
}

.right {
	display: block;
	float: right !important;
}

.input_unit {
	width: 200px !important;
	max-width: 30% !important;
}

.input_slide {
	width: 128px !important
}

.md-class-thin {
	width: auto !important;
	height: auto !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

#main {
	background: white;
	overflow: hidden;
}

.ng-hide.ng-hide-animate {
	display: none !important;
}

md-checkbox.md-20 {
	padding-top: 10px
}

md-input-container .md-20 {
	padding-top: 10px
}

md-slider-container {
	display: inline-flex !important;
	margin-left: 0.5rem;
}

md-slider-container md-slider {

}

md-slider-container md-input-container {
	width: 90px
}

md-slider-container md-input-container input {
	margin-left: 20px;
	width: 60px !important
}

color-picker .color-picker-wrapper .color-picker-input-wrapper {
	display: inline-flex;
	height: 28px;
}

color-picker .color-picker-wrapper .color-picker-input-wrapper span {
	display: block;
	height: 20px;
	width: 70px;
}

color-picker .color-picker-wrapper .color-picker-input-wrapper input {
	display: block;
	float: left;
	margin-left: 10px;
	width: 85px;
}

.select-sort-layer {
	display: block;
	height: 40px;
}

.select-category, .select-sort {
	display: inline-block;
	float: right;
}

.select-category, .select-sort ._md-text.ng-binding {
	font-weight: normal !important;
}

.select-category, .select-sort span {
	display: inline-block;
	font-size: 15px !important;
	font-weight: bolder !important
}

.div-edit-layout-size {
	border: none !important;
}

.div-edit-layout-size input {
	width: 3rem;
	height: .9rem;
}

/* Firefox */
.div-edit-layout-size input {
	-moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
.div-edit-layout-size input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

md-dialog.tall_detail_view {
	height: 70% !important;
}

md-dialog.company_detail_view table td textarea {
	width: 100%;
	padding: 5px;
	border: none;
	resize: none;
	overflow: auto;
}

section md-content.height-100 {
	height: 100%;
}

.command-dialog .void-container {
	width: 100%;
	height: 100%;
	display: flex;
}

.command-dialog .void-container {
	width: 100%;
	height: 100%;
	display: flex;
}

.command-dialog .void-container .box .body {
	height: calc(100% - 52px);
	overflow-y: auto;
}

md-dialog.device-dialog.device-integrated-dialog {
	height: 660px;
	max-height: 660px;
}

md-dialog.device-dialog.device-integrated-dialog md-tab-item {
	line-height: 2rem;
}

md-dialog.device-dialog.device-integrated-dialog md-tabs-content-wrapper
	{
	height: 90%;
}

md-dialog.device-dialog.device-integrated-dialog md-tabs-content-wrapper md-tab-content
	{
	height: 100%;
}

md-dialog.device-dialog.device-integrated-dialog md-tabs-content-wrapper md-tab-content>div
	{
	height: 100%;
}

.command-dialog md-tabs {
	width: 100%;
}

.dataTables_wrapper td p {
	text-overflow: ellipsis;
}

md-dialog.dialog-key-gen {
	min-width: 30rem;
	width: 30rem;
	max-height : 85%;
}

md-dialog.dialog-key-gen div.textarea-container {
	height: 4rem;;
}

md-dialog .form_box .input-label {
	width: 35%;
}

md-dialog .form_box .input_box {
	display: flex;
	line-height: 2rem;
}

md-dialog .form_box .input_box .sol-input-chkbox {
	width: 1.3rem;
}

md-dialog .form_box .input_box md-select {
	margin: 0;
	width: 100%
}

md-dialog .form_box .form-sub-title {
	font-weight: 900;
}

md-dialog .result-set {
	margin-top: 1.5rem;
}

md-dialog .result-set .result-text {
	color: darkcyan;
}

md-dialog .result-set input {
	width: 55%;
}

md-dialog .result-set .input-copy {
	position: fixed;
	right: 0;
	width: 10%;
}

md-dialog .body-q .command-options>div {
  overflow : auto;
  max-height : 11rem;	
}

md-dialog .body-q .single-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.login_w md-checkbox.md-checked .md-icon {
	border: 1px solid #0e386c;
	background: #1c59a4;
}

.login_w .consent-wrapper span.chk-mandatory {
	font-weight: 700;
	color: #1c59a4;
	margin-right: .3rem;
}

.login_w .consent-wrapper span.chk-all {
	font-weight: 700;
	color: #333;
	margin-right: 1rem;
}

.login_w .consent-wrapper span.chk-optional {
	font-weight: 700;
	color: gray;
	margin-right: .3rem;
}

.login_w .consent-wrapper {
	display: flex;
	flex-direction: column;
}

.landing_w .footer {
	position: fixed;
	bottom: 0;
}

.landing_w .landing-main .full-waiting {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: no-repeat center url('../images/common/bg_waiting.gif');
	background-color: gray;
	opacity: 0.9;
}

@keyframes blink-effect {
	50% {
	 opacity: 0;
  }

}
.blink {
	animation: blink-effect 2s step-end infinite;
}

md-dialog .font-red * {
	color: red !important;
}
/* YHLEE STYLE END */

/* YJHONG STYLE START */
/* LANDING LOAD */
.loader-wrap {
	position: fixed;
	z-index: 10;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	background: fff;
}

.loader-wrap svg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 110vh;
	fill: #ffffff12;
}

.loader-wrap .loader-wrap-heading .load-text {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 20px;
	text-transform: uppercase;
	z-index: 20;
}

.load-text span {
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate;
	font-size: 24px;
	color: #2066b1;
}

.load-text span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.load-text span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.load-text span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.load-text span:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.load-text span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes loading {
	0% {
	 opacity: 1;
  }

  100% {
    opacity:0;
  }
}

@keyframes loading {
	0% {
	 opacity: 1;
  }
  100% {
    opacity:0;
  }
}
.loader-wrap .logo {
	display: flex;
	justify-content: center;
	margin-top: 14vh;
	margin-bottom: 20vh;
}

.loader-wrap .logo img {
	max-width: 25%;
	font-size: 24px;
}

.loader-wrap .footer {
	position: fixed;
	bottom: 0;
}

/* YJHONG STYLE END */

/* IDPARK STYLE START*/
.md-tab {
	float: left;
	border: 1px solid #c3c3c3;
	border-bottom: 0;
	background: #f5f5f5;
}

.md-tab {
	display: block;
	width: 166px;
	height: 38px;
	line-height: 38px;
}

md-pagination-wrapper md-tab-item.md-tab {
	padding: 0px 0px 0px 0px;
	overflow: visible;
}

md-tab-item span {
	display: block;
	width: 164px;
	height: 38px;
	line-height: 38px;
	color: #222;
	font-size: 14px;
	text-align: center;
	overflow: visible;
}

md-tabs-wrapper {
	margin-bottom: 20px;
}

md-tabs-wrapper md-tabs-canvas {
	border-bottom: 1px solid #2454a0;
	height: 38px;
	overflow: visible;
}

md-tabs-canvas md-pagination-wrapper {
	height: 38px;
	overflow: visible;
}

.contents .common_w .sub .category ul:after {
	display: block;
	content: "";
	clear: both;
	overflow: visible;
}

md-tab-item.md-active {
	background: #fff;
	border: 1px solid #2454a0;
	border-bottom: 0;
	overflow: visible;
}

md-tab-item.md-active span {
	position: relative;
	top: 1px;
	color: #2454a0;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	overflow: visible;
}

md-content.md-padding {
	padding: 0px;
}

.common_search_a {
	width: 100%;
}

.screenshots.layout-wrap.layout-row>div:nth-of-type(odd) {
	margin-right: 12px
}

md-select.simplified {
	margin-left: 13px !important;
	width: 100%;
	height: 100%;
}

._md-text.ng-binding {
	font-size: 13px;
}

md-select.simplified ._md-select-value *:first-child {
	display: table
}

md-select.simplified ._md-select-value *:first-child>div {
	display: inline-block
}

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
	width: 340px;
}

.md-calendar-date:last-child {
	padding: 0px !important
}

.md-calendar-date:first-child {
	padding: 0px !important
}

.md-datepicker-calendar-pane {
	padding-right: 16px !important;
	padding-left: 16px !important;
}

.md-calendar-day-header th {
	vertical-align: middle !important;
}

.common_search_a table td .row {
	height: 40px;
}

.common_search_a table td .row .txt {
	height: 40px;
}

.md-button.md-icon-button {
	margin: 0
}

.md-datepicker-input-mask {
	width: 0 !important;
}

.md-datepicker-open .md-datepicker-input-container {
	margin: 0 !important;
}

md-select.simplified ._md-select-value {
	height: 100% !important;
}

md-dialog-actions button {
	display: inline-block;
	width: 150px;
	height: 43px;
	color: white;
	margin-right: 0 !important;
	border: 1px solid #0e386c !important;
	background: #1c59a4 !important;
}

md-dialog-actions>div {
	display: inline-block !important;
	margin: auto;
	margin-right: 0;
}

.nvtooltip td {
	max-width: none;
}

.header .gnb {
	z-index: 10
}

md-dialog {
	z-index: 1000
}

.schedule.list>div {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #d5d5d5;
}

.schedule.list .md-errors-spacer {
	display: none;
}

.solbox .md-errors-spacer {
	display: none;
}

md-toolbar {
	background-color: white !important;
}

md-toolbar>div {
	height: 40px !important;
	overflow: hidden;
}

md-toolbar span {
	color: #333 !important;
}
/* md-toolbar div {padding:0 !important;} */
md-toolbar>div {
	border-bottom: 1px solid #ccc;
	padding: 0 !important;
	padding-bottom: 15px !important;
	margin-bottom: 15px !important;
}

md-toolbar md-icon {
	color: #333 !important;
}

md-datepicker {
	display: inline-block;
	float: none;
	border: 1px solid #ccc;
	padding: 0 !important;
	margin: 0 !important;
}

.solbox {
	border: solid #c3c3c3;
	border-width: 1px;
}

md-dialog._md-transition-in, md-dialog.md-transition-in {
	overflow: hidden;
	border-top: 5px solid #265ea0;
	padding: 25px;
	padding-top: 20px;
	min-width: 480px;
}

md-dialog md-dialog-actions {
	min-height: 43px !important;
	padding: 0px !important;
}

md-dialog md-dialog-content {
	padding: 0px !important;
	min-height: 7rem;
	max-height: 100%;
}

.md-button.md-default-theme.md-primary, .md-button.md-primary {
	width: 150px;
	height: 43px;
	color: white;
}

.md-primary.md-button.ng-scope.md-ink-ripple.md-default-theme {
	margin-left: 0 !important;
	border: 1px solid #1e1e1e !important;
	background: #474747 !important;
}

.md-primary.md-button.md-ink-ripple.md-default-theme {
	margin-right: 0 !important;
	border: 1px solid #0e386c;
	background: #1c59a4;
}

md-dialog md-dialog-content h2 {
	border-bottom: 1px solid #ccc;
	padding: 0 !important;
	padding-bottom: 15px !important;
	margin-bottom: 15px !important;
}

md-dialog md-dialog-content ._md-dialog-content-body {
	margin-bottom: 20px !important;
	font-size: 15px !important;
}
/* reset */
html, body, div, applet, object, iframe, p, blockquote, pre, abbr,
	acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
	samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
	ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, embed, figure, figcaption,
	footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
	mark, audio, video {
	font-size: 15px;
	vertical-align: middle;
}

md-tab-content table {
	width: 100%
}

.center td {
	text-align: center;
}

td.file-icon {
	padding: 5px;
}

md-dialog.deviceupdate-dialog {
	height: auto !important;
}

md-dialog.schedule-dialog md-dialog-actions {
	background: none !important;
}

tr.selected {
	background-color: #e3f2fd;
}

.modify_device_group .editor .box .title {
	padding-top: 10px
}

.md-datepicker-calendar-pane.md-pane-open {
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
}

.md-pane-open .md-datepicker-calendar {
	shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px
		rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12) !important;
}

[ng-click], [data-ng-click], [x-ng-click] {
	cursor: pointer;
}

.auto_fit_frame {
	position: relative;
}

.auto_fit_img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

md-dialog.contact-dialog md-dialog-actions {
	justify-content: flex-end !important;
	background: none !important;
	border: 0 !important;
}

.direct.btn-primary, .dataTables_paginate a.current {
  /* 게시판 현재 page 버튼 */
	color: white;
	background: #2454a0;
}

button[disabled] {
	opacity: 0.5;
}

a[disabled], .paginate_button.disabled {
	opacity: 0.5;
}

.common_list {
	position: relative;
}

.common_list>[paged-table] {
	height: 100%;
}
/*
 .campaign [paged-table] {
	height:753px;
}

.media [paged-table] {
	height:852px;
}
 */
.md-button.md-small {
	min-width: 1% !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -2px;
	margin-right: -2px;
}

md-tooltip ._md-content {
	background-color: white !important;
	color: #265ea0 !important;
	border-color: #265ea0 !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-radius: 8px !important;
	min-height: 0px !important;
	max-height: 50px !important;
	height: auto !important;
}

.common_list table td pre {
	color: #585858;
	font-size: 13px;
	min-height: 0;
}

.device-product .common_list table tbody tr {
	height: 211px;
}

.md-button {
	padding-right: 3px !important;
	padding-left: 3px !important;
}
/* p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
} */
progress::-webkit-progress-bar {
	background-color: white;
	border: 0
}

.event_thumbnail_list ul li {
	margin: 0;
}

div.payment-info {
	padding: 5px;
}

div.payment-info .row {
	padding: 5px;
}

div.payment-info .row span {
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

div.payment-info .row input {
	font-size: 12px !important;
}

div.payment-info .row p {
	font-size: 20px;
}

div.payment-info .row p.align_right {
	text-align: right;
}
/*
input.radio_button {
    visibility:hidden;
}
label.radio_button {
    cursor: pointer;
}
input.radio_button:checked + label {
    background: red;
} */
/* IDPARK STYLE END*/
/* footer */
.footer .area {
	margin: 0 auto;
	width: 1200px;
}

.footer .sitemap {
	padding: 26px 0;
	background: url('../images/common/bg_darkgray_pattern.gif') repeat;
}

.footer .sitemap dl {
	float: left;
	margin-left: 120px;
}

.footer .sitemap dl:first-child {
	margin-left: 0;
}

.footer .sitemap dl dt, .footer .sitemap dl dd {
	display: block;
}

.footer .sitemap dl dt {
	margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
}

.footer .sitemap dl dd {
	margin-bottom: 8px;
}

.footer .sitemap dl dd a {
	display: block;
	color: #a6a6a6;
	font-size: 13px;
}

.footer .sitemap dl dd a:hover {
	text-decoration: underline;
}

.footer .info {
	padding: 22px 0 18px;
}

.footer .info .address {
	margin-bottom: 12px;
	color: #535353;
	font-size: 12px;
	font-family: "Noto Sans KR", sans-serif;
	color: #333;
	letter-spacing: 0px;
}

.footer .info .copyright {
	color: #919191;
	font-size: 11px;
}

.footer .info .copyright .mark {
	color: #2066b1;
}

md-radio-button {
	margin: 0 !important
}

._md-container.md-ink-ripple {
	margin: auto;
	left: auto;
	right: auto;
}

md-dialog-actions {
	background: #FFFFFF !important
}

.sboard {
	display: flex;
	position: relative;
	min-height: 700px;
	background-color: transparent;
	background-image: linear-gradient(0deg, transparent 24%, rgba(20, 20, 20, .08)
		25%, rgba(20, 20, 20, .08) 26%, transparent 27%, transparent 74%,
		rgba(20, 20, 20, .08) 75%, rgba(20, 20, 20, .08) 76%, transparent 77%,
		transparent),
		linear-gradient(90deg, transparent 24%, rgba(20, 20, 20, .08) 25%,
		rgba(20, 20, 20, .08) 26%, transparent 27%, transparent 74%,
		rgba(20, 20, 20, .08) 75%, rgba(20, 20, 20, .08) 76%, transparent 77%,
		transparent);
	background-size: 50px 50px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.sboard .object {
	position: relative;
	display: flex;
	align-items: center;
	background-color: white;
	cursor: pointer;
	border: 1px solid green;
	opacity: 0.8;
	border-radius: 0.5em;
	width: 190px;
	-webkit-box-shadow: 2px 2px 19px #aaa;
	background-color: #eeeeef;
	height: auto;
	/* margin-left: 50px; */
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	transition: box-shadow 0.15s ease-in;
}

.sboard .bg {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 33%;
	min-height: 700px;
	/* border-left: dashed 1px; */
}

.sboard .bg.campaign>label {
	margin-left: 10px;
}

.sboard .bg.schedule>label {
	margin-left: 10px;
}

.sboard .bg.device>label {
	margin-left: 10px;
}

.sboard .object label {
	line-height: 100%;
	cursor: pointer;
}

.sboard .object .label {
	margin: 0 auto;
	margin-left: 10px;
	top: auto;
}

.sboard .object img {
	display: inline-block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.sboard .object.focused {
	border: 1px solid green;
}

.sboard .object.blurred {
	opacity: 0.25;
}

.sboard .object.selected {
	border: 1px solid rgb(33, 100, 119);
}

.sboard .object.hovered {
	background: rgba(0, 168, 255, .2);
}

.sboard .object.hovered img {
	opacity: 0.3;
}

/* .sboard .object.disconnected.focused {
  border: 3px dashed green;
}

.sboard .object.disconnected.blurred {
  opacity: 0.25;
}

.sboard .object.disconnected.selected {
  border: 3px dashed rgb(33,100,119);
}

.sboard .device.disconnected {
  border: 3px dashed green;
}
 */
.sboard .object.device {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sboard .object.campaign {
	height: 108px;
	overflow: visible;
}

.sboard .object.schedule {
	height: 50px;
}

.sboard .object.campaign label {
	bottom: 0;
	background: #00000088;
	color: white;
	font-weight: normal;
	position: absolute;
	margin-bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
	top: auto;
}

.sboard .menu {
	width: 165px;
	box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	display: none;
	z-index: 10;
	background: white;
	position: absolute;
}

.sboard .menu .menu-options {
	list-style: none;
	padding: 10px 0;
}

.sboard .menu .menu-options .menu-option {
	font-weight: 500;
	font-size: 14px;
	padding: 10px 40px 10px 20px;
	cursor: pointer;
}

.sboard .menu .menu-options .menu-option:hover {
	background: rgba(0, 0, 0, 0.2);
}

.sboard path {
	cursor: pointer;
}

.sboard .light {
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sboard .connected .light {
	background: limegreen;
}

.sboard .disconnected .light {
	background: darkgray;
}

#table-legend-sboard td:first-child {
	width: 40px;
}

#table-legend-sboard td {
	width: 65px;
	max-width: none;
	padding: 2px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #333;
  /* font-family: 'NanumGothic','돋움',dotum,Helvetica,sans-serif; */
	font-family: "Noto Sans KR", sans-serif;
	font-size: 12px;
}

#table-legend-sboard tr:nth-child(even) {
	background-color: #f2f2f2;
}

body._md-toast-animating {
	overflow: auto !important;
}

md-toast {
	position: fixed !important;
}

md-checkbox.screen-divide ._md-icon {
	border-color: white;
}

.device_list table .device-model {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
}

.device_list table .device-model .content {
	width: calc(100% - 5px);
	height: 100%;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 73px;
}

.device_list table .device-model .light-opt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 5px;
	height: 40%;
}

.device_list table .device-model .light-unit {
	display: block;
	width: 100%;
	height: 5px;
}

.device_list table .light-perm {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.device_list table .light-vnc {

}

.device_list table .perm-none {
	background-color: royalblue;
}

.device_list table .perm-sys {
	background-color: lime;
}

.device_list table .perm-root {
	background-color: tranparent;
}

.device_list table .perm-vnc {
	background-color: lightblue;
}

.device_list .light {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.device_list button .updated.light {
	position: absolute;
	background: limegreen;
	margin-top: 7px;
	margin-left: 3px;
	width: 5px;
	height: 5px;
}

.device_list button .outdated.light {
	position: absolute;
	background: red;
	margin-top: 7px;
	margin-left: 3px;
	width: 5px;
	height: 5px;
}

.device_list .connected .light, .device_list .connected.light {
	background: limegreen;
}

.device_list .disconnected .light, .device_list .disconnected.light {
	background: darkgray;
}

.user_list .light {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.user_list .connected .light {
	background: limegreen;
}

.user_list .disconnected .light {
	background: darkgray;
}

.notice_list .light {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**********************/
.common_list table td .user-email .content {
	width: calc(100% - 5px);
	height: 100%;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 73px;
}

.common_list table td .user-email .oauth-opt {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-left: 5px;
	z-index: 10;
}

.common_list table td .user-email .oauth-opt .oauth-unit {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-size: cover;
}

.common_list table td .user-email .oauth-opt .NAVER {
	background-image: url(../images/sub/sns_login_title_naver.png);
}

.common_list table td .user-email .oauth-opt .naver {
	background-image: url(../images/sub/sns_login_title_naver.png);
	opacity: 0.3;
}

.common_list table td .user-email .oauth-opt .KAKAO {
	background-image: url(../images/sub/sns_login_title_kakao.png);
}

.common_list table td .user-email .oauth-opt.kakao {
	background-image: url(../images/sub/sns_login_title_kakao.png);
	opacity: 0.3;
}

.common_list table td .user-email .oauth-opt .GOOGLE {
	background-image: url(../images/sub/sns_login_title_google.png);
}

.common_list table td .user-email .oauth-opt .google {
	background-image: url(../images/sub/sns_login_title_google.png);
	opacity: 0.3;
}

/**********************/
.notice_list .connected .light {
	background: limegreen;
}

.notice_list .disconnected .light {
	background: darkgray;
}

.trans-dialog {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin: 1px;
	border-bottom: 1px solid #c3c3c3;
}

.trans-dialog .box {
	flex: 1;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

.trans-dialog .action-button {
	float: right;
	width: 40%;
	margin-top: 0px;
	min-height: 20px;
	min-width: 44px;
}

.trans-dialog .header {
	height: 10%;
	color: #265ea0;
	font-size: 14px;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #265ea0;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background: #f7f7f7;
}

.trans-dialog .list {
	display: inline-block;
	width: 100%;
}

.trans-dialog .list.list4admin {

}

.trans-dialog .cmd {
	display: flex;
	width: 100%;
	height: 10%;
	margin-top: 0.5rem;
	flex-direction: row;
	align-items: flex-end;
}

md-dialog .access-control-dialog table {
	display: block;
	width: 100%;
	border: 1px solid #555753;
}

md-dialog .access-control-dialog table thead {
  display: block;
}

md-dialog .access-control-dialog table tr{
	display: flex;
}

md-dialog .access-control-dialog table th, md-dialog .access-control-dialog table td{
  line-height : 3rem;
  padding : 0 1rem;
}

md-dialog .access-control-dialog th:nth-of-type(1), md-dialog .access-control-dialog td:nth-of-type(1) {
  width: 25%;
  max-width: 25%;
}

md-dialog .access-control-dialog th:nth-of-type(2), md-dialog .access-control-dialog td:nth-of-type(2) {
  width: 30%;
  max-width: 30%;
}

md-dialog .access-control-dialog th:nth-of-type(3), md-dialog .access-control-dialog td:nth-of-type(3) {
  width: 10%;
  max-width: 20%;
  text-align: center
}

md-dialog .access-control-dialog th:last-child {
  width: 30%;
  max-width: 30%;
}

md-dialog .access-control-dialog td:last-child {
  width: 30%;
  max-width: 30%;
}

md-dialog .access-control-dialog .cmd md-input-container {
  margin : 0 1rem;
}

md-dialog .access-control-dialog .tip-memo {
  display : flex;
  margin: 2rem 0 0 0;
}

.tip-memo .title {
  font-weight : bold;
}

md-dialog .access-control-dialog .tip-memo>*{
	font-size: 1rem;
  color: gray;
  margin-left :1.5rem
}

md-dialog .access-control-dialog .tip-memo a b{
  color: blue;
}

.trans-dialog table {
	display: block;
	width: 29.5rem;
	border: 1px solid #555753;
}

.trans-dialog tbody {
	display: block;
	height: 19rem;
	overflow: auto;
}

.trans-dialog th {
	border: 1px solid #3465a4;
	background-color: #d3d7cf;
	height: 2.85rem;
}

.trans-dialog td {
	border: 1px solid #ebf2f3;
	height: 2.85rem;
}

.trans-dialog th:nth-of-type(1), .trans-dialog td:nth-of-type(1) {
	width: 12rem;
	max-width: 12rem;
}

.trans-dialog th:nth-of-type(2), .trans-dialog td:nth-of-type(2) {
	width: 5rem;
	max-width: 5rem;
	text-align: center
}

.trans-dialog th:last-child {
	width: 13rem;
	max-width: 17rem;
}

.trans-dialog td:last-child {
	width: calc(13rem - 1rem);
	max-width: 17rem;
}

.device-schedule-dialog {
	border-bottom: 1px solid #c3c3c3;
}

.device-schedule-dialog .box {
	flex: 1;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

.device-schedule-dialog .action-button {
	float: right;
	margin-top: 0px;
	min-height: 20px;
	min-width: 44px;
}

.device-schedule-dialog .header {
	height: 45px;
	color: #265ea0;
	font-size: 14px;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #265ea0;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	background: #f7f7f7;
}

.device-schedule-dialog .list {
	display: inline-block;
	width: 100%;
	height: calc(100% - 50px);
}

.device-schedule-dialog table {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #555753;
}

.device-schedule-dialog tr {
	display: inline-table;
	width: 95%;
}

.device-schedule-dialog thead, .device-schedule-dialog tbody {
	display: block;
}

.device-schedule-dialog table {
	overflow: auto;
	max-height: 100%;
}

.device-schedule-dialog th {
	border: 1px solid #3465a4;
	background-color: #d3d7cf;
	height: 30px;
}

.device-schedule-dialog td {
	border: 1px solid #ebf2f3;
	height: 30px;
}

.device-schedule-dialog .schedule-info {
	display: grid;
	font-size: 12px;
	margin: 2px;
	padding-top: 5px;
}

.device-schedule-dialog .schedule-info md-input-container {
	margin: 3px;
	padding: 5px;
	height: 40px;
}

.device-schedule-dialog .schedule-info .info {
	display: inline-flex;
}

.device-schedule-dialog .schedule-info .thumnail {
	width: 150px;
	height: 100px;
	margin: -10px 10px 10px -10px;
	float: left;
}

.device-schedule-dialog .schedule-info .thumnail img {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.device-schedule-dialog .schedule-info .desc {
	width: 50%;
	float: right;
}

.device-schedule-dialog .schedule-info .info-sub .md-block {
	width: 30%;
}

.device-schedule-dialog .schedule-info input {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.device-schedule-dialog th:nth-of-type(1), .device-schedule-dialog td:nth-of-type(1)
	{
	width: calc(100% - 150px);
	min-width: 200px !important;
}

.device-schedule-dialog th:last-child {
	width: 150px !important;
}

.device-schedule-dialog td:last-child {
	width: 150px !important;
}

.device-schedule-dialog>div {
	height: 650px;
}

.command-dialog {
	border-bottom: 1px solid #c3c3c3;
	display: flex !important;
	flex-direction: row;
	height: 100%;
	overflow: hidden;
}

.command-dialog .box {
	overflow-y: auto;
	flex: 1;
	height: 100%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

.command-dialog .box .result {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 50%;
}

.command-dialog .box .result .text-container {
	padding: 10px;
	flex: 1;
	background: black;
	color: #3dff4d;
	overflow: auto;
	position: relative;
}

.command-dialog .box .result .text-container .text {
	width: max-content;
	display: block;
	color: #3dff4d;
	white-space: pre;
	user-select: text;
}

.command-dialog .command {
	position: relative;
	height: 59px;
	color: #585858;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	border-bottom: 1px solid #c3c3c3;
}

.command-dialog .command.selected {
	background: #bfd6ff;
}

.command-dialog .header {
	height: 50px;
	color: #265ea0;
	font-size: 14px;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #265ea0;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	background: #f7f7f7;
}

.command-dialog .light {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: limegreen;
}

#iSelTemplate {
	height: 201px;
}

md-optgroup label {
	/* padding: 11px !important;
   background: #48b5f9;
   color: white; */
	margin: 0 auto;
}

md-dialog.screenshot-dialog {
	max-width: 500px;
	width: 500px;
	height: 400px;
	max-height: 400px;
}

.command-dialog .color-picker-input-wrapper input {
	width: 0 !important;
}

.settings-dialog .color-picker-input-wrapper input {
	width: 0 !important;
}

.color-picker-wrapper .input-group .input-group-addon:first-child {
	border-right-width: 1px !important;
}

td {
	/* max-width: 100px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resizable {
	/* background: #00000044; */
	width: 100px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: 100px;
}

.resizable .resizers {
	width: 100%;
	height: 100%;
	/* border: 3px solid #4286f4;
  box-sizing: border-box; */
}

.resizable .resizers .resizer {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
	border: 2px solid #4286f4;
	position: absolute;
}

.no-div-editor .dg-hdl.dg-hdl-t.dg-hdl-l.dg-hdl-tl {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-t.dg-hdl-r.dg-hdl-tr {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-b.dg-hdl-l.dg-hdl-bl {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-b.dg-hdl-r.dg-hdl-br {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-t.dg-hdl-c.dg-hdl-tc {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-b.dg-hdl-c.dg-hdl-bc {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-m.dg-hdl-l.dg-hdl-ml {
	display: none;
}

.no-div-editor .dg-hdl.dg-hdl-m.dg-hdl-r.dg-hdl-mr {
	display: none;
}

.dg-hdl.dg-hdl-t.dg-hdl-l.dg-hdl-tl {
	cursor: nwse-resize; /*resizer cursor*/
}

.dg-hdl.dg-hdl-t.dg-hdl-r.dg-hdl-tr {
	cursor: nesw-resize;
}

.dg-hdl.dg-hdl-b.dg-hdl-l.dg-hdl-bl {
	cursor: nesw-resize;
}

.dg-hdl.dg-hdl-b.dg-hdl-r.dg-hdl-br {
	cursor: nwse-resize;
}

.dg-hdl.dg-hdl-t.dg-hdl-c.dg-hdl-tc {
	cursor: ns-resize;
}

.dg-hdl.dg-hdl-b.dg-hdl-c.dg-hdl-bc {
	cursor: ns-resize;
}

.dg-hdl.dg-hdl-m.dg-hdl-l.dg-hdl-ml {
	cursor: ew-resize;
}

.dg-hdl.dg-hdl-m.dg-hdl-r.dg-hdl-mr {
	cursor: ew-resize;
}

[sglclick] {
	cursor: pointer;
}

#iOverview * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.dg.dg-normal {
	display: none; /* TODO */
}

.dg-hdl.dg-rotator {
	display: none; /* TODO */
	cursor: url('../images/sub/cursor_rotate.png') 8 8, auto;
}

.no-div-editor .dg-wrapper>* {
	z-index: 0 !important;
}

.dg-wrapper>* {
	z-index: 99 !important;
}

.no-div-editor .dg-controls {
	cursor: pointer;
}

[id^='division-'] {
	cursor: pointer;
}

.qu-target {
	/* color:darkgray !important; */
	color: #555555 !important;
}

.qu-target-empty {
	height: 90% !important;
}

.qu-target input {
	color: darkgray !important;
}

div.textarea-container {
	height: 8rem;
	width: 97%;
	padding: 5px;
	/* overflow:auto;*/
	border: 1px solid lightsteelblue;
}

div.textarea-container .md-resize-wrapper {
	height: 100%;
}

div.textarea-container textarea {
	width: 100%;
	resize: none;
	height: 100% !important;
	word-break: break-all !important;
	overflow: auto;
}

/*
.dataTables_filter {
  visibility: hidden;
  height: 0;
}
#sr-datatable_info {
  visibility: hidden;
  height: 0;
}
*/
.common_list th:focus, .common_list a:focus {
	outline: none !important;
}

.common_list a {
	cursor: pointer;
}

.search_a .input_box input:focus {
	outline: none !important;
}

table.datatable {
	table-layout: fixed;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
	table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc {
	cursor: pointer;
	*cursor: hand;
}

table.dataTable thead .sorting {
	background-image: url(../images/common/sort_both.png);
}

table.dataTable thead .sorting_asc {
	background-image: url(../images/common/sort_asc.png);
}

table.dataTable thead .sorting_desc {
	background-image: url(../images/common/sort_desc.png);
}

.datatable_btn_blue, .datatable_btn_blue:visited, .datatable_btn_blue:hover,
	.datatable_btn_blue:active {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 125px;
	height: 30px;
	line-height: 30px;
	color: #1c59a4;
	font-size: 14px;
	text-align: center;
	border: 1px solid #0e386c;
}

.paginate_button.first, .paginate_button.previous, .paginate_button.last,
	.paginate_button.next {
	border: none;
	margin: 0 .3rem;
}

.md-no-label-margin .md-label {
	margin: 0;
}

input[type="radio"] {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
	transform: scale(1.5);
}

.dataTables_info {
	margin-top: .5rem;
}

/* SWITCH START */
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(3);
	transform: translateX(3);
}

/* Rounded sliders */
.slider.round {
	border-radius: 17px;
}

.slider.round:before {
	border-radius: 50%;
}

/* SWITCH END */
.custom-data select {
	max-width: 150px;
	min-width: 57px;
}

.custom-data input {
	width: 100px;
}

.image-candidate {
	max-width: 100px;
	max-height: 100px;
}

#iLayout-wrapper [class^=jtk-] {
	opacity: 0;
}

#iLayout-wrapper.layoutFrame [class^=jtk-] {
	opacity: 1;
}

#jtk-canvas * {
	z-index: 2;
}

#jtk-canvas .jtk-endpoint {
	z-index: 3;
	cursor: move;
}

#jtk-canvas .jtk-overlay {
	z-index: 4;
	pointer-events: none;
}

.dg-hdl.dg-rotator {
	display: block;
}

/* CAPP START */
.capp-dialog {
	width: 80%;
	height: 80%;
}

.capp-dialog.capp-selection md-toolbar{
	height: 5rem;
	min-height: 5rem;
}

.capp-dialog.capp-selection .popup-select-capp .content-list .items {
  width: 72%;
  height: 100%;
}

.capp-dialog.capp-selection .popup-select-capp .content-list {
  height: 35rem;
  margin-bottom: 10px;
}

.capp-md-dialog-content-area {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: stretch;
}

form.md-capp-inline-form {
	height: 100%;
}

form.md-capp-inline-form md-dialog-content {
	height: 100%;
}

form.md-capp-inline-form md-dialog-actions {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	min-height: 5% !important;
	max-height: 15%;
	padding: 1rem !important;
	border-top: 1px solid #ccc;
}

.capp-edit-area {
	display: block;
	width: 45%;
	height: 97%;
}

.capp-edit-area>div {
	width: 100%;
}

.capp-tab-area {
	overflow: hidden;
	height: 3rem;
}

.capp-tab-area .md-button {
	border: 1px solid #1C59A4;
	color: #1C59A4;
	cursor: pointer;
	border-radius: 15px 15px 0 0;
}

.capp-tab-area .md-button.active {
	background-color: #1C59A4;
	color: rgb(255, 255, 255);
}

.tabcontent {
	display: flex;
	padding: 0;
	height: 94%;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.tabcontent .single-line {
	display: flex;
	padding: 1rem 1rem;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.tabcontent .single-line .label {
	display: inline-block;
	width: 20%;
	font-weight: bold;
}

.tabcontent .single-line span {
	display: inline-block;
	margin-left: 10px;
}

.tabcontent .single-line .input_box {
	width: 75%;
}

.tabcontent .single-line .image-box {
	width: 10%;
}

.tabcontent .single-line .input_box .open-level {
	max-width: 30%;
	margin: 0;
	line-height: 1rem;
}

.tabcontent .single-line .input_box .version {
	width: 30%;
}

.tabcontent .single-line textarea, .tabcontent .single-line input {
	width: 100%
}

.capp-form-label {
	margin-bottom: 20px;
}

.required {
	color: red;
}

.capp-img-area {
	display: flex;
}

.capp-md-dialog-content-area .full-column {
	height: 97%;
}

.capp-apply-area {
	width: 10%;
	height: 97%;
	display: flex;
	justify-content: center;
}

.vertical-line {
	height: 100%;
	border-left: 2px solid #1C59A4;
}

.image-button {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../images/sub/bg_apply.png);
	background-size: contain;
}

.capp-view-area {
	width: 45%;
	border: 1px solid #41a2d1;
	background: #f5fafd;
}

.capp-view-area .capp-view-bp.div_edit_area {
	height: 100%;
  width: 100%;
  padding : 0;
}

.capp-view-area .capp-view-bp .div_edit_area_section {
	height: calc(100% - 10px);
  width: calc(100% - 10px);
  border: none;
}

.capp-view-area .actual-view{
	overflow: hidden;
  width: 99%;
  height: calc(100% - 5rem);
  border: 1px solid;
  margin: 0.2rem 0;
}

.capp-view-area .capp-view-bp .actual-view{
	height: calc(100% - 35px);
  width: calc(100% - 10px);
  background-color: #f5fafd;
  border: 1px solid #41a2d1;
}

.capp-view-area .capp-view-bp .actual-view-core {
	height: calc(100% - 35px);
  width: 100%;
}

.capp-view-area .capp-view-bp .actual-view-core .bp-on-capp{
  height: 100%;
  width: 100%;
}

.capp-view-area .capp-view-bp .actual-view-core .bp-on-capp .capp-view-bp-main{
  height: 100%;
  width: 100%;
}

.unit-codearea .CodeMirror-wrap{
  border: 1px solid lightgray;
}

.capp-view-bp-main .unit .unit-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}

.capp-view-bp-main .unit .unit-wrapper md-input-container {
	width: 10rem;
	max-width: none;
}

.capp-view-bp-main .unit .unit-wrapper.unit-codearea md-input-container label{
	margin-bottom:.3rem;
}

.capp-view-bp-main {
	display: flex;
  overflow: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}

.capp-view-bp-main .bp-view {
	margin-right: 1rem;
	margin-left: 1rem;
	border: none
}

.capp-view-bp-main .bp-view .image-box {
	width: 3rem;
}

.capp-view-bp-main .unit .unit-wrapper .btn-url-check {
	width: 4rem;
	min-width: 1rem;
	height: 1rem;
	margin-top: -1rem;
}

.capp-info {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.capp-view-bp-main .label-title{
	min-width: 5rem;
  display: inline-block;
}

.capp-view-bp-main .horizontal-line{
	width: 98%;
  border: 1px solid gray;
  margin-bottom : 2rem;
}

.capp-info .capp-info-sub {
	display : flex;
	width : 100%;
	margin-top: 1rem;
}

.capp-info .capp-info-sub .capp-info-image {
	width : 5rem;
	margin : 0 1rem;
}

.capp-info .capp-info-sub textarea {
	width : 90% !important;
	min-height: 3rem;
}

.capp-info .capp-info-sub .capp-info-text {
	display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.capp-info .capp-info-sub .capp-info-text .btn-inline{
  width: 5rem;
  min-width: 5rem;
  height: 2rem;
  min-height: 2rem;
  line-height: 1;
  font-size: 12px;
  margin-left: 1rem;
}

.vertical {
	width: 100%;
	margin-top: 10px;
	display: flex;
	white-space: nowrap;
}

.horizontal {
	display: inline-block;
	margin-left: 20px;
}

/* md-input-container .capp_in_div_edit_area_subsection .CodeMirror {
    height:34rem;
  } */
.capp_out_div_edit_area_subsection md-input-container {
	height: 90%;
	width: 100%;
}

.capp_out_div_edit_area_subsection {
	display: block;
	overflow : auto;
	padding: 0 !important;
	background: #f5fafd;
	border: 1px solid #41a2d1;
	border-radius: 3px;
	height: 100%;
	width: 100%;
}

.capp_in_div_edit_area_subsection {
	display: block;
	margin-left: 5%;
	background: #f5fafd;
	border: 1px solid #41a2d1;
	border-radius: 3px;
	height: 100%;
	width: 90%;
}

.capp_in_div_edit_area_subsection .md-resize-wrapper {
	height: calc(100% - 1rem);
}

.capp_in_div_edit_area_subsection .md-resize-wrapper .CodeMirror {
	height: 100%;
}

.capp_edit_title_line {
	width: 90%;
	height: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5%;
	margin-top: 1%;
}

.capp_edit_title {
	width: 50%;
	font-size: 15px;
	font-weight: bold;
}

.capp_edit_line {
	width: 50%;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-end;
}

.invisible-style {
	display: none;
}

.capp-view-area .capp-view-code .view-control .div-size md-input-container{
	margin-bottom: .2rem;
	width : 5rem;
}

.capp-view-area .capp-view-code .view-control {
  display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    width: 99%;
    height: 5rem;
    border: 1px solid;
    margin: .2rem 0;
}

.capp-view-area .capp-view-code {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.capp-view-area .capp-view-code .capp-html-preview {
}

.capp-view-area .capp-view-code .capp-html-preview iframe {
	width: 100%;
	height: 100%;
}
/* CAPP END */
md-toolbar .sub-title{
	font-size : 15px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2rem;
  height: 2rem;
}
