<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_login
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
*/


@charset "UTF-8";
#noologin-overlay {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100% !important;
    left: 0;
    min-height: 100% !important;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 999;
}

.noologin {
}

.noologin-fieldset {
    margin: 0;
}

.noologin-fieldset ul, .noologin-fieldset ol, .noologin-fieldset li {
    list-style: none outside none;
    margin: 0;
}

.noologin ul li {
    display: inline-block;
    position: relative;
}

.noologin ol li {
    display: block;
    float: none;
}

.noologin ul a {
    display: block;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

.noologin ol a {
    padding: 0;
}

.noologin-fieldset input.input-small {
    width: 225px;
}

.noologin-form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
}

.noologin-form #nologin_login {
}

#noologin_register {
}

.noologin-greeting {
    float: left;
    line-height: 25px;
}

.noologout-button {
    float: left;
    margin: 0 0 0 0px;
}

.noologout-button .btn {
}

.control-group .recaptcha_theme_clean{
	min-width: 450px !important;
}</pre></body></html>