body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 11px;
        background-image: linear-gradient(rgba(200,200,200,0.08),rgba(200,200,200,0.08));
        background-size: 1920px 1080px;
        background-repeat: no-repeat;
	color: black;
}

body.locked {
	/*overflow: hidden;*/
}

.ci-spacer {
	clear: both;
}

/**
 * 	Main Page
 */

html, body {
	height: 100%;
	min-height: 100%;
}

#ci-visualizer {
    position: relative;
}

#viewport {
	width: 100%;
	
}

#ci-left {
	vertical-align: top;
	width: 250px;
	position: relative;
	display: none;
}

#modules-grid {
/*    margin-top: 5px !important; */
	min-height: 100%;
	/*background: #fefefe;*/

	position: relative;
}



table#viewport, table#viewport td, #ci-module-grid, #ci-left > *, .ci-expand > *, .ci-module-header, .ci-module-header > *, .ci-module-content, .ci-module, .ci-module-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
}

#ci-left ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.ci-cfg-add, .ci-cfg-save {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f0f0f0;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: pointer;
	width: 44%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;	
}


.ci-cfg ul > li > ul {
	list-style-type: none;
	margin: 0px !important;
	margin-bottom: 15px !important;
}

.ci-cfg label {
	display: block;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}



#ci-left h3 {
	background: #f0f0f0;
	padding: 6px;
	cursor: pointer;
}


td.ci-expand {
	width: 13px;
	text-align: center;
	line-height: 0.4em;
	font-size: 30px;
	background: #e2e2e2;
	border-right: 1px solid #888888;
	color: #333333;
	cursor: pointer;
}




#ci-left h3 > span {
	margin-right: 5px;
}


#ci-left > div {
	padding: 6px;
}


#ci-left {

}
/*

.ci-message-grey {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #e0e0e0;
	width: 75%;
	margin-top: 50%;
	text-align: center;
	font-size: 2em;
	
}*/


#ci-left .ConfMenuElement {
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	padding: 3px;
	margin-bottom: 3px;
	font-style: italic;
	cursor: pointer;
}


/**
 * 	Main Module Grid
 */

#ci-center {
	vertical-align: top;
	height: 100%;
/*    border-top: 1px solid #888888;*/
	padding-top: 4px;
	padding-left: 4px;
}

#modules-grid > div.ci-module-wrapper {
	position: absolute; /* important */
	z-index: 0; /* needs to be specified for the resize handle to appear in the right layer */
	opacity: 1 !important;
}

div.ci-module-wrapper .ci-module {
	height: 100%;
}

#modules-grid > div.ci-module-wrapper .ci-module-content {
/*	background: transparent !important;*/
}

#modules-grid > div.ci-module-wrapper.ci-module-displaywrapper {
	
	border: 1px solid #444444;
	/*background: white;*/
	box-shadow: 0px 0px 5px rgba(40, 40, 40, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	 
	/*background: inherit !important;*/

	
}

.ci-module-jsme iframe {
	border: none;
	outline: none;
}

#modules-grid > div.ci-module-wrapper .ci-module-header {
	display: none;
}


#modules-grid > div.ci-module-wrapper.ci-module-displaywrapper .ci-module-header {	display: block;
	height: 23px;
	font-size: 1.2em;
	
	cursor: move;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 8%, #f7f7f7 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#eaeaea), color-stop(75%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 8%,#f7f7f7 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 8%,#f7f7f7 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 8%,#f7f7f7 75%); /* IE10+ */
	background: linear-gradient(top, #eaeaea 8%,#f7f7f7 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 1px solid #fefefe;

	border-bottom: 1px solid #c0c0c0;

}


.ci-module-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;

	background-color: rgba(100, 100, 100, 0.5);
	text-align: center;

	margin: auto;
	display: table-cell;
	vertical-align: middle;
	padding-top: calc( 50% - 1.5em) ;

	box-sizing: border-box;
	font-size: 3em;
	color: #333333;
	display: none;
}


div.ci-module-wrapper .ci-module-header .ci-module-header-title {
	line-height: 23px;
	margin-left: 10px;
	float: left;
}

div.ci-module-header-toolbar {
	float: right;
	height: 100%;
}
div.ci-module-header-toolbar ul {
	margin: 0;
	height: 100%;
	margin-right: 10px;
  padding: 0;
}

