/* Platform template */
body, html, div, td, th, table, form, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, label, input, dt, dd, p, blockquote{
    padding:0;
    margin:0;
}
ul, ol{
    list-style:none;
}
a img,:link img,:visited img{
    border:none
}
address{
    font-style:normal
}

html{
    height: 100%;
}
body{
    height: 100%;
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #5F5F5F;
}

img{
    border-width:0px;
}

a{
    color: #5F5F5F;
    text-decoration:none;
}

a:link{
    text-decoration:none;
}

a:visited{
    text-decoration:none;
}

a:hover{
    color:#008000;
    text-decoration:none;
}

a:focus, a:active{
    text-decoration:none;
}

p{
    min-height:18px;
    margin-top:5px;
    word-wrap: break-word;
}

span, div{
    word-wrap: break-word;
}

.clear{
    clear:both;
    height: 0%;
    overflow: hidden;
}

.vert{
    color: #008000;
}

.rouge{
    color: #ed2f2f;
}
/*-----------------------------------------------------------------------------------*/

/* ----------------------------------------- Template generale --------------------------------------------------- */
#main{
    min-width: 250px;
    width:100%;
    height:100%;
}

.forLogin{
    background-color: #e9eef2;
    padding-bottom: 30px;
}

header{
    height: 42px;
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
}

header a{
    color: #5F5F5F;
}

footer{
    width: 100%;
    bottom:0px;
    border-top: 1px solid #D3D3D3;
    min-height:60px;
    background-color : #ffffff;
    padding-top: 30px;
    position: relative;
}

div.generalContent{
    width: 100%;
}

.leftContent{
    width: 198px;
    float: left;
}

.centerContent{
    padding: 0px 0px 0px 10px;
    margin-left:200px;
    overflow: hidden;
    min-height: 600px;
    background-color: #FFFFFF;
}

.centerSubContent{
    padding: 4px 6px;
}

.rightContent{
    width: 30px;
    float:right;
    background-color: #FFFFFF;
}

div.navigationBtn{
    padding: 6px 0px;
}

.bottomContent{
    clear:both;
    height: 0px;
}

/* Footer element */
.copyrightFooter{
    padding-bottom: 10px;
    text-align: center;
    color: #5f5f5f;
}

.linkFooter{
    padding: 5px 0px;
}

footer a{
    color: #5f5f5f;
}

footer a:hover{
    color: #008000;
    text-decoration: none;
}

.logoHome{
    margin:5px 0px 0px 10px;
    float: left;
}

.chooseCentre{
    float:left;
    margin:7px 0px 0px 12px;
}

.chooseCentreOne{
    float:left;
    margin:0px;
    padding:8px 0px 0px 16px;
    font-weight: bold;
    color: #5F5F5F;
}

.chooseCentreOneTablet{
    float:left;
    margin:0px;
    padding:12px 0px 0px 8px;
    color: #5F5F5F;
    font-size:0.750em;
    display: none;
}

.chooseCentre select{
    width:300px;
}

.menu{
    float:left;
    margin:0px 10px 0px 6px;
    width: 40px;
    font-size: 0.750em;
}

.menu a{
    padding:8px;
    display: inline-block;
}

.menu a:hover, .menu a.active{
    text-decoration: none;
    transition: all 0.15s;
    color:#008000;
}

.menu{
    display: none;
}

.homeMenuLink{
    color:#666666;
}

.homeMenuLink:hover{
    color:#666666;
    text-decoration: none;
}

.account, .settings, .synchronize{
    float:right;
    margin:0px 10px 0px 0px;
    min-width: 40px;
    font-size: 0.750em;
}

.account, .settings{
    margin-right:0px;
}

.account a, .settings a, .synchronize a{
    padding: 8px;
    display: inline-block;
}

.synchronize a{
    line-height: 20px;
}

.account a:hover, .account a.active,
.settings a:hover, .settings a.active,
.synchronize a:hover, .synchronize a.active{
    text-decoration: none;
    transition: all 0.15s;
    color:#008000;
}

#popupAccount, #popupSettings, #popupProject{
    position:absolute;
    min-width:180px;
    top:40px;
    background-color:#f8f9fa;
    border:1px solid #D3D3D3;
    border-radius: 3px;
    display:none;
    z-index: 3;
    box-shadow: 1px 1px 3px #5F5F5F;
}

.popupSelectSites1Col, .popupSelectSites2Col{
    position:absolute;
    left:370px;
    width:20%;
    background-color:#f8f9fa;
    border:1px solid #D3D3D3;
    border-radius: 3px;
    display:none;
    z-index: 3;
    box-shadow: 1px 1px 3px #5F5F5F;
    margin-top:10px;
}

