/*input::-webkit-input-placeholder {
  color: #2859ad;
}
input:-moz-placeholder {
  color: #2859ad;
}
input::-moz-placeholder {
  color: #2859ad;
}
input:-ms-input-placeholder {
  color: #2859ad;
}
.placeholder-icon {
  color: #2859ad;
}*/
body.test ion-content {
  background-color: #ffffff;
  background: repeating-linear-gradient( -45deg, #ffe1e1, #ffe1e1 2px, #fff 2px, #fff 10px );
}

ion-content, ion-content .list.menu {
  overflow: auto !important;
}

.platform-ios .manual-ios-statusbar-padding{
  padding-top:20px;
}
.manual-remove-top-padding{
  padding-top:0px; 
}
.manual-remove-top-padding .scroll{
  padding-top:0px !important;
}
ion-list.manual-list-fullwidth div.list, .list.card.manual-card-fullwidth {
  margin-left:-10px;
  margin-right:-10px;
}
ion-list.manual-list-fullwidth div.list > .item, .list.card.manual-card-fullwidth > .item {
  border-radius:0px;
  border-left:0px;
  border-right: 0px;
}

.popup-open .toggle {
  pointer-events: none;
}


.ploader {
  background: #387EF5 !important;
  border-radius: 100px;
}
.ploader p {
  text-align: center;
  color: white !important;
}


body {
  font-size: 16px;
}

body, ion-view {

}

.header {
  margin-bottom: 20px;
}
.header .logo-wrap {
  width: 100%;
  text-align: center;
  margin: 35px 0;
}
.header .logo-wrap span {
    display: block;
}
.header .logo-wrap img {
  width: 100%;
  max-width: 280px;
}
.header .username-wrap {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-transform: uppercase;
  color: #666;
}
.header .username-wrap .user_name .username span {
  color: red;
  white-space: nowrap;
  font-size: 1.2em;
}
.header .username-wrap  p {
  margin: 0;
}
.header .username-wrap  p.text {
  font-size: 0.7em;
  margin-bottom: 4px;
}

.bar-header {
  box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.07);
}
.bar-header.is-guest {
  background-color: #fde78f;
}
.bar-header .menu-button.ion-navicon::before {
  margin-bottom: 0;
  line-height: 100%;
  margin-top: -6px;
}
.bar-header .menu-button.ion-close-round::before {
  margin-bottom: 0;
  line-height: 100%;
  margin-top: -1px;
  color: red;
  font-size: 22px;
}
.bar-header .menu-button span {
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  line-height: 100%;
  margin-top: -10px;
}
.bar-header .logout::before {
  color: #ED1C24;
}
.bar-header button.logout {
    /* float: right; */
    position: absolute;
    right: 0;
}
.bar-header .logout-interval-display {
    position: absolute;
    right: 50px;
    color: #ED1C24;
    top: 11px;
}
.item.active.item-complex > .item-content, .item.activated.item-complex > .item-content, .item-complex.active .item-content.item-complex > .item-content, .item-complex.activated .item-content.item-complex > .item-content, .item .item-content.active.item-complex > .item-content, .item .item-content.activated.item-complex > .item-content {
    border-color: #387ef5;
    background-color: #387ef5;
    color: #fff;
}
.item.active, .item.activated:not(.item-radio), .item-complex.active .item-content, .item-complex.activated .item-content, .item .item-content.active, .item .item-content.activated {
    border-color: #387ef5 !important;
    background-color: #387ef5;
    color: #fff !important;
}
.item.active.item-button-left button {
  color: #fff;
}
.item.active .badge.badge-assertive {
  color: #ef473a;
  background-color: #fff;
}
.bar.bar-stable {
    border-color: #2859ad;
    color: #fff;
    background: #2859ad;
}
.bar.bar-stable .title {
    color: #fff;
}
.bejelentkezett-donorok .list .item.item-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list .item.item-divider {
  color: #fff;
  background: #2859ad;
}
.list .item.item-divider-secondary {
  color: rgb(83, 83, 83);
  background: #d6d6d6;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list.menu .item.item-button-left {
    padding-left: 60px;
}
.button:not(.button-small):not(.logout):not(.login):not(.menu-button):not(.buttonIcon):not(.medkit):not(.modal-header-button) {
  min-height: 65px;
  font-size: 125%;
}
.button-stable:not(.button-clear) {
  border-color: #dddddd !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.item.invalid, .item.item-radio.ng-invalid.ng-touched, .item.item-toggle.invalid {
  border-left: 10px solid red;
  animation: invalid-border-blink 0.8s infinite;
}
@keyframes invalid-border-blink {
  0% { border-left-color: #ff0000 }
  50% { border-left-color: #ff9090 }
  100% { border-left-color: #ff0000 }
}
.item.item-input.type-hidden {
  display: none;
}
.toggle + .toggle {
    right: 125px;
}
.toggle .track {
  vertical-align: middle;
}
.toggle .track + span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.item h2 {
  font-weight: bold;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 60px; 
}


.row.buttons + .row.buttons {
    margin-top: -25px;
}


.validationMessage {
  display: none;
}
.form-error {
  padding: 10px 0;
  color: red;
}
p.errorText {
    color: red;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    padding-top: 10px;
    margin: 0;
}


.item.profileSelector select {
    margin: -26px -16px;
    height: 50px;
    width: 100%;
    border: 0;
    padding: 0 13px;
    font-size: 100%;
    background: #fff;
}



.centeredContent {
  max-width: 650px;
  margin: 0 auto;
}






.profile-callcenter.kezdolap .row h1 {
  width: 100%;
  text-align: center;
  color: #454545;
  text-transform: uppercase;
  font-size: 160%;
  margin: 10px 0;
}


.idopontok .day {
    max-width: 14.426%;
    float: left;
    width: 100%;
    margin: -1px;
}
.idopontok .day .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #9f9e9e;
}
.idopontok .row.responsive-md .col {
  margin: 0;
}
.idopontok .new-donor {
  margin-bottom: 20px;
}
.idopontok .day .item.disabled {
    background: #ffc6c6 !important;
}
.idopontok .day .item.free {
    background: #91ff93
}
.idopontok .day .item.missed {
  background: #ffb9b9 !important;
}
.idopontok .day .item.missed .sum_actual, .idopontok .day .item.has_reservation .sum_actual {
  color: #444;
}
.idopontok .day .item.removable:not(.has_reservation) {
  background: #bf0f45 !important;
  color: #fff;
}
.idopontok .day .item.has_reservation {
  background: #ffe100 !important;
}
.idopontok .day .item.removable:not(.has_reservation) .sum_actual {
  color: #fff;
}
.idopontok .day .item.free_inactive {
    background: #d0e5d1;
}
.idopontok .day .item.inactive {
  background: #dbdbdb !important;
  color: #afafaf !important;
}
.idopontok .day .item .sum_actual {
  color: #afafaf;
  font-style: italic;
}
.idopontok .day .item.under-changing {
  background: #b3cafc !important;
}

@media all and (max-width:900px){
  .idopontok .day {
      max-width: 33.56%;
  }
  .idopontok .day:nth-last-of-type(1) {
      max-width: 100%;
  }
}
@media all and (max-width:480px){
  .idopontok .day {
    max-width: 100%;
    margin: 0;
  }
}





.donor-regisztracio .row.heading h3 {
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 100%;
    display: inline-block;
}
.donor-regisztracio .row.heading small {
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 100%;
    display: inline-block;
    padding-top: 7px;
    margin-left: 10px;
}
.donor-regisztracio .col.left {
    padding-top: 15px;
}
.donor-regisztracio .col.right {
    padding-left: 20px;
}
.donor-regisztracio .col.right .actual_time {
    color: #2859ad;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 160%;
    text-align: center;
    padding-top: 25px;
}




.adatkezelesi-tajekoztato .next-button-wrap {
  display: block;
  margin-top: 20px;
}
.item.item-toggle.yesno {
    padding-right: 235px;
}
.item.item-toggle {
    white-space: normal;
}
.item-toggle .toggle {
    top: 50%;
    margin-top: -21px;
}





.bejelentkezes form {
  max-width: 500px;
  margin: 0 auto;
}





.card.piercing-tattoo .item.item-text-wrap {
    padding: 0;
}
label.type-file {
    padding-right: 15px;
}
.item-input input[type="file"] {
    width: 100%;
    clear: both;
    display: block;
    line-height: 100%;
    margin-top: 10px;
}
span.img-wrap {
    display: inline-block;
}
span.img-wrap img {
    width: 100%;
}



span.required {
    color: red;
}

.row.mx-negative {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}

.popup-container.buttons-column .popup-buttons {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}

.popup-container.buttons-column .popup-buttons button:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}

.popup-container.popup-size-2x .popup {
    width: 300px;
}

.popup-container.popup-size-3x .popup {
    width: 400px;
}

.popup-container.popup-size-4x .popup {
    width: 450px;
}
.popup-container .popup .button.button-default {
  border-color: #cacaca;
}
.popup-container:not(.ion-datetime-picker-popup) .popup-body select {
  border: 1px solid #cacaca;
  padding: 0 10px;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  background: #fff;
}
.popup-container:not(.ion-datetime-picker-popup) .popup-body input {
  border: 1px solid #cacaca;
  padding: 0 10px;
}
.popup-container:not(.ion-datetime-picker-popup) .popup-body textarea {
  border: 1px solid #cacaca;
  padding: 10px;
  min-height: 150px;
}
.popup-container .popup-title:not(:empty) {
  padding: 20px;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 130%;
}
.popup-container .popup-head {
  padding: 0;
}
.popup-container:not(.ion-datetime-picker-popup) .popup-body {
    text-align: center;
    font-weight: bold;
    padding: 12px;
    font-size: 120%;
}
.popup-container .popup-body .error {
    color: red;
    font-weight: normal;
    padding-top: 10px;
    font-size: 80%;
    margin-bottom: -15px;
}



.loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url('../../package-assets/android-splashscreen-960x720.png') no-repeat center center / contain;
  display: block;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 0;
}
.loadingScreen.active {
  opacity: 1;
  z-index: 9999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}



