@import url("../../../include/nobootstrap.css");
@import url("../../../include/pure/pure-min.css");
@import url("../../../include/pure/grids-min.css");
@import url("../../../include/pure/grids-responsive-min.css");

body
{
	_background-color: white;	
}

.wrap0 {
	min-height: 100%;
}

.real 
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 30px;
	font-size: 17px;
	_overflow: auto;
	background-color: white;
	min-height: 545px;
	padding-bottom: 385px;
}

.top
{
	_background-color: rgb(240,240,240);	
}

.footer {
	position: relative;
	margin-top: -375px;
	height: 375px;
	clear: both;
}

.footer .row
{
	display: flex !important;
}


#real-content
{
	max-width: 1200px;
}


#main-content
{
}

#username_field
{
	margin-top: 10px;
}

#password_reminder
{
	font-size: 0.675rem;
	padding-left: 10px;
}

#password_field
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#password_field input, #username_field input
{
	min-width: 100%;	
	padding: 3px;
}

.real button, .real input, table.datatable td, table.datatable th, table.datatable th a, label, .radio, .real select, .real table.layout 
{
	font-size: 17px
}

.real label
{
	font-size: 15px;
}

.real .menu 
{
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	background-color: white;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
	margin-right: 40px;
	min-width: 200px;
	float: left;
	color: black;
}

.real .menu .title
{
	background-color:rgb(33, 37, 41);
	color: white;
	padding: 20px;
	padding-right: 30px;
	padding-bottom: 10px;	
	padding-top: 10px;
	font-weight: bold;	
} 

.real .menu ul 
{
	padding-left: 20px;		
	padding-right: 30px;		
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding-inline-start: 20px;
}

.real .menu a
{
	text-decoration: none;
	font-size: 0.9em;
	font-style: normal;
	color: black;
}

.real .menu a:visited
{
	color:inherit 	
}

.real .menu ul li
{
	margin-left: 0;
	padding-top: 5px;
}

.real .menu ul li.current
{
	font-weight: bold;
}

.real a 
{
	font-size: 0.9em;	
}

.real p
{
	margin-bottom: 0;
}

.real table.layout 
{
	margin-bottom: 0;	
}

.real table
{
	width: auto;
}


.real h1, .real h2
{
	font-size: 1.4em;	
	
}

.real h3
{
	font-size: 1.1em;
}

table.datatable tr td, table.datatable th
{
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

table.datatable th
{
	text-align: left;	
}

table.datatable tr
{
	border-top: 1px solid #E0E0E0;
}

table.datatable tr:nth-child(odd) td
{
}

.real table.layout td
{
	padding: 3px;
}

.real a
{
	text-decoration: none;
	color: rgb(33, 37, 41);
}

.real a:visited
{
	color: inherit;
}

.real label.radio
{
	margin-right: 5px;
}

@media screen and (max-width: 1030px) {
    #main-content {
    }
    
    .real {
    	flex-direction: column;
	}
	
	.real .menu {
	}    
}
  
  .paginator
  {
	  margin-top: 5px;
	  font-size: 15pt;
  }
  
  .current_page
  {
  
	  font-weight: 900;
	  padding: 3px;
  }
  
  .paginator a:link, .paginator a:visited { color: black; text-decoration: none;}
  .paginator a:hover { color: grey; text-decoration: none;}
  table.paginator tr td {padding-left: 3px; padding-right: 3px; }
  table.paginator { width: auto }

  .border
  {
	  padding: 10px;
  }

  @media screen and (max-width: 1200px) {
	.footer {
		position: relative;
		margin-top: -475px;
		height: 475px;
	}

	.real {
		padding-bottom: 475px;
	}
	
  }

  @media screen and (max-width: 768px) {
	.footer {
		position: relative;
		margin-top: -1000px;
		height: 1000px;
	}

	.real {
		padding-bottom: 1000px;
	}
	
  }