[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  min-height: 28px;
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 146, 152, 0.3);
  transition: background-color 0.3s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.fa-fw {
  width: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html {
  font-size: 10px;
  font-weight: 500;
}
html body {
      color: #545454;
    font-weight: 500;
}
html body *:focus {
  box-shadow: none!important;
}
html body .dropdown-item {
  padding: 0.35rem 2rem;
}
html body .btn,
html body .form-control {
  font-weight: 300;
  font-size: 1.4rem;
  padding: .525rem 1.05rem;
  line-height: 1.5;
  border-radius: 0;
}
html body .btn-group-sm > .btn,
html body .btn-sm {
  padding: .35rem .7rem;
  font-size: 1.225rem;
  border-radius: 0;
}
html body .form-control {
  height: calc(3.15rem + 2px);
}
html body .input-group-sm > .form-control,
html body .input-group-sm .input-group-append > .btn,
html body .input-group-sm .input-group-append > .input-group-text,
html body .input-group-sm .input-group-prepend > .btn,
html body .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(2.5375rem + 2px);
  padding: .35rem .7rem;
  font-size: 1.225rem;
  border-radius: 0;
}
html body .page-link {
  padding: .75rem 1.05rem;
}
html body .laydate_box,
html body .laydate_box * {
  box-sizing: content-box;
}
html body .text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html body .u-icon {
  width: 3rem;
  height: 3rem;
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
html body .u-icon > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}


html body .u-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .u-img {
  padding: 1rem 0;
  height: 9rem;
}
html body .u-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html body .u-img i {
  font-size: 7rem;
  color: #dadada;
}
html body .u-text {
  width: 5rem;
  height: 5rem;
  font-size: 1.2rem;
  line-height: 5rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
html body .l-text {
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 5rem;
  border-width: 1px;
  position: relative;
  border: none;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
html body .attachment {
  margin: 1rem 0;
}
/*# sourceMappingURL=base.css.map */




.preview-screen {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preview-screen #close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #ff4351;
  border-color: #ff4351;
  color: #fff;
}
.preview-screen #PDF {
  position: absolute;
  top: 16px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #ff4351;
  border-color: #ff4351;
  color: #fff;
  right: 66px;
  font-size: 14px;
}
.preview-screen #iframeBlock {
  width: 100%;
  height: 100%;
}
.preview-screen #iframeBlock .mht-iframe {
  background: white;
  width: 100vw;
  height: 100vh;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: rgba(0, 123, 255, 0.16);
 }
 
 
 .colBorderShow {
   vertical-align: middle;
   border-bottom: 2px solid #dee2e6;
   background-color:#F5F5F6;
 }
 
 .table td, .table th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
        padding: 5px;
        font-size:1.3rem;
 }
 
 
 


        input::-webkit-input-placeholder{
            font-size: 12px;
          color: #a5a5a5a8;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
           font-size: 12px;
            color: #a5a5a5a8;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
           font-size: 12px;
            color: #a5a5a5a8;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
            font-size: 12px;
            color: #a5a5a5a8;
        }
        
  /*      
 input, textarea,select {


    border: solid 1px #E5E5E5 !important;
    outline: 0 !important;   
    border-radius: 10px !important;
 
    background: #FFFFFF;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;

    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;

    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;    

}
button {
      border-radius: 8px !important;
}
 */
 
 .footer-btn-group button{
  color:black !important;
}
 
   .btn-group.btn-group-sm button{
 
  margin-left: 1px !important;
}
.input-group-append button{
   margin-left: 1px !important;
}
 
 
 .audit1 .form-row .form-group.col-md-6{
   display: inherit;
    align-items: center;
 }
 
  .audit1 .form-row .form-group.col-md-6 label{
     font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
    flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
 }
 
  .audit1 .form-row .form-group.col-md-12{
   display: inherit;
    align-items: center;
 }
 
  .audit1 .form-row .form-group.col-md-12 label{
     font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
        flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
 }
 
 
 
 .audit1 .row .col-md-6{
   display: inherit;
    align-items: flex-end;
   margin-bottom: 4px;
 }
 
  .audit1 .row .col-md-6 label{
    font-weight: bold;
    max-width: 195px;
    vertical-align: top;
        flex-direction: row-reverse;
    width:100%;
    padding-left: 4rem;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
 }
 
  .audit1 .row .col-md-12{
   display: inherit;
    align-items: center;
   margin-bottom: 4px;
 }
 
  .audit1 .row .col-md-12 label{
    font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
        flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
 }
 
 
 
 
 
.read .nxmodal-form .form-row  .form-group.col-md-6 {
      display: inherit;
    align-items: center;
}
.read .nxmodal-form .form-row  .form-group.col-md-6  label{
    font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
        flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
}



.read .nxmodal-form .form-row  .form-group.col-md-6  span{
     max-height: 112px; 
     overflow-y: auto;
}

.read .nxmodal-form .form-row  .form-group.col-md-12 {
      display: inherit;
    align-items: center;
}
.read .nxmodal-form .form-row  .form-group.col-md-12  label{
    font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
        flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
}
 

.read .nxmodal-form .form-row  .form-group.col-md-3 {
      display: inherit;
    align-items: center;
}
.read .nxmodal-form .form-row  .form-group.col-md-3  label{
    font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
        flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
}
 
 .add .nxmodal-form .form-row  .form-group.col-md-6  label{
    font-weight: bold;
    max-width: 195px;
    vertical-align: top;
    padding-left: 4rem;
        flex-direction: row-reverse;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    text-align: unset !important;
}