/*asft.css*/

/*git.io/normalize*/
.text-danger {
    color: #ffAaA8;
    font-size: 2em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#admin-page {
    text-align: center;
}

    #admin-page section {
        text-align: left;
        display: inline-block;
        background-color: #000;
        padding: 20px;
        margin: 55px auto 0;
        border-radius: 10px;
        box-shadow: 0 0 5px #333;
        margin-bottom: 50px;
        min-width: 500px;
    }

    #admin-page caption {
        text-align: left;
        padding: 30px 0 30px 10px;
    }

    #admin-page h2 {
        color: #e2e2e2;
        padding: 0;
        margin: 0;
    }

    #admin-page h3 {
        margin: 20px 0 0 0;
        font-size: 18px;
        color: #e2e2e2;
        padding: 0 0 5px 0;
        /*border-bottom: 1px solid #555;*/
    }

    /*
	#admin-page a {
		display: block;
		margin-top: 40px;
		text-align: right;
	}*/
    #admin-page table a {
        display: inline;
        text-align: left;
        margin: 0;
    }

    #admin-page input, #admin-page select {
        box-shadow: 0 0 5px #333;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #DDD;
        border-radius: 2px;
        padding: 5px;
    }

    #admin-page table {
        margin: 0 auto;
        width: 100%;
        border-collapse: inherit;
    }

    #admin-page th {
        border-bottom: 1px solid #444;
        font-weight: normal;
        font-weight: bold;
        padding: 5px;
        text-align: left;
        color: #ccc;
    }

    #admin-page td {
        padding: 5px;
        color: #ccc;
        white-space: nowrap;
    }

    #admin-page .customer-top h3 {
        display: inline-block;
        margin: 0;
    }

    #admin-page .customer-top a {
        float: right;
        display: block;
        margin: 0;
        margin-right: 20px;
        text-decoration: underline;
    }

    #admin-page #customers td:nth-child(n+3) {
        text-align: center;
    }

    #admin-page tr:nth-child(even) td {
        background-color: #444;
    }

    #admin-page #customers td.paused:before,
    #admin-page #customers td.limited:before,
    #admin-page #customers td.closed:before,
    #admin-page #customers td.active:before {
        content: "\25A0";
        font-size: 18px;
        line-height: 10px;
        padding-right: 4px;
        display: inline;
        top: 0;
        left: 0;
    }

    #admin-page #customers td.paused:before {
        color: orange;
    }

    #admin-page #customers td.limited:before {
        color: yellow;
    }

    #admin-page #customers td.closed:before {
        color: red;
    }

    #admin-page #customers td.active:before {
        color: green;
    }

    #admin-page #customer article {
        margin-bottom: 40px;
    }

    #admin-page #logo h1 {
        font-weight: bolder;
        display: inline-block;
        font-family: Calibri;
        font-size: 48px;
        margin: 0;
        padding: 0;
    }

    #admin-page #logo h2 {
        font-size: 22px;
        font-weight: bolder;
        font-family: Calibri;
        margin: 0;
        padding: 0;
    }

    #admin-page #logo {
        margin-bottom: 30px;
    }

    #admin-page #customer .features label {
        margin-right: 20px;
    }

    #admin-page #customer #contact {
        margin-top: 20px;
    }

        #admin-page #customer #contact li,
        #admin-page #customer #contact ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: block;
        }

        #admin-page #customer #contact li {
            padding: 5px;
            border-bottom: 1px solid #444;
        }

            #admin-page #customer #contact li strong {
                display: inline-block;
                vertical-align: top;
                width: 150px;
            }

            #admin-page #customer #contact li span {
                display: inline-block;
                min-width: 200px;
            }

    #admin-page.asftadmin #customer #contact li {
        border-bottom: 1px solid #000;
    }

    #admin-page.asftadmin tr:nth-child(even) td {
        background-color: #e3f1fe;
    }

    #admin-page.asftadmin a {
        color: #000;
    }

    #admin-page.asftadmin td {
        border: 1px solid #000;
        vertical-align: top;
        color: #000;
    }

    #admin-page.asftadmin th {
        border: inherit;
        color: #000;
    }

    #admin-page.asftadmin table {
        border-collapse: collapse;
        border-spacing: 1px;
        border: 1px solid #000;
    }

    #admin-page.asftadmin input,
    #admin-page.asftadmin select {
        box-shadow: none;
        border: 1px solid #000;
        padding: 5px;
        min-height: 18px;
        border-radius: 0;
    }

    #admin-page.asftadmin h3,
    #admin-page.asftadmin h2 {
        color: #000;
        border: 0;
    }

    #admin-page.asftadmin {
        background: #fff;
        position: absolute;
        overflow: auto;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 20px;
        color: #000;
        text-align: left;
    }

        #admin-page.asftadmin section {
            display: block;
            background-color: inherit;
            padding: 0;
            margin: 0;
            border-radius: 0;
            box-shadow: none;
            margin-bottom: 0;
            min-width: inherit;
        }

.admin-label {
    background: white;
    border: 1px double #DDD;
    border-radius: 2px;
    box-shadow: 0 0 5px #333;
    color: #666;
    float: left;
    padding: 5px 10px;
    width: 143px;
    height: 20px;
    outline: none;
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
}

.device {
    display: none;
}

._jsPlumb_drag_select * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select {
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="checkbox"].custom {
    display: none;
}

    input[type="checkbox"].custom + label span {
        display: inline-block;
        width: 1.5833em;
        height: 1.5833em;
        margin: -0.0833em 0.3333em 0 0;
        vertical-align: middle;
        background: url(/content/img/check_radio_sheet_grey.png) 2px top no-repeat;
        cursor: pointer;
        background-size: 6em;
    }

input[type="checkbox"]:checked.custom + label span {
    background: url(/content/img/check_radio_sheet_grey.png) -1.5833em top no-repeat;
    background-size: 6em;
}

label {
    cursor: pointer;
}

