html {
	/*background-color: #aaaefa;*/
	/*
	background-color: #aaaefa;
	background-image: linear-gradient(to bottom, rgba(170, 174, 250, 0.8), rgba(170, 174, 250, 0.8)), url("../img/background.jpg");
	background-image: -moz-linear-gradient(top, rgba(170, 174, 250, 0.8), rgba(170, 174, 250, 0.8)), url("../img/background.jpg");
	background-image: -o-linear-gradient(top, rgba(170, 174, 250, 0.8), rgba(170, 174, 250, 0.8)), url("../img/background.jpg");
	background-image: -ms-linear-gradient(top, rgba(170, 174, 250, 0.8), rgba(170, 174, 250, 0.8)), url("../img/background.jpg");
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 174, 250, 0.8)), to(rgba(170, 174, 250, 0.8))), url("../img/background.jpg");
	background-image: -webkit-linear-gradient(top, rgba(170, 174, 250, 0.8), rgba(170, 174, 250, 0.8)), url("../img/background.jpg");
*/
	background-color: #ffeec4;
	background-image: none !important;
}

table.login {
	/*background-color: #aaaefa;*/
}

h1 {
	color: #ea7625;
}

div#container {
	/*
	margin: 40px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 0px 30px #545454;
	 */
}

#content {
	/*margin-right: 370px;*/

}

nav {
	/*
	padding: 10px;
	background-color: #313546;
	height: 80px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 1px 6px;
	position: relative;
	z-index: 1;
	*/
}

nav ul {
	/*
	height: 80px;
	 */
}

nav ul li {
	/*
	background-color: transparent;
	border-radius: 10px;
	height: 80px;
	margin-right: 10px;
	 */
}

a.nav {
	/*
	padding-top: 55px;
	background-size: 50px 30px;
	background-position: center 17px;
	min-width: 90px;
	text-transform: none;
	 */
}

#main {
	position: relative;
}

#col {
	bottom: 0px;
/*	background-image: url(../img/col_right_back.png);*/
	background-position: left 0px;
	background-repeat: repeat-y;
	background-color: white;

	position: fixed;
	padding-top: 160px;
	padding-left: 20px;
	padding-right: 20px;
	width: 330px;

}

nav {
  margin-right: 3px;
	background-color: #ffeec4 !important;
}

a#logo {
	background-image: url(../img/logo_bhin.png);
	background-size: contain;
	width: 90px;
	height: 90px;
	top: 20px;
	right: 20px;
	background-position: right;
	max-height: 90px;
}

.w-100 {
	width: 100%;
}

.text-center {
	text-align: center;
}

.align-center {
	display: flex;
	justify-content: center;
}

table.excel td.kalender_noactiveday {
	background-color: #ddd;
}

.nav_toggler {
	font-size: 30px !important;
	color: #ea7625 !important;
}

@media only screen and (max-width: 1279px) {
	a#logo {
		width: 140px;
		height: 74px;
		top: 25px;
		right: 10px;
	}

	.containerpage {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	a#logo {
		top: 8px;
		right: 15px;
		width: 120px;
		height: 63px;
	}

	.containerpage {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 20px;
	}
}