body {
  display: none;
}

.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
}

.show-loader {
  display: block !important;
}

*,
input,
select,
textarea,
option,
button {
  outline: none !important;
}

select option:focus-visible {
  outline: none !important;
}

*,
*:focus,
*:hover {
  outline: none !important;
}

.panel-body .con-box {
  height: 187px;
  border: 1px solid #ebebeb !important;
}

body {
  background-color: transparent;
}

/*---------------------
    -- Grid
-----------------------*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.table-responsive table tr td ul li button {
  padding: 5px 0px;
}

.table-responsive table tr td ul li {
  display: inline-block;
  margin: 0px 4px;
  left: 0px;
  text-align: center;
}

div#folder .icons-list > li:nth-child(odd) {
  margin-left: 0;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 60%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.inline-block {
  display: inline-block !important;
}

ul.multiselect-container.dropdown-menu > .active > a {
  background: transparent;
  color: #333333;
}

ul.multiselect-container.dropdown-menu a .checker span {
  color: #2a3ead;
  border: 2px solid #2a3ead;
}

ul.multiselect-container.dropdown-menu > .active:not(.disabled) .checker span.checked {
  border-color: #2a3ead;
}

ul.multiselect-container.dropdown-menu a .checker span:after {
  font-size: 12px;
  top: 1px;
  left: 2px;
  color: #2a3ead;
}

/*---------------loader ---------------*/

div#loader-crm-content {
  position: fixed !important;
  top: 0px !important;
  left: 0% !important;
  /* margin-left: 0px !important; */
  background: #333333;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.text-capital {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

div#loader-crm-content i.spinner {
  position: absolute;
  z-index: 9999999999;
  font-size: 20px;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  font-size: 20px;
}

#inner-page-loader,
.show-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: none;
  background: rgba(255, 255, 255, 0.94);
}

#inner-page-loader {
  background: white !important;
}

.loader-grid-row {
  -webkit-animation: loader 5s cubic-bezier(0.8, 0, 0.2, 1) infinite;
          animation: loader 5s cubic-bezier(0.8, 0, 0.2, 1) infinite;
  height: 40px;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
}

.load-wrapp h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2a3ead;
  margin: 0px;
}

.load-1 {
  min-height: 40px;
  height: 40px;
}

.load-wrapp {
  float: left;
  width: 400px;
  margin: 0px 10px 10px 0;
  padding: 28px 20px 20px;
  border-radius: 5px;
  text-align: center;
  /* background-color: #d8d8d8; */
}

.load-wrapp p {
  padding: 0 0 20px;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #2a3ead;
}

/* =Animate the stuff
------------------------ */

.load-1 .line:nth-last-child(1) {
  -webkit-animation: loadingA 1.5s 1s infinite;
          animation: loadingA 1.5s 1s infinite;
}

.load-1 .line:nth-last-child(2) {
  -webkit-animation: loadingA 1.5s 0.5s infinite;
          animation: loadingA 1.5s 0.5s infinite;
}

.load-1 .line:nth-last-child(3) {
  -webkit-animation: loadingA 1.5s 0s infinite;
          animation: loadingA 1.5s 0s infinite;
}

@-webkit-keyframes loadingA {
  0% {
    height: 15px;
  }

  50% {
    height: 35px;
  }

  100% {
    height: 15px;
  }
}

@keyframes loadingA {
  0% {
    height: 15px;
  }

  50% {
    height: 35px;
  }

  100% {
    height: 15px;
  }
}

/*----------------hourglass-spin ---------------*/

.hourglass-spin > .icon-hour {
  -webkit-animation: showhide 4s steps(1) infinite;
          animation: showhide 4s steps(1) infinite;
  opacity: 0;
  position: absolute;
  font-size: 20px;
  color: #2a3ead;
}

.hourglass-spin > .icon-hour-glass3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hourglass-spin > .icon-hour-glass2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hourglass-spin > .icon-hour-glass1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hourglass-spin > .icon-hour-glass3.spin {
  -webkit-animation: showhidespin 4s linear infinite;
          animation: showhidespin 4s linear infinite;
}

@-webkit-keyframes showhide {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }
}

@keyframes showhide {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }
}

@-webkit-keyframes showhidespin {
  0% {
    opacity: 0;
  }

  74.9999999% {
    opacity: 0;
  }

  75% {
    opacity: 1;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(180deg);
  }
}

@keyframes showhidespin {
  0% {
    opacity: 0;
  }

  74.9999999% {
    opacity: 0;
  }

  75% {
    opacity: 1;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(180deg);
  }
}

/* .loader-grid-row .col + .col {
    background: #2b8ccd;
    left: auto;
    right: 0;
  }
   */

/*--------------------Titles---------------------*/

h6.title_custom {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  color: #2196f3;
}

.text-primary-2 {
  color: #2a3ead !important;
}

.border-primary {
  border-top: 1px solid #9c9c9c;
}

.custom_form_group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  min-height: 42px;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #2a3ead;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #2a3ead;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2a3ead;
  opacity: 0.75;
}

.btn[class*=bg-]:hover,
.btn[class*=bg-]:focus,
.btn[class*=bg-].focus {
  color: #fff;
  opacity: .75;
}

.alert-primary {
  border-color: #2a3ead;
}

.nav-tabs.nav-tabs-solid > .active > a:after,
.nav-tabs.nav-tabs-solid > .active > a:hover:after,
.nav-tabs.nav-tabs-solid > .active > a:focus:after {
  background-color: #2a3ead;
}

.nav-tabs.nav-tabs-solid > .active > a:after,
.nav-tabs.nav-tabs-solid > .active > a:hover:after,
.nav-tabs.nav-tabs-solid > .active > a:focus:after {
  background-color: #2a3ead;
}

/*-----------------------------------
Animated table
-----------------------------------------*/

/*----------------------------------------------------------------
    -- Checkbox-container
-------------------------------------------------------------------*/

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  text-transform: none !important;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #2a3ead;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  background-color: #203b71;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {
  background-color: #2a3ead;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

label.checkbox-container.checkbox-inline {
  text-transform: inherit;
}

label.checkbox-container.checkbox-inline.custom-checkbox-container span.checkmark {
  /* top: 0px; */
  background-color: #2a3ead;
}

label.checkbox-container.checkbox-inline.custom-checkbox-container {
  /* margin-top: 5px; */
}

/*--------------------------------
    -- checkbox white-border
------------------------------------*/

.checkbox.checkbox-white-border {
  min-width: 15px;
}

td.table-inbox-checkbox.rowlink-skip .checkbox.checkbox-white-border {
  margin-top: 0px;
  margin-bottom: 0px;
}

.checkbox.checkbox-white-border .checkmark {
  background-color: transparent !important;
  border: 2px solid #d8d8d8;
  border-radius: 4px;
  top: 0px;
}

table.table_datatable.table.with-selection .checkbox.checkbox-white-border.with-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.checkbox.checkbox-white-border.with-text .checkmark {
  top: 2px;
  left: 4px;
  max-width: 15px !important;
  min-width: 15px !important;
}

.checkbox.checkbox-white-border.with-text.text-center .checkmark {
  left: 44%;
}

.checkbox.checkbox-white-border.with-text.checkbox-disabled span.checkmark {
  background: #f3f3f3 !important;
}

.checkbox.checkbox-white-border .checkmark.checkmark:after {
  left: 4px;
  top: 0px;
  border: solid #2a3ead;
  border-width: 0 2px 2px 0;
}

table.table .checkbox.checkbox-white-border.with-text.checkbox-header.text-center {
  margin: 0px;
}

.checkbox.checkbox-white-border.with-text.checkbox-header .checkmark.checkmark:after {
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
}

.in-block .checkbox.checkbox-white-border {
  display: inline-block;
}

table thead.tb-thead .checkbox-white-backgrond .custom-checkbox-container .checkmark {
  left: -2px;
}

table thead.tb-thead .checkbox-white-backgrond .custom-checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #2a3ead;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox.checkbox-white-border label.checkbox-container.label-text-less {
  padding-left: 0px;
  min-height: 15px;
}

/*----------------------------------------
    checkbox white-backgrond
------------------------------------------*/

.checkbox-white-backgrond span.checkmark {
  background: #FFFFFF !important;
}

.checkbox-white-backgrond {
  display: inline-block;
  margin: 0px;
}

.checkbox-white-backgrond span.checkmark {
  left: -9px;
  top: 1px;
}

/*----------------------------------------
    Header
------------------------------------------*/

.bg-indigo.bg_indigo_custom {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2a3ead;
}

.navbar.navbar-inverse.bg-indigo.bg_indigo_custom .navbar-nav > li > a {
  color: #2a3ead;
}

.bg_indigo_custom .balance_text span.badge.bg-success {
  font-size: 12px;
  margin-left: 10px;
  background: #2a3ead;
  border-color: #2a3ead;
}

.navbar_custom_second {
  background: #2a3ead;
  height: 44px;
}

.navbar_custom_second .navbar-nav > li > a,
.navbar_custom_second .navbar-nav > li > a i {
  color: #FFFFFF;
}

ul.nav.navbar-nav.navbar-right.navbar_for_reload > li i.icon-comment-discussion {
  font-size: 20px;
}

.navbar_custom_second li.active a,
.navbar_custom_second li.active a i {
  background: #4455b5 !important;
  color: #FFFFFF !important;
}

div#navbar-second-toggle ul:first-child li a i.icon-display4.position-left {
  margin: 0px;
}

#navbar-second ul.nav.navbar-nav.navbar-nav-material.navbar-icons {
  padding: 0px 10px;
  border-radius: 4px;
  margin-top: 5px;
}

#navbar-second ul.nav.navbar-nav.navbar-nav-material.navbar-icons > li > a {
  padding: 5px;
}

#navbar-second ul.nav.navbar-nav.navbar-nav-material.navbar-icons li ul li a {
  padding: 8px 16px;
}

.navbar_custom_second.navbar-default .navbar-nav > .active > a,
.navbar_custom_second.navbar-default .navbar-nav > .active > a:hover,
.navbar_custom_second.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff !important;
}

.navbar_custom_second li.active ul a {
  background: #FFFFFF !important;
  color: #333333 !important;
}

.navbar_custom_second li.active ul a i {
  background: transparent !important;
  color: #333333 !important;
}

.navbar_custom_second li.active ul a:hover {
  background: #f0f4ff !important;
}

.navbar_custom_second.navbar-default .navbar-nav > li > a:hover,
.navbar_custom_second.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF !important;
}

.navbar_custom_second.navbar-default .navbar-nav > .active > a:after {
  background-color: #2a3ead;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #0a93ff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #0a93ff;
}

a.navbar-brand h5 {
  color: #2a3ead;
  font-weight: 500;
  margin-top: 4px;
}

div#navbar-second-toggle .navbar-nav > .dropdown-user img {
  top: 6px !important;
}

div#navbar-second-toggle a.dropdown-toggle.btn.btn-primary.legitRipple,
div#navbar-second-toggle a.dropdown-toggle.btn.btn-primary.legitRipple i {
  color: #FFFFFF;
  padding: 3px 14px !important;
  padding-bottom: 4px !important;
  font-size: 12px;
  margin-top: 6px;
  margin-left: 5px;
}

div#navbar-second-toggle a.dropdown-toggle.btn.btn-primary.legitRipple:hover,
div#navbar-second-toggle a.dropdown-toggle.btn.btn-primary.legitRipple:focus {
  background: #ff7043;
  color: #FFFFFF !important;
}

div#navbar-second-toggle a.dropdown-toggle.btn.btn-primary.legitRipple i {
  font-size: 10px;
  padding: 0px !important;
  margin-left: 4px;
  margin-top: 0px;
}

div#navbar-second ul.nav.navbar-nav.navbar-nav-material.navbar-icons.navbar-right {
  margin-top: 0px;
  margin-right: 6px;
}

div#navbar-second .navbar-header {
  min-width: 160px;
}

.navbar {
  min-height: 50px;
}

.navbar-brand {
  height: 40px;
}

.navbar-nav > li > a {
  padding: 12px 10px;
}

.panel-header-text {
  display: inline-block;
}

div#navbar-second span.badge.badge-warning.pull-right {
  /* top: 8px; */
  z-index: 999999;
}

.accounting-year-desc {
  width: 100%;
}

ul.nav.navbar-nav.navbar-right.navbar_for_reload li.dropdown {
  padding-top: 0px;
}

ul.nav.navbar-nav.navbar-right.navbar_for_reload {
  margin-left: 0px;
  padding-top: 3px;
}

.navbar.navbar-inverse.bg-indigo.bg_indigo_custom {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.02);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2a3ead;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
}

div#navbar-second-toggle a.dropdown-toggle.legitRipple i.icon-plus3.position-right {
  font-size: 10px;
  margin-left: 2px;
}

.divs_top_nav_select {
  display: inline-block;
  width: 180px;
  margin-right: 0px;
  padding-left: 15px;
}

/*--------------------------------
Footer
----------------------------------*/

.footer {
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background: #2a3ead;
  padding: 10px 0px;
  padding-left: 10px;
  color: #FFFFFF;
}

footer.footer.text-muted a {
  color: #FFFFFF;
}

.footer i {
  font-size: 12px;
  margin-right: 1px;
  color: #db4437;
}

.footer-text {
  text-align: right;
  float: left;
  width: 100%;
}

.footer-copy-text {
  margin-bottom: 0;
}

.footer-text ul {
  display: inline-block;
  margin: 0px;
}

.footer-text ul li {
  display: inline-block;
  padding-right: 20px;
}

.no_padding {
  padding: 0px 20px;
}

div#note {
  padding-top: 20px;
}

div#total_calculation_price_div table.table tr:first-child td {
  border: none;
}