/*global*/
a:active, a:focus {
    outline: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

/*::selection {
    background: none;
}

::-moz-selection {
    background: none;
}*/

.hidden {
    display: none;
}
/*tbody td:hover{cursor:hand;cursor:pointer;}*/

html, body {
    height: 100%;
    width: 100%;
    background-color: #444;
    color: #E2E2E2;
}

    html#map, body#map {
        background-color: #ffffff;
    }

/*typography*/
body {
    font-family: 'Trebuchet MS', 'helvetica neue', helvetica,arial,sans-serif;
    font-size: 12px;
}

#head {
    font-size: .7rem;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
}

    #head #live-status {
        display: none;
        margin-top: 0.6666666666666667em;
        padding: 0 2.5em;
        font-size: 1.083333333333333em;
        letter-spacing: 0.1666666666666667em;
        line-height: 2.083333333333333em;
        color: white;
        -webkit-border-radius: 0.1666666666666667em;
        -moz-border-radius: 0.1666666666666667em;
        border-radius: 3px;
        text-shadow: rgba(0,0,0,.4) 1px 1px 0;
        background: #28C745;
        background: -webkit-gradient(linear, left top, left bottom, from(#28C745), to(#2A4119));
        background: -webkit-linear-gradient(top, #28C745, #2A4119);
        background: -moz-linear-gradient(top, #28C745, #2A4119);
        background: -ms-linear-gradient(top, #28C745, #2A4119);
        background: -o-linear-gradient(top, #28C745, #2A4119);
        cursor: default;
    }

        #head #live-status.offline {
            background: #821010;
            background: -webkit-gradient(linear, left top, left bottom, from(#c93850), to(#821010));
            background: -webkit-linear-gradient(top, #c93850, #821010);
            background: -moz-linear-gradient(top, #c93850, #821010);
            background: -ms-linear-gradient(top, #c93850, #821010);
            background: -o-linear-gradient(top, #c93850, #821010);
            cursor: pointer;
        }

    /* MAIN NAVIGATION */
    #head #navigation {
        position: relative;
        z-index: 1;
        height: 3.333333333333333em;
        background: #000;
        box-shadow: 0 0 5px 1px #000000;
        font-size: 1.083333333333333em;
    }

        #head #navigation li {
            line-height: 3.333333333333333em;
        }

        #head #navigation ul.drop li {
            font-size: 1em;
            line-height: 100%;
        }

        #head #navigation li.file {
            padding-right: 1.666666666666667em;
            font-style: italic;
        }
    /* SUB NAVIGATION */
    #head #sub-navigation {
        position: relative;
        height: 2.5em;
        background-color: #2e2e2e;
        font-size: 1em;
    }

        #head #sub-navigation li {
            line-height: 2.5em;
        }

        #head #sub-navigation label {
            line-height: 2.5em;
            padding: 0 10px;
        }

        #head #sub-navigation.no-sub {
            height: 0.4166666666666667em;
        }

        #head #sub-navigation ul.drop li {
            font-size: 0.9166666666666667em;
            line-height: 100%;
        }

        #head #sub-navigation #dateSpanPicker {
            text-align: center;
        }

        #head #sub-navigation input {
            width: 45%;
        }

    /* COMMON FOR NAVIGATION */
    #head .nav {
        padding: 0 20px;
    }

        #head .nav ul {
            padding: 0;
            margin: 0;
        }

        #head .nav li {
            list-style: none;
        }

        #head .nav > ul > li {
            float: left;
            list-style: none;
        }

        #head .nav .left {
            float: left;
        }

        #head .nav ul.left > li {
        }

        #head .nav .right {
            float: right;
        }

        #head .nav ul.right > li:first-child {
            border-left: 1px solid #424242;
            padding-left: 0;
        }

        #head .nav a, #head .nav div {
            display: block;
            padding: 0 10px;
            color: #c2c2c2;
        }

        #head .nav li.active > a {
            color: #ffffff;
            font-weight: bold;
        }

        #head .nav > ul > li:hover {
            background-color: #1F1F1F;
        }

        #head .nav li:hover > ul.drop {
            display: block;
        }

        #head .nav ul.drop {
            display: none;
            position: absolute;
            background-color: #1F1F1F;
            padding: 10px 0;
        }

            #head .nav ul.drop li a {
                padding: 8px 16px 8px 10px;
            }

            #head .nav ul.drop li:hover {
                background-color: #444;
            }

.filterPanel {
    display: inline-block !important;
    border-radius: 5px;
    border: 1px solid #444;
    line-height: 1.5em;
    margin-left: 5px;
}

    .filterPanel a {
        display: inline-block !important;
    }

.hideFilterPanel {
    color: #ccc;
    background-color: #e2e2e2;
}

/*elements*/

/*#star {
  position: absolute;
  width: 0px;
  height: 0px;
  border-right: 120px solid transparent;
  border-bottom: 90px solid green;
  border-left: 120px solid transparent;
  -webkit-transform: rotate(37deg) scale(0.2);
  -moz-transform: rotate(37deg) scale(0.2);
  -ms-transform: rotate(37deg) scale(0.2);
  -o-transform: rotate(37deg) scale(0.2);
  transform: rotate(37deg) scale(0.2);
}

#star:before {
  position: absolute;
  top: -56px;
  left: -72px;
  content: "";
  border-bottom: 84px solid green;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  -webkit-transform: rotate(323deg);
  -moz-transform: rotate(323deg);
  -ms-transform: rotate(323deg);
  -o-transform: rotate(323deg);
  transform: rotate(323deg);
}

#star:after {
  position: absolute;
  top: 0;
  left: -120px;
  content: "";
  border-right: 120px solid transparent;
  border-bottom: 90px solid green;
  border-left: 120px solid transparent;
  -webkit-transform: rotate(286deg);
  -moz-transform: rotate(286deg);
  -ms-transform: rotate(286deg);
  -o-transform: rotate(286deg);
  transform: rotate(286deg);
}*/
/*.issueDot:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 33px 15px;
    border-color: transparent transparent #060 transparent;
    z-index: 9;
}

.issueDot:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 21px 9px;
    border-color: transparent transparent #0c0 transparent;
    z-index: 9;
}

.issueDot {
    width: 20px;
    height: 20px;
}

    .issueDot:hover:before {
        top: -16px;
        left: -12px;
        border-width: 0 18px 37px 18px;
    }

    .issueDot:hover, .issueDot.active {
        border-color: transparent transparent #060 transparent;
    }

        .issueDot.active:before {
            top: -16px;
            left: -12px;
            border-width: 0 18px 37px 18px;
            border-color: transparent transparent #000 transparent;
        }*/


