.hidden {
  display: none;
}
.brdrnone {
  border: none;
}
.brdrcollapse {
  border-collapse: collapse;
}
.p0 {
  padding: 0!important;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pl0 {
  padding-left: 0px!important;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.center {
  text-align: center;
}
.w25 {
  width: 25px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w200 {
  width: 200px;
}
.w300 {
  width: 300px;
}
.h25 {
  height: 25px;
}
.h35 {
  height: 35px;
}
.h50 {
  height: 50px;
}
.ml10 {
  margin-left: 10px;
}
.mnone {
  margin: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr35 {
  margin-right: 35px;
}
.mlr10 {
  margin: 0 10px;
}
.mtb5 {
  margin: 5px 0;
}
.mtb10 {
  margin: 10px 0;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pr10 {
  padding-right: 10px;
}
.plr10 {
  padding: 0 10px;
}
.plr15 {
  padding: 0 15px;
}
.o_visible {
  overflow: visible;
}
.w150 {
  width: 150px;
}
.w100p {
  width: 100%;
}
.w50p {
  width: 50%;
}
.fleft {
  float: left;
}
.invisible {
  visibility: hidden;
}
.fright {
  float: right;
}
.inline_block {
  display: inline-block;
}
.bdgray {
  border: 1px solid #dfdfdf;
}
.bd2gray {
  border: 2px solid #dfdfdf;
}
.bdlightblue {
  border: 1px solid #cbe2ed;
}
.bd2lightblue {
  border: 2px solid #cbe2ed;
}
.pointer {
  cursor: pointer;
}
.pointer-default {
  cursor: default;
}
.clearfix {
  clear: both;
}
.cRed {
  color: red!important;
}
.bold {
  font-weight: bold;
}
/* KARL */
i {
  font-style: italic;
}
.whttxt {
  color: #ffffff !important;
}
.whtbg {
  background: #ffffff;
}
.displaytable {
  display: table;
}
.displaycell {
  display: table-cell;
}
.vmiddle {
  vertical-align: middle;
}
.brdrblue {
  border: 2px solid #1DA9B8;
}
.brdrtblue {
  border-top: 2px solid #1DA9B8;
}
.brdrbttmblue {
  border-bottom: 2px solid #1DA9B8;
}
.brdrlblue {
  border-left: 2px solid #1DA9B8;
}
/* End KARL */
/* MinhTran */
.p-relative {
  position: relative;
}
/* MinhTran */
.noborder {
  border: none!important;
}
.underline {
  text-decoration: underline!important;
}
.min-width-btn {
  min-width: 65px;
}
.btn-close-popup {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.text-close-popup {
  font-weight: 500;
  font-size: 20px;
  margin-left: 5px;
}
.switchbarwidth {
  width: 48px !important;
  height: 24px !important;
  top: 2px !important;
}
.mrgnpddng0 {
  margin: 0;
  padding: 0;
}
.roomloading-rate {
  padding-top: 15px;
  line-height: 18px;
}
.roomloading-room {
  padding-top: 8px;
  line-height: 18px;
}
.main_wrapper {
  padding: 20px;
  margin-bottom: 20px;
  clear: both;
  background: #fff;
}
.head-select-passenger {
  border-top: 3px solid #97D6E0;
  background-color: #EFF8FF;
}
.no_bg {
  background: none;
  border: none;
}
.title-feature td {
  padding: 0px 10px;
  font-weight: bold;
}
.clearfix {
  clear: both;
}
.btnOrange {
  /*@FF ver 45.2 Start*/
  background: linear-gradient(to right, #e1163c 0, #a11453 100%);
  /*@FF ver 45.2 End*/
  /*@demo361 Start*/
  background: -webkit-linear-gradient(left, #e1163c 0, #a11453 100%);
  /*@demo361 End*/
  /*background-color: @btnBg;*/
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  font-weight: 700;
  border: 1px solid #FF8806;
}
.btnOrange:hover {
  /*@demo361 Start*/
  background: #841438;
  color: #fff;
  /*@demo361 End*/
  /*    background-color: #fff;
    color: @btnBg !important;  */
}
.icon_clear {
  background-color: #1DA9B8;
  line-height: 20px;
  border-radius: 50%;
  color: white;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
}
.tbl_info {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
.tbl_info input {
  font-size: 12px;
}
.list_service .serName {
  cursor: pointer;
}
.list_service .active {
  color: #2db200;
}
.list_service .unActive {
  color: #ff0000;
}
.txtColor {
  color: #01b2c3;
}
.tbl_list_paxs tr td {
  border-bottom: 1px solid #01b2c3;
  padding-bottom: 5px;
  padding-top: 5px;
}
.xsIcon {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.xsIcon img {
  width: 100%;
}
.sIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.sIcon img {
  width: 100%;
}
.msIcon {
  width: 35px;
  height: 35px;
}
.msIcon img {
  width: 100%;
}
.mIcon {
  width: 64px;
  min-height: 64px;
}
.mIcon img {
  width: 100%;
}
#selDate {
  width: 80px;
  font-weight: bold;
  text-align: center;
  color: #01b2c3;
  padding: 0;
  border: none;
}
.td1 {
  width: 25px;
}
.td2 {
  width: 130px;
}
.td3 {
  width: 50px;
}
.td4 {
  width: 60px;
}
.td5 {
  width: 170px;
}
.td6 {
  width: 50px;
}
.td7 {
  width: 60px;
}
.td8 {
  width: 50px;
}
.td9 {
  width: 50px;
}
.td10 {
  width: 35px;
}
.td11 {
  width: 60px;
}
.td12 {
  width: 120px;
}
.td13 {
  width: 100px;
}
/* Begin PhucNguyen */
.icon_remove {
  cursor: pointer;
  font-size: 14px;
  color: #cc2030;
  float: right;
  margin: -28px 3px 0px 0px;
  position: relative;
}
.content_rebook_own_text .comment {
  width: 100%;
  height: 70px;
  padding: 12px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}
.all-services .md-bar {
  width: 60px;
  top: 2px;
  height: 21px;
}
.all-services md-switch .md-container {
  width: 60px;
}
.all-services md-switch .md-thumb-container {
  width: 40px;
}
.all-services md-switch[disabled] {
  opacity: 0.65;
}
.btnBlue {
  background-color: #01b2c3;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  font-weight: 700;
  border: 1px solid #01b2c3;
}
.btnBlue:hover {
  background-color: #fff;
  color: #01b2c3;
}
.calendar .fa-calendar {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  left: -26px;
  top: 3px;
  color: #01b2c3;
}
.main .compItem {
  position: absolute;
  background-color: #FFFFFF;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #E4E9EC;
  width: 260px;
  webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.main .compItem div {
  cursor: pointer;
  width: 100%;
  border-top: 0px;
  padding: 5px 20px;
  border: 1px solid #ddd;
}
.progress {
  display: inline-block;
  width: 100px;
  margin-bottom: 0px;
}
.progress div {
  font-size: smaller;
  background: #337ab7;
  width: 0;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}
.dialogdemoBasicUsage #popupContainer {
  position: relative;
}
.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px;
}
.dialogdemoBasicUsage .footer,
.dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px;
}
.dialogdemoBasicUsage button {
  width: 200px;
}
.dialogdemoBasicUsage div#status {
  color: #c60008;
}
.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0;
}
/* end PhucNguyen */
#taxi-content .taxi_cpn_content {
  height: 200px;
  overflow-y: scroll;
}
#taxi-content .taxi_cpn_content .taxi_cpn {
  float: left;
  clear: both;
  padding: 20px 0px;
  border-bottom: 2px solid #83D0CA;
  margin: 0px;
  width: 100%;
}
#taxi-content .taxi_cpn_content .taxi_cpn:last-child {
  border-bottom: 0px;
}
.box-s {
  border: 1px solid #97d6e0;
  background-color: #eff8ff;
  box-shadow: 2px 2px 2px #999;
}
.box-s ._md-toolbar-transitions {
  background: none;
}
.box-s .sfs-button {
  background: #FAC001;
  color: #000;
  border: medium none;
  border-radius: 20px 20px 20px 20px;
  font-weight: normal;
  margin: 3px;
  padding: 4px 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  min-height: 26px;
  line-height: 20px;
  font-size: 14px;
  text-transform: none;
}
.box-s .sfs-button:hover {
  background: #FAC001;
  color: #000;
}
.box-s .icon_box {
  width: 150px;
  padding-left: 35px;
}
.box-s .fix-left {
  float: left;
  clear: both;
  margin: 0px 40px;
}
.box-s h2 {
  color: #333;
}
.font_bold {
  font-weight: bold;
}
#count-characters-comment {
  color: #1DA9B8;
}
.sdate {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.flightTime {
  display: table-cell;
}
.fix-left-group {
  float: left;
  display: inline;
}
.create-group-right {
  width: 150px;
  float: left;
}
.small-button.fix-left.btn-share:hover {
  background-color: #FF8806;
  color: #fff;
}
.create-group-right .btn-share-room {
  margin: 0!important;
}
/* checkbox*/
.all-services .md-bar {
  width: 60px;
  height: 21px;
}
.all-services md-switch .md-container {
  width: 60px;
}
.all-services md-switch .md-thumb-container {
  width: 40px;
}
md-switch .md-thumb-container {
  width: 32px !important;
}
.inputdemoErrorsAdvanced {
  /* NOTE: Check the demo's HTML to see some additional RTL support CSS */
  /* Setup animations similar to the ng-messages */
}
.inputdemoErrorsAdvanced .hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey;
}
.inputdemoErrorsAdvanced .hint.ng-hide,
.inputdemoErrorsAdvanced .hint.ng-enter,
.inputdemoErrorsAdvanced .hint.ng-leave.ng-leave-active {
  bottom: 26px;
  opacity: 0;
}
.inputdemoErrorsAdvanced .hint.ng-leave,
.inputdemoErrorsAdvanced .hint.ng-enter.ng-enter-active {
  bottom: 7px;
  opacity: 1;
}
/* begin checkbox*/
label[role=switcher] {
  position: relative;
  height: 26px;
  width: 52px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ff0000;
}
label[role=switcher] input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
label[role=switcher] i {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 24px;
  display: block;
  z-index: 0;
  background: #ff0000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
label[role=switcher] span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  display: block;
}
label[role=switcher] span:before {
  content: 'OFF';
  position: relative;
  top: 6px;
  left: 27px;
  line-height: 1;
}
label[role=switcher] span:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: 22px;
  height: 22px;
  transition: transform 180ms ease;
  transform: translate3d(0, 0, 0);
  display: block;
  background: #fff;
  border-radius: 15px;
}
label[role=switcher] input[type=checkbox]:checked + i {
  background: #00B22D;
}
label[role=switcher] input[type=checkbox]:checked + i + span:before {
  left: 8px;
  content: 'ON';
}
label[role=switcher] input[type=checkbox]:checked + i + span:after {
  transform: translate3d(26px, 0, 0);
  background: #fff;
}
label[role=switcher] input[type=checkbox]:disabled + i {
  background: #f3f3f3;
}
label[role=switcher] input[type=checkbox]:disabled + i + span {
  cursor: not-allowed;
}
/* End checkbox*/
/* KARL - passengersimports - add/change service */
.add-services img {
  width: 64px;
}
.color-text {
  color: #35b2bc;
  font-size: 12px;
  font-weight: 700;
}
.title-feature td {
  padding: 0px 10px;
  font-weight: bold;
}
.borderb {
  border-bottom: 1px solid #86cfda;
}
md-switch:not(.md-dragging) .md-bar {
  background: #F00;
}
md-switch.md-checked .md-bar {
  background: #5bbd72;
}
md-switch,
md-input-container {
  margin: 0 !important;
  padding: 0 !important;
}
md-switch .md-thumb:before {
  background: #FFF;
}
md-switch .md-thumb {
  width: 25px !important;
  height: 25px !important;
  top: -1px !important;
}
.md-dialog-container {
  z-index: 9999 !important;
}
.option_refreshment .md-bar,
.addservice .md-bar,
.sub_service_7 .md-bar {
  height: 17px !important;
  width: 54px;
  border: 1px solid #DDD;
}
.sub_md_circle {
  width: 17px !important;
  height: 17px !important;
  top: 0px !important;
}
.sub_service_7 md-switch .md-thumb {
  width: 17px !important;
  height: 17px !important;
  top: 0px !important;
}
.sub_service_16 md-switch .md-thumb {
  width: 17px !important;
  height: 17px !important;
  top: 0px !important;
}
.option_refreshment md-switch .md-thumb {
  width: 17px !important;
  height: 17px !important;
  top: 0px !important;
}
md-switch.md-checked .md-thumb {
  background: #FFF;
}
md-switch .md-bar {
  border-radius: 15px !important;
}
/* KARL END - passengersimports - add/change service */
.animate_show {
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.showTooltip {
  position: absolute;
  border: 2px solid #FF8806;
  background-color: #ffefbf;
  z-index: 2;
  color: black;
  padding: 5px;
  left: 100%;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.showTooltip.rebook {
  width: 230px;
}
.checkinStt {
  position: relative;
}
.checkinStt ._showCheckPax {
  display: none;
}
.checkinStt:hover ._showCheckPax {
  display: block;
}
.checkinStt .showTooltip {
  width: 100px;
}
.paxName {
  position: relative;
}
.paxName ._show {
  display: none;
}
.paxName:hover ._show {
  display: block;
}
.paxName .showTooltip {
  width: 100px;
}
.info-div .lineRed1 {
  width: 25px;
  background: red;
  position: absolute;
  top: 4px;
  height: 1px;
}
.info-div .lineRed2 {
  width: 25px;
  background: red;
  position: absolute;
  top: 8px;
  height: 1px;
}
.info-div ._show {
  display: none;
  width: 175px;
}
.info-div:hover ._show {
  display: block;
}
.dashMiddle {
  position: absolute;
}
.linked0 {
  background: linear-gradient(0deg, #d4d4d5 52%, white 50%);
}
.linkedMiddle {
  background-color: #d4d4d5;
}
.linkedLast {
  background: linear-gradient(0deg, white 52%, #d4d4d5 50%);
}
/* Karl - snackbag */
#frm-group {
  width: 830px;
  padding-bottom: 20px;
}
.issue_head h3 {
  color: #1DA9B8;
}
#issue_top {
  float: left;
  width: 100%;
}
.top_left {
  float: left;
  width: 32%;
  background: #ffffff;
  height: 116px;
  padding: 10px 0 10px 10px;
}
.top_right {
  float: left;
  width: 22%;
  margin-left: 5px;
  height: 116px;
  background: #ffffff;
  text-align: center;
}
.top_center {
  float: left;
  width: 42%;
  margin-left: 5px;
}
.center_on,
.center_down {
  float: left;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  padding: 10px;
}
.center_down {
  margin-top: 3px;
}
.input_center {
  width: 160px;
  height: 32px;
  border-color: #25ABB8;
}
.top_right button {
  margin-top: 40px;
}
.button_issue {
  border: none;
  padding: 8px 10px;
  background-color: #FF8806;
  color: #ffffff !important;
  font-weight: 600;
}
.info_service {
  float: left;
  width: 99%;
  margin-top: 20px;
  font-size: 12px;
}
.tableInfo {
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.tableInfo th {
  color: #1DA9B8;
  text-align: left;
  padding: 20px 0 10px 10px;
  font-size: 13px;
  font-weight: 600;
}
.tableInfo td {
  border-bottom: 2px solid #1DA9B8;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  font-weight: 600;
}
.header-info-service {
  width: 100%;
  float: left;
}
.tr-color {
  background-color: #EEEEEE;
}
.title_other {
  width: 200px;
  margin: -4px 0px 0px 30px;
  display: none;
}
.list-passenger {
  width: 100%;
}
.list-passenger li {
  list-style: none;
  font-weight: bold;
  margin-left: 0px;
}
.countPass {
  display: none;
}
.countPass {
  cursor: pointer;
}
.list_more_name_passenger {
  background-color: #fff;
  border: 1px solid #1DA9B8;
  position: absolute;
  z-index: 10;
  width: 700px;
  max-height: 300px;
  min-height: 150px;
}
.list_more_name_passenger p {
  padding: 0px 10px;
}
.fix_missing_sms {
  height: 116px;
  padding: 40px 10px 10px 10px;
  float: left;
  background: #ffffff;
  width: 100%;
}
.info-service-trainTicket.service-active {
  background-color: #EEEEEE;
}
.info-service-header-trainTicket.service-active .tableInfo td {
  border-bottom: 2px solid #eeeeee !important;
}
.info-service-header-trainTicket.service-active .tableInfo,
.info-service-trainTicket.service-active .tableInfo {
  background-color: #EEEEEE;
}
.service-list.content-other {
  width: 99%;
  background: #fff;
  padding: 5px;
}
.push-right {
  float: right;
  padding-right: 125px;
}
.push-left {
  float: left;
}
.info-ss-snackbags .push-right div {
  vertical-align: middle;
}
.info-ss-snackbags .push-right {
  margin: 0px;
}
.snackbags_switchbar .md-bar {
  margin: 0;
  padding: 0;
}
md-switch .md-bar {
  width: 48px !important;
  height: 24px !important;
  top: 2px !important;
}
md-switch .md-container {
  width: 48px !important;
  height: 24px !important;
  top: 2px !important;
}
p.sub_service,
.push-right p {
  width: 100px;
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
}
/* KARL issue_refund */
.headcenter {
  text-align: center;
}
.info-service-header ul li {
  margin-left: 0;
  list-style: none;
}
.tableInfo a {
  cursor: pointer;
}
.tableInfo td .refreshmentTable td {
  border-bottom: none;
}
div .tenEur {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #E3F1F8;
  border-left: 2px solid #E3F1F8;
}
div .ortherchoose {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #E3F1F8;
  border-left: 2px solid #E3F1F8;
}
span.ortherfresh {
  padding-top: 12px;
  color: #000;
  padding-left: 26px;
  margin-left: 120px;
}
.choose_refreshment_orther {
  clear: both;
  padding-top: 20px;
  text-align: right;
}
span.freshment {
  display: inline-block;
}
.content-message-hotel {
  width: 410px;
  height: 98px;
  border: 1px solid #f5a755;
  background: #fdefbe;
  margin: 0 auto;
  padding: 30px 20px;
  font-weight: normal;
}
.icon-warnning {
  float: left;
  width: 25px;
  height: 50px;
  padding-top: 4px;
}
.info-service-hotel,
.info-service-header-hotel.service-active .tableInfo {
  background-color: #EEEEEE;
}
.info-service-hotel .tableInfo td {
  border: 2px solid #e4f3fa;
}
#book-hotel {
  background: #FF8806;
  padding: 5px 10px;
  color: #ffffff !important;
  margin-top: 10px;
}
#save-hotel,
#btn-book-room {
  float: right;
  margin: 10px 20px;
}
.taxi_services input.taxi_option {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.tableInfo td.brdrnone {
  border: none;
}
.content_rebook_own_text .btn_book_own {
  float: right;
  display: inline-block;
}
.content_rebook_own_brder {
  border-left: 2px solid #cbe2ed;
  border-top: 2px solid #cbe2ed;
  border-bottom: 0px;
}
.content_save_ticket_purchase td {
  border-left: 2px solid #cbe2ed;
  border-top: 2px solid #cbe2ed;
  border-bottom: 0px;
}
.info-rebook-own p {
  color: #000;
}
.info-rebook-own label {
  color: #000;
}
.info-rebook-own .flight_content td {
  border-left: 2px solid #cbe2ed;
  border-top: 2px solid #cbe2ed;
  border-bottom: 0px;
}
.info-rebook-own .flight_info span {
  display: inline-block;
  width: 100px;
}
.frm-rental td {
  border: none;
}
.top_block {
  float: left;
  background: #ffffff;
  margin-left: 5px;
}
.top_block a {
  font-weight: bold;
}
.top_left {
  float: left;
  background: #ffffff;
  margin-left: 5px;
  width: 32%;
  height: 130px;
  padding: 10px 0 10px 10px;
}
.top_left a {
  font-weight: bold;
}
.top_center {
  height: 130px;
  float: left;
  background: #ffffff;
  margin-left: 5px;
  width: 42%;
}
.top_center a {
  font-weight: bold;
}
.top_right {
  float: left;
  background: #ffffff;
  margin-left: 5px;
  width: 22%;
  height: 130px;
  text-align: center;
}
.top_right a {
  font-weight: bold;
}
.top_center span.btnOrange {
  height: 32px;
  display: inline-block;
}
.content_save_bus_success td,
.content_rebook_own_text td,
.content_save_success td,
.info-rebook-ticket-purchase .flight_ticket_purchase_content td {
  border: 2px solid #cbe2ed;
  border-collapse: collapse;
  padding: 10px;
}
/* End KARL*/
/*minhtran*/
.list-passenger-reservation {
  width: 100%;
  position: absolute;
  margin-right: auto;
  border: 5px solid #18b2b0;
  margin-left: auto;
  left: 0;
  background: #fff;
  top: 5%;
  padding: 20px;
  z-index: 10;
}
.list-passenger-reservation .info-service-hotel .tableInfo td {
  border: 2px solid #e4f3fa;
  padding-left: 0px!important;
}
.list-passenger-reservation .btn-close-share {
  float: right;
}
.MessageParter {
  position: relative;
}
.MessageParter ._show {
  display: none;
}
.MessageParter:hover ._show {
  display: block;
}
.MessageParter .showTooltip {
  width: 200px;
  left: 70%;
  top: 0;
}
.list_more_name_passenger li {
  width: 25%;
  float: left;
  font-weight: bold;
  list-style: none;
}
.popup-show-search-passenger {
  position: fixed;
  z-index: 1;
  top: 75px;
  right: 10px;
  background: #deeefe;
  width: 170px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #4789f5;
  font-size: 12px;
}
.popup-show-search-passenger .top-popup-show-search-passenger {
  padding: 10px;
  border-bottom: 1px solid #4789f5;
}
.popup-show-search-passenger .top-popup-show-search-passenger .number-guest-popup {
  color: #333;
}
#notifiEmail #profile {
  z-index: 2;
}
.dep-air {
  position: relative;
}
.dep-air .inbound-connections {
  position: absolute;
  width: 140px;
  z-index: 1;
  left: 27px;
  cursor: pointer;
  text-align: left;
  top: 0px;
}
.dep-air .outbound-connections {
  position: absolute;
  width: 140px;
  z-index: 1;
  left: 27px;
  cursor: pointer;
  text-align: left;
  bottom: 2px;
}
.message-rental {
  background: #ffefbd;
  border: 2px solid #f79d32;
  width: 99%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}
.frm-rental {
  border: 4px solid #eeeeee;
  border-collapse: collapse;
}
.frm-rental tr:last-child {
  border-top: 4px solid #eeeeee;
}
#trace_selDate {
  height: 25px;
  width: 80px;
  border: 1px solid #ddd;
  color: #1DA9B8;
  font-weight: bold;
}
.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*minhtran*/
.commentListBlock {
  width: 500px;
  max-height: 250px;
  z-index: 2;
  overflow-y: auto;
}
.message-book-room {
  width: 90%;
  position: absolute;
  margin-right: auto;
  border: 5px solid #18b2b0;
  margin-left: auto;
  left: 5%;
  background: #fff;
  top: 5%;
  padding: 20px;
  z-index: 10;
}
.txtGradient {
  background: -webkit-linear-gradient(left, #e1163c 0, #a11453 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.refreshmentTable .poc_vcn_note {
  display: inline-flex;
  width: 155px;
  border: 1px solid;
  padding: 5px;
  border-radius: 3px;
  background-color: #FFCC99;
}
.popup-loading {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: fixed;
  z-index: 10;
}
#sfs-wrapper {
  box-shadow: none;
  margin-bottom: 0px;
}
.notification-lock {
  border: 1px solid #ca1e1e;
  border-radius: 10px;
  background-color: rgba(202, 30, 30, 0.06);
  color: #ca1e1e;
  padding: 17px 10px;
  display: flex;
  align-items: center;
  text-align: start;
  min-height: 105px;
}
.notification-unlock {
  border: 1px solid #40b6c1;
  border-radius: 10px;
  background-color: #e1f1f3;
  color: #40b6c1;
  padding: 8px 10px;
  display: none;
  text-align: start;
  min-height: 105px;
}
.icon-notfication {
  display: inline-block;
  width: 10%;
  vertical-align: middle;
}
.content-notfication,
.content-notfication-unlock {
  padding-left: 5px;
  align-items: center;
  display: inline-block;
  width: 88%;
  margin: 0;
  vertical-align: middle;
  font-weight: 400;
}
.notification:hover .notification-unlock {
  display: flex;
  align-items: center;
}
.notification:hover .notification-lock {
  display: none;
}
.frame-column-title {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.btn-click-nt {
  text-decoration: underline;
}
.pnr-uppercase {
  text-transform: uppercase;
}
.sfs-orange-wrapper > p > .btn-sso {
  padding: 8px 30px;
  font-size: 30px;
  border-radius: 25px !important;
}
/*# sourceMappingURL=global.css.map */