/** background for page  **/
html {
    background: #ffffff url("../../images/base/flightcenterbackground.jpg") center top no-repeat fixed;
}
.the_content {
    background: #ffffff;
    min-height: 400px;
}
/**** text properties ****/

.sunrisetext {
    font-weight: bold;
    font-size: 1.2em;
    color: #666666;
}
.bigtext {
    font-weight: bold;
    font-size: 1.2em;
    color: #666666;
}
.centertext {
    text-align: center;
    vertical-align: middle;
}

.righttext {
    text-align: right !important;
}

/**** table properties ****/

.form_table {
    width: auto !important;
    display: inline !important;
}
td {
    padding: 5px 5px 0 !important;
    vertical-align: middle!important;
    border-color: #ccc!important;
    border-left-style: none!important;
    border-right-style: none!important;
    height: 40px; /** minimal height **/
    text-align: left!important;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px !important;
    height: auto !important;
}
.ueberschrift {
    font-weight: bold;
    color: #1064A2;
    text-indent: 5px;
    text-align: left;
}
.ueberschrift td {
    border-style: none;
}
.ueberschrift a {
    color: #1064A2;
    text-decoration: none;
}
i.fa{
    float: left;
}
tr:hover {
    background-color: #eee;
}
tr.ueberschrift:hover {
    background-color: #ffffff;
}
/**** position properties ****/

.inwendoright {
    float: right;
    width: 50%;
}

.inwendoleft {
    float: left;
    width: 50%;
}
.inwendocenterwrapper {
    position: relative;
    left: 50%;
}
.inwendocenter {
    position: relative;
    left: -50%;
}
.inwendofloat{
    float: left;
}
.inwendofloatright{
    float: right;
}
.inwendofloatonehalf{
    float: left;
    width: 50%;
}
.inwendofloatonethird{
    float: left;
    width: 33%;
}
.inwendofloatonequater{
    float: left;
    width: 25%;
}
.inwendofloatonefifth{
    float: left;
    width: 20%;
}
.inwendofloatonesixth{
    float: left;
    width: 16%;
}
.inwendofloatonetwentyfifth{
    float: left;
    width: 4%;
}
.inwendofloattwothirds{
    float: left;
    width: 66%;
}

.inwendomarginwrapper{
    margin: 40px;
}
.inwendopaddingwrapper{
    padding: 40px;
}
.inwendopaddingleftwrapper{
    padding-left: 150px;
}
.inwendobottom{
    position: absolute;
    bottom: 5px;
    width: 100%;
}

#Wrapper {
    width: 1200px;
    margin: 0 auto 50px;
}
form {
    margin: 0 30px;
}
select {
    max-width: 95%;
    text-indent: 5px;
}
.ui-datepicker {
    width: 250px !important;
}
.ui-widget-header {
    border: 1px solid #0d4e80;
    background: #1064A2 !important;
    color: #fff;
    font-weight: bold;
}
#datepicker{
    display: none;
    margin-top: 15px;
}
/** mouse styles **/

.mousepointer{
    cursor: pointer;
}

/** button styles **/

button, input[type="submit"], input[type="reset"], input[type="button"] {
    border: 0 solid;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    background-color: #1064A2;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #0088CC;
}
img.sizethree{
    width: 35px;
    height: 35px;
}
img.sizefour{
    width: 40px;
    height: 40px;
}
img.sizefive{
    width: 50px;
    height: 50px;
}
input.form_table {
    width: 90%!important;
}

input.listsearch {
    border:solid 1px #ccc;
    border-radius: 5px;
    padding:7px 14px;
    margin-bottom:10px
}
input.listsearch:focus {
    outline:none;
    border-color:#aaa;
}
.form_flight_landing_date {
    width: 230px;
    display: flex;
}
.form_flight_landing_time {
    width: 130px;
    display: flex;
}
.form_flight_landing_number {
    width: 20px !important;
}
.form_flight_landing_text {
    width: 60px !important;
}

.form_flight_landing_time > span {
    margin-top: 15%;
    margin-left: 2px;
    margin-right: 2px;
}