@font-face{ 
	font-family: "LCD";
    src: url("fonts/lcd_solid.eot");
    src: url("fonts/lcd_solid.eot?#iefix") format("embedded-opentype"),
    url("fonts/lcd_solid.woff2") format("woff2"),
    url("fonts/lcd_solid.woff") format("woff"),
    url("fonts/lcd_solid.ttf") format("truetype"),
    url("fonts/lcd_solid.svg#LCD Solid") format("svg");
}

@font-face {
	font-family:NanumSquareRoundB;
	src:url(fonts/NanumSquareRoundB.woff2) format("woff2"),
		url(fonts/NanumSquareRoundB.woff) format("woff");
}

.BIX5__Dashboard *:focus {
    outline: none;
}

.BIX5__Dashboard {
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	outline: none;
}

.BIX5__Dashboard *{
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

.BIX5__Dashboard h1{
	margin: 0px;	
}

.BIX5__DashboardCover {
	background-color: rgba(255,255,255,0);
}

.BIX5__Button.default {
    padding: 9px 8px 6px 8px;
    background-color: #3699ff;
    border: 1px solid #3699ff;
    border-radius: 0;
    color: #ffffff;
}

.BIX5__Button.danger {
    padding: 9px 8px 6px 8px;
    background-color: #F64E56;
    border: 1px solid #F64E56;
    border-radius: 0;
    color: #ffffff;
}

.BIX5__WidgetToolbar button{
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #a9a9a9;
}

.BIX5__WidgetToolbar button:last-child{
	border-bottom-style: solid;
}

.BIX5__Dashboard{
	-ms-user-select: none; 
    -moz-user-select:-moz-none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    user-select:none;
}

.BIX5__Dashboard .CodeMirror{
	height: 100%;
}

.BIX5__Dashboard .BIX5__CodeEditor .BIX5__TabBar {
	font-size: 13px;
}

.BIX5__Dashboard .BIX5__CodeEditor .BIX5__SaveBtn {
	font-size: 13px;
}

.BIX5__Panel {
}
.BIX5__PanelSkin {
	border-style : solid;
	border-width : 2px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-color : #EEEEEE;
}
.bix5PanelStatus {
	color : #666666;
	overflow : hidden;
	cursor : default;

	-ms-user-select : none;
	-moz-user-select : none;
	-webkit-user-select : none;
	user-select: none;
}
.bix5WidgetTitle {
	font-size: 11px;
	white-space : nowrap;
	overflow : hidden;
	cursor : default;

	-ms-user-select: none; 
    -moz-user-select:-moz-none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    user-select:none;
}

.bix5Clock {
    position: absolute;
    color: #00B5E0;
    font-size: 30px;
    font-family: LCD;
/*     letter-spacing: 7px; */
}

/****
 * SideBar 
 */
.BIX5__SideBar ::-webkit-scrollbar, .BIX5__SideBar2 ::-webkit-scrollbar {
	width: 5px;
}

.BIX5__SideBar ::-webkit-scrollbar-track , .BIX5__SideBar2 ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__SideBar ::-webkit-scrollbar-thumb, .BIX5__SideBar2 ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2.5px;
}

.BIX5__SideBar ::-webkit-scrollbar-thumb:hover, .BIX5__SideBar2 ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__SideBar{
	font-size:14px;
	line-height: normal !important;
	font-family: "NanumSquareRoundEB", "Malgun Gothic", Arial;
}

.BIX5__SideBar .BIX5__Tab, .BIX5__SideBar2 .BIX5__Tab {
	font-family: inherit;
    background-color: transparent;
    cursor: pointer;
    color: #000000;
    outline: 0;
    border : none;
}

.BIX5__SideBar .bix5ActiveTabStyle, .BIX5__SideBar2 .bix5ActiveTabStyle {
    background-color: #ffffff;
    border-bottom: 2px solid #292929;
    font-weight : 700;
}

.BIX5__SideBar .BIX5__UITextField, .BIX5__SideBar .BIX5__Label, .BIX5__SideBar label, 
.BIX5__SideBar2 .BIX5__UITextField, .BIX5__SideBar2 .BIX5__Label, .BIX5__SideBar2 label {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: normal;
	white-space: nowrap;
	display: inline;
}

.BIX5__SideBar .MenuContainer {
	font-size:14px;
}

.PropertyView .BIX5__ViewStack .MenuContainer {
	font-size:13px;
}