.popupSelectSites2Col{
    width:40%;
}

.popupSelectSites1Col h1.results, .popupSelectSites2Col h1.results{
    margin:6px 10px;
    text-align:center;
    font-size: 1.1em;
}

.popupSelectSites1Col i, .popupSelectSites2Col i{
    float: right;
    margin-top: 2px;
}

.appparam .selectAll input[type="checkbox"]{
    float:none;
    margin:5px 4px 2px 2px;
    vertical-align:text-top;
}

.appparam .selectAll input[type="checkbox"]:checked + label{
    background-color: #f8f9fa;
    color: #5F5F5F;
}

#popupAccount ul,
#popupSettings ul{
    margin:5px 0px;
}

#popupAccount ul li a,
#popupSettings ul li a{
    padding:6px;
    margin-right:4px;
    margin-bottom:4px;
    display:block;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color:#f8f9fa;
}

#popupAccount ul i,
#popupSettings ul i{
    margin-right:4px;
}

#popupAccount ul li a:hover,
#popupSettings ul li a:hover{
    color:#ffffff;
    transition: all 0.15s;
    background: #7f7f7f;
    text-decoration: none;
}

#popupAccount ul li a.active,
#popupSettings ul li a.active{
    color:#ffffff;
    transition: all 0.15s;
    background: #5f5f5f;
    text-decoration: none;
}

/* -------------------------------------------------------------- */

ul.org_questionnaire{
    list-style-type: none;
    padding: 5px 5px 40px 5px;
    background-color:#FFFFFF;
    min-height: 60px;
    border:none;
}

ul.org_questionnaire a{
    color: #58585A;
}

ul.org_questionnaire span{
    cursor: pointer;
}

ul.org_simple{
    border: 1px dashed #5F5F5F;
    border-radius: 3px;
}

ul.org_page{
    margin: 6px 4px;
    list-style-type: none;
    padding: 5px 5px 40px 5px;
    min-height: 100px;
    border: 1px dashed #5F5F5F;
    border-radius: 3px;
    background-color: #EEEEEE;
}

