﻿.header_tab {
    background: rgb(255,255,255); /*Old browsers*/
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzZhOGI3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NGJjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 9%, rgba(106,139,118,1) 48%, rgba(116,188,142,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(255,255,255,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(48%,rgba(106,139,118,1)), color-stop(100%,rgba(116,188,142,1))); /* Chrome,Safari4*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(106,139,118,1) 48%,rgba(116,188,142,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(106,139,118,1) 48%,rgba(116,188,142,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(106,139,118,1) 48%,rgba(116,188,142,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9%,rgba(106,139,118,1) 48%,rgba(116,188,142,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#74bc8e',GradientType=0 ); /* IE6-8*/
    text-align: center;
    border-color: gray;
}

.radio {
    display: inline;
    _top: 0.2em;
}

.ui-datepicker {
    font-size: 11px;
}

.dv_DivHaut2 {
    border: 2px solid #DAC140!important;
    background-color: #fff;
    width: 1046px;
    height: 37px;
    padding-bottom: 2px;
}

.optionsP {
    border: 1px solid #003867!important;
    background-color: #ebf2f5;
    height: 37px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
    padding: 48px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

    .optionsP input {
        display: none;
    }

    .optionsP > label {
        display: inline-block;
        position: relative;
        margin-right: 16px;
        padding-left: 24px;
        cursor: pointer;
    }

        .optionsP > label:before {
            content: "";
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 50%;
            margin-top: -8px;
            border: 1px solid #fff;
            border-radius: 8px;
        }

        .optionsP > label:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            top: 50%;
            left: 8px;
            margin-top: 0;
            background: #fff;
            border-radius: 4px;
            transition: .2s ease-in-out;
        }

.dv_grid_portfolio {
    border-radius: 5px;
    overflow: auto;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 290px;
    width: 1038px;
    background-color: #ebf2f5;
}

.auto1 {
    margin: 0px;
    height: 14px;
    width: 15px;
}

.auto2 {
    width: 100px;
    margin-left: 5px;
    text-align: left;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.auto3 {
    width: 10px;
}

.auto4 {
    width: 145px;
    text-align: right;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
}

tr.red td {
    color: Red;
}

tr.green td {
    color: Green;
}

tr td.green {
    color: Green;
}

tr td.red {
    color: Red;
}

tr.pq-grid-row > td, tr.pq-grid-oddRow > td {
    height: 11px !important;
}

tr.pq-grid-row, tr.pq-grid-row.pq-grid-oddRow {
    height: 11px !important;
}

.pq-grid-col-resize-handle {
    height: 11px;
}