
.to-do-style-marker{
    color:red!important;
    font-weight: bolder!important;
}

div.dt-button-collection{
    position: absolute !important;
    min-width:225px;
}
select {
    font-family: "Font Awesome 5 Duotone", sans-serif;
}

.active.bg-success-active-soft, .bg-success-soft {
    background-color: #e4f5d7!important;
    color: #449901!important;
}



[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 10px 0 10px 0;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #574fec;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #574fec;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #574fec;
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover > div > [sign] {
    opacity: 1;
}

.v-align-middle {
    vertical-align: middle;
}

.htimeline {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.htimeline .step {
    float: left;
    border-top-style: solid;
    border-top-width: 5px;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    padding: 3px 0 5px 10px;
    color: #333;
    vertical-align: middle;
    transition: all 0.5s ease;
}

.htimeline .step:nth-child(odd) {}

.htimeline .step:first-child {}

.htimeline .step:hover {}

.htimeline .step > div {
    margin: 0 5px;
    font-size: 14px;
    vertical-align: top;
    padding: 0;
}

.htimeline .step.green {
    border-top-color: #348F50;
}

.htimeline .step.orange {
    border-top-color: #F09819;
}

.htimeline .step.red {
    border-top-color: #C04848;
}

.htimeline .step.blue {
    border-top-color: #49a09d;
}

.htimeline .step::before {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    content: ' ';
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0px;
    border-style: solid;
    border-width: 3px;
    transition: all 0.5s ease;
}

.htimeline .step:hover::before {
    width: 18px;
    height: 18px;
    bottom: -12px;
}

.htimeline .step.green::before {
    border-color: #348F50;
}

.htimeline .step.orange::before {
    border-color: #F09819;
}

.htimeline .step.red::before {
    border-color: #C04848;
}

.htimeline .step.blue::before {
    border-color: #49a09d;
}

.htimeline .step::after {
    content: attr(data-date);
    position: absolute;
    top: -20px;
    left: 17px;
    font-size: 11px;
    font-style: italic;
    color: #888
}

.sw-85{
    max-width:85px !important;
}

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

.sml-9{
    margin-left: 9px !important;
}

.sml-90{
    margin-left: 90px !important;
}

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

