.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
.navbar-collapse.in{
    overflow-y: visible;
}
.container { padding-bottom:200px;}

.strikethrough {
  text-decoration:line-through
}

.taskbody{
    white-space: pre-line;
    word-break: break-word;
}

.org-search{
    position: relative;
}

.org-search .suggestions{
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 600px;
    max-height: 300px;
    border: 1px solid black;
    background-color: white;
    z-index: 100;
    white-space: nowrap;
}

.org-search:focus-within .suggestions, .org-search:hover .suggestions{
    display: block;
}

.org-search .suggestion--org{
    cursor: default;
}

.org-search .suggestion-message{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
input[type=checkbox]{
    height: auto;
    width: auto;
    display: inline-block;
}

.round-border {
    border: 1px solid lightsteelblue; /* Параметры рамки */
/*        border: none;*/
    min-height: 50px; /* Минимальная высота */
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
