﻿.dummy {
  color: #000;
}

.pointer {
  cursor: pointer !important;
}

.no-underline, .no-underline:focus, .no-underline:hover {
  text-decoration: none !important;
}

.full-width {
  width: 100% !important;
}

.truncate {
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrapped {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.word-wrapped {
  word-break: break-all;
}

.required-marker, .required-marker:hover {
  color: #be4e27;
  font-size: 0.7em;
}

.large-text {
  font-size: 18px;
}

.div-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: auto;
}

.clearfloat {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearright {
  clear: right;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearleft {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.glowing {
  -webkit-box-shadow: 0 0 15px 2px #e08021;
  -ms-box-shadow: 0 0 15px 2px #e08021;
  box-shadow: 0 0 15px 2px #e08021;
}

@media (max-width: 767px) {
  .unfloat-xs {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .unfloat-sm {
    float: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .unfloat-md {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .unfloat-lg {
    float: none !important;
  }
}
.space-before {
  margin-top: 8px !important;
}

.space-before-1 {
  margin-top: 4px !important;
}

.space-before-2 {
  margin-top: 8px !important;
}

.space-before-3 {
  margin-top: 16px !important;
}

.space-before-4 {
  margin-top: 32px !important;
}

.space-after {
  margin-bottom: 8px !important;
}

.space-after-1 {
  margin-bottom: 4px !important;
}

.space-after-2 {
  margin-bottom: 8px !important;
}

.space-after-3 {
  margin-bottom: 16px !important;
}

.space-after-4 {
  margin-bottom: 32px !important;
}

@media (max-width: 767px) {
  .space-before-xs {
    margin-top: 8px !important;
  }

  .space-before-xs-1 {
    margin-top: 4px !important;
  }

  .space-before-xs-2 {
    margin-top: 8px !important;
  }

  .space-before-xs-3 {
    margin-top: 16px !important;
  }

  .space-before-xs-4 {
    margin-top: 32px !important;
  }

  .space-after-xs {
    margin-bottom: 8px !important;
  }

  .space-after-xs-1 {
    margin-bottom: 4px !important;
  }

  .space-after-xs-2 {
    margin-bottom: 8px !important;
  }

  .space-after-xs-3 {
    margin-bottom: 16px !important;
  }

  .space-after-xs-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .space-before-sm {
    margin-top: 8px !important;
  }

  .space-before-sm-1 {
    margin-top: 4px !important;
  }

  .space-before-sm-2 {
    margin-top: 8px !important;
  }

  .space-before-sm-3 {
    margin-top: 16px !important;
  }

  .space-before-sm-4 {
    margin-top: 32px !important;
  }

  .space-after-sm {
    margin-bottom: 8px !important;
  }

  .space-after-sm-1 {
    margin-bottom: 4px !important;
  }

  .space-after-sm-2 {
    margin-bottom: 8px !important;
  }

  .space-after-sm-3 {
    margin-bottom: 16px !important;
  }

  .space-after-sm-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .space-before-md {
    margin-top: 8px !important;
  }

  .space-before-md-1 {
    margin-top: 4px !important;
  }

  .space-before-md-2 {
    margin-top: 8px !important;
  }

  .space-before-md-3 {
    margin-top: 16px !important;
  }

  .space-before-md-4 {
    margin-top: 32px !important;
  }

  .space-after-md {
    margin-bottom: 8px !important;
  }

  .space-after-md-1 {
    margin-bottom: 4px !important;
  }

  .space-after-md-2 {
    margin-bottom: 8px !important;
  }

  .space-after-md-3 {
    margin-bottom: 16px !important;
  }

  .space-after-md-4 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .space-before-lg {
    margin-top: 8px !important;
  }

  .space-before-lg-1 {
    margin-top: 4px !important;
  }

  .space-before-lg-2 {
    margin-top: 8px !important;
  }

  .space-before-lg-3 {
    margin-top: 16px !important;
  }

  .space-before-lg-4 {
    margin-top: 32px !important;
  }

  .space-after-lg {
    margin-bottom: 8px !important;
  }

  .space-after-lg-1 {
    margin-bottom: 4px !important;
  }

  .space-after-lg-2 {
    margin-bottom: 8px !important;
  }

  .space-after-lg-3 {
    margin-bottom: 16px !important;
  }

  .space-after-lg-4 {
    margin-bottom: 32px !important;
  }
}
.indent {
  margin-left: 8px !important;
}

.indent-1 {
  margin-left: 4px !important;
}

.indent-2 {
  margin-left: 8px !important;
}

.indent-3 {
  margin-left: 16px !important;
}

.indent-4 {
  margin-left: 32px !important;
}

@media (max-width: 767px) {
  .indent-xs {
    margin-left: 8px !important;
  }

  .indent-xs-1 {
    margin-left: 4px !important;
  }

  .indent-xs-2 {
    margin-left: 8px !important;
  }

  .indent-xs-3 {
    margin-left: 16px !important;
  }

  .indent-xs-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .indent-sm {
    margin-left: 8px !important;
  }

  .indent-sm-1 {
    margin-left: 4px !important;
  }

  .indent-sm-2 {
    margin-left: 8px !important;
  }

  .indent-sm-3 {
    margin-left: 16px !important;
  }

  .indent-sm-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .indent-md {
    margin-left: 8px !important;
  }

  .indent-md-1 {
    margin-left: 4px !important;
  }

  .indent-md-2 {
    margin-left: 8px !important;
  }

  .indent-md-3 {
    margin-left: 16px !important;
  }

  .indent-md-4 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1200px) {
  .indent-lg {
    margin-left: 8px !important;
  }

  .indent-lg-1 {
    margin-left: 4px !important;
  }

  .indent-lg-2 {
    margin-left: 8px !important;
  }

  .indent-lg-3 {
    margin-left: 16px !important;
  }

  .indent-lg-4 {
    margin-left: 32px !important;
  }
}
.bordered {
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px #000000;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-border-radius: 4px;
  -ms-box-shadow: inset 0 1px 1px #000000;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  min-height: 20px;
  padding: 8px;
}

.bordered-1 {
  padding: 4px;
}

.bordered-2 {
  padding: 8px;
}

.bordered-3 {
  padding: 16px;
}

.boxed {
  margin: 8px;
}

.boxed-1 {
  margin: 4px;
}

.boxed-2 {
  margin: 8px;
}

.boxed-3 {
  margin: 16px;
}

.bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: #ffcf01;
  color: #ffffff;
}

.separated {
  margin-bottom: 8px;
  margin-top: 8px;
}

.separated-sm {
  margin-bottom: 4px;
  margin-top: 4px;
}

.separated-lg {
  margin-bottom: 4px;
  margin-top: 4px;
}

.btn-toggle:active, .btn-toggle.active {
  background-color: #47a447;
  border-color: #398439;
}

.btn-group-container .btn-group {
  margin-bottom: 5px;
}

.scroll-margin-top {
  scroll-margin-top: 15em;
}
