/* FINAL OVERRIDE: Disabled and active #restart_server use solid neo orange color */
#restart_server[disabled], #restart_server:disabled {
	background: var(--neo-orange-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
	box-shadow: none !important;
}
#restart_server:active {
	background: var(--neo-orange-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
	box-shadow: none !important;
}
/* FINAL OVERRIDE: Active server action buttons use solid neo colors */
#start_server:active {
	background: var(--neo-green-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
	box-shadow: none !important;
}
#shutdown_server:active {
	background: var(--neo-red-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
	box-shadow: none !important;
}
/* FINAL OVERRIDE: Disabled #start_server uses solid neo green color */
#start_server[disabled], #start_server:disabled {
	background: var(--neo-green-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
	box-shadow: none !important;
}
/* FINAL OVERRIDE: Disabled .btn-danger uses solid neo red color */ .btn.btn-danger[disabled], .btn.btn-danger:disabled {
	background: var(--neo-red-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
	box-shadow: none !important;
}
/* Disabled .btn-danger uses neo red color */ .btn-danger[disabled], .btn-danger:disabled {
	background: var(--neo-red-1) !important;
	background-image: none !important;
	color: #fff !important;
	filter: none !important;
}
/* Progress bar single color override - always on top */ .progress-bar, .progress-bar-info {
	background-image: none !important;
	background-color: #14b8a6 !important;
}
/* Breadcrumb link color override - always on top */ .breadcrumb.vnbc li a { color: #fff !important; } .breadcrumb.vnbc li a:hover { color: #14b8a6 !important; } /* --- Modern Tabs: High Priority --- */ .tabs_container li a, 
.tab-action {
	border-radius: 10px !important;
	border: 2px solid #14b8a6 !important;
	background: #fff !important;
	color: #14b8a6 !important;
	font-size: 1.08em !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em !important;
	box-shadow: 0 2px 10px rgba(20,184,166,0.08) !important;
		font-size: 1.15em !important;
	margin: 0 4px !important;
	transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s !important;
	outline: none !important;
	font-size: 1.15em !important;
}
.tabs_container li a.active, .tab-action.active {
	background: #14b8a6 !important;
	color: #fff !important;
	border: 2.5px solid #14b8a6 !important;
	box-shadow: 0 4px 16px rgba(20,184,166,0.18) !important;
	font-size: 1.15em !important;
}
.tabs_container li a:hover, .tab-action:hover, .tabs_container li a:focus, .tab-action:focus {
	background: #e0f7fa !important;
	color: #14b8a6 !important;
	border: 2px solid #2dd4bf !important;
	box-shadow: 0 4px 16px rgba(34,211,238,0.12) !important;
}
.tabs_container li a:hover, .tab-action:hover, .tabs_container li a:focus, .tab-action:focus {
	background: linear-gradient(90deg, #e0f7fa 0%, #2dd4bf 100%) !important;
	color: #14b8a6 !important;
	border: 2px solid #2dd4bf !important;
	box-shadow: 0 4px 16px rgba(34,211,238,0.12) !important;
}
.tabs_container li a, .tab-action {
	border-radius: 10px !important;
	border: 2px solid #14b8a6 !important;
	background: #fff !important;
	color: #14b8a6 !important;
	font-size: 1.08em !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em !important;
	box-shadow: 0 2px 10px rgba(20,184,166,0.08) !important;
	padding: 8px 18px !important;
	margin: 0 4px !important;
	transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s !important;
	outline: none !important;
}
.tabs_container li a.active, .tab-action.active {
	background: #14b8a6 !important;
	color: #fff !important;
	border: 2.5px solid #14b8a6 !important;
	box-shadow: 0 4px 16px rgba(20,184,166,0.18) !important;
}
/* IPAM tab styling for visual consistency */ .nav-pills > li > a[aria-controls="ipam"], .nav-pills > li.active > a[aria-controls="ipam"] {
	background: linear-gradient(90deg, #14b8a6 0%, #2dd4bf 100%);
	color: #fff !important;
	border-radius: var(--modern-radius);
	box-shadow: 0 2px 12px rgba(20,184,166,0.12);
	border: 2px solid #14b8a6;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: background 0.22s, box-shadow 0.18s, color 0.14s, border 0.18s;
}
.nav-pills > li.active > a[aria-controls="ipam"] {
	background: linear-gradient(90deg, #2dd4bf 0%, #14b8a6 100%);
	border: 2.5px solid #14b8a6;
	box-shadow: 0 0 18px rgba(20,184,166,0.18);
}
.table thead th, .table > tr > th {
	background: linear-gradient(90deg, #e0f7fa 0%, #b2f5ea 100%);
	color: #134e4a;
	font-weight: 700;
	font-size: 1.08em;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	box-shadow: 0 2px 8px rgba(20,184,166,0.08);
	padding-top: 16px;
	padding-bottom: 16px;
	letter-spacing: 0.02em;
}
.table thead th:first-child, .table > tr > th:first-child {
	border-top-left-radius: 18px;
}
.table thead th:last-child, .table > tr > th:last-child {
	border-top-right-radius: 18px;
}
.vm-title {
	font-size: 2.1em;
	font-weight: 800;
	color: #134e4a;
	margin-top: 32px;
	margin-bottom: 18px;
	letter-spacing: 0.01em;
	position: relative;
	text-align: center;
}

/* --- Dropdown Menu Fixes (2026-01-20) --- */ .navbar-nav .dropdown-menu {
	position: absolute;
	z-index: 1050;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity .12s ease, visibility .12s;
}
.navbar-nav .dropdown.open .dropdown-menu, .navbar-nav .dropdown.show .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
}
.navbar-nav, .navbar {
	overflow: visible !important;
}
.dropdown-menu {
	pointer-events: auto;
}

	// ...existing code... /* ABSOLUTE LOCK: Prevent both text and background color from changing on hover/focus for Manage button and feature tabs */ .btn-info:hover, .btn-info:focus, .tab-action:hover, .tab-action:focus, 
.tabs_container
		.table-title::after, .vm-title::after, h2::after {
			content: '';
			display: block;
			width: 120px;
			height: 10px;
			background: linear-gradient(90deg, #14b8a6, #2dd4bf, #22d3ee, #14b8a6 90%);
			background-size: 400% 100%;
			border-radius: 8px;
			margin: 18px auto 0 auto;
			box-shadow: 0 2px 16px 0 rgba(20,184,166,0.18), 0 0 8px 2px rgba(34,211,238,0.12);
			animation: rgbBarMove 2.5s linear infinite;
			transition: background 0.3s, box-shadow 0.3s;
		}
		@keyframes rgbBarMove {
			0% { background-position: 0% 50%; }
			50% { background-position: 100% 50%; }
			100% { background-position: 0% 50%; }
		}
	box-shadow: inherit !important;
	text-shadow: inherit !important;
	outline: none !important;
	filter: none !important;
}
/* FINAL OVERRIDE: Prevent hover/focus color/background change for Manage button and feature tabs */ .btn-info:hover, .btn-info:focus, .tab-action:hover, .tab-action:focus, .tabs_container li a:hover, .tabs_container li a:focus, 
.btnLink a:hover, .btnLink a:focus, .green_tab a:hover, .green_tab a:focus {
	/* Removed conflicting overrides to allow modern teal tab styles */
}
/* Prevent hover color change for .btn-info, .tab-action, and .green_tab */ .btn-info:hover, .btn-info:focus, .tab-action:hover, .tab-action:focus, .green_tab:hover, .green_tab:focus {
	background: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
	box-shadow: none !important;
	text-decoration: none !important;
	outline: none !important;
}
/* ==========================================================================
   Author's custom styles
   
========================================================================== */ body{
	font-family: 'Roboto', sans-serif;
}
a:focus {
	text-decoration: none;
}
.container-full {
	width:100%;
	  overflow: hidden;
}
#navigation {
	background-color: #fff;
  	min-height: 100px;
 	 border-bottom: 3px solid #074377;
 	 margin-bottom: 0px;
 	 border-radius: 0;
}
#admin_navigation {
	background-color: #fff;
  	min-height: 100px;
 	 border-bottom: 3px solid #074377;
 	 margin-bottom: 0px;
 	 border-radius: 0;
}
.nav-elem li a {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.navbar-brand {
	position: relative;
	top: 7px;
	width: 80%;
	height: 50px;
}
.nav-elem{
	padding-bottom: 10px;
}
.mynav {
}
#blocks {
	padding-top: 50px;
  	padding-bottom: 50px;
}
.block {
	text-align: center;
	margin: 20px 0;
}
.block img {
	  margin: 0 auto;
}
.block h3 {
	color: #34495e;
  	font-size: 24px;
  	font-weight: 600;
}
.block p {
	color: #666666;
  	font-size: 18px;
  	font-weight: 300;
}
#plans {
	background: #5d8c3d url("../img/circuit-pattern.png") repeat-y 50%;
  	height: auto;
	padding-top: 45px;
	background-size: 100%;
	padding-bottom: 45px;
}
#plans h2 {
	font-size: 36px;
  	color: #fff;
  	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#plans h4 {
	color: #fff;
  	font-style: italic;
  	font-weight: 300;
  	text-align: center;
  	font-size: 24px;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.plan {
	width: 280px;
  	background-color: #fff;
  	margin: 60px auto;
  	color: #666666;
  	text-align: center;
  	box-shadow: 4px 4px rgba(0,0,0,0.15);
}
.spans {
	width: 100%;
	  height: 50px;
}
.span1 {
	width: 139px;
  	height: 50px;
  	float:left;
  	background-color: #34495e;
  	font-size: 36px;
  	text-align: center;
  	color: #fff
}
.span2 {
	width: 139px;
  	height: 50px;
  	float:left;
  	background-color: #f0f0f0;
  	border-top: 1px solid #d6d6d6;
  	border-bottom: 1px solid #d6d6d6;
  	font-size: 18px;
  	text-align: center;
  	font-style: italic;
  	padding: 10px;
  	line-height: 1.6;
}
.plan h5 {
	font-size: 26px;
  	font-weight: 600;
  	text-align: center;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	margin: 0;
  	color: #34495e;;
}
.plan ul {
	padding: 0;
}
.plan li {
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
	width: 230px;
	height: 40px;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
	color: #666666;
}
.linkBtn {
	background-color: #34495e;
  	color: #fff;
  	font-size: 16px;
  	display: inline-block;
  	padding: 10px 15px;
  	margin-bottom: 15px;
  	margin-top: 5px;
}
.linkBtn:hover {
	text-decoration: none;
}
.linkBtn:focus {
	text-decoration: none;
	color: #fff;
}
.linkBtn.no-stock {
	background-color: #E74C3C;
}
.linkView {
	color:#5d8c3d;
  	font-size: 16px;
}
.linkView:hover {
	text-decoration: underline;
	color:#5d8c3d;
}
#footer{
	background: url("../img/footer.png") no-repeat 50%;
	height: auto;
	padding-top: 30px;
	background-size: cover;
}
/* Improved visibility for disabled/inactive buttons and tabs */ /* Colorful style for disabled/inactive buttons and tabs */ .btn[disabled], .btn.disabled, .tab-disabled, .tab-inactive, .nav-tabs .disabled, .nav-tabs 
.tab-disabled, .nav-tabs .tab-inactive { !important;
	color: #fff !important;
	opacity: 1 !important;
	background: linear-gradient(90deg, #14b8a6 0%, #2dd4bf 100%) !important;
	border: 1.5px solid #14b8a6 !important;
	cursor: not-allowed !important;
	box-shadow: 0 0 8px rgba(20,184,166,0.18) !important;
	font-weight: 700 !important;
	text-shadow: none !important;
}
.btn[disabled]:hover, .btn.disabled:hover, .tab-disabled:hover, .tab-inactive:hover { !important;
	color: #fff !important;
	background: linear-gradient(90deg, #2dd4bf 0%, #14b8a6 100%) !important;
}
.btn[disabled] *, .btn.disabled *, .tab-disabled *, .tab-inactive * {
	color: #fff !important;
}
}
.menu {
	/*max-width: 250px;*/
	min-height: 50px;
 	margin: 0 auto;
  	margin-bottom: 50px;
}
.menu h4 {
	font-size: 24px;
  	color: #fff;
}
.menu ul {
	padding: 0;
}
.menu li {
	list-style: none;
}
.menu a {
	color: #14b8a6 !important;
	font-size: 16px;
	font-weight: 500 !important;
	border-radius: 8px !important;
	border: 2px solid #14b8a6 !important;
}
.menu h5 {
	color: #fff;
  	font-size: 16px;
  	font-weight: 600;
  	margin: 5px 0;
}
.menu p {
	color: #fff;
  	font-size: 16px;
  	font-weight: 300;
}
#btn {
	color: #5d8c3d;
	// ...existing code...
	@keyframes rgbBarMove {
		0% { background-position: 0% 50%; }
		50% { background-position: 100% 50%; }
		100% { background-position: 0% 50%; }
	}
	background: linear-gradient(90deg, #e0f7fa 0%, #2dd4bf 100%) !important;
	color: #14b8a6 !important;
	border: 2px solid #2dd4bf !important;
	box-shadow: 0 4px 16px rgba(34,211,238,0.12) !important;
}
#footer2 {
	bottom: 0;
  	min-height: 100px;
  	background: rgba(0, 0, 0, 0.3);
  	padding: 20px 0;
}
.copyright {
	color: #fff;
  	font-weight: 300;
  	font-size: 14px;
}
.footernav {
}
.footernav ul {
	padding: 0;
}
.footernav li {
	list-style: none;
 	padding: 0 10px;
  	margin: 5px 0;
  	float: left;
}
.footernav li:first-child {
	border-right: 1px solid #fff;
}
.footernav a {
	color: #96c277;
  	font-size: 14px;
  	font-weight: 300;
}
.footernav a:hover {
	text-decoration: none;
	color: #fff;
}
.twitter {
	  margin: 20px 0;
}
.twitter a {
	font-size: 25px;
  	background-color: #5d8c3d;
  	color: #fff;
  	width: 36px;
  	height: 36px;
  	display: block;
  	margin-top: 13px;
  	-webkit-transition: all .25s ease;
  	   -moz-transition: all .25s ease;
  	    -ms-transition: all .25s ease;
  	     -o-transition: all .25s ease;
  	        transition: all .25s ease;
}
.twitter a:hover {
	color: #5d8c3d;
	background-color: #fff;
}
#map {
	background-color: #eeeeee;
}
#map h1 {
	font-size: 36px;
  	text-align: center;
  	color: #34495e;
}
#map h3 {
	font-size: 24px;
  	font-weight: 300;
  	color: #34495e;
  	font-style: italic;
  	text-align: center;
  	margin: 0;
}
.map-wrapper {
	padding: 50px 0;
	text-align: center;
}
.text p{
	color: #666666;
  	font-size: 18px;
  	font-weight: 300;
}
.join p{
	font-weight: 600;
  	font-size: 20px;
  	color: #34495e;
}
.text span {
	color: #5d8c3d;
}
.block2 {
	  margin: 30px 0;
}
.block2 h3 {
	font-weight: 400;
}
.block2 p {
	color: #34495e;
  	font-size: 16px;
}
.circle2 {
	background-color: #5d8c3d!important;
  	width: 95px;
  	height: 95px;
  	line-height: 95px;
  	color: #fff;
  	font-size: 45px!important;
  	-webkit-transition: all .5s ease;
  	   -moz-transition: all .5s ease;
  	    -ms-transition: all .5s ease;
  	     -o-transition: all .5s ease;
  	        transition: all .5s ease;
}
.circle2:hover {
	-webkit-transform: rotate(360deg);
  	   -moz-transform: rotate(360deg);
  	    -ms-transform: rotate(360deg);
  	     -o-transform: rotate(360deg);
  	        transform: rotate(360deg);
}
.navbar-toggle {
	margin-top: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	position: relative;
	top: 15px;
}
/* server.html */
#heading {
	background: url("../img/banner1.png") no-repeat 50%;
	height: auto;
	background-size: cover;
	min-height: 150px;
	padding: 20px;
}
#heading h1 {
	color: #fff;
  	font-size: 26px;
  	padding: 15px 0px;
  	margin: 0 auto;
  	text-align: center;
}
#vps-heading {
	background: url("../img/banner2.png") no-repeat 50%;
	height: auto;
	background-size: cover;
	min-height: 150px;
	padding: 20px;
}
#vps-heading h1 {
	color: #fff;
  	font-size: 26px;
  	padding: 15px 0px;
  	margin: 0 auto;
  	text-align: center;
}
#about-heading {
	background: url("../img/banner3.png") no-repeat 50%;
	height: auto;
	background-size: cover;
	min-height: 150px;
	padding: 20px;
}
#about-heading h1 {
	color: #fff;
  	font-size: 26px;
  	padding: 15px 0px;
  	margin: 0 auto;
  	text-align: center;
}
#vps-heading .icon {
	background: rgba(250, 250, 250, 0.15) url(../img/vps-icon.png) no-repeat 50%;
}
#heading .icon {
	background: rgba(250, 250, 250, 0.15) url(../img/server-icon.png) no-repeat 50%;
}
#about-heading .icon {
	background: rgba(250, 250, 250, 0.15) url(../img/about_icon.png) no-repeat 50%;
}
.icon {
  	border-radius: 50%;
  	font-size: 30px;
  	margin: 0 auto;
  	display: block;
  	width: 75px;
  	height: 75px;
  	position: relative;
  	background-size: 26px;
}
.circle {
	border-radius: 50%;
}
#plans2 {
	background: url("../img/circuit-pattern.png") no-repeat 50%;
  	height: auto;
	padding-top: 30px;
	background-size: 100%;
	padding-bottom: 60px;
}
#plans2 h2 {
	color: #34495e;
 	font-size: 36px;
  	text-align: center;
}
#plans2 h4 {
	color: #34495e;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}
