/* module-key = 'com.thed.zephyr.je:zephyr-je-copy-teststeps', location = 'includes/css/zephyr/testcase/copy-teststeps.css' */
html{
    height: 100%;
}
body{
    height: 100%;
    /*background-color: #FFFFFF;*/
}
h1 {
    font-size: 24px;
    line-height: 1.25;
}
.steps{
    list-style: none;
    margin: 0;
    padding: 0;
}
.steps>.current {
    font-weight: bold;
}
.steps>li {
    font-weight: normal;
    padding: 5px 0 5px 20px;
    position: relative;
    word-break: break-word;
}
.steps>li::before {
    background-color: #3b73af;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}
.steps>.current~li {
    color: #707070;
}
.steps>.current~li::before {
    background-color: #ccc;
}
.step-content{
    display: none;
    height: 300px;
}
.buttons{
    padding: 15px 0 10px 0;
    font-size: 13px;
}
.picker{
    max-width: 380px !important;
}
.copy-form-header{
    width: 15%;
    min-width: 140px;
}
.disabled-link{
    pointer-events: none;
}
#result{
    color: #707070;
    font-size: 12px;
    margin-top: 5px;
}
.copied-with-error{
    margin: 0 3px 0 3px;
}
.picker-container{
    display: none;
}
.button-selected {
    color: #333333 !important;
    font-weight: bold;
}
.picker-tab-cell{
    padding: 25px 0 50px 30px !important;
}
.copy-form-header.dest{
    vertical-align: middle;
    border-right: 1px solid #cccccc !important;
}
.item-button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #3572b0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.1428;
    margin: 0;
    padding: 7px 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
#filter-details{
    display: none;
    margin-top: 15px;
    font-size: 13px;
}
#filter-details pre{
    display: inline;
}
.filter-details-header{
    margin-right: 5px;
    color: #707070;;
}
#filter-test-found{
    margin-top: 5px;
}
#filter-test-found .button-spinner{
    display: inline-block;
    width: 20px;
    height: 10px;
}
.error{
    display: none;
    color: #b30000;
    margin: 5px 0 15px 0;
}