/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: 'Nunito', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
   Hi, this is bad CSS, you shouldn't structure your CSS this way. Structurally based CSS is a bad idea because it's inherently brittle; if you change the way your nest something you break it. I'm doing it this way because it's less typing for everyone involved to not have to type long class names
*/

* {
  box-sizing: border-box;;
}

html {
  font-family: 'Nunito', sans-serif;
}

.app {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column;
  text-align: center;
  color: #333;
  /* overflow: auto; */
}

/*This will work for firefox*/
@-moz-document url-prefix() {
  .app {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #333;
    /* overflow: auto; */
  }

  /* scroll bux fix */
  .appContainer {
    overflow: hidden;
  }
}

.appContainer {
  overflow: hidden;
}

.app > h1 {
  color: white;
}

.appContainer {
  display: flex;
  flex:1;
  flex-flow: column;
}

.logoHeader{
  height:30px;
  margin-left:20px;
}

header {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  top: 0;
  left: 0;
  min-height: 50px;
  height: 55px;
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  padding: 8px 30px;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(82,76,82,0.44);
  -moz-box-shadow: 0px 5px 5px -5px rgba(82,76,82,0.44);
  box-shadow: 0px 5px 5px -5px rgba(82,76,82,0.44);
}

header > h1 {
  font-family: Skia;
  font-weight: normal;
  margin: 0;
}

header > h1 > a {
  text-decoration: none;
}

header > h2 {
  font-weight: normal;
  margin: 0;
}

header > h2 > a {
  color: #aaa;
  text-decoration: none;
}

header > input {
  min-width: 250px;
  max-width: 350px;
  width: 33%;
  padding: 4px;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.mainContainer {
  /* scroll fix */
  height: calc(100% - 50px);
  display: flex;
  flex-flow: row;
  flex: 1;
}

.navigationMenu {
  background-color: #4C4341;
  display: flex;
  flex-flow: column;
  min-width: 195px;
  padding-top: 56px;
}

.closedMenu{
  transition: min-width .3s ease-in;
  min-width: 0;
}
.closedMenu.navigationMenu > div{
  display:none;
}

.navigationMenu > div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  padding: 16px;
  outline: none
}

.navigationMenu > div.selected {
  color: #4C4341;
  background-color: orange;
}

.navigationMenu > div > a {
  color: white;
  text-decoration: none;
}

.text20 {
  font-size: 20px;
}

.text10 {
  font-size: 10px;
}

.searchInput {
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  width: 100%;
  padding-left: 10px;
  height: 34px;
  outline-color: #ffb833;
}


.retrievePasswordButton {
  border: 0;
  text-decoration: underline;
  background: white;
}

.noStyleButton {
  border: none;
  background: none;
  font-size: 10px;
  color: #6f6f6f;
  outline: none;
}
.menuButton {
  display:flex;
  color:orange;
  flex-direction: column;
  z-index: 1000;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top :10px;
  left:5px;
}
.menuButton img {
  width:20px;
}


.whiteButton {
  background-color: white;
  border: 0;
  border-radius: 2px;
  color: black;
  font-size: 10px;
  color: #6f6f6f;
  padding: 8px;
  border: 1px solid black;
}

.whiteButton:hover {
  background-color: rgb(224, 224, 224);
}

.inputFileButton{
  background-color: white;
  border: 1px black solid;
  border-radius: 2px;
  font-size: 10px;
  color: #6f6f6f;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  z-index: 0;
}
.inputFileButton:hover{
  background-color: rgb(224, 224, 224);
}

.inputFileLabel{
  height: 100%;
  width: 100%;
  line-height: 45px; /* center text inside of label, label needs to cover all the div to trigger its event */
}
.greenButton, .update-advice-button, .delete-advice-button {
  background-color: #237184;
  border: 0;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  padding: 8px 25px;
}

.advice-contols .greenButton, .update-advice-button, .delete-advice-button {
  margin-right : 10px;
}
.delete-advice-button{
  background-color: #c52e2e;
  outline: none;
  border: none;
}

.greenButton:disabled, .update-advice-button:disabled{
  background-color: #c7c5c5;
  cursor: not-allowed;
}

.disabledGreenButton {
  background-color: grey;
  cursor: auto;
  border: 0;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  padding: 8px 25px;
}


