/*head start*/
a:link,a:visited,a:hover,a:active{
	outline:none;
	text-decoration: none;
}
li:active{
	outline:none;
}
.nav-pills > li{
	margin-right:10px;
}
.nav-box{
	background-color:#26303B;
	padding-right:30px;
	cursor:default;
}
.nav-box ul{
	float:right;
}
.nav>li>a{
	font-size: 22px;
    padding: 8px 15px;
    border: 1px solid rgba(0,0,0,0);
}
.nav-btn-margin{
	margin-right:30px;
}
.nav-btn-login{
	padding:2px 10px !important;
	border-radius:0px !important;
	margin-top:6px;
	border:1px solid #fff;
	background-color:#26303b !important;
	color:#fff !important;
}
.nav-btn-login:hover{
	color:#00abff !important;
	border:1px solid #00abff!important;
}
/*head end*/
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
	margin-right:0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color:#26303b;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color:#26303b;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1;
    padding: 6px 10px;
    white-space: nowrap;
}
.dropdown-menu > li{
    margin:8px 0;
}
.ruyiai-icon{
	margin-left: 100px;
    margin-top: 21px;
    width: 100px;
}
.appkey-apply-info,#appkey-apply{
	display:none;
}
.appkey-apply-info li{
	margin: 0;
}
.appkey-apply-info li div{
	float:left;
	margin-left:20px;
	width:300px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.appkey-apply-info li label{
	text-align: left;
	font-weight: normal;
}
.nav-box-ul{
	padding-top:4px;
}
.nav-box-ul a{
	color:#fff;
}
.nav-box-ul a div{
	margin-top:2px;border-bottom:2px solid #26303b;
}
.nav-box-ul a:hover div,.nav-box-ul a.active div{
	margin-top:2px;
	border-bottom:3px solid #00abff;
}
.delete-bottom a:hover div,.delete-bottom a.active div{
	border-bottom: 3px solid #26303B;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color:#26303b;
}
/* @media (max-width: 1000px)
{
   .nav-box{
   	display:none;
   }
} */
#nav-mylogin,#nav-register,#nav-user-info{
	display:none;
}
.caret{
	border-color: #000 transparent -moz-use-text-color;
	border-style: solid solid dotted;
	border-width: 8px 6px 0;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 7px;
	vertical-align: middle;
	width: 0;
	border-bottom-color: #00ABFF !important;
	border-top-color: #00ABFF !important;
}

.nav-box-ul li a{
	font-size: 14px;
	cursor:pointer;
}
.nav-box-ul li a:visited{
	border:1px solid #fff;
}
.nav-box-ul li .dropdown-menu a{
	padding: 10px;
	cursor:pointer;
}
.nav-box-ul li .dropdown-menu a:FIRST-CHILD{
	margin-top: -8px;
}
.nav-box-ul li .dropdown-menu a:LAST-CHILD{
	margin-bottom: -8px;
}
.nav-box-ul li .dropdown-menu a:hover{
	background-color: #f5f5f5;
}

div.ruyiai-beta {
	margin-top:28px;	
}

@media screen and (min-width: 768px) {
	.mydialog.modal-dialog {
		width: 490px;
	}
}


/*自定义modal start*/
.modal{
	cursor:default;
	top:50%;
	margin-top:-200px;
}
.modal .modal-header{
	border-bottom:0;
	padding:20px;           
	padding-bottom: 10px;   
}
.modal .modal-content{
	border-radius:0;
	width: 490px;     
	height: 270px;    
}

.modal .register,.modal .change-password,.modal .check-email{
	height: 304px;
}

.modal .modal-title{
	color: #33495f;
	font-weight: 500;
	padding-left: 4px;
	font-size: 20px;
	font-family:"Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}


.modal .modal-body{
	padding: 40px;
	text-align: center;
}

.form-horizontal .form-group{
	margin: 0;
	padding: 0;
}

.col-md-offset-1{
	margin: 0;
	padding: 0;
	width: 100%;
}

.col-md-offset-1 .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}

.col-sm-9{
	width:100%;
	padding: 0;
}


.form-control{
	box-shadow: none;
	border-radius: 0;
	border-bottom-color: rgba(204,204,204,0);
}

.add-bottom{
	border-bottom-color: #ccc;
}


.form-contorl:focus{
	border-bottom-color: #66efe9;
}

.modal-footer{
	border: none;
	padding: 40px;
	padding-top: 0;
}

.modal .modal-delete, .modal .forget-password{
	height: 236px;
}

.modal .add-assistant{
	width: 490px;
	height: 270px;
}

.modal .system_user{
	height: 304px;
}

.add-assistant .modal-body{
	padding-top: 30px;
}

.modal .modal-footer .footer-modal{
	margin-top: 10px;
}

.modal-header .close{
	margin-top: 1px;
}



.modal .close-modal{
	width: 18px;
    height: 18px;
    top: 25px;        
    right: 25px;     
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	cursor: pointer;
	background-image: url(../img/close-modal.svg);
}
.modal .close-modal:hover{
	background-image: url(../img/close-modal-hover.svg);
	cursor: pointer;
}
.modal .footer-modal{
	margin-top: 25px;   
}
.modal .footer-modal .submit-modal{
	border: 1px solid #00ABFF;
	color: #fff;
	padding: 1px 27px;    
	cursor: pointer;
	background-color: #00ABFF;
}
.modal .footer-modal .submit-modal:hover{
	color:#fff;
	border:1px solid #00ABFF;
	background-color:#00ABFF;
}
.modal .footer-modal .cancel-modal{
	border: 0px solid #33495f;
	padding: 3px 30px;       
	cursor: pointer;
	display:block;
	color:#33495f;
}
.modal .footer-modal .cancel-modal:hover{
	color:#00ABFF;
}
.modal .footer-box{
	margin-bottom:0;      
}
/*自定义modal end*/
.forget-password-text{
	text-align:center;
	font-size:18px;
	color:#000;
}
.forget-password-email{
	text-align: center;
    color: #00ABFF;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 6px;
}
.forget-password-overtime{
	text-align:center;
	font-size:12px;
	color:#A0A0A0;
}
.captcha-overdue{
	text-align:center;font-size:30px;margin-top:14%;
}
.new-apply-password{
	border:2px solid #33495f;
	margin-left: 49%;
	width: 80px;
	padding: 6px;
	text-align: center;
	cursor: pointer;
	margin-top: 40px;
	display:block;
	color:#000;
	text-decoration: none;
}
.new-apply-password:hover{
	border: 2px solid #00ABFF;
	background-color: #00ABFF;
	color: #fff;
}
.captcha-overdue-box{
	display:none;
}
.go-myemail{
	border: 1px solid #33495f;
    width: 130px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #000;
    margin-left: 35%;
    margin-top: 30px;
    display:none;
}
.go-myemail:hover{
	border: 2px solid #00ABFF;
	background-color: #00ABFF;
	color: #fff;
}

