:root {
    --task_margin-without_icon: 55px;
    --task_margin-with_icon: 20px;
}

.main_taskmanager_container{
    background-color:#EEE;
    min-height:calc(100vh - 46px);
}

.main_tasker_controller_section{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    margin-bottom:10px;
    padding:5px 30px;
    background-color: #f5f7f9;
    border:1px solid #eeeef1;
    border-left:none;
    border-right: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height:40px;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}

.main_tasker_controller_section button{
    background: #FFF;
    background: hsla(180, 100%, 100%, 1);
    background: linear-gradient(180deg, hsla(180, 100%, 100%, 1) 0%, hsl(206, 20%, 93%) 100%);
    border:1px solid hsl(215, 16%, 85%);
    border-radius:5px;
    padding:0px 15px;
    font-size: 12px;
    height:28px;
    color:#333;
}

.main_tasker_controller_section button.noborder{
    border:0px;
}

.main_tasker_controller_section button.nobackground{
    background: transparent;
}

.main_tasker_controller_section button.nobold{
    padding-top:1px;
}

.main_tasker_controller_section button.nobold span{
    font-weight:normal;
}

.main_tasker_controller_section button.same_iconcolor i{
    color:#333;
}

.main_tasker_controller_section button.lightgray span{
    color:#777;
}

.main_tasker_controller_section button.lightgray.same_iconcolor i{
    color:#777;
}

.main_tasker_controller_section button i{
    color:#0a9ebb;
}

.main_tasker_controller_section button span{
    color:#333;
    font-weight:bold;
}

.main_tasker_controller_section button:hover{
    background: hsl(206, 20%, 93%);
}

.tasker_content_container{
    padding:20px;
    padding-bottom:160px;
}

