/* REMINDERS
Smooth blue color : #F3F7F9
Strong blue color : #668CA1
Bright blue color : #0070C0
Grey border color : #D9D9D9
*/

/* fonts & icons */
    @font-face {
        font-family: 'icomoon';
        src: url('../../css/theme2/fonts/icomoon.eot?1pwn6k');
        src: url('../../css/theme2/fonts/icomoon.eot?#iefix1pwn6k') format('embedded-opentype'),
        url('../../css/theme2/fonts/icomoon.woff?1pwn6k') format('woff'),
        url('../../css/theme2/fonts/icomoon.ttf?1pwn6k') format('truetype'),
        url('../../css/theme2/fonts/icomoon.svg?1pwn6k#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .icon-pdf:before {
        font-family: 'icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: red;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e626";
    }

/* MISC */

    body.mobile {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.8);
    }

    #holder {
        min-height: 100%;
        position: relative;
        padding-bottom: 210px;
    }

/* TAG */

    .tag {
        background-color: #F3F7F9;
        padding: 1px 3px;
        border-radius: 2px;
        border: 1px solid #668CA1;
        font-weight: bold;
        color: #668CA1;
        font-size: 1em;
        line-height: 1;
        vertical-align: middle;
    }

/* ELLIPSIS */

    .ellipsis {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

/* LINKS */

    .btn.arrowed {
        position: relative;
        padding-right: 45px;
    }

    .btn.arrowed.in-text, .in-text {
        margin: 10px 0 20px 0;
    }

    .btn.arrowed:after {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        font-size: 1.2em;
        color: #668CA1;
        opacity: 0.5;
        position: absolute;
        top: 3px;
        right: 12px;
    }

    .btn.arrowed.back:after {
        content:"\e079";
    }

/* HACKS */

    .caret {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .btn.text-left {
        text-align: left;
    }

    .btn.text-right {
        text-align: right;
    }

    .pagination > li > a {
        margin-bottom: 5px;
    }

    .wrapped {
        white-space: normal !important;
    }

    .list-group-item > .btn.btn-sm {
        position: relative;
        top: -5px;
    }

    .panel-group {
        margin-bottom: 0px !important;
    }

    div[id^='session'] .panel-heading a {
        color: inherit;
    }

    div[id^='session'] .panel-heading a:focus {
        text-decoration: none;
    }

/* TEXT COLOR */

    .text-strong-blue {
        color: #668CA1 !important;
    }

    .text-smooth-blue {
        color: #F3F7F9 !important;
    }

    .text-bright-blue {
        color: #0070C0 !important;
    }

/* BACKGROUND COLOR */
    .bg-strong-blue {
        background-color: #668CA1 !important;
    }

    .bg-smooth-blue {
        background-color: #F3F7F9 !important;
    }

    .bg-bright-blue {
        background-color: #0070C0 !important;
    }

/* NAVBAR */

    #back-button {
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #ddd;
    }

    #back-button .btn {
        background: none;
        border: none;
    }

    .navbar .with-back-button {
        padding-left: 50px;
    }

    .navbar, .foot-btn-dismiss, #progress-toc:not(.in-flow) {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .navbar-custom {
        float: right !important;
        margin-left: -15px;
    }

    .navbar-header {
        float: left !important;
    }

    .main-title a {
        background: url("images/ecusson.png") no-repeat 15px center;
        padding-left: 50px;
    }

/* SLIDE MENU */

    nav.navmenu-nav {
        margin-bottom: 0;
    }

    .offcanvas .btn-sm {
        color: #668CA1;
    }

    .offcanvas nav > a {
        padding-left: 25px;
    }

    .offcanvas nav > a.current {
        border-left: solid 5px #668CA1;
        padding-left: 20px;
    }

    .list-group-item.list-section-title {
        /*font-size: 1.3em;*/
        color: #668CA1;
        background-color: #f8f8f8;
    }

    .list-group-item:first-child.close-menu {
        border-radius: 0;
        height: 51px;
        line-height: 30px;
        background-color: #668CA1;
        color: white;
        cursor: pointer;
    }

/* SEARCH BAR */

    #searchRow {
        border-top: solid thin #D9D9D9;
        padding-bottom: 10px;
    }

    .goSearch {
        background-color: #668CA1 !important;
        color: white !important;
    }

    .result-memo-title > strong + span {
        display: block;
        text-align: right;
        margin-top: 10px;
    }