.div-buttons {
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.left-pad-0 {
  padding-left: 0px;
}

.ma-0 {
  margin: 0px !important;
}

.m-r-60 {
  margin-right: 60px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-0 {
  padding-top: 0px !important;
}

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

.px-8 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pr-10 {
  padding-right: 10px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-18 {
  padding-left: 18px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.task_panel_div a.mt-10 {
  margin-top: 10px !important;
  display: inline-block;
}

td.action_row ul.icons-list button {
  padding: 0px !important;
}

td.action_row {
  min-width: 80px;
}

.btn-icon {
  background: transparent;
  padding: 0px;
}

.btn-icon:hover {
  background: transparent;
  box-shadow: none;
  opacity: .75;
}

tr.air_segment_note_class_list td {
  width: 100%;
}

.buttons {
  float: left;
  width: 100%;
  margin: 20px 0px;
}

div#task-attachment .buttons {
  margin: 0px;
}

table td {
  min-width: 80px;
}

th.colsm {
  width: 50px !important;
}

.hidden_text_Fields {
  float: left;
  width: 100%;
  display: none;
}

input#lead-pass-title,
input#lead-first-name,
input#lead-last-name {
  text-transform: capitalize;
}

label.control-label,
h5.panel-title.folder-title {
  font-weight: 600;
}

label.control-label {
  text-transform: none;
}

legend.text-semibold {
  font-weight: 600;
}

legend.text-bold.with-border {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.form-control[readonly] {
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}

.table-xxs > tbody > tr > td,
.table-xxs > thead > tr > th {
  padding: 6px 6px;
}

table thead th {
  text-transform: capitalize;
}

div#modal_airticket_new .modal-dialog.modal-lg,
.edit_air_ticket_class .modal-dialog.modal-lg {
  width: 950px;
}

thead tr th {
  /* text-align: center; */
  min-width: 80px;
  max-width: 80px;
}

.navbar-brand > img {
  margin-top: 0px;
}

.nav-tabs.nav-tabs-bottom > li.active > a:after {
  background-color: #2a3ead;
}

.form-control:focus {
  border-bottom-color: #2196f3;
  box-shadow: 0 1px 0 #2196f3;
}

.form-control-2 {
  width: 100%;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 4px !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 32px;
  font-weight: 500;
}

input.form-control.form-control-2:focus {
  box-shadow: none;
}

.form-group.form-group-2 .form-control-2,
.form-group.form-group-2 span.select2.select2-container.select2-container--default {
  margin-bottom: 0px !important;
}

input.form-control.form-control-2 {
  border: 1px solid #CCCCCC;
}

textarea.form-control.auto-height {
  min-height: auto;
}

textarea.form-control.form-control-2.auto-height:focus,
select.form-control.form-control-2:focus {
  border-color: #CCCCCC !important;
  box-shadow: none !important;
}

.form-group.has-error.has-danger .form-control-2 {
  border-color: #D84315;
}

.custom_form_group.custom_multi_select_full .multiselect.btn-default .caret {
  right: 5%;
}

textarea.form-control-2 {
  min-height: 100px;
}

textarea.form-control.textarea-control {
  width: 100%;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 4px !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 32px;
}

a.form-control-2 {
  display: inline-block;
  margin-bottom: 0px;
}

button.btn.btn-default.dateRange-predefined.legitRipple {
  background: transparent;
  width: 100%;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 4px !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 32px;
  font-weight: 500;
}

button.btn.btn-default.dateRange-predefined.legitRipple {
  text-align: left;
  text-transform: capitalize;
}

button.btn.btn-default.dateRange-predefined.legitRipple b.caret {
  right: 10px;
  position: absolute;
  top: 8px;
}

body.modal-open .datepicker {
  z-index: 1200 !important;
}

button.btn.btn-default.dateRange-predefined.legitRipple span {
  font-size: 12px;
}

.cst-crm-flight-search-form .has-feedback label ~ .form-control-feedback {
  top: 19px;
  left: 10px;
  color: #6f6f6f;
}

.formMode.multicity_flights.activeForm .form-control-feedback {
  top: 23px;
}

form#cst-crm-flight-search-form .form-control-feedback .cst-crm-flight-depart-date-icon,
i.icon-users {
  top: -3px;
}

div#modify-search-form-contents form#cst-crm-flight-search-form {
  /* padding: 0px 0px !important;
  margin-top: 10px; */
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0;
  margin-top: 10px;
}

.form-group-3 .form-control-3 {
  width: 100%;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 4px !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 32px;
  font-weight: 500;
  padding-left: 35px;
  font-size: 13px;
}

.search_dropdown {
  width: 100%;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 4px !important;
  padding: 0px 10px;
  margin-bottom: 10px;
  height: 32px;
  font-weight: 500;
  font-size: 13px;
}

.panel-custom {
  display: inline-block;
  width: 100%;
}

.form-group-2.multi-select-full {
  width: 100%;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 32px;
}

.table-responsive table input.form-control-2 {
  margin-bottom: 0px;
}

.sidebar.blog-right-sidebar .sidebar-category .navigation > li ul {
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sidebar.blog-right-sidebar .sidebar-category .navigation > li ul li a {
  padding: 10px 5px;
  padding-bottom: 0px;
}

.sidebar.blog-right-sidebar .sidebar-content .custom_form_group ul.multiselect-container.dropdown-menu li.active a {
  background-color: #2a3ead;
  color: #FFFFFF;
}

.navigation li .btn-primary:hover,
.navigation li .btn-primary:focus {
  background: #1f358a;
}

.sidebar.blog-right-sidebar {
  width: 100%;
  float: left;
}

.blog-summary-class .btn-sm,
.btn-group-sm > .btn {
  padding: 8px 12px;
}

.sidebar-category .category-title li a {
  color: #9e9e9e;
}

.sidebar-category .category-title ul li {
  position: relative;
  float: left !important;
  width: 100% !important;
}

.category-title {
  padding: 6px 20px;
  padding-right: 46px;
  background: #2a3ead;
  color: #FFFFFF;
}

.form-group-2.multi-select-full .btn-group.open > .multiselect.btn-default.dropdown-toggle {
  border: none;
  box-shadow: none;
}

.form-group-2.multi-select-full ul.multiselect-container.dropdown-menu label.checkbox {
  padding-top: 0px !important;
}

.form-group-2.multi-select-full .multiselect.btn-default:focus,
.form-group-2.multi-select-full .btn-group.open > .multiselect.btn-default.dropdown-toggle {
  border: none;
  box-shadow: none;
}

.form-group-2.multi-select-full button.multiselect.dropdown-toggle.btn.btn-default {
  padding: 0px;
  border: none;
}

.nav-tabs.nav-tabs-solid > .active > a:after,
.nav-tabs.nav-tabs-solid > .active > a:hover:after,
.nav-tabs.nav-tabs-solid > .active > a:focus:after {
  background-color: #2a3ead;
}

div#navbar-mobile p.navbar-text span.label.bg-success-400 {
  margin-top: 2px;
  margin-bottom: 0px;
}

div#navbar-mobile p.navbar-text {
  padding-bottom: 12px;
}

input.form-control.payment_now,
span#payment_receipt_total_paid_payment,
.payment_now {
  color: #2196f3;
  font-weight: 600;
}

input.form-control.pay_due,
span#payment_receipt_total_due,
.pay_due {
  color: #de0b1f;
  font-weight: 600;
}

input.form-control.remaining_payment,
span#payment_receipt_total_payable,
.remaining_payment {
  color: #0dad79;
  font-weight: 600;
}

.mark_red {
  color: #de0b1f !important;
  font-weight: 600 !important;
}

.mark_red:focus {
  border-bottom-color: #de0b1f !important;
  box-shadow: 0 1px 0 #de0b1f !important;
}

.mark_green {
  color: #0dad79 !important;
  font-weight: 600 !important;
}

.mark_green:focus {
  border-bottom-color: #0dad79 !important;
  box-shadow: 0 1px 0 #0dad79 !important;
}

.mark_blue {
  color: #2196f3 !important;
  font-weight: 600 !important;
}

.mark_blue:focus {
  border-bottom-color: #2196f3 !important;
  box-shadow: 0 1px 0 #2196f3 !important;
}

.mark_orange {
  color: #db4437 !important;
  font-weight: 600 !important;
}

.mark_orange:focus {
  border-bottom-color: #db4437 !important;
  box-shadow: 0 1px 0 #db4437 !important;
}

.padding_top_0 {
  padding-top: 0px;
}

.control-label {
  padding-top: 9px;
}

.pd-t-0 {
  padding-top: 0px !important;
}

.pd-b-10 {
  padding-bottom: 10px !important;
}

.pd-x-20 {
  padding: 0px 20px 0px 20px;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

h6.h6-style {
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 5px;
}

.mdtp-20 {
  margin-top: 20px;
}

a.custom_button_link i {
  font-size: 11px;
  margin-top: 0px;
}

a.custom_button_link span.label.label-info.bg-primary {
  padding: 5px 10px !important;
  color: #FFFFFF;
  padding-bottom: 4px !important;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.heading-elements.payment_heading_element ul.icons-list li {
  display: table-cell;
  padding-right: 8px;
}

.heading-elements.payment_heading_element ul.icons-list li:nth-child(3) {
  padding-right: 0px;
}

a.custom_button_link span.label {
  padding: 5px 10px !important;
  color: #FFFFFF;
  padding-bottom: 4px !important;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

a.add_new_buttons i {
  font-size: 11px;
}

.tooltip .tooltip-arrow {
  /* display: block; */
}

.tab-content.custom_tab_class {
  float: left;
  width: 100%;
}

a.custom_link_bg_trans {
  color: #203b71;
  text-decoration: underline;
}

.alert.alert-success.alert-styled-left.alert-arrow-left.alert-bordered {
  float: left;
  width: 100%;
}

.text-primary-color {
  color: #2196F3 !important;
}

.primary-color-2 {
  background-color: #2a3ead;
  color: #FFFFFF;
}

.custom_panel_heading ul.nav.nav-tabs.primary-color-2.nav-justified.radtab a {
  color: #FFFFFF;
}

.custom_panel_heading ul.nav.nav-tabs.primary-color-2.nav-justified.radtab {
  width: 50%;
}

.custom_panel_heading.div-divider {
  border-bottom: 1px solid #e7e7e7cc;
  margin-bottom: 10px;
}

.custom_panel_heading ul.nav.nav-tabs.primary-color-2.nav-justified.radtab > li.active > a,
.custom_panel_heading ul.nav.nav-tabs.primary-color-2.nav-justified.radtab > li.active > a:hover {
  background: #2e3f86;
}

.custom_panel_heading ul.nav.nav-tabs.primary-color-2.nav-justified.radtab > li > a {
  border: none;
  border-right: 1px solid #3f5095;
}

.custom_panel_heading ul.nav.nav-tabs.primary-color-2.nav-justified.radtab > li:last-child > a {
  border: none;
}

.page-information .style_for_company.checkbox.form-checkbox-style {
  display: inline-block;
  margin-left: 15px;
}

.page-information .style_for_company .radio label,
.page-information .style_for_company .checkbox label {
  padding-left: 20px;
}

.page-information .style_for_company .checkbox-container .checkmark {
  top: 11px;
}

/*----------------------------------------------
-- custom modal-2
------------------------------------------------*/

.custom-modal-2 .modal-content {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: none;
}

.custom-modal-2 .modal-body,
.custom-modal-2 .modal-footer,
.custom-modal-2 form,
.custom-modal-2 .modal-header {
  float: left;
  width: 100%;
}

.custom-modal-2 .modal-footer {
  padding-bottom: 10px;
}

.custom-modal-2 button.btn.btn-default.btn-raised.legitRipple {
  color: #2a3ead;
  font-weight: 600;
}

.custom-modal-2 a i {
  color: #2a3ead;
  font-size: 16px;
  margin-right: 10px;
}

/*----------------------------------------------
-- custom modal-sm
------------------------------------------------*/

.modal-header.bg-primary {
  padding: 10px 20px;
}

.modal-dialog.modal-sm.modal_sm_custom h5.modal-title {
  font-size: 14px;
}

.custom-btn-sm {
  padding: 8px 16px;
  font-size: 12px;
}

button.btn.btn-link {
  padding: 0px 6px;
  color: #FFFFFF;
  text-decoration: underline;
}

.custom-btn-xs {
  padding: 6px 6px;
  font-size: 10px;
}

div#button_id .custom-btn-xs {
  width: auto !important;
  min-width: 80px;
}

div#button_id .custom-btn-xs i {
  font-size: 12px;
  top: 2px;
  left: 0px;
}

.enquiryConfirm_btn .custom-btn-xs i {
  font-size: 12px;
  top: 1px !important;
  left: -3px !important;
}

.enquiryConfirm_btn .custom-btn-xs {
  width: 80px !important;
}

/*----------------------------------------------
-- custom alert
------------------------------------------------*/

.changeAlert {
  position: fixed !important;
  top: 40px;
  right: 0px;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 1;
  border: none;
  transition: .4s;
}

.alert.changeAlert {
  background-color: #3F51B5 !important;
  border-color: #3F51B5 !important;
}

.alert.bg-success.alert-styled-left.changeAlert::after {
  content: "\ED6E";
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 22px;
  left: 0px;
}

.alert.changeAlert button.close {
  color: #FFFFFF;
}

/*---------------------------
    Form Calender
-----------------------------*/

.daterangepicker.dropdown-menu.ltr.single.opensleft.show-calendar {
  z-index: 9999;
}

/*---------------------------
    Income statement custom design
-----------------------------*/

.incomeTable_table tr td,
.incomeTable tr th {
  font-size: 16px;
}

.incomeTable_table tr td.pl-20 {
  padding-left: 20px !important;
}

.daterangepicker.dropdown-menu {
  z-index: 9999;
}

.ranges ul li.active {
  background-color: #2a3ead;
}

.ranges ul li {
  padding: 2px 16px;
}

.ranges .daterangepicker-inputs {
  padding: 8px 16px;
}

.ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
  margin-top: 8px;
}

.ranges .range_inputs .btn + .btn {
  margin-top: 8px;
}

.ranges .range_inputs .btn {
  display: block;
  width: 100%;
  padding: 5px;
}

.daterangepicker.dropdown-menu.ltr.show-calendar.opensright td.active.end-date {
  background: #2a3ead !important;
}

.daterangepicker.dropdown-menu.ltr.show-calendar.opensright td.active.end-date {
  background: #2a3ead !important;
}

.quaterly__Container,
.yearly__Container {
  opacity: 0;
  display: none;
  transition: .3;
}

.quaterly__Container.active {
  opacity: 1;
  display: block;
}

.yearly__Container.active {
  opacity: 1;
  display: block;
}

/*============================================
== balance sheet
==============================================*/

table.report_table tr td:nth-child(2) {
  text-align: right;
}

.report_table tr td {
  font-size: 15px;
}

.report_table tr td span {
  width: 100%;
  display: block;
  color: #767676;
  font-size: 12px;
}

/*---------------------------
    datatable custom design
-----------------------------*/

.dataTable_contents div#user_table_list_filter {
  margin-bottom: 0px !important;
}

.dataTable_contents button.datatable_buttons_styles {
  margin: 10px 10px;
  margin-bottom: 0px;
}

.dataTable_contents .dt-buttons {
  margin-bottom: 0px;
}

.dataTable_contents {
  width: 100%;
}

.table-responsive.dataTable_contents table {
  width: 100%;
  margin-top: 0px !important;
}

table.table_datatable.table.table-bordered.table-hover.mytable {
  border-collapse: inherit;
}

.datatable_contents_header .dt-button-collection,
.data_table_panel_header.dt-button-collection {
  padding: 0px;
}

.datatable_contents_header button.dt-button.buttons-columnVisibility.active,
.data_table_panel_header button.dt-button.buttons-columnVisibility.active {
  width: 100%;
  text-align: left;
  border: none;
  /* padding: 10px 20px; */
  /* margin-left: 7%; */
}

.datatable_contents_header button.dt-button.buttons-columnVisibility,
.data_table_panel_header button.dt-button.buttons-columnVisibility {
  width: 100% !important;
  text-align: left;
  border: none;
  padding: 5px 10px !important;
}

.dataTable_contents tr td {
  padding: 3px 6px !important;
}

.table-responsive.dataTable_contents table.mytable.dataTable {
  margin-bottom: 15px;
}

table#datatable_table_ids form.notification_credit_single_form {
  padding-left: 10px;
}

.table-total-footer {
  position: relative;
  margin-top: -50px;
  margin-left: 10px;
  display: table;
}

.datatable_contents_header .datatable_buttons_styles {
  padding: 4px 10px !important;
  padding-bottom: 3px !important;
  margin: 0px;
  color: #FFFFFF;
  margin-top: 0px !important;
  margin-left: 5px !important;
  border-radius: 3px;
}

.datatable_contents_header .datatable_buttons_styles-2 {
  background: transparent !important;
  padding: 0px;
  color: #2a3ead !important;
  margin-left: 10px !important;
}

.datatable_contents_header .datatable_buttons_styles-2 i {
  margin: 0px;
  background: transparent;
  font-size: 21px !important;
  color: #2a3ead !important;
  transition: .3s;
}

.datatable_contents_header .datatable_buttons_styles-2 i:hover {
  color: #db4437;
}

.heading-elements.datatable_contents_header .delete-btn {
  background: #E53935 !important;
  border: none;
  outline: none;
  color: #FFFFFF;
  display: inline-block;
  padding-top: 5px;
  opacity: 0;
  transition: .3s;
  font-size: 10px !important;
  height: 26px;
  padding-top: 3px;
  border-radius: 3px;
}

.heading-elements.datatable_contents_header .delete-btn.active-btn {
  opacity: 1;
}

.delete-btn-lg {
  display: inline-block !important;
  width: 70px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 0px !important;
  margin-top: 1px !important;
}

.delete-btn-xs {
  padding: 5px 5px !important;
  background-color: #E53935 !important;
  color: #FFFFFF;
}

.delete-btn-xs:hover {
  color: #FFFFFF;
}

.delete-btn i {
  font-size: 14px;
}

a.custom_button_link-2 i {
  margin-right: 5px;
  font-size: 14px;
}

a.custom_button_link-2 {
  background: #2a3ead;
  color: #FFFFFF !important;
  padding: 3px 20px;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
}

button.custom_button_link-2 {
  background: #2a3ead;
  color: #FFFFFF !important;
  padding: 3px 20px;
  border-radius: 2px;
  outline: none;
  border: none;
  display: inline-block;
  font-size: 13px;
}

button.custom_button_link-3 {
  background: #2a3ead;
  color: #FFFFFF !important;
  padding: 5px 20px;
  border-radius: 2px;
  outline: none;
  border: none;
  display: inline-block;
  font-size: 13px;
}

button.btn-danger.custom_button_link-3 {
  background-color: #F44336;
}

button.btn-success.custom_button_link-3 {
  background-color: #4CAF50;
}

button.custom_button_link-2.delete-btn {
  margin-top: 2px;
  padding: 5px 15px;
  background: #f44336;
}

.inner_heading_panels button.custom_button_link-2.delete-btn {
  margin-top: 3px;
  margin-right: 5px;
}

button.custom_button_link-2.delete-btn.disabled {
  opacity: 0;
}

button.custom_button_link-3:hover,
button.custom_button_link-3:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.heading-elements.datatable_contents_header a.custom_button_link-2 {
  padding: 6px 20px;
  display: inline-block !important;
}

button.custom_button_link-2.update-filter-list[disabled] {
  opacity: .8;
  cursor: not-allowed;
  /* opacity: 0.65; */
  filter: alpha(opacity=65);
  box-shadow: none;
}

.dataTable thead .sorting:before,
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after,
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:after {
  right: 5px;
}

