
body {
    background-color: #c0c0c0;
    width:100%;
    height: 100%;
}

.main-container{
    width:100%;
    height: 100%;
    
}

.header {
    background-color: #333;
    height: 60px;
    /* border-bottom: 5px solid #85b9ed; */
    color: #FFF;
}

.header>div,
.header>div>div {
    height: 100%;
}


#header-label {
    line-height: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    margin: 0px;
    padding-left: 32px;
}

.dropdown-content {
    /* display: none; */
    position: absolute;
    top: 60px;
    right: 0px;
    left: 0px;
    background-color: white;
    /* width: 200px; */
    height: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: larger;
}

.bodyContainer{

    width: 100%;
    height : calc(100% - 60px);
}

/* .tab-container{
     background-color:black; 
} */

.tab {
    /* background-color:black !important; */
    text-align: center;
}

/* li span {
    color: white !important;  
} */

.fa-cog {
    color: white;
  }

.btn_on_cell{
    /* background-color: black; */
    color: #2779a2;
    border-color: #2779a2;
    height: 30px;

}

.btn_container{
    border-top: 2px solid #2779a2;
}

.default_color{
    /* color: white; */
    border-color: red;
    /* background-color:black; */
}

.on_Hold_color{
    color: black;
    border-color: red;
    background-color:#f8a367;
}

.reject_color{
    color: black;
    border-color: red;
    background-color:red;
}

.complete_color{
    color: black;
    border-color: red;
    background-color:green;
}

.continue_processing{
    color: black;
    border-color: red;
    background-color:#52f7f7;
}


.resolve-container{
    width:100%;
    height:100%;
    background-color:white;
    /* color: white; */
}

.page{
    width:100%;
    height: calc(100% - 30px);
    overflow: scroll;
    
}
.center {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

.inputfield{
    width: 95%;
    height: 40px;
    margin-bottom: 5px;
}

.input-container {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
  }

.label{
    text-align: left;
    margin-bottom: 0px;
    width:95%;
}

.continue_btn{
    width:95%;
    height:40px;
    background-color:white;
    color:#348497;
    border: 1px solid #348497;
    margin-top:10px;
}


.area_description{
    /* background-color:black; */
    /* color:white; */
    overflow: scroll;
    height:137px;
    width:95%;
}

.stock_cell{
    border: 1px solid;
    
    width: 100%; 
    color: black; 
    border-color: red; 
    /* background-color:#f8a367; */
}

.stock_cell_containter{
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
}

.info_Field{
    width:94%;
    height:30px;
    background-color:white;
    color:#348497;
    border: 1px solid #348497;
    margin-top:10px;
    text-align: center;
    padding-top: 6px;
}

.dynamic_font_size{
    font-size: clamp(10px, 3vw, 14px);
}