﻿@charset "UTF-8";
/* Site.css is generated by the Sass precompiler */
/* Please make changes to Site.scss (SASS) since changes to Site.css (CSS) will be overwritten */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
input[type=text], input[type=password],
#kszf_content input[type=text], #kszf_content input[type=number], #kszf_content input[type=date], input[type=password] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #BFC6CF;
  color: #3E3E3E;
  /*    color: #a0d18c;
  width: 250px;*/
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  height: 2em;
}
input[type=text]:enabled, input[type=password]:enabled,
#kszf_content input[type=text]:enabled, #kszf_content input[type=number]:enabled, #kszf_content input[type=date]:enabled, input[type=password]:enabled {
  background-color: #FFFFFF;
}

#kszf_content input[type=text][required], #kszf_content input[type=number][required], #kszf_content input[type=date][required] {
  background-image: radial-gradient(red 15%, transparent 16%);
  background-size: 1.5em 1.5em;
  background-position: top right;
  background-repeat: no-repeat;
}

#kszf_content select[required] {
  background-image: radial-gradient(red 15%, transparent 16%);
  background-size: 1.5em 1.5em;
  background-position: top right;
  background-position-y: -0.3em;
  background-repeat: no-repeat;
}

#kszf_content input[type=text]:focus, input[type=password]:focus {
  outline: none;
}

#kszf_content .input-box,
.input-box {
  position: relative;
}
#kszf_content .input-box .label-before,
#kszf_content .input-box .label-after,
.input-box .label-before,
.input-box .label-after {
  top: 0;
}

#kszf_content .selectWrapper,
.selectWrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #BFC6CF;
  height: 2.2em;
  display: inline-flex;
  overflow: hidden;
  box-sizing: unset !important;
  position: relative;
  /*padding-top:0.5em;*/
  /*margin-top:1em;*/
}
#kszf_content .selectWrapper select,
.selectWrapper select {
  border: 0px;
  outline: none;
  box-sizing: unset;
  color: #3E3E3E;
  background-color: #FFFFFF;
}
#kszf_content .selectWrapper .label-before,
#kszf_content .selectWrapper .label-after,
.selectWrapper .label-before,
.selectWrapper .label-after {
  top: 0.5em;
}

.input-box-left-1 input, .input-box-left-1 select {
  padding-left: 2em !important;
}

.input-box-left-2 input, .input-box-left-2 select {
  padding-left: 3em !important;
}

.input-box-left-3 input, .input-box-left-3 select {
  padding-left: 4em !important;
}

.input-box-left-4 input, .input-box-left-4 select {
  padding-left: 5em !important;
}

.input-box-left-5 input, .input-box-left-5 select {
  padding-left: 6em !important;
}

.input-box-left-6 input, .input-box-left-6 select {
  padding-left: 7em !important;
}

.input-box-left-7 input, .input-box-left-7 select {
  padding-left: 8em !important;
}

.input-box-left-8 input, .input-box-left-8 select {
  padding-left: 9em !important;
}

.input-box-left-9 input, .input-box-left-9 select {
  padding-left: 10em !important;
}

.input-box-left-10 input, .input-box-left-10 select {
  padding-left: 11em !important;
}

.input-box-left-11 input, .input-box-left-11 select {
  padding-left: 12em !important;
}

.input-box-left-12 input, .input-box-left-12 select {
  padding-left: 13em !important;
}

.input-box-left-13 input, .input-box-left-13 select {
  padding-left: 14em !important;
}

.input-box-left-14 input, .input-box-left-14 select {
  padding-left: 15em !important;
}

.input-box-left-15 input, .input-box-left-15 select {
  padding-left: 16em !important;
}

.input-box-left-16 input, .input-box-left-16 select {
  padding-left: 17em !important;
}

.input-box-left-17 input, .input-box-left-17 select {
  padding-left: 18em !important;
}

.input-box-left-18 input, .input-box-left-18 select {
  padding-left: 19em !important;
}

.input-box-left-19 input, .input-box-left-19 select {
  padding-left: 20em !important;
}

.input-box-left-20 input, .input-box-left-20 select {
  padding-left: 21em !important;
}

#kszf_content .tsapi .input-box-right-1 span.label-after {
  min-width: 1em;
  width: 1em;
}

.input-box-right-1 input, .input-box-right-1 select {
  padding-right: 1em !important;
}

.input-box-right-2 input, .input-box-right-2 select {
  padding-right: 2em !important;
}

.input-box-right-3 input, .input-box-right-3 select {
  padding-right: 3em !important;
}

.input-box-right-4 input, .input-box-right-4 select {
  padding-right: 4em !important;
}

.input-box-right-5 input, .input-box-right-5 select {
  padding-right: 5em !important;
}

.input-box-right-6 input, .input-box-right-6 select {
  padding-right: 6em !important;
}

.input-box-right-7 input, .input-box-right-7 select {
  padding-right: 7em !important;
}

.input-box-right-8 input, .input-box-right-8 select {
  padding-right: 8em !important;
}

.input-box-right-9 input, .input-box-right-9 select {
  padding-right: 9em !important;
}

.input-box-right-10 input, .input-box-right-10 select {
  padding-right: 10em !important;
}

.input-box-right-11 input, .input-box-right-11 select {
  padding-right: 11em !important;
}

.input-box-right-12 input, .input-box-right-12 select {
  padding-right: 12em !important;
}

.input-box-right-13 input, .input-box-right-13 select {
  padding-right: 13em !important;
}

.input-box-right-14 input, .input-box-right-14 select {
  padding-right: 14em !important;
}

.input-box-right-15 input, .input-box-right-15 select {
  padding-right: 15em !important;
}

.input-box-right-16 input, .input-box-right-16 select {
  padding-right: 16em !important;
}

.input-box-right-17 input, .input-box-right-17 select {
  padding-right: 17em !important;
}

.input-box-right-18 input, .input-box-right-18 select {
  padding-right: 18em !important;
}

.input-box-right-19 input, .input-box-right-19 select {
  padding-right: 19em !important;
}

.input-box-right-20 input, .input-box-right-20 select {
  padding-right: 20em !important;
}

.label-before,
.label-after {
  font-weight: bolder;
  position: absolute;
  display: block;
}

.label-before {
  left: 0.7em;
}

.label-after {
  right: 0.7em;
}

.label-before i {
  margin-right: 0.5em;
}

.label-after i {
  /*margin-left: 0.5em;*/
}

#kszf_content .input-box button {
  display: none;
}

.label-before i.ui-datepicker-trigger,
.label-after i.ui-datepicker-trigger {
  cursor: pointer;
}

body table.colortable {
  width: 100%;
}
body table.colortable th, body table.colortable td {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
body table.colortable tbody tr:not(.TableHead) > td:first-child:not(.not-first-td) {
  border-left-style: solid;
  border-left-width: 1em;
}
body table.colortable tr {
  height: 2.5em;
  transition: 0s background-color;
}
body table.colortable tbody tr:hover:not(.TableHead) {
  /*color: #fff;*/
  background-color: #e8e8e8;
  transition: 0.5s;
}
body table.colortable tbody tr:hover:not(.TableHead) td {
  background-color: transparent;
}
body table.colortable tbody tr:hover:not(.TableHead) > td:first-child:not(.not-first-td) {
  border-left-style: solid;
  border-left-width: 1.2em;
  transition: 0.2s;
  padding-left: 0.8em;
}
body table.colortable tr:hover:not(.TableHead) > td.not-first-td:first-child {
  border-left-style: solid;
  border-left-width: 0.5em;
  transition: 0.2s;
  padding-left: 0.5em;
}

body table thead th, body table thead td {
  text-overflow: ellipsis;
  overflow: hidden;
}
body table td {
  text-overflow: ellipsis;
  overflow: hidden;
}

.ui-button {
  /*    background: #1C2F67;
  color: $primary-color;*/
}

.inline-block {
  display: inline-block;
}

.fl-left-clear {
  float: left;
  box-sizing: border-box;
  margin: 0 0.25em 0.25em 0;
  clear: both;
}

.fl-right {
  float: right;
  box-sizing: border-box;
  margin: 0 0 0.25em 0.25em;
  display: inline-block;
}

/*Active - air results*/
#kszf_content #kszf_content_tab {
  margin: -0.5em -0.5em 0.5em -0.5em;
  border-radius: 0 0 0.5em;
  max-width: 100%;
  padding: 0 0.5em;
  box-sizing: content-box;
}

/*Passive*/
.tspas-services table {
  width: 100%;
  box-sizing: border-box;
}

.tspas-servicesspas .KSZFBox {
  overflow: auto;
}

/*Accurate sizing*/
#dvHeader, #dvHeader > div, #dvMenu, #dvMenu > div, #kszf_content, #kszf_content > div, #dvMessage, #dvMessage > div {
  box-sizing: border-box;
}

/*Extra*/
.ui-dialog-content.ui-widget-content table {
  margin: auto;
}

