html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.keret{
    padding: 20px;
    background-color: #ebe9e8
}

.szekcio-header {
/*
    border: solid 1px gray;
    background-color: lightgray;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
*/
    padding: 15px 15px 15px 30px;
    margin: 20px 0 0 0;
    margin-bottom: 0 !important;
    font-size: larger;
    background:  #e4200e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    color: white
}

.rm-0 {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.lm-0 {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.user-form h5{
    margin-bottom: 5px;
    margin-top: 15px;

}


/*-------------------META site styles------------------*/


main {
    margin : 0;
    width: 100%;
    max-width: 100%;
}

.container {
    margin: 0 !important;
    max-width: unset !important;
    width: 100%;
}

.content-sidebar-wrap
{
    margin: 0 !important;
    padding-top: 30px;
    max-width: 100% !important;
}

.navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1rem 0 -.625rem;
    min-height: 3.5rem;
    text-align: center;
    background: #e4200e;
}


.navbar__logo {
    height: 40px;
    margin: .375rem .625rem .625rem;
    max-width: 202px;
    width: 100%
}

.content {
    padding: 1rem 0
}

.site-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 100vh
}

.site-header {
    background: #e4200e;
    z-index: 990;
    position: fixed;
    width: 100%;
}

.site-inner {
    overflow: hidden;
    padding-top: 3.5rem;
    width: 100%
}

.site-footer {
    margin-top: auto;
    width: 100%
}
/*
#landingList .card-body {
    
}*/
#landingList .card-body:hover {
    background-color: #e4e4e4 !important;
}
#landingList .card-body a {
    text-decoration: none;
}

p.header a{
    margin-right: 30px;
}

tr.row-ready {
    background-color: #a2ffb5 !important;
}

#loginPartial{
    margin-right: 20px;
}


footer {
    background-color: white;
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    z-index: 10;
}