div.ci-module-header-toolbar ul li {
	margin: 0;
	list-style-type: none;
	margin-left: 10px;
	cursor: pointer;
	color: #666666;
	line-height: 100%;
	float: left;
	padding-top: 3px;
}

div.ci-module-wrapper .ci-module-content {
	width: 100%;
	overflow: auto;
}

.ci-module-expand {
	position: relative;
	top: -20px;
	height: 19px;
	line-height: 14px;
	background: #ececec;
	letter-spacing: 4px;
	font-size: 14px;
	border-top: 1px solid #c0c0c0;
	text-align: center;
	cursor: pointer;
}

.ci-module-expand {
	
}

.ci-label {
	font-weight: bold;
}

div.ci-module-wrapper.ci-module-jqgrid .ci-module-content {
	overflow: hidden;
}


div.ci-module-wrapper.ci-module-gcms .ci-module-content {
	overflow: hidden;
}

div.ci-module-wrapper.ci-module-jqgrid .ci-module-content .ui-jqgrid {
	border-top-width: 0px;
	background: transparent;
}

div.ci-module-wrapper.ci-module-jqgrid .ci-module-content .ui-jqgrid .ui-widget-content {
	background: transparent;
}


div.ci-module-wrapper.ci-module-jqgrid .ci-module-content .ui-jqgrid th {
	background: none;
	background-color: #d3d3d3;
	box-shadow: none;
	padding-top: 4px;
}

div.ci-module-wrapper.ci-module-jqgrid .ci-module-content .ui-jqgrid tr.ui-state-highlight {
	border-color: #B6B6B6;
}
div.ci-module-wrapper.ci-module-jqgrid .ci-module-content .ui-jqgrid tr.ui-state-highlight td {
	
	border-bottom-color: inherit;
	
}







.ci-displaylist-list > div {
	/*margin-bottom: 10px;*/
}


.ci-chemical-display .ci-chemical-img {
	float: right;
}

.ci-chemical-display .ci-chemical-details {
	float: left;
}

.ci-chemical-display .ci-chemical-details > div {
	margin-bottom: 5px;
}


.ci-chemical-display label {
	float: left;
	width: 100px;
	font-weight: bold;
}

#ci-addmodule div {
	background: #f0f0f0;
	padding: 3px;
	text-align: center;
	margin-bottom: 3px;
	cursor: pointer;
}

.ci-plot {
	font-size: 0px;
}

.ci-hidden {
	display: none;
}



#header {
	width: 100%;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(left, #e2e2e2 0%, #dbdbdb 49%, #fefefe 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(49%,#dbdbdb), color-stop(99%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e2e2e2 0%,#dbdbdb 49%,#fefefe 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e2e2e2 0%,#dbdbdb 49%,#fefefe 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e2e2e2 0%,#dbdbdb 49%,#fefefe 99%); /* IE10+ */
	background: linear-gradient(to right, #e2e2e2 0%,#dbdbdb 49%,#fefefe 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
    top:0px;
    z-index: 9999;
    position: fixed;
}

#title  {
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	margin-left: 10px;
	height: 100%;
	float: left;
	display: table;
}

#title div {
	display: table-cell;
    vertical-align: middle;
    height: 100%;
}

#header ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	height: 100%;
	
	top: 0;
	right: 0;
	height: 100%;
/*	display: table;*/
}

#header ul li {
	width: 120px;
	height: 100%;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
   	
	/*float: left;*/
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	
	/*height: 30px;*/
	height: 100%;
	/*display: table-cell;
	vertical-align: middle;*/
	float: left;
	border-left: 1px solid #666666;
	
	border-bottom: 1px solid #666666;
	
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

#header ul li.opened {
/*	background: #818181;
	background: -moz-linear-gradient(top, #818181 0%, #919191 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#919191));
	background: -webkit-linear-gradient(top, #818181 0%,#919191 100%);
	background: -o-linear-gradient(top, #818181 0%,#919191 100%); 
	background: -ms-linear-gradient(top, #818181 0%,#919191 100%);
	background: linear-gradient(to bottom, #818181 0%,#919191 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#919191',GradientType=0 );
*/
	box-shadow: inset 0px 7px 10px rgba(100, 100, 100, 0.3);
	border-bottom: 1px solid #e0e0e0;
	/*color: #f0f0f0;*/
	/*text-shadow: 0px 1px 0px rgba(100, 100, 100, 0.5);*/
}

