/* --------------- HTML ELEMENTS ----------------- */
body{
    height: 100vh;
    background-color: #f3f3f3 !important;
}

h1 {
    color: #6d6f71 !important;
    margin: 20px 0px 30px 0px !important;
    font-size: 2em !important;
}

h2 {
    border-bottom: 1px solid #dcdcdc;
    margin: 13px 20%;
    padding-left: 20px;
    padding-top: 20px;
    color: #666666;
    font-size: 1.6em !important;
}

h3 {
    color: black;
    font-weight: bold;
    font-size: 1.2em !important;
    padding-top: 20px;
}

h4 {
    color: #666666;
    font-size: 1.3em !important;
}

hr{
    width: 15%;
    margin-left: 0;
}

p {
    margin-top: 7px;
    margin-bottom: 5px;
    clear: both;
}

a {
    color: #216bb1;
    text-decoration: none !important;
    outline: none !important;
}

/* -------------------------------- STRUCTURE ELEMENTS -------------------------------- */
/* ---- SIDEBAR ------*/
.aq-sidebar {
    background-color: #004a8f;
    height: 100vh;
    padding-left: 20px !important;
    font-size: 14px;
    color: #c0c0c0;
}

.aq-sidebar-mobile {
    background-color: #004a8f;
    height: 400px;
    padding-left: 20px !important;
    font-size: 14px;
    color: #c0c0c0;
}

.logout-section {
    width: 100%;
}

.logout-section a {
    color: white;
    font-weight: bold;
}

.logout-section a:hover{
    text-decoration: none;
    background-color: #022f59;
    border-radius: 5px;
}

.logout-icon{
    background-color: #e86821 ;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
    font-size: 24px !important;
}

.underline{
    display: block;
    border-bottom: 1px solid #c0c0c0;
    width: 35%;
    float: left;
}

.aq-sidebar-dashboard-title{
    display: block;
    width: 100%;
    color: white;
    padding-top: 20px;
}

.aq-sidebar-dashboard-title:hover{
    text-decoration: none;
    color: white;
    background-color: #022f59;
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    width: 90%;
}


.aq-sidebar-section-menu{
    width: 100%;

}

.aq-sidebar a {
    text-decoration: none;
    color: white;
}

.aq-section-list{
    list-style: none;
    width: 100%;
}

.aq-section-item {
    margin-bottom: 30px;
    width: 100%;
}

.aq-section-item a{
    width: 90%;
    color: white;
}

.aq-section-item a:hover{
    text-decoration: none;
    color: white;
    background-color: #022f59;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    width: 90%;
}

