/**
 *
 * @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-qte { 
	color: #FFF;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(2%, rgba(241,111,92,1)), color-stop(23%, rgba(240,47,23,1)), color-stop(99%, rgba(137,22,22,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 2%, rgba(240,47,23,1) 23%, rgba(137,22,22,1) 99%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 2%, rgba(240,47,23,1) 23%, rgba(137,22,22,1) 99%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 2%, rgba(240,47,23,1) 23%, rgba(137,22,22,1) 99%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 2%, rgba(240,47,23,1) 23%, rgba(137,22,22,1) 99%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2.1px;
    overflow: hidden;

}

.qte_topicsolved-qte{ 
	color: #FFF;
	background: rgba(91,247,52,1);
	background: -moz-linear-gradient(top, rgba(91,247,52,1) 0%, rgba(48,130,29,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(91,247,52,1)), color-stop(100%, rgba(48,130,29,1)));
	background: -webkit-linear-gradient(top, rgba(91,247,52,1) 0%, rgba(48,130,29,1) 100%);
	background: -o-linear-gradient(top, rgba(91,247,52,1) 0%, rgba(48,130,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(91,247,52,1) 0%, rgba(48,130,29,1) 100%);
	background: linear-gradient(to bottom, rgba(91,247,52,1) 0%, rgba(48,130,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bf734', endColorstr='#30821d', GradientType=0 );
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2.1px;
    overflow: hidden;

}

.qte_support-qte{ 
	border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 1px 5px 1px 1px;
    padding: 0 3px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	background: #e5ffdf none repeat scroll 0 0;
    border-color: #43a347;
    color: #4C5D77;
}


/*	Access */

.qte_nak_a-qte,
.qte_mwb_a-qte,
.qte_kl_a-qte,
.qte_ec_a-qte,
.qte_email_a-qte,
.qte_dtt_a-qte,
.qte_bu_a-qte,
.qte_ae_a-qte,
.qte_aw_a-qte,
.qte_search_a-qte,
.qte_snippets_a-qte,
.qte_tent_a-qte {
	border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 1px 5px 1px 1px;
    padding: 0 3px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	background: #B9151C none repeat scroll 0 0;
    border-color: #B9151C;
    color: #ffffff;
	box-shadow: 1px 2px 3px #E9AC66;
	border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; 
	height: 18px;
}

.qte_nak_a-qte:before,
.qte_mwb_a-qte:before,
.qte_kl_a-qte:before,
.qte_ec_a-qte:before,
.qte_email_a-qte:before,
.qte_dtt_a-qte:before,
.qte_bu_a-qte:before,
.qte_ae_a-qte:before,
.qte_aw_a-qte:before,
.qte_search_a-qte:before,
.qte_snippets_a-qte:before,
.qte_tent_a-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/access_ok.png") no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

