::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-track {
	background-color: #c5c5c5;
	box-shadow: inset 0px 0px 5px gray;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 25px;
	background: rgb(2,0,36);
	background: -moz-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
}
::-webkit-scrollbar-thumb:hover {
	background-color: #ff0000;
}
::-webkit-scrollbar-button:single-button:vertical {
	background-color: #bbbbbb;
	display: block;
	border-style: solid;
	height: 13px;
	width: 16px;
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #555555 transparent;
}
::-webkit-scrollbar-button:single-button:vertical:increment {
	border-width: 8px 8px 0 8px;
	border-color: #555555 transparent transparent transparent;
}

:root {
	--md-width: 700px;
	--md-height: 400px;
}

.bg-modal {
	display: none;
	/* display: flex; */
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	padding-top: 48px;
}

.bg-modal-content {
	position: relative;
	width: var(--md-width);
	height: var(--md-height);
	background-color: #ffffff;
	box-shadow: 6px 6px 8px 4px #8b8b8b;
	border-radius: 18px;
	border: 8px inset #ff0000;
}

.bg-modal-content img {
	height: 128px;
	position: absolute;
	top: 14px;
	left: calc(50% - 64px);
	border: 9px outset #7e7e7e;
	border-radius: 50%;
	padding: 6px;
}

.bg-modal-content #usernameLabel {
	width: 300px;
	position: absolute;
	left: calc(50% - 150px);
	top: 180px;
}

.bg-modal-content #passwordLabel {
	width: 300px;
	position: absolute;
	left: calc(50% - 150px);
	top: 320px;
}

.bg-modal-content .buttons {
	position: absolute;
	width: 100%;
	top: 320px;
	display: flex;
	justify-content: space-evenly;
}

.bg-width-200 {
	width: 200px;
}
.bg-close-button {
	position: absolute;
	width: 38px;
	height: 38px;
	line-height: 28px;
	text-align: center;
	right: 10px;
	top: 4px;
	font-size: 36px;
	font-weight: 900;
	border: 3px solid #ff0000;
	padding: 2px 4px;
	border-radius: 50%;
	cursor: pointer;
}
.bg-close-button:hover,
.bg-close-button:active {
	background-color: #ff0000;
}

.bg-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	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, -webkit-box-shadow ease-in-out .15s
}

.bg-form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.bg-form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.bg-form-control:-ms-input-placeholder {
	color: #999
}

.bg-form-control::-webkit-input-placeholder {
	color: #999
}

.bg-form-control[disabled] {
	background-color: #eee;
	opacity: 1
}

.bg-form-control[disabled] {
	cursor: not-allowed
}

.bg-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bg-fontsize-12 {
	font-size: 12px;
}

.bg-fontsize-16 {
	font-size: 16px;
}

.bg-fontsize-18 {
	font-size: 18px;
}

.bg-fontsize-20 {
	font-size: 20px;
}

.bg-fontsize-24 {
	font-size: 24px;
}
.bg-fontweight-normal {
	font-weight: 400;
}
.bg-btn.active.focus,
.bg-btn.active:focus,
.bg-btn.focus,
.bg-btn:active.focus,
.bg-btn:active:focus,
.bg-btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.bg-btn.focus,
.bg-btn:focus,
.bg-btn:hover {
	color: #333;
	text-decoration: none
}

.bg-btn.active,
.bg-btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.bg-btn.disabled,
.bg-btn[disabled],
fieldset[disabled] .bg-btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.bg-btn.disabled,
fieldset[disabled] a.bg-btn {
	pointer-events: none
}
.bg-btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.bg-btn-default.focus,
.bg-btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.bg-btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.bg-btn-default.active,
.bg-btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.bg-btn-default.active.focus,
.bg-btn-default.active:focus,
.bg-btn-default.active:hover,
.bg-btn-default:active.focus,
.bg-btn-default:active:focus,
.bg-btn-default:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.bg-btn-default.disabled.focus,
.bg-btn-default.disabled:focus,
.bg-btn-default.disabled:hover,
.bg-btn-default[disabled].focus,
.bg-btn-default[disabled]:focus,
.bg-btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc
}
.bg-btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.bg-btn-primary.focus,
.bg-btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.bg-btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.bg-btn-primary.active,
.bg-btn-primary:active {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74
}

.bg-btn-primary.active.focus,
.bg-btn-primary.active:focus,
.bg-btn-primary.active:hover,
.bg-btn-primary:active.focus,
.bg-btn-primary:active:focus,
.bg-btn-primary:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.bg-btn-primary.disabled.focus,
.bg-btn-primary.disabled:focus,
.bg-btn-primary.disabled:hover,
.bg-btn-primary[disabled].focus,
.bg-btn-primary[disabled]:focus,
.bg-btn-primary[disabled]:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.bg-btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.bg-btn-success.focus,
.bg-btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.bg-btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.bg-btn-success.active,
.bg-btn-success:active {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

.bg-btn-success.active.focus,
.bg-btn-success.active:focus,
.bg-btn-success.active:hover,
.bg-btn-success:active.focus,
.bg-btn-success:active:focus,
.bg-btn-success:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.bg-btn-success.disabled.focus,
.bg-btn-success.disabled:focus,
.bg-btn-success.disabled:hover,
.bg-btn-success[disabled].focus,
.bg-btn-success[disabled]:focus,
.bg-btn-success[disabled]:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.bg-btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.bg-btn-info.focus,
.bg-btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.bg-btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.bg-btn-info.active,
.bg-btn-info:active {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.bg-btn-info.active.focus,
.bg-btn-info.active:focus,
.bg-btn-info.active:hover,
.bg-btn-info:active.focus,
.bg-btn-info:active:focus,
.bg-btn-info:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.bg-btn-info.disabled.focus,
.bg-btn-info.disabled:focus,
.bg-btn-info.disabled:hover,
.bg-btn-info[disabled].focus,
.bg-btn-info[disabled]:focus,
.bg-btn-info[disabled]:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.bg-btn-warning {
	color: #000;
	background-color: #f0ad4e;
	border-color: #eea236
}

.bg-btn-warning.focus,
.bg-btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.bg-btn-warning:hover {
	color: #000;
	background-color: #ec971f;
	border-color: #d58512
}

.bg-btn-warning.active,
.bg-btn-warning:active {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512
}

.bg-btn-warning.active.focus,
.bg-btn-warning.active:focus,
.bg-btn-warning.active:hover,
.bg-btn-warning:active.focus,
.bg-btn-warning:active:focus,
.bg-btn-warning:active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.bg-btn-warning.disabled.focus,
.bg-btn-warning.disabled:focus,
.bg-btn-warning.disabled:hover,
.bg-btn-warning[disabled].focus,
.bg-btn-warning[disabled]:focus,
.bg-btn-warning[disabled]:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.bg-btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.bg-btn-danger.focus,
.bg-btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.bg-btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.bg-btn-danger.active,
.bg-btn-danger:active {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925
}

.bg-btn-danger.active.focus,
.bg-btn-danger.active:focus,
.bg-btn-danger.active:hover,
.bg-btn-danger:active.focus,
.bg-btn-danger:active:focus,
.bg-btn-danger:active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.bg-btn-danger.disabled.focus,
.bg-btn-danger.disabled:focus,
.bg-btn-danger.disabled:hover,
.bg-btn-danger[disabled].focus,
.bg-btn-danger[disabled]:focus,
.bg-btn-danger[disabled]:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
