/********************************/
/* Main Page structure          */
/********************************/

body {
    font-family: Verdana;
    font-size: 11px;
    margin: 0px;
}

/* container for the whole visible area (Browser viewbox) */
.MasterContainer {
    height: 100vh;
    display: flex;
    flex-flow: column;
}

/* Headline with airport name */
.MasterHeadline {
    flex: 0 1 auto;
}

/* Main menu row */
.MasterMenu {
    flex: 0 1 auto;
}

/* Common footer row */
.MasterFooter {
    flex: 0 1 auto;
    background-color: #999999;
    height: 14px;
    text-decoration: none;
    color: black;
    font-size: 10px;
    vertical-align: middle;
}

/* Content area between header, menu and footer */
.MasterContent {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 8px;
}

/********************************/
/* Basic HTML tag styling       */
/********************************/

table {
    font-family: Verdana;
    font-size: 11px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: Gray;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: Blue
}


hr {
    border-top: 2px solid rgb(128, 128, 128) !important;
    margin: 5px 0 !important;
}

.leftsidemenu {
    border-style: solid solid solid solid;
    border-color: #666666;
    border-width: 1px;
    background: #d1d1d1;
}

.leftsidemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.leftsidemenu li a {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    display: block;
    height: 18px;
    padding: 2px 0 2px 10px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}

.leftsidemenu li a:hover {
    background-color: #c5c5c5
}

.leftsidemenuactive {
    background-color: #666666;
}

.MaskedEditFocus {
    background-color: Yellow;
}

.MaskedEditInvalid {
    background-color: Red;
}

.unwatermarked {
    height: 18px;
}

.watermarked {
    height: 18px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

.Button {
    color: Black;
    font-size: 12px;
    padding: 3px 8px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: solid 1px gray;
    /* background-color: #CC0000; */
    background-color: rgb(227,227,227);
}

.Button:hover {
    /*
    background-color: #666666;
	color: white;
	*/
    background-color: rgb(240, 240, 240);
    text-decoration: none;
}

.Spacer {
    background-color: #CCCCCC;
    width: 100%;
    height: 15px;
}

div.clear {
    clear: both;
}

div.section {
    background-color: Gray;
    vertical-align: middle;
    line-height: 40px;
}

.headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #666666;
    vertical-align: text-bottom;
}

.sectionheadline-passengers {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: White;
    background-color: #434444;
    background-image: url(search-pasengers.png);
    padding: 2px;
}

.sectionheadline-flightinformation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: White;
    background-color: #434444;
    background-image: url(flight-information.png);
    padding: 2px;
    margin-left: 3px;
}

