/* landing */
.mycontent-left {
  border-right: solid 3px #F3F3F3;
}

/* modules */
.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 20px;
}

.mt-7 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px !important;
  max-width: 1800px;
}

.mt-7 td {
  max-width: 1000px;
    word-wrap: break-word;
    white-space: normal; !important;
}

.rounded-table {
  border-collapse: separate; 
  border-spacing: 0 1em;
}

/* Set border-radius on the top-left and bottom-left of the first table data on the table row */
.rounded-table td:first-child,
.rounded-table th:first-child {
  border-radius: 10px 0 0 10px;
}

/* Set border-radius on the top-right and bottom-right of the last table data on the table row */
.rounded-table td:last-child,
.rounded-table th:last-child {
  border-radius: 0 10px 10px 0;
}

.fileupload-label {
    font-size: medium;
    margin-right: 10px;
}

/* download report section */ 
.download-report {
  /* vertical-align: middle; */
  float: right;
}
.other-label-label {
  /* vertical-align: middle; */
  float: right;
}
input[name=other_label] {
  /* vertical-align: middle; */
  float: right;
}


.round_overlap_pos_box{
    background-color: #99F443;
    /*width: 150px;*/
    height: 20px;
    border-radius: 10px;
}
.round_overlap_neg_box{
    background-color: #EC449B;
    /*width: 150px;*/
    height: 20px;
    border-radius: 10px;
}

.ipsos-header {
    -webkit-text-size-adjust: 100%;
      word-break: normal;
      tab-size: 4;
      font-size: 24px;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent;
      line-height: 200%;
      font-family: Roboto,Arial,sans-serif;
      background-repeat: no-repeat;
      box-sizing: inherit;
      padding: 0;
      margin: 0;
      height: 50px;
      background-color: #009d9d;
      border-color: rgba(255, 255, 255, 0.5);
      color: #ffffff;
      display: flex;
      flex-wrap: wrap;
      flex: 1 1 auto;
      margin-top: 5;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 5;
      position: relative;
}

.ipsos-cae {
  position: absolute;
  right: 0;
  font-size: 18px;
}

.ipsos-img {
  -webkit-text-size-adjust: 100%;
        word-break: normal;
        tab-size: 4;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: transparent;
        line-height: 1.5;
        color: #ffffff;
        font-family: Roboto,Arial,sans-serif;
        background-repeat: no-repeat;
        box-sizing: inherit;
        padding: 0;
        margin: 0;
        display: inline-block;
        font-size: 17px;
        height: 100%;
        /* position: relative; */
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Footer style for informational bar */
.footer {
  border-top: 1px solid #b4b4b4;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
  text-align: center;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
  