.dot:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 33px 15px;
    border-color: transparent transparent #060 transparent;
    z-index: 9;
}

.dot:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 21px 9px;
    border-color: transparent transparent #0c0 transparent;
    z-index: 9;
}

.dot {
    width: 20px;
    height: 20px;
}

    .dot:hover:before {
        top: -16px;
        left: -12px;
        border-width: 0 18px 37px 18px;
    }

    .dot:hover, .dot.active {
        border-color: transparent transparent #060 transparent;
    }

        .dot.active:before {
            top: -16px;
            left: -12px;
            border-width: 0 18px 37px 18px;
            border-color: transparent transparent #000 transparent;
        }

    .dot.Surface {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: #0c0;
        margin: 2px;
        z-index: 2;
        border: 4px solid #060;
    }

        .dot.Surface:after {
            content: none;
        }

        .dot.Surface:before {
            content: none;
        }

        .dot.Surface:hover, .dot.Surface.active {
            border: 6px solid #060;
            margin: 0;
        }

        .dot.Surface.active {
            border: 6px solid #000;
            margin: 0;
        }

    .dot.active .connector {
        display: block;
    }

    .dot.alert[data-errorlevel="1"]:after {
        border-color: transparent transparent #fff776 transparent;
    }

    .dot.alert[data-errorlevel="1"]:before {
        border-color: transparent transparent #f0e940 transparent;
    }

    .dot.alert[data-errorLevel="1"]:hover {
        border-color: transparent transparent #f0e940 transparent;
    }

    .dot.alert[data-errorlevel="2"]:after {
        border-color: transparent transparent #ff9900 transparent;
    }

    .dot.alert[data-errorlevel="2"]:before {
        border-color: transparent transparent #dd8100 transparent;
    }

    .dot.alert[data-errorLevel="2"]:hover:before {
        border-color: transparent transparent #dd8100 transparent;
    }

    .dot.alert[data-errorlevel="3"]:after {
        border-color: transparent transparent #d00 transparent;
    }

    .dot.alert[data-errorlevel="3"]:before {
        border-color: transparent transparent #600 transparent;
    }

    .dot.alert[data-errorLevel="3"]:hover {
        border-color: transparent transparent #600 transparent;
    }


    .dot.alert.active:before {
        border-color: transparent transparent #000 transparent;
    }

    .dot.Surface.alert[data-errorlevel="1"] {
        background: #fff776;
        border: 4px solid #f0e940;
    }

        .dot.Surface.alert[data-errorLevel="1"]:hover {
            border: 6px solid #f0e940;
            margin: 0;
        }

    .dot.Surface.alert[data-errorLevel="2"] {
        background: #ff9900;
        border: 4px solid #dd8100;
    }

        .dot.Surface.alert[data-errorLevel="2"]:hover {
            border: 6px solid #dd8100;
            margin: 0;
        }

    .dot.Surface.alert[data-errorLevel="3"] {
        background: #d00;
        border: 4px solid #600;
    }

        .dot.Surface.alert[data-errorLevel="3"]:hover {
            border: 6px solid #600;
            margin: 0;
        }

    .dot.Surface.alert.active {
        border: 6px solid #000;
        margin: 0;
    }

.camera-icon {
    background-image: url(/Content/img/camera3.svg);
    height: 24px;
    width: 24px;
}

.o-node {
    position: absolute;
}

.o-node-marker {
    position: absolute;
    cursor: pointer;
}

    .o-node-marker.end {
        z-index: 5;
    }

#sensors {
    z-index: 6;
}