.dataTable thead th.no-sort.sorting_asc:after {
  content: '' !important;
}

.heading-elements.datatable_contents_header .dt-buttons {
  margin-left: 0px;
  margin: 0px;
}

.heading-elements.datatable_contents_header ul li {
  margin-top: 1px;
}

.heading-elements.datatable_contents_header span.label {
  padding: 5px 10px;
  font-size: 10px;
}

.heading-elements.datatable_contents_header span.label.client-rate-count.position-left {
  color: #2a3ead;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  background: #e0e0e0;
}

.heading-elements.datatable_contents_header span.label i {
  font-size: 14px !important;
  color: #db4437;
}

.form-group-2.follower_group ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top: 6px;
}

.form-group-2.follower_group ul li {
  display: inline-block;
  padding: 0px;
  padding-right: 5px;
}

img.follower_img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.datatable_buttons_styles-for-filter {
  background: transparent;
  border: 0;
  /* color: #2a3ead; */
  font-weight: 600;
  margin-left: 10px;
  padding: 0px;
  margin-top: 3px;
}

.datatable_contents_header .datatable_buttons_styles-2 span {
  background: transparent !important;
}

.datatable_buttons_styles-for-filter i {
  background: #2a3ead;
  padding: 7px 7px;
  color: #FFFFFF;
  font-size: 10px;
  margin-right: 3px;
}

.dataTable_contents .dataTable thead .sorting:after,
.dataTable_contents .dataTable thead .sorting:before {
  color: #d2d2d2;
}

.table-responsive.dataTable_contents td ul li form button.btn {
  padding: 0px !important;
}

.dataTable_contents thead th {
  padding: 8px 10px !important;
}

tr.border-dashed.even {
  background: #EBEBEB;
}

tr.border-dashed.even:hover {
  background: #EBEBEB;
}

.table tr td .checkbox.checkbox-white-border {
  margin: 0px;
}

.dataTable_contents table tr td span {
  min-width: 80px;
  width: 100% !important;
}

span.text-semibold.notification_reg_single_item.text-primary-2.has_notification {
  text-transform: capitalize;
}

.dataTable_contents table tbody tr td:first-child {
  min-width: 30px !important;
}

.dataTable_contents table tr td span.badge_for_notification {
  min-width: inherit !important;
}

.media-badge.badge_for_notification {
  border: none;
  top: 0px;
}

.data_table_panel_header ul.icons-list {
  margin: 0px !important;
}

table.list_api_table_list span.label {
  width: 80px;
}

table.list_api_table_list button.btn.btn-xs,
table.list_api_table_list ul.icons-list a.btn {
  font-size: 10px;
  padding: 4px 10px;
  margin: 2px 0px;
  border-radius: 4px;
  min-width: 80px;
  background: #2a3ead;
}

ul.icons-list.custom-icons-list {
  min-width: 120px;
}

ul.icons-list.custom-icons-list li:last-child {
  float: right;
  margin-top: -4px;
}

ul.icons-list.custom-icons-list li {
  width: auto;
}

.heading-elements.data_table_panel_header.datatable_contents_header a,
.heading-elements.data_table_panel_header.datatable_contents_header button {
  padding: 2px 10px !important;
  margin: 0px;
  margin-top: 4px;
}

.heading-elements.data_table_panel_header.datatable_contents_header a,
.heading-elements.data_table_panel_header.datatable_contents_header form {
  display: table;
}

.heading-elements.data_table_panel_header.datatable_contents_header .dt-buttons {
  margin-left: 4px;
}

.heading-elements.data_table_panel_header.datatable_contents_header a.btn {
  color: #FFFFFF !important;
}

.heading-elements.datatable_contents_header ul.icons-list {
  margin-top: 6px;
  display: flex;
}

.heading-elements.datatable_contents_header ul.icons-list i.icon-sync {
  margin-top: 6px;
}

.dataTable_contents a.btn {
  margin: 2px 0px;
}

.heading-elements.data_table_panel_header.datatable_contents_header select {
  width: 120px !important;
  margin-top: 0px;
  padding: 3px 10px;
  margin-top: 4px;
  background: #2196f3;
  color: #FFFFFF;
  /* border: none; */
  border-radius: 4px;
}

.heading-elements.data_table_panel_header.datatable_contents_header ul.icons-list.lead_icon_list {
  display: flex;
}

.heading-elements.data_table_panel_header.datatable_contents_header select option {
  margin: 40px;
  background: #ffffff;
  color: #000000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.heading-elements.datatable_contents_header.data_table_panel_header.datatable_contents_header .dt-buttons {
  margin-top: 4px;
  margin-bottom: 0px;
}

.heading-elements.datatable_contents_header.data_table_panel_header.datatable_contents_header {
  margin-top: -12px;
}

li.icon_first_item a {
  display: inline-block;
}

li.icon_first_item .dt-buttons {
  margin-left: 10px;
}

.heading-elements.datatable_contents_header.data_table_panel_header.datatable_contents_header input.list_filter_Select.form-control {
  width: 70px;
  display: inline-block;
  margin: 0px 10px;
}

.dataTable tbody td .text-primary-600 {
  color: #2a3ead !important;
}

.heading-elements.datatable_contents_header a.column-btn-style {
  margin-left: 10px !important;
  display: inline-block !important;
}

.heading-elements.datatable_contents_header ul.icons-list a.column-btn-style i {
  width: auto;
  display: inline-block;
  font-size: 21px;
  color: #2a3ead;
  margin: 0px;
}

.table-responsive.dataTable_contents table.table.user_table_list tbody tr td {
  font-size: 12px;
}

.table-responsive.dataTable_contents .dataTables_paginate .paginate_button.current,
.table-responsive.dataTable_contents .dataTables_paginate .paginate_button.current:hover,
.table-responsive.dataTable_contents .dataTables_paginate .paginate_button.current:focus {
  color: #fff;
  background-color: #2a3ead;
}

.pagination > .active > span {
  background-color: #2a3ead;
  border-color: #2a3ead;
}

.panel-heading.custom_panel_heading ul.nav.nav-tabs.bg-primary.nav-justified.radtab {
  width: 50%;
}

.item-elements .heading-elements.datatable_contents_header {
  position: relative;
  /* right: 0px; */
  display: inline-block;
  float: right;
  top: -20px;
}

.table-responsive.dataTable_contents table tr td i.icon-folder2 {
  color: #2a3ead;
}

.modal-header.bg-danger {
  color: #FFFFFF;
  border: none;
}

.modal-header.bg-danger a {
  color: #FFFFFF;
  text-decoration: underline;
}

label.checkbox-container.checkbox-inline.chcekbox-style span.checkmark {
  top: 12px;
  background-color: #f44336;
}

label.checkbox-container.checkbox-inline.chcekbox-style:hover input ~ .checkmark {
  background-color: #f44336;
}

label.checkbox-container.checkbox-inline.chcekbox-style input:checked ~ .checkmark:after {
  background-color: #f44336;
}

label.checkbox-container.checkbox-inline.check-style-2 {
  padding-top: 0px;
}

/*---------------------------
   Empty list
-----------------------------*/

.empty-list-div {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px;
}

.empty-list-div img {
  width: 150px;
}

.empty-list-div p {
  font-size: 14px;
}

/*---------------------------
    custom sidebar
-----------------------------*/

.sidebar.sidebar-main.sidebar-default.sidebar-separate.sidebar-custom {
  padding: 0px;
}

.alert.alert-success.alert-styled-left.alert-arrow-left.alert-bordered.custom-success-2 {
  /* margin-bottom: 10px; */
  padding: 5px 5px;
  padding-left: 15px;
  width: 50%;
  margin: 0px auto;
  float: none;
  margin-bottom: 20px;
}

td.table-inbox-checkbox.rowlink-skip ul li {
  margin: 0px;
  padding-top: 4px;
}

td.table-inbox-checkbox.rowlink-skip ul li .status-unread {
  position: relative;
  top: 1px;
  min-width: 20px !important;
}

/*---------------------------
    custom_panel_heading
-----------------------------*/

.panel-heading.custom_panel_heading {
  padding: 15px 20px;
  padding-bottom: 10px;
}

/*---------------------------
    blog
-----------------------------*/

.single-blog-post_create {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

section#banner_section {
  float: left;
  width: 100%;
  height: 100vh;
  background: url("http://localhost/TravnetCRM/public/assets/images/banner/banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_names {
  float: left;
  width: 50%;
}

.contact_names span {
  float: left;
  font-weight: 500;
  font-size: 13px;
  padding-top: 10px;
}

.contact_names span.text-blue {
  padding-top: 0px;
  padding-left: 10px;
}

.contact_names input.form-control {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #03A9F4 !important;
}

.receipt_details {
  float: left;
  width: 100%;
}

.receipt_details select {
  height: auto !important;
  padding: 0px;
}

.receipt_details input.form-control {
  padding: 0px;
  margin: 0px;
  height: auto;
}

div#inbox_div {
  float: left;
  width: 100%;
}

ul.nav.nav-tabs.nav-tabs-bottom.nav-justified.folder_contents_tab a {
  padding-top: 20px;
}

ul.nav.nav-tabs.nav-tabs-bottom.bottom-divided.itenary_head {
  margin-bottom: 0px;
}

ul.nav.nav-tabs.folder_contents_tab.nav-tabs-2 li a {
  color: #2a3ead;
}

ul.nav.nav-tabs.folder_contents_tab.nav-tabs-2 li.active a {
  color: #2a3ead;
  background: #ffffff;
}

ul.nav.nav-tabs.folder_contents_tab.nav-tabs-2.mb-0.border-primary {
  background: #f0f4ff;
}

.tab-content.itinerary_tab_content {
  margin-top: 0px;
}

li.green {
  position: relative;
}

li.green:before {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  top: 0px;
  content: "\F058";
  font-family: "FontAwesome";
  color: #0dad79;
  font-size: 16px;
}

li.green a {
  color: #0dad79 !important;
}

label.label_bold.margintop {
  margin-top: 10px;
}

.nav-tabs.nav-tabs-bottom > li.green > a:after {
  background-color: #0dad79;
}

.error_fields_display {
  display: none;
  opacity: 0;
  transition: .4s;
}

.custom_form_group .input-group i {
  top: -5px;
}

.error_fields_display h5 {
  font-size: 13px;
  font-weight: 500;
  color: #de0b1f;
}

.main_folder_header {
  position: relative;
}

div#passenger {
  margin-top: 10px;
}

.green_check > .folder-title {
  position: relative;
}

.green_check .folder-title:before {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 4px;
  top: 22px;
  content: "\F058";
  font-family: "FontAwesome";
  color: #0dad79;
  font-size: 16px;
}

.show_error_message {
  display: none;
  opacity: 0;
  transition: .4s;
}

.show_error_message h6 {
  font-size: 13px;
  font-weight: 500;
  color: #de0b1f;
}

.show_error_message.displays {
  opacity: 1;
  display: block;
}

input.fixed_Width_textbox {
  background: transparent;
  border: none;
}

.air_class {
  text-transform: capitalize;
}

form#save_price_form {
  float: left;
  width: 100%;
}

#add_car_form .form-group,
.air_segment_forms .form-group,
#modal_airticket_form .form-group input,
.airticket_edit_form .form-group input,
#hotel_form .form-group input,
.hotel_edit_form .form-group input,
#add_car_form .form-group input,
.car_edit_form .form-group input,
#add_tour_form .form-group input,
.tour_edit_form .form-group input,
#add_insurance_form .form-group input,
.insurance_edit_form .form-group input,
#add_transfer_form .form-group input,
.transfer_edit_form .form-group input,
#add_other_form .form-group input,
.other_edit_form .form-group input {
  text-transform: capitalize;
}

.price_Table_div_container {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

button#bttn_pass {
  border: none;
  outline: none;
  background: transparent;
}

input#lead-pass-title {
  text-transform: uppercase;
}

.selectize-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card_details.display_card_details {
  height: auto;
  opacity: 1;
  transition: all .75s ease;
  opacity: 1;
  display: block;
  visibility: visible;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.card_info_font {
  display: none;
}

.card_details {
  float: left;
  width: 100%;
  height: 0px;
  opacity: 0;
  transition: all .75s ease;
}

.notify_dropdown_menu li.media {
  margin: 0px;
  margin-bottom: 10px;
}

.dataTable .media-body {
  width: 90%;
  float: right;
}

.dataTable .media-left {
  left: 10px;
}

ul.media-list.dropdown-content-body.notify_dropdown_menu li.media .media-body {
  margin-left: 10px !important;
  left: 6px;
}

.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 0px;
}

.select2-search--dropdown input.select2-search__field {
  padding-left: 48px;
}

.select2-results__options--nested > .select2-results__option {
  padding-left: 15px;
  padding-right: 15px;
}

.float_right {
  float: right;
}

.selectize-dropdown [data-selectable].option {
  opacity: 111;
  background: #FFFFFF;
}

.selectize-control.form-control.form_select.single {
  border-bottom: none;
  padding: 0px 0px;
}

.selectize-input.items.required.full.has-options.has-items {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: none !important;
}

.selectize-input.items.required.has-options.invalid.not-full {
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
  border-radius: 0px;
}

.selectize-input.items.required.has-options.invalid.not-full {
  border: none;
}

.selectize-control.single .selectize-input:after {
  right: 0px;
}

.create_modals .form-control {
  height: auto;
  padding-top: 0px;
}

.create_modals .form-group {
  float: left;
  width: 100%;
}

div#price_form_contents {
  float: left;
  width: 100%;
}

.table_for_icons tr > td:first-child {
  padding: 4px 2px !important;
  min-width: 90px;
}

.table_for_icons tr > td:first-child ul li {
  width: auto;
  padding: 0px 2px;
  margin: 0px;
}

/*-----------------------------------
 -- User Profile
--------------------------------------*/

.user_profile_class label {
  font-weight: 600;
}

/*-----------------------------------
 -- Home page design
--------------------------------------*/

section#all_menus {
  float: left;
  width: 100%;
}

.single_link {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #3f51b5;
  border-radius: 10px;
  padding: 30px 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: .3s;
}

.single_link:hover {
  background: #2196F3;
}

.single_link h6 a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  transition: .3s;
}

div#navbar-second ul.nav.navbar-nav.navbar-nav-material.navbar-right a.legitRipple {
  padding: 10px 5px;
}

ul.nav.navbar-nav.navbar-nav-material li a .load-1 .line {
  width: 3px;
  height: 5px;
  background-color: #ffffff;
}

ul.nav.navbar-nav.navbar-nav-material li a .load-1 {
  height: auto;
  min-height: auto;
}

ul.nav.navbar-nav.navbar-nav-material li a .load-1 .line {
  width: 3px;
  height: 5px;
  background-color: #ffffff;
}

ul.nav.navbar-nav.navbar-nav-material li a .load-1 .line:nth-last-child(3) {
  -webkit-animation: loadingb 1.5s 0s infinite !important;
  animation: loadingb 1.5s 0s infinite !important;
}

ul.nav.navbar-nav.navbar-nav-material li a .load-1 .line:nth-last-child(2) {
  -webkit-animation: loadingb 1.5s 0.5s infinite !important;
  animation: loadingb 1.5s 0.5s infinite !important;
}

ul.nav.navbar-nav.navbar-nav-material li a .load-1 .line:nth-last-child(1) {
  -webkit-animation: loadingb 1.5s 1s infinite !important;
  animation: loadingb 1.5s 1s infinite !important;
}

@-webkit-keyframes loadingb {
  0% {
    height: 4px;
  }

  50% {
    height: 10px;
  }

  100% {
    height: 6px;
  }
}

@keyframes loadingb {
  0% {
    height: 4px;
  }

  50% {
    height: 10px;
  }

  100% {
    height: 6px;
  }
}

.single_link h6 a:hover {
  text-decoration: underline;
}

.col-md-4.col-sm-4:nth-child(n+4) .single_link {
  margin-bottom: 0px;
}

label {
  text-transform: capitalize;
}

label.label_bold {
  font-weight: 600;
}

.content_header {
  float: left;
  width: 100%;
  margin: 20px 0px;
}

.content_header h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f51b5;
  letter-spacing: 1px;
  border-bottom: 2px solid #3f51b5;
}