.downloadInput {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downloadInput > input {
  margin-right: 10px;
}

.yellowButton {
  background-color: #ff9900;
  border: 0;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  padding: 8px 25px;
}

.selectedItemsActionControl{
  margin-right: 8px;
}

.disabledYellowButton {
  background-color: white;
  cursor: auto;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  color:#e6e6e6;
  font-size: 10px;
  padding: 8px 25px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

/* .inputfile + label {
  display: inline-block;
  cursor: pointer;
  width: 190px;
} */

.dashboard {
  flex-direction: column;
  display: flex;
  padding: 0 40px;
  width: 100%;
  min-width: 800px;
  height:0px; /* fixes scrolling issue on chrome */
}

.dashboardNoData {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
}

.dashboardChartTitle {
  font-weight: bold;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  color: #736865;
  padding: 20px 0;
  text-align: start;
}

.custom-tooltip {
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  padding: 0 10px;
}

.graphControlsContainer {
  margin-left: 20px;
  border: 1px solid #4c4341;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  height: 32px;
  font-size: 11px;
  align-items: center;
  font-weight: 500;
}

.graphControls {
  border: 0;
  height: 100%;
  width: 100px;
  background-color: white;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categoryContainer {
  display: flex;
  justify-content: space-between;
  padding: 16px
}

.evaluationCategory {
  color: #237184;
  margin-left: 40px;
  text-align: start;
  font-weight: bold;
  line-height: 1.8rem;
}

.evaluationInfo {
  text-align: start;
  font-size: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}

.evaluationInfoRow {
  display: flex;
}

.evaluationInfoField {
  width: 150px;
}
.evaluationInfoFieldLarge {
  width: 200px;
}

.evaluationInfoTitle {
  color: #237184;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.evaluationInfoLabel {
  font-weight: bold;
  margin-top: 15px;
}

.messagesButtonsContainer {
  display: flex;
  justify-content: flex-end;
}

.viewPagerContainer {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.pageViewContainer {
  display: flex;
  align-items: center;
  height: 100%;
  /* necessary for criteria and advice pageViews scroll in safari */
  overflow: auto;
  border-top: 1px solid #b3aca3;
}

.viewPagerTitles {
  display: flex;
  padding: 10px 40px;
}

.viewPagerTitle {
  font-weight: bold;
  width: 120px;
  /* margin-right: 35px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

hr {
  height: .25rem;
  width: 120px;
  margin: 0;
  background: #ff9900;
  border: none;
  transition: 0.3s ease-in-out;
}

.bilanPageView {
  width: 100%;
  height: 100%;
  background: #b3aca3;
  font-size: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: start;
}

.commentPageView {
  width: 100%;
  height: 100%;
  background: #d9d8d8;
  font-size: 12px;
  display: block;
  justify-content: space-around;
  align-items: center;
  text-align: start;
}

.commentPageViewPDF {
  width: 100%;
  height: 100%;
  background: white;
  font-size: 12px;
  display: block;
  justify-content: space-around;
  align-items: center;
  text-align: start;
}

.commentBloc {
  width: 95%;
  background: white;
  display: block;
  padding: 5px;
  margin: 10px 2.5%;
  -webkit-box-shadow: 0px 2px 2px 0px #b2b1b1;
  box-shadow: 0px 2px 2px 0px #b2b1b1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.commentBloc .commentAuthor {
  color: #237184;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.criteriaPageView {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.personalAdvicePageView {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 50px;
  box-sizing: border-box;
}

.personalAdvicePageView * {
  margin-top: 15px;
}

#advice-text-area {
  height: 60%;
  padding: 5px;
  width: 75%;
  border: none;
  outline: #237184 2.5px solid;
}

.update-advice {
  display: flex;
}


.critere {
  width: 100%;
}

.critereLabel {
  display: flex;
  padding: 30px 60px;
  width: 100%;
  color: #746e63;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  justify-content: space-between;
}

.categories {
  height: 0;
}

.categories.show {
  height: 100%;
}

.slide-fade div.categories {
  transition: all 0.4s ease-out;
  opacity: 0;
}

.chartFade {
  height: 0;
}

.chartFade.show {
  height: 100%;
}

.slide-fade div.chartFade {
  transition: all 0.4s ease-out;
  opacity: 0;
}

.slide-fade div.show {
  opacity: 1;
}

.category {
  width: 100%;
}

.categoryLabel {
  display: flex;
  cursor: pointer;
  outline: none;
  color: #2c7c8e;
  font-weight: 600;
  background-color: #f1ece2;
  width: 100%;
  border-top: 1px solid #c0bab2;
  padding: 20px 60px;
  justify-content: space-between;
}

.categoryContentContainer {
  align-items: flex-start;
}

.chart {
  color: #4c4341;
  font-size: 14px;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.chartLegend {
  width: 500px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: start;
}

.chartLegendTitle {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}

.chartLegendRow {
  display: flex;
  padding: 10px 20px;
}

.chartDot {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  border-radius: 25px;
  background-color: #fec33b;
}

.tip {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
}

.tipRectangle {
  width: 50px;
  height: 20px;
  margin-right: 15px;
  border-radius: 4px;
}

.toolTip {
  background: white;
  padding: 10px;
}

.contentContainer {
  display: flex;
  width: 100%;
  height:calc( 100vh - 50px );
  overflow-y: scroll;
}

/*This will work for firefox*/
@-moz-document url-prefix() {
/* todo server */
  .mainContainer {
    height:calc(100vh - 50px) hidden;
  }

}

.pageContainer {
  display: flex;
  flex: 1;
  flex-flow: column;
}

.pageContentContainer {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}

.filterContainer {
  padding: 5px;
}


.pageContentDrawer {
  display: flex;
  height: 100%;
  align-items: flex-start;
  min-width: 850px;
}

.drawerContainer {
  display: flex;
  flex-flow: column;
  padding: 10px 0;
  width: 300px;
  height: inherit;
  border-right: 1px solid #ccc;
  transition: .3s ease-in-out;
}

.drawerButtonsContainer {
  display: flex;
  justify-content: center;
}

.drawerButton {
  height: 35px;
  margin: 10px;
}

.largeDrawerButton {
  height: 35px;
  margin: 10px;
  width: 100%;
}

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

.drawerPassword {
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
}

.drawerContent {
  display: flex;
  height: 100%;
  padding: 10px 0;
  justify-content: space-between;
  flex-direction: column;
  min-height: 15px;
}

.drawerForm {
  display: flex;
  flex-flow: column;
  text-align: start;
  padding: 10px 25px;
  overflow: auto;
  font-size: 14px;
}

.drawerItemTitle {
  font-size: 10px;
  color: gray;
  margin-top: 15px;
}

.drawerSelect {
  border: 0;
}

.drawerInput {
  border: 0;
  border-bottom: 1px solid black;
  width: 100%;
}

.farmersListContainer > select, .sitesListContainer > select {
  width: 100%;
}

.userFarmersList, .userSitesList {
  min-height: 10px;
  padding: 10px 0;
}

.userFarmersList > div, .userSitesList > div {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.sharesListContainer {
  text-align: start;
}
.sharesListContainer .evaluationCategory{
  margin-left: 0;
}

.qualificationTitle {
  text-align: start;
  font-weight: 600;
  padding: 15px;
}

.createProfileFooter {
  display: flex;
  justify-content: space-between;
  padding: 8px 30px;
  height: 60px;
  -webkit-box-shadow: 0px -5px 5px -5px rgba(82,76,82,0.44);
  -moz-box-shadow: 0px -5px 5px -5px rgba(82,76,82,0.44);
  box-shadow: 0px -5px 5px -5px rgba(82,76,82,0.44);
}

.createProfile {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 12px;
}

.createProfile > p {
  padding-right: 15px;
  padding-left: 15px;
}

.formationContainer {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 12px;
}

.pdfViewContainer {
  overflow: auto;
  max-height: 500px;
}

.modalBackground {
  display: flex;
  align-content: center;
  justify-content: center;
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}

.modalContainer {
  display: flex;
  align-self: center;
  flex-flow: column;
  background: white;
  max-width: 50vw;
  min-width: 400px;
  min-height: 25vh;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(82,76,82,0.44);
  -moz-box-shadow: 0px 0px 10px 5px rgba(82,76,82,0.44);
  box-shadow: 0px 0px 10px 5px rgba(82,76,82,0.44);
  font-size: 12px;
}

.modalTitle {
  display: flex;
  background: #D8D8D8;
  justify-content: space-between;
  padding: 16px;
  font-size: 16px;
}

.modalInput {
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  width: 100%;
  padding-left: 10px;
  min-height: 34px;
}

.modalInputLarge {
  min-height: 100px;
}

.modalFormContainer {
  display: flex;
  flex-flow: column;
  max-height: 65vh;
  overflow: auto;
  flex: 1;
  padding: 30px 10px;
}

.modalFormItem {
  display: flex;
  flex-flow: column;
  flex: 1;
  padding: 5px 30px;
}

.modalFormRight {
  display: flex;
  align-self: flex-end;
}

.modalFormItemTitle {
  text-align: start;
  padding-bottom: 5px;
}

.modalFormSelect{
  min-height: 350px;
  min-width: 600px;

}


.errorMessage {
  color: red;
  padding-top: 5px;
}

.tableControls {
  display: flex;
  justify-content: flex-end;
  padding: 8px 10px;
}

.paginationControls {
  display: flex;
  align-items: center;
}

.inactiveButton {
  cursor: auto;
  outline: none;
}

.nextButton {
  border: none;
  background: none;
}

.previousButton {
  border: none;
  background: none;
}

.tableTitle {
  display: flex;
  padding: 20px 20px 5px 20px;
}

.tableContainer {
  font-size: 0.9rem;
  display: flex;
  flex: 1;
  height: 60%;
  flex-flow: column;
  justify-content: space-between;
}

.tableContent {
  display: flex;
  flex-flow: column;
}

.tableRow {
  display: flex;
  padding: 1rem 1rem 0 0;
  min-height: 40px;
  max-height: 40px;
}

.dateInput{
  flex:0 !important;
  min-width: 100px !important;
}

.clickableAttribute {
  cursor: pointer;
}

.checkBoxes {
  padding: 0 10px;
  align-self: center;
}

.tableRowElement, .qualificationSelect {
  flex: 1;
  padding: 0 10px;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: center;
  min-width: 120px;
}
.centerColumnAttribute {
  text-align: center;
}

div.qualificationSelect {
  flex: 0;
}
.toolsPage .tableRowElement, .groupementsPage .tableRowElement, .evaluateursPage .tableRowElement{
  max-width: 200px;
}

.qualificationSelect {
  overflow: visible;
}

.qualificationSelect * {
  max-width: 100%;
}

.select-option{
  max-width: 50px;
  color: green
}
.editItemButton {
  border: 0;
  background: white;
  font-size: 10px;
}

.rightBorderButton {
  border-right: 1px solid;
}

.status-select {
  width: 50%;
}

.inactiveCheckBox {
  opacity: 0;
  cursor: auto;
}

.checkBoxContainer {
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkBoxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.dropdown {
  display: inline-block;
}

.dropdown__content {
  display: none;
  position: absolute;
}

.dropdown--active .dropdown__content {
  display: block;
}

#header-end{
  display:flex;
  width: 270px;
  justify-content: space-around;
  align-items: center;
}

#language-picker{
  height: 50%;
  display: flex;
  min-width: 100px;
}

#chooseLanguageButton {
  height: 100%;
  width: 100px;
  cursor: pointer;
  outline: none;
}

 #chooseLanguageButton img {
  height: 25px;
  z-index: 0;
  transition: 0.15s;
 }

 #chooseLanguageButton:hover img {
  height: 25px;
  transform: scale(1.07,1.07);
  z-index: 0;
 }

 #chooseLanguageButton:active img {
  height: 25px;
  transform: scale(0.95,0.95);
  z-index: 0;
 }

 #CGUByLanguageWrapper{
  height: 50%;
 }

 #CGULanguagePicker{
    width: 100%;
    height: 50px;
    display: flex;
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
  }

  #CGULanguagePicker .language{
    cursor: pointer;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(167, 167, 167);
  }
  #CGULanguagePicker .language.selected{
    background-color: #fff;
    border-bottom:  #237184 2px solid;
    color: #237184;
  }


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.lds-spinner {
  /* color: official; */
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
  background-color: #ff9900;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background-color: #ff9900;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