#kszf_content_tab div#super-print-back {
  margin: 0 -0.5em 0.5em -0.5em;
  border-radius: 0 0 0.5em;
  padding: 0 0.5em 0 0.5em;
  background: linear-gradient(#436f4d, #fff);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/*Needed overrides*/
body #dvHeaderPart1 {
  width: 200px;
  margin: 0;
}

body #dvHeaderPart2 {
  left: 200px;
}

body #dvMenu {
  width: 200px;
}

/*End overrides*/
/* ********************************* MAIN LAYOUT ********************************* */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*background-image: url(http://ts-lopeti/ApiHost/Content/images/mochaGrunge.png); }*/
.ui-widget-content, .ui-state-highlight, .ui-state-error {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
}

.ui-secondary .ui-widget-content, .ui-secondary .ui-state-highlight, .ui-secondary .ui-state-error {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-dialog, .ui-datepicker {
  box-shadow: 3px 3px 16px 4px rgba(50, 50, 50, 0.81);
}

.ui-dialog * {
  box-shadow: none;
}

/*JQUERY UI*/
.green-button.ui-state-default, .green-button.ui-widget-content .ui-state-default, .green-button.ui-widget-header .ui-state-default {
  border: 1px solid #45930b;
  background: #4ca20b url("") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}

.green-button.ui-state-hover, .green-button.ui-widget-content .ui-state-hover, .green-button.ui-widget-header .ui-state-hover, .green-button.ui-state-focus, .green-button.ui-widget-content .ui-state-focus, .green-button.ui-widget-header .ui-state-focus {
  border: 1px solid #8bd83b;
  background: #4eb305 url("") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}

/*JQUERY UI END*/
html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
  border: 0;
  overflow: hidden;
}

body {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  background-color: #FBFBFB;
}

#aspnetForm {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #FBFBFB;
}

#dvHeader {
  height: 145px;
  float: left;
  overflow: hidden;
  font-family: Montserrat, Arial;
}

#dvHeaderPart1, #dvHeaderPart2 {
  height: 100%;
}

#dvHeaderPart1 {
  border-top-right-radius: 10px;
  float: left;
  background-color: #345460;
  background-image: url("Images/Header/CTO-logo_FFFFFF_180x60.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#dvHeaderPart2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #345460;
  margin-top: 65px;
  margin-left: 2.5em;
  margin-right: 2em;
  height: 80px;
  /*    background-image:url('Images/Header/center_bg.png');
  background-repeat:repeat-x;*/
  position: absolute;
  display: flex;
  color: #FFFFFF;
  z-index: 13;
}

#lblUserID,
#lblAgentID {
  /*font-weight: bold;*/
}

/*#header-left-bg
{
    width:282px;
    height:48px;*/
/*    background-image: url('Images/Header/left_bg.png');
    background-repeat:no-repeat; float:left;
*/ /*}
#header-right-bg{
    width:279px;
    height:48px;*/
/*    background-image: url('Images/Header/right_bg.png');
    background-repeat:no-repeat;*/
/*float:right;
}*/
#kszf_content {
  background-color: #FBFBFB;
  position: relative;
  padding-bottom: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}

body #kszf_content {
  z-index: 20;
  /*padding-top: 7px;*/
  padding-left: 2.5em;
  padding-right: 1em;
  font-family: Montserrat, Arial;
}

#dvMenu, #kszf_content {
  float: left;
  padding: 0px 5px 5px 5px;
}

#kszf_content #tsapi { /*padding: 0.5em;*/ }

#dvMenu {
  background-color: #345460;
  color: White;
  position: relative;
  overflow: hidden;
}

#dvFooter {
  height: 40px;
  background-image: url("Img/logos/company/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
}

#dvHelpInfo {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, Arial;
}

/*ÜZENŐFAL*/
#dvMessage {
  font-family: Montserrat, Arial;
  /*padding:0.5em;*/
  padding-top: 0;
  padding-left: 1em;
  top: 65px;
  /*padding:5px;*/
  display: none;
  margin: 0px;
  background-color: #FBFBFB;
  overflow: hidden;
  font-size: 12px;
  /* background-color:cadetblue;*/
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#dvMessageBoardFix {
  /*background-color:red;*/
  /*margin-top:0.4em;*/
  padding-left: 0.5em;
  padding-right: 2em;
}

#dvMessageBoardScrollable {
  padding: 0.5em;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}

#tabMessageBoard {
  width: 100%;
  table-layout: fixed;
}

#tabMessageBoard td {
  padding: 3px;
}

#btnShowMessageBoard {
  width: 26px;
  height: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 0.5em;
}

#btnShowMessageBoard i.fa-envelope {
  font-size: 2em;
}

#lbUnreadMessageCount {
  display: none;
  right: 0.5em;
  position: absolute;
  cursor: pointer;
  background-color: red;
  color: white;
  font-size: 0.7em;
  border-radius: 10px;
  padding: 2px;
  min-width: 1em;
  text-align: center;
}

/*ÜZENŐFAL END*/
.inputtype {
  border: 1px none #FFFFFF;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
  width: 200px;
  display: inline;
}

.miniprogress {
  background-position: 0px 0px;
  display: block;
  position: absolute;
  background: transparent url(indicator.gif) no-repeat scroll 0px 0px;
  width: 16px;
  height: 16px;
  z-index: 102;
}

#kszf_content_tab {
  background-color: #FBFBFB;
  overflow: auto;
}

#kszf_head_label {
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 18pt;
  font-weight: bold;
  position: absolute;
  top: 1em;
  left: 1em;
}

#kszf_head_label i {
  display: none;
}

/* ************************ MISC ***************************************/
.fl_left {
  float: left;
  margin-left: 5px;
  margin-top: 4px;
  display: inline;
}

.fl_left_cap {
  float: left;
  margin-left: 5px;
  margin-top: 4px;
  display: inline;
}

.fl_right {
  float: right;
  margin-right: 3px;
  display: inline;
}

.hide {
  display: none;
}

