body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "\5FAE\8F6F\6B63\9ED1\4F53", sans-serif;
  background-color: #f9f9f9;
  padding-bottom: 20px;
}

#header {
	margin-bottom: 60px;
}

.logo {
	float: left;
	margin-right: 20px;
}

.logo h1 {
	font-size: 18px;
	margin: 0;
}

.logo h1 a {
	text-decoration: none;
}

.loginpanel {
	width: 220px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 30px;
	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.loginpanel form {
	margin-bottom: 0;
}

hr {
	margin: 0 0 10px;
}

dt, dd {
	margin-bottom: 5px;
}

.input-smaller {
	height: 14px !important;
	width: 90px;
}

.input-num {
	width: 30px;
}

.append-small {
	margin-bottom: 0;
}

.spacerleft {
	margin-left: 10px;
}

label {
	margin-right: 10px;
}

button i {
	line-height: 18px !important;
}

.green {
	color: green;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.blue {
	color: #0088cc;
}

.padding {
	padding: 10px !important;
}

.forminline {
	margin-bottom: 10px;
}

.forminline label {
	display: inline;
}

.forminline input {
	margin-bottom: 0;
}

.dl-horizontal dt{
	text-align: left;
}

.defaultSkin table.mceLayout {
    margin-bottom:20px;
}

table [class^="icon-"]:before, table [class*=" icon-"]:before {
    margin-right: 10px;
    text-decoration: none !important;
}

.container-scroll {
    height: 450px;
	padding-right: 10px;
    overflow: auto;
    position: relative;
}

#content-header {
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

#content-header h1 {
    font-size: 21px;
    font-weight: normal;
	margin: 0;
}

#content-header h2 {
    font-size: 16px;
    font-weight: normal;
	margin: 0;
}

#content-header .btn {
	margin-top: 5px;
}

#widget {
	min-height: 20px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025);
	 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025);
		  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.025);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#widget.box, table.table-dark {
	background-color: #f5f5f5;
}

#widget.box2 {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

#widget.box2:hover,
#widget.box2.active {
	background-color: #eef6f7;
	background-image: -moz-linear-gradient(top, #ffffff, #eef6f7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eef6f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #eef6f7);
	background-image: -o-linear-gradient(top, #ffffff, #eef6f7);
	background-image: linear-gradient(to bottom, #ffffff, #eef6f7);
	border: 1px solid #cce6e7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeef6f7', GradientType=0);
}

#widget.box2.active:after {
    border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
    border-left: 7px solid #FFFFFF;
	content: "";
    display: inline-block;
    right: -7px;
    position: absolute;
    top: 10px;
}

#widget.box2.active:before {
    border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
    border-left: 8px solid #cce6e7;
    content: "";
    display: inline-block;
    right: -8px;
    position: absolute;
    top: 9px;
}

#widget.box3 {
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
}


#widget form, #widget .dl-horizontal, table .dl-horizontal {
	margin: 0;
}

#widget .control-group:last-child {
	margin-bottom: 0;
}

.widget-content {
	padding: 10px;
}

#widget h5 {
	color: #0088CC;
}

#widget h5 small {
	line-height: 20px;
}

#widget dl span, table dl span {
	color: #0088CC;
}

#widget hr{
	margin: 5px 0;
}

#widget .form-actions {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 9px 10px 10px;
}

.dl-horizontal.dl-small, .dl-horizontal.dl-medium{
	font-size: 13px;
}

.dl-small dt {
	font-weight: normal;
	width: 90px;
	text-align: left;
}

.dl-small dd {
	color: #0088CC;
	margin-left: 100px;
}

.dl-small p, .dl-medium p {
	font-size: 13px;
	color: #0088CC;
 }
 
.dl-small i, .dl-medium i  {
	font-size: 14px;
}

.dl-medium dt {
	font-weight: normal;
	width: 130px;
	text-align: left;
}

.dl-medium dd {
	color: #0088CC;
	margin-left: 140px;
}

.titlebar {
	height: 30px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px 4px 0 0;
	 -moz-border-radius: 4px 4px 0 0;
		  border-radius: 4px 4px 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.titlebar h2 {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}

.titlebar .nav li {
    padding: 5px;
}

.titlebar .nav li  a {
    padding: 0;
	color: #0088CC;
}

.titlebar .nav li  a:hover{
	color: #0033CC;
}

.titlebar  .nav > .active > a, .titlebar .nav > .active > a:hover, .titlebar .nav > .active > a:focus {
    background: none;
    box-shadow: none;
    color: #333333;
    text-decoration: none;
}

.titlebar .nav li label {
    margin-top: -2px;
}

.titlebar .nav li.divider-vertical{
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #f2f2f2;
	height: 30px;
	padding: 0;
}

.form-small .control-group {
	margin-bottom: 5px;
}

.form-small .control-label {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 120px;
}

.form-small .controls {
    margin-left: 130px;
}

.pagination .active,
.pagination .disabled {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #dddddd;
	border-left-width: 0;	
	color: #999999;
	cursor: default;
}

.pagination .active {
	background-color: #f5f5f5;
}

.pagination li.disabled:first-child  {
	border-left-width: 1px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;	
	-webkit-border-bottom-left-radius: 4px;	
	-webkit-border-top-left-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.pagination li.disabled:last-child  {
	border-right-width: 1px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;	
	-webkit-border-bottom-right-radius: 4px;	
	-webkit-border-top-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
}

.cake-sql-log {
    background: none repeat scroll 0 0 #FFFFFF;
	width: 100%;
}

.cake-sql-log th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #555555;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
    padding: 4px;
    text-align: left;
}

.cake-sql-log td {
    font-family: Monaco,Consolas,"Courier New",monospaced;
    padding: 4px 8px;
    text-align: left;
}

.cake-sql-log caption {
	font-size: 11px;
	text-align: left;
    color: #cccccc;
	padding: 5px;
}

td.actions a {
	padding: 3px;
	margin-right: 5px;
}

.thumbs {
	position: relative;
}