/* DECORATION */

    #decoMain {
        background-size: cover;
        height: 4em;
        background-position: top center;
    }

    .decoMain_1 {
        background-image: url(../../css/theme2/images/bandeau1.jpg);
    }

    .decoMain_2 {
        background-image: url(../../css/theme2/images/bandeau2.jpg);
    }

    .decoMain_3 {
        background-image: url(../../css/theme2/images/bandeau3.jpg);
    }

    .decoMain_4 {
        background-image: url(../../css/theme2/images/bandeau4.jpg);
    }

    .decoMain_5 {
        background-image: url(../../css/theme2/images/bandeau5.jpg);
    }

    .decoMain_6 {
        background-image: url(../../css/theme2/images/bandeau6.jpg);
    }

    .decoMain_7 {
        background-image: url(../../css/theme2/images/bandeau7.jpg);
    }

/* MAIN */

    main {
        padding-top: 1em;
        margin-bottom: 2em;
    }

    main .list-group:last-child, main .panel:last-child {
        margin-bottom: 0;
    }

    main .decoArticle {
        padding: 0;
        border-width: 0;
        margin-bottom: 1.5em;
        min-width: 21em;
        height: 6em;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    main h1 {
        font-size: 1.4em;
        font-weight: bold;
        margin: 40px 0 30px 0;
    }

    main > h1:first-of-type {
        margin-top: 20px;
    }

    main dl dt {
        font-weight: normal;
    }

    main h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin: 30px 0 20px 0;
    }

    main h3 {
        font-size: 1.1em;
        font-weight: bold;
        padding-bottom: 5px;
        font-style: italic;
    }

    main h5 {
        font-weight: bold;
        font-size: 1em;
    }

    main .smaller {
        font-size: 0.7em;;
    }

/* ARTICLES */

    article:first-of-type {
        border: none;
    }

    article {
        margin-bottom: 2em;
        border-top: solid thin #668CA1;
    }

/* DEPUTE SEARCH PAGE */

    #search > form, #search > form .actions {
        border-top: solid thin #668CA1;
        padding-top: 2em;
        margin-top: 2em;
    }

    #search > form .list-group {
        margin-bottom: 15px;
    }

    #lstDeputes .depute-name, #lstDeputes .depute-info {
        margin-bottom: 5px;
    }

/* FOOTER CONTACT */

    .footer {
        height: 210px !important;
        padding-bottom: 15px;
    }

    #contact div.organization {
        padding-top: 7px;
        margin-top: 10px;
        font-size: 0.8em;
        border-top: solid thin #D9D9D9;
    }

    #contact h1 {
        display: none;
    }

    #contact [itemprop='name'] {
        font-weight: bold;
    }

    #contact [itemprop='address'], #contact [itemprop='location'] {
        margin: 0.5em 0;
    }