.single-blog {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.single-blog img {
  width: 100%;
}

.single-blog a {
  font-size: 20px;
  font-weight: 700;
  color: #3f51b5;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0px;
  margin-top: 0px;
  max-width: 250px;
  transition: .3s;
}

label.control-label.label-full {
  float: left;
  width: 100%;
}

.single_blog_list_style {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.single-blog a:hover {
  color: #2196F3;
}

ul.blog_date {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

ul.blog_date li {
  display: inline-block;
  padding-right: 20px;
}

ul.blog_date li {
  display: inline-block;
  padding-right: 20px;
  color: #3f51b5;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.view-details {
  float: left;
  width: 100%;
}

ul.blog_date li:after {
  position: absolute;
  content: "/";
  width: 10px;
  bottom: 0px;
  right: 0px;
  color: #3f51b5;
  font-size: 14px;
  font-weight: 800;
}

ul.blog_date li:last-child:after {
  content: "";
}

.left_padding {
  padding-left: 0px;
}

.single-blog p {
  display: block;
}

.single-blog p a {
  display: initial;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #000000 !important;
}

.list_table table tr th,
.list_table table tr td {
  min-width: 100px;
  padding: 12px 10px;
}

.list_table table tr th:first-child,
.list_table table tr td:first-child {
  max-width: 40px !important;
  min-width: 40px;
}

.list_table table tr th:nth-child(6),
.list_table table tr td:nth-child(6) {
  max-width: 120px !important;
  min-width: 120px !important;
}

.f-container {
  background-color: #3f51b5;
  margin-right: -20px;
  margin-left: -20px;
  padding: 17px;
  text-align: center;
  bottom: 0;
}

.f-container a {
  color: #fff;
}

.other_price_div table tr th,
.transfer_price_content table tr th,
.insurance_price_content table tr th,
.tourPrice_contents table tr th,
.car_price_content table tr th,
.hPrice-content table tr th,
.air_ticket_segment table tr th,
form#save_price_form table tr th {
  text-align: center;
}

form#save_price_form table tr th {
  text-align: center !important;
}

.other_price_div table tr td:nth-child(n+3) input,
.visa_price_div table tr td:nth-child(n+3) input,
.transfer_price_content table tr td:nth-child(n+3) input,
.insurance_price_content table tr td:nth-child(n+3) input,
.tourPrice_contents table tr td:nth-child(n+3) input,
.car_price_content table tr td:nth-child(n+3) input,
.hPrice-content table tr td:nth-child(n+3) input,
.air_ticket_segment table tr td:nth-child(n+2) input,
form#save_price_form table tr td:nth-child(n+2) {
  text-align: right;
}

.panel-custom-full-width {
  float: left;
  width: 100%;
}

.text_alert {
  color: #de0b1f;
}

.text_capital {
  text-transform: uppercase !important;
}

.f_letter_capitalize {
  text-transform: capitalize;
}

.edit_modals .form-control {
  height: auto;
  padding-top: 0px;
}

.edit_modals .form-group {
  float: left;
  width: 100%;
}

.input-groups {
  position: relative;
  width: 100%;
}

.vendor_list,
.airline_list,
.client_list_for_fol,
.bussinessNature_list {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 130px;
  z-index: 99;
  display: none;
  overflow-y: scroll;
  max-height: 250px;
}

.bussinessNature_list {
  width: 400px;
}

span.contact_names_hidden_contents {
  display: none;
}

.all_airline_list {
  width: 120px;
}

.client_list_for_fol {
  width: 160px;
}

.vendor_list ul,
.airline_list ul,
.client_list_for_fol ul,
.bussinessNature_list ul {
  padding: 0px;
}

.vendor_list ul li,
.airline_list ul li,
.client_list_for_fol ul li,
.bussinessNature_list ul li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #e4e3e3;
  display: block;
  width: 100%;
  float: left;
}

span.contact_details_dropdown {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #7d7a7a;
}

.vendor_list ul li:hover,
.airline_list ul li:hover,
.bussinessNature_list ul li:hover {
  background: #EAEAEA;
}

tbody.hotel_list_class tr td input,
tbody.passengar_list_main tr td input,
tbody.airsegment_list_class tr td input,
tbody.airticket_list_class tr td input,
tbody.car_list_class tr td input,
tbody.tour_list_class tr td input,
tbody.insurance_list_class tr td input,
tbody.transfer_list_class tr td input,
tbody.other_list_class tr td input {
  text-transform: capitalize;
}

.contact_names_hidden {
  display: none;
}

.staff_contents_div .form-group {
  margin-bottom: 0px;
}

input.btn.btn-primary.btn-raised.btn-xs.legitRipple.remove_field {
  padding: 2px 8px;
  margin-top: 8px;
}

.remove_field {
  font-size: 16px;
  margin-top: 19px;
  cursor: pointer;
  color: #F4511E !important;
}

input.btn.add_input_gds {
  padding: 4px 10px;
  font-size: 11px;
  margin-top: 15px;
}

input.btn.add_input,
input.btn.remove_input {
  padding: 5px 12px;
}

.vendor_list ul li:hover,
.airline_list ul li:hover {
  cursor: pointer;
}

.staff_table table td {
  min-width: 110px !important;
}

/*================= subscription ===================*/

.sub_form {
  margin-top: 20px;
  font-size: 12px;
  padding: 8px 10px;
}

.sub_form .position-right {
  margin-left: 0px;
}

.panel.subscription-panel .panel-heading {
  background: #2a3ead;
  padding: 20px 20px;
  text-align: center;
}

h4.subscription-header {
  font-size: 14px;
  margin: 0px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 10px;
  padding: 0px 0px;
  text-transform: capitalize;
}

h3.subscription-price {
  margin: 10px 0px;
  margin-top: 0px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
}

.subsription-desc {
  float: left;
  width: 100%;
  margin: 0px 0px;
}

.subsription-desc p {
  border-bottom: 1px solid #cccccc2b;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.subs-btn {
  padding: 7px 30px;
  color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 1px 1px 7px 3px #e4e4e4;
}

.subs-btn:hover {
  opacity: .8;
  color: #FFFFFF;
}

.subscription-details:nth-child(6n+1) .panel.subscription-panel .panel-heading,
.subscription-details:nth-child(6n+1) .panel.subscription-panel button {
  background: #394989;
}

.subscription-details:nth-child(6n+2) .panel.subscription-panel .panel-heading,
.subscription-details:nth-child(6n+2) .panel.subscription-panel button {
  background: #e84a5f;
}

.subscription-details:nth-child(6n+3) .panel.subscription-panel .panel-heading,
.subscription-details:nth-child(6n+3) .panel.subscription-panel button {
  background: #ff5f40;
}

.subscription-details:nth-child(6n+4) .panel.subscription-panel .panel-heading,
.subscription-details:nth-child(6n+4) .panel.subscription-panel button {
  background: #6a2c70;
}

.subscription-details:nth-child(6n+5) .panel.subscription-panel .panel-heading,
.subscription-details:nth-child(6n+5) .panel.subscription-panel button {
  background: #a8df65;
}

.subscription-details:nth-child(6n+6) .panel.subscription-panel .panel-heading,
.subscription-details:nth-child(6n+6) .panel.subscription-panel button {
  background: #65587f;
}

.panel.subscription-panel .checkbox.checkbox-white-border.with-text {
  float: left;
  width: 100%;
}

.panel.subscription-panel {
  float: left;
  width: 100%;
  min-height: 350px;
}

.panel.subscription-panel .checkbox.checkbox-white-border.with-text .checkmark {
  left: 0px;
  top: 4px;
}

.panel.subscription-panel .checkbox.checkbox-white-border.with-text .radio label,
.panel.subscription-panel .checkbox.checkbox-white-border.with-text .checkbox label {
  padding-left: 20px;
  font-size: 14px;
}

.panel.subscription-panel:hover {
  background: rgba(92, 107, 192, 0.02);
}

.modal-header.subscription-header {
  background: #2a3ead;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-header.subscription-header .close {
  position: absolute;
  right: 20px;
  top: 12%;
  margin-top: 0;
  color: #FFFFFF;
}

.modal-header.subscription-header .subscription-header:after {
  position: absolute;
  content: "\EDC6";
  font-family: "icomoon";
  left: 47%;
  bottom: -35px;
  font-size: 40px;
  color: #2a3ead;
}

#subsciptionAlert .modal-content,
#subsciptionAlertQuato_full .modal-content {
  border-radius: 13px;
}

#subsciptionAlert .subscription-content,
#subsciptionAlertQuato_full .subscription-content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
}

.subscription-content p,
.subscription-content h4 {
  color: #333333;
}

a.btn-primary.btn-style-3.btn-radius-style {
  padding: 5px 40px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0px;
  box-shadow: 1px 1px 1px 1px rgba(47, 47, 47, 0.07);
}

.alert.alertDanger {
  background: #F65656;
  border: #F65656;
}

.modal-header.errorAlert-header {
  background: #FF5722;
  text-align: center;
  padding: 10px 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-header.errorAlert-header img {
  width: 18px;
  display: inline-block;
}

div#checkError {
  color: #D84315;
}

.modal-header.errorAlert-header h4 {
  display: inline-block;
  font-size: 14px;
  margin: 0px 0px;
  font-weight: 500;
  position: relative;
  top: 2px;
}

#errorAlertModal .modal-header.errorAlert-header button.close,
div#creditMsgModal .modal-header.errorAlert-header button.close {
  color: #FFFFFF;
  top: 10%;
}

#errorAlertModal .modal-header.errorAlert-header button.close {
  color: #FFFFFF;
  top: 30%;
}

#errorAlertModal .modal-content {
  border-radius: 5px;
}

#errorAlertModal .modal-body h4 {
  color: #3C4562;
  text-align: CENTER;
  font-weight: 600;
  font-size: 18px;
}

div#error-contents {
  color: #3C4562;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

div#error-contents ul {
  padding: 0px 20%;
  text-align: left;
}

button.closeAlert,
a.closeAlert {
  background: #F65656;
  color: #FFFFFF;
  padding: 6px 30px;
  border-radius: 40px;
  border: none;
  box-shadow: 1px 1px 3px 3px rgba(174, 174, 174, 0.2);
}

div#sessionTimeoutAlert .modal-header.session-header {
  background: #3b27b0;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div#sessionTimeoutAlert .modal-header.session-header img {
  width: 120px;
}

div#sessionTimeoutAlert .session-expire-content {
  text-align: center;
}

.session-expire-content h4 {
  color: #3b27b0;
  font-weight: 500;
  font-size: 20px;
}

div#sessionTimeoutAlert .session-expire-content p {
  color: #333333;
  font-size: 14px;
}

div#sessionTimeoutAlert .modal-content {
  border-radius: 22px;
}

.session-expire-content .btn-sesiion-style {
  padding: 5px 40px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0px;
  background: #3b27b0;
  box-shadow: 1px 1px 6px 3px rgba(47, 47, 47, 0.07);
}

/*===================================================
    Panel
=====================================================*/

.panel.travnetPanel .panel-heading h6 {
  font-size: 12px;
}

.panel.travnetPanel .panel-heading {
  padding: 5px 10px;
}

.panel-group-control .panel.travnetPanel .panel-heading .panel-title > a:before {
  font-size: 14px;
}

.panel.travnetPanel .panel-body {
  padding: 10px 10px;
}

legend.text-bold.border-less {
  border: none;
  margin: 0px;
}

/* ==============================
        8. our-team-section
   ============================== */

/* ==============================
  our-team-section
  ============================== */

section#team-section {
  float: left;
  width: 100%;
  padding: 40px 0px 10px 0px;
}

section#core-team-section {
  float: left;
  width: 100%;
  padding: 0px 0px 40px 0px;
}

.core-team-header {
  float: left;
  width: 100%;
}

.core-team-header h4 {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  color: #2a3ead;
  font-weight: 600;
}

.team-header {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.team-header h6 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #3f51b5;
}

.team-header p {
  color: #000;
  font-size: 16px;
}

.team-members {
  float: left;
  width: 100%;
  /* // margin-top: 50px; */
}

.single-team-member {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}

.single-team-member img {
  width: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .5s;
}

.single-team-member:hover img {
  transition: scale(1.1);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-member-info {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.team-member-info h6 {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0px;
}

.team-member-info p {
  font-size: 10px;
  font-weight: 400;
  /* // text-transform: uppercase;
      // letter-spacing: 3px; */
}

/* // ul.team-social-list {
  //     float: left;
  //     width: 100%;
  //     text-align: center;
  //     position: absolute;
  //     top:40%;
  //     left: 0px;
  //     opacity: 0;
  //     -webkit-transition: .5s;
  //     -moz-transition: .5s;
  //     -ms-transition: .5s;
  //     -o-transition: .5s;
  //     transition: .5s;
  // } */

ul.team-social-list {
  float: left;
  width: 100%;
  text-align: center;
  /* position: absolute; */
  top: 40%;
  left: 0px;
  opacity: 1;
  transition: .5s;
  padding: 0px;
}

.single-team-member:hover ul.team-social-list {
  opacity: 1;
}

ul.team-social-list li {
  display: inline-block;
  padding: 0px 0px;
}

ul.team-social-list li a {
  /* // display: inline-block;
      // font-size: 20px;
      // font-weight: 400;
      // color: #FFFFFF;
      // border: 1px solid transparent;
      // width: 35px;
      // height: 35px;
      // text-align: center;
      // line-height: 32px;
      // -webkit-transition: .3s;
      // -moz-transition: .3s;
      // -ms-transition: .3s;
      // -o-transition: .3s;
      // transition: .3s; */
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #333333;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  transition: .3s;
}

/* // ul.team-social-list li a:hover {
  //     background: #FFFFFF;
  //     color: #4d4d4d;
  //     border: 1px solid #FFFFFF;
  // } */

tbody#passengar_list tr td input.form-control {
  border: none !important;
}

tbody#passengar_list tr td {
  padding: 0px 6px;
}

span.text-blue input.form-control {
  width: 100%;
}

.modal {
  overflow: auto !important;
}

.myModalSegment {
  z-index: 999999999999;
}

.myModalSegment h5.modal-title.text_alert {
  color: #FFFFFF;
}

.error_messages ul.alert.alert-danger {
  padding-left: 30px;
}

tbody.recon_table tr td:nth-child(n+4) input,
tbody.recon_table_edit tr td:nth-child(n+4) input {
  text-align: right;
}

tfoot.recon_table tr td,
tbody.recon_table_edit tr td {
  padding: 6px 6px;
}

#air_segment_forms .form-group input,
.air_segment_forms .form-group input {
  text-transform: capitalize;
}

.message {
  float: left;
  width: 100%;
}

.message h6 {
  font-size: 12px;
  font-weight: 600;
}

input.form-control.input-xxs.input_type_date {
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  line-height: 20px;
}

.input_type_date {
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  line-height: 20px;
}

select.form-control.input_type_date {
  padding-bottom: 5px;
}

.div_container {
  float: left;
  width: 100%;
}

.div_container .form-group {
  margin-top: 10px;
}

.mail-container-write.email_msg_container .note-editable.panel-body {
  font-weight: 500;
}

/*---------------------------------
--email
-----------------------------------*/

.email-body-div,
.mail-message {
  float: left;
  width: 100%;
}

.mail-container-write.mail-message {
  border: 1px solid #f5f5f5;
}

input.form-control.border-less {
  border: none;
}

input.form-control.border-less:focus {
  border: none;
  box-shadow: none;
}

tbody.compose-email-body td {
  position: relative;
}

.email-body-div .form-group {
  border-bottom: 1px solid #f9f9f9;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

span.dropdown-arrow {
  position: absolute;
  top: 25%;
  right: 25px;
}

.hidden_row {
  opacity: 0;
  display: none;
  transition: opacity .3s, display .2s;
}

.hidden_row.active_row {
  opacity: 1;
  display: block;
}

.toast-success {
  background-color: #3F51B5;
}

.toast-top-right {
  top: 40px;
}

.row_info {
  margin: 20px 0px;
}

.pdf_header h6.panel-title {
  font-size: 15px;
  display: inline-block;
}

.panel-heading.heading_panels h5.panel-title {
  display: inline-block;
}

.back-btn {
  display: inline-block;
  margin-left: 12px;
}

.back-btn a.btn.btn-primary.legitRipple {
  padding: 4px 12px;
  font-size: 12px;
  margin-top: -4px;
}

.back-btn a.btn.btn-primary.legitRipple {
  padding: 4px 4px;
  padding-right: 10px;
  font-size: 12px;
  margin-top: -4px;
}

.back-btn a.btn.btn-primary.legitRipple span i {
  font-size: 14px;
  padding-top: 1px;
}

.panel_links span a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: underline;
}

.panel_links span a:hover {
  color: #cccccc;
}

.form-group.textarea-form-group {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.form-group.textarea-form-group .note-terms-for-folder {
  font-size: 12px;
  line-height: 22px;
  padding-top: 0px;
}

.dropdown-menu > .dropdown-submenu.active > a {
  background-color: #3f51b5;
  color: #fff;
}

input[type="date"] {
  text-transform: lowercase !important;
}

table.table.user_table_list tbody tr td {
  min-width: 110px;
}

table.table.user_table_list tbody tr td:first-child {
  min-width: 30px !important;
}

.page_active_div {
  display: inline-block;
  margin-left: 20px;
}

.page_active_div input {
  position: relative;
  top: 2px;
}

.page_active_div label {
  margin-left: 5px;
}

.modal-header.session_header.label-danger h5#exampleModalLabel {
  padding-bottom: 10px;
  color: #FFFFFF;
}

