/*
Document   : default.css
Modified on : 04/08/2016
Author     : GBConcept
Description: search
*/

@import url(bootstrap.min.css);
@import url(menu.css);
@import url(alodisplay.css);
@import url(mims.css);

img.eval {
    width:15px;
    height:17px;
    background-image:url("../img/eval.png");
    background-repeat:no-repeat;
}
img.eval.on4 { width:60px; height:17px; }
img.eval.on5 { width:75px; height:17px; }
img.eval.null { background-position: 0px -84px; }
img.eval.n00 { background-position:-75px -69px; }
img.eval.n10 { background-position:-60px -15px; }
img.eval.n20 { background-position:-45px -15px; }
img.eval.n30 { background-position:-30px -15px; }
img.eval.n40 { background-position:-15px -15px; }
img.eval.n50 { background-position:  0px -15px; }
img.eval.n05 { background-position:-60px 0px; }
img.eval.n15 { background-position:-45px 0px; }
img.eval.n25 { background-position:-30px 0px; }
img.eval.n35 { background-position:-15px 0px; }
img.eval.n45 { background-position:  0px 0px; }

.pageTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff6600;
}

.listalo-std-col1 {
    width: 100px;
    text-align:center;
}

.spinner {
    position: fixed;
    width: 90px;
    height: 55px;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -27px;
    z-index:1000;
}


.tableControl, .actionButtons {
    width: 100%;
}

.tableControl a {
    padding-left: 10px;
}

.tableControl {
    text-align: right;
}

.message {
    border: 1px solid #FFCC00;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F0F8FF;
}

.name {
    vertical-align: top;
    font-weight: bold;
    width: 115px;
    float: left;
    padding: 5px;
    margin-top: 3px;
    clear: left;
}
.value {
    float: left;
    padding: 5px;
}

.name2 {
    vertical-align: top;
    font-weight: bold;
    width: 95px;
    padding: 5px;
    margin-top: 3px;
}
.value2 {
    padding: 5px;
}

.required {
    color: red;
    padding-left: 2px;
}

.top-table {
    width: 100%;
}
/** Open 18 style overrides **/

/* improve display of JSF messages (JBSEAM-2033) */
.message {
    list-style: none;
    border: 0;
    background: none;
    padding: 0;
    color: #000000;
    margin: 5px 0 8px 0;
}

.message li {
    background: no-repeat left center;
    padding-top: 1px;
    padding-left: 22px;
    margin-left: 3px;
}

.message li.infomsg {
    background-image: url("../img/msg_info.png");
}

.message li.errormsg {
    background-image: url("../img/msg_error.png");
}

.message li.warnmsg {
    background-image: url("../img/msg_warn.png");
}


root {
    display: block;
}

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even {
}

.list-row-odd {
    background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}

.panRecord {
    position: relative;
    margin-top: 10px;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    background-color: #f7f7f7;
    margin: 10px;
    padding: 5px;
}

.bloc2col {
    position: relative;
    width: 48%;
    float: left;
    margin: 2px;
    border: solid 1px #CCC;
    padding: 0;
}
.bloc2col h1 {
    padding:5px;
    margin-bottom: 0 !important;
    border-bottom : solid 1px #ccc;
}
.bloc2col ul.simple {
    padding-left: 2px !important;
    list-style-position: inside;
    list-style-type: disc;
    padding-top: 6px;
}
.bloc2col li.simple {
    padding-left:5px;
    padding-bottom: 6px;
}

.bloc1col {
    position: relative;
    width: 96%;
    float: left;
    margin: 2px;
    margin-right:10px;
    border: solid 1px #cccccc;
    padding: 5px;
}
.bloc1col h1 {
    padding:5px;
    margin-bottom: 0 !important;
    border-bottom : solid 1px #ccc;
}
.bloc1col ul.simple {
    padding-top: 6px;
    padding-left: 2px !important;
    list-style-position: inside;
    list-style-type: disc;
}

.bloc1col li.simple {
    padding-left:5px;
    padding-bottom: 6px;
}

.bloc3col {
    position: relative;
    width: 32%;
    float: left;
    margin: 2px;
    border: solid 1px #CCC;
    padding: 0;
}
.bloc3col h1 {
    padding:5px;
    margin-bottom: 0 !important;
    border-bottom : solid 1px #ccc;
}
.bloc3col ul.simple {
    padding-left: 2px !important;
    list-style-position: inside;
    list-style-type: disc;
    padding-top: 6px;
}
.bloc3col li.simple {
    padding-left:5px;
    padding-bottom: 6px;
}