.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 0;
    opacity: 0;
  transition: opacity 0.3s;
}
.loader.active {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s;
}
.loader .text {
    position: absolute;
    left: 0;
    top: calc(50% - -2rem);
    color: #fff;
    font-size: 150%;
    width: 100%;
    text-align: center;
    font-family: 'exo_2.0light_italic';
}
.blob {
    width: 2rem;
    height: 2rem;
    background: #E5E5E5;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.15);
}

.blob-2 {
    animation: animate-to-2 1.5s infinite;
}

.blob-3 {
    animation: animate-to-3 1.5s infinite;
}

.blob-1 {
    animation: animate-to-1 1.5s infinite;
}

.blob-4 {
    animation: animate-to-4 1.5s infinite;
}

.blob-0 {
    animation: animate-to-0 1.5s infinite;
}

.blob-5 {
    animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {
    25%,
    75% { transform: translateX(-1rem) scale(0.75); }
    95% { transform: translateX(0rem) scale(1); }
}
@keyframes animate-to-3 {
    25%,
    75% { transform: translateX(1.5rem) scale(0.75); }
    95% { transform: translateX(0rem) scale(1); }
}
@keyframes animate-to-1 {
    25% { transform: translateX(-1.5rem) scale(0.75); }
    50%,
    75% { transform: translateX(-4.5rem) scale(0.6) }
    95% { transform: translateX(0rem) scale(1); }
}
@keyframes animate-to-4 {
    25% { transform: translateX(1.5rem) scale(0.75); }
    50%,
    75% { transform: translateX(4.5rem) scale(0.6) }
    95% { transform: translateX(0rem) scale(1); }
}
@keyframes animate-to-0 {
    25% { transform: translateX(-1.5rem) scale(0.75); }
    50% { transform: translateX(-4.5rem) scale(0.6) }
    75% { transform: translateX(-7.5rem) scale(0.5) }
    95% { transform: translateX(0rem) scale(1); }
}
@keyframes animate-to-5 {
    25% { transform: translateX(1.5rem) scale(0.75); }
    50% { transform: translateX(4.5rem) scale(0.6) }
    75% { transform: translateX(7.5rem) scale(0.5) }
    95% { transform: translateX(0rem) scale(1); }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media all and (max-width:767px){
  .row.responsive-md .text-left {
    text-align: center;
  }
  .row.responsive-md .text-right {
    text-align: center;
  }
}
.text-danger {
  color: red;
}


.successBox {
  display: block;
  background: #77ca73;
  color: #fff;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px;
  font-weight: normal;
  font-family: 'exo_2.0light_italic';
  letter-spacing: 1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.successBox.active {
  bottom: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*form[name="doctor_bans_recheck_f"] input[type="number"] {
  height: 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 0 10px;
  width: 80px;
  margin: -10px 0;
  display: inline-block;
  vertical-align: middle;
}*/
form[name="doctor_bans_recheck_f"] strong {
  display: block;
  margin: 0;
  float: left;
  padding-right: 5px;
}
form[name="doctor_bans_recheck_f"] .item-input {
    display: block;
    padding: 0;
    margin-top: -9px;
    margin-bottom: -6px;
}
form[name="doctor_bans_recheck_f"] .item-input .interval {
    float: right;
    position: relative;
    margin-top: 8px;
}
/*form[name="doctor_bans_recheck_f"] .item-input .input-wrap {
    margin-top: 6px;
    right: 5px;
    position: relative;
}
form[name="doctor_bans_recheck_f"] input[type="number"] + i {
    display: inline-block;
    vertical-align: middle;
    font-size: 37px;
    margin: -10px -6px -10px 7px;
}
form[name="doctor_bans_recheck_f"] textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 3px 12px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    margin-top: 15px;
    padding: 10px;
}*/
form[name="doctor_bans_recheck_f"] textarea {
    width: 100%;
}


.selected-banrules span {
    background: #4e77bb;
    margin: 3px;
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
    font-size: 90%;
    border-radius: 5px;
}


.color_status {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.color_status.free { /* Felszerelésre vár */
  background: #939598; 
}
.color_status.prepeared { /* ellenőrzésre vár */
  background: #e5be51; 
}
.color_status.checked { /* donorra vár */
  background: #179500; 
}
.color_status.pierced { /* Lezárásra vár, folyamatban */
  background: #4e77bb; 
}
.color_status.unknown { /* Ismeretlen */
  background: #e04242; 
}

.donorroom_map .free { /* Felszerelésre vár */
  fill: #939598; 
}
.donorroom_map .prepeared { /* ellenőrzésre vár */
  fill: #e5be51; 
}
.donorroom_map .checked { /* donorra vár */
  fill: #179500; 
}
.donorroom_map .pierced { /* Lezárásra vár, folyamatban */
  fill: #4e77bb; 
}
.donorroom_map .unknown { /* Ismeretlen */
  fill: #e04242; 
}

.list .item .color_status {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}


.donorroom.terkep .centeredContent {
  text-align: center;
}
.donorroom.terkep .donorroom_map {
    display: inline-block;
}
.donorroom.terkep .donorroom_map svg {
  height: 555px;
}

.jelmagyarazat {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  text-align: left;
}
.jelmagyarazat ul li {
    float: left;
    width: 50%;
    padding: 5px 0;
}


#layout_specified_by_doctor .item-divider {
    padding: 20px;
    text-transform: uppercase;
}
#layout_specified_by_doctor .item.item-divider.assertive {
    color: #fff;
    background: #2859ad;
    border: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    padding: 20px;
}



.privacy-statement-accept {
    margin-top: 35px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.signature-iframe {
  height: 220px;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.privacy-statement-accept label .item-content {
    white-space: normal;
}



.multiselect-selected-value-list .list > * {
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    white-space: normal;
    align-items: center;
}
.multiselect-selected-value-list .list > .activated {
    background: #fff !important;
}
.multiselect-selected-value-list .list span:not(.item-note) {
    display: inline-block;
    background: #4e77bb;
    color: #fff;
    margin: 2px 5px;
    padding: 3px 10px;
    border-radius: 5px;
}
.multiselect-selected-value-list .list .item-note {
    font-size: 30px;
    margin: -7px 0;
    display: inline-block;
}

.item.row.piercing-tattoo-buttons .button i {
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
    margin-right: 5px;
}


.alert {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
}
.alert.alert-danger {
    color: #a94442;
    background: #F2DEDE;
}
.alert.alert-warning {
    color: #000;
    background: #fde78f;
}
.alert.alert-info {
    background: #e7eff9;
}


.list.active_carriages .item.opened .title {
  font-weight: bold;
}
.list.active_carriages .item.activated {
  background: #fff !important;
  color: #444 !important;
  border-color: #ddd !important;
}


.doctor-comment-buttons-wrap {
  position: absolute;
  right: 100px;
  top: 4px;
  transform: scale(1.1);
}
.doctor-comment-buttons-wrap button {
  padding: 0 2px;
}
.doctor-comment-modal textarea {
    width: 100%;
    min-height: 200px;
}
ion-footer-bar.bar.bar-stable {
    background: #f8f8f8 !important;
    width: 100%;
    text-align: right;
    display: block;
    border-top: 1px solid #b2b2b2;
}


.pkr-statistic {
    padding-top: 20px;
}
.pkr-statistic label {
    padding-bottom: 20px;
    font-weight: bold;
    display: block;
    width: 100%;
    float: left;
    font-size: 140%;
    color: #444;
}
.pkr-statistic canvas {
    clear: both;
    float: left;
}



form label input + .info {
    margin-bottom: 10px !important;
    font-style: italic;
}


.topic.button-bar {
    margin-bottom: 30px;
}
.topic.button-bar .button {
    font-size: 100% !important;
}
.topic.button-bar .button i {
    display: block;
    font-size: 30px;
}
.callback_date-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.callback_date-wrap .button {
    vertical-align: middle;
    margin: 0 10px;
}


.item.item-multiselect {
    justify-content: space-between;
    padding-right: 16px;
}

.list .item.item-divider .button {
    max-height: 100%;
    min-height: auto;
    height: auto;
    line-height: 100%;
    font-size: 100%;
    padding: 0;
}

.callback-datepicker-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.callback-datepicker-wrap h2 {
    text-align: center;
    color: #424242;
    margin: 0 0 15px 0;
    font-size: 160%;
}
.callback-datepicker-wrap input {
    margin: 0 auto;
    font-size: 150%;
    text-align: center;
    /* margin-bottom: 20px; */
    background: #fff;
    border: 0;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    min-width: 370px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.callback-datepicker-wrap input + i {
    vertical-align: middle;
    font-size: 180%;
}

/*
.datetimepicker {
    width: 100%;
    font-size: 125%;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.datetimepicker table {
    width: 100%;
}
.datetimepicker .table th {
    text-transform: uppercase;
    font-weight: bold;
}
.datetimepicker .table td, .datetimepicker .table th, .datetimepicker .hour, .datetimepicker .minute {
    padding: 8px;
    line-height: unset;
    height: auto;
}
.datetimepicker .active:hover, .datetimepicker .active:hover:hover, .datetimepicker .active.disabled:hover, .datetimepicker .active.disabled:hover:hover, .datetimepicker .active:active, .datetimepicker .active:hover:active, .datetimepicker .active.disabled:active, .datetimepicker .active.disabled:hover:active, .datetimepicker .active.active, .datetimepicker .active:hover.active, .datetimepicker .active.disabled.active, .datetimepicker .active.disabled:hover.active, .datetimepicker .active.disabled, .datetimepicker .active:hover.disabled, .datetimepicker .active.disabled.disabled, .datetimepicker .active.disabled:hover.disabled, .datetimepicker td.active[disabled], .datetimepicker td.active:hover[disabled], .datetimepicker td.active.disabled[disabled], .datetimepicker td.active.disabled:hover[disabled], .datetimepicker span.active[disabled], .datetimepicker span.active:hover[disabled], .datetimepicker span.active.disabled[disabled], .datetimepicker span.active.disabled:hover[disabled] {
    background-color: #387ef5;
}
.datetimepicker .active, .datetimepicker .active:hover, .datetimepicker .active.disabled, .datetimepicker .active.disabled:hover {
    background-image: none;
}
*/

.item-error-bg .radio-content .item-content {
    background: #ffc1c1;
}

.d-inline {
    display: inline-block !important;
}
.bordered-input {
    border: 1px solid #ddd !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0px;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
   padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.font-italic {
    font-style: italic;
}
.font-bold {
    font-weight: bold;
}
.req {
    color: red;
}
.white-space-nowrap {
    white-space: nowrap;
}
.text-right {
    text-align: right;
}

.news h3.title {
    color: #4e77bb;
    font-weight: bold;
    margin: 7px 0;
}
.news .information {
    margin-bottom: 20px;
}
.news .information ul {
    margin: 0 -2px;
}
.news .information ul li {
    display: inline-block;
    color: #b1b1b1;
    padding: 2px 4px;
}
.news .information ul li span:not(:nth-last-of-type(1))::after {
    content: ", ";
}
.news .back-button-wrap {
}
.news .back-button-wrap.top {
    border-bottom: 2px solid #4e77bb;
    margin-bottom: 10px;
}
.news .back-button-wrap.bottom {
    text-align: right;
}
.news .back-button-wrap .button {
    min-height: 40px !important;
}

.worker-statistic input[type="date"] {
  line-height: 3;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin-top: 30px;
  font-size: 2em;
}
.pagination > * {
  margin: 15px;
}

.font-weight-bold {
  font-weight: bold;
}

.drp-buttons {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.drp-buttons .drp-selected {
  font-size: 0.8em;
}
.drp-calendar td.disabled {
  opacity: 0.3;
}
.drp-calendar thead {
  font-weight: bold;
}
.drp-buttons button {
  min-height: 45px !important;
}
.daterange-picker[disabled], .daterange-picker[readonly]:not(.cloned-text-input) {
  background-color: #fff;
  cursor: auto;
}

.bejelentkezett-donorok .stat-row {
  font-size: 1.2em;
}

.bejelentkezett-donorok .header .logo-wrap {
  margin: 20px 0;
}
.bejelentkezett-donorok .header .logo-wrap img {
  max-width: 175px;
}
.daterangepicker .drp-calendar {
  padding: 0 !important;
  margin: 0 !important;
}
.daterangepicker .drp-calendar {
  max-width: 276px;
}
.daterangepicker .drp-buttons .button {
  font-size: 80% !important;
}

.item.mindosszesen {
  background: #ffffca;
  text-align: center;
  padding: 25px;
  font-size: 1.5em;
  margin: 25px 0;
}

.item.red-item-bg, .item.red-item-bg select, .item.red-item-bg input {
  background: rgb(255, 190, 190);
}

.text-success {
  color: green;
}

ion-modal-view ion-list.field-examination_code .checkbox input:not(:disabled):checked::before, 
ion-modal-view ion-list.field-examination_code .checkbox input:not(:disabled):checked + .checkbox-icon::before {
	background: #3bbb30 !important;
	border-color: #3bbb30 !important;
}

ion-modal-view ion-list.field-examination_code .checkbox input:disabled:checked::before, 
ion-modal-view ion-list.field-examination_code .checkbox input:disabled:checked + .checkbox-icon::before {
	background: #b3dbab !important;
	border-color: #b3dbab !important;
}

.d-flex {
  display: flex;
}
.w-100 {
  width: 100%;
}

.popup-container.full-buttons .popup-buttons {
  flex-wrap: wrap;
}

.popup-container.full-buttons .popup-buttons button {
  flex: unset;
  width: 100%;
  margin: 5px 0;
}

.test-version-alert {
  text-align: center;
  font-weight: bold;
  color: red;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  background: rgb(255, 207, 207);
  max-width: 282px;
  margin: -20px auto 30px;
  border: 1px solid #f09797;
  border-radius: 5px;
}

.header .username + .test-version-alert {
  margin-top: 10px !important;
}

.item-radio.selected .radio-content .item-content {
  background: #387ef5 !important;
  color: #fff;
}
.item-radio.selected .radio-content .radio-icon {
  color: #fff !important;
}