.oneTask_container{
    border:1px solid #F0F0F0;
    background-color:#FFF;
    border-radius:5px;
    padding:10px;
    margin-bottom:15px;
    height:110px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.oneTask_column{
    height:100%;
    margin-right:15px;
}

.oneTask_column:last-of-type{
    margin-right:0px;
}

.oneTask_column.prioritas{
    padding:0px;
    width:8px;
    background-color:#EEE;
    border-radius:4px;
}

.oneTask_column .task_statusz{
    height:23px;
    display: inline-block;
    padding:3px 10px;
    font-size:10px;
    border-radius:3px;
    border-width: 1px;
    border-style: solid;
    border-color:#FFF;
    margin-left:10px;
}
.oneTask_column .task_id_container{
    height:23px;
    display: inline-block;
    padding:4px 10px;
    font-size:10px;
    border-radius:3px;
    border:1px solid transparent;
    background-color: rgba(0, 0, 0, 0.09);
    color:#AAA;
}

.oneTask_column .task_childparent_container{
    height:23px;
    display: inline-block;
    padding:4px 10px;
    font-size:10px;
    border-radius:3px;
    border:1px solid transparent;
    margin-right:10px;
}

.oneTask_column .task_childparent_container.child{
    background-color: rgba(227, 197, 4, 0.80);
    color:#fff;
}


.oneTask_column .task_childparent_container.parent{
    background-color: rgba(99, 205, 29, 0.6);
    color:#fff;
}

.oneTask_column .task_kovetes{
    margin-right:10px;
    display: inline-block;
    height:23px;
    padding:4px 5px;
    font-size:10px;
    border-radius:3px;
    background-color: rgba(10, 158, 187, 0.10) !important;
    border:1px solid transparent !important;
    color:rgba(10, 158, 187, 0.66) !important;


    /*background-color: rgba(202, 39, 112, 0.08);
    color: rgba(202, 39, 112,0.8);*/
}

.oneTask_column .task_hatarido{
    margin-left:10px;
    display: inline-block;
    padding:3px 10px;
    height:23px;
    font-size:10px;
    border-radius:3px;
    background-color: rgba(32, 99, 166, 0.08);
    color: rgb(32, 99, 166);
    border:1px solid rgba(32, 99, 166, 0.16);
    /*background-color: rgba(202, 39, 112, 0.08);
    color: rgba(202, 39, 112,0.8);
    border:1px solid rgba(202, 39, 112, 0.16);*/
}

.oneTask_column .task_hatarido.lejart_hatarido{
    background-color: rgba(202, 39, 39, 0.08);
    color: rgba(202, 39, 39, 0.87);
    border:1px solid rgba(202, 39, 39, 0.16);
    font-weight:bold;
}

.oneTask_column .task_title{
    font-weight:bold;
    font-size:18px;
    color:#333;
    margin:5px 0px;
    margin-top:15px;
}

.oneTask_column .task_footer{
    color:#BBB;
    font-size:10px;
}

.oneTask_container:hover{
    background-color: #fdf9e1;
    border:1px solid rgba(243, 216, 31, 0.6);
    cursor:pointer;
}

.tasker_szuro_sav_container{
    width:340px;
    display:block;
    padding:20px;
    padding-top:0;
}

.tasker_szuro_sav_content{
    padding:20px;
    background-color:#F6F6F6;
    border:2px solid #dde2e5;
    position:fixed;
    height:auto;
    width:320px;
    border-radius:5px;
}

.tasker_szuro_sav_content .header{
    color:#3d5460;
    font-weight:bold;
    text-align:center;
}

.tasker_empty_data{
    background-color:#F6F6F6;
    border:1px solid #F0F0F0;
    text-align: center;
    padding:25px;
    color:#3d5460;
    font-weight:bold;
    border-radius:5px;
}

.button_separator{
    display:inline;
    border-left:2px solid #E3E3E3;
    margin-left:10px;
    margin-right:13px;
    height:32px;
}

.taskerlist_felelos_sav{
    position: absolute;
    bottom:0;
    right:0;
    font-size:10px;
    color: rgba(10, 158, 187, 0.54);
    white-space: nowrap;
}

/* TASK DETAILS */

.task_main_details{
    position: relative;
    background-color:#FFF;
    padding:30px;
    border-radius:5px;
    min-width:70%;
    min-height:72vh;
}

.task_main_details .task_header_section{
    border-bottom:1px solid #F0F0F0;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom:10px;
}

.task_header_section div {
    margin-right:10px;
}

.task_header_section a.task_details_property_section {
    text-decoration: none;
    display:block;
    padding:3px 15px;
    border-radius: 5px;
    background-color:#EEE;
    color:#888;
    border:1px solid #CCC;
    font-size:12px;
    position: relative;
    cursor:pointer;
}

.flexRight {
    display: flex;
    margin-left: auto;
}

.task_header_section a.task_details_property_section.hasProject {
    background-color:#0a9ebb20;
    color:#0a9ebb;
    border-color:#0a9ebb40;
}

/*
.task_header_section a.task_details_property_section.hasProject:hover {
    background-color:#0a9ebb;
    color:#fff;
    border-color:#0a9ebb;
}
*/

.blinkedNotify{
    font-weight:bold;
    animation-name: blinking;
    animation-duration: 2s;
    animation-iteration-count: 5;
    animation-timing-function: ease-in-out;
}

@keyframes blinking {
    0%{
        opacity:1;
    }
    20%{
        opacity:1;
    }
    50%{
        opacity:0.2;
    }
    80%{
        opacity:1;
    }
    100%{
        opacity:1;
    }
}


a.taskerVanProperty::before {
    content : " ";
    display:block;
    z-index:10;
    position: absolute;
    top:0px;
    left:0px;
    width: 0%;
    height:100%;
    background-color:#BBB;
    opacity:0;
    border-radius: 5px;
    transition: width 0.3s, background-color 0.3s;
}

a.taskerVanProperty:hover::before {
    opacity:0.2;
    width:100%;
}

.task_header_section div:last-of-type {
    margin-right:0px;
}

.feladatKovetveVan{
    background-color: rgba(10, 158, 187, 0.8) !important;
    color:#fff !important;
    border:1px solid rgba(10, 158, 187, 0.4) !important;
}

a.felelosLink{
    display:inline-block;
    color:#0a9ebb;
    padding:1px 3px;
    position: relative;
    border-radius:5px;
    cursor:pointer;
}

.task_details_hatarido{
    background-color: rgba(32, 99, 166, 0.08) !important;
    color: rgb(32, 99, 166) !important;
    border:1px solid rgba(32, 99, 166, 0.16) !important;
    /*background-color: rgba(32, 127, 166, 0.08) !important;
    color: rgb(32, 127, 166) !important;
    border:1px solid rgba(32, 127, 166, 0.16) !important;*/
}

.task_details_hatarido.lejart_hatarido{
    background-color: rgba(202, 39, 39, 0.08) !important;
    color: rgba(202, 39, 39, 0.87) !important;
    border:1px solid rgba(202, 39, 39, 0.16) !important;
    font-weight:bold;
}

.task_main_details .task_title{
    font-size:20px;
    color: #2d404a;
    font-weight:bold;
    margin:25px 0;
    margin-bottom:35px;
    margin-left:var(--task_margin-without_icon);
}

.task_main_details .task_title_subheader{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size:12px;
}

.task_main_details .task_title_subheader div.adminPicture{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius:50%;
    width:35px;
    height:35px;
    margin-right:var(--task_margin-with_icon);
    border:1px solid #DDD;
}

.task_main_details .task_title_subheader span.hatterbe{
    color:#CCC;
    font-size:12px;
}


.subbutton_container{
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.feladat_sub_button_container{
    margin-right:10px;
}

.feladat_sub_button_container:last-of-type{
    margin-right:0px;
}

button.feladat_sub_button{
    border-radius: 50%;
    border:1px solid #F0F0F0;
    width:40px;
    height:40px;
    background-color:#FFF;
    color:#888;
    font-size:14px;
    font-weight:300;
}

button.feladat_sub_button:hover{
    color:#FFF;
    background-color:#888;
}

.feladat_sub_button_container.active{
    position: relative;
    z-index:5;
}

.feladat_sub_button_container.active button.feladat_sub_button{
    background-color:#0a9ebb;
    color:#FFF;
}

.feladat_sub_button_container.active::after{
    z-index:1;
    content:"";
    display:block;
    position:absolute;
    top:39px;
    left:50%;
    margin-left:-5px;
    width:11px;
    height:11px;
    background-color:#0a9ebb;
    color:#FFF;
    transform: rotate(45deg) translate(-5px, -5px);
}


.task_title_subheader a{
    text-decoration: none;
    color:#0a9ebb;
}

.task_content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top:50px;
}

.task_content .icon_section{
    width:35px;
    margin-right:var(--task_margin-with_icon);
    text-align: center;
    color:#CCC;
    font-size:18px;
}

.details_right_content{
    position: relative;
    background-color:#FFF;
    height:72vh;
    border-radius:5px;
    width:28%;
    min-width:300px;
    max-width:400px;
    display:none;
    flex-shrink: 0;
}

.details_right_content .closeButton{
    position: absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    color:#FFF;
    background-color: rgba(221, 0, 0, 0.47);
    cursor:pointer;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.details_right_content .closeButton:hover{
    background-color: rgba(221, 0, 0, 1);
}

.adminPictureContainer{

}

.adminPictureContainerForTreeView{
    flex-shrink: 0;
    flex-grow: 0;
    padding-top:5px;
}

.adminPictureContainerForTreeView .adminPicture{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius:50%;
    width:30px;
    height:30px;
    margin-right:10px;
    border:1px solid #DDD;
}

.adminPictureContainerForTreeView .adminPicture.monogrammos{
    background-color:#333;
    color:#EEE;
    text-align: center;
    padding-top:7px;
    font-weight:bold;
}

.taskerRightButtonContainer{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding:5px 15px;
    border-bottom:2px solid rgba(10, 158, 187, 1);
}

.details_right_content .inner_rightcol_container{
    padding:20px;
    overflow-y: auto;
    height:calc(100% - 52px);
}

.inner_rightcol_container h1{
    font-size:16px;
    font-weight:bold;
    color:#0a9ebb;
    margin-bottom:15px;
}

.taskerMoreNotes{
    padding-left:5px;
    margin-top:20px;
    border-top:1px solid #F3F3F3;
    padding-top:30px;
}

.taskerMoreNotes .taskerBejegyzesKezdobetu{
    display:block;
    width:28px !important;
    height:28px;
    border-radius:50%;
    margin-right:var(--task_margin-with_icon) !important;
    text-align: center;
    color:#333;
    padding-top:4px;
    font-size:14px;
    font-weight:bold;
    flex-shrink: 0;
    flex-grow: 0;
}

.taskerMoreNotes .taskerBejegyzesKezdobetu.ferfi{
    background-color: rgba(10, 158, 187, 0.15);
    border:1px solid rgba(10, 158, 187, 0.30);
    color:#0a9ebb;
}

.taskerMoreNotes .taskerBejegyzesKezdobetu.no{
    background-color: rgba(187, 10, 10, 0.15);
    border:1px solid rgba(187, 10, 10,0.3);
    color:rgba(187, 10, 10);
}

.taskerMoreNotes .taskerBejegyzesKezdobetu.semleges{
    background-color: rgba(188, 188, 188, 0.15);
    border:1px solid rgba(188, 188, 188, 0.3);
    color:rgba(188, 188, 188, 1);
}

.taskerOneNote{
    padding:20px 10px;
    padding-bottom:35px;
    position: relative;
    margin-bottom:20px;
    background-color:#F9F9F9;
    border-radius:10px;

}

.taskerOneNote:hover{
    background-color:#F2F2F2;
    box-shadow: 0px 0px 0px #F5F5F5;
}

.taskerOneNoteInnerContainer{
    padding-top:10px;
    padding-bottom:10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.taskerOneNote .taskNoteRightTopCorner{
    position: absolute;
    top:10px;
    right:10px;
    height:30px;
    font-size:11px;
    font-weight:bold;
    color:#BBB;
}

.taskerOneNote .taskNoteCloseButtonWithSolution{
    position: absolute;
    bottom:10px;
    right:10px;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#0C0;
    color:#FFF;
    text-align:center;
    cursor:pointer;
    border:none;
    opacity: 0.1;
    font-weight:bold;
    font-size:14px;
    transition: width 0.2s ease;
    white-space: nowrap;
    overflow:hidden;
}

.taskerOneNote:hover .taskNoteCloseButtonWithSolution{
    opacity: 0.6;
}

.taskerOneNote:hover .taskNoteCloseButtonWithSolution:hover{
    opacity: 1;
    width:170px;
    border-radius:10px;
}

.taskerOneNote .taskNoteCloseButtonWithSolution span{
    display:none;
}

.taskerOneNote:hover .taskNoteCloseButtonWithSolution:hover span{
    display:inline-block;
    margin-left:10px;
}

.mellekletekContainer{
    margin-top:10px;
    padding:10px;
    margin-left:38px;
    background-color:#F9F9F9;
    border-radius:10px;
    overflow-x: auto;
}

.mellekletekContainer::-webkit-scrollbar {
  height: 2px;
}
/* Track */
.mellekletekContainer::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.mellekletekContainer::-webkit-scrollbar-thumb {
  background: #BBB;
}
/* Handle on hover */
.mellekletekContainer::-webkit-scrollbar-thumb:hover {
  background: #666;
}


.mellekletekContainer.rightColumMellekletekContainer{
    margin-left:0px;
}

.mellekletekContainer .egyElem{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding:5px 5px;
    border-radius:10px;
    margin-bottom:10px;
}

.mellekletekContainer .egyElem:last-of-type{
    margin-bottom:0px;
}

.mellekletekContainer .egyElem:hover{
    background-color: rgba(169, 194, 197, 0.15);
    cursor:pointer;
}

.egyElem .mellIcon{
    text-align: center;
    margin-right: 20px;
    color:#fff;
    border-radius:50px;
    width:25px;
    height:25px;
    padding:3px;
    font-size:12px;
}

.egyElem .mellIcon i{
    color:#FFF;
    font-size:12px;
}

.egyElem .mellNev{
    padding-top:3px;
    font-size:12px;
}

.mellekletekContainer.rightColumMellekletekContainer .egyElem{
    margin-bottom:0;
    padding:10px 5px;
}

.mellekletekContainer.rightColumMellekletekContainer .egyElem:last-of-type{

}

.mellekletekContainer.rightColumMellekletekContainer .egyElem:hover{

}

.mellekletekContainer.rightColumMellekletekContainer .egyElem .mellIcon{
    text-align: center;
    margin-right: 20px;
    color:#fff;
    border-radius:50px;
    width:35px;
    height:35px;
    padding:5px;
    font-size:18px;
}

.mellekletekContainer.rightColumMellekletekContainer .egyElem .mellIcon i{
    font-size:18px;
}

.mellekletekContainer.rightColumMellekletekContainer .egyElem .mellNev{
    font-size:12px;
    width:calc(100% - 35px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mellekletekContainer.rightColumMellekletekContainer .egyElem .mellNev span.egyebinfo{
    display: block;
    width:100%;
    color: #86a7ae;
    font-size:9px;
}

.feladatok_feladatfa_container{
    margin-left:-30px;
}

.feladatok_feladatfa_container ul{
    list-style-type: none;
    margin-left:1.5rem;
    padding-left:0px;
    margin-top:10px;
    /*border-left:2px dotted rgba(204, 229, 234, 0.3);*/
}

.feladatok_feladatfa_container ul li{
    margin-bottom:10px;
}

.feladatok_feladatfa_container a{
    display: flex;
    width: 100%;
    text-decoration: none;
    border-radius:5px;
    /*border-bottom-left-radius:10px;*/
    background-color:#F3F3F3;
    padding:5px;
    color:#333;
    font-weight:normal;

    position: relative;
}

.feladatok_feladatfa_container a div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:16px;
}

.feladatok_feladatfa_container a div span.feladatkod{
    color:#0a9ebb;
    font-size:10px;
    line-height:14px;
}

.feladatok_feladatfa_container a div span.szoveg{
    font-size:12px;
}

.feladatok_feladatfa_container a:hover{
    background-color: rgba(10, 158, 187, 0.08);
}

.feladatok_feladatfa_container a.feladatfa_akt_feladat:hover{
    /*background-color: rgba(0, 204, 0, 0.07);
    border:1px solid rgba(0, 204, 0, 0.12);*/
    background-color: rgba(177, 204, 0, 0.20);
    border:1px solid rgba(177, 204, 0, 0.25);
}

.feladatok_feladatfa_container a span{

}

.feladatok_feladatfa_container a.feladatfa_akt_feladat{
    background-color: rgba(177, 204, 0, 0.07);
    border:1px solid rgba(177, 204, 0, 0.15);
}

.feladatok_feladatfa_zartlista{
    height:69px;
    overflow:hidden;
}

.nyitogomb{
    cursor:pointer;
    padding:10px 5px;
    flex-shrink: 0;
    flex-grow: 0;
    text-overflow: unset;
}

.treeViewStatusPointer{
    background-color:#333;
    color:#fff;
    font-size:8px;
    padding-top:1px;
    display: inline-block;
    margin-left:5px;
    width:15px;
    height:15px;
    border-radius:50%;
    text-align: center;
}

.treeViewEgyebadatok{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top:1px solid #E3E3E3;
    margin-top:3px;
    padding-top:2px;
    gap: 20px;
}

.treeViewEgyebadatok span{
    display:block;
    font-size:9px;
    color:#AAA;
}

.kozremukodoContainer{
    display:block;
}

.feladat_kozremukodok_nev_container{
    width:100%;
    box-sizing:border-box;
    padding:5px 10px;
    background-color:#F3F3F3;
    border-radius:5px;
    margin-bottom:10px;
    border:1px solid #E0E0E0;
    position: relative;
}

.feladat_kozremukodok_nev_container:hover{
    background-color: rgba(10, 158, 187, 0.20);
}

.feladat_kozremukodok_nev_container a{
    display:flex;
    border-radius:5px;
    padding:8px;
    text-decoration: none;
    justify-content: flex-start;
    align-items: flex-start;
    color:#333;
    font-size:13px;
    overflow: hidden;
}

.feladat_contrib_olvasasi_jog{
    background-color:#c8802f;
    color:#FFF;
}

.feladat_contrib_irasi_jog{
    background-color: #20a60b;
    color:#FFF;
}

.feladat_contrib_full_jog{
    background-color: rgba(202, 39, 39, 0.87);
    color:#FFF;
}

.feladat_kozremukodok_nev_container a div{
    white-space: nowrap;
    overflow: hidden;
}

.feladat_kozremukodok_nev_container a div.contribName{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    font-size:14px;
}

.feladat_kozremukodok_nev_container a .contribIcon{
    padding:5px;
    width:35px;
    height:35px;
    border-radius:50%;
    /*background-color:#333;
    color:#FFF;*/
    text-align:center;
    padding-top:4px;
    font-size:18px;
    margin-right:10px;
    flex-shrink: 0;
}

.feladat_kozremukodok_nev_container a.feladat_contrib_full_jog .contribIcon{
    color: rgba(202, 39, 39, 0.87);
    background-color:#FFF;
}

.feladat_kozremukodok_nev_container a.feladat_contrib_olvasasi_jog .contribIcon{
    color: #c8802f;
    background-color:#FFF;
}

.feladat_kozremukodok_nev_container a.feladat_contrib_irasi_jog .contribIcon{
    color: #20a60b;
    background-color:#FFF;
}

.feladat_kozremukodok_nev_container button.torlesgomb{
    position:absolute;
    top:20px;
    right:10px;
    width:30px;
    height:30px;
    border:1px solid #DFDFDF;
    border-radius:50%;
    text-align:center;
    display:block;
    opacity:0.25;
}

.feladat_kozremukodok_nev_container:hover button.torlesgomb{
    opacity: 0.5;
}

.feladat_kozremukodok_nev_container button.torlesgomb:hover{
    background-color:#E00;
    color:#FFF;
    opacity: 1;
}

.contribFejlecContainer{
    width:100%;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:10px;
}

.contribFejlecContainer button{
    margin-top:-4px;
    border-radius:50px;
    padding-top:2px;
    width:28px;
    height:28px;
    border:1px solid #0a9ebb;
    color:#0a9ebb;
    font-weight:bold;
    background-color:#FFF;
}

.contribFejlecContainer button:hover{
    background-color:#0a9ebb;
    color:#FFF;
}




.feladatModositasContainer{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10001;
}

.feladatModositasAblak{
    position: fixed;
    top:50%;
    left:50%;
    width:500px;
    height:400px;
    margin-left:-200px;
    margin-top:-200px;
    box-sizing: border-box;
    background-color: #FFF;
    padding:20px;
    z-index:12001;
    border-radius:5px;
    overflow-y: auto;
}

.feladatModositasAblak_close{
    position: absolute;
    top:0px;
    right:0px;
    width:40px;
    height:40px;
    background-color:#E00;
    color:#FFF;
    box-sizing: border-box;
    font-size:22px;
    font-weight:bold;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top:3px;
    text-align: center;
    cursor:pointer;
}

.feladatModositasAblak_close:hover{
    color:#FFF;
    opacity: 0.6;
}

.feladatModositasAblak a.listaAdat{
    display:block;
    margin-bottom:5px;
    padding:5px;
    border:2px solid #EEE;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
    border-radius:5px;
    color:#333;
}

.feladatModositasAblak a.listaAdat:hover{
    background-color:#EEE;
    color:#0a9ebb;
}

.feladatModositasAblak a.selected_value{
    font-weight:bold;
}

.uj_projekt_lap{
    display:none;
}

.felelos_lista_container{
    height:200px;
    overflow-y: auto;
}

.ujJogContainer{
    display:none;
}

.contribTalalatiLista{
    max-height:250px;
    overflow-y: auto;
    width:100%;
    border-radius:5px;
    background-color:#FFF;
    border:1px solid #F3F3F3;
    padding:10px;
    display:none;
    margin-top:-10px;
    margin-bottom:20px;
}

.contribTalalatiLista::-webkit-scrollbar {
  width: 2px;
}
/* Track */
.contribTalalatiLista::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.contribTalalatiLista::-webkit-scrollbar-thumb {
  background: #BBB;
}
/* Handle on hover */
.contribTalalatiLista::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.keresContribEgyelem{
    cursor: pointer;
    padding:10px 10px;
    border-radius:2px;
    border-bottom:1px solid #EEE;
    line-height:16px;
    position: relative;
}

.keresContribEgyelem:last-of-type{
    border-bottom:none;
}

.keresContribEgyelem:hover{
    background-color:#EEE;
    border-radius:5px;
}

.keresContribEgyelem a{
    position: absolute;
    top:8px;
    right:10px;
    width:35px;
    height:35px;
    text-align: center;
    padding:10px;
    border-radius:50%;
    border:1px solid #CCC;
    color:#CCC;
}

.keresContribEgyelem a i{
    color:#CCC;
    font-weight:bold;
}

.keresContribEgyelem a:hover{
    background-color:#E00;
    color:#FFF !important;
}

.keresContribEgyelem a:hover i{
    color:#FFF !important;
    font-weight:bold;
}

h3.uj_feladat{
    color: #0a9ebb;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.megoldasBejegyzes{
    background-color: rgba(188, 228, 150, 0.20);
}

.megoldasBejegyzes:hover{
    background-color: rgba(188, 228, 150, 0.41);
}

.megoldasJeloles{
    display:block;
    position: absolute;
    bottom:7px;
    right:15px;
    font-size:12px;
    font-weight:bold;
    color: #0d970d;
}

.task_uj_parent_task_container{
    position: relative;
    padding:10px;
    border-radius:5px;
    border:1px solid rgb(206, 212, 218);
    color:#333;
    font-weight:bold;
}

.task_uj_parent_task_container span{
    display:block;
    font-size:12px;
    color:#BBB;
}

.task_uj_parent_task_container button{
    position: absolute;
    top:10px;
    right:10px;
    border-radius:50%;
    width:40px;
    height:40px;
    border:1px solid rgba(238, 0, 0, 0.80);
    background-color: #FFF;
    color:rgba(238, 0, 0, 0.80);
}

.task_uj_parent_task_container button:hover{
    color: #FFF;
    background-color:rgba(238, 0, 0, 1);
}

.feladat_csatolando_fajlok{
    margin-top:41px;
}

.feladat_csatolando_fajlok .fileok_ablaka_fordrag{
    height:390px;
}

.alfeladatokContainerInMainContent{
    border-top:1px solid #F3F3F3;
    margin-top:20px;
    padding:10px;
    padding-top:20px;
    margin-left: var(--task_margin-without_icon);
}

.alfeladatokCim{
    font-weight:bold;
    margin-bottom:10px;
    color:#666;
}

.alfeladatDoboz{
    display:flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    background-color:#F8F8F8;
    border:1px solid #EEE;
    padding:10px;
    border-radius:5px;
    cursor:pointer;
}

.alfeladatIkon{
    position: absolute;
    top:12px;
    right:5px;
    display: block;
    width:30px;
    height:30px;
    border-radius:50%;
    padding:5px;
    text-align: center;
    font-size:14px;
}

.befejezettAlfeladat{
    background-color: rgba(0, 238, 0, 0.10) !important;
    border:1px solid rgba(0, 238, 0, 0.15) !important;
}
.befejezettAlfeladatIcon{
    color:#FFF;
    background-color: rgba(0, 238, 0, 0.4);
}

/*
.lezartAlfeladat{
    background-color: rgba(238, 0, 0, 0.10) !important;
    border:1px solid rgba(238, 0, 0, 0.15) !important;
}
.lezartAlfeladatIcon{
    color:#FFF;
    background-color: rgba(238, 0, 0, 0.4);
}
*/

.lezartAlfeladat{
    background-color: rgba(238, 127, 0, 0.1) !important;
    border:1px solid rgba(238, 127, 0, 0.15) !important;
}
.lezartAlfeladatIcon{
    color:#FFF;
    background-color: rgba(238, 127, 0, 0.4);
}


.alfeladatDoboz span.feladatKod{
    display:block;
    font-size:10px;
    color:#0a9ebb;
    font-weight:bold;
}

.alfeladatDoboz span.feladatCim{
    display:block;
    font-size:12px;
    font-weight:bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.subtask_details_container{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:103;
}

.subtask_details_window{
    position:relative;
    width:96%;
    max-width:600px;
    min-height:260px;
    max-height:90%;
    background-color:#FFF;
    border-radius: 10px;
    overflow: hidden;
    z-index:103;
}

.subtask_details_window h1{
    font-size:20px;
    color:#0a9ebb;
    font-weight:bold;
    line-height:24px;
    margin-bottom:20px;
    padding:20px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.subtask_details_window h1 span{
    font-size:12px;
    color:#333;
    font-weight:bold;
    line-height:16px;
}

.subtask_details_window .closeButton{
    position:absolute;
    top:0;
    right:0;
    width:35px;
    height:35px;
    text-align:center;
    padding:2px;
    font-size:18px;
    font-weight:bold;
    background-color: rgba(238, 0, 0, 0.5);
    color:#FFF;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration:none;
    cursor:pointer;
}

.subtask_details_window .closeButton:hover{
    background-color: rgba(238, 0, 0, 1);
}

.subtask_details_window .quickButtonContainer{
    margin-top:-10px;
    padding:0 20px;
    padding-top:0px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.subtask_details_window .quickButtonContainer button{
    background-color:#FFF;
    width:40px;
    height:40px;
    border:1px solid #CCC;
    border-radius:50%;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    color:#CCC;
    transition: width 0.3s, border-radius 0.3s;
}

.subtask_details_window .quickButtonContainer button span{
    display:none;
}

.subtask_details_window .quickButtonContainer button:hover{
    border-radius:10px;
    width:120px;
}

.subtask_details_window .quickButtonContainer button:hover span{
    margin-right:5px;
    display:inline-block;
}

.subtask_details_window .feladatIcon{
    position:absolute;
    top:10px;
    right:50px;
    font-size:28px;
    width:50px;
    height:50px;
    font-weight:bold;
    text-align:center;
    background-color:#FFF;
    border-radius:50%;
    padding-top:5px;
}

.subtask_details_window  .feladatIcon.befejezettFeladat{
    color:#0C0;
}

.subtask_details_window  .feladatIcon.lezartFeladat{
    color: rgba(238, 127, 0, 1);
}

.subtask_details_window  .feladatIcon.activeFeladat{
    color:#0a9ebb;
}

.subtask_details_window h1.befejezettHeader{
    background-color: rgba(0, 204, 0, 0.2);
    color: rgba(0, 204, 0, 1);
}

.subtask_details_window h1.lezartHeader{
    background-color:rgba(238, 127, 0, 0.2);
    color:rgba(238, 127, 0, 1);
}

.subtask_details_window h1.folyamatbanHeader{
    background-color: rgba(10, 158, 187, 0.2);
    color: rgba(10, 158, 187, 1);
}

.utolso_bejegyzes{
    padding:20px;
    padding-top:5px;
    max-height:250px;
    overflow-y: auto ;
}

.utolso_bejegyzes_mellekletek{
    padding:20px;
    max-height:220px;
    overflow-y: auto ;
    margin:20px;
    background-color:#EEE;
    border-radius:10px;
}

.utolso_bejegyzes_mellekletek .fajlikon{
    border-radius:50%;
    width:30px;
    height:30px;
    color:#FFF;
    text-align:center;
    padding:3px;
    font-size:16px;
}

.utolso_bejegyzes_mellekletek .egyfajl{
    padding:5px 10px;
    font-size:12px;
}

.egyfajl a{
    border-radius:5px;
    color: rgba(10, 158, 187, 1);
    text-decoration:none;
    padding:5px 15px;
}

.egyfajl a:hover{
    background-color: rgba(10, 158, 187, 1);
    color:#FFF;
}

.egyfajl .melleklet_nev{
    font-size:12px;
    max-width:315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.utemezes_feladat_lista{
    padding:5px;
}

.utemezes_feladat_lista_napcim{
    text-align: left;
    color: #0a9ebb;
    font-size:13px;
    font-weight:bold;
    width:100%;
    box-sizing: border-box;
    border-bottom:1px solid #EEE;
}

.utemezes_feladat_lista_napcim span{
    font-size:10px;
}

.utemezes_feladat_lista .egy_utemezes{
    display: inline-block;
    height:46px;
    font-size:10px;
    min-width:90px !important;
    padding:5px;
    border-radius: 0px;
    text-align: center;
    background-color:#AAA;
    color:#FFF;
    border:2px solid #FFF;
    box-sizing: border-box;
}

.utemezes_feladat_lista .egy_utemezes:last-of-type{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.utemezes_feladat_lista .egy_utemezes:first-of-type{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.utemezes_figyelmeztetes{
    display:block;
    background-color: rgba(218, 130, 19, 0.8);
    color:#FFF;
    padding:5px;
    font-size:12px;
    text-align: center;
    border-radius:5px;
}

.megoldasCheckboxContainer{
    width:60px;
    padding:5px;
}

.megoldasCheckboxContainer button.megoldasCheckboxBtn{
    width:40px;
    height:40px;
    background: transparent;
    border:1px solid #DDD;
    border-radius:50%;
    color:#FFF;
    font-weight:bold;
    font-size:24px;
    text-align: center;

}

.megoldasCheckboxContainer button.megoldasCheckboxBtn:hover{
    background-color: rgba(0, 204, 0, 0.3);
    border-color: rgba(0, 204, 0, 0.15);
}

.megoldasCheckboxContainer button.megoldasCheckboxBtn.checkedMegoldasButton{
    background-color: rgba(0, 204, 0, 1);
    border-color: rgba(0, 204, 0, 1);
}


.oneTask_container:hover .megoldasCheckboxContainer button.megoldasCheckboxBtn{
    color: #fdf9e1;
    cursor:pointer;
}

@media screen and (max-width:1400px){
    .tasker_tray_container{
        left:50px;
        width: calc(100% - 50px);
    }
    .details_right_content{
        position: fixed;
        right:5px;
        top:70px;
        width:96%;
        box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.42);
        height: calc(100% - 90px);
    }
}

@media screen and (max-width:992px){

    .alfeladatokContainerInMainContent{
        margin-left: 0;
    }

    .mellekletekContainer{
        margin-left:0;
    }


    .task_main_details{
        padding: 10px;
    }

    .task_header_section{
        justify-content: space-between !important;
        flex-wrap: wrap;
        gap:0px;
    }

    .task_header_section div{
        margin-right:0;
    }

    .task_header_section a.task_details_property_section{
        padding:5px 15px;
        font-size:12px;
    }

    .task_header_section div.autoGrow{
        width:100% !important;
        text-align:center;
        margin-top:5px;
    }

    .flexRight {
        display: block;
        margin-left: 0;
    }

    .task_title_subheader{
        flex-wrap: wrap;
    }

    .subbutton_container{
        margin-top:20px;
        justify-content: space-between;
    }

    .tasker_content_container{
        padding:5px;
        height:auto;
        max-height:unset;
        margin-bottom:0px;
    }

    .oneTask_container{
        height:auto;
        margin-bottom:25px;
    }

    .oneTask_column .task_id_container{
        display: block;
    }

    .oneTask_column .task_statusz{
        margin-top:5px;
        margin-left:0;
        display: block;
    }

    .oneTask_column .task_hatarido{
        margin-top:5px;
        margin-left:0;
        display: block;
    }
}