﻿/****************************************
/
/  Class pour le css admin au format quicksite
/
/ **************************************/
html {
	min-height:100%;
}

body
{
	height:100%;
	margin:0;
	background-color: #fff;
	font: normal 11px Tahoma, sans-serif;
}
tr {
    text-align: left;
}
td {
	color: #000000;
	vertical-align:top;
}
select, td, .body-options, input, label, textarea {
	font: normal 11px Tahoma, sans-serif;
}

th {
	font: normal 12px Tahoma, sans-serif;
}

A, A:link, A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	cursor: pointer;
	color: #599D44;
}

.param-list thead tr 
{
	height:40px;
	background: url("/qsPortal/Themes/Default/Images/nav-bg-list.jpg") left repeat-x ;
}

.param-list thead td
{
	font-size: 12px;
    font-weight: bold;
	color: #000000;
/*	background-color: #2597CD;*/
	padding: 3px 5px 3px 5px;
	border-left: solid 1px #ffffff;
}

.param-list thead td a
{
	font-size: 12px;
    font-weight: bold;
	color: #000000;
	cursor:pointer;
}
BODY, DIV, TABLE, TR, TD, SPAN, P, LI, UL {
         /* -moz-box-sizing:border-box; bugfix html5 */
}
.syspopupMenu, #syseditMenuD
{
	width : 140px;
}
.tablecustomdataview
{
	/* width: 100%; bugfix html5 */
}
.tablecustomdataview .textarea.editable 
{
    width:550px;
    height:300px;
}

.tablecustomdataview .Col1
{
	width: 170px;
	vertical-align: top;
	padding-top: 2px;
}
.tablecustomdataview ul, .tablecustomdataview ul li
{
	list-style:none;
}
.tablecustomdataview ul
{
	margin:0px;
	padding:0px;	
}

/* DTA Class pour le module auto-completer */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #dbf1f9;
}

.ac_over {
	background-color: #98D1EF;
	color: #000000;
}


/* Nouvelle classe de définition pour les propriétés futurs */

ul.paramlist
{
	list-style:none;
	width: 100%;
	padding: 0px;
	margin:0px;
}
ul.paramlist .textbox
{
	width: 90%;
	margin-bottom:3px;
}
ul.paramlist .textarea
{
	width: 90%;
	height: 80px;
	margin-bottom:3px;
}

ul.paramlist li
{
	margin-bottom:8px;
}
ul.paramlist .col1
{
	vertical-align: top;
	padding-top: 2px;
}
ul.paramlist .textcount-label
{
	color: red;
}

ul.paramlist .textcount-ok
{
	color: #2b85bb;
}
ul.paramlist span.label
{
	display:inline-block;
	margin-bottom:5px;
}
ul.paramlist span.label-info
{
	width: 150px;
}
ul.paramlist span.help
{
	margin-left: 8px;
	margin-bottom:5px;
	display: inline-block;
	color: #aa99aa;
}
ul.paramlist span.help a
,ul.paramlist span.help a:visited
,ul.paramlist span.help a:hover{
		color: #aa99aa;
}

div.help
{
	color: #aa99aa;
}
ul.paramlist h2.title
{
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.paramlist b
{
	color: #98d1ef;
}
ul.paramlist .textgray
{
	color: #CCCCCC;
}


/** propriété SEO ***/

#formSEO .label-info
{
	margin-top: 5px;
}

#seo_strSEOTitle,
#seo_strSEOUrl
{
	display:inline-block;
	margin-top: 5px;
	margin-bottom:5px;
}

#formSEO span.value
{
	margin-bottom:5px;
	display:inline-block;
	
}

#formSEO #urlaliasinfo
{
	color: red;
	margin-bottom:5px;
}


#formSEO .global-properties
{
	margin-bottom: 10px;
}


select.securitylist 
{
	width: 250px;
}
div.ownerlist select
{
	width: 580px;
}

h2.title {
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 8px;
    padding: 0;
}

/* openingHours */


.openingHourEditGroup h3,
.openingHourEditSpecified h3
{
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 8px;
    padding: 0;
}
.openingHourEditGroup table,
.openingHourEditSpecified table
{
	width: 100%;
}

.openingHourEditTable .col1
,.openingHourEditTable .col2
{
	width: 100px;
}
.openingHourEditTable .col3
{
	width: 150px;
}

.openingHourEditSpecified .col1
,.openingHourEditSpecified .col2
{
	width: 200px;
}
.openingHourEditSpecified .col3
{
	width: 150px;
}

.openingHourEditGroup .colbuttons a,
.openingHourEditSpecified .colbuttons a
{
    margin-left: 10px;
}


/* Editeur html */
	
.text-content
{
	margin: 10px;
}
.text-content td
{
	padding:2px; 
}

.color-red
{
	color: #ff4545;
}

/* Nouvelle classe pour l'éditeur Html5 TinyMCE */

.html5-content-zone 
{
    margin-top:20px;
    margin-bottom:20px;
}

/* Classe pour les selectbox utilisés dans QuickEdit */
.TagInputList .selectbox {
    width:280px;
}
.currentuploadfile {
	width:219px;
	display:inline-block;
	padding:3px;

}