﻿@charset "UTF-8";
/***
NEW TODO Page
***/
/* Cubic Bezier Transition */
.todo-main-header {
    margin-top: -20px;
}

    .todo-main-header > h3 {
        font-weight: 400;
        font-size: 22px;
        margin-right: 1em;
        display: inline-block;
        color: #3b464f;
    }

    .todo-main-header > .todo-breadcrumb {
        border-left: 1px solid;
        border-color: #dae3eb;
        padding: 0.5em 2em;
        display: inline-block;
        margin-top: 17px;
    }

        .todo-main-header > .todo-breadcrumb > li {
            display: inline-block;
            font-size: 11px;
        }

            .todo-main-header > .todo-breadcrumb > li > a {
                color: #77838d;
                text-transform: uppercase;
                text-decoration: none;
            }

                .todo-main-header > .todo-breadcrumb > li > a:hover {
                    color: #337ab7;
                    text-decoration: none;
                }

            .todo-main-header > .todo-breadcrumb > li > .todo-active {
                color: #49a7fa;
            }

            .todo-main-header > .todo-breadcrumb > li:before {
                content: "•";
                color: #b6c1cb;
                margin: 0 1em;
            }

            .todo-main-header > .todo-breadcrumb > li:first-child:before {
                content: "";
                margin: 0;
            }

.todo-container .todo-projects-container,
.todo-container .todo-tasks-container {
    background-color: #fff;
    border: 1px solid;
    border-color: #ebf0f5;
}

.todo-container .todo-projects-container {
    padding: 0;
}

    .todo-container .todo-projects-container > li {
        list-style: none;
        padding: 30px 20px;
    }

.todo-container .todo-projects-divider {
    height: 1px;
    margin: 0;
    background-color: #ebf0f5;
}

.todo-container .todo-tasks-container {
    padding: 30px 20px;
}

.todo-container .todo-head {
    border-bottom: 1px solid;
    border-color: #ebf0f5;
    padding-bottom: 20px;
}

    .todo-container .todo-head > h3 {
        margin-top: 0;
        display: inline-block;
        color: #4db3a4;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }

    .todo-container .todo-head > p {
        display: inline-block;
        color: #9eacb4;
        font-size: 12px;
        margin-left: 2em;
        margin-bottom: 0;
        margin-top: 0;
    }

    .todo-container .todo-head > button {
        float: right;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
    }

.todo-container .todo-projects-content,
.todo-container .todo-tasks-content {
    padding-left: 0;
}

.todo-container .todo-projects-item,
.todo-container .todo-tasks-item {
    list-style: none;
    margin-left: 0;
}

    .todo-container .todo-projects-item > h3 {
        font-size: 20px;
        color: #4e5a64;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .todo-container .todo-projects-item p {
        color: #a0a9b4;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .todo-container .todo-projects-item:last-child {
        border-bottom: none;
    }

    .todo-container .todo-projects-item.todo-active {
        background-color: #fafbfc;
        position: relative;
    }

        .todo-container .todo-projects-item.todo-active > h3 {
            color: #49a7fa;
        }

        .todo-container .todo-projects-item.todo-active:after {
            content: " ";
            width: 0;
            height: 0;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-left: 20px solid #fafbfc;
            position: absolute;
            right: -20px;
            top: 65px;
        }

    .todo-container .todo-projects-item:hover {
        background-color: #fafbfc;
        cursor: pointer;
    }

    .todo-container .todo-projects-item > .todo-project-item-foot {
        font-size: 12px;
    }

.todo-container .todo-tasks-item {
    padding: 30px 0;
    border-bottom: 1px solid;
    border-color: #ebf0f5;
}

    .todo-container .todo-tasks-item > h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3em;
    }

        .todo-container .todo-tasks-item > h4 > a {
            color: #65717b;
        }

            .todo-container .todo-tasks-item > h4 > a:hover {
                color: #49a7fa;
                text-decoration: none;
            }

            .todo-container .todo-tasks-item > h4 > a:focus {
                color: #65717b;
                text-decoration: none;
            }

    .todo-container .todo-tasks-item > p {
        margin: 0;
        color: #9eacb4;
    }

    .todo-container .todo-tasks-item:last-child {
        border-bottom: none;
    }

