/*!

=========================================================
* Light Bootstrap Dashboard Pro Angular - v1.3.0
=========================================================

* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-pro-angular2
* Copyright 2019 Creative Tim (https://www.creative-tim.com)

* Coded by Creative Tim

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
@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;
    }
}

.all-icons [class^="pe-"] {
    font-size: 40px;
}
.all-icons input {
    border: 0;
}
.all-icons .font-icon-detail {
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-container a {
    padding: 5px 0;
    display: block;
    color: #666666;
}
.all-icons .font-icon-detail input {
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}
.all-icons h5 {
    margin-top: 60px;
}
.all-icons > div > .row:first-child h5 {
    margin-top: 15px;
}

.places-buttons .btn {
    margin-bottom: 30px;
}

.buttons-with-margin .btn {
    margin: 5px;
}

.buttons-with-margin .btn-group .btn {
    margin: 5px 0 0;
}

.animated .img-rounded {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.animated .img-rounded img {
    width: 100%;
}
#loader {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    @include transform-translate-y(-50%);
    text-align: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    top: 50%;
}

.btn-fill {
    box-shadow: 0 5px 10px rgba(85, 85, 85, 0.4) !important;
}

.btn-success.btn-fill {
    background-color: #839379 !important;
    border-color: #839379 !important;
    color: #fff !important;
}

.btn-danger.btn-fill {
    background-color: #fc724e !important;
    border-color: #fc724e !important;
}
.btn-info.btn-fill {
    background-color: #0b5089 !important;
    border-color: #0b5089 !important;
}
.btn-warning.btn-fill {
    background-color: #edc344 !important;
    border-color: #edc344 !important;
}
.btn-success {
    border-color: #839379 !important;
    color: #839379 !important;
}

.btn-primary {
    border-color: #0b5089 !important;
    color: #0b5089 !important;
}
