body{
    font-family: "Goudy Bookletter 1911", sans-serif;
    background-color: #F4F8F9;
}
body a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*Navbar*/
.sidenav {
    height: 100%;
    width: 180px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #262626;
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #cecdcd;
    display: block;
  }
  
  .sidenav a:hover {
    color: #26a699;
  }
  
  .sidenav i{
    padding: 5px;
    padding-bottom: 15px;
  }
  .sidenav img{
      padding-bottom: 30px;
  }
/*Navbar end*/

/*status*/
h1{
    padding:10px;
    padding-top: 70px;
    font-weight: 400;
    color:#4b4b4b;
}
.content{
    display: flex;
    background-color: #F4F8F9;
}
.content h2{
    padding: 10px;
    font-weight: 400;
    color:#4b4b4b;
}
.card-body{
    display: flex;
    padding-bottom: 0px;
    padding-top: 0px;
    align-items: center;
    background-color: #fafafa;
}
.card-header{
    background-color: #fafafa;
    border-bottom: 4px solid #69b9ef41;
    margin-bottom: 5px;
}
.card-text{
    margin-bottom: 0;
    margin-top: 0;
}
.card{
    margin-bottom:30px;
}
.card .col-4{
    margin-bottom: 10px;
}
.card p:first-child{
    font-size: 14px;
}
.card p:last-child{
    font-size: 12px;
}
/*status end*/

/*charts*/
.charts{
    margin-top: 40px;
}
.charts h2{
    text-align: center;
    font-size: 20px;
    color:#4b4b4b;
}
.charts canvas{
    background-color: white;
    padding: 5px;
}
/*charts end*/

/*Calendar*/


.calendar{
    margin-top: 50px;
}
.box-title{
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 0px;
    color:#4b4b4b;
    background-color: #fafafa;
}
hr{
    margin: 0;
    border: 1px solid #000000;
}
.week-calendar{
    border:2px solid rgba(0, 0, 0, 0.089);
}
.week-calendar .card-header{
    background-color: #2C3E50;
    border-bottom: 0;
    color: white;
}
.container iframe{
    padding-left: 50px;
    padding-top: 75px;
    border-radius: 10px;
}
/*calendar end*/

/*uj munkarend*/
#ceg{
    display: none;
}
.grid-modal{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
}
.munkarend-container{
    width: 100%;
    height: 500px;
    display: flex;
    border-radius: 15px;
    
}
.uk-table td{
    padding: 5px 5px!important;
}
.container{
    max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.munkarend-container .first-col{
    border-right: 2px solid rgba(0, 0, 0, 0.103);
    width: 35%;
    padding: 20px;
    padding-left: 40px;
}
.munkarend-container .second-col{
    border-right: 2px solid rgba(0, 0, 0, 0.103);
    width: 30%;
    padding: 20px;
    padding-left: 40px;
}
.munkarend-container .third-col{
    border: 0;
    width: 30%;
    padding: 20px;
    padding-left:40px;
}
.munkarend-container h2{
    font-weight: 400;
    font-size: 24px;
}
.munkarend-container input[type=text],.munkarend-container input[type=number]{
    width: 80%;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.199);
    border-radius: 5px;
    height: 35px;
}
.munkarend-container label{
    padding: 5px;
}
.munkarend-container .first-row{
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.164);
    
}
.munkarend-container textarea{
    width: 100%;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.199);
    border-radius: 5px;
}
.munkarend-container hr{
    border:0;
}
textarea{
    resize: none;
}
.munkarend-container .textarea-last{
    height: 100px;
}
@media (max-width: 900px){
    .munkarend-container{
        display:block;
    }
    .munkarend-container .first-col,.munkarend-container .second-col,.munkarend-container .third-col{
        width:100%;
    }
}
.munkarend-buttons{
    display: flex;
    float:right;
    padding-right: 100px;
}
.munkarend-buttons button,input[type='submit']{
    margin: 20px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 15px;
}
.munkarend-buttons button:first-child{
  background-color: rgb(255, 255, 255);
  border: 2px solid #26a699;
}
.munkarend-buttons input[type='submit']{
    background-color: #26a699;
    border: 2px solid #26a699;
    color: white;
  }
.top-bar{
    display: flex;
 }
/*Tab*/

/* Style the tab */
.tab-content{
    margin-left: 180px;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

/*Uj munkarend end*/

/*Munkarend*/

.munkarend-table{
    width: 100%;
    background-color: white;
    text-align: center;

}
.munkarend-table table th{
    color: rgba(0, 0, 0, 0.822);
    font-weight: 400;
}
select{
    padding: 10px;
    border-radius: 5px;
    margin:10px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.199);
}

