body {
     font-family: 'Roboto', sans-serif !important;
     overflow-x: hidden;
     background-color: #F3F3F3;
}
svg.svg-inline--fa.fa-file {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
button#documents {
    padding: 5px;
    border-radius: 5px;
    background-color: #ff8337 !important;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

tbody#logTableBodyYear{
    position: sticky;
}
tbody#logTableBodyYear tr {
    position: sticky;
    top: 56px;
}
#documentsModal .modal-content {
    /* width: 800px !important; */
    top: 62px !important;
}
#tbl-detailed::-webkit-scrollbar {
    width: 12px !important;
}

#tbl-detailed::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

#tbl-detailed::-webkit-scrollbar-thumb {
    background: #888 !important; 
    border-radius: 10px !important;
}

#tbl-detailed::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

label.addtional-upload-button {
    padding: 15px;
    margin-left: 10px;
    background-color: #ebf5fb;
    color: #1F5199;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
input#additionalFiles {
    display: none;
}
div#additionalDocuments {
    margin-top: 10px;
}


#loader-container {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     /* background-color: rgba(255, 255, 255, 0.7); */
     justify-content: center;
     align-items: center;
     z-index: 9999999;
 }
 
 .loader {
     border: 8px solid #f3f3f3;
     border-top: 8px solid #ff8337;
     border-radius: 50%;
     margin-left: 50%;
     margin-top: 20%;
     width: 50px;
     height: 50px;
     animation: spin 1s linear infinite;
 }
 
 @keyframes spin {
     0% { transform: rotate(0deg); }
     100% { transform: rotate(360deg); }
 }
input#short_description {
     border: 1px solid #E4E4E4;
     border-radius: 6px;
     color: #cccccc;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 14px;
 }

 a.btn-share-header {
     background: #ff8337;
     color: #fff;
     border: 1px solid #ff8337;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 8px;
     gap: 10px;
     text-decoration: none;
     color: #FFF;
     text-align: center;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     border-radius: 10px;
     transition: all 0.3s;
 }

 ul#inspectionDates{
     font-size: 12px;
 }
 input#descriptionId{
     border: 1px solid #E4E4E4;
     border-radius: 6px;
     color: #515457;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 14px;
 }
.inspection-btn{
     background-color: #f3f3f3;
}
 #tblBox::-webkit-scrollbar {
     width: 5px;
 }
#addTailNumButton{
     font-size: 16px;
     font-weight: 500;
}
#addTailNumberModal {
    top: 200px;
}
#addAircraftButton{
     font-size: 16px;
     font-weight: 500;
}
#addCraftButton{
     font-size: 16px;
     font-weight: 500;
}
#addAllCraftModal {
    top: 150px;
}
#addCraftModal {
    top: 200px;
}
#transferModal {
    top: 100px;
}
.fa-plus{
     color: #ff8337;
}
 #tblBox::-webkit-scrollbar-track {
     background: #ffffff;
  }
  #tblBox::-webkit-scrollbar-thumb {
     background: #acacac;
     border-radius: 10px;
  }
  #tblBox::-webkit-scrollbar-thumb:hover {
     background: #888;
  }

  #tblBox table thead {
     position: sticky;
     top: 0;
     background: white;
     /* border-bottom: 3px solid black; */
 }


div.editable {
     width: 100%;
     height: 200px;
     border: 1px solid #ccc;
     padding: 5px;
     text-align: start;
 }
 span.highlite {
     color: #0d6efd;
     user-select: none;
     cursor: pointer;
     text-decoration: underline;
 }
 span.highlite-track-part{
     color: #492fda;
     user-select: none;
     cursor: pointer;
     text-decoration: underline;
 }
 div#highliteInspectionDetail {
     top: 200px;
     width: 100;
 }
 #trackPartHighlightModal{
     top: 200px;
 }
 .inspection-history {
     width: 200px;
     margin-left: 280px;
 }
 tr th {
     text-align: center;
 }
 ul#inspectionDates {
     text-align: end;
 }