.modal-header.session_header.label-danger button.close {
  top: 42%;
  color: #FFFFFF;
  opacity: 1;
}

.modal-header.session_header.label-danger button.close:hover {
  color: #CCCCCC;
}

.page_active_div label {
  text-transform: initial;
}

.profile_btn {
  color: #3f51b5;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
}

table.company_info_table tr td {
  min-width: 120px;
  margin: 0px;
  padding: 0px;
}

table.company_info_table tr td:nth-child(2) {
  padding-top: 0px !important;
  vertical-align: top;
}

.panel-heading.panel_head {
  padding-top: 10px;
  padding-bottom: 0px;
}

.panel-heading.panel_head h6.panel-title {
  border-bottom: 1px solid #e4e4e4;
}

.panel-body.panel_body {
  padding-top: 10px !important;
}

table.company_info_table td {
  text-transform: capitalize;
}

.balance_text {
  float: left;
  margin-top: 12px;
  font-weight: 600;
  font-size: 12px;
  color: #2a3ead;
}

.paid-img-class {
  width: 106px;
  opacity: 0.4;
}

.balance_text.b-text-2 {
  margin-top: 12px;
}

.balance_text span {
  font-size: 12px;
  padding: 0px 5px;
}

.last-login {
  float: left;
  width: 100%;
  /* margin-top: 16px; */
  /* margin-left: 10px; */
  font-weight: 600;
  font-size: 12px;
}

.last-login span.text-muted {
  float: right;
}

.last-login span {
  font-weight: 500;
}

.last-login span.status-mark.bg-success {
  margin-right: 5px;
}

.row.credit_sum_row table td {
  min-width: 110px;
}

.row.credit_sum_row {
  margin-top: 20px;
}

.heading-elements.heading_plane ul li form {
  float: right;
  /* display: inline-block; */
  padding-top: 8px;
}

.heading-elements.heading_plane ul li {
  display: inline-block;
  min-height: 50px;
  padding-top: 10px;
}

.heading-elements.heading_plane {
  float: right;
  /* width: 100%; */
  /* text-align: right; */
}

.heading-elements.heading_plane ul li form button.btn {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 5px;
  margin-top: -2px;
}

.heading-elements.heading_plane ul li form label {
  margin: 0px 5px;
  position: relative;
  top: -2px;
}

.content-group-sm.pro_section img {
  max-width: 120px;
}

.table-responsive.blog_post_list table tr td:first-child,
.table-responsive.blog_post_list table tr th:first-child {
  min-width: 50px !important;
  width: 50px;
}

a.add_new_buttons {
  padding: 5px 10px !important;
  color: #FFFFFF;
  padding-bottom: 4px !important;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.blue_label {
  color: #de0b1f;
  font-weight: normal !important;
  font-size: 13px;
}

.table_design_change tr th:nth-child(1),
.table_design_change tr td:nth-child(1) {
  min-width: 20px !important;
  max-width: 20px !important;
}

.table_design_change tr th,
.table_design_change tr td {
  max-width: 60px;
}

.table_custom tr th:first-child,
.table_custom tr td:first-child {
  min-width: 40px;
  max-width: 60px;
  /* width: 20px; */
}

table.table.table_design_change tr td {
  word-wrap: break-word;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px 10px;
}

.email_body {
  float: left;
  width: 100%;
}

.email_image {
  float: left;
  width: 7%;
  height: 50px;
  border-radius: 50%;
  /* border: 1px solid #CCCCCC; */
  display: inline-block;
  overflow: hidden;
}

.email_image img {
  width: 100%;
}

.email-top-info .info-left h6 {
  margin-top: 6px;
}

.email_content {
  float: left;
  width: 100%;
}

.email_content h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.email_content h6 span {
  font-weight: 500;
  color: #adadad;
  margin-left: 7px;
  font-size: 12px;
}

.email_content ul.cc_lists {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

.email_content ul.cc_lists li {
  font-weight: 500;
  color: #adadad;
  margin-left: 0px;
  font-size: 12px;
  list-style: none;
  display: inline-block;
  padding-right: 5px;
}

.email_details {
  float: left;
  width: 100%;
}

.email_content p.email_details {
  margin-top: 10px;
}

span.space {
  margin-left: 20px;
}

h6.msg_sub {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
}

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
  border: 1px solid #ddd;
}

.panel-heading.rad-panel-heading-order .bg-primary {
  background: #2a3ead;
}

.ordermanage > tbody > tr > td {
  height: 26px;
  padding: 0px;
  border-top: 0px;
  text-align: center;
}

.ordermanage > thead > tr > th {
  text-align: center;
}

.ordermanage > thead {
  background: #1E88E5;
  font-weight: bold;
  color: #FFFFFF;
}

.inq_Search_details {
  margin-top: 10px;
  margin-left: 18px;
}

.details table td {
  padding: 5px 20px !important;
}

.details_content .panel-heading {
  padding: 0px 0px;
}

.details_content h5.panel-title {
  padding: 5px 20px;
}

.rad-panel-heading-order {
  padding: 0px 0px 0px 3px;
  margin-bottom: 10px;
}

.rad-report .dataTables_wrapper .table-bordered i {
  color: #2a3ead;
}

.panel-body.rad-report .panel-heading.custom_panel_heading {
  padding: 0px 5px;
  margin-bottom: 15px;
}

.rad-report .passengerReportListOrder {
  background: #FFF;
  color: #000;
  border-radius: 4px;
  border: 1px #DDD solid;
  padding: 5px 0px;
  box-shadow: 0px 2px 15px -4px #8b95c9;
}

table#list_view td,
table#list_view_two td,
table#list_view_three td,
table#list_view_four td {
  padding: 0px 4px !important;
}

.status-done {
  color: #9ACD32;
}

.status-pending {
  color: #FFA500;
}

.status-primary {
  color: #2a3ead;
}

.status-error {
  color: #FF0000;
}

.radtab > li > a {
  /* adjust padding for height*/
  padding-top: 8px;
  padding-bottom: 8px;
}

.alert.alert-warning.no-border.rt_custom_alert {
  display: inline-block;
}

.alert.alert-warning.no-border.rt_custom_alert button.close {
  margin-left: 10px;
}

.alert.rad-alerts form input {
  background: transparent;
  padding: 0px;
  color: #2a3ead;
  outline: 0;
  border: 0;
  margin-left: 2px;
  text-decoration: underline;
}

.alert.rad-alerts form {
  display: inline-block;
}

.badge_gds {
  padding: 1px 5px 1px 5px;
  font-size: 9px;
}

/*--------------------------------------------
--inner_heading_panels
-----------------------------------------------*/

.inner_heading_panels {
  padding: 10px 20px !important;
  background: #2a3ead !important;
}

.inner_heading_panels .heading-elements.datatable_contents_header ul.icons-list .sidebar-icons {
  margin-top: 6px;
  color: #FFFFFF;
}

.heading-elements.datatable_contents_header .custom_form_group.form-group .form-control-2 {
  padding: 3px 10px !important;
  height: auto;
  border-radius: 2px !important;
}

.inner_heading_panels .heading-elements.datatable_contents_header ul.icons-list i.icon-envelop3.sidebar-icons {
  font-size: 18px;
  display: inline-block;
  padding: 0px 5px;
}

.inner_heading_panels h6.panel-title {
  color: #FFFFFF;
}

.inner_heading_panels button.btn.custom_button_link-2 {
  background: #FFFFFF;
  color: #2a3ead !important;
}

.inner_heading_panels ul.inner_heading_ul .custom_button_link-2 {
  margin-top: 8px;
  margin-left: 5px;
}

.inner_heading_panels ul.inner_heading_ul label.checkbox-container.checkbox-inline.custom-checkbox-container span.checkmark {
  background-color: #ffffff;
}

.invoice-details.custom-invoice-details {
  text-align: left;
}

.invoice-details.custom-invoice-details h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}

.inner_heading_panels ul.inner_heading_ul label.checkbox-container.checkbox-inline.custom-checkbox-container {
  margin-top: 5px;
}

.inner_heading_panels .page-information {
  color: #ffffff;
}

.inner_heading_panels .checkbox.form-checkbox-style {
  margin-top: 0px;
  margin-bottom: 0px;
}

.inner_heading_panels label.checkbox-container.checkbox-inline.custom-checkbox-container {
  padding-top: 0px;
}

.inner_heading_panels .page-information .style_for_company .checkbox-container .checkmark {
  top: 3px;
  background-color: #ffffff;
}

.inner_heading_panels .checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #2a3ead;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.inner_heading_panels a.custom_button_link-2 {
  background: #ffffff;
  color: #2a3ead !important;
  font-weight: 600;
  opacity: 1;
}

.inner_heading_panels .page-information p,
.inner_heading_panels .page-information a,
.inner_heading_panels .page-information p span a {
  color: #ffffff;
}

.inner_heading_panels .page-information p span.label {
  margin-left: 10px;
}

.inner_heading_panels label.checkbox-container.checkbox-inline.custom-checkbox-container {
  color: #FFFFFF;
}

.inner_heading_panels .heading-elements.datatable_contents_header ul.icons-list i.icon-sync {
  margin-top: 6px;
  color: #FFFFFF;
}

.inner_heading_panels .checkbox.form-checkbox-style.style_for_company {
  min-height: auto !important;
  padding-top: 0px;
}

.airfileimagePreview {
  width: 60%;
  height: 37px;
  background-position: top;
  background: url("/assets/images/backgrounds/airfile-bg.svg");
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.container-col {
  width: 50%;
  text-align: center;
  margin: 0px auto;
}

.container-airfile {
  float: left;
  width: 100%;
  text-align: center;
}

.airfile-submit {
  width: 50%;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.board .tab .nav-tabs {
  border: none;
  margin-bottom: 7px;
  margin-top: 5px;
}

.board .tab .nav-tabs li a {
  padding: 6px 14px;
  margin-right: 3px;
  background: #FFF;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease-in 0s;
  color: #092c4f;
}

.board ul.nav.nav-tabs li.active a {
  background: #2a3ead !important;
  color: #FFFFFF;
}

.board .tab .nav-tabs li a:hover {
  color: #cb5245;
  background: #fff;
  border: 1px solid #DCDCDC;
}

.board .tab .nav-tabs li.active a {
  color: #092c4f;
}

.board .tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before {
  opacity: 1;
  transform: scale(2);
}

.board .tab .tab-content {
  font-size: 10px;
  color: #fff;
  line-height: 30px;
  border-radius: 25px;
  outline-offset: 3px;
}

.board .tab .tab-content h3 {
  font-size: 15px;
  margin-top: 0;
}

.board .tab-content.tabs table tr td {
  color: #333333;
}

@media only screen and (max-width: 479px) {
  .board .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .board .tab .nav-tabs li a:hover:before,
  .board .tab .nav-tabs li.active a:before {
    transform: scale(10);
  }
}

.iti {
  width: 100%;
}

.board table tr td {
  color: #333333;
}

/*===================================(Rad)Report CSS Start===================== */

.mytable > tbody > tr > td {
  height: 20px;
  padding: 0px;
  border-top: 0px;
}

.tb-thead {
  background: #D3D3D3;
}

.my-panel {
  position: relative;
  padding-top: 0px;
  padding-bottom: 15px;
}

.my-panel-body {
  padding: 5px;
  border: none;
  box-shadow: none;
}

.my-btn {
  margin-right: 2px;
}

.my-btn-right {
  margin-left: 86%;
}

.rad-panel-heading {
  padding: 5px 0px 10px 3px;
}

.rad-report .heading-elements {
  right: -3px;
}

.rad-report .dataTables_wrapper .table-bordered {
  border-top: 0;
  margin-bottom: 20px;
}

.rad-report .nav-tabs[class*=bg-] > .active > a,
.rad-report .nav-tabs[class*=bg-] > .active > a:hover,
.rad-report .nav-tabs[class*=bg-] > .active > a:focus {
  background-color: #2e4292;
}

.panel-heading.rad-panel-heading-order .nav-justified.radtab li a i {
  font-size: 14px;
  margin-right: 5px;
}

.panel-heading.rad-panel-heading-order .nav-justified.radtab li a {
  font-size: 12px;
}

.panel-heading.rad-panel-heading-order .nav-justified.radtab {
  border-radius: 0px !important;
}

.rad-report .table > thead > tr > th {
  border-bottom: 1px solid #bbb;
  height: 30px !important;
  padding: 0 !important;
  padding-left: 10px !important;
}

.rad-report .picker {
  width: 250px;
}

.rad-report .passengerReportList {
  background: #FFF;
  color: #000;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px #DDD solid;
  padding: 5px 0px;
  box-shadow: 0px 2px 15px -4px #8b95c9;
}

.rad-report .passengerReportList label {
  line-height: 40px;
}

.rad-report .passengerReportList button,
.passengerReportList a {
  margin-top: 10px;
}

.rad-report .dt-buttons button {
  margin-right: 5px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 0px;
}

.rad-report .dt-buttons {
  float: right;
  display: inline-block;
  margin: 0 0 5px 5px;
}

.rad-report .dataTable thead .sorting:after,
.rad-report .dataTable thead .sorting:before {
  color: #f0f0f0;
}

tbody#passengar_list tr td:nth-child(6) input.form-control {
  text-transform: uppercase !important;
}

.dt-button-collection > .dt-button.active {
  color: #2a3ead !important;
  background-color: #ffffff;
}

.dt-buttons > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.rad-report .dt-button-collection > .dt-button {
  padding: 2px 15px;
  color: #000;
  display: block;
  outline: 0;
  border: 0px;
  width: 100%;
  text-align: left;
  border-radius: 1px;
}

.rad-report .dt-button-collection > .dt-button:hover,
.dt-button-collection > .dt-button:focus {
  color: #C6C6C6 !important;
}

.rad-report .dt-button-collection {
  background: #e6e6e6;
}

.rad-report .dt-button-collection > .dt-button {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.rad-report .dt-button-collection > .dt-button:last-child {
  border-bottom: none;
}

/*---------------------------
    Custom button
-----------------------------*/

.btn-small {
  font-size: 10px;
  padding: 5px 10px;
}

.btn-big {
  display: inline-block;
  width: 100%;
}

.btn-black {
  color: #333 !important;
}

.btn-primary-2 {
  background: #2a3ead;
  color: #FFF;
}

.label-primary-2 {
  background: #2a3ead;
  color: #FFF;
}

.btn-primary:hover {
  background: #1f358a;
}

.btn-primary:active,
.btn-primary.active {
  background: #1f358a;
}

.btn-ash {
  background: #e1e1e1;
  color: #333333;
}

.bg-ash {
  background: #c8c8c8;
  color: #333333;
}

.bg-ash-light {
  background: #efefef;
}

.bg-primary-2 {
  background: #2a3ead;
  color: #FFF;
}

.bg-primary {
  background: #2a3ead;
  border-color: #2a3ead;
  color: #FFF;
}

.pass_header {
  background: #ece6e6;
  color: black;
}

.alert-bg-primary {
  background: #2a3ead;
  border: #2a3ead;
}

.bg-white {
  background: #FFFFFF;
  border: #FFFFFF;
}

.btn-primary {
  background: #2a3ead;
  color: #FFF;
}

.modal-header.bg-primary {
  padding: 8px 20px;
}

.modal-header-header-2 {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #eee;
}

.modal-header-header-2 h5 {
  color: #333333;
  font-weight: 500;
}

.modal-header-header-2 .modal-header .close,
.modal-header-header-2 .close {
  color: #333333 !important;
}

button.close.left-close {
  position: relative;
  float: left;
  top: 10px;
  left: 6px;
  margin-right: 20px;
  color: #2a3ead !important;
}

h5.modal-title {
  font-size: 14px;
}

.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2.focus {
  color: #FFF;
}

.nav-tabs-2 li a {
  padding: 6px 10px !important;
  font-size: 12px;
}

/*======================================Rad Report CSS End====================================== */

/*==============================Rad folder CSS start============================================ */

.rad-panel-heading-folder {
  padding: 0px 0px 4px 2px;
}

/*==============================Rad folder CSS end============================================== */

.dash-content_header {
  float: left;
  width: 100%;
  margin: 20px 0px;
}

.dash-content_header h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f51b5;
  letter-spacing: 1px;
  border-bottom: 2px solid #D3D3D3;
}

/*=============== Error Alert css============== */

div#date_error_modal .error_date ul {
  list-style: none;
  padding: 0px;
}