#header ul li.toggledOn {
	background: #818181;
	background: -moz-linear-gradient(top, #818181 0%, #919191 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#919191));
	background: -webkit-linear-gradient(top, #818181 0%,#919191 100%);
	background: -o-linear-gradient(top, #818181 0%,#919191 100%); 
	background: -ms-linear-gradient(top, #818181 0%,#919191 100%);
	background: linear-gradient(to bottom, #818181 0%,#919191 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#919191',GradientType=0 );
	text-shadow: 0px 1px 1px black;
	color: #fefefe;
	border-bottom: 1px solid #666666;
}



.header-button-list, .header-button-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


.header-button-list {
	background-color: #e0e0e0;
	border: 1px solid #666666;
	border-right-width: 0px;
	box-shadow: 0px 5px 5px rgba(100, 100, 100, 0.3);
	padding: 0px;
	margin: 0px;
	z-index: 9999;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 20px;
	position: fixed;
	min-width: 180px;
	/*width: 240px;*/
	/*height: 400px;*/
/*
	-moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;*/
}

.header-button-list li {
	margin: 0;
	margin-bottom: 4px;
}

.header-button-list ul {
	margin-bottom: 15px;
	margin-left: 4px;
}

.header-button-list li {
	cursor: default;
	font-weight: bold;
	color: #666;
}

.header-button-list li.hasEvent {
	cursor: pointer;
	font-weight: 500;
	color: #444;
}

.header-button-list > li {
	font-size: 15px;
}

.header-button-list > ul > li {
	font-size: 13px;
}

.header-button-list > ul > ul > li {
	font-size: 12px;
}

.ci-module-export textarea {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
}

.ci-canvas-jcamp, .canvas-container {
	font-size: 0px;
}

.canvas-container {
	float: left;
}


div.ci-module-wrapper.ci-module-spectra_displayer .ci-module-content {
	overflow: hidden;
}

div.ci-module-display_value div.ci-module-content img {
	max-width: 100%;
	max-height: 100%;
}

.ci-grid-search {
	margin-bottom: 4px;
}

.ci-grid-search input {
	border: 1px solid #c0c0c0;
	padding: 3px;
	padding-left: 3px;
	margin: 0;
	font-size: inherit;
}

.ci-grid-search span {
	display: inline-block;
	margin-right: 10px;
	padding-top: 6px;
	font-size: 1.1em;
}

.ci-display-grid-selector table {
	width: 100%;
}


.ci-display-grid-selector td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}


.ci-rangebar-wrapper {
	display: table;
	width: 100%;
}

.ci-display-grid-selector td  .ci-rangebar-max {
	display: table-cell;
	width: 55px;
	text-align: right;
}

.ci-display-grid-selector td .ci-rangebar-min {
	display: table-cell;
	width: 55px;

}

.ci-rangebar {
}

.ci-display-grid-selector th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid;
}



/* XYZoom Navigator */

.ci-navigation-navig {
	border-radius: 50px;
	height: 50px;
	width: 50px;
	background-color: #d7d7d7;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
	position: relative;
	border: 1px solid #a0a0a0;
}

.ci-navigation-navigzoom {
	margin-top: 10px;
	margin-left: 21px;
	
}

.ci-navigation-navigarrow {
	background: url('../images/arrownavig.png') top left no-repeat;
	width: 12px;
	height: 8px;
	position: absolute;
}

.ci-navigation-navigarrow.top {
	left: 19px;
	top: 3px;
}


.ci-navigation-navigarrow.bottom {

	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */

	top: 39px;
	left: 19px;
}




.ci-navigation-navigarrow.left {

	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */

	top: 21px;
	left: 3px;
}




.ci-navigation-navigarrow.right {

	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-o-transform:rotate(90deg); /* Opera */

	top: 21px;
	left: 35px;
}



.ui-menu, .ui-menu .ui-menu {
	list-style:none;
	width: 150px;
	border-radius: 0px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
	font-weight: normal;
	/*margin: -1px;*/
	background: #5f83b9;
	cursor: pointer;
	color: #FFFFFF;
	/*text-shadow: 0px 1px 1px #234386;*/
	border-color: #466086;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0px;
}


#visualizer-buttons {
	float: right;
	
}


#visualizer-buttons > div {
	padding-top: 2px;
	float: left;
	height: 25px;
	padding-top: 0px;
	margin-top: 8px;
	margin-right: 10px;
}


