﻿@import url("custom/awesomplete.css");
@import url("custom/datatables.css");
@import url("documents/document.css");

pre {
    background-color: transparent !important;
}


#addRow {
    color: white;
}

.drag-col {
    cursor: move;
    user-select: none;
    text-align: center;
    vertical-align: middle !important;
}

.middle-col {
    text-align: center;
    vertical-align: middle !important;
}

.bottom-col {
    text-align: center;
    vertical-align: bottom !important;
}


.ui-tooltip {
    white-space: pre-line;
}


.ex {
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    opacity: 0.3;
    position: relative;
}

    .ex .txt {
        position: fixed;
        top: 25%;
        left: 45%;
        z-index: 99;
        font-size: 50px;
        font-weight: 900;
        padding-left: initial;
        padding-top: initial;
        text-align: center;
        transform-origin: 0 0;
        transform: rotate(40deg);
    }

.main-menu.menu-dark .navigation > li.menu-collapsed-open > a {
    border-right: 4px solid #ff4961 !important;
}

.btn-primary,
.btn-primary:hover {
    border-color: #c2185b !important;
    background-color: #c2185b !important;
    color: #FFFFFF;
}

.text-primary-bnp {
    color: #c32025 !important;
}

.peddLink {
    color: #e28b97 !important;
}

.card-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #e8e8e8;
    background-color: #2c343b;
}

    .card-header .card-title {
        color: #fff !important;
    }

.card-body {
    padding: 1rem;
}


.error {
    color: #fd3f3f !important;
}

input.error, select.error, textarea.error {
    border: .5px #fd3f3f dashed !important;
}

dt-nowrap {
    white-space: nowrap;
    width: 1%;
}
