body { font-size:small; }
td { font-size:small; }
th { font-size:small; }
input { font-size:small;}
select { font-size:x-small;}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {color: red;}
table.border{
	border-collapse:collapse;
	border-spacing:0px;
	}
table.border td
{	border:solid 1px black;
}
table.border th
{	border:solid 1px black;
}

/* Page wrapper */
.wrappers {
	width: 90%;
	max-width: 800px;
	margin: 4em auto;
	text-align: center;
  }
  
  /* Icons */
  .icons {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentcolor;
  }
  

  
  /* 1. Ensure this sits above everything when visible */
  .modals {
	  position: absolute;
	  z-index: 10000; /* 1 */
	  top: 0;
	  left: 0;
	  visibility: hidden;
	  width: 100%;
	  height: 100%;
  }
  
  .modals.is-visible {
	  visibility: visible;
  }
  
  .modals-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
  }
  
  .modals.is-visible .modals-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
  }
  
  .modals-wrapper {
	position: absolute;
	z-index: 9999;
	top: 10em;
	left: 50%;
	width: 48em;
	margin-left: -25em;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  }
  
  .modals-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
  }
  
  .modals.is-visible .modals-transition {
	transform: translateY(0);
	opacity: 1;
  }
  
  .modals-header,
  .modals-content {
	padding: 1em;
  }
  
  .modals-header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
  }
  
  .modals-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #aaa;
	background: none;
	border: 0;
  }
  
  .modals-close:hover {
	color: #777;
  }
  
  .modals-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .modals-content > *:first-child {
	margin-top: 0;
  }
  
  .modals-content > *:last-child {
	margin-bottom: 0;
  }
  .d-none{
	  display: none !important;
  }

  .btn-edit-netware{
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: 1px solid green;
	border-radius: 0.6em;
	color: green;
	cursor: pointer;
	align-self: center;
	font-size: 0.65rem;
	margin: 2px;
	padding: 0.25em 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  }

  .btn-primary-netware{
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: 1px solid blue;
	border-radius: 0.6em;
	color: blue;
	cursor: pointer;
	align-self: center;
	font-size: 0.65rem;
	margin: 2px;
	padding: 0.25em 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  }

  .btn-deactive-netware{
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: 1px solid red;
	border-radius: 0.6em;
	color: red;
	cursor: pointer;
	align-self: center;
	font-size: 0.65rem;
	margin: 2px;
	padding: 0.25em 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  }
  .btn-active-netware::hover{
	background-color: blue;
	color: #fff;
  }

  .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
  }
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .close:hover {
	color: #06D85F;
  }
  .content{
	padding: 15px;
  }
	.padd-netware{
		padding: 0%;
	}
	.padd-l-50-netware{
		padding-left: 50px !important;
	}
	.text-netware-red{
		color: red !important;
	}
