/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 99%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  line-height: 50px; /* Vertically center the text there */
  border-top: 1px solid #e7e7e7;
}
.navbar{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.04),0 2px 10px 0 rgba(0,0,0,.06);
}
.hidden{
    display: none !important;
}
.icon{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:20px;
}
/*--cookielawbanner fix--*/
#CookielawBanner .alert{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-bottom: 0 !important;
}
/*--spinner--*/
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*-- bootstrap 4 --*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
   .v-sm{
    display: none;
   }
   .listing .title input{
        width: calc(100% - 250px);
   }
}
@media (max-width: 767px) {
   .h-sm{
    display: none !important;
   }
   .listing .title input{
        width: calc(100% - 150px);
   }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
   .v-lg{
    display: none;
   }
}
@media (max-width: 991px) {
   .h-lg{
    display: none !important;
   }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*-- mdb ninja ;) --*/
.tabs-ninja{

    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #eee;
}
.tabs-ninja .nav-link{
    border-bottom: 2px solid transparent;
    display: block;
    color: #4285f4;
    transition: all 0.1s;
}
.tabs-ninja .nav-link.active{
    border-bottom: 2px solid #4285f4;
}
.btn{
    padding-left: 25px;
    padding-right: 25px;
    text-transform: none;
    box-shadow: none;
}
.listing .btn{
    margin-top:14px;
    padding-left: 15px;
    padding-right: 15px;
}
.listing .dropdown-menu{
    min-width: 0;
    border-radius: 3px;
}
.listing .dropdown-item{
    padding-left: 15px;
    padding-right: 15px;
}

.btn:hover{
    box-shadow: 0 4px 11px 0 rgba(0,0,0,.10),0 2px 15px 0 rgba(0,0,0,.05);
}
.btn-primary{
    background: #0277bd !important;
}
.btn i{
    font-size: 17px;
}
.btn-outline-default, .btn-outline-default:hover{
    color: #555 !important;
    border: 1px solid #aaa !important;
    margin-right: 0;
}
.navbar .dropdown-menu.dropdown-menu-right{
    margin-top: 8px;
    border-top: 1px solid #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 5px 5px #ccc;
}

@media (max-width: 576px) {
    .navbar-expand-sm.navbar .dropdown-menu{
        position: static !important;
        box-shadow: none;
        border: none;
    }
    .navbar-expand-sm.navbar .dropdown-menu.show{
        height: auto;
    }
    .navbar-expand-sm.navbar .dropdown-menu{
        height:0;
        transition: height 0.7s;
    }
}
.navbar .nav-item a{
    padding: 18px 20px 16px !important;
}
@media (min-width: 577px){
    .navbar .nav-item a{
        margin-top: -10px;
        margin-bottom: -8px;
    }
}
/*--- My styles --*/

main.container{
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 800px;
}

.big-space{
    clear:both;
    display:block;
    height: 50px;
}

.user-avatar{
    vertical-align: middle;
    margin: -13px 0 -11px 0;
    height: 40px;
    border-radius: 4px;
}
.fb-login-placeholder{
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    background: #4267b2;
    border: #3b5998;
    color: white;
    padding: 10px;
    border-radius: 3px;
}
.fb-login-placeholder:hover{
    color: white;
}

.fb_iframe_widget ~ .fb-login-placeholder{
    display: none;
}

/*-- bootstrap corrections --*/
.listing .btn{
    height: 40px;
    padding-top: 11px;
    vertical-align: top;
    margin-top: 15px;
}
.listing .btn.pull-right{
    margin-top: 10px;
}

/*-- vue cloaking --*/
[v-cloak] > * { display:none }
[v-cloak]::before { content: "Betöltés…" }

/*-- drop zone --*/
.drop-zone.dashed {
    margin: 20px 0;
    border: dashed 1px #46b99e;
    padding: 20px;
}
.drop-zone.dashed.hover{
    border: solid 1px #46b99e;
}
.drop-zone.hover{
    background: #95d0be;
}
/*--- People lists --*/
.listing{
    list-style: none;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}
.listing > li{
    padding: 10px 0;
}
/*.listing > li+li{
    border-top: 1px solid #eee;
}*/
.listing .title{
    font-weight: normal;
    font-size: 20px;
    margin:0;
    margin-top: 17px;
    margin-bottom: 10px;
}
.listing .title input{
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    padding: 5px;
    margin-left: -5px;
    -webkit-appearance: none;
}
.listing .title input:hover{
    transition: all 0.5s 0.5s;
    border-bottom: 1px solid #ddd;
}
.listing .title input:focus{
    transition: all 0.5s 0.01s;
    border-bottom: 1px solid #aaa;
}

ul.people-preview{
    display: block;
    padding: 0;
    max-width: 700px;
}

ul.people-preview li{
    display: inline-block;
    padding: 0 5px 0 0;
    margin: 5px 0 0;
}
ul.people-preview li img{
    height: 80px;
    width: 80px;
    cursor: pointer;
}

.people-list{
    max-height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* momentum scrolling for iphone */
}
.people-list li{
    padding: 3px 0;
}
.people-list > li.added{
    background: #d4f1ee;
}
.people-list .person-preview{
    height: 50px;
    width: 50px;
    margin: 0px 10px;
}
.listing a{
    cursor: pointer;
}
@media (min-width: 500px){
    ul.people-preview li img{
        height: 100px;
        width: 100px;
    }
}
.popover-body{
    font-size: 16px;
}
.btn{
    font-size: 15px;
}
.modal-dialog .link{
    display:block;
    width: 100%;
    margin: 5px 0px;
    padding: 5px;
    border: 1px solid #ccc;
}