.disabled {
    pointer-events: none;
    cursor: default;
}

.page-content {
	padding-top: 25px;
	padding-left: 15px;
}

.sidebar {
	background-color: white;
}

.sidebar-item {
	padding: 15px 15px 15px 15px;
	color: #485a6a;
}

.sidebar-item-active {
	background-color: #f2f6f9;
	color: #5b9bd1;
}

.sidebar-item-active > .sidebar-icon {
	color: #5b9bd1;
}

.sidebar-icon {
	margin-right: 10px;
	color: #a7bdcd;
}

.test_icon_margin {
	margin-top: 3px;
	margin-right: 2px;
}

.rotate {
	animation: spin 1s infinite linear;
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}

.align-left{
	text-align: left;
}
.center{
	align-items: center;

}

/* smart table rules */
.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}

.st-selected{
    background: #216eff !important;
    color: white !important;
}

.st-sort-ascent > i.fa-sort {
	display: none;
}

.st-sort-descent > i.fa-sort {
	display: none;
}

th > i.fa-sort {
	opacity: 0.5;
}

.modal-edit-server {
	display: block;
}

.modal-edit-server-test {
	display: block;
	width: 80%;
	transition:all ease 0.3s !important;
}

div.resize_full_screen#session_container  {
	position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100vw;
	height: 100vh;
	z-index: 100;
	transition: top 0.5s;
}

.connection_canvas {
	width: 100%;
	height: 100%;
}

.force_default_mouse #vnc_canvas > div > canvas {
	cursor: default !important;
}

.canvas_scaled:not(.resize_full_screen) #vnc_canvas > div > canvas {
	width: 100% !important;
	height: 100% !important;
}

.canvas_full_screen #vnc_canvas:focus-within {
	border: none;
}

#vnc_canvas:focus-within {
	border: 3px solid #abc8f5;
}

div.connection_container_unscaled {
	overflow-x: auto;
	overflow-y: auto;
}

.truncate {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-container {
	height:450px;
	overflow-y: auto;
}

.b4b {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	font-size: 17px;
}

.p-3 {
    padding: 1rem 1rem!important;
}

.d-block {
    display: block!important;
}

.session_menu_arrow {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 36px;
	background-color: #333;
	color: white;
	opacity: 0.9;
	padding-right: 5px;
	padding-left: 5px;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	height: 20px;
}

#navbar-wrapper {
	position: absolute;
	width: 100%;
	transition: top 0.5s;
	top: -85px;
	background-color: #e6e9f2;
	box-shadow: 0px 10px 10px hsl(0deg 0% 0% / 0.28);
}

#navbar-wrapper .session-title {
	height: auto;
	width: 100%;
	padding: 0 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

#navbar-wrapper .session-title .title {
	font-weight: bold;
}

#navbar {
    width: 100%;
    display: flex !important;
	justify-content: space-between;
    margin: 0 auto;
    opacity: 0.9;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	z-index: 1;
}

#navbar.navbar-collapse::after, #navbar.navbar-collapse::before {
	content: unset;
}

.navbar-btn {
	margin-left: 2px;
	margin-right: 2px;
}

/* Style the navbar links */
#navbar a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

#navbar a:hover {
    background-color: #ddd;
	color: black;

}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #337ab7; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
	animation: spin 2s linear infinite;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 43%
}

ul.breadcrumb {
	background-color: transparent;
    padding: 0px;
    margin-bottom: 8px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    padding-right: 0px;
    color: #ccc;
    content: "/";
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tooltip.customClass .tooltip-inner {
	max-width: 500px;
  }

.tooltip.ceip .tooltip-inner {
	max-width: 450px;
	text-align: left;
}

/*
.disconnect-button {
	width: 24%;
}		*/

#session_container {
	background: black;
	width: 96%;
	margin: auto
}

.p-0 {
	padding: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0
}
.panel-title {
	position: relative;
}
.protocol-key-format {
	padding-top: 5px;
	border-top: 0px;
}

.expand {
	transition: .2s linear;
	transform: rotate(90deg);
}

.required-label:after {
	content:"\2a";
	color:red;
	display:inline;
	font-size: large;
 }

.collapsed {
	transition: .2s linear;
}

.my_container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 768px;
	border: 3px solid green;
}

