.list-div {
    background-color: #ebecf0;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card_body_style {
    cursor: pointer;
    width: 150px;
    /*background-color: #FFDC33;*/
    background-color: #ff9f1a;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    border-radius: 3px;
    height: fit-content;
    position: absolute;
}
.card_body_style .row{
    margin-left: 0;
    margin-right: 0;
}
.card_main {
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
    padding: 0 3px;
    font-size: 14px;
    font-family: Comic Sans MS, Comic Sans, cursive;
}
.card_main span {
    /*margin: 0 2px;*/
}
.card_body_style .row .info_pad {
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
}

#property_body {
    position: absolute;
    top: 0;
    right: -610px;
    width: 600px;
    height: 100%;
    background-color: #0d3349;
    color: white;
    box-shadow: -8px 0 6px rgba(13,51,73,0.5);
}
#property_body .row {
    margin: 5px 5px;
}

.header-label {
    width: 100%;
    font-size: 23px;
    margin-bottom: 10px;
    text-align: center;
}

.main_menu {
    position: absolute;
    right: 5px;
    top: 5px;
}
.main_menu .menu-item {
    font-size: 25px;
    cursor: pointer;
    margin-right: 10px;
}

#property_body_close {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #990000;
}
#card_edit_body_close {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #990000;
}

#edit_body {
    position: absolute;
    top: 0;
    right: -610px;
    width: 600px;
    height: 100%;
    background-color: #0d3349;
    color: white;
    box-shadow: -8px 0 6px rgba(13,51,73,0.5);
}
#edit_body .row {
    margin: 5px 5px;

}

.prop_second_label {
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.color_select {
    height: 40px;
    font-size: 16px;
}

#card_source_body, #card_type_body, #card_status_body {
    color: black;
    background-color: #ebecf0;
}

.add_frm_item {
    color: black;
}

#card_visual_edit_frm {
    margin-top: 10px;
    margin-left: 160px;
}

#card_visual .card_body_style {
    top: 110px;
    left: 15px;
}

#card_visual_edit_frm select {
    height: 30px;
    width: 200px;
    margin-bottom: 5px;
}

#card_visual_edit_frm label {
    width: 100px;
}

.info_pad_tack {
    position: absolute;
    top: -15px;
    right: 65px;
    color: red;
    font-size: 18px;
    transform: rotate(15deg);
}
.card_tbl_item {
    width: 100%;
    color: black;
}