/* FILETYPE */

    .pdf, .docPdf, .memoLink > a:not(.docPdf), a.memoLink, .zip, .pvWeb {
        display: block;
        background-color: #F3F7F9;
        border-radius: 2px;
        padding: 10px;
        padding-right: 35px;
        margin: 5px 0;
        position: relative;
    }

    .well .pdf, .well .docPdf, .well .memoLink > a:not(.docPdf) {
        background-color: white;
    }

    .pdf:before, .docPdf:before {
        font-family: 'icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: red;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e626";
    }

    .memoLink > a:not(.docPdf):before, a.memoLink:before {
        font-family: 'gcm-icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #0070C0;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e910";
    }

    .zip:before {
        font-family: 'gcm-icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: darkorange;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e916";
    }

    .pvWeb:before {
        font-family: 'gcm-icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: darkorange;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e911";
    }

    .pdf:after, .docPdf:after, .zip:after {
        content: "\e025";
        font-family: 'Glyphicons Halflings';
        position: absolute;
        top: 12px;
        right: 12px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

/* GCM SELECT MENU + GCM BUTTON */

    .gcm-select {
        list-style: none;
        padding: 0;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .gcm-select-item, .gcm-btn {
        color: #0070C0;
        background-color: #F3F7F9;
        display: block;
        padding: 10px 15px;
    }

    .gcm-select-item {
        margin: 5px 0;
    }

    .gcm-select-item.active {
        padding-right: 40px;
        padding-left: 50px;
    }

    .gcm-select-item.active, .gcm-btn.active {
        color: white;
        background-color: #0070C0;
        position: relative;
        /*font-size: 1.1em;*/
        border-radius: 4px;
    }

    .gcm-select-item.active:before {
        font-family: 'Glyphicons Halflings';
        content: "\e236"; /*"\e253";*/
        position: absolute;
        top: 4px;
        left: 15px;
        font-size: 1.5em;
    }

    /*.gcm-select-item.active:after {
        font-family: 'Glyphicons Halflings';
        content: "\e236"; "\e252"
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 1.5em;
    }*/

    .gcm-select.open .gcm-select-item.active:before {
        top: 4px;
    }

    .gcm-select.open .gcm-select-item.active:after {
        top: 4px;
    }

    .gcm-select .gcm-select-item:not(.active) {
        display: none;
    }

    .gcm-select.open .gcm-select-item {
        display: block;
    }

    .gcm-select.open .gcm-select-item {
        border-radius: 0;
    }

    .gcm-select.open .gcm-select-item:first-child {
        border-radius: 4px 4px 0 0;
    }

    .gcm-select.open .gcm-select-item:last-child {
        border-radius: 0 0 4px 4px;
    }

    .gcm-list {
        display: none;
    }

    .gcm-list.activeGcmList {
        display: block;
        margin-bottom: 0;
    }

/* COLLABORATEURS */

    .gcm-list.contact h2 {
        font-weight: normal;
        padding: 0;
        font-size: 1.2em;
    }

    .gcm-list.contact .panel > ul li > span,
    .gcm-list.contact a[href^='tel:'] > span,
    .gcm-list.contact a[href^='mailto:'] > span,
    #contacts a[href^='mailto:'] > span,
    #contacts a[href^='tel:'] > span,
    #kontakt a[href^='mailto:'] > span,
    #kontakt a[href^='tel:'] > span {
        margin-right: 10px;
    }

    .spaced {
        margin-right: 10px;
    }

    .gcm-list.contact a[href^='tel:'],
    .gcm-list.contact a[href^='mailto:'],
    #contacts a[href^='mailto:'],
    #contacts a[href^='tel:'],
    #kontakt a[href^='mailto:'],
    #kontakt a[href^='tel:'] {
        text-align: left;
    }
    .lastname {
        text-transform: uppercase;
    }

/* GCM LIST GROUP */

    .gcm-list-group {
        padding: 10px 5px;
    }

    .gcm-list-group-item:first-child {
        border-top: solid thin #668CA1;
    }

    .gcm-list-group-item {
        border-bottom: solid thin #668CA1;
        padding: 20px 0;
        position: relative;
        display: block;
    }

/* DEPUTES CARD */

    .depute-item {
        height: 80px;
    }

    .depute-item.result {
        height: auto;
    }

    .result .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    span.glyphicon.arrow {
        font-size: 1.2em;
        color: #668CA1;
        opacity: 0.5;
    }

    .depute-portrait img {
        height: 58px;
        border: 1px solid #ddd;
    }

    .depute-card {
        position: relative;
        height: 100%;
    }

    .depute-card.with-photo {
        margin-left: 65px;
    }

    .depute-card h2 {
        padding: 1px 50px 0 0;
        margin: 0;
        font-size: 0.9em;
        line-height: 15px;
    }

    .depute-card .info {
        display: block;
        width: 100%;
        padding-top: 5px;
        position: absolute;
        bottom: 0;
        border-top: 1px solid #ddd;
        font-size: 0.9em;
    }

    .depute-card h2 .tag {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.8em
    }

/* DEPUTES PAGE */

    .option-select {
        margin-top: 20px;
    }

    article.depute > a {
        margin-bottom: 20px;
    }

    #lstDeputes {
        margin-bottom: 20px;
    }

    .alpha-select {
        white-space: nowrap;
        overflow-y: scroll;
    }

