.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.header {
  height: 20px;
  width: 100%;
  background: #009de0;
  border-radius: 3px;
  margin-top: 20px;
}

.sublogo a {
  font-size: 10px;
  color: #333;
}

a {
  color: #005f9c;
  text-decoration: none;
}

*:focus {
  outline: none;
}

.content {
  margin-top: 60px;
}

.topbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 112px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.form-group label {
  color: #009de0;
  font-weight: 400;
}

.lang-select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
}

.lang-select i {
  font-size: 33px !important;
  color: #009de0;
}

.lang-select .lang-active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: -5px;
}

.lang-select .lang-active img {
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 500px;
  background: #fff;
}

.navi {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.navi .dropdown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.navi .dropdown button {
  background: #005f9c;
  border: none;
  color: #fff;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.navi .dropdown-content {
  display: none;
}

.navi .dropdown-content.show {
  width: 150px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #444;
  background: #fff;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  border-radius: 3px;
  top: 60px;
  text-align: center;
  z-index: 5555;
}

.navi .dropdown-content.show a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #444;
  font-size: 14px;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
}

.navi .dropdown-content.show a:hover {
  text-decoration: none;
  background: #eee;
}

.navi .dropdown-content.show a:last-child {
  margin-bottom: 0;
}

.navi .dropdown-content.show a img {
  width: 15px;
  height: 15px;
  border-radius: 500px;
  margin-left: 15px;
}

h1 {
  color: #009de0;
}

.logo {
  max-width: 300px;
}

.logo img {
  width: 100%;
}

.btn {
  height: 45px;
  background: #eee;
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 0px 20px;
}

.btn-primary {
  background: #005f9c;
  color: #fff;
}

.btn-danger {
  background: #dc3545;
  color: #fff;
}

.btn-warning {
  background: #ffc107;
  color: #333;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #009de0;
  color: #fff;
}

.footer {
  background: #555;
  border-top: #444 10px solid;
  padding: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: #009de0;
  text-decoration: none;
}

.footer .footer-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer p {
  font-size: 14px;
}

.footer ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer-map {
  padding: 20px;
}

.footer-map img {
  width: 100%;
  height: auto;
}

.apps {
  margin-top: 80px;
  padding: 30px 0px;
  margin-bottom: -10px;
  background: #009de0;
  width: 100%;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.apps a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.apps a:hover,
.apps a:focus {
  text-decoration: none;
}

.apps a span {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}

.apps div {
  margin: 0px 10px;
}

.apps img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}

.reg_ok {
  background: #4caf50;
  padding: 20px;
  color: #fff;
  border-radius: 3px;
}

.bread-rounder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.round-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
  position: relative;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.round-item:last-child {
  margin-right: 0px;
}

.round-item:last-child::after {
  display: none;
}

.round-item::after {
  display: block;
  content: '';
  height: 1px;
  width: 110px;
  background: #eee;
  position: absolute;
  top: 24px;
  left: 40px;
  z-index: -1;
}

.round-item .rounder {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #aaa;
  background: #eee;
  border-radius: 500px;
  font-size: 16px;
  margin-bottom: 10px;
}

.round-item-active .rounder {
  background: #009de0;
  color: #fff;
  border-right: 3px;
}

.reg_error {
  background: #e74c3c;
  padding: 20px;
  margin: 30px 0px;
}

/*# sourceMappingURL=main.css.map */