.viewDetail td{

    font-size: 12px;
    font-family: Roboto;
    padding-top: 5px;
    font-weight: normal;
}

.select-trigger {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  

select{
    font-size: 14px;
}

.items tr{
    border: 1px solid;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;

}

.items tr td{
    font-size:  10px;
}

.sdc tr td{
    font-size:  10px;
}

.sdc tr th{
    font-size:  10px;
}


.notice tr th{
    font-size:  10px;
}




.invoice-from tr th{
    font-size: 10px;
}

.invoice-from tr td{
    font-size:  10px;
}

.dates tr td b{
    font-size: 10px;
}

.card-content{
    font-weight: bold;
    font-size: 20px;

}


.button{
    background-color:  #22319D;
}

.button:hover{ 

    background-color: rgb(2, 130, 79);

}


.invoice-header{
    margin-bottom: -100px;
    font-size: 10px;
    padding-left: 2%;
}

.totals tr td{
    font-size: 10px;
}


.data-border{
    border-bottom: 1px solid  rgb(193, 188, 188);
    font-size: 10px;
}

.no-border{
    padding-left: 1%;
}

.totals tr td{
    padding: 1%;
}

.header2{
    font-weight: bold;
}

.outstanding-total td{
    font-weight: bold;
    font-size: 10px;
}

.outstanding-item{
    font-size: 10px;
    color: black;
}

.invoice-footer p{
    font-size: 10px;;
}

.invoice-title{
    font-size: 12px;
}

.form-card{
    border: 2px solid #22319D;
}

.form-button{
    background-color:  #22319D;
}

.app-name{
    padding-top: 10px;
    color:  #22319D;
    font-weight: bold;

    margin-left: 20px;
    font-size: 25px;
}

.active-color{
    color: #043495;
}

.top-navitem{
    margin-right: 20px;
    margin-top: 5px;
}

.page-title{
    font-size: 16px;
    font-weight: bold;
}

.service-title{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-content{
    margin-left: 0;
    padding: 2;
}

a:hover{
    cursor: pointer;
    text-decoration: none;
}

.stage-item{
    box-shadow: 1px 1px 1px 1px #043495;
    /*border: 2px solid #043495;*/
}

.badge{
    height: 40px;
    width: 40px;
    border-radius: 100%;

    text-align: center;
    padding: 10;
    justify-content: center;
}

.table-border{
    border: 1px solid #043495;
    font-size: 14px;
}

.large-form{
    border: 1px solid #043495;
    border-radius: 5px;
    padding: 10px;
}

.confirm-button{
    background-color: #043495;
    height: auto;
    width: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cancel-button{
    background-color: #b53535;
    height: auto;
    width: 100px;
}


.option-button{
    background-color: #043495;
    height: auto;
    width: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}


.hold-button{
    background-color: #DCD738;
    height: auto;
    width: 100px;
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for Firefox */
  .scrollbar-hide {
    scrollbar-width: none;
  }


.row-item td{
    font-size: 12px;
}

.head-item th{
    font-size: 13px;
}


.validate-button{
    background-color: #05a229;
    height: auto;
    width: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.dataItem{
    font-size: 11px;
}


  

