.img-circle {
  border-radius: 100%; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img {
  height: 100% !important; }

.half-bg {
  background: linear-gradient(#163233 50%, #ffffff 50%); }

/* POSITIONS ==================================*/
.fixed {
  position: fixed !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.float-bottom-right {
  bottom: 10px;
  right: 10px;
  z-index: 1; }

.float-top-right {
  top: 10px;
  right: 10px;
  z-index: 1; }

/*================================== TYPOGRAPHY ==================================*/
.asteriskField {
  color: #cc3333;
  font-weight: normal !important; }

/* ==============
  Helper Classes
===================*/
.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 900; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-auto {
  margin: 0 auto; }

.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.full-width, .w-100 {
  width: 100%; }

.m-h-50 {
  min-height: 50px; }

.l-h-34 {
  line-height: 34px; }

.font-light {
  font-weight: 300; }

.wrapper-md {
  padding: 20px; }

.pull-in {
  margin-left: -15px;
  margin-right: -15px; }

.b-0 {
  border: none !important; }

.border {
  border: 1px solid #dddddd !important; }

.no-shadow {
  box-shadow: none !important; }

.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.mx-box-xs {
  max-height: 150px;
  min-height: 150px; }

.mx-box-sm {
  max-height: 200px;
  min-height: 200px; }

.mx-box {
  max-height: 250px;
  min-height: 250px; }

.mx-box-lg {
  max-height: 380px;
  min-height: 380px; }

.mx-box-xl {
  max-height: 650px;
  min-height: 650px; }

.center-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.thumb-xxl {
  width: 200px;
  height: 200px; }

.thumb-xl {
  width: 135px;
  height: 135px; }

.thumb-lg {
  width: 100px;
  height: 100px; }

.thumb-md {
  width: 70px;
  height: 70px; }

.thumb-sm {
  height: 45px !important;
  width: 45px !important; }

.thumb-xs {
  height: 25px !important;
  width: 25px !important; }

.thumb-xxs {
  width: 15px !important;
  height: 15px !important; }

/* styles for '...' */
.ellipsis-para {
  overflow: hidden;
  /* hide text if it more than N lines  */
  position: relative;
  /* for set '...' in absolute position */
  max-height: 4.5em;
  /* max-height = line-height (1.2) * lines max number (3) */ }

/* create the ... */
.ellipsis-para:before {
  content: '...';
  /* points in the end */
  position: absolute;
  /* absolute position */
  right: 0;
  /* set position to right bottom corner of block */
  bottom: 0; }

/* hide ... if we have text, which is less than or equal to max lines */
.ellipsis-para:after {
  content: '';
  /* points in the end */
  position: absolute;
  /* absolute position */
  right: 0;
  /* set position to right bottom corner of text */
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: white;
  /* bg color = bg color under block */ }

/*================================== BACKGROUND IMAGES ==================================*/
.bg-transparent {
  background: transparent !important; }

.bg-default.bg-quote {
  background-image: url(../images/backgrounds/quote-bg-dark.png);
  background-repeat: no-repeat;
  background-position: 10px 10px; }
.bg-default.bg-calendar {
  background-image: url(../images/backgrounds/calendar-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-calendar {
  background-image: url(../images/backgrounds/calendar-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-quote {
  background-image: url(../images/backgrounds/quote-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-search {
  background-image: url(../images/backgrounds/search-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-puzzle {
  background-image: url(../images/backgrounds/puzzle-bg.png);
  background-repeat: no-repeat;
  background-position: -60px 0px; }

.bg-briefcase {
  background-image: url(../images/backgrounds/briefcase-bg.png);
  background-repeat: no-repeat;
  background-position: -70px 0px; }

.bg-question {
  background-image: url(../images/backgrounds/question-bg.png);
  background-repeat: no-repeat;
  background-position: -40px -10px;
  background-size: auto 110%; }

.panel.bg-search,
.panel.bg-puzzle,
.panel.bg-briefcase,
.panel.bg-question {
  cursor: pointer; }

/*================================== input button ==================================*/
.fileinput {
  display: inline-block;
  margin-bottom: 9px; }

.fileinput .btn {
  vertical-align: middle; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr; }

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.line-thru {
  display: block;
  font-size: 1.2rem;
  position: relative; }

.line-thru span {
  background: #ffffff none repeat scroll 0 0;
  color: #dddddd;
  padding: 10px;
  position: relative;
  z-index: 3; }

.line-thru::after {
  border-bottom: 1px solid #dddddd;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 47%;
  width: 100%;
  z-index: 1; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.align-items-center, .items-center {
  align-items: center !important; }

.justify-center, .justify-content-center {
  justify-content: center !important; }

.justify-content-between, .justify-between {
  justify-content: space-between !important; }

.truncate-1, .truncate-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.truncate-1 {
  -webkit-line-clamp: 1; }

.truncate-2 {
  -webkit-line-clamp: 2; }

.no-caret.dropdown-toggle::after {
  display: none; }

.vertical-center td {
  vertical-align: middle !important; }
  .vertical-center td svg {
    vertical-align: middle; }

.border-bottom {
  border-bottom: 1px solid #e5e9f0; }

.overflow-visible {
  overflow: visible !important; }

/*# sourceMappingURL=helper.css.map */