.my_center {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 50%;
}

p-table input {
	font: status-bar;
}

p-table .ui-table table {
	table-layout: inherit;
}

p-table .ui-table .ui-table-thead > tr > th {
	border-right: none;
	border-left: none;
}

p-table .ui-table .ui-table-tbody > tr > td {
	border-right: none;
	border-left: none;
}

p-table .ui-table-wrapper {
	padding-top: 4px;
}

.test_canvas {
    width: auto;
    height: 530px;
    background: black;
}

::placeholder {
    color: #BCBCBC !important;
	font-size: 12px;
}

.input-bar {
    display: table;
    width: 100%;
}

.input-bar-item {
    display: table-cell;
}

.input-bar-item > button {
    margin-left: 5px;
}

.width100 {
  width: 100%;
}

.flex-container {
	display: flex;
	margin-left: 40px;
	margin-right: 40px;
}

.cornered-container {
	border-radius: 10px;
	border: 2px solid #969595;
	padding: 12px; 
	transition: max-height .4s ease;
	max-height: 0p;
}
/* for laptop resolution */
@media (max-width: 1680px) {
	.server_in_table {
		max-width: 250px;
		word-wrap: break-word;
	}
	.address_in_table {
		max-width: 230px;
		word-wrap: break-word;
	}
}

.circle {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 5px solid #007ad9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 75px;
	margin-left: 20px;
	text-align: center;
}
.circle h1{
	margin: 0;
}
.chips-wrapper {
	display: flex;
    flex-wrap: wrap;
}

.chips-wrapper .chip {
	margin: 5px 5px 5px 0px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
	background: #dadada;
}

.btn-space {
	margin: 0px 1px 0px 1px;
}


/*LOGIN PAGE STYLES*/

.login_form_container {
	margin: 0 auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login_form_container .login-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 15px;
}

.login_form_container > * {
	margin: 0 auto;
}

.login_form_container input.login_btn {
	border-radius: 6px;
	margin: 10px auto;
	width: 100%;
	max-width: 240px;
	outline: none;
}

.login_form_container input.login_btn.inverted {
	border: 1px solid rgba(0, 0, 0, 0.6);
	background-color: white;
	color: rgba(0, 0, 0, 0.8);
}

.login_form_container .divider {
	margin-top: 10px;
}

.login_form_container .divider span {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.login_form_container .divider span::before, .login_form_container .divider span::after {
	display: block;
	content: '';
	width: 42%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
}

.login_form_container .link_login {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #5b9bd1;
	cursor: pointer;
}

.login_form_container .field {
	margin: 5px auto;
	max-width: 240px;
}

.login_form_container .field .field_label {
	padding-right: 15px;
	text-align: left;
	margin: unset;
	margin-top: 10px;
}

.error_message_container, .success_message_container {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.success_message_container > #success_message,
.error_message_container > #error_message {
	max-width: 470px;
	position: relative;
}
.success_message_container > #success_message > a,
.error_message_container > #error_message > a {
	position: absolute;
    right: 4px;
    top: -3px;
}

.session-buttons-container {
	display: flex;
	height: 34px;
}

.session-buttons-container > * {
	margin: 0 2px;
}

#noVNC_keyboardinput {
	width: 0px;
	height: 0px;
	background-color: #fff0;
	color: rgba(5, 5, 5, 0);
	border: 0;
	position: absolute;
	left: 35%;
	top: 40%;
	z-index: -1;
}

.layout-changer {
	display: inline-block;
	margin: 0 3px;
}

.layout-changer.session-menu {
	position: relative;
	top: 10px;
	transform: scale(0.9);
}

.layout-changer app-dropdown,
.layout-changer app-dropdown p-dropdown,
.layout-changer app-dropdown p-dropdown * .ui-dropdown-label {
	height: 31px !important;
	line-height: 31px;
	float: left;
}

.layout-changer app-dropdown p-dropdown .ui-widget {
	max-width: unset;
}

.layout-changer app-dropdown p-dropdown * .ui-dropdown-label::after {
	content: " Layout"
}
@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 1000ms infinite;
  -webkit-animation:fade 1000ms infinite;
}

.margin-left-md { margin-left: 1em; }

.margin-right-md { margin-right: 1em; }

