.workspace_header_settings{

}

.workspace_header_settings button{
    margin-right: 5px;
    font-size:13px;
}

.workspace_header_settings button:last-of-type{
    margin-right: 0;
}


ul.cool_workspace_list{
    margin-bottom:25px;
}

ul.cool_workspace_list li{

}

ul.cool_workspace_list li a{
    display:block;
    border-radius: 5px;
    padding: 10px 10px;
    background-color:#F0F0F0 !important;
    color:#333 !important;
    cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.cool_workspace_list li a:hover{
    background-color:#ccc !important;
}

ul.cool_workspace_list li a span{
    font-size:14px;


}

ul.cool_workspace_list li a span.szindoboz{
    margin-top:2px;
    background-color:#000;
    display:inline-block;
    width:18px;
    height:18px;
    border-radius:5px;
    margin-right:5px;
    font-size:8px;
    text-align:center;
    line-height:20px;
}

ul.cool_workspace_list li a span.szindoboz i{
    font-size:8px;
    line-height:20px;
}




.tab-container {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.tab-container_inner{
    background-color:#F3F3F3;
    border-radius:10px !important;
    padding:2px 10px;
}

.tab-buttons {
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 8px;
}

.tab-buttons button {
    display:inline-block;
    padding: 5px 15px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    transition: background-color 0.3s, color 0.3s;
    border-right: 1px solid #ccc;
}

.tab-buttons button:last-of-type{
    border-right: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tab-buttons button:first-of-type{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tab-buttons button.active {
    background-color: rgb(61, 101, 121);
    color: #fff;
}

.tab-content {
    position: relative;
    /*min-height: 200px;*/
    background: #fff;
    display: none;
    padding: 25px 10px;
    padding-bottom:0px;
}

.tab-content.active {
  display: block;
}

.winSystemContent h2{
    font-size:26px;
    padding:5px 10px;
    position: relative;
    border:1px solid transparent;
    width:94%;
}

.winSystemContent h2 span.editIcon{
    position:absolute;
    top:10px;
    right:5px;
    display:none;
}

.winSystemContent h2:hover{
    border:1px solid #CCC;
    border-radius:10px;
}


.winSystemContent h2:focus{
    border-radius:10px;
    background-color: rgba(236, 226, 163, 0.2);
}

.winSystemContent h2:hover:after{
    position: absolute;
    top:10px;
    right:20px;
    content: "✎";
    display:block;
    color:#CCC;
    font-size:18px;
}

.winSystemContent h2:focus:after{
    position: absolute;
    top:10px;
    right:20px;
    content: "✎";
    display:block;
    color:#333;
    font-size:18px;
}

.tasknumber{
    background-color:#ccc;
    color:#333;
    padding:2px 5px;
    border-radius:4px;
}

.tasknumber_lista{
    color: rgba(10, 158, 187, 0.70);
    border-radius:4px;
    font-size:8px;
}

.taskDetailsWindowLabelsContiner{
    padding:0 10px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.taskDetailsWindowLabelsContiner .taskDetailsWindowInnerLabel{
    padding:10px 10px;
    border-radius:5px;
    background-color:#EEE;
    color:#333;
    font-size:14px;
    font-weight:bold;
    cursor: pointer;
    width:100%;
    text-align: center;
}

.taskDetailsWindowLabelsContiner .taskDetailsWindowInnerLabel:hover{
    opacity:0.7;
}

.dataLabelContainerForSelection{
    display:flex;
    margin-bottom:10px;
    border-radius:5px;
    padding:8px 5px;
    border:1px solid #ddd;
}

.dataLabelContainerForSelection:hover{
    background-color:#EEE;
    cursor:pointer;
}

.dataLabelContainerForDeadline{
    display:flex;
    margin-bottom:10px;
    gap:10px;
    justify-content: center;
}

.dataLabel{
    color:#666;
}

.dataColorCircle{
    display:block;
    border-radius:50%;
    width:18px;
    height:18px;
    margin-right:10px;
    margin-top:3px;
}

.dataColorCircleInTaskList{
    display:inline-block;
    border-radius:50%;
    width:18px;
    height:18px;
    margin-top:3px;
}

.taskDetailsWindowInnerLabelInTaskList{
    padding:5px 5px;
    border-radius:5px;
    background-color:#EEE;
    color:#333;
    font-size:12px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    opacity: 0.6;
    /*display:inline-block;*/
}

.taskDetailsWindowInnerLabelInTaskList:hover{
    opacity:1;
}

.deadlineCellStyle{
    text-align:center;
    font-weight:normal !important;
    font-size:12px;
}

.taskDetails_taskNote_container{
    position:relative;
    padding:15px 5px;
    padding-right:30px !important;
    border:1px solid transparent;
    border-radius:10px;
    overflow-y: auto;
    min-height:200px;
    max-height:350px;
    transition: padding 0.5s ease;

}

.taskDetails_taskNote_container:after{
    position: absolute;
    top:10px;
    right:20px;
    content: "✎";
    display:inline-block;
    visibility: hidden;
    width:2px;
    height:2px;
    color:#CCC;
    font-size:18px;

}

.taskDetails_taskNote_container:hover{
    border:1px solid #EEE;
    padding:15px 5px;
    padding-right:30px !important;
}


.taskDetails_taskNote_container:focus{
    border:1px solid #CCC;
    background-color: rgba(236, 226, 163, 0.2);
    padding:15px 5px;
}

.taskDetails_taskNote_container:hover:after{
    visibility: visible;
    color:#CCC;
}

.taskDetails_taskNote_container:focus:after{
    visibility: visible;
    color:#333;
}

.taskDetails_buttonsContainer{
    padding-left:12px;
}

.taskDetails_buttonsContainer button{
    padding:5px 15px;
    font-weight:bold;
    height:31px;
}

.taskdetails_egyebinfo{
    color:#BBB;
    display:block;
    font-size:12px;
    border-radius:5px;
    /*padding:5px 12px;
    margin-bottom:15px;
    margin-top:-10px;*/
}

.taskdetails_egyebinfo_ujbejegyzeshez{
    color:#BBB;
    display:block;
    font-size:12px;
    padding:5px 0;
    margin-bottom:15px;
    margin-top:-5px;
}

.parameters_block{
    padding:10px;
    background-color: rgba(199, 218, 224, 0.20);
    border-radius: 10px;

}

.parameters_block_head{
    font-size:12px;
    color:#999;
}

.ownLabelListContainer{
    margin:10px 0;
    display:flex;

    flex-wrap: wrap;
    gap: 10px;
}

.felelosListContainer{
    margin:10px 0;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.felelosListButton{
    display:flex;
    width:auto;
    padding:5px 10px;
    background-color:#0ba4c220;
    color:#0ba4c2;
    border-radius:5px;
    cursor:pointer;
}

.felelosListButton:hover{
    color:#fff;
    background-color:#0ba4c2DD;
}

.felelosListButton.selected{
    display:flex;
    width:auto;
    padding:5px 10px;
    background-color:#0ba4c2;
    color:#FFF;
    border-radius:5px;
    cursor:pointer;
}

.ownLabelListButton{
    display:block;
    width:auto;
    padding:5px 10px;
    background-color:#0ba4c2;
    color:#FFF;
    border-radius:5px;
    cursor:pointer;
}

.ownLabelListButton:hover{
    opacity: 0.7;
}

.ownLabelListContainerForTaskDetails{
    margin:3px 0;
    display:flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.ownLabelListForTaskDetailsButton{
    display:inline-block;
    width:auto;
    padding:5px 10px;
    background-color: rgba(11, 164, 194, 0.12);
    color: rgba(11, 164, 194);
    border-radius:5px;
    cursor:pointer;
    position:relative;
    margin-right:5px;
    font-size:12px;
    transition:all 0.5s ease;
}

.ownLabelListForTaskDetailsButton::after{
    content:"x";
    font-size:10px;
    position:absolute;
    display:none;
    width:16px;
    height:16px;
    border-radius:50%;
    padding:0 2px;
    background-color: rgba(255, 255, 255, 0.76);
    color:#0ba4c2;
    text-align:center;
    font-weight:bold;
    right:5px;
    top:50%;
    margin-top:-8px;
    z-index:100;
}

.ownLabelListForTaskDetailsButton:hover{
    background-color:#0ba4c2;
    color:#FFF;
    padding-right:26px;
}

.ownLabelListForTaskDetailsButton:hover::after{
    display:block;
}

.ownLabelListForTaskDetailsMOREButton:hover{
    background-color:#DDD;
}


.taskDetailsFooter{
    position:relative;
    width:100%;
    left:0;
    bottom:0;
    padding:5px 15px;
    background-color:#EEE;
    border-radius: 10px;
    /* overflow-x: auto; */
}

.oneComments{
    border:1px solid #EEE;
    border-radius:10px;
    margin-top:25px;
}

.oneComments:last-of-type{
    margin-bottom:55px;
}

.oneComments .oneCommentsHead{
    background-color:#EEE;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding:5px;
    color:#888;
    font-size:12px;
}

.oneComments .oneCommentsBody{
    padding:10px;
}

.tab-content h5{
    font-size:18px;
    display:inline-block;
    padding:5px 20px;
    background-color:#1b495e;
    color:#fff;
    border-radius:10px;
}

.share_icon_container{
    margin-top:-10px;
    margin-bottom:15px;
    width:100%;
    display:block;
    opacity:0.7;
    padding:2px 3px;
    text-align:center;
    font-size:12px;
    background-color:#1e4b5d;
    color:#fff;
    border-radius:10px;
    cursor:pointer;
    z-index:105;
}


@media screen and (max-width:768px){

    .workspace_header{
        flex-wrap: wrap;
    }

    .workspace_menu_container{
        flex-wrap: wrap;
    }

    .workspace_menu_container .egy_elem{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
        margin-bottom:10px;
        margin-right:0px;
        gap:3px;
    }

    .workspace_menu_container .egy_elem button.filterBtn{
        margin-right:0;
        font-size:13px;
        width:48% !important;
    }

    .ownLabelListContainerForTaskDetails{
        flex-wrap: wrap;
        justify-content: space-between !important;
        margin:5px 0;
        gap: 5px;
    }

    .tab-container_inner{
        padding:15px 10px;
    }

    .taskDetails_buttonsContainer{
        margin-bottom:15px;
        text-align: center;
        padding-bottom:15px;
        border-bottom:1px solid #CCC;
    }

    .taskDetails_buttonsContainer button{
        /*width:45%;*/

    }

    .ownLabelListForTaskDetailsButton{
        font-size:13px;
        padding:5px 5px;
        margin-right:3px;
    }

    .ownLabelListForTaskDetailsButton:last-of-type{
        margin-right:0px;
    }

    .ownLabelListForTaskDetailsButton:hover{
        padding-right:5px !important;
    }

    .ownLabelListForTaskDetailsButton:hover::after{
        display:none !important;
    }

    .taskDetailsFooter{
        padding:5px 10px;
    }

    .taskDetailsWindowLabelsContiner{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .taskDetailsWindowLabelsContiner .separator{
        display:none;
    }
    .taskDetailsWindowInnerLabel{
        width:46%;
        text-align:center;
        font-size:8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height:40px;
        padding-top:10px !important;
    }

    .taskDetailsWindowInnerLabel:first-of-type{
        margin-right:0 !important;
        width:100%;
        max-width: 100%;
    }

    .taskDetailsWindowInnerLabel:last-of-type{
        width:100%;
        max-width: 100%;
    }

    .tab-buttons {
        width:100%;
        display: block;
        margin-bottom:15px;
    }

    .tab-buttons button {
        display:inline-block;
        width:50%;
        padding: 8px 15px;
        font-size:16px;
    }
}

