* {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
	padding: 2px 0;
	margin: 2px 0;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar {
	margin-bottom: 0;
	min-width: 0;
}

.navbar-break {
	height: 0;
}

.alert>ul {
	padding-left: 20px;
}

.sub-navbar {
	margin: 55px 0 0;
	min-height: 30px !important;
	border: 0 !important;
}

.sub-navbar .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.sub-navbar .navbar-nav>li>a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.sub-navbar .navbar-nav>li.active a {
	padding-bottom: 2px !important;
	border-bottom: 3px solid #31b0d5;
	color: #31b0d5;
	background-color: #fff;
}

.sub-navbar .navbar {
	min-height: 32px !important
}

.mainbar {
	min-height: 400px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 51px;
}

.mainbar .page-head {
	background-color: #f8f8f8;
	padding: 8px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 1px 1px #fff;
}

.mainbar .page-head h2 {
	font-weight: bold;
	font-size: 20px;
}

.mainbar .page-head>.breadcrumb {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.mainbar .matter {
	padding: 15px;
}

.home-page .btn-block {
	font-size: 30px;
	padding: 20px;
	margin: 15px 0;
}

.reports-page .btn-block {
	font-size: 24px;
	padding: 20px;
	margin: 15px 0;
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #337AB7;
}

.footer p {
	color: #fff;
	margin: 0;
}

.footer a.lang {
	color: #fff;
	margin: 0 5px;
}

a i.fa {
	margin-right: 5px;
}

.dropdown-menu a i.fa {
	width: 14px;
}

.grid-wrapper>.row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid-wrapper .grid-total-records {
	padding-top: 7px;
	margin-bottom: 7px;
	margin-right: 20px;
	display: inline-block;
}

.grid-wrapper .grid-add-btn-wrapper {
	display: inline-block;
}

.grid-wrapper .grid-summary-row .add-on-btn {
	margin-left: 10px;
	margin-right: 10px;
}

.grid-wrapper .table {
	margin: 0px;
}

.grid-wrapper .pagination {
	float: right;
	margin: 10px 0;
}

.grid-wrapper table tr td {
	vertical-align: middle;
	padding: 6px;
}

.grid-wrapper table tr td a {
	margin-left: 5px;
}

.grid-wrapper table tr td a:first-child {
	margin-left: 0;
}

table tr td p {
	margin: 0px;
}

table td[data-grid-property="operation"] .btn.btn-sm {
	padding: 2px 6px;
}

table td[data-grid-property="appearanceFile"], table td.appearanceFile,
	table td[data-grid-property="serialNumberFile"], table td.serialNumberFile
	{
	white-space: nowrap;
}

.account-info .list-group {
	max-width: 350px;
}

.account-info .account-value {
	float: right;
}

.uppercase {
	text-transform: uppercase;
}

.clear, .clearer {
	clear: both;
}

.t-invisible, .hide {
	display: none;
}

input[type=checkbox] {
	margin: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

table.table tbody tr td>a {
	display: inline-block;
	/* margin-right: 4px; */
}

.form-control[disabled] {
	background-color: #eee;
}

.form-group .readonly {
	background-color: #eee;
	min-height: 34px;
	height: auto !important;
}

.form-group .readonly p {
	margin-bottom: 0;
}

.help-block {
	margin-bottom: 0;
}

td.error {
	color: red;
}

.red {
	color: red;
}

.green {
	color: green;
}

.status_normal {
	color: inherit;
}

.status_warning {
	color: #CC9900;
}

.status_error {
	color: #f00;
}

.late {
	color: purple;
}

table.bean-display {
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
	border-left: 1px solid silver;
	border-top: silver solid 1px;
}

table.bean-display th, table.bean-display td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 6px 8px;
}

div[data-container-type="alerts"] .pull-right {
	display: none;
}

.body-bg-color {
	background-color: #fff !important;
}

#border {
	background-color: #f6f6f6;
}

#border textarea {
	resize: none;
}

#border .toolbar {
	color: #8a8a8a;
	font-size: 14px;
	background-color: #f6f6f6;
	padding: 6px 0;
	text-align: right;
}

#border .toolbar a {
	margin-left: 10px;
	color: #337AB7;
}

#border .navbar {
	min-height: auto;
}

#border .mainbar {
	margin-top: 32px;
	border: none;
}

#border .navbar-default {
	border: none;
}

#border .footer {
	background-color: #313131;
}

#border .footer .copyright-content {
	padding: 0;
}