ul.org_page li{
    border: 1px dashed #5F5F5F;
    border-radius: 3px;
    margin: 8px 4px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.ui-sortable-placeholder{
    height: 40px;
    width:100%;
}

ul li.page, ul li.pageBlock{
    margin: 8px 4px;
    padding: 10px;
    background-color: #FFFFFF;
    border:1px dashed #5F5F5F;
    border-radius: 3px;
    cursor: pointer;
}

ul li.pageBlock{
    margin:4px;
    padding:6px 10px;
    display:inline-block;
}

ul li.page a, ul li.pageBloc a{
    color:#5F5F5F;
    margin-right:16px;
}

ul li.page a:hover, ul li.pageBloc a:hover{
    color: #008000;
    text-decoration: none;
}

ul.org_var{
    margin: 6px 4px;
    list-style-type: none;
    padding: 5px 5px 40px 5px;
    min-height: 100px;
    border: 1px dashed #5F5F5F;
    border-radius: 3px;
    background-color: #EEEEEE;
}

ul.org_var li{
    border: 1px dashed #5F5F5F;
    border-radius: 3px;
    margin: 8px 4px;
    background-color: #FFFFFF;
    cursor: pointer;
}

ul li.var{
    margin: 6px 4px;
    padding: 10px;
    background-color: #F6F6F6;
    border:1px dashed #5F5F5F;
    border-radius: 3px;
    cursor: pointer;
}

ul li.var a{
    color:#5F5F5F;
}

ul li.var a:hover{
    text-decoration: none;
}

.add_in_page{
    margin: 26px 4px 6px 4px;
    border: 1px dashed #5F5F5F;
    border-radius: 3px;
    padding: 8px; 
}

.add_in_page_button{
    text-align:center;
}

.add_in_page .submit{
    margin-right:50px;
}

.new_component_container, .existant_component_container{
    width:100%;
    margin:6px;
}

.new_component{
    float:left;
    width: 120px;
    height: 80px;
    border: 1px solid #5f5f5f;
    border-radius: 3px;
    margin:6px;
    padding:6px 4px;
    text-align:center;
}

ul.lst_component, ul.lst_var{
    margin: 6px 4px;
}

ul.lst_var{
    padding:5px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    background-color: #f8f9fa;
}

ul.lst_component input[type="checkbox"], ul.lst_var input[type="checkbox"]{
    float:left;
    margin: 6px 12px 0px 0px;
    transform: scale(1.4);
}

ul.lst_component li.section, ul.lst_var li.section{
    cursor: default;
}

.subTitleOrg{
    margin: 6px 4px;
    color:#5F5F5F;
}

ul li.section{
    margin: 6px 4px; 
    padding: 8px 6px;
    border-left:4px solid #008000;
    border-radius: 3px;
    background-color:#5f5f5f;
    color:#FFFFFF;
    cursor: pointer;
}

ul li.section a{
    color:#FFFFFF;
}

ul li.quest{
    margin: 5px 5px 5px 20px;
    padding: 5px;
    border:1px solid #008000;
    background-color:#008000;
    cursor: pointer;
    color:#FFFFFF;
}

ul li.quest .select2-selection__choice{
    color:#5F5F5F;
}

ul li.questLight{
    border:1px solid #5f5f5f;
    background-color:#c0d86d;
}

ul li.questLight2{
    border:1px solid #99cc99;
    background-color:#99cc99;
}

ul li.questLight3{
    border:1px solid #387538;
    background-color:#387538;
    color:#FFFFFF;
}

ul li.graph{
    margin: 5px 5px 5px 20px;
    padding: 5px;
    border:1px solid #1e90ff;
    background-color:#1e90ff;
    cursor: pointer;
    color:#FFFFFF;
}

ul li.batterie{
    margin: 5px 5px 5px 10px;
    padding: 5px;
    border:1px solid #FED22F;
    background-color:#FFF0A5;
    cursor: pointer;
}

ul li.collection{
    margin: 5px;
    padding: 2px 5px 2px 5px;
    border:1px solid #006600;
    background-color:#66FF99;
    cursor: pointer;
}

ul li.responses{
    margin: 6px 4px;
    padding: 8px 6px;
    border:1px solid #5F5F5F;
    border-radius: 3px;
    background-color:#DDDDDD;
    cursor: pointer; 
}

ul li.questInscription{
    margin: 6px 4px;
    padding: 8px 6px;
    border:1px solid #5F5F5F;
    border-radius: 3px;
    background-color:#DDDDDD;
    cursor: pointer; 
}

table.tbl_quest{
    width:98%;
    margin:3px;
    border:none;
    border-spacing:0px;
    border-collapse:collapse;
}

table.tbl_quest th{
    padding:5px;
    text-align: center;
    border:none;
    border-spacing:0px;
    border-collapse:collapse;
}

table.tbl_quest td.header{
    padding:5px;
    text-align: center;
    border:none;
}

div.footer_quest{
    margin:0px;
    padding:5px;
    border:none;
    background-color:#FFFFFF;
    text-align:center;
}

div.subNavigBar{
    margin:3px;
}

div.gfx{
    margin:3px;
    height:400px;
    font-size:0.875em;
}

ul.infoItalic{
    margin:5px 5px 15px 30px;
    font-size:0.825em;
}

ul.infoItalic li{
    font-style: italic;
} 

div.dateData{
    float: right;
    font-weight: bold;
    font-size: 0.750em;
    margin-right:4px;
}

.details{
    margin: 6px 0px 10px 0px;
    padding: 6px 10px;
    background-color: #ffffff;
    border:1px solid #D3D3D3;
    border-radius: 3px;
}

.detailsLabel{
    font-weight: bold;
}

ul.detailsLst{
    background-color: #f8f9fa;
    border:1px solid #D3D3D3;
    border-radius: 3px;
    margin: 4px;
    padding: 6px;
}

/* gallery styles */
h1, h2, h3, h4{
    color: #008000;
    margin: 4px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 34px;
    word-wrap: break-word;
}

h1{
    font-size: 1.294em;
}

h2{
    font-size: 1.176em;
}

h3{
    font-size: 1.059em;
}

h4{
    font-size: 1.059em;
}

h1.results{
    margin: 6px 4px;
    background-color: #5f5f5f;
    padding: 8px 6px;
    border-radius: 3px;
    border-left: 4px solid #008000;
    color: #ffffff;
    background-image: none;
}

h1.results a{
   color: #ffffff;
}

h1.results a:hover,
h1.results a:focus,
h1.results a:active{
    text-decoration: none;
}

h2.results{
    margin: 6px 4px;
    background-color: #FFFFFF;
    color: #5f5f5f;
    background-image: none;
    padding: 6px;
    border:1px solid #D3D3D3;
    border-left: 4px solid #008000;
    border-radius: 3px;
}

h2.results a{
   color: #5f5f5f;
}

h3.results{
    margin: 6px 4px;
    background-color: #FFFFFF;
    color: #5f5f5f;
    background-image: none;
    padding: 6px;
    border:1px solid #D3D3D3;
    border-left: 4px solid #008000;
    border-radius: 3px;
}

h3.results a{
   color: #5f5f5f;
}

h4.results{
    margin: 6px 4px;
    background-color: #FFFFFF;
    color: #5f5f5f;
    background-image: none;
    padding: 6px;
}

h4.results a{
   color: #5f5f5f;
}

.closeDiv{
    float: right;
    margin: 6px 10px 0px 0px;
    color: #FFFFFF;
}

span.green{
    color: #008000;
}

span.red{
    color: #FF4B4B;
}

/* ------------------------------------------------------- Mise en page --------- */
/* Fil conducteur */
td.right div.tfil{
    overflow: visible;
    vertical-align:top;
    background-color:#FFFFFF;
}
/* tfil pour IE */
div.tfil {
    margin:0px;
    padding:2px;
}

/* tfil pour other browser */
html>body div.tfil{
    height: auto;
    min-height: 28px;
    overflow:auto;
}

select{
    white-space: nowrap;
}

/* ------------------------------------- Mise en forme de la navigation de Satiscan------------------------------------------------ */
/* --------------------------------------------------------- LIEN DE BASE ------------------------------------------------ */
.vert a{
    color: #008000;
    text-decoration:none;
    background-color: inherit;
}

.noir{
    color: #58585A;
    text-decoration:none;
    background-color: inherit;	
}

.noir a{
    color: #58585A;
    text-decoration:none;
    background-color: inherit;
}

/* ------------------------------------------------- AFFICHAGE DES LOGS ----------------------------------------------------------- */
div.success, div.error, div.warning, div.info, div.notice, div.infoGenerale, div.filterActive{
    padding: 8px;
    border:1px solid;
    border-radius: 3px;
    text-align:left;
    color:#5F5F5F;
    margin: 10px 4px;
}

div.success{
    background-color: #e9f2d3;
    border-color:#c0d86d;
    color:#77a113;
}

div.error{
    background-color: #fee9e9;
    border-color:#e8a0a0;
    color:#d45959;
}

div.warning{
    background-color: #fbf6e4;
    border-color:#eed77d;
    color:#c7a900;
}

div.info{
    background-color: #dce9f3;
    border-color:#a0c2dc;
    color:#387cb0;
}

div.notice{
    background-color: #fefefe;
    border-color:#cccccc;
    color:#999999;
}

div.success ul, div.error ul, div.warning ul, div.info ul, div.notice ul, div.infoGenerale ul, div.filterActive ul{
    list-style-type: disc;
    margin-left: 20px;
}

div.infoGenerale, div.filterActive{
    background-color: #F6F6F6;
    border:1px solid #F6F6F6;
}

div.success i, div.error i, div.warning i, div.info i, div.notice i, div.infoGenerale i, div.filterActive i{
    margin-right: 5px;
    cursor: pointer;
}

div.exportClose{
    float:right;
    margin-top : 8px;
    margin-right: 12px;
    cursor: pointer;
}

/* -------------------------------------------------------------- SUBMIT BUTTON ------------------------------------------------------- */
.submit, .cancel{
    display: inline-block;
    white-space: nowrap;
    padding: 7px 7px 6px 7px;
    background-color: #DDDDDD;
    text-decoration: none;
    color: #5F5F5F;
    font-size: 1.000em;
    font-weight:bold;
    margin:2px 6px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height:19px;
}

.cancel{
    margin-right: 40px;
}

.submit:hover, .cancel:hover{
    background: #5f5f5f;
    color:#ffffff;
    cursor: pointer;
    text-decoration: none;
}

.submit:active, .cancel:active, .submit:focus, .cancel:focus{
    text-decoration: none;
}

.submit:disabled, .submit[disabled]{
    text-decoration: none;
    background-color: #DDDDDD;
    color:#BBBBBB;
    border-left-color: #657a65;
    cursor:default;
}

.big{
    padding: 10px;
}

.button, .buttonBlock, .buttonDisabled{
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    padding: 7px 7px 6px 7px;
    margin: 2px 6px;
    color: #5F5F5F;
    cursor: pointer;
    line-height: 19px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.000em;
}

.buttonDisabled{
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buttonBlock{
    display: block;
    margin-bottom: 12px;
    font-size: 1.118em;
    line-height: 1.235em;
}

.button:hover, .buttonBlock:hover{
    background: #5f5f5f;
    color:#ffffff;
    text-decoration: none;
}

.button:active, .button:focus, .buttonBlock:active, .buttonBlock:focus{
    text-decoration: none;
}

ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.liste ul {
    white-space:nowrap;
    width:100%;
}

.liste li{
    margin:0px;
    padding:0px;
}

.liste a{
    margin:4px 0px 0px 0px;
    display:block;
    text-decoration:none;
    padding:0px 0px 0px 5px;
    overflow:hidden;
    color:#008000;
    background-color: inherit;
}

li.sstitre, li.sstitre-select{
    padding:0px;
    font-size: 0.688em;
    vertical-align: middle;
}

.sstitre a{
    padding:4px 0px 2px 6px;
    vertical-align: bottom;
    color:#58585A;
    background-color: inherit;
    text-decoration:none;
    font-size: 0.625em;
    min-height:14px;
}

.sstitre a:hover, .sstitre a:focus, .sstitre a:active{
    background-color:#008000;
    color: #FFFFFF;
}

.sstitre-select a{
    padding:4px 0px 2px 6px;
    color:#FFFFFF;
    background-color:#008000;
    text-decoration:none;
    font-size: 0.625em;
    min-height:14px;
}

h2.menu{
    margin:2px 0px 2px 2px;
    padding:2px;
    font-size: 0.750em;
    font-weight:bold;
}

.action{
    margin-left:5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    text-decoration:none;
}

ul.onglets{
    list-style:none;
    width:100%; 
    margin:0px 0px 8px 0px;
    border-bottom:1px solid #FFFFFF;
    font-size: 0.824em;
}

ul.onglets li{
    display:inline-block;
}

ul.onglets li a{
    display:block;
    padding:0px 8px;
    text-align:center;
    margin:0px 2px 0px 2px;
    height:32px;
    line-height:32px;
    color: #58585A;
    border-top:solid 1px #ffffff;
    border-left:solid 1px #ffffff;
    border-right:solid 1px #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #FFFFFF;
}

ul.onglets li a:hover{
    text-decoration: none;
    background-color: #7F7F7F;
    border-top:solid 1px #7F7F7F;
    border-left:solid 1px #7F7F7F;
    border-right:solid 1px #7F7F7F;
    color:#FFFFFF;
}

ul.onglets li a:visited, ul.onglets li a:focus, ul.onglets li a:active{
    text-decoration: none;
}

ul.onglets li a.selected {
    background-color: #5f5f5f;
    border-top:solid 1px #5f5f5f;
    border-left:solid 1px #5f5f5f;
    border-right:solid 1px #5f5f5f;
    text-decoration: none;
    color:#ffffff;
}

ul.subMenu, ul.subMenuVisible{
    width:190px;
    z-index: 10;
}

#accordian ul.subMenuVisible li a{
    padding-left: 20px;
}

ul.subMenu{
    display: none;
}

#accordian{
    color: #5f5f5f;
    margin:0px;
    width: 190px;
}

