html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
.container {
    width: auto;
    max-width: 800px;
    padding: 0 15px;
}

.container .text-muted {
    margin: 20px 0;
}

.main-content {
	margin-top: 50px;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.footer .container {
	text-align: center;
}



.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
 


.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
 
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}


.nav-sidebar {
    margin-right: -21px;
 
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}



.short-info {
	box-sizing: border-box;
	display: block;
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.little-button {
	padding-top: 2px;
	padding-bottom: 2px;
}

.popup-container {
	margin: 120px auto;
	padding: 20px;
	background-color: #ccc;
	border-radius: 5px;
	width: 800px;
	position: relative;
}

.popup-level2-container {
	margin: 180px auto;
	padding: 20px;
	background-color: #ccc;
	border-radius: 5px;
	width: 900px;
	position: relative;
}

.loading-container {
	text-align: center;
}

.loading-image {
	width: 100px;
	height: 100px;
	margin: 50px;
}

.pager {
	text-align: right;
}

.page-item {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 2px;
}

.section-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.portal-image {
	width: 100%;
}

.portal-image-container {
	
}

.btn-switch {
	display: inline-block;
	width: 72px;
	height: 32px;
}

.btn-switch-on {
	background: url(../image/switch_on.png) no-repeat 0 0;
}

.btn-switch-off {
	background: url(../image/switch_off.png) no-repeat 0 0;
}

.switch-group {
	border-style: none;
	border-radius: 10px;
	background-color: #DDD;
	display: block;
	padding: 10px;
	margin: 10px;
}

.switch-group td {
	padding: 10px;
	text-align: right;
}

.switch-text {
	font-weight: bold;
	font-size: 20px;
}