.sidebar {
    width: 100%;
    display: inline-block;
    float: none;
}
.page-content.tasks {
    float: none;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.mobile_task_open {
    padding-right: 0;
    border-right: 1px solid #ddd;
}
.btn.white {
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}
.w-xs {
    width: 90px;
}

.nav-active-primary {
    padding-top: 5px;
}

.nav-sm .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem;
    padding: 4px .75rem;
    font-size: 13px;
}
.nav-sm .nav-link:hover {
    background-color: #ececec;
    cursor: pointer;
}
a.nav-link.active {
    color: rgba(255,255,255,.87)!important;
    background-color: #0cc2aa!important;
}
.pick_date_task {
    background: transparent;
    height: 23px;
    line-height: 24px;
    margin: -8px 0px;
    border: 0;
    width: 80px;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    text-align: left;
}
.pick_date_task:focus {
    border: 0 !important;
    box-shadow: none !important;
}
.mobile_task_open ul.dropdown-menu {
    left: auto !important;
    padding: 2px;
direction: ltr;
}
.tasks_list .no_edit_view {
    width: 100%;
}
.tasks_list  ul {
    list-style: none;
    padding: 0;
}

.tasks_list  ul li {
    padding: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
}

.tasks_list ul .handle {
    font-size: 16px;
    color: #d2d2d2;
    cursor: pointer;
    margin-left: 0px;
    width: 33.3%;
}
.tasks_list ul .handle:hover {
    color: #999;
}
.border_icon {
border-left: 1px solid #eee;
}
.tasks_list ul li.selected {
    background: #fbfbfb;
    border-top: 1px solid #a2e0f3;
    border-bottom: 1px solid #a2e0f3;
    margin: -1px 0 0px;
}
.buffer .no_edit_view {
    border: 0;
    font-size: 18px;
    font-weight: 500;
    background: #f5f5f5;
}

.buffer > div {
    background: #f5f5f5;
}

.tasks_list ul .check_do, .check_do, .icon_info {
    font-size: 1.3vw;
    color: rgba(91, 222, 96, 0.34);
    cursor: pointer;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
border-left: 0;
}
.check_do:hover, .icon_info:hover {
    color: #5bde9d;
/*
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
*/
}
.icon_info {
    color: rgba(222, 140, 91, 0.34);
}
.icon_info:hover {
    color: rgba(222, 140, 91, 1);
}
.no_edit_view {
    border-color: #eceaea;
    box-shadow: none;
}
.icons_actions > span {
    opacity: 0.5;
    cursor: pointer;
}

.icons_actions span:hover {
    opacity: 1;
}

.icons_actions span.selected {
    opacity: 1;
}
.tasks_list ul .handle .fa-fire:hover {
    color: #c30000;
}
.tasks_list ul .handle .fa-fire {
    color: rgba(222, 0, 0, 0.65);
}
.tasks_list ul .handle .fa-clock-o {
    color: #5cb85c;
}
textarea.textarea_strech {
    min-height: 80px;
    max-height: 200px;
    height: 150px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    padding: 10px;
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -ms-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
}

/* DRAG AND DROP */

.tasks_list ul[dnd-list] li {

  /* Disable text selection if item is not draggable */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tasks_list ul[dnd-list] li dnd-nodrag {
  display: block;
}
.tasks_list ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #eee;
    min-height: 42px;
}
.tasks_list ul[dnd-list] .dndDraggingSource {
    display: none;
}


/* TIMELINE */

.timeline {
    list-style: none;
    padding: 10px 0 0px;
    position: relative;
margin-bottom: 0;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        right: 50%;
        margin-right: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 5px 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 45px;
            height: 45px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }
.timeline > li > .timeline-badge > .avatar_top {
    width: 45px;
    height: 45px;
    margin: 0;
}

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
margin-bottom: 0px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

    ul.timeline:before {
        right: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        right: 15px;
        margin-right: 0;
        top: 5px;
    }

    ul.timeline > li > .timeline-panel {
        float: left;
    }

        ul.timeline > li > .timeline-panel:before {
           border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-right-width: 0;
            border-left-width: 14px;
            right: -14px;
            left: auto;
        }


/*notify*/
.cg-notify-message {
    position:fixed;
    top:0px;
    z-index: 9999;
    max-width:400px;
    text-align: center;

    background-color: #d9edf7;
    color: #31708f;
    padding: 15px;
    border: 1px solid #bce8f1;
    border-radius: 4px;

    -webkit-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    -moz-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    -o-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    transition: top 0.5s ease-out,opacity 0.2s ease-out;    

    visibility:hidden;

    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.cg-notify-message-center {
    left:50%;
}

.cg-notify-message-left {
    left:15px;
}

.cg-notify-message-right {
    right:15px;
}

.cg-notify-message a {
    font-weight:bold;
    color:inherit;
}

.cg-notify-message a:hover {
    color:inherit;
}

.cg-notify-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;

    position: absolute;
    top: 0px;
    right: 3px;
    line-height: 15px;    
}

.cg-notify-close:hover, .cg-notify-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.cg-notify-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media only screen and (max-width: 480px) {

.page {
    display: block;
}
.container {
    width: 100%;
margin: 0;
}
.sidebar {
    width: 100%;
}
.sub_col {
    width: 100%;
}
.mobile_task_open {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
    height: 100%;
    overflow: scroll;
    background: #fff;
    z-index: 9999;
}
.tasks_list ul .check_do {
    font-size: 5vw !important;
}


}

