#login .logo-block { float: none; display: flex; justify-content: center; align-items: center; }#login .wrapper .inner-wrapper { opacity: 0.9; }body#login { background-color: #F8F8F8; }#login .wrapper .inner-wrapper { background-color: #F8F8F8; }#top_panel .chat-btn span { color: #FFFFFF; }#top_panel .billing-btn span { color: #FFFFFF; }#top_panel { border-bottom-color: #F5F5F5; }#top_panel .chat-btn span { background-color: #F5F5F5; }#top_panel .billing-btn span { background-color: #F5F5F5; }#top_panel a:hover { background-color: #F5F5F5; }#top_panel a.active { background-color: #F5F5F5; }.ui-dialog .ui-dialog-titlebar { background-color: #40BDDE; }#login .wrapper .content-block input.button { background-color: #40BDDE; }#top_panel .map-btn a { background-color: #40BDDE; }#top_panel .map-btn a:hover { background-color: #40BDDE; opacity: 0.9; }.ui-pg-div .ui-icon-plus { background-color: #40BDDE; }.menu.ui-menu .first-item { border-top: 3px solid #40BDDE; }#cpanel_user_list, #cpanel_object_list, #cpanel_unused_object_list, #cpanel_billing_plan_list, #cpanel_manage_server { border-top-color: #40BDDE; }#login .registration-closed{ background-color: #FAB444; }#top_panel .cpanel-btn a{ background-color: #FAB444; }#top_panel .cpanel-btn a:hover { background-color: #FAB444; opacity: 0.9; }#top_panel .billing-btn a { background-color: #9CC602; }#top_panel .billing-btn a:hover { background-color: #9CC602; opacity: 0.9; }.dialog-billing-titlebar .ui-dialog-titlebar { background-color: #9CC602; }#dialog_billing .ui-pg-div .ui-icon-plus { background-color: #9CC602; }#top_panel .logout-btn a { background-color: #808080; }#top_panel .logout-btn a:hover { background-color: #808080; opacity: 0.9; }#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li.ui-tabs-active a { background-color: #808080; }body { color: #444444; }input, select, .inputbox, .textarea { color: #444444; }input:focus, textarea:focus { color: #444444; }optgroup, option { color: #444444; }input.button { color: #444444; }.ms-choice span, .ms-drop span { color: #444444; }.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #444444; }.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color: #444444; }.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { color: #444444; }.ui-datepicker-calendar .ui-state-highlight { background: #40BDDE !important; opacity: 0.9 !important; }.ui-datepicker-today > .ui-state-highlight { background: #f5f5f5 !important; opacity: 0.9 !important; }.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #444444; }.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { color: #444444; }.menu.ui-menu .ui-menu-item a { color: #444444; }#top_panel .user-btn span, #top_panel .user-list-btn span, #top_panel .object-list-btn span, #top_panel .billing-plan-list-btn span, #top_panel .unused-object-list-btn span { color: #808080; }#top_panel .chat-btn span { color: #808080; }#top_panel .billing-btn span { color: #808080; }.title-block { color: #40BDDE; }#cpanel h1.title { color: #40BDDE; }#cpanel h1.title span { color: #808080; }
            .ms-1 {
                margin-left: 0.25rem !important;
            }

            .ms-2 {
                margin-left: 0.5rem !important;
            }

            .ms-3 {
                margin-left: 1rem !important;
            }

            .ms-4 {
                margin-left: 1.5rem !important;
            }

            .ms-5 {
                margin-left: 3rem !important;
            }

            .blink_me {
                animation: blinker 1s linear infinite;
            }
            
            @keyframes blinker {
                50% {
                    opacity: 0;
                }
            }

        .add-anim-glow-red {
                animation: anim-glow-red 2s ease infinite;
        }

        @keyframes anim-glow-red {
                0% {
                        box-shadow: 0 0 rgba(218, 68, 83, 1);
                }
                100% {
                        box-shadow: 0 0 10px 8px transparent;
                        border-width: 2px;
                }
        }
        
        