/* CSS Document */

html{overflow-y: scroll;}
body{text-align:left; margin:0; padding:0; font-family:Lucida Grande, Arial; font-size:13px; background-color:#ebebeb; color:#464646; }

.wrapper{
/*  margin:0 auto; */
/*  width:960px; */
    margin:20px;
}
    
.content{
    background-color:#FFFFFF;
    border:1px solid #bab9b9;
    text-align:left;
    border-radius:10px;
    margin:0 0 15px 0;
    padding:10px;
}

#index-content {
    width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 100px;
}

#index-content .loginError {
    color: #FF0000;
    font-weight: bold;
}

#index-content form {
    width: auto;
}

#index-content form input[type=text], #index-content form input[type=password] {
    width: 300px;
    height: 30px;
    font-weight: bold;
    padding: 2px 5px;
}

#index-content form input[type=submit] {
    margin-top: 20px;
    width: 200px;
    height: 30px;
    font-weight: bold;
    padding: 2px 5px;
}


.in{
/*  width:910px; */
/*  margin:25px auto; */
    text-align:left;
}

.in h1{
    float:left;
}

.line{border-top:1px solid #bab9b9; height:1px; }

/*.............................................................General.................... */

h1, h2, h3 {margin:0; padding:0; }

h1{font-size:30px;}

h2{font-size:20px;}

.author p{margin:0; padding:0; }

.forms{line-height:2em; }

a:link, a:visited{color:#257EAC; text-decoration:none;}

a:hover{color:#5C9FC1;}

.v_line{padding:0 8px; color:#999999;}

.tableLine1{background-color:#FFFFFF;}
.tableLine2{background-color:#EBEBEB;}

table.largeTable{width:100%;}
/* table.largeTable tr.tableLine1:hover, table tr.tableLine2:hover, table.largeTable tr.tableLine1 a:hover, table tr.tableLine2 a:hover{
    color:#FFFFFF;
    background-color:#5C9FC1;
} */
table.largeTable tr td {
	height:40px;
	border-bottom: 1px solid #bab9b9;
}
table.largeTable th {
	border-bottom: 2px solid #000000;
}
table.largeTable td {
	padding: 10px;
	text-align:left;
	max-width: 200px;
}
.pagination {
    margin:20px 0 20px 0;
/*  float:left; */
}

.pagination span{
    background-color: #464646;
    border: 1px solid #EBEBEB;
    color: #FFFFFF;
    margin: 0 1px;
    padding: 3px 6px;
}
.pagination .active{
    color:#464646;
    background-color:#FFFFFF;
    text-decoration:none;
}
.pagination span a:link, .pagination span a:active, .pagination span a:visited{
    color:#FFFFFF;
    text-decoration:none;
    display:inline-block;
}
/* .pagination span:hover{ */
/*     background-color:#FFFFFF; */
/* } */
.pagination span a:hover{
    color:#464646;
    background-color:#FFFFFF;
    text-decoration:none;
    display:inline-block;
}

select.big {
    height: 30px;
    padding: 5px 10px;
    width: 350px;
}


.floatLeft {
    float:left;
    margin-left:10px;
}

.left {
    float: left;
    margin-right: 30px;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

/*.............................................................Header.................... */

.logo{
    float:left;
/*  margin:25px 0; */
    margin-right:20px;
    width:200px;
    height:75px;
}

.txt_right{
    float:right;
/*  margin-top:15px; */
    text-align:right;
}

form#form_select_site {
    float:right;
}

/*.............................................................Form.................... */

.box{border:1px solid #bab9b9; padding:10px; color:#707070; font-size:14px; border-radius:5px;}

.com_btn{margin:0px; padding:10px 20px; border:0px; background-color:#257EAC; color:#fff; font-size:14px; border-radius:5px;}
.com_btn:hover {background-color:#5C9FC1;}
.com_btn a {color:#fff;}

/*.............................................................Check YES or NO.................... */

.info{ margin:25px; text-align:left; padding:10px 15px; border:1px solid #bab9b9; background-color:#f7f7f7;border-radius: 5px;}

.icon{padding-right:8px; float:left;}

/*..................................................... Navigation .....................*/  

/*
.navigation{
    background-color: #464646;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.navigation ul{ margin:0px; padding:0px; }

.navigation ul li{list-style:none; float: left; margin: 0; padding: 0; font-weight:normal; }

.navigation li a{float:left; color:#fff; margin: 0; font-size: 14px; text-decoration: none; padding:20px 30px; }

.navigation li a:hover { color:#FFFFFF; background-color:#5C9FC1; }

.navigation li .active { color:#FFFFFF; background-color:#257EAC; }

.navigation li .first { border-top-left-radius:10px; border-bottom-left-radius:10px; }
*/
.clear{clear:both;}


#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
   /* width: 960px; */
    float: left;
    margin: 15px 10px;
    border: 1px solid #222;
    background-color: #464646;
    background-image: -moz-linear-gradient(#444, #464646); 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#464646));    
    background-image: -webkit-linear-gradient(#444, #464646);  
    background-image: -o-linear-gradient(#444, #464646);
    background-image: -ms-linear-gradient(#444, #464646);
    background-image: linear-gradient(#444, #464646);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}

#menu li {
    float: left;
    border-right: 1px solid #222;
    -moz-box-shadow: 1px 0 0 #444;
    -webkit-box-shadow: 1px 0 0 #444;
    box-shadow: 1px 0 0 #444;
    position: relative;
}

#menu li:hover {
    background-color: #5C9FC1;
}

#menu a {
    float: left;
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #fafafa;
}

#menu li.active {
    background-color: #257EAC;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 9999;    
    background: #444;
    background: -moz-linear-gradient(#444, #464646);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#464646));
    background: -webkit-linear-gradient(#444, #464646);    
    background: -o-linear-gradient(#444, #464646); 
    background: -ms-linear-gradient(#444, #464646);    
    background: linear-gradient(#444, #464646);
    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    -moz-box-shadow: 0 1px 0 #464646, 0 2px 0 #666;
    -webkit-box-shadow: 0 1px 0 #464646, 0 2px 0 #666;
    box-shadow: 0 1px 0 #464646, 0 2px 0 #666;
}

#menu ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
/*     width: 180px; */
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #5C9FC1;
    background-image: -moz-linear-gradient(#04acec,  #5C9FC1);  
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#5C9FC1));
    background-image: -webkit-linear-gradient(#04acec, #5C9FC1);
    background-image: -o-linear-gradient(#04acec, #5C9FC1);
    background-image: -ms-linear-gradient(#04acec, #5C9FC1);
    background-image: linear-gradient(#04acec, #5C9FC1);
}

#menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/*............................... Search Form.....................*/    

#searchform{ position:absolute; top:13px; right:15px;}

.search_box{ padding:6px; color:#999999; font-size:13px; margin:0; background-color:#FFFFFF; border:1px solid #ccc;}

.search_btn{margin:0 0 0 5px; padding:6px; border:0px; background-color:#f7941d; color:#fff; height:30px; font-size:13px; }

/*.............................................................Footer................... */

.footer{text-align:right; margin-bottom:40px;}

/*.............................................................Table................... */

/* td { padding: 10px; text-align:left; } */

.gray td {background-color:#f7f7f7;}

.table_main { border-top: 1px solid #bab9b9; border-right: 1px solid #bab9b9; border-left: 1px solid #bab9b9;}

.table_main .active {background:url(/images/active_small.gif) center left no-repeat; padding-left:15px;}
.table_main .error {background:url(/images/error_small.gif) center left no-repeat; padding-left:15px;}
.table_main .save {background:url(/images/save_small.gif) center left no-repeat; padding-left:15px;}
.table_main .alert {background:url(/images/alert_small.gif) center left no-repeat; padding-left:15px;}
.table_main .edit {background:url(/images/edit_small.gif) center left no-repeat; padding-left:15px;}

/* tr td {border-bottom: 1px solid #bab9b9;} */

table.smallTable {
    width:500px;
}
table.smallTable tr td {
    height:20px;
}

/*.............................Accueil.................................*/

#listChoiceWebSite{

}
.choiceWebSite{
/*  width:220px; */
/*  height:134px; */
}
.loader{
    width:190px;
    height:116px;
	background-image:url('/images/loading.gif') no-repeat center center;
}
.site-content {
    border: 1px solid #EBEBEB;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 7px;
    float:left;
    margin:20px 10px;
    text-align: center;
    cursor: pointer;
}
.site-content:hover{
    background-color:#5C9FC1;
    color:#FFFFFF;
}
.site-content-active{
    border: 1px solid #EBEBEB;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 7px;
    float:left;
    margin:20px 10px;
    text-align: center;
    background-color:#5C9FC1;
    color:#FFFFFF;
    cursor: pointer;
}

.indexSiteName{
    margin-top:2px;
}

.hiddenWebSiteUrl{
    display:none;
}


.link-search {
    float: right;
    text-align: right;
    height: 36px;
    line-height: 36px;
    background-image: url("/images/loupe.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 22px;
}

#search-zone {
    margin: 20px 0;
}

.textareaEditable{
    width:120px;
    height:110px;
    display:none;
    font-family:Lucida Grande, Arial;
    font-size:13px;
}

.selectEditable{
    width:120px;
    display:none;
    font-family:Lucida Grande, Arial;
    font-size:13px;
}

.inputEditable{
    width:120px;
    display:none;
    font-family:Lucida Grande, Arial;
    font-size:13px;
}


#debug {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin: 5px 30px;
    padding: 5px;
    position: absolute;
    z-index:1000;
    top:0;
    left:0;
}

.originalEntry {
    color: #878787;
    font-style: italic;
}

#globalOptions {
    margin-top:20px;
    float:right;
}



/* Custom forms */
form {
    width:380px;
}

form.largeForm {
    width: 760px;
}

form label {
     display: block;
     width: 200px;
     float:left;
}

form input[type="text"], form input[type="password"], form textarea, form select {
     width: 200px;
}
form select {
     width: 142px;
}

form textarea {
     height: 50px;
     width: 200px;
}

form .buttonsBox {
     border-top: 1px solid #A6A6A6;
     padding-top: 10px;
}

form input[type=submit]{
    font-size:15px;
    font-weight:bold;
}

.error{
    color: #ff0000;
    border-radius: 10px 10px 10px 10px;
}

.content a img {
    vertical-align: middle;
}

#search-zone form {
    width:100%;
}

form radio {
    float: left;
    margin: 10px;
}

form label.radio {
    display: inline;
    float: none;
    margin-right: 20px;
}

#loading {
    display:none;
    background-image: url("/images/transparentbg.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    padding-top: 200px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#loading span {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

#websitesCheckboxList {
    display: inline-block;
}

.oneWebsite {
    display: block;
    margin-bottom: 10px;
}

#websitesCheckboxList input[type=text] {
    width: 100px;
}

.green {
    color: #009900;
}
.orange {
    color: #FF6600;
}
.red {
    color: #CC0000;
}
.bold {
    font-weight: bold;
}

.multiplecolumns 
{
    height: 100px;
    -moz-column-width: 130px;
    -webkit-column-width: 130px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-rule: 1px solid #ddccb5;
    -webkit-column-rule: 1px solid #ddccb5;
}

.fourofourcontainer {
    width: 100%;
    text-align: center;
}

.fourofour {
    width: 600px;
    text-align: center;
    color: #E56A42;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
}

form.inlineForm {
    width: 100%;
    margin: 20px 0;
}
form.inlineForm > p {
    display: inline;
    float: none;
}
form.inlineForm > p > label {
    display: inline;
    float: none;
}
form.inlineForm > p > input {
    display: inline;
    float: none;
    margin-right: 10px;
}


table.tableWithBorders {
    border: 1px solid #BAB9B9;
    border-collapse: collapse;
}

table.tableWithBorders td, table.tableWithBorders th {
	border: 1px solid #BAB9B9;
	padding: 10px;
}

table.tableWithBorders th.tableLabel, table.tableWithBorders td.tableLabel {
    width: 240px;
}
table.tableWithBorders th.tableValue, table.tableWithBorders td.tableValue {
    width: 50px;
    text-align: center;
}

.emptyTableCell {
	background-color: #CCCCCC;
}



/* Information boxes */
.info,.success,.warning,.error,.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 10px 10px 10px 10px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("/images/icon_info.png");
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url("/images/icon_success.png");
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("/images/icon_warning.png");
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("/images/icon_error.png");
}

.largeTable tr.elementToDelete td {
	height: 10px;
	color: #ABABAB;
}

.largeTable tr.elementToDelete td {
    height: 10px;
    color: #ABABAB;
    padding-top:0;
    padding-bottom:0;
}

.backgroundTableSuccess {
    background-color: #DFF2BF;
}

.backgroundTableError {
    background-color: #F8A2A2;
}

.backgroundTableWarning {
    background-color: #EDD39F;
}
.backgroundTableWarningGradient {
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#EDD39F),
        to(#fff)
    );
    background: -webkit-linear-gradient(
        top,
        #EDD39F,
        #fff
    );
    background: -moz-linear-gradient(
        top,
        #EDD39F,
        #fff
    );
    background: -o-linear-gradient(
        top,
        #EDD39F,
        #fff
    );
    background: linear-gradient(
        top,
        #EDD39F,
        #fff
    );
}
.backgroundTableErrorGradient {
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#F8A2A2),
        to(#fff)
    );
    background: -webkit-linear-gradient(
        top,
        #F8A2A2,
        #fff
    );
    background: -moz-linear-gradient(
        top,
        #F8A2A2,
        #fff
    );
    background: -o-linear-gradient(
        top,
        #F8A2A2,
        #fff
    );
    background: linear-gradient(
        top,
        #F8A2A2,
        #fff
    );
}

.bigButton {
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    margin: auto;
    width: 400px;
}

table.largeTable tr td.center {
	text-align:center;
}

.center { test-align: center; }

.floatLeft {
	float: left;
	margin-left: 20px;
}

.rightPositionFloatingElement {
	border-left: 5px solid #CCCCCC;
	padding: 10px;
}

.statsEspaceProLoading {
	text-align: left;
	padding-top: 0px;
	width: 600px;
/*     min-height: 300px; */
}

.statsEspacePro {
    text-align: left;
    padding-top: 0px;
    width: 600px;
}

#statsContent table.tableWithBorders th.tableLabel, table.tableWithBorders td.tableLabel {
    width: 240px;
}

.days_hours { width:50px; }

fieldset input[type='text'] { width:75px; }

table tr.comparisonLine > td {
	height: 10px;
	color: #89A6C0;
}

.errorNoUpdate {
	color: #ff0000;
}

.warningUpdate {
	color: orange;
}

.step {
	line-height: 13px;
	min-height: 40px;
	padding-left: 22px;
	background: url(/images/arrow_right.png) no-repeat;
	background-size: 16px 16px;
}

.loadingStep {
	background: url(/images/loading.gif) no-repeat;
	background-size: 16px 16px;
}

.validStep {
	background: url(/images/active.gif) no-repeat;
	background-size: 16px 16px;
}

.errorStep {
	background: url(/images/error.gif) no-repeat;
	background-size: 16px 16px;
}

.websitesBlock {
	float: left;
	width: 300px;
}

#ajaxWebsitesList form {
	width: 100%;
}

.listNumberDiv {
	margin-bottom: 20px;
}

.listNumbersHeader {
	float:left;
	width:100px;
	padding:2px 5px;
	font-weight:bold;
}

.listNumbersContent {
	float:left;
	width:100px;
	min-height:40px;
	margin:0;
	padding:2px 5px;
}

.listNumbersHeader.large, .listNumbersContent.large {
	width:120px;
}

.foundNumberLine {
	min-height:40px;
	border-bottom:1px solid #000;
}

.important-message {
	text-align: center;
	font-size: 14px;
	color: #ff0000;
}

form.inTable label {
	width: 70px;
}















