/* CSS Document */
/*硬碟首次設定*/
body{
	font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif;
}
header{
	background:white;
}
#fhdsetup .logo{
	padding: 10px;
	margin:0 auto;
	position: inherit;
    height: inherit;
}
#fhdsetup footer {
    background:none;
    color:white;
}
.step0 .table td {
    border-top:0;
	display: inline-block;
	min-height: 45px;
	vertical-align: baseline;
}
.step0 .table td input[type="text"]{
    margin-top: 8px;
}
.step0 .table td .edit-pen,.step2-1 .hint-icon{
	background: #bad8da;
    color: darkcyan;
    padding: 3px 5px;
    border-radius: 4px;
	cursor:pointer;
}
.step0 .table td .edit-pen:hover,.step2-1 .hint-icon:hover{
    color: #024141;
}
#fhdsetup .step2-1 .hint-icon{
	margin:0 10px;
}
#fhdsetup .radio label::after {
	background-color: darkcyan;
}
.systemHddStep1 .radio label::after {
    top: 13px;
}
.Advance-HDD-radio .systemHddStep1 .radio label::after {
    top: 3px;
}
.systemHddStep1 .radio label::after {
    top: 13px;
}
#fhdsetup .step1 .radio label::before {
    margin-top: 20px;
}
#fhdsetup .step1 .radio label::after {
    margin-top: 30px;
}
#fhdsetup .step2-1 .radio label::after {
    margin-top: 11px;
    margin-left: -19px;
}
#fhdsetup .step2-1 #easyStep .radio label::after {
    margin-top: 10px;
    margin-left: -20px;
}
#fhdsetup .step0 .table td h4 span{
	font-weight: normal;
    font-size: 13px;
    color: #868686;
}
#fhdsetup .step0 .table td i{
	margin:0 0 0 10px;
	cursor:pointer;
}
/**/
.hdsetup{
    min-height: 500px;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-shadow: 7px 7px 9px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 9px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 9px -6px rgba(0,0,0,0.75);
    border-bottom: 15px solid #92C2C4;
    background: white;
    padding:0;
}
.fhd-bg{
	margin-left: 0 !important;
}
.step1 #modeChoice li{
	cursor:pointer;
}
.step2-1 h3{
	display:inline-block;
}
.step2-2 hr{
    border-bottom: 1px solid #497285;
    border-style: dashed;
}
#fhdsetup .fhd i{
	margin:0 10px 0 0;
}
#fhdsetup .fhd .tip{
	padding: 30px 0;
    color: #497285;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}