.sensorvalues {
    display: none;
    pointer-events: all;
    /* filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;*/
    min-width: 10em;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: 10;
    box-shadow: 1px 1px 3px 1px #333;
}

    .sensorvalues.hover-pointer td:hover {
        cursor: pointer;
    }

    .sensorvalues.active {
        display: block;
    }

    .sensorvalues .title-head {
        padding: 2px 0px 2px 18px;
        background-color: rgba(0,0,0,0.9);
        cursor: move;
        border-bottom: 1px solid #555;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .sensorvalues .title-head h2 {
            margin: 0;
            font-size: 12px;
        }

    .sensorvalues .head {
        position: absolute;
        /*left: -312px;*/
        top: 0;
        background-color: rgba(0,0,0,0.8);
        box-shadow: 0 0 5px #333;
    }

        .sensorvalues .head th {
            width: 210px;
            text-align: left;
            padding: 0;
        }

        .sensorvalues .head h2 {
            font-size: 18px;
            font-weight: 400;
            margin: 0;
            padding: 10px 10px 10px 20px;
            border-bottom: 1px solid #555;
        }

        .sensorvalues .head .toolbox a {
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding: 10px 10px 10px 15px;
        }

        .sensorvalues .head h2 a {
            background: url("/content/img/sprites.gif") no-repeat -61px -246px;
            display: block;
            width: 24px;
            height: 24px;
            float: right;
            text-indent: -9999px;
        }

            .sensorvalues .head h2 a:hover, .sensorvalues.edit .head h3 a {
                background-position: -1px -246px;
            }

        .sensorvalues .head .timer {
            font-size: 12px;
            font-weight: 300;
            height: 50px;
            background: url("/content/img/sprites.gif") no-repeat 12px -170px;
            padding: 0 0 0 50px;
            line-height: 50px;
            border-bottom: 1px solid #555;
        }

        .sensorvalues .head .historical-link {
            height: 33px;
            display: block;
            font-weight: 300;
            background: url("/content/img/sprites.gif") no-repeat 180px -418px;
            padding: 0 0 0 15px;
            line-height: 33px;
        }

    .sensorvalues.draggable .head {
        position: relative;
        background: none;
        border: 0 !important;
        box-shadow: none !important;
    }

        .sensorvalues.draggable .head h2 {
            cursor: move;
        }

    .sensorvalues.alert .title-head {
        color: #f00;
    }

    .sensorvalues.alert .head {
        border: 2px solid #f00;
        box-shadow: 0 0 10px #f00;
    }

        .sensorvalues.alert .head.attached {
            border: 0;
            box-shadow: none;
        }

    .sensorvalues.alert .alert_conditions {
        display: block;
    }

    .sensorvalues .alert_conditions {
        display: none;
    }

    .sensorvalues .alert_conditions {
        border-bottom: 1px solid #555;
        font-weight: 300;
        padding: 10px 15px;
    }

        .sensorvalues .alert_conditions h2 {
            margin: 0 0 3px 0;
            padding: 0;
        }

        .sensorvalues .alert_conditions h4 {
            font-size: 18px;
            font-weight: 300;
            margin: 0 0 5px 0;
            padding-left: 40px;
        }

        .sensorvalues .alert_conditions h5 {
            font-size: 12px;
            font-weight: 300;
            margin: 0 0 5px 0;
            padding-left: 40px;
        }

		.sensorvalues .alert_conditions .toolbox {
            position:relative;
		}

        .sensorvalues .alert_conditions .toolbox .alarmIconHistoric {
            background: url("/content/img/sprites.gif") no-repeat 0 -117px;
            width:  35px;
            height: 35px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .sensorvalues .alert_conditions .toolbox .alarmIconForecast {
            background: url("/content/img/sprites.gif") no-repeat -37px -117px;
            width:  35px;
            height: 35px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .sensorvalues .alert_conditions .toolbox .alarmDescHistorical {
            margin: 0 0 3px 0;
            padding: 0 0 0 40px;
            cursor: pointer;
        }

        .sensorvalues .alert_conditions .toolbox .alarmDescForecast {
            margin: 0 0 3px 0;
            padding: 0 0 0 0px;
            cursor: pointer;
        }

    .sensorvalues tr.alert {
        font-size: 14px;
        font-weight: 500;
    }

    .sensorvalues .flag_placeholder, .sensorvalues.edit .alert .flag_placeholder {
        display: none;
    }

    .sensorvalues .alert .flag_placeholder {
        height: 0;
        width: 0;
        position: relative;
        display: block;
    }

    .sensorvalues .alert .flag {
        width: 27px;
        height: 27px;
        border: 2px solid red;
        background: #000 url("/content/img/sprites.gif") no-repeat -1px -481px;
        position: absolute;
        top: -4px;
        left: -36px;
        border-radius: 18px;
    }

    .sensorvalues td {
        padding: 0px 4px 0px 8px;
        border-bottom: 1px solid #3a3a3a;
        position: relative;
    }

    .sensorvalues .togglerow {
        display: none;
        padding: 4px 6px 3px 15px;
    }

        .sensorvalues .togglerow a {
            display: block;
            width: 24px;
            height: 24px;
            background: url("/content/img/sprites.gif") no-repeat -3px -603px;
            text-indent: -9999px;
        }

    .sensorvalues .inactive {
        display: none;
    }

        .sensorvalues .inactive a {
            background-position: -3px -543px;
        }

    .sensorvalues.edit .togglerow {
        display: table-cell;
    }

    .sensorvalues.edit .inactive {
        display: table-row;
    }

    .sensorvalues .key {
        padding-right: 5px;
    }

    .sensorvalues .trend {
        width: 10px;
        height: 11px;
    }

    .sensorvalues.small .trend {
        display: none;
    }

    .sensorvalues .trend.inc {
        background: url("/content/img/sprites.gif") no-repeat 5px -19px;
		background-size: 390% auto;
    }

    .sensorvalues .trend.dec {
        background: url("/content/img/sprites.gif") no-repeat 5px 2px;
		background-size: 390% auto;
    }

    .sensorvalues .chart {
        padding: 3px 2px 0px 2px;
    }

    .sensorvalues .legend {
        margin: 0;
        width: auto;
    }

        .sensorvalues .legend li {
            font-size: 14px;
            float: none;
            margin-bottom: 5px;
        }

.showlabels .sensorvalues {
    display: table;
}

    .showlabels .sensorvalues tr {
        display: none;
    }

    .showlabels .sensorvalues.active tr {
        display: table-row;
    }

        .showlabels .sensorvalues.active tr.inactive {
            display: none;
        }

    .showlabels .sensorvalues tr.head {
        display: table-row;
    }

.showTooltip {
    background-color: black;
    color: white;
    padding: 5px;
    margin-top: 1.3em;
    position: absolute;
    max-width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sensorvalues .expand-graph {
    position: absolute;
    right: -23px;
    bottom: -5px;
	font-size: 12px;
}

.sensor-content {
    position: relative;
}

    .sensor-content table {
        width: 100%;
        background-color: rgba(0,0,0,0.9);
    }

    .sensor-content.data {
	    font-size: 9px;
    }

.sensorvalues.small .title-head {
    padding: 5px 10px;
}

.sensorvalues td.key > abbr {
    display: none;
}

.sensorvalues.small td.key > abbr {
    display: inline;
}

.sensorvalues.small td.key > span {
    display: none;
}

.sensorvalues.small .sensor-content.data tr:last-child {
    display: none;
}

.sensorvalues.small {
    min-width: 9em;
}

    .sensorvalues.small td {
        padding: 0 0 0 10px;
    }

    .sensorvalues.small .trend {
        background-position-y: -64px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }

.sensor-content.warnings {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}

    .sensor-content.warnings table {
        filter: alpha(opacity=0);
        opacity: 0.0;
        box-shadow: 1px 1px 3px 1px #333;
    }

.sensor-content .warnings-toggler {
    position: absolute;
    right: -23px;
    top: 86px;
    width: 70px;
}

#mobile {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}

    #mobile .car-container {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    #mobile ul {
        pointer-events: all;
    }

    #mobile .mobile-dot {
        display: none;
        width: 10px;
        height: 10px;
        margin: 3px;
        border-radius: 10px;
        border: 1px solid #333;
    }

        #mobile .mobile-dot span {
            font-size: 10px;
            color: black;
        }

        #mobile .mobile-dot img {
            bottom: 0;
            left: -30px;
            vertical-align: middle;
            position: absolute;
        }

        #mobile .mobile-dot:hover {
            border: 2px solid rgba(0,0,0,0.9);
            margin: 2px;
        }

        #mobile .mobile-dot .marker-info {
            display: none;
            position: absolute;
            left: 0;
            top: 40px;
            z-index: 999;
            padding: 10px;
            background-color: rgba(0,0,0,0.9);
            box-shadow: 1px 1px 1px 1px #333;
            font-size: 12px;
            white-space: nowrap;
            border-top-left-radius: 10px;
        }

            #mobile .mobile-dot .marker-info table {
                width: 100%;
            }

        #mobile .mobile-dot:hover > .marker-info {
            display: block;
        }

    #mobile .runway-data {
        position: absolute;
        /*display: none;*/
    }

    #mobile .o-node-marker.end, #mobile .car-marker {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: black;
        border-radius: 20px;
        border: 4px solid #ccc;
    }

    #mobile .o-node-marker.end {
        margin-top: -10px;
        margin-left: -10px;
    }

    #mobile .car-marker {
        background-color: #70B1A5;
        border: 4px solid #2C6358;
    }

    #mobile .node-preview {
        display: none;
        position: absolute;
        /*z-index: 9;*/
        min-width: 150px;
        background-color: rgba(0,0,0,0.9);
        padding: 5px 0;
        pointer-events: none;
    }

        #mobile .node-preview h4 {
            margin: 0;
            padding: 0 0 5px 10px;
            background: url("/content/img/white_car.png") no-repeat top right;
            border-bottom: 1px solid #555;
            pointer-events: none;
        }

        #mobile .node-preview table {
            width: 100%;
        }

        #mobile .node-preview td {
            margin: 0;
            padding: 3px 0 0 10px;
        }

        #mobile .node-preview ul {
            pointer-events: all;
        }

    #sensors svg, #sensors path,
    #mobile svg, #mobile path {
        pointer-events: none;
    }

    #mobile .r_views {
        overflow: auto;
        padding: 20px;
        background-color: rgba(0,0,0,0.9);
    }

        #mobile .r_views .views {
            float: left;
        }

            #mobile .r_views .views label:first-child {
                margin-top: 0;
            }

            #mobile .r_views .views label {
                display: inline-block;
                margin-top: 5px;
            }

            #mobile .r_views .views input {
                margin-right: 5px;
            }

        #mobile .r_views .danger-levels {
            float: right;
        }

            #mobile .r_views .danger-levels ul {
                margin: 0;
                padding: 0;
            }

            #mobile .r_views .danger-levels li {
                list-style: none;
                margin-bottom: 10px;
                padding: 0 5px;
                color: #000000;
            }

                #mobile .r_views .danger-levels li.yellow {
                    background-color: #ffff00;
                }

                #mobile .r_views .danger-levels li.red {
                    background-color: #ff0000;
                }

