html, body
{
	/*background: radial-gradient(farthest-side ellipse at 10% 0, #333867 20%, #17193b);*/
    background: url( ../../files/img/bg.jpg );
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Open Sans,sans-serif;
    color: rgba(244,244,245,0.901961);
	text-shadow: #000 1px 0 5px !important;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
}
a
{
	color: #00f9ff;
}
a:hover, a:focus
{
	color: #00c1ff;
}
footer
{
	margin: 10px;
	text-align: center;
}
img, .no-interact
{
	pointer-events: none !important;
}
select
{
	cursor: pointer;
}
.contextmenu
{
	position: absolute;
	width: 180px;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    font-family: sans-serif;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 6px;
	box-shadow: 0 0 24px rgba(17, 17, 26, 0.4);
    padding: 6px 8px; 
    display: none; 	
	z-index: 1;
}
.contextmenu li 
{
	border-radius: 6px;
    padding: 7px 12px;
	margin-bottom: 2px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none; 
}
.contextmenu li:hover 
{
    background-color: rgba(255, 255, 255, 0.1);
}
.contextmenu-warning 
{
	color: #FEA81B !important; 
}
.contextmenu-warning:hover 
{
	color: #FFF !important;
    background-color: #C49332 !important; 
}
.contextmenu-danger 
{
	color: #E74442 !important; 
}
.contextmenu-danger:hover 
{
	color: #FFF !important;
    background-color: #DA373C !important; 
}
.contextmenu-separator 
{
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 3px;
	margin-bottom: 3px;
    pointer-events: none;
}
.login-bg
{
	position: fixed;
	top: 0;
	left: 0;
    background: url( ../../files/img/login4-bg.jpg );
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	width: 100%; 
	height: 100%;
	-webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    filter: blur(30px); 
	z-index: 0;
}
.login-clock
{
	position: fixed;
	top: 50px;
	right: 100px;
	font-size: clamp(16px, 2.8vh, 40px) !important;
	font-weight: 700;
	filter: drop-shadow(0 0 0.75rem #000);
	opacity: 0.8;
	pointer-events: none;
	z-index: 4;
	display: none;
}
.widget-login-info
{ 
    color: #FFF;
	font-size: clamp(15px, 2vh, 22px) !important;
	text-shadow: 2px #000;
	filter: drop-shadow(0 0 0.75rem #000);
	pointer-events: none;
}
.caps-lock
{
	font-size: clamp(13px, 1.4vh, 16px) !important;
	filter: drop-shadow(0 0 0.75rem #000);
	pointer-events: none;
	display: none;
}
#login-form-ajax
{
	font-size: clamp(14px, 1.5vh, 17px) !important;
	filter: drop-shadow(0 0 0.75rem #000);
	pointer-events: none;
	display: block;
}
#log-password 
{
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(3px) saturate(180%);
	-webkit-backdrop-filter: blur(3px) saturate(180%);
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2);
	border-radius: 20px; 
	font-size: clamp(13px, 1.4vh, 16px) !important;
	letter-spacing: 1px;
}
#login-button
{
	position: absolute; 
	top: -2px; 
	right: 5px; 
    color: rgba(158, 189, 255, 0.8);	
	font-size: 24px; 
	cursor: pointer; 
	z-index: 4;
	display: none;
}
#login-button:hover
{ 
    color: rgba(255, 255, 255, 0.7);
}
.invisible
{
  display: none !important;
}
.blinking 
{
  animation: blinker 1s linear infinite;
}
@keyframes blinker 
{
  50% {
    opacity: 0;
  }
}
.successMessage 
{
    color: #00FF00;
}
.errorMessage 
{
    color: #f04747;
}
.nav-bar-search
{
    height: 18px;
}
#loader-overlay
{
	position: fixed;
	top: 0;
	left: 0;
    /*
	background: radial-gradient(farthest-side ellipse at 10% 0, #000 20%, #17193b);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	*/
    background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(3px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(3px) saturate(180%) !important;
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2) !important;
	width: 100%;
    height: 100%;
	z-index: 999;
}

#loader-overlay .loader, .spinner
{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
	z-index: 1000;
}
#loader-overlay .spinner
{
    border-radius: 50%;
    box-shadow: 3px 0 1px -1px rgba(255,255,255,1), 5px 0 5px rgba(30,144,255,.5), inset -10px 0 10px -5px rgba(30,144,255,.5);
    animation:loading 1s linear infinite;
}
@keyframes loading
{
    from
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(360deg);
    }
}
#loader-overlay .spinner:before
{
    position: absolute;
    width: 160px;
    height: 160px;
    margin: 10% 0 0 10%;
    border-radius: 50%;
    content: " ";
    box-shadow: 2px 0 1px -1px rgba(255,255,255,1), 10px 0 5px -5px rgba(30,144,255,.5), inset -3px 0 3px rgba(30,144,255,.5);
}
.bg-purple
{
    background: #7925C7;
	color: #7925C7;
}
.lang-nav .lang-img
{
	position: relative;
	top: 0;
    width: 16px;
	height: 11px;
	margin-left: 10px;
}
.lang-nav .lang-en
{
    background: url( ../../files/img/lang/en.png ) no-repeat center;
}
.lang-nav .lang-fr
{
    background: url( ../../files/img/lang/fr.png ) no-repeat center;
}
.lang-nav .lang-es
{
    background: url( ../../files/img/lang/de.png ) no-repeat center;
}
.lang-nav .lang-de
{
    background: url( ../../files/img/lang/es.png ) no-repeat center;
}
.lang-nav .lang-tr
{
    background: url( ../../files/img/lang/tr.png ) no-repeat center;
}
.lang-nav .lang-ru
{
    background: url( ../../files/img/lang/ru.png ) no-repeat center;
}
.container, #primary-task, #game-alert
{
    display: none;
}
#upload-file, #file-manager-ajax
{
	display: none;
}
.text-bold
{
	font-weight: bold;
}
.input-transparent
{
	background-color: rgba(0, 0, 0, 0);
	color: #FFF;
	border: 0;
}
.input-transparent:hover, .input-transparent:focus
{
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.icon-hover:hover
{
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.date_picker
{
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	cursor: pointer;
	margin: 10px;
}
.ui-widget-header
{
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
}
.ui-widget-content
{
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
}
.ui-state-default
{
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #FFF !important;
}
.ui-datepicker-prev, .ui-datepicker-next
{
	background-color: rgba(255, 255, 255, 0.4) !important;
	cursor: pointer;
}
.align-left
{
    text-align: left !important;
}
.float-right
{
	float: right;
}
.align-text-right
{
	text-align: right;
}
.fw-semi-bold
{
	font-weight: bold;
}
.padding-5
{
	padding: 8px;
}
.icon-margin
{
	margin-right: 10px;
}
.icon-padding
{
	padding-right: 12px;
}
.icon-top-margin
{
	margin-top: 11px;
}
.margin-bottom
{
	margin-bottom: 10px;
}
.text-primary 
{
    color: #00b9ff !important;
}
.p-card
{
	cursor: pointer;
}
.p-card .widget-body
{
	margin-top: 5px;
}
.message-box
{
	background: rgba(0, 0, 0, 0.4) !important;
}
.modal-content 
{
    color: #e8e6e3;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(3px) saturate(180%);
	-webkit-backdrop-filter: blur(3px) saturate(180%);
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2);
    outline-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-footer
{
    background: rgba(0, 0, 0, 0.1) !important;
}
#assets-chat, #management-chat, #server-logs, #accounts-list
{
    height: 480px; 
	overflow-y: auto;
	border-top: 2px solid #202020;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
}
#m-assets-chat
{
    height: 265px; 
	overflow-y: auto;
	border-top: 2px solid #202020;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
}
.recent-chat
{
	border-top: 2px solid #202020;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
}
.flex-form
{
	display: flex;
}
.no-user-interaction
{
	-webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
	-o-user-select: none !important;
    user-select: none !important;
	pointer-events: none !important;
}

.container .sidebar
{
    position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
}

.container .sidebar .sidebar-nav
{
    list-style: none;
}

.container .sidebar .sidebar-tab
{
    display: inline-block;
}

.container .sidebar .sidebar-tab>a
{
    width: 170px;
}

.sidebar .logo
{
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(3px) saturate(180%);
	-webkit-backdrop-filter: blur(3px) saturate(180%);
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2);
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid rgba(0, 0, 0, 0.01);
	border-right: 1px solid rgba(0, 0, 0, 0.01);
	border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}
.sidebar .logo:hover
{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-nav
{
	border-radius: 5px;	
	padding: 5px;
}
.sidebar .sidebar-nav:hover
{
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.alert-box
{
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.alert-box:hover
{
	background: rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.widget, .search-input, .form-control, .card, .dropdown-menu, .sidebar .sidebar-nav
{
	background: rgba(0, 0, 0, 0.25) !important;
	backdrop-filter: blur(3px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(3px) saturate(180%) !important;
    box-shadow: 0 16px 48px rgba(31,38,135,0.1), inset 0 4px 20px rgba(255,255,255,0.2) !important;
	border: 1px solid rgba(0, 0, 0, 0.01) !important;
}
.widget:hover, .search-input:hover, .form-control:hover, .card:hover, .dropdown-menu:hover, .sidebar .sidebar-nav:hover
{
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.widget::after, .search-input::after, .form-control::after, .card::after, .dropdown-menu::after, .sidebar .sidebar-nav::after, .sidebar .sidebar-alerts::after, .sidebar .logo::after, #loader-overlay::after
{ 
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(1px);
	box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1), inset 0px -7px 0px -8px rgba(255, 255, 255, 1);
	opacity: 0.3;
	z-index: -1;
	filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
}
.search-input
{
	border-radius: 5px;
}
.form-control:focus
{
	background: rgba(0, 0, 0, 0.3) !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.dropdown-divider
{
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#site-logo
{
	text-shadow: #000 1px 0 5px !important;
}
.timeline-space
{
	width: 100%;
	border-top: 1px solid #FFF;
	font-weight: bold;
}
.breadcrumb, .widget
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
}
#console
{
    height: 380px; 
	background: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	border-top: 2px solid #202020;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
	-webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
	-o-user-select: text;
    user-select: text;
}
#m-assets-chat, #assets-chat, #management-chat
{
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
	-o-user-select: text;
    user-select: text;
}
#m-assets-chat .system, #assets-chat .system, #management-chat .system, .recent-chat .system, #server-logs .system, #console .system
{
    font-size: 15px;
	color: yellow;
}
#m-assets-chat .interface, #assets-chat .interface, #management-chat .interface, .recent-chat .interface, #server-logs .interface, #console .interface
{
    font-size: 15px;
	color: #00f1ff;
}
#m-assets-chat .primary, #assets-chat .primary, #management-chat .primary, .recent-chat .primary, #server-logs .primary, #console .primary
{
    font-size: 15px;
	color: #abf802;
}
#m-assets-chat .sender, #assets-chat .sender, #management-chat .sender, .recent-chat .sender, #server-logs .sender, #console .sender
{
    font-size: 15px;
	color: #e239de;
}
#m-assets-chat .online, #assets-chat .online, #management-chat .online, .recent-chat .online
{
    width: 15px;
	height: 15px;
	color: #379B57;
}
#m-assets-chat .offline, #assets-chat .offline, #management-chat .offline, .recent-chat .offline
{
    width: 15px;
	height: 15px;
	color: #B33B40;
}
#internal-ajax
{
    display: none;
}
body::-webkit-scrollbar, #m-assets-chat::-webkit-scrollbar, #assets-chat::-webkit-scrollbar, #management-chat::-webkit-scrollbar, #server-logs::-webkit-scrollbar, #console::-webkit-scrollbar, #accounts-list::-webkit-scrollbar
{
    width: 10px;
}
#m-assets-chat::-webkit-scrollbar-track, #assets-chat::-webkit-scrollbar-track, #management-chat::-webkit-scrollbar-track, #server-logs::-webkit-track, #console::-webkit-track
{
    background: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-track
{
    background: #17193b;
}
::-webkit-scrollbar-thumb 
{
    background-color: #2780E6;
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 0.2);
}
.rotate-img {
    top: 50%;
    left: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    @-ms-keyframes spin { 
        from { 
            -ms-transform: rotate(0deg); 
        } to { 
            -ms-transform: rotate(360deg); 
        }
    }
    @-moz-keyframes spin { 
        from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(360deg); 
        }
    }
    @-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(360deg); 
        }
    }
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }
}