body
{
    font-size: 0.9rem;
}
.bgreay
{
    background-color: #acacac; 
}
.navbar-light .navbar-nav .nav-link
{
    color: #8c6704; 
}
.navbar.webl:hover
{
    color:#8c6704;
   border-bottom:1px solid; 
}
.btn-webl
{
    color: #000;
    background-color: #e2d4c6;
    font-size: 0.85rem;
    margin-top: 5px;
}
a.webl.active
{
    color: rgb(192,7,15);
    font-weight:bold;
}

.weblsize
{
    font-size: 0.85rem;
    margin-top:5px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
    color: rgb(192,7,15);
    font-weight:bold;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
    color: rgb(192,7,15);
}
label
{
    margin-bottom: .5rem;
}
.form-group
{
    margin-bottom: 1rem;
}
.footer
{
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    background-color: #e6dbc9;
    padding:10px;
    border-top: 1px solid #8c6704;
}
.webl
{
   color: #8c6704; 
   text-decoration: none;
}
.webl:hover
{
   color: rgb(192,7,15); 
   text-decoration: none; 
}
.webcont
{
    /*min-height: 450px;*/
    background-color: #f2f2f2;
}
.bg-gray
{
    background-color:#cacaca;
}
/*  RENDSZEREKNEK MEGFELELŐEN SZÍNEZETT HÁTTEREK */

.minta_munkaugy
{
    background-color: #e6e6e6;
}
.minta_leltar
{
    background-color: #e6e6e6;
}
.default
{
    background-color: #e4e4e4;
}

.blesz_teszt_l
{
    background-color: #e4e4e4;
}
.blesz_teszt
{
    background-color: #e4e4e4;
}
.form-select
{
    /*background-color: #e2d4c6;*/
}
.form-select:focus {
    border-color: #dbceaa;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(245,240,240,1);
}
.form-control
{
    /*background-color: #e2d4c6;*/
}
.form-control:focus 
{
    border-color: #dbceaa;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(245,240,240,1);
}
.red
{
    color:red;
}
.green
{
    color:green;
}
.yellow
{
    color:yellow;
}
.brown
{
    color:brown;
}
fieldset
{
    padding: 5px;
}

.fa-1-5xa
{
    font-size: 1.5em;
}
.fas-1-5xa
{
    font-size: 1.5em;
}
.far-1-5xa
{
    font-size: 1.5em;
}
/*
* BEOSZTÁSI LISTA
*/
.collision_user_post
{
	background-color: #ddc5ad;
}
.accepted_user_post
{
	background-color: #b4ddad;
}
.circle
{
    width: 25px;
    display: inline-table;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.bgmnunka
{
   background-color: #acacac;
}
.bgleltar
{
   background-color: #b3b9c6; 
}
#spinner
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color:#c7c7c7;
    align-items: center;
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.overlay__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#overlay {
    width: 100%;
    height: 50%;
    display:table;
    display: flex;
    margin: 0 auto;
}
#overlay i {
   position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spin-big {
    font-size: 50px;
    height: 50px;
    width: 50px;
}
.spin-normal {
    font-size: 35px;
    height: 35px;
    width: 35px;
}
.spin-small {
    font-size: 20px;
    height: 20px;
    width: 20px;
}
.szamszoveg
{
 font-size: 1.5rem;   
}
.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-7 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-7 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-8 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-justify
{
    text-align: justify;
}
.dev2
{
    /*background-color: #8dbab3;*/
}
.obuda
{
    background-color:#e4e4e4;
}
.cookie2{
    z-index: 999999;
    top:auto;
    position:fixed;
    left:0;
    bottom:0;
    background:#000;
    padding: 10px;
    opacity:0.85;
    border-top:1px solid;
}
#sticky 
{
    position: sticky;
    top: 0px;
    padding: 0px 0px 5px 0px;
    z-index:999;
    background-color: #f2f2f2;
    width:100%;
    border-bottom: 1px solid #8c6704;
    /*border-top: 1px solid #8c6704;*/
}
.bgmenumunka
{
    background-color: #b3b9c6; 
}
.bgmenuleltar
{
    background-color: #acacac;
}
.dropdown
{
    font-size: 0.75rem;
}