div#date_error_modal .error_date ul li {
  list-style: none;
  padding: 0px;
  color: #D84315;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

div#date_error_modal .error_date ul li:before {
  position: absolute;
  content: "\ED4D";
  font-family: "icomoon";
  left: 0px;
  top: 1px;
  font-size: 12px;
}

div#date_error_modal .modal-body h5 {
  font-size: 15px;
  font-weight: 500;
}

div#date_error_modal .modal-dialog {
  width: 400px;
}

div#date_error_modal .modal-footer {
  padding: 0px;
}

.has-errors .control-label {
  color: #D84315;
}

.has-errors input.form-control {
  border-bottom-color: #D84315;
}

.form-group.custom_form_group.has-errors.has-dangers .form-control-2 {
  border-color: #D84315;
}

.form-control-feedbacks {
  width: 16px;
  color: #333333;
  z-index: 3;
}

.form-control-feedbacks {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.footer_button_lists ul li {
  display: inline-block;
}

.footer_button_lists ul li a {
  display: block;
}

/*-------------------------------------
-- Dashboard
--------------------------------------*/

.panel-error-log td.text-danger {
  text-transform: capitalize;
  /* display: inline-block; */
  vertical-align: middle;
}

.panel-error-log td.text-danger svg.svg-inline--fa.fa-exclamation-triangle.fa-w-18 {
  width: 14px;
  display: inline-block;
  margin-right: 5px;
}

.panel-error-log tr.active td {
  background: #2196F3 !important;
  color: #FFFFFF;
}

.panel.panel-flat.panel-error-log tr.active td a {
  color: #FFFFFF;
}

.panel.panel-flat.panel-error-log tr.active td a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}

.panel-error-log table tr > td {
  padding: 4px 20px;
  border-bottom: 1px solid #EDEDED;
}

.panel-error-log table tr > td a {
  color: #333333;
  transition: .3s;
}

.panel-error-log table tr > td a:hover {
  color: #1E88E5 !important;
}

.panel.panel-flat.panel-online-log tr.active td a {
  color: #FFFFFF !important;
}

.panel.panel-flat.panel-online-log tr.active td {
  background: #2196f3;
  color: #FFFFFF !important;
}

.panel.panel-flat.panel-online-log table tr td {
  width: auto;
  min-width: auto;
}

.modal_quote_email .form-group {
  float: left;
  width: 100%;
}

.modal_quote_email .form-control {
  font-weight: 400;
  padding: 0px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.email-top-info {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.email-top-info .info-left {
  float: left;
  width: 60%;
  padding-left: 20px;
}

.email-top-info .info-right {
  float: left;
  width: 33%;
  text-align: right;
}

.mail-container-write.mail-message .note-editor.note-frame button.note-btn {
  padding: 8px 12px !important;
}

.email-top-info .info-right p {
  margin-top: 6px;
  margin-bottom: 0px;
}

div#modal_settings .modal-body {
  float: left;
  width: 100%;
}

/*-------------------------------------
-- New Dashboard
--------------------------------------*/

.panel-body-2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.panel-body-2 h5.panel-header {
  padding: 10px 15px;
  background: #F0F4FF;
  font-size: 14px;
  color: #003762;
}

.panel-body-2 .panel-header {
  background: #F0F4FF;
  font-size: 14px;
  color: #003762;
}

.all_system_logs .panel {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border-width: 0;
  color: #333333;
  /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  box-shadow: none;
}

.panel-body-2 .panel-header h5 {
  padding: 10px 20px;
  font-size: 14px;
  color: #003762;
  margin: 0px;
}

.panel-body-2 .panel-header span {
  float: right;
  cursor: pointer;
}

.single-crm-resources-values {
  float: left;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin: 10px 0px;
}

.single-crm-resources-values div {
  padding: 10px 15px;
}

.single-crm-resources-values a:hover {
  color: #166dba;
}

.single-crm-resources-values a {
  color: #333333;
  padding: 6px 15px;
  display: block;
}

.single-crm-resources-values span {
  font-size: 14px;
  float: right;
  display: inline-block;
}

.single-crm-resources-values h6 {
  padding: 0px 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 14px;
  display: inline-block;
}

.dashboard-add img {
  width: 100%;
  border-radius: 10px;
}

.dashboard-add img.chat-img {
  width: 80%;
  text-align: center;
  margin: 5px 0px;
}

.dashboard-add {
  float: left;
  width: 100%;
  text-align: center;
}

.panel-body-2 table.table.text-nowrap TD {
  padding: 4px 0px;
  padding-right: 10px;
}

.custom-alert-2 {
  font-size: 12px;
  padding: 5px;
  margin-bottom: 10px;
  color: #FFFFFF;
  background-color: #2a3ead;
  border-color: #2a3ead;
}

.alert.custom-alert-2 a {
  color: #FFFFFF;
  text-decoration: underline;
}

.custom-alert-2:after {
  top: 52%;
  font-size: 12px;
}

.custom-alert-2 button.close {
  color: #FFFFFF;
}

.alert.alert-success.custom-success {
  font-size: 12px;
  padding: 5px 20px;
  margin-bottom: 10px;
  /* color: #FFFFFF; */
  /* background-color: #2a3ead; */
  /* border-color: #354894; */
}

.panel-body.saads {
  display: block;
  width: 100%;
  float: left;
}

.select2-results__option[aria-selected=true] {
  background-color: #2a3ead;
  color: #fff;
}

.custom-alert-2.question:after {
  content: "\ED52" !important;
}

.alert.alert-danger.alert-styled-left.alert-bordered.custom-alert-2.question {
  background: #ff5722 !important;
  border-color: #ff5722 !important;
}

.payment-img {
  width: 100px;
}

/*-------------------------------------
-- Search Engine
--------------------------------------*/

span.stops_header {
  position: relative;
  top: -2px;
}

.button_bottom_class {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: -3px;
}

label.supplier_name_class {
  float: left;
  left: 200px;
  position: absolute;
  top: 5px;
  color: #FFFFFF;
  font-size: 10 !important;
}

.button_bottom_class .air-book a {
  margin-right: 2px;
}

.fare_rules_buttons {
  float: left;
  width: 100%;
  text-align: center;
}

.air-book {
  float: left;
  width: 100%;
  text-align: right;
}

.air-book a {
  padding: 5px 20px;
  border-radius: 4px;
}

.fare_rules_buttons button {
  border-radius: 0px;
}

button.collapse_btn {
  float: left;
  width: 100%;
  background: white;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  color: black;
  padding: 2px 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #D7DBDD;
}

button.collapse_btn span {
  float: right;
  margin-top: 3px;
  font-size: 14px;
  transition: .3s;
}

.cst-crm-flightlist-count {
  float: left;
  width: 100%;
}

.cst-crm-flightlist {
  float: left;
  /* width: 100%; */
}

.div_panel_body {
  float: left;
  width: 100%;
}

div#modify_form form {
  padding: 10px 10px;
  float: left;
  width: 100%;
  padding-bottom: 0px;
}

div#modify_form form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

div#modify_form {
  float: left;
  width: 100%;
  /* border-bottom: 1px solid #CCCCCC; */
  /* background: #f3f3f3; */
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.pass_flight_count_class {
  float: left;
  width: 100%;
}

.pass_flight_count_class label {
  width: 30%;
  float: left;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: 600;
}

.pass_flight_count_class span {
  float: left;
  width: 70%;
}

.farerules-desc {
  padding: 0px 20px;
}

.farerules-desc h6 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

div#baggages_modal .modal-header,
.airdetails-modal .modal-header,
#farerules_modal .modal-header,
div#farerules_modal_pkfare .modal-header,
div#baggages .modal-header,
div#farerules_modal_hitchhiker .modal-header,
div#baggages_modal_hitchhiker .modal-header {
  padding: 4px 20px !important;
  padding-bottom: 2px !important;
  background: #2a3ead !important;
  color: #FFFFFF !important;
}

div#baggages_modal .modal-header .close,
.airdetails-modal .modal-header .close,
div#farerules_modal .modal-header .close,
div#farerules_modal_pkfare .modal-header .close,
div#baggages .modal-header .modal-header .close,
div#baggages .modal-header button.close,
div#farerules_modal_hitchhiker .modal-header,
div#baggages_modal_hitchhiker .modal-header {
  top: 30% !important;
  color: #FFFFFF;
}

.airdetails-modal .modal-header {
  padding: 10px 20px;
  background: #2a3ead;
}

.airdetails-modal .modal-header button.close {
  top: 31%;
  color: #FFFFFF;
}

.airdetails-modal .modal-header h5.modal-title {
  color: #FFFFFF;
}

div#baggages_modal .modal-body2.baggages_modal_table,
.airdetails-modal .modal-body2.baggages_modal_table .baggages_modal_table,
div#farerules_modal .modal-body1.farerules_modal_table,
div#farerules_modal_pkfare .modal-body1.farerules_modal_table,
div#farerules_modal_hitchhiker .modal-header,
div#baggages_modal_hitchhiker .modal-baggages-hitchhiker.baggages_modal_table {
  float: left;
  width: 100%;
  padding: 0px 10px;
  padding-bottom: 5px;
}

.modal-baggages-hitchhiker.baggages_modal_table,
.baggages_modal_table {
  margin-top: 10px;
}

.modal-baggages-hitchhiker.baggages_modal_table thead th,
.baggages_modal_table .baggages_modal_table thead th {
  padding: 4px 15px;
  padding-bottom: 2px;
}

.modal-baggages-hitchhiker.baggages_modal_table {
  padding: 0px 10px;
}

div#baggages_modal_hitchhiker .modal-header button.close {
  top: 25%;
  color: #FFFFFF;
}

.modal-body2.baggages_modal_table {
  float: left;
  width: 100%;
  padding: 0px 20px;
}

div#farerules_modal_hitchhiker .modal-body-hitchhiker {
  padding: 0px;
}

.modal-body-hitchhiker.farerules_modal_table {
  padding: 10px 0px;
}

#crmBack_searchEngineTab_section .nav-tabs > li > a {
  text-align: center;
}

#crmBack_searchEngineTab_section .nav-tabs > li > a,
#crmBack_searchEngineTab_section .nav-tabs > li.active > a,
#crmBack_searchEngineTab_section .nav-tabs > li.active > a i.icon-airplane2,
#crmBack_searchEngineTab_section .nav-tabs > li > a i.icon-airplane2 {
  margin-top: 0px !important;
  margin-right: 0px !important;
}

.modal-body-hitchhiker.farerules_modal_table .tab-pane {
  font-size: 12px;
}

.modal-body-hitchhiker.farerules_modal_table ul.nav.nav-tabs.nav-tabs-highlight {
  width: 20%;
}

.modal-body-hitchhiker.farerules_modal_table .tab-content {
  width: 80%;
}

div#farerules_modal_hitchhiker button.close {
  top: 25%;
  color: #FFFFFF;
}

.modal-body-hitchhiker.farerules_modal_table ul.nav.nav-tabs.nav-tabs-highlight li a {
  padding: 4px 10px;
  font-size: 12px;
  color: #777777;
}

.fare_rules_buttons button {
  background: transparent;
  border: navajowhite;
  text-decoration: underline;
  color: #585858;
  font-size: 10px;
  font-weight: 600;
  padding-left: 10px;
}

.fare_rules_buttons .abook.rules_btn.activeBUTTON {
  color: #2a3ead !important;
}

button.collapse_btn span {
  float: right;
  margin-top: 3px;
  transition: .3s;
}

button.collapse_btn.collapsed span {
  transform: rotate(0deg);
  transition: .3s;
}

button.collapse_btn span {
  transform: rotate(180deg);
  transition: .3s;
}

div#messageBox label.error {
  color: #f44336;
  /* background: #f44336; */
  /* padding: 5px 10px; */
  /* border-radius: 5px; */
  font-size: 12px;
  position: relative;
  font-weight: 700;
}

.panel.panel-flat.panel-no-border {
  box-shadow: none;
  border: none;
}

.pagination_Buttons.crm_new_design {
  text-align: center;
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.pagination_Buttons.crm_new_design ul.pagination {
  background: transparent;
  box-shadow: none;
}

.pagination_Buttons.crm_new_design ul.pagination li a {
  background: #FFFFFF;
  border-radius: 2px;
  background: #e0e0e0;
  border-radius: 4px;
  display: inline-block;
  margin: 0px 5px;
  /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  padding: 5px 10px;
  min-width: auto;
}

.pagination_Buttons.crm_new_design ul.pagination li.active a {
  background: #2a3ead;
}

.cst-crm-flightlist-sidebar {
  /* border: 1px solid #CCCCCC; */
  float: left;
  width: 100%;
  background: #FFFFFF;
}

.cst-flight-select.text-right a {
  border-radius: 0;
}

div#modify_form button #modify_search_return_button {
  width: 100%;
  border-radius: 0px;
  margin-top: 20px;
}

.cst-crm-flightlist-outbound .alert-component {
  border-bottom: 1px solid #f3f3f3 !important;
}

#Price_Range input.price_label_Textfield {
  width: 33% !important;
}

.price-range_sliders {
  float: left;
  width: 100%;
}

div#price-range {
  width: 90% !important;
  left: 5%;
}

.panel_price_filter.panel-search {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.modal-body1.farerules_modal_table {
  padding: 2px 16px;
}

div#baggages_modal .modal-dialog.modal-lg {
  width: 500px;
}

.modal-body2.baggages_modal_table table td {
  padding: 2px 20px;
}

.modal-body1.farerules_modal_table .tab-content {
  padding-left: 10px;
}

.modal-body1.farerules_modal_table li a,
.modal-body-pkfare-farerules.farerules_modal_table .nav-tabs-left > .nav-tabs > li > a {
  padding: 2px 10px;
  font-size: 10px;
}

.tab-content .tab-pane {
  font-size: 12px;
}

div#baggages_modal h5#exampleModalLabel {
  font-size: 16px;
}

div#baggages_modal .modal-body2.baggages_modal_table,
div#baggages .modal-body2 {
  padding: 10px 10px;
}

div#baggages_modal .modal-body2.baggages_modal_table th,
div#baggages .modal-body2 table th {
  padding: 4px 20px;
  font-weight: 600;
}

/*---------------------------
-- No Result Ui
-----------------------------*/

.no-result-section {
  float: left;
  width: 100%;
  padding: 80px;
  text-align: center;
}

.no-result-section img {
  width: 150px;
}

.no-result-section p {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0px;
  color: #424242;
}

.no-result-section p span {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}

.no-result-section > a.btn {
  padding: 10px 50px;
  font-size: 12px;
  border-radius: 25px;
}

.modal-body2 tbody tr td {
  padding: 4px 20px;
}

/*---------------------------
-- No Result Ui END
-----------------------------*/

.daterangepicker table {
  width: auto;
  margin: 0;
}

.ad_image:hover {
  opacity: 0.8;
}

.ad_image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.navbar_for_reload span#cart_timer {
  color: #2a3ead;
  position: relative;
  font-weight: 600;
  top: 8px;
}

.event_link {
  font-size: 15px;
  color: #2a3ead;
}

.login-div_container {
  float: left;
  width: 100%;
  background-image: url("/assets/images/backgrounds/login-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

tbody.refund_table tr td:nth-child(3),
tbody.refund_table tr td:nth-child(5) {
  text-align: right;
}

.refund_table_class tfoot td {
  padding: 6px 6px;
}

.refund_table_class tfoot tr td input {
  text-align: right;
  width: 100%;
  border: none;
}

.refund_table_class tbody tr td input {
  text-align: right;
  width: 100%;
}

tbody.folder_recon_table tr td:nth-child(4) input,
tbody.folder_recon_table tr td:nth-child(5) input,
tbody.folder_recon_table tr td:nth-child(6) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(3) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(4) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(5) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(6) input {
  text-align: right;
}

tfoot.folder_recon_table_tfoot tr td:nth-child(3) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(4) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(5) input,
tfoot.folder_recon_table_tfoot tr td:nth-child(6) input {
  border: none;
}

tfoot.folder_recon_table_tfoot tr td:nth-child(3),
tfoot.folder_recon_table_tfoot tr td:nth-child(4),
tfoot.folder_recon_table_tfoot tr td:nth-child(5),
tfoot.folder_recon_table_tfoot tr td:nth-child(6) {
  padding: 6px;
}

.calendar-table tr td,
.calendar-table tr th {
  max-width: auto;
  min-width: auto;
}

tr#airticket_1 i.icon-file-pdf {
  font-size: 15px;
  font-weight: 500;
}

.recipt_container_div tr td input,
.recipt_container_div tr td:nth-child(n+3) {
  text-align: right;
}

.recipt_container_div th {
  text-align: center;
}

table.privacy-table {
  float: left;
  width: 100%;
  margin: 10px 0px;
}

table.privacy-table tr td,
table.privacy-table tr th {
  border: 1px solid;
  padding: 10px 10px;
}

table.privacy-table tr th:first-child,
table.privacy-table tr td:first-child {
  width: 15%;
}

.custom_form_button_link button,
.custom_form_button_link a {
  color: #FFFFFF !important;
  font-size: 12px;
  padding: 5px 10px !important;
  padding-bottom: 4px !important;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

#folder_list span.label {
  width: 70px;
  font-weight: 500;
}

#folder_list tbody tr td:last-child .text-primary-600 {
  color: #2a3ead !important;
}

