.huflights {
    background: #252b3a;
}
.flightboard {
    background: #3f475c !important;
}

.huflights .flightbar {
    border-radius: 0px 0px 5px 5px;
}
.huflights .ui-draggable:hover {
   border: none !important;

}

.flightboard .flightbar {
    border-radius: 0px 0px 5px 5px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.board-title {
    color: white;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 16px;
    padding: 10px;

}

.flightboard .info {
    padding-left: 0;
}

.flightbar {
    font-size: 11px !important;
}

.flightbar_dep {
    color: white;
    background-color: #8856ba;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.flightbar_arr {
    color: white;
    font-weight: bold;
    background-color: #0e908b;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.maintbar {
    background: repeating-linear-gradient( -45deg, #FD0, #FE0 20px, #555 20px, #555 40px );
    border: solid white 2px;
    font-size: 1.2em;
    color: white;
}

canvas.ui-droppable {
 background: #3f475c;
}

.huflights canvas { background: #252b3a; }

.A_sch {
 background: #1c938d;
}
.A_est {
 background: #29b8b2;
}
.A_act {
 background: #2ecbc5;
}
.A_blk {
 background: #30e6dd;
}
.S_LAN {
 background: #31e7de
}
.S_BGF {
 background: #339900;
}
.S_BGL {
 background: #ff3333;
}
.D_sch {
 background: #874fba;
}
.D_est {
 background: #9933cc;
}
.S_TWR {
 background: #339900;
}
.S_GCH {
 background-image: linear-gradient(to right, #339900, #4fed00);
 animation: shine 1s cubic-bezier(.35,.32,1,1) infinite;
}
.S_NBD {
background: #0033ff;
}
.S_LAC {
background: #ff3333;
}
.D_blk {
background: #ae48ea;
}
.D_act {
background: #c36af8;
}
.D_closed {
background: #666666;
}
.s_warning {
	border-top: 3px solid #ffff00;
    border-right: none;
    border-bottom: none;
    border-left: none;
	}
.s_collide {
    border-top: 3px solid #ff0000;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.s_noest {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #ffff00;
}
.s_noata {
	border-top: none;
    border-right: 5px solid #ffff00;
    border-bottom: none;
    border-left: none;
}
.s_noblock {
	border-top: none;
    border-right: none;
    border-bottom: 3px solid #ffff00;
    border-left: none;
}
.S_DEL {
background: #ffcc00;
}
.S_CAN {
background: #cc0000;
}
.S_NPP, .S_NOP, .s_noop {
background: #333333;
}
.flightbar_both {
background-image: linear-gradient(to right, #0e908b, #8856ba);
}
.legend {
bottom: 30px;
}
.legend .s_warning, .legend .s_collide, .legend .s_noest, .legend .s_noata, .legend .s_noblock {
    background: #f67b00;
}
.barinfo {
    color: #000;
    text-shadow: none !important;
}
.legend .s_warning, .legend .s_collide, .legend .s_noest, .legend .s_noata, .legend .s_noblock {
    background: #f67b00;
}
.legend div li {
    border-radius: 5px;
    padding-left: 5px;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: center;
    margin: 3px 0 0 3px;
}
.legend > div > ul {
    height: auto !important;
}
