.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    opacity: .5;
    position: absolute;
    top: 0px;
    left: 0px;
}

.k-tooltip-validation .k-warning {
    display: none !important;
}

span.k-tooltip {
    overflow: hidden !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    top: .1em !important;
}

.moveLeft {
    margin-left: 25px;
}

.special {
    position: relative !important;
    display: inline;
    left: 23.20em;
    top: -1.75em !important;
}

.pickerDropdown {
    height: 25px;
}

.bulletpoints {
    padding: 30px 0;
    margin-top: 30px;
    box-shadow: inset 0 0 4px #eee;
    background: url(breadcrumbs.png)/*tpa=http://flightprofiler.com/assets/img/breadcrumbs.png*/ repeat;
}

.footer {
    margin-top: 0px;
}

.k-map {
    height: 300px !important;
}

.k-marker {
    background: none !important;
}
.k-marker-green {
    background-image: url('green.png')/*tpa=http://flightprofiler.com/Images/green.png*/ !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: center !important;
    margin: -15px 0 0 -15px !important;
    cursor: pointer !important;
}

.k-marker-yellow {
    background-image: url('yellow.png')/*tpa=http://flightprofiler.com/Images/yellow.png*/ !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: center !important;
    margin: -15px 0 0 -15px !important;
    cursor: pointer !important;
}

.k-marker-red {
    background-image: url('red.png')/*tpa=http://flightprofiler.com/Images/red.png*/ !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: center !important;
    margin: -15px 0 0 -15px !important;
    cursor: pointer !important;
}

.outputTab {
    background: #5fb611 !important;
    color: white !important;
}

    .outputTab > a {
        color: white !important;
    }
    .outputTab.k-item.k-state-disabled {
        opacity: .4;
    }

.poo > span > p {
    color: white !important;
}

.poo > span > dl > p {
    color: white !important;
}