/*
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 : Oct 7, 2015, 5:23:56 PM
    Author     : anestis
*/
/*
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 : Sep 27, 2015, 3:02:07 PM
    Author     : anestis
*/
/*
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 : Oct 7, 2015, 5:54:15 PM
    Author     : anestis
*/
/* Colors */
/* fonts */
.bg-gray {
  background-color: #f3f3f3;
  color: #555;
}
@media only screen and (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-4 {
    width: 33.3333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-2 {
    width: 16.66666666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-1 {
    width: 12%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control.checkbox {
  border: 0px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.checkbox .btn-primary {
  padding-left: 3px;
  padding-right: 10em;
  float: left;
  min-width: 30em;
}
.checkbox label {
  padding-left: 3px;
}
.form.searchFormAccordOpen,
.form.searchFormAccord {
  padding: 0px;
  border: 0px;
}
.form-detail-table {
  width: auto!important;
  margin-left: 17%;
}
/*# sourceMappingURL=forms.css.map */