@CHARSET "ISO-8859-1";

/* --------------------------------------------------------------
	Reset
-------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}

*:focus {
    outline: none;
}

ul {
    list-style: none;
}

label {
    cursor: pointer;
}

fieldset {
    border: solid 0 transparent;
}

img {
    border: none;
}

/* auto clear */
.clear:after,
.row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.clear, .row {
    display: block;
}

/* =HTML5
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* --------------------------------------------------------------

-------------------------------------------------------------- */
body {
    font: normal 14px Helvetica, sans-serif;
    background: #ddd;
    overflow-x: visible !important;

}

[data-role="page"] {
    /*min-width: 800px;*/
}

/* --------------------------------------------------------------
	Section "Header"
-------------------------------------------------------------- */
.header {
    position: relative;
    /*padding-left:45px;*/
    /*z-index:9999;*/
    /*background:#0676b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#6fc6fb), to(#0676b3));
    background: -moz-linear-gradient(top,  #6fc6fb,  #0676b3);
    background: -o-linear-gradient(top,  #6fc6fb,  #0676b3);
    background: -ms-linear-gradient(top, #6fc6fb,  #0676b3);
    background: linear-gradient(to bottom,  #6fc6fb,  #0676b3); */
/*    -moz-box-shadow: 0px 1px 8px #6e6d6d;
    -webkit-box-shadow: 0px 1px 8px #6e6d6d;
    box-shadow: 0px 1px 8px #6e6d6d;*/
}

#header-details{
    position: fixed;
    width:100%;
    z-index: 9999;
}

.logo-airport,
.logo-tsystems {
    position: absolute;
}

.logo-airport {
    left: 15px;
    padding: 10px 11px 5px;
    background: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #5a5959;
    -webkit-box-shadow: 0px 0px 5px #5a5959;
    box-shadow: 0px 0px 5px #5a5959;
}

.logo-tsystems {
    right: 15px;
    padding: 7px 7px 3px 7px;
    background: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #5a5959;
    -webkit-box-shadow: 0px 0px 5px #5a5959;
    box-shadow: 0px 0px 5px #5a5959;
}

#h1-center {
    padding-top: 4px;
    text-align: center;
    color: #fff;
    -moz-text-shadow: 0px 1px 2px #3e6790;
    -webkit-text-shadow: 0px 1px 2px #3e6790;
    text-shadow: 0px 1px 2px #3e6790;
    font: normal 3em Calibri, sans-serif;
    background-position: center;
}

.header-left, .header-right {
    color: #fff;
    -moz-text-shadow: 0px 1px 2px #3e6790;
    -webkit-text-shadow: 0px 1px 2px #3e6790;
    font-weight: bold;
}

.h1-text {
    margin-top: 5px;
    padding: 20px 0 0 5px;
    height: 56px;
    font-size: 18px;
    color: #fff;
}

.h1-image {
    padding: 10px 0 0 20px;
    height: 56px;
    font-size: 200%;
    color: #fff;
    text-indent: -9999em;
    background: url(images/project_logo.png) 0 0 no-repeat;
}

.info {
    color: #f1efef;
    font-weight: normal;
    font-size: 1.4em;
    padding-top: 0.5em;
}

.info-center {
    text-align: center;
}

.info-left {
    text-align: left;
    float: left;
}

.info dl, .info dt, .info dd {
    display: inline-block;
}

.info dt, .info dd {
    -moz-text-shadow: 0px 1px 2px #3e6790;
    -webkit-text-shadow: 0px 1px 2px #3e6790;
    text-shadow: 0px 1px 2px #3e6790;
}

.info dl {
    padding: 3px 3px 0px;
    background: url(images/bg_li_info.png) 0 59% no-repeat;
}

.info dl:first-child {
    background: none;
}

.info dd {
    padding-right: 5px;
}

.info dd {
    color: #fff;
}

.status-off,
.status-on {
    display: block;
    width: 18px;
    height: 14px;
}

.status-off {
    background: url(images/i_offline.png) 0 0 no-repeat;
}

.status-on {
    background: url(images/i_online.png) 0 0 no-repeat;
}

