body {
	font-family: '微软雅黑', Helvetica, Arial, Verdana, sans-serif, 宋体;
	margin: 0 auto;
	color: #434343;
	background: #f5f8fa;
	font-size: 14px;
	min-width: 1080px !important;
	min-height: 800px !important;
}

a {
	/*color:#515151;*/
	color: #7c8896;
	text-decoration:none !important;
	/* modify by peter 2020 2.28 */
	/* add by peter 2020 2.28 */
	font-size: 18px;
}

.navbar {
	padding: 0rem 1rem;
	/* modify by Damon 20200520 */
	padding: 0rem
}

p {
	margin: 0;
}

.wto {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-fat {
	padding-left: 30px;
	padding-right: 30px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0
}


/***.margin_left***/

.mar_le_5 {
	margin-right: 5px;
}

.mar_le_10 {
	margin-right: 10px;
}

.mar_le_15 {
	margin-right: 15px;
}

.mar_le_20 {
	margin-right: 20px;
}


/***字体大小***/

.fs12 {
	font-size: 12px
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px
}

.fs16 {
	font-size: 16px;
}
/*add by damon 20200527*/
.ts-user-nav .fs16 {
	color: #7c8896;
	max-width: 160px;
    height: 21px;
	/*position: relative;*/
	/*left:1000px;*/
    float: left !important;
    overflow: hidden !important;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.fs36 {
	font-size: 36px;
}

.fw300 {
	font-weight: 300
}

.fw400 {
	font-weight: 400
}

.fwbold {
	font-weight: bold
}


/**处理富文本内容**/

.common-content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.common-content table td,
.article_show_content table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 5px;
}

.common-content table th {
	border-bottom: 2px solid #ccc;
	text-align: center;
}

blockquote {
	display: block;
	border-left: 8px solid #d0e5f2;
	padding: 5px 10px;
	margin: 10px 0;
	line-height: 1.4;
	font-size: 100%;
	background-color: #f1f1f1;
}

blockquote p {
	margin-bottom: 0px;
}

code {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #f1f1f1;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0 3px;
}


/*头部导航*/


body .art_search_div {
    width: 100%;
    height: 180px;
    /*background: #22324b;*/
    background: #dce8f6;
}

.ts-dropdown {
	display: none;
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 9999;
	width: 100%;
	min-width: 160px;
	/*background: #fff;
	border: 1px solid #ccc;*/
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.ts-dropdown p {
	padding: 5px 10px;
	margin: 0;
}

.ts-dropdown .ts-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}

.ts-dropdown .ts-dropdown-list li {
	position: relative;
	height: 42px;
	line-height: 42px;
	/*padding: 0 10px !important;*/
	border-top: 1px solid #f0f0f0;
	cursor: pointer;
	font-size: 14px;
	text-align: left;
	/*modify by damon 20200520*/
    height: 46px;
    line-height: 46px;
    border: 0 !important;
}
/*add by damon 20200526*/
.ts-dropdown .ts-dropdown-list li i{
	color: #4e8ad1;
}

.ts-dropdown .ts-dropdown-list li:first-child {
	border-top: none;
}

.ts-dropdown .ts-dropdown-list li:hover,
.ts-dropdown .ts-dropdown-list li.active {
	background-color: #f0f0f0;
}

.ts-dropdown .ts-dropdown-list li a {
    display: block;
    color: #666;
    width: 110px;
    margin: auto;
}

.ts-top-nav {
	position: relative;
	float: left;
}

.ts-user-nav {
	position: relative;
	left: 380px;
		/*float: right;*/
}
.ts-user-nav a img{
	height: 24px;
	width: 24px;
	left: 11px;
    top: -5px;
}

.ts-top-nav {
	margin: 0;
	border: none;
}

.ts-top-nav .collapse {
	visibility: visible;
}

.ts-top-nav>nav>ul>li>a {
	padding: 16px;
	color: #fff;
}

.ts-top-nav>nav>ul>li>a.active {
	background: #49a5de;
	font-weight: bold;
}

.ts-top-nav>nav>ul>li>a:hover,
.ts-top-nav>nav>ul>li>a:focus {
	background: #49a5de;
}

.ts-top-nav ul li:hover .ts-dropdown {
	display: block;
}

.ts-top-nav .ts-dropdown {
	display: none;
	top: 100%;
	min-width: 300px;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.ts-top-nav .ts-dropdown .more {
	font-size: 12px;
}

.ts-top-nav .ts-dropdown .close {
	display: none;
}

.ts-top-nav .ts-dropdown ul li {
	padding: 5px 10px;
	border-top: 1px solid #f5f5f5;
}

.ts-top-nav .ts-dropdown ul li:first-child {
	border-top: none;
}

.ts-top-nav .ts-dropdown ul li:hover {
	background: #f5faff;
}

.ts-top-nav .ts-dropdown ul li:last-child {
	border-radius: 0 0 4px 4px;
}

.ts-user-nav:hover .dropdown-list {
	display: block;
}

.ts-user-nav .ts-user-nav-dropdown {
	display: block;
}

.ts-user-nav .ts-user-nav-dropdown .badge {
	position: absolute;
	top: -8px;
	right: -8px;
}

.ts-user-nav .dropdown-list {
	top: 73%;
    padding-top: 24px;
	width: 122px;
	/*modify by damon 20200520*/
	/*width: 100%;*/
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.ts-user-nav .dropdown-list ul li a i {
	vertical-align: -2px;
	margin-right: 5px;
	font-size: 16px;
}

.dropzone {
	float: left;
	width: 200px;
	height: 200px;
	border: 2px dashed #ccc;
	color: #ccc;
	line-height: 200px;
	text-align: center;
}

.dropzone.dragover {
	border-color: #000000;
	color: #000000;
}

.appnav {
	/*
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
    box-shadow: 0px 1px 5px #ccc;

	 */
	/* modify by peter 2020 2.28 */
}

@media (min-width: 1200px) {
	.header_div {
		max-width: 3000px;
	}
}


/*add by peter 2020 2.28 */

.header_div {
	width: 2000px;
	height: 70px;
	display: flex;
}

@media screen and (min-width: 1080px) and (max-width:1280px){
	.header_div {
		padding-right: 0px;
		padding-left: 10px;
	}
}

.appnav {
	overflow: hidden;
	width: 100% !important;
}

.appnav a {
	float: left;
	/*margin: 0 20px;*/
	/* padding: 20px 20px; */
	position: relative;
	height: 68px;
	text-align: center;
    cursor: pointer;
	display: inline-flex;
	align-items: center;
}


/*.appnav a:hover{border-bottom: solid 2px #49a5de;}*/




/* modify by peter 2020 2.28 */


/*add by damon 20200515*/

.appnav .level1 {
	cursor: pointer;
}

.appnav .comboBoxArr {
	z-index: 9;
	position: absolute;
	top: 100%;
}

.appnav .comboBox {
	position: relative;
	min-width: 100px;
	min-height: 1px;
	float: left;
	/*background: #2A3B55;*/
	color: #556f90;
	padding: 0 20px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin-left: -10px;
}

.appnav .comboBox-item-box {
	display: none;
	background: #2A3B55;
	padding: 0 20px;
	margin-left: -40px;
}

.appnav .comboBox-item {
	padding: 10px 15px;
	border-bottom: 1px solid #3b4c66;
}

.appnav .comboBox-item-box:last-child .comboBox-item {
	border-bottom: 0;
}

.appnav .comboBox-item:hover {
	color: #fff;
}

/*add by damon 20200515 end*/
.footer {
	padding: 30px 0 15px 0;
	background-color: #2a3b55;
	margin-top: 20px;

}

.softname {
	font-weight: bold
}

.tabnav {
	height: 50px;
	padding: 0
}

.tabnav ul,
.tabnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabnav ul {
	background: #fafafa;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	font-size: 12px;
	height: 26px;
	padding: 5px 0 0 0;
	width: 100%
}

.tabnav ul li {
	float: left;
	line-height: 26px;
	margin-bottom: -1px;
	margin-left: 10px;
	padding: 0 10px
}

.tabnav .select {
	background: #fff;
	border: solid 1px #ddd;
	border-bottom: 0;
	font-weight: bold;
	position: relative
}

.tabnav .select a {
	color: #666
}

.comment {
	width: 100%;
	overflow: hidden
}

.comment ul,
.comment ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment ul li {
	margin: 0 0 20px 0;
	overflow: hidden;
	border-bottom: solid 1px #f0f0f0;
	padding-top: 10px;
}

.comment li .user-face {
	float: left;
	height: 45px;
	overflow: hidden;
	width: 45px
}

.comment li .reply-doc {
	margin-left: 48px;
	overflow: hidden
}

.comment li .reply-doc img {
	max-width: 100%;
}

.comment li .reply-doc h4 {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	margin: 0 0 15px 0;
	color: #999;
	display: block;
	overflow: hidden;
	position: relative;
}

.comment li .reply-doc h4 i {
	position: absolute;
	top: 5px;
	right: 5px
}

.comment li .reply-doc p {
	margin: 0;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 23px
}

.comment li .reply-doc .recomment {
	background: #f8f8f8;
	border: 1px dashed #ddd;
	color: #666;
	font-size: 12px;
	padding: 10px
}

.comment li .group_banned {
	text-align: right
}


/*!commentform*/

.commentform {}

.commentform .authcode {
	float: left;
}

.commentform .submit {
	float: right;
}

.attach {
	border-left: solid 3px #8394b2;
	font-size: 12px;
	background: #eef2f7;
	padding: 0;
	padding-left: 10px
}

.attach .delete {
	float: right;
	padding-right: 10px
}

.facebox {
	overflow: hidden
}

.facebox .face {
	float: left
}

.facebox .info {
	margin-left: 60px
}

.facebox .info h3 {
	margin: 0 0 5px 0
}

.facebox .other {
	border-top: solid 1px #eee;
	margin-top: 10px
}

.facebox ul,
.facebox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.facebox .other li {
	float: left;
	padding: 10px 15px;
	font-size: 12px;
	color: #999
}

.facebox .fmore {
	border-top: solid 1px #eee;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	color: #999
}

.br {
	border-right: solid 1px #eee
}

.leftmenu {
	float: left;
	width: 200px
}

.leftmenu h1 {
	color: #4ba733;
	font-size: 24px;
	margin: 35px 0 15px 40px
}

.leftmenu ul {
	margin-left: 15px
}

.leftmenu ul .current {
	background-color: #fff;
	border-color: #ecebeb #fff #ecebeb #ecebeb;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	left: -1px;
	width: 133px
}

.leftmenu ul li {
	color: #4ba733;
	font-size: 16px;
	padding: 15px 25px;
	position: relative
}

.leftbg {
	background: #f0f0f0
}

.leftbox {
	margin-left: 200px;
	background: #fff;
	min-height: 800px;
	overflow: hidden
}

.pd5 {
	padding: 5px
}

.pd05 {
	padding: 0 5px
}

.pd10 {
	padding: 10px
}

.pd100 {
	padding: 10px 0
}

.pd010 {
	padding: 0 10px
}

.pd20 {
	padding: 20px
}

.pd020 {
	padding: 0 20px
}

.pd1020 {
	padding: 10px 20px
}

.pd50 {
	padding: 50px
}

.mb20 {
	margin-bottom: 20px;
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.bgc {
	background: #fafafa
}

.ht10 {
	height: 10px
}

.wd590 {
	width: 590px
}

.wd100 {
	width: 100%
}

.cu_po {
	cursor: pointer;
}

.c9 {
	color: #999
}

.lh25 {
	line-height: 25px
}

.lh30 {
	line-height: 30px
}

.mh400 {
	min-height: 400px
}

.mh500 {
	min-height: 500px
}

.mw100 {
	max-width: 100%;
}

.bsc {
	box-shadow: 0px 1px 5px #ccc;
}

.commlist ul,
.commlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commlist ul li {
	padding: 8px 0;
	border-bottom: dashed 1px #ddd;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}

.facelist ul,
.facelist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.facelist ul li {
	float: left;
	min-height: 95px;
	width: 68px;
	text-align: center;
	overflow: hidden
}

.facelist .username {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
}

.facelist .username a {
	color: #999999;
	font-size: 12px;
}

.of {
	overflow: hidden
}


/*我的社区*/

.my {
	background: #F6F6F6;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-bottom: 20px;
}

.my_left {}

.my_left .user_info {
	overflow: hidden;
}

.my_left .user_info .photo {
	float: left;
}

.my_left .user_info .info {
	float: left;
	margin-left: 8px;
}

.my_left .user_info .info .username {}

.my_left .user_info .info .rolename {}

.user-level {
	background: none repeat scroll 0 0 #009966;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0 3px;
}

.my_left .stats-mod {
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: hidden;
}

.user-stats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-stats li {
	display: inline;
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-stats a strong {
	display: block;
}

.user-stats a {
	color: #666666;
	float: left;
	padding: 7px 15px 7px 0;
	text-decoration: none;
}

.my_left .menu-mod ul,
.my_left .menu-mod ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my_left .menu-mod .menus {}

.my_left .menu-mod .menus li {
	position: relative;
}

.my_left .menu-mod .menus li img {
	width: 22px;
	height: 22px;
}

.my_left .menu-mod .menus li a {
	color: #555555;
	display: block;
	height: 40px;
	line-height: 40px;
/* 	text-decoration: none;
	padding-left: 10px; */
}

.my_left .menu-mod .menus li .active,
.my_left .menu-mod .menus li .active:hover {
	background: #DAE0E5;
}

.my_left .menu-mod .menus li a:hover {
	background: #f8f9fa;
}

.my_right {
	margin-left: 168px;
	min-height: 600px;
	background: #fff;
	overflow: hidden;
}

.my_right .rc {
	padding: 10px;
}


/*公告*/

.gonggao {
	background: url('trumpet.gif') no-repeat;
	padding: 0 0 10px 30px;
}

.pubs_home {
	background: url('bg-2.jpg') no-repeat;
	background-size: cover;
}

.pubs_home_login {
	background: #000000;
	padding: 30px 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.pubs_home_footer {
	text-align: right;
	width: 100%;
}

.br0 {
	border-radius: 0px;
}


/**标题不换行截断**/

.title-cut {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.card {
	margin-bottom: 20px;
}

.card-header {}

.breadcrumb {
	font-size: 13px;
}


/**针对wangeditor编辑器**/

.wangeditor_toolbar {
	border: 1px solid #ccc;
}

.wangeditor_text {
	height: 100px;
	border: 1px solid #ccc;
}


/**tsalert**/

#tsalert {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}


/**编辑器附件**/

.attach-down {
	border: 2px dashed #dddddd;
	padding: 10px;
}


/**编辑器视频**/

.video-show {
	text-align: center;
}

.video-show video {
	max-width: 100%;
}

.video-show iframe {
	width: 100%;
	height: 450px;
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	/* add by peter 2020 2.28 */
	.footer_div {
		/*width: 1400px;*/
		/* modify by damon 20200519 */
		/*width: 1342px;*/
		width: 95%;
	}
	/*@media screen (min-width: 1080px) and (max-width:1280px){
	  .footer_div {
	    width: 1080px;
	  }
	}*/
	.container {
		max-width: 1400px;
	}

}


/* add by peter 2020 2.28 */

#footer_div {
	margin: 0 auto;
}


/* add by peter 2020 2.28 */

.text-secondary_footer {
	margin-right: 30px;
	color: #dcdddf!important;
	font-size: 16px;
}


/* add by peter 2020 2.28 */

.footer_a {
	border-bottom: 1px #929fb3 solid;
	height: 60px;
}


/* add by peter 2020 2.28 */

.search_div {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #111211;
	opacity: .9;
	display: none;
}


/* add by peter 2020 3.2 */

.iconfont_icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.opinion {
	position: fixed;
	cursor: pointer;
	right: 20px;
	bottom: 57%;
	width: 55px;
	height: 55px;
	display: block;
	background-color: white;
	border-radius: 5ch;
}

.opinion_icon {
	font-size: 25px!important;
	position: absolute;
	left: 28%;
	top: 15%;
	font-weight: bold;
}


/*add by Damon 20200514 搜索栏的样式*/

.art_search_input input {
	font-size: 16px !important;
}
.view_more{
	text-align: center;
	margin: auto;
    padding-bottom: 20px;
}
.view_more .view_more_img img{
    height: 40px;
    margin: auto;
    margin-top: 5px;
}

/*处理图片加载失败*/
img {
	position: relative;
}
    
img:after {
	content: '';
    background-image: url(data:image/jpg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAsICAoIBwsKCQoNDAsNERwSEQ8PESIZGhQcKSQrKigkJyctMkA3LTA9MCcnOEw5PUNFSElIKzZPVU5GVEBHSEX/2wBDAQwNDREPESESEiFFLicuRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUX/wAARCABzAHMDASIAAhEBAxEB/8QAGgABAAMBAQEAAAAAAAAAAAAAAAECBAMFB//EADAQAAICAQIDBQcEAwAAAAAAAAABAgMREiEEFDETQVFhkiIyYnGB0eEFM1KxQnLw/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAAAAREh/9oADAMBAAIRAxEAPwD6YAAAAAAAAAAAAAAAAAAAAAAAAAACTlJRjjLeFk6ctb8Hqf2K1fv1/N/0xxVfGS42qVE2qcJTjleP2Aty1vwep/Yctb8Hqf2MVtX6q6rVXN6pS1Ry0sR8OvX/ALJzrp/WldVKdknWoJSScfew85+uAPR5a34PU/sVnTZXByko4XXD/B5sav17lWnN9rr6tw3R69uvkV2m09MdXz2yBwAAAAAAAAAAAAAE3GSlF4aeUX5i7+UfT+ShDTk1CHvSeF5eYHTmLv5R9P5JXFzUZReHPbGFsU5e6DcIx1RXSTljYOm/ooLfvUs4AtzF38o+n8kTtssi4ylHD64RR1umx1ttrGYt96JAAAAAAAAAAAAAAB34SvZ3S6yXs+SMtn7cvPY9KLTitLTXdgCsLFY3iMku5tYyTOehZ0yl/qsleHs7WvV5tFrJaK5S6YTYHK+vt6VKv3lvHP8ARljJSimu831z11Rn0ysmDZWWpdNbx9dwJAAAAAAAAAAAAAUtx2bz02z8s7mimzTTKdccxlNtJdyOLSaafRlabZ0Sx1z1i/8ALzXmWTTcbYOFVKUcV5zhPxK1T7Stwsepyzt5Ex4qmSaclF98Z7Ecxw1MfZnBLwjv/RBSyTfD2VqGmMY7fJGeDg5WOv3HLK2wWv4iVvs6cR7o98vn4IiEdMcZy+9+LLhst4kDAwFAMDAADAAkAEQAAAhxUliSyiJSUeqf0WSO0WOkvSwRo4KCVc5dVKWFnfZbGiytTqnBJLUmjNRxNdVEINTylv7D6nTnavj9DAx1JKCaWG1uXyc9cVKeFLTqbXsvoWUk3jEvqiqtkZIAE5GSABOQQALAAiAAAAAEVABVAAAAAAAAAABYAEQAAAAAioAKoAAAAAAAAAAP/9k=);
    moz-background-size:100% 100%;
    background-repeat: no-repeat;
    background-size:100% 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*hc 20210119 新首页样式*/
.header {
	/*modify by hc 20210119*/
	background: #fff;
	/* border-bottom: 2px solid #BEC4CC; */
	display: flex;
	justify-content: center;
	/*modify by peter 2020 2.28 */
	width: 100%;
	border-radius: 0px;
	margin: 0;
	/*modify by damon 20200522 改成浮动*/
	position: fixed;
	top: 0;
	z-index: 99999;
}
.header_left,.header_rights{
	width: 309px;
	height: 100%;
	display: flex;
	align-items: center;

}

.titleT{
	width: 108px;
	height: 17px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #213249;
}
.header_right{
	margin-top: 4px;
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 78px;
    justify-content: center;
}
}
.header_left{
	/*justify-content: center;*/
	/* padding-right: 130px ; */
	margin-left: 22px;

}

.header_left>img{
	height: 27px;
	width: 150px;
}

.appnav a{
	padding: 34px 27px;
	/*width: 98px;*/
	height: 70px;
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 48px; */
	color: #293c55 !important;
}

.appnav .on {
	border-bottom: 4px solid #0082ff;
	color: rgb(0, 0, 0) !important;
	font-weight: bold;
	background: #f8f8f8 !important;
}
.appnav a:hover {
	/*border-bottom: solid 4px #ffff;*/
	/* color: #fff !important;
	background: #213249 !important; */
}
.btn-sm-login,.btn-sm-reg{
	/* border: 1px solid black; */
	/* border-radius: 5vh; */
	margin-left: 20px;
}

.btn-sm{
	border-radius: 0rem;
	width: 80px;
    color: white;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    font-size: 14px;
    background-color: #0082ff;
}
.noLogin{
	padding-right: 20px;

}