#inspectionModal{
     z-index: 9999 !important;
}
#trackPartModal{
     z-index: 9999 !important;
}
.bottom-gap{
     padding-bottom: 2%;
}
.inspection-btn{
     border-radius: 6px;
     padding: 14px 16px;
     display: inline-block;
     text-align: center;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     text-decoration: none;
     transition: all 0.3s;
     border: 1px solid #E4E4E4;
     background: #F3F3F3;
}
.content-right {
     padding-left: 10%;
 }
 .daterangepicker .drp-buttons .btn {
     background-color: #0a58ca !important;
     border-color: #0a58ca !important;
     color: white;
}
.customPadding{
     padding: 7px 12px;
}
.error{
     color: red;
}
/* .clender-table-new {
     border-collapse: collapse;
     width: 100%;
}
 .clender-table-new.td {
     border: 1px solid #dddddd;
     text-align: left;
     padding: 8px;
}
 */
 .sticky {
    /* position: sticky;
     */
    /* top: 0;
     background-color: #f2f2f2;
     z-index: 1;
     */
}
/* #loader {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 999;
}
 #loader img {
     width: 50px;
    /* Adjust the size as needed */
    /* height: 50px;
     */
    /* 
}
 */
 .monthTd::after {
     position: absolute;
     content: '';
     height: 1px;
     width: 100%;
     background: white;
     left: 0;
     top: -1px;
}
 .yearTd::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 1px;
     background: #fff;
     top: -1px;
     z-index: 999999;
     left: 0;
}
 #loader-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(255, 255, 255, 0.8);
    /* semi-transparent white overlay */
     z-index: 9999;
    /* a high z-index to ensure it's on top */
     display: none;
    /* initially hidden */
}
 #loader {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 10000;
    /* a higher z-index to ensure it's on top of the overlay */
     display: none;
}
 #loaderImage {
     height: 50%;
     width: 50%;
}
 #fixed-element .tbl-detailed table.clender-table-new.table-bordered.table-responsive tr th:nth-child(1) {
     border-radius: 20px 0 0;
}
 .clender-table-new thead tr th:first-child::after {
     content: '';
     position: absolute;
     top: -1px;
     left: -2px;
     height: 20px;
     width: 20px;
     background: #ffffff;
     z-index: -1;
}
 .container {
     max-width: 1500px;
     /* can done to 100% */
     margin: auto;
     position: relative;
     margin-bottom: 55px !important;
}
 .tbl-detailed {
     display: flex;
    /* height: 80%;
     overflow-y: scroll;
     overflow-y: hidden;
     */
}
/* .tbl-detailed .clender-table-new tbody tr td {
     position: sticky;
     top: 250px;
}
 */
