/*.con{
	width:100%;
	height:auto;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/home-back.png);

}
*/
.con{
	width:100%;
	height:auto;
	padding:10px 0px;
	background: linear-gradient(26deg, rgba(250,200,50,1) 0%, rgba(250,240,54,1) 50%, rgba(242,100,53,1) 50%, rgba(255,126,0,1) 100%);
	margin:0; auto;
	font-family:Arial, Helvetica, sans-serif;

}
.con .con1{
	width:100%;
	height:100%;
	background: linear-gradient(337deg, rgba(250,200,50,.5) 0%, rgba(250,240,54,.5) 50%, rgba(242,100,53,.5) 50%, rgba(255,126,0,.5) 100%);
	margin:0; auto;

}

.con .head-bar{
	width:90%;
	height:100px;
	background-color:#FFF;
	margin:auto;
	border-radius:10px;
}
.con .msg-bar{
	width:80%;
	height:auto;
	background-color:#ffffff;
	padding:10px;
	margin:20px auto;
	line-height:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cc0000;
}

.con .con-box{
	width:90%;
	min-height:150px;
	overflow:auto;
//	background-image: linear-gradient(red, yellow, blue);
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7), rgba(255,255,255,.3));
	padding:10px 5px;
	margin:30px auto;
	border-radius:10px;
}
.con-box h2{
	color:#606;
	font-size:20px;
	line-height:30px;
	margin:5px;
	border-bottom:2px solid #999;
}
.con-box h3{
	color:#606;
	font-size:17px;
	line-height:30px;
	margin:5px 30px;;
//	border-bottom:2px solid #999;
}

.con-box .row{
	width:100%;
	height:60px;
	margin:10px auto;
	border-radius:5px;
	visibility:visible;
}
.row .field-box{
	width:28%;
	height:100%;
	float:left;
	margin:0px 2%;
}
.row .field-box:hover{
	background-color:#dddddd;
}
.field-box .field-title{
	font-size:14px;
	line-height:17px;
	color:#222;
}
.field-box .input-field{
	width:95%;
	height:30px;
	border:1px solid #6CF;
	border-radius:5px;
	margin:0px auto;
}
.field-box .input-field:active{
	width:95%;
	height:30px;
	border:1px solid #66F;
	border-radius:5px;
	margin:0px auto;
}
.field-box .input-field:visited{
	width:95%;
	height:30px;
	border:1px solid #66F;
	border-radius:5px;
	margin:0px auto;
}

/*.con-box .row:hover{
	background-color:#ccc;
	box-shadow:#aaa 3px 3px 5px;
}
*/
.con-box .course-title-row{
	width:90%;
	margin:auto;
	font-size:40px;
	font-weight:bold;
	color:#006;
}

.con-box .photo-row{
	width:90%;
	height:200px;
	margin:auto;
}
.photo-row .photo-box{
	width:150px;
	height:95%;
	float:right;
	border:3px solid #dddddd;
	box-shadow:5px 3px 3px #999;
}
.photo-row .std-name{
	font-size:40px;
	font-weight:bold;
	color:#006;
	float:left;
}
.con-box .data-row{
	width:100%;
	height:40px;
	margin:10px auto;
	border-radius:5px;
	visibility:visible;
}
.data-row .data-box{
	width:28%;
	height:40px;
	float:left;
	margin:0px 1%;
	font-size:14px;
	border-radius:10px;
	padding:5px 1%;
}
.data-row .data-box:hover{
	background-color:#ddd;
}
.data-box .data-label{
	margin:0px 0px;
	line-height:20px;
	 font-weight:bold;
	 float:left;
}
.data-box .data-text{
	margin-left:5px;
	line-height:20px;
	float:left;
}
.con-box table{
	width:95%;
	margin:auto;
}
.con-box table th{
	background-color:#F96;
	border-left:1px solid #ccc;
	padding:10px 0px;
}
.con-box table tr{
	min-height:50px;
	background-color:#FFc;
	border-top:ipx solid #999;
}
.con-box table tr:hover{
	background-color:#Fda;
}
.con-box table td{
	height:auto;
	border-left:1px solid #ccc;
//	padding:10px 0px;
}
.con-box table td input{
	width:90%;
	height:70%;
	background-color:#fff;
	border:1px solid #6CF;
	border-radius:5px;
	margin:auto;
}
.con-box table td a{
	width:100%;
	height:100%;
	background-color:#906;
	display:block;
	line-height:20px;
	padding:10px 0px;
	text-align:center;
	text-decoration:none;
	color:#CCC;
}
.con-box table td a:hover{
	background-color:#903;
	color:#fff;
}
.button{
	line-height:20px;
	padding:7px 20px;
	margin:20px 30px;
	background-color:#606;
	border-radius:10px;
	color:#CCC;
	font-size:15px;
	text-decoration:none;
}
.button:hover{
	background-color:#404;
	color:#fff;
}
.course_doc_box{
	width:100%;
	height:350px;
	overflow:scroll;
}
.course_doc_box .img_box{
	width:100px;
	height:140px;
	margin:5px;
	padding:5px;
	background-color:#eeeeee;
	box-shadow:4px 4px 4px #999;
	float:left;
}
.img_box .box_img{
	width:100%;
	height:100px;
}
.img_box .box_title{
	width:100%;
	height:100px;
	text-align:center;
}
a.delete{
	padding:5px 15px;
	background:#603;
	color:#fff;
	text-decoration:none;
	display:block;
}
.img_box .delete:hover{
	background:#402;
}
.course_doc_box .video_box{
	width:320px;
	height:280px;
	margin:5px;
	float:left;
}
.video_box video{
	width:100%;
	height:240px;
}
.video_box .video_title{
	width:100%;
	height:100px;
	text-align:center;
}
@media only screen and (max-width: 700px) {

/*.con{
	background-image:url(../img/mob-home-back.png);
}
*/
.con{
	width:100%;
	min-height:100%;
	background: linear-gradient(50deg, rgba(250,200,50,1) 0%, rgba(250,240,54,1) 50%, rgba(242,100,53,1) 50%, rgba(255,126,0,1) 100%);
	margin:0; auto;

}
.con .con1{
	width:100%;
	height:100%;
	background: linear-gradient(326deg, rgba(250,200,50,.5) 0%, rgba(250,240,54,.5) 50%, rgba(242,100,53,.5) 50%, rgba(255,126,0,.5) 100%);
	margin:0; auto;

}

.con .con-box{
	width:95%;
}
.con-box .row{
	width:100%;
	height:auto;
	margin:10px auto;
	border-radius:5px;
//	visibility:hidden
}

.row .field-box{
	width:95%;
	float:none;
	margin:10px auto;
}
.con-box table{
	width:100%;
}
.con-box table th{
	font-size:14px;
}
.con-box table td{
	font-size:14px;
}
.data-row .data-box{
	width:95%;
}
.photo-row .std-name{
	font-size:20px;
}
.con-box .course-title-row{
	font-size:20px;
}
}