/* DEPUTE OPTIONS */

    .options {
        width: 100%;
        overflow-y: visible;
    }

    .options .option {
        margin: 5px 0 15px 0;
    }

    .options > #toggle-option {
        display: none;
    }

    .options.fixed > #toggle-option {
        display: block;
    }

    .options.fixed > #toggle-option > span.closed,
    .options.fixed.open > #toggle-option > span.open {
        display: inline;
    }

    .options.fixed.open > #toggle-option > span.closed,
    .options.fixed > #toggle-option > span.open {
        display: none;
    }

    #toggle-option {
        position: absolute;
        top: -33px;
        right: 15px;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .options.fixed {
        position: fixed;
        bottom: -113px;
        z-index: 1000;
        background-color: white;
    }

    .options.fixed.open {
        bottom: 0;
    }

/* DEPUTE PAGE */

    .depute-title {
        height: 58px;
        margin-bottom: 15px;
    }

    .depute-title img {
        float: left;
        margin-right: 15px;
        height: 58px;
    }

    .depute-title h1 {
        margin-bottom: 10px;
    }

    .depute-info .list-group.phone .list-group-item {
        height: 42px;
    }

    .depute-info .panel-heading {
        position: relative;
    }

    .depute-info .panel-heading .tag {
        font-size: 0.9em;
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .depute-info .panel.legislatures .tag {
        font-weight: normal;
        margin: 0 5px 10px 0;
        display: inline-block;
    }

    .depute-info .fonction-name {
        display: block;
        margin-bottom: 5px;
    }

    .depute-info .fonction-date {
        color: #909090;
    }

    .depute-info .panel:last-of-type {
        margin-bottom: 0;
    }

/* COMMISSIONS */

    .commissions .btn {
        margin-bottom: 15px;
    }

    .commissions .btn:last-of-type {
        margin-bottom: 0;
    }

    .commissions a:last-child h2 {
        margin-bottom: 0;
    }

    .commissions h3 {
        color: #777;
        font-style: italic;
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: normal;
        font-size: 85%;
    }

    .commissions h2 > span {
        opacity: 0.7;
    }

    .panel h3.panel-title, .panel h2.panel-title {
        font-weight: normal;
        font-style: normal;
        padding: 0;
    }

/* PARTIS */

    .table.partis > thead > tr > th,
    .table.partis > tbody > tr > td {
        border: none;
    }

    .table.partis > thead > tr > th:first-of-type,
    .table.partis > tbody > tr > td:first-of-type {
        padding-left: 15px;
    }

    .table.partis > thead > tr > th:last-of-type,
    .table.partis > tbody > tr > td:last-of-type {
        padding-right: 15px;
    }

    .table.partis > thead > tr > th {
        color: #777;
        font-size: 85%;
        padding-bottom: 0;
        font-style: italic;
        font-weight: normal;
    }

/* RAPPORTS DE GESTION */

    .rapports-gestion .main {
        margin-bottom: 30px;
        padding: 30px 0;
        border-top: solid thin #668CA1;
        border-bottom: solid thin #668CA1;
    }

/* LIVE */

    .liveObjetTitle {
        margin-top: 30px;
    }

/* SEANCES */

    h1 > .btn.docs {
        top: -5px;
    }

    .btn.docs {
        position: relative;
    }

    .btn.docs:focus, .btn.docs:visited {
        outline: none;
        border-color: #ccc;
        background-color: #fff;
    }

    .btn.docs > span:first-child {
        padding-right: 10px;
    }

    .btn.docs.open .caret {
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        transform: rotate(180deg);
    }

    div[id^='session'] a[aria-expanded] > .panel-title > .caret {
        margin-left: -5px;
        margin-bottom: 5px;
        color: #0070C0;
    }

    div[id^='session'] a[aria-expanded='false'] > .panel-title > .caret,
    #progress-toc.off > h1 > .caret {
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
    }

    div.docs {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #668CA1;
    }

    .memoSeanceListing a.memoLink {
        position: relative;
        top: -8px;
        font-size: 12px;
        padding: 5px 10px;
        margin-right: -9px;
    }

    .document.with-title {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .document + span {
        color: #337ab7;
        display: block;
        background-color: #fff;
        padding: 10px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border: 2px solid #F3F7F9;
        border-top: none;
        margin-bottom: 10px;
    }

/* MEMORIAL */

    .memoNavFirst, .memoLinks {
        margin-bottom: 20px;
    }

    .memoNav > a.btn {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 45px;
        position: relative;
    }

    .memoNav > a.btn > span:last-child {
        position: absolute;
        right: 12px;
        top: 6px;
    }

    .memoSection, .memoNote, .memoLinks {
        margin-top: 20px;
    }

    .memoNote {
        font-style: italic;
        color: #666;
    }

    .memoNote > div {
        margin-bottom: 10px;
    }

    .memoPoint {
        margin-bottom: 10px;
        color: #0070C0;
        font-weight: bold;
        font-size: 1.1em;
    }

    .p_style_no_debat {
        font-size: 1.2em;
        border-top: solid thin #668CA1;
        padding-top: 30px;
        margin-top: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .p_style_changement_pdt {
        color: rgba(0, 0, 0, 0.7);
        border-top: 1px solid rgba(0, 0, 0, 0.7);
        border-bottom: 1px solid rgba(0, 0, 0, 0.7);
        padding: 10px 0;
        margin: 30px 0;
        font-size: 0.9em;
        text-align: center;
    }

    .p_style_changement_pdt:before {
        font-family: 'gcm-icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e918";
    }

    .style_pdg_italic, .style_orateur_italic {
        font-style: italic;
        font-weight: bold;
    }

    .style_pdg_gras,
    .style_df_adopte_9,
    .style_df_adopte_8,
    .style_df_rejete_9,
    .style_df_rejete_8 {
        font-weight: bold;
    }

    .style_df_rejete_8, .style_df_rejete_9 {
        color: #a94442;
    }

    .style_df_adopte_8, .style_df_adopte_9 {
        color: #3c763d;
    }

    .style_user_title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .memoSection i {
        display: block;
        margin: 10px 0;
    }

/* MEMORIAL SECONDARY NAV */

    .with-toc {
        margin-bottom: 40px;
    }

    /* TOC DEFAULT */

    #progress-toc > h1 {
        margin: 0;
        padding: 15px;
        cursor: pointer;
        font-weight: normal;
        color: white;
        font-size: 1.1em;
        height: 40px;
        line-height: 10px;
    }

    #progress-toc > h1 > .caret {
        border-width: 7px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    #progress-toc > .content {
        padding: 15px;
        background-color: white;
    }

    #progress-toc > .content > h2 {
        margin-top: 0;
    }

    /* TOC OFF */

    #progress-toc.off > .content {
        display: none;
    }

    /* TOC NOT IN FLOW DEFAULT */

    #progress-toc:not(.in-flow) {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000;
    }

    /* TOC NOT IN FLOW NOT OFF */

    #progress-toc:not(.in-flow):not(.off) {
        height: calc(100% - 50px);
    }

    #progress-toc:not(.in-flow):not(.off) > .content {
        height: 100%;
        overflow-x: scroll;
        padding-bottom: 70px;
    }

    .no-scroll {
        overflow: hidden;
    }