.standard {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.logo {
    float: right;
}

.menuArea {
    width: 100%;
    height: 27px;
    background-color: #E4E6E7;
}

/* Begin Navigation Styles */
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.menu * {
    margin: 0;
    padding: 0
}

ul.menu a {
    display: block;
    color: #000;
    text-decoration: none
}

ul.menu li {
    position: relative;
    z-index: 999;
    float: left;
    margin-right: 0px
}

ul.menu ul {
    position: absolute;
    top: 26px;
    left: 0;
    background: #d1d1d1;
    display: none;
    list-style: none
}

ul.menu ul li {
    position: relative;
    width: 140px;
    margin: 0
}

ul.menu ul li a {
    position: relative;
    z-index: 999;
    display: block;
    padding: 3px 7px 5px;
    background-color: #d1d1d1
}

ul.menu ul li a:hover {
    background-color: #c5c5c5
}

ul.menu ul ul {
    left: 148px;
    top: -1px
}

ul.menu .menulink {
    border-right: 1px solid #aaa;
    padding: 5px 7px 7px;
    font-size: 12px;
    background: url(../images/header.gif);
    width: 126px
}

ul.menu .menulinkselected {
    border-right: 1px solid #aaa;
    padding: 5px 7px 7px;
    font-size: 12px;
    background: url(../images/header_selected.gif);
    width: 126px
}

ul.menu .menulink:hover, ul.menu .menuhover {
    background: url(../images/header_over.gif);
    cursor: pointer;
}

ul.menu .sub {
    background: #d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat
}

ul.menu .topline {
    border-top: 1px solid #aaa
}

/* End Navigation Styles */

.Box {
    padding: 2px;
    margin: 2px;
    background-color: #E7E7E7;
    border: 1px solid #808080;
}

.ErrorHeader {
    padding: 2px;
    margin: 5px 0px 0px 0px;
    background-color: #CC0000;
    background-repeat: repeat;
    color: #FFFFFF;
}

.BoxHeader {
    padding: 2px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    background-color: #3366CC;
    background-repeat: repeat;
    color: #FFFFFF;
    font-size: 12px;
}

.BoxIcons {
    background-color: red;
    text-align: right;
}

.BoxHeaderGray {
    padding: 2px;
    margin: 5px 0px 0px 0px;
    background-color: #808080;
    background-repeat: repeat;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 2;
}

.BoxFilter {
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;
    background-color: #E4E6E7;
    background-repeat: repeat;
    color: #666666;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    min-height: 24px;
}

.BoxFilter * {
    vertical-align: middle;
}

.BoxContent {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #808080;
    padding: 5px 2px 5px 1px;
    margin: 0px 0px 2px 0px;
    background-color: #E7E7E7;
    display: flex;
    flex-wrap: wrap;
}

.BoxHeader {
    box-sizing: content-box;
}

.BoxContent {
    box-sizing: content-box;
}

.BoxContent li {
    box-sizing: content-box;
}

.BoxContentTransparent {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #808080;
    padding: 5px 2px 5px 1px;
    margin: 0px 0px 2px 0px;
    background-color: transparent;
}

.ButtonBox {
    float: right;
    height: 22px;
}

.ErrorBox {
    padding: 4px;
    margin: 5px 0px 5px 0px;
    background-color: #FF8080;
    color: #000000;
    border: 1px dotted #800000;
}

.WarnBox {
    padding: 4px;
    margin: 5px 0px 5px 0px;
    background-color: #FFE770;
    color: #000000;
    border: 1px dotted #800000;
}

.SuccessBox {
    padding: 4px;
    margin: 5px 0px 5px 0px;
    background-color: #80FF80;
    color: #000000;
    border: 1px dotted #008000;
}

#LeftColumn {
    float: left;
    width: 200px; /*Width of left column*/
}

#ContentColumn {
    float: left;
    margin-left: 10px; /*Set left margin to LeftColumnWidth*/
}

.imgButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: Gray;
    float: left;
    border: 3px solid Beige;
    width: 460px;
    height: 130px;
    border-radius: 5px;
    margin: 5px;
}

.imgButton .description {
    color: rgb(119, 119, 119);
    line-height: 1.5;
    margin-top: 10px;
    display: block;
}

.imgButton .description strong {
    color: rgb(51, 51, 51);
    display: block;
}

.hcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* add to bootstrap  changes */
* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: Verdana;
    font-size: 11px !important;
    line-height: normal !important;
    color: #000;
}

a {
    text-decoration: underline;
    color: rgb(0, 0, 238);
}

input[disabled] {
    color: rgb(109, 109, 109);
}


table {
    border-collapse: collapse;
    border-spacing: 2px !important;
    box-sizing: border-box;
    text-indent: 0;
}

td, th {
    padding: 1px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: #000;
    box-sizing: content-box;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 2px 8px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px;
}

label {
    display: inline;
    font-weight: 500;
    padding-left: 3px;
}

.FileUpload {
    display: inline-block !important;
}

.hr-text {
    width: 100%;
    height: 1px;
    color: #999;
    border-top: unset !important;
    background-color: #999;
}

span.input-group-addon:hover {
    cursor: pointer;
}

.HighlightTextWithRed {
    font-weight: bold;
    color: red;
}


.dropdown-menu {
    font-size: 11px !important;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 30px !important;
}

.ddcbControl {
    border-color: #7a7a7a;
}

.divMasterResult td, .divMasterResult th {
    padding: 4px;
}

.multiselect-container a {
    text-decoration: none;
}

.leftsidemenu {
    padding-bottom: 5px;
}

.leftsidemenu li a {
    height: 22px !important;
}

.GateClientMainWindow td {
    box-sizing: content-box;
}

.form-control {
    height: 34px;
    padding: 6px 12px !important;
    font-size: 12px !important;
    line-height: inherit;
    color: #000 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    -webkit-transition: inherit !important;
    -o-transition: none !important;
    transition: none !important;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0 !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.propertyHeadline {
    padding: 4px 10px;
}
