
.SetElementsProps{
    border-left:2px solid cornflowerblue;
}

.HtmlElements .ValueOfAttr {
    width:90%;
    height:32px;
    border-radius:3px;
    outline:none;
    text-indent: 7px;
}
.HtmlElements .CheckActive {
    width:25%;
}
.HtmlElements .ElementName{
    width:50%;
    vertical-align:middle ;
}
.HtmlElements .CheckActive input {
    display: block;
    width:50%;
    margin:0 auto;
}
.HtmlElements .TableRowActions {
    width:25%;
}
.HtmlElements .DeleteBtn {
    max-width:35%;
    float:right;
}
.TableRowActions {
    width:20%;
}
.HtmlElements .EditBtn {
    max-width:35%;
    float:right;
}
.HtmlElements .DeleteBtn img {
    max-width:80%;
    cursor:pointer;
}
.HtmlElements .EditBtn img {
    max-width:80%;
    cursor:pointer;
}
.HtmlElements .SelectDimension {
    width:78%;
}
.HtmlElements .Size {
   width:80%;
    display:block;
    margin: 0 auto;
    text-indent: 5px;
    outline:none;

}
.HtmlElements .SizeInput {
    margin: 0 auto;
}
.HtmlElements .ChangeNumber {
    background: transparent;
    border-radius:2px;
}
.HtmlElements #myform {
    text-align: center;
    padding: 5px;
    margin: 2%;
}
.HtmlElements .qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}

.HtmlElements .ElementLowLevel {
    margin-top:30px;
}
.HtmlElements .MainHeader{
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    width:55%;
    text-align: center;
}
