html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial,"Roboto","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media print {
	.no-print {
		display: none;
	}
}

a {
	color: #3C63A4;
}

#wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -56px;
	padding: 58px 0 56px;
}

.container-fluid {
	padding-top: 15px;
}

.navbar a {
	outline: none;
}

.navbar {
	padding: unset !important;
}

.form-signin {
	width: 100%;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[name="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[name="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin .checkbox label {
	cursor: pointer;
}

.form-register {
	width: 100%;
	margin: 0 auto;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.bg-nt-vps {
	/* background: linear-gradient(#4e69a2, #3b5998 50%); */
	background: #3C63A4;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.75);
}

#sidebar-wrapper {
	padding-top: 15px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 15px;
}

#sidebar-wrapper .list-group-item {
	padding: 0.25rem 0.75rem;
}

#sidebar-wrapper .disabled {
	padding: 0.25rem 0.5rem;
}

.table {
	margin-bottom: 0;
}

.iframe-container {
	overflow: hidden;
	padding-top: 57.4%;
	position: relative;
}
  
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.list-group-item.active {
	background: #3C63A4;
	border-color: #3C63A4;
}

.badge-primary {
	background: #3C63A4;
}

.btn-nt-blue {
	color:#fff !important;
	background-color:#3C63A4 !important;
	border-color:#3C63A4 !important;
	outline: none;
}

.btn-nt-blue:hover:not(:disabled) {
	background-color:#4267b2 !important;
	border-color:#4267b2 !important;
}

.btn-nt-blue.disabled, .btn-nt-blue:disabled {
	color: #9f9f9f !important;
	background-color:#dfdfdf !important;
	border-color: #dfdfdf !important;
	cursor: not-allowed !important;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color:#3C63A4;
	background-color:#3C63A4;
}

.table thead th {
	border-bottom: 1px;
}

.modal-header, .modal-body {
	padding: .5rem;
}

.modal-footer {
	padding: .25rem;
}

.postuseravatar {
	max-width: 120px;
}

.ticket_support {
	background-color: rgba(242, 138, 36, 0.1) !important;
}

.bb_img {
	max-width: 200px;
}

i.dots {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 26px;
}

.irs-single {
	background-color: #3C63A4 !important;
}

.irs-bar, .irs-bar-edge {
	background-color: #3C63A4 !important;
	border: 1px solid #3C63A4 !important;
}
.irs-shadow {
	background: #3C63A4 !important;
}

.page-item.active .page-link {
	background-color: #3C63A4;
	border-color: #3C63A4;
}

@media (min-width: 768px) {
	.col-1 {
		max-width: 8.333333%;
	}
	.col-md-1 {
		width: 8.333333%;
	}
	.col-md-2 {
		width: 16.666667%;
	}
}

.dot {
	border-bottom: dotted 1px#bfbfbfbf;
	overflow: hidden;
	margin-top: -7px;
	margin-bottom: 7px;
}

input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}

input[type="checkbox"] + .custom-control-label {
	cursor: pointer;
}

label {
	margin-bottom: 0;
}

.nt-bg-success {
	background-color: #dff0d8 !important;
}

.nt-bg-warning {
	background-color: #fcf8e3 !important;
}

.nt-bg-danger {
	background-color: #f2dede !important;
}

a:not([href]):hover {
	text-decoration: none;
}

textarea[name="message"] {
	border: 1px solid #9e9e9e;
	height: 15rem; 
}

img.emoji {
	height: 1em;
	width: 1em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.1em;
}

.card-vnc {
	width: 100%;
}

.btn-group-sm > .btn-sm-nt {
	font-size: .775rem;
}

.btn-group-sm .btn-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}
.btn-group-sm .btn-light:not(:disabled):not(.disabled).active {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-group-sm .btn-success:not(:disabled):not(.disabled).active:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
