html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 20px;
}

body {
  min-width: 320px;
  font: .7rem / 1.375 sans-serif;
  color: rgb(74, 74, 74);
  background: rgb(255, 255, 255);
  margin: 0;
}



::selection {
    background: rgb(251, 80, 57);
    color: #fff;
    text-shadow: none;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: 0 0 .625em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1875;
  /* padding: 0 20px; */
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
}

optgroup {
  font-weight: bold;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after,
input[type="search"] {
  box-sizing: border-box;
}

.RDKM_form_container {
    margin: 50px auto;
    max-width: 540px;
    padding: 0 20px;
}

@media only screen and (min-width:720px) {
  h1 {
    margin-bottom: .5em;
    font-size: 2.38rem;
    line-height: 1.2em;
  }
}

p {
    font: .8rem / 1.375 Arial, sans-serif;
    /* color: rgb(74, 74, 74); */
    padding: 0 10px;
}

p:first-child {
  margin-top: 0;
  color: rgb(74, 74, 74);
}

p:last-child {
  margin-bottom: 0;
}

a {
    text-decoration: none;
    color: rgb(248, 81, 65);
}

select {
  width: 100%;
  height: 44px;
}

img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.form-label {
  display: block;
  margin-bottom: .3em;
  /* color: rgb(111, 112, 114); */
  font-size: .8rem;
}

.form-input {
    height: 44px;
    border: 1px solid rgb(246, 246, 246);
    background: #eaeaea;
    padding: 0 25px;
    border-radius: 4px;
    width: 100%;
    font: .8rem / 1.375 Arial, sans-serif;
    color: rgb(74, 74, 74);
    }
input.form-input.autocompletable-search {
    width: -webkit-fill-available;
    width: -moz-available;
    }
.form-input:focus, textarea .form-input:focus, .form_comments:focus {
    outline: 0;
    border-color: rgb(248, 81, 65);
    background: rgb(246, 246, 246);
}

.form-input:after {
  content: "*";
  color: red;
}

.form-checkbox {
  cursor: pointer;
  font-size: .75rem;
  line-height: 57px;
}

.form-checkbox-input {
  display: none;
}

.form-checkbox-label:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-right: .5em;
  background: #eaeaea;
  vertical-align: middle;
  margin-top: -3px;
}

.form-checkbox-input:checked + .form-checkbox-label:before {
    background-image: radial-gradient(
    circle,
    rgb(248, 81, 65) 0%,
    rgb(248, 81, 65) 6px,
    rgb(247, 247, 247) 7px,
    rgb(247, 247, 247) 100%
    );
}
label.error {
  display: block;
  width: 100%;
  color: #f85141;
  font-size: 1rem
} 

input.form-input.error {
   /* background-color: #e8dbe5; */
    -webkit-box-shadow: 0 0 5px 3px rgba(255,0,0,0.59) ;
    box-shadow: 0 0 5px 3px rgba(255,0,0,0.59) ;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    }
.selectric, .selectric-items {
    font-size: .8rem;
}

.how-item {
  padding-top: 10px;
  padding-bottom: 0;
}

.report-data {
  display: none;
  background: rgb(255, 255, 255);
  position: relative;
}

.report-data:before {
  content: '';
  position: absolute;
  border: 16px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -44px;
  -webkit-transform: translateX(-485px);
  -ms-transform: translateX(-485px);
  transform: translateX(-485px);
}

.report-data {
  display: block;
}

.report-data:before {
  display: none;
  content: '';
  position: absolute;
  border: 16px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -44px;
  -webkit-transform: translateX(-485px);
  -ms-transform: translateX(-485px);
  transform: translateX(-485px);
}

.form_comments {
  height: auto;
  min-height: 120px;
  border: 1px solid rgb(247, 247, 247);
  background: #eaeaea;
  padding: 0 25px;
  border-radius: 4px;
  width: 100%;
  resize: none;
}

.button {
  display: block;
  padding: 0 10px;
  height: 46px;
  border: 0;
  border-radius: 4px;
  font-size: .9rem;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(248, 81, 65);
  width: 100%;
  text-shadow: none;
  display: inline-block;
}
.button.is__gray {
  color: rgb(74, 74, 74) !important;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(106, 107, 109);
  width: 100%;
  outline: 0;
}

.button.is__gray[disabled] {
    background: rgb(234, 234, 234);
    border: 1px solid rgb(200, 200, 200);
    height: 46px;
    color: rgb(150, 150, 150) !important;
    width: auto;
    cursor: default;
    width: 100%;
}

button.button.is__price {
    color: rgb(255, 255, 255);
     width: 100%;
     outline: 0;
}

@media only screen and (min-width:720px) {
  .button {
    display: inline-block;
    padding: 0 30px;
    height: 46px;
    line-height: 44px;
    width: auto;
    width: 100%;
  }
}

.navgtr_table th,
td {
  /* border: 0.125em solid #333; */
  line-height: 1.3;
  padding: 0.50em;
  text-align: left;
  vertical-align: top;
}

.bottom_report th,
td {
  line-height: 1.3;
  padding: 0;
}

menu {
  list-style: none;
}

.holder_sso {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.form_container_sso {
  margin: 20px 0 20px;
}

@media only screen and (min-width:768px) {
  .form_container_sso {
    margin: 58px 50px 65px;
    padding: 50px;
  }
}

.form_margin_top_fix_sso {
  margin-top: 25px !important;
}

@media only screen and (min-width:1200px) {
  .form_margin_top_fix_sso {
    margin-top: 25px !important;
  }
}
.p-box {
    padding: 10px;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 10px 0 20px;
  cursor: pointer;
  /* font-size: .8rem; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fb5039;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
}

.noway_gray {
    background: lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: break-spaces;
    overflow: auto;
    /* text-overflow: ellipsis; */
    font-size: 1.02em;
    color: #333;
    margin-bottom: 5px;
}






