/*
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 : Feb 27, 2022, 2:41:28 PM
    Author     : 91852
*/
body{
    font-family: 'Poppins', sans-serif;
}
nav{
    background-color:#fff;  
}
h1,h2,h3,h4,p{
 

}
.finding-description p, .task-description p{
    margin: 0px;
    font-size: 16px;
}
.navbar{
    padding: 0px;
    background: #fff;
}
span.error{
    color: red;
    font-size: 11px;
}
.page-header {
    background: #cce6ff;
    padding: 10px;
    color: #004389;
}

.alert.alert-success.alert-dismissible.fade.show {
  margin-bottom: 0px;
}



.page-header h2 {
    font-size: 24px;
}
.form-group {
    margin-right: 10px;
}



/*krishna code start*/
.config-form-group {
    max-width: 280px;
    display: inline-block;
}
.icon-form-group{
}
.s_no {
}
.form-container-area{
    height: auto;
}
.list-container-area{
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.task-container {
    padding: 10px;
    border-bottom: 2px solid #dfdfdf;
    background: #fff;
    margin: 10px;
    border-radius: 20px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.previous-year-list-container-area{
}
.sub-page-header {
    padding: 10px 0px;
    color: #004389;
    background: #99c6fd;
}

.sub-page-header label {
    font-size: 12px;
    color: inherit;
    letter-spacing: 0.5px;
}
.question_name, .s_no{
    display: inline-block;
    vertical-align: top;
   
}
.task-group{
    margin-left: 150px;
}
.task-form-group{
    min-width: 300px;
    max-width: 320px;
    margin-right: 10px;
}

.finding-description {
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 15px;
  margin-left: 150px;
}

.task-description,.finding-description {
  box-sizing: border-box;
  padding: 5px 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.task-description{
    width: 100%;
}
.previous-year-finding {
  box-sizing: border-box;
  border-bottom: 2px solid #e7e7e7;
  padding: 15px;
  margin-left: 10% ;
  width:100%;
}

span.pending{
    background: #fdcb09;
    font-size: 15px;
    padding: 7px 14px;
    border-radius: 25px;
}
span.approve{
    background: #198754;
    font-size: 15px;
    color: #fff;
}
span.not_approve{
    color: #ee4c0d;
    font-size: 15px;
}


/*krishna code end*/


.form-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cta-area {
    text-align: center;
    padding: 10px;
}
footer .bottom-bar {
    background-color: #236292 !important;
}
footer .bottom-bar p {
    font-size: 16px;
    color: #b0b4d0;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
label {
    color: #767676;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

a#add_more_attr {
    margin-top: 23px;
}

a.navbar-brand img{
    width: 100%;
    height: 60px;
}

/* add warehouse page*/
.appended-row{
    padding: 0px 8px 8px 11px;
}
a#add_more_rack {
    margin: 20px 0px 0px -10px;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.card-div{
    padding: 5px;
}

.rack-row {
    padding: 10px;
    background-color: #fff;
    margin: 5px 0;
    width: 100%;
    box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .3);
}
.col-date {
    max-width: 124px;
    padding: 0 10px;
}

.auditee-name h2 {
    text-transform: capitalize;
    color: #434343;
}

.audit-name h2 {color: #3e41a5;}

.audit-card .cta-area {
    padding: 10px;
    display: inline-block;
    width: 284px;
}

.col-date h2 {
    color: #404040;
}

.audit-name {
    min-width: 260px;
    padding-right: 5px;
}

.audit-card {
    padding: 0px 12px;
    border-radius: 4px;
}
.rack-row h2 {
    font-size: 16px;
    padding: 0;
}
a#add_more_shelf {margin: 15px 5px 13px -8px}
.delete_shelf{
    padding: 28px;
}
#part_no_page_div a, #view_item_div a,#shelfShowDiv a{
    /* color: #2f2f2f; */
    /* text-decoration: none; */
}
.form-group-requisition {
    min-width: 200px;
    max-width: 250px;
    margin-right: 7px;
}
a#add_more_requisition,a.btn_remove_requistion {margin-left: 120px; margin-top: 17px}
.card.w_card {margin-bottom: 10px;}

span.help-text {font-size: 12px;color: #818e95;font-style: italic;margin-left: 10px;}

.section-form h6 {font-size: 14px;color: #626e70;}

.form-check.form-check-inline {padding-top: 30px;}

/** New UI Styles **/
a.edit-btn, a.del-btn {
    padding: 4px 8px;
}
.btn {
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-success {
    background-color: #fff;
    color: #198754;
}

.btn-warning {
    background: #fff;
    color: #000;
    border-color: #000;
}

.task-description,.finding-description {
    background: #fff;
    /** width: 960px;
    max-width: 960px; **/
    box-shadow: 0px 1px 6px #beccdf;
}
.action-taken-description {
    padding: 4px 15px;
    text-transform: capitalize;
    margin-left: 10px;
    display: inline-block;
    width: 100%;
    max-width: 920px;
    border-left: 4px solid #d3d3d3;
}

.action-taken-description h5 {
    font-size: 14px;
    margin: 0;
}

.finding-description h5 {
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.finding-description h3 {
    font-size: 18px;
}

.finding-description p {
    font-size: 18px;
    margin: 0px;
}

.finding-description a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
    font-weight: 500;
    color: #0d6efd;
}
.action-taken-description h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /* background: #e9ecef; */
    max-width: 272px;
    padding: 8px;
    border-radius: 30px;
    /* text-align: center; */
}
.question-row {
    display: inline-block;
    padding: 20px 0px;
}

.question_name {
    max-width: 960px;
    vertical-align: text-top;
    
}

.s_no {
    width: auto;
}

/** Status **/
.status {
    background: #8b8b8b;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 12px;
    border-radius: 26px;
    margin: 0px;
    max-width: 184px;
    text-align: center;
    text-transform: uppercase;
    margin-left: -4px;
    margin-bottom: 10px;
}

.status i {
    padding-right: 4px;
}
.approved {
    background: #198754;
}
.under-review{
  background: #fdcb09;
  color: #000;
}
.not-satisfactory{
    background: #dc3545;

}
.status-bar {
    margin-bottom: 0px;
}

.severity {max-width: 200px;display: inline-block;}
.severity span.L1 {
    color: magenta;
}

.severity span.L2 {
    color: red;
}
.severity span.L3 {
    color: #ff8100;
}
.auditor-response {
    border-left: 4px solid #d33f48;
    padding: 10px;
    margin: 5px;
    border-radius: 0px 0px 6px;
    color: #d33f48;
}
.finding-description a.btn-secondary {
    background: none;
    padding: 5px 15px;
    border: 1px solid;
}

.finding-description a.btn-secondary:hover {
    background: #0d6efd;
}

/** Typography **/
h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    margin: 10px 0;
    font-weight: 400;
}
.finding-description h3, h3.section-header, h3.section-no{
    font-family: 'Poppins', sans-serif;
}
.s_no h2 {
    text-align: right;
    margin-right: 10px;
    font-size: 21px;
    color: #2f4086;
    padding: 0px 10px;
    background: #ffffff;
    border-bottom: 2px solid;
}
h3.section-no, h3.section-header {
    display: inline-block;
    padding: 10px 8px;
}
.section-header {
    width: 100%;
    display: inline-block;
}
.section-header:first-child{
    border: none;
}
.section-header > h2, h5 {
    display: inline-block;
    vertical-align: middle;
}

.section-header > h2,h5 {
    font-size: 32px;
    padding-right: 10px;
}

/** Auditor Dashboard **/
a.btn-primary {
    background: #006393;
    color: white;
    border: none;
    margin: 4px;
}

.cta a.btn.btn-primary {
    width: 96%;
}

a.btn.btn-outline {
    color: #236292;
    text-transform: capitalize;
    border: 1px solid;
}

/** Control Bar **/
.control-bar .form-group {
    display: inline-block;
    min-width: auto;
}
a.btn.btn-drf {
    background: #1b4288;
    color: #fff;
}
.control-bar a.btn.btn-drf {
    background: white;
    color:#1b4288;
}

.btn i {
    padding: 0 5px;
    font-size: 21px;
    line-height: inherit;
    vertical-align: middle;
}
.control-bar a.btn {
    height: 46px;
    margin-top: 16px;
}
a.btn.btn-all-export {
    background: #274187;
    color: #fff;
}

/** Page Top Area **/
.audit-meta-row .col-4 {
    display: inline-block;
    width: 25%;
}

.audit-meta-row {
    width: 100%;
    display: inline-block;
}

.audit-meta-row h4 {
    font-size: 16px;
}

.page-top-area h3 {
    font-size: 18px;
}

.page-top-area h2 {
    font-size: 36px;
    margin-top: 0px;
}
.page-top-area label{
    color: inherit;
    font-size: 12px;
    letter-spacing: 0.4px;
}
a.btn-back {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    text-decoration: none;
}
a.btn-back i {
    padding-right: 4px;
    vertical-align: middle;
    font-size: 21px;
}

.add-section-row .s_no {
    margin-top: 0;
}
/*** SHOW HIDE **/
.section-header-row.container {
    display: none;
}

.audit-card h2 {
    margin: 0px;
}
.auditee-name {
    max-width: 160px;
    padding-right: 5px;
}

.body-content-area.container {
    min-height: 560px;
}
h4.frequency,h4.date {
    font-size: 16px;
    text-transform: capitalize;
}

h2.card-title {
    font-size: 28px;
    font-weight: 600;
}
.card-body {
    padding: 10px;
}
.form-flex-container.launch-audit-form .row {
    width: 100%;
    padding: 4px 0px;
}

.form-flex-container.launch-audit-form {
    max-width: 760px;
    padding: 40px;
}
button.btn-primary {
    background-color: #0d6efd;
    padding: 10px 30px;
}

.launch-audit-form h2.audit-name {
    font-size: 36px;
}
.task_name p:before, .task_name h3:before {
    content: "\f058";
    display: inline-block;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 21px;
    color: #8f8f8f;
    line-height: 1.4;
    vertical-align: middle;
}
.finding_div .btn-drf {
    margin-top: -40px;
}
a {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
.finding-description{
    clear: both;
}
.btn-submit-action {
    border: 1px solid #2d8655;
    color: #2d8655;
    margin: 10px 0;
}

.btn-submit-action:hover {
    background: #2d8655;
    color: #fff;
}

/** TECHNICAL LIBRARY UI **/
.doc-listing-row {
    margin: 10px;
    border: 1px solid #ccc;
    padding: 8px 0 0;
    border-radius: 8px;
}
.doc-listing-row p{
    margin-bottom: 0 ;
}
.date {
    font-size: 18px;
}

.expiry-date {
    color: #cb3939;
}

p.doc-number {
    font-family: monospace;
    font-size: 21px;
    font-weight: 400;
}
p.category {
    background: #e6f0ff;
    color: #24416a;
}

p.sub-category,p.category {
   display: inline-block;
   width: auto;
   margin-left: 10px;
   border-radius: 20px;
   font-size: 12px;
   padding: 2px 14px;
   margin-bottom: 0;
}
p.sub-category{
    background: #cee3ff;
    margin-left: 5px;
    color: #0e4d8d;
}

h2.doc-name {
    font-size: 24px;
    margin: 0;
}

p.date {
    margin: 0;
}

p.date.expiry-date {
    color: #ad2734;
}

h3.doc-version,h3.doc-number {
    font-size: 16px;
    margin: 0;
}

.doc-listing-row .row {
    width: 100%;
    display: inline-block;
    margin: 0;
}
.col-2x, .col-4x{
    vertical-align: text-top;
}
.col-2x {
    width: 12%;
    min-width: 142px;
    max-width: 156px;
    display: inline-block;
}

.col-2x.cta {
    max-width: 160px;
    min-width: 154px;
    text-align: center;
}

.col-4x {
    min-width: 292px;
    width: 30%;
    max-width: 360px;
    display: inline-block;
}
.col-2x.cta i {
    font-size: 14px;
}
.form-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}
.form-row .col-6{
    /* max-width: 48%; */
    /* display: inline-block; */
    /* margin: 0; */
}
.form-row .col-4{
}
.form-row .col-8{
    max-width: 60%;
    display: inline-block;
    margin:0
}

.form-row .cta-area buttton.btn {
    width: 260px;
}

.form-row button.btn.btn-primary {
    min-width: 280px;
    padding: 10px;
}
.add-doc-form {
    max-width: 600px;
}
.icon-form-group {
    display: inline-block;
    margin-top: 18px;
    max-width: 48px;
}

.form-row > div.row {display: inline-block;width: 100%;}

.icon-form-group button i {
    padding: 0px 4px;
    font-size: 16px;
}

.icon-form-group button {
    /* margin-top: 5px; */
}
.icon-form-group a i {
    font-size: 25px;
}

#add_more_subcat i {
    font-size: 36px;
}
a#add_more_subcat:hover {
    border: none;
    padding: 4px 0;
}
.form-container-area.container.add-cat-form {
    margin: 0 auto;
}

/** FLIGHT RELATED DATA **/
.flight-data-form select, .flight-data-form input {
    display: block;
    width: auto;
    max-width: 100%;
}

.flight-data-form input[type='file'] {
    padding: 10px;
    border: 1px solid lightgray;
    max-width: 226px;
}

.flight-data-form input[type="radio"], .flight-data-form input[type="checkbox"] {
    display: inline;
}  
.btn-save {
    border: 1px solid;
}
h3.flight-id {
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    color: black;
}

h3.flight-id span {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #326191;
}

.flight-data h2 {
    margin: 0;
    font-weight: 500;
    line-height: 1;
}
.flight-data-form label {
    color: #000000;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}
.flight-data h2.page-title {
    margin-bottom: 10px;
    font-size: 21px;
}
.flight-data-form .row {
    padding: 10px 0;
}
.doc-upload-card {
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    max-width: 360px;
    display: inline-block;
    background: #fff;
    min-height: 550px;
    max-height: 600px;
    vertical-align: top;
}

.doc-upload-card h2 {
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.doc-upload-cta {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.doc-upload-cta button {
    border: 1px solid #000000;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
    max-width: 320px;
}

.fill.doc-upload-cta button.fill-frb {
    background-color: #198754;
    border: 1px solid #2d8655;
}

.upload-flight-data {}

.doc-upload-cta button.medical-btn {
    background: #cd0000;
    border: 1px solid #cd0000;
    color: #fff;
}

.doc-upload-cta button.passenger-btn {
    background: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd;
}
h2.aircraft-config {
    font-size: 14px;
}
.trip-info h2.airport {
    display: inline-block;
    max-width: 560px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.trip-info {
    /** text-align: center; **/
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    background: #326191;
    padding: 10px;
    color: #fff;
}

button.create-next-flight {
    max-width: 320px;
    padding: 10px 20px;
    margin: 10px auto;
}
.trip-info label,.trip-info h2.airport {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.airport span {
    padding: 6px;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 0px;
}

.trip-info h2.airport span:last-child {
}
.trip {
    background: #d4ecff;
    border-radius: 10px;
    margin: 10px auto;
    overflow: hidden;
   /** text-align: center; **/
}

.trip {
}
.form-section {
    border: 1px solid lightgray;
    border-radius: 6px;
    margin-bottom: 10px;
}

.btn-primary {
    max-width: 294px;
    margin: 20px 0;
    
}
.frd.btn-primary{
    background-color: #0d6efd;
}
.flight-data .col-3 {
    min-width: 180px;
}

.flight-data-form .col-4,.flight-data-form .col-6,.flight-data-form .col-3,.flight-data-form .col-12{
    max-width: 100%;
}
.flight-data-form .row input[type="checkbox"] {
    margin-right: 15px;
    margin-left: 20px;
}
a.btn.fill-frb, .upload-flight-data {
    border: 1px solid;
    margin: 5px auto;
}

a.btn.medical-btn {
    background: #cb0000;
    color: #fff;
}

a.btn.passenger-btn {
    background: #326191;
    margin: 5px auto;
    color: #fff;
}
.input-units{
    margin-left: 5px;
    color: #000000;
    font-size: 12px;
    display: block;
}
.flight-data-form .progress {
    display: none;
}
label.label-small {
    font-size: 16px;
    font-weight: normal;
}
a.nav-link {
    font-size: 21px;
    text-transform: inherit;
    font-weight: 600;
    color: black;
}

a.nav-link:active {
    color: #0d6efd;
}

h5#offcanvasNavbarLabel {
    font-size: 21px;
}
p.helptext {
    font-size: 14px;
    padding-top: 5px;
    max-width: 520px;
    margin-bottom: 0px;
}

a.go-back {
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
.row.flight-row {
    margin: 10px auto;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background: #fff;
}

.trashed-flights-section .row.flight-row {
    border: none;
}

.col-2.flight-date h2 {
    font-size: 21px;
    margin: 0;
    font-weight: 400;
}

h2.doc-upload-status {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    background: #3ea173;
    width: auto;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    padding: 2px;
    border-radius: 23px;
    max-width: 112px;
}
a.dropdown-item {
    font-size: 21px;
    text-transform: capitalize;
    color: #0d6efd;
}
h2.aircraft {
    font-weight: 600;
    margin: 0;
}
.edit-update a {
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    color: #aaa;
    margin: 0;
    margin-right: 0px;
    border: none;
    padding: 0;
}

.edit-update a i {
    font-size: 14px;
    line-height: 1;
    vertical-align: bottom;
    padding-right: 5px;
}

.edit-update {
    text-align: right;
    padding-top: 10px;
    padding-right: 20px;
}

.edit-update a:hover {
    color: #0d6efd;
    border: none;
}

a.btn-edit, a.btn-delete {
    display: inline-block;
    padding: 5px;
}
.uploaded-frb .fas, .upload-flight-data .fas {
    color: green;
}

.uploaded-frb .fas, .upload-flight-data .fas, .medical-summary-filled .fas {
    padding-right: 5px;
    font-size: 16px;
    line-height: 1.4;
    vertical-align: inherit;
}

h3.flight-id {
    font-family: monospace;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle;
}

h3.flight-id span {
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
h5.doc_uploaded, h5.doc_not_uploaded {
    font-size: 16px;
    margin: 0;
    padding: 4px;
    margin-bottom: 0;
    cursor: pointer;
}

h5.doc_not_uploaded {
    color: #c21c10;
}

.row.doc-upload-count {
    padding-bottom: 10px;
    text-align: center;
}
.airport span .fa-circle {
    font-size: 8px;
    vertical-align: middle;
    margin-bottom: 6px;
    color: #adb5bd;
}
h5.doc_uploaded {
    color: green;
}
.flight-data-form form {
    border-bottom: 1px solid #d7d7d7;
}
a.btn.btn-primary.create-new-leg {
    background: white;
    color: #006393;
}
.flight-list-trip-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flight-list-trip-info h2.airport {
    min-width: 120px;
    padding: 0px 5px;
    margin: 0;
    font-weight: 600;
}
a.btn.btn-trash {
    color: #adb5bd;
    padding-left: 10px;
}
span.mandatory {
    color: red;
    padding-left: 2px;
}
.trashed-flights-section {
    background: #e9ecef;
    padding-top: 20px;
    margin-top: 20px;
}
.sub-cat-col .row {
    align-items: end;
}
button.btn_remove {
    padding: 4px 6px;
    margin: 0 auto;
    display: inline-block;
}
.add-section-form .row {
    align-items: center;
    padding: 5px 0;
}

.add-section-form .config-form-group {
    max-width: 760px;
}
.local-nav a {
    font-size: 21px;
    text-transform: capitalize;
    padding-right: 20px;
    margin-right: 10px;
    line-height: 36px;
}

.page-header.control-bar.local-nav {
    padding-top: 40px;
}
h2.section-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

section {
    padding: 20px 0px;
}

section.even {
    background-color: #d0e5fe;
}
/** MEDIA QUERIES **/

@media screen and (max-width: 560px) {
    .col-4.category-col, .col-8.sub-cat-col {
    width: 100%;
    }
    .row.flight-row {
        flex-direction: column;
    }
    .trip {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .flight-row .col-2, .flight-row .col-4, .flight-row .col-6 {
        width: 100%;
    }

    .flight-row .trip-info {
        text-align: left;
    }
    .form-row {
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    flex-basis: max-content;
    flex-wrap: wrap;
    justify-content: flex-start;
    }

    .btn-upload {
        margin: 5px;
    }

    .form-row a {
        margin: 5px 0;
        min-width: 400px;
    }
     /** ADD SECTION **/
    .add-section-form .config-form-group {
        width: 300px;
        padding: 0;
    }

    .s_no {
        width: 60px;
    }

    input#s_no {
        padding: 6px 5px;
    }
   
    
        
}
/* Notification CSS */

            
            .fas .fa-bell {
                font-size:1.5rem;
            }
            .notifications {
                min-width:420px;
            }
            .notifications-wrapper {
                overflow:auto;
                max-height:250px;
            }
            .menu-title {
                color:#ff7788;
                font-size:1rem;
                display:inline-block;
            }
            .fas .fa-arrow-alt-circle-right {
                margin-left:10px;
            }
            .notification-heading, .notification-footer  {
                padding:2px 10px;
            }
            .dropdown-menu.divider {
                margin:5px 0;
            }
            .item-title {

                font-size:1.3rem;
                color:#000;

            }
            .item-info{
                text-transform: capitalize;
            }
            .notifications a.content {
                text-decoration:none;
                background:#ccc;

            }
            .notification-item {
                padding:10px;
                margin:5px;
                border:1px solid #cce6ff;
                border-radius:4px;
            }
            .col-2.notify-no {
                width: 36px;
                height: 36px;
                background: #d0e5fe;
                border-radius: 18px;
                line-height: 36px;
                margin-top: 10px;
                margin-left: 10px;
                text-align: center;
                color: #326191;
            }
            .notify-row  h2.airport {
                margin: 10px 0px;
                font-weight: 600;
            }

            .notify-row p {
                margin-bottom: 10px;
            }
            span#counter_notification {
                background: #000000;
                height: 30px;
                width: 30px;
                position: absolute;
                border-radius: 22px;
                margin-left: -22px;
                margin-top: -10px;
                font-size: 14px;
                text-align: center;
                padding: 7px;
                font-weight: 500;
                letter-spacing: 1px;
            }
            
            /* spinnner */
            #spinner_div {
                position: fixed;
                display: none;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                text-align: center;
                background-color: rgba(255, 255, 255, 0.8);
                z-index: 2;
            }
            
            /* krishna added css code */
.row.file-upload-box,
.row .file-upload-box {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
}
.row.flight-row.completed-flight {
    border: 2px solid rgb(30, 212, 30);
}
.img-wrapper{
    max-width: 100%;

}
img{
    max-width: 100%;
}

/** May 02 by Ritesh **/
span.label {
    font-size: 12px;
    color: gray;
    padding-right: 4px;
}

h3.doc-number {
    font-size: 14px;
}

.doc-name h2 {
    margin-bottom: 0px;
}
.row.content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.row.content-row h2 {
    margin: 0;
}
.col-4x.doc-name{
    width: 36%;
    max-width: 40%;

}

/** May 15 2023 by Ritesh **/
.all-caps{
    text-transform: uppercase;
}