.plan2 {
	border: 1px solid #e2e2e2;
}
#plans3 {
	background: url("../img/circuit-pattern.png") no-repeat 50%;
  	height: auto;
	padding-top: 30px;
	background-size: 100%;
	padding-bottom: 40px;
}
#plans3 h2 {
	color: #34495e;
 	font-size: 36px;
  	text-align: center;
}
#plans3 h4 {
	color: #34495e;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}
.btnLink {
	margin: 0px auto;
  	padding: 20px 0;
}
.plan:hover h5 {
	color: #5D8C3D;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.plan:hover .span1 {
	background: #5D8C3D;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.plan:hover .linkBtn {
	background: #5D8C3D;
	color: #fff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.linkBtn i {
	margin-left: 7px;
}
.btnLink a {
	width: 100px;
	font-size: 24px;
  	padding: 5px 15px;
  	margin: 5px;
  	-webkit-transition: all .25s ease;
  	   -moz-transition: all .25s ease;
  	    -ms-transition: all .25s ease;
  	     -o-transition: all .25s ease;
  	        transition: all .25s ease;
}
.btnLink a:hover {
	text-decoration: none;
}
.btnLink a.active {
	color: #fff !important;
	background: #14b8a6 !important;
	border: 2.5px solid #14b8a6 !important;
	box-shadow: 0 4px 16px rgba(20,184,166,0.18) !important;
}
.btnLink a {
	background: #fff !important;
	color: #14b8a6 !important;
	border: 2px solid #14b8a6 !important;
	padding: 5px 30px!important;
}
.btnLink a:hover {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	background: linear-gradient(90deg, #14b8a6 0%, #22d3ee 100%) !important;
	color: #134e4a !important;
	border: 2px solid #22d3ee !important;
	box-shadow: 0 6px 24px rgba(34,211,238,0.18) !important;
}
.blue:hover {
	text-decoration: none;
	color: #5d8c3d;
}
.white:hover {
	text-decoration: none;
	color: #5d8c3d;
}
.green {
	color: #5d8c3d!important;
}
.twitter {
	float: left !important;
	margin-left: 10px;
}
#plans3, #plans2 {
	background-repeat: repeat-y;
}
#slider {
	height: 450px;
}
#slider h1 {
	font-size: 65px;
  	color: #fff;
}
#slider p {
	font-size: 42px;
  	font-weight: 300;
  	text-align: center;
}
#slider a {
}
.slide {
	background: #5d8c3d;
	background-size: cover;
	padding-bottom: 60px;
	height: 450px;
}
#bottom-nav .dropdown-menu li {
	height: 40px;
}
#bottom-nav .dropdown-menu .divider {
	height: 2px;
	margin:0px;
}
.subNav {
	padding:0;
}
#bottom-nav .dropdown-menu li a {
	  padding: 10px 20px;
}
.tab-cnt {
    display: none;
}
.tab-cnt.active {
    display: block !important;
}
.tabs_container {
	text-align: center;
	margin-bottom: -30px;
}
.tabs_container li {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    list-style: none;
}
.tab-single {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.aboutp {
	font-size: 20px;
  	text-align: center;
  	font-weight: 300;
  	color: #34495e;
  	padding: 20px;
}
#blocks h2 {
	color: #34495e;
  	font-size: 36px;
  	text-align: center;
}
#blocks h5 {
	font-size: 24px;
  	font-weight: 300;
  	font-style: italic;
  	text-align: center;
  	color: #34495e;
}
#vapornode {
	background: url("../img/about.png") no-repeat 50%;
	min-height: 630px;
	padding-top: 65px;
	padding-bottom: 80px;
	background-size: cover;
}
#vapornode h2 {
	font-size: 36px;
  	font-weight: 400;
  	color: #34495e;
  	text-align: center;
}
#vapornode h5 {
	color: #34495e;
  	font-weight: 300;
  	font-size: 24px;
  	font-style: italic;
  	text-align: center;
}
#vapornode p {
	padding: 20px;
  	color: #34495e;
  	font-size: 20px;
  	font-weight: 300;
  	text-align: center;
}
#vapornode i {
	color: #5d8c3d;
  	padding-right: 10px;
}
.smallBtnLink a{
	font-size: 18px;
	margin: 0;
	padding: 10px 15px !important;
	background: #fff !important;
	color: #14b8a6 !important;
	border: 2px solid #14b8a6 !important;
	border-radius: 10px !important;
}
.datacenters {
	padding-top: 50px;
  	padding-bottom: 100px;
  	min-height: 280px;
}
.datacenters img{
	margin: 0 auto;
}
.datacenters p{
	color: #34495e;
  	font-size: 18px;
  	text-align: center;
  	padding: 50px 20px;
  	font-weight: 300;
}
.tabs_containermb0 {
	margin: 0;
}
.h2datacenters {
	color: #34495e;
  	text-align: center;
  	font-size: 36px;
  	margin-top: 50px;
  	margin-bottom: 30px;
}
.green_tab a {
	color: #074377;
}
.green_tab a:hover {
	background: #34495E;
	color: #fff;
}
.green_tab a.active {
	background: #074377;
}
#slider h1 {
	font-size: 36px;
}
#slider p {
	font-size: 18px;
}
#slider .carousel-caption {
	bottom: 0;
	top: 0;
}
.learn_more_btn {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 300;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
    border-radius: 0;
    margin-top: 25px;
}
.learn_more_btn:hover, .learn_more_btn:focus {
	background: #fff;
	color: #34495E;
}
#slider .carousel-indicators li {
	width: 50px;
	height: 10px;
	border-radius: 0;
	border: none;
	background: #fff;
	opacity: 0.5;
}
.carousel-indicators .active {
	opacity: 1 !important;
	margin: 1px;
}
.map_dc {
	background: url(../img/line.png) no-repeat 50%;
	background-size: contain;
	min-height: 250px;
	width: 320px;
	margin: 0 auto;
	position: relative;
}
.pin {
	width: 20px;
	height: 20px;
	position: absolute;
}
.pin1 {
	top: 77px;
  	left: 196px;
}
.pin2 {
	top: 140px;
  	left: 58px;
}
.map_dc .dropdown {
	position: absolute;
}
.map_dc .dropdown button, .map_dc .dropdown.open button {
	font-size: 12px;
	padding: 4px 8px;
	border: none;
	border-radius: 0;
	background: #34495E;
	color: #fff;
	font-weight: 300;
}
.map_dc .dropdown button:focus {
	outline: none;
}
.dropdown_chi {
	top: 75px;
  	left: 130px;
}
.map_dc .dropdown .dropdown-menu {
	min-width: 100px;
	font-size: 12px;
}
.dropdown_pho {
	top: 138px;
  	left: 0px;
}
.tooltip-inner {
	background: #34495E;
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #34495E;
	opacity: 1;
}
#slider .carousel-inner .item:nth-child(1) {
	background: url("../img/slide1.png") no-repeat 50%;
}
#slider .carousel-inner .item:nth-child(2) {
	background: url("../img/slide2.png") no-repeat 50%;
}
#slider .carousel-inner .item:nth-child(3) {
	background: url("../img/slide3.png") no-repeat 50%;
}
.form-control:focus {
  border-color: #074377;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(39, 170, 226, 0.6);
}
.btn-info.active {
	background-color: #074377;
	border-color: #000;
}
.vnbc {
	margin-bottom:0px;
	border-radius:0px;
	background-color:transparent;
}
.vnbc a {
	color: #34495E;
}
.vnalf a {
	color: #34495E;
}
.vnbc a:hover {
	color: #fff;
}
.vnalf a:hover {
	color: #A94442;
}
.alert-info-vngreen {
	color: #34495E;
	background-color: #27AAE2;
	border-top:none;border-left:none;border-right:none;
	border-bottom:3px solid #074377;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff !important;
	background: linear-gradient(90deg, #14b8a6 0%, #22d3ee 100%) !important;
	border: 2px solid #22d3ee !important;
	box-shadow: 0 6px 24px rgba(34,211,238,0.18) !important;
}
.nav-pills>li>a {
	color: #14b8a6 !important;
	background: #fff !important;
	border: 2px solid #14b8a6 !important;
	border-radius: 10px !important;
}
@media (min-width: 768px){
	.nav-elem{
		padding-bottom: 0px;
	}
	#navigation {
  		min-height: 100px;
	}
	#admin_navigation {
  		min-height: 100px;
	}
	.navbar-brand {
  		height: 55px;
  		padding: 0;
 	 	margin: 20px 0 20px 20px;
	}
	.nav-elem{
	}
	.nav-elem li{
		height:97px;
	}
	.nav-elem li a{
		padding: 38px 7px;;
  		color: #34495e!important;
  		font-size: 14px;
  		height: 100%;
	}
	.nav-elem li a:hover {
		background-color: #074377!important;
		color: #fff!important;
		text-decoration: none;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		background-color: #074377!important;
		color: #fff!important;
		line-height: 21px;
	}
	.plan {
		margin: 20px 40px;
	}
	.plan:nth-child(odd) {
		float: left;
	}
	.plan:nth-child(even) {
		float: right;
	}
	.plans {
	}
	.wrapper {
	}
	.menu {
		/*max-width: 250px;*/
	}
	.twitter {
		margin: 0;
		float: right;
	}
	.wraper {
	}
	#heading h1 {
	  font-size: 46px;
	  padding: 32px 30px;
	  float: left;
	}
	#vps-heading h1 {
		font-size: 46px;
	  	padding: 32px 30px;
	  	float: left;
	}
	#about-heading h1 {
		font-size: 46px;
	  	padding: 32px 30px;
	  	float: left;
	}
	.icon {
		float: left;
		margin-top: 17px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		top: 0px;
	}
	.twitter {
		float: right !important;
		margin-left: 0px;
	}
	#heading {
		height:150px;
	}
	#vps-heading {
		height:150px;
	}
	#about-heading {
		height:150px;
	}
	#plans2 .plan {
		float: none;
		margin: 30px auto;
	}
	#vapornode p {
		text-align: left;
	}
	.datacenters p {
		text-align: left;
		padding:0;
	}
	.datacenters {
		margin-bottom: 0;
	}
	.slide, #slider {
		height: 300px;
	}
	.map_dc {
		width: 747px;
	}
	.pin1 {
		top: 63px;
  		left: 424px;
	}
	.pin2 {
	  	top: 150px;
  		left: 235px;
	}
	.dropdown_chi {
	  	top: 62px;
	  	left: 455px;
	}
	.dropdown_pho {
	  	top: 147px;
	  	left: 265px;
	}
}
@media (min-width: 992px){
	.nav-elem li a{
		padding: 38px 20px;
  		color: #34495e!important;
  		font-size: 18px;
	}
	.nav-elem li a:hover {
		background-color: #074377!important;
		color: #fff!important;
		text-decoration: none;
	}
	.plan {
		margin: 60px 95px;
	}
	.icon {
		margin-top: 0;
		background-size: 32px;
	}
	#heading {
		height:180px;
		padding-top: 50px;
	}
	#vps-heading {
		height:180px;
		padding-top: 50px;
	}
	#vps-heading h1 {
		padding: 14px 25px;
	}
	#about-heading {
		height:180px;
		padding-top: 50px;
	}
	#about-heading h1 {
		padding: 14px 25px;
	}
	#heading h1 {
		  padding: 14px 25px;
	}
	#plans2 {
		background-repeat: no-repeat;
	}
	#plans2 .plan {
		float: left;
  		margin-left: 3.5%;
	}
	#slider, .slide {
		height: 600px;
	}
	#slider h1 {
		font-size: 65px;
	}
	#slider p {
		font-size: 36px;
	}
	.learn_more_btn {
		font-size: 18px;
		padding: 6px 36px;
	}
	.map_dc {
		max-width: 535px;
	}
	.pin1 {
		top: 63px;
  		left: 320px;
	}
	.pin2 {
	  	top: 150px;
  		left: 130px;
	}
	.dropdown_pho {
		top: 147px;
	  	left: 163px;
	}
	.dropdown_chi {
		top: 62px;
	  	left: 350px;
	}
	.map-wrapper {
		text-align: left;
	}
}
@media (min-width: 1200px){
	.plan {
		margin: 30px 6px;
	}
	.plan:nth-child(even) {
		float: left;
	}
	#plans {
		background: #5d8c3d url("../img/circuit-pattern.png") no-repeat 50%;
	}
	#plans3, #plans2 {
		background-repeat: no-repeat;
	}
	.icon {
		width: 95px;
		height:95px;
		bottom: 10px;
		position: relative;
	}
	#heading {
		height:200px;
		padding-top: 60px;
	}
	#vps-heading {
		height:200px;
		  padding-top: 60px;
	}
	#about-heading {
		height:200px;
		  padding-top: 60px;
	}
	#plans2 .plan {
	  margin-left: 6.5%;
	}
	#slider h1 {
		font-size: 65px;
	  	color: #fff;
	}
	#slider p {
		margin-top: 30px;
		font-size: 42px;
	  	font-weight: 300;
	  	text-align: center;
	}
	.datacenters p {
		max-width: 500px;
	}
	.learn_more_btn {
		margin-top: 20px;
	}
}
/* CUSTOM CSS RULES */ .login-box {
	background-color: #E3E3E3;
	padding-bottom: 20px;
	border: 10px solid #074377;
}
.tooltip-wrapper {
  display: inline-block;
}
.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}
.tooltip-wrapper.disabled {
  cursor: not-allowed;
}
.socket_error {
	visibility:hidden;
	text-align:center;
	background-color:red;
	color:white;
	font-size:20px;
	padding:10px;
}
.btn, input, .form-control, .alert, .label, .progress, .panel {
	border-radius: 0px;
}
.pulse {
  display: block;
  width: 100%;
  height: 5px;
  background: #074377;
  box-shadow: 0 0 0 rgba(39,170,226,0.5);
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(39,170,226,0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(39,170,226,0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(39,170,226,0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(39,170,226,0.5);
    box-shadow: 0 0 0 0 rgba(39,170,226,0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(39,170,226,0);
      box-shadow: 0 0 0 10px rgba(39,170,226,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(39,170,226,0);
      box-shadow: 0 0 0 0 rgba(39,170,226,0);
  }
}
.rebuild_progress {
	-webkit-transition: none !important;
	transition: none !important;
}
.man_rebuild_progress {
	-webkit-transition: none !important;
	transition: none !important;
}
.restore_progress {
	-webkit-transition: none !important;
	transition: none !important;
}
#ramsliderLabel, #cpusliderLabel, #disksliderLabel {
	margin-left: 10px;
}
.jvectormap-container {
	width:620px;
	height:400px;
}
#geoipmap {
	width:620px;
	height:400px;
}
.admin_dd {
	padding: 10px 20px !important;
	height: auto !important;
}
.admin_dd_li {
	height: auto !important;
}
/* === THEME PALETTE (no layout changes) === */
:root {
  --neo-blue-1: #005461;
  --neo-blue-2: #0C7779;
  --neo-cyan-1: #14b8a6;
  --neo-cyan-2: #005461;
  --neo-violet-1: #ffffff;
  --neo-violet-2: #ffffff;
  --neo-green-1: #10b981;
  --neo-green-2: #22c55e;
  --neo-orange-1: #f59e0b;
  --neo-orange-2: #fb923c;
  --neo-red-1: #ef4444;
  --neo-red-2: #f87171;
  --ink-900: #0b1220;
  --ink-800: #0f172a;
  --ink-700: #1b2a4a;
  --glow-soft: 0 0 12px rgba(74,163,255,0.45);
  --glow-strong: 0 0 22px rgba(0,231,255,0.6);
  --border-faint: rgba(26,255,244,0.25);
	/* Modern theme variables for easy color management */
	--modern-teal: #14b8a6;
	--modern-cyan: #2dd4bf;
	--modern-blue: #22d3ee;
	--modern-dark: #134e4a;
	--modern-light: #e0f7fa;
	--modern-shadow: 0 4px 18px rgba(20,184,166,0.18);
	--modern-radius: 12px;
}
	border-radius: var(--modern-radius);
	background: linear-gradient(90deg, var(--modern-teal), var(--modern-cyan), var(--modern-blue));
	color: #fff;
	box-shadow: var(--modern-shadow);
	font-weight: 600;
	transition: background 0.22s, box-shadow 0.18s, color 0.14s, border 0.18s;
	border: none;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background: linear-gradient(90deg, var(--modern-blue), var(--modern-cyan), var(--modern-teal));
	box-shadow: 0 8px 32px rgba(34,211,238,0.22);
	color: #fff;
}
	background: linear-gradient(90deg, var(--modern-light) 0%, #b2f5ea 100%);
	color: var(--modern-dark);
	font-weight: 700;
	font-size: 1.08em;
	border-top-left-radius: var(--modern-radius);
	border-top-right-radius: var(--modern-radius);
	box-shadow: var(--modern-shadow);
	padding-top: 16px;
	padding-bottom: 16px;
	letter-spacing: 0.02em;
}
.table thead th:first-child, .table > tr > th:first-child {
	border-top-left-radius: var(--modern-radius);
}
.table thead th:last-child, .table > tr > th:last-child {
	border-top-right-radius: var(--modern-radius);
}
.table-hover > tbody > tr:hover > td {
	background: linear-gradient(90deg, var(--modern-light), #b2f5ea);
}
	border-radius: var(--modern-radius);
	box-shadow: 0 10px 30px rgba(34,211,238,0.12);
	transition: opacity .18s, transform .18s;
	background: #fff;
	border: none;
}
	border-radius: var(--modern-radius);
	border: 2px solid var(--modern-teal);
	box-shadow: 0 2px 12px rgba(20,184,166,0.12);
	transition: background 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.18s, color 0.14s, border 0.18s;
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #14b8a6 0%, #2dd4bf 100%);
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.02em;
}
}
.tabs_container li a.active, .tab-action.active {
	background: linear-gradient(90deg, #2dd4bf 0%, #14b8a6 100%);
	color: #fff;
	box-shadow: 0 0 18px rgba(20,184,166,0.18);
	border: 2.5px solid #14b8a6;
}
	position: relative;
	text-align: center;
}
// ...existing code...
	color: var(--modern-teal);
	transition: color 0.18s, text-shadow 0.18s;
}
a:hover {
	color: var(--modern-blue);
	text-shadow: 0 0 10px rgba(34,211,238,0.22);
}
/* Subtle futuristic canvas on white (doesn't affect layout) */ body {
  background:
    radial-gradient(1200px 600px at 10% 0%, rgba(74,163,255,0.08) 0%, transparent 60%),
    radial-gradient(1200px 600px at 90% 0%, rgba(124,58,237,0.08) 0%, transparent 60%),
    #ffffff;
  color: #1f2937;
}
/* === NAVBAR (animated gradient bar, no size change) === */ .navbar {
  background-image: linear-gradient(90deg, var(--ink-800), var(--ink-700));
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(11,18,32,0.25), inset 0 -1px 0 rgba(255,255,255,0.06);
  position: relative;
  isolation: isolate;
}
.navbar::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1), var(--neo-violet-1));
  background-size: 300% 100%;
  animation: gradientShift 8s linear infinite;
  opacity: 0.9;
}
.navbar-nav > li > a {
  color: #e6edf7 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.navbar-nav > li > a:hover {
  background: rgba(26,104,255,0.18);
  color: #ffffff !important;
  box-shadow: var(--glow-soft);
}
/* === WELCOME ALERT (neo gradient + shimmer, click-safe) === */ .alert-info-vngreen {
  background-image: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1));
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 24px rgba(47,122,248,0.25);
  position: relative;
  overflow: hidden;
}
.alert-info-vngreen::before {
  content: "";
  position: absolute; top: 0; left: -40%;
  width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  animation: shine 3.2s ease-in-out infinite;
  z-index: 0;
  pointer-events: none; /* ensure clicks pass through */
}
/* Ensure inner content sits above shimmer and remains clickable */ .alert-info-vngreen .container { position: relative; z-index: 1; } /* /* === PANELS (header tint only, keep structure) === */ .panel {
  border-color: rgba(26,104,255,0.12);
  box-shadow: 0 4px 18px rgba(26,104,255,0.08);
}
.panel-heading {
  background-image: linear-gradient(90deg, #f5f7fb, #eef3ff) !important;
  color: #0b2545 !important;
  border-color: rgba(26,104,255,0.12);
}
/* === TABLES (header gradient + hover tint) === */ .table th {
  background-image: linear-gradient(0deg, #f3f6fb, #eaf1ff);
  color: #0b2545;
}
.table-hover > tbody > tr:hover > td {
  background: linear-gradient(90deg, #f6faff, #f0f6ff);
}
/* === BUTTONS (neon gradients + glow, no size change) === */ .btn {
  border-color: transparent;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
/* Info (blue/cyan) */ .btn-info {
	background: linear-gradient(90deg, #14b8a6 0%, #2dd4bf 100%) !important;
	color: #fff !important;
	border-radius: var(--modern-radius);
	box-shadow: 0 4px 16px rgba(20,184,166,0.18);
	font-weight: 700;
	letter-spacing: 0.02em;
	border: none;
	transition: background 0.22s, box-shadow 0.18s, color 0.14s;
}
.btn-info:hover {
	background: linear-gradient(90deg, #2dd4bf 0%, #14b8a6 100%) !important;
	box-shadow: 0 8px 32px rgba(34,211,238,0.22);
	color: #fff !important;
}
.btn-info:hover { box-shadow: var(--glow-strong); } /* Success (green) */ .btn-success {
  background-image: linear-gradient(90deg, var(--neo-green-1), var(--neo-green-2)) !important;
  box-shadow: 0 6px 18px rgba(16,185,129,0.35);
}
.btn-success:hover { box-shadow: 0 0 22px rgba(16,185,129,0.6); } /* .btn-danger:hover { box-shadow: 0 0 22px rgba(239,68,68,0.6); } /* Warning (orange) */ .btn-warning {
  background-image: linear-gradient(90deg, var(--neo-orange-1), var(--neo-orange-2)) !important;
  box-shadow: 0 6px 18px rgba(245,158,11,0.35);
}
.btn-warning:hover { box-shadow: 0 0 22px rgba(245,158,11,0.6); } /* Large action buttons: keep sizing, add vivid color only */
#start_server { background-image: linear-gradient(90deg, var(--neo-green-1), var(--neo-green-2)) !important; } shutdown_server { background-image: linear-gradient(90deg, var(--neo-red-1), var(--neo-red-2)) !important; } 
#restart_server { background-image: linear-gradient(90deg, var(--neo-orange-1), var(--neo-orange-2)) !important; } kill_server { background-image: linear-gradient(90deg, var(--neo-blue-1), var(--neo-blue-2)) !important; }
.btn[disabled] { filter: saturate(0.8) brightness(0.95); } /* === PROGRESS BARS (animated stripes + gradient fill) === */ .progress {
  background: linear-gradient(0deg, #eef3ff, #f5f8ff);
}
.progress-bar {
  background-image: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1));
  position: relative;
}
.progress-bar::after {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(135deg,
    rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%,
    rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent);
  background-size: 24px 24px;
  mix-blend-mode: soft-light;
  animation: moveStripes 2.2s linear infinite;
}
/* === TABS (neo hover + active gradients) === */ .tabs_container li a, .tab-action {
	background: #fff !important;
	color: #14b8a6 !important;
	border: 2px solid #14b8a6 !important;
}
.tabs_container li a:hover, .tab-action:hover {
	background: linear-gradient(90deg, #e0f7fa 0%, #2dd4bf 100%) !important;
	color: #14b8a6 !important;
	border: 2px solid #2dd4bf !important;
	box-shadow: 0 4px 16px rgba(34,211,238,0.12) !important;
}
.tabs_container li a.active, .tab-action.active {
	background: #14b8a6 !important;
	color: #fff !important;
	border: 2.5px solid #14b8a6 !important;
	box-shadow: 0 4px 16px rgba(20,184,166,0.18) !important;
}
/* === LABELS (status badges) === */ .label {
  background: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1));
  color: #ffffff;
  border: 1px solid var(--border-faint);
  box-shadow: 0 0 10px rgba(74,163,255,0.35);
}
/* === LINKS (subtle neon) === */ a { color: var(--neo-blue-1); } a:hover {
  color: #ffffff;
  background: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1));
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 10px rgba(74,163,255,0.6);
}
/* === DECORATIVE KEYFRAMES === */ @keyframes gradientShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@keyframes shine {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translateX(200%); opacity: 0.8; }
  100% { transform: translateX(200%); opacity: 0; }
}
@keyframes moveStripes {
  0% { background-position: 0 0; }
  100% { background-position: 24px 0; }
}
/* Login-specific futuristic styles (no layout changes) */ /* Container / glass panel */ .login-box {
	background: #f7fafc;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 8px 24px rgba(26,104,255,0.12);
	position: relative;
	overflow: hidden;
}
/* Decorative gradient layer behind content (non-blocking) */ .login-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26,104,255,0.22), rgba(124,58,237,0.18));
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
}
/* Ensure form content sits above decorative layer */ .login-box * { position: relative; z-index: 1; } /* Heading */ .login-box h2 {
  color: #1a68ff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 12px rgba(26,104,255,0.36);
}
/* Animated pulse divider */ hr.pulse {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #1a68ff, #00e7ff, #7c3aed,
#ef4444);
  background-size: 300% 100%;
  animation: gradientShift 6s linear infinite;
  border-radius: 2px;
  margin: 20px 0;
}
/* Large inputs */ .form-control.input-lg {
  border-radius: 10px;
  border: 1px solid rgba(26,104,255,0.28);
  background: rgba(255,255,255,0.92);
  color: #0f172a;
  font-size: 1rem;
  padding: 14px;
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
}
.form-control.input-lg::placeholder { color: rgba(15,23,42,0.45); } /* Focus state (neon glow only) */ .form-control.input-lg:focus {
  border-color: #1a68ff;
  box-shadow: 0 0 14px rgba(26,104,255,0.36);
  outline: none;
}
/* Remember Me button (styled but not changing structure) */ .button-checkbox .btn[data-color="info"] {
  background: linear-gradient(90deg, #1a68ff, #00e7ff);
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 12px;
  box-shadow: 0 6px 18px rgba(26,104,255,0.22);
  transition: box-shadow 0.22s ease, transform 0.12s ease;
}
.button-checkbox .btn[data-color="info"]:active { transform: translateY(1px); } .button-checkbox .btn[data-color="info"]:hover { box-shadow: 0 10px 26px rgba(0,231,255,0.36); } /* Hidden checkbox remains functional but invisible 
*/ .button-checkbox .hidden { position: absolute; left: -9999px; } /* Forgot password link (subtle neon accent) */ .button-checkbox .btn-link {
  color: #7c3aed;
  font-weight: 500;
  text-decoration: none;
}
.button-checkbox .btn-link:hover {
  color: #a78bfa;
  text-shadow: 0 0 8px rgba(124,58,237,0.36);
}
/* Login submit button (large, neon green) */ .btn-success.btn-lg.btn-block {
  background: linear-gradient(90deg, #10b981, #22c55e);
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(16,185,129,0.28);
  transition: box-shadow 0.22s ease, transform 0.12s ease;
}
.btn-success.btn-lg.btn-block:hover {
  box-shadow: 0 0 28px rgba(16,185,129,0.56);
}
.btn-success.btn-lg.btn-block:active { transform: translateY(1px); } /* Disabled state visual consistency */ .btn[disabled], .form-control[disabled] {
  filter: saturate(0.85) brightness(0.95);
  cursor: not-allowed;
}
/* Small accessibility improvement: focus ring for keyboard users */ .form-control.input-lg:focus-visible, .button-checkbox .btn:focus-visible, .btn-success.btn-lg.btn-block:focus-visible {
  outline: 3px solid rgba(26,104,255,0.14);
  outline-offset: 2px;
}
/* Decorative keyframes (reused) */ @keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* Ensure dropdowns are not clipped and sit above other layers */
#admin_navigation,
.navbar, .navbar .container, .navbar-collapse {
  overflow: visible !important;
  z-index: 1000; /* keep navbar above page content but below modals */
}
/* Force dropdown menus to be positioned above everything else */
#admin_navigation .dropdown-menu,
.navbar .dropdown-menu, .subNav {
  position: absolute !important;
  display: block; /* Bootstrap toggles visibility via .open; keep layout ready */
  visibility: hidden; /* keep hidden until opened */
  opacity: 0;
  transform-origin: top center;
  transition: opacity .12s ease, transform .12s ease, visibility .12s;
  z-index: 2050 !important; /* above most page layers, below modals */
  pointer-events: auto; /* ensure items are clickable */
}
/* When dropdown is opened by Bootstrap (has .open class), show it */
#admin_navigation .dropdown.open > .dropdown-menu, admin_navigation .dropdown.show > .dropdown-menu,
.navbar .dropdown.open > .dropdown-menu, .navbar .dropdown.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* Small entrance offset so transition looks smooth */
#admin_navigation .dropdown-menu {
  transform: translateY(6px);
  box-shadow: 0 10px 30px rgba(26,104,255,0.08);
}
/* Mobile collapse: ensure collapsed menu can show dropdowns */
#admin_navigation .navbar-collapse {
  overflow: visible !important;
}
/* If any parent used transform, it creates a new stacking context and can break absolute children.
   This rule forces dropdowns out of transformed parents by using fixed positioning fallback on small screens. */ @media (max-width: 991px) {
  #admin_navigation .dropdown-menu {
    position: fixed !important;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    visibility: hidden;
    opacity: 0;
  }
  #admin_navigation .dropdown.open > .dropdown-menu, admin_navigation .dropdown.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    position: fixed !important;
  }
}
/* Accessibility: ensure dropdown items receive pointer events */
#admin_navigation .dropdown-menu a, admin_navigation .subNav .admin_dd {
  pointer-events: auto;
}
/* Safety: if any overlay element (e.g., decorative ::before) is interfering, make sure it doesn't block pointer events */
#admin_navigation::before, admin_navigation::after, admin_navigation *::before, admin_navigation *::after {
  pointer-events: none;
}
/* === Dropdown hover / focus color fixes (admin nav) === */ /* Ensure dropdown menu base colors are consistent */
#admin_navigation .subNav {
  background: linear-gradient(180deg, #ffffff, #f3f7ff) !important;
  border: 1px solid rgba(26,104,255,0.08) !important;
  color: #0b2545 !important;
}
/* Default dropdown item style */
#admin_navigation .subNav .admin_dd {
  color: #0b2545 !important;
  background: transparent !important;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}