.otherhotelgroupitem {
  display: none;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.SiteMaster {
  background-color: #FBFBFB;
}

.SiteStartMaster {
  background-color: #FBFBFB;
  overflow: auto;
}

.SiteMaster .Default {
  text-align: center;
}

.LoginText {
  text-align: center;
  color: #345460;
  font-size: 12pt;
  font-weight: bolder;
}

.day-title {
  background-color: #345460;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

/***********************CONTROLS ***********************************/
.CorpSearchButton {
  float: right;
  margin-right: 3px;
  display: inline;
}

.SearchButton {
  margin-right: 10px;
  float: right;
  display: inline;
}

.ReservButton {
  float: left;
  margin: 5px;
  width: 125px;
  display: none;
}

.ReservButtonHotel {
  float: left;
  margin: 1px;
  width: 80px;
  display: none;
}

.ReservBtnFlyAndHotel {
  float: left;
  width: 100px;
  display: none;
}

.SelectBtnFlyAndHotel {
  float: right;
  margin: 1px;
  width: 100px;
  display: none;
}

.SearchBtnFlyAndHotel {
  float: right;
  margin: 1px;
  width: 175px;
}

.SearchContent {
  background-color: #345460;
  border-color: #345460;
  border-style: ridge;
  border-width: 1px;
  padding-bottom: 30px;
  font-family: Montserrat, Arial;
  color: #000000;
  font-size: 9pt;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 3px;
  margin-right: 3px;
}

.SearchHead {
  background-color: #345460;
  color: #FBFBFB;
  height: 20px;
  font-family: Montserrat, Arial;
  font-size: 11pt;
  font-weight: bold;
}

.SearchList {
  table-layout: fixed;
  font-family: Montserrat, Arial;
  color: #345460;
  font-size: 10pt;
}

.SearchBackground {
  background-color: #FBFBFB;
  color: #345460;
  font-family: Montserrat, Arial;
  font-size: 10pt;
  padding-bottom: 30px;
}

.SearchBackgroundTpl {
  padding: 3px;
  background-color: #FBFBFB;
  font-family: Montserrat, Arial;
  font-size: 10pt;
  color: #3E3E3E;
  padding-bottom: 0px;
  /*    background-image: url('Images/Common/kszfbox-background.png');
      background-repeat: repeat-x;
  */
}

.HotelSearchBackgroundTpl {
  padding: 3px;
  background-color: #FBFBFB;
  font-family: Montserrat, Arial;
  font-size: 10pt;
  color: #3E3E3E;
  padding-bottom: 0px;
  background-image: url("Images/Common/kszfbox-background.png");
  background-repeat: repeat-x;
}

.SearchContentPassziv {
  background-color: #FBFBFB;
  border-color: #345460;
  border-style: ridge;
  border-width: 1px;
  padding-bottom: 25px;
  font-family: Montserrat, Arial;
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 7px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
}

.SiteMaster .LoginTable {
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.TextHead {
  font-family: Montserrat, Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #345460;
  text-decoration: none;
  width: 700px;
}

.TextBody {
  font-family: Montserrat, Arial;
  font-size: 10pt;
  color: #345460;
}

.TableColMoney {
  text-align: right;
  padding-right: 7px;
}

.TableHead {
  background-color: #345460;
  width: 100%;
  height: 1.5em;
  line-height: 2.5em;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
}
.TableHead a {
  color: #FFFFFF;
  text-decoration: none;
}

.LoginTableControl {
  background-color: #FBFBFB;
  border-width: 1px;
  border-style: ridge;
  border-color: #345460;
  vertical-align: middle;
  font-family: Montserrat, Arial;
  color: #345460;
  font-size: 11pt;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 95%;
}

td.LoginTableControlTdLeft {
  height: 22px;
  text-align: left;
  vertical-align: middle;
  font-family: Montserrat, Arial;
  font-size: 10pt;
}

td.LoginTableControlTdRight {
  height: 22px;
  vertical-align: middle;
}

td.LoginTableControlTdButton {
  height: 30px;
  vertical-align: bottom;
}

.LoginBtn {
  float: right;
  margin-right: 14px;
  display: inline;
}

td.LoginTableColHead {
  background-image: url("Img/background/bgAktivball.jpg");
  border-top-style: ridge;
  border-top-width: 1px;
  border-top-color: #345460;
  border-left-style: ridge;
  border-left-width: 1px;
  border-left-color: #345460;
  border-right-style: ridge;
  border-right-width: 1px;
  border-right-color: #345460;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FBFBFB;
  vertical-align: middle;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 3px;
  line-height: 16px;
}

td.LoginTableColRepulo {
  border-left-style: ridge;
  border-left-width: 1px;
  border-left-color: #345460;
  border-right-style: ridge;
  border-right-width: 1px;
  border-right-color: #345460;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FBFBFB;
  vertical-align: top;
  height: 70px;
}

td.LoginTableColMiddle {
  border-left-style: ridge;
  border-left-width: 1px;
  border-left-color: #345460;
  border-right-style: ridge;
  border-right-width: 1px;
  border-right-color: #345460;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FBFBFB;
}

td.LoginTableColFoot {
  border-bottom-style: ridge;
  border-bottom-width: 1px;
  border-bottom-color: #345460;
  border-left-style: ridge;
  border-left-width: 1px;
  border-left-color: #345460;
  border-right-style: ridge;
  border-right-width: 1px;
  border-right-color: #345460;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 10px;
  background-color: #FBFBFB;
  Text-align: center;
  vertical-align: bottom;
}

.kszfcal {
  width: 16px;
  height: 16px;
  background-image: url(img/buttons/btnNaptarkek.gif);
}

.nodisplay {
  display: none;
}

.stattable {
  /*    table-layout: fixed;
      font-size: 11pt;
      border-width: 1px;
      border-color: $primary-color;
      background-color: $bg-color;
      border-style: solid;
      margin: 3px;
      color: $primary-color;*/
}

.stattablehead {
  table-layout: fixed;
  font-size: 13px;
  font-weight: bolder;
  /*    background-color: $bg-color;
      color: $primary-color;*/
  text-align: right;
}

.statdetail {
  font-weight: bolder;
  font-size: 10.5pt;
  color: #345460;
  margin-top: 5px;
  margin-bottom: 7px;
}

.statsum {
  /*    background: $bg-color;*/
  font-weight: bold;
  font-size: 9pt;
}

/*.tsapi-searchform-btn-group input[type=button]{
    float:right;
}*/
#kszf_content .tsapi input,
#kszf_content .tsapi select,
#kszf_content .tsapi textarea {
  box-sizing: unset;
}

#kszf_content .tsapi input[type=text],
#kszf_content .tsapi input[type=number],
#kszf_content .tsapi select,
#kszf_content .tsapi textarea {
  padding-left: 0.5em;
  padding-right: 0.5em;
  /*  border: 1px solid #a9a9a9;
  border-radius: 0.125em;*/
}

.KSZFBox {
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, Arial;
  font-size: 10pt;
  border: none;
  background: #F2F2F2;
  color: #3E3E3E;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  overflow-x: auto;
  border: 1px solid #e5e5e5;
}

.box-header {
  background: #345460;
  color: #FFFFFF;
}
.box-header .box-header-tab {
  height: 50px;
  border: none;
  padding-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 600;
  text-align: left;
  display: inline-flex;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: none;
  background-color: #F2F2F2;
  color: #345460;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.box-content {
  padding: 0.6em;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, Arial;
  font-size: 10pt;
  border: none;
  background: #F2F2F2;
  color: #345460;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 0.5em;
}
.box-content .head-bg {
  margin: -0.6em;
  background-color: #345460;
  height: 3em;
  margin-bottom: -2.6em;
  color: #FFFFFF;
}
.box-content .box-toolbar, .box-content .box-footer {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: right;
  border-radius: 10px;
}

.no-top {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.no-bottom {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.KSZFBox.firstbox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.KSZFBox .KSZFBox {
  box-shadow: none;
  /*border-bottom: 1px solid #a9a9a9;*/
  border: none;
  border-radius: 0px;
}

.KSZFBox .hd1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #345460;
  height: 20px;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bolder;
  text-align: center;
}

.KSZFBox .hd2 {
  background-color: #F2F2F2;
  height: 20px;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bolder;
  text-align: center;
}

.KSZFBox .ft1 {
  border-top: 1px solid #BFCCD5;
  padding: 3px 3px 3px 3px;
  background-color: #E8F0F9;
}

.KSZFBox .KSZFBox-content {
  padding: 0.6em;
}

#dvMessage .chatmessage-filter-container {
  padding: 0;
  border: none;
}

#btnHideMessageBoard {
  float: right;
  display: none;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
#btnHideMessageBoard i {
  margin-left: 0;
  margin-right: 0;
}

#tbBookingLocator {
  width: 60%;
  min-width: 80px;
  max-width: 180px;
}

#dvMessage .controll-button-container {
  padding: 6px;
}

#dvMessage .controll-button-container i {
  padding: 0.3em;
  font-size: 2em;
}

#dvMessage .controll-button-container a {
  text-decoration: none;
}

#dvMessage .controll-button-container a.controll-button:hover {
  margin-left: 0.1em;
  margin-right: -0.1em;
}

.message-box {
  background-color: #FFFFFF;
  margin-top: 0.4em;
  margin-right: 0.4em;
  overflow: hidden;
  border-bottom-width: 0;
  border-radius: 10px;
}

.message-box .MessageTable {
  width: 100%;
  table-layout: fixed;
}

.dv-message-operation {
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: none;
  margin: 0 auto;
}

.message-footer {
  background-color: #FFFFFF;
}

.message-footer-toolbar {
  padding-left: 1em;
  padding-right: 0.4em;
  padding-bottom: 0.5em;
}

.new-chatmessage-buttons {
  text-align: right;
  padding-bottom: 0.8em;
}

.message-footer .btn-messagehistory {
  cursor: pointer;
}

.message-footer-link-container {
  float: left;
  padding-top: 0.6em;
}

.message-footer-button-container {
  float: right;
}

#dv-messageboard-operation {
  padding: 5px;
  display: block;
}

.dv-message-operation .ui-button:not(:hover),
.message-footer-button-container .ui-button:not(:hover) {
  /*border-color: $header-bg-color;*/
}

#dv-messageboard-operation label,
.dv-message-operation label {
  display: inline-block;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}

#dv-messageboard-operation textarea,
.dv-message-operation textarea {
  width: 95%;
  height: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5em;
}

#dvMessage .message-filter-footer {
  font-size: 12px;
  font-family: Montserrat, Arial;
  min-height: 27px;
  padding: 3px 2px 2px 0px;
  border: none;
}

.KSZFBox ul {
  margin-top: 0;
}

.KSZFBox .boxcontent {
  padding: 0.5em;
}

.KSZFBox:nth-child(1) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#kszf_content > .KSZFBox:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.KSZFBox.passiverequest-head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*Corphotel*/
.ui-widget-content .textalign1, .KSZFBox .textalign1 {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  height: 22px;
}

.ui-widget-content .cap1, .KSZFBox .cap1 {
  float: left;
  width: 110px;
}

.ui-widget-content .val1, .KSZFBox .val1 {
  margin-left: 115px;
  margin-top: 3px;
}

.ui-widget-content .cap2, .KSZFBox .cap2 {
  float: left;
  clear: left;
  width: 12em;
  margin-top: 0.5em;
}

.ui-widget-content .val2, .KSZFBox .val2 {
  float: left;
  margin-top: 0.5em;
}

.ui-widget-content .cap3, .KSZFBox .cap3 {
  float: left;
  padding-left: 3px;
  width: 190px;
  margin-top: 3px;
  text-align: right;
}

.ui-widget-content .val3, .KSZFBox .val3 {
  margin-left: 200px;
  margin-top: 3px;
}

.ui-widget-content .cap4, .KSZFBox .cap4 {
  float: left;
  width: 220px;
  text-align: left;
}

