@CHARSET "ISO-8859-1";

/* additional style for reset.css
----------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: none;
}

*:focus {
    outline: none;
}

ul {
    list-style: none;
}

label {
    cursor: pointer;
}

img {
    border: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.clear {
    display: block;
}

/* layout
----------------------------------*/
body {
    background: #eef2f5 url(../image/bg_fon.png?v=1.6.7) 0 0 repeat-x;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 98%;
    min-width: 900px;
    max-width: 1400px;
    font: normal 13px Arial, Helvetica, sans-serif;
}

.header {
    position: relative;
    width: 100%;
    height: 100px;
}

#logo {
    background: url(../image/logo.png?v=1.6.7) 0 0 no-repeat;
    display: block;
    margin: 10px 0 0 2px;
    width: 187px;
    height: 50px;
    color: white;
    text-indent: -9999px;
}

.content {
    /*padding: 10px 20px 10px;*/
}

.center {
    display: table;
    margin: 0 auto;
}

/*div {
    color: #007de2;
}*/

.ui-widget.ui-widget-content div:hover {
    color: #1d5987;
    font-weight:normal !important;
}

.section {
    padding: 10px 10px;
    border: 1px solid #a6c9e2;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 0 4px #cfcfcf;
    -webkit-box-shadow: 0 0 4px #cfcfcf;
    box-shadow: 0 0 4px #cfcfcf;
}

.ui-widget {
    font-family: Arial, sans-serif;
}

div > .buttons {
    margin-top: 10px;
    margin-bottom: 5px;
}

.ui-button {
    z-index: 100;
}

.marginBottom {
    margin-bottom: 10px;
}

/* main info
----------------------------------*/
#greeting p {
    padding-bottom: 7px;
}

#greeting ul {
    padding-bottom: 7px;
    padding-left: 40px;
}

#greeting li {
    list-style: disc outside;
    padding: 3px 0;
}

/* jQuery Controls are overloaded here */
.ui-accordion-content {
    padding: 0 !important;
}

.form-login h3 {
    margin-bottom: 10px;
}

.login-container {
    height: 235px;
}

/* breadcrumbs
----------------------------------*/
.breadcrumbs {
    padding: 10px 0 10px 2px;
    font-size: 90%;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumbs li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #007de2;
}

/* Forms
----------------------------------*/
.row:after, .row .field-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.row, .row .field-wrap {
    display: block;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
}

.row {
    margin: 0 0 7px;
}

.field-wrap {
    float: left;
    min-height: 1px;
}

label {
    display: inline-block;
}

input {
    padding: 4px 5px;
    border: 1px solid #cbcbcb;
}

select {
    padding: 1px 1px 1px 5px;
    line-height: 1.2em;
    border: 1px solid #cbcbcb;
}

select option {
    padding-left: 5px;
}

.chzn-search input {
    width: 100% !important;
}

.btn-group {
    margin: 0 0 1em 0;
}

input[type="checkbox"], input[type="radio"] {
    border: none;
}

.chzn-container .chzn-results li {
    border: 1px solid #fff !important;
}

.chzn-container .chzn-results .highlighted {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background: url("jquery/img_jquery/ui-bg_glass_85_dfeffc_1x400.png?v=1.6.7") repeat-x 50% 50% #DFEFFC !important;
    border: 1px solid #C5DBEC !important;
    color: #2E6E9E !important;
}

#coordTableContainer .highlighted {
    background-color: lightgoldenrodyellow;
}

#ui-datepicker-div {
    z-index: 99999 !important;
}

/* Table
----------------------------------*/

.dataTable {
    margin-bottom: 10px;
}

.dataTables_length {
    margin-bottom: 10px;
    top: 10px;
}

.dataTables_length label {
    padding-right: 10px;
}

.dataTables_length select {
    width: 65px;
}

.section.tbl-show {
    display: table;
    width: 98%;
    padding: 10px;
}

.ui-accordion-content {
    padding: 14px 10px;
}

table.dataTable td {
    text-align: center;
}

