/* ======================================================
# Improve my City for Joomla! - v4.2.0 (Pro version)
# -------------------------------------------------------
# For Joomla! CMS
# Author: Web357 (Yiannis Christodoulou)
# Copyright (©) 2009-2019 Web357. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Website: https:/www.web357.com/
# Demo: https://demo.web357.com/joomla/parapona
# Support: support@web357.com
# Last modified: 20 Dec 2019, 02:25:51
========================================================= */

body {
    /* Helvetica/Arial-based sans serif stack */
    /*font-family:
            Frutiger, "Frutiger Linotype",
            Univers,
            Calibri,
            "Gill Sans", "Gill Sans MT",
            "Myriad Pro", Myriad,
            "DejaVu Sans Condensed",
            "Liberation Sans",
            "Nimbus Sans L",
            Tahoma,
            Geneva,
            "Helvetica Neue", Helvetica,
            Arial,
            sans-serif;*/
}

.front-end-edit ul {
    padding: 0 !important;
}
.front-end-edit li {
    list-style: none;
    margin-bottom: 6px !important;
}
.front-end-edit label {
    margin-right: 10px;
    display: block;
    float: left;
    text-align: right;
    width: 100px !important;
}
.front-end-edit .radio label {
    float: none;
}
.front-end-edit .readonly {
    border: none !important;
    color: #666;
}
.front-end-edit #editor-xtd-buttons {
    height: 50px;
    width: 600px;
    float: left;
}
.front-end-edit .toggle-editor {
    height: 50px;
    width: 120px;
    float: right;
}

#jform_rules-lbl{
    display:none;
}

#access-rules a:hover{
    background:#f5f5f5 url('../images/slider_minus.png') right  top no-repeat;
    color: #444;
}

fieldset.radio label{
    width: 50px !important;
}

form div.button-div{
    margin-left: 110px;
}

.imc-dates {
    margin: 5px 0 30px 0;
}

hr.imc-form-hr {padding: 0; margin: 0;}