.tiles .tile .tile-body span {
    margin-top: 17px;
    display: block;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
}

.todo-content, .todo-task-history > li > .todo-task-history-desc {
    overflow: hidden
}

.todo-sidebar {
    float: left;
    width: 230px;
    margin-right: 20px
}

.todo-tasklist-item-border-green {
    border-left: #3faba4 2px solid
}

.todo-tasklist-item-border-blue {
    border-left: #4c87b9 2px solid
}

.todo-tasklist-item-border-purple {
    border-left: #8877a9 2px solid
}

.todo-tasklist-item-border-red {
    border-left: #d05454 2px solid
}

.todo-tasklist-item-border-yellow {
    border-left: #d4ad38 2px solid
}

.padding-top-10px {
    padding-top: 15px
}

.todo-userpic {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid #cedae1
}

.todo-text-color {
    color: #45535b
}

.todo-projects-config {
    padding: 6px 9px 3px !important
}

.todo-projects-config > i {
    font-size: 14px !important
}

.todo-tasklist {
    padding: 0
}

.todo-project-list ul li a {
    font-size: 14px !important;
    padding: 8px 10px
}

.todo-project-list .nav li a .badge {
    float: right;
    margin-top: 1px !important
}

.todo-project-list .nav > li.active > a {
    color: #3f444a;
    background-color: #f1f4f7 !important
}

.todo-task-history {
    padding: 0;
    margin: 0
}

.todo-task-history > li {
    padding: 5px 0
}

.todo-task-history > li > .todo-task-history-date {
    font-size: 12px;
    float: right;
    width: 150px;
    margin-left: 10px;
    text-align: right;
    color: #999
}

.todo-tasklist-item {
    background: #f6fbfc;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden
}

.todo-tasklist-item:last-child {
    margin-bottom: 0
}

div .todo-tasklist-item:hover {
    cursor: pointer;
    background-color: #edf7f9
}

.todo-tasklist-item img {
    margin: 0 10px 10px 0
}

.todo-tasklist-item-title {
    font-size: 15px;
    color: #2b4a5c;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 13px
}

.todo-tasklist-item-text {
    font-size: 13px;
    color: #577688;
    padding-bottom: 5px
}

.todo-tasklist-item ul {
    margin: 5px 0 0
}

.todo-tasklist-item li {
    color: #577688;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 !important
}

.todo-tasklist-item li i {
    color: #b3bfcb;
    font-size: 15px
}

.todo-tasklist-controls {
    margin-top: 5px
}

.todo-tasklist-date {
    color: #637b89 !important;
    margin-right: 12px
}

.todo-tasklist-date i {
    color: #abbfca !important;
    margin-right: 5px
}

.todo-taskbody-tasktitle {
    font-size: 18px;
    color: #778d96
}

.todo-taskbody-taskdesc {
    font-size: 14px;
    color: #778d96
}

.todo-username {
    font-size: 16px;
    color: #2b4a5c;
    font-weight: 600;
    padding: 15px 0 0 15px
}

.todo-comment-head {
    padding-top: 3px
}

.todo-comment {
    position: relative
}

.todo-comment:hover > .todo-comment-btn {
    display: block
}

.todo-comment-btn {
    display: none;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 12px;
    color: #566e7c;
    border-color: #a2aeb5
}

.todo-comment-btn:hover {
    color: #fff;
    background-color: #a1b6c2;
    border-color: #a1b6c2
}

.todo-comment-username {
    font-size: 14px;
    color: #2b4a5c;
    font-weight: 600
}

.todo-comment-date {
    font-size: 12px;
    color: #2b4a5c;
    font-weight: 400
}

.todo-username-btn {
    margin: 14px 0 0 15px;
    color: #566e7c;
    border-color: #a2aeb5
}

.todo-username-btn:hover {
    color: #fff;
    background-color: #a1b6c2;
    border-color: #a1b6c2
}

.form .form-actions.todo-form-actions {
    padding-top: 10px;
    border: 0;
    margin: 0 0 20px
}

@media (max-width: 991px) {
    .todo-sidebar {
        float: none;
        width: 100%;
        margin: 0
    }

    .todo-sidebar > .portlet {
        margin-bottom: 20px
    }

    .todo-sidebar > .portlet .portlet-title .tools {
        margin-left: 5px
    }

    .todo-content {
        overflow: visible
    }
}

.todo-tasklist-devider {
    display: none
}

@media (max-width: 767px) {
    .todo-tasklist-devider {
        display: block;
        height: 20px;
        margin: 20px -10px;
        background: #F1F3FA
    }

    .todo-task-history > li {
        padding: 9px 0
    }

    .todo-task-history > li > .todo-task-history-date {
        width: 100px;
        font-size: 11px
    }
}

table.dataTable tbody td {
    padding: 4px 10px !important;
}

.dataTable td, .dataTable th {
    font-size: 12px !important;

}

.dataTable > tbody > tr > td {
    border: none !important;
}

.table-scrollable > .table-bordered > thead > tr:last-child > th, .table.table-bordered thead > tr > th {
    border-bottom: 1px solid #E7ECF1 !important;
}

.input-group-addon {
    background-color: rgb(201, 201, 201);
    color: black;
}

.popover {
    max-width: 100% !important;
}

.tooltip {
    z-index: 99999 !important;
    position: fixed;
}

.multiselect-container > li > a > label {
    padding: 3px 5px 3px 15px !important;
}

.mt-comments .mt-comment {
    padding: 10px;
    margin: 0 0 10px 0;
}

.mt-comments .mt-comment .mt-comment-img {
    width: 40px;
    float: left;
}

.mt-comments .mt-comment .mt-comment-img > img {
    border-radius: 50% !important;
}

.mt-comments .mt-comment .mt-comment-body {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info:before, .mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
    content: " ";
    display: table;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
    clear: both;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
    display: inline-block;
    float: left;
    margin: 0px 0px 10px 0;
    color: #060606;
    font-weight: 600;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    display: inline-block;
    float: right;
    margin: 0px;
    color: #BABABA;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
    color: #999999;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
    margin: 10px 0px 0px 0;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
    text-transform: uppercase;
    float: left;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
    color: #B8C0F5;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-approved {
    color: #6BD873;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-rejected {
    color: red;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li {
    float: left;
    padding: 0 5px;
    margin: 0;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a {
    text-transform: uppercase;
    color: #999999;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a:hover {
    color: #666666;
    text-decoration: none;
}

.mt-comments .mt-comment:hover {
    background: #f9f9f9;
}

.mt-comments .mt-comment:hover .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: inline-block;
}

.daterangepicker .ranges {

    width: auto;

}

.strike{
    position: relative;
}

.strike::after{
    content: '';
    border-bottom: 2px solid red;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}


.no-wrap {
    white-space: nowrap;
}