.bloc4col {
    position: relative;
    width: 24%;
    float: left;
    margin: 2px;
    border: solid 1px #CCC;
    padding: 0;
}
.bloc4col h1 {
    padding:5px;
    margin-bottom: 0 !important;
    border-bottom : solid 1px #ccc;
}
.bloc4col ul.simple {
    padding-left: 2px !important;
    list-style-position: inside;
    list-style-type: disc;
    padding-top: 6px;
}
.bloc4col li.simple {
    padding-left:5px;
    padding-bottom: 6px;
}

.uiPanelMenu {
    width: 96%;
}

@media print {
    #leftBar {
        display: none;
    }
    #toolbar {
        display: none;
    }
    #rightBar {
        display: none;
    }
    #content {
        width:100%;
    }
}

#topmenu a:link {
    color: #ffffff;
    font-weight: bold;
}

#topmenu a:visited {
    color: #ffffff;
    font-weight: bold;
}

#topmenu a:hover {
    color: #ffcc33;
    font-weight: bold;
}

#topmenu {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

#topmenu li {
    display: inline;
    color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
    text-decoration: none;
}

#topmenu ul {
    list-style-type: none;
    text-decoration: none;
}

.lblColor1 {

    font-weight: bold;
    color: #990000;
}

#map {
    width: 400px; 
    height: 300px; 
    border: 1px solid #ccc;
}