/*heading styles*/
#accordian h3{
    font-size: 0.882em;
    line-height: 30px;
    padding: 0 5px;
    margin-right:4px;
    cursor: pointer;
    color:#5F5F5F;
    background: none;
}

/*iconfont styles*/
#accordian h3 span{
    font-size: 1.000em;
    margin-right: 4px;
}

/*list items*/
#accordian li{
    list-style-type: none;
    margin: 3px 0px;
}

/*links*/
#accordian ul ul li a{
    color:#5F5F5F;
    text-decoration: none;
    font-size: 0.824em;
    line-height: 35px;
    display: block;
    padding: 0 8px 0 10px;
    transition: all 0.15s;
}

/*hover effect on links*/
#accordian ul ul li a:hover{
    line-height: 35px;
    display: block;
    color: #FFFFFF;
    background: #7F7F7F;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#accordian ul ul li a.selected{
    color: #FFFFFF;
    text-decoration: none;
    line-height: 35px;
    display: block;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
    background: #5f5f5f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Lets hide the non active LIs by default*/
#accordian li.active ul{
    display: block;
}

#accordion{
    margin: 6px 4px;
}

/* Liste export */
ul.listeExport li{
    margin:4px 4px 8px 16px;
    padding:4px;
}

ul.listeSimple{
    margin: 6px 0px;
    background-color: #f8f9fa;
    padding: 8px 6px;
    border: none;
    box-shadow: 1px 1px 3px #5F5F5F;
    color: #5F5F5F;
    background-image: none;
    border-radius: 3px;
}

