@charset "UTF-8";
.elq-form .elq-required {
  color: #fff !important;
  background: #f24a91 !important;
  display: inline;
  float: none;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0;
  padding: 2px 4px;
  border-radius: 4px;
  /* display: inline-block; */
}
.elq-form .elq-label {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 0;
}
.elq-form .elq-label-top {
  padding-bottom: 3px;
}
.elq-form .elq-item-label {
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}
.elq-form .list-order {
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elq-form .one-column {
  width: 100%;
  clear: both;
}
.elq-form .two-column {
  float: left;
  width: 38%;
}
.elq-form .three-column {
  float: left;
  width: 30%;
}
.elq-form .elq-item-textarea {
  resize: vertical;
  min-height: 48px;
  max-height: 360px;
  box-sizing: border-box;
}
.elq-form .elq-item-input,
.elq-form .elq-item-select,
.elq-form .elq-item-textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}
.elq-form .elq-item-textarea-readonly {
  width: 100%;
  border: none;
  padding: 0;
  color: #003175;
}
.elq-form .elq-item-select {
  text-transform: none;
}
.elq-form .row.single-checkbox-row {
  margin-left: 0;
}
.elq-form .elq-field-style {
  padding-bottom: 10px;
}
.elq-form .elq-field-style input[type="submit"] {
  -webkit-appearance: square-button;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.elq-form .loader {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.elq-form input[type="checkbox"],
.elq-form input[type="radio"] {
  margin: 0;
}
.elq-form .list-order input[type="radio"] {
  margin-left: 1px;
}
.elq-form *,
.elq-form :after,
.elq-form :before {
  box-sizing: border-box;
}
.elq-form html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.elq-form body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  margin: 3px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  line-height: 2;
}
.elq-form button,
.elq-form input,
.elq-form select,
.elq-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 3px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  line-height: 2;
  margin: 3px 0;
  padding: 10px;
}
.elq-form .elq-field-style input[type="submit"] {
  width: 200px;
  border-radius: 50px;
  color: #3f7cd8;
  border: 2px solid #3f7cd8;
  background: #e5f4ff;
  margin: 50px 0;
  transition: all 0.3s;
}
.elq-form a {
  color: #003fce;
  text-decoration: none;
}
.elq-form a:focus,
.elq-form a:hover {
  color: #23527c;
  text-decoration: underline;
}
.elq-form a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.elq-form figure {
  margin: 0;
}
.elq-form img {
  vertical-align: middle;
}
.elq-form .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.elq-form .img-rounded {
  border-radius: 6px;
}
.elq-form .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.elq-form .img-circle {
  border-radius: 50%;
}
.elq-form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.elq-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elq-form .sr-only-focusable:active,
.elq-form .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.elq-form [role="button"] {
  cursor: pointer;
}
.elq-form .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.elq-form .container:after,
.elq-form .container:before {
  display: table;
  content: " ";
}
.elq-form .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .elq-form .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .elq-form .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .elq-form .container {
    width: 1170px;
  }
}
.elq-form .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.elq-form .container-fluid:after,
.elq-form .container-fluid:before {
  display: table;
  content: " ";
}
.elq-form .container-fluid:after {
  clear: both;
}
.elq-form .row {
  margin-right: -15px;
  margin-left: -15px;
}
.elq-form .row:after,
.elq-form .row:before {
  display: table;
  content: " ";
}
.elq-form .row:after {
  clear: both;
}
.elq-form .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.elq-form .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.elq-form .col-lg-1,
.elq-form .col-lg-2,
.elq-form .col-lg-3,
.elq-form .col-lg-4,
.elq-form .col-lg-5,
.elq-form .col-lg-6,
.elq-form .col-lg-7,
.elq-form .col-lg-8,
.elq-form .col-lg-9,
.elq-form .col-lg-10,
.elq-form .col-lg-11,
.elq-form .col-lg-12,
.elq-form .col-md-1,
.elq-form .col-md-2,
.elq-form .col-md-3,
.elq-form .col-md-4,
.elq-form .col-md-5,
.elq-form .col-md-6,
.elq-form .col-md-7,
.elq-form .col-md-8,
.elq-form .col-md-9,
.elq-form .col-md-10,
.elq-form .col-md-11,
.elq-form .col-md-12,
.elq-form .col-sm-1,
.elq-form .col-sm-2,
.elq-form .col-sm-3,
.elq-form .col-sm-4,
.elq-form .col-sm-5,
.elq-form .col-sm-6,
.elq-form .col-sm-7,
.elq-form .col-sm-8,
.elq-form .col-sm-9,
.elq-form .col-sm-10,
.elq-form .col-sm-11,
.elq-form .col-sm-12,
.elq-form .col-xs-1,
.elq-form .col-xs-2,
.elq-form .col-xs-3,
.elq-form .col-xs-4,
.elq-form .col-xs-5,
.elq-form .col-xs-6,
.elq-form .col-xs-7,
.elq-form .col-xs-8,
.elq-form .col-xs-9,
.elq-form .col-xs-10,
.elq-form .col-xs-11,
.elq-form .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.elq-form .col-xs-1,
.elq-form .col-xs-2,
.elq-form .col-xs-3,
.elq-form .col-xs-4,
.elq-form .col-xs-5,
.elq-form .col-xs-6,
.elq-form .col-xs-7,
.elq-form .col-xs-8,
.elq-form .col-xs-9,
.elq-form .col-xs-10,
.elq-form .col-xs-11,
.elq-form .col-xs-12 {
  float: left;
}
.elq-form .col-xs-1 {
  width: 8.33333%;
}
.elq-form .col-xs-2 {
  width: 16.66667%;
}
.elq-form .col-xs-3 {
  width: 25%;
}
.elq-form .col-xs-4 {
  width: 33.33333%;
}
.elq-form .col-xs-5 {
  width: 41.66667%;
}
.elq-form .col-xs-6 {
  width: 50%;
}
.elq-form .col-xs-7 {
  width: 58.33333%;
}
.elq-form .col-xs-8 {
  width: 66.66667%;
}
.elq-form .col-xs-9 {
  width: 75%;
}
.elq-form .col-xs-10 {
  width: 83.33333%;
}
.elq-form .col-xs-11 {
  width: 91.66667%;
}
.elq-form .col-xs-12 {
  width: 100%;
}
.elq-form .col-xs-pull-0 {
  right: auto;
}
.elq-form .col-xs-pull-1 {
  right: 8.33333%;
}
.elq-form .col-xs-pull-2 {
  right: 16.66667%;
}
.elq-form .col-xs-pull-3 {
  right: 25%;
}
.elq-form .col-xs-pull-4 {
  right: 33.33333%;
}
.elq-form .col-xs-pull-5 {
  right: 41.66667%;
}
.elq-form .col-xs-pull-6 {
  right: 50%;
}
.elq-form .col-xs-pull-7 {
  right: 58.33333%;
}
.elq-form .col-xs-pull-8 {
  right: 66.66667%;
}
.elq-form .col-xs-pull-9 {
  right: 75%;
}
.elq-form .col-xs-pull-10 {
  right: 83.33333%;
}
.elq-form .col-xs-pull-11 {
  right: 91.66667%;
}
.elq-form .col-xs-pull-12 {
  right: 100%;
}
.elq-form .col-xs-push-0 {
  left: auto;
}
.elq-form .col-xs-push-1 {
  left: 8.33333%;
}
.elq-form .col-xs-push-2 {
  left: 16.66667%;
}
.elq-form .col-xs-push-3 {
  left: 25%;
}
.elq-form .col-xs-push-4 {
  left: 33.33333%;
}
.elq-form .col-xs-push-5 {
  left: 41.66667%;
}
.elq-form .col-xs-push-6 {
  left: 50%;
}
.elq-form .col-xs-push-7 {
  left: 58.33333%;
}
.elq-form .col-xs-push-8 {
  left: 66.66667%;
}
.elq-form .col-xs-push-9 {
  left: 75%;
}
.elq-form .col-xs-push-10 {
  left: 83.33333%;
}
.elq-form .col-xs-push-11 {
  left: 91.66667%;
}
.elq-form .col-xs-push-12 {
  left: 100%;
}
.elq-form .col-xs-offset-0 {
  margin-left: 0;
}
.elq-form .col-xs-offset-1 {
  margin-left: 8.33333%;
}
.elq-form .col-xs-offset-2 {
  margin-left: 16.66667%;
}
.elq-form .col-xs-offset-3 {
  margin-left: 25%;
}
.elq-form .col-xs-offset-4 {
  margin-left: 33.33333%;
}
.elq-form .col-xs-offset-5 {
  margin-left: 41.66667%;
}
.elq-form .col-xs-offset-6 {
  margin-left: 50%;
}
.elq-form .col-xs-offset-7 {
  margin-left: 58.33333%;
}
.elq-form .col-xs-offset-8 {
  margin-left: 66.66667%;
}
.elq-form .col-xs-offset-9 {
  margin-left: 75%;
}
.elq-form .col-xs-offset-10 {
  margin-left: 83.33333%;
}
.elq-form .col-xs-offset-11 {
  margin-left: 91.66667%;
}
.elq-form .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .elq-form .col-sm-1,
  .elq-form .col-sm-2,
  .elq-form .col-sm-3,
  .elq-form .col-sm-4,
  .elq-form .col-sm-5,
  .elq-form .col-sm-6,
  .elq-form .col-sm-7,
  .elq-form .col-sm-8,
  .elq-form .col-sm-9,
  .elq-form .col-sm-10,
  .elq-form .col-sm-11,
  .elq-form .col-sm-12 {
    float: left;
    margin-bottom: 5px;
  }
  .elq-form .col-sm-1 {
    width: 8.33333%;
  }
  .elq-form .col-sm-2 {
    width: 16.66667%;
  }
  .elq-form .col-sm-3 {
    width: 25%;
  }
  .elq-form .col-sm-4 {
    width: 33.33333%;
  }
  .elq-form .col-sm-5 {
    width: 41.66667%;
  }
  .elq-form .col-sm-6 {
    width: 50%;
  }
  .elq-form .col-sm-7 {
    width: 58.33333%;
  }
  .elq-form .col-sm-8 {
    width: 66.66667%;
  }
  .elq-form .col-sm-9 {
    width: 75%;
  }
  .elq-form .col-sm-10 {
    width: 83.33333%;
  }
  .elq-form .col-sm-11 {
    width: 91.66667%;
  }
  .elq-form .col-sm-12 {
    line-height: 2;
    width: 100%;
  }
  .elq-form .col-sm-pull-0 {
    right: auto;
  }
  .elq-form .col-sm-pull-1 {
    right: 8.33333%;
  }
  .elq-form .col-sm-pull-2 {
    right: 16.66667%;
  }
  .elq-form .col-sm-pull-3 {
    right: 25%;
  }
  .elq-form .col-sm-pull-4 {
    right: 33.33333%;
  }
  .elq-form .col-sm-pull-5 {
    right: 41.66667%;
  }
  .elq-form .col-sm-pull-6 {
    right: 50%;
  }
  .elq-form .col-sm-pull-7 {
    right: 58.33333%;
  }
  .elq-form .col-sm-pull-8 {
    right: 66.66667%;
  }
  .elq-form .col-sm-pull-9 {
    right: 75%;
  }
  .elq-form .col-sm-pull-10 {
    right: 83.33333%;
  }
  .elq-form .col-sm-pull-11 {
    right: 91.66667%;
  }
  .elq-form .col-sm-pull-12 {
    right: 100%;
  }
  .elq-form .col-sm-push-0 {
    left: auto;
  }
  .elq-form .col-sm-push-1 {
    left: 8.33333%;
  }
  .elq-form .col-sm-push-2 {
    left: 16.66667%;
  }
  .elq-form .col-sm-push-3 {
    left: 25%;
  }
  .elq-form .col-sm-push-4 {
    left: 33.33333%;
  }
  .elq-form .col-sm-push-5 {
    left: 41.66667%;
  }
  .elq-form .col-sm-push-6 {
    left: 50%;
  }
  .elq-form .col-sm-push-7 {
    left: 58.33333%;
  }
  .elq-form .col-sm-push-8 {
    left: 66.66667%;
  }
  .elq-form .col-sm-push-9 {
    left: 75%;
  }
  .elq-form .col-sm-push-10 {
    left: 83.33333%;
  }
  .elq-form .col-sm-push-11 {
    left: 91.66667%;
  }
  .elq-form .col-sm-push-12 {
    left: 100%;
  }
  .elq-form .col-sm-offset-0 {
    margin-left: 0;
  }
  .elq-form .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .elq-form .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .elq-form .col-sm-offset-3 {
    margin-left: 25%;
  }
  .elq-form .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .elq-form .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .elq-form .col-sm-offset-6 {
    margin-left: 50%;
  }
  .elq-form .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .elq-form .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .elq-form .col-sm-offset-9 {
    margin-left: 75%;
  }
  .elq-form .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .elq-form .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .elq-form .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .elq-form .col-md-1,
  .elq-form .col-md-2,
  .elq-form .col-md-3,
  .elq-form .col-md-4,
  .elq-form .col-md-5,
  .elq-form .col-md-6,
  .elq-form .col-md-7,
  .elq-form .col-md-8,
  .elq-form .col-md-9,
  .elq-form .col-md-10,
  .elq-form .col-md-11,
  .elq-form .col-md-12 {
    float: left;
  }
  .elq-form .col-md-1 {
    width: 8.33333%;
  }
  .elq-form .col-md-2 {
    width: 16.66667%;
  }
  .elq-form .col-md-3 {
    width: 25%;
  }
  .elq-form .col-md-4 {
    width: 33.33333%;
  }
  .elq-form .col-md-5 {
    width: 41.66667%;
  }
  .elq-form .col-md-6 {
    width: 50%;
  }
  .elq-form .col-md-7 {
    width: 58.33333%;
  }
  .elq-form .col-md-8 {
    width: 66.66667%;
  }
  .elq-form .col-md-9 {
    width: 75%;
  }
  .elq-form .col-md-10 {
    width: 83.33333%;
  }
  .elq-form .col-md-11 {
    width: 91.66667%;
  }
  .elq-form .col-md-12 {
    width: 100%;
  }
  .elq-form .col-md-pull-0 {
    right: auto;
  }
  .elq-form .col-md-pull-1 {
    right: 8.33333%;
  }
  .elq-form .col-md-pull-2 {
    right: 16.66667%;
  }
  .elq-form .col-md-pull-3 {
    right: 25%;
  }
  .elq-form .col-md-pull-4 {
    right: 33.33333%;
  }
  .elq-form .col-md-pull-5 {
    right: 41.66667%;
  }
  .elq-form .col-md-pull-6 {
    right: 50%;
  }
  .elq-form .col-md-pull-7 {
    right: 58.33333%;
  }
  .elq-form .col-md-pull-8 {
    right: 66.66667%;
  }
  .elq-form .col-md-pull-9 {
    right: 75%;
  }
  .elq-form .col-md-pull-10 {
    right: 83.33333%;
  }
  .elq-form .col-md-pull-11 {
    right: 91.66667%;
  }
  .elq-form .col-md-pull-12 {
    right: 100%;
  }
  .elq-form .col-md-push-0 {
    left: auto;
  }
  .elq-form .col-md-push-1 {
    left: 8.33333%;
  }
  .elq-form .col-md-push-2 {
    left: 16.66667%;
  }
  .elq-form .col-md-push-3 {
    left: 25%;
  }
  .elq-form .col-md-push-4 {
    left: 33.33333%;
  }
  .elq-form .col-md-push-5 {
    left: 41.66667%;
  }
  .elq-form .col-md-push-6 {
    left: 50%;
  }
  .elq-form .col-md-push-7 {
    left: 58.33333%;
  }
  .elq-form .col-md-push-8 {
    left: 66.66667%;
  }
  .elq-form .col-md-push-9 {
    left: 75%;
  }
  .elq-form .col-md-push-10 {
    left: 83.33333%;
  }
  .elq-form .col-md-push-11 {
    left: 91.66667%;
  }
  .elq-form .col-md-push-12 {
    left: 100%;
  }
  .elq-form .col-md-offset-0 {
    margin-left: 0;
  }
  .elq-form .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .elq-form .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .elq-form .col-md-offset-3 {
    margin-left: 25%;
  }
  .elq-form .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .elq-form .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .elq-form .col-md-offset-6 {
    margin-left: 50%;
  }
  .elq-form .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .elq-form .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .elq-form .col-md-offset-9 {
    margin-left: 75%;
  }
  .elq-form .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .elq-form .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .elq-form .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .elq-form .col-lg-1,
  .elq-form .col-lg-2,
  .elq-form .col-lg-3,
  .elq-form .col-lg-4,
  .elq-form .col-lg-5,
  .elq-form .col-lg-6,
  .elq-form .col-lg-7,
  .elq-form .col-lg-8,
  .elq-form .col-lg-9,
  .elq-form .col-lg-10,
  .elq-form .col-lg-11,
  .elq-form .col-lg-12 {
    float: left;
  }
  .elq-form .col-lg-1 {
    width: 8.33333%;
  }
  .elq-form .col-lg-2 {
    width: 16.66667%;
  }
  .elq-form .col-lg-3 {
    width: 25%;
  }
  .elq-form .col-lg-4 {
    width: 33.33333%;
  }
  .elq-form .col-lg-5 {
    width: 41.66667%;
  }
  .elq-form .col-lg-6 {
    width: 50%;
  }
  .elq-form .col-lg-7 {
    width: 58.33333%;
  }
  .elq-form .col-lg-8 {
    width: 66.66667%;
  }
  .elq-form .col-lg-9 {
    width: 75%;
  }
  .elq-form .col-lg-10 {
    width: 83.33333%;
  }
  .elq-form .col-lg-11 {
    width: 91.66667%;
  }
  .elq-form .col-lg-12 {
    width: 100%;
  }
  .elq-form .col-lg-pull-0 {
    right: auto;
  }
  .elq-form .col-lg-pull-1 {
    right: 8.33333%;
  }
  .elq-form .col-lg-pull-2 {
    right: 16.66667%;
  }
  .elq-form .col-lg-pull-3 {
    right: 25%;
  }
  .elq-form .col-lg-pull-4 {
    right: 33.33333%;
  }
  .elq-form .col-lg-pull-5 {
    right: 41.66667%;
  }
  .elq-form .col-lg-pull-6 {
    right: 50%;
  }
  .elq-form .col-lg-pull-7 {
    right: 58.33333%;
  }
  .elq-form .col-lg-pull-8 {
    right: 66.66667%;
  }
  .elq-form .col-lg-pull-9 {
    right: 75%;
  }
  .elq-form .col-lg-pull-10 {
    right: 83.33333%;
  }
  .elq-form .col-lg-pull-11 {
    right: 91.66667%;
  }
  .elq-form .col-lg-pull-12 {
    right: 100%;
  }
  .elq-form .col-lg-push-0 {
    left: auto;
  }
  .elq-form .col-lg-push-1 {
    left: 8.33333%;
  }
  .elq-form .col-lg-push-2 {
    left: 16.66667%;
  }
  .elq-form .col-lg-push-3 {
    left: 25%;
  }
  .elq-form .col-lg-push-4 {
    left: 33.33333%;
  }
  .elq-form .col-lg-push-5 {
    left: 41.66667%;
  }
  .elq-form .col-lg-push-6 {
    left: 50%;
  }
  .elq-form .col-lg-push-7 {
    left: 58.33333%;
  }
  .elq-form .col-lg-push-8 {
    left: 66.66667%;
  }
  .elq-form .col-lg-push-9 {
    left: 75%;
  }
  .elq-form .col-lg-push-10 {
    left: 83.33333%;
  }
  .elq-form .col-lg-push-11 {
    left: 91.66667%;
  }
  .elq-form .col-lg-push-12 {
    left: 100%;
  }
  .elq-form .col-lg-offset-0 {
    margin-left: 0;
  }
  .elq-form .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .elq-form .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .elq-form .col-lg-offset-3 {
    margin-left: 25%;
  }
  .elq-form .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .elq-form .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .elq-form .col-lg-offset-6 {
    margin-left: 50%;
  }
  .elq-form .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .elq-form .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .elq-form .col-lg-offset-9 {
    margin-left: 75%;
  }
  .elq-form .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .elq-form .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .elq-form .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.elq-form .row {
  display: inherit;
}
.LV_invalid_field,
input.LV_invalid_field:active,
input.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
textarea.LV_invalid_field:hover {
  outline: 1px solid;
  color: #f24a91;
}
.LV_validation_message {
  font-weight: 700;
  margin: 0 0 0 5px;
}
.LV_valid {
  display: none;
}
.LV_invalid {
  color: #f24a91;
  font-size: 16px;
  font-weight: normal;
}
.submit-button-style {
  padding: 7px 20px;
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: #fff;
  color: #4a4a4a;
  cursor: pointer;
  transition: all 0.7;
}
.checkbox-aligned {
  margin-left: 5px;
  display: inline;
}
.form-element-layout {
  padding: 5px 10px;
}
.form-element-instruction {
  font-size: 12px;
}
.form-element-form-text {
  margin: 0;
}
.form-field-visible-xs-block {
  display: none;
}
.elq-form-design-field .list-order input[type="radio"] {
  margin-left: 1px;
}
.search-button-style {
  padding: 7px 20px !important;
  border: 1px solid #3f7cd8 !important;
  background-color: #fff;
  color: #3f7cd8;
  cursor: pointer;
  transition: all 0.7;
}
@media (max-width: 767px) {
  .form-field-visible-xs-block {
    display: block;
  }
}
.form-field-hidden-xs {
  display: block;
}
@media (max-width: 767px) {
  .form-field-hidden-xs {
    display: none;
  }
}

