html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: 'Noto Sans TC', sans-serif;
	color: #666;
	font-size: 16px;
}
input[type='text'], input[type='password'] {
	padding: 2px;
	margin: 2px;
}
input.editable {
    color: #666;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
}
input.focusField {
    color: #666;
    border: solid 2px #ffffff00 !important;
    background: #ffffff00 !important;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
}
a, a:visited {
	text-decoration: none;
	cursor: pointer;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
#header .div1 {
	height: 55px;
	padding: 0px 30px;
	background:#e86880;
	max-width: 100%;
}
#header .div2 {
	color: #FFFFFF;
	padding: 12px 0px 0px 0px;
	float: left;
}
#header .div3 {
	font-family: 'Noto Sans TC', sans-serif;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px 0px;
	float: right;
}
#header .div2 span {
	font-weight: bold;
}
#menu {
	background:#dddddd;
	position: relative;
	z-index:1;
	height: 45px;
	clear: both;
	padding: 0px 30px;
	max-width: 100%;
}
#menu > ul.left {
	float: left;
}
#menu > ul.right {
	float: right;
}
#menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#menu > ul ul {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
	background:#FFF1F8;
}
#menu > ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#menu > ul .top, #menu > ul li li {
	/* padding: 10px 15px 9px 17px; */
	padding: 10px 15px 11px 17px;
	font-family: 'Noto Sans TC', sans-serif;
	color: #666;
	text-align: center;
}
#menu > ul ul li {
	padding: 5px 5px 15px;
}
#menu > ul .selected .top {
	/*background:#DA2B92;*/
	color: #e86880;
}
#menu > ul .selected:hover a.top, #menu > ul .sfHover a.top {
	/*background:#DA2B92;*/color: #e86880;
}
#menu > ul .parent {
	background: url('../image/arrow-right.png') 95% center no-repeat;
}
#menu > ul li {
	float: left;
	list-style: none;
}
#menu > ul li ul {
	position: absolute;
	margin-top: 0;
}
#menu > ul li li {
	clear: both;
}
#menu > ul li ul a {
	color: #333;
	height: 15px;
	width: 180px;
}
#menu > ul li ul ul {
	margin: -28px 0 0 195px;
}
#menu > ul li li:hover, #menu > ul li li.sfHover {
	background: #ED4DAB;
	color: #fff;
}
#container {
	height: auto;
}
body > #container2 {
	height: auto;
	min-height: 100%;
}
#content {
	padding: 10px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
}
#content2 {
	background-image: url(../image/bg.jpg);
   background-size: cover;
	height: auto;
	min-height: 100%;
}