/**Search Generic**/
#formulaireRecherche{}
.searchForm{
    background: #fff;
    border: none;
    border-top: 1px solid #d3d3d3;
    clear: both;
    margin: 1em 0;
    padding: 0.5em 0.8em 1em;
}
.plStyleClass {
    padding-bottom: 6px;
}
.plStyleClass  table td{
    padding : 10px;
}
.plTypesTitle {
    background-color: #C6C7D2;
    color: #fff;
    font-weight: bold;
}
.plTypes {
    border: 1px solid silver;
}
.plTypesOpt {
    padding: 10px;
}
/**Lignes de requêtes**/
.reqLinesPanel{
    margin-top: 5px;
    margin-bottom: 5px;
}
.reqLinesTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
.reqLinesTableTdB {
    padding:4px;
}
.reqLinesTableTdF {
    padding:4px;
}
.reqLinesTableTdO {
    padding:4px;
}
.reqLinesTableTdV {
    padding:4px;
}
.reqLinesTableTr {
}
.reqBoolSelect {
    padding:1px;
}
.reqBool{
    color: #6c757d;
}
.reqFieldSelect{
    color: #6c757d;}
.reqField{
    font-weight:bold;
    color: #6c757d;
}
.reqCompSelect{
    color: #6c757d;
}
.reqComp{
    color: #6c757d;
}
.reqInput {
    width: 95%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.reqLineAutoC {
    width: 95% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.reqLineAutoCInput {
    width: 95%;
    font-size: 1rem;
}
input.rf-au-inp  {
    height: 24px !important;
}
/**Critères de tri**/
.styleClassSortFields{
    padding: 10px;
    background-color:#f2f2f2;
    border-top: 1px solid #ced4da;
}
.reqSortLabel{
    font-weight: bold;
    color: #CCC;}
.reqSortSelect{
}
.reqRadio  label {
    padding: 2px;
}
.reqSearchDiv {
    padding: 10px;
}
/**input**/
.styleClassInput{} 

#formulaireRecherche input[type="submit"] {
    /* float: right;  */
    border-radius:3px;
    font: 700 1.2em/1em;
    width: auto;
    background-color: #4A75B5;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0.2em 1.6em;
    text-transform: uppercase;
}
#formulaireRecherche input[type="submit"]:hover {background-color: #8CAFCD;}

.styleClassReload{}

.cur{
    cursor: pointer;
}
.curAv{
    cursor: pointer;
}
.curAv:hover{
    box-shadow: 4px 4px 6px #777777;
}

.bloc-header-myaccount {
    color: black;
    padding:5px 5px 5px 12px;
    font-size: 1.2em;
    font-weight:bold;
    background-color: #fff;
    border-bottom: solid #404797 2px;
    margin-bottom: 6px;
}
.bloc-myaccount-person {
    padding:5px 5px 5px 12px;
    background-color: #fff;
    margin-bottom: 6px;}
.bloc-header-myaccount-person {
    font-weight:bold;
    border-bottom: solid #404797 2px;
}
.bloc-myaccount-person-details {}
.cell-myinfos-label {
    font-weight: bold; 
    vertical-align: top; 
    padding: 3px;
    width: 20%;
}
.cell-myinfos-value {
    padding:3px;
}
.cell-myinfos-action {
    padding:3px;
    width: 20%;
}
.myinfos-action-link {
    color: #F0C755;
}
.myinfos-identity {
    font-weight: bold; 
    font-size: 1.2em;
    padding: 8px;
    background-color: #F0C755;
    text-align: center;
}
.myaccount-noitem {
    border: 1px solid silver;
    background-color: #dfe9f0;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.term-table {
    border-bottom: solid #404797 1px;
    width:100%;
}
.term-label {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    border-bottom: solid #404797 1px;
    width:85%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.term-rel-label {
    font-weight:bold;
    padding: 4px;
    color: grey;
    width: 15%;
    vertical-align: top;
}
.term-rel-value {
    padding: 4px;
    border-bottom: solid #404797 1px;
    width:85%;
}

.dos1coltable {
    width: 100%;
    font-size: 0.8em;
    color: gray;
    background-color: white;
    vertical-align: top;
}
.dos2coltable{
    width: 100%;
    background-color: white;
    vertical-align: top;
}
.dos2colMetadatas{
    width: 70%;
    background-color: white;
    vertical-align: top;
    padding: 6px;
}
.dos2colDigidocs{
    width: 30%;
    background-color: white;
    padding: 6px;
}

.gridPanelHeader{
    background-image: none;
    padding: 3px;
}
.gridPanelBody{
    background-color:white;
}
.gridScroller {
    background-color: #c1c2c1;
}

#cms_mosaique_liste {
    padding: 0px;
    margin: 0px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    text-align: center;
}
#cms_mosaique_liste table{
    margin: 0px;
    padding: 0px;
    width:100%;
}

.cmswrap_liste {
    text-align: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.cmswrap_liste > li {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding-right: 5px ;
}

.liwcms_liste {
    width: 30%;
    border: solid #CCC 1px;
    padding: 2px;
}
.liwcms_liste:hover {
    background-color: #eee;
}

#sc_mosaique_liste {
    padding: 0px;
    margin: 0px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    text-align: center;
}
#sc_mosaique_liste table{
    margin: 0px;
    padding: 0px;
    width:100%;
}
.scwrap_liste {
    text-align: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.scwrap_liste > li {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding-right: 5px ;
}
.liwrsc_liste {
    width: 30%;
    border: solid #CCC 1px;
    padding: 2px;
}
.liwsc_liste:hover {
    background-color: #eee;
}
.scwrtitle {
}
.scwrimg {
}
.scwrdesc {
}

.bib_subscription {
    padding-top: 6px;
}

.bloc-myaccount {
    margin-top: 10px;
}
.bloc-myaccount input[type="submit"], input[type="button"] {
    margin: 0px;
}
.buttonTableMyAccount{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid silver;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.editMyAccountHeader {
    font-weight:bold;
}

.newsLettDiv {
    padding: 5px;
    border: solid 0.5px silver;
    margin-top: 20px;
}
.newsLettNameDiv {
    padding: 5px;
    border-bottom: solid 0.5px silver;
}
.newsLettName {
    font-size: 1.2em;
    font-weight: bold;
}
.newsLettDescr {
    padding: 5px;
    color:gray;
    font-style:italic;
}
.newsLettLastIssue {
    padding: 5px;
}
.newsLettAbo {
    padding: 5px;
    text-align: right;
}
.newsLettListAbo {
    padding: 5px;
    font-size: 1rem;
    float: right;
}


.bloc-rss-title  {
}
.bloc-rss-date  {
}
.bloc-rss-descr  {
}
.bloc-rss-img  {
}

.thesABCclass {
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
    background-color: #ccc; 
    text-align: center; 
    margin-right: 4px; 
    padding: 4px;
}


/* popupanels */
.buttonPPP{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    /*background-color: #4A75B5;*/
    background-color: #516D7F;
    color:#fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.buttonClosePPP{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popuppanelInput {
    width: 95%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.popuppanelAutoC {
    width: 95% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.popuppanelCInput {
    width: 95%;
    font-size: 1rem;
}
.popuppanelLabel {
    font-weight: bold;
    color: #6c757d;
}
.label {
    font-weight: bold;
    color: #6c757d;
}

.bg-myaccount {
    background-color: #fff;
}
.bg-header-myaccount {
    background-color: #C6C7D2;
    color: #516D7F;
    font-weight: bold;
    text-align: center;
}
.myaccount-help {
    font-size: 0.8em;
    color: #6c757d;
    background-color: #f1f1f1;
}
.formEditMyaccount {
    border-top: solid #404797 2px;
}
.divEditMyaccount {
    border-top: solid silver 1px;
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.subtitleForm {
    color: #fff;
    background-color: #4A75B5;
    opacity: 0.6;
}
.myportalMypageLabel {
    color: #fff;
    background-color: #4A75B5;
    opacity: 0.6;
}
.bg-myaccount-links {
    background-color: #C6C7D2;
}

.basket-header {
    background-color: #516D7F;
    color:#fff;
}
.basket-header-tools {
    background-color: #dfe9f0;
}
.basket-tool-body {
    padding: 2px;
}
.basket-tab {
    margin-top: 8px;
    padding: 4px;
}
.basket-tab-content {
    padding: 10px;
    border: solid silver 1px;
}
.basketsharedwith {
    font-size: 0.8em;
    color:#6c757d;
}
.basketname-link {
}
.basketdate {
}
.basketcreator {
}
.dossiersharedwith {
    font-size: 0.8em;
    color:#6c757d;
}
.dossiername-link {
}
.dossierdate {
}
.dossiercreator {
}
.myaccount-accordion {
    padding: 3px;
    border-bottom: solid 1px silver;
}
.myaccount-accordion-header{
    margin-top: 6px;
    border-bottom: solid 1px silver;
}
.myaccount-accordion-content{
    padding: 3px;
    border-bottom: solid 1px silver;
}
.template-bloc-edit {
    background-color: #516D7F;
    font-size: 0.8em;
    color: #fff;
}
.template-bloc-edit a{
    color: #fff;
}
.template-bloc-noneditable {
    height:40px; 
    background-color: #F0C755; 
    opacity: 0.5;
}

.pwdforgotten-div {
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.create-account-div {
    background-color: #dfe9f0;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #8CAFCD;
}
.create-account-col {
    padding: 10px;
    border-left: 1px solid #8CAFCD;
}

.issue-consulted {
    color: #8CAFCD !important;
}
.issue-not-consulted {
}


.blocToolbarOpenClose {
    margin-left: 1px;
}
.blocToolbarHide {
    margin-left: 1px;
}
.blocToolbarUseractions{
}
.blocToolbarImg {
    height: 16px;
    width: 16px;
}

.lang-selector {
    background-color: #ddd;
}
.lang-form {
}
.lang-icon {
    width: 24px;
    height: 24px;
}
.lang-label {
    padding-left: 2px;
    color: silver;
}
.lang-link {
    padding-right: 4px;
}

.select-stylesheet-form {
}
.select-stylesheet-menu {
}

.rf-ind-drag-default {
    padding-left: 20px;
    background-image: url("../img/drag_move.png");
    background-position: 5px;
    background-repeat: no-repeat;
    background-color: #fff;
    border:2px solid silver;
    font-size: 0.8em;
}
.rf-ind-drag-accept {
    padding-left: 20px;
    background-image: url("../img/drag_accept.png");
    background-position: 5px;
    background-repeat: no-repeat;
    border:2px solid green;
    background-color: #fff;
    font-size: 0.8em;
}
.rf-ind-drag-reject {
    padding-left: 20px;
    border:2px solid red;
    background-image: url("../img/drag_reject.png");
    background-position: 5px;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 0.8em;
}
.rf-drag-defaut {
    cursor:pointer;
}
.rf-drag-help {
    font-size: 0.8em;
}


.rf-au-fld {
    background-color: #fff;
}
.rf-au-fnt{
    background-color: #fff;
}
.rf-au-lst-scrl {
    max-height: 300px !important;
}
.rf-au-itm-sel {
    background-color: #f2f2f2;
    padding-top: 2px;
    padding-bottom: 2px;
}
.rf-pick-lst-dcrtn {
    border-color: #d3d3d3 !important;
}
.rf-pick-src-cptn {
    background-color: #fff;
    color: #C6C7D2;
    text-align: center;
}
.rf-pick-tgt-cptn {
    background-color: #fff;
    color: #C6C7D2;
    text-align: center;
}
.rf-ddm-lst-bg {
    background-color: #fff;
}
.rf-ctx-lst-bg {
    background-color: #fff;
}

.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
    border-color: #dee2e6 !important;
    padding-top: 6px !important;
    height: 40px !important;
}

.rf-tab-cnt {
    border: none !important;
    border-top-color: #dee2e6 !important;
    border-top-style: solid;
    border-top: 1px;
    height: 2px;
}
.rf-trn-hnd-exp {
    background-image: url("../img/zoom_out_black.png") !important;
}
.rf-trn-hnd-colps {
    background-image: url("../img/zoom_in_black.png") !important;
}
.rf-dt-shdr-c {
    text-align: left !important;
}

.rf-pp-shdw {
    background-color: #FFF !important;
}

.rf-tb {
    border: none !important;
}