.todo-add-button {
    border: 1px solid;
    border-color: #e0e6e9;
    background-color: #fff;
    color: #c1cbd1;
    text-decoration: none;
    padding: 0 0.4em;
    font-size: 20px;
    margin: -0.3em 0 0 0.5em;
    float: right;
}

    .todo-add-button:hover {
        background-color: #4db3a4;
        color: #fff;
        text-decoration: none;
    }

    .todo-add-button:focus {
        color: #c1cbd1;
        text-decoration: none;
    }

#todo-members-modal > .modal-dialog {
    top: 20px;
}

#todo-members-modal .select-height {
    height: 10em;
}

#todo-task-modal > .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    margin: 0 auto;
}

    #todo-task-modal > .modal-dialog .modal-content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: auto;
    }

        #todo-task-modal > .modal-dialog .modal-content .todo-task-modal-title {
            font-weight: 600;
            text-transform: uppercase;
            margin-left: 2em;
        }

        #todo-task-modal > .modal-dialog .modal-content .todo-task-due {
            margin-left: 1em;
            font-weight: 600;
            color: #4db3a4;
            width: 150px !important;
        }

        #todo-task-modal > .modal-dialog .modal-content .todo-task-assign {
            margin-left: 1em;
            border: 1px solid;
            border-color: #ccc;
            padding: 6px 10px;
            font-weight: 600;
            color: #4db3a4;
            text-transform: uppercase;
        }

            #todo-task-modal > .modal-dialog .modal-content .todo-task-assign:hover, #todo-task-modal > .modal-dialog .modal-content .todo-task-assign:focus {
                text-decoration: none;
            }

        #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > .todo-task-modal-bg {
            background-color: #f7f9fa;
            padding: 20px;
        }

        #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > h3 {
            margin: 15px 0;
            font-size: 20px;
            color: #4e5a64;
            font-weight: 600;
        }

        #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > p {
            font-size: 15px;
            color: #8f9ea6;
            line-height: 24px;
        }

        #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > h4 {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: #9eacb4;
            margin-top: 25px;
        }

            #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > h4 > .todo-add-button {
                float: none;
            }

        #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > .todo-task-file {
            color: #49a7fa;
            font-size: 13px;
        }

            #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > .todo-task-file > i {
                margin-right: 0.5em;
            }

            #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > .todo-task-file > .todo-remove-file {
                color: #9eacb4;
                margin-left: 0.5em;
            }

                #todo-task-modal > .modal-dialog .modal-content > .todo-task-modal-body > .todo-task-file > .todo-remove-file:hover {
                    color: #4db3a4;
                    cursor: pointer;
                }

.todo-inline {
    display: inline-block;
}

.todo-float-r {
    float: right;
}

.todo-bold {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.todo-padding-b-0 {
    padding-bottom: 0 !important;
}

.todo-grey {
    color: #9eacb4;
}

.todo-red {
    color: #d39790 !important;
}

.todo-green {
    color: #4db3a4;
}

/* RESPONSIVE MODE */
@media (max-width: 1199px) {
    .todo-head > p {
        display: block;
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    /* 991px */
    #todo-task-modal > .modal-dialog {
        width: 95%;
    }

    .todo-active:after {
        border: none !important;
    }
}

@media (max-width: 480px) {
    .todo-task-modal-title {
        margin-left: 0 !important;
        margin-top: 1em;
        display: block !important;
    }

    .todo-tasks-container .todo-head > p {
        margin-left: 0 !important;
        margin-top: 1em;
    }
}


.toast__container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
}

.toast__msg {
    white-space: pre-wrap;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    line-height: normal;
    overflow: hidden;
    padding: 14px 24px;
    text-overflow: ellipsis;
    width: 250px;
    min-height: 50px;
    background: #555555;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 10px;
    word-break: keep-all;
    -webkit-transition: opacity 3s cubic-bezier(0, 0, 0.30, 1) 0;
    -webkit-transition: opacity 0.30s cubic-bezier(0, 0, 0.30, 1) 0;
    transition: opacity 0.30s cubic-bezier(0, 0, 0.30, 1) 0;
    text-transform: initial;
    margin-bottom: 10px;
    border-radius: 2px;
}

.toast__online {
    background-color: #5C9BD1;
}

.toast__msg--hide {
    opacity: 0;
}