/* --------------------------------------------------------------
	Block for buttons and time
-------------------------------------------------------------- */
/*.time-wrap {
    position: relative;
    padding: 7px 15px;
    height: 42px;
    background: #e3e3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
    background: -moz-linear-gradient(top, #fefefe, #e9e9e9);
    background: -o-linear-gradient(top, #fefefe, #e9e9e9);
    background: -ms-linear-gradient(top, #fefefe, #e9e9e9);
    background: linear-gradient(to bottom, #fefefe, #e9e9e9);
    -moz-box-shadow: 0px 1px 8px #949191;
    -webkit-box-shadow: 0px 1px 8px #949191;
    box-shadow: 0px 1px 8px #949191;
}*/

.time {
    padding: 3px 0 0;
}

#time-center {
    text-align: center;
}

#time-left {
    text-align: left;
}

.time ul, .time li, .time span {
    display: inline-block;
}

.time ul {
    display: inline-time;
    padding: 7px 20px;
    background: #505050;
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5c5e), to(#505050));
    background: -moz-linear-gradient(top, #5e5c5e, #505050);
    background: -o-linear-gradient(top, #5e5c5e, #505050);
    background: -ms-linear-gradient(top, #5e5c5e, #505050);
    background: linear-gradient(to bottom, #5e5c5e, #505050);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    color: #fff;
}

.time li {
    font-size: 1.4em;
}

.time .headerDate {
    padding: 0 30px 0 23px;
    background: url(images/i_cal.png) 0 4px no-repeat;
}

.time .headerTime {
    padding: 0 0 0 22px;
    background: url(images/i_clock.png) 0 4px no-repeat;
}

.time li:first-child {
    margin-right: 20px;
    background: url(images/bg_li_info.png) 100% 50% no-repeat;
}

.btn-nav,
.btn-help {
    position: absolute;
    width: auto;
}

.btn-nav {
    left: 15px;
}

.btn-help {
    position: absolute;
    right: 15px;
}

.time-wrap .ui-btn {
    margin: 0;
}

/* --------------------------------------------------------------
	Page "Login" and "Error page"
-------------------------------------------------------------- */
.login,
.error-page {
    margin: 5em auto 7px;
    padding: 15px 20px;
    max-width: 380px;
    border: 1px solid #b9b9b9;
    background: #fff;
    -moz-box-shadow: 0px 0px 7px #b9b9b9;
    -webkit-box-shadow: 0px 0px 7px #b9b9b9;
    box-shadow: 0px 0px 7px #b9b9b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login .row {
    margin: 0 0 15px;
}

.login input {
    width: 100%;
}

input.ui-input-text, textarea.ui-input-text {
    padding: 1em;
    font-size: 18px;
}

.login .ui-btn .ui-btn-inner,
.error-page .ui-btn .ui-btn-inner {
    padding: 0.9em 20px;
    font-size: 20px;
}

/* --------------------------------------------------------------
Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
    font-size: 1.4em;
    padding: 10px 0 10px 2px;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumbs li a {
    border-bottom: 1px dotted #007DE2;
    display: inline-block;
    text-decoration: none;
}

/* --------------------------------------------------------------
	Block "Resources"
-------------------------------------------------------------- */
.wrapper {
    float: left;
    margin: 0px 0 7px;
    width: 100%;
    border: 1px solid #b9b9b9;
    -moz-box-shadow: 0px 0px 7px #b9b9b9;
    -webkit-box-shadow: 0px 0px 7px #b9b9b9;
    box-shadow: 0px 0px 7px #b9b9b9;
    position: relative;
    color: black;
}

@media (max-width: 800px) {
    .wrapper {
        width: 800px;
    }

}

.actions {
    float: right;
    width: 20%;
    padding-top: 58px;
}

.actions .row {
    margin: 0 0 10px;
}

.wrapper h2 {
    padding: 0 0 15px 20px;
    font-weight: normal;
    font-size: 1.8em;
}

/* --------------------------------------------------------------
	Table
-------------------------------------------------------------- */
.tbl {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 1.4em;
    padding: 0;
    border-collapse: collapse;
}

thead th {
    padding: 0 5px;
    vertical-align: middle;
    height: 45px;
/*    background: #505050;
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5c5e), to(#505050));
    background: -moz-linear-gradient(top, #5e5c5e, #505050);
    background: -o-linear-gradient(top, #5e5c5e, #505050);
    background: -ms-linear-gradient(top, #5e5c5e, #505050);
    background: linear-gradient(to bottom, #5e5c5e, #505050);*/
    /*	vorher: #fff;	*/
    text-shadow: none;
}

tbody td {
    padding: 0 5px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
    vertical-align: middle;
    height: 65px;
}

tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.arrow {
    display: none;
    position: absolute;
    right: -16px;
    margin-top: -43px;
    width: 17px;
    height: 65px;
    background: url(images/i_arr.png) 0 0 no-repeat;
}

.actions .ui-btn-inner {
    padding: 1em 20px;
    font-size: 22px;
}

.actions .btn-accent .ui-btn-inner {
    padding: 2.5em 20px;
}

.actions .ui-btn-text {
    white-space: pre-wrap;
}

.actions a span, .actions .ui-link, .actions .ui-link span {
    text-decoration: none;
    border: none;
}

/* --------------------------------------------------------------
	"Actual start time" field
-------------------------------------------------------------- */
.actual-time {
    margin: 30px 0;
    width: 100%;
}

.actual-time dt, .actual-time dd {
    display: inline-block;
}

.actual-time dt {
    padding: 10px 20px;
    min-width: 125px;
    font-weight: bold;
    font-size: 1.4em;
}

.actual-time dd {
    font-size: 1.4em;
}

/* --------------------------------------------------------------
	"Remark" field
-------------------------------------------------------------- */
.row.note {
    padding-bottom: 20px;
}

.row.note label,
.row.note textarea,
.row.note .btn {
    float: left;

}

.row.note label {
    padding: 10px 20px;
    min-width: 125px;
    font-weight: bold;
    font-size: 1.4em;
}

textarea {
    resize: none;
}

.row.note textarea.ui-input-text {
    margin: 3px 20px 0 0;
    padding: 10px;
    width: 71%;
    font-size: 1.2em;
}

/* validation error
----------------------------------*/
label.error {
    float: none;
    font-weight: normal;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.msg-error {
    display: block;
    padding: 10px 10px 10px 55px;
    margin-top: .5em;
    margin-bottom: 20px;
    min-height: 38px;
    border: 1px solid #c60000;
    background: #fde7e7 url(images/i_error.png) 15px 18px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    line-height: 1.5em;
    text-align: left;
}

.msg-error h3 {
    font-weight: bold;
    color: #c60000;
}

/* --------------------------------------------------------------
	Theme 'A' :: Success message
-------------------------------------------------------------- */

.msg-success {
    display: block;
    padding: 10px 10px 10px 55px;
    margin-top: .5em;
    margin-bottom: 20px;
    min-height: 38px;
    border: 1px solid #96cc00;
    background: #fff url(images/i_success.png) 15px 18px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    line-height: 1.5em;
    text-align: left;
}

.msg-success h3 {
    font-weight: bold;
    color: #96cc00;
}

.ui-header {
    border: none;
    background-color: #78052D !important;
    /*height: 6em;*/
}
#header {
    border: none;
    background-color: #78052D !important;
    /*height: 6em;*/
}
#btns {
    text-align: center !important;
}
/* --------------------------------------------------------------
	Theme 'A' :: Header
-------------------------------------------------------------- */
.ui-body-a #header {
    -moz-box-shadow: 0px 1px 8px #222;
    -webkit-box-shadow: 0px 1px 8px #222;
    box-shadow: 0px 1px 8px #222;
}

/* --------------------------------------------------------------
	Theme 'A' :: Block for buttons and time
-------------------------------------------------------------- */
header.ui-bar-a.time-wrap {
    background: #78052D;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#2d2d2d));*/
    /*background: -moz-linear-gradient(top, #5f5f5f, #2d2d2d);*/
    /*background: -o-linear-gradient(top, #5f5f5f, #2d2d2d);*/
    /*background: -ms-linear-gradient(top, #5f5f5f, #2d2d2d);*/
    /*background: linear-gradient(to bottom, #5f5f5f, #2d2d2d);*/
    /*-moz-box-shadow: 0px 1px 4px #111;*/
    /*-webkit-box-shadow: 0px 1px 4px #111;*/
    /*box-shadow: 0px 1px 4px #111;*/
}

.ui-body-a .time ul {
    border: 1px solid;
    background: #d8d8d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d8d8d8));
    background: -moz-linear-gradient(top, #fefefe, #d8d8d8);
    background: -o-linear-gradient(top, #fefefe, #d8d8d8);
    background: -ms-linear-gradient(top, #fefefe, #d8d8d8);
    background: linear-gradient(to bottom, #fefefe, #d8d8d8);
    text-shadow: none;
    color: #454545;
}

.ui-body-a .time .headerDate {
    background: url(images/i_cal_a.png) 0 4px no-repeat;
}

.ui-body-a .time .headerTime {
    background: url(images/i_clock_a.png) 0 4px no-repeat;
}

.time li:first-child {
    background: url(images/bg_li_info.png) 100% 50% no-repeat;
}

/* --------------------------------------------------------------
	Theme 'A' :: login wrap, wrapper, error page
-------------------------------------------------------------- */
.ui-body-a .login,
.ui-body-a .error-page,
.ui-body-a .wrapper,
.ui-body-a .section {
    border: 1px solid #1a1a1e;
    background: #19191c;
    background: -webkit-gradient(linear, left top, left bottom, from(#212226), to(#19191c));
    background: -moz-linear-gradient(top, #212226, #19191c);
    background: -o-linear-gradient(top, #212226, #19191c);
    background: -ms-linear-gradient(top, #212226, #19191c);
    background: linear-gradient(to bottom, #212226, #19191c);
    -moz-box-shadow: 0px 0 4px #222;
    -webkit-box-shadow: 0px 0 4px #222;
    box-shadow: 0px 0 4px #222;
}

.ui-body-a .error-page, .ui-overlay-a .error-page {
    color: #222;
    text-shadow: none;
}

.ui-body-a .wrapper, .ui-overlay-a .wrapper {
    color: #fff;
    text-shadow: none;
}

/* --------------------------------------------------------------
	Theme 'A' :: Table
-------------------------------------------------------------- */
.ui-body-a thead th {
    background: #484747;
    background: -webkit-gradient(linear, left top, left bottom, from(#666565), to(#484747));
    background: -moz-linear-gradient(top, #666565, #484747);
    background: -o-linear-gradient(top, #666565, #484747);
    background: -ms-linear-gradient(top, #666565, #484747);
    background: linear-gradient(to bottom, #666565, #484747);
    color: #fff;
}

.ui-body-a tbody td {
    border-bottom: 1px solid #373737;
    border-top: 1px solid #2d2d2d;
}

.ui-body-a tbody tr:nth-child(even) {
    background: #2d2d2d;
}

.ui-body-a .arrow {
    background: url(images/i_arr_a.png) 0 0 no-repeat;
}

.ui-btn-down-a .arrow {
    display: block;
}

.ui-body-a tbody tr.ui-btn-down-a {
    background: #b7b6b6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#b7b6b6)) !important;
    background: -moz-linear-gradient(top, #f3f3f3, #b7b6b6) !important;
    background: -o-linear-gradient(top, #f3f3f3, #b7b6b6) !important;
    background: -ms-linear-gradient(top, #f3f3f3, #b7b6b6) !important;
    background: linear-gradient(to bottom, #f3f3f3, #b7b6b6) !important;
}

.ui-btn-down-b .arrow {
    display: block;
}

tbody tr.ui-btn-down-b:nth-child(even) {
    background: #0676b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#6fc6fb), to(#0676b3));
    background: -moz-linear-gradient(top, #6fc6fb, #0676b3);
    background: -o-linear-gradient(top, #6fc6fb, #0676b3);
    background: -ms-linear-gradient(top, #6fc6fb, #0676b3);
    background: linear-gradient(to bottom, #6fc6fb, #0676b3);
}

/* Resources related styles */

.section {
    background: #efefef;
    /*border: 1px solid #a6c9e2;*/
    background: #fff;
    padding: 1em;
}

.blc-wrap {
    margin: 40px auto;
    text-align: center;
}

.gap-top {
    margin-top: 10px;
}

.invisible {
    display: none;
}

/* jquery mobile customizations */
/* loading icon */
.ui-icon,
.ui-icon-searchfield:after {
    background-image: url(images/icons-18-white.png);
}

.ui-icon-alt {
    background-image: url(images/icons-18-black.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {

    /*.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,*/
    /*.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,*/
    /*.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,*/
    /*.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,*/
    /*.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {*/
        /*background-image: url(images/icons-36-white.png);*/
    /*}*/

    .ui-icon-alt {
        background-image: url(images/icons-36-black.png);
    }
}

.ui-icon-loading {
    background: url(images/ajax-loader.gif);
}

/* --------------------------------------------------------------
	Footer
-------------------------------------------------------------- */

.ui-footer .left {
    float: left;
}

.ui-footer .right {
    float: right;
}

.ui-footer .logo {
    float: right;
    margin-right: 20px;
    display: inline-block;
    width: 147px;
    height: 36px;
    background: url(images/t-systems.png) 0 0 no-repeat, #FFFFFF;
}

/*row style for tr a style*/
.ui-overlay-a table.dataTable tbody tr.child {
    background-color: #222 !important;
}

.ui-overlay-a .dataTable tbody tr{
    background-color: #3a3a3c !important;
    color: #ffffff !important;
}
.ui-overlay-a .dataTable tbody .sorting_1{
    background-color: #525252 !important;
    color: #ffffff !important;
}

.ui-overlay-a tbody tr.even {
    background-color: #474747 !important;
}
.ui-overlay-a tbody tr.even .sorting_1 {
    background-color: #484848 !important;
}

.ui-overlay-a #resourcestable_length,
.ui-overlay-a #resourcestable_filter,
.ui-overlay-a #resourcestable_info{
    color: #ffffff !important;
}

.ui-overlay-a #resourcestable_length select,
.ui-overlay-a #resourcestable_filter input{
    color: #000000 !important;
}
/*Make paging buttons white*/
.ui-overlay-a #resourcestable_wrapper .dataTables_paginate .paginate_button:not(.current):not(.disabled) {
    color: #ffffff !important;
}

/*Mark selected row*/
.ui-overlay-a #resourcestable .selected, .ui-overlay-a #resourcestable .selected .sorting_1 {
    background-color: #777 !important;
}

/*Mark selected row*/
.ui-overlay-a .msg-success, .ui-overlay-a .msg-error {
    background-color: #333;
    border: 1px solid #ffffff;
}

/*Remove text-shadow from jquery mobile css*/
.ui-page-theme-b {
    text-shadow: none !important;
    /*background-color: #ffffff !important;*/
    /*max-width: 300px;*/
}


#alerts .ui-btn{
    background-color: #78052D;
    border: 1px #fff solid !important;
}


.ui-bar-b{
    background-color: #78052D !important;
}

.ui-btn.ui-input-btn.ui-corner-all.ui-shadow.ui-btn-up-b.ui-btn-hover-b {
    background-color: #78052D;
}

.ui-radio label{
    background-color: #78052D !important;
    border-color: #78052D !important;
}


#main-msg-span{
    font-size: 30px;
    margin-bottom: 3%;
    margin-top:3%
}
.mid-container{
    margin-left: 3%;
    margin-right: 3%
}

.counter-info{
    border: 1.5px solid #ddd;
    margin-top: 5px;
    width: 100%;
    padding-top: 5px;
}

#selCounter{
    width:97%;
    display:block;
    margin-left: 5px;
    margin-bottom: 10px;
}

#description{
    width:96.5%;
    margin-left: 5px;
    margin-bottom: 8px;
    background: #d3d3d37a;
    border-color: #c1c1c1;
    border-style: inherit;
    border-width: thin;
}