.btn-100 {
    width: 100px !important;
}

.no-bottom-margin {
    margin-bottom: 0px !important
}
a.res-step-active {
    color: #26C281 !important
}
a.res-step-done {
    color: green !important
}
a.res-step-inactive {
    color: grey !important
}
.shadow-calendar {
    box-shadow: 2px 5px 15px 2px rgba(119, 119, 119, 0.25);
    -moz-box-shadow: 2px 5px 15px 2px rgba(119, 119, 119, 0.25);
    -webkit-box-shadow: 2px 5px 15px 2px rgba(119, 119, 119, 0.25)
}

a.dashboard-icon {
    text-shadow: none;
    color: #4b371c !important
}

    a.dashboard-icon:hover {
        cursor: pointer;
        color: #f4a460 !important
    }


a.topmen-icon {
    text-shadow: none;
    color: #C1CCD1 !important
}

    a.topmen-icon:hover {
        cursor: pointer;
        color: #a4b4bb !important
    }



.footable > thead > tr > th,
.footable > thead > tr > td {
    position: relative
}


.footable.breakpoint > tbody > tr > td.expand {
    background: url(../../../../img/plus.png) no-repeat 5px center;
    padding-left: 40px
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url(../../../../img/minus.png) no-repeat 5px center
}
.badge-home {
    position: absolute;
    top: -11px;
    right: -10px;
}
.mt-icon {
    position: relative;
}