/*Base CSS file*/
html {
    min-height: 100%;
}
body {
    /*font-family: dinlight;*/
    font-family: "微軟正黑體" !important;
    color: #024253;
    min-height: 100% !important;
    /*background-color: #a2d77d;*/
    background-color: rgba(162, 215, 125, 0.1)
}
.header {
	/*background-color: #5f9642;*/
	background-color: #fff;
	padding-bottom: 5px;
}
#footer {
    background-color: #4e8824;
    color: #ddd;
    padding: 15px;
    margin-top: 15px;
}
.mainmenu {
	background-color: #4e8824;
	border-radius: 0px;
	border:0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #4e8824 !important;
	color: #fefefe !important;
}
.navbar-nav>li>a {
	color: #fefefe !important;
}
.navbar-nav>li:hover {
    background-color: #999;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:active,.navbar-nav>li>a:focus7{
    color: #000 !important;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }
ul.nav li:hover > ul.dropdown-menu {
    display: block;
}
#navbar {
    text-align: center;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

.pagetitle {
    color: #474747;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.carousel-title{
    position: absolute;
    bottom: 0px;
    left:0px;
    padding: 0 50px;
    background: rgba(0,0,0,0.3);
    color: #eee;
    font-size: 20px;
}

.sidemenuitem {
	color: #474747;
    padding: 8px 11px;
    width: 100%;
    border: 1px solid #e9e9e9;
    background-color: #d7c9be;
    margin-bottom: 10px;
}

.map {
	background-color: #d7c9be;
	margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    color: #333;
}
.block {margin-bottom:20px;}
.blockheader {
    font-size: 24px;
    background-color: #DDD;
    padding:10px;
}

.tab-content {
	height:300px;
	overflow: hidden;
	border:1px solid #DDD;
	border-radius: 0px 0px 5px 5px;
	padding:10px;
}


/*Admin header*/
.topbar {
    background-color: #444;
    color: #EEE;
    height: 50px;
    font-size: 16px;
    padding-top: 15px;
}
.content-wrapper {min-height:100%;}
.sidebar {
    background-color: #444;
    color: #EEE;
    padding-left:10px;
    padding-top:10px;
    height:100%;
    min-height: 100vh;
    /*position:absolute;*/
    top:0px;
    left:0px;
    z-index: 1;
}
.content {
    padding-left: 60px;
    padding-top: 20px;
    height: 100%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #4e8824;
}

.activity_header {
    background-color: #d7c9be;
}
.activity {
    line-height: 230%;
}
.text-bold {
    font-weight: bold;
}
/*a:link {color: #FFF;text-decoration: none;}
a:visited {color: #FFF;text-decoration: none;}
a:hover {color: #FFF;text-decoration: none;}
a:active {color: #FFF;text-decoration: none;}*/

/*General use*/
.nopadding {
    padding: 0px;
}

.notification {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.notification-success {
    color: #a94442;
    border-color: green;
}