#footer {
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	position: relative;
	margin-top: -128px;
	clear: both;
	font-style: italic;
}
#footer a {
	color: #666;
	text-decoration: none;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #808080;
	margin-bottom: 10px;
	text-decoration:none;
	letter-spacing: 1px;
}
.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.icon {
	vertical-align: middle;
	cursor: pointer;
}
.image {
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
}
.image img {
	margin-bottom: 5px;
}
.box {
	margin-bottom: 15px;
}
.box > .heading {
	height: 45px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #36bba3;
	background: #36bba3;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box > .heading p {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 400;
}
.box > .heading p img {
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	margin-right:15px;
}
.box > .heading .buttons {
    float: right;
    padding-top: 15px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .footing {
	height: 60px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	border-top:none;
	background:#f0f0f0;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 7px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
.box > .footing .buttons {
	float: right;
	margin: 10px 5px 0;
}
.box > .footing .buttons .button {
	margin-left: 5px;
}
.box > .content {
	padding:10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
}
.box > .content2 {
	padding:45px 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
}
.box2 {
	margin-bottom: 15px;
	width: 320px;
	min-height: 300px;
	position: absolute;
	right: 5%;
	bottom: 10%;
}
.box2 > .heading {
	height: 45px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #36bba3;
	background: #36bba3;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box2 > .heading p {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
}
.box2 table{
	width: 100%;
	border: 1px solid #CCCCCC;
}
.box2 td{
	padding: 10px;
}
a.button, .list a.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	background: #551A8B;
}
.btn {
    display: inline-block;
    margin: 3px 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	 text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-color: #999999;
    color: #ffffff;
}
.btn-warning {
    background-color: #dd5600;
}
.btn-success {
    background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
    background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934);
    background-image: linear-gradient(#88c149, #73a839 60%, #699934);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
    filter: none;
    border-bottom: 1px solid #59822c;
}
.btn-success {
    color: #ffffff;
    background-color: #73a839;
    border-color: #73a839;
}
.btn-danger {
    background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
    filter: none;
    border-bottom: 1px solid #9a161a;
}
.btn-danger {
    color: #ffffff;
    background-color: #c71c22;
    border-color: #c71c22;
}
.btn-info {
    background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
    background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
    filter: none;
    border-bottom: 1px solid #022241;
}
.btn-info {
    color: #ffffff;
    background-color: #033c73;
    border-color: #033c73;
}
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #00BCD5;
	padding: 10px 5px;
	text-align: center;;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #fff;
}
.list tbody td a {
	text-decoration: none;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list tr.filter td {
	padding: 5px;
	background: #2ea0a0;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 14px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td:first-child {
	width: 240px;
}
table.form > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	/*width: 350px;
	height: 150px;*/
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
.htabs {
	padding: 15px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding:7px 15px 6px 15px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: green;
	color: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
}
.vtabs-content  .inner-heading {
	height:38px;
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 15px;
}
.vtabs-content  .inner-heading h1 {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #003A88;
	font-size: 16px;
	float: left;
}
.vtabs-content  .inner-heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}
.vtabs-content  .inner-heading .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}
.vtabs-content  .inner-heading .buttons .button {
	margin-left: 5px;
}
.vtabs-content  .inner-footing {
	height:38px;
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 15px;
	clear: both;
}
.vtabs-content  .inner-footing .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}
.vtabs-content  .inner-footing .buttons .button {
	margin-left: 5px;
}
.accordion-heading {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}
.scrollbox div {
	padding: 5px 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.overview {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview table {
	width: 100%;
}
.overview td + td {
	text-align: right;
}
.statistic {
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range {
	float: right;
	color: #FFF;
	vertical-align: middle;
}
.range {
	padding-top: 1px;
	padding-right: 1px;
}
.range, .range select {
	font-size: 11px;
}
.latest {
	clear: both;
}
.latest tbody td {
	background: #FFF;
}
.dashboard-heading {
	background: #547C96;
	color: #FFF;
	border-bottom: 1px solid #8EAEC3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.dashboard-content {
	background: #FCFCFC;
	border: 1px solid #8EAEC3;
	padding: 10px;
	min-height: 180px;
}
.refresh {
	cursor: pointer;
	position: relative;
	top: 3px;
}
.roomarea {
        margin-bottom:1em;
        width:100%;
}
.homebox {
  float: left;
  width: 14.7%;
  height: 210px;
  margin: 1em;
  border:1px solid #aaa;
  box-shadow: 5px 5px 5px #ccc;
  position: relative;
	overflow-y: auto;
}
.homebox .label {
  position: absolute;
  background-color: #cceedd;
  color: #333;
  line-height: 1.5em;
  padding: 1px 3px;
  top:0;
  left:0;
}

.homebox .endlabel {
  position: absolute;
  background-color: #cceedd;
  color: #333;
  line-height: 1.5em;
  padding: 1px 3px;
  bottom:0;
  right:0;
}

.homebox .endlabel.greenlabel {background-color: #cceedd;}

.homebox .endlabel.greylabel {background-color: #dcdcdc;}

.homebox ul {
        list-style: none;
}
.after-box {
  clear: left;
}

.textareabox {
    width: 100%;
	padding: 0;
}

/* -------------------- Dashboard ICON START -------------------- */
a.dashboard-module,
a.dashboard-module:visited {
        width: 177px;
        height: 177px;
        display: block;
        float: left;
        background: url(../image/dashboard-module.gif) top left no-repeat;
        margin: 0 8px 8px 0;
        text-align: center;
        color: #444444;
        }

a.dashboard-module:hover,
a.dashboard-module:active {
        background-position: bottom left;
        text-decoration: none;
        color:#0063be;
        }

a.dashboard-module img {
        margin-top: 20px;
        }

a.dashboard-module span {
        margin-top: 10px;
        display: block;
        }
@media (max-width: 1440px){
	.homebox {
		width: 17%;
	}
}@media (max-width: 1280px){
	.homebox {
		width: 22%;
	}
	input[type='text'], input[type='password'] {
	margin: 0px;
	width: 95px;
}
}
@media (max-width: 1024px){
	.homebox {
		width: 29%;
	}
}
/* -------------------- Dashboard ICON END -------------------- */
