﻿/*Main Styles*/
.wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.p-0 {
    padding: 0 !important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.PropertyViewier{

}
.bs-docs-section {
    margin-top: 4em;
}
.content {
    float:right;
    width: 86%;
    position: relative;
    left: 0;
    min-height: 100%;
}
.main-content {
    padding: 25px;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.left-sidebar .left-sidebar-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.left-sidebar {
    width: 13%;
    left: 0;
    position: absolute;
    border-right: 1px solid #e3e3e3;
    transition: all .2s ease-out;
}
.mt--6, .my--6 {
    margin-top: -4.5rem !important;
}

/*Card Styles*/
.card {
    background-color: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.7);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.7);
    border-width: 0;
    border-radius: 10px;
    display: block;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 10px;
}
.card-header {
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5384rem;
    border-bottom-width: 0;
    border-radius: 10px;
    background-color: transparent;
}
.card-header {
    
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.align-items-center {
    align-items: center !important;
}
.row {
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
    flex-wrap: wrap;
}
.col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}
.col-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
}
.btn {
    font-weight: 400;
    display: inline-block;
    padding: .5rem .75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .375rem;
}
.btn-group-sm > .btn, .btn-sm {
    border-radius: .25rem;
}
.card-table .card-body {
    padding: 0;
}
.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.table-responsive {
    display: block;
    width: 100%;
}
.card-nav-tabs {
    border-radius: 2px 2px 0 0;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

/*Modal Styles*/
.modal-content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 2px;
    outline: 0;
}
.modal-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px 0;
    border-bottom: 0 solid #e9ecef;
}
.modal-title {
    margin-bottom: 0;
}
.modal-title, .popover, .tooltip {
    line-height: 1.5;
}
.h5, h5 {
    font-size: 1.25rem;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px 30px;
}


