* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	width: inherit;
	height: 100%;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
	margin-bottom: 0.2em;
}

ul {
	display: inline;
	list-style-type: none;
}

ul.about {
	display: block;
	list-style-type: disc;
}
li.about {
	margin-left: 2em;
}

hr {
	display: block;
	size: 3;
}

hr.separator {
	display: block;
}

th {
	text-align: center;
	padding: 0 5px;
}

h1, h2, h3 {
	float:left;
	clear: both;
	}
	
h1.blockUIwait {margin: 20px 25px;}

h2, h3 {	width: 100%;}
h2 {
	margin-left: -10px;
	margin-bottom: 20px;}


option {
	padding-right: 1em;
}

.selected-maincat {
	font-weight: bold;
}

#container {
	position: relative;
	min-height: 100%;
}
.overlay {  							/* Pop-up*/
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
		
	/*center*/
	width:600px;
	left: 50% !important;
	margin-left: -300px;

	min-height:40%;
	max-height:80%;
	overflow:auto;
	padding:2em 0.5em;
	border-radius: 10px;
	
	text-align:center;
	
	/* CSS3 styling for latest browsers */
	box-shadow: 0 0 90px #000;	
}

 img#imgWait { 
 position: relative;
 top: 90px;
 }

/* close button positioned on upper right corner */
.overlay .close {
	position:fixed;
	right:330px;
	cursor:pointer;
	height:35px;
	z-index:10001;
	top:95px;
	width: 600px;
	left: 50% !important;
	margin-left: -300px;
}


#header {
	position: relative;
	width: 100%;
}

#header #header-title {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 150px;
	height:135px;
}

#header #header-title #eurogard-title {
	position: relative;
	float: left;
	left: 1em;
	top: 0.7em;
}

#header #header-title #eurogard-title h1 {
	font-size: 2.8em;
	position: absolute;
	width: 360px;
}

#header #header-title #short-status {
	position: relative;
	text-align: right;
	right: 1em;
	line-height: 1.2em;
	padding-bottom:	0.2em;
	float: right;
}

#header #header-title #short-status ul {
	font-size: 0.8em;
}

#header #header-title #short-status h3 {
	display: none;
	font-size: 0.9em;
}
div#short-status select{margin-left: 5px}

	
/*-------------------------CONTENT----*/	

/*mein Menu Info*/
#menInfo {
	position: absolute;
	margin: -45px 0 0 -23px;
	height: 18px;
	color:white;
	font-style: oblique;
}

span.menPfeil{
	font-weight: bold;
	font-size: 22px;
	margin: 2px 10px;
	line-height: 0px;
} 

#content {
	padding-top: 2em;
	margin: 0em 1em 2em 1em;
	float:left;
	clear: none;
	width: 820px;
}


#content .settings-block {
	float:left;
	clear: both;
	margin-left: 15em;
	padding-right: 1em;
	min-width: 960px;
}

#content .settings-block .settings-block-title {
	padding: 0.2em;
	margin-bottom: 10px;
	width: 100%;
}


#content .settings-block .settings {
	clear: both;
}

#content .settings-block .settings .settings-title {
	padding: 0.2em;
	color: #000;
}

#content .settings-block .settings .settings-content {
	padding-top: 1em;
	float: left;
	width: 100%;
	position:relative;
	padding-bottom: 0.5em;	
}


#content .settings-block .settings .settings-monitor h3 {
	display: none;
}

#content .settings-block .settings .settings-monitor .more-monitor {
	margin-right: 10%;
	text-align: right;
}


#content .table_paging {
        text-align: center;
		height: 90%;
}

/*------------------------- MENU ---*/

div#menu.menu{
	position: absolute;
	bottom:0;
	top: 165px;
	height: 100%;
	color: white;
	width: 175px;
	padding-top: 1em;
	z-index: 999;
	}

ul.menu_item li{
	list-style: none;
	position:relative;
	float: left;
	clear:left;
	width: 160px;
	padding: 10px 1px 10px 1em;
}

ul.menu_item li:hover { padding-right: 10px;}