.BIX5__SideBar2 .fixedIcon, .BIX5__SideBar .fixedIcon{
	background: url(pin.png) center no-repeat;
	background-size: contain;
}

.BIX5__SideBar2 .fixedIcon.active, .BIX5__SideBar .fixedIcon.active{
	background: url(pin_active.png) center no-repeat;
	background-size: contain;
}

.BIX5__ExTreeItemRenderer .icon{
	margin-top: 2px;
}

.BIX5__ExTreeItemRenderer .icon.deleteItem {
	background: url(icons/rubbish-bin.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.editItem {
	background: url(icons/editItem.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.itemDelete {
	background: url(icons/rubbish-bin.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.addItem {
	background: url(icons/addItem.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.removeItem {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.editItem {
	background: url(icons/editItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.noAggregation {
	background: url(icons/addItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.newFile {
	background: url(icons/newFile.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.quick{
	background: url(icons/quickmenu.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.removeItem {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__FieldTreeItemRenderer .icon.deleteItem {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.selectDatasource {
	background: url(icons/selectDatasource.png) center center no-repeat;
}

.BIX5__SideBar .BIX5__WidgetDetailPropertyView .BIX5__FieldTreeItemRenderer {
	font-size:12px;
}

.BIX5__SideBar .BIX5__WidgetDetailPropertyView .BIX5__ExTreeItemRenderer {
	font-size:12px;
}

.BIX5__SideBar .icon.newLayout,
.BIX5__SideBar2 .icon.newLayout {
	background: url(icons/newLayout.png) center center no-repeat;
	background-size:auto;
	background-color:#ffffff;
}

.BIX5__SideBar .icon.addingLayout,
.BIX5__SideBar2 .icon.addingLayout {
	background: url(icons/layout.png) center center no-repeat;
	background-size:auto;
	background-color:#ffffff;
}
 
.BIX5__WidgetTemplatePreview{
	-webkit-box-shadow: -1px 1px 13px 0px rgba(238,238,238,1);
	-moz-box-shadow: -1px 1px 13px 0px rgba(238,238,238,1);
	box-shadow: -1px 1px 13px 0px rgba(238,238,238,1);
}

/****
 *	SideBar
 */
 
.BIX5__SideBar * {
	font-family: "NanumSquareRoundB", "Malgun Gothic", Arial;
}
 
.BIX5__SideBar .BIX5__SideBarContent {
	width : calc( 100% - 56px );
	height : 100%;
	float : left;
}

.BIX5__SideBar .BIX5__SideBarContent .BIX5__SideBarTop {
	width : 100%;
	height : 56px;
	border-bottom : none;
	padding: 10px 30px 10px 18px;
	background-color: #424242;
}

.BIX5__SideBar .BIX5__SideBarContent .BIX5__SideBarPropertyView {
	width : 100%;
	height : calc( 100% - 56px );
}

.BIX5__SideBar .BIX5__SideBarMenus {
	width : 56px;
	height: 100%;
	float: right;
}

.BIX5__SideBar .BIX5__SideBarMenus .BIX5__ToggleButtonBar{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	border-radius : 0px;
}

.BIX5__SideBar .BIX5__ComboBox{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBar .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBar .BIX5__ExColorPalette{
	text-align : right;
}

.BIX5__SideBar .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
	border-top:none;
	border-right:none;
	border-left:none;
}

.BIX5__SideBar .BIX5__NumericStepper .BIX5__TextInput{
	border: 1px solid #bdbdbd;
}

.BIX5__SideBar .BIX5__NumericStepper *{
	border-radius: 0px;
}

.BIX5__SideBar .BIX5__SideBarMenus .BIX5__SideBarMenuBtn{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	background-color: #424242;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .bix5ActiveToggleButton {
	background-color: #3699ff !important;
    color: #ffffff;
}

.BIX5__SideBar .BIX5__ToggleButtonBar .BIX5__ButtonBarButton:hover {
	background-color: #eeeeee !important;
	color: #555555 !important;
}

.BIX5__SideBar .BIX5__ToggleButtonBar .BIX5__ButtonBarButton  {
    color: #555555;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton{
	font-size:12px;
	white-space:nowrap;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(1)::after{
	display:block;
	content: "\C704\C82F";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(2)::after{
	display:block;
	content: "\C2AC\B77C\C774\B4DC";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(3)::after{
	display:block;
	content: "\B370\C774\D130";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(4)::after{
	display:block;
	content: "\C124\C815";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(5)::after{
	display:block;
	content: "\c990\aca8\cc3e\ae30";
}

.BIX5__SideBar .BIX5__SideBarTop .BIX5__Label {
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 18px;
    padding-top: 7px;
    color:#ffffff;
}

.BIX5__SideBar .BIX5__SideBarMenus .BIX5__ToggleButtonBar .BIX5__ButtonBarButton .BIX5__Label {
	padding:0;
}

.BIX5__CardItem * {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.BIX5__CardItem .header{
	border: 1px solid #dddddd;
}

.BIX5__CardItem .body{
	border: 1px solid #dddddd;
}

.BIX5__CardItem.children .header{
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.BIX5__CardItem.children .body{
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.BIX5__SideBar .BIX5__SideBarContent > .SideBarPropertyView{
	border-right:1px solid #f5f5f5;
	height: calc( 100% - 56px );
}

.BIX5__CategoryTab{
	border-bottom: 1px solid #f1f1f1;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem{
	margin-top: 21px;
	padding-right:16px;
	font-size:15px;
	color:#616161;
	cursor:pointer;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem:first-child{
	padding-left:18px;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem.active{
	color:#000000;
	font-weight:bold;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem.disabled{
	color:#aaaaaa;
	cursor: not-allowed;
}

.BIX5__CategoryTab .BIX5__activeLine{
	position: absolute;
	padding:0;
	margin: 14px 0 0;
	height:2px;
	transition: all 0.35s ease-in-out 0s;
	border-top: 4px solid #3699ff;
	border-bottom:0;
	border-left:0;
	border-right:0;
}

.BIX5__Root .BIX5__CategoryTab .BIX5__activeLine{
	margin: 11px 0 0;
}

.BIX5__SideBar .MenuContainer{
	padding: 16px 15px 16px 15px;
	border-bottom: 1px solid #f1f1f1;
}

.BIX5__SideBar .BIX5__WidgetDetailPropertyView .MenuContainer{
	border: none;
}


.BIX5__SideBar .BIX5__ItemBox{
	height:38px;
}

.BIX5__SideBar .BIX5__Button.default{
	padding: 9px 8px 6px 8px;
	background-color: #3699ff;
	border: 1px solid #3699ff;
	border-radius: 0;
	color:#ffffff;
}

.BIX5__SideBar .BIX5__Button.danger{
	padding: 9px 8px 6px 8px;
	background-color: #F64E56;
	border: 1px solid #F64E56;
	border-radius: 0;
	color:#ffffff;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.aggregationButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton{
	background-color : #ffffff !important;
	border: 1px solid #3699ff !important;
	color: #000000 !important;
}

.BIX5__SideBar .MenuContainer .BIX5__WidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__ChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__ChartWidgetStyleProperty .BIX5__ItemBox .BIX5__ExComboBox .BIX5__Label{
	margin-top:0px;
}

.BIX5__SideBar .MenuContainer .BIX5__GridWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__MapChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__TextWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .BIX5__SlideButton {
	padding: 2px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBar .BIX5__SlideButton .BIX5__SlideButton_Thumb{
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBar .BIX5__ColorSelector2 {
	margin: 2px;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.alignButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.textDecoButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBar .BIX5__Button.textProperty {
	background-color: rgba(0,0,0,0);
	border : none;
	border-radius:none;
	padding:0;
}

.BIX5__SideBar .BIX5__Button.textProperty:hover {
	background-color: #f1f1f1;
	border-radius:none;
}

/****
 *	SideBarMin
 */
.BIX5__SideBarMin * {
	font-family: "NanumSquareRoundB", "Malgun Gothic", Arial;
	box-sizing: border-box;
}
 
.BIX5__SideBarMin .BIX5__SideBarContent {
	width : 100%;
	height : 100%;
	float : left;
}

.BIX5__SideBarMin .BIX5__SideBarContent .BIX5__SideBarTop {
	width : 100%;
	height : 56px;
	border-bottom : none;
	padding: 10px 30px 10px 18px;
	background-color: #424242;
}

.BIX5__SideBarMin .BIX5__SideBarContent .BIX5__SideBarPropertyView {
	width : 100%;
	height : calc( 100% - 56px );
}

.BIX5__SideBarMin .BIX5__SideBarMenus .BIX5__ToggleButtonBar{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	border-radius : 0px;
}

.BIX5__SideBarMin .BIX5__ComboBox{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBarMin .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBarMin .BIX5__ExColorPalette{
	text-align : right;
}

.BIX5__SideBarMin .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
	border-top:none;
	border-right:none;
	border-left:none;
}

.BIX5__SideBarMin .BIX5__NumericStepper .BIX5__TextInput{
	border: 1px solid #bdbdbd;
}

.BIX5__SideBarMin .BIX5__NumericStepper *{
	border-radius: 0px;
}

.BIX5__SideBarMin .BIX5__SideBarMenus .BIX5__SideBarMenuBtn{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	background-color: #424242;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.NavBar .bix5ActiveToggleButton {
	background-color: #3699ff !important;
    color: #ffffff;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar .BIX5__ButtonBarButton:hover {
	background-color: #eeeeee !important;
	color: #555555 !important;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar .BIX5__ButtonBarButton  {
    color: #555555;
}

.BIX5__SideBarMin .BIX5__SideBarTop .BIX5__Label {
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 18px;
    padding-top: 7px;
    color:#ffffff;
}

.BIX5__SideBarMin .BIX5__SideBarMenus .BIX5__ToggleButtonBar .BIX5__ButtonBarButton .BIX5__Label {
	padding:0;
}
 
 
.BIX5__SideBarMin .BIX5__SideBarContent > .SideBarPropertyView{
	border-right:1px solid #f5f5f5;
	height: calc( 100% - 56px );
}

.BIX5__SideBarMin .MenuContainer{
	padding: 16px 15px 16px 15px;
	border-bottom: 1px solid #f1f1f1;
}

.BIX5__SideBarMin .BIX5__WidgetDetailPropertyView .MenuContainer{
	border: none;
}

.BIX5__SideBarMin .BIX5__ItemBox{
	height:30px;
}

.BIX5__SideBarMin .BIX5__Button.default{
	padding: 9px 8px 6px 8px;
	background-color: #3699ff;
	border: 1px solid #3699ff;
	border-radius: 0;
	color:#ffffff;
}

.BIX5__SideBarMin .BIX5__Button.danger{
	padding: 9px 8px 6px 8px;
	background-color: #F64E56;
	border: 1px solid #F64E56;
	border-radius: 0;
	color:#ffffff;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.aggregationButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton{
	background-color : #ffffff !important;
	border: 1px solid #3699ff !important;
	color: #000000 !important;
}

.BIX5__SideBarMin .MenuContainer .BIX5__WidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__ChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__GridWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__MapChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__TextWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .BIX5__SlideButton {
	padding: 2px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBarMin .BIX5__SlideButton .BIX5__SlideButton_Thumb{
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBarMin .BIX5__ColorSelector2 {
	margin: 2px;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.alignButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.textDecoButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBarMin .BIX5__Button.textProperty {
	background-color: rgba(0,0,0,0);
	border : none;
	border-radius:none;
	padding:0;
}

.BIX5__SideBarMin .BIX5__Button.textProperty:hover {
	background-color: #f1f1f1;
	border-radius:none;
}

.BIX5__SideBarMin ::-webkit-scrollbar {
	width: 5px;
}

.BIX5__SideBarMin ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__SideBarMin ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2.5px;
}

.BIX5__SideBarMin ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__SideBarMin .BIX5__UITextField, .BIX5__SideBarMin .BIX5__Label, .BIX5__SideBarMin label{
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: normal;
	white-space: nowrap;
	display: inline;
	word-break: break-all;
}

/**
 * ColorPanel
 */


.BIX5__ColorPanel .BIX5__Button.textProperty.selected {
	background-color: #f1f1f1;
	border-radius:none;
}

.BIX5__ColorPanel ::-webkit-scrollbar{
	width: 5px;
}

.BIX5__ColorPanel ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__ColorPanel ::-webkit-scrollbar-thumb{
	background: #888;
	border-radius: 2.5px;
}

.BIX5__ColorPanel ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__ColorPanel {
	width:400px;
	height:300px;
	background-color:#ffffff;
	font-family: "NanumSquareRoundEB", "Malgun Gothic", Arial;
	font-size:13px;
}
.BIX5__ColorPanel .BIX5__UIElement.transparent {
	background-color:#ffffff;
	border: 1px solid #f1f1f1;	
}
.BIX5__ColorPanel .BIX5__UIElement.transparent2 {
	background-color:#ffffff;
	border: 1px solid #f1f1f1;	
}
.BIX5__ColorPanel .BIX5__UIElement.transparent::before {
    width: 130%;
    height: 0px;
    top: 7px;
    left: -2px;
    border-bottom: 1px solid rgb(226, 68, 68);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
}
.BIX5__ColorPanel .BIX5__UIElement.transparent2::before {
    width: 130%;
    height: 0px;
    top: 14px;
    left: -5px;
    border-bottom: 1px solid rgb(226, 68, 68);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
}
.BIX5__ColorSelector2.transparent::before {
   	width: 138%;
    height: 0px;
    top: 13px;
    left: -5px;
    border-bottom: 1px solid rgb(226, 68, 68);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
}
.BIX5__ColorPanel .BIX5__ColorPicker {
    box-shadow: none;
    top:0;
}
.BIX5__ColorPanel .BIX5__Label.disabled.noColorLabel{
    color:#aaaaaa;
    font-weight:bold;
}
.BIX5__ColorPanel .transparent.disabled{
    background-color:#aaaaaa;
    border: 1px solid #aaaaaa;
}
.BIX5__ColorPanel .transparent.disabled::before{
    border: 1px solid #aaaaaa;
    left:-4px;
}

.BIX5__CodeEditor .BIX5__SaveBtn{
	font-family: "NanumSquareRoundEB", "Malgun Gothic", Arial;
	font-size : 14px;
}

.BIX5__AlertPanel * {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	font-family: "NanumSquareRoundB", "Malgun Gothic", Arial;
	line-height: normal;
}

.BIX5__AlertPanel .alertPanel {
	background:#ffffff;
	position: absolute;
	display: inline-block;
	text-align: center;

	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #ccc;
    
    font-size:13px;
}

.BIX5__AlertPanel .msgArea {
	padding : 20px 0px;
	line-height: 1.5;
}

.BIX5__AlertPanel .footer {
	width:100%;
	padding:10px;
	background-color:#e4e4e4;
}

.BIX5__AlertPanel .btnArea {
	display:flex;
	justify-content: center;
	column-gap: 5px;
}

.BIX5__AlertPanel .default {
	padding: 6px 8px 3px 8px;
    background-color: #3699ff;
    border: 1px solid #3699ff;
    color: #ffffff;
}

.BIX5__AlertPanel .danger {
	padding: 6px 8px 3px 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #333;
}

.BIX5__ExComboBox2 {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	padding-top: 5px;
	padding-right:24px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #bdbdbd;
	display: flex;
	background: url(combo_down_arrow.png) right 2px center no-repeat;
	cursor: pointer;
	
	min-height: 26px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar, ::-webkit-scrollbar {
	width: 5px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2.5px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__ExComboBox2 *{
	font-size:13px;
}

.BIX5__Root .BIX5__UIElement.dropdown{
	background-color: #ffffff;
	border: 1px solid #bdbdbd;
}

.BIX5__Root .BIX5__UIElement li{
	padding:5px;
}

.BIX5__Root .BIX5__UIElement.dropdown .searchArea{
	padding: 5px;
}

.BIX5__Root .BIX5__UIElement.dropdown input{
	border: 1px solid #ccc;
}

.BIX5__Root .BIX5__UIElement.dropdown input:focus{
	outline: none;	
}

.BIX5__Root .BIX5__UIElement.dropdown ul{
	list-style: none;
	margin : 0;
	max-height: 100px;
}

.BIX5__Root .BIX5__UIElement.dropdown li{
	cursor: pointer;
}

.BIX5__Root .BIX5__UIElement.dropdown li.active{
	background-color: #3699ff;
	color:#ffffff;
}

.BIX5__Root .BIX5__UIElement.dropdown li:hover{
	background-color: #3699ff;
	color:#ffffff;
}

.BIX5__Button.bx_saveBtn {
	background-color: #ffffff;
	color:#000000;
	font-size:14px;
	line-height:1;
}

.BIX5__Button.bx_saveBtn:hover {
	background-color: #298cfd;
	color:#ffffff;
}

/*********************************
*	MenuBar
*********************************/
.BIX5__BIX5MenuBar * {
	outline: none;
	font-family: "NanumSquareRoundEB", "Malgun Gothic", Arial;
	-ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    
    cursor:default;
}

.BIX5__BIX5MenuBar{
    background-color:#424242;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
}

.BIX5__BIX5MenuBar .BIX5__Logo{
	display: inline-block;
	margin-right:10px;
}

.BIX5__BIX5MenuBar .BIX5__MenuContainer{
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    height:100%;
}
    
.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem{
	position:relative;
	display:flex;
	font-size: 12px;
	font-weight: bold;
	align-items: center;
	padding:0 4px;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel{
	padding: 7px;
	color: #ffffff;
	border-radius:5px;
	cursor: pointer;    
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel:before{
	content: '';
    position: absolute;
    background-color: #f9539e;
    height: 2px; 

    width: 0; 
    bottom: 0;
    transition: 0.7s; 

    left: 50%;
    transform: translateX(-50%) ;
	color:#557eff;
	font-weight:bold;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__Arrow{
	width:10px;
	height:6px;
	margin-left: 5px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='6px' viewBox='0 0 10 6' enable-background='new 0 0 10 6' xml:space='preserve'%3E%3Cpolygon fill='%23FFFFFF' points='9.125,0.998 4.925,5.889 0.725,0.998 '/%3E%3C/svg%3E");
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel:hover:before{
	width : 100%;
	color:#557eff;
	font-weight:bold;
	
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel:hover{
	color: #f9539e;
	width : 100%;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem:hover .BIX5__Arrow{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='6px' viewBox='0 0 10 6' enable-background='new 0 0 10 6' xml:space='preserve'%3E%3Cpolygon fill='%23f9539e' points='9.125,0.998 4.925,5.889 0.725,0.998 '/%3E%3C/svg%3E");
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel.BIX5__selected{
	color:#f9539e;
	width : 100%;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem.BIX5__disabled .BIX5__MenuItemLabel{
	color:#AAAAAA;
}

.BIX5__BIX5MenuBar .BIX5__Logo{
	align-self: center;
}

.BIX5__BIX5Menu {
    position: absolute;
    background-color: #f8f9fa;
    background-color: #ffffff;
    border: 0;
    z-index:9999;
    color: #2c2c2c;
    top:100%;
    left: 0;
    box-shadow: 0px 5px 15px 0px rgba(70, 63, 85, 0.1);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(70, 63, 85, 0.1);
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-animation: BIX5Menu-animation 0.15s ease-in-out;
    animation: BIX5Menu-animation 0.15s ease-in-out;
}

.BIX5__BIX5Menu.BIX5__BIX5SubMenu{
    left:100%;
    top:0;
    
    -webkit-animation: BIX5SubMenu-animation 0.15s ease-in-out;
    animation: BIX5SubMenu-animation 0.15s ease-in-out;
}

.BIX5__BIX5Menu.BIX5__BIX5SubMenu.right{
    right:100%;
    left:auto;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem {
	padding: 10px 15px;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}        

.BIX5__BIX5Menu .BIX5__BIX5MenuItem:hover {
    color:#2622e9;
    background-color: rgba(222,222,222,0.3);
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem:hover .BIX5__MenuIcon svg,
.BIX5__BIX5Menu .BIX5__BIX5MenuItem:hover .BIX5__MenuIcon svg g{
    fill:#2622e9;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem.BIX5__MenuSeperator {
    margin: 3px 0;
    padding: 0;
    height:1px;
    background-color: #EEEDF6;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem .BIX5__MenuIcon {
	width:16px;
	height:16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem .BIX5__MenuLabel {
    font-size:12px;
    font-family: "NanumSquareRoundEB", "Malgun Gothic", Arial;
    flex-grow: 1;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem .BIX5__MenuArrow {
    width: 16px;
    height: 16px;
    background: url(Arrow.png) center no-repeat;
}

@-webkit-keyframes BIX5Menu-animation {
  from {
    opacity: 0;
    margin-top:-10px;
  }
  to {
    opacity: 1;
    margin-top:0px;
  }
}
@keyframes BIX5Menu-animation {
  from {
     opacity: 0;
    margin-top:-10px;
  }
  to {
    opacity: 1;
    margin-top:0px;
  }
}

@-webkit-keyframes BIX5SubMenu-animation {
  from {
    opacity: 0;
    margin-left:-10px;
  }
  to {
    opacity: 1;
    margin-left:0px;
  }
}
@keyframes BIX5SubMenu-animation {
  from {
    opacity: 0;
    margin-left:-10px;
  }
  to {
    opacity: 1;
    margin-left:0px;
  }
}