.ui-widget-content .val4, .KSZFBox .val4 {
  float: left;
  width: 270px;
  text-align: left;
  margin-top: 3px;
}

.ui-widget-content .cap5, .KSZFBox .cap5 {
  float: left;
  width: 140px;
  text-align: left;
  margin-top: 5px;
}

.ui-widget-content .val5, .KSZFBox .val5 {
  float: left;
  width: 200px;
  text-align: left;
  margin-top: 5px;
}

.ui-widget-content .textarea, .KSZFBox .textarea {
  height: 110px;
}

.ui-widget-content .tablecell {
  background-color: #345460;
  height: 16px;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
}

.ui-widget-content .separatorline {
  border: 1pt solid #345460;
}

/*.message-footer,.message-filter-footer{ color: #1C2F67; border-top: 1px solid #BFCCD5; background-color: #E8F0F9; }*/
.KSZFBoxHeader {
  background-color: #345460;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bolder;
  text-align: center;
}

.smallline {
  line-height: 3px;
}

.mediumline {
  line-height: 6px;
}

.btn {
  text-align: center;
  margin-left: 140px;
  width: 536px;
}

.btnhotelrec {
  text-align: center;
  width: 340px;
  margin: 0 auto;
}

.st {
  float: left;
  margin: 3px;
}

.hcap {
  float: left;
  padding: 5px;
  margin-right: 5px;
  width: 110px;
  height: 80px;
}

.icap {
  float: left;
  width: 130px;
  max-height: 150px;
}

.tsapi .edit250, .edit250 {
  width: 18em;
}

.hoteldetail {
  margin-left: 110px;
  vertical-align: top;
  display: block;
  overflow: hidden;
}

.hoteldetail .full {
  width: 100%;
}

.hoteldetail .cap {
  float: left;
  text-align: left;
  font-weight: bolder;
  margin-top: 3px;
}

.hoteldetail .val {
  margin-left: 160px;
  min-height: 20px;
  margin-top: 3px;
}

.megjegyzes {
  height: 8em;
  width: 99.5%;
  display: block;
  border-radius: 10px;
  border: 1px solid #BFC6CF;
  background-color: #FFFFFF;
}

.docload {
  margin-left: 20px;
  margin-top: 5px;
}

.tickettext {
  width: 120px;
  float: left;
  text-align: left;
  margin-top: 3px;
}

.tickettablehead {
  width: 92px;
  background-color: #345460;
  float: left;
  text-align: left;
  margin-left: 1px;
  margin-top: 3px;
  font-family: Montserrat, Arial;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
}

.tickettabletext {
  width: 90px;
  float: left;
  text-align: left;
  margin-left: 1px;
  margin-top: 3px;
}

.psgfrm {
  font-family: Montserrat, Arial;
  font-size: 10pt;
  color: #345460;
}

.psgfrm .cap {
  float: left;
  width: 190px;
  text-align: left;
}

.psgfrm .val {
  margin-left: 195px;
}

.insrec {
  margin-left: 150px;
  vertical-align: middle;
  display: block;
}

.insrec .cap1 {
  float: left;
  text-align: left;
  height: 22px;
  width: 270px;
}

.insrec .val1 {
  height: 22px;
}

.hotel-details-map {
  margin-top: 32px;
  padding: 5px;
  height: 200px;
}

.rec-timer {
  display: none;
  color: red;
  float: left;
  margin-top: 3px;
  margin-left: 15px;
  padding: 3px;
  background-color: white;
  border-radius: 5px;
}

/*Tools TAB ************************************************************

/* root element for tabs  */
ul.css-tabs {
  margin: 0 !important;
  padding: 0;
  height: 20px;
  border-bottom: 1px solid #ECE8DB;
  font-size: 10px;
}

/* single tab */
ul.css-tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
  float: left;
  font-size: 11px;
  display: block;
  padding-top: 2px;
  padding-right: 30px;
  text-decoration: none;
  border: 1px solid #666;
  border-bottom: 0px;
  height: 13px;
  background-color: #efefef;
  color: #777;
  margin-right: 2px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  top: 1px;
}

ul.css-tabs a:hover {
  background-color: #F7F7F7;
  color: #333;
}

/* selected tab */
ul.css-tabs a.current {
  background-color: #ddd;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  color: #000000;
  cursor: default;
}

/* tab pane */
div.css-panes div.cont {
  border-width: 1px;
  border-style: solid;
  border-color: #ECE8DB;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  min-height: 150px;
  padding: 0;
  padding: 4px;
  background-color: #ffffff;
}

.psgletter {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  font-size: 10pt;
}

.psgletter2 {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  font-size: 10pt;
}

.psgletter2_dis {
  text-decoration: none;
  cursor: default;
  font-weight: normal;
  font-size: 10pt;
  color: #bFbFbF;
}

div.error, span.error, label.error {
  display: none;
  color: Red;
  font-weight: bold;
}

.error {
  display: none;
  color: Red;
  font-weight: bold;
}

span.link, .simplelink {
  cursor: pointer;
  text-decoration: underline;
}

.fl_left2 {
  width: 8em;
  float: left;
}

.fl_left3 {
  width: 12em;
  float: left;
}

.fl_left4 {
  float: left;
  text-align: left;
}

.marg1 {
  margin-left: 12px;
  width: 97%;
  line-height: 14pt;
}

.marg2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.marg3 {
  margin-left: 12px;
}

.TSErr {
  text-align: left;
  color: Red;
  font-weight: bold;
  display: none;
}

.ulhoriz {
  line-height: 25px;
  text-align: left;
  margin-left: 0px;
}

.ulhoriz li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  padding-bottom: 10px;
}

.ulhoriztype {
  line-height: 25px;
  list-style-type: none;
}

.ulhoriztype li {
  float: left;
  width: 140px;
}

.spnewcity {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.red {
  color: Red;
}

.redbold {
  color: Red;
  font-weight: bold;
}

/*********Üzenőfal*************/
.ChatMessageOutNotReadedIcon, .ChatMessageOutReadedIcon, .ChatMessageNotReadedIcon, .ChatMessageReadedIcon {
  background-repeat: no-repeat;
  background-size: cover;
}

/*.ChatMessageOutNotReadedIcon{background-image:url('Images/MessageBoard/ChatMessageNotReaded.png');}
.ChatMessageOutReadedIcon{background-image:url('Images/MessageBoard/ChatMessageOutReaded.png');}
.ChatMessageNotReadedIcon{background-image:url('Images/MessageBoard/ChatMessageNotReaded.png');}
.ChatMessageReadedIcon{background-image:url('Images/MessageBoard/ChatMessageReaded.png');}
*/
.ChatMessageIcon {
  font-size: 1.2em;
  text-align: center;
  padding-top: 0.1em;
  /*    position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  */
}

.ChatMessageOutNotReaded {
  font-weight: bold;
  opacity: 0.7;
}

.ChatMessageOutReaded {
  opacity: 0.7;
}

.ChatMessageNotReaded {
  font-weight: bold;
}

/********* End Üzenő **************/
.pricemini {
  font-size: 9px;
  display: none;
}

/*árbekérés és ajánlat státuszok*/
.StateGreen {
  color: #01AB01;
}
.StateGreen a {
  color: #01AB01;
}

/*sima zöld */
.StateYellow {
  color: #FACA05;
}
.StateYellow a {
  color: #FACA05;
}

.StateOrange {
  color: Orange;
}
.StateOrange a {
  color: Orange;
}

/*sima narancssarga */
.StateRed {
  color: Red;
}
.StateRed a {
  color: Red;
}

/*sima piros */
.StateGray {
  color: Gray;
}
.StateGray a {
  color: Gray;
}

/*sima szürke */
.StateGrayLineThrough {
  color: Gray;
  text-decoration: line-through;
}

/*sima szürke áthúzva */
.StateBlue {
  color: Blue;
}
.StateBlue a {
  color: Blue;
}

/*sötét szürke */
.StatePurple {
  color: Purple;
}
.StatePurple a {
  color: Purple;
}

/*sima lila */
.StateBrawn {
  color: #c04000;
}
.StateBrawn a {
  color: #c04000;
}

/*sima barna */
.StateBrown {
  color: darkgoldenrod;
}
.StateBrown a {
  color: darkgoldenrod;
}

/*sima barna */
.StateDarkGray {
  color: black;
}
.StateDarkGray a {
  color: black;
}

/*sima sötétszürke */
/****  AIR Autocomplete *****/
.airautosubitem {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(img/buttons/airsearchitem.gif) no-repeat scroll 0 -36px;
  padding-left: 38px;
}

.airautoitem {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  padding-left: 24px;
  background: transparent url(img/buttons/airsearchitem.gif) no-repeat scroll 0 -71px;
}

.airautocountry {
  color: #909090;
  float: right;
  font-size: 8pt;
  right: 3px;
  padding-right: 4px;
}

.hotelautoitem {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

.hotelautocountry {
  color: #909090;
  float: right;
  font-size: 8pt;
  right: 3px;
  padding-right: 4px;
}

.calendar {
  width: 16px;
  height: 16px;
  background-image: url("Img/buttons/btnNaptarkek.gif");
}

.ui-datepicker-trigger {
  border: none;
  background: none;
}

.smalltext {
  font-size: 9px;
}

.printbtn {
  width: 16px;
  height: 16px;
  background-image: url("Img/buttons/Print.gif");
  cursor: pointer;
}

.upbtn {
  width: 16px;
  height: 16px;
  background-image: url("Img/buttons/up1.gif");
  cursor: pointer;
}

#btnCloseRule {
  width: 16px;
  height: 16px;
  background-image: url("Img/buttons/close2.gif");
  cursor: pointer;
}

/* fake */
.ulhoriztype2 {
  line-height: 25px;
  list-style-type: none;
  font-size: 10pt;
  padding: 0px;
}

.ulhoriztype2 li {
  float: left;
  margin-left: 3px;
  width: 230px;
  text-align: left;
}

#dvAbc {
  margin-top: 5px;
  margin-left: 5px;
}

