@charset "utf-8";
/* CSS Document */

.page-content{
	background:#fff url(../../images/welcome-bg.png) repeat;
}

.title{
	font-weight:600;
	text-align:center;
	font-size:2em;
}
.title span{
	color:#4893C3;
}
.detail{
	font-size:1.5em;
	font-weight:300;
	text-align:center;
}

.welcome .points {
    padding: 0;
    margin-bottom: 10px;
    background-image: none;
    filter: none;
    border: 0px;
    box-shadow: none;
    text-align: center;
}
.welcome .points > li {
    display: inline-block;
    width: auto;
}
.welcome .points > li > .round {
    background-color: #fff;
    display: block;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    margin: 10px;
    height: 150px;
    width: 150px;
    color: #666;
    border: 1px solid #919191;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.welcome .points > li > .round i {
        font-size: 80px;
    line-height: 120px;
	color:#919191;
}
.welcome .points > li > .cap {
	text-align:center;
	font-weight:300;
	font-size:16px;
}

.startup .tab-content{
	max-width:900px;
	margin:0 auto;
}

.progress {
    height: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

/* Modules */
.modules {
	display: block;
}
.module {
	position: relative;
	display: inline-block;
	float: left;
	width: 122px;
	margin: 2px 2px 0px 0px;
	border-color: #ccc;
}
.module.checked {
	color: #428bca;
	border-color: #428bca;
}
.module.disabled {
	color: inherit !important;
	border-color: #ccc !important;
}
.module.checked .title {
	border: 1px solid;
}
.module .title {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 125px;
	padding: 10px;
	margin: 0;
	border: 1px solid;
}
.module .title .icons {
	display: block;
	font-size: 44px;
	line-height: 44px;
	text-align: center;
	margin: 2px auto;
}
.module .title > span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 5px auto;
}
.module .title .checker span {
	background: none !important;
}
.module .title .checker span, .module input {
	position: absolute;
	left: -10000px;
	opacity: 0;
}
.module .ok {
	display: none;
	font-size: 26px;
	line-height: 26px;
	top: 5px;
	left: 5px;
}
.module.checked .ok {
	position: absolute;
	display: block;
}
.module .options {
	position: absolute;
	top: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border: none;
	z-index: 999999;
	max-height: 0px;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}
.module.checked:hover .options {
	max-height: 500px;
}
.module.disabled:hover .options {
	display: none;
}
.module .options span {
	display: block;
	margin: 0;
	padding: 8px 5px 8px 8px;
	border: 1px solid;
	border-top: none;
	cursor: default;
}
.module.disabled label {
	cursor: default !important;
}
#error {
	display: none;
	margin-top: 10px;
	color: #F00;
}
