@import url("/assets/css/fonts/roboto/font.css");
.ng-cloak {
  visibility: hidden;
}
.ng-cloak:after {
  visibility: hidden;
}
body {
  overflow-x: hidden;
}
.icon-mydoc {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  height: 2.3ex;
  width: 2.3ex;
  background: url("../assets/gfx/favicon.png");
  background-size: 2.3ex;
}
#hd.navbar-fixed-top ~ #bd {
  margin-top: 70px;
}
#ft.navbar-fixed-bottom ~ #bd {
  padding-bottom: 70px;
}
#msgbox {
  position: fixed;
  z-index: 1000;
  top: 1em;
  left: 50%;
  right: auto;
  width: 36%;
  margin-left: -18%;
  min-width: 300px;
  padding: 2em;
  background: #f0fff0;
  box-shadow: 0 1px 3px rgba(41,61,41,0.3);
  color: #000;
  white-space: pre-line;
  border-radius: 6px;
  transition-duration: 0.25s;
  transition-property: opacity, left, top;
  vertical-align: middle;
  font-size: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#msgbox > span {
  display: inline-block;
  flex-grow: 1;
}
#msgbox:before {
  flex-grow: 0;
  content: url("../assets/gfx/vitalavatare/tropfen_sehrfroh.png");
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  opacity: 1;
  margin: 0 0 0 -20px;
  transition-duration: 0.25s;
  transition-property: opacity, left, top;
}
#msgbox.error {
  background: #800000;
  box-shadow: 0 1px 3px rgba(61,41,41,0.3);
  color: #fff;
}
#msgbox.error:before {
  content: url("../assets/gfx/vitalavatare/tropfen_angst.png");
}
#msgbox:empty {
  top: -300px;
  opacity: 0;
}
#msgbox:empty:before {
  opacity: 0;
}
.tiles {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.tiles > .tile {
  margin: 10px;
  flex-basis: 313px;
  height: 170px;
  align-self: stretch;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  background: #607c8a;
  color: rgba(255,255,255,0.9);
}
.tiles > .tile.tile-2 {
  flex-basis: calc(313px * 2 + 10px * 2);
}
.tiles > .tile.tile-half-height {
  height: 91px;
}
.tiles > .tile.tile-tiny {
  height: 91px;
  flex-basis: 91px;
}
.tiles > .tile.tile-tiny .title {
  padding: 6px 10px;
  font-size: 14px;
}
.tiles > .tile.tile-tiny .indicator {
  top: 9px;
  bottom: auto;
}
.tiles > .tile.tile-tiny .status-indicator {
  height: 30px;
}
.tiles > .tile.tile-style-1 {
  background: #4d4d4d;
}
.tiles > .tile.tile-style-1 .indicator {
  color: #4d4d4d;
}
.tiles > .tile.tile-style-2 {
  background: #a1a1a1;
}
.tiles > .tile.tile-style-2 .indicator {
  color: #a1a1a1;
}
.tiles > .tile.tile-style-3 {
  background: #0c7480;
}
.tiles > .tile.tile-style-3 .indicator {
  color: #0c7480;
}
.tiles > .tile.tile-style-4 {
  background: #dca538;
}
.tiles > .tile.tile-style-4 .indicator {
  color: #dca538;
}
.tiles > .tile .title {
  padding: 12px 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-weight: 300;
  font-size: 20px;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
.tiles > .tile .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -1.5ex;
  margin-right: -1.1ex;
  width: 2.6ex;
  text-align: center;
  font-size: 50px;
  color: rgba(255,255,255,0.5);
}
.tiles > .tile .indicator {
  position: absolute;
  right: 0;
  bottom: 9px;
  background: #fff;
  padding: 3px 9px;
  text-align: center;
  min-width: 2.2em;
  font-weight: 300;
  font-size: 20px;
  color: #607c8a;
  transition: 1s;
  transform: rotateY(0deg);
}
.tiles > .tile .indicator + .indicator {
  bottom: calc(9px + 3px + 3px + 1.4em + 5px);
  transition-duration: 0.35s;
}
.tiles > .tile .indicator + .indicator + .indicator {
  bottom: calc(9px + 3px + 3px + 1.4em + 5px + 3px + 3px + 1.4em + 5px);
  transition-duration: 0.35s;
}
.tiles > .tile .indicator:empty {
  opacity: 0;
}
.tiles > .tile .indicator.empty {
  transform-origin: 100% 100%;
  transform: rotateY(90deg);
  transition: 0.25s ease-out all;
}
.tiles > .tile strong.indicator {
  font-weight: 900;
}
.tiles > .tile .status-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
  transition: 0.25s ease-out all;
}
.tiles > .tile .status-indicator > .btn {
  transition: 0.25s ease-out all;
  margin: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5px;
  left: 11px;
  display: block;
  transform: rotate(45deg);
}
.tiles > .tile .status-indicator > .btn.ng-hide {
  display: block !important;
  left: 50px;
  transform: rotate(0deg);
}
#tile-praxis-banner {
  background: #808080 no-repeat 90px 0/cover;
}
#tile-praxis-banner .mydoclogo {
  height: 100%;
  display: block;
  background: url("../assets/gfx/mydoc.svg") no-repeat scroll 6% 50%/14% auto, rgba(0,0,0,0) linear-gradient(63.5deg, #fff 0px, #fff 22%, rgba(255,255,255,0.8) 29%, rgba(255,255,255,0.02) 29%) repeat scroll 0 0;
}
@media screen and (max-width: 768px) {
  .tiles > .tile {
    width: 100%;
  }
  #tile-praxis-banner {
    background-position-x: 0;
  }
}
#table_wartezimmerstatus {
  table-layout: fixed;
}
#table_wartezimmerstatus th {
  text-align: left;
}
#table_wartezimmerstatus .tile {
  width: 10vw;
  height: 5vw;
  min-height: 6.3ex;
  max-width: 90%;
}
#table_wartezimmerstatus .tile .tile-text {
  color: inherit;
}
#table_wartezimmerstatus thead td > span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 9vw;
  display: block;
}
.popover-static {
  position: relative;
  display: block;
  max-width: 100%;
  width: -moz-fit-content;
  width: max-content;
}
.popover.popover-static.bottom > .arrow {
  left: 10%;
}
.popover-static .popover-content .well:last-child {
  margin-bottom: 0;
}
.dropdown-menu.popover {
  top: 100%;
  max-width: none;
  width: -moz-fit-content;
  width: max-content;
}
.dropdown-menu.popover.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu.popover.dropdown-menu-right > .arrow {
  left: auto;
  right: 4px;
}
.dropdown-menu.popover > .arrow {
  left: 14px;
}
.popover .popover-content > :last-child {
  margin-bottom: 0;
}
.tooltip:not([style*="top:"]) {
  display: none !important;
}
.tooltip.avatar {
  width: auto !important;
  height: auto !important;
  position: fixed !important;
  right: 10px !important;
  left: auto !important;
  bottom: 61px !important;
  top: auto !important;
  font-size: 1em;
}
.tooltip.avatar.in {
  opacity: 1;
}
.tooltip.avatar > .tooltip-inner {
  max-width: 55vw;
  min-width: 20px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  text-align: left;
  background-color: rgba(252,248,227,0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-color: #fbeed5;
  color: #594521;
  padding: 15px;
  box-shadow: 0 0 10px rgba(89,69,33,0.5);
  border-radius: 4px;
}
.tooltip.avatar > .tooltip-arrow {
  border-top-color: #fcf8e3;
  right: 24px;
  left: auto;
  z-index: 1;
}
.navbar-default {
  background-color: rgba(247,247,247,0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.panel .panel-body > *:first-child {
  margin-top: 0;
}
.panel .panel-body > *:last-child,
.panel .panel-body > .row > [class*="col-"] > *:last-child {
  margin-bottom: 0;
}
.datepicker.form-control {
  height: auto;
  width: 100%;
}
.datepicker.form-control > table {
  width: 100%;
}
.datepicker > table .btn.btn-default {
  border-width: 0;
  width: 100%;
}
.datepicker + ul.dropdown-menu table[role="grid"] {
  margin: 1em;
}
.datepicker > table thead .btn {
  margin-bottom: 5px;
  float: none;
  display: block;
  width: 100%;
  min-width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.datepicker > table thead tr th:not(:first-child) .btn {
  border-left-style: hidden;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.datepicker > table thead tr th:not(:last-child) .btn {
  border-right-style: hidden;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.datepicker > table tbody tr:not(:first-child) .btn {
  border-top-style: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.datepicker > table tbody tr:not(:last-child) .btn {
  border-bottom-style: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.datepicker > table tbody tr td:not(:first-child) + td .btn {
  border-left-style: hidden;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.datepicker > table tbody tr td:not(:last-child) .btn {
  border-right-style: hidden;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-control.ng-invalid-time,
.form-control.ng-invalid-date,
.form-control.ng-invalid-pattern,
.form-control.ng-invalid-email,
.form-control.ng-invalid-url {
  color: #b94a48;
  border-color: #ee5f5b;
  background-color: #fce0df;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.well > *:last-child {
  margin-bottom: 0;
}
.well > *:first-child {
  margin-top: 0;
}
summary::-webkit-details-marker {
  display: none;
}
details > summary {
  cursor: pointer;
}
details > summary:before {
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: currentColor;
  border-width: 6px;
  transform: rotate(0deg);
  display: inline-block;
}
details[open] > summary:before {
  transform: rotate(90deg) translateX(30%) translateY(19%);
}
.btn-link.disabled {
  color: inherit;
}
.navbar-brand > .glyphicon-home {
  color: #0c7480;
}
a[ng-click],
.btn[ng-click],
a[toogle-array-item],
.btn[toogle-array-item] {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.btn.btn-new {
  background-color: #0c7480;
  color: #fff;
}
.btn.btn-unread {
  background-color: #fa0;
  color: #fff;
}
.btn.btn-all {
  background-color: #02ac3a;
  color: #fff;
}
[ng-click]:not(.modal):not(.disabled):not([disabled]) {
  cursor: pointer;
}
.card {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.card:last-child {
  margin-bottom: 0;
}
.card .actions .btn-link.inactive {
  color: inherit;
}
.listview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listview .lv-item {
  margin: 0;
  padding: 10px 15px;
  transition: 0.5s border;
}
.listview .lv-item:nth-child(even) {
  background-color: rgba(128,128,128,0.05);
}
.listview .lv-item a.media-body {
  color: inherit;
}
.listview .lv-item.ng-leave {
  display: none;
}
.listview .lv-item.active {
  color: #fff;
  background-color: #7bbfd5;
  border-color: #68b5cf;
}
.listview .lv-item.active .lv-small,
.listview .lv-item.active a {
  color: inherit;
}
.listview .lv-item.thread {
  border-left: 4px solid #02ac3a;
}
.listview .lv-item.thread.unread {
  font-weight: bold;
  border-left: 4px solid #fa0;
}
.listview .lv-item.thread.unread.new {
  font-weight: bold;
  border-left: 4px solid #ac0202;
}
.listview .lv-item .btn.thread-symbol:not(.btn-danger):not(.btn-success):not(.btn-warning):not(.btn-info):not(.btn-primary) {
  background-color: #c2c2c2;
  color: #fff;
}
.listview .lv-item.new-appointment .thread-symbol:after {
  content: '★';
  vertical-align: sub;
  font-size: 50%;
  display: inline-block;
  margin-right: -0.9em;
}
.listview .lv-item .lv-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.listview .lv-item .lv-small {
  font-size: 12px;
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.listview .lv-item .content-preview {
  display: table;
  text-decoration: none;
  hyphens: auto;
  -moz-hyphens: auto;
  word-break: break-all;
}
.listview .lv-item .content-preview .date {
  font-weight: normal;
}
.listview .lv-item .subject {
  word-break: break-all;
  -moz-hyphens: auto;
}
a#btn_new_item,
a.btn_new_item {
  line-height: 43px;
}
#btn_new_item,
.btn_new_item {
  height: 46px;
  position: absolute;
  z-index: 2;
  width: 46px;
  top: -25px;
  right: -25px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 6px rgba(0,0,0,0.1);
  outline: none;
  transition: 0.5s;
}
#btn_new_item:focus,
.btn_new_item:focus {
  outline: none;
}
#btn_new_item:hover,
.btn_new_item:hover,
#btn_new_item:focus,
.btn_new_item:focus {
  box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 12px rgba(0,0,0,0.38);
}
#btn_new_item + .btn_new_item,
.btn_new_item + .btn_new_item {
  z-index: 1;
  opacity: 0;
}
#btn_new_item:hover + .btn_new_item,
.btn_new_item:hover + .btn_new_item,
#btn_new_item + .btn_new_item:hover,
.btn_new_item + .btn_new_item:hover,
#btn_new_item:focus + .btn_new_item,
.btn_new_item:focus + .btn_new_item,
#btn_new_item + .btn_new_item:focus,
.btn_new_item + .btn_new_item:focus {
  opacity: 1;
  top: 27px;
}
ul.list_options {
  margin: 0;
  padding: 0;
  max-height: 220px;
  width: auto;
  overflow: auto;
  list-style: none;
}
ul.list_options li {
  margin: 0px 4px 0px 0;
  padding: 1px 1px;
  overflow: auto;
  background: rgba(255,255,255,0.1);
}
ul.list_options li label {
  font-size: 100%;
  display: block;
  font-weight: normal;
}
ul.list_options li input[type=checkbox],
ul.list_options li input[type=radio] {
  top: 0;
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
}
ul.list_options li input[type=checkbox]:checked + label,
ul.list_options li input[type=radio]:checked + label {
  font-weight: bold;
}
ul.list_options li .additional_fields {
  float: right;
}
ul.list_options li .additional_fields > input[type=text] {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
ul.list_options li .additional_fields > input[type=checkbox] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
ul.list_options li.tree_parent label {
  background: url("../assets/gfx/bullet_tree_expanded.png") no-repeat scroll 22px 3px transparent;
  padding-left: 36px;
}
ul.list_options li.tree_parent.collapsed label {
  background-image: url("../assets/gfx/bullet_tree_collapsed.png");
}
#box_thread {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
}
#box_thread > .header {
  background-color: #f7f7f7;
  padding: 23px 26px;
  position: relative;
  line-height: 100%;
}
#box_thread > .header .subject {
  margin-top: 0;
  line-height: 100%;
  font-size: 15px;
  word-break: break-all;
  max-width: 50%;
}
#box_thread > .header .subject:last-child {
  margin-bottom: 0;
}
#box_thread > .header .subject .btn-edit {
  visibility: hidden;
}
#box_thread > .header .subject:hover .btn-edit {
  visibility: visible;
}
#box_thread > * {
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
}
#box_thread #list_thread_messages {
  overflow-y: scroll;
  flex-grow: 2;
  flex-shrink: 2;
  min-height: 50px;
}
#box_thread #list_thread_messages .message-memo-toggle {
  float: right;
  margin: 0 0 1em 1em;
}
#box_thread #list_thread_messages .message-memo,
#box_thread #list_thread_messages .message-note {
  background: rgba(255,237,189,0.9);
  padding: 5px;
}
#box_thread #list_thread_messages .message-memo > textarea,
#box_thread #list_thread_messages .message-note > textarea {
  display: block;
  border-color: transparent;
  background: rgba(255,255,255,0.5);
  box-shadow: none;
}
#box_thread #list_thread_messages .message-memo > textarea:focus,
#box_thread #list_thread_messages .message-note > textarea:focus {
  border-color: #66afe9;
}
#box_thread #list_thread_messages .message-memo {
  float: right;
  margin: 0 0 1em 1em;
}
#box_thread #list_thread_messages .message-memo > textarea {
  height: 8ex;
  width: 30ex;
}
#box_thread #list_thread_messages .textarea-seamless {
  transition: 0.5s;
  width: 100%;
}
#box_thread #list_thread_messages .textarea-seamless:not(:focus) {
  border: none;
  display: block;
  background: transparent;
  box-shadow: none;
  padding: 0 0 0 1em;
  font: inherit;
  color: inherit;
}
#box_thread #list_thread_messages .lv-item.message-IN {
  border: 5px solid #f5f5f5;
  border-left-width: 30px;
  background-color: #fff;
}
#box_thread #list_thread_messages .lv-item.message-IN .text-muted {
  color: #969292;
}
#box_thread #list_thread_messages .lv-item.message-OUT {
  border: 5px solid #f5f5f5;
  border-right-width: 30px;
  background-color: #f0fff0;
}
#box_thread #list_thread_messages .lv-item.message-OUT .text-muted {
  color: #969292;
}
#box_thread #list_thread_messages .lv-item.message-SYSTEM {
  background-color: #fff0f0;
}
#box_thread #list_thread_messages .lv-item.message-SYSTEM .text-muted {
  color: #969292;
}
#box_thread #list_thread_messages .lv-item.message-NOTE {
  background-color: #fffbf0;
}
#box_thread #list_thread_messages .lv-item.message-NOTE .text-muted {
  color: #969292;
}
#inbox-form-reply > h3 {
  margin-top: 0;
}
#box-patient-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
}
#box-patient-details > * {
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
}
#box-patient-details #box-patient-contact-details {
  overflow-y: auto;
  flex-grow: 2;
  flex-shrink: 2;
  min-height: 50px;
}
#box-patient-details #box-patient-contact-details > h3 {
  margin-top: 0;
}
#box-employee-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
}
#box-employee-details > * {
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
}
#box-employee-details #box-employee-contact-details {
  overflow-y: auto;
  flex-grow: 2;
  flex-shrink: 2;
  min-height: 50px;
}
#box-employee-details #box-employee-contact-details > h3 {
  margin-top: 0;
}
#calendar {
  width: auto;
}
#calendar .fc-toolbar h2 {
  font-size: 1.6em;
}
#calendar .ui-button {
  background: transparent;
  border: none;
}
#calendar .ui-button:disabled {
  opacity: 0.2;
}
#calendar .fc-row {
  border-color: #ccc;
}
#calendar td,
#calendar th {
  border-color: #ccc;
}
#calendar hr {
  padding: 0;
  border-color: #ccc;
}
#calendar .fc-time-grid-container {
  height: calc(100vh - 204px) !important;
}
#calendar .fc-day-grid ~ .fc-time-grid-container {
  height: calc(100vh - 250px) !important;
}
#calendar .fc-day-grid-container {
  height: calc(100vh - 204px) !important;
}
#calendar .fc-day-grid-container .fc-day-grid {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
#calendar .fc-day-grid-container .fc-day-grid .fc-row.fc-week {
  align-self: stretch;
  flex-grow: 1;
  min-height: 1.8em !important;
  height: auto !important;
}
#calendar .fc-event {
  border: none;
  padding: 1px;
  box-shadow: 0 2px 1ex rgba(0,0,0,0.3);
  right: auto !important;
  min-width: 50%;
  max-width: 120%;
  color: #262626;
  background: #c2c2c2;
}
#calendar .fc-event.has-patient {
  color: #fff;
  background: #b4cb57;
}
#calendar .fc-event.has-doctor {
  color: #fff;
  background: #757575;
}
#calendar .fc-event.state-CONFIRMED {
  color: #fff;
  background-color: #b4cb57;
  border-color: #acc544;
}
#calendar .fc-event.state-CANCELED {
  color: #fff;
  background-color: #881f11;
  border-color: #711a0e;
}
#calendar .fc-event.state-OFFERED,
#calendar .fc-event.state-REQUESTED {
  color: #fff;
  background-color: #7bbfd5;
  border-color: #68b5cf;
}
#calendar .fc-event .fc-bg {
  background: transparent;
}
#calendar .fc-event.fc-short .fc-title {
  padding-right: 1px;
}
#calendar .fc-day-grid-event > .fc-content {
  white-space: normal;
  -moz-hyphens: auto;
  hyphens: auto;
}
#calendar .fc-event.fc-bgevent-title-placeholder {
  box-shadow: none;
}
#calendar .fc-event.fc-bgevent-title-placeholder .fc-time {
  display: none;
}
#calendar .fc-bgevent.absence {
  background-color: rgba(239,172,77,0.5);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: stretch;
  flex: 0 1 auto;
}
.row-flex.flex-grow,
.row-flex > div[class*='col-'].flex-grow {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -0.2px;
}
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}
#section_banner .banner_link {
  display: inline-block;
  margin-bottom: 15px;
}
#section_banner .banner_link img {
  max-width: 100%;
}
input.form-control[type="text"][lang],
textarea.form-control[lang] {
  background-repeat: no-repeat;
  background-position: right bottom;
}
input.form-control[type="text"][lang="de"],
textarea.form-control[lang="de"] {
  background-image: url("../assets/gfx/icons/flags/de.png");
}
input.form-control[type="text"][lang="en"],
textarea.form-control[lang="en"] {
  background-image: url("../assets/gfx/icons/flags/gb.png");
}
input.form-control[type="text"][lang="be"],
textarea.form-control[lang="be"] {
  background-image: url("../assets/gfx/icons/flags/be.png");
}
input.form-control[type="text"][lang="nl"],
textarea.form-control[lang="nl"] {
  background-image: url("../assets/gfx/icons/flags/nl.png");
}
input.form-control[type="text"][lang="bg"],
textarea.form-control[lang="bg"] {
  background-image: url("../assets/gfx/icons/flags/bg.png");
}
input.form-control[type="text"][lang="hr"],
textarea.form-control[lang="hr"] {
  background-image: url("../assets/gfx/icons/flags/hr.png");
}
input.form-control[type="text"][lang="cz"],
textarea.form-control[lang="cz"] {
  background-image: url("../assets/gfx/icons/flags/cz.png");
}
input.form-control[type="text"][lang="dk"],
textarea.form-control[lang="dk"] {
  background-image: url("../assets/gfx/icons/flags/dk.png");
}
input.form-control[type="text"][lang="fi"],
textarea.form-control[lang="fi"] {
  background-image: url("../assets/gfx/icons/flags/fi.png");
}
input.form-control[type="text"][lang="fr"],
textarea.form-control[lang="fr"] {
  background-image: url("../assets/gfx/icons/flags/fr.png");
}
input.form-control[type="text"][lang="gr"],
textarea.form-control[lang="gr"] {
  background-image: url("../assets/gfx/icons/flags/gr.png");
}
input.form-control[type="text"][lang="hu"],
textarea.form-control[lang="hu"] {
  background-image: url("../assets/gfx/icons/flags/hu.png");
}
input.form-control[type="text"][lang="it"],
textarea.form-control[lang="it"] {
  background-image: url("../assets/gfx/icons/flags/it.png");
}
input.form-control[type="text"][lang="no"],
textarea.form-control[lang="no"] {
  background-image: url("../assets/gfx/icons/flags/no.png");
}
input.form-control[type="text"][lang="pl"],
textarea.form-control[lang="pl"] {
  background-image: url("../assets/gfx/icons/flags/pl.png");
}
input.form-control[type="text"][lang="pt"],
textarea.form-control[lang="pt"] {
  background-image: url("../assets/gfx/icons/flags/pt.png");
}
input.form-control[type="text"][lang="ro"],
textarea.form-control[lang="ro"] {
  background-image: url("../assets/gfx/icons/flags/ro.png");
}
input.form-control[type="text"][lang="ru"],
textarea.form-control[lang="ru"] {
  background-image: url("../assets/gfx/icons/flags/ru.png");
}
input.form-control[type="text"][lang="es"],
textarea.form-control[lang="es"] {
  background-image: url("../assets/gfx/icons/flags/es.png");
}
input.form-control[type="text"][lang="se"],
textarea.form-control[lang="se"] {
  background-image: url("../assets/gfx/icons/flags/se.png");
}
input.form-control[type="text"][lang="tr"],
textarea.form-control[lang="tr"] {
  background-image: url("../assets/gfx/icons/flags/tr.png");
}
input.form-control[type="text"][lang="zh"],
textarea.form-control[lang="zh"] {
  background-image: url("../assets/gfx/icons/flags/cn.png");
}
input.form-control[type="text"][lang="ja"],
textarea.form-control[lang="ja"] {
  background-image: url("../assets/gfx/icons/flags/jp.png");
}