.imggalery {
  cursor: pointer;
}

/* Hotel fixed header */
#super-print-back {
  background-color: #FBFBFB;
  position: fixed;
  z-index: 2;
}

@media screen {
  /* fontos a neve */
  .feltetel, .feltetel_elfogad, .feltetel_lnk, .feltetel_content {
    text-align: center;
    margin: 0 auto;
  }
  .air_feltetel_lnk {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    padding: 3px 0px;
    padding: 3px 10px;
    font-weight: bold;
  }
  .air_feltetel_lnk:hover {
    color: #041233;
  }
  /*ROOM DETAILS PANEL*/
  .pnlRoomLabel {
    width: 80px;
    float: left;
  }
  .pnlRoomType {
    width: 180px;
    text-align: left;
    float: left;
  }
  .pnlAdults {
    width: 150px;
    padding-left: 20px;
    text-align: left;
    float: left;
  }
  .pnlChildren {
    width: 150px;
    padding-left: 20px;
    text-align: left;
    float: left;
  }
  .pnlAge {
    width: 200px;
    text-align: right;
    float: left;
    padding-left: 20px;
  }
  .pnlCot {
    width: 100px;
    text-align: left;
    float: left;
    padding-left: 20px;
  }
  #cbBedType {
    width: 100px;
  }
  #cbChildNr {
    width: 40px;
  }
  #cbCot {
    width: 40px;
  }
  /** ins search */
  #ulinssearch {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
  }
  #ulinssearch li {
    float: left;
    margin: 5px;
  }
  #ulinssearch .cap {
    float: left;
    width: 140px;
    text-align: right;
  }
  #ulinssearch .val {
    float: left;
    width: 80px;
    margin-left: 5px;
    text-align: left;
  }
  .psgsep {
    height: 6px;
  }
  #tblpsgdetails .psghead {
    font-style: normal;
    background-color: #F0F5F8;
  }
  #tblpsgdetails {
    font-style: normal;
  }
  #tblpsgdetails span {
    color: #000033;
    font-weight: bolder;
    font-style: normal;
  }
  #tblpsgdetails span.localizable {
    font-style: normal;
    font-weight: normal;
  }
  .farerule_it {
    margin-bottom: 5px;
  }
  .farerule_cap {
    font-weight: bold;
    text-align: center;
    background-color: #9AB5E8;
    padding: 3px;
  }
  .farerule_val {
    text-align: justify;
  }
  .air_farerule_it {
    margin-bottom: 5px;
  }
  .air_farerule_cap {
    font-weight: bold;
    padding: 3px;
    font-size: 12px;
  }
  .air_farerule_val {
    text-align: justify;
    margin-left: 20px;
    font-size: 11px;
  }
}
/* END SCREEN */
/* JOBB GOMBOS PRINT NYOMTATÁSOK ÁTDEFINIÁLÁSA */
@media print {
  html, body {
    overflow-x: hidden;
  }
  #kszf_content_tab, .feltetel, .feltetel_elfogad, .feltetel_lnk, .TSErr, .btn_green_med, .btn_green_small, .feltetel_content {
    display: none !important;
    width: 0px !important;
    overflow: hidden !important;
  }
  #kszf_content {
    margin-left: 0px;
    border: solid 1pt black;
  }
  * html #kszf_content {
    margin-left: 0px;
    border: solid 1pt black;
  }
  .noprint {
    display: none !important;
    width: 0px !important;
  }
}
.fltrow td {
  border-bottom: 1pt solid #f0f0f0;
}

#btnSelectAllAirLine, #btnDeselectAllAirLine, #btnSelectAllTransfer, #btnDeselectAllTransfer,
#btnSelectAllBackAirLine, #btnDeselectAllBackAirLine, #btnSelectAllBackTransfer, #btnDeselectAllBackTransfer {
  text-decoration: none;
  color: #009999;
}

#plhListFilter label, #plhListFilter checkbox {
  cursor: pointer;
}

#tbRecSearch {
  margin: 0px;
  height: 18px;
  width: 150px;
  border: 1px solid #dcdcdc;
}

#btnNextSearch, #btnPrevSearch, #btnDeleteSearch {
  width: 22px;
  height: 20px;
  vertical-align: middle;
}

.KSZFHighlight {
  background-color: Yellow;
}

.li_vertical {
  display: inline;
  list-style-type: none;
}

table.FilterRecTable {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

table.FilterRecTable td {
  border: 1px ridge #345460;
  padding: 10px 3px;
  background-color: rgb(209, 226, 244);
  color: #345460;
  vertical-align: middle;
}

div.CheckBoxList span {
  display: inline-block;
  padding-right: 2px;
}

.InsAdditionalDataCap {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 5px;
  padding-top: 3px;
}

.InsAdditionalDataVal {
  float: left;
  padding-top: 3px;
}

.WaitPanel {
  height: 80px;
  width: 350px;
  position: fixed;
  margin-top: -40px;
  margin-left: -175px;
  top: 50%;
  left: 50%;
  display: none;
  font-size: 18px;
  background-color: #E8E8E8;
  border: 5px ridge #386485;
  padding-top: 40px;
  text-align: center;
}

.InlineBlock {
  display: inline-block;
  padding-right: 2px;
}

.WideInlineBlock {
  display: inline-block;
  padding: 3px 30px 3px 0px;
}

/* KSZFBOX-os táblázatok */
.kszfBlock { /*border:1px solid #1C2F67;*/
  padding: 5px;
  margin-bottom: 5px;
}

.kszfWideBlock {
  width: 100%; /*border:1px solid #1C2F67;*/
  padding: 5px;
  margin-bottom: 5px;
}

.kszfBlockTableHeader {
  font-weight: bold;
}

.pager {
  padding: 5px;
}

a.other-air-rec {
  cursor: pointer;
}

a.other-air-rec:hover {
  color: #041233;
}

ul.bottomMenu {
  padding-left: 5px;
  margin: 0px;
}

.bottomMenu li {
  float: left;
  list-style-type: none;
}

.bottomMenu span.ui-icon {
  margin-left: 5px;
  margin-right: 2px;
}

.bottomMenu li span {
  float: left;
  cursor: pointer;
}

.bottomMenu li input {
  float: left;
}

.chat-message-filter {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.chat-message-filter input {
  margin: 5px;
}

.chat-message-filter span {
  display: inline-block;
}

.bookingItemTicket {
  max-width: 70px;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.ajax-loader {
  display: none;
  background-position: center top;
  padding: 20px 0px 0px 0px;
  background-image: url("ajax-loader.gif");
  background-repeat: no-repeat;
  text-align: center;
  font-size: 10pt;
  color: #345460;
}

.controll-button {
  font-size: 10px !important;
}

.word-wrap {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.no-wrap {
  white-space: nowrap !important;
}

#lbAirTimer {
  display: none;
  color: red;
  float: left;
  margin-top: 3px;
  margin-left: 15px;
  padding: 3px;
  background-color: white;
  border-radius: 5px;
}

/*filter, sorter*/
#plhFlyAndHotelRecFilter {
  font-size: 0px;
  margin-bottom: 2px;
}

#plhFlyAndHotelRecFilter input {
  font-size: 11px;
}

#hotel-tools, #air-tools {
  font-size: 0px;
  margin-top: 2px;
  display: none;
}

/*button*/
.tool-btn {
  padding: 5px 20px 5px 10px;
  background: #0F80B3 url("Images/Common/arrow-head-down.png") no-repeat 95% center;
  border: 1px solid #0F72B3;
  margin: auto 0px;
  font-weight: bold;
  color: #f0f0f0;
  font-size: 11px;
  cursor: pointer;
  margin-top: 1px;
}

.tool-btn:hover, .selected-tool {
  color: #046A94;
  background: #81CCED url("Images/Common/arrow-head-down-selected.png") no-repeat 95% center;
  border-color: #5CBDE8;
}