/* Excel */
.qte_tent_e-qte,
.qte_addins_e-qte,
.qte_snippets_e-qte {
	border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 1px 5px 1px 1px;
    padding: 0 3px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	background: #207245 none repeat scroll 0 0;
    border-color: #207245;
    color: #ffffff;
	box-shadow: 1px 2px 3px #E9AC66;
	border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; 
	height: 18px;
}
.qte_tent_e-qte:before,
.qte_addins_e-qte:before,
.qte_snippets_e-qte:before {
    content: "";
    display: inline-block;
    background: url("https://offorum.eu/styles/ofmain/images/fora/excel_ok.png") no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

/*	Word */
.qte_ols_w-qte,
.qte_docsec_w-qte,
.qte_chff_w-qte,
.qte_docprint_w-qte,
.qte_settings_w-qte,
.qte_failprob_w-qte,
.qte_importgeg_w-qte,
.qte_macro_w-qte,
.qte_vba_w-qte,
.qte_oki_w-qte,
.qte_fieldform_w-qte,
.qte_see_w-qte,
.qte_mergedocs_w-qte,
.qte_complexdoc_w-qte,
.qte_grafdiag_w-qte,
.qte_table_w-qte,
.qte_docfile_w-qte,
.qte_general_w-qte,
.qte_drawform_w-qte,
.qte_paraform_w-qte,
.qte_displayhelp_w-qte,
.qte_pagelayout_w-qte,
.qte_spelgram_w-qte,
.qte_styles_w-qte,
.qte_typeedit_w-qte,
.qte_workfast_w-qte,
.qte_customize_w-qte,
.qte_figobj_w-qte,
.qte_tent_w-qte {
	border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 1px 5px 1px 1px;
    padding: 0 3px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	background: #2064C2 none repeat scroll 0 0;
    border-color: #2064C2;
    color: #ffffff;
	box-shadow: 1px 2px 3px #FFAA66;
	border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; 
	height: 18px;
}

.qte_ols_w-qte:before,
.qte_docsec_w-qte:before,
.qte_chff_w-qte:before,
.qte_docprint_w-qte:before,
.qte_settings_w-qte:before,
.qte_failprob_w-qte:before,
.qte_importgeg_w-qte:before,
.qte_macro_w-qte:before,
.qte_vba_w-qte:before,
.qte_oki_w-qte:before,
.qte_fieldform_w-qte:before,
.qte_see_w-qte:before,
.qte_mergedocs_w-qte:before,
.qte_complexdoc_w-qte:before,
.qte_grafdiag_w-qte:before,
.qte_table_w-qte:before,
.qte_docfile_w-qte:before,
.qte_general_w-qte:before,
.qte_drawform_w-qte:before,
.qte_paraform_w-qte:before,
.qte_displayhelp_w-qte:before,
.qte_pagelayout_w-qte:before,
.qte_spelgram_w-qte:before,
.qte_styles_w-qte:before,
.qte_typeedit_w-qte:before,
.qte_workfast_w-qte:before,
.qte_customize_w-qte:before,
.qte_figobj_w-qte:before,
.qte_tent_w-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/word_ok.png") no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

/*	Outlook */
.qte_tent_ol-qte {
	border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 1px 5px 1px 1px;
    padding: 0 3px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	background: #50D9FF none repeat scroll 0 0;
    border-color: #50D9FF;
    color: #ffffff;
	box-shadow: 1px 2px 3px #FFAA66;
	border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; 
	height: 18px;
}

.qte_tent_ol-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/outlook_ok.png") no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

/*	Powerpoint */
.qte_tent_ppt-qte {
	border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 1px 5px 1px 1px;
    padding: 0 3px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
	background: #C84825 none repeat scroll 0 0;
    border-color: #C84825;
    color: #ffffff;
	box-shadow: 1px 2px 3px #66AAFF;
	border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px; 
	height: 17px;
}

.qte_tent_ppt-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/powerpoint_ok.png") no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

.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;
}

.qte_emini-qte {
	color: #FFF;
	background-color: #207245;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	height: 17px;
	font-weight: bold;
	display: inline-block;
 }

.qte_emini-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/excel_ok.png") no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

.qte_amini-qte {
	color: #FFF;
	background-color: #A4373A;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	height: 17px;
	font-weight: bold;
	display: inline-block;
}

.qte_amini-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/access_ok.png") no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 12px 0 4px;
}

.qte_info-qte,
.qte_question-qte {
	color: #FFF;
	background-color: #0ABABA;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	font-weight: bold;
	display: inline-block;
	height: 18px;
}

.qte_info-qte:before,
.qte_question-qte:before {
    content: "";
    display: inline-block;
	border-right: 1px;
	border-color: #FFFFFF;
    background: url("https://offorum.eu/styles/ofmain/images/fora/office_ok.png") no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    margin: 0 12px 0 4px;


/* To Do Admin gedeelte	*/
.qte_ntd_td-qte {
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px;
	border: 1px solid #000000;
	border-radius: 98px;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -moz-linear-gradient(top, #000000, #000000);
	background: linear-gradient(to bottom, #000000, #000000);
	font: normal normal bold 10px verdana;
	color: #ff0000;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.qte_started_td-qte {
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px;
	border: 1px solid #00AA00;
	border-radius: 98px;
	background: #00FF00;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF00), to(#00EE00));
	background: -moz-linear-gradient(top, #00FF00, #00EE00);
	background: linear-gradient(to bottom, #00FF00, #00EE00);
	font: normal normal bold 10px verdana;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.qte_done_td-qte {
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px;
	border: 1px solid #0000AA;
	border-radius: 98px;
	background: #0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000EE));
	background: -moz-linear-gradient(top, #0000FF, #0000EE);
	background: linear-gradient(to bottom, #0000FF, #0000EE);
	font: normal normal bold 10px verdana;
	color: #FF6600;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}