/*#### Fallback variables if no theme found ####*/
.ui_element {
  padding-left: 0px;
  padding-right: 0px;
}
.ui_element p {
  margin: 0 0 5px;
}
.form-control {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #eaedf2;
}
div.notification_box {
  position: relative;
  padding: 30px;
  background: #f8f8f8;
}
div.checkmark {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #1d96f5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
div.checkmark_inner {
  position: absolute;
  width: 10px;
  height: 20px;
  top: 9px;
  left: 16px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-width: 0px 4px 4px 0px;
  border-style: solid;
  border-color: white;
  transform: rotate(40deg);
}
p.checkmark_text {
  line-height: 40px;
  font-size: 12pt;
  font-family: "univia_probold", Arial, sans-serif;
}
p.checkmark_description {
  margin-top: 10px;
  font-size: 10pt;
  text-align: justify;
}
@media all and (max-width: 991px) {
  div.checkmark {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  p.checkmark_text {
    text-align: center;
  }
  p.checkmark_description {
    text-align: center;
  }
}