ul.menu_item li a{
	color:white;
	text-decoration:none;
	display:block;
}
ul.menu_item li a:hover{
	width: 155px;
}
ul.menu_item li li a{
	display:block;
}
ul.menu_item li ul {
	margin:0;
	display:none;
	position: absolute;
	left: 180px;
	top:-1px;
	width: auto;
}
ul.menu_item li:hover ul {
	display: block;
}
ul.menu_item li ul li {
	min-width: 165px;
	width: auto;}

	
/*------------------------------- INFO ------*/

ul.impressum-adresse, 					/*about*/
ul.impressum-telefon, 
ul.impressum-mail,
ul.system-information  {
	margin: 1em;
	float:left;
	clear: both;
	width:100%;
}
ul.system-information span {  			/*system*/
	float: left;
	padding: 5px 0;
	line-height: 20px;
	}
ul.system-information span.sysinfo-name { 
	clear:left;
	width: 300px; 
	}
/*------------------------------- Router configuration --*/

select#inputActivLog {
margin: 0px 0 10px 1em !important
}

/*------------------------------- TABLE --*/

/*general tables style*/
div.dataTables_wrapper,  	
table.inputTable,
table.dataTable,
table.listInputTable
{				
	float:left;
	clear: both;
	zoom: 1; /* Feeling sorry for IE */
	border-radius: 5px;
	background-color: #E6E6FA;
	margin: 10px 0 1em 20px;
}
/*cells in tables are together*/
table {
	border-collapse: separate;
	border-spacing: 0px;
}	

/*images in table are in the mittel*/
canvas.imgCanvas {margin: 9px 26px 0;}
		

/*DataTable in dataTables_wrapper don't need style*/
div.dataTables_wrapper table  { 	
	border: none;
	border-radius: 0px;
	background-color: transparent;
	margin-bottom: 0px;
	margin-left: 0em;
	margin-top: 0em;
	width: 100%
}

/*div.dataTables_wrapper th:last-child, */	
table.inputTable th:first-child,
table.dataTable th:first-child {
	border-radius: 5px 0 0 0;
	} 

/*div.dataTables_wrapper th:last-child, */ 	
table.inputTable th:last-child,
table.dataTable th:last-child {
	border-radius: 0 5px 0 0;
	}
/*
div.dataTables_wrapper th:last-child, 
.settings-content table.inputTable th:first-child,
.settings-content table.dataTable th:first-child {
	border-radius: 0;
	} 

div.dataTables_wrapper th:last-child, 	
.settings-content table.inputTable th:last-child,
.settings-content table.dataTable th:last-child {
	border-radius: 0;
	}
*/ 



/************************************** TABLE FORM_TABLE ****/

table.form_table {
	width: auto;
	margin-left: 1em;}

/*alination cells of .Form_Tables*/
table.form_table  input, 
table.form_table  select, 
table.form_table  button {margin-left:2em}

table.form_table select, 
table.form_table  button {width:162px;}
 
table.form_table td {		
	padding: 5px 3px;
	width: 288px;
}

/*input style*/
input {
	padding: 0 0 0 2px;
	} 

form input,
table.form_table input	{
	border-radius: 3px;
	background-color: #FDFDFD;
	padding:0px 2px;
	margin-top: 10px;
	width: 154px
}

table.form_table select {
	padding: 1px 0px 1px 4px;
	margin-top: 10px;
	width: 162px
}

#save input{
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 15px;
	margin-right: 5px;
}
table.form_table input {
  
}


table.form_table input {
	font-size: 14px;
}

table.form_table input#firmware,
input#tar_file
 {width: 350px;}
table.form_table input[type="submit"] {width: 165px;}

/*inputs in form_table without style*/
input#restore_dat, 
input#firmware,
input#tar_file {
	padding: 0px;
	border-top: none;
	border-left: none;
	border-radius: 5px;
}

/*Selectet (focus) select*/
select:focus{padding: 0px;}

/*Margin Span and input from dataTables*/

table.form_table span {margin-left: 27px}
span#vpn_mode{position: relative; top: 4px;}
span#dnsname {position: relative; top: 4.5px;}


input#dhcp_vpn_start_hostpart,
input#dhcp_vpn_end_hostpart,
input#dhcp_start_hostpart, 
input#dhcp_end_hostpart  {
	width: auto;
	float:right;
	margin: -3px 80px 0 0;
	}