.sidebar-logo-aquilab{
    width: 80%;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

/* ---- MAIN CONTENT ------*/
.aq-main-content {
    padding-top: 20px;
}

.aq-dynamic-content-mobile{
    width: 100%;
    position: relative;
    display: block;
    z-index: 4;
}

.aq-menu-top{
    height: 110px;
    margin-bottom: 20px;
    position: fixed;
    top: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    display:block;
    z-index: 5;
    background-color: #f3f3f3;
    width: 67.5% !important;
}

.aq-menu-top-mobile{
    height: 100px;
    top: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    display:block;
    z-index: 1500;
    background-color: #f3f3f3;
    width: 100% !important;
}

.aq-lang-area a{
    text-decoration: none;
}

.aq-header-logo{
    text-align: center;

}

.aq-user-area{
    text-align: right;
}

.aq-user-area a {
    color: #5d636b;
    font-weight: bold;
    text-decoration: none;
}

.aq-user-area a:hover {
    text-decoration: none;
}

.topProjectName{
    display: inline-block;
    margin-right: 20px;
}

.topProjectName a{
    color: #004a8f;
    font-weight: bold;
}

.onco-gps{
    background-color: #f3f3f3;
}

.extra-margin{
    background: linear-gradient(#F3F3F3, #f3f3f300);
    height: 20px;
    width: 105%;
    margin-left: -15px;
    margin-bottom: 5px !important;
}

/* ------ DASHBOARD HOMEPAGE ------- */

.user-statistics{
    height: 109px !important;
    border: 1px solid #6d6f71;
    border-radius: 5px;
    color: #666666;
    font-weight: bold;
    line-height: 1.9;
    padding: 5px 20px 20px 20px;
}

.user-statistics-mobile{
    height: 115px !important;
    width: 100%;
    color: #6d6f71;
    border: 1px solid #004a8f;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
    padding: 5px 10px 20px 10px;
}
.user-statistics a{
    font-size: 1.1em;
    color: #004a8f;
    text-decoration: none;
}

.user-statistics-mobile a{
    font-size: 1.2em;
    color: #004a8f;
    text-decoration: none;
}

.projects-statistics{
    border: 1px solid #6d6f71;
    border-radius: 5px;
    padding: 20px;
    color: #6d6f71;
    background-color: white;

}

.projects-statistics-item{
    width: 80%;
    font-size: 1em;
}

.inclusionStatisticNumber{
    width: 40%;
    text-align: right;
    font-size: 20px !important;
    font-weight: bold;
    color: #004a8f;
}

.transferStatisticNumber{
    width: 40%;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #4dc1ee;
}

.learnStatisticNumber{
    width: 40%;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #eb670a;
}

.lastTrials{
    padding: 0px 29px 30px 15px !important
}

.lastTrials-mobile{
    padding: 0px 20px 30px 0px !important
}

.lastsEntriesWrapper{
    background-color: white;
    padding: 20px 0px 20px 0px;
    margin: 0px 10px 0px 10px;

}

.lastsEntriesHeader{
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin-left: 10px;
    margin-right: -10px;
    font-size: 0.9em;
}

.inclusion-project-entry{
    width: 100%;
    padding: 10px 0px 10px 0px;
    list-style: none;
    margin-bottom: 5px;
    vertical-align: middle;
}

.inclusion-project-entry i{
    display: inline-block;
    font-size: 2em;
    color: #004a8f;
}

.inclusion-project-entry a{
    color: #004a8f;
    text-decoration: none;
}

.inclusion-project-entry a:hover{
    color: #4dc1ee;
    text-decoration: none;
}

.projectsWrapper{
    padding-left: 13px !important;
}

.projectsWrapper-mobile{
    padding-left: 0px !important;
}

.projectsBox{
    display: flex;
    justify-content: space-between;
}

.projectWrapper{
    width: 172px !important;
    height: auto;
    box-shadow: 1px 1px 3px black;
    border-radius: 10px;
    text-align: center;
    background-color: white;
    font-size: 0.8em;
    display: block;
}

.projectWrapper span{
    font-size: 0.8em;
}

.homeNavigationImg{
    vertical-align: middle;
    height: 90px;
    width: 100%;
    line-height: 90px;
}

.homeNavigationImg > img {
    max-width: 64px;
    max-height: 64px;
}

.homeProjectLogo{
    margin-bottom: 10px;
}

.homeProjectLogoDesactivated{
    margin-bottom: 10px;
    opacity: 0.5;
    cursor: not-allowed;
}

.projectSubtitle{
    /*border-bottom: 1px solid #ed6501;*/
    font-weight: bold;
}

.collapsableDivContainerStyle + .collapsableDivContainerStyle {
    margin-top: 15px;
}

.collapsableDivContainerStyle .collapsableDivTitle {
    font-size: 1em;
    height: 37px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #bbbbbb;
    background: white;
    padding: 8px 2%;
    cursor: pointer;
    width: auto;
}

.collapsableDivContainerStyle .collapsableDiv {
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    display: none;
    width: auto;
}

/* ---------- PROJECTS HOMEPAGE --------------------*/

.inclusion-projects-table-header-wrapper{
    margin-bottom: 10px;
    width: 100%;
}
.project-homepage-wrapper{
    background-color: white;
    margin: 5px 5px 5px 0;
    padding-top: 5px;
    text-align: center;
    box-shadow: 1px 1px 3px black;
    border-radius: 10px;
}

.inclusion-projects-table-header{
    color: white;
    text-align: left;
    font-weight: bold;
    padding: 10px 20px 10px 0px;
    font-size: 0.9em;
}

.project-homepage-icon{
    padding: 10px;
}

.project-homepage-wrapper a{
    color: #393D42;
    font-weight: bold;
}

.project-homepage-wrapper a:hover{
    color: #eb670a;
    font-weight: bold;
    text-decoration: none;
}

.project-line-wrapper{
    margin: 10px 0px 10px 0px !important;
    border: 1px solid #6f6f6f;
    border-radius: 5px;
}

.project-homepage-link{
    font-size: 0.9em;
    padding-top: 45px;
}

.project-homepage-link a{
    color: #6f6f6f;
}

.project-homepage-link a:hover{
    color: #eb670a;
    text-decoration: none;
}
/* --------------- COLOR ELEMENTS ------------------*/
.onco-dark-blue{
    background-color: #004a8f;
    color: white;
}

.onco-orange{
    background-color: #eb670a;
}

.onco-grey{
    background-color: #6f6f6f;
    color: white;
}

.onco-aqua-blue{
    background-color: #4dc1ee;
}

.onco-green{
    background-color: #00A531;
}

.onco-red{
    background-color: #c40007;
    color: white;
}

.onco-outline-dark-blue{
    border: 1px solid #004a8f;
}

.onco-outline-orange{
    border: 1px solid #eb670a;
}

.onco-outline-grey{
    border: 1px solid #6f6f6f;
}

.onco-outline-aqua-blue{
    border: 1px solid #4dc1ee;
}

.onco-outline-green{
    border: 1px solid #00a531;
}

.onco-outline-red{
    border: 1px solid #c40007;
}
/* --------------- FORM ELEMENTS ----------------- */

.profilInfo{
    margin-left: 5% !important;
    line-height: 2.5em;
}


.value {
    margin-left: 3%;
    width:100%;
    word-break: break-all;
    font-size:0.8em;
    display: inline-block;
}


.value_padding
{
    padding:5px 0;
}

.valeur {
    margin-left: 3%;
    width:99%;
    word-break: break-all;
    font-size: 1em;
    display: inline-block;
}

.label {
    display: inline-block;
    text-align: right;
    width: 80%;
    font-size: 0.8em;
    vertical-align: top;
    border-right: 1px solid black;
}

.label_long {
    width: 50%;
    font-size: 0.8em;
    text-align: right;
}

FORM .label {
    padding:25px 0;
}

FORM .singlecheckbox .label {
    padding:0;
}

.value_short {
    width: 57%;
}

.valeur_short {
    width: 56%;
}






/* --------------- BUTTONS ELEMENTS ----------------- */
/* exception pour le bouton de changement de langue */
#dropdownMenuLink.onco-btn{
    display: inline;
}

.onco-btn{
    font-size: 1.2em;
    padding: 5px 10px 5px 10px;
    margin: 5px 2px 25px 2px !important;
    border-radius: 5px;
    border: 1px solid #3d3d3d;;
    text-decoration: none;
    color: #3d3d3d;
    display: inline-block;
}

.onco-btn-sm{
    font-size: 0.8em;
    padding: 3px 5px 3px 5px;
    margin: 5px 2px 5px 2px;
    border-radius: 5px;
    border: 1px solid #3d3d3d;
    text-decoration: none;
    color: #3d3d3d;
}

.onco-btn-lg{
    width: 100% !important;
}

.onco-btn-circle{
    font-size: 1em;
    line-height: 0.5em;
    width: 60px;
    height: 60px;
    padding: 15px 10px 20px 10px;
    margin: 15px -10px 5px 0px;
    border-radius: 100px;
    float: right;
    text-align: center;
    border: 1px solid black;
    box-shadow: 1px 1px 3px black;
    text-decoration: none;
    position: relative;
    z-index: 5;
}

.onco-btn-circle:hover{
    background-color: #eb670a !important;
    border: 1px solid #eb670a !important;
}

.onco-btn-circle-sm{
    font-size: 0.8em;
    width: 50px;
    height: 50px;
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
    border-radius: 100px;
    float: right;
    /*bottom: 10px;*/
    text-align: center;
    border: 1px solid black;
    box-shadow: 1px 1px 5px black;
    text-decoration: none;
}

.onco-btn-white{
    background-color: white;
    color: black;
    border: 1px solid white;
}

.onco-btn-white-black-border{
    background-color: white;
    color: black;
}

.onco-btn-dark-blue{
    background-color: #004a8f;
    color: white;
    border: 1px solid #004a8f;
}

.onco-btn-dark-blue a{
    color: white;
}

.onco-btn-dark-blue:hover{
    color: #004a8f;
    background: transparent;
    border: 1px solid #004a8f;
}

.onco-btn-outline-dark-blue{
    color: #004a8f;
    border: 1px solid #004a8f;
}

.onco-btn-outline-dark-blue:hover{
    background-color: #004a8f;
    color: white;
    border: 1px solid #004a8f;
}

.onco-btn-orange{
    background-color: #eb670a;
    color: white;
    border: 1px solid #eb670a;
}

.onco-btn-orange:hover{
    color: #eb670a !important;
    background: transparent;
    border: 1px solid #eb670a;
}

.onco-btn-outline-orange{
    color: #eb670a;
    border: 1px solid #eb670a;
}

.onco-btn-outline-orange:hover{
    background-color: #eb670a;
    color: white;
    border: 1px solid #eb670a;
}

.onco-btn-aqua-blue{
    background-color: #4dc1ee;
    color: white;
    border: 1px solid #4dc1ee;
}

.onco-btn-aqua-blue:hover{
    color: #4dc1ee;
    background: transparent;
    border: 1px solid #4dc1ee;
}

.onco-btn-outline-aqua-blue{
    color: #4dc1ee;
    border: 1px solid #4dc1ee;
}

.onco-btn-outline-aqua-blue:hover{
    background-color: #4dc1ee;
    color: white;
    border: 1px solid #4dc1ee;
}

.onco-btn-grey{
    background-color: #6f6f6f;
    color: white;
    border: 1px solid #6f6f6f;
}

.onco-btn-grey:hover{
    color: #6f6f6f;
    background: transparent;
    border: 1px solid #6f6f6f;
}

.onco-btn-outline-grey{
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
}

.onco-btn-outline-grey:hover{
    background-color: #6f6f6f;
    color: white;
    border: 1px solid #6f6f6f;
}

.onco-btn-green{
    background-color: #00A531;
    color: white;
    border: 1px solid #00A531;
}

.onco-btn-green:hover{
    color: #00A531;
    background: transparent;
    border: 1px solid #00A531;
}

.onco-btn-purple {
    background-color: purple;
    color: white;
    border: 1px solid purple;
}

.onco-btn-purple:hover {
    color: purple;
    background: transparent;
    border: 1px solid purple;
}

.onco-btn-outline-green{
    color: #00A531;
    border: 1px solid #00A531;
}

.onco-btn-outline-green:hover{
    background-color: #00A531;
    color: white;
    border: 1px solid #00A531;
}

.onco-btn-red{
    background-color:#c40007;
    color: white;
    border: 1px solid #c40007;
}

.onco-btn-red:hover{
    color: #c40007;
    background: transparent;
    border: 1px solid #c40007;
}

.onco-btn-outline-red{
    color: #c40007;
    border: 1px solid #c40007;
}

.onco-btn-outline-red:hover{
    background-color: #c40007;
    color: white;
    border: 1px solid #c40007;
}

.onco-btn-coexya{
    background-color: #166879;
    color: white;
    border: 1px solid #166879;
}

.onco-btn-coexya a{
    color: white;
}

.onco-btn-coexya:hover{
    color: #166879;
    background: transparent;
    border: 1px solid #166879;
}

.onco-btn-outline-coexya{
    color: #166879;
    border: 1px solid #166879;
}

.onco-btn-outline-coexya:hover{
    background-color: #166879;
    color: white;
    border: 1px solid #166879;
}

.onco-btn.btn-center
{
    /*Obligatoire car block incompatible avec with auto*/
    display: table;
    margin: 10px auto !important;
    text-decoration: none !important;
}

.onco-btn.btn-margin
{
    margin: 10px;
}

button a{
    text-decoration: none;
    color: white !important;
}

a.onco-btn img{
    width: 20px !important;
    max-height: 18px !important;
}


/* --------------- TEXT ELEMENTS ----------------- */
.text-dark-blue{
    color: #004a8f;
}

.text-aqua-blue{
    color: #4dc1ee;
}

.text-orange{
    color: #eb670a;
}

.text-green{
    color: #00A531;
}

.text-red{
    color: #c40007;
}

.text-gray{
    color: #999999;
}

.onco-help-text{
    color: #004a8f;
    font-weight: bold;
    font-size: 2.2em;
}

.white-onco-help-text{
    color: white;
    font-weight: bold;
    font-size: 2.2em;
}

.login-help-text{
    color: #004a8f;
    font-weight: bold;
    font-size: 2.2em;
}

.center{
    text-align: center;
}

.left{
    text-align:left;
}

.right{
    text-align: right;
}

.rotate-90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari/Chrome */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
}

