

.ts_roundcard{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
    box-sizing: border-box;
    padding:8px;
}

/* ts cards */
.tscard .actions{
    /*display: inline-block;*/
    display: inline-flex;
    visibility: visible;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 2;
}

.tscard.showactions:hover .actions .action{
    visibility: visible;
}

.tscard .actions .focus_action.action{
    visibility: visible;
}

.id_list .ts_day_idea .list_title{
    padding-left: 32px;
}

.ts_day_idea .action_icon {
    font-weight: bold;
    margin-right: 10px;
    padding: 4px;
    width:22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    margin-top: 12px;
    display: inline-flex;
    background-color: var(--main-color);
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 5px;
    align-items: center;
    justify-content: center;
    /*background-color: var(--mainlight-color);
    color: var(--maindark-color);*/
}

.tscard .actions .action {
    font-weight: bold;
    margin-right: 10px;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    margin-top: 5px;
    display: inline-flex;
    visibility: hidden;
    background-color: var(--main-color);
    color: #ffffff;
    /*background-color: var(--mainlight-color);
    color: var(--maindark-color);*/
}

.tscard .actions .action i.onlyicon{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tscard .actions .action:hover, .tscard .actions .action:focus, .tscard .actions .action.selected{
    text-decoration: none;
    cursor: pointer;

}
.pull-right > .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: translate3d(0px, 40px, 0px) !important;
}
/* ts cards */

.tsdrag {
    cursor: move;
}

.ts_form_el{
    border-radius: 8px;
    border: 1px solid #EFF2F1 !important;
    width: 100%;
    /*padding: 0.375rem 0.75rem;
    margin: 0em 0em 1em 0em;*/
}



/*.ts_form_el{
    background: #EFF2F1 !important;
    border-radius: 8px;
    border: 1px solid #EFF2F1 !important;
    height: 42px !important;
    font-size: 14px !important;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 0em 0em 1em 0em;
}*/

.ts_form_row{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.ts_form_el:focus-visible, .ts_form_el:focus, .ts_form_el:active{
    border: var(--maindark-color) 1px solid !important;
    outline: none;
    background: #ffffff !important;
}

textarea.ts_form_el {
    min-height: 100px;
}

.ts_button{
    color: #ffffff !important;
    background-color: var(--main-color) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    padding: 3px 12px 3px 12px;
    font-size: 16px !important;
}

.ts_button:hover{
    background-color: var(--mainlight-color);
    color: var(--mainlight-color) !important;
}

.ts_button.dark{
    background-color: var(--mainlight-color);
    border-radius: 4px;
    opacity: 0.9;
}

.ts_button.white{
    background-color: #ffffff !important;
    border-radius: 4px;
}

.ts_button.dark:hover{
    opacity: 1;
}


.ts_hover_button{
    color: var(--main-color);
    padding: 0 8px 0 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
}

.ts_hover_button:hover{
    border-radius: 4px;
    background-color: var(--mainlight-color);

}

.ts_hover_button.dark{
    background-color: var(--mainlight-color);
    border-radius: 4px;
    opacity: 0.9;
}

.ts_hover_button.dark:hover{
    opacity: 1;
}

@media screen and (min-width:300px) and (max-width:500px) {
    .ts_day_boards_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px !important;
    }
    .ts_day_boards_container .ts_day_board{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 98%;
    }
}

