/* Minification failed. Returning unminified contents.
(314,54): run-time error CSS1019: Unexpected token, found '4px'
(314,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* VARIABLES */
/* #VARIABLES */
@import 'fonts.css';
.color-green {
  color: #58a000;
}
.color-red {
  color: #f14635;
}
.color-blue {
  color: #0089d0;
}
.color-grey {
  color: #4a4a4a;
}
.color-light-grey {
  color: #9b9b9b;
}
a {
  color: #0089d0;
  font-size: 17px;
  text-decoration: none;
}
a:hover {
  color: #0089d0;
  text-decoration: underline;
  cursor: pointer;
}
a.blue-button {
  line-height: 40px;
}
.link-like {
  color: #0089d0 !important;
  text-decoration: none;
}
.link-like:hover {
  color: #0089d0;
  cursor: pointer;
  text-decoration: underline;
}
.link-like.re-send-link:not(.is-active) {
  color: #a8a8a8 !important;
  cursor: default;
}
.link-like.re-send-link:not(.is-active):hover {
  text-decoration: none;
}
.link-like-dashed {
  color: #0089d0;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: inline-block;
}
.uppercase {
  text-transform: uppercase;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.h1.white,
.h2.white,
.h3.white,
.h4.white,
.h5.white {
  color: #fff;
}
.h1 {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2;
}
.h2 {
  font-size: 30px;
  line-height: 1.2;
}
.h3 {
  font-size: 24px;
  line-height: 1.2;
}
.h4 {
  font-size: 17px;
  line-height: 20px;
}
.h4-blue {
  color: #0089d0;
  font-size: 16.5px;
  line-height: 1.2;
}
.h4-black {
  color: #000;
  font-size: 17px;
  line-height: 1.2;
}
.h5 {
  font-size: 12px;
  line-height: 14px;
}
.menu-white {
  color: #fff;
  font-size: 17px;
  line-height: 1.85;
}
.menu-grey {
  color: #ababab;
  font-size: 17px;
}
.main-text {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.2;
}
.main-text-gray {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.2;
}
.main-link {
  font-size: 14px;
  line-height: 1.2;
}
.main-small-link {
  font-size: 12px;
  line-height: 1.2;
}
.small-grey {
  color: #a8a8a8;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}
.but-red-14 {
  color: #f14635;
  font-size: 17px;
  line-height: 18px;
}
.but-white-14 {
  color: #fff;
  font-size: 17px;
  line-height: 18px;
}
.display-table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.word-break {
  word-break: break-word;
}
.wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-top-xs {
  margin-top: 5px;
}
.margin-left-xs {
  margin-left: 5px;
}
.margin-right-xs {
  margin-right: 5px;
}
.margin-bottom-s {
  margin-bottom: 10px;
}
.margin-top-s {
  margin-top: 10px;
}
.margin-left-s {
  margin-left: 10px;
}
.margin-right-s {
  margin-right: 10px;
}
.margin-bottom-m {
  margin-bottom: 20px;
}
.margin-top-m {
  margin-top: 20px;
}
.margin-left-m {
  margin-left: 20px;
}
.margin-right-m {
  margin-right: 20px;
}
.margin-bottom-l {
  margin-bottom: 30px;
}
.margin-top-l {
  margin-top: 30px;
}
.margin-left-l {
  margin-left: 30px;
}
.margin-right-l {
  margin-right: 30px;
}
.margin-bottom-xl {
  margin-bottom: 40px;
}
.margin-top-xl {
  margin-top: 40px;
}
.margin-left-xl {
  margin-left: 40px;
}
.margin-right-xl {
  margin-right: 40px;
}
.margin-bottom-xxl {
  margin-bottom: 50px;
}
.margin-top-xxl {
  margin-top: 50px;
}
.margin-left-xxl {
  margin-left: 50px;
}
.margin-right-xxl {
  margin-right: 50px;
}
/* PADDINGS */
.padding-bottom-xs {
  padding-bottom: 5px;
}
.padding-top-xs {
  padding-top: 5px;
}
.padding-left-xs {
  padding-left: 5px;
}
.padding-right-xs {
  padding-right: 5px;
}
.padding-bottom-s {
  padding-bottom: 10px;
}
.padding-top-s {
  padding-top: 10px;
}
.padding-left-s {
  padding-left: 10px;
}
.padding-right-s {
  padding-right: 10px;
}
.padding-bottom-m {
  padding-bottom: 20px;
}
.padding-top-m {
  padding-top: 20px;
}
.padding-left-m {
  padding-left: 20px;
}
.padding-right-m {
  padding-right: 20px;
}
.padding-bottom-l {
  padding-bottom: 30px;
}
.padding-top-l {
  padding-top: 30px;
}
.padding-left-l {
  padding-left: 30px;
}
.padding-right-l {
  padding-right: 30px;
}
.padding-bottom-xl {
  padding-bottom: 40px;
}
.padding-top-xl {
  padding-top: 40px;
}
.padding-left-xl {
  padding-left: 40px;
}
.padding-right-xl {
  padding-right: 40px;
}
.padding-bottom-xxl {
  padding-bottom: 50px;
}
.padding-top-xxl {
  padding-top: 50px;
}
.padding-left-xxl {
  padding-left: 50px;
}
.padding-right-xxl {
  padding-right: 50px;
}
/* #PADDINGS */
.is-blur {
  -webkit-filter: blur(4px);
  -ms-filter: progid:DXImageTransform.Microsoft.Blur(4px);
  filter: blur(4px);
}
.wrap {
  word-break: break-word;
}
/* BUTTONS */
.blue-button {
  background: #0089d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff !important;
  font-size: 17px;
  height: 57px;
  width: 100%;
}
.blue-button:hover {
  background: #006aa0;
  color: #fff;
}
.blue-button-outline {
  background: none;
  border: 1px #0089d0 solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #0089d0 !important;
  font-size: 17px;
  height: 57px;
  min-width: 180px;
}
.blue-button-outline:hover,
.blue-button-outline.is-active {
  background: #0089d0;
  color: #fff !important;
}
.blue-button-outline.vertical-aligned-a-button {
  padding: 15px;
}
.blue-button-outline {
  margin-right: 10px;
}
.blue-outline-button {
  background: none;
  border: 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #0089d0;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  min-width: 155px;
  outline: none;
}
.blue-outline-button:hover {
  background: #0089d0;
  border: 1px #0089d0 solid;
  color: #fff !important;
}
.grey-outline-button {
  background: none;
  border: 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #4a4a4a;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  min-width: 155px;
  outline: none;
}
.grey-outline-button.is-grey {
  color: #9b9b9b !important;
}
.grey-outline-button:hover {
  background: #4a4a4a;
  border: 1px #4a4a4a solid;
  color: #fff !important;
}
.red-outline-button {
  background: none;
  border: 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #f14635;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  min-width: 155px;
  outline: none;
}
.red-outline-button.is-grey {
  color: #9b9b9b !important;
}
.red-outline-button:hover {
  background: #f14635;
  border: 1px #f14635 solid;
  color: #fff !important;
}
.user-management_add-button {
  margin-left: 15px;
}
/* #BUTTONS */
img.adaptive {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .login-box-modern_title {
    text-align: center;
  }
}