.cancel-btn {
    position: absolute;
    right: 3px;
    top: 5px;
    box-shadow: 2px 0px -3px #cccc;
    padding: 1px 2px;
    color: #000;
    cursor: pointer;
}
 .login-box {
    max-width: 518px;
    margin: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
 form.login-form {
     width: 100%;
     display: flex;
     flex-direction: column;
     gap: 30px;
}
 .password-toggle-icon {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(50%);
     cursor: pointer;
}
 button.btn.btn-primary.btn-block {
     width: 100%;
     background-color: #333D58;
     color: #FFF;
     text-align: center;
     border: 1px solid #333D58;
     font-family: Roboto;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     padding: 24px 50px;
     border-radius: 8px;
     transition: all 0.3s;
}
 button.btn.btn-primary.btn-block:hover {
     border: 1px solid #333D58;
     color: #333D58;
     background: #FFF;
}
 .login-box label {
     color: #333D58;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     margin-bottom: 11px;
}
 .login-box .form-control {
     color: #333D58;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 22px 20px;
     border: 1px solid #E4E4E4;
     border-radius: 8px;
}
 p.forgot-pass-link {
     margin: 0;
     text-align: center;
}
 p.forgot-pass-link a {
     color: #333D58;
     text-align: center;
     text-decoration: none;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
}
 p.donthaveacc-link {
     margin: 0;
     text-align: center;
     color: #333D58;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
}
 p.donthaveacc-link a {
     color: #0039A3;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-decoration-line: underline;
}
 .form-control:focus {
     color: #212529;
     background-color: #fff;
     border: 1px solid #E4E4E4;
     outline: 0;
    /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
     */
     box-shadow: none;
}
/* create account page */
 .create-account-box {
     max-width: 518px;
     margin: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 50px 0;
}
 form.create-account-form {
     width: 100%;
     display: flex;
     flex-direction: column;
     gap: 30px;
}
 .create-account-box .form-control {
     color: #999EAC;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 22px 20px;
     border: 1px solid #E4E4E4;
     border-radius: 8px;
}
 .create-account-box label {
     color: #333D58;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     margin-bottom: 11px;
}
 h1.form-title {
     color: #333D58;
     font-family: Roboto;
     font-size: 54px;
     font-style: normal;
     font-weight: 900;
     line-height: 60px;
     text-transform: capitalize;
     margin-bottom: 10px;
}
 label.form-check-label {
     color: #333D58;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     margin-bottom: 0;
}
 label.form-check-label a {
     color: #0039A3;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-decoration-line: underline;
}
 .create-account-box input#agreeCheckbox {
     width: 20px;
     height: 20px;
     margin-bottom: 4px;
     cursor: pointer;
}
 .create-account-box .form-check {
     display: flex;
     justify-content: start;
     align-items: center;
     gap: 11px;
}
 .form-check-input:focus {
     color: #212529;
     border: 1px solid #E4E4E4;
     outline: 0;
    /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
     */
     box-shadow: none;
}
/* reset password page */
 .reset-password-box {
     max-width: 518px;
     margin: auto;
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .reset-password-box .form-control {
     color: #999EAC;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 22px 20px;
     border: 1px solid #E4E4E4;
     border-radius: 8px;
}
 .reset-password-box label {
     color: #333D58;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     margin-bottom: 11px;
}
 form.reset-password-form {
     width: 100%;
     display: flex;
     flex-direction: column;
     gap: 30px;
}
 form.reset-password-form h1.form-title {
     color: #333D58;
     font-family: Roboto;
     font-size: 54px;
     font-style: normal;
     font-weight: 900;
     line-height: 60px;
     margin: 0;
}
 p.label-text {
     color: #676B78;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     margin: 0;
}
/* aircraftdetails page */
 .bg-background {
     background: #F3F3F3;
}
 .header-section {
     background: #FFF;
}
 a.btn-log-out {
     color: #333D58;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     text-decoration: none;
     padding: 15px 0;
     display: flex;
     transition: all 0.3s;
}
 a.btn-log-out:hover {
     opacity: 0.7;
}
.header-section header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-section header .user-account {
    display: flex;
    align-items: center;
}
 span.logout-icon {
     margin-right: 10px;
}
 .beechcraft-box {
     max-width: 825px;
     background: #fff;
     border-radius: 23px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     padding: 0px 30px 0px 30px;
     gap: 40px;
}
 .inspection-box {
     background: #fff;
     border-radius: 23px;
     overflow: hidden;
     max-width: 441px;
     height: 100%;
}
.track-part-box{
     background: #fff;
     border-radius: 23px;
     overflow: hidden;
     max-width: 100%;
}
#trackPartDiv{
     background: #fff;
     border-radius: 23px;
     overflow: hidden;
}
 a.btn-share {
     background: #0039A3;
     color: #fff;
     border: 1px solid #0039A3;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 16px;
     gap: 10px;
     text-decoration: none;
     color: #FFF;
     text-align: center;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     border-radius: 10px;
     transition: all 0.3s;
}
 span.share-icon svg {
     margin-bottom: 2px;
     transition: all 0.3s;
}
 a.btn-share:hover {
     color: #0039A3;
     background: #fff;
     border: 1px solid #0039A3;
}
 a.btn-share:hover span.share-icon svg path {
     fill: #0039A3;
}
 input#selectDateRange {
     color: #333D58;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     background: #FFF;
     border: 1px solid #e4e4e4;
     border-radius: 10px;
     padding: 22px;
}
 a.btn-edit {
     margin-left: 20px;
}
 button.btn-search {
     border: none;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(4) {
     border: transparent;
}
 td#td_inner_frame {
     border: transparent;
}
 .search-box .input-group {
     border: 1px solid #F3F3F3;
     background: #F3F3F3;
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     width: 100%;
     border-radius: 8px;
     overflow: hidden;
     padding: 0 20px;
}
 .search-box .input-group input {
     background: transparent;
     border: none;
     padding: 22px 0px;
}
 .bottom-section {
     background: #fff;
     border-radius: 23px;
     position: relative;
     margin-top: 30px;
}
 .search-bar-box {
     display: flex;
     align-items: center;
     gap: 20px;
     width: 100%;
     margin: 0 auto;
     background-color: #fff;
     overflow: hidden;
}
 #fixed-element {
     position: sticky;
     top: 112px !important;
     border-radius: 20px;
     z-index: 2;
     bottom: 30px;
     width: 100%;
     margin: 0 auto;
     padding-top: 20px;
     background-color: #ffff;
}
/* #fixed-element::before {
     content: '';
     display: block;
     height: 16px;
     margin-top: -170px;
     position: sticky;
     -webkit-position: sticky;
}
 */
 #fixed-element::before {
     top: 48px;
     box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th {
     padding: 19px 27px;
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(2) {
     padding: 19px 27.4px 19px 28px;
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(1) {
     padding: 19px 39px;
}
/* #fixed-two-scroll{
     position: sticky;
     top: 130px !important;
     z-index:1;
     bottom: 30px;
     padding: 20px 0 5px 0;
     background-color: #ffff;
}
 */

/**
* Toggal Button for log entries view in the table
*/
.switch {
    --_switch-height: 24px;
    --_switch-width: 48px;
  
    position: relative;
    margin-right: 0.5em;
    height: var(--_switch-height);
    width: var(--_switch-width);
  
    /* Hide default HTML checkbox but preserve accessibility. */
    & input {
      opacity: 0;
      width: 0;
      height: 0;
    }
  }

  .slider {
    --outline-width: 1px;
  
    position: absolute;
    inset: 0;
  
    background-color: #fff;
    border-radius: 9999px;
    outline: 1px solid #000;
    cursor: pointer;
    transition: background-color var(--transition-duration-timing-from);
  
    &::before {
      --_ratio: 80%;
      --_offset: 2px;
  
      content: "";
  
      position: absolute;
      top: 50%;
      left: var(--_offset);
      right: unset;
      translate: 0 -50%;
  
      height: var(--_ratio);
      aspect-ratio: 1 / 1;
  
      background-color: #000;
      border-radius: 50%;
  
      transition: translate var(--transition-duration-timing-from);
    }
    .switch input:checked + & {
      /* background-color: #16110e; */
      filter: brightness(130%);
      transition: background-color var(--transition-duration-timing-to);
    }
    .switch input:checked + &::before {
      left: 0;
      translate: calc(calc(var(--_switch-width) - 100%) - var(--_offset)) -50%;
      transition: translate var(--transition-duration-timing-to);
    }
  }
  
  .switch-status {
    color: whitesmoke;
    opacity: 0.85;
  
    .switch:has(#switch-toggle[checked]) + & {
      opacity: 1;
      font-weight: 500;
    }
  }

  .switch-container {
    padding: 1em;
    width: min(14em, 100%);
    display: ruby;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1em;
    cursor: pointer;
    border-radius: 8px;
    /* background: #ff8337; */
}


/*
* End Toggal Button Css
*/


.search-box {
    width: 60%;
}
 .search-date input.form-control {
     padding: 22px 40px;
     border-radius: 10px;
}
 .search-date input.form-control {
     padding: 22px 40px;
     border-radius: 10px;
     color: #333D58;
     font-family: Roboto;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(231 235 240);
}
 .beechcraft-image {
     border-radius: 23px;
     overflow: hidden;
     width: 200px;
     height: 200px;
     cursor: pointer;
}
 .beechcraft-details {
     width: 525px;
}
 h3.inspec-title {
     padding: 0px 30px;
     color: #333D58;
     font-family: Roboto;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: 60px;
     margin: 0;
     border-bottom: 1px solid #444;
}
 table.table.tbl-beechcraft td {
     border-bottom: 1px solid #E7EBF0;
     padding: 10px 0;
     color: #333D58;
     text-align: right;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
    /* 171.429% */
}
 table.table.tbl-beechcraft td:first-child {
     color: #999EAC;
     text-align: left;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 24px;
    /* 171.429% */
}
 table.table.tbl-beechcraft tr:last-child td {
     border: none;
}
 table.table.tbl-ins-details td {
     border-bottom: 1px solid #E7EBF0;
     padding: 10px 0;
     color: #999EAC;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 24px;
     text-align: center;
}

 table.table.tbl-ins-details tr:last-child td {
     border: none;
}
.tbl-box {
     height: 355px;
     overflow: scroll;
     overflow-x: hidden;
 }
 td.black-text {
     color: #333D58 !important;
     text-align: right;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
    /* 171.429% */
}
 td.green-text {
     color: #089000 !important;
     text-align: right;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}
 td.red-text {
     color: #F00 !important;
     text-align: right;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}
 .inspection-box {
     background: #fff;
     border-radius: 23px;
     overflow: hidden;
     max-width: 100%;
     margin-bottom: 20px;
}
 /* .top-section {
     padding: 30px 0;
} */
a.btn-label, a.btn-label-red {
    background: #333D58;
    padding: 9px 8px 9px 9px;
    color: #fff;
    text-decoration: none;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* display: flex; */
    width: 138px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    margin-right: 10px;
}

a.btn-upload.btn-addon {
    justify-content: end;
}

a.list-group-item.list-group-item-action {
    background: #FFC700;
}

a.log-modal.btn-upload img {
    margin-bottom: 21px;
}

button.view-all-logs {
    background: none;
}

 a.btn-label-red {
     background: #FF8337;
     color: #FFF;
     font-family: Roboto;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
     line-height: 15px;
    /* 125% */
}
 a.btn-label-red span svg path {
     fill: #fff;
}
 a.btn-label span svg, a.btn-label-red span svg {
     margin-bottom: 2px;
}
 td.logTypes {
     position: sticky;
     top: 56px;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr td {
     text-align: center;
    /* padding: 21px 34px 21px 34px;
     */
     border-right: 0;
}
.search-bar {
    /*margin-bottom: 20px;
    position: sticky;
    top: 107px;*/
    z-index: 9;
    padding: 14px 0;
    background-color: #fff;
    overflow: hidden;
}
 tbody tr td {
     width: 200px;
}
 .monthTd, .yearTd {
     position: sticky;
     background: #333D58;
     color: #fff;
     z-index: 1;
}
 .sticky {
     position: sticky !important;
     top: 56px;
     background: #333D58;
     color: #fff;
}
 #tbl-detailed::-webkit-scrollbar {
     width: 0px;
}
 #head-fixed {
     z-index: 1;
     position: sticky;
     top: -1px;
     margin-bottom: 20px;
}
.edit-view-model .cancel-btn {
    position: absolute;
    right: 3px;
    top: 5px;
    box-shadow: 2px 0px -3px #cccc;
    padding: 1px 2px;
    color: #000;
    cursor: pointer;
}
 th.th_inner_airframe {
     position: relative;
}
 th.th_inner_airframe::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     height: 20px;
     width: 20px;
     background: #333d58;
     z-index: -1;
}
 table.table.table-bordered.table-responsive {
     margin-bottom: 0;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr th {
     color: #999EAC;
     padding: 21px 0px 23px 20px;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     letter-spacing: 0.36px;
     text-transform: uppercase;
}
 .tbl-detailed table.clender-table-new.table-bordered.table-responsive tr th:nth-child(1), .tbl-detailed table.clender-table-new.table-bordered.table-responsive tr th:nth-child(2), .tbl-detailed table.clender-table-new.table-bordered.table-responsive tr th:nth-child(3) {
     padding: 21px 30px 23px 30px;
     background-color: #333D58;
     width: 100px;
}
 .bdr {
     border-radius: 23px;
}
 a.btn-upload {
     transition: all 0.3s;
}
 a.btn-upload:hover svg circle {
     fill: #FF8337;
}
 a.btn-upload:hover svg path {
     fill: #fff;
     opacity: 1;
}
/* popup model upload */
/* Style for the container */
 .upload-container {
     text-align: center;
     padding: 20px;
     cursor: pointer;
     border-radius: 6px;
     border: 1px dashed #CACACA;
     background: #FAFBFB;
     width: 100%;
     max-width: 100%;
     height: 266px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
/* Style for the hidden file input */
#fileInput {
    opacity: 0;
}
/* Style for the upload button */
.upload-button {
    background-color: #ebf5fb;
    color: #1F5199;
    padding: 4px 6px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
/* Style for the text below the button */
 .upload-text {
     margin-top: 10px;
     font-size: 14px;
}
/* .upload-model {
     width: 100%;
     max-width: 306px;
     border-radius: 12px;
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     background: #fff;
}
 */
/*.upload-model {
     width: 550px;
     border-radius: 12px;
     box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
     position: absolute;
     background: rgb(255, 255, 255);
     z-index: 9999999999999999999;
     bottom: -36px;
     right: calc(50% + 27px);
}*/
body.open-modal {
    overflow: hidden;
}
.upload-model, .edit-model, .edit-view-model {
    position: fixed;
    z-index: 9999999999999999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0 12px;
    display: none;
    overflow-x: hidden;
}
body.open-modal .upload-model, body.open-modal .edit-model, body.open-modal .edit-view-model {
    display: block;
    background: rgb(0 0 0 / 40%);
}
.upload-model form, .edit-model form, .edit-view-model form {
    max-width: 1280px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    margin: 100px auto;
    position: relative;
}
.upload-text {
    margin: 0;
    margin-top: 45px;
    color: #212223;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
}
 a.btn-cancel, a.btn-save {
     width: 76px;
     border-radius: 6px;
     padding: 14px 16px;
     display: inline-block;
     text-align: center;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     text-decoration: none;
     transition: all 0.3s;
}
 a.btn-cancel {
     color: #999EAC;
     border: 1px solid #E4E4E4;
     background: #F3F3F3;
}
 a.btn-cancel:hover {
     color: #FFF;
     border-radius: 6px;
     background: #FF8337;
     border: 1px solid #E4E4E4;
}
 a.btn-save {
     color: #FFF;
     border-radius: 6px;
     background: #FF8337;
     border: 1px solid #E4E4E4;
}
 a.btn-save:hover {
     color: #999EAC;
     border: 1px solid #E4E4E4;
     background: #F3F3F3;
}
 a.btn-edit-button {
     display: inline-flex;
     justify-content: center;
     gap: 10px;
     padding: 14px 16px;
     align-items: center;
     border-radius: 6px;
     border: 1px solid #CCD0D6;
     background: #FFF;
     color: #181818;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-decoration: none;
     transition: all 0.3s;
}
 a.btn-edit-button span svg {
     margin-bottom: 4px;
}
 a.btn-edit-button:hover {
     color: #FFF;
     border-radius: 6px;
     background: #FF8337;
     border: 1px solid #E4E4E4;
}
 a.btn-edit-button:hover span svg path {
     fill: #fff;
}
 .form-block {
     padding: 22px 20px 20px 20px;
     border-bottom: 1px solid #E7EBF0;
}
/* .edit-view-model form#update-log {
     width: 550px;
}*/
 .action-button-box {
     padding: 20px;
     display: flex;
     justify-content: left;
     gap: 8px;
     /* width: 500px; */
}
 .upload-box {
     margin-bottom: 20px;
}
 textarea#exampleTextarea {
     border: 1px solid #E4E4E4;
     border-radius: 6px;
     color: #999EAC;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 18px;
}
/* edit model */
/*.edit-model {
     width: 550px;
     border-radius: 12px;
     box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
     position: absolute;
     top: 150px;
     left: 156px;
     background: #fff;
     z-index: 999999999;
}*/
/* #update-log {
     z-index: 3;
     position: absolute;
     position: absolute;
     top: -404px;
     left: -315px;
     box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
     background: #fff;
     width: 306px;
     border-radius: 12px;
}*/
.upload-img-box {
     border-radius: 6px;
     background: #D9D9D9;
     overflow: hidden;
     height: 309px;
}
.edit-model .upload-img-box {
    height: 500px;
}
.edit-model .upload-img-box .showImg {
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}
.form-control .editEntryCraft {
     height: 130px;
}
 .edit-text p {
     color: #676B78;
     font-family: Roboto;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     margin: 0;
     text-align: left;
}
/* a.btn-edit {
}
 */
/* edit-view-model */
/*.edit-view-model {
     width: 306px;
     border-radius: 12px;
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
     position: absolute;
     position: relative;
     transform: translate(-50%,-50%);
     top: 528px;
     background: #fff;
     z-index: 999999999999999;
     left: 370px;
}*/
.cursor-pointer {
     cursor: pointer;
}
 .upload-container-with-image {
     text-align: center;
     padding: 20px;
     cursor: pointer;
     border-radius: 6px;
     border: 1px dashed #CACACA;
     background: #FAFBFB;
     width: 100%;
     max-width: 100%;
     height: 200px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-size: cover;
     background-repeat: no-repeat;
}
 .upload-container-with-image img {
     width: 100px;
}
 a.btn-upload {
     position: relative;
     margin: 0 auto !important;
    /* width: 50px;
     */
     display: flex;
     align-items: center;
     justify-content: center;
}
 td a svg {
     display: inline-block;
     vertical-align: middle;
}
 .logTD a svg {
     padding-right: 3px;
}
 .editField {
     margin-top: -2px;
}
 .th_inner_airframe {
     padding: 10px;
     border-top-left-radius: 25px;
}
 #td_inner_frame {
     padding: 10px;
    /* border-bottom-left-radius: 25px;
     */
}
 .table .tbl-beechcraft a {
     color: inherit;
     text-decoration: inherit;
     padding-left: 10px;
     display: flex;
     margin-top: 5px;
}
 .clender-table-new {
     width: 25%;
}
 .tbl-detailed {
     overflow: scroll;
     height: 600px;
     width: 100%;
    /* background-color: #333D58;
     */
}
 .tbl-detailed thead {
     background-color: #fff !important;
}
 .table-bordered>:not(caption)>* {
     border-width: 1px 0;
     background-color: #fff;
}
/* .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(3) {
     padding: 21px 30px 23px 30px;
     background-color: #333D58;
     width: 100px;
     border-right: 0 !important;
}
 */
 .header-section {
     overflow: hidden;
     background: #FFF;
     position: fixed;
     top: 0;
     left: 0;
     height: 50px;
     width: 100%;
     z-index: 9999;
     box-shadow: rgb(247 247 247 / 16%) 0px 3px 6px, rgb(135 135 135 / 23%) 0px 3px 6px;
}
 section.main-section {
     margin-top: 95px;
}
 .tbl-detailed table tbody tr td {
    /* position: relative;
     */
}
 img#selectedImage {
     height: 200px;
     width: 200px;
     border-radius: 8px !important;
}
ul#inspectionDates svg {
     font-size: 13px;
     position: relative;
     right: 0px;
 }
 li.inspection-selected-entry.cursor-pointer {
    position: relative;
    top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: underline;
    color: blue;
    margin-top: 10px;
}
li.inspection-selected-entry.cursor-pointer svg path {
    fill: black;
}
 span.this-hyperlink {
     background: yellow;
 }

 /*
 * Showing logs files
 */

