﻿.stepper_vertical_line {
    border-left: 1px solid rgba(0,0,0,.12);
    min-height: 20px;
    max-width: 600px;
}
.stepper_vertical_content {
    width:700px;
}


.stepper_vertical {
    width: 24px;
    height: 24px;
    font-size: 13px;
    padding:3px;
}

.stepper_header_title {
    font-size: 14px;
    margin: 2px;
    margin-right: 0px;
}

.stepper_enabled {
    background-color: #009ca6;
}

.stepper_disabled {
    background-color: #636e72;
}

.stepper_content_active {
    display: block;
}
.stepper_content_hidden {
    display: none;
}

/*.stepperTable tr:hover {
    background-color: #009ca6;
    opacity:0.3;
}*/

.stepperTable tr{
    padding:15px;
}