table.dataTable thead th {
    border-bottom: 1px solid #79B7E7;
    padding: 3px 5px 3px 5px;
}

table.dataTable tr.odd {
    background-color: #EAF4FD;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #cfe4f5;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #e7f0f7;
}

table.dataTable tr.odd td.sorting_2 {
    background-color: #dceaf5;
}

table.dataTable tr.even td.sorting_2 {
    background-color: #eef3f7;
}

table.dataTable tr.odd td.sorting_3 {
    background-color: #dceaf5;
}

table.dataTable tr.even td.sorting_3 {
    background-color: #eef3f7;
}

/* validation error
----------------------------------*/
.msg-error {
    display: block;
    padding: 10px 10px 10px 55px;
    margin-bottom: 10px;
    min-height: 38px;
    border: 1px solid #c60000;
    background: #fde7e7 url(../image/i_error.png?v=1.6.7) 15px 10px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: .9em;
    line-height: 1.5em;
    text-align: left;
}

.msg-error h3 {
    font-weight: bold;
    color: #c60000;
}

.stack-error {
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
}

/* success message
----------------------------------*/
.msg-success {
    display: block;
    padding: 10px 10px 10px 55px;
    margin-bottom: 10px;
    min-height: 38px;
    border: 1px solid #218800;
    background: #e4f9ca url(../image/i_success.png?v=1.6.7) 15px 10px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: .9em;
    line-height: 1.5em;
    text-align: left;
}

.msg-success h3 {
    font-weight: bold;
    color: #218800;
}

/* warning message
----------------------------------*/
.msg-warning {
    display: block;
    padding: 10px 10px 10px 55px;
    margin-bottom: 10px;
    min-height: 38px;
    border: 1px solid #eef040;
    background: #f5f9d7 url(../image/i_warning.png?v=1.6.7) 15px 10px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: .9em;
    line-height: 1.5em;
    text-align: left;
}

.msg-warning h3 {
    font-weight: bold;
    color: #dca000;
}

/* 
-----------------------------------*/
.gap-top {
    margin-top: 10px;
}

/* Home page
-----------------------------------*/
.main-page {
    margin-top: 10px;
    font-size: .9em;
}

.main-page .colr, .main-page .coll {
    padding: 10px 10px;
}

.coll {
    overflow: hidden;
}

.colr {
    float: right;
    width: 370px;
}

.main-page h2 {
    font-size: 2em;
    padding: 10px 0 20px;
}

.panel {
    margin-bottom: 20px;
}

.panel.accent {
    background: #f5f5f5;
}

.panel h3 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 25px 20px 25px;
    color: #222;
}

.panel .panel-content {
    padding: 0 25px 20px;
}

.panel .more {
    display: block;
    padding: 10px 0 0;
}

.mini-banner {
    padding: 10px;
    width: 350px;
    height: 181px;
    border: 1px solid #e8e8e8;
    background: url(../image/aircraft/img_tocome.jpg) 10px 10px no-repeat;
}

#greeting {
    padding: 10px 25px;
}

.marked {
    background: #f5f5f5;
    padding: 7px;
}

.topSeperator {
    margin-top: 10px;
}

.bottomSeperator {
    margin-bottom: 10px;
}

.groupr {
    float: right;
}

