/* ========= */
/* = RESET = */
/* ========= */
*
{
    padding: 0;
    margin: 0;
}
/* ========== */
/* = COMMON = */
/* ========== */
body
{
    padding: 0px;
    font-family: Arial, "Helvetica Neue" , Helvetica, Garuda, sans-serif;
    font-size: 90%;
    color: #000;
}
p.text
{
    line-height: normal;
    margin-bottom: 3px;
}
p.small
{
    line-height: 13px;
    margin-bottom: 13px;
    color: #666;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.cb
{
    clear: both;
    line-height: 0;
    font-size: 0;
}

/* =========== */
/* = HEADING = */
/* =========== */
h1, h2, h3
{
    font-family: Helvetica, "Helvetica Neue" ,Arial,Garuda,sans-serif;
    color:  var(--primaryColor);
}

.title
{
    background-position: left;
}
h1
{
    font-size: 16px;
    background-position: right;
    line-height: 36px;
    margin: 0 0 0 17px;
}
h1 span
{
    padding: 5px 0 0 0;
    display: block;
}
h1.arrow
{
    background-position: 0 -355px;
    padding: 0 0 0 17px;
    margin: 0;
    height: auto;
}
h1.widget
{
    background-position: 0 -435px;
    padding: 0 0 0 32px;
    margin: 0 0 22px 3px;
    height: auto;
}

h2
{
    border-bottom: 1px solid #8fcfbd;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 0 0 0 20px;
    background-position: 5px -300px;
    margin: 0 0 10px 0;
}

.title h3
{
    background-position: right;
    line-height: 36px;
    margin: 0 0 0 17px;
    font-weight: normal;
    font-size: 1.6em;
}
.title h3 span
{
    padding: 5px 0 0 0;
    display: block;
}
h3
{
    font-size: 13px;
    line-height: 20px;
}
h3.arrow
{
    font-size: 1.6em;
    line-height: 18px;
    background-position: 0 -303px;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
}
h4
{
    font-size: 12px;
    line-height: 18px;
    color: #757575;
}
h4 span
{
    font-weight: normal;
    font-size: 0.9em;
}
h5
{
    font-size: 11px;
    color: #757575;
    line-height: 16px;
    margin-bottom: 15px;
}
h5.alt
{
    color: #20a07c;
}


/* TABLES */
.table
{
    width: 100%;
    margin: 0 0 22px 0;
}
.table th
{
    height: 2.0em;
    background: #d8dde0 repeat-x top;
    font-size: 1.1em;
    text-align: left;
    padding: 0 0 0 18px;
}
.table td
{
    padding: 10px 10px 10px 18px;
}
.table .even td
{
    background: #f2f3f5;
}
.table .first
{
    padding: 10px 0 10px 18px;
}
.border th, .border td
{
    border-bottom: 1px solid #fff;
}
.table .large
{
    font-size: 1.2em;
}
.table .small
{
    font-size: 1.1em;
}

.other
{
    border-top: 1px dotted #d2d2d2; ;}
.other th
{
    font-weight: normal;
}

.hidden {
    display:none;
}

table.table-hover tbody tr {
    cursor: pointer;
    /*background: #f6f7f8;*/
}
.gauche:hover {
    cursor: pointer;
    /*background-color: #B9C3D7 !important;*/
    text-decoration: underline;
}

.droite:hover, .download:hover, .report:hover{
    cursor: pointer;
    color: var(--primaryColor);
}

.gauche{
    float: left;
    color: var(--secondaryColor);
    font-weight: bold;
    font-size: 12px;
}

.droite {
    text-align: center;
    width: 20px;
    float: right;
    color: #2f2f2f;
}

.download{
    float: left;
    color: #2f2f2f;
}

footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 3%;
}

.select-fund{
    margin-bottom: 3%;
}

.select-fund-title {
    margin-top: 5%;
    padding-top: 2%;
}

.wrapperFooter a{
    color: white !important;
}

.footer-col{
    padding-top: 2%;
}

.title-copy {
    margin-bottom: 20px;
    color: #0070c4;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.title-copy-copy {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 1%;
    padding-bottom: 3%;
    width: 400px;
    display: table;
    margin: 0 auto;
}

.button-addventa {
    margin-top: 0px;
    padding: 15px 20px;
    border-radius: 20px;
    background-color: #0070c4;
    font-family: Roboto, sans-serif;
    color: #fff;
}

.button-addventa a{
    text-decoration: none;
    cursor: pointer;
}

.button-addventa:hover{
    background: #0194fd;
    text-decoration: none !important;
}

.index-title{
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 2%;
}

.upload{
    margin-top: 2%;
    margin-bottom: 5%;
}

.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.homepage{
    height: 100%;
    padding-bottom: 1%;
    border-radius: 32px;
    margin-left: 3%;
    margin-right: 3%;
}

#target{
    display: flex;
    height: 70%;
    width: 55%;
    border : solid 10px black;
    text-align: center;
    line-height: 200px;
    font-size: 16pt; 
    border: 10px dashed #aaa;
    cursor: pointer;
    margin-left: 23%;
    margin-top: 5%;
    
}
#dropFileHere{
    height: 100%;
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 33px;
    overflow: hidden;
    color:  #aaa;
}
.popup {
    display: none;
  }

  .logo{
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .logout {
    display:block;
    margin-top: 30px;
    color: white;
    justify-content: flex-end;
    right: 20px;
  }

  .logout-button {
    background-color: var(--primaryColor);
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    font-family: Arial, "Helvetica Neue" , Helvetica, sans-serif;
    margin-left: -60%;
    margin-top: auto;
    }

    .title-text{
        font-size: 24px;
        margin-top: 30px;
        justify-content: center;
      }