.guideCheckBoxWrapper div{
    display: inline-block;
}

#guideDisplay{
    padding:12px 16px 8px 16px;
    background-color:rgba(255,143,116,0.1);
    margin: -2px 0 6px 0;
    border: 1px rgb(255,143,116) solid;
}

#deleteGuideStep{
    min-width:30px;
    max-width:30px;
    max-height:30px;
    line-height:38px;
    background-image:url("https://cdn.edjin.com/static/users/generalFiles/images/icons/delete_white-30a152107ef098b2b30068375c4ce23d.svg");
    background-repeat:no-repeat;
    background-position: center;
    display:inline-block;
}

#addGuideBtn{
    font-size:1.7em;min-width:30px;max-width:30px;max-height:30px;line-height:30px; display:inline-block;
}

.guideStepBtn{
    margin-left:2px; font-size:1.4em; min-width:34px; max-width:34px; max-height:34px; line-height:34px; padding:0; border-radius:12%;
}

.getCurrentUrl, .findPageElementBtn{
    max-height:28px; line-height:28px;

}
.getCurrentUrl{
    margin-left:26px;
}

.guideStepBtn.selected{
    border-radius: 0;
    background-color: #FF7400;
}

.selectedElement{
    background-color:rgba(255,0,0,0.5)!important;
}

#selectedInfo{
    position:fixed;
    background-color:rgba(20,20,20,0.9);
    color:white;
    padding:8px;
}

#selectElementInp, #selectHashInp{
    width: 250px;
}

#guideMaker .updateGuide, #guideMaker .updateGuide, #guideMaker .playGuide{
    position:relative;
}
#guideMaker #guideBtnWrapper{
    position:absolute;bottom:4px;right:4px;
}

.clickIntoTab{
    margin-bottom:4px;
}

#guidesTab label{
    margin: 0 2px 0 8px;
}
#guideMakerAccord{
    margin-bottom:40px;
}

#guideDetails div{
    margin-bottom:8px;
}

#gen-dialog .checkboxRow td{
    padding-top:6px;
}

#gen-dialog .checkboxRow td:first-child{
    vertical-align:top;
}

#findElementCover{
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(100,200,50,0.01);
}