/*#############################################################################

  #1. Base Settings for the stylesheet
  #2. Reset Styles
  #3. Header Styles
  #4. Page Styles
  #5. Footer Styles
  #6. Main Font Styles
  #7. Button Styles

##############################################################################*/
/* ==========================================================================
   #1. Base Settings for the stylesheet
   ========================================================================== */
body {
  /*background: url(../img/body-bg.jpg) bottom center no-repeat fixed;*/
  background: #f0f0f0;
  /*background-size: 100% 100%;*/
  font-family: "open_sansregular";
  font-size: 14px;
  overflow-y: scroll;
  color: #333333;
}
.body-edits {
  background: url("../img/body-bg-2.jpg") top center #fff fixed !important;
}

/* ==========================================================================
   #2. Reset Styles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "open_sansbold";
  font-weight: normal;
}
.form-control {
  font-size: 13px;
}
.container {
  max-width: 1170px !important;
}
.cont-new {
  min-width: 1170px !important;
}
.reset-margin {
  margin: 0 !important;
}
.reset-padding {
  padding: 0 !important;
}
a:focus,
button:focus {
  outline: none;
}
.center {
  margin: 0 auto !important;
  display: table;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
textarea {
  resize: none;
}
.vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.valign-mid {
  vertical-align: middle;
}


.font-14{
  font-size: 14px;
}
/* ==========================================================================
   #3. Header Base Styles
   ========================================================================== */
header.header {
  float: left;
  width: 100%;
  background: #f0f0f0;
}
.logo {
  margin: 25px 0 0;
}
.tagline {
  font-size: 14px;
  margin: 0 0 25px 0;
}

/* ==========================================================================
   #4. Page Base Styles
   ========================================================================== */

/* ==========================================================================
   #5. Footer Styles
   ========================================================================== */
footer.footer {
  float: left;
  width: 100%;
  background: #333333;
}

/* ==========================================================================
   #6. Main Font Styles
   ========================================================================== */

.uppercase {
  text-transform: uppercase;
}
.hl-orange {
  color: #f8850a !important;
}
.hl-blue {
  color: #4881a3 !important;
}
.hl-dk-blue {
  color: #06164a !important;
}
.hl-lt-blue {
  color: #3095de !important;
}
.hl-red {
  color: #ff3333 !important;
}
.hl-grey {
  color: #666666 !important;
}
.hl-white {
  color: #ffffff !important;
}
.hl-green {
  color: #669900 !important;
}
.hl-lt-green {
  color: #339933 !important;
}
.hl-dark {
  color: #333333 !important;
}
.hl-light {
  color: #999999 !important;
}
.hl-grayc {
  color: #cccccc !important;
}

hr {
  border-color: #dbdbdb !important;
}

strong {
  font-family: "open_sansbold" !important;
  font-weight: normal !important;
}
span.error,
span.error p {
  color: #a94442;
  font-size: 10px;
}
div.error,
div.error p {
  color: #a94442;
  font-size: 14px;
}
.fw-normal {
  font-weight: normal !important;
  font-family: "open_sansregular";
}
.no-decoration {
  text-decoration: none !important;
}
.list-none {
  list-style: none !important;
}

.border-none {
  border: 0 !important;
}
.arial-italic {
  font-family: Arial;
  font-style: italic;
  font-weight: 100;
}

.text-blue {
  color: #206f7e !important;
}

/* ==========================================================================
   #7. Button Styles
   ========================================================================== */
.btn-blue {
  background: #206f7e;
  color: #fefefe;
  font-size: 15px;
  width: 100%;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #1a5965;
  color: #fff;
}

.btn-outline-blue {
  background-color: transparent;
  color: #206f7e;
  border: 1px solid #206f7e;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active {
  background-color: #206f7e;
  color: #fff;
}

.btn-cancel {
  background: #b5b5b5;
  color: #fefefe;
  font-size: 15px;
  width: 100%;
  line-height: 30px;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
  color: #fff;
}