form#task_form_id select,
form#task_form_id input,
form#task_form_id span#select2-task-assign-by-ox-container,
form#task_form_id span.select2-selection.select2-selection--single,
form#task_edit_form_id select,
form#task_edit_form_id input,
form#task_edit_form_id span#select2-task-assign-by-ox-container,
form#task_edit_form_id span.select2-selection.select2-selection--single {
  font-size: 13px;
  font-weight: 500;
}

div#modal_confirm_notify label.checkbox-container.checkbox-inline {
  padding-top: 1px;
}

div#modal_confirm_notify .checkmark {
  background-color: #2a3ead;
}

div#modal_confirm_notify .checkbox-container:hover input ~ .checkmark {
  background-color: #2a3ead;
}

div#modal_confirm_notify button.btn.btn-xs.btn-primary.legitRipple {
  padding: 5px 10px;
  font-size: 10px;
}

div#modal_confirm_notify .modal-header .close {
  top: 53%;
}

div#modal_invoice_notify button.btn.btn-xs.btn-primary.legitRipple {
  padding: 5px 10px;
  font-size: 10px;
}

.model_custom_confirm_alert label.checkbox-container.checkbox-inline {
  padding-top: 0px;
}

.model_custom_confirm_alert button.btn.btn-xs.btn-primary.legitRipple {
  padding: 5px 10px;
  font-size: 10px;
}

.model_custom_confirm_alert .checkmark {
  background-color: #2a3ead;
}

.model_custom_confirm_alert .checkbox-container:hover input ~ .checkmark {
  background-color: #2a3ead;
}

.modal-dialog .form-control {
  font-weight: 400;
}

span.arrow-up {
  /* content: ""; */
  position: absolute;
  right: 4px;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}

.dropdown-menu.dropdown-md {
  width: 217px;
}

#total_journal_amount_container {
  float: left;
  width: 100%;
  text-align: right;
}

#total_journal_amount_container p {
  font-size: 12px;
  font-weight: 600;
  color: #6b6b6b;
  margin-bottom: 0px;
}

#total_journal_amount_container h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}

#total_journal_amount_container h6 span {
  font-size: 20px;
}

.single_journal_price {
  text-align: right;
}

table .total_journal_amount {
  text-align: right;
}

div#modal_client .modal-header[class*=bg-] {
  padding: 6px 20px;
}

div#modal_client legend.text-semibold {
  padding-top: 0px;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

ul.nav.nav-sm.nav-tabs.nav-tabs-solid.nav-tabs-component {
  float: left;
  width: 100%;
}

.tab-pane.tab-panel-custom {
  float: left;
  width: 100%;
}

form#passenger_mystifly_form .tabbable2 {
  float: left;
  width: 100%;
}

form#passenger_mystifly_form .tabbable3 {
  float: left;
  width: 100%;
}

.terms-accept-details {
  float: left;
  width: 100%;
}

span.terms_checkmark {
  text-transform: none !important;
}

.cst-crm-flightlist-passenger-info-input-fields {
  float: left;
  width: 100%;
}

.cst-crm-flightlist-passenger-info .panel-body:hover,
.cst-crm-flightlist-passenger-info .panel-body:focus {
  box-shadow: 0px 1px 7px 6px gainsboro;
}

/*---------------------- CRM Search Engine ----------------------------------*/

.payment_systems_crm {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.payment_systems_crm form {
  display: inline-block;
  margin-right: 30px;
}

table.table.user_table_list tr td:nth-child(1),
table.table.user_table_list tr th:nth-child(1) {
  white-space: nowrap;
  padding: 10px 20px;
}

h6.pass_in_header {
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.panel-body.pass_in_header_panel h6.pass_in_header {
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}

.panel.panel-flat.pass_in_header_panel_panel-flat h6.pass_in_header {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  color: #003762;
}

.panel-body.pass_in_header_panel {
  background: #2a3ead;
  padding: 4px 0px;
  border-radius: 4px;
}

.booking_header_panel .booking_header {
  background: #f1f1f1;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  font-size: 13;
  margin: 0px;
}

.panel.panel-flat.pass_in_header_panel_panel-flat .panel-body.pass_in_header_panel {
  background: transparent;
}

.cst-crm-flightlist-passenger-info-details .nav li a {
  position: relative;
  display: block;
  padding: 4px 16px;
}

.cst-crm-flightlist-passenger-info-details .nav-tabs > li > a {
  font-size: 12px;
}

.cst-crm-flightlist-passenger-info-details .nav-tabs > li > a i {
  font-size: 12px;
}

.crm_booking_passenger_information .panel.panel-flat {
  margin-bottom: 10px;
}

.credit_forms {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  /* text-align: center; */
}

.credit_forms h6,
.credit_forms p,
.credit_forms h5 {
  margin: 0px 0px;
  font-size: 16px;
}

.cst-crm-flightlist-panel {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px;
}

label.label_check {
  font-size: 15px;
  font-weight: 500;
}

.single-row {
  float: left;
  width: 100%;
}

.form-group.form_items_group {
  margin-bottom: 0px;
  margin-top: 0px;
}

.term_page_conditions {
  float: left;
  width: 100%;
  margin: 20px 0px;
}

form.form-content {
  float: left;
  width: 100%;
}

label.label_check,
label.label_check a {
  font-size: 15px;
  font-weight: 500;
  color: #1e88e5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active:focus {
  background-color: #2a3ead;
}

form#modify_search_form_return_crm .form-control.error {
  border-bottom-color: #d32038;
}

.label_for_pdf {
  font-size: 12px;
  padding-top: 0px !important;
  font-weight: 600 !important;
}

.tabbable.registration_tab .tab-content {
  margin-top: 20px;
}

.tabbable.registration_tab ul li.active a {
  background-color: #2196F3 !important;
  color: #FFFFFF;
  border-radius: 0px !important;
}

.tabbable.registration_tab li:last-child > a {
  border-right: 0;
  border-radius: 0 !important;
}

.registration_tab_footer form {
  display: inline-block;
}

.single-terms-contents {
  float: left;
  width: 100%;
}

.single-terms-contents h5 {
  font-size: 15px;
  font-weight: 500;
  color: #2196F3;
  margin-bottom: 10px;
}

.single-terms-contents h6 {
  font-size: 14px;
  font-weight: 500;
  color: #2196F3;
  margin-bottom: 10px;
}

.single-terms-contents p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}

ul.letter_li li {
  list-style-type: lower-alpha;
}

ul.numbered_list li {
  list-style-type: decimal;
}

ol.circle_list li {
  list-style-type: disc;
}

/*----------For Blog--------------*/

.row.display-flexs {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.display-flexs {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.row.display-flexs > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.display-flexs > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* not requied only for demo * */

.row [class*='col-'] {
  background-clip: content-box;
}

/*------------------------------
-- control panel settings
--------------------------------*/

.option_controls {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.panel-heading-settings {
  padding: 10px 20px;
}

#left-tab7 .panel-heading a {
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 8px 10px;
}

#left-tab7 h5.panel-title {
  display: inline-block;
}

/*-----------------------------
-- User Role
-------------------------------*/

.user_role_contents_list legend.text-semibold {
  border: none;
}

.checkbox.pd-t-0 legend.text-semibold {
  padding-top: 2px;
}

button.text-right-button {
  float: right;
  margin-top: -8px;
}

legend.text-semibold.legend_left {
  float: left;
  width: auto;
}

.check_area {
  float: right;
  width: auto;
  position: relative;
  margin-left: 20px;
}

.check_area label {
  padding-left: 20px;
  font-weight: 500;
  margin-right: 10px;
}

.form-checkbox-style input[type="checkbox"] {
  margin-top: 0px;
  margin-left: 10px;
  cursor: pointer;
}

.icons-list input.form-control {
  padding: 0px;
  padding-bottom: 5px;
  height: auto !important;
}

.note-editor .note-toolbar {
  padding: 6px !important;
}

.note-popover .popover-content > .note-btn-group,
.note-toolbar > .note-btn-group {
  margin-right: 3px !important;
}

span.text-muted.notification_single_item {
  cursor: pointer;
  transition: .3s;
}

span.text-muted.notification_single_item.has_notification {
  cursor: pointer;
  transition: .3s;
}

span.text-muted.notification_single_item.has_notification:hover {
  color: #ef5350;
}

tbody.update_table_user button.btn.btn-xs.btn-primary.legitRipple {
  margin: 5px 0px;
}

.details {
  float: left;
  width: 100%;
}

.details ul.breadcrumb {
  padding: 0px;
}

.details button.btn {
  margin-top: -7px;
  float: right;
}

.content_wrapper_booking {
  float: left;
  width: 100%;
}

/*---------------------------
    custom_panel_field_design
-----------------------------*/

.panel-body.custom_panel_field_design .form-control {
  padding: 6px 0px;
  padding-top: 0px;
  height: auto;
  line-height: 20px;
}

.custom_panel_collapse_design .panel-body {
  padding: 0px 20px;
  border-top: 1px solid #e7e1e1bf;
  margin-bottom: 10px;
}

.custom_panel_collapse_design {
  padding-bottom: 20px;
}

.passengerReportList.folderSearchStyle form a {
  margin-top: 0px;
}

a.button_style-1 i {
  margin-right: 5px;
  font-size: 15px;
  margin-top: 0px;
  display: inline-block;
}

a.button_style-1 {
  color: #FFFFFF !important;
  font-size: 12px;
  padding: 5px 10px !important;
  color: #FFFFFF;
  padding-bottom: 4px !important;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

a.btn-black {
  color: #333333 !important;
}

.custom_panel_collapse_design {
  padding-bottom: 0px;
}

h5.cName_ticketing a {
  color: #333333;
}

h5.cName_ticketing {
  margin-bottom: 0px;
  font-size: 14px;
  color: #333333;
}

/*------------------------
custom_form_contents
--------------------------*/

form.custom_form_contents span.custom_icon_wrapper i {
  font-size: 15px;
}

form.custom_form_contents span.custom_icon_wrapper {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

legend.text-bold.custom_legend_design {
  padding-top: 2px;
}

/*------------------------
modal_custom_design
--------------------------*/

.modal_custom_design .modal-body input {
  padding-top: 0px;
  height: auto;
  padding-bottom: 15px;
  border: none;
  border-width: 0px;
  box-shadow: none !important;
}

.modal_custom_design .modal-body label.label_bold {
  margin-bottom: 0px;
}

td.table-inbox-star.rowlink-skip {
  width: 25px;
}

.enquiry-tabs {
  position: relative;
}

td.table-inbox-checkbox.rowlink-skip {
  padding-right: 0px !important;
  width: 55px;
}

.btn-group.navbar-btn.email-navbar button.btn-icon.dropdown-toggle {
  top: 7px;
}

td.table-inbox-checkbox.rowlink-skip div {
  display: inline-block;
  float: left;
  min-width: 15px;
}

label.checkbox-container.label-text-less {
  padding-left: 0px;
}

tr.unread p,
tr.read p {
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.table-inbox-subject {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*---------------------------
    select2-search--dropdown
-----------------------------*/

.select2-search--dropdown input.select2-search__field {
  padding-left: 25px;
}

.select2-search--dropdown:after {
  left: 6px;
}

.select2-results__group {
  display: none;
}

.select2-results__option {
  padding: 4px 8px;
}

/*-------------------------------
-- Date range Picker
---------------------------------*/

/*-------------------------------
-- Control Panel
---------------------------------*/

.cat-settings-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.cat-settings-container h5.panel-title {
  float: left;
}

.cat-settings-container .panel-heading {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  display: relative;
  z-index: 99;
}

.cat-settings-container a.btn.btn-primary,
.cat-settings-container button.btn.btn-primary {
  float: right;
  font-size: 10px;
}

.cat-settings-container .option_fields {
  float: left;
  width: 100%;
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

.task_panel_div .input-group {
  width: 100%;
}

.task_panel_div label.text-semibold {
  margin: 0;
}

.task_panel_div {
  float: left;
  width: 100%;
}

.task_panel_div .col-md-6 {
  padding: 0px 15px;
}

.task_panel_div label.text-semibold {
  padding-top: 10px;
}

.daterangepicker.dropdown-menu.ltr.single.opensright.show-calendar {
  z-index: 99999;
}

/* fix bootstrap-datepicker positional bug */

.datepicker {
  transform: translate(0, 3.1em);
}

.date_picker_position {
  position: relative;
}

.picker__holder {
  width: 300px;
}

.service_case_container_div {
  float: left;
  width: 100%;
}

.form-horizontal .custom_form_group.form-group {
  margin-left: 0px;
  margin-right: 0px;
}

/*-----------------------------
top menu
------------------------------*/

.top_nav_div {
  float: right;
}

form#user_company_form {
  float: left;
  min-width: 230px;
  padding-top: 5px;
  margin-left: 20px;
  max-width: 230px;
}

.top_nav_div form#user_company_form .input-group-company .input-group-addon {
  float: left;
  padding: 6px 0px !important;
  vertical-align: inherit;
  width: 30px;
}

.input-group-company {
  float: right;
}

.top_nav_div form#user_company_form .input-group-addon {
  padding: 0px 0px !important;
  vertical-align: inherit;
}

.top_nav_div form#user_company_form .input-group-addon i {
  color: #2a3ead;
}

.balance_div {
  float: left;
}

div#navbar-second-toggle .navbar-default .navbar-brand {
  color: #777;
  padding: 14px 20px !important;
}

div#navbar-second-toggle a.navbar-brand h5 {
  color: #2a3ead;
  font-weight: 500;
  margin: 0px;
}

div#navbar-second-toggle .navbar-nav > .dropdown-user > a,
div#navbar-second-toggle .navbar-nav > .dropdown-user > a > span {
  padding-top: 7.5px;
  padding-bottom: 4.5px;
}

select#user_company_id {
  float: left;
  width: 150px;
  margin-left: 5px;
}

.top_nav_div span.input-group-addon {
  float: left;
  margin-left: -23px;
}

.top_nav_div span.select2.select2-container.select2-container--default.select2-container--focus {
  display: block;
  /* margin-left: 14px; */
}

.top_nav_div .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.top_nav_div .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: #2a3ead;
  box-shadow: 0 1px 0 #2a3ead;
}

.top_nav_div span.select2-selection.select2-selection--single {
  width: 180px;
}

.top_nav_div .form-group-2 .select2-selection--single .select2-selection__arrow:after {
  right: 8px;
}

.top_nav_div .form-group-2 span.select2.select2-container.select2-container--default {
  background: transparent;
  border: none;
}

.top_nav_div .form-group-2 span.select2-selection.select2-selection--single {
  padding: 6px 15px;
  float: right;
}

.top_nav_div span.input-group-addon i {
  color: #2a3ead;
  margin-top: 2px;
}

.top_nav_div .select2-selection--single .select2-selection__rendered {
  color: #2a3ead;
}

.select2-selection--single .select2-selection__rendered {
  font-weight: 500;
}

/*--------------Trash Form ----------------*/

.btn-group form {
  display: inline-block;
}

button.btn.btn-small {
  font-size: 10px;
  padding: 5px 10px;
}

/*--------------Page Information----------------*/

.page-information p a {
  color: #2a3ead;
  font-size: 12px;
}

.page-information p span a {
  color: #333333;
}

.page-information > a {
  display: inline-block;
  margin-left: 10px;
  color: #333333;
  font-weight: 600;
}

.page-information a i {
  color: #2a3ead;
  font-size: 18px;
}

.page-information p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  display: inline-block;
}

.page-information form {
  display: inline-block;
  margin-left: 10px;
}

form#page_session_lock_form {
  margin-left: 0px;
}

.page-information form label.checkbox-container.checkbox-inline.custom-checkbox-container {
  /* margin-top: 5px; */
  font-weight: 600;
  margin-bottom: 0px;
}

.panel.panel-flat.panel-flat-custom {
  float: left;
  width: 100%;
}

.panel.panel-flat-custom {
  float: left;
  width: 100%;
}

