body {
	margin-left: 25px;
	font-family: "Inter-Regular",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #eee;
	background-image: url('../img/ip_bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

#text {
    overflow-y:scroll;
}

.waste {
	color: red;
}

.tiny {
	font-size: 12px;
	color: #ddd;
}

.darkrow {
	background-color: #ddd;
}

.overflow {
	overflow-x: scroll;
}

.bigsubmit {
	position:relative;
	height:40px;
	width:100%;
	background-color: rgb(233,102,86);
}

.wholeapp {
	width:90%;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.rightmenu {
	float: left;
	position: relative;
	margin-left: 10px;
}

.textareas {
	display: inline-block;
	float: left;
}

.info, .success, .warning, .error {
	margin: 10px 0px;
	padding:12px;
	
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFD2D2;
}
.info i, .success i, .warning i, .error i {
	margin:10px 22px;
	font-size:2em;
	vertical-align:middle;
}

.tablerclass {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.tablerclass thead tr {
    background-color: #007CC7;
    color: #ffffff;
    text-align: left;
}

.tablerclass th,
.tablerclass td {
    padding: 12px 15px;
}

.tablerclass tbody tr {
    border-bottom: 1px solid #dddddd;
}

.tablerclass tbody tr:nth-of-type(even) {
    background-color: #f3f3f3; 
}

.tablerclass tbody tr:nth-of-type(odd) {
    background-color: #eee; 
}

.tablerclass tbody tr:last-of-type {
    border-bottom: 2px solid #4da8da;
}

.tablerclass tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.tablerdivclass {
	max-width: 1000px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height:20px;
	background-color:#203647;
	color: white;
	text-align: center;
  }


  .header_topper {
	position:fixed;
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(#203647,#12232E);
	z-index:999;
	
  }

  .header {
	  padding-bottom:20px;
	  padding-top: 30px;
  }

a:link {
	color: #000;
 }
  
a:visited {
	color: #000;
}
  
a:active {
	color: #000;
}

a.intable:link {
	color: #fff;
	text-decoration: none;
 }
  
a.intable:visited {
	color: #fff;
	text-decoration: none;
}
  
a.intable:active {
	color: #fff;
	text-decoration: underline;
}