/* Liste simple */
ul.listeSimple li{
    margin: 10px 0px 2px 0px;
    padding:2px;
    color: #5f5f5f;
}

ul.listeSimple li span{
    font-weight:bold;
}

div.contentTab{
    margin:0px;
}

/* login */
.loginList li{
    margin-bottom:10px;
}

#loginDiv, #configDiv{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 20px;
    width:460px;
    min-height: 80%;
}

#configDiv{
    width:80%;
}

.imgLogin{
    float: left;
    margin-left: 100px;
}

.imgLogin img{
    width: 350px;
    height: 350px;
    margin-top:20px;
}

.loginPara{
    padding:80px 40px 20px 40px;
    font-size: 1.000em;
}

.loginPara p{
    line-height: 1.500em;
}

.loginPara p, .loginPara a{
    margin:20px;
}

.loginPara a:hover{
    text-decoration: none;
}

.loginInfo{
    margin-left:470px;
    max-width: 1166px;
}

.forgotPwd, .sitadelAccess{
    margin:20px 0px 10px 6px;
}

.forgotPwd a{
    color: #5F5F5F;
}

.forgotPwd a:hover{
    text-decoration: none;
    color: #008000;
}

.formul{
    padding:0px;
    margin: 20px 0px;
}

.logoLogin{
    padding:0px;
}