#visualizer-dataviews h1 {
	font-size: 14px;
	background-color: #e2e2e2;
	
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	padding: 5px;
	padding-left: 10px;
}

#visualizer-dataviews > * {
	user-select: none;
	-webkit-user-select: none;
}

ul.ci-dataview {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.ci-dataview li {
	float: left;
	padding: 3px;
	
	margin-left: 4px;
}

ul.ci-dataview li:hover {
	font-weight: normal;
	/*margin: -1px;*/
	background: #5f83b9;
	cursor: pointer;
	color: #FFFFFF;
	/*text-shadow: 0px 1px 1px #234386;*/
	border-color: #466086;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
	
}

ul.ci-dataview-menu li, ul.ci-dataview-menu li a {
	white-space: nowrap;
}

ul.ci-dataview li:active, ul.ci-dataview li.Selected {
		font-weight: normal;
	/*margin: -1px;*/
	background: #5f83b9;
	cursor: pointer;
	color: #FFFFFF;
	/*text-shadow: 0px 1px 1px #234386;*/
	border-color: #466086;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
	
}

li.ci-spacer {
	clear: both;
	float: none;
	visibility: hidden;
	border: none;
	width: 0px;
	height: 0px;
}

.ci-dataview-path {
	margin-left: 10px;
	margin-top: 10px;
}


.ci-dataview-menu.ui-menu, .ci-dataview-menu ul.ui-menu {
	width: auto !important;
	border-radius: 0px;
}


table.moduleInformation {
	width: 400px;
}

table.moduleInformation tr td {
	padding-bottom: 3px;
}

table.moduleInformation tr td:first-child {
	font-weight: bold;
	width: 120px;
}

.ui-dialog, .ui-front {
    z-index: 10000 !important;
}

.ci-tooltip {
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    pointer-events: none;
}

/*[data-tooltip]:before {
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	color: #fff;
	content: attr(data-tooltip);
	padding: 5px 15px;
	position: absolute;
	bottom: calc(100% + 5px);
	display:block;
	pointer-events:none;

	opacity:0;
	transition: none;
}

[data-tooltip]:hover:before {
	opacity:1;
	transition:opacity 0.4s ease-out;
	transition-delay: 0.5s;
}*/



/* Loading css */

div#loading-visualizer {
	height: 100%;
	width: 100%;
	background-color: #d9ddf4;
	text-align: center;
	position: absolute;
	top: 0px;
	z-index: 1000000;
}


div#loading-visualizer > div {
	width: 100%;
}


div#loading-visualizer > div.title {
	font-size: 3.2em;
	color: #666a83;
	position: absolute;
	top: 50%;
}


div#loading-visualizer > div.subtitle {
	font-size: 1.5em;
	color: #666a83;
	position: absolute;
	top: 60%;
}



div#loading-visualizer > div.animation > div {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  top: 40%;
  border-radius: 50%;
}

div#loading-visualizer > div.animation > div:nth-child(1) {
  background-color: #21253e;
  -webkit-animation: move 2s infinite cubic-bezier(.2,.64,.81,.23);
}
div#loading-visualizer > div.animation > div:nth-child(2) {
  background-color: #3b4270;
  -webkit-animation: move 2s 150ms infinite cubic-bezier(.2,.64,.81,.23);
}
div#loading-visualizer > div.animation > div:nth-child(3) {
  background-color: #5661a3;
  -webkit-animation: move 2s 300ms infinite cubic-bezier(.2,.64,.81,.23);
}
div#loading-visualizer > div.animation > div:nth-child(4) {
  background-color: #727fd6;
  -webkit-animation: move 2s 450ms infinite cubic-bezier(.2,.64,.81,.23);
}

@-webkit-keyframes move {
  0% {left: 0%;}
  100% {left:100%;}
}

/* Browser compatibility */
div#browser-compatibility {
    font-size: 1.5em;
}

ul.browser-list {
    list-style-type: none;
}

ul.browser-list>li {
    background-size: 1.1em 1.1em;
    padding-left: 2em;
    font-size: 1.3em;
}


li.firefox {
/*    list-style-image: url('../bin/logo/firefox.png');*/
    background: url('../bin/logo/firefox.png') left center no-repeat;
    
}

li.chrome {
    background: url('../bin/logo/chrome.png') left center no-repeat;
}

li.safari {
    background: url('../bin/logo/safari.png') left center no-repeat;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}