/*
	#mobile .o-node .runway-data h3
	{
		margin: 0 0 5px 0;
	}
	#mobile .o-node .runway-data:hover > .runway-info
	{
		display: block;
	}

		#mobile .o-node .runway-data .runway-info
		{
			display: none;
			position: absolute;
			z-index: 999;
			background-color: black;
			min-width: 100px;
			min-height: 75px;
			padding: 20px;
			border-top-left-radius: 10px;
			white-space: nowrap;
			cursor: default;
		}
		*/
/* TEMP */

.sensor-info {
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sensorposition, .sensorvalues {
    pointer-events: all;
}

.layer-window {
    position: relative;
    display: none;
}

.common-button {
    /*box-shadow: 1px 1px 3px 1px #333;*/
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 4px 8px;
    white-space: nowrap;
    cursor: pointer;
}

    .common-button.light {
        background-color: #444;
    }

        .common-button.light:hover {
            background-color: #555;
        }

.vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
}

    .vertical.right {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .vertical.left {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.block {
    background-color: rgba(0,0,0,0.9);
    box-shadow: 1px 1px 3px 1px #333;
    margin-bottom: 10px;
    padding: 15px;
    /*border-radius: 5px;*/
}

.clear {
    clear: both;
    content: "";
}


/*chart*/
#chart {
    width: 349px;
    height: 200px;
}


#chartpage {
    /*background:#000;*/
    color: #fff;
}


/*frensor*/
.frensor {
    width: 728px;
    background: url("/content/img/frensor_bg.png") no-repeat 0 0;
    padding-top: 120px;
}

    .frensor.left {
        float: left;
    }

    .frensor.right {
        float: right;
    }

    .frensor.center {
        margin: 0 auto;
    }

    .frensor h3 {
        font-size: 72px;
        font-weight: 300;
        text-align: center;
        margin: 0;
    }

    .frensor h4 {
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        margin: 0 0 10px 0;
        color: #fff;
    }

    .frensor h5 {
        font-size: 18px;
        color: #999;
        font-weight: 300;
        text-align: center;
        margin: 0;
    }