.div_submit{
    text-align:right;
    padding:10px 2px 10px 0px;
}

.div_submit input{
    margin-right:4px;
}

div.blockLeft{
    width: 48%;
    max-width:400px;
    float:left;
}

p.introLogin{
    margin: 8px 4px 0px 8px;
}
/* ------------ Survey ------------------- */

div.formQuestion{
    float:left;
    min-height: 150px;
}

#contentPosition{
    position:fixed;
    left: 45%;
    top:300px;
    width: 400px;
    height: 340px;
    margin-left: -200px;
    margin-top: -170px;
    background-color:#ffffff;
    border:solid 2px #5f5f5f;
    display:none;
    z-index: 1;
}

div.loading{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    text-align: center;
    color:#5F5F5F;
}

div.loading p{
    padding: 5px;
    font-size: 1.125em;
}

input.filter{
    margin-top:2px;
    width:80px;
    height:18px;
}

label.filter{
    width:100px;
    display:inline-block;
}

select.filter{
    width:155px;
}

div.divQuestList{
    background-color: #f8f9fa;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 5px;
    height: 200px;
    width: 250px;
    line-height:20px;
    margin:0px 5px 10px 5px;
    float: left;
}

div.divQuestList:hover{ 
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    background-color: #58585A;
}

p.candidat{
    margin: 40px 10px 0px 10px;
    font-size: 1.250em;
    line-height: 1.250em;
}

p.jure{
    margin: 10px 10px 0px 10px;
}

p.actionAdmin{
    margin: 60px 10px 0px 10px;
}

p.actionAdmin a{
    color:#FFFFFF;
    display: inline;
}

div.state{
    float:right;
    height:25px;
    line-height:25px;
}

/* result */
.subContentRight{
    float:right;
    width:25%;
}

.subContentLeft{
    float:left;
    width:75%;
}

p.descriptionData{
    margin:5px 5px 5px 4px; 
    font-size: 0.875em;
}

div.description{
    padding: 10px;
    margin: 5px 5px 15px 5px;
}

div.description ul li{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom : 10px;
    list-style-type: disc;
}

div.description ol li{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom : 10px;
    list-style-type: decimal;
}

div.description img{
    border: 1px solid #5F5F5F;
    border-radius: 3px;
}

div.listeHome {
    height: auto;
    padding: 6px;
    margin:8px 4px;
    border: 1px solid #E1E1E1;
    background-color: #FCFCFC;
    overflow:hidden;
}

div.listeHome p.descriptionData{
    margin: 20px;
}

div.listeHome:after{
    content: "";
    display: table;
    clear: both;
}
div.listeHome .ok{
    float:right;
    color: #008000;
}
div.listeHome .exclamation{
    float:right;
    color: #eed77d;
}

div.listeHome h2{
    color: #008000;
    background-image: none;
    font-size: 1.250em;
    padding:0px;
    margin:0px;
}

div.date{
    margin-top:5px;
    font-size: 0.875em;
    float:right;
}

div.topHome{
    height: auto;
    width:100%;
    margin:4px;
    overflow:hidden;
}

div.topHome:after{
    content: "";
    display: table;
    clear: both;
}

div.graphHome{
    width:33%;
    min-width:300px;
    float:left;
}

div.col2{
    min-width:200px;
    width:50%;
    float:left;
    padding-bottom: 10px;
}
div.col3{
    min-width:33.3%;
    width:33.3%;
    float:left;
}

div.col4{
    width:25%;
    min-width:25%;
    float:left;
}