div.intl-tel-input {
	width: 100%;
	height: 34px;
}

.login-section {
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
}

.login-section .logo {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

.login-section h2 {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: 600;
}

.login-section .panel .panel-heading {
	text-align: center;
}

.login-section .btn-block {
	margin-top: 30px;
}

.login-section .copyright-content {
	padding: 10px;
	text-align: center;
	color: #337ab7;
	font-size: 16px;
}

.details-section .details-section-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #337ab7;
	padding: 10px;
}

.applicant-register {
	width: 100%;
}

.applicant-register .register-section {
	width: 100%;
	margin: auto;
}

.applicant-register .register-section .alert {
	margin-top: 10px;
	margin-bottom: 10px;
}

.applicant-register .register-section .js-alert {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #a94442;
	display: none;
	margin-bottom: 10px;
	padding: 15px
}

.applicant-register .intl-tel-input {
	width: 100%;
	height: 50px;
}

.applicant-register .previous {
	padding: 11px 12px;
}

.register-section .register-logo {
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 20px 20px;
	max-width: 80%;
}

.register-section .title-content {
	padding: 10px 15px 0 15px;
	color: #000;
	font-size: 16px;
}

.register-section .reg-textfield {
	font-size: 18px;
	height: 50px;
}

.register-section #contract {
	margin-left: 0;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 0;
}

.register-section .content:hover {
	cursor: pointer;
}

.register-section  .login-tab {
	padding-top: 5px;
	text-align: center;
	font-size: 30px;
	color: #337ab6;
	font-weight: bold;
	padding: 0px 30px;
}

/* .register-section  .btn-block {
	border-color: #337AB7;
	background-color: #337AB7;
} */
.register-section  a.btn-block {
	line-height: 36px;
}

.register-section .reg-textfield {
	font-size: 18px;
	height: 50px;
}

.register-section .help-block {
	margin-bottom: 0;
}

.register-section .register-body {
	padding: 5px 0 0 0;
}

.register-section .register-body .input-group-addon {
	padding: 17px;
}

.register-section .register-body #birthDateAge {
	padding: 6px 12px;
	border-left: none;
}

.register-section .register-body #birthDateAge2 {
	padding: 6px 12px;
	border-left: none;
}

.register-section .verification .email {
	color: #ed650f;
	font-weight: bold;
	padding: 0 2px;
}

.register-section .verification .warm-tips {
	margin-top: 10px;
}

.register-section .maintenance {
	padding: 0;
}

.register-section .maintenance .btn-block {
	font-size: 18px;
	height: 50px;
	line-height: 34px;
	margin-top: 15px;
}

.register-section #control-countdown a {
	font-size: 18px;
	height: 50px;
	padding-top: 10px;
	opacity: 0.5;
	cursor: not-allowed;
	margin-top: -10px;
}

.register-upload-file .title {
	border-bottom: 1px solid #337AB7;
	padding: 5px 0;
	margin-bottom: 15px;
	color: #337AB7;
}

.register-upload-file .input-group {
	width: 100%;
}

.general-logo {
	height: 133px;
	display: block;
	padding-top: 20px;
}

.general-title h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #337ab7;
	font-weight: bold;
	color: black;
}

.general-content {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.general-content h4 {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.general-content .content-item {
	padding-left: 30px;
}

.applicant-side #side-nav .menu {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	margin-bottom: 20px;
}

.applicant-side #side-nav .menu .menu-title {
	padding: 10px 12px;
	background: #337AB7;
	color: #fff;
	font-weight: bold;
}

.applicant-side #side-nav .menu ul {
	padding: 6px 0;
}

.applicant-side #side-nav .menu ul li {
	list-style: none;
	line-height: 32px;
	padding: 0 30px;
}

.applicant-side #side-nav .menu ul .active {
	border-left: 5px solid #337AB7;
	padding-left: 25px;
}

.applicant-side #side-nav .menu ul .active a {
	color: #337AB7;
}

.applicant-side #side-nav .menu ul li a {
	color: #666;
}

.applicant-side .link .breadcrumb {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	border-bottom: 2px solid #337AB7;
}

.applicant-side .modal-dialog .modal-footer a:hover {
	color: #ffffff !important;
}

.applicant-side .list-block .cancel-activity {
	margin-left: 15px;
}

.applicant-side .list-block .head {
	font-size: 16px;
	margin-bottom: 0;
}