#frensor_graph1, #frensor_graph2, #frensor_graph3 {
    margin-top: 155px;
    height: 230px;
}
/*legend*/
.legend {
    list-style-type: none;
    width: 570px;
    margin: 25px auto;
}

    .legend li {
        float: left;
        margin-right: 50px;
        padding-left: 10px;
        font-size: 12px;
    }

    .legend .right {
        float: right;
    }

    .legend .surfacetemp {
        border-left: 20px solid #7CFC00;
    }

    .legend .freezetemp {
        border-left: 20px solid #0000ff;
    }

    .legend .dewpoint {
        border-left: 20px solid #FF4500;
    }

    .legend .airtemp {
        border-left: 20px solid #00BFFF;
    }

    .legend .relhum {
        border-left: 20px solid #FF1493;
    }

    .legend .riskprec {
        border-left: 20px solid #FFFF00;
    }

    .legend .rainmm {
        border-left: 20px solid #0000FF;
    }

    .legend .sleetmm {
        border-left: 20px solid #008000;
    }

    .legend .snowcm {
        border-left: 20px solid #D2691E;
    }

    .legend .surfacedry {
        border-left: 20px solid #333;
    }

    .legend .surfacerain {
        border-left: 20px solid #3635fd;
    }

    .legend .surfacewet {
        border-left: 20px solid #cc3335;
    }

    .legend .surfacedew {
        border-left: 20px solid #649cfd;
    }

    .legend .windspeed {
        border-left: 20px solid #33cb98;
    }

    .legend .windgust {
        border-left: 20px solid #3635fd;
    }

    .legend .winddirection {
        border-left: 20px solid #99ffff;
    }

    .legend.rwy {
        margin: 0 0 5px 0;
        width: auto;
        position: relative;
        height: 22px;
    }

        .legend.rwy .sensor1 {
            position: absolute;
            left: 351px;
            top: 0;
        }

        .legend.rwy .sensor2 {
            position: absolute;
            left: 1167px;
            top: 0;
        }

        .legend.rwy .sensor3 {
            position: absolute;
            left: 1981px;
            top: 0;
        }

    .legend.last {
        margin-bottom: 0;
    }
/*historical data*/
.ui-dialog {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    box-shadow: 0 0 5px #333;
}

.ui-dialog-titlebar {
    background: #000;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url("/content/img/sprites.gif") no-repeat 0 -868px;
    width: 30px;
    height: 30px;
    margin-top: -18px;
}

.ui-dialog .historical-data {
    padding: 20px 40px;
    height: 100%;
}

.historical-data li {
    font-size: 14px;
}

.historical-data .legend {
    width: auto;
    margin: 0;
}

.historical-data .chart {
    height: 200px;
    margin: 10px 0;
}

.ui-dialog .win_max {
    position: absolute;
    right: 50px;
    top: 8px;
    font-size: 13px;
}

.ui-dialog.maximized {
    background: #000;
    top: 0 !important;
    left: 0 !important;
}

    .ui-dialog.maximized .chart, .ui-dialog.maximized .highcharts-container {
        width: 100% !important;
    }

    .ui-dialog.maximized .historical-data {
        height: 100% !important;
    }

    .ui-dialog.maximized .chart {
        height: 260px !important;
    }
/*chartpage*/

.highcharts-container {
	overflow: visible !important;
}

#chartpage .legend {
    width: auto;
    margin: 0;
}

#chartpage .chart { /*height:230px;*/
    margin: 10px;
}

#chartpage .legend a {
    font-size: 12px;
    text-decoration: underline;
}

    #chartpage .legend a:hover {
        text-decoration: none;
    }
/*rwy_bar*/
.rwy_bar {
    height: 32px;
    list-style-type: none;
}

    .rwy_bar li {
        float: left;
        width: 25%;
        height: 32px;
    }

.rwy_dry {
    background: #333;
}

.rwy_rain {
    background: #3635fd;
}

.rwy_wet {
    background: #cc3335;
}

.rwy_dew {
    background: #649cfd;
}
/*rule editor*/
#ruleform {
    padding: 50px;
    background: #000;
    margin: 0 auto;
    border-radius: 10px;
    width: 620px;
    color: #fff;
    box-shadow: 5px 5px 10px #666;
}

    #ruleform select {
        margin: 10px;
        overflow: visible;
    }

#ruletable {
    padding: 0 100px 100px;
    border-radius: 10px;
    background: #000;
    padding: 10px 10px 30px;
    width: 900px;
    margin: 20px auto 0;
    box-shadow: 5px 5px 10px #666;
}

    #ruletable table {
        width: 600px;
        background: #000;
        color: #fff;
        table-layout: fixed;
    }

    #ruletable th {
        text-align: left;
        /*padding: 10px 37px;*/
        padding: 10px 10px;
        font-size: 20px;
        font-weight: 500;
        background: #000;
        border-bottom: 1px solid #333;
    }

    #ruletable td {
        padding: 10px 5px;
        overflow: hidden;
    }

    #ruletable tr:nth-child(odd) {
        background-color: #333;
    }

    #ruletable tr:nth-child(even) {
        background-color: #000;
    }

    #ruletable a {
        color: #f00;
        font-size: 16px;
        text-align:center;
        display:block;
        width:24px;
        height:24px;
        border-radius:3px;
    }

        #ruletable a:hover {
            background: #f00;
            color: #fff;
        }

#ruleform .fixed {
    width: 100px;
}

#ruleform .digit {
    width: 30px;
}

#ruleform .operator {
    width: 100px;
}

#ruleform select[required=required]:valid, #ruleform input[required=required]:valid {
    border: 2px solid #0f0;
}

#ruleform select[required=required]:inValid, #ruleform input[required=required]:inValid {
    border: 2px solid #f00;
}

#ruleform .ruletextarea {
    margin-top: 4px;
    margin-bottom: 6px;
    resize: none;
}

#ruleform input[type=number] {
    -webkit-border-radius: 2px;
}

