﻿.ttable td {
    padding: 4px;
    border-bottom: solid 1px #b3b3b3;
    border-right: solid 1px #b3b3;
    position: relative;
}

.active_cell {
    border: solid 2px black !important
}

.successbox {
    background: green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.goodbox {
    background: yellow;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.badbox {
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.modalboxmenuc {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(127, 127, 127, 0.67);
    z-index: 99999999999;
    /*padding-top: 55px;*/
    display: none;
    overflow-y: auto;
}

.modalboxmenu {
    background: white;
    padding: 16px;
    max-width: 550px;
    margin: 0 auto;
}


.active_row_choser {
    background-color: #c5e3f7;
    color: black;
}




.row_item {
    display: flex;
    flex-direction: row;
    border-bottom: solid 2px #eee;
    padding: 4px 0px;
}

.row_item_first {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row_item_header {
    color: #0071A4;
    font-weight: 800;
    font-size: 16px;
}

.row_item_p {
    color: lightslategray;
    font-size: 12px;
}

 

.mainbigbutton {
    background: #cfdee2;
    padding: 20px;
    width: 100%;
    margin: 3px;
    text-align: center;
    font-weight: 600;
    border-bottom: solid 2px rgb(207 222 226);
    z-index: 999;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
}


.has_val {
    border-bottom: solid 3px #cd9e32 !important;
}

.has_val_green {
    border-bottom: solid 3px #0c9500 !important;
}

.has_val_red {
    border-bottom: solid 3px #a30000 !important;
}