#madeinlove > .fa {
    color: #E90606;
    margin: 0 3px;
    font-size: 10px;
    animation: pound 0.35s infinite alternate;
    -webkit-animation: pound 0.35s infinite alternate;
}

.toggle-nav {
    cursor: pointer;
}

/***** Board *****/
.board_header {
    margin-top: 10px;
    background-color: #222;
    color: white;
    padding: 15px;
    border-left: 2px solid #30a5ff;
    text-align: center;
}

.bheader{
    width: 113%;
    margin-left: -30px;
    margin-top: 0;
    text-align: center;
}

.board_body {
    border-left: 2px solid grey;
    border-bottom: 2px solid #222;
    height: 78vh;
    overflow: hidden;
}

.board_scroll {
    height: 78vh;
    overflow-y: auto;
}

.board-content > .row {
    overflow-x: auto;
    white-space: nowrap;
}

.board-content > .row > .col-xs-3 {
    display: inline-block;
    float: none;
}

.board_card{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 15px;
    min-height: 20px;
    position: relative;
    width: 100%;
}

.card_word{
    color: black;
    margin-top: 20px;
    white-space: normal !important;
    word-wrap: break-word;
    text-align: left;
}

li.sortable-placeholder {
    border: 1px dashed black;
    background: #ccc;
    min-height: 100px;
    width: 100%;
}

ul.columns > li{
    list-style-type: none;
}

ul.columns{
    padding: 0;
}

.board_content{
    background-color: #EDEFF0;
}

.board_modal > .modal-title{
    border: none;
    color: white;
}

.board_modal{
    border: none;
}

.modal-md{
    width: 730px;
}

.description_button{
    padding: 35px;
    text-decoration: underline;
    cursor: pointer;
    transition: ease color 0.5s;
}

.description_button:hover{
    color: #c0c0c0;
}

.member{
    padding: 7px 7px;
    margin-left: 5px;
    border-radius: 100%;
}

.checklist-heading{
    background: #30a5ff !important;
    color: white !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 30px;
    text-align: left;
    line-height: 10px;
}

.columns > li:last-of-type{
    padding-bottom: 70px;
}

.dates-label{
    padding: 9px;
    font-size: 11px;
}

.dates-label-card{
    padding: 6px;
    font-size: 11px;
}

.card_important{
    background-color: #d9534f;
}

.card_process{
    background-color: #5cb85c;
}

.card_week {
    background-color: #777;
}

.card_wait{
    background-color: #f0ad4e;
}

.card_new{
    background-color: #428bca;
}

.list-member{
    float: none !important;
    margin-left: 5px;
}

.remove_btn{
    cursor: pointer;
}

.highlighted{
    color: white;
    background-color: #ec971f;
    transition: ease background-color 0.5s;
}

.highlighted:hover{
    background-color: #f0ad4e;
}

.color-white{
    color: white !important;
    transition: ease color 0.5s;
}

.color-white:hover{
    color: #9fadbb !important;
}

.panel-body .highlighted input[type=checkbox]:checked + label{
    color: white;
}

.todo-list-progress{
    padding: 0;
    margin: -15px;
    background: #f6f6f6;
    color: #5f6468;
}

.todo-list-progressm-inner{
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

.todo-list-progressm-inner .progress{
    background: #333;
}

.success_todos{
    background-color: #5cb85c !important;
}

.primary_todos{
    background-color: #428bca !important;
}

.break-long-words {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal;
    width: 580px;
    line-height: 20px;
    margin-top: -3px;
}

span.li_board{
    padding: 5px !important;
    margin-left: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.notes{
    background-color: #FFF9D0;
}

.container-notes{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.checklist-mywork{
    background: #333;
    color: white;
    font-weight: bold;
}

.notify_dropdown{
    width: 500px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: none;
}

.notify_dropdown li{
    padding: 0 10px 0 10px;
}

.notify_dropdown li div a{
    color: #428bca;
    transition: ease color 0.5s;
}

.notify_dropdown li div a:hover{
    color: #30a5ff;
    text-decoration: underline;
}

.bg-default{
    background-color: #e9ecf2 !important;
    color: black;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

li.placeholder {
    position: relative;
    list-style-type: disc;
    left: 5px;
    color: #30a5ff;
}

li.placeholder:before {
    position: absolute;
}

.mywork_checkbox{
    margin-left: 0 !important;
}

.mywork-item{
    line-height: 1.5;
}

.highlighted-red{
    color: white;
    background-color: red;
}

/*NEW TEMPLATE*/

.taskboard-list li {
    height: 89px !important;
}

.ui-helper-hidden-accessible{
    display: none;
}

div.dataTables_paginate .paginate_button.active > a,
div.dataTables_paginate .paginate_button.active > a:focus,
div.dataTables_paginate .paginate_button.active > a:hover{
    border-color: #0b76cc !important;
    background-color: #0c7cd5 !important;
}

.clockpicker-popover {
    z-index: 999999 !important;
}