@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/

 
/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body{
    font-family: 'Montserrat' !important;
    background-color: #e1e1e1;
}

.login_body{
    height: 100vh !important;
    background-image:url('../images/login_bg.jpg') !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
    background-attachment: fixed;
}

.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    font-size: 14px;
    line-height: 26px;
}

/*ul{
    padding-left: 50px !important;
}*/

li{
    font-size: 14px;
    line-height: 23px;
}

a{
    text-decoration: none !important;
}

.logo{
    width: 70px;
    float: left;
    margin-right: 10px;
}

.logo_text{
    font-size: 20px;
    margin-bottom: 0px;
    color: #002367;
}

.logo_text_p{
    font-size: 12px; 
    font-weight: 600; 
    margin-bottom: 0px;
    line-height: 17px;
}

.small, small {
    font-size: 10px;
}

.a_link{
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.a_link:hover{
    color: #0d5ca3;
    padding-left: 5px;
}

.login_section_div{
    padding-top: 150px;
}

.login_body .logo_text{
    font-size: 27px;
    margin-bottom: 0px;
    color: #002367;
}

.login_body .logo_text_p{
    font-size: 16px; 
    font-weight: 600; 
    margin-bottom: 0px;
}

.login_div{
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.form_icon {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 18px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/*******common css*************/
/******************************/


.heading{
    font-size: 25px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.sub_heading{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flight_num_div{
    width: 225px;
}

.date_div{
    width: 245px;
}

.passenger_count_div{
    width: 190px;
}

.data_source_div{
    width: 250px;
}

.welcome_text{
    position: relative;
    margin-top: -25px;
}

.nav-pills .nav-link{
    width: 240px;
    text-transform: uppercase;
    color: #002367;
    font-weight: 700;
    border: 1px solid #002367;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #002367;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #002367;
}

/*.nav-pills li .nav-link.active:after {
    margin-top: 30px;
    margin-left: -99px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #002367;
    border-width: 10px;
}*/

.excel_btn{
    width: 240px;
    font-weight: 600;
    position: absolute;
}

.yellow_btn{
    background-color: #ffbc4d;
    border: 1px solid #ffbc4d !important;
    color: #000000 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    padding: 5px;
    border-radius: 5px;
}

.yellow_btn:hover{
    border: 1px solid #000000 !important;
    background-color: #eeeeee;
    color: #000000 !important;
}

.plane_img_div {
    width: 80px;
    margin-right: 25px;
}

.plane_img_box {
    width: 85px !important;
    padding: 10px !important;
    text-align: center;
}

.data_text_col{
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #999999;
}

.data_text_col p{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: initial;
}

.depature{
    font-size: 8px;
    background-color: #f68e56;
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff;
}

.arrivel{
    font-size: 8px;
    background-color: #00ba00;
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff;
}

.data_com{
    font-size: 9px;
    background-color: #002367;
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
}

.table_data_com{
    font-size: 9px;
    background-color: #002367;
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff;
}

.data_set_row{
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.data_set_row:hover{
    background-color: #eeeeee !important;
}

.arrow_div{
    margin-top: 23px;
    width: 80px;
}

.link_arrow{
    position: absolute;
    width: 30px;
    top: -52px;
    right: 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*.data_set_row:hover .link_arrow{
    left: 30px;
}*/

table.dataTable thead th {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
}

table.dataTable {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    border: 1px solid #000000;
    font-size: 14px;
}

.span_cal_icon{
    border: 1px solid #000000;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.missing_record, .missing_record td, .missing_record th {
    background-color: #ffe0e0 !important;
}

.mismatch_record, .mismatch_record td, .mismatch_record th {
    background-color: #f6b4b4 !important;
}

.mismatch_record b{
    color: #ff0101 !important;
    font-weight: 900;
}

.plane_img_box img {
    width: 31px !important;
}

.accor_btn{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    text-transform: uppercase;
    color: #002367;
    font-weight: 700;
    border: 1px solid #002367;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease; 
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.nav-tabs .nav-link {
    margin-bottom: 15px;
    width: 140px;
    text-transform: uppercase;
    color: #002367;
    font-weight: 700;
    border: 1px solid #002367;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease; 
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-tabs .nav-link:hover{
    color: #000000;
    background-color: #ffbc4d;
}

.nav-tabs .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #ffbc4d;
}

.p_icon{
    width: 60px;
    float: left;
    margin-right: 20px;
}

.popup_data_section .data_text_col{
    border-right: none;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.popup_data_section .miss_match_record {
    background-color: #ff7d7d;
    padding: 10px;
}

.popup_data_section .miss_match_record p {
    color: #ffffff !important;
}

.popup_data_section .data_com {
    font-size: 12px;
    background-color: #002367;
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff;
    text-align: left;
    width: max-content;
}

/*****************************/
/*********footer**************/

.footer_logo{
    width: 350px !important;
    margin-bottom: 15px;
}

.footer_logo_col{
    text-align: center;
}

.footer_row{
    background-color: #363636;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top {
  background: #0d5ca3;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: -70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top:hover{
    background: #509ec4;
}

.scroll-top.visible {
  right: 0;
}

.arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.arrow.up {  
  transform: rotate(-135deg);
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/

/*////////////animate arrow/////////////*/
.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 43%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}

/*========================*/

#container .animated-arrow {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}

#container .the-arrow > .shaft {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
  right: -9px;
    top: 2px;
}
#container .the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}

#container .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}


/*========================*/


.the-arrow > .shaft {
  background-color: #4c4c4c;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
    right: -9px;
    top: 2px;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #4c4c4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #4c4c4c;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
/*////////////animate arrow/////////////*/

/*btn*/

.button {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  position: relative;
  cursor: pointer;
  /* button */
  /* bg button */
}
.button .link {
  background-color: transparent;
  font-size: 16px;
  color: #000000;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 10px;
  left: 0;
  line-height: auto;
  overflow: hidden;
}
.button .link:before {
  content: "";
  background-color: #14f78d;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.button .link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: absolute;
  border: solid 3px #14f78d;
  border-left: 0;
  border-bottom: 0;
  top: calc(50% - 7px);
  border-radius: 2px;
  transform: translateX(-42px) rotate(45deg);
  transition: all 0.3s 0.2s ease-in-out;
}
.button:before {
  content: "";
  background-color: transparent;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 3px;
  transition: all 0.4s 0.3s ease-in-out;
}
.button:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
}
.button:hover .link {
  padding-left: 50px;
}
.button:hover .link:before {
  left: 17px;
  transform: rotate(90deg);
}
.button:hover .link:after {
  transform: translate(-33px) rotate(45deg);
}

/*btn*/

.btn-outline-dark-no-bg:hover {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: #212529 !important;
}
