.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #0c5ad5fc;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0c5ad5;
    border-color: #0c5ad5;
} 
.btn-primary {
    color: #fff;
    background-color: #0c5ad5;
    border-color: #0c5ad5;
}
.nav-tabs>li>a:hover {
    border-color: #0c5ad5 #0c5ad5 #0c5ad5;
	color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #0c5ad5;
}
a.list-group-item {
    color: #fff;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #0c5ad5fc;
    border: 1px solid #000;
}
a:hover {
  color: #ffffff;
}
input:focus{
    outline-style: none ;
}
#FullScreenDiv{
position:absolute;
left:0px;
right:0px;
height:502px;
margin:auto;
top:0px;
bottom:0px;
border:0px solid #000;
z-index:8000;
}
#FullScreenDiv1{
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
border:0px solid #000;
z-index:8;
background-color:#000000;
}
#bottomDiv{
position:absolute;
bottom:40px;
width:100%;
height:150px;
border:0px solid #000;
z-index:8000;
color: rgb(0 0 0);
}
#bottomAPPtable{
display:none;
}
#bottomDiv_copyright{
position:absolute;
left:0px;
right:0px;
bottom:0px;
z-index:8000;
}
#logoforlogin{
position:absolute;
left: 12px;
top: 34px;
border:0px solid #000;
z-index:9;
}

#centerleft{
	position:absolute;
	width:550px;
	height:550px;
	border:0px solid #000;
	z-index:9;
	right:450px;
	margin:auto;
	top:0px;
	bottom:0px;
	z-index:8000;
}
#centerright{
	position: absolute;
	width: 350px;
	height: 300px;
	right:100px;
	margin:auto;
	top:0px;
	bottom:0px;
	border: 1px solid #0c5ad5;
	border-top-style: none;
	background-color: #000;
	z-index: 8000;
	border-radius: 20px; 
	opacity: 0.5;
 }
.logindiv{
position:absolute;width:300px; left:25px; top:80px;
}
.cursor{
	cursor:pointer;
}
.seltab{
    color: #555;
    cursor: default;
    background-color: #0c5ad5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 20px 20px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #fff;cursor: default;background-color: #000000;border: 1px solid #0c5ad5;border-bottom-color: transparent;}
.nav-tabs-this {
    border-bottom: 1px solid #0c5ad5;
}
.divshow{
display:block;
}
.divhide{
display:none;
}
.alert-danger1 {
    color: red;
}
.alert-loginsuccess {
    color: #0c5ad5;
}
a {
    color: #0c5ad5;
    text-decoration: none;
}


  body::-webkit-scrollbar {
 /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
body::-webkit-scrollbar-thumb {
 /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #333;
  }
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #000000;
  }
  /* jquery.earth-3d */
.ui-loader-default{ display:none}
.ui-mobile-viewport{ border:none;}
.ui-page {padding: 0; margin: 0; outline: 0}
 #container {
    position: relative;
    display: inline-block;
    width: 550px;
    height: 550px;
}
#sphere, #flights, #glow-shadows, #locations, #drag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#glow-shadows.earth {
    background: url(/plugins/jquery.earth-3d-master/images/earth-glow-shadows.png);
    background-size: 100% 100%;
}

#glow-shadows {
    top: 1px;
    left: 1px;
}
  /* jquery.earth-3d */