/************************************VARIABLES DEFINITION***********************************/
/************************************END VARIABLES DEFINITION***********************************/
/************************************WEBSITE PAGE LAYOUT***********************************/
html,
body {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  font-size: 100%;
}
body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #202022;
  font-size: 62.5%;
}
#site-header {
  /*position:absolute;
  top: 0;
  left:0;*/
  height: 8.333%;
  max-height: 8.333%;
  width: 100%;
  background: #202022;
  border: 0;
  /*border-top: 5px solid @blueSkyColor;*/
  border-bottom: 5px solid #02b0ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site-header .navbar-header {
  padding: 0;
  margin: 0;
  background: #ffffff;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}
#site-header .navbar-header .brand {
  display: block;
  line-height: 100%;
  vertical-align: middle;
  width: 80%;
  background: #ffffff;
  max-width: 160px;
  padding: 0;
  margin: 0;
}
#site-header .navbar-header .brand img,
#site-header .navbar-header .brand span span {
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}
#content-wrapper {
  position: absolute;
  top: 8.333%;
  bottom: 8.333%;
  height: 83.334%;
  max-height: 83.334%;
  width: 100%;
  background: green;
  /*border:0;
  border-top: 5px solid @blueSkyColor;
  border-bottom: 5px solid @blueSkyColor;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}
#content-wrapper .fill {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: none;
}
#content-wrapper .fill #sidebar {
  height: 100%;
  min-height: 100%;
  background-color: #5480b5;
  padding: 0;
}
#content-wrapper .fill #content {
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  padding: 0;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.333%;
  max-height: 8.333%;
  background-color: #202022;
  border: 0;
  border-top: 5px solid #02b0ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #site-header .navbar-header {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
  }
  #site-header .navbar-header .brand {
    display: block;
    width: 80%;
    max-width: 220px;
    padding: auto;
    margin: 0;
    background: #ffffff;
  }
  #content-wrapper .fill #content {
    height: 29.29%;
    min-height: 29.29%;
    background-color: #ffffff;
  }
  #content-wrapper .fill #sidebar {
    height: 70.71%;
    min-height: 70.71%;
    background-color: #5480b5;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #site-header .navbar-header {
    height: 100%;
    max-height: 100%;
    width: 25%;
    max-width: 25%;
    background: #ffffff;
  }
  #site-header .navbar-header .brand {
    display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 220px;
    padding: auto;
    margin: 0;
    background: #ffffff;
  }
  #site-header .navbar-header .brand img {
    text-align: center;
  }
  #content-wrapper .fill #content {
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
  }
  #content-wrapper .fill #sidebar {
    height: 100%;
    min-height: 100%;
    background-color: #5480b5;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #site-header .navbar-header {
    height: 100%;
    max-height: 100%;
    width: 25%;
    max-width: 25%;
  }
  #site-header .navbar-header .brand {
    display: block;
    width: 100%;
    max-width: 200px;
    padding: auto;
    margin: 0;
    background: #ffffff;
  }
}
/************************************END PAGE LAYOUT***********************************/
/************************************GENERAL ELEMENTS***********************************/
a {
  color: #696969;
}
a:hover,
a:focus {
  color: #ffffff;
}
a {
  color: #1bb7ea;
  text-decoration: none;
  font-family: 'omnes_mediumregular', sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong,
em {
  font-family: 'omnes_mediumregular', sans-serif;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'omnes_regularregular', sans-serif;
  line-height: 120%;
  font-weight: normal;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.4em;
}
h3 {
  font-size: 2.2em;
}
h4 {
  font-size: 2em;
}
h5 {
  font-size: 1.8em;
}
h6 {
  font-size: 1.6em;
}
/***********************HEADER CONTENT CUSTOMIZATION ******************************************/
/* navbar */
.navbar-default {
  background-color: #202022;
  border: 0;
  border-color: #E7E7E7;
}
/* title */
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
  border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
  }
}
/**********************END HEADER CUSTOMIZATION ************************************/
/**********************FOOTER CUSTOMIZATION ************************************/
/**********************END FOOTER CUSTOMIZATION ************************************/
/************************************VARIABLES DEFINITION***********************************/
/************************************END VARIABLES DEFINITION***********************************/
/*********************** TABS CUSTOMIZATION ****************************************/
.nav-tabs > li {
  float: left;
  margin-bottom: 0px;
  width: 33.333%;
}
/* Ligne 1 */
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding-top: 13%;
  padding-right: auto;
  padding-bottom: 13%;
  padding-left: auto;
  line-height: 1.42857;
  border-radius: 0px;
  border: 0;
  background-color: #ffffff;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}