/*popup*/
.popup {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  border: 1px solid #d9d9d9;
  background-color: white;
  z-index: 200;
  min-width: 200px;
  font-size: 13px;
}

.all-filter-item, .none-filter-item {
  padding: 7px;
  cursor: pointer;
  text-decoration: underline;
}

.filter-popup div.filter-item {
  padding: 3px 10px;
  cursor: pointer;
}

.filter-popup div.filter-item:hover {
  background-color: #f1f1f1;
}

.filter-popup div.filter-item span {
  position: relative;
  top: -2px;
  padding-left: 10px;
}

#sort-popup .sort-type {
  cursor: pointer;
  background: no-repeat 5px center;
  padding: 3px 3px 3px 30px;
}

#sort-popup .sort-type:hover {
  background-color: #f1f1f1;
}

#sort-popup .selected-sort-type {
  background-image: url("Images/Popup/arrow.png");
}

#group-popup .group-type {
  cursor: pointer;
  background: no-repeat 5px center;
  padding: 3px 3px 3px 30px;
}

#group-popup .group-type:hover {
  background-color: #f1f1f1;
}

#group-popup .selected-group-type {
  background-image: url("Images/Popup/arrow.png");
}

/*end filter, sorter*/
.rootAgentSign {
  color: rgba(238, 238, 238, 0);
}

/*.message-box
{
    border: 1px solid #9AB5E8;
    background-color: #D1E2F4;
    background-image: url('Images/Common/kszfbox-background.png');
    background-repeat: repeat-x;   
}*/
.message-fromto, .message-elapsed-date {
  /*color: #666; */
}

.message-table-lastcolumn {
  width: 50%;
  vertical-align: top;
  text-align: right;
  padding-top: 3px;
  padding-right: 1em;
}

.chat-message-content {
  padding: 5px;
  text-align: justify;
}

@media (max-width: 900px) {
  .chat-message-filter, #dvMessage {
    font-size: 10px;
  }
  .controll-button {
    font-size: 8px !important;
  }
  .message-fromto, .message-elapsed-date {
    font-size: 8px;
  }
  .ChatMessageIcon, .message-table-firstcolumn {
    width: 28px;
  }
}
@media (min-width: 900px) {
  .chat-message-filter, #dvMessage {
    font-size: 13px;
  }
  .controll-button {
    font-size: 9px !important;
  }
  .message-fromto, .message-elapsed-date {
    font-size: 10px;
  }
  .ChatMessageIcon, .message-table-firstcolumn {
    width: 32px;
  }
}
@media (min-width: 1300px) {
  .chat-message-filter, #dvMessage {
    font-size: 13px;
  }
  .controll-button {
    font-size: 10px !important;
  }
  .message-fromto, .message-elapsed-date {
    font-size: 10px;
  }
  .ChatMessageIcon, .message-table-firstcolumn {
    width: 40px;
  }
}
@media (min-width: 1600px) {
  .chat-message-filter, #dvMessage {
    font-size: 14px;
  }
  .controll-button {
    font-size: 12px !important;
  }
  .message-fromto, .message-elapsed-date {
    font-size: 11px;
  }
  .ChatMessageIcon, .message-table-firstcolumn {
    width: 48px;
  }
}
.ui-widget * {
  font-size: 12px;
}

/* START MENU */
#pnlStartMenu {
  cursor: default;
  color: #F2F2F2;
  margin-top: 5px;
  /*padding-left:1em;*/
  font-family: Montserrat, Arial;
}

#pnlStartMenuItems {
  font-size: 12px;
  overflow: auto;
}

.StartMenuItem {
  padding: 5px 0px;
}

#pnlStartMenu ul {
  list-style-type: none;
  padding-left: 20px;
}

#pnlStartMenu li.padding_20 {
  margin-left: 20px;
}

#pnlStartMenu li.padding_40 {
  margin-left: 40px;
}

#pnlStartMenu li:hover, #pnlStartMenu a:hover {
  color: white;
}

#pnlStartMenu li.padding_0:hover {
  margin-left: 3px;
}

#pnlStartMenu li.padding_20:hover {
  margin-left: 23px;
}

#pnlStartMenu li.padding_40:hover {
  margin-left: 43px;
}

.StartMenuItem, .StartMenuItem a, #pnlStartMenu {
  transition: color 0.25s, text-shadow 0.25s, margin-left 0.25s;
}

.StartMenuItem a {
  color: #F2F2F2;
}

.menu-item-disabled {
  color: #54567C !important;
  cursor: default;
}

.StartMenuItem a:hover {
  cursor: pointer;
}

.StartMenuItem:hover {
  cursor: pointer;
  margin-left: 0.25em;
}

li.SelectedStartMenuItem {
  list-style-type: disc;
}

.StartMenuItem .lnkStartMenuItem, .StartMenuItem .lnkStartMenuItem:link, .StartMenuItem .lnkStartMenuItem:visited {
  text-decoration: none;
}

/* START MENU END*/
/*tsapi integration*/
/*.legacy-book-frm {
    padding: 0 !important;
    margin: 0 !important;
}*/
/* Moved inline styles - New */
.text-maroon {
  color: #800000;
}

.ARL-HSSP {
  color: #800000;
  margin-bottom: 5px;
  margin-left: 5px;
}

.GRL-HSSP {
  color: #800000;
  font-size: 11px;
  margin-top: 3px;
}

.ARL-TotalAmount, .GRC-TotalAmount, .RS-TotalAmount, .RL-TotalAmount {
  font-weight: bold;
  color: #800000;
}

.FAHR-TotalAmount {
  text-align: left;
  color: #800000;
  font-weight: bold;
}

.RL-HSSP, .RL-NMOB, .RS-HSSP {
  color: #800000;
  margin: 5px 0;
  text-align: justify;
  padding-left: 10px;
}

.RL-MinPrice {
  width: 130px;
  color: #800000;
  font-weight: bold;
  border-right: 0;
  font-size: 18px;
}

/* body inside iframe doesn't need a bg colour */
/*html:not(root) body {
    background-color: inherit;
}*/
/* TS-API UI Style buttons */
#kszf_content .tsapi .tsapi-rec-deselect-btn,
#kszf_content .tsapi .tsapi-setviewmode-btn,
#kszf_content .tsapi .tsapi-hotel-searchview-listview-btn,
#kszf_content .tsapi .tsapi-sort-btn {
  border: none;
  /*background: #ffffff url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;*/
  font-weight: bold;
  color: #345460;
  padding: 0.3em 1em;
  text-decoration: none;
  display: inline-block;
}

#kszf_content .tsapi .tsapi-air-airlinelogo-image-out {
  background-color: white;
  border: 1px solid #BFC6CF;
  border-radius: 10px;
}

#kszf_content .tsapi .tsapi-rec-deselect-btn:hover,
#kszf_content .tsapi .tsapi-setviewmode-btn:hover,
#kszf_content .tsapi .tsapi-hotel-searchview-listview-btn:hover,
#kszf_content .tsapi .tsapi-sort-btn:hover {
  border: none;
  /*background: #ffffff url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;*/
}

#kszf_content .tsapi .tsapi-pipe-separator {
  display: none;
}

#kszf_content .tsapi .tsapi-hotel-searchview-inlinemap-btn,
#kszf_content .tsapi .tsapi-hotel-searchview-inlineimages-btn,
#kszf_content .tsapi .tsapi-hotel-searchview-inlineinformations-btn {
  border: 1px solid #c5dbec;
  background: #dfeffc;
  color: #2e6e9e;
  margin: 0.2em 0;
  padding: 0 0.3em;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

#kszf_content .tsapi .tsapi-hotel-searchview-inlinemap-btn:hover,
#kszf_content .tsapi .tsapi-hotel-searchview-inlineimages-btn:hover,
#kszf_content .tsapi .tsapi-hotel-searchview-inlineinformations-btn:hover {
  border: 1px solid #79b7e7;
  background: #d0e5f5;
}

#kszf_content .tsapi .tsapi-hotel-searchview-book-btn,
#kszf_content .tsapi .tsapi-hotel-searchview-toggle-more-combinations-btn {
  border: 1px solid #c5dbec;
  background: #dfeffc;
  color: #2e6e9e;
  border-radius: 5px;
  text-decoration: none;
  margin: auto;
  padding: 0 0.3em;
  white-space: nowrap;
  min-width: 12em;
  max-width: 50%;
  text-align: center;
}

#kszf_content .tsapi .tsapi-hotel-searchview-book-btn:hover,
#kszf_content .tsapi .tsapi-hotel-searchview-book-btn-larger:hover,
#kszf_content .tsapi .tsapi-hotel-result-best-price-box-larger:hover,
#kszf_content .tsapi .tsapi-hotel-searchview-toggle-more-combinations-btn:hover,
#kszf_content .tsapi .tsapi-hotel-searchview-info-btns-larger:hover {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
}

