body{

    margin-bottom: 100px;
}

#processTable{

    margin-top: 20px;
}

#setupTable{

    overflow-x: scroll;
    margin-top: 20px;
}

#solutionChooseTable{

    margin-top: 20px;
}

#parameterTable{

    margin-top: 20px;
}

.smallInput{

    width: 31px;

}

.smallInput:focus{

    outline: none;
}

.smallInput:disabled{

}

.fuzzyInput{

    width: 31px;
    margin-left: -2px;
}

.fuzzyInput:focus{

    outline: none;
}

.fuzzyInput:disabled{

}

.numberSpanDiv{

    width: 200px;
    float: left;
    font-size: 14px;
    font-family:calibri;
    cursor: default;
}

.smallNumberSpanDiv{
    width: 50px !important;
}
.tableTitle{

    font-size: 14px;
    font-weight: 700;
    font-family: calibri;
    margin-bottom: 5px;
    width: 400px;
    border-bottom: 1px solid lightgray;
    cursor: default;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.processTable{

    overflow-x: scroll;
    overflow-y: hidden;
}

.processTableJob{

    float: left;
    margin-right: 30px;
    margin-top: 10px;
}

.processTableProcess{

    float: left;
    font-size: 14px;
    font-family: calibri;
    cursor: default;
    width: 31px;
}

.fuzzyProcessBuffer{

    float: left;
    width: 31px;
    height: 17px;
    font-size: 14px;
    font-family: calibri;
    cursor: default;
}

.processTableMachine{

    float: left;
    font-size: 14px;
    font-family: calibri;
    cursor: default;
    width: 30px;
}

.processTableCorner{

    float: left;
    width: 30px;
    height: 10px;
    font-family: calibri;
    font-size: 10px;
    cursor: default;
}

.calibri{

    font-size: 14px;
    font-family: calibri;
    cursor: default;
}

.processTableJobTitle{

    border-bottom: 1px solid lightgray;
    font-size: 14px;
    font-family: calibri;
    cursor: default;
    margin-bottom: 3px;
}

.parameterName{

    font-family: calibri;
    font-size: 14px;
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 20px;
    cursor: default;
}

.parameterSelect{

    min-width: 200px;
}

.setupBox{

    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

#solutionDiv{

    margin-top: 15px;
}

.solutionCanvas{

    margin-top: 25px;
    padding-bottom: 10px;
    background-color: white;
    /*width: 1600px;*/
    /*overflow-x: scroll;*/
}

.solutionMachine{

    background-color: lightgray;
    height: 50px;
    margin-bottom: 0px;
    margin-left: 28px;
    position: relative;
}

.solutionMachineBuffer{

    height: 5px;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
}

.solutionSetup{

    position: absolute;
    background-color: pink;
    height: 13px;
    text-align: center;
    border: 1px solid black;
    border-left: none;
    cursor: default;
}

.solutionProcess{

    position: absolute;
    background-color: red;
    height: 48px;
    border: 1px solid black;
    color: white;
    font-family: calibri;
    font-size: 11px;
    /*line-height: 1.3;*/
    text-align: center;
    cursor: default;
    z-index: 2;
    overflow: hidden;
}

.solutionProcessStartEndContainer{
    height: 9px;
    line-height: 0.9;
}

.solutionProcessStartTime{
    float: left;
    font-size: 10px;
}

.solutionProcessEndTime{
    float: right;
    font-size: 10px;
}

.solutionProcessJobProcess{
    color: black;
}

.solutionProcessTime{
    text-align: left;
    height: 10px;
}

.solutionFuzzyProcess{

    position: absolute;
    background-color: red;
    height: 13px;
    border: 1px solid black;
    border-left: none;
    border-right: none;
    color: white;
    font-family: calibri;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    cursor: default;
    z-index: 2;
    overflow: hidden;
}

.solutionFuzzyLongLine{

    position: absolute;
    height: 1px;
    top:14px;
    background-color: black;
    z-index: 3;
}

.solutionFuzzyCrossLine{

    position: absolute;
    height: 1px;
    top:7px;
    background-color: black;
    z-index: 3;
}

.solutionFuzzyBackground{

    position: absolute;
    background-color: transparent;
    z-index: 1;
}

.solutionRuler{

    position: relative;
    height: 13px;
    background-color: white;
    margin-left: 18px;
    z-index: 6;
}

.solutionMetric{

    position: absolute;
    height: 13px;
    font-family: calibri;
    cursor: default;
    font-size: 10px;
    color: black;
    width: 20px;
    text-align: center;
}

.solutionRulerBarList{

    position: relative;
    height: 5px;
    background-color: #ffffff;
    margin-left: 28px;
    margin-top: -4px;
    z-index: 6;
}

.solutionRulerBigBar{

    position: absolute;
    height: 6px;
    background-color: black;
    width: 1px;
}

.solutionRulerSmallBar{

    top: 3px;
    position: absolute;
    height: 3px;
    background-color: black;
    width: 1px;
}

.progressRulerLeftBigBar{

    position: absolute;
    height: 1px;
    background-color: black;
    width: 6px;
    left: 3px;
}

.progressRulerLeftBar{

    position: absolute;
    height: 1px;
    background-color: black;
    width: 3px;
    left: 6px;
}

.progressMetric{

    position: absolute;

    font-family: calibri;
    cursor: default;
    font-size: 10px;
    color: black;

    text-align: center;
}

#progressDiv{

    display: none;
    margin-top: 10px;
}

.progressMainView{

    height: 100%;
    width: 500px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    float: left;
    position: relative;
}

#progressLeftRuler{

    height: 100%;
    width: 20px;
    float: left;
    position: relative;
}

#progressLeftBarList{

    height: 100%;
    width: 10px;
    float: left;
    position: relative;
    margin-left: 10px;
}

#progressBottomRuler{

    width: 500px;
    height: 20px;
    margin-left: 40px;
    position: relative;
}

#progressBottomBarList{

    width: 500px;
    height: 10px;
    margin-left: 40px;
    position: relative;
    top: 2px;
}

.polygonDot{

    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
}

.polygonLine{

    position: absolute;
    height: 1px;
}

.polygonColumn{

    position: absolute;
    width: 1px;
    border-left: 1px dotted lightgray;
}

.polygonDotHover{

    display: none;
    position: absolute;
    background-color: black;
    color: #ffffff;
    font-family: calibri,verdana;
    font-size: 15px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    z-index: 1000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.progressRight{

    float: left;
    height: 100%;
}

.legendSquare{

    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-top: 4px;
    margin-right: 3px;
}

.legendName{

    margin-left: 20px;
    margin-right: 5px;
    float: left;
}

.legend li{

    list-style-type: none;
    margin-top: 5px;
}

.jobLegendDiv{

    margin-top: 15px;
    margin-bottom: 10px;
    height: 10px;
    margin-left: 20px;
}

#algorithmSelect{

    min-width: 200px;
}

#algorithmSelect:focus{

    outline: none;
}

.clear { clear: both; }

#resultDiv{

    margin-top: 20px;
    display: none;
}

#boxPlotDiv{

    margin-top: 20px;
}

.resultRow{

    height: 20px;
}

.boxRow{
    height: 20px;
}

.resultTitle{

    font-size: 14px;
    font-family: calibri;
    cursor: default;
    float: left;
    width: 100px;
}

#fuzzyConsiderID{

    display: none;
}

@font-face
{
    font-family: calibri;
    src: url(Calibri.ttf);
}