.btn-light {
  background: #e9f3f6;
  color: #333333;
  border: 1px solid #8dd3e0;
  text-decoration: none;
  padding: 7px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.btn-blu-green,
.btn-blu-green:hover,
.btn-blu-green:focus {
  background: #579ba8;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #8dd3e0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-green,
.btn-green:hover,
.btn-green:focus {
  background: #59b541;
  color: #fff;
  border: 1px solid #8dd3e0;
}
.btn-grey:hover,
.btn-grey:focus {
  background: #c12e2a !important;
}
.btn-lt-blue,
.btn-lt-blue:hover,
.btn-lt-blue:focus {
  background: #8dd3e0;
  color: #fff;
  border: 1px solid #8dd3e0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.modal-close {
  background: url("../img/modal-close.png") center no-repeat !important;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1024;
  border: 0;
}

/* ==========================================================================
   #8. Sticky Footer
   ========================================================================== */

html,
body {
  height: 100%;
}
#main-wrapper {
  min-height: 100%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  /*margin: 0 auto -109px; /* the bottom margin is the negative value of the footer's height */
  float: left;
  width: 100%;
  padding-bottom: 50px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
/* REMOVE FOOTER */
/*#footer-container, #push {
  height: 109px; 
  float: left;
  width: 100%;
}*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../../assets/img/loader.gif") 50% 50% no-repeat
    rgba(255, 255, 255, 0.5);
}

.help-wrapper-form {
  position: fixed;
  bottom: 70px;
  right: 100px;
}
.help-wrapper-form.hwf-reg {
  position: absolute !important;
  bottom: 15px;
  right: 20px;
}
.help-wrapper-form button {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  height: 35px;
  width: 35px;
  padding: 0px;
  background: #535353;
  transition: 300ms;
}

.help-wrapper-form button:hover,
.help-wrapper-form button:focus,
.help-wrapper-form button:active {
  background: #535353;
  text-decoration: none;
  color: #fff;
}

.pbpb-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}
.btn-transparent {
  background: none;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.phil-wrapper .btn.btn-transparent span {
  color: #337ab7;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.phil-wrapper .btn.btn-transparent:hover span {
  color: #666;
}
.phil-wrapper .btn.btn-transparent span em {
  font-family: open_sansregular;
  font-size: 15px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin: 4px;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem !important;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: normal;
}

.slider-scale {
  margin-left: -0.5rem !important;
  margin-right: 1rem !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slider-scale li {
  width: 0;
}

/* Insurance Forms PDF Export */

.kendo-export-pdf-show {
  display: none;
}

/* Add this to #insurance-page */

.kendo-export-pdf.active {
  max-width: 100%;
  padding: 0 15px;
}

.kendo-export-pdf.active #insurance-form {
  font-size: 11px;
  column-gap: 64px;
  /* display: grid; */
  /* grid-gap: 64px; */
  /* grid-row-gap: 8px; */
  /* grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column; */
}

.kendo-export-pdf.active #insurance-form > * {
  display: inline-block;
  width: 100%;
}

/* column-count only works if the generated pdf is only 1 page */
/* use grid-auto-flow: column as backup  */
.kendo-export-pdf-1-col.active #insurance-form {
  column-count: 1;
  grid-template-columns: repeat(1, 1fr);
}

.kendo-export-pdf-2-col.active #insurance-form {
  column-count: 2;
  /* grid-template-columns: repeat(2, 1fr); */
}

.kendo-export-pdf-3-col.active #insurance-form {
  column-count: 3;
  /* grid-template-columns: repeat(3, 1fr); */
}

.kendo-export-pdf.active .kendo-export-pdf-max-w-50 {
  margin: 0 auto;
  max-width: 50%;
}

/*COMMENT TEST*/
.cmt-img {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 40px;
  border: 1px solid transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.cmt-img:hover {
  border: 1px solid #206f7e;
}

.row.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.icon-embeded {
  width: 20px !important;
}

/** Buttons **/
.steel-blue-light-background-btn {
  background-color: #468c98;
  color: white;
}

.steel-blue-light-border-btn {
  border-color: #468c98;
  color: #468c98;
  background-color: #fff;
}

.container-im {
  width: 1288px !important;
  margin-right: auto;
  margin-left: auto;
}

tr.even {
  background: #fff;
}

.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
  padding: 1px !important;
  border: none;
  font-family: open_sansregular;
}
