@charset "UTF-8";
@import url("google-fonts-local.css"); 

:root{--elevation-base-color: 60, 75, 100;}


.load_body{
    background-color: #007bff;
    height: 25px;
}
.load_success{
    background-color: green;
}
.load_wrong{
    background-color: red;
}
.load_info{
    background-color: #0dcaf0;
}
.load_freedom{
    background-color: lightslategrey;
}
.load_first{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.load_last{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

th, td {
    vertical-align: middle !important;
}

body.adminbody .main_box{
    margin-left: 260px;
}

body {
    display: flex;
    min-height: 100vh;
}

#applicationHost{
    width: 100%;
}

.modal-header {    
    padding: 10px !important;
    border-radius: 0;
    background-color: #5ba2e6;
    color: #fff;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-content {    
    background-color: #f7f7f7;
}

.modal-footer {    
    padding: 10px !important;
    border-radius: 0;
    background-color: #f3f3f3;
}

/* Bootstrap default overwrite mls */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.display-block {
    display: block;
}

a:not([href]){
    color: initial;
}
a:not([href]):hover{
    color: initial;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #64b0f2;
}

.hompage-tile {
    color: #fff;
    margin: 5px;
    padding-top: 20px;
    text-align: center;
    background: #4fa31f;
    min-height: 150px;
    min-width: 150px;
    width: 150px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.375rem;
}
.hompage-tile:hover {
    background: #32561e;
}

.bottom_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1100;
  text-align: center;
}

.text-nowrap > .form-select{
    display: unset; 
    width: unset;
}

.sticky-header{
    overflow: unset;
}
.sticky-header table thead th {
  position: sticky;
  top: 60px;
  background: white;
  z-index: 3;
}
.calendar-floating-button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    opacity: 0.5;
    font-size: 14px;
}

.calendar-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    text-align: center;
}

.day {
    border: 1px solid #cccccc6e;
    padding-left: 3px;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    flex-direction: column;
    font-size: 14px;
}
.dayLabel {
    border: 1px solid #ccc;
    background: #CCC;
    padding: 3px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 2px;
}

.event {
    background-color: #00bcd4b5;
    padding: 3px;
    font-size: 20px;
    color: white;
    width: 58px;
    margin-top: 5px;
    border-radius: 3px;
    text-align: center;
}

.calendar-plus-icon {
    margin-left: auto;
    align-self: flex-end;
    margin-top: auto;
    padding-right: 4px;
    padding-bottom: 2px;
    color: #00bcd4eb;
    cursor: pointer;
    font-size: 15px;
}
.scrollable {
    overflow: auto !important;
}
.task-open-and-close {
    position: relative;
    top: 3px;
    left: -5px;
    display: inline-block;
}
.item_highlight {
    background-color: #def8de !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item_highlight_2 {
    background-color: #def8de !important;
}
.blue_item_highlight {
    background-color: #d4ebfa !important;
}
.brown_item_highlight {
    background-color: #7d553333 !important;
}
.primary_item_highlight {
    background-color: #fbd8a7 !important;
}
.wrong_highlight {
    background-color: #ffeded !important;
}
td.cell {
  position: relative;
}

td.cell .left {
  position: absolute;
  bottom: 3px;
  left: 5px;
}

td.cell .right {
  position: absolute;
  bottom: 3px;
  right: 5px;
}

.summary-section {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 2px solid var(--falcon-primary);
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e3ebf0;
}

.summary-item:last-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--falcon-primary);
}

.summary-label {
    font-weight: 500;
}

.summary-value {
    font-weight: 600;
    color: var(--falcon-success);
}
.form-control-static {
    padding: 7px 10px;
    background-color: #e9ecef;
    border: 2px solid #d8e2ef;
    border-radius: 0.25rem;
    color: #495057;
    font-size: 14px;
    /*min-height: 48px;*/
    display: flex;
    align-items: center;
}
.left_cl .form-horizontal .control-label{
    text-align: left;
}
.text-small-14 {
  font-size: 14px;
}
.text-small-13 {
  font-size: 13px;
}
.border-bottom-solid-black-1px {
    border-bottom: solid black 1px;
}
.fs-12 {
    font-size: 12px !important;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}
.table_same_excel {
  border-collapse: collapse; /* vonalak összeragasztása */
  width: 100%;
  font-size: 13px;
}

.table_same_excel th,
.table_same_excel td {
  padding: 0;              /* minden cellapadding törlése */
  border: 1px solid #000;  /* minden oldalra vonal */
}

.ui-datepicker {
  z-index: 10000 !important;
}

#hidden_feedback_msg {
    position: absolute;
    top: -25px;
    left: 0px;
    border: 1px solid;
    padding: 3px 10px;
    background-color: white;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#show_feedback_msg{
    position: fixed;
    top: 105px;
    right: 0px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border: 1px solid;
    padding: 10px 4px;
    background-color: white;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top_message_box {
    position: fixed;
    top: 100px;
    z-index: 9999;
    right: 0;
    /*left: 50%;*/
    width: 450px;
    text-align: left;
    margin-top: 0;
    /*transform: translate(-50%, 0%);*/
}
.on_freedom_style{
    background-color: #3de30b !important;
    color: #000000 !important;
}
.on_csn_freedom_style{
    background-color: #fff62b !important;
    color: #000000 !important;
}