@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

html {
	overflow-x: hidden
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

#logo img {
	max-height: 50px;
}

#header {
	background-color: #eeeeee;
}

#header a {
	color: #444;
}

#body {
	
}

#footer {
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.navbar-fixed-top {
	position: sticky;
}

@media ( max-width : 768px) {
	.navbar-brand {
		/* position: fixed; */
		margin-right: 80px;
	}
}

.margin0 {
	margin: 0px;
}

.padding0 {
	margin: 0px;
}

.navbar-title {
	margin-left: -5px !important;
}

.navbar-title span {
	font-size: 32px;
	letter-spacing: 2px;
	font-family: 宋体;
	color: #FF3300;
}

.error {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}

.error_blank {
	
}

.label-top {
	padding-top: 0px !important;
}

.table {
	table-layout: fixed;
}

.table tr td {
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.form-control {
	width: 90%;
}

.spinner {
	width: 90%;
}

.has-feedback .form-control {
	padding-right: 12px;
}

#stuPhoto {
	width: 120px;
}

#sfzhPhoto {
	width: 100px;
}

ol, .breadcrumb {
	margin-bottom: 0px;
}

.list-group-item-text {
	overflow: hidden;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.notice-title {
	color: #f96e00;
}

#myDialog .modal-dialog, #myDialog .modal-content {
	overflow: hidden;
}

#myDialog .modal-body {
	max-height: 70vh;
	overflow-y: auto;
}

.dlg-lg {
	width: 90% !important;
}

.dlg-md {
	width: 80% !important;
}

.underline {
	border-bottom: 1px #e7e7e7 solid;
}

.imageBox {
	float: left;
	position: relative;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imageBox .imageUpload {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #e7e7e7;
	min-height: 60px;
}

.imageBox .imageUpload .imageInput {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: Alpha(opacity = 0);
	left: 0;
	top: 0;
}

.imageBox .imageUpload .close {
	color: red;
	position: absolute;
	display: none;
	right: 0px;
	top: 0px;
	z-index: 9999;
}

.stu_image {
	width: 30px;
	height: 40px;
}

.form-horizontal label {
	font-weight: 100;
}

.form-horizontal .error {
	font-weight: 500;
}

.form-horizontal .control-label {
	font-weight: 700;
}

.checkbox-inline, .radio-inline {
	margin-left: 10px;
}

.input-group-addon-no {
	padding: 6px 12px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
}

.float-right {
	float: right;
}

.col-map {
	padding: 10px;
}

.map-pie {
	width: 100%;
	height: 400px;
	border: 2px solid #eee;
}

.radio-title {
	font-weight: 600 !important;
}

.video {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}

.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}