/* Banner
---------------------*/
.banner {
    background-color: #6fbaef;
    background-image: linear-gradient(#1d84cf 0%, #6fbaef 100%);
    position: relative;

}

.title {
    margin: 0px 10px;
    width: 50%;
}

.title h1 {
    font-size: 2.5em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.title p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.5em;
}

.title p {
    line-height: 1.5;
}

.title ul li {
    display: inline;
}

.title ul {
    font-size: 1.2em;
    list-style-type: disc;
    margin-left: 1em;
    color: white;
}

.title ul li bp{
	display: list-item;
	line-height: 1;
	margin-left: 15px;
}

.description h2 {
    font-size: 3em;
    text-align: center;
    margin: 1em 0 0.3em 0;
    padding: 0;
    color: #333;
}

.description h3 {
    font-size: 2em;
    text-align: center;
    margin: 1em 0 0.3em 0;
    padding: 0;
    color: #333;
}

.description p {
    text-align: center;
    color: #333;
}

.description p.infoText {
    margin: 0px auto;
    max-width: 750px;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

ul.featuresList {
    margin: 4em 1em 0;
    list-style-type: none;
    text-align: center;
}

ul.featuresList li {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1102px) {
    .feature {
        width: 150px !important;
    }
}

.feature {
    margin: 0 2%;
    width: 200px;
}

.featuretext {
    margin: 0 2%;
    width: 200px;
}

.featuretext p {
    margin: 1em 0;
    font-size: 1.2em;
    line-height: 1.3;
}

.topDownList .featuretext {
    width: 100%;
}

.featureImage {
    background: url(../image/baseCircleThin.png?v=1.6.7) no-repeat;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.featureImage image {
    width: 100px;
    height: 100px;
}

.feature p {
    margin: 1em 0;
    font-size: 1.2em;
    line-height: 1.3;
}

.topDownList p {
    margin: 0.5em 0 1.5em 0;
}

.topDownList .feature {
    width: 100%;
}

/*
---------------------*/
.link-back {
    display: inline-block;
    margin: 0 auto;
    padding: 0.65em 1em;
}

.blc-wrap {
    margin: 40px auto;
    width: 50%;
    text-align: center;
}

/* Footer
---------------------*/
.footer {
    padding: 10px 20px 10px;
    font-size: .9em;
    color: #333;
}

.footer .copy {
    float: left;
}

.footer .version {
    float: right;
    margin: 0 0 0 1em;
}

.footer .version span {
    display: inline-block;
    padding-right: 5px;
    color: #333;
}

.logo-t-systems {
    float: left;
    margin-top: -10px;
    margin-left: 5px;
    display: inline-block;
    width: 147px;
    height: 36px;
    background: url(../image/t-systems.png?v=1.6.7) 0 0 no-repeat;
}

.messageForm {
    margin-top: 10px;
}

.footer-note {
    border: solid red;
    padding: 10px;
}

/* Footer
---------------------*/
.mask-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 998000;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -175px;
    width: 300px;
    min-height: 60px;
    padding: 65px 10px 10px;
    border: 1px solid #a6c9e2;
    /*
    background: #fff url(../image/ajax-loader.gif) 50% 30px no-repeat;
    */
    background: #fff 50% 30px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #878787;
    -webkit-box-shadow: 0px 0px 4px #878787;
    box-shadow: 0px 0px 4px #878787;
    z-index: 999000;
    text-align: center;
}

.warning {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -175px;
    width: 300px;
    min-height: 60px;
    padding: 10px;
    border: 1px solid #a6c9e2;
    background: #fff 50% 30px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 0 4px #878787;
    -webkit-box-shadow: 0 0 4px #878787;
    box-shadow: 0 0 4px #878787;
    z-index: 999000;
    text-align: center;
}

.warning h3 {
    font-size: 2em;
    padding-bottom: 10px;
}

#disclaimer {
    clear: both;
    color: #333;
}

#histDisclaimer {
    float: right;
}

/* excludefix in Slot Monitoring --> Historic Status*/
.hidden {
    visibility: hidden;
}

.big-warning {
    background: #ffff99;
    padding: 20px;
    text-align: center;
    font-size: 2em;
    border: 1px solid #ffcc66;
    border-radius: 3px;
}

.ui-widget.ui-widget-content {
    border-radius: 5px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    font-weight: normal !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url(jquery/img_jquery/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #F90;
}

button.ui-button:disabled {
    background: url(jquery/img_jquery/ui-bg_glass_65_ffffff_1x400.png) repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #C5DBEC;
    color: #C5DBEC;
    font-weight: bold;
}

table.dataTable tbody td
{
    padding: 3px 10px;
}

table.dataTable tr.odd.row_selected, table.dataTable tr.even.row_selected{
    background-color: #80AAFF;
}