/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Oct-2016, 9:52:19 AM
    Author     : lgauthier
*/

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.modal_height {
    height: 600px;
}

.mt-100{
    margin-top:100px;
}

.logo-format {
    display: inline-block;
}

.logoline {
    text-align: center;
    width: 100%;
}

.option_choice_table {
  background-color: #FFF8ED;
  margin-bottom: 30px;
}

.option_choice_graph {
  background-color: #FFF8ED;
  margin-bottom: 30px;
  height : 180px;
}

.option_choice_global {
  background-color: #FFF8ED;
  margin-bottom: 30px;
  height : 230px;
}

.option_choice_application {
  background-color: #FFF8ED;
  margin-bottom: 30px;
  height : 180px;
}


.line1 {
  background-color: #FFCCBC;
}

.line2 {
  background-color: #B5EAAA;
}

.horizontal {
   height: 1px;
   margin-bottom: 20px;
}

.smallgraph {
   height: 150px;
}

.smallgraph2 {
   height: 190px;
}

.mediumgraph {
   height: 300px;
}

.mediumgraph2 {
   height: 400px;
}


.table_choice {
  background-color: #F7FFE6;
}

.graph_block {
  margin-right: 1px;
  margin-left: 1px;
}


table.filter td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; 
}

#platform {
    width: 140px;
}

#title {
    width: 400px;
}

#country {
    width: 150px;
}

table.choice td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; 
}

.choicebox {
    width: 180px;
    height: 210px;
    background-color: #EFEEEC;
}

.option_field {
    width: 100px;
    padding-left: 10px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
}

.flush_field {
    width: 100px;
    padding-left: 10px;
    border-width: 1px;
    border-color: #f00000;
    border-style: solid;
}


#orderbox {
    width: 230px;
}

 .orderradio {
    float: right;
    font-size: 10px;
}

input[type='radio'] {
    line-height: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
}


/* Just for Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .orderradio {
    float: right;
    font-size: 12px;
}

input[type='radio'] {
    line-height: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}