#main_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    /*width: 100%;*/
    border: 1px solid #bbbbbb;
    line-height: 24px;
    vertical-align: middle;
    padding:5px;
}

#main_title .main_title_icon {
    width: 19%;
    display: inline-block;
}

#main_title .main_title {
    width: 59%;
    display: inline-block;
}

/* --------------- MOBILE ELEMENTS ----------------- */
.aq-mobile-header{
    width: 100%;
    margin-bottom: 20px;
}

.aq-mobile-main-content{
    margin-bottom: 10px;
    width: 100%;
}

.aq-mobile-footer{
    width: 100%;
    background-color: #393D42;
    bottom: 0;
    padding: 20px 0 20px;
}

.aq-mobile-footer a{
    text-decoration: none;
    color: white;
    font-size: 0.8em;
}

.aq-mobile-footer a:hover{
    text-decoration: none;
    font-size: 0.8em;
    color: #ed6501;
}

.aq-mobile-oncoplace-logo{
    width: 85%;
    padding-top: 10px;
    padding-left: 20px;
}

.aq-mobile-user-panel{
    padding-top: 3.5%;
    margin-right: -3%;
}

.aq-mobile-menu{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #004a8f;
    padding: 20px;
}

.aq-mobile-menu p{
    color: white;
}

.aq-mobile-menu a{
    background-color: #00335d;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.8em;
}

.aq-mobile-menu a:hover{
    background-color: #eb670a;
    padding: 10px;
    color: white;
    text-decoration: none;
}

#mobile_main_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    border: 1px solid #bbbbbb;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    padding:5px;
    margin-bottom: 20px;
}

.pendingQueriesLink{
    color: #eb670a !important;
}

.homepagePendingQueriesLink{
    color: white !important;
}


/*------------------------ TABLE & DT ELEMENTS ---------------------------*/

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

.dl-horizontal {
    *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    line-height: 0;
    content: "";
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

iframe.richTextIFrame {
    margin: 10px;
    padding: 0;
    border: solid 1px lightgrey;
    box-shadow: 2px 2px 2px #CCC;
}