.display-n {
  display: none;
}

.apply-text-center {
  text-align: center !important;
}

.pop-body-p {
  font-size: large;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-style {
  padding: 4px 20px !important;
  border: 1px solid #31b0d5 !important;
  background-color: #31b0d5;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.7;
}

.button-style:hover {
  background: #3f7cd8;
  color: #e5f4ff;
}

.btn-apply {
  width: 200px;
  border-radius: 50px !important;
  color: #3f7cd8;
  border: 2px solid #3f7cd8 !important;
  background: #e5f4ff;
  margin: 50px !important;
  transition: all 0.3s;
}

.btn-apply:hover {
  background: #3f7cd8;
  color: #e5f4ff;
  cursor: pointer;
}

.btn-apply[disabled] {
  background-color: transparent;
  color: rgba(158, 158, 158, 0.3);
  border-color: rgba(158, 158, 158, 0.3);
  border: 2px solid rgba(158, 158, 158, 0.3) !important;
  cursor: default;
}

.btn-search {
  width: 200px;
  border-radius: 50px !important;
  color: #3f7cd8;
  border: 2px solid #3f7cd8 !important;
  background: #e5f4ff;
  transition: all 0.3s;
}

.btn-search:hover {
  background: #3f7cd8;
  color: #e5f4ff;
  cursor: pointer;
}

.btn-search[disabled] {
  background-color: transparent;
  color: rgba(158, 158, 158, 0.3);
  border-color: rgba(158, 158, 158, 0.3);
  border: 2px solid rgba(158, 158, 158, 0.3) !important;
  cursor: default;
}

.btn-glay {
  width: 200px;
  border-radius: 50px !important;
  color: #b2b3b6;
  border: 2px solid #b2b3b6 !important;
  background: #e5f4ff;
  /* margin: 50px 0 !important; */
  transition: all 0.3s;
}

.btn-glay:hover {
  background: #b2b3b6;
  color: #e5f4ff;
}

.search-button-style:hover {
  background: #3f7cd8;
  color: #e5f4ff;
}

.elq-form .pop-width {
  width: 420px !important;
}
@media screen and (max-width: 749px) {
  .elq-form .pop-width {
    width: 95% !important;
  }
}

.c-box-3col h4 {
  color: #003175;
  font-size: 19px;
  text-align: center;
  margin: 1vw 0 1vw;
  font-weight: 600;
}

.c-box-3col .c-txt--normal--center--3col {
  color: #003175;
  font-size: 16px;
  font-weight: 400;
}

.selectPlan_selected {
  color: #fff !important;
  /* background: linear-gradient(to left, #3fb7f0 0, #218aea 48.28%, #003fce 100%); */
  background-color: #003fce;
  background-color: #3b7dd8;
}
.selectPlan_selected input {
  color: initial !important;
}

.c-box-3col .p-top-3col__itm {
  padding: 10px;
  position: relative;
  padding-bottom: 50px;
}
/* .c-box-3col .p-top-3col__itm:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #707070;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */

.p-top-3col__itm.c-link-shadow:hover {
  color: #333;
}

.c-box-3col .p-top-3col__itm .c-box-3col__footer {
  position: absolute;
  bottom: 10px;
  width: 90%;
  text-align: center;
  left: 5%;
}

.c-box-3col .p-top-3col__itm .c-box-3col__footer button{
  width: 80%;
  margin-top: 10px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #3f7cd8 !important;
  background-color: #fff;
  color: #3f7cd8;
}

.c-box-3col .p-top-3col__itm .c-box-3col__footer button:hover{
  /* opacity: 0.8; */
  background: #3f7cd8;
  color: #e5f4ff;
}

.c-box-3col .p-top-3col__itm.selectPlan_selected .c-box-3col__footer button{
  background: #e5f4ff;
}
.c-box-3col .p-top-3col__itm.selectPlan_selected .c-box-3col__footer button:hover{
  opacity: 0.8;
  background: #e5f4ff;
  color: #3f7cd8;
}

.c-box-3col .p-top-3col__itm_option {
  padding-bottom: 60px;
  /* padding-bottom: 150px; */
}

.c-box-3col .p-top-3col__itm_option:hover {
  cursor: inherit;
  opacity: 1;
  color: initial;
  /* box-shadow: none; */
}

.c-box-3col .selectPlan_selected h4 {
  color: #e5f4ff;
}

.c-box-3col .jsSelectOption .c-box-3col__txt {
  margin-bottom: 220px;
}

.c-box-3col .c-box-3col__txt {
  margin-bottom: 100px;
  font-size: 14px;
}

.c-box-3col .c-box-3col__txt table {
  margin-left: 5%;
}

.c-box-3col .c-box-3col__txt table th {
  text-align: left;
  font-weight: normal;
}

.c-box-3col .c-box-3col__txt table td {
  font-weight: bold;
}

.c-box-3col .c-box-3col__txt ul {
  margin-left: 5%;
  margin-right: 5%;
}
.c-box-3col .c-box-3col__txt ul li {
  /* list-style:circle ; */
  border-top: 1px dotted #ccc;
  padding: 2px;
}
/* .c-box-3col .c-box-3col__txt ul li:last-child {
  border-bottom: 1px dotted #ccc;
} */

.c-box-3col .selectPlan_selected .c-txt--normal--center--3col {
  color: #e5f4ff;
  color: #fff;
}

.c-fixed-cost {
  position: fixed;
  bottom: 0;
  background-color: #f24a91;
  background-color: #0c419a;
  background-color: #003fce;
  color: #e8e8e8;
  width: 100%;
  padding: 20px;
  padding-right: 11%;
  z-index: 3;
}

.c-fixed-cost-text {
  font-size: 18px;
  padding: 10px;
  text-align: right;
}

.c-fixed-cost-text-amount {
  font-size: 34px;
}

.c-fixed-cost-text-noAmount {
  font-size: 27px;
}

@media screen and (max-width: 749px) {
  .c-fixed-cost {
    padding: 10px;
  }
  .c-fixed-cost-text {
    font-size: 3.73333vw;
  }
  
  .c-fixed-cost-text-amount {
    font-size: 4.8vw;
  }

  .c-fixed-cost-text-noAmount {
    font-size: 4vw;
  }
  
}


@media screen and (min-width: 750px) {
  .l-footer .l-footer--secondary {
      padding: 55px 0 122px;
  }
}

.search-button-style_intable {
  padding: 3px 10px !important;
}

.searchCompanyTable_tr {
  padding-top: 13px;
  border: solid 2px #b2bece;
}

#modalDialog .modal-body {
  padding-bottom: 0 !important;
}