.loader {
    /*left: 50%;
    top: 50%;*/
    /*position: fixed;*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .loader #spinner {
        box-sizing: border-box;
        stroke: #673AB7;
        stroke-width: 3px;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
        animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
    }

.menu__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.30, 1);
    transition: opacity 0.15s cubic-bezier(0, 0, 0.30, 1);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__overlay--show {
    visibility: visible;
    opacity: 1;
}

.fa-ul-adjust {
    margin-right: 4px;
}

.dragList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dragTargets {
    margin: 0;
    padding: 0;
    list-style: none;
}

.classItem {
    white-space: pre-wrap;
    margin-top: 4px;
    margin-bottom: 4px;
}

.list-group-item > .btn .btn-hide {
    padding-top: 0px;
    box-shadow: none !important;
}

.btn-hide {
    padding-top: 0px;
    box-shadow: none !important;
}

.autosize-left {
    float: right;
    width: 100%;
    margin-bottom: 8px;
}

.autosize-right {
    float: right;
    margin-right: -100%;
    margin-bottom: 8px;
}

.autosize-l-left {
    float: left;
    margin-left: -100%;
    margin-bottom: 8px;
}

.autosize-l-right {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.theTarget > .btn {
    white-space: pre-wrap;
    margin-bottom: 8px;
    text-transform: none!important;
}

.selectGroup > .active {
    border: 4px solid transparent;
    margin-bottom: 2px!important;
}

.selectGroup > .btn {
    margin-bottom: 8px;
}

.theColors > .active {
    border: 4px solid transparent;
}

.theColors > .input-group > .active {
    border: 4px solid transparent;
}

.theColors > .btn {
    margin-right: 3px;
}

.theColors > .input-group > .btn {
    margin-right: 3px;
}

.theColors > .input-group > .default {
    margin-top: 6px;
}

.theColors > .custom {
    margin-top: 6px;
}

.grey1 {
    color: #333 !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.grey2 {
    color: #333 !important;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

.grey3 {
    color: #333 !important;
    background-color: #c8c8c8 !important;
    border-color: #c8c8c8 !important;
}

.grey4 {
    color: #333 !important;
    background-color: #afafaf !important;
    border-color: #afafaf !important;
}

.grey5 {
    color: #333 !important;
    background-color: #969696 !important;
    border-color: #969696 !important;
}

.grey6 {
    color: #FAFCFB !important;
    background-color: #7d7d7d !important;
    border-color: #7d7d7d !important;
}

.grey7 {
    color: #FAFCFB !important;
    background-color: #646464 !important;
    border-color: #646464 !important;
}

.grey8 {
    color: #FAFCFB !important;
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
}

.grey9 {
    color: #FAFCFB !important;
    background-color: #323232 !important;
    border-color: #323232 !important;
}

.grey10 {
    margin-right: 3px !important;
    color: #FAFCFB !important;
    background-color: #191919 !important;
    border-color: #191919 !important;
}

.theTarget>.btn {
    border: 3px solid transparent;
}

.theItem>.btn {
    border: 3px solid transparent;
}
.mySelection {
    border: 3px dashed black!important;
}
.mySelectionWhite {
    border: 3px dashed white!important;
}

.unavailable {
    cursor: not-allowed;
    opacity: .65;
    color: #666!important;
    background-color: #e1e5ec!important;
    border-color: #e1e5ec!important;

}
#videoContainer {
    border:1px solid #e7ecf1;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
}

#videoControl {
    position: fixed;
    bottom: 152px;
    left: 268px;
    text-align:right;
}
#videoContainer.out {
  position: fixed;
  bottom: 5px;
  left: 20px;
  width: 263px;
  height: 147px;
  z-index: 999;
  animation: an 0.5s;
}

#videoContainer.in { animation: ac 1s; }

.unselect {
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -khtml-user-select: none;  
    -ms-user-select: none;    

    -o-user-select: none;
    user-select: none;  
}

.sliderUp {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sliderDown {
    -moz-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:-95%;max-width:180px;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{position:initial;display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 0;border-right-color:#999;margin-top:5px;margin-right:10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
.dropdown-menu-right {margin-left:0;}

#feedbackContainer>.row>div{
   border: 1px dotted #ddd;
}

#feedbackContainer>.current {
    border: 1px dashed #32c5d2!important;
}