.applicant-side .list-block .table-th {
	border: 1px solid #E3E3E3;
	background-color: #e5e5e5;
	height: 36px;
	line-height: 36px;
}

.applicant-side .list-block .table-th div {
	float: left;
	text-align: center;
}

.applicant-side .list-block .table-list {
	margin-bottom: 15px;
}

.applicant-side .list-block .table-list .operation a {
	cursor: pointer;
}

.applicant-side .list-block .table-list .item {
	border: 1px solid #E3E3E3;
	border-top: none;
	background-color: #fff;
	padding: 7px 0;
}

.applicant-side .list-block .table-list .item>div {
	min-height: 20px;
	float: left;
	text-align: center;
	padding: 0 5px;
	word-break: break-all;
	overflow-wrap: break-word;
}

.applicant-side .list-block .table-list .sm-item {
	border: 1px solid #E3E3E3;
	margin-top: 15px;
	padding: 0;
	font-size: 15px;
}

.applicant-side .list-block .table-list .sm-item .item-head {
	background-color: #F6F6F6;
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
	line-height: 30px;
	padding: 0 7px;
}

.applicant-side .list-block .table-list .sm-item>div {
	width: 100%;
	padding: 5px;
	float: left;
	border-top: 1px solid #E3E3E3;
}

.applicant-side .list-block .table-list .sm-item .operation {
	text-align: right;
}

.applicant-side .list-block .table-list .empty {
	margin-top: 2%;
	text-align: center;
	font-size: 16px;
}

.applicant-side .my-operator-license-file .file {
	text-align: center;
	margin-bottom: 15px;
}

.applicant-side .details-block {
	background-color: #fff;
	margin-bottom: 15px;
}

.applicant-side .details-block .data-details .title {
	border-bottom: 1px solid #337AB7;
	padding: 5px 0;
	margin: 15px 0;
	font-size: 16px;
	color: #337AB7;
}

.applicant-side .account-info .form-horizontal {
	margin-top: 10px;
}

.applicant-side .account-info .form-horizontal .form-group {
	margin-bottom: 0;
}

.applicant-side .account-info .form-horizontal .form-group>div {
	padding-left: 0;
}

.applicant-side .account-info .form-horizontal .control-label {
	padding-top: 7px;
	padding-right: 0;
	margin-bottom: 0;
	font-weight: normal;
}

.applicant-side .account-info .form-horizontal .control-label:after {
	content: "：";
}

.applicant-side .account-info .form-horizontal .right-content {
	padding-top: 7px;
	padding-right: 0;
}

.applicant-side .account-info .form-horizontal .right-content img {
	width: 20px;
	margin-right: 10px;
}

.applicant-side .account-info .form-horizontal .right-content span {
	color: #337AB7;
}

.applicant-side .account-info .form-horizontal .right-content a:hover {
	color: #337AB7;
}

.applicant-side .account-info .form-horizontal .form-control-static a:hover
	{
	cursor: pointer;
}

.applicant-side .account-info .notice {
	color: #fd0606;
}

.applicant-side .account-info .preview-file-btn {
	margin-right: 15px;
}

.applicant-side .account-info .id-expiry-date {
	margin-right: 15px;
}

.applicant-side .account-edit .form-horizontal {
	margin-top: 0;
}

.applicant-side .account-edit .form-horizontal .form-group {
	margin-bottom: 10px;
}

.applicant-side .account-edit .form-horizontal .form-group .date {
	padding-right: 15px;
}

.upload-file-page .form-horizontal .form-group .date {
	padding-right: 0px !important;
}

.applicant-side .account-edit .form-horizontal .form-group .date .input-group-addon
	{
	padding-left: 12px;
}

.applicant-side .account-edit .form-horizontal .form-group .date #birthDateAge
	{
	border-left: none;
}

.applicant-side .account-edit .form-horizontal .form-group .date #birthDateAge2
	{
	border-left: none;
}

.applicant-side .account-edit .form-horizontal .form-group .help-block {
	margin-bottom: 0;
}

.applicant-side .account-edit .form-horizontal .form-group p[data-error-block-for="birthdate"]
	{
	margin-left: 41.66666667%;
}

.my-flying-record-details .fly-tips {
	margin-bottom: 10px;
	color: #337ab7;
}

.slide-nav {
	height: 100%;
	background-color: #fdfdfd;
	width: 46%;
	position: fixed;
	top: 0px;
	left: -46%;
	z-index: 99998;
	box-shadow: 0px 0px 5px;
}

