
.card-header {
    background: #003A5C;
    color: whitesmoke;
}

.edlogo {
    width: 48px;
    height: 48px;
    float: right;
}

.pageoverflow{
    overflow:auto;
}


input[type=text]{
    width:300px !important;
}

#dropArea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}


.section {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.section-header {
    padding-left:1em;
    text-decoration:underline;
    font-size: large;
    font-weight: bold;
}
.section-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.page-link {
    color: #ffffff;
    background-color: #003a5ca0;
    border: 1px solid #003a5c;

}

    .page-link:hover {
        color: #fefefe;
        background-color: #003a5c;
    }


.page-item.active .page-link {
    color: #fff;
    background-color: #0d6efd;
    border-color: #003a5c;
}

.emdB2 {
    background-color: #003a5ca0;
}

.nonButton {
    border: hidden;
    background-color: inherit;
}

.lsm{
    font-weight:bold;
    font-size:small;
}

body{
    min-width: 1000px !important;
}

.edIcon {
    width: 24px !important; 
    height: 24px;
}

.roundBorder {
    /*box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    background-color: red;*/
}

.LogoW200 {
    width: 200px;
    height: auto;
}

.ExpandPointer {
    cursor: row-resize;
}

.modal-backdrop {
    background-color: rgb(0, 0, 0, 0.5) !important;
}

    .modal-backdrop.show {
        opacity: 0.8 !important;
    }

.LogoW150 {
    width: 150px;
    height: auto;
}

.w-48 {
    width: 48% !important;
    min-width: 48%;
    max-width: 48%;
}

.px1{
    width: 1px !important;
    height: 1px !important;
}

.W600 {
    width: 600px !important;
    min-width: 600px;
    max-width: 600px;
    overflow: hidden;
}

.DIV-center {
    width: 50%; /* Set a width for the div */
    margin: 0 auto; /* This centers the div horizontally */
}

.W1000 {
    width: 1000px !important;
    min-width: 1000px;
    max-width: 2000px;
    overflow: hidden;
}

.WMAX {
    width: 100%;
    min-width: 1000px !important;
    max-width: 2000px;
    overflow: hidden;
}

.headInvers {
    color: white;
    font-size: 1em;
}

.small {
    font-size: small;
}

.info {
    padding-top: 3em;
    padding-bottom: 2em;
}

.preFix {
    font-size: small;
    font-weight: bold;
    float: left;
    width: 100px;
}


.ClosedHidden {
    display:none;
}

.text-emendata {
    --bs-text-opacity: 1;
    font-weight: bold; /* Equivalent to 700 */
    text-align: end;
    color: #003A5C !important;
}

#results {
    float: left;
    padding: 5px;
    /*border: 1px solid;*/
    background: #f8f8f8;
}

    #results > img {
        width: 24px;
        height: 24px;
    }



.Line tr {
    border-top: 12px solid gray;
}

.text-gray {
    color: #b5b5b5 !important;
    
}

.p-t2{
    margin-top: -16px;
}

.hp-12{
    height: 12px !important;
}


/*.Line{
    padding-top:20px;
    margin-top: 20px;
    border-top: solid 1px gray;
}*/