/*FALCOND BASE VIEW*/
#falcond_base {
    background-image: url("/app/custom/assets/img/main_falcond/base.png");
}


.itu_legend_container {
    width:      161px;
    height:     30px;
    line-height:30px;
    border:     1px solid transparent;
    position:   absolute;
    top:        338px;
    left:       1248px;
    font-size:  12px;
}

.itu_legend_container > div {
    display:    inline-block;
    position:   absolute;
}

.itu_legend_container > div:nth-child(1) {
    left:   1px;
}
.itu_legend_container > div:nth-child(2) {
    left:   51px;
}
.itu_legend_container > div:nth-child(3) {
    left:   92px;
}
.itu_legend_container > div:nth-child(4) {
    left:   132px;
}

.thr_alarm {
    position:       absolute;
    background:   #e21e23;
    height:         3px;
    width:          51px;
    border-radius:          14%;
    -webkit-border-radius:  14%;
    -moz-border-radius:     14%;
    top:            416px;
}

.thr_alarm._1 {
    left:   1259px;
}

.thr_alarm._2 {
    left:   1345px;
}

.thr__legend {
    position:   absolute;
    font-size:  12px;
    top:        397px;
}

.thr__legend._1 {
    left:       1261px;
}

.thr__legend._2 {
    left:       1346px;
}

.thr__legend small:nth-child(1) {
    font-size:  9px;
    position:   absolute;
    top:        -12px;
}

.thr__legend._1 small:nth-child(1) {
    left: 13px;
}

.thr__legend._2 small:nth-child(1) {
    left: 13px;
}

/*FALCOND CHO VIEW*/
#falcond_cho {
    background-image: url("/app/custom/assets/img/main_falcond/input_src.png");
}

/*FALCOND MONITOR VIEW*/
#falcond_monitor {
    background-image: url("/app/custom/assets/img/main_falcond/audio_mon.png");
}

/*FALCOND AUDIO OUTPUTS VIEW*/
#falcond_audio {
    background-image: url("/app/custom/assets/img/main_falcond/output_src.png");
}

div.falcond_thr {
    width: 0;
    height: 0;
    border: 7px outset #ff1e22;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    transition: top .25s linear;
    top: 54px;
}

div.falcond_thr.left {
    border-right-color: transparent;
    left: 1247px;
}

div.falcond_thr.right {
    border-left-color: transparent;
    border-style: inset;
    left: 1395px;
}