/* Ligne 1 */
.nav-tabs > li > a:hover {
  text-decoration: underline;
  background-color: #ffffff;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a.active {
  color: #ffffff;
  text-decoration: none;
  /***border:1px solid @darkGreyColor;***/
  border-bottom: 0px;
  border-bottom: none;
  background-color: #5480b5;
}
.nav-tabs {
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.tab-content {
  padding: 0;
  margin: 0;
  height: 100%;
}
.tab-content .tab-pane {
  height: 100%;
  min-height: 100%;
  padding: 5%;
  /***background-color:green;***/
}
.tab-content .tab-pane form {
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  /***background-color:grey;***/
}
.tab-content .tab-pane form .fill {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/*********************** END TABS CUSTOMIZATION *************************************/
/*********************** FORMULAIRES ******************************************/
/****General****/
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
/***  Date Picker ***/
.datepicker {
  width: 100%;
  height: 80%;
  margin-bottom: 15px;
  background: #fff;
  /**padding:15px;**/
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*border-right:5px solid #5480b5;
  /*float:left;*/
}
.datepicker-month,
.datepicker-year {
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 20px;
}
.datepicker-month,
.datepicker-year {
  font-size: 15px;
  line-height: 20px;
  float: right;
  padding-right: 2%;
}
@media (min-width: 992px) {
  .datepicker-month,
  .datepicker-year {
    font-size: 18px;
    line-height: 28px;
  }
}
.datepicker-month {
  padding-top: 8px;
  font-size: 22px;
}
.datepicker-month {
  padding-top: 2px;
}
@media (min-width: 768px) {
  .datepicker-month {
    padding-top: 0px;
  }
}
.datepicker-changeDate {
  /*float:left;*/
  clear: both;
  width: 100%;
  /*margin-top:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
  color: #000;
  background: #efefef;
  font-size: 9px;
  -webkit-box-shadow: 0 1px 3px 0 #a0a0a2, 0 0 1px 0 #7c7c7e, inset 0 0 0 1px #f2f2f4;
  box-shadow: 0 1px 3px 0 #a0a0a2, 0 0 1px 0 #7c7c7e, inset 0 0 0 1px #f2f2f4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.datepicker:hover .datepicker-changeDate {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 #fff, 0 0 1px 0 #333, inset 0 0 0 1px #fff;
  box-shadow: 0 1px 3px 0 #fff, 0 0 1px 0 #333, inset 0 0 0 1px #fff;
}
.amountpicker {
  /*width:114px;*/
  width: 100%;
  height: 100%;
  background: #fff;
  margin-bottom: 15px;
  /*padding:15px;*/
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*float:left;*/
  /*border-right:5px solid #5480b5;*/
}
.amountpicker .amountpicker1 {
  width: 32.33333333%;
  height: 100%;
  margin-right: 1%;
  background: #fff;
}
.amountpicker .amountpicker2 {
  width: 31.33333333%;
  margin-left: 1%;
  height: 100%;
  margin-right: 1%;
  background: #fff;
}
.amountpicker .amountpicker3 {
  width: 32.33333333%;
  height: 100%;
  margin-left: 1%;
  background: #fff;
}
.amountpicker-qtd {
  border: 0;
  color: #999;
  padding: 0;
  color: #000;
  font-size: 30px;
  text-align: center;
  display: block;
  width: 100%;
  outline: none;
}
.amountpicker-title {
  display: block;
  text-align: center;
  font-size: 6px;
}
.amountpicker-info {
  display: block;
  text-align: center;
  font-size: 6px;
  color: #333;
}
.amountpicker-more,
.amountpicker-less {
  background: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  /***((null)):0;
  ((null)):0;***/
  text-align: center;
  color: #333;
  text-decoration: none;
  padding: 5px;
  font-size: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.amountpicker-more {
  top: 0;
}
.amountpicker-less {
  bottom: 0;
}
.amountpicker:hover .amountpicker-less,
.amountpicker:hover .amountpicker-more {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/**** Date picker ****/
.customSelect {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #dbe3e8;
  background: #fff;
  /**-webkit-border-radius:3px;**/
  /**border-radius:3px;**/
  margin: 0;
  /*width:300px;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}
.customSelect:before {
  content: ' ';
  background: #edf0f2 url("../img/customSelect-arrow.png") no-repeat center center;
  width: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  cursor: pointer;
}
.customSelect-select {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  font-size: 8px;
  background: transparent;
  padding: 2.7% 2.7%;
  /*width:300px;*/
  outline: none;
}
.btn {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  /**display:inline;*/
}
.btn-blue {
  padding: 8px 20px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.btn-blue:hover {
  text-decoration: underline;
}
.btn-search {
  color: #fff;
  border: 0px solid #fff;
  /*background:transparent url("../img/btn-search-icon.png") no-repeat right -1px;*/
  width: 100%;
  height: 9.6467%;
  padding: 9% 0;
  /**padding-right:40px;**/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /***margin-top:10px;***/
  display: block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #5bc7f3;
  font-family: '../font/omnessemibold', sans-serif;
  box-shadow: 3px 3px 8px #000101;
  font-size: 8px;
}
.btn-search-flight {
  padding-left: 5px;
}
.btn-search-flight-hotel {
  padding-right: 5px;
}
/*********************** END FORMULAIRE **************************************/
/*********************** SIDEBAR MEDIA QUERIES**************************************/
.rowFrom,
.rowTo {
  height: 7.4728%;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 4%;
  background-color: white;
  box-shadow: 3px 3px 8px #000101;
  /***background-color:orange;***/
}
.rowFrom .col-xs-12,
.rowTo .col-xs-12 {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.rowFrom .col-xs-12 .input-group,
.rowTo .col-xs-12 .input-group {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.rowFrom .col-xs-12 .input-group input,
.rowTo .col-xs-12 .input-group input {
  color: #696969;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  border: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  font-family: '../font/omnessemibold', sans-serif;
}
.rowFrom .col-xs-12 .input-group .input-group-addon,
.rowTo .col-xs-12 .input-group .input-group-addon {
  width: 15%;
  height: 100%;
  padding: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  background-color: #fff;
}
.rowFrom .col-xs-12 .input-group .input-group-addon img,
.rowTo .col-xs-12 .input-group .input-group-addon img {
  max-width: 65%;
  text-align: center;
  vertical-align: middle;
}
.rowFrom .col-xs-12 .input-group .input-group-addon #fromspan,
.rowTo .col-xs-12 .input-group .input-group-addon #fromspan {
  font-family: '../font/omnessemibold', sans-serif;
}
.rowPickers {
  height: 50%;
  padding: 0;
  margin: 0;
  /**background-color:pink;**/
}
.colDatePicker {
  height: 50%;
  padding: 0;
  margin: 0;
  /**background-color:yellow;**/
}
.colDatePicker .datePickerFrom {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-right: 2px solid rgba(255, 255, 255, 0);
}
.colDatePicker .datePickerTo {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
}
.colAmountPicker {
  height: 50%;
  padding: 0;
  margin: 0;
  /**background-color:aqua;**/
}
.colAmountPicker .amountPicker1 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.colAmountPicker .amountPicker2 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.colAmountPicker .amountPicker3 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.rowClassType {
  height: 15%;
  padding: 0;
  margin: 0;
  /**background-color:lightskyblue;*/
}
.rowButtons {
  height: 15%;
  padding: 0;
  margin: 0;
  /**background-color:darkmagenta;**/
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .rowPickers {
    height: 40%;
    padding: 0;
    margin: 0;
    /**background-color:pink;**/
  }
  .colDatePicker {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: yellow;
  }
  .colDatePicker .datePickerFrom {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-right: 3px solid rgba(255, 255, 255, 0);
  }
  .colDatePicker .datePickerTo {
    box-sizing: border-box;
    border-left: 3px solid rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
  }
  .colAmountPicker {
    height: 100%;
    padding: 0;
    margin: 0;
    /**background-color:aqua;**/
  }
  .rowClassType {
    height: 15%;
    padding: 0;
    margin: 0;
    /**background-color:lightskyblue;**/
  }
  .rowButtons {
    height: 15%;
    padding: 0;
    margin: 0;
    /**background-color:darkmagenta;*/
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .rowPickers {
    height: 50%;
    padding: 0;
    margin: 0;
    /**background-color:pink;**/
  }
  .colDatePicker {
    height: 50%;
    padding: 0;
    margin: 0;
    /**background-color:yellow;**/
  }
  .colDatePicker .datePickerFrom {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }
  .colDatePicker .datePickerTo {
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
  }
  .colAmountPicker {
    height: 50%;
    padding: 0;
    margin: 0;
    /**background-color:aqua;**/
  }
  .rowClassType {
    height: 15%;
    padding: 0;
    margin: 0;
    /**background-color:lightskyblue;**/
  }
  .rowButtons {
    height: 15%;
    padding: 0;
    margin: 0;
    /**background-color:darkmagenta;**/
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .datepicker-title {
    padding-left: 13%;
    font-size: 6px;
  }
  .rowInputDate {
    /*font-size: 2.5em;
                  padding-left: 5%;
                  padding-bottom: 2%;
                  line-height: 300%;*/
  }
  .datePickerFrom {
    background: white;
    margin-right: 1%;
    width: 49%;
  }
  .datePickerFrom .datepicker-day {
    font-size: 30px;
    line-height: 100%;
  }
  .datePickerFrom .datepicker-month {
    padding-top: 17%;
    font-size: 8px;
    margin-right: 25%;
  }
  .datePickerFrom .datepicker-year {
    font-size: 8px;
    margin-right: 25%;
  }
  .datePickerFrom .change-date {
    font-size: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    background: #efefef;
    -webkit-box-shadow: 0 1px 3px 0 #a0a0a2, 0 0 1px 0 #7c7c7e, inset 0 0 0 1px #f2f2f4;
    box-shadow: 0 1px 3px 0 #a0a0a2, 0 0 1px 0 #7c7c7e, inset 0 0 0 1px #f2f2f4;
  }
  .datePickerTo {
    background: white;
    margin-left: 1%;
    width: 49%;
  }
  .datePickerTo .datepicker-day {
    font-size: 30px;
    line-height: 100%;
  }
  .datePickerTo .datepicker-month {
    padding-top: 17%;
    font-size: 8px;
    margin-right: 25%;
  }
  .datePickerTo .datepicker-year {
    font-size: 8px;
    margin-right: 25%;
  }
  .datePickerTo .change-date {
    font-size: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    background: #efefef;
    -webkit-box-shadow: 0 1px 3px 0 #a0a0a2, 0 0 1px 0 #7c7c7e, inset 0 0 0 1px #f2f2f4;
    box-shadow: 0 1px 3px 0 #a0a0a2, 0 0 1px 0 #7c7c7e, inset 0 0 0 1px #f2f2f4;
  }
  .rowPickers {
    height: 50%;
    padding: 0;
    margin: 0;
    /*background-color:white;*/
    /*background-color:red;*/
  }
  .colDatePicker {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    /**background-color:yellow;**/
  }
  .colDatePicker .datePickerFrom {
    height: 80%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-right: 5px solid rgba(255, 255, 255, 0);
  }
  .colDatePicker .datePickerTo {
    height: 80%;
    box-sizing: border-box;
    border-left: 5px solid rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
  }
  .colAmountPicker {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .colAmountPicker .amountpicker1 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*border-right:5px solid rgba(255, 255, 255, 0);*/
  }
  .colAmountPicker .amountpicker2 {
    box-sizing: border-box;
    border-left: 0px solid rgba(255, 255, 255, 0);
    border-right: 0px solid rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
  }
  .colAmountPicker .amountpicker3 {
    box-sizing: border-box;
    /**border-left:5px solid rgba(255, 255, 255, 0);*/
    padding: 0;
    margin: 0;
  }
  .colAmountPicker .amountpicker-qt {
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    padding: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .rowClassType {
    height: 7.4728%;
    padding: 0;
    margin: 0;
    margin-bottom: 8%;
    /*background-color:white;*/
    /***background-color:lightskyblue;**/
  }
  .rowButtons {
    height: 9.6467%;
    padding: 0;
    margin: 0;
    margin-bottom: 4%;
    /**background-color:darkmagenta;*/
  }
  .spacerPicker {
    height: 4%;
    background: #5480b5;
  }
}
/************************************END SIDEBAR MEDIAQUERIES***********************************/
/************************************VARIABLES DEFINITION***********************************/
/************************************END VARIABLES DEFINITION***********************************/