p.header-title.m-b-30 {
    font-size: 20px;
    text-align: center;
    text-align: left;
    margin: revert;
}

.col-lg-3.col-xl-2.grid-docs {
    width: 18%;
}

.file-man-box {
    padding: 5px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    height: 52px;
    cursor: pointer;
}

.file-man-box .file-close {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden
}

.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center;
    width: 40px;
    display: flex;
}

.file-man-box .file-img-box img {
    height: 40px;
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box .file-download:hover {
    color: #313a46
}

.file-man-box .file-man-title {
    /* padding-right: 25px; */
    width: 100px;
    margin-left: 10px;
}

.file-man-box:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.file-man-box:hover .file-close {
    visibility: visible
}
.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}
h5 {
    font-size: 15px;
}

/* .table.table-responsive thead tr th {
 border-bottom: 1px solid #FFF !important;
} */



 @media (max-width:480px) {
     .beechcraft-details {
         max-width: 525px;
         width: 100%;
    }
     .beechcraft-box {
         flex-direction: column;
         justify-content: center;
         align-items: center;
         margin-bottom: 30px;
    }
     .search-bar-box {
         display: flex;
         align-items: center;
         gap: 20px;
         flex-wrap: wrap;
    }
     .tbl-detailed {
         width: 100%;
         overflow: scroll;
    }
}
 @media (max-width:990px) {
     .tbl-detailed {
         width: 100%;
         overflow: scroll;
    }
     #head-fixed {
         top: 0;
    }
}
 table.table.table-bordered.table-responsive {
     border-spacing: 0;
     border-radius: 23px;
     border: 1px solid #E4E4E4;
}
/* Apply a border to the right of all but the last column */
 table.table.table-bordered.table-responsive th:not(:last-child), table.table.table-bordered.table-responsive td:not(:last-child) {
     border-right: 1px solid #E4E4E4;
}
/* Apply a border to the bottom of all but the last row */
 table.table.table-bordered.table-responsive>thead>tr:not(:last-child)>th, table.table.table-bordered.table-responsive>thead>tr:not(:last-child)>td, table.table.table-bordered.table-responsive>tbody>tr:not(:last-child)>th, table.table.table-bordered.table-responsive>tbody>tr:not(:last-child)>td, table.table.table-bordered.table-responsive>tfoot>tr:not(:last-child)>th, table.table.table-bordered.table-responsive>tfoot>tr:not(:last-child)>td, table.table.table-bordered.table-responsive>tr:not(:last-child)>td, table.table.table-bordered.table-responsive>tr:not(:last-child)>th, table.table.table-bordered.table-responsive>thead:not(:last-child), table.table.table-bordered.table-responsive>tbody:not(:last-child), table.table.table-bordered.table-responsive>tfoot:not(:last-child) {
     border-bottom: 1px solid #E4E4E4;
}
 table.table.table-bordered.table-responsive th {
     border-bottom: 1px solid #E4E4E4;
}
 .tail {
     width: 30px;
     height: 21px;
     flex-shrink: 0;
     position: absolute;
     bottom: 62px;
}
/* .tbl-detailed table.table.table-bordered.table-responsive tr th:first-child{
     background-color: red;
     width: 100px;
}
 */