.beta {
	display: inline-block;
	width: 50px;
	height: 16px;
	background: gray;
	border-radius: 5px;
	position: relative;
	top: 3px;
}

.beta::after {
	content: 'Beta';
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	margin-left: 12px;
}

.black {
	color: black;
}

.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.pl-xl {
	padding-left: 25px;
}

.pl-s {
	padding-left: 5px;
}

.pt-s {
	padding-top: 5px;
}

.pb-s {
	padding-bottom: 5px;
}

.mt-ns {
	margin-top: -5px;
}

.mt-s {
	margin-top: 5px;
}

.mt-m {
	margin-top: 8px;
}

.mt-l {
	margin-top: 10px;
}

.mt-xl {
	margin-top: 15px;
}

.mr-s {
	margin-right: 5px;
}

.mb-s {
	margin-bottom: 5px;
}

.mb-m {
	margin-bottom: 8px;
}

.fr {
	float: right;
}

.ta-c {
	text-align:center;
}

.di {
	display: inline;
}

.di-f {
	display: inline-flex;
	align-items: center;
}

.fs-s {
	font-size: 20px;
}

.p-a {
	position: absolute;
}

.zi-s {
	z-index: 1;
}

.zi-m {
	z-index: 3;
}

.bold {
	font-weight: bold;
}

.top-row {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#login_form > div:first-child {
	min-width: 200px;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.motd-wrapper {
	display:inline-flex; 
	justify-content: center;
	min-width: 300px;
}

motdeditor.previewonly { 
	width: 100%;
}

.eula {
	width: 300px; 
	font-size: 11px; 
	font-weight: 300; 
	margin: 0 auto; 
	margin-bottom: 10px;
}

.eula-divider {
	width: 25%; 
	height: 1px; 
	background-color: lightgray; 
	margin: 10px auto;
}

tr.topless-tr > td {
	border-top: 0 !important;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.panel.connection {
	border: 1px solid #337ab7;
}

.panel.connection .panel-heading {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	color: #337ab7;
	font-weight: bold;
	border-color: #337ab7;
}

.recording {
	width: auto;
	height: auto;
	padding: 0 6px;
	font-size: 12px;
	line-height: 18px;
	background-color: gray;
	color: white;
	text-transform: capitalize;
	border-radius: 0.25em;
}

.recording::after {
	content: "Not Recording";
	font-weight: normal;
}

.recording.on {
	background-color: #d9534f;
}

.recording.on::before {
	content: " ◉ ";
	font-weight: normal;
	animation:fade 1000ms infinite;
  	-webkit-animation:fade 1000ms infinite;
}
.recording.on::after {
	content: "Recording";
	font-weight: normal;
}

.table.system-managment-table {
	margin-bottom: 0px; 
	width:100%
}

.table.system-managment-table.license tbody tr td:first-child {
	width: 135px;
}

.update-license-btn {
	margin-left: 5px;
	cursor: pointer;
}


.no-border {
	border: unset !important;
}


.license-message {
	padding: 2px 5px;
	border-radius: 2px;
}

.warning {
	background-color: #ffc53d;
	color: black;
	
}

.danger {
	background-color: #d9534f;
	color: white;
}

.copy-to-clipboard {
	outline: none;
	border: 1px solid rgba(180,180,180);
	padding: 3px 6px;
	height: 28px;
	border-radius: 5px;
	margin: 0 6px;
}

.copy-to-clipboard.highlight {
	border: 1.5px solid rgb(17,127,217);
}

.copy-to-clipboard i {
	font-size: 20px;
	color: black;
}

app-setup {
	display: flex;
	height: calc(100vh - 50px);
	align-items: center;
}

.setup-ceip-tooltip .ui-tooltip-text {
	width: 600px !important;
}
.restore-from-backup-tooltip i.fa-info-circle {
	color: #a6a6a6;
	margin-left: 5px;
}

.restore-from-backup-tooltip .ui-tooltip-text {
	width: 400px !important;
}
.allow-ftp-access-tooltip > .tooltip-inner {
	text-align: left;
}
.import-server-footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
	align-items: center;
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.wide-dropdown ::ng-deep {
	.ui-dropdown-label,	.ui-widget ,.ui-dropdown-item span {
		max-width: unset;
	}
}