/* Hover / focus / active state for dropdown items */
#admin_navigation .subNav .admin_dd:hover, admin_navigation .subNav .admin_dd:focus, admin_navigation .subNav .admin_dd:active {
  background: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1)) !important;
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(0,231,255,0.45) !important;
  box-shadow: 0 6px 18px rgba(47,122,248,0.18) !important;
  border-radius: 6px !important;
}
/* Make sure caret and top-level dropdown link don't inherit unwanted hover colors */
#admin_navigation .nav-elem > li.dropdown > a, admin_navigation .nav-elem > li.dropdown > a:hover, admin_navigation .nav-elem > li.dropdown > a:focus {
  background: transparent !important;
  color: #e6edf7 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25) !important;
}
/* When dropdown is open, keep the top-level link visually active but not overriding submenu items */
#admin_navigation .nav-elem > li.dropdown.open > a, admin_navigation .nav-elem > li.dropdown.show > a {
  background: linear-gradient(90deg, rgba(26,104,255,0.12), rgba(0,231,255,0.06)) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(26,104,255,0.12) !important;
  border-radius: 6px !important;
}
/* Ensure submenu links always appear above decorative layers and are clickable */
#admin_navigation .subNav, admin_navigation .subNav .admin_dd {
  z-index: 2050 !important;
  pointer-events: auto !important;
}
/* Fix for mobile/expanded menus where position may change */ @media (max-width: 991px) {
  #admin_navigation .subNav .admin_dd {
    background: transparent !important;
    color: #0b2545 !important;
  }
  #admin_navigation .subNav .admin_dd:hover, admin_navigation .subNav .admin_dd:focus {
    background: linear-gradient(90deg, var(--neo-blue-1), var(--neo-cyan-1)) !important;
    color: #fff !important;
  }
}
/* Safety: prevent decorative pseudo-elements from blocking hover/click */
#admin_navigation::before, admin_navigation::after, admin_navigation *::before, admin_navigation *::after {
  pointer-events: none !important;
}
/* Hide socket warning (single CSS block) */ /* Targets common class/id patterns and collapses the element so it doesn't occupy space */ .socket-warning,
#socket-warning,
.alert.socket, .alert.socket-warning, .alert-warning.socket, .socket-alert, .ws-warning, .socketNotice, .socket-notice, [data-role="socket-warning"], [data-warning="socket"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
/* Extra coverage for header/topbar placements */ header .alert.socket, header .socket-warning, .topbar .socket-warning, .navbar .socket-warning {
  display: none !important;
}
/* Prevent decorative pseudo-elements from blocking interactions */ .socket-warning::before, .socket-warning::after,
#socket-warning::before, socket-warning::after,
.alert.socket::before, .alert.socket::after {
  display: none !important;
  pointer-events: none !important;
}
/* Simple, high-specificity fix so links keep a readable hover color */ a,
#admin_navigation .nav-elem > li > a, admin_navigation .subNav .admin_dd,
.breadcrumb.vnbc li a, .login-box .btn-link {
  color: var(--neo-blue-1) !important;
  text-decoration: none !important;
}
/* Hover / focus state (force white text, no clipped gradient text) */ a:hover, a:focus,
#admin_navigation .nav-elem > li > a:hover, admin_navigation .nav-elem > li > a:focus, admin_navigation .subNav .admin_dd:hover, admin_navigation .subNav .admin_dd:focus,
.breadcrumb.vnbc li a:hover, .login-box .btn-link:hover {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  text-shadow: 0 0 10px rgba(74,163,255,0.6) !important;
}
/* Keep top-level dropdown link from stealing submenu hover visuals */
#admin_navigation .nav-elem > li.dropdown > a, admin_navigation .nav-elem > li.dropdown > a:hover, admin_navigation .nav-elem > li.dropdown > a:focus {
  background: transparent !important;
  color: #e6edf7 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25) !important;
}
/* Accessibility: visible focus ring for keyboard users */ a:focus,
#admin_navigation .subNav .admin_dd:focus, admin_navigation .nav-elem > li > a:focus {
  outline: 3px solid rgba(26,104,255,0.12) !important;
  outline-offset: 2px !important;
}
/* Fix modal Close button so it keeps a styled background and readable text on hover */ .modal-footer .btn-default {
  background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)) !important;
  color: #002147 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 18px rgba(11,18,32,0.28), inset 0 -1px 0 rgba(255,255,255,0.03) !important;
  transition: background .18s ease, box-shadow .18s ease, transform .12s ease !important;
  min-width: 84px !important;
}
/* Keep text white and apply neon accent on hover (no plain white) */ .modal-footer .btn-default:hover, .modal-footer .btn-default:focus {
  background: linear-gradient(90deg, var(--neo-blue-1, #1a68ff), var(--neo-cyan-1, #00e7ff)) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(26,104,255,0.28) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}
/* Pressed state */ .modal-footer .btn-default:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 18px rgba(26,104,255,0.18) inset !important;
}
/* Disabled state */ .modal-footer .btn-default[disabled], .modal-footer .btn-default.disabled {
  background: rgba(255,255,255,0.04) !important;
  color: rgba(255,255,255,0.6) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}
/* Ensure hover doesn't invert text due to other rules */ .modal-footer .btn-default, .modal-footer .btn-default * {
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}
/* Professional neutral styling for default buttons (including <a class="btn btn-default">) */ .btn-default, a.btn-default {
  background: linear-gradient(90deg, #f3f4f6, #e6e9ef) !important;
  color: #0b1220 !important;
  border: 1px solid rgba(11,18,32,0.06) !important;
  box-shadow: 0 6px 18px rgba(11,18,32,0.06) !important;
  padding: 8px 12px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: background .16s ease, color .12s ease, transform .08s ease, box-shadow .12s ease !important;
  border-radius: 6px !important;
  display: inline-block !important;
  line-height: 1.2 !important;
}
/* Small size adjustments for btn-sm */ .btn-default.btn-sm, a.btn-default.btn-sm {
  padding: 6px 10px !important;
  font-size: 13px !important;
  min-width: 64px !important;
}
/* Hover / focus: keep readable text and subtle depth (no plain white) */ .btn-default:hover, .btn-default:focus, a.btn-default:hover, a.btn-default:focus {
  background: linear-gradient(90deg, #e6e9ef, #dfe3ea) !important;
  color: #0b1220 !important;
  box-shadow: 0 10px 28px rgba(11,18,32,0.10) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
  text-decoration: none !important;
}
/* Active / pressed state */ .btn-default:active, a.btn-default:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 14px rgba(11,18,32,0.06) inset !important;
}
/* Disabled state */ .btn-default[disabled], .btn-default.disabled, a.btn-default[disabled], a.btn-default.disabled {
  background: #f7f7f8 !important;
  color: rgba(11,18,32,0.45) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.95 !important;
}
/* Ensure link buttons don't get overridden by generic link hover rules */ a.btn-default:hover, a.btn-default:focus {
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}
/* Optional: slightly stronger contrast for small screens */ @media (max-width: 480px) {
  .btn-default.btn-sm,
  a.btn-default.btn-sm {
    padding: 8px 12px !important;
    min-width: 80px !important;
  }
}
/* Fix: Ensure active menu/tab text is visible */ .menu a.active, .nav-elem li a.active, .tabs_container li a.active, .tab-action.active {
	color: #fff !important;
	background: #14b8a6 !important;
	border: 2.5px solid #14b8a6 !important;
	box-shadow: 0 4px 16px rgba(20,184,166,0.18) !important;
	text-shadow: none !important;
}
/* Restore original style for server action buttons */
#start_server, #shutdown_server, #restart_server, #kill_server {
  background: #f7f7f7;
  color: #34495e;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 8px rgba(52,73,94,0.08);
  font-weight: 600;
  border-radius: 8px;
  padding: 18px 0;
  font-size: 20px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
#start_server[disabled] {
  color: #b0b0b0;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
#shutdown_server {
  background: #e74c3c;
  color: #fff;
}
#restart_server {
  background: #f59e0b;
  color: #fff;
}
#kill_server {
  background: linear-gradient(90deg, #00b7b5 0%, #1a68ff 100%);
  color: #fff;
}
#shutdown_server:hover, #restart_server:hover, #kill_server:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(52,73,94,0.18);
}
/* Teal-cyan gradient for inactive/disabled buttons */ .btn[disabled], .btn.disabled, #start_server[disabled] {
  background: linear-gradient(90deg, #009688 0%, #00bcd4 100%) !important;
  color: #fff !important;
  border: 1px solid #00bcd4 !important;
  box-shadow: 0 0 8px rgba(0,188,212,0.12) !important;
  font-weight: 600;
  opacity: 1 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
/* Fix login button: theme color and green hover */ .login-box button[type="submit"], .login-box .btn-success, .login-box .btn-primary {
  background: linear-gradient(90deg, #009688 0%, #00bcd4 100%) !important;
  color: #fff !important;
  border: none;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,188,212,0.12);
  transition: background 0.2s, box-shadow 0.2s;
}
.login-box button[type="submit"]:hover, .login-box .btn-success:hover, .login-box .btn-primary:hover {
  background: linear-gradient(90deg, #10b981 0%, #22c55e 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(16,185,129,0.18);
}
