﻿.alcaScatterLine{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #78b4dd;
    border-radius: 10px;
}

.alcaScatterLine .labelsPanel
{
    width: 20%;
    height: auto;
    float: left;
}

.alcaScatterLine .chartPanel
{
    width: 80%;
    height: auto;
    float: left;
}

.alcaScatterLine .chartXAxis{
    width: 80%;
    height: 35px;
    float: left;
}

.alcaScatterLine .chartXAxis div{
    float: left;
}

.alcaSortable{
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.alcaSortable li{
    border-radius: 0px;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #0178bc;
}

.alcaAsignable li{
    border-radius: 0px;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #0178bc;
    padding-top: 10px;
    padding-bottom: 10px;
}