#kszf_content .tsapi .tsapi-hotel-result-best-price-box-larger {
  display: block;
  float: right;
  margin-top: -10em;
  padding: 0.5%;
  border: 1px solid #c5dbec;
  background: #dfeffc;
  color: #2e6e9e;
  border-radius: 5px;
}

#kszf_content .tsapi .tsapi-hotel-searchview-book-btn-larger {
  border: 1px solid #c5dbec;
  background: #dfeffc;
  color: #2e6e9e;
  padding: 0.3em;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25em;
  width: 100%;
}

.kef-afa-info {
  max-width: 40em;
  font-style: italic;
}

.important-remark {
  color: red;
}

#kszf_content .tsapi-searchparameterview,
#kszf_content .tsapi-searchparameterview-container {
  background-color: white;
}

#kszf_content .tsapi-hide-if-empty .tsapi-searchparameterview {
  background-color: unset;
}

#kszf_content .tsapi-searchfilter-header {
  display: none;
}

/*#kszf_content .tsapi-searchfilter-content {
    background-color: #1C2F67;
    border: none;
    color: $bg-color;
    font-family: $font-family;
}
    .tsapi-searchfilter-content .ui-widget-header,
    .tsapi-searchfilter-content .ui-slider-handle {
        background-color: #FFFFFF;
    }*/
#kszf_content .tsapi-rec-item-title {
  display: none;
}

#kszf_content .tsapi-air-recsegment-list,
#kszf_content .tsapi-air-rec-list,
#kszf_content .tsapi-rec-list {
  background-color: #F2F2F2;
  border: 1px solid #e5e5e5;
  /*padding-top: 0.2em;*/
  padding-left: 2em;
  padding-right: 2em;
  /*padding-bottom: 0.5em;*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
}

#kszf_content .tsapi-air-searchview-recsegment,
#kszf_content .tsapi-air-searchview-rec,
#kszf_content .tsapi-rec-list .tsapi-rec-item {
  border: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #345460;
}

#kszf_content .tsapi-airline-text-part span,
#kszf_content .tsapi-airline-text-part strong,
#kszf_content .tsapi-air-sv-rec-segments {
  font-size: 0.9em;
}

#kszf_content .tsapi-air-sv-rec-fly-time-txt {
  font-size: 0.7em;
  border: none;
  padding: 0.5em;
  color: white;
  background-color: #EC8C35;
}

#kszf_content .tsapi-air-sv-rec-fly-time-txt span {
  font-size: 1em;
}

#kszf_content .tsapi-recommendation-source {
  display: inline-block;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: white;
  background-color: gray;
  font-weight: bold;
  border-radius: 5px;
}

#kszf_content .tsapi .tsapi-searchparameterview-container .tsapi-searchparameterview:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#kszf_content .tsapi .tsapi-allowance-warning {
  display: block !important;
  margin-right: -3em;
  padding-bottom: 0.3em;
}

.tsapi .tsapi-allowance-warning span.tsapi-text-red {
  font-size: 0.9em;
}

.tsapi-rec-summary p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

#kszf_content .tsapi-recommendation-source-wizz {
  background-color: orangered;
}

#kszf_content .tsapi-recommendation-source-amdwbs {
  background-color: #005eb8;
}

#kszf_content .tsapi-recommendation-source-gds {
  background-color: orangered;
}

#kszf_content .tsapi-recommendation-source-gal {
  background-color: orangered;
}

#kszf_content .tsapi-recommendation-source-discount {
  background-color: forestgreen;
}

#kszf_content .tsapi-recommendation-source-ndc {
  background-color: dodgerblue;
}

#kszf_content .tsapi-recommendation-source-gog {
  background-color: #379E97;
}

#kszf_content .tsapi-recommendation-source-ratehawk {
  background-color: #FFAE00;
}

#kszf_content .tsapi-recommendation-source-etg {
  background-color: #FFAE00;
}

#kszf_content .tsapi-recommendation-source-mki {
  background-color: #224099;
}

#kszf_content .tsapi-recommendation-source-trc {
  background-color: #ED2C2D;
}

#kszf_content .tsapi-recommendation-source-tripnet {
  background-color: #00A6CF;
}

#kszf_content .tsapi-recommendation-source-trh {
  background-color: #E46727;
}

#kszf_content .tsapi-recommendation-source-htb {
  background-color: #003057;
}

.header-personal {
  height: 50px;
  position: fixed;
  border-bottom-left-radius: 10px;
  right: 0;
  top: 0;
  padding-right: 0.5em;
  text-align: right;
  background-color: #FFFFFF;
  color: #345460;
  /* padding: 1.2em 1em 1.2em 1em;*/
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11);
}
.header-personal .superuser-badge {
  text-align: center;
  font-size: 0.8em;
  color: red;
}

.header-personal-left {
  padding-left: 1em;
  float: left;
  font-weight: bolder;
}

.agentlogo {
  padding-top: 2px;
  padding-bottom: 2px;
}

#btnShowMessageBoard {
  color: #345460;
  text-decoration: none;
  position: relative;
  top: 7px;
}

#dvLogin {
  width: 500px;
  margin-left: -250px;
  position: relative;
  left: 50%;
  top: 43%;
  /*margin: -200px 0px 0px -200px;*/
  position: fixed;
  font-family: Montserrat, Arial;
  color: #345460;
  overflow: auto;
}

#dvLogin #Img1 {
  display: none;
}

#dvLogin .KSZFLoginWelcome {
  position: fixed;
  width: 800px;
  left: 50%;
  margin-top: 5px;
  margin-left: -400px;
  font-size: 2em;
  color: #345460;
  text-align: center;
}

#dvLogin .KSZFLoginWelcomeAfter {
  height: 2em;
  font-family: Montserrat, Arial;
  font-size: 25pt;
  color: #345460;
}

#login-powered-by {
  display: inline-block !important;
}

#KSZFLoginLanguage span {
  margin: 1em;
  font-size: 14px;
  font-weight: bold;
}

#dvLoginHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 110px;
  max-height: 340px;
  height: 40%;
  line-height: 45px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-color: #345460;
  background-image: url("Images/logo/cto_460.png");
  background-position: center;
  font-family: Montserrat, Arial;
  font-size: 12pt;
  font-weight: bold;
}

#dvLoginHeader span {
  display: none;
}

#tabLogin {
  border-spacing: 0 15px;
  /*width: 240px;*/
  margin: 0 auto;
}
#tabLogin label.username input {
  width: 13em;
}
#tabLogin label.password input {
  width: 17em;
}

#tabLogin td label span {
  color: #345460;
  font-weight: 700;
}

#tabLogin tr.input-border {
  background-position-y: 1px;
  background-image: url("Images/inputmask_260_35.png");
  background-repeat: no-repeat;
}

#tabLogin tr td:nth-child(1), #tabLogin tr th:nth-child(1) {
  padding-left: 1em;
  width: 60px !important;
  color: #345460;
  font-weight: 700;
}

/*#tabLogin tr.login-button-row td{
            display:inline;
        }
*/ /*       #tabLogin tr td {
         text-align:center;
     }*/
/*        #tabLogin td {
            padding-bottom:6px;
        }*/
#LoginView1_UserNameTextBox, #LoginView1_UserPassTextBox {
  height: 33px;
}

#LogInButton {
  width: 16.2em;
  border: 1px solid #EC8C35;
}

#LogInButton span {
  font-size: unset;
}

#KSZFLoginLanguage {
  text-align: center;
}

#dvLoginFooter {
  text-align: center;
  color: #345460;
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  /*font-weight: bold;*/
}

#tsapi .ajax-loader,
.KSZFBox .ajax-loader,
#tsapi .ajax-loader-show,
.tsapi-bookingprogress-box .ajax-loader-show {
  background-image: url("ajax-loader.gif");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 10em;
  width: 98%;
  padding: 0;
}

.tsapi-searchprogress-1 {
  display: none;
}

.tsapi-ajax-loader-box {
  background-color: white;
  padding-bottom: 1em;
}

.tsapi-searchprogress-2 {
  background-color: white;
  display: block !important;
  margin-top: 0.5em;
  position: relative;
}

/*searchprogress*/
.tsapi .tsapi-searchprogress-2 .tsapi-searchprogress-progressbar-label {
  font-size: 1.6em;
  position: absolute;
  padding: 1em;
  top: unset;
  bottom: 0;
}

#tsapi .tsapi-searchprogress-2 .ajax-loader {
  height: 20em;
}

/*.ui-widget-content-dark {
    background-color: #1C2F67;
    border: none;
    color: $bg-color;
    font-family: $font-family;
}
    .ui-widget-content-dark .ui-button .ui-icon {
        background-image: url('JQueryUI/images/ui-icons_F0F5F8_256x240.png');
    }
    .ui-widget-content-dark .ui-button:hover .ui-icon {
        background-image: url('JQueryUI/images/ui-icons_1C2F67_256x240.png');
    }
    .ui-widget-content-dark i,
    .ui-widget-content-dark a {
        color: $bg-color;
    }*/
