/* CSS Document */
/* dhx-stylesheet Canvas Fixed v1.0 || 2020 02 14 */
/*--------------------------------------------------------------------------------------------------------------------------
General 
--------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
}

:root {
  font-size: 16px;
}

a,
h1,
h2,
h3,
h4,
p {
  margin: 0px;
}

a {
  font-size: 1rem;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #007bff;
}

a.btn,
.btn,
.btn-link:not([href]):not([tabindex]),
a.btn:focus,
.btn:focus,
.btn-link:not([href]):not([tabindex]):focus {
  display: block;
  font-weight: 400;
  line-height: 2.3rem;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #007bff;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
  transition-property: border, color, background, background-color, width, height;
  background-color: #007bff;
  color: #ffffff;
}

a.btn:hover,
.btn:hover,
.btn-link:not([href]):not([tabindex]):hover {
  background-color: #ffffff;
  color: #007bff;
  border: 2px solid #007bff;
}

/* Font Sizes Responsive */
html {
  font-size: 1rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

i[data-gjs-type=icon] {
  font-size: 48px;
}

.ic-phone-link,
.dhx-phone-link,
.ic-routed-link {
  line-height: 1.3em;
  font-size: 1.4rem;
  color: #007bff;
}

.ic-phone-link:hover,
.dhx-phone-link:hover,
.ic-routed-link:hover {
  text-decoration: underline;
}

.ic-class-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #cccccc no-repeat center center;
  background-size: cover;
  z-index: 0;
}

/*--------------------------------------------------------------------------------------------------------------------------
Forms
--------------------------------------------------------------------------------------------------------------------------*/
.ic-class-form-container {
  background-color: #f2f2f2;
  padding: 15px;
}

.ic-class-form-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.ic-class-form-label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.ic-class-form-input,
.ic-class-form-select,
textarea {
  display: block;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid #333333;
  margin-bottom: 15px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

select,
.ic-class-form-select {
  height: 30px;
}

a.btn-success,
.btn-success,
a.btn-success:focus,
.btn-success:focus {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #1bbfb0;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  background-color: #1bbfb0;
  color: #ffffff;
  margin-top: 1.25rem;
}

a.btn-success:hover,
.btn-success:hover {
  background-color: #ffffff;
  color: #1bbfb0;
  border: 2px solid #1bbfb0;
}

.ic-class-form-check-label,
.ic-class-form-check-label-legal {
  font-stretch: condensed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
  vertical-align: middle;
  padding-bottom: 0rem;
}

.ic-class-form-help {
  font-stretch: condensed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}

.ic-class-form-label {
  font-size: 0.9rem;
  line-height: 1rem;
}

.ic-class-form-check,
.ic-class-form-check-legal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin-top: 0.3rem;
}

.form-check-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0px;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  margin: 0px;
  margin-right: 0.2rem;
  margin-left: 0px;
}

/* ERROR */
.error-title {
  position: absolute;
  top: 100px;
  left: 50px;
  text-align: left;
}

.error-subtitle {
  position: absolute;
  width: 100%;
  top: 150px;
  left: 50px;
  text-align: left;
}

.error-btn {
  position: absolute;
  top: 250px;
  left: 50px;
}

@media all and (min-width: 992px) {
  /*--------------------------------------------------------------------------------------------------------------------------
  Forms
  --------------------------------------------------------------------------------------------------------------------------*/
  .ic-class-form-check-label, .ic-class-form-check-label-legal {
    padding-bottom: 0rem;
  }

  .ic-class-form-check-input, .ic-class-form-check-input-legal {
    margin-left: -1rem;
  }
}
@media all and (max-width: 991px) {
  /*--------------------------------------------------------------------------------------------------------------------------
  General 
  --------------------------------------------------------------------------------------------------------------------------*/
  /* Fonts*/
  :root {
    font-size: 14px;
  }
}
@media all and (max-width: 580px) {
  /*--------------------------------------------------------------------------------------------------------------------------
  General 
  --------------------------------------------------------------------------------------------------------------------------*/
  /* Fonts*/
  html {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 340px) {
  /*--------------------------------------------------------------------------------------------------------------------------
  General 
  --------------------------------------------------------------------------------------------------------------------------*/
  /* Fonts*/
  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=dhx-basic-canvas.css.map */
