@media screen {
.details {
    font-size: 12px;
}
.header {
    padding-top: 30px;
}
.terms {
    font-size: 12px;
    margin-left: -15px;
    margin-right: -15px;
}
}
@media (min-width: 290px) and (max-width: 720px) {
.details {
    font-size: 15px;
}
.header {
    padding-top: 0px;
}
.logo-container img {
visibility: hidden;
display: none;
}
.terms {
    max-width:320px;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.main-container {
    max-width:320px;
}
}
@media (min-width: 720px) and (max-width: 1200px) {
.details {
    font-size: 15px;
}
.header {
    padding-top: 0px;
}
.logo-container img {
visibility: hidden;
display: none;
}
.terms {
    max-width:768px;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.main-container {
    max-width:768px;
}
}
@font-face {
    font-family: 'KelsonSans-embeded';
    src: url("") format('embedded-opentype'),
         url("kelson_sans_light-webfont.html") format('woff'),
         url("kelson_sans_light-webfont-2.html") format('truetype'),
         url("") format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'KelsonSans-embeded';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("kelson_sans_regular-webfont.woff") format('woff'),
         url("kelson_sans_regular-webfont-2.html") format('truetype'),
         url("") format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KelsonSans-embeded';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("kelson_sans_bold-webfont.woff") format('woff'),
         url("kelson_sans_bold-webfont-2.html") format('truetype'),
         url("") format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: 'Icons-embeded';
  src:url("");
  src:url("") format('embedded-opentype'),
      url("ce-icons.woff") format('woff'),
      url("ce-icons-2.html") format('truetype'),
      url("") format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #1b242d;
  padding: 30px 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #313941;
}

.apg {
  background: #021b31;
}


.warningHeader {
  position: fixed;
  width: 100%;
  background-color: #FE5722;
  color: white;
  font-weight: 200;
  padding: 5px;
  text-align: center;
  z-index: 2;
  line-height: 1.5;
}

h3 {
  font-family: "KelsonSans-embeded", "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.main-container {
  margin: 0 auto;
  width: 580px;
  margin-top: 5px;
}

.row {
  background: #F4F5F6;
  border-radius: 2px;
}

.box {
  background: #F4F5F6;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 2px;
}

.details {
  color: #5c656e;
  line-height: 1.4;
  text-shadow: 0 1px 0 white;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: justify;
  text-justify: inter-word;
}

.subheader {
  color: #babec2;
  font-size: 12px;
  line-height: 1.0;
  padding-top: 5px;
}

.separator {
  border-top: 1px #e1e5e8  solid;
  border-bottom: 1px #ffffff solid;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flex-row > :first-child {
  width: 45%;
  font-weight: 700;
}

.flex-row > :last-child {
  flex-grow: 1;
}

#operating-status {
  color: white;
  text-align: center;
  border-radius: 2px;
  padding: 10px 0;
}

.valid {
  background: #728e4f;
}

.invalid {
  background: #bd3c29;
}

.terms {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #babec2;
  line-height: 1.7;
  text-align: justify;
  margin-top: 20px;
}

.terms h6 {
  line-height: 1.7;
  font-weight: 600;
}

.action {
   border-radius: 3px;
   text-align: right;
   outline: none;
   padding-bottom: 20px;
}

h6 {
  padding: 0;
  margin-bottom: 0;
  line-height: 1.7;
}

p {
  padding: 5px;
  text-align: justify;
}

ul {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

  li {
    padding: 9px 0 11px 0;
  }

  .label {
    width: 180px;
    font-weight: 600;
  }

.button {

}
.btn.btn-primary {
  padding: 0px;
}

.complaint-form {
  position: relative;
  font-family: "KelsonSans-embeded", "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.complaint-form input {
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
  height: 40px;
  margin-bottom: 8px;
  padding: 6px 12px;
  outline: none;
  border: 1px solid #babec2;
  border-radius: 2px;
}

.complaint-form label {
  font-size: 14px;
  font-weight: 600;
}

.complaint-form textarea {
  width: 100%;
  resize: none;
  height: 75px;
  padding: 6px 12px;
  outline: none;
  border: 1px solid #babec2;
  border-radius: 2px;
}

.yellow-button {
  background-image: linear-gradient(to bottom, #e5db92 0%, #d6c754 100%);
  background-repeat: repeat-x;
  color: #1b242d;
  padding: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background-color: #e5db92;
  border-color: #d6c754;
  border-top-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 -1px 0 #d6c754;
  border-radius: 0px;
  font-weight: 600;
}
.yellow-button:hover, .yellow-button:focus, .yellow-button:active, .yellow-button[disabled] {
  color: #1b242d;
  background: #d6c754;
  border-color: #d6c754;
  box-shadow: 0 -1px 0 #d6c754;
  border-top-color: rgba(255, 255, 255, 0.4);
  outline: none !important;
}

.complaint-form button {
  font-weight: bolder;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
}

input:focus, textarea:focus {
  border-color: #313941;
  border-width: 1px;
}

hr.dashed-on-dark {
  border-bottom: 1px dashed #5C656E;
  border-top: none;
  margin: 0;
}

.text {
  font-family: "KelsonSans-embeded", "Source Sans Pro", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}

.icon {
  font-family: "Icons-embeded";
  margin-right: 10px;
  line-height: 28px;
  font-size: 24px;
  vertical-align: middle;
}

.icon .text {
  vertical-align: middle;
}

.btn-small {
  width: 150px;
  font-size: 12px;
  line-height: 20px;
}

a.section {
  color: #babec2;
  transition: all 0.2s;
  margin: auto;
}

a.section:hover {
  color: #E5DB92;
  transition: all 0.2s;
}

a.section .icon {
  margin-right: 8px;
}

a.section .text {
  margin-right: 10px;
}

.logo-white img {
  color: #a1b3c7;
  height: 48px;
  opacity: 0.7;
}

.logo-white:hover, .logo-white:focus {
  color: #4e6681;
  opacity: 1;
  transition: all 0.2s;
}

.logo-small img {
  width: 21px;
}

.logo-container img:hover {
  transition: all 0.2s;
  opacity: 1.0;
}
.logo-container img {
  width: 125px;
}

.copyright {
  color: #5c656e;
  font-size: 11px;
  padding-top: 5px;
}

form #form-overlay {
  display: none;
  position: absolute;
  z-index: 1500;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e1e5e8;
  text-align: center;
  border-radius: 2px;
  font-family: "KelsonSans-embeded", "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #babec2;
}

#loading-container,
#success-message,
#error-message {
  display: none;
  margin-top: 30px;
}


#loading-container .icon {
  background: #E1E5E8 url("") 50% 50% no-repeat;
  background-size: 120px 30px;
  z-index: 9999;
  font-size: 96px;
  line-height: 200px;
  height: 200px;
  margin-top: 20px;
}

#loading-container .text {
    color: #313941;
    padding: 0 20px;
}

#error-message {
  color: #bd3c29;
}

#error-message .icon {
  font-size: 96px;
  line-height: 200px;
  height: 200px;
  margin-top: 20px;
}

#error-message .text {
  padding: 0 20px;
}

#success-message {
  color: #728e4f;
}

#success-message .icon {
  font-size: 96px;
  line-height: 200px;
  height: 200px;
  margin-top: 20px;
}

#success-message .text {
  padding: 0 20px;
}

#complaint-frame {
  border: 0;
  width: 100%;
  height: 220px;
}

.height-animation {
  transition: height 0.2s;
}

.complaint-body {
  background: none;
  overflow: hidden;
  padding: 0px 0;
}

.validate{
  padding:5px;
}