button i {
  cursor: pointer;
}

#tsapi {
  /*background-color:aquamarine;*/
}

#tsapi .tsapi-progress {
  /*border:1px solid red;*/
  /*margin-top:-3em;*/
  /*padding-top: 2em;*/
  /*padding-bottom: 1px;*/
  margin-bottom: 0;
  /*background-color:yellow;*/
  background-color: #345460;
}

#tsapi #tsapi-bookingcontroller-placeholder .tsapi-ajax-loader-box,
#tsapi .tsapi-widget-container,
#tsapi .tsapi-widget-container .tsapi-searchform,
#tsapi .tsapi-widget-container .tsapi-searchparameterview,
#tsapi .tsapi-searchview-td {
  /*background-color: yellow;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.tsapi .tsapi-package-configurator {
  padding-left: 2em;
  padding-bottom: 2em;
  border: none;
  font-size: 1.5em;
}
.tsapi .tsapi-package-configurator label.checkcontainer {
  display: inline-block;
}

.tsapi .tsapi-progress-childstate {
  padding: 1em;
  border-radius: 0;
}

.tsapi-progress .tsapi-buttonset {
  width: 100%;
  padding-top: 3px;
  margin-bottom: 0;
}

.tsapi-progress .tsapi-progress-state-label {
  max-width: 20%;
  height: 50px;
  border: none;
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
  background-color: #345460;
}

.tsapi-progress-state-label.ui-state-active {
  /*z-index: 20;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*border-bottom-color: $forms-bg-color;*/
  /*    -webkit-box-shadow: $box-shadow;
      box-shadow: $box-shadow;*/
  box-shadow: none;
  background-color: #F2F2F2;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  z-index: 1000;
}

.tsapi .tsapi-progress-state-label.ui-state-disabled.ui-state-active {
  color: #345460;
}

.tsapi-progress-state-label-insert.ui-state-active,
.tsapi-progress-state-label-insert.ui-state-active:hover,
.tsapi-progress-state-label-view.ui-state-active,
.tsapi-progress-state-label-view.ui-state-active:hover,
.tsapi-progress-state-label-searching.ui-state-active,
.tsapi-progress-state-label-searching.ui-state-active:hover,
.tsapi-multiservice-progress .tsapi-progress-state-label-checkout.ui-state-active,
.tsapi-multiservice-progress .tsapi-progress-state-label-checkout.ui-state-active:hover {
  background-color: #FFFFFF;
}

.tsapi-passengerprofile-progress .tsapi-progress-state-label-searching.ui-state-active {
  background-color: #FBFBFB;
}

.tsapi-progress-state-label.ui-state-disabled {
  opacity: 1;
  color: #FBFBFB;
}

.tsapi-progress .tsapi-progress-state-label:not(.ui-state-active):hover {
  background: #FFFFFF;
  border: none;
}

.tsapi-progress .tsapi-progress-state-label:hover {
  border: none;
  font-weight: 600;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

/*.tsapi-progress-state-label.ui-state-active:after {
    content: "";
    height: 1.5em;
    width: 100%;
    position: absolute;
    bottom: -0.7em;
    left: 0;
    background: inherit;
    z-index: 20;
}*/
.tsapi-progress-state-label:not(.ui-state-active):hover:after {
  content: "";
  height: 2em;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  background: inherit;
  z-index: -10;
}

#tsapi .tsapi-multirec-summary-header {
  margin-bottom: 0;
}

.tsapi-air-sv-rec-fly-time-txt {
  box-shadow: none;
}

.chatmessage-filter-container #tbBookingLocator {
  width: unset;
}

#dvHeaderPart1 hr {
  display: none;
  top: 65px;
  border: none;
  border-bottom: 2px solid white;
  position: absolute;
  width: 100%;
  margin: unset;
}

.tsapi .tsapi-hotel-reclist-rooms {
  text-align: left !important;
}

.ac_results {
  border: 1px solid #e5e5e5;
  background: #F2F2F2;
  color: #3E3E3E;
  overflow: auto;
  padding: 0;
  z-index: 99999;
}

.ac_results {
  background-color: white;
  border: 1px solid black;
  overflow: auto;
  padding: 0;
  z-index: 99999;
}

.ac_results ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ac_results li {
  cursor: default;
  display: block;
  font-family: Arial, Verdana;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 2px 5px;
}

.ac_odd {
  background-color: #F2F2F2;
}

.ac_over {
  background-color: #EC8C35;
  color: white;
}

.airautoitem {
  padding-left: 24px;
  background: transparent url(img/buttons/airsearchitem.gif) no-repeat scroll 0 -71px;
}

.KSZFBox:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.document_table td, th {
  padding: 0 15px;
}

.file-image-link {
  padding: 0.3em;
  color: #EC8C35;
  font-size: 2em;
}
.file-image-link:hover {
  color: #f5c192;
}

body {
  /* Customize the label (the checkcontainer) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* When the checkbox is NOT checked, add a darken background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
body .checkcontainer {
  /*display: block;*/
  position: relative;
  padding-left: 17.36px;
  margin-bottom: 6.72px;
  margin-left: 4px;
  /*cursor: pointer;*/
  /*   font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .checkcontainer input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
body .checkmark {
  box-sizing: unset;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
}
body .checkcontainer:hover input:not(:checked) ~ .checkmark {
  background-color: #cccccc;
}
body .checkcontainer input:checked ~ .checkmark {
  background-color: #EC8C35;
}
body .checkcontainer input:not(:checked) ~ .checkmark {
  background-color: #e6e6e6;
}
body .checkcontainer input:disabled ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}
body .checkcontainer:hover input:checked ~ .checkmark {
  background-color: #f0a764;
}
body .checkmark:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
body .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
body .checkcontainer .checkmark:after {
  left: 4.48px;
  top: 1.12px;
  width: 2.8px;
  height: 5.6px;
  border: solid white;
  border-width: 0 3.36px 3.36px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
}
body .checkcontainer:hover input:not(:checked) ~ .radiobtn {
  background-color: #cccccc;
}
body .checkcontainer input:checked ~ .radiobtn {
  background-color: #EC8C35;
}
body .checkcontainer input:not(:checked) ~ .radiobtn {
  background-color: #e6e6e6;
}
body .checkcontainer:hover input:checked ~ .radiobtn {
  background-color: #f0a764;
}
body .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}
body .checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}
body .checkcontainer .radiobtn:after {
  top: 5.04px;
  left: 5.04px;
  width: 3.92px;
  height: 3.92px;
  border-radius: 50%;
  background: white;
}

.table-sticky thead th {
  position: sticky;
  top: 0;
  background-color: #07227A;
}

body .select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}
body .select-pure__select {
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
body .select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}
body .select-pure__select--opened .select-pure__options {
  display: block;
}
body .select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}
body .select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}
body .select-pure__option--hidden {
  display: none;
}
body .select-pure__selected-label {
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}
body .select-pure__selected-label:last-of-type {
  margin-right: 0;
}
body .select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}
body .select-pure__selected-label i:hover {
  color: #e4e4e4;
}
body .select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

#dvLogin {
  width: 500px;
  position: absolute;
  top: 10%;
  left: 50%;
  color: #FFFFFF;
  font-family: Montserrat, Arial;
}

#dvLoginHeader {
  display: none;
}

#dvLogin .KSZFLoginHeaderAlt {
  margin-top: 2em;
}

#dvLogin .KSZFLoginHeaderAlt {
  background-image: url("Images/logo/header-logos.jpg");
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  height: 100px;
}

/*#kszf_content .tsapi-recommendation-source {
    display: inline-block;
    padding: 0.1em 0.3em 0.1em 0.3em;
    color: white;
    background-color: $secondary-color;
    font-weight: bold;
    border-radius: 5px;
}*/
#dvHeaderPart1 {
  background-size: 95%;
}

#dvLogin .KSZFLoginWelcome {
  display: none;
}

#dvLogin .KSZFLoginWelcomeAlt:before {
  content: "Központi Kormányzati Utaztatási Portál";
}

#dvLogin .KSZFLoginWelcomeAlt {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 2em;
  color: #CD2A3E;
  margin-top: 2em;
}

#dvLogin .KSZFLoginWelcomeAfter {
  opacity: 0.8;
  background-image: url("bottom-line.png");
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  height: 40px;
  margin-top: 1em;
}

.KSZFLoginFooterAlt {
  opacity: 0.8;
  background-image: url("top-line.png");
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  height: 40px;
  margin-top: 1em;
}

.KSZFLoginFooterAfter {
  opacity: 0.8;
  background-image: url("tslogo-small.jpg");
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  height: 40px;
  margin-top: 1em;
}

#login-powered-by {
  display: none !important;
}

.SearchBackgroundTpl {
  background-color: #F2F2F2;
  background-image: unset;
  background-repeat: unset;
}

.KSZFBox:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tsapi-searchprogress-progressbar-label {
  color: #345460;
}