.slide-nav-button {
	width: 30px;
	height: 40px;
	position: absolute;
	left: 100%;
	top: 130px;
	background-color: #337AB7;
	opacity: 0.6;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.slide-nav-button-top {
	border-top: 3px solid #fff;
	width: 20px;
	position: absolute;
	top: 13px;
	left: 5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}

.slide-nav-button-bottom {
	border-top: 3px solid #fff;
	width: 20px;
	position: absolute;
	top: 25px;
	left: 5px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
}

.slide-nav-menu-title {
	font-weight: bold;
	padding: 10px 12px;
	background: #337AB7;
	color: #fff;
}

.slide-nav ul {
	padding: 6px 0;
}

.slide-nav ul li {
	list-style: none;
	line-height: 32px;
	padding: 0 30px;
}

.slide-nav ul li.active {
	border-left: 5px solid #337AB7;
	padding-left: 25px;
}

.slide-nav ul li a {
	color: #666;
}

.slide-nav ul li.active a {
	color: #337AB7;
}

.slide-nav ul li a:hover {
	text-decoration: underline;
}

.copyright-content {
	padding: 10px;
	text-align: center;
}

.preview-file-dialog .modal-body {
	text-align: center;
}

.my-preview-flying-drone-dialog .modal-body {
	max-height: 300px;
	overflow: auto;
}

.my-incident-report-details .select-dialog {
	margin-top: 3px;
}

.fly-map {
	margin-top: 15px;
	margin-bottom: 15px;
}

.fly-map-dialog .modal-dialog {
	width: 1000px;
}

.warm-tips {
	color: #888;
}

.account-edit .intl-tel-input .country-list {
	z-index: 3;
}

.preview-drone-file {
	margin-top: 20px;
}

.preview-drone-file .drone-file-label {
	margin-top: 5px;
}

.real-time-monitoring .btns {
	margin-bottom: 10px;
}

.batch-upload-signature-file-description {
	margin-top: 50px;
}

.amap-marker-label {
	border: 0;
	background-color: transparent;
	width: 18px;
	text-align: center;
}

.amap-marker-content {
	background-image: url("/assets/meta/c89bb262/images/a_map_mark.png");
	background-repeat: no-repeat;
	background-size: 25px 34px;
	text-align: center;
	line-height: 24px;
	width: 25px;
	height: 34px;
	color: aliceblue;
}

.custom-td {
	width: 800px;
}

/* 隐藏google map 右下角的键盘快捷键 */
.gmnoprint:first-of-type {
	display: none;
}

@media ( min-width : 560px) {
	.slide-nav {
		width: 32%;
		left: -32%;
	}
}

@media ( max-width : 768px) {
	.upload-file-page .long-term-label {
		margin-top: 10px;
	}
}

@media ( min-width : 768px) {
	.body-bg-color {
		background-color: #f6f6f6 !important;
	}
	.applicant-register-bg {
		background-color: #337AB7;
	}
	.applicant-register .register-section {
		width: 100%;
		max-width: 480px;
		margin: 50px auto;
		background-color: #FFF;
		border-radius: 5px;
		box-shadow: 0px 0px 20px #828282;
	}
	.applicant-register .copyright-content {
		color: #FFF;
	}
	.register-section .register-logo {
		padding: 20px;
	}
	.register-section .title-content {
		padding: 10px 30px 0 30px;
	}
	.register-section .register-body {
		padding: 5px 15px 15px 15px;
	}
	.register-section .verification {
		padding-bottom: 20px;
	}
	.register-section .maintenance {
		padding: 0 15px;
	}
	.register-section .maintenance .btn-block {
		margin-top: 0;
	}
	.applicant-side .list-block .head {
		margin-bottom: 15px;
	}
	.applicant-side .details-block {
		padding: 15px;
	}
	.applicant-side .account-info .form-horizontal .form-group>div {
		padding-left: 15px;
	}
	.applicant-side .account-edit .form-horizontal .form-group span {
		padding-top: 7px;
	}
	/* .applicant-side .details-block .data-details .title {
		margin: 5px 0 15px 0;
	} */
	.applicant-side .account-edit .form-horizontal .form-group p[data-error-block-for="birthdate"]
		{
		margin-left: 25%;
		padding: 0 15px;
	}
	.slide-nav {
		width: 30%;
		left: -30%;
	}
	.upload-file-page .input-group {
		float: left;
	}
}

@media ( min-width : 991px) {
}

@media ( min-width : 1200px) {
}