/* Reset */
body, img, p, h1, h2, h3, h4, h5, h6, ul, ol
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
/* End Reset */



/* Colors */
.color-yellow
{
    background: #f2bc00;
}
.color-red
{
    background: #dd0000;
}
.color-blue
{
    background: #148ea4;
}
.color-white
{
    background: #dfdfdf;
}
.color-orange
{
    background: #f66e00;
}
.color-green
{
    background: #8dc100;
}
.color-yellow h3, .color-white h3, .color-green h3
{
    color: #000;
}
.color-red h3, .color-blue h3, .color-orange h3
{
    color: #FFF;
}
/* End Colors */

/* Head section */
#head
{
    background: #000 ;
    height: 100px;
}
#head h1
{
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(images/inettuts.png) no-repeat center;
    text-indent: -9999em;
}
/* End Head Section */

/* Columns section */
#columns .column
{
   
    height: auto !important;
  
}
#columns .columnLYT1
{
    float: left;
    width: 100%;
    /* Min-height: */
    min-height: 400px;
    height: auto !important;
    /* height: 400px; */
}

#columns .columnLYTLF2  /* First column two columns layout: */
{
    float: left;
    width: 57%;
    min-height: 400px;
    height: auto !important;
    /* height: 400px; */
    margin-right: 3%;
}
#columns .columnLYTLS2  /* Second column for two columns layout: */
{
    float: left;
    width: 40%;
    min-height: 400px;
    height: auto !important;
    /* height: 400px; */
}
#columns .columnLYTRF2  /* First column two columns layout: */
{
    float: left;
    width: 40%; 
    min-height: 400px;
    height: auto !important;
    /* height: 400px; */
    margin-right: 3%;
}
#columns .columnLYTRS2  /* Second column for two columns layout: */
{
    float: left;
    width: 57%;
    min-height: 400px;
    /* height: 400px; */
    height: auto !important;
}
#columns .columnLYT3
{
    float: left;
    width: 31%;
    min-height: 400px;
    height: auto !important;
    /* height: 400px; */
    margin-right: 3.5%;
}
#columns .columnLYT3R
{
    float: left;
    width: 31%;
    min-height: 400px;
    height: auto !important;
    /* height: 400px; */
}

.column-div {
    float: left;
    width: 60%;
    /* Min-height: */
    /* min-height: 400px; */
    height: auto !important; 
    /* height: 400px; */
}

/* Column dividers (background-images) 
	#columns #column1 { background: url(images/column-bg-left.png) no-repeat right top; }
	#columns #column3 { background: url(images/column-bg-right.png) no-repeat left top; }
: */
.page-title
{
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 17px;
    min-height: 30px;
}

.widget
{
    text-align: left;
    margin-bottom: 20px;
}

.widget .widget-head
{
    background: #D6D6D6;
    overflow: hidden;
    line-height: 30px;
    border-top: 3px solid #000;
    clear: both;
}
.widget .widget-head h3
{
    padding: 0px 0px 0px 30px;
    float: left;
    background: url(images/icon-module-orange.png) no-repeat 7px 7px;
   
}
.widget .widget-content
{
    line-height: 1.3em;
    font-size: 0.9em;
    padding: 12px;
    background: #FFFEF2;
    border-left: 5px solid #D6D6D6;
    border-right: 19px solid #F8F8F8;
}
.widget .widget-content-scroll
{
    line-height: 1.3em;
    font-size: 0.9em;
    padding: 12px;
    background: #FFFEF2;
    border-left: 5px solid #D6D6D6;
    border-right: 1px solid #C7C7C7;
}
.widget .widget-footer
{
    background: url(images/widget-bottom-corner.png) no-repeat bottom right #EBEBEB;
    height: 44px;
    border-left: 5px solid #D6D6D6;
}
.widget .widget-footer-button
{
    display: none;
    padding-right: 20px;
    float: right;
    position:relative;
    top:9px;
    text-align:center;
}

.widget .widget-footer-foldersbutton 
{
	padding-top:9px;
	padding-left:9px;
}

.widget-content-selector
{
    line-height: 1.3em;
    font-size: 0.85em;
    padding: 0px;
    background: #FFFEF2;
    border-left: 5px solid #D6D6D6;
}
.widget .widget-selector
{
    float: right;
    margin-top: 12px;
}
.widget .widget-selector li
{
    float: left;
    padding-top: 10px;
    width: 82px;
    height: 27px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.widget .widget-selector li a
{
    color: #666666;
}
.widget .widget-selector .selected
{
    background: url(images/widget-selector-background.png) no-repeat;
}
.widget .widget-content-editor
{
    line-height: 1.3em;
    font-size: 0.9em;
    padding: 0px 0px 22px 0px;
    background: #FFFEF2;
    border-top: 2px solid #AAA;
    clear: both;
}

/** les fields multilingues seront sur fond gris avec right corner rond. les fields unilingues auront un background d'une autre couleur (jaune) */
.widget .widget-content-editor .localizedFields 
{
    background: url(images/widget-bottom-corner.png) no-repeat bottom right #EBEBEB;
}

/** Styles pour les messages de feedbacks */
.feedbackWarnMessage 
{
    color:#FFF;
    background-color:#AA0000;
    font-weight:bold;
}
    
.feedbackSuccessMessage 
{
    color:#FFF;
    background-color:#009900;
    font-weight:bold;
}
    
#feedbackPanel 
{
    position: absolute;
    display:none;
    padding:10px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
}

/*
#columns .widget .widget-content pre
{
    padding: 0.5em 5px;
    font-size: 12px;
}
#columns .widget .widget-content ul
{
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li
{
    padding: 3px 0;
}
#columns .widget .widget-content ul.images
{
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li
{
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img
{
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
*/
/* End Columns section */
/*
 *  RESPONSIVE
 ----------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
	form div.inner .inner p input[type=checkbox]:nth-of-type(4),
	form div.inner .inner p label + span.aspNetDisabled:nth-of-type(4) {
		clear: left;
	}
}
@media only screen and (min-width: 968px) and (max-width: 1000px) {
	form div.inner .inner p input[type=checkbox]:nth-of-type(3n + 1),
	form div.inner .inner p label + span.aspNetDisabled:nth-of-type(3n + 1) {
		clear: left;
	}
}
@media only screen and (min-width: 652px) and (max-width: 968px) {
	form div.inner .inner p input[type=checkbox]:nth-of-type(2n + 1),
	form div.inner .inner p label + span.aspNetDisabled:nth-of-type(2n + 1) {
		clear: left;
	}
}
@media only screen and (max-width: 968px) {
	.bodyplh {
		padding-top: 0;
	}
	.WizHeader {
		position: relative;
	}
	.info-container {
		position: initial;
		width: 100%;
	}
	.info-details {
		border-radius: 0;
		margin: 0;
	}
	.info-box {
		border-radius: 0;
	}
        .info-box .info-tooltip {
            width: 100%;
            border-radius: 0;
        }
	#progressbar {
		position: absolute;
		width: 100%;
		border-radius: 0;
		bottom: -12px;
	}
		#progressbar .ui-progressbar .ui-progressbar-value {
			border-radius: 0;
		}
	#pbLabelplh {
		position: absolute;
		bottom: 0;
		display: none !important;
	}
	.wizard-step {
	}
	textarea {
		width: calc(100% - 0.5em);
	}
}
@media only screen and (max-width: 652px) {
	form div.inner .inner p input[type=checkbox],
	form div.inner .inner p label + span.aspNetDisabled {
		clear: left;
		width: 100% auto;
	}
}
