
#process-movil{
    visibility: hidden;
}
.actions-copy{
    visibility: hidden;
}

.main-container {
   /* padding-top: 30px;*/
    width: 100%;
    display: inline-block;
    padding-left: 150px ;
    padding-right: 150px;
}

.main-textarea {
    width: 100%;
    resize: vertical;
    height: auto;
    margin-top: 25px;
    
}

.title{
    font-size: 24px;
    font-weight: bold;
    color: #212424;
    text-align: left;
    display: inline-block;
    width: 100%;    
    display: flex;
}

.icon-help{
	background-image: url('../../images/bepensa/icon-help.svg');
	background-size: contain;
    margin: 15px;
}

.icon-delitem{
    background-image: url('/assets/images/bepensa/trashbin.svg');
	background-size: contain;
    width: 25px !important;
    height: 20px !important;

}

.icon-edititem{
    background-image: url('../../images/bepensa/icon-edititem.svg');
	background-size: contain;
    width: 25px !important;
    height: 20px !important;

}

.icon-viewitem{
    background-image: url('../../images/bepensa/icon-viewitem.svg');
	background-size: contain;

}

.icon-plus{
    background-image: url('../../images/bepensa/plus.svg');
	background-size: contain;

}

.icon-addcar{
    background-image: url('../../images/bepensa/icon-car.svg');
	background-size: contain;    

}

.btn-initial{
    position: relative;
    width: 250px;
    height: 43px;
    background: #888888;
    border-radius: 20px;
    margin-top: 25px;
    color: white;
    font: message-box;
    border:0;
    border-right-width: 20px;
    float:right
}

.btn-process{
    position: relative;
    width: 250px;
    height: 43px;
    background: #28A745;
    border-radius: 20px;
    margin-top: 20px;
    color: white;
    font: message-box;
    border:0;
    float: right;
}

.btn-passcar{
    position: relative;
    width: 250px;
    height: 43px;
    background: #28A745;
    border-radius: 20px;
    margin-top: 20px;
    color: white;
    font: message-box;
    border:0;
}

.btn-valreg{
    width: 250px;
    height: 43px;
    position: relative;
    margin-top: 20px;
    background: #28A745;
    border-radius: 20px;
    color: white;
    font: message-box;
    border: 0;
    float: right;

}

.btn-addcar{
    position: relative;
    width: 250px;
    height: 43px;
    background: #008AB4;
    border-radius: 20px;
    margin-top: 20px;
    color: white;
    font: message-box;
    border:0;
}

.actions{
    display: flex;
    justify-content: space-around;
}

.tableProcess{
    display:block;
    margin-top: 25px;
    width: 100%;
}

.tableDetail{
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    margin-top: 25px; 
}

.tableDetail table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 0.5px solid #848484;
        
}
  
.tableDetail td {
    text-align: center;
    padding: 4px 0px;
    max-width: 90px;
    font-style: normal;
    font-size: 14px;
    border-bottom: 0.5px solid #848484;
}
  
.tableDetail th {
    text-align:center;
    padding: 10px 0px;
    color: #373A3C;
}

.tableDetail thead{
    background: transparent;
    border: solid #848484;
    border-style: solid;
    border-width: 1.37px 0px 1.37px 0px;
    font-size: 16px;
    color: #373A3C;
}

.tableDetail a {
    cursor: pointer;
    color: #00457E;
    font-size: 14px;
    font-weight: bold;
}

.tableIssues{
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 60px; 
}

.tableIssues table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 0.5px solid #848484;    
    overflow-y: auto;
    
}
  
.tableIssues td {
    text-align: center;
    padding: 4px 0px;
    max-width: 90px;
    font-style: normal;
    font-weight: normal;
    color: #373A3C;
    font-size: 14px;
    border-bottom: 0.5px solid #848484;
}
  
.tableIssues th {
    text-align:center;
    padding: 10px 0px;
    color: #373A3C;
}

.tableIssues thead{
    background: transparent;
    border: solid #848484;
    border-style: solid;
    border-width: 1.37px 0px 1.37px 0px;
    font-size: 16px;
    color: #373A3C;
}
.tableIssues a {
    cursor: pointer;
    color: #00457E;
    font-size: 14px;
    font-weight: bold;
}

.issuescopy{
    width: 90%;
    display: flex;
    text-align: center;
    font-size: 16px;
    background: transparent;
    border: solid #848484;
    border-style: solid;
    border-width: 1.37px 0px 1.37px 0px;
    color: #141515;
    font-weight: bold;
    padding: 10px;  
    margin-top: 60px; 
}

.issuescopy-num{
    width: 26%;   
}

.issuescopy-motivo{
    width: 13%;     
}

.issuescopy-cant{
    width: 22%;
    text-align: right !important; 
}

.issuescopy-exis{
    width: 21%; 
}

.issuescopy-acc{
    width: 9%;  
}

.tablemain th {
    text-align:center;
    padding: 10px 0px;
    color: #373A3C;
}

.content-tablemain {
    text-align:center;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    min-height: 180px !important;
    position: relative;
    padding-bottom: 8px;
    overflow-y: auto;
    max-height: 380px;
        
}

.datacopy{
    text-align:center;
    width: 100%;
    display: flex;
}

.datacopyname{
    background: transparent;
    border: solid #848484;
    border-style: solid;
    border-width: 1.37px 0px 1.37px 0px;
    font-size: 16px;
    color: #141515;
    width: 70%;
    padding-top: 20px;
    font-weight: bold;
    height: 60px;
}

.datacopyqty{
    background: transparent;
    border: solid #848484;
    border-style: solid;
    border-width: 1.37px 0px 1.37px 0px;
    font-size: 16px;
    color: #141515;
    width: 30%;
    padding-top: 20px;
    font-weight: bold;
    height: 60px;
}

.tableInitial{
    display: none;
    margin-top: 25px;
    width: 100%;
    height:300px;
    flex-direction: column;
 }

.modaledit{
    width: 100%;
    align-content: center;
    height: 140px;
}

.availability{
    width:350px; 
    max-width:250px; 
    display: inline-block;
    overflow-y: auto;
}

.numOrder{    
    font-weight: bold;
    color:#17A2B8;
 }

::placeholder {
    color: rgb(109, 109, 123);
    font-size: 16px;
}

/* Parent Container */
.content_img{
    position: relative;
    width: 100%;   
    float: left;
    margin-right: 10px;
   }

/* Child Text Container */
.content_img div{
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    color: black;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
   }
/*
.content_img:hover{
    cursor: pointer;
}*/
/*
.content_img:hover div{
    width: 200px;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7; 
    float: left;
    border-radius: 20px;
}*/

.styleplus{
    background: white;
}


#modal-edit-order-agil{
    border-radius: 15px !important;
}

.lbl-modal-order-agil{
    color: #646467;
}

.input-modal-order-agil{
    border: none;
    border-bottom: 1px solid gray;
    padding: 9px 0px;
}

#inputs-container-order-agil{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.item-container-order-agil{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

#modal-title-order-agil{
    padding-left: 20px;
}

.title-section{
    font-size: 24px;
    color: #212424;
    text-align: left;
}

#btn-actions-order-agil{
    margin-top: 40px;
}

.container-headerdetail{
    display: flex;
    justify-content: space-between;
}

.deleteall{
    padding-right: 0px;
}

.del-table-agil{
    display: flex;
    align-items: center;
    float: right;
}

