.react-bs-table-container .react-bs-table-search-form {
  margin-bottom: 0
}

.react-bs-table-bordered {
  border: 1px solid #ddd;
  border-radius: 5px
}

.react-bs-table table {
  margin-bottom: 0;
  table-layout: fixed
}

.react-bs-table table td, .react-bs-table table th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.react-bs-table-pagination {
  margin-top: 10px;
}

.react-bs-table-tool-bar {
  margin-bottom: 5px
}

.react-bs-container-header {
  overflow: hidden;
  width: 100%
}

.react-bootstrap-table-page-btns-ul {
  float:right;
}

.react-bs-table-del-btn {
  height: 35.5px;
  margin-top: 5px;
}

.react-bs-container-body {
  overflow: auto;
  width: 100%
}

.react-bs-table .table-bordered {
  border: 0;
  outline: 0!important
}

.react-bs-table .table-bordered>thead>tr>td, .react-bs-table .table-bordered>thead>tr>th {
  border-bottom-width: 2px;
  white-space: normal;
}

.react-bs-table .table-bordered>tbody>tr>td {
  outline: 0!important
}

.react-bs-table .table-bordered>tbody>tr>td.default-focus-cell {
  outline: #6495ed solid 3px!important;
  outline-offset: -1px
}

.react-bs-table .table-bordered>tfoot>tr>td, .react-bs-table .table-bordered>tfoot>tr>th {
  border-top-width: 2px;
  border-bottom-width: 0
}

.react-bs-table .table-bordered>tbody>tr>td:first-child, .react-bs-table .table-bordered>tbody>tr>th:first-child, .react-bs-table .table-bordered>tfoot>tr>td:first-child, .react-bs-table .table-bordered>tfoot>tr>th:first-child, .react-bs-table .table-bordered>thead>tr>td:first-child, .react-bs-table .table-bordered>thead>tr>th:first-child {
  border-left-width: 0
}

.react-bs-table .table-bordered>tbody>tr>td:last-child, .react-bs-table .table-bordered>tbody>tr>th:last-child, .react-bs-table .table-bordered>tfoot>tr>td:last-child, .react-bs-table .table-bordered>tfoot>tr>th:last-child, .react-bs-table .table-bordered>thead>tr>td:last-child, .react-bs-table .table-bordered>thead>tr>th:last-child {
  border-right-width: 0
}

.react-bs-table .table-bordered>thead>tr:first-child>td, .react-bs-table .table-bordered>thead>tr:first-child>th {
  border-top-width: 0
}

.react-bs-table .table-bordered>tfoot>tr:last-child>td, .react-bs-table .table-bordered>tfoot>tr:last-child>th {
  border-bottom-width: 0
}

.react-bs-table .react-bs-container-header>table>thead>tr>th {
  vertical-align: middle
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .filter {
  font-weight: 400
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .filter::-webkit-input-placeholder, .react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input::-webkit-input-placeholder, .react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter option[value=''], .react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected {
  color: #d3d3d3;
  font-style: italic
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']) {
  color: initial;
  font-style: initial
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter, .react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter {
  display: flex
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-input, .react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input {
  margin-left: 5px;
  float: left;
  width: calc(100% - 67px - 5px)
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-comparator, .react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-comparator {
  width: 67px;
  float: left
}

.react-bs-table-sizePerPage-dropdown>ul>li {
  padding:0;
}

.react-bs-table-sizePerPage-dropdown>ul>li>a {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  display: block;
  clear: both;
  text-decoration: none;
  color: black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.react-bs-table-sizePerPage-dropdown>ul>li>a:hover {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #20a8d8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.react-bs-table-sizePerPage-dropdown>button>span>span {
  border-right: 0;
  border-left: 0;
}

.react-bs-table .react-bs-container-header .sort-column {
  cursor: pointer
}

.react-bs-container .textarea-save-btn {
  position: absolute;
  z-index: 100;
  right: 0;
  top: -21px
}

.react-bs-table-no-data {
  text-align: center;
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.react-bs-table-no-data:after {
    content: "Nincs megjelenítendő adat ! 😞";
    text-align: center;
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
}

.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, .5);
  z-index: 101
}

.ReactModal__Overlay--after-open {
  opacity: 1;
  transition: opacity 150ms ease-out
}

.ReactModal__Content {
  -webkit-transform: scale(.5) rotateX(-30deg);
  transform: scale(.5) rotateX(-30deg)
}

.ReactModal__Content--after-open {
  -webkit-transform: scale(1) rotateX(0);
  transform: scale(1) rotateX(0);
  transition: all 150ms ease-in
}

.ReactModal__Overlay--before-close {
  opacity: 0
}

.ReactModal__Content--before-close {
  -webkit-transform: scale(.5) rotateX(30deg);
  transform: scale(.5) rotateX(30deg);
  transition: all 150ms ease-in
}

.ReactModal__Content.modal-dialog {
  border: none;
  background-color: transparent
}

.animated {
  animation-fill-mode: both
}

.animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s
}

.animated.shake {
  animation-duration: .3s
}

td.react-bs-table-expand-cell {
  cursor: pointer
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0)
  }
  10%, 50%, 90% {
    transform: translate3d(-10px, 0, 0)
  }
  30%, 70% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

.toast-title {
  font-weight: 700
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.toast-message a, .toast-message label {
  color: #fff
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}


.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

.toast-top-center, .toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 12px;
  left: 12px
}

.toast-top-right {
  top: 12px;
  right: 12px
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px
}

#toast-container {
  position: fixed;
  z-index: 999999
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#toast-container>div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

#toast-container>:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
  width: 300px;
  margin: auto
}

#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div {
  width: 96%;
  margin: auto
}

.toast {
  background-color: #030303
}

.toast-success {
  background-color: #51a351
}

.toast-error {
  background-color: #bd362f
}

.toast-info {
  background-color: #2f96b4
}

.toast-warning {
  background-color: #f89406
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media all and (min-width:481px) and (max-width:768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em
  }
}