.table>thead {
     vertical-align: middle; 
}
thead tr{
    border-bottom:#69b9efa8 3px solid;
    
}
tbody tr{
    border:10px solid white;
}
td button{
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #262626;
    color:#262626;
    border-radius: 7px;
}
.success{
    background-color: #D1FFC0;
}
.danger{
    background-color: #FFCFCF;
}
.warning{
    background-color: #FAFFC0;
}
.chevrons{
    text-align: right;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #2098FF;
}
.chevrons i{
    padding-right: 10px;
}
.search-text{
    align-items: center;
}
.search-text input[type=text]{
    width: 250px;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.199);
    border-radius: 5px;
    height: 35px;
}
input[type="datetime-local"] {
    width: 250px;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.199);
    border-radius: 5px;
    height: 35px;
}
.search-text input[type=text],label{
    margin-left: 15px;
}
.search-text input[type=submit]{
    padding: 5px;
    margin-left: 50px;
    text-transform: uppercase;
    border: 1px solid #0089FF;
    padding-left:25px;
    padding-right:25px;
    padding-top: 10px;
    border-radius: 10px;
    margin-bottom:0px;
}
.search-text button{
    margin-bottom: -50px;
}
#tulajList{
    background-color: white;
    margin-left:15px;
    position: absolute;
    width: 250px;
}
#tulajList ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.059);
    cursor: pointer;
}
#regList{
    background-color: white;
    margin-left:15px;
    position: absolute;
    width: 250px;
}
#regList ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.059);
    cursor: pointer;
}
#ugyfelList{
    background-color: white;
    margin-left:15px;
    position: absolute;
    width: 250px;
}
#ugyfelList ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.059);
    cursor: pointer;
}

/*modal*/
.modal-input{
    padding: 10px;
    border-radius: 5px;
    margin: 7px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.199);
}
.modal-body{
    text-align: left;
}
.modal-first{
    display: flex;
}
.modal-first div{
    padding: 5px;
}
.modal textarea{
    width: 90%;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.199);
    border-radius: 5px;
}
.modal hr{
    border: 1px solid #0089FF;
}
.add_alk{
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.199);
    border-radius: 5px;
    height: 35px;
    width: 50px;
}
/*Modal end*/

/*jarmuvek*/

.jarmuvek-table{
    width: 100%;
}
.jarmuvek-table tr{
    border: 0;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.15);
}
.jarmuvek-table thead tr{
    border-bottom: 2px solid #0088ff6c;

}

/*jarmuvek end*/

/*Ugyfelek*/

.ugyfelek-table{
    width: 100%;
}
.ugyfelek-table tr{
    border: 0;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.15);
}
.ugyfelek-table thead tr{
    border-bottom: 2px solid #0088ff6c;

}
td i{
    cursor: pointer;
}
.munkarend_ugy{
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    text-align: center;
    padding: 30px;
    margin: 5px;
}

/*Ugyfelek end*/

/*raktár*/
.raktar-table{
    width: 100%;
}
.raktar-table tr{
    border: 0;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.15);
}
.raktar-table thead tr{
    border-bottom: 2px solid #0088ff6c;

}
.content-alkatresz{
    margin-top:20px;
    display: flex;
}
.content-alkatresz button{
    margin: 30px;
    font-size: 15px;
}
/*raktár end*/

/*statisztika*/
.stat-container{
    margin-left: 200px;
    margin-top: 10px;
}
.stat{
    background-color: rgba(52, 152, 219, 0.781);
    padding:20px;
    margin-left:20px;
    color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.212);
    display: inline-flex;
    font-size: 20px;
}
.stat-title{
    display: inline-flex;
}
.stat b{
    font-size: 30px;
}
.stat i{
    font-size: 30px;
}
.stat div:first-child{
    text-align: center;
}
.stat div:last-child{
    text-align: right;
}
.stat div i{
    font-size: 55px;
}
.stat-container .card{
    flex-direction: row;
}
/*statisztika end*/

/*Modal*/

.modal-body input{
    border: 1px solid rgba(0, 0, 0, 0.199);
    margin: 10px;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 5px;
}

/*Modal end*/

div#datatable_info{
    opacity: 0%;
}


/*Search*/
@media (max-width:1450px){
    .search-text input[type='text']{
        width: 200px;
    }
}
@media (max-width:1200px){
    .search-text input[type='text']{
        width: 150px;
    }
}
@media (max-width:990px){
    .content{
        display:block;
    }
    .search-text input[type='text']{
        width: 250px;
    }
}

.munkarend-tr th{
    text-align: center!important;
}