.item-task {
    border: 1px solid #e8e8e8 !important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.old-card {
    background: #f2dede !important;
}
.done-card {
    background: #eee !important;
}
.range_inputs {
    text-align: center !important;
}
.single {
    width: 240px !important;
}
.daterangepicker .ranges {
    width: 100% !important;
}
.full-width {
    width: 100% !important;
}
.item-task {
    border-left: 3px solid #e8e8e8 !important;
    padding-left: 10px;
}
.nav-sm span .fa, .nav-sm span.fa {
    display: inline-block !important;
}
.m-t-zero {
    margin-top: 0 !important;
}
.m-t-xs {
    margin-top: 5px !important;
}
.m-t-sm {
    margin-top: 10px !important;
}
.m-t-md {
    margin-top: 20px !important;
}
.m-t-lg {
    margin-top: 40px !important;
}
.m-t-xl {
    margin-top: 60px !important;
}
.m-b-zero {
    margin-bottom: 0 !important;
}
.m-b-xs {
    margin-bottom: 5px !important;
}
.m-b-sm {
    margin-bottom: 10px !important;
}
.m-b-md {
    margin-bottom: 20px !important;
}
.m-b-lg {
    margin-bottom: 40px !important;
}
.m-b-xl {
    margin-bottom: 60px !important;
}
.block_content h5 {
    margin-bottom: 5px !important;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}