/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2020, 5:27:43 PM
    Author     : ykchong
*/
.bg-gradient-primary {
    background-color: #1fb4b0;
    background-image: linear-gradient(180deg,#1fb4b0 10%,#224abe 100%);
}
.form-group p{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #eee;
    font-weight: bold;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}

.select2-container--default .select2-selection--single{
    height: calc(1.5em + .75rem + 2px) !important; 
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
    
}

div.file{
  width: calc(100% - 34px);
  float:left;
}

.ls-file-remove{
    float:left;
    margin-top: 30px
}

.inspection_problems{
    font-size:9px;
}

.report_title{
      text-transform: uppercase;
}

body.ServiceReportsDetails,body.ServiceReportsDetails #content-wrapper{
    background: #fff !important;
    padding:20px;
    font-family: arial;
    color:#000;
}

.report-table{
    width:100%;
    border:1px solid #000;
}

.report-table .logo{
    width:25%;
}

.report-table .logo img{
    width:150px;
}
.report-table .title{
    width:50%;
    font-size:20px;
    font-weight: bold;
    text-align:center;
}
.report-table td{
    padding:10px;
}
.report-table .notes{
    font-size:10px;
}

.sub-report-table{
    width:100%;
    padding:10px;
    border:1px solid #000;
}
.sub-report-table th{
    border:1px solid #000;
     padding:10px;
     text-align: center;
}

.sub-report-table td{
    border:1px solid #000;
    padding:10px;

}

#iframemodal .modal-dialog{
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}