

html, body {
    min-width: 800px;
    font-size:14px;
    /*color:#787878;
    color: #fff;
    line-height:24px;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;*/
}

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

.header-top {
	position: fixed;
	width: 100%;
	height: 71px;
	z-index: 9999;
}

.header-top .logo {
	min-width: 500px;
}

.header-top #headerMenu {
	justify-content: flex-end;
}

#headerMenu.show, #headerMenu.collapsing {
	background-color: #1b1a1c;
}

.header-top .nav-item {
	position: relative;
	padding-right: 20px;
}

.header-top .nav-item>a {
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.header-top .nav-item>a:hover,
.header-top .nav-item>.nav-link:hover {
	color: #ff8a00;
}

.header-top .nav-item.active>a,
.header-top .nav-item.active>.nav-link {
	color: #ff8a00;

}

.header-top .nav-item .dropdown-menu {
	background-color: #343a40;
}

.header-top .nav-item .dropdown-menu a {
	color: white;
	font-size: 1rem;
	font-weight: bold;
}

.header-top .nav-item .dropdown-menu .dropdown-item:hover {
	color: #ff8a00;
	background-color: #343a40;
}

.header-top .nav-item .nav-link {
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding: 0;
}

.header-top .login-status .nav-link {
	font-size: 16px;
}

.header-top .login-status {
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	color: white;
}

.header-top .login-status a {
	font-size: 16px;
    line-height: 30px;
	font-weight: bold;
	color: white;
}

.header-top .login-status a:hover {
	color: #ff8a00;
}

.header-top .login-status .avatar {
	height: 22px;
	margin: 0 5px 4px;
}



.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:36px;
	line-height:50px;
	text-align:center;
	z-index:10;
	cursor:pointer;
	background:#1b1a1c;
	display: none;
	opacity: 1;
	border-radius: 25px;	
}

.scroll-to-top:hover{
	background:#ff8a00;
}

.footer-section {
	position:relative;
	padding: 20px 0 10px 0;
}
.footer-section.fix {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
}

.auth-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.sign-container {
    width: 500px;
    padding: 1rem 2rem;
    border-radius: 10px;
    background-color: #1e58b4c0;
    color: white;
}

table td {
    word-break: break-all;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.table-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.table-header .input-group {
	width: 200px;
}