* {
    font-family: 'Noto Sans KR', sans-serif;
}

body{
	overflow-x: hidden;
    overflow-y: hidden;
} 

.form-group{
	display: flex;
	align-items: center;
	justify-content: center;
}
#confirm-error, #pwd-error{
	font-size: 12px;
	color: red;
	padding: 5px 0 0 5px;
}

#change-password-dialog input{
	width: 100%;
}
#login_widget>a:nth-child(1){
    text-decoration: none;
    background-color: none;
	color: #000000;
}
#jupyterhub-logo{
	margin-right: 50px;
	cursor: pointer;
}
.navbar-default{
	position: sticky;
	top: 0;
	z-index: 1001;
	height: 50px;
	min-width: 1120px;
}
.navbar {
	width: 100%;
  font-family: 'Noto Sans KR';
	background-color: #333146;
	padding: 4px 0 3px 0;
}
.navbar li>a{
	width: 117px;
	text-align: center;
	color: #D4C5A2 !important;
}
.navbar li>div{
	width: 117px;
	text-align: center;
	color: #D4C5A2 !important;
}

.navbar li>a:hover{
	border-bottom: 3px solid #D4C5A2;
}
.navbar li>div:hover{
	border-bottom: 3px solid #D4C5A2;
}
.navbar-right>li{
	position: relative;
	left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px 0 10px;
}

.navbar #login_widget .server-control span {
    color: #D4C5A2;
    margin-right: 8px;
}
.navbar #login_widget .server-control a.btn {
    padding: 0;
    margin: 0;
}
#login_widget>a>span{
	color: #D4C5A2;
}
#login_widget>a:nth-child(2){
	background-color: #D4C5A2;
}

.btn-default,
.btn-jupyter,
.btn-primary,
.btn-danger {
	border-radius: 4px;
	font-weight: 300;
	font-size: 12px;
	padding-left: 17px;
	padding-right: 17px;
}

.btn-default,
.btn-default:hover {
	background-color: #f2f2f2;
	color: #212121;
}

.btn-jupyter,
.btn-jupyter:hover,
.btn-primary,
.btn-primary:hover {
	background-color: #333F50;
	color: #ffffff;
}

.btn-default {
	border-color: #d9d9d9;
}

.btn-jupyter,
.btn-primary {
	border-color: #d9d9d9;
}

.btn-default:hover {
	border-color: #212121;
}

.btn-jupyter:hover,
.btn-primary:hover {
	border-color: #333F50;
}

#change-password {
	font-family: 'Noto Sans KR', sans-serif;
}

#change-password .page-title {
	margin-top: 0;
	margin-bottom: 28px;
}

#change-password .page-title h2 {
	margin-top: 0;
	color: #3f3f3f;
	font-weight: 500;
}

#change-password .form-group label {
	color: #464646;
	font-weight: 500;
	letter-spacing: normal;
}

#change-password .input-group {
	margin-bottom: 16px;
}

#change-password .btn {
	padding: 8px 24px;
}

#authorization-area .page-title {
	margin-top: 0;
	margin-bottom: 28px;
}

#authorization-area .page-title h2 {
	margin-top: 0;
	color: #3f3f3f;
	font-weight: 500;
}

#authorization-area table {
	border-top: 2px solid #939fb4;
}

#authorization-area table th {
	color: #111111;
	font-weight: 500;
	border-bottom: 1px solid #ededed;
	padding-top: 12px;
	padding-bottom: 12px;
}

#authorization-area table tbody td {
	color: #8e8e8e;
	font-weight: 300;
	vertical-align: middle;
}

#authorization-area table tbody tr td {
	border-bottom: 1px solid #ededed;
}

#admin-list .admin-header {
	margin-bottom: 28px;
}

#admin-list .admin-header .page-title h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #3f3f3f;
	font-weight: 500;
	display: inline-block;
	margin-right: 12px;
}

#admin-list .admin-header .page-title.col-xs-12 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

#admin-list .admin-header .page-title.col-left {
	justify-content: flex-start;
}

#admin-list .admin-header .page-title.col-right {
	justify-content: flex-end;
}

#admin-list .pagination-page-info {
	color: #555555;
}

#admin-list table th {
	color: #111111;
	font-weight: 600;
	border-bottom: 2px solid #ddd;
	padding-top: 12px;
	padding-bottom: 12px;
}

#admin-list table tbody td {
	color: #8e8e8e;
	font-weight: 300;
	vertical-align: middle;
}

#admin-list table tbody tr td {
	border-bottom: 1px solid #ededed;
}

.nav-toggle{
	display: flex;
	justify-content: space-around;
	background-color: #333146 !important;
}
.nav .dropdown-menu{
	width: 80%;
	background-color: #333146 ;
	padding: 0;
	z-index: 1000;
}
.nav .dropdown-menu>li{
	height: 100%;
	z-index: 1000;
}
.nav .dropdown-menu>li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #D4C5A2;
}

.nav .dropdown-menu>li>div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #D4C5A2;
}

.nav .dropdown-menu>li>a:hover{
	color: #333146 !important;
	background-color: #D4C5A2;
}
.nav .dropdown-menu>li>div:hover{
	color: #333146 !important;
	background-color: #D4C5A2;
}

table{
	min-width: 1100px !important;
}
.info-text-right{
	min-width: 1100px;
	text-align: right;
}
.service-list, .change_pwd{
	cursor: pointer;
}
#ras-copyright{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#ras-copyright>img{
	margin-bottom: 10px;
}
.ras-logo{
	width: 20%;
}