#fhdsetup .fhd > div{
	padding: 30px 0;
}
#fhdsetup label{
	padding: 10px;
	font-size: inherit;
}
#fhdsetup .label-focus{
    border-width: 1px;
    border-color: #BBBBBB;
    border-style: dashed;
    cursor:pointer;
}
.ftip{
	border-bottom: 1px solid #D8D8D8;
    margin: 0 0 20px 0;
}
.ftip h2{
	color: white;
    font-size: large;
    text-align: center;
    background: #92C2C4;
    margin: 0;
    line-height: 40px;
}
.ftip p{
	color: #1A2F4B;
    text-align: center;
    font-size: 16px;
    border-style: solid;
    margin: 20px 10%;
}
.fhd .right{
    border: 1px solid #D8D8D8;
    border-width: 0 0 0 1px;
	margin: 0;
}
.hdd-num{
    color: #f18f00;
    font-size: x-large;
    padding: 0 5px;
}
.hdsetup-btn{
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0 !important;
}
#fhdsetup .step1 .fhd-bg i{
	padding: 10px;
    color: white;
    font-size: 34px;
	margin: 0 20px 0 0;
}
#fhdsetup .popup-5 .PopupCloseBtn {
    left: 90%;
    top: -23px;
    padding: 0px 0px 5px 0px;
}
#fhdsetup .popup-5 footer {
	bottom: 30px;
}
.step2-2 .hd-custom-mode > li {
    background: white;
    margin-left: 0;
}
.step2-2 .hd-custom-mode > li:first-child > ul{
    overflow: auto;
    height: 260px;
    margin: 20px;
}
.step2-2 .hd-custom-mode > li:first-child > ul > li{
    background: burlywood;
    margin: 0 0 10px 0;
    min-height: 60px;
    cursor:pointer;
    color:white;
}
.step2-2 .hd-custom-mode > li:first-child > ul > li.disable-hdd{
    background: #cccccc;
}
.step2-2 .hd-custom-mode > li:first-child > ul > li > div:first-child > p{
    font-size: medium;
    padding-left:5px;
}
.step2-2 .hd-custom-mode > li:first-child > ul > li > div:nth-child(2) > p{
    margin:0;
    font-size: small;
}
.step2-2 .hd-custom-mode > li:first-child > ul > li:hover,.step2-2 .hd-custom-mode > li:first-child > ul > li.fhd-focus {
    background: peru;
    color:white;
}
.step2-2 .hd-custom-mode > li h5{
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #f5f5f5;
}
@media (min-width: 979px) {
.step2-2 .hd-custom-mode > li:first-child > ul > li > div:first-child > p{
    line-height:60px;
}
.step2-2 .hd-custom-mode > li:first-child > ul > li > div:nth-child(2) > p{
    line-height:30px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.step2-2 .hd-custom-mode > li:nth-child(2){
    border-right: 1px solid #f0f5f9;
}
.step2-2 .hd-custom-mode > li:nth-child(2) > div{
    margin: 20px 10px 0 0;
}
.step2-2 .hd-custom-mode > li:nth-child(3) > div{
    margin: 20px 10px;
}
/*管理者帳密設定*/
.adminset{
    min-height: 300px;
}
.adminset table tr td:first-child{
    text-align:right;
    padding-right: 25px;
}
.adminset table tr td .form-control{
    margin: 10px 0;
}
/*系統空間拉軸*/
.set-space-bar input{
    width: 80%;
    display: inline-block;
    margin: 10px;
}
.space-bar{
    margin: 20px 0;
    width:100%;
    height:50px;
    /*藍色漸層*/
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
}
.space-bar-bg {
    height:100%;
    position:relative;
    cursor:pointer;
    /*綠色漸層*/
    background: rgba(146,221,177,1);
    background: -moz-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,221,177,1)), color-stop(41%, rgba(117,209,156,1)), color-stop(100%, rgba(74,191,123,1)));
    background: -webkit-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: -o-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: -ms-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: linear-gradient(to right, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ddb1', endColorstr='#4abf7b', GradientType=1 );
}
.space-bar-drag {
    cursor: e-resize;
    width: 50px;
    height: 60px;
    border-radius: 10%;
    right: 0px;
    bottom: -5px;
    position: absolute;
    /*拖曳鈕*/
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    /*陰影*/
    -webkit-box-shadow: 1px 3px 12px 3px rgba(0,0,0,0.51);
    -moz-box-shadow: 1px 3px 12px 3px rgba(0,0,0,0.51);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.51);
}
.space-bar-drag i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    margin: -13px 0 0 -13px;
    color: #909090;
}
.space-info .space-bar-flag {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.space-info p:first-child .space-bar-flag{
    /*綠色漸層*/
    background: rgba(146,221,177,1);
    background: -moz-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,221,177,1)), color-stop(41%, rgba(117,209,156,1)), color-stop(100%, rgba(74,191,123,1)));
    background: -webkit-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: -o-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: -ms-linear-gradient(left, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    background: linear-gradient(to right, rgba(146,221,177,1) 0%, rgba(117,209,156,1) 41%, rgba(74,191,123,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ddb1', endColorstr='#4abf7b', GradientType=1 );

}
.space-info p:nth-child(2) .space-bar-flag{
    /*藍色漸層*/
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );

}
.systemHddStep2 div{
    text-align: center;
    font-size: larger;
    padding-top: 20px;
}