#ruleform input::-webkit-outer-spin-button, #ruleform input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*user notification settings*/
#notificationsettingstable {
    padding: 0 100px 100px;
    border-radius: 10px;
    background: #000;
    padding: 10px 10px 30px;
    width: 900px;
    margin: 20px auto 0;
    box-shadow: 5px 5px 10px #666;
}

    #notificationsettingstable table {
        width: 600px;
        background: #000;
        color: #fff;
        table-layout: fixed;
    }

    #notificationsettingstable th {
        text-align: left;
        /*padding: 10px 59px;*/
        padding: 10px 10px;
        font-size: 20px;
        font-weight: 500;
        background: #000;
        border-bottom: 1px solid #333;
    }

    #notificationsettingstable td {
        /*padding: 10px 59px;*/
        padding: 10px 10px;
        overflow: hidden;
    }

    #notificationsettingstable tr:nth-child(odd) {
        background-color: #333;
    }

    #notificationsettingstable tr:nth-child(even) {
        background-color: #000;
    }

    #notificationsettingstable a {
        color: #f00;
        font-size: 12px;
        padding: 2px;
    }

        #notificationsettingstable a:hover {
            background: #f00;
            color: #fff;
        }

/*rule subscriptions*/
#rulesubscriptionstable {
    padding: 0 100px 100px;
    border-radius: 10px;
    background: #000;
    padding: 10px 10px 30px;
    width: 540px;
    margin: 20px auto 0;
    box-shadow: 5px 5px 10px #666;
}

    #rulesubscriptionstable table {
        width: 540px;
        /*width: 600px;*/
        background: #000;
        color: #fff;
        table-layout: fixed;
    }

    #rulesubscriptionstable th {
        text-align: left;
        /*padding: 10px 59px;*/
        padding: 10px 10px;
        font-size: 20px;
        font-weight: 500;
        background: #000;
        border-bottom: 1px solid #333;
    }

    #rulesubscriptionstable td {
        /*padding: 10px 59px;*/
        padding: 10px 10px;
        overflow: hidden;
    }

    #rulesubscriptionstable tr:nth-child(odd) {
        background-color: #333;
    }

    #rulesubscriptionstable tr:nth-child(even) {
        background-color: #000;
    }

    /*#rulesubscriptionstable table.fixed {
		table-layout:fixed;
	}*/

    #rulesubscriptionstable a {
        /*color: #f00;*/
        font-size: 12px;
        padding: 2px;
    }

        #rulesubscriptionstable a:hover {
            /*background: #f00;*/
            color: #fff;
        }

/*login*/
#login form {
    font-family: "Helvetica Neue", Helvetica;
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

#login fieldset {
    width: 500px;
    height: 270px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    box-shadow: 5px 5px 10px #666;
    border-radius: 10px;
    border: 0;
    padding: 30px;
}

#login h1 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

#login input {
    margin: 5px 0;
    padding: 5px;
}

    #login input[type=text], #login input[type=password] {
        width: 95%;
    }

    #login input:focus {
        border: 2px solid #0f0;
    }
/*exit*/
#exit {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    top: 10px;
    right: 10px;
    color: #333;
}

    #exit:hover {
        color: #fff;
    }
/*loading */
#loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    text-align: center;
    line-height: 50em;
    color: #fff;
    font-size: 24px;
}


/*
 * CLIENT VIEW START
 */

#client-view {
    color: #E0E0E0;
    background-color: #444;
}

    #client-view ul {
        margin: 0;
        padding: 0;
    }

    #client-view li {
        list-style: none;
    }

    #client-view a {
        color: inherit;
        text-decoration: none;
    }

    #client-view .container {
        /*width: 840px;
		margin: 0 auto;*/
    }

    #client-view #top {
        overflow: auto;
        padding: 6px 15px;
    }

        #client-view #top .left {
            float: left;
        }

        #client-view #top .right {
            float: right;
        }

    #client-view #table-data {
    }

        #client-view #table-data h3 {
            margin: 0 0 6px 0;
            padding: 0 0 5px 0;
            border-bottom: 1px solid #444;
            color: #fff;
        }

        #client-view #table-data table {
            width: 100%;
        }

        #client-view #table-data th {
            text-align: left;
        }

    #client-view table.main {
        border-collapse: separate;
        border-spacing: 10px;
    }

        #client-view table.main td {
            vertical-align: top;
            padding: 10px;
        }

        #client-view table.main th {
            margin-bottom: 0;
        }

    #client-view #table-data table.sub td, #client-view #table-data table.sub th {
        background-color: none;
        box-shadow: none;
        padding: 4px;
    }

    #client-view #table-data td:hover {
        cursor: default;
    }


    #client-view #table-data .section {
        float: left;
        margin-right: 10px;
    }

        #client-view #table-data .section.last {
            margin-right: 0;
        }

        #client-view #table-data .section.right-side {
            margin-right: 0;
        }

    #client-view #table-data .left-side {
        width: 250px;
    }

    #client-view #table-data .right-side {
    }

        #client-view #table-data .right-side select {
            width: 100%;
        }

        #client-view #table-data .right-side li {
            margin-bottom: 10px;
        }

    #client-view #table-data #run-data {
    }

        #client-view #table-data #run-data td:nth-child(2) {
            font-weight: bold;
        }

    #client-view #table-data #mpc {
    }

    #client-view #table-data #actions ul {
        margin: 0;
        padding: 0;
    }

    #client-view #table-data #actions li {
        cursor: pointer;
        background-color: rgb(31, 31, 31);
        margin-top: 5px;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #444;
    }

    #client-view #table-data table.sub tr:nth-child(even) > td {
        background-color: #1B1B1B;
    }

    #client-view #table-data #input-data {
        min-height: 487px;
    }