div.col5{
    width:20%;
    float:left;
}

div.col5{
    width:20%;
    float:left;
}

div.div_mobile{
    display:none;
    text-align:center;
}

div.solidgauge{
    max-width:300px;
    height:200px;
}

div.graph{
    text-align:left;
    padding:0;
    margin:0px;
    vertical-align: top;
}

div.croisee_sign{
    width:99%;
    margin: 5px 0px;
}

div.subForm{
    width:99%;
    text-align:right;
}

div.subLegend{
    margin:0px;
}

div.subLegendText{
    padding:4px 8px 4px 4px;
    margin:0px; 
    font-size: 0.813em;
}

div.subLegendTextRight{
    padding:4px 8px 4px 4px;
    margin:0px; 
    font-size: 0.813em;
    text-align:right;
}

div.subLegend ul{
    margin-top: 5px;
    margin-bottom: 5px;
}

div.subLegend ul, div.subLegendText ul{
    list-style: disc;
    margin:2px 2px 2px 30px;
}

div.subLegend ol, div.subLegendText ol{
    list-style: decimal;
    margin:2px 2px 2px 30px;
}

.signeAmplitude, .significativite{
    color: #008000;
}

div.cam{
    text-align:center;
    padding:0;
    margin:0px;
    vertical-align: top;
}

div.barreAvg{
    width:120px;
    height:20px;
    float:right;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}

div.txtQuestion{
    padding:5px 0px 10px 0px;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 0.750em;
    line-height:16px;
    color: #5F5F5F;
}

div.contentExport{
    margin: 4px 0px;
}

span.int{
    display: block;
    width:205px;
    overflow:hidden;
}

span.int a{
    color:#000000;
    text-decoration:none;
}

span.int a:hover{
    text-decoration:underline;
}

.contentLongTable{
    width: 100%; 
    overflow-x: scroll;
    overflow-y: scroll;
    height: 500px;
}

.contentDistribution{
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
}

.contentDistribution p{
    margin: 4px;
}

.statSurveyFilter{
    margin: 10px 4px;
}

table.popup{
    border:0px;
    border-spacing:1px;
    margin:0px;
    margin-left:4px;
    width:99%;
    font-size: 0.900em;
    color: #5F5F5F;
}

table.popup th{
    text-align: left;
    text-decoration: none;
    border-bottom:1px solid #F6F6F6;
    padding:5px 3px;
    vertical-align: top;
}

table.popup tr.alt1{
    background-color:#ffffff;
}

table.popup tr.alt2{
    background-color:#EEEEEE;
}

table.popup tr.alt3{
    background-color:#F2F2F2;
}

table.popup tr.alt1Select, table.popup tr.alt2Select, table.popup tr.alt3Select{
    background-color:#008000;
    color:#ffffff;
}

table.popup tr.alt2Select{
    background-color:#80d82d;
}

table.popup tr.total{
    background-color:#FFFFFF;
    border-top: 1px solid #F6F6F6;
}

table.popup tr.totalCroisee{
    background-color:#F0F0F0;
}

table.popup tr.avg{
    background-color:#E0E0E0;
}

table.popup tr.avg td{
    border-top:1px solid #0F0F0F;
}

table.popup td{
    padding:5px 3px;
    line-height:20px;
    word-wrap: break-word;
}

table.popup td.tdTotal{
    padding-left:15px;
}

table.popup td.couleur{
    min-width:10px;
    max-width:10px;
    width:10px;
}

table.popup td.textOtherMissing{
    padding-left:20px;
}

table.popup td.couleur div{
    margin:1px;
}

table.popup td.r, table.popup th.r{ 
    text-align:right;
}

table.popup td.c, table.popup th.c{
    text-align:center;
}

table.popup td.l, table.popup th.l{
    text-align:left;
}

table.popup a{
    color: #58585A;
}

.data-form table.popup,
.data-counter-right table.popup,
.data-home table.popup,
.data-quest table.popup,
.data-counter table.popup,
.col4002first table.popup,
.col4002last table.popup,
.col2first table.popup,
.col2 table.popup{
    margin-left: 6px;
    width:98%;
}

div.contentFormFilter{
    background-color:#FFFFFF;
    min-height: 80px;
    padding:10px;
    z-index: 100;
    margin:5px 0px 0px 0px;
    border: 2px solid #F6F6F6;
    border-radius: 3px;
}

div.col2first{
    width:50%;
    min-width:50%;
    float:left;
}
div.col2{
    width:50%;
    min-width:50%;
    float:left;
}

