/*##############################################################
 * #############################################################
 * #############################################################*/
*  {
   	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #122430;
}


/* Smartphones (landscape) ----------- */
/*@media only screen 
and (min-width : 481px) {*/
/* Styles */
/*}*/
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 899px) {
/* Styles */
.sidenav {
	height: 41px;
	width: 100%;
	position: fixed;
	top: 50px;
	overflow: auto;
	white-space: nowrap;
	background-color: #FAFAFA;
	z-index: 2;
}

.sidenav a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 0.5px solid #EFEFEFEF;
	background-color: #FAFAFA;	
}

.main {
	position: relative;
	margin-top: 120px;
	
}

.box {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 100%;
	background-color: #FAFAFA;
	z-index: 1;
}

h1 {
	position: fixed;
	top: -15px;
	/*
	font-weight: default;
	*/
	font-size: 28px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 40px;
	margin-left: 0px;	
	width: 100%;
	background: #FAFAFA;
	border-bottom: 1px solid #122430;
	z-index: 2;
}


h2 {
	/*
	font-weight: default;
	*/
	font-size: 20px;
	background-image: linear-gradient(90deg, #FAFAFA 0%, #F2F6FD 100%);
	position: absolute;
	text-align: left;
	top: -60px;
	border-bottom: 1px solid #122430;
	line-height: 40px;
	width: 100%;
}


.footer {
	bottom: 0px;
	position: fixed;
	background-color: #FAFAFA;
	width: 100%;
}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 900px) {
/* Styles */
.main {
	margin-left: 160px;
	margin-top: -18px;
	position: relative;
	}

.sidenav {
	height: 100%;
	width: 150px;
	position: sticky;
	top: 100px;
	margin-top: 51px;
	margin-left: 0px;
	z-index: 1;
	overflow-x: visible;
	border-left: 1px solid black;	
	border-right: 1px solid black;	
	border-bottom: 1px solid black;	
	/*
	background-color: #FAFAFA;
	*/
	text-decoration: none;
	text-align: center;
}

.sidenav a{
	padding: 15px;
	display: block;
	text-decoration: none;
}

.sidenav a:hover {
	background-color:#E2EFEF;
}

h1 {
	position: fixed;
	/*
	font-weight: default;
	*/
	font-size: 38px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 95px;
	margin-left: 0px;
	top: -20px;
	width: 100%;	
	border-bottom: 1px solid #122430;
	background: #FAFAFA;
	z-index:5;
}


h2 {
	/*
	font-weight: default;
	*/
	font-size: 24px;
	background-image: linear-gradient(90deg, #FAFAFA 0%, #F2F6FD 100%);
	position: absolute;
	text-align: left;
	width: 100%;
	top: -87px;
	border-bottom: 1px solid #122430;
	line-height: 60px;
}


.footer {
	bottom: 0;
	position: fixed;
	background-color: #FAFAFA;
	margin-left: 155px;
	width: 100%;
}


}



body {
	background: #FAFAFA;
	color: #333333;
}

/*
h3 {
	font-weight: default;
}
*/
/*##############################################################
 * #############################################################
 * #############################################################*/
table, th, td{
	border-collapse: collapse;
}

.dark {
	background-color: #E2EFEF;
}

table{
	background-color: #FFFFFF;
	border: 1px solid #122430;
}

th, td {
	padding: 15px;
}

th {
	/*
	font-weight: light;
	*/
	font-size: 13px;
}

td {
	font-weight: lighter;
	font-size: 13px;
	vertical-align: top;
}
/*##############################################################
 * #############################################################
 * #############################################################*/
form {
	/*
	font-weight: default;
	*/
	font-size: 11px;
}
input {
	font-size: 11px;
	line-height: 11px;
}
button {
	font-size: 11px;
	line-height: 11px;
}
p {
	/*
	font-weight: default;
	*/
	font-size: 13px;
}

a {
	font-weight: bold;
	font-size: 12px;
}