#companyTable select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#companyTable .table {
  margin-bottom: 10px !important;
  text-align: left;
}
#companyTable .pagination {
  margin: 0 !important;
}

#companyTable th {
  background-color: #cbe6fd;
  border: solid 2px #b2bece;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 18px 16px 18px;
}

#companyTable td {
  padding: 16px 18px 16px 18px;
  border: solid 2px #b2bece;
  font-weight: 400;
    font-size: 16px;
}
#companyTable td:first-child {
  padding-top: 3px;
  padding-bottom: 3px;
}


#companyTable .VueTables__no-results {
  background-color: #fff;
}

#companyTable .VueTables__no-results td {
  padding: 20px;
  text-align: center;
}
/* 
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3f7cd8;
  border-color: #3f7cd8;
} */

/* エラー発生時に、入力項目の枠を赤色にする */
.is-danger {
  border-color: #F24A91 !important;
}
.is-danger:focus {
  border-color: #F24A91;
  -webkit-box-shadow: 0 0 0 3px rgba(242,36,53,0.25);
  box-shadow: 0 0 0 3px rgba(242,36,53,0.25);
}

.error {
  color: #F24A91 !important;
}

/* ajaxロードマスク */
.loadingModal {
	/* display: none; */
	position: fixed;
	z-index: 100080; /* Ajaxロードマスク */
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8)
		url('../../common/image/ajax-loader.gif') 50% 50% no-repeat;
}

