@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500italic,500,700,700italic,900,900italic&subset=latin,latin-ext);

@import url('notice.css');
@import url('breadcrumb.css');

html, body {
	height: 100%;
}

iframe {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
/*	background-image: url('../images/orange-textures_00401162.jpg');*/
	background-position: top;
/*	background-repeat: no-repeat;*/
	background-attachment: fixed;
	background-color: #444; /* #93c54b */
/*	background-size: contain;*/
}

.navbar-brand {
	padding: 0px;
	padding-top: 14px;
	margin: 0px !important;
}

.navbar {
	margin: 0px;
}
.navbar .container {
/*	padding: 0px;*/
}

.content {
/*	padding-top: 15px;*/
	background: #fff;
}

a {
	text-decoration: none !important;
}

table {
	border-collapse: collapse;
}

table th {
	text-align: left;
}

table td {
	padding: 5px;
}

button {
	cursor: pointer;
}

#login-content, #header-container, #main-container {
	margin: 0px auto;
	width: 1200px;
}

.container {
/*	background: #888;*/
}

.hidden { display: none; }

/*@media screen and (max-width: 1000px) {

}*/