/****--------------------TABLE DATATABLE / INPUTABLE----****/

table.dataTable td, 
table.inputTable td,
table.listInputTable td{
	padding: 2px 10px;}
	/*
table.dataTable tr, 
table.inputTable  tr{border-bottom: 1px solid #CCC;}
*/
table.inputTable  tr:last-child{border-bottom: none}

select#dhcp {margin-top: 5px;}

/*buttons*/

table#tabSrc.dataTable button
{width: 80px;}



/****--------------------LISTINPUT TABLE ----****/

table.listInputTable{
		width: 600px;
		padding: 5px;
		}	
table.listInputTable th{ padding: 5px 0}

table.listInputTable input{ margin-bottom: 10px;}

/*--------------------------------- Especials ----*/

span#idFwOut {
	float: left;
	clear: both;
	margin: 10px 0;}

/*Table Routing Configuration*/
	div#tabPlc_wrapper,
	table#tabInputPlc,
	table#tabInputDb{ width: 954px;}  

	button#btnShowAddPlc {margin-left: 1em;}

/*Manage Accounts*/
	div#accountTab_wrapper,
	table#addUserTab,
	table#modUserTab{ width: 1450px;} 
	table#accountTab.dataTable th:last-child {width: 600px;}
	table#idTabIn select{margin: 5px 0;}
	
	div#idDivButton {
		float:left;
		width: 100%;
		margin: 0 0 1em 1em
		}

/*Table Firewall*/
	div#routeTab_wrapper,
	table#InputTable.inputTable{ 
		width: 610px; 
		text-align: center;} 
		
	
/*Time*/
	span#time-string {
		float: left;
		margin: 5px 5px 15px;
	}

/*Fault messenger*/
	input#idInputNewMailTxt {margin: 10px 0;}
	span#idSpanNewMailTxt {
		font-weight: bold;
		line-height: 20px;
		}
	table#tabSrc_wrapper,
	table#tabInputSrc {width:1071px}

/* Konfigurierte Hosts 
	table#idHostName,
	table#idStatIp  {
		width: 600px;
		padding: 5px;
		}	
	table#idHostName th,
	table#idStatIp th{ padding: 5px 0}
	table#idStatIp input,
	table#idHostName input{ margin-bottom: 10px;}*/

/*Table Contacts*/
div#contactTab_wrapper{ width: 670px;} 

 /*Table Open VPN*/
div#vpnConfigTab_wrapper, 
table#vpnConfigTab tr{ max-width: 1200px;}

table#vpnConfigTab button { width: 143px}

/*lang inputs  in the tables*/
	table#tabInputPlc input,
	table#tabInputSrc input,
	table#InputTable input,
	table#idHostName input,
	table#idStatIp input, 
	input#idInptUlRp
		{width: 100%}

	table#modUserTab input,
 	table#addUserTab input {
		width: 95%;
		margin: 5px 0px;
	}

/* header of tables*/
table thead tr {	
	height: 25px;
}

table.inputTable thead tr {
border-bottom: none;}

table.inputTable input {
width: 65px;
padding: 0px;}



/*------------------------------- Div SAVE --*/
#save {
	text-align: center;
	float: left;
	clear: both;
	width:100%;
}
#save a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
}
#save input {margin:0;font-weight: bold;}

#save a:hover {
	text-decoration: underline;
}

#save .page-save {
	color: #FFF;
	height: 2.3em;
	width: 100%;
}

#save .page-save div {
	float: right;
	width: 15em;
	height: 1.5em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom:	0.4em;
}

#save .apply {
	clear: both;
	width: 100%;
	height: 5em;
}

#save .apply div {
	float: right;
	height: 4em;
	width: 15em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.validator_error {
	background: #FF7C8A !important;
	border: 1px #9D0505 solid !important;
	padding: 0px 2px;
	color: #000 !important;
}

/*------------------------------- Div Help --*/

div.help-block {
	position: fixed;
	bottom: 2em;
	right: 1em;
}