pre.message{
  border:none;
  background-color:white;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  white-space: pre-wrap;
  word-break: break-word;
}

.btn.btn-info {
  padding: 7px 20px !important;
  border: 1px solid #3f7cd8 !important;
  background-color: #fff;
  color: #3f7cd8;
  cursor: pointer;
  border-radius: 5px;
}

.btn.btn-info:hover {
  background: #3f7cd8;
  color: #e5f4ff;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

input:read-only {
  background-color: #e8e8e8;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #003175;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #b2bece;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #003175;
  background-color: #eeeeee;
  border-color: #b2bece;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  /* color: #fff; */
  cursor: default;
  background-color: #cbe6fd;
  border-color: #b2bece;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #b2bece;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #b2bece;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.VueTables__limit {
  display: none;
}

.c-txt-link--href::after {
  background: url(../../common/image/icon_window_01.svg) left center no-repeat;
}

.c-btn-list .c-btn-list__cnt--normal:hover::after {
  background: url(../../common/image/icon_arrow-w.png) left center no-repeat;
  background-size: contain;
}

.c-btn-list__itm a{
  text-decoration: none !important;
}

.c-btn-list__itm a:hover{
  text-decoration: none !important;
}

.c-btn-list .c-btn-list__cnt--normal::after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background: url(../../common/image/icon_arrow-b.png) left center no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 250ms ease-in-out;
}

select {
  height: 56px;
}

.search_button{
  height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}