/* MEMORIAL SEANCES */

    #seanceYear {
        margin-top: 10px;
    }

    #seanceYear + .alert.alert-warning {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .seance:not(.active) > .content {
        display: none;
    }

    .seance > h2 {
        font-weight: normal;
        padding: 10px;
        margin: 10px 0 10px 0;
        cursor: pointer;
        color: #0070C0;
        border-radius: 2px;
        border: 1px solid #F3F7F9;
    }

    .seance:first-of-type > h2 {
        margin-top: 40px;
    }

    .seance.active > h2 {
        color: white;
        background-color: #0070C0;
        border: none;
    }

    .seance > h2:before {
        font-family: 'gcm-icomoon';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: "\e90e";
    }

    .seance.active > h2:before {
        content: "\e90f";
    }

    .seance.active > .content {
        margin-left: 10px;
        padding-left: 10px;
        border-left: solid thin #668CA1;
    }

/* ODJ PV */
.odjPv {
    text-align: center;
}
h1.odjPv {
    margin-bottom: 1em;
}
h3.odjPv {
    font-style: normal;
}
h4.odjPvHour {
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 0.9em;
}
#sessionOdj {
    margin-top: 2em;
}
h3.odjPvSection {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.odjPvDecision {
    font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
}
.odjPvDecision .decision_date {
    font-weight: normal;
}
.panel-title.odjPvGroup {
    font-size: 0.9em;
}