div.help-block button{
	padding: 1.5em 1em;
	border-radius: 4em;
	color: white;
	box-shadow: 1px 2px 4px #585858;
	border: 1px solid #585858;
	font-weight: bold;
	opacity: 0.5;
	cursor:hand
}
div.help-block button:hover{
	opacity: 1;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

	
	
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length { 			/*Show X entries in Table*/
	width: auto;
	float: left;
	padding-left: 20px;
	line-height: 35px;
}
.dataTables_length select { margin-left:0}

.dataTables_filter {			/*search in table*/
	width: auto;
	line-height: 35px;
}
.dataTables_filter label{ 
	float:right;
	padding-right: 20px;
	line-height: 35px;}		


.dataTables_info {		/*Table pagging*/
	float: left;
	padding-left: 20px;
	line-height: 25px;
}

.dataTables_paginate { 	/*Table pagging both images </ /> */
	float: right;
	text-align: left;
	margin: 3px 20px 3px 3px;
}

td.dataTables_empty {		/*alert No data available in table*/
	background-color: #FE2E2E;
	font-weight: bold;
}

/* special selectors for border radius in table TIME */
/*table head*/
table#ntpServerTab.dataTable thead th:first-child  { border-radius: 5px 0px 0px;}
table#ntpServerTab.dataTable thead th:last-child { border-radius: 0px 5px 0px 0px}
/*table foot*/
table#ntpServerTab.dataTable tfoot tr td:first-child   { border-radius: 0px 0px 0px 5px;}
table#ntpServerTab.dataTable tfoot tr td:last-child{ border-radius: 0px 0px 5px 0px}

table#tabInputPlc tbody,  		/*Height tables 1 line (datenbank)*/
table#tabInputDb tbody  {line-height: 40px;}




/**BUTONS**/

button {
line-height: 20px;
margin: 3px 1.5px;
padding: 5px 5px;
background-color: white;
border-radius: 3px;
}
	
button img{
height: 15px;
width: 15px;
margin-right: 3px;
position: relative;
top: 3px;
}

button#btnShowAddSrc{
margin-left:1em
}

table.form_table  button {
	margin-top: 5px;
	border-radius: 2px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	line-height: 18px;
	padding: 1px 1px 0 0;
}
	
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}
								/*images to paginate table*/
