/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   PRINT PAGE styles
   ========================================================================== */

body.contentpane {
    line-height: 18px;
    margin     : 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size  : 12px;
    padding    : 10px !important;
    background : #fff;
}

dd,
dt,
dl {
    margin: 0;
}

dl.article-info {
    margin: 10px 0;
}

dt.article-info-term {
    font-weight: bold;
}

.article-info dd {
    font-size  : 0.9em;
    line-height: 1.5em;
    margin     : 0;
}

ul.actions li {
    background: none;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin     : 0px 0px 5px 0px;
    line-height: 120%;
    font-weight: normal;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

p {
    margin : 5px 0px;
    padding: 0px;
}

ul {
    margin    : 5px 0;
    padding   : 0;
    list-style: square inside;
}

ul li {
    margin: 0 0 0 3px;
}

a:link,
a:visited {
    color: #0088CC;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.contentpane .btn,
.contentpane .btn a {
    text-decoration: none !important;
}

/* DJ */
input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.moduletable>h3 {
    display: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display       : inline-block;
    height        : 36px;
    line-height   : 36px;
    border-radius : 0;
    font-family   : inherit;
    font-size     : 14px;
    font-weight   : 300;
    padding       : 0 8px;
    vertical-align: middle;
    border        : 1px solid #dad9d5;
    color         : #555;
    background    : #f6f6f6;
    box-sizing    : border-box;
}

textarea {
    height     : auto;
    line-height: 1.2;
    padding    : 8px;
}

.form-horizontal .control-group label#jform_captcha-lbl {
    display: none;
}