html
{
    height: 100%;

}

body {
    height: 100%;
    font-size: 17px;
}

#mainContentContainer {
    height: 100%;
}

.toolTitle {
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200;
}

.changeToolContainer {
    padding-top: 14px;
    padding-left: 14px;
}

textarea.form-control
{
	height: 100px;
}

.errorMsg{
    color:red;
}

.center {
    text-align: center;
}
.btn-paia-blue {
    background: linear-gradient(to right, #5DBFD0, #398F9E);
    text-transform: uppercase;
    border: none;
    width: 100%;
    color: white;
    padding: 5px;
    font-weight: 200;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.btn-paia-blue:disabled {
    color: gray;
}

.btn-paia-blue:active, .btn-paia, .btnSelected {
    background: linear-gradient(to right, #efd37e, #c55c38);
    text-transform: uppercase;
    border: none;
    width: 100%;
    color: white;
    padding: 5px;
    font-weight: 200;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.changeToolLink {
    color: white;
    text-decoration: underline;
    vertical-align: center;
    font-weight: 200;
    cursor: pointer;
}


.backImg {
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.toolHeader {
    width: 90%;
    background-color: #30879f;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}



.switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 20px;
  margin-bottom: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #d7f8fe;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background-color: #30879f;
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.filter {
    margin-right: 10px;
}

.filterLabel {
    vertical-align: top;
}

.filterUser {
    float: right;
}

.guidanceHeader {
   width: 90%;
     background-color: #30879f;
     margin-top: 75px;
     margin-left: auto;
     margin-right: auto;
     color: white;
     font-size: 14px;
}

.guidanceTitle {
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200;
}

.guidanceBody
{
    width: 90%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    padding: 20px 50px 30px 50px;
}

.boite-title3 {
  font-size: 1.2rem;
  color: #333333;
  margin: 0px 0px 0px 0px;
  font-family: 'helvetica neue', helvetica, sans-serif;
  text-transform: uppercase;
}

.modal-content {
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #333333;
}

.modal-header {
  border-bottom: none;
  padding: 20px 15px 5px 15px;
}
.modal-header.close {
  margin-top: -6px;
}

.form-group
{
  margin-bottom: 5px;
}

.candle {
fill: #d7f8fe;
    stroke: #398f9e;
}

.candle .body {
    stroke-width: 0;
}

.candle .up {
    fill: #d7f8fe;
    stroke: #398f9e;
}

.candle .down {
    fill: #d7f8fe;
    stroke: #398f9e;
}

#boxplotChartContainer text
{
    font-size: 14px;
}

.form-control[disabled] {
    background-color: #949494;
}

i.action{
    cursor: pointer;
}

fieldset[disabled] .btn,
fieldset[disabled] .btn-default
{
    background-color: #eeeeee;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled
{
    background-color: #949494 !important;
}

input.influentialParameter,
.simple-select.influentialParameter,
.bootstrap-select.influentialParameter > button.btn.btn-default
{
    border-left: solid 4px #da9957;
}