﻿.nopadding {
    padding-right: 0rem;
    padding-left: 0rem;
}

.table-customHeight .fixed-table-container .fixed-table-body {
    min-height: 450px;
    max-height: 720px;
}
.btnROpen:hover {
    background-color: #2dce89;
    color: white;
    border: none;
}

.btnROpenReject:hover {
    background-color: #000000;
    color: white;
    border: none;
}
#SwitchRfwiToInprogressButton:hover, #SwitchJobToApprovalButton:hover, #SwitchJobToOpenButton:hover, #SwitchJobToClosedButton:hover, #SwitchDoToInprogressButton:hover {
    background-color: royalblue;
    color: white;
    border: none;
}
#SwitchRfwiNotToInprogressButton:hover, #SwitchJobNotToApprovalButton:hover, #SwitchJobNotToOpenButton:hover, #SwitchJobNotToClosedButton:hover, #SwitchDoNotToInprogressButton:hover {
    background-color: royalblue;
    color: white;
    border: none;
}
.search-input {
    text-transform: uppercase;
}
.fc-service-report {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.4rem;
}

.btn-service-report{
    padding:0rem;
    color:black;
    width:100%;
    font-family:'Times New Roman', Times, serif;
}

.h-service-report{
    font-family:'Times New Roman', Times, serif;
}

.table-service-report td, .table-service-report th {
    padding: 0rem;
    font-family: 'Times New Roman', Times, serif;
}

.table-part-replacement {
    font-family: 'Times New Roman', Times, serif;
}
.table-part-replacement td {
    font-size:1.0rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.table-part-replacement th {
    align-self: center;
    padding-bottom: 0px;
}

.table-part-replacement thead{
    text-align:center;
}

.table-part-replacement thead th {
    align-self: center;
    text-transform: capitalize;
}

.table-part-replacement h3{
    margin-bottom: 0px;
}

.card-service-report {
    padding-top: 0px;
    padding-bottom: 0px;
}

.card-part-replacement {
    padding:0px;
}

.card-header-service-report{
    padding-left:0.5rem;
    padding-right:0px;
}

.modal-service-report {
    padding:0.5rem 0rem;
}

.site-info-status-card .card-stats .card-body{
    padding: 0.2rem 1rem;
}

.table-job td, .table-job th
{
    padding:0.2rem;
}

.list-group-item-sm
{
    padding:0.5rem 1.0rem;
}

.wise-dropdown
{
    min-width:20rem;
}

.service-report-min
{
    min-height:5rem;
}