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


.container {
    width: auto;
    max-width: 800px;
    padding: 0 15px;
}

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



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
	line-height: 40px;
	text-align: center;
}


a{
	color: #ddd;
}
a:hover{
	color: #aaa;
}

.form-signin {
	text-align:-webkit-center;
	text-align: center;
}
.form-signin label{
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
.form-signin input{
	width: 300px;
	border: none;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 10px;

}
.form-signin input:focus{
	outline: none;
}
.btn-box{
	text-align: left;
	width: 380px;
	margin: 0 auto;
}
.form-signin .btn{
	background: transparent;
	border: 1px solid #ddd;
}
.form-signin .btn:hover{
	color: #0f0;
	border-color: #0f0;
}
.btn-box .btn{
	margin-left: 80px;
}
.btn-box a{
	float: right;
	color: #209e91;
}
.signUp a{
	display: inline-block;
	font-size: 16px;
	color: #209e91;
	margin: 20px 0;
}
input:-webkit-autofill{
	background-color: rgba(0, 0, 0, 0.6);

}
.form-change{
	text-align: center;
	width: 300px;
	margin: 20px auto;
}
	

.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: #209e91;
}



.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: 85px;
	height: 30px;
}

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

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

.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;
}

.common-top-list-container {
	display: inline-block;
}

.common-top-list-container table th {
	white-space: nowrap;
}

.common-top-list-container div.title {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}



.filter-container {
	display: inline-block;
}

.one-filter {
	margin: 10px;
	
	border-style: none;
	padding: 5px;
	display: inline-block;
}

.filter-name {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
}



.up-menu {
	text-align: left;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.nav-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 500;
	color: #cdddeb;
}

.nav-item:hover,
.nav-item:focus {
	color: #fff;
	text-decoration: none;
}

.up-menu-nav {
	font-weight: bold;
	font-size: 18px;
}

.up-menu-nav .active {
	color: #fff;
	background: #209e91;

}



.list-page-container {
	margin-left: 20px;
	margin-right: 20px;
}

.filter-group-container {
	float: left;
}

#choose-language {
	display: inline-block;
}

.one-language {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.one-language-selected {
	font-weight: bold;
	font-size: 16px;
}

.one-language-unselected {
	font-size: 12px;
	cursor: pointer;
}

.icon-in-list {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.button-look-link {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff;
	background-color: #337ab7;
	background-image: none;
	border: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.button-look-link:link {
	color: #fff;
	text-decoration: none;
}

.button-look-link:hover {
	color: #fff;
	background-color: #428bca;
	text-decoration: none;
}

.button-look-link:visited {
	color: #fff;
	text-decoration: none;
}

.button-look-link:active {
	color: #fff;
	text-decoration: none;
}

.nobr {
	display: inline-block;
	white-space: nowrap;
}

.list-page-table>tbody>tr>td {
	font-size: 15px;
}

.full-page-line-chart-container {
	margin: 30px;
	text-align: center;
}

.chart-title {
	font-weight: bold;
	font-size: 30px;
}

.top-list-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.top-list-title {
	font-size: 20px;
}

.side-blank {
	margin-left: 20px;
	margin-right: 20px;
}

.auto-refresh-zone {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}

.auto-refresh-zone .note {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
}

.auto-refresh-zone .choice {
	display: inline-block;
}

.common-image-button {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-right: 5px;
}

.common-image-button:hover {
	background-color: #3f8900;
	transform: scale(1.2);
	transition: all 0.6s;
	border-radius: 5px;
}

.common-image-button i{
	background: transparent;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.common-image-button i:hover{
	cursor: pointer;
}

table.maldun-data-table>tbody>tr>td{
	line-height: 1.4;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	border-top: 1px solid #ccc;
}
.maldun-data-table-container{
	background: url(../image/blur-bg1.jpg) fixed;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.49);
	border: 1px solid rgba(160,160,160,1);
	border-radius: 5px;
	min-width: 1000px;
}
table.maldun-data-table{
	width: 100%;
	margin-bottom: 0;

}