@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

        .typo-line .category {
            transform: translateY(-50%);
            top: 50%;
            left: 0px;
            position: absolute;
        }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px;
}

.space-70 {
    height: 70px;
    display: block;
}

.sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

    .tim-typo .tim-note {
        bottom: 10px;
        color: #c0c1c2;
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        left: 0;
        margin-left: 20px;
        position: absolute;
        width: 260px;
    }

.tim-row {
    padding-top: 50px;
}

    .tim-row h3 {
        margin-top: 0;
    }

.btnGridDetail > i {
    color: #873d96;
}

.btnGridDetail:hover {
    /*box-shadow: 0 14px 26px -12px rgb(0, 0, 255), 0 4px 23px 0px rgba(0, 0, 255, 0.85), 0 8px 10px -5px rgb(0, 0, 255);*/
    box-shadow: 0 14px 26px -12px #873d96, 0 4px 23px 0 #873d96, 0 8px 10px -5px #873d96;
}

.btnDeleted > i {
    color: red;
}

.btnDeleted:hover {
    box-shadow: 0 14px 26px -12px rgb(140, 0, 0), 0 4px 23px 0 rgba(134, 0, 0, 0.69), 0 8px 10px -5px rgb(148, 0, 0);
}

.btnSelect > i {
    color: #3d8696;
}

.btnSelect:hover {
    box-shadow: 0 14px 26px -12px #3d8696, 0 4px 23px 0 #3d8696, 0 8px 10px -5px #3d8696;
}

.btnWarningHover:hover {
    box-shadow: 0 12px 20px -10px rgb(136, 132, 126), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(72, 68, 62, 0.2);
}

.wait {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
    z-index: 5000;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: unset;
}
