/**
 *
 * @package Quick Title Edition Extension
 * @copyright (c) 2015 ABDev
 * @copyright (c) 2015 PastisD
 * @copyright (c) 2015 Geolim4 <http://geolim4.com>
 * @copyright (c) 2015 Zoddo <zoddo.ino@gmail.com>
 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
 *
 */

/* selector */
fieldset.attribute {
    text-align: right;
    margin-top: 15px;
    height: 2.5em;
}

/* attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight:bold; }

/* imageset */
.imageset.qte_solved {
    background-image: url("./images/icon_topic_solved.gif");
    padding-left: 16px;
    padding-top: 16px;
}

.imageset.qte_cancelled {
    background-image: url("./images/icon_topic_cancel.gif");
    padding-left: 16px;
    padding-top: 16px;
}

/* attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight:bold; }

.qte_topicsolved { 
    color: #000;
    background-color: #8db600; /*#cfc*/
    padding: 1px 6px;
    /*border-radius: 6px;
    border: 1px solid #ccc;
    font-weight: bold;*/
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.1em 0.3em 0.1em;
    overflow: hidden;
    font-weight: bold;    
}

.qte_topicinfo { 
    color: #000;
    background-color: #fada5e;  /*#ffc*/
    padding: 1px 6px;
    /*border-radius: 6px;
    border: 1px solid #ccc;
    font-weight: bold;*/
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.1em 0.3em 0.1em;
    overflow: hidden;
    font-weight: bold;    
}

.qte_admin {
    color: #FFF;
    border-color: #D9534F;
    background: #BB2526;
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.1em 0.3em 0.1em;
    overflow: hidden;
    font-weight: bold;
}

.qte_idea {
    color: #FFF;
    border-color: #C2E2A4;
    background: #5cb85c;
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.1em 0.3em 0.1em;
    overflow: hidden;
    font-weight: bold;
}

.qte_question {
    color: #FFF;
    border-color: #2aa9a3;
    background: #55c5c1;
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.1em 0.3em 0.1em;
    overflow: hidden;
    font-weight: bold;
}
