
/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
*/

/* Track */
::-webkit-scrollbar-track {
    background: #e1e1e1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: orange;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888888;
}



html,body {
    margin: 0;
    padding: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.95em;
    font-weight: 400;
    min-width: 1420px;
    color: #212529;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    overflow-y: hidden;
    overflow-x: auto;
}
body {
    outline:none;
    -moz-user-select: none;-webkit-user-select: none;
    display: block;
}
.btn_hide {
    display: none;
}
.s_content {
    overflow-y: auto; 
    position: relative; 
    /*
    left: 0px; 
    top: 65px; 
    right: 0px; 
    bottom: 0px;
    background-color: #e9e9e9;
    padding: 0px;
    background-size: contain;
    background-position: center;
    */
    height: calc(100vh - 65px);

}
.c-float, .c-number, .c-float-10d2, .c-float-10d3,.int10,.int8,.int9 {
    text-align: right;
}


table {
    font-size:inherit;
}
img {
    border:none;
}
#login_dialog input.text { margin-bottom:12px; width:97%; padding: .4em; }
#login_dialog fieldset { padding:0; border:0; margin-top:25px; }


#id_menu_bar {
    background-color: #cfdefd;
    /* background-color: #BDD2FF; */
    height: 43px;
    border:1px solid black;
}
.colored-titlebar .ui-dialog-titlebar {
    background-color: cadetblue;
    color: white;
    border-radius: unset;
    font-size: 1.3em;
    font-weight: 400;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ddd;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ddd;
}

.ui-tooltip {
    max-width: 600px; 
}
.c-karban {
    color: lightslategrey;
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
}

#id_login_data input:focus {
    background-color: beige;

}
#id_login_data {
    background-color: aliceblue;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid cadetblue;

}



.pass-panel {
    width: fit-content;
    margin: 0 auto;
}
.input-field {
    /* max-width: 380px; */
    width: 100%;
    height: 55px;
    background-color: #f0f0f0;
    margin: 10px 0;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 70% 15%;
    padding: 0 .4rem;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    font-size: 1.1rem;
}

.input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

.input-field input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.check-expire {
    /*
    width: fit-content;
    margin: 0 auto;
    */
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    /* color: cadetblue; */
}
.check-expire i {
    font-size: 1.4rem;
}
.check-expire div {
    display: flex;
    align-items: center;
    height: 24px;
}
.check-expire label {
    height: 24px;
}

.login-header {
    /* color: cadetblue; */
    text-align: center;
    display: block;
    line-height: 1.2rem;
}
.login-error {
    background-color: red;
    margin: 0 40px;
    border-radius: 10px;
    /* padding: 0 20px; */
    /*
    margin: 0 50px;
    padding: 5px 0;
    border-radius: 20px;
    */
}


.login-info p {
    margin: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 2rem;
    color: white;
}

.login-info b,
.login-error b {
    color: greenyellow;
    font-weight: bold;
}
.button-30 {
  font: inherit;
  background-color: #f0f0f0;
  border: 0;
  color: #242424;
  border-radius: 0.5em;
  font-size: 1.35rem;
  padding: 0.375em 1em;
  font-weight: 600;
  text-shadow: 0 0.0625em 0 #fff;
  box-shadow: inset 0 0.0625em 0 0 #f4f4f4, 0 0.0625em 0 0 #efefef,
    0 0.125em 0 0 #ececec, 0 0.25em 0 0 #e0e0e0, 0 0.3125em 0 0 #dedede,
    0 0.375em 0 0 #dcdcdc, 0 0.425em 0 0 #cacaca, 0 0.425em 0.5em 0 #cecece;
  transition: 0.15s ease;
  cursor: pointer;
}
.button-30:hover {
  translate: 0 0.225em;
  box-shadow: inset 0 0.03em 0 0 #f4f4f4, 0 0.03em 0 0 #efefef,
    0 0.0625em 0 0 #ececec, 0 0.125em 0 0 #e0e0e0, 0 0.125em 0 0 #dedede,
    0 0.2em 0 0 #dcdcdc, 0 0.225em 0 0 #cacaca, 0 0.225em 0.375em 0 #cecece;
}

