
 /* Worklow Process  */ 
.item-validation-error{
    color:red;
    font-size:12px;
    font-weight: 5;
   
}

.task-item-select{
    width:200px!important;
}

.completed{
    color:green!important;
}

.uncompleted{
    color:red!important;
}


.total-sum-revenue{
    font-size:20px;
    color :green;
    font-weight:bold;
}

.item-required:before{
    content: "\e058";
    font-family: apex-5-icon-font!important;
    font-size: 1.6rem;
    line-height: 1.2rem;
    vertical-align: bottom;
    color: red;
}



.charter-rep-title{
  display:flex;
  margin-bottom: 12px;
}

.charter-task-name,
.charter-task-status,
.charter-task-department {
    font-size:15px;
    font-weight: bold;
    margin-left:30px;
    
}

.dynamic-progress-btn {
    margin-bottom:10px;
    white-space:normal;
    width:175px;

}
    /*

    css for charter package report 

    */

.charter-rep-infos,
.charter-invoice-header {
    margin:2% 10% ;
    height:auto;
    width:auto;
    border:1px solid black;
    padding:50px;
}
.charter-rep-resume{
    height:100px;
    
    border:1px solid black;
    margin:15px 75px 75px;

}
.charter-rep-item-name{
    min-width:200px;
    margin-left:50px;
    padding:3px;
    text-decoration-style: dotted;
    text-align: justify;
}
.charter-rep-item-value  {
    min-width:200px;
    margin-left:50px;
    padding:3px;
    text-decoration-style: dotted;
    text-align: justify;
}
.charter-rep-title div {
    width:300px;
    display: flex;
}

.charter-rep-infos {
    margin-bottom: 50px;
}

.charter-rep-infos .title {
    margin-bottom: 50px;
}
.charter-rep-infos .title h3 {
   text-align: center;
   font-weight: bold;
}
.charter-rep-header {
  margin:20px 40px;
}

.is-aggregate {
    font-weight: bold;

}

.total_class{
    font-weight: bold;
    font-size:15px;
}
.total-amount,
.total-bh{
    background: white;
    border: 0 white;
    font-weight: bold;
    font-size:15px;
    align-content: flex-end;
    text-align:center;
}
.updatable{
    text-align:center;
}
.rate-has-changed{
    color:red;
}

.item-no-required::before{
    content:  "\00a0 \00a0 \00a0 \00a0 ";
}

.darkseagreen_clr{
    
    background: darkseagreen!important;
}
.burlywood_clr{
    
    background: burlywood!important;
}

 /*
   css for charter Invoices report 
  */