#run-picker {
    font-size: 14px;
}

    #run-picker select {
        margin-right: 20px;
    }

    #run-picker label {
        margin-right: 2px;
    }

    #run-picker ul {
        margin: 0;
        padding: 0;
    }

    #run-picker li {
        list-style: none;
        padding: 5px 20px;
        cursor: pointer;
    }

        #run-picker li.selected {
            background-color: #000;
        }

        #run-picker li:hover {
            background-color: #111;
        }

    #run-picker .selectors {
        text-align: center;
    }

        #run-picker .selectors .filter {
            display: inline;
            color: #444;
            margin-right: 10px;
        }

    #run-picker .result {
        max-height: 400px;
        overflow: auto;
        background-color: #222;
        padding: 10px 0;
        margin-top: 15px;
        text-align: left;
    }

    #run-picker #apply-run {
        margin-top: 20px;
    }

    #run-picker .information {
        color: #BF230B;
    }

    #run-picker .result table {
        width: 100%;
    }

    #run-picker .result thead tr {
    }

    #run-picker .result tbody tr {
        cursor: pointer;
    }

        #run-picker .result tbody tr.selected {
            background-color: #666;
        }

        #run-picker .result tbody tr:hover {
            background-color: #444;
        }

    #run-picker .result th, #run-picker .result td {
        padding: 5px 15px;
        text-align: center;
    }

        #run-picker .result th:first-child,
        #run-picker .result td:first-child {
            padding: 0;
        }

    #run-picker .r-row td:first-child {
        background: url(/content/img/check_radio_sheet_grey.png) 2px 4px no-repeat;
        width: 19px;
        cursor: pointer;
    }

    #run-picker tr.selected.r-row td:first-child {
        background: url(/content/img/check_radio_sheet_grey.png) -19px 4px no-repeat;
        width: 19px;
    }

    #run-picker .result th:nth-child(2), #run-picker .result td:nth-child(2) {
        text-align: left;
    }


#export-generator {
}

    #export-generator h2 {
        margin: 0;
        padding-bottom: 5px;
        border-bottom: 1px dashed #666;
    }

    #export-generator .step {
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
    }

    #export-generator .columns {
        overflow: auto;
    }

    #export-generator .input-field {
        vertical-align: top;
        display: inline-block;
        margin-right: 20px;
    }

    #export-generator ul {
        list-style: none;
    }

        #export-generator ul.outer {
            float: left;
            margin: 0;
            padding: 0;
        }

        #export-generator ul.inner {
            padding: 5px 20px;
        }

            #export-generator ul.inner li {
                margin-bottom: 2px;
            }

    #export-generator #runway-select {
        margin-bottom: 10px;
    }

#step_A, #step_B, #step_C, #step_D, #step_E {
    display: none;
}

#historicDatePicker {
    position: relative;
}

    #historicDatePicker legend {
        font-weight: bold;
    }

    #historicDatePicker fieldset {
        display: inline-block;
        border: 1px solid #333;
        width: 45%;
    }

        #historicDatePicker fieldset div,
        #historicDatePicker fieldset span {
            vertical-align: top;
            display: inline-block;
            margin-right: 20px;
        }

        #historicDatePicker fieldset span {
            padding-top: 15px;
        }

    #historicDatePicker.hide-date-span .from {
        display: none;
    }

.loader span {
    margin-right: 15px;
}

.loader img {
    vertical-align: middle;
}

#updating-content {
    display: none;
    background-color: black;
    position: absolute;
    z-index: 999;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
}

.box-tools {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    top: -24px;
}

    .box-tools.bottom {
        top: auto;
        bottom: -24px;
    }

    .box-tools li {
        float: left;
        width: 20px;
        height: 20px;
        padding: 0;
        margin-right: 5px;
        text-align: center;
        list-style: none;
    }

#banner {
    display: none;
    position: fixed;
    top: 5.83333em;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
    padding: 10px;
}

    #banner a {
        text-decoration: underline;
    }

.page-head {
    margin-bottom: 10px;
}

    .page-head h2 {
        font-size: 13px;
        font-style: italic;
        font-weight: normal;
        color: #c2c2c2;
        margin: 0;
        padding: 0;
    }

.black-box {
    background-color: #000;
    box-shadow: 1px 1px 3px 1px #333;
}

    .black-box.padded {
        padding: 6px 15px;
    }

.alert-1 {
    color: rgba(255, 100, 0, 0.75) !important;
    font-style: italic;
}

.alert-2 {
    color: rgba(0, 255, 0, 0.75) !important;
    font-style: italic;
}

.alert-3 {
    color: rgba(0, 255, 255, 0.75) !important;
    font-style: italic;
}

label.centerBetween {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables
 */

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table {
    width: 100% !important;
}

.dataTables_wrapper {
    margin-top: 4px;
}

.dataTables_scrollBody {
    margin-bottom: 20px;
}

.dataTables_info {
    float: left;
    font-size: 11px;
}

.dataTables_filter {
    float: right;
    text-align: right;
    font-size: 11px;
}

    .dataTables_filter input {
        height: 10px;
        margin-left: 8px;
        background-color: #fff;
    }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('/content/img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('/content/img/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('/content/img/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('/content/img/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('/content/img/sort_desc_disabled.png') no-repeat center right;
}

table.display thead th:active,
table.display thead td:active {
    outline: none;
}
/*
 * CLIENT VIEW END
 */

/* Shadowbox */
.shadowbox {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

    .shadowbox .container {
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
    }

    .shadowbox .content {
        position: relative;
        width: 800px;
        min-height: 1px;
        margin: 3% auto;
        padding: 25px;
        background-color: #000;
        border: 1px dashed #666;
    }

    .shadowbox .close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 14px;
    }

/*Highcharts show loading*/

.highcharts-data-labels .arrow {
    display: block;
    font-size: 24px;
    color: #f00;
}

.highcharts-loading {
    background-color: transparent !important;
}

    .highcharts-loading > span {
        display: block;
        max-width: 250px;
        margin: 0 auto;
        margin-top: 50px;
        opacity: 1;
        background-color: rgba(0,0,0, 0.9);
        border: 1px dashed #ccc;
        padding: 20px;
    }



/*@media (min-width: 388px) and (max-width: 1024px) {*/
body.ios {
    font-size: 8px;
}

.ios .box-tools {
    top: -30px;
}

    .ios .box-tools li {
        height: initial;
        width: initial;
        padding: 8px 12px;
    }

.ios #head #navigation {
    font-size: 1.5em;
}

.ios #head #sub-navigation {
    font-size: 1em;
}

.ios #head #navigation ul.drop li {
    font-size: 1em;
}

.ios #banner {
    top: 7.5em;
}
/*}*/
