.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("/users/generalFiles/images/icons/delete_white.svg");
    background-repeat:no-repeat;
    background-position: center;
    display:inline-block;
    background-color:orangered;
}

#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%;cursor:pointer;
}

.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 .playGuide, #guideForm .saveAuthorGuide,#guideForm #guideStatus{
    position:relative;
}
#guideMaker #guideBtnWrapper, #guideForm #guideBtnWrapper{
    position:absolute;top:4px;right:4px;
}

.clickIntoTab{
    margin-bottom:4px;
}

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

#guideDetails{
    padding:0.5em 1em 0.2em;
}
#guideStepWrapper{
    padding:0.5em;
}
#guideDetails div{
    margin-bottom:8px;
}

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

#guideMakerDialog{
    padding:0.2em;
}

#guideMakerTab{
    padding:0.2em!important;
    height:460px;
}

#guideSearchTable thead tr{
    display:block;
}

#guideSearchTable tbody{
    display:block;
    height:500px;
    overflow:auto;
}
#guideSearchTable .guideId{
    width:50px;
}
#guideSearchTable .guideName{
    width: 280px;
}
#guideSearchTable .guideUser,#guideSearchTable .guideCategories{
    width:120px;
}

#guideSearchTable .guidePublish,#guideSearchTable .guideCreate,#guideSearchTable .guideUpdate{
    width:110px;
}