/* CSS Document */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 3px;
}



.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 40, 100, .12);
}

.card-header {
    background: 0 0;
    padding: .5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
}

.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-profile .card-header {
    height: 5rem;
    background-size: cover;
}

.card-profile-img {
    max-width: 6rem;
    margin-top: -5rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.card-profile-body {
    min-height: 400px;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}

.close:before {
    content: "" !important;
    font-family: feather, sans-serif;
}

.dataTables_wrapper thead .sorting:before,
.dataTables_wrapper thead .sorting:after,
.dataTables_wrapper thead .sorting_asc:after,
.dataTables_wrapper thead .sorting_desc:after {
    content: "" !important;
}

.vl-right {
    border-right: 3px solid #B4B4B4;
}

.vl-left {
    border-left: 3px solid #B4B4B4;
}

.ol-top {
    border-top: 3px solid #B4B4B4;
}

.ol-bottom {
    border-bottom: 3px solid #B4B4B4;
}

.hide {
    display: none;
}

.commerciale {
    background-color: #00B7EF;
}

.presale {
    background-color: #9DBB61;
}

.modal {
    overflow-y: auto;
}

tr.highlight td.jsgrid-cell {
    background-color: green;
}

@media (min-width: 993px) {

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 350px;
    }

    .main-sidebar,
    .main-sidebar::before {
        width: 350px;
    }
}

/*
.flex-fill{
    position: absolute;
    top: -57px;
    z-index: 10000000;
    right: 0px;
}
*/

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}


/* MAP Loading Overlay */
.map-container {
    height: 500px;
    width: 100%;
    margin-bottom: 20px;
}

.loading-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    z-index: 9999;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.card-tools {
    margin-left: auto;
}

.card-profile-body-contract {
    min-height: fit-content !important;
}