@media (max-width: 576px) {
    #loginImageBlock {
        display: none;
    }
}

/*
#login_body {
    color: gray;
    background-color: #333333;
}
*/
/*
.colorBGFlexysGreen {
    background-color: #1c7e7f;
}*/
/*
.colorBGFlexysYellow {
    background-color: #fac03e;
}
*/
/*.colorFlexysGreen {
    color: #1c7e7f;
}

.colorFlexysYellow {
    color: #fac03e;
}*/

/*
.btn, .btn.btn-sm, .btn.btn-md, .btn.btn-lg,
.btn[class*="btn-outline-"].btn.sm,
.btn[class*="btn-outline-"].btn.md,
.btn[class*="btn-outline-"].btn.lg {
    padding: 0.3rem 1rem 0.3rem 1rem;
    margin: 0.2rem;
}
*/
/*.tablo_intervallum.active {
    opacity: 0.5;
}
*/

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;               /* alapból nem látható */
    justify-content: center;     /* vízszintes közép */
    align-items: center;         /* függőleges közép */
    z-index: 99999;
}
/* A modal doboz */
#modalBox {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    min-width: 800px;
    text-align: center;
}
#modalBox header {
    margin-bottom: 10px;
    padding: 10px;
    background: var( --fxYellow );
}
#modalBox div {
    height: 100% !important;
    vertical-align: middle;
    align-items: center;
}
#modalBox div.text {
    text-align: start;
}
#modalBox button {
    margin: 10px;
    padding: 10px 20px;
}
#modalBox #modalbutton_exit {
    margin: 0px;
    padding: 0px;
    min-width: 24px;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    vertical-align: middle;
    font-weight: normal;
}

.collapsing {
    transition: none;
}

.md-form input:focus {
/*    color: black !important;*/
    box-shadow: 0 1px 0 0 darkslategray !important;
    border-bottom: 1px solid darkslategray !important;
}
.md-form label {
/*    color: white !important;*/
}
.md-form input {
/*    color: darkslategray !important;*/
    box-shadow: 0 1px 0 0 gray !important;
    border-bottom: 1px solid gray !important;
}
.md-form input:focus {
    /*color: black !important;*/
    box-shadow: 0 1px 0 0 darkslategray !important;
    border-bottom: 1px solid darkslategray !important;
}


.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid var(--fxYellow);
    -webkit-box-shadow: 0 1px 0 0 var(--fxYellow);
    box-shadow: 0 1px 0 0 var(--fxYellow);
}

.md-form .prefix {
    color: white;
}
.md-form .prefix.active {
    color: white;
}


/* LOGIN */
.login_container {
    max-width: 450px;
}
.login_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: var(--fxWhite);
    height:48px;
    margin-top: 25px;
}
.login_title1 {
    text-align: center;
    color: var(--fxWhite);
    font-size: 2.5rem;
    opacity: 0.8;
    margin-top: 5px;
    margin-bottom: 10px;
}
.login_title2 {
    text-align: center;
    color: var(--fxWhite);
    font-size: 2rem;
    opacity: 0.8;
}
.login_title3 {
    text-align: center;
    color: var(--fxWhite);
    font-size: 3rem;
    opacity: 0.8;
    margin-top: 5px;
    margin-bottom: 25px;
}
.login_language {
    background-color: #6bcdcd;
    /*opacity: 0.37;*/
}
.login_language a {
    opacity: 1;
}
.login_language img {
    height:20px;
    opacity: 1;
}


#btn_page_top,
#btn_week_prev,
#btn_week_next,
#btn_day1_prev,
#btn_day1_next {
    margin: 2px;
}

/*
#minidate {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    background: lightgrey;
    z-index:8765;
}
*/

/* Foglalas tabla */
.table_foglalas_table {
    padding: 0.2rem;
    /*margin: 0.1rem;*/
    margin: 0.1rem 0px 0.1rem 0px;
    text-align: left;
    position: relative;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    /*table-layout: auto;*/
    /*table-layout: initial;*/
}

.table_foglalas_table .reciv_col0 {
    min-width: 10%;
    max-width: 20%;
}

.table_foglalas_table tr,
.table_foglalas_table th {
    padding: 0.1rem;
}

.table_foglalas_table th {
    position: sticky;
    top: 0px;
}

.table_foglalas_table .vendegmozgas0 {
    position: sticky;
    top: 0px;
}

.table_foglalas_table tr.second_row,
.table_foglalas_table th.second_row {
    position: sticky;
    top: 26px;
}

.konf_roominfo3 td {
    padding: 0.2rem;
    position: sticky;
    top: 64px;
}


.table_foglalas_table td {
    padding: 0.2rem;
    padding-left: 0.3rem;
}

.table_clip {
    clip-path: polygon(0 0,calc(100% - 3px) 0, 100% 50%,calc(100% - 3px) 100%,0 100%, calc(0% + 3px) 50%);
}

.week_dayname:hover,
.week_date:hover {
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.table_foglalas_table td :hover {
    font-weight: bold;
    cursor: pointer;
    /*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
}

.table_foglalas_table tr :hover {
    font-weight: bold;
    background-image: linear-gradient(45deg, #888888, #CCCCCC, #888888);
}

.table_sorted_active a {
    background-image: linear-gradient(#888888, #777777, #888888);
}

.grid-container-room {
  display: grid;
  grid-template-columns: 3% 5% 25% 25% 10% 25%;
  grid-gap: 10px;
}

.grid-container-room > div {
  text-align: left;
}

.grid-container-fote {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11234;
}







/* Admin torzs table */
.admin_torzs_table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

.admin_torzs_table th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.admin_torzs_table {
    padding: 0.2rem;
}

.admin_torzs_table th, .admin_torzs_table td {
    padding: 0.25rem;
    width: auto;
}}


label.hibas {
    color: red;
}
input.hibas {
    border: 2px solid red;
}
select.hibas {
    border: 2px solid red;
}
#foglalas_window .torolt {
    text-decoration: line-through !important;
    background-color: #fad0cd !important;
    background-image: linear-gradient(to bottom right, #fad0cd, #fad0cd, #fad0cd);
}


td.min-2 {
    min-width: 2rem;
}
td.min-3 {
    min-width: 3rem;
}
td.min-4 {
    min-width: 4rem;
}
td.min-5 {
    min-width: 5rem;
}
td.min-6 {
    min-width: 6rem;
}
td.min-7 {
    min-width: 7rem;
}
td.min-8 {
    min-width: 8rem;
}
td.min-9 {
    min-width: 9rem;
}
td.min-10 {
    min-width: 10rem;
}
td.min-12 {
    min-width: 12rem;
}
td.min-14 {
    min-width: 14rem;
}
td.min-16 {
    min-width: 16rem;
}
td.min-18 {
    min-width: 18rem;
/*    white-space: nowrap;*/
}
td.min-20 {
    min-width: 20rem;
}


/*content*/

.box {
    height: 100%;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
/*    background: #333333;
    color: #fff;*/
}


.colorPalette {
    width: 15px;
    height: 15px;
    margin: 10px;
     
}    



.fa-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
