body {
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:focus {
	border-color: #666;
}

.md-gray {
	color: rgba(0, 0, 0, 0.54) !important
}

.bx--dropdown__wrapper--inline .bx--label {
	width: 8rem;
    margin-right: 1.5rem;
}

.bx--list-box__wrapper--inline .bx--label {
	margin-right: 1.5rem;
    width: 8rem;
}

.divLink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Space between views on monitor */
.viewer-grid > div {
	padding: 2px;
}

/*Switch button start*/
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	/* vertical-align: sub; */
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	margin-bottom: -0.035rem;
	margin-top: 0.035rem;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: #777;
	-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(12px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
	background-color: white;
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 16px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  /*Switch button end*/

  /*Hide border around buttons on focus*/
  button:focus { outline: none !important;}

  .text-menu{
	margin-right:10px; 
	margin-left: 10px;
  }


/* fallback */
@font-face {
	font-family: 'Material Icons Outlined';
	font-style: normal;
	font-weight: 400;
	src: url(/mgr/MaterialIconsOutlined.woff2) format('woff2');
}
  
.material-icons-outlined {
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

/* fallback */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/mgr/MaterialIcons.woff2) format('woff2');
}
  
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

:root {
    --cds-spacing-01: .125rem;
    --cds-spacing-02: .25rem;
    --cds-spacing-03: .5rem;
    --cds-spacing-04: .75rem;
    --cds-spacing-05: 1rem;
    --cds-spacing-06: 1.5rem;
    --cds-spacing-07: 2rem;
    --cds-spacing-08: 2.5rem;
    --cds-spacing-09: 3rem;
    --cds-spacing-10: 4rem;
    --cds-spacing-11: 5rem;
    --cds-spacing-12: 6rem;
    --cds-spacing-13: 10rem;
    --cds-fluid-spacing-01: 0;
    --cds-fluid-spacing-02: 2vw;
    --cds-fluid-spacing-03: 5vw;
    --cds-fluid-spacing-04: 10vw;
}

.bx--fieldset, .bx--form-item, .bx--dropdown__wrapper, .bx--multi-select__wrapper {
    margin-bottom: var(--cds-spacing-06);
}

.bx--form--fluid .bx--fieldset, .bx--form--fluid .bx--form-item {
    margin-bottom: 0;
} 

@media (min-width: 66rem) {
	.input-field-flex-half {
		flex: 0 0 50%;
		padding: 0 1rem;
	}
	.input-field-flex-full {
		flex: 0 0 100%;
		padding: 0 1rem;
	}
}