div.col2502first{
    width:246px;
    min-width:246px;
    max-width:246px;
    vertical-align:top;
    float:left;
    padding:2px;
}

div.col2502last{
    margin-left:250px;
    vertical-align:top;
    padding:2px;
}

div.col3502first{
    width:346px;
    min-width:346px;
    max-width:346px;
    vertical-align:top;
    float:left;
    padding:2px;
}

div.col3502last{
    margin-left:350px;
    vertical-align:top;
    padding:2px;
}

div.col3502last a{
    white-space: normal;
}

div.col4002first{
    width:396px;
    min-width:396px;
    max-width:396px;
    vertical-align:top;
    float:left;
    padding:2px;
}

div.col4002last{
    margin-left:400px;
    vertical-align:top;
    padding:2px;
}

div.col6002first{
    width:596px;
    min-width:596px;
    max-width:596px;
    vertical-align:top;
    float:left;
    padding:2px;
}

div.col6002last{
    margin-left:600px;
    vertical-align:top;
    padding:2px;
}

div.col3first{
    width:33%;
    min-width:33%;
    float:left;
}

div.col32{
    width:66%;
    min-width:66%;
    float:left;
}

div.inlineBlock{
    display: inline-block;
}

.data-form, .data-counter, .data-home, .data-quest{
    width:49%;
    display: inline-block;
    vertical-align:top;
}

#titlePrint{
    display:none;
}

div.presentation{
    overflow:hidden;
    margin: 0px;
    padding: 0px;
}

.divList{
    margin: 8px 2px;
    overflow: auto;
}

.list {
    margin: 0;
}

.list > li{
    display: block;
    border: 2px solid #E1E1E1;
    padding: 0px;
    margin: 4px 4px 4px 0px;
    border-radius: 6px;
    background-color: #FBFBFB;
}

.list > li div.innerList{
    padding: 6px;
}

.list > li div.listBtn{
    float:right;
    margin-bottom: -2px;
    margin-right: 10px;
}

.list > li a.button{
    margin-left: 8px;
    background-color: #DDDDDD;
    color: #555555;
}

.list > li a.button:hover{
    background-color: #008000;
    color: #FFFFFF;
}

ul.pagination{
    float:right;
    margin-right: 4px;
}

ul.pagination li{
    display: inline-block;
    margin-left:5px;
    padding:6px;
    border:none;
    text-decoration: none;
    background-color: #DDDDDD;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

ul.pagination li:hover a, ul.pagination li.active:hover a{
    color:#FFFFFF;
}

ul.pagination li a{
    color: #FFFFFF;
}

ul.pagination li a:hover{
    text-decoration: none;
    color:#FFFFFF;
}

ul.pagination li:hover{
    background-color:#008000;
}

ul.pagination li.active a{
    color: #555555;
}

ul.pagination li.active a:hover{
    text-decoration: none;
    color:#FFFFFF;
}

p.normal{
    font-size: 0.875em;
}

p.info{
    font-style: italic;
    font-size: 0.750em;
}

.ui-datepicker{
    font-size: 0.875em;
}

/* Back to top button  */
#back-top {
    position: fixed;
    bottom: 6px;
    right: 6px;
    z-index: 10;
}
#back-top a {
    width: 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    color: #5f5f5f;
}

#back-top i {
    text-align:center;
    line-height:30px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top i:before{
    margin:0;
}

.dataTables_limited{
    float: right;
    font-size:0.825em;
    color:#5F5F5F;
    margin: 6px 8px;
}

.page-break{
    display: none;
}

ol.identite {
    list-style-type:decimal;
    margin-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    white-space: normal;
    margin-bottom: 0px;
}

.analysis_p{
    padding : 0px 8px;
    margin: 4px;
    font-size: 0.875em;
}

.analysis_question{
    color:#5F5F5F;
    font-size: 0.875em;
    padding: 6px 4px;
    margin-bottom:12px;
}

.analysis_evolution_mini{
    color:#5F5F5F;
    padding: 6px 4px;
    margin:12px 0px;
}

div.textFilter{
    background-color:#F6F6F6;
    padding:10px;
    margin:5px 0px 0px 0px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    text-align:center;
}

/* home tablet  */
.blockHome{
    margin: 10px;
    padding:10px;
}

.blockHome a.linkHome{
    font-size: 1.375em;
    color: #666666;
}

.blockHome a.linkHome:hover{
    color: #666666;
}

.blockHome ul {
    margin-top:20px;
}

.blockHome ul li{
    margin: 10px 20px 20px 20px;
    line-height: 1.500em;
}

.blockHome .contentBtn{
    margin:15px;
}