body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, "Lucida Grande", "PingFang TC", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
    /*font-size: .875rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #818ba2;
    text-align: left;
    background-color: #1e1e2f;
}
.title {
	margin-bottom: 20px;
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card p, h1, h2, h3, h4, h5, h6 {
    color: hsla(0,0%,100%,.8);
}
.card {
	display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #27293d;
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
}
.font-icon-detail {
	display: block;
    text-align: center;
    padding: 45px 0 30px;
    color: #03b967;
    border: 1px solid #03b967;
    border-radius: .1875rem;
    margin: 15px 0;
    min-height: 135px;
}
.font-icon-detail:hover {
	color: #38b449;
}
.font-icon-detail i {
    color: #fff;
    font-size: 2.4em;
    margin-bottom: 15px;
    display: block;
    opacity: .8;
}
.font-icon-detail:hover i{
    opacity: 1;
}
@media (min-width: 992px){
.index .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 1300px){
	.container {
	    max-width: 90%;
	}
}
.page-title {
    color: #fff;
    text-align: center;
    border-radius: .1875rem;
    margin-bottom: 30px;
}
.page-title  h4 {
	line-height: 60px;
	font-size: 36px;
	color: #03b967;
}
.navbar-default {
	background: linear-gradient(-90deg,#38B449,#03b967);
    box-shadow: 0 0 45px 0 rgba(0,0,0,.6);
    border:0;
    color: #fff;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #fff;
}
.card .card-header {
    padding: 15px 15px 0;
    border: 0;
    color: hsla(0,0%,100%,.8);
    font-size: 17px;
}
.card-body {
	padding: 15px;
	overflow-x: auto;
}
.table td, .table thead th {
	border: 1px solid #2b3553;
    border-radius: .4285rem;
    /*font-size: .8rem;*/
    color: hsla(0,0%,100%,.7);
}
.table thead th {
    color: #fff;
    font-weight: normal;
}
.btn {
	background-color: #03b967;
    color: hsla(0,0%,100%,.8);
}
.btn:hover {
	background-color: #38B449;
    color: hsla(0,0%,100%,.8);
}
.btn.btn-link{
	background-color: transparent;
}
table .btn {
	font-size: 13px;
    padding: 5px 12px;
}
.table .table {
	background-color: transparent;
}
.form-control,.form-control:disabled, .form-control[readonly] {
	background: #2b3553;
    border: none;
    color: hsla(0,0%,100%,.6);
}
.form-horizontal .control-label {
    font-size: 15px;
}
}