
.card-header {
    background: #003A5C;
    color: whitesmoke;
}

.edlogo {
    width: 48px;
    height: 48px;
    float: right;
}

.edPageImage {
    width: auto;
    height: 400px !important;
}

.pageoverflow{
    overflow:auto;
}



input[type=text]{
    width:200px !important;
}


.lb {
    font-size: small;
    font-weight: bold;
    color: #003A5C;
}

#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;
}

.emdb-1 {
    border: solid 1px rgba(0,58,92,0.1);
    border-radius: 0.25em;
}

.emdB2 {
    background-color: #003a5ca0;
}

.emdBB {
    background-color: rgba(0,58,92,0.1);
}

.emdBBS {
    background-color: #f5f7f9;
}

.emdBBl {
    background-color: rgba(0,58,92,0.04);
}

.nonButton {
    border: hidden;
    background-color: inherit;
}

.lsm{
    font-weight:bold;
    font-size:small;
}

body{
    min-width: 600px !important;
}

.body600 {
    min-width: 600px !important;
}
.edIcon {
    width: 24px !important; 
    height: 24px;
}

.edIcon36 {
    width: 36px !important;
    height: 36px;
}

.edIcon48 {
    width: 48px !important;
    height: 48px;
}

.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 !important;
    max-width: 600px;
    overflow: hidden;
}

.DIV-center {
    width: 50%; /* Set a width for the div */
    margin: 0 auto; /* This centers the div horizontally */
}

.col-Pa {
    flex: 0 0 auto;
    width: 1000px !important;
    min-width: 1000px !important;
    max-width: 1000px !important;
}

.W1000 {
    width: 1000px !important;
    min-width: 1000px !important;
    max-width: 2000px;
    overflow: hidden;
}

.W1200 {
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: 2000px !important;
    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;
}


tr.bb {
    background-color: rgba(0,58,92,0.1);
    border-top: solid 1px #003A5C;
}

tr.Space {
    min-height: 4px !important;
    height: 8px !important;
}

tr.bt {
    border-top: solid 1px #003A5C;
}

tr.bd {
    border-bottom: solid 1px #003A5C;
}

td.bt {
    border-top: solid 1px #003A5C;
}

td.bb {
    border-bottom: solid 1px #003A5C;
}

td.bc {
    background-color: rgba(0,58,92,0.1);
}

td.bd {
    border-bottom: solid 1px #003A5C;
}

.w-5 {
    width: 5% !important;
}


.w-20 {
    width: 20% !important;
}
.w-15 {
    width: 15% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
/*.Line{
    padding-top:20px;
    margin-top: 20px;
    border-top: solid 1px gray;
}*/