.cover {
    width: 100%;
    border: 2px solid rgba(49, 139, 129, 1);
    box-shadow: 0 0 1em rgba(161, 161, 161.25);
    border-radius: 5px;
    background-size: cover;
    background-image: url(/assets/img/boxolos_csaj_hatter.jpg);
}

.main-panel{
    width: 100%;
    height: 650px;
    margin: auto;
    padding-top: 0px;
    padding-bottom:0px;
    padding-left:20px;
    padding-right:20px;
    position: relative;
    max-width: 1200px;
    box-shadow: 0 0 1em rgba(161, 161, 161.25);
    border-radius: 5px;
    background-color: rgba(239, 239, 239, 1);
}
.sub-panel{
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    overflow: scroll;
    height:100%;
}
.sub-panel-bordered{
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    overflow: scroll;
    height:100%;
    border:solid 2px rgb(50 139 129);
}

.detail-font{
    color: rgba(161, 161, 161, 1);
    font-size: 12px;
    margin-right: 4px;
}

.menu-font{
    color: rgba(161, 161, 161, 1);
    font-size: 14px;
    margin-right: 4px;
}

.font-primary{
    color: black;
    font-size: 14px;
    margin-right: 4px;
    font-weight:700;
}
.font-primary-big{
    color: black;
    font-size: 30px !important;
    margin-right: 4px;
    font-weight:700;
}

.header-name{
    color: rgba(49, 139, 129, 1);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.sidebar-mini{
    width: calc(100% - 80px);
}

.list-group-item, .list-group-item-action, button, a{
    border:none;
    padding-top:5px;
    padding-bottom:5px;
}

.tnr-input-group{
    border:solid 2px rgb(50 139 129);
    align-items:center;
    padding:0.5rem;
    border-radius:5px;
    margin:5px 0px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.tnr-input{
    border:none;
    margin:0;
    padding:0;
    font-size: 14px;
    margin-right: 4px;
    font-weight:700;
}

.tnr-input:disabled{
    border:none;
    margin:0;
    padding:0;
    font-size: 14px;
    margin-right: 4px;
    font-weight:700;
    color: rgba(161, 161, 161, 1);
    background-color:transparent;
}

.tnr-input-label{
    font-size: 13px;
    color: rgb(50 139 129);
    margin:0;
    padding:0;
}


.tnr-disabled{
    border:none;
}




.tnr-button{
    border:solid 2px rgb(50 139 129);
    font-size: 14px;
    margin:2px;
    color:black;
    font-weight: 700;
    padding: 8px 40px 8px 40px;

}
.tnr-button:hover{
    border:solid 2px black;
    text-decoration: underline black;
    color:black;
}

.btn.btn-outline-primary.tnr-button{
    color:black;
}
.form-control:focus{
    border:none;
}




*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
    background: rgba(161,161,161,0.5);
    border-radius: 8px;
}
*::-webkit-scrollbar-thumb {
    background: rgba(49, 139, 129, 1);
    border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*::-webkit-scrollbar-corner {
    display: none;
    background-color: transparent;
}

.tnr-hidden-radio{
    left: 6px;
    margin: 0;
    height:25px;
    opacity: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
}
.tnr-radio-cover{

    color: rgba(49, 139, 129, 1);
    fill: currentColor;
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.tnr-radio-cover-passive{

    color: rgba(117,117,117,1);
    fill: currentColor;
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.tnr-hidden-radio ~ .tnr-radio-cover {
    display: none;
}

.tnr-hidden-radio ~ .tnr-radio-cover-passive {
    display: inline-block;
}

.tnr-hidden-radio:checked ~ .tnr-radio-cover {
    display: inline-block;
}

.tnr-hidden-radio:checked ~ .tnr-radio-cover-passive{
    display: none;
}




.tnr-hidden-checkbox{
    left: 15px;
    margin: 0;
    height:25px;
    width: 25px;
    opacity: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
}
.tnr-checkbox-checked{

    left: 15px;
    margin: 0;
    height:25px;
    width: 25px;

    position: absolute;
    color: rgba(49, 139, 129, 1);
    fill: currentColor;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.tnr-checkbox-unchecked{

    left: 15px;
    margin: 0;
    height:25px;
    width: 25px;

    position: absolute;
    color: rgba(117,117,117,1);
    fill: currentColor;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.tnr-hidden-checkbox ~ .tnr-checkbox-checked {
    display: none;
}

.tnr-hidden-checkbox ~ .tnr-checkbox-unchecked {
    display: inline-block;
}

.tnr-hidden-checkbox:checked ~ .tnr-checkbox-checked {
    display: inline-block;
}

.tnr-hidden-checkbox:checked ~ .tnr-checkbox-unchecked{
    display: none;
}







/* Alap gomb stílusok */
.tnr-button-filled {
    background-color: rgba(49, 139, 129, 1); /* MUI primary color */
    border-color: rgba(49, 139, 129, 1); /* MUI primary color */
}

/* Alap gomb hover stílusok */
.tnr-button-filled:hover, .tnr-button-filled:focus {
    background-color: rgba(49, 139, 129, 1); /* MUI primary hover color */
    border-color: rgba(49, 139, 129, 1); /* MUI primary hover color */
}

/* Alap gomb disabled stílusok */
.tnr-button-filled:disabled {
    color: rgba(117,117,117,1);
    font-weight:700;
    font-size:14px;
    background-color: lightgrey; /* MUI primary disabled color */
    border-color: lightgrey; /* MUI primary disabled color */
}

.password-icon{
    position:absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
}