.login-button {
    margin: 10px 0;
    text-align: center;
}
.login-button i {
    margin-right: 10px;
}

#login-dialog2 {
    width: 650px;
    height: 650px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    /* background-color: lightslategray; */
    display: grid;
    align-items: center;
    color: white;
    /* border: 3px solid lightslategray; */
    background: radial-gradient(lightslategray, gray);
    box-shadow: 0px 0px 500px 0px white;
}
#login-circle {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: black;
}
#login-holder {

}
.login-footer {
    text-align: center;
    color: #eee;
}

/* header */
.header {
    text-align: left;
    height: 63px;
    width: 100%;
    color: white;
    background-color: lightslategrey;
    display: grid;
    grid-template-columns: 90px auto 80px 80px 80px 80px 80px;
    align-items: center;
    border-bottom: 2px solid #555;
} 
.header-icons i {
    color:white;
    font-size: 3em;
    cursor: pointer;
}
.header div:first-of-type {
    height: 100%;
    align-items: center;
    display: flex;
}
.header img {
    width: 64px;
    height: 60px;
    border: none;
}
.header-sub {
    /*
    display: grid;
    grid-template-rows: 40px 25px;
    align-items: center;
    */
    width: 100%;
    height: 100%;
}
.header-sub div:first-of-type {
    font-size: 1.9rem;
}
.header-sub div:first-of-type span {
    font-weight: 500;
    color: gold;
    margin: 0 10px;
}

.header a,
.header a:visited,
.header a:link {
    text-decoration: none;
    color: gold;
}
.header-icons {
    z-index: 100;
}

/* /header */


            


.logins-title {
    background-color:#1f5889;
    color:white;
    width:100%;
    padding:2px;
}

.menubar-holder {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    padding-top: 65px;
    height: fit-content;
    background-color: lightslategrey;
    color: white;
    font-size: 1.2rem;
    transition: display 0.5s ease-in;
    border-bottom-left-radius: 20px;
    border-bottom: 2px solid #555;
    line-height: 2rem;
    z-index: 10;
}
.menubar-holder ul {
    list-style-type: none;
}

.who-holder {
    display: none;
    position: absolute;
    top: 65px;
    right: 0px;
    width: 650px;
    /* padding-top: 65px; */
    height: fit-content;
    background-color: lightslategray;
    color: white;
    font-size: 1rem;
    transition: display 0.5s ease-in;
    z-index: 1;
}
.who-holder-rec {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}



.menubar-focim {
    font-weight: 500;
    margin-top: 10px;
    color: #ddd;
    /* color: yellow; */
}
.menubar-domenu:hover {
    background-color: white;
    color: #1f5889;
    cursor: pointer;
    width: fit-content;
    /* padding: 2px 10px; */
    border-radius: 5px;
}
.menubar-domenu {
    padding: 2px 10px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}
.menubar-domenu i {
    margin-right: 15px; 
}


/* FILTER DLG START */
.c-filter-dlg {
    display: block;
    width: 100%;
    line-height: 2rem;
}
.c-filter-dlg i {
    font-size: 1.5rem;
    height: 2rem;
    display: flex;
    align-items: center;
    color: gray;
}
.c-filter-anyagnem {
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
}



.c-filter-lakat {
    display: grid;
    grid-template-columns: 300px 100px 40px 120px 40px;
    align-items: center;
}
.c-filter-status {
    display: grid;
    grid-template-columns: 300px 100px 40px 120px 40px 120px 40px;
    align-items: center;
}
.c-filter-status2 {
    display: grid;
    grid-template-columns: 300px 100px 40px;
    align-items: center;
}
#id_anyagnem_filter {
    padding: 4px;
    
}

.mlc {
    color: cadetblue;
    margin-right: 1rem;
    font-size: 120%;
}

/* FILTER DLG END */

/* WAIT */
.c-wait-holder {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,0,0,.5);
}
.c-wait-icon {
    font-size: 10rem;
    color: red;
}
/* END OF WAIT */
.chosen-disabled {
    opacity: 0.9 !important;
}

.chosen-container-single .chosen-default {
    color: unset !important;
}