.paginate_disabled_previous {
	background-image: url('../images/icon/back_disabled.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	width:auto;
}
.paginate_enabled_previous {
	background-image: url('../images/icon/back_enabled.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	width:auto;
}
.paginate_disabled_next {
	background-image: url('../images/icon/forward_disabled.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
	width:auto;
}
.paginate_enabled_next {
	background-image: url('../images/icon/forward_enabled.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
	width:auto;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc { 			
	background: url('../images/icon/sort_asc.png') no-repeat center right;
	padding: 0 20px 0 5px;
}
.sorting_desc {
	background: url('../images/icon/sort_desc.png') no-repeat center right;
	padding: 0 20px 0 5px;
}
.sorting {
	background: url('../images/icon/sort_both.png') no-repeat center right;
	padding: 0 20px 0 5px;
}
.sorting_asc_disabled {
	background: url('../images/icon/sort_asc_disabled.png') no-repeat center right;}
.sorting_desc_disabled {
	background: url('../images/icon/sort_desc_disabled.png') no-repeat center right;}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {	background-color: #ddffdd;}
table.display tr.even.gradeA {	background-color: #eeffee;}
table.display tr.odd.gradeA {	background-color: #ddffdd;}
table.display tr.even.gradeA {	background-color: #eeffee;}
table.display tr.odd.gradeC {	background-color: #ddddff;}
table.display tr.even.gradeC {	background-color: #eeeeff;}
table.display tr.odd.gradeX {	background-color: #ffdddd;}
table.display tr.even.gradeX {	background-color: #ffeeee;}
table.display tr.odd.gradeU {	background-color: #ddd;}
table.display tr.even.gradeU {	background-color: #eee;}

tr.odd {	background-color: #DBD8D8;}
tr.even {	background-color: white;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: auto;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
 
/* For the standard odd/even */
tr.odd td.sorting_1 {	background-color: #888;}
tr.odd td.sorting_2 {	background-color: #DADCFF;}
tr.odd td.sorting_3 {	background-color: #E0E2FF;}

tr.even td.sorting_1 {	background-color: #CACACA;}
tr.even td.sorting_2 {	background-color: #F2F3FF;}
tr.even td.sorting_3 {	background-color: #F9F9FF;}


tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

.select-wrapper {
  position: relative;
  width: 200px;
}

.select-wrapper_small {
  position: relative;
  width: 100px;
}

.select-wrapper_small::before {
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 8px;
}

.select-wrapper::before {
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 16px;
}
.faselect,.faselect_small {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color:white;
  appearance: none;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
 // color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 35px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.faselect option {
  color: #444;
}

.faselect::-ms-expand {
  display: none;
}

.faselect:focus::-ms-value {
  background-color: transparent;
  padding-left: 10px;
}


:root {
	--omrs-color-ink-lowest-contrast: rgba(47, 60, 85, 0.18);
	--omrs-color-ink-low-contrast: rgba(60, 60, 67, 0.3);
	--omrs-color-ink-medium-contrast: rgba(19, 19, 21, 0.6);
	--omrs-color-interaction: #1e4bd1;
	--omrs-color-interaction-minus-two: rgba(73, 133, 224, 0.12);
	--omrs-color-danger: #b50706;
	--omrs-color-bg-low-contrast: #eff1f2;
	--omrs-color-ink-high-contrast: #121212;
	--omrs-color-bg-high-contrast: #ffffff;
	
}
/** END: Non Openmrs CSS **/
div.omrs-input-group {
  margin-bottom: 1.5rem;
  position: relative;
  width: 20.4375rem;
}

/* Input*/
.omrs-input-underlined > input,
.omrs-input-filled > input {
	border: none;
	border-bottom: 0.125rem solid var(--omrs-color-ink-medium-contrast);
	width: 100%;
	height: 2rem;
	font-size: 1.0625rem;
	padding-left: 0.875rem;
	line-height: 147.6%;
	padding-top: 0.825rem;
	padding-bottom: 0.5rem;
}

.omrs-input-underlined > input:focus,
.omrs-input-filled > input:focus {
	outline: none;
}

.omrs-input-underlined > .omrs-input-label,
.omrs-input-filled > .omrs-input-label {
	position: absolute;
	top: 0.9375rem;
	left: 0.875rem;
	line-height: 147.6%;
	color: var(--omrs-color-ink-medium-contrast);
	transition: top .2s;
}

.omrs-input-underlined > svg,
.omrs-input-filled > svg {
	position: absolute;
	top: 0.9375rem;
	right: 0.875rem;
	fill: var(--omrs-color-ink-medium-contrast);
}

.omrs-input-underlined > .omrs-input-helper,
.omrs-input-filled > .omrs-input-helper {
	font-size: 0.9375rem;
	color: var(--omrs-color-ink-medium-contrast);
	letter-spacing: 0.0275rem;
	margin: 0.125rem 0.875rem;
}

.omrs-input-underlined > input:hover,
.omrs-input-filled > input:hover {
	background: var(--omrs-color-interaction-minus-two);
	border-color: var(--omrs-color-ink-high-contrast);
}

.omrs-input-underlined > input:focus + .omrs-input-label,
.omrs-input-underlined > input:valid + .omrs-input-label,
.omrs-input-filled > input:focus + .omrs-input-label,
.omrs-input-filled > input:valid + .omrs-input-label {
	top: 0;
	font-size: 0.9375rem;
	margin-bottom: 32px;;
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus + .omrs-input-label,
.omrs-input-filled:not(.omrs-input-danger) > input:focus + .omrs-input-label {
	color: var(--omrs-color-interaction);
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus,
.omrs-input-filled:not(.omrs-input-danger) > input:focus {
	border-color: var(--omrs-color-interaction);
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus ~ svg,
.omrs-input-filled:not(.omrs-input-danger) > input:focus ~ svg {
	fill: var(--omrs-color-ink-high-contrast);
}

#add_snet_popup{
    padding: 10px;
}

#firmware{
    width: auto !important;
}

.divAlert  {
		background-color:#fff;
		min-height:25vh;
		max-width:50vw;
		text-align:center;
		padding:5%;
		font-size:1.5em;
		border-radius: 5px;
	border: 2px solid #002f5e;

}

#snets {
    overflow: auto;
    max-height: 70vh;
    min-width: 350px;
}