.form-group-2 span.select2.select2-container.select2-container--default {
  width: 100%;
  outline: none;
  padding: 0px 0px;
  margin-bottom: 10px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.form-group-2 span.select2-selection.select2-selection--single {
  padding: 6px 15px;
  height: auto;
  border: 0px;
}

.form-group-2 .select2-selection--single .select2-selection__arrow:after {
  right: 6px;
}

.form-group-2 .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.form-group-2 .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border: none;
  box-shadow: none;
}

div#creditMsgModal .cst-crm-flightlist-panel.custom-cst-crm-flightlist {
  background: transparent;
  border: none;
  padding: 0px;
}

div#creditMsgModal .modal-content {
  /* background: #EDEDED; */
  border-radius: 24px;
  border: none;
}

.error_message_for_credit {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

div#creditMsgModal .error_message_for_credit table.table_payment,
div#creditMsgModal .success_message_for_credit .table-responsive-table_payment table.table_payment {
  text-align: left;
}

div#creditMsgModal .modal-body {
  padding-top: 0px;
}

div#creditMsgModal .table-responsive-table_payment {
  margin: 0px 0px;
  text-align: left;
  font-size: 12px;
}

div#creditMsgModal table.table_payment h5 {
  font-size: 15px;
}

div#creditMsgModal .credit_forms {
  margin-top: 6px;
}

div#creditMsgModal .success_message_for_credit .credit_forms {
  margin-top: 0px;
}

div#creditMsgModal .term_page_conditions {
  margin: 10px 0px;
}

div#creditMsgModal .credit_forms h6,
div#creditMsgModal .credit_forms p,
div#creditMsgModal .credit_forms h5 {
  font-size: 16px;
}

div#creditMsgModal h5.mark_green {
  color: #333333 !important;
}

div#creditMsgModal .credit_forms {
  margin-bottom: 6px;
}

div#creditMsgModal .term_page_conditions {
  margin: 10px 0px;
}

div#creditMsgModal .term_page_conditions .form-group.form_items_group label.label_check,
div#creditMsgModal .term_page_conditions .form-group.form_items_group label.label_check a {
  font-size: 12px;
  color: #333333;
}

div#creditMsgModal .accept_text {
  padding: 0px;
  padding-left: 30%;
}

.success_message_for_credit .alert_balance_image,
.error_message_for_credit .alert_balance_image {
  margin-bottom: 0px;
}

div#creditMsgModal .accept_text p span {
  font-size: 12px;
  color: #333333;
}

div#creditMsgModal .accept_text p img {
  width: 18px;
}

.nclflightListsRenderer.custom_nclflightListsRenderer {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.addBanner-img img {
  width: 80%;
}

.addBanner-img {
  float: left;
  width: 100%;
  text-align: center;
}

.addBanner-img a img {
  display: inline-block;
  margin-top: 20px;
  width: 150px !important;
}

section.bookedflights .panel-body.pass_in_header_panel h6.pass_in_header {
  text-align: left;
  padding-left: 10px;
}

.crm_booking_passenger_information .panel-body.pass_in_header_panel {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

/*--------------------------------------
    --Search
---------------------------------------*/

.panel-body-2.dashboard_search_form .flightModeControl {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.panel-body-2.dashboard-summary.dashboard-statistics {
  float: left;
  width: 100%;
}

.panel-body-2.dashboard-summary.dashboard-statistics span.refresh_dashboard_contents {
  margin-top: 10px;
}

.panel-body-2.dashboard-summary.dashboard-statistics .panel-header {
  float: left;
  width: 100%;
}

.panel-body-2.dashboard-summary.dashboard-statistics .dateRange-predefined {
  margin: 6px 0px 0px 0px !important;
  border-radius: 4px !important;
  padding: 3px 10px !important;
  /* margin-bottom: 10px !important; */
  height: 28px !important;
  font-weight: 500 !important;
  color: #003762 !important;
}

.panel-body-2.dashboard-summary.dashboard-statistics .dateRange-predefined b.caret {
  top: 6px !important;
}

.panel-body-2 span.cal-text-left {
  float: right;
  cursor: pointer;
  float: none;
}

.panel-body-2.dashboard_search_form .flightModeControl ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.panel-body-2.dashboard_search_form .flightModeControl ul li {
  display: inline-block;
  margin-right: 4px;
}

.btn-active {
  background: #2a3ead;
  color: #FFFFFF !important;
}

.btn-active:hover,
.btn-active:focus {
  background: #2a3ead;
  color: #FFFFFF !important;
}

.formMode {
  display: none;
  opacity: 0;
}

.activeForm {
  display: block !important;
  opacity: 1;
  transition: .3s;
}

.hideDate {
  display: none !important;
  opacity: 1;
  transition: .3s;
}

.rowControl_buttons {
  float: left;
  width: 100%;
  text-align: RIGHT;
  /* display: flex; */
  /* align-items: center; */
  margin-top: 20px;
}

.single_flight_row {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.cst-crm-flight-search-form button.multiselect.dropdown-toggle.btn.btn-default {
  border: none;
}

.panel-body-2.dashboard_search_form .cst-crm-flight-search-form .has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.panel-body-2.dashboard_search_form .formMode.multicity_flights.activeForm .form-control-feedback {
  top: 23px;
}

.dashboard_search_form .destination_list {
  z-index: 999999999;
  position: absolute;
  top: 60px;
  width: 250px;
  background: #fff;
  border-radius: 6px;
  left: 10px;
  box-shadow: 0px 0px 5px 6px rgba(206, 206, 206, 0.11);
}

.destination_list ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding: 10px 0px;
  position: relative;
}

.destination_list ul:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 10px;
  width: 20px;
  height: 20px;
}

.destination_list ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 2px 10px;
  display: block;
  color: #7C7C7C;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

.destination_list ul li:hover {
  background-color: #EAEAEA;
}

.destination_list ul li:last-child {
  border-bottom: none;
}

/* -------------- dropdown for passenger ------------- */

.passDropDown {
  opacity: 0;
  display: none;
  transition: .2s;
}

.active-dropdown {
  opacity: 1;
  display: block;
  transition: .2s;
}

.passCount-container {
  float: left;
  width: 100%;
  position: relative;
}

.passDropDown {
  position: absolute;
  top: 35px;
  background: #FFFFFF;
  z-index: 99;
  width: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 15px;
}

.input-field-single {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.input-field-single p {
  float: left;
  width: 50%;
  margin: 0px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 600;
}

.no-of-adults {
  float: left;
  width: 50%;
  text-align: right;
}

.no-of-adults input {
  width: 34px;
  text-align: center;
  padding: 7px;
  margin: 0px;
  border: 1px solid #CCCCCC;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.modify-search-contents {
  display: inline-block;
  width: 80%;
  background: #f7f7f7;
  padding: 0px 0px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 8px 5px #0000001c;
}

.search_form_contents.for_mlticity_readonly_info .has-feedback .form-control-feedback i,
.search_form_contents .custom_form_group.form-group-3.has-feedback .form-control-feedback i {
  font-size: 14px;
}

.search_form_contents.for_mlticity_readonly_info .has-feedback .form-control-feedback,
.search_form_contents .custom_form_group.form-group-3.has-feedback .form-control-feedback {
  top: 0px;
  left: 0px !important;
  color: #ffffff !important;
  font-size: 12px;
  vertical-align: top;
  line-height: 24px;
}

.search_form_contents .passCount-container .form-control-feedback {
  top: 22px !important;
}

.search_form_contents h6.total_flight_count {
  margin: 0px;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 7px;
  float: left;
  vertical-align: middle;
  margin-top: 10px;
}

h6.total_flight_count {
  font-size: 16px;
  font-weight: 600;
  color: #2a3ead;
  margin-bottom: 0px;
}

.search_form_contents.for_mlticity_readonly_info h6.total_flight_count {
  float: right;
  margin-top: 2px;
  margin-bottom: 0px;
}

h6.total_flight_count span {
  font-size: 20px;
}

.search_form_contents.for_mlticity_readonly_info .form-group.form-group-3 label {
  color: #9c9c9c;
  font-weight: 600;
}

.search_form_contents.for_mlticity_readonly_info .form-group.form-group-3 label i {
  margin-right: 6px;
}

button.buttonModifySearchController {
  background: #3a4898;
  box-shadow: 1px 1px 8px 3px #4856a3;
  color: white;
}

button.btn.btn-xs.btn-primary.legitRipple:hover {
  box-shadow: 1px 1px 8px 3px #b9b9b9;
  background: #4757b1;
}

.panel-heading.custom_panel_heading button.btn.btn-xs.btn-primary.legitRipple:hover {
  background: transparent;
  box-shadow: none;
}

button.buttonModifySearchController:hover {
  background: #4455b5;
  color: white;
}

.journey-view-only-summary .custom_form_group.form-group.form-group-3 label i {
  margin-right: 6px;
  font-weight: 400;
  font-size: 14px;
}

.custom_form_group.form-group.error label.col-lg-2.control-label {
  color: #de0b1f;
}

.custom_form_group.form-group.error input {
  border-color: #de0b1f;
}

.void-panel {
  margin-bottom: 10px !important;
}

.custom_form_group.form-group.form-group-3.has-feedback.has-feedback-left label img {
  width: 14px;
  margin-right: 5px;
  margin-top: -4px;
}

.journey-view-only-summary .passCount-container .custom_form_group.form-group.form-group-3 label {
  margin-bottom: 3px;
}

.journey-view-only-summary .custom_form_group {
  margin-bottom: 0px;
}

.journey-view-only-summary .custom_form_group.form-group.form-group-3 label {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0px;
}

.journey-view-only-summary .custom_form_group.form-group.form-group-3.has-feedback.has-feedback-left input.form-control-3.input-xlg,
.journey-view-only-summary .form-group-3 .form-control-3 {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  width: 100%;
  position: relative;
  margin: 0px;
  height: auto;
  padding-top: 0px;
  text-transform: capitalize;
}

.journey-view-only-summary .passCount-container .form-group-3 .form-control-3 {
  padding-bottom: 0px;
  font-size: 14px;
}

.flight-destination-summ .sum-conent:last-child .custom_form_group.form-group.form-group-3.has-feedback.has-feedback-left:after,
.for_mlticity_readonly_info .flight-destination-summ .sum-conent:nth-last-child(2) .custom_form_group.form-group.form-group-3:after {
  content: '';
}

div#modify-search-form-contents .panel.panel-flat {
  background-color: transparent !important;
  box-shadow: none;
}

div#collapseExample .panel.panel-flat {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0px;
}

div#collapseExample .panel.panel-flat .panel-body {
  padding: 0px 0px;
}

div#modify-search-form-contents label {
  color: black;
  font-size: 14px;
  font-weight: 600;
}

/* div#modify-search-form-contents .flightModeControl a.flightModeControl-btn {
  background: #2a3ead;
  color: #ffffff;
  font-size: 12px;
}

div#modify-search-form-contents .flightModeControl a.flightModeControl-btn.btn-active {
  background: #3b55ea !important;
  color: #FFFFFF !important;
} */

.transferModeControl-btn.legitRipple.btn-active {
  background: #2a3ead !important;
}
.alert-ash {
  background: #F0F0F0;
  border-color: #F0F0F0;
  color: #333333;
}
.color-white {
  color: #FFFFFF;
}
a.js-cookie-consent-agree.cookie-consent__agree:hover {
  color: #FFFFFF;
}
/*-----------------------------------------
-- Responsive
-------------------------------------------*/

@media screen and (min-width: 1367px) {
  .page-container {
    max-width: 1366px;
    margin: 0px auto;
  }

  div#navbar-mobile {
    max-width: 1366px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-view {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .navbar_custom_second {
    height: auto !important;
  }

  .navbar-right {
    float: left !important;
  }
}

@media screen and (max-width: 767px) {
  /*=======================================
    --navbar
    ==========================================*/

  .navbar_custom_second.navbar-default .navbar-nav > li > a.collapsed:hover {
    background: #2a3ead;
  }

  .navbar_custom_second {
    height: auto !important;
    min-height: auto;
  }

  div#navbar-second-toggle {
    position: relative;
    z-index: 9;
    background: #fcfcfc;
  }

  .navbar-default > .navbar-nav > li > a:not(.collapsed),
  .navbar-default > .navbar-nav > li > a:hover,
  .navbar-default > .navbar-nav > li > a:focus {
    background-color: #4455b5;
  }

  .navbar_custom_second div#navbar-second-toggle .navbar-nav > li > a,
  .navbar_custom_second div#navbar-second-toggle .navbar-nav > li > a i {
    color: #4455b5;
  }

  .navbar-nav > li > a {
    padding: 6px 10px;
  }

  .navbar-default .navbar-collapse .navbar-nav {
    width: 100%;
  }

  .navbar_custom_second.navbar-default .navbar-nav > li > a:hover,
  .navbar_custom_second.navbar-default .navbar-nav > li > a:focus {
    color: #333333 !important;
  }

  ul.nav.navbar-nav.navbar-nav-material li a .load-1 .line {
    background-color: #4455b5;
  }

  ul.nav.navbar-nav.navbar-nav-material li.active a .load-1 .line {
    background-color: #ffffff;
  }

  .top_nav_div {
    float: left;
  }

  .navbar-header a.navbar-brand {
    padding-left: 0px !important;
  }

  .top_nav_div {
    float: left;
    padding-left: 15px;
  }

  .navbar-inverse .navbar-collapse {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }

  .panel-body-2.dashboard-summary {
    float: left;
    width: 100%;
  }

  .accounting-year-desc.pull-right {
    float: left;
    width: 100%;
  }

  .panel-body-2.dashboard-summary .panel-header {
    float: left;
    width: 100%;
    padding-bottom: 10px;
  }

  form#user_company_form {
    margin-left: 0px;
  }

  /*=======================================
    --navbar  ends
    ==========================================*/

  .mobile-view {
    display: none;
  }

  .heading-elements.datatable_contents_header {
    display: block;
  }

  .page-information p {
    display: block;
    margin-bottom: 10px;
  }

  .page-information > a {
    margin-left: 0px;
  }

  .heading-elements.datatable_contents_header .dt-buttons {
    margin: 0px;
  }

  .heading-elements.datatable_contents_header ul.icons-list {
    margin: 0px;
    margin-bottom: 10px;
  }

  .heading-elements.datatable_contents_header .dt-buttons > .btn:last-child {
    margin: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-icnons {
    margin-bottom: 5px;
  }

  .airfileimagePreview {
    width: 50px;
    height: 38px;
    background-size: contain;
    margin: 0px;
  }

  .footer {
    position: relative;
    float: left;
    width: 100%;
  }

  .page-content {
    /* float: left; */
    /* width: 100%; */
    display: block;
  }

  .footer-text {
    text-align: left;
  }

  footer.footer.text-muted a {
    float: none;
  }

  .footer-text ul {
    padding: 0px;
  }

  /*-------------------------Flight reseult---------------*/

  .cst-crm-flightlist {
    margin-top: 12px;
  }

  .custom_top_filter_div a.btn.btn-default.btn-block.btn-float.btn-float-lg.legitRipple {
    padding: 5px 0px;
    padding-top: 0px;
  }

  .custom_top_filter_div .btn-float.btn-float-lg i {
    font-size: 13px;
    margin-right: 4px;
  }

  .custom_top_filter_div .btn-float > span {
    display: inline-block;
    padding-top: 6px;
    font-size: 12px;
  }

  .custom_search_list_design .crm_flight_from_schedule h6 {
    display: block !important;
  }

  .custom_search_list_design .cst-crm-flightlist-airline-img .img-preview {
    max-width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .dashboard-icnons {
    margin-bottom: 5px;
  }

  .footer-text ul li {
    font-size: 12px;
  }

  /*==========================
    -- Navbar
    =============================*/

  form#user_company_form {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .input-group-company {
    float: left;
  }

  .top_nav_div form#user_company_form .input-group-company .input-group-addon {
    padding-left: 0px !important;
    width: 20px;
  }

  .balance_text {
    margin-top: 10px;
  }

  /*-------------------------Flight reseult---------------*/

  .fare_rules_buttons {
    width: 100%;
  }

  .air-book {
    width: 100%;
    text-align: left;
  }

  .air-book .pkfare_custom_rules_button {
    border-radius: 6px;
    padding: 6px 100px;
    width: 100px;
  }

  .air-book h6 {
    margin-left: 4px;
  }

  .button_bottom_class .air-book a {
    float: right;
  }
}

@media screen and (max-width: 360px) {
  div#airfileupload label.btn.btn-primary.legitRipple,
  div#airfileupload button.btn.btn-success.legitRipple {
    width: 80px !important;
    float: right;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 6px;
  }

  footer.footer.text-muted p {
    font-size: 11px;
  }

  .footer-text ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }

  a.pull-right.footer-link {
    text-align: center !important;
    float: none !important;
  }
}

