@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;
}
.btn-rose{
    background-color: #d47321 !important;
    color: #fff !important;
}
.red{
    color: #ff0000!important;
}
.green{
    color: #53af4f!important;
}
.blue{
    color: #006eff!important;
}
.purple{
    color: #8e24aa!important;
}
.red-bg{
    background-color: #ff0000!important;
    color: #fff;
    padding: 5px 15px;
}
.green-bg{
    background-color: #53af4f!important;
    color: #fff;
    padding: 5px 15px;
}
.blue-bg{
    background-color: #006eff!important;
    color: #fff;
    padding: 5px 15px;
}
.purple-bg{
    background-color: #8e24aa!important;
    color: #fff;
    padding: 5px 15px;
}
.yellow-bg{
    background-color: #efff00!important;
    color: #333;
    padding: 5px 15px;
}
.doc_table_list{
    background-color: #fbfbfb;
}
.docment-summary-padding td{
    padding: 5px 15px;
}
.docment-summary-padding tr{
    border-bottom: 1px #ccc solid;
}
.doc_table_list thead tr th, .doc_table_list tr th, .doc_table_list tr td{
    padding: 5px !important;
}
.doc_table_list thead, .doc_table_list tr{
    border-bottom: 1px #ececec solid;
    font-size: 12px;
}
.doc_table_list thead tr{
    border-bottom: 1px #ccc solid;
}
.align-center{
    text-align: center !important;
}
.aor-user-action i{
    margin-right: 5px;
    font-size: 15px !important;
}
.table .radio, .table .checkbox{
    margin: auto;
}
.btn-file>input{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}
span.btn.btn-round.btn-rose.btn-file{
    background-color: #5cb027 !important;
}
.aor-list-upload-button{
    position: absolute;
    right: 30px;
    top: -20px;
}