.body {
  font-family: Montserrat, sans-serif;
}

.main-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  margin-top: 0px;
  font-size: 36px;
}

.heading.top {
  margin-bottom: 0px;
  float: left;
}

.metro-logo {
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0px;
  float: right;
}

.subtitle {
  float: left;
  clear: left;
  color: #afafaf;
  font-size: 18px;
  line-height: 25px;
}

.separator {
  width: 75px;
  height: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  background-color: #3d688e;
}

.separator.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.date-field {
  width: 300px;
  float: left;
}

.top-fields {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
}

.form {
  float: left;
}

.form.magasin {
  float: right;
}

.form-wrapper {
  /*margin-bottom: 30px;*/
  float: left;
}

.form-wrapper.right {
  float: right;
}

.magasin-field {
  width: 300px;
  float: left;
}

.form-title {
  margin-bottom: 30px;
  clear: both;
  color: #3d688e;
  text-align: center;
}

.table-header {
  height: 42px;
  background-color: #3d688e;
}

.table-row {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-row.dark {
  background-color: #e6e6e6;
}

.table-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding-left: 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-label.details {
  width: 75%;
}

.table-label.details.full {
  width: 100%;
}

.table-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6%;
  height: 100%;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-title {
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-transform: uppercase;
}

.table {
  border-bottom: 1px solid #dbdbdb;
}

.comment-field {
  width: 100%;
  margin-bottom: 15px;
}

.comment-wrapper {
  margin-bottom: -15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.comment-wrapper.details {
  margin-right: 15px;
  margin-left: 15px;
}

.table-rating input[type="radio"] + label span {
  width: 30px;
  height: 30px;
  border: 1px solid #c9c9c9;
  border-radius: 100px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
}

.table-rating input[type="radio"]:checked + label span {
  background: #777;
  border: 0;
}
.rating-input{
  display: none;
}

.submit {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
}

.submit:active {
  background-color: #6e6e6e;
}
.submit.disabled{
  background-color: #6E6E6E;
}
.signature-section {
  margin-bottom: 40px;
}
.signature{
  margin-bottom: 15px;
}
.signature-item:after, .signature:after, .input-field:after{
  content: '';
  display: table;
  clear: both;
}
.signature-item{
  width: 45%;
}
.signature-item-left{
  float: left;
}
.signature-item-right{
  float: right;
}
.signature-input{
  width: 80px;
  float: right;
  border: 1px solid #a0a0a0;
  margin-bottom: 10px;
  height: 26px;
  border-radius: 10px;
  outline: none;
  padding-left: 10px;
}

.signature-item label{
  float: left;
  font-weight: normal;
}
.signature-input-center{
  width: 340px;
  margin: 0 auto;
  text-align: center;
}
.signature-input-center label {
  float: none;
  display: inline-block;
  font-weight: normal;
  padding-right: 35px;
}
.signature-input-center .signature-input{
  display: inline-block;
  float: none;
  padding-left: 10px;
}

.input-field{
  position: relative;
}
.input-field i{
   position: absolute;
   top: 4px;
   right: 89px;
   color: #0098FF;
   font-size: 18px;
   vertical-align: middle;

}
.signature-input-center i{
  right: 140px;
}
.alert{
  width: 70%;
  margin: auto auto 20px;
  padding: 15px 15px 15px 30px;
border-radius: 0px 0px 5px 5px;
}
.alert-success{
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger{
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success span{
  color: #3c763d;
}
.alert-danger span{
  color: #a94442;
}
@media (max-width: 991px) {
  .heading.top {
    float: none;
    font-size: 29px;
  }
  .top-fields{
    width: 100px;
  }
  .subtitle {
    float: none;
  }
  .form-wrapper {
    margin-bottom: 0px;
  }
  .form-wrapper.right {
    margin-bottom: 15px;
    float: left;
  }
  .table-label.more-details {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .heading.top {
    font-size: 28px;
    text-align: center;
  }
  .metro-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .subtitle {
    text-align: center;
  }
  .separator {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .form-wrapper {
    padding-left: 15px;
  }
  .form-wrapper.right {
    padding-left: 15px;
  }
  .header-title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
   .metro-logo {
    position: initial;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .heading.top {
    line-height: 32px;
  }
  .submit {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 25px;
  }
  .magasin-field {
    width: 100%;
  }
  .date-field {
    width: 100%;
  }
  .form-wrapper {
    float:none;
    margin-bottom:0px;
  }
  .form_generator {
    text-align: center;
    padding-bottom: 15px;
    display: block;
  }
  .table-label {
    width:100%;
    height:auto;
  }
  .table-rating {
    width:auto;
    height:auto;
  }
   .table-rating.pad-right {
    padding-right:7px;
  }
  .table-comment {
    width:65%;
    height:auto;
  }
  .table-comment.header {
    display: none;
  }
  .table-rating.header {
    display: none;
  }
  .table-row {
    height:auto;
    padding-bottom:10px;
  }
  .rating-selector {
    border:2px solid #c9c9c9;
  }
  .table-label.more-details {
    width:75%;
  }
  .header-title  {
    font-size:14px;
  }
  .signature-item {
    width:100%;
  }
  .signature-input-center {
    width:100%;
  }
  .signature-input-center label {
    padding-right:45px;
  }
}
.input_error{
  position: absolute;
  right: 10px;
  font-size: 10px;
  color: #D0011B;
}