/* new media quries start here */
 @media all and (max-width:1280px) {
     .tbl-detailed table.table.table-bordered.table-responsive tr td {
         padding: 12px 37px 12px 34px;
         border-right: 0;
    }
}
@media all and (max-width:1024px) {
.search-bar-box {
     width: 100%;
}
 #fixed-element {
     bottom: 30px;
     overflow: visible;
     width: 100%;
     padding-top: 20px;
     background-color: #ffff;
}
 a.btn-label, a.btn-label-red {
     padding: 4px 4px 4px 4px;
     font-size: 11px;
     line-height: 15px;
     width: 79px;
     height: 38px;
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th {
     padding: 19px 0px;
     text-align: center;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr td {
     padding: 12px 15px 12px 12px;
     border-right: 0;
     height: 64px;
     text-align: center;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr td:nth-child(2) {
     padding-right: 0px;
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(1) {
     padding: 19px 0px;
     text-align: center;
     width: 104px;
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(2) {
     padding: 19px 0px 19px 1px;
     text-align: center;
}
 .tail {
     display: none;
}
}
@media all and (max-width:768px) {
#fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(1) {
     padding: 19px 0px;
     text-align: center;
     width: 77px;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr th {
     font-size: 9px;
}
 .logTD a span svg {
     width: 10px;
}
 a.btn-label, a.btn-label-red {
     padding: 4px 4px 4px 4px;
     font-size: 6px;
     line-height: 15px;
     width: 79px;
     height: 25px;
}
 .logTypes {
     background: #333D58;
     color: #fff;
     padding-right: 45px !important;
}
 .tbl-detailed table.table.table-bordered.table-responsive tr td {
     padding: 24px 15px 12px 12px;
     border-right: 0;
     height: 64px;
     text-align: center;
     margin: 0 20px;
    /* font-size: 27px;
     */
}
}
@media all and (max-width:820px) {
.logTypes {
     background: #333D58;
     color: #fff;
     padding-right: 35px !important;
}
 #fixed-element .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(1) {
     padding: 19px 0px;
     text-align: center;
     width: 79px;
}
}
@media all and (max-width:851px) {
     .tbl-detailed {
         width: 313%;
        /* background-color: #333D58;
         */
    }
}
@media all and (max-width:1120px) {
.tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(2), .tbl-detailed table.table.table-bordered.table-responsive tr th:nth-child(3) {
     padding: 21px 30px 23px 30px;
     width: 85px;
}
 .tbl-detailed {
     width: 100%;
     background-color: #333D58;
}
}
.tail {
     width: 30px;
     height: 21px;
     flex-shrink: 0;
     position: absolute;
     bottom: 62px;
     display: none;
}
/* new media qurie end here */
@media (min-width: 576px) {
    .modal-dialog{
        max